Started by user arjan tijms Running as arjan tijms [Pipeline] Start of Pipeline [Pipeline] node Agent basic-d7c0k is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-d7c0k" namespace: "glassfish" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.glassfish.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-d7c0k" - 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-d7c0k" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.glassfish.svc.cluster.local/glassfish/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" 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 subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-glassfish" 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" Running on basic-d7c0k in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18 [Pipeline] { [Pipeline] stage [Pipeline] { (SCM Checkout) [Pipeline] sh + ls -altrh total 0 drwxr-sr-x. 2 jenkins 1003280000 6 Mar 5 20:27 . drwxr-sr-x. 4 jenkins 1003280000 88 Mar 5 20:27 .. + git clone https://github.com/eclipse-ee4j/glassfish.git . Cloning into '.'... Checking out files: 52% (15198/28967) Checking out files: 53% (15353/28967) Checking out files: 54% (15643/28967) Checking out files: 55% (15932/28967) Checking out files: 56% (16222/28967) Checking out files: 57% (16512/28967) Checking out files: 58% (16801/28967) Checking out files: 59% (17091/28967) Checking out files: 60% (17381/28967) Checking out files: 61% (17670/28967) Checking out files: 62% (17960/28967) Checking out files: 63% (18250/28967) Checking out files: 64% (18539/28967) Checking out files: 65% (18829/28967) Checking out files: 66% (19119/28967) Checking out files: 67% (19408/28967) Checking out files: 68% (19698/28967) Checking out files: 69% (19988/28967) Checking out files: 70% (20277/28967) Checking out files: 71% (20567/28967) Checking out files: 72% (20857/28967) Checking out files: 73% (21146/28967) Checking out files: 74% (21436/28967) Checking out files: 75% (21726/28967) Checking out files: 76% (22015/28967) Checking out files: 77% (22305/28967) Checking out files: 78% (22595/28967) Checking out files: 79% (22884/28967) Checking out files: 80% (23174/28967) Checking out files: 81% (23464/28967) Checking out files: 82% (23753/28967) Checking out files: 83% (24043/28967) Checking out files: 84% (24333/28967) Checking out files: 85% (24622/28967) Checking out files: 86% (24912/28967) Checking out files: 87% (25202/28967) Checking out files: 88% (25491/28967) Checking out files: 89% (25781/28967) Checking out files: 90% (26071/28967) Checking out files: 91% (26360/28967) Checking out files: 92% (26650/28967) Checking out files: 93% (26940/28967) Checking out files: 94% (27229/28967) Checking out files: 95% (27519/28967) Checking out files: 96% (27809/28967) Checking out files: 97% (28098/28967) Checking out files: 98% (28388/28967) Checking out files: 99% (28678/28967) Checking out files: 100% (28967/28967) Checking out files: 100% (28967/28967), done. + ls -altrh total 120K drwxr-sr-x. 4 jenkins 1003280000 88 Mar 5 20:27 .. drwxr-sr-x. 3 jenkins 1003280000 80 Mar 5 20:29 .github -rw-r--r--. 1 jenkins 1003280000 3.6K Mar 5 20:29 RELEASE.md -rw-r--r--. 1 jenkins 1003280000 5.5K Mar 5 20:29 README.md -rw-r--r--. 1 jenkins 1003280000 5.1K Mar 5 20:29 NOTICE.md -rw-r--r--. 1 jenkins 1003280000 35K Mar 5 20:29 LICENSE.md -rw-r--r--. 1 jenkins 1003280000 131 Mar 5 20:29 .lgtm.yml -rw-r--r--. 1 jenkins 1003280000 6.0K Mar 5 20:29 Jenkinsfile -rw-r--r--. 1 jenkins 1003280000 2.7K Mar 5 20:29 .gitignore -rw-r--r--. 1 jenkins 1003280000 2.2K Mar 5 20:29 CONTRIBUTING.md drwxr-sr-x. 35 jenkins 1003280000 4.0K Mar 5 20:29 appserver drwxr-sr-x. 22 jenkins 1003280000 4.0K Mar 5 20:29 docs -rwxr-xr-x. 1 jenkins 1003280000 2.4K Mar 5 20:29 gftest.sh -rwxr-xr-x. 1 jenkins 1003280000 3.4K Mar 5 20:29 gfbuild.sh drwxr-sr-x. 2 jenkins 1003280000 65 Mar 5 20:29 etc -rwxr-xr-x. 1 jenkins 1003280000 1.3K Mar 5 20:29 validateJars.sh -rwxr-xr-x. 1 jenkins 1003280000 901 Mar 5 20:29 updateVersion.sh -rwxr-xr-x. 1 jenkins 1003280000 3.5K Mar 5 20:29 runtests.sh drwxr-sr-x. 3 jenkins 1003280000 32 Mar 5 20:29 qa -rw-r--r--. 1 jenkins 1003280000 6.5K Mar 5 20:29 pom.xml drwxr-sr-x. 20 jenkins 1003280000 4.0K Mar 5 20:29 nucleus drwxr-sr-x. 9 jenkins 1003280000 4.0K Mar 5 20:29 . drwxr-sr-x. 8 jenkins 1003280000 163 Mar 5 20:29 .git [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dependencies) [Pipeline] sh + export 'MAVEN_ARGS=--settings snapshots/settings.xml' + MAVEN_ARGS='--settings snapshots/settings.xml' + mvn clean install -f ./snapshots -T4C POM file ./snapshots specified with the -f/--file command line argument does not exist [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-readable POM /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/snapshots: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/snapshots (No such file or directory) @ @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project (/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/snapshots) has 1 error [ERROR] Non-readable POM /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/snapshots: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/snapshots (No such file or directory) [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException + ls -altrh /opt/tools/java/openjdk total 0 drwxr-xr-x. 4 root root 62 Jul 1 2021 jdk-15 drwxr-xr-x. 4 root root 69 Jul 1 2021 jdk-14 drwxr-xr-x. 3 root root 48 Jul 1 2021 jdk-13 drwxr-xr-x. 3 root root 49 Jul 1 2021 jdk-12 drwxr-xr-x. 3 root root 48 Jul 1 2021 jdk-11 drwxr-xr-x. 3 root root 49 Jul 1 2021 jdk-10 drwxr-xr-x. 3 root root 48 Jul 1 2021 jdk-9 drwxr-xr-x. 8 root root 123 Aug 22 2022 .. drwxr-xr-x. 5 root root 83 Sep 21 12:51 jdk-16 lrwxrwxrwx. 1 root root 13 Sep 21 13:06 latest -> jdk-19/latest drwxr-xr-x. 6 root root 97 Dec 8 13:52 jdk-17 drwxr-xr-x. 5 root root 86 Dec 8 13:56 jdk-18 lrwxrwxrwx. 1 root root 13 Jan 5 17:54 ea-latest -> jdk-20/latest drwxr-xr-x. 14 root root 264 Jan 5 17:54 . drwxr-xr-x. 4 root root 68 Jan 30 09:58 jdk-20 drwxr-xr-x. 6 root root 101 Jan 30 10:01 jdk-19 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build GlassFish) [Pipeline] sh + export S1AS_HOME=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish + S1AS_HOME=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish + export APS_HOME=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests + APS_HOME=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests + export TEST_RUN_LOG=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/tests-run.log + TEST_RUN_LOG=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/tests-run.log + mkdir .mvn + true + echo -Pstaging + rm -rf 'bundles/*' + true + mvn clean install -Pfastest,source -T10 -U [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] GlassFish Project [pom] [INFO] Code Quality Verification Tools - Configuration [jar] [INFO] GlassFish Nucleus Parent Project [pom] [INFO] GlassFish Java Util Logging Extension [glassfish-jar] [INFO] Glassfish Nucleus HK2 Modules [pom] [INFO] Tiger types- type arithmetic library for Java5 [glassfish-jar] [INFO] HK2 configuration module [glassfish-jar] [INFO] HK2 config types [glassfish-jar] [INFO] GlassFish Nucleus Project [pom] [INFO] Distribution Fragments for various OSGi platforms [pom] [INFO] Apache Felix, associated bundles and conf files [distribution-fragment] [INFO] Scattered Archive APIs of Glassfish [glassfish-jar] [INFO] GlassFish Nucleus Grizzly modules [pom] [INFO] grizzly-config [glassfish-jar] [INFO] Nucleus Grizzly jars Combining [jar] [INFO] Public APIs of Glassfish [glassfish-jar] [INFO] GlassFish Nucleus Common modules [pom] [INFO] Common Utilities [glassfish-jar] [INFO] Simple Public APIs of Glassfish [glassfish-jar] [INFO] GlassFish Nucleus Core modules [pom] [INFO] Appserver Core Bootstraping Classes [glassfish-jar] [INFO] Test Utilities [jar] [INFO] Admin Modules [pom] [INFO] admin-config-api [glassfish-jar] [INFO] Private APIs of Glassfish [glassfish-jar] [INFO] Nucleus Security Parent [pom] [INFO] GlassFish SSL Implementation Module [glassfish-jar] [INFO] GlassFish Nucleus Deployment Related Modules [pom] [INFO] Deployment Related Common Classes [glassfish-jar] [INFO] Security Core Classes [glassfish-jar] [INFO] Security Services and SPI [glassfish-jar] [INFO] admin-util [glassfish-jar] [INFO] Admin CLI bridge command to the OSGi Shell [glassfish-jar] [INFO] Cluster [pom] [INFO] cluster-common [glassfish-jar] [INFO] Cluster SSH Provisioning [glassfish-jar] [INFO] Nucleus Logging Classes [glassfish-jar] [INFO] admin-launcher [glassfish-jar] [INFO] admin-cli [glassfish-jar] [INFO] Admin CLI, interactive OSGi shell command [glassfish-jar] [INFO] OSGi Container [glassfish-jar] [INFO] GlassFish API Exporter Module [glassfish-jar] [INFO] flashlight-framework [glassfish-jar] [INFO] Kernel Classes [glassfish-jar] [INFO] GMS Bootstrap Module [glassfish-jar] [INFO] cluster-admin [glassfish-jar] [INFO] admin-server-management [glassfish-jar] [INFO] cluster-cli [glassfish-jar] [INFO] GMS Module [glassfish-jar] [INFO] Glassfish MBeanServer support [glassfish-jar] [INFO] AMX Core [glassfish-jar] [INFO] GlassFish Extra JRE Packages [jar] [INFO] Context Propagation [glassfish-jar] [INFO] admin-monitoring [glassfish-jar] [INFO] GlassFish Admin REST Parent [pom] [INFO] GlassFish Admin REST Testing Framework [jar] [INFO] GlassFish Admin REST Client [glassfish-jar] [INFO] Eclipse GlassFish Parent Project [pom] [INFO] GlassFish EJB container related modules [pom] [INFO] GlassFish Core EJB Client [glassfish-jar] [INFO] GlassFish Common modules [pom] [INFO] Jakarta EE dependent public APIs of Glassfish [glassfish-jar] [INFO] GlassFish Jakarta EE Annotation Framework [glassfish-jar] [INFO] nucleus.resources [glassfish-jar] [INFO] GlassFish Deployment Related Modules [pom] [INFO] Deployment Object Library [glassfish-jar] [INFO] GlassFish Security Parent [pom] [INFO] Jaspic Provider Framework [glassfish-jar] [INFO] GlassFish Transaction modules [pom] [INFO] Transaction Service Internal API [glassfish-jar] [INFO] GlassFish Resources infrastructure related modules [pom] [INFO] Resources Connector [glassfish-jar] [INFO] Connectors Parent [pom] [INFO] Connectors Private APIs for GlassFish Containers [glassfish-jar] [INFO] EJB container Internal API [glassfish-jar] [INFO] Java binding for libpam.so [jar] [INFO] Jakarta EE Security Core Classes [glassfish-jar] [INFO] stats77 [glassfish-jar] [INFO] Deployment Related JavaEE Core Classes [glassfish-jar] [INFO] Glassfish Naming [glassfish-jar] [INFO] Container Common [glassfish-jar] [INFO] GlassFish persistence related modules [pom] [INFO] Common persistence code between JPA and CMP [glassfish-jar] [INFO] EJB Container connector for Glassfish [glassfish-jar] [INFO] GlassFish ORB related modules [pom] [INFO] GlassFish ORB enabler implementation [glassfish-jar] [INFO] GlassFish ORB connector implementation [glassfish-jar] [INFO] GlassFish Core EJB container implementation [glassfish-jar] [INFO] GlassFish Web container related modules [pom] [INFO] Jersey EJB Component Provider Module [glassfish-jar] [INFO] Connector for GlassFish Admin REST Service [glassfish-jar] [INFO] GlassFish Admin REST Service [glassfish-jar] [INFO] Nucleus template [jar] [INFO] flashlight-agent [jar] [INFO] GlassFish Flashlight Extra JDK Pkgs [jar] [INFO] Flashlight [pom] [INFO] Deployment Related Admin Classes [glassfish-jar] [INFO] AutoDeploy Classes [glassfish-jar] [INFO] Set of DTDs for Nucleus distributions [distribution-fragment] [INFO] Set of schemas for Nucleus [distribution-fragment] [INFO] Nucleus distributions [pom] [INFO] Nucleus distribution Common module [distribution-fragment] [INFO] Jackson Module Jakarta Xmlbind Annotations [jar] [INFO] Glassfish featuresets [pom] [INFO] Glassfish Nucleus Atomic Featureset [pom] [INFO] Glassfish Atomic Distribution [glassfish-distribution] [INFO] Glassfish Nucleus Featureset [pom] [INFO] Nucleus Distribution [glassfish-distribution] [INFO] Diagnostics [pom] [INFO] Diagnostics API [glassfish-jar] [INFO] GlassFish Diagnostics Context [glassfish-jar] [INFO] AMX JavaEE [glassfish-jar] [INFO] LDAP Booster Pack [glassfish-jar] [INFO] GlassFish HA modules [pom] [INFO] GlassFish ha-file-store [glassfish-jar] [INFO] GlassFish ha-shoal-cache-bootstrap [glassfish-jar] [INFO] GlassFish ha-shoal-store [glassfish-jar] [INFO] Set of DTDs for GlassFish Jakarta EE distributions [distribution-fragment] [INFO] Set of schemas for Jakarta EE [distribution-fragment] [INFO] Connector for GlassFish Web Container [glassfish-jar] [INFO] GlassFish Connectors Connector [glassfish-jar] [INFO] App Client Modules [pom] [INFO] GlassFish App Client Server-side Modules [pom] [INFO] GlassFish AppClient Server-Side Connector [glassfish-jar] [INFO] Deployment Related JavaEE Full Profile Classes [glassfish-jar] [INFO] Admin Modules [pom] [INFO] Backup Restore classes [glassfish-jar] [INFO] App Server CLI Skinning Class [glassfish-jar] [INFO] admin-cli-optional [glassfish-jar] [INFO] admin-core [glassfish-jar] [INFO] Appserver template [jar] [INFO] GlassFish Core modules [pom] [INFO] Jakarta EE related distributions kernel Classes [glassfish-jar] [INFO] GlassFish API Exporter Module Fragment [jar] [INFO] JTA Implementation for Glassfish [glassfish-jar] [INFO] Jakarta Mail Resources Support related modules [pom] [INFO] Jakarta Mail Connector [glassfish-jar] [INFO] Connectors Runtime [glassfish-jar] [INFO] JTS Implementation for Glassfish [glassfish-jar] [INFO] Web Container Naming Utilities [glassfish-jar] [INFO] Web Container Common Utilities [glassfish-jar] [INFO] Core Servlet Container [glassfish-jar] [INFO] Jakarta Pages Standard Tags implementation connector module [glassfish-jar] [INFO] Jersey MVC TLD connector implementation module [glassfish-jar] [INFO] Web module command line interface [glassfish-jar] [INFO] Web container and GUI plug-in common classes [glassfish-jar] [INFO] WebTier Security Integration [glassfish-jar] [INFO] GlassFish Web container embedded related modules [pom] [INFO] GlassFish Web container Embedded APIs [glassfish-jar] [INFO] Server-Sent Events [glassfish-jar] [INFO] Web Container glue code [glassfish-jar] [INFO] JSF implementation connector module [glassfish-jar] [INFO] JSP caching taglib connector module [glassfish-jar] [INFO] Web Container HA code [glassfish-jar] [INFO] Web Related Implementations for GlassFish [pom] [INFO] Weld connector for glassfish [glassfish-jar] [INFO] Weld integration for glassfish [glassfish-jar] [INFO] Weld Integration Fragment [glassfish-jar] [INFO] Fragment bundle for Weld related testing [jar] [INFO] cdi-api Fragment [jar] [INFO] Full EJB Container add-ons [glassfish-jar] [INFO] EJB Timer Service Application [war] [INFO] GlassFish EJB timer app database init scripts [distribution-fragment] [INFO] EJB tier for GlassFish [pom] [INFO] GlassFish resources runtime [glassfish-jar] [INFO] GlassFish Jakarta Mail runtime [glassfish-jar] [INFO] Jakarta EE Connector Architecture Descriptors [distribution-fragment] [INFO] Connectors Inbound Support [glassfish-jar] [INFO] Work Management [glassfish-jar] [INFO] JDBC Module [pom] [INFO] JDBC Config Module [glassfish-jar] [INFO] Connectors admin [glassfish-jar] [INFO] GlassFish Load-Balancer Plugin related modules [pom] [INFO] Load Balancer Internal API [glassfish-jar] [INFO] Load-Balancer admin [glassfish-jar] [INFO] GlassFish JMS modules [pom] [INFO] JMS Connector Module for Runtime [glassfish-jar] [INFO] JMS Module [glassfish-jar] [INFO] JMS admin [glassfish-jar] [INFO] JMS Injection Module for Runtime [glassfish-jar] [INFO] JMS GlassFish System RA Assembly [distribution-fragment] [INFO] JDBC Resource Adapter [pom] [INFO] Core JDBC Resource Adapter classes [glassfish-jar] [INFO] JDBC 40 related classes for JDBC Resource Adapter [glassfish-jar] [INFO] JDBC Templates [jar] [INFO] Distribution Module for JDBC Resource Adapter [distribution-fragment] [INFO] JDBC Runtime Module [glassfish-jar] [INFO] JDBC admin [glassfish-jar] [INFO] GlassFish Oracle JDBC Packages [jar] [INFO] Connector for JPA runtime in glassfish [glassfish-jar] [INFO] JPA container for glassfish [glassfish-jar] [INFO] Declaring EclipseLink dependencies [pom] [INFO] GlassFish cmp related modules [pom] [INFO] utility module for cmp [glassfish-jar] [INFO] model module for cmp [glassfish-jar] [INFO] Database Generator module for cmp [glassfish-jar] [INFO] ejb-mapping module for cmp [glassfish-jar] [INFO] enhancer module for cmp [glassfish-jar] [INFO] internal-api module for cmp [glassfish-jar] [INFO] Entity Bean container [glassfish-jar] [INFO] support-sqlstore module for cmp [glassfish-jar] [INFO] support ejb module for cmp [glassfish-jar] [INFO] GlassFish cmp scripts [distribution-fragment] [INFO] CMP tier for GlassFish [pom] [INFO] Concurrency Utilities Modules [pom] [INFO] Concurrent Connector Module [glassfish-jar] [INFO] Concurrent Implementation Module [glassfish-jar] [INFO] Batch runtime modules for Glassfish [pom] [INFO] Batch database init scripts for GlassFish [distribution-fragment] [INFO] Batch Connector for Glassfish [glassfish-jar] [INFO] Batch Commands for Glassfish [glassfish-jar] [INFO] GlassFish Extras modules [pom] [INFO] GlassFish JavaEE Manifest pom [pom] [INFO] GlassFish jakartaee.jar [jar] [INFO] GlassFish jakartaee.jar distribution fragment [distribution-fragment] [INFO] GlassFish appserv-rt Manifest pom [pom] [INFO] GlassFish appserv-rt.jar [jar] [INFO] GlassFish appserv-rt distribution fragment [distribution-fragment] [INFO] Grizzly Glassfish Extra modules [pom] [INFO] GlassFish Grizzly adapter container implementation [glassfish-jar] [INFO] Glassfish Grizzly extra jars Combining [jar] [INFO] Admin Console Integration [glassfish-jar] [INFO] Admin Console Integration [glassfish-jar] [INFO] DataProvider [jar] [INFO] Admin Console Packages [pom] [INFO] Admin Console Common [glassfish-jar] [INFO] Admin Console Core Jar [glassfish-jar] [INFO] Admin Console WAR [war] [INFO] Admin Console Community Edition Theme Plugin [glassfish-jar] [INFO] Admin Console Clustering Support Plugin [glassfish-jar] [INFO] Admin Console Web Container Plugin [glassfish-jar] [INFO] Admin Console JDBC Plugin [glassfish-jar] [INFO] Admin Console Connectors Plugin [glassfish-jar] [INFO] Admin Console EJB Local (Lite) Plugin [glassfish-jar] [INFO] Admin Console JTS Plugin [glassfish-jar] [INFO] Glassfish featuresets [pom] [INFO] Glassfish Web Featureset [pom] [INFO] GlassFish ORB interface layer implementation [glassfish-jar] [INFO] Ejb Security Integration [glassfish-jar] [INFO] GlassFish Web Services related modules [pom] [INFO] JSR-109 implementation to deploy Metro [glassfish-jar] [INFO] WebServices Security and JSR 196 implementation [glassfish-jar] [INFO] GlassFish webservices scripts [distribution-fragment] [INFO] GlassFish Metro Glue Code [glassfish-jar] [INFO] Connector for GlassFish Web Services Container [glassfish-jar] [INFO] SOAP/TCP integration code [glassfish-jar] [INFO] App Client - client-side modules [pom] [INFO] ACC Config Classes (JAXB) [glassfish-jar] [INFO] Appclient Security Integration [glassfish-jar] [INFO] Client OSGi module (including ACC) [glassfish-jar] [INFO] Client Library (including ACC) [glassfish-jar] [INFO] GlassFish appclient scripts [distribution-fragment] [INFO] GlassFish AppClient Server-Side Core [glassfish-jar] [INFO] Admin Console Full distribution plugin [glassfish-jar] [INFO] Admin Console Concurrent Plugin [glassfish-jar] [INFO] Admin Console EJB Container Plugin [glassfish-jar] [INFO] Admin Console Corba Plugin [glassfish-jar] [INFO] Admin Console JMS Plugin [glassfish-jar] [INFO] GlassFish MicroProfile modules [pom] [INFO] GlassFish MicroProfile Connectors [glassfish-jar] [INFO] GlassFish MicroProfile Config [glassfish-jar] [INFO] Glassfish Featureset [pom] [INFO] Embedded GlassFish Shell [jar] [INFO] GlassFish Metro Related Fragments [distribution-fragment] [INFO] Embedded GlassFish Static Shell [jar] [INFO] Glassfish distributions [pom] [INFO] GlassFish distribution Common module [distribution-fragment] [INFO] Glassfish Full Profile Distribution [glassfish-distribution] [INFO] Embedded GlassFish Common [pom] [INFO] GlassFish UberJar InstallRoot Builder Module [jar] [INFO] GlassFish UberJar InstanceRoot Builder Module [jar] [INFO] GlassFish OSGI Modules Uninstaller [jar] [INFO] GlassFish UberJar OSGI Main Module [jar] [INFO] GlassFish UberJar Activator [jar] [INFO] Embedded GlassFish Shell dist. fragment [distribution-fragment] [INFO] Embedded GlassFish Static Shell dist. fragment [distribution-fragment] [INFO] Embedded GlassFish All-In-One [jar] [INFO] Embedded GlassFish nucleus [jar] [INFO] Embedded GlassFish Web [jar] [INFO] GlassFish Embedded modules [pom] [INFO] GlassFish Embedded Modules - Tests [jar] [INFO] Embedded GlassFish Shell Jars [pom] [INFO] Debug [jar] [INFO] Glassfish Web Profile Distribution [glassfish-distribution] [INFO] Security Related Implementation for GlassFish [pom] [INFO] GlassFish Tests [pom] [INFO] GlassFish Ant Tests [pom] [INFO] GlassFish Ant Tests - CCI BlackBox TX [jar] [INFO] connectors-ra-redeploy [pom] [INFO] connectors-ra-redeploy-jars [jar] [INFO] connectors-ra-redeploy-rars [rar] [INFO] connectors-ra-redeploy-rars-xa [rar] [INFO] Console extensions for OSGi platforms [pom] [INFO] Felix Web Console Extension for GlassFish [glassfish-jar] [INFO] GlassFish OSGi Console Plugin [glassfish-jar] [INFO] GlassFish Flashlight Client [glassfish-jar] [INFO] Flashlight [pom] [INFO] GlassFish Integration Test Tools [jar] [INFO] Ant tasks [jar] [INFO] [INFO] Using the MultiThreadedBuilder implementation with a thread count of 10 [INFO] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ [INFO] Building GlassFish Project 7.0.3-SNAPSHOT [1/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ glassfish-main-aggregator --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-main-aggregator --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ glassfish-main-aggregator --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-main-aggregator/7.0.3-SNAPSHOT/glassfish-main-aggregator-7.0.3-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main:glassfish-qa-config >--------------- [INFO] Building Code Quality Verification Tools - Configuration 7.0.3-SNAPSHOT [2/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ glassfish-qa-config --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-qa-config --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ glassfish-qa-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish-qa-config --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/qa/target/glassfish-qa-config-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ glassfish-qa-config --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/qa/target/glassfish-qa-config-7.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-qa-config/7.0.3-SNAPSHOT/glassfish-qa-config-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/qa/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-qa-config/7.0.3-SNAPSHOT/glassfish-qa-config-7.0.3-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main:nucleus-parent >------------------ [INFO] Building GlassFish Nucleus Parent Project 7.0.3-SNAPSHOT [3/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Nucleus Parent Project: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-parent --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-parent --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-parent --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-parent --- [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (common-resources) @ nucleus-parent --- [INFO] Reading assembly descriptor: src/main/assembly/resources.xml [INFO] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-parent --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-parent --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/classes/META-INF for [INFO] [echo] nucleus-parent [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-parent --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main-nucleus-parent-checkstyle) @ nucleus-parent --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-parent --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/nucleus-parent/7.0.3-SNAPSHOT/nucleus-parent-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/.m2/repository/org/glassfish/main/nucleus-parent/7.0.3-SNAPSHOT/nucleus-parent-7.0.3-SNAPSHOT-resources.zip [INFO] [INFO] -------------< org.glassfish.main:glassfish-jul-extension >------------- [INFO] Building GlassFish Java Util Logging Extension 7.0.3-SNAPSHOT [4/299] [INFO] [INFO] ------------< org.glassfish.main.hk2:glassfish-nucleus-hk2 >------------ [INFO] Building Glassfish Nucleus HK2 Modules 7.0.3-SNAPSHOT [5/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] ------------< org.glassfish.main:glassfish-nucleus-parent >------------- [INFO] Building GlassFish Nucleus Project 7.0.3-SNAPSHOT [6/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Nucleus Project: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-nucleus-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-nucleus-parent --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Glassfish Nucleus HK2 Modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-nucleus-hk2 --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-nucleus-parent --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-nucleus-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-nucleus-hk2 --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-nucleus-parent --- [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-nucleus-parent --- [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-nucleus-hk2 --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-nucleus-hk2 --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [INFO] [WARNING] * project contains the following plugin(s) that have goals not * [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-nucleus-hk2 --- [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Java Util Logging Extension: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-nucleus-hk2 --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-nucleus-hk2 --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-nucleus-parent --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/target/classes/META-INF for [INFO] [echo] glassfish-nucleus-hk2 [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-nucleus-hk2 --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-nucleus-hk2 --- [INFO] Tests are skipped. [INFO] Executing tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-nucleus-hk2 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.hk2-glassfish-nucleus-hk2-checkstyle) @ glassfish-nucleus-hk2 --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/target/classes/META-INF for [INFO] [echo] glassfish-nucleus-parent [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-nucleus-hk2 --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/hk2/glassfish-nucleus-hk2/7.0.3-SNAPSHOT/glassfish-nucleus-hk2-7.0.3-SNAPSHOT.pom [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-nucleus-parent --- [INFO] [INFO] -----------------< org.glassfish.main.hk2:tiger-types >----------------- [INFO] Building Tiger types- type arithmetic library for Java5 7.0.3-SNAPSHOT [7/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-nucleus-parent --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Tiger types- type arithmetic library for Java5: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-nucleus-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main-glassfish-nucleus-parent-checkstyle) @ glassfish-nucleus-parent --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-nucleus-parent --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-nucleus-parent/7.0.3-SNAPSHOT/glassfish-nucleus-parent-7.0.3-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.osgi-platforms:osgi-platforms >---------- [INFO] Building Distribution Fragments for various OSGi platforms 7.0.3-SNAPSHOT [8/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] ----------< org.glassfish.main.common:scattered-archive-api >----------- [INFO] Building Scattered Archive APIs of Glassfish 7.0.3-SNAPSHOT [9/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] [INFO] --------------< org.glassfish.main.common:nucleus-common >-------------- [INFO] ----------------< org.glassfish.main.core:nucleus-core >---------------- [INFO] [INFO] [INFO] -------------< org.glassfish.main.grizzly:nucleus-grizzly >------------- [INFO] [INFO] [INFO] ------------< org.glassfish.main.security:nucleus-security >------------ [INFO] ----------< org.glassfish.main.deployment:nucleus-deployment >---------- [INFO] Building GlassFish Nucleus Core modules 7.0.3-SNAPSHOT [11/299] [INFO] Building GlassFish Nucleus Common modules 7.0.3-SNAPSHOT [10/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Building GlassFish Nucleus Deployment Related Modules 7.0.3-SNAPSHOT [14/299] [INFO] Building Nucleus Security Parent 7.0.3-SNAPSHOT [13/299] [INFO] Building GlassFish Nucleus Grizzly modules 7.0.3-SNAPSHOT [12/299] [INFO] ---------------< org.glassfish.main.admin:nucleus-admin >--------------- [INFO] --------------------------------[ pom ]--------------------------------- [INFO] --------------------------------[ pom ]--------------------------------- [INFO] --------------------------------[ pom ]--------------------------------- [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Building Admin Modules 7.0.3-SNAPSHOT [15/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Nucleus Core modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Distribution Fragments for various OSGi platforms: [WARNING] The following plugins are not marked as thread-safe in Nucleus Security Parent: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [INFO] [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Nucleus Grizzly modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Nucleus Deployment Related Modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Nucleus Common modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Scattered Archive APIs of Glassfish: [INFO] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-grizzly --- [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [INFO] [WARNING] ***************************************************************** [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-deployment --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ osgi-platforms --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-common --- [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-core --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-security --- [INFO] [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-grizzly --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ osgi-platforms --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-core --- [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-grizzly --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-security --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ osgi-platforms --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-common --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-core --- [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-security --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-core --- [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-deployment --- [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-grizzly --- [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [WARNING] ***************************************************************** [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-grizzly --- [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-security --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ osgi-platforms --- [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-core --- [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-deployment --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-admin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-security --- [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-deployment --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-admin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-security --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-admin --- [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-deployment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-common --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scattered-archive-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-deployment --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ scattered-archive-api --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ scattered-archive-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ osgi-platforms --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/target/common-resources with includes "" and excludes "" [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ scattered-archive-api --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ osgi-platforms --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/target/common-resources with includes "" and excludes "" [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-grizzly --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-security --- [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-admin --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-core --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-deployment --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-common --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-jul-extension --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ tiger-types --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-admin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-jul-extension --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-jul-extension --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ glassfish-jul-extension --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-jul-extension --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-jul-extension --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-jul-extension --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-jul-extension --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ tiger-types --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-grizzly --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-admin --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ osgi-platforms --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ tiger-types --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ tiger-types --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ tiger-types --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ tiger-types --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ tiger-types --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/target/classes/META-INF for [INFO] [echo] nucleus-deployment [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/target/classes/META-INF for [INFO] [echo] nucleus-security [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/target/classes/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-security --- [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-deployment --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-security --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-deployment --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/target/classes/META-INF for [INFO] [echo] nucleus-core [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-core --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.security-nucleus-security-checkstyle) @ nucleus-security --- [INFO] Executing tasks [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/target/classes/META-INF for [INFO] [echo] nucleus-admin [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-security --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/target/classes/META-INF for [INFO] [echo] nucleus-common [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/nucleus-security/7.0.3-SNAPSHOT/nucleus-security-7.0.3-SNAPSHOT.pom [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-admin --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-nucleus-admin-checkstyle) @ nucleus-admin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-admin --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-common --- [INFO] [INFO] -----------------< org.glassfish.main.cluster:cluster >----------------- [INFO] Building Cluster 7.0.3-SNAPSHOT [16/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/nucleus-admin/7.0.3-SNAPSHOT/nucleus-admin-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-deployment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.deployment-nucleus-deployment-checkstyle) @ nucleus-deployment --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Cluster: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-deployment --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cluster --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-deployment/7.0.3-SNAPSHOT/nucleus-deployment-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cluster --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cluster --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-common --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cluster --- [INFO] Executing tasks [INFO] Tests are skipped. [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.common-nucleus-common-checkstyle) @ nucleus-common --- [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cluster --- [INFO] [INFO] ----------< org.glassfish.main.flashlight:nucleus-flashlight >---------- [INFO] Building Flashlight 7.0.3-SNAPSHOT [17/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/target/classes/META-INF for [INFO] Tests are skipped. [INFO] [echo] osgi-platforms [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-core --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-common --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cluster --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/nucleus-common/7.0.3-SNAPSHOT/nucleus-common-7.0.3-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.core-nucleus-core-checkstyle) @ nucleus-core --- [INFO] Executing tasks [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Flashlight: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/target/classes/META-INF [INFO] [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/target/classes/META-INF for [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-core --- [INFO] [echo] nucleus-grizzly [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ osgi-platforms --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/nucleus-core/7.0.3-SNAPSHOT/nucleus-core-7.0.3-SNAPSHOT.pom [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-flashlight --- [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ osgi-platforms --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/target/classes/META-INF [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-flashlight --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/target/common-resources with includes "" and excludes "" [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-grizzly --- [INFO] [INFO] [INFO] -------< org.glassfish.main.distributions:nucleus-distributions >------- [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-flashlight --- [INFO] Building Nucleus distributions 7.0.3-SNAPSHOT [18/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-flashlight --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/src/main/manpages [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-flashlight --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-grizzly --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-flashlight --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cluster --- [INFO] [INFO] --< org.glassfish.main.jackson.module:jackson-module-jakarta-xmlbind-annotations >-- [INFO] Building Jackson Module Jakarta Xmlbind Annotations 7.0.3-SNAPSHOT [19/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/target/common-resources with includes "" and excludes "" [INFO] Tests are skipped. [INFO] Tests are skipped. [INFO] [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ osgi-platforms --- [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-grizzly --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.osgi-platforms-osgi-platforms-checkstyle) @ osgi-platforms --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-flashlight --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ osgi-platforms --- [INFO] [INFO] ---------< org.glassfish.main.featuresets:nucleus-featuresets >--------- [INFO] Building Glassfish featuresets 7.0.3-SNAPSHOT [20/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Copying 2 resources to META-INF [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-platforms/7.0.3-SNAPSHOT/osgi-platforms-7.0.3-SNAPSHOT.pom [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Glassfish featuresets: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-featuresets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] ---------< org.glassfish.main.diagnostics:nucleus-diagnostics >--------- [INFO] Building Diagnostics 7.0.3-SNAPSHOT [21/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-jul-extension --- [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tiger-types --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/target/classes/META-INF for [INFO] [echo] nucleus-flashlight [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/target/classes/META-INF for [INFO] [echo] cluster [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-flashlight --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cluster --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.grizzly-nucleus-grizzly-checkstyle) @ nucleus-grizzly --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-flashlight --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cluster --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ scattered-archive-api --- [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ scattered-archive-api --- [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-featuresets --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ scattered-archive-api --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Jackson Module Jakarta Xmlbind Annotations: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-grizzly --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/nucleus-grizzly/7.0.3-SNAPSHOT/nucleus-grizzly-7.0.3-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-featuresets --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cluster --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/featuresets [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-featuresets --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.cluster-cluster-checkstyle) @ cluster --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-featuresets --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/common-resources with includes "" and excludes "" [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Diagnostics: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-diagnostics --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-diagnostics --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ scattered-archive-api --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Nucleus distributions: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-diagnostics --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-diagnostics --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-flashlight --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-distributions --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-diagnostics --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-diagnostics --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-distributions --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-distributions --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-distributions --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-distributions --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-distributions --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] -------------< org.glassfish.main.deployment:nucleus-dtds >------------- [INFO] Building Set of DTDs for Nucleus distributions 7.0.3-SNAPSHOT [22/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-diagnostics --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.flashlight-nucleus-flashlight-checkstyle) @ nucleus-flashlight --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Set of DTDs for Nucleus distributions: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-flashlight --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-dtds --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/nucleus-flashlight/7.0.3-SNAPSHOT/nucleus-flashlight-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-dtds --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-distributions --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-dtds --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/dtds [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-dtds --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-dtds --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-dtds --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/dtds/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ nucleus-dtds --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-featuresets --- [INFO] Copying 2 resources to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/dtds/target/classes [INFO] [INFO] -----------< org.glassfish.main.deployment:nucleus-schemas >------------ [INFO] Building Set of schemas for Nucleus 7.0.3-SNAPSHOT [23/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/dtds/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/featuresets/target/common-resources with includes "" and excludes "" [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Set of schemas for Nucleus: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-schemas --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-featuresets --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cluster --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster/7.0.3-SNAPSHOT/cluster-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-schemas --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-dtds --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-schemas --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/schemas [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-schemas --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-schemas --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-schemas --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/schemas/target/common-resources with includes "" and excludes "" [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/src/main/manpages [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ nucleus-schemas --- [INFO] [INFO] ------------< org.glassfish.main.admin:rest-service-parent >------------ [INFO] Building GlassFish Admin REST Parent 7.0.3-SNAPSHOT [24/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Copying 2 resources [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Admin REST Parent: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/schemas/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-schemas --- [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scattered-archive-api --- [INFO] Changes detected - recompiling the module! [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/target/classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/target/dependency/META-INF for [INFO] [echo] nucleus-distributions [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/target/dependency/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-distributions --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-distributions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-distributions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.distributions-nucleus-distributions-checkstyle) @ nucleus-distributions --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/featuresets/target/classes/META-INF for [INFO] [echo] nucleus-featuresets [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/featuresets/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-featuresets --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/dtds/target/classes/META-INF for [INFO] [echo] nucleus-dtds [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/dtds/target/classes/META-INF [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-featuresets --- [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ nucleus-dtds --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/schemas/target/classes/META-INF for [INFO] [echo] nucleus-schemas [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/schemas/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ nucleus-schemas --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-distributions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-featuresets --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.featuresets-nucleus-featuresets-checkstyle) @ nucleus-featuresets --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-distributions/7.0.3-SNAPSHOT/nucleus-distributions-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-featuresets --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/featuresets/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/nucleus-featuresets/7.0.3-SNAPSHOT/nucleus-featuresets-7.0.3-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.admin:nucleus-domain >--------------- [INFO] Building Nucleus template 7.0.3-SNAPSHOT [25/299] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Nucleus template: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-domain --- [INFO] Executing tasks [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-domain --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/target/classes/META-INF for [INFO] [echo] nucleus-diagnostics [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-domain --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/template [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-domain --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-domain --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-domain --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-diagnostics --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-diagnostics --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/template/target/common-resources with includes "" and excludes "" [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-diagnostics --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.diagnostics-nucleus-diagnostics-checkstyle) @ nucleus-diagnostics --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ nucleus-domain --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/schemas/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/dtds/target/classes ( excludes: [ ], includes: [ ]) [INFO] Copying 12 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/template/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ nucleus-domain --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-diagnostics --- [INFO] No sources to compile [INFO] [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/nucleus-diagnostics/7.0.3-SNAPSHOT/nucleus-diagnostics-7.0.3-SNAPSHOT.pom [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ nucleus-domain --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ nucleus-domain --- [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/schemas/target/nucleus-schemas.zip [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ nucleus-domain --- [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/dtds/target/nucleus-dtds.zip [INFO] [INFO] -----------< org.glassfish.main.flashlight:flashlight-agent >----------- [INFO] Building flashlight-agent 7.0.3-SNAPSHOT [26/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ nucleus-domain --- [INFO] [INFO] -----------< org.glassfish.main.common:simple-glassfish-api >----------- [INFO] Building Simple Public APIs of Glassfish 7.0.3-SNAPSHOT [27/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Changes detected - recompiling the module! [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-schemas --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-dtds --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ rest-service-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ rest-service-parent --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ rest-service-parent --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ rest-service-parent --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ rest-service-parent --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ rest-service-parent --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in flashlight-agent: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/target/common-resources with includes "" and excludes "" [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Simple Public APIs of Glassfish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ rest-service-parent --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ simple-glassfish-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ simple-glassfish-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ simple-glassfish-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ simple-glassfish-api --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/schemas/target/nucleus-schemas-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/dtds/target/nucleus-dtds-sources.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-domain --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/target/classes/META-INF for [INFO] [echo] rest-service-parent [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ rest-service-parent --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ rest-service-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ rest-service-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-rest-service-parent-checkstyle) @ rest-service-parent --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ rest-service-parent --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-service-parent/7.0.3-SNAPSHOT/rest-service-parent-7.0.3-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.main.flashlight:flashlight-extra-jdk-packages >----- [INFO] Building GlassFish Flashlight Extra JDK Pkgs 7.0.3-SNAPSHOT [28/299] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Flashlight Extra JDK Pkgs: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ flashlight-extra-jdk-packages --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ flashlight-extra-jdk-packages --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ flashlight-extra-jdk-packages --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ flashlight-extra-jdk-packages --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ flashlight-extra-jdk-packages --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ flashlight-extra-jdk-packages --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages/target/common-resources with includes "" and excludes "" [INFO] Executing tasks [INFO] [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/template/target/classes/META-INF for [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ flashlight-extra-jdk-packages --- [INFO] [echo] nucleus-domain [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages/src/main/manpages [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/template/target/classes/META-INF [INFO] Copying 2 resources to META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ nucleus-domain --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ flashlight-extra-jdk-packages --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ flashlight-extra-jdk-packages --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ flashlight-extra-jdk-packages --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ flashlight-extra-jdk-packages --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ flashlight-extra-jdk-packages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ flashlight-extra-jdk-packages --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-schemas --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-dtds --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-dtds --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.deployment-nucleus-dtds-checkstyle) @ nucleus-dtds --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-dtds --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/dtds/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-dtds/7.0.3-SNAPSHOT/nucleus-dtds-7.0.3-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-schemas --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.deployment-nucleus-schemas-checkstyle) @ nucleus-schemas --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-schemas --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/schemas/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-schemas/7.0.3-SNAPSHOT/nucleus-schemas-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/dtds/target/nucleus-dtds.zip to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-dtds/7.0.3-SNAPSHOT/nucleus-dtds-7.0.3-SNAPSHOT.zip [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ flashlight-agent --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/schemas/target/nucleus-schemas.zip to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-schemas/7.0.3-SNAPSHOT/nucleus-schemas-7.0.3-SNAPSHOT.zip [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ flashlight-agent --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ flashlight-agent --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/dtds/target/nucleus-dtds-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-dtds/7.0.3-SNAPSHOT/nucleus-dtds-7.0.3-SNAPSHOT-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/agent [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ flashlight-agent --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ flashlight-agent --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ flashlight-agent --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/schemas/target/nucleus-schemas-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-schemas/7.0.3-SNAPSHOT/nucleus-schemas-7.0.3-SNAPSHOT-sources.jar [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/agent/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ flashlight-agent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/agent/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/agent/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] ----------------< org.glassfish.main.core:api-exporter >---------------- [INFO] Building GlassFish API Exporter Module 7.0.3-SNAPSHOT [29/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ flashlight-agent --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages/target/classes/META-INF for [INFO] [echo] flashlight-extra-jdk-packages [INFO] Executing tasks [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish API Exporter Module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Changes detected - recompiling the module! [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/template/target/classes/config [INFO] Executed tasks [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/agent/target/classes [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ nucleus-domain --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ flashlight-extra-jdk-packages --- [INFO] [INFO] --------< org.glassfish.main.core:glassfish-extra-jre-packages >-------- [INFO] Building GlassFish Extra JRE Packages 7.0.3-SNAPSHOT [30/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ simple-glassfish-api --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ flashlight-agent --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ simple-glassfish-api --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ simple-glassfish-api --- [INFO] Changes detected - recompiling the module! [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/agent/target/classes [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Extra JRE Packages: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-extra-jre-packages --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-extra-jre-packages --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-extra-jre-packages --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/extra-jre-packages [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-extra-jre-packages --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-extra-jre-packages --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ simple-glassfish-api --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-extra-jre-packages --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/extra-jre-packages/target/common-resources with includes "" and excludes "" [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ simple-glassfish-api --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-extra-jre-packages --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/classes [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/extra-jre-packages/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-extra-jre-packages --- [INFO] No sources to compile [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ glassfish-extra-jre-packages --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/template/target/nucleus-domain.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages/target/flashlight-extra-jdk-packages.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ flashlight-agent --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/src/main/java/org/glassfish/embeddable/archive/Assembler.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/src/main/java/org/glassfish/embeddable/archive/Assembler.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/src/main/java/org/glassfish/embeddable/archive/Assembler.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ scattered-archive-api --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ flashlight-extra-jdk-packages --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-domain --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ simple-glassfish-api --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/src/main/java/org/jvnet/tiger_types/Lister.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/src/main/java/org/jvnet/tiger_types/Lister.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/src/main/java/org/jvnet/tiger_types/Lister.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/src/main/java/org/jvnet/tiger_types/Lister.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/src/main/java/org/jvnet/tiger_types/Lister.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ tiger-types --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ api-exporter --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/src/main/java/org/glassfish/main/jul/record/GlassFishLogRecord.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/src/main/java/org/glassfish/main/jul/record/GlassFishLogRecord.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/src/main/java/org/glassfish/main/jul/record/GlassFishLogRecord.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/src/main/java/org/glassfish/main/jul/GlassFishLogger.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/src/main/java/org/glassfish/main/jul/GlassFishLogger.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ glassfish-jul-extension --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/extra-jre-packages/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-extra-jre-packages --- [INFO] [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ api-exporter --- [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ api-exporter --- [INFO] Not copying test resources [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ api-exporter --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ flashlight-agent --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter/target/generated-sources/hk2-config-generator/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages/target/flashlight-extra-jdk-packages-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/template/target/nucleus-domain-sources.jar [INFO] No sources to compile [INFO] Not compiling test sources [INFO] [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ flashlight-agent --- [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-extra-jre-packages --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ tiger-types --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ glassfish-jul-extension --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ scattered-archive-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ simple-glassfish-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ flashlight-agent --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ flashlight-extra-jdk-packages --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-domain --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ api-exporter --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-sources) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ api-exporter --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ api-exporter --- [INFO] Configured Artifact: com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:sources:2.14.2:jar [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ flashlight-extra-jdk-packages --- [INFO] Not copying test resources [INFO] Tests are skipped. [INFO] Tests are skipped. [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-extra-jre-packages --- [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.flashlight-flashlight-extra-jdk-packages-checkstyle) @ flashlight-extra-jdk-packages --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-domain --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter/target/common-resources with includes "" and excludes "" [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-nucleus-domain-checkstyle) @ nucleus-domain --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-extra-jre-packages --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-domain --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ flashlight-extra-jdk-packages --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ api-exporter --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/template/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/nucleus-domain/7.0.3-SNAPSHOT/nucleus-domain-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-extra-jdk-packages/7.0.3-SNAPSHOT/flashlight-extra-jdk-packages-7.0.3-SNAPSHOT.pom [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ api-exporter --- [INFO] Changes detected - recompiling the module! [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-extra-jre-packages --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/template/target/nucleus-domain.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/nucleus-domain/7.0.3-SNAPSHOT/nucleus-domain-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages/target/flashlight-extra-jdk-packages.jar to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-extra-jdk-packages/7.0.3-SNAPSHOT/flashlight-extra-jdk-packages-7.0.3-SNAPSHOT.jar [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter/target/classes [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages/target/flashlight-extra-jdk-packages-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-extra-jdk-packages/7.0.3-SNAPSHOT/flashlight-extra-jdk-packages-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.glassfish.main.osgi-platforms:felix >--------------- [INFO] Building Apache Felix, associated bundles and conf files 7.0.3-SNAPSHOT [31/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Apache Felix, associated bundles and conf files: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ felix --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ felix --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ felix --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/felix [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ felix --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ felix --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/template/target/nucleus-domain-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/nucleus-domain/7.0.3-SNAPSHOT/nucleus-domain-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ felix --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/felix/target/common-resources with includes "" and excludes "" [INFO] [INFO] ----------< org.glassfish.main.distributions:nucleus-common >----------- [INFO] Building Nucleus distribution Common module 7.0.3-SNAPSHOT [32/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Nucleus distribution Common module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy (default) @ felix --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-common --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ simple-glassfish-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-common --- [INFO] Configured Artifact: org.apache.felix:org.apache.felix.main:?:jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ tiger-types --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ scattered-archive-api --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-common --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus-common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-common --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus-common/target/common-resources with includes "" and excludes "" [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/agent/target/classes/META-INF for [INFO] [echo] flashlight-agent [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ nucleus-common --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/agent/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ flashlight-agent --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ glassfish-jul-extension --- [INFO] Copying 27 resources [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/extra-jre-packages/target/classes/META-INF for [INFO] [echo] glassfish-extra-jre-packages [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish-extra-jre-packages --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ api-exporter --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ api-exporter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus-common/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (create-artifact) @ nucleus-common --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ api-exporter --- [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.14.2/jackson-module-jakarta-xmlbind-annotations-2.14.2-sources.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources with includes "" and excludes "com/fasterxml/jackson/module/jakarta/xmlbind/package-info.java" [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/extra-jre-packages/target/glassfish-extra-jre-packages.jar [INFO] Reading assembly descriptor: src/main/assembly/nucleus-common.xml [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/agent/target/flashlight-agent.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-extra-jre-packages --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/extra-jre-packages/target/glassfish-extra-jre-packages-sources.jar [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] [INFO] Copying files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus-common/target/stage [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ flashlight-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/agent/target/flashlight-agent-sources.jar [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-common --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-extra-jre-packages --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus-common/target/dependency/META-INF for [INFO] [echo] nucleus-common [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-extra-jre-packages --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus-common/target/dependency/META-INF [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.core-glassfish-extra-jre-packages-checkstyle) @ glassfish-extra-jre-packages --- [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ nucleus-common --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-extra-jre-packages --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/extra-jre-packages/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/glassfish-extra-jre-packages/7.0.3-SNAPSHOT/glassfish-extra-jre-packages-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/extra-jre-packages/target/glassfish-extra-jre-packages.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/glassfish-extra-jre-packages/7.0.3-SNAPSHOT/glassfish-extra-jre-packages-7.0.3-SNAPSHOT.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/classes/META-INF for [INFO] [echo] jackson-module-jakarta-xmlbind-annotations [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] [zip] duplicate: preserve [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/jackson-module-jakarta-xmlbind-annotations.jar [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus-common/target/nucleus-common.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/extra-jre-packages/target/glassfish-extra-jre-packages-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/glassfish-extra-jre-packages/7.0.3-SNAPSHOT/glassfish-extra-jre-packages-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-common --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ flashlight-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus-common/target/nucleus-common-sources.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ flashlight-agent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.flashlight-flashlight-agent-checkstyle) @ flashlight-agent --- [INFO] [INFO] ---------------< org.glassfish.main.admin:rest-testing >---------------- [INFO] Building GlassFish Admin REST Testing Framework 7.0.3-SNAPSHOT [33/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ flashlight-agent --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/agent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-agent/7.0.3-SNAPSHOT/flashlight-agent-7.0.3-SNAPSHOT.pom [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Admin REST Testing Framework: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (source-assembly) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] Reading assembly descriptor: src.xml [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/agent/target/flashlight-agent.jar to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-agent/7.0.3-SNAPSHOT/flashlight-agent-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/agent/target/flashlight-agent-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-agent/7.0.3-SNAPSHOT/flashlight-agent-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-common --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/jackson-module-jakarta-xmlbind-annotations-sources.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.distributions-nucleus-common-checkstyle) @ nucleus-common --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-common/7.0.3-SNAPSHOT/nucleus-common-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus-common/target/nucleus-common.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-common/7.0.3-SNAPSHOT/nucleus-common-7.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus-common/target/nucleus-common-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-common/7.0.3-SNAPSHOT/nucleus-common-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] Configured Artifact: org.apache.felix:org.apache.felix.bundlerepository:?:jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ scattered-archive-api --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ tiger-types --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ api-exporter --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ simple-glassfish-api --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ glassfish-jul-extension --- [INFO] Copying org.apache.felix.main-7.0.5.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/felix/target/classes/osgi/felix/bin/felix.jar [INFO] Copying org.apache.felix.bundlerepository-2.0.10.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/felix/target/classes/modules/org.apache.felix.bundlerepository.jar [WARNING] Bundle org.glassfish.main.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:7.0.3-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/11/module-info.class=module-info} [INFO] Building bundle: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/jackson-module-jakarta-xmlbind-annotations.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ felix --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/felix/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ felix --- [INFO] --- maven-javadoc-plugin:3.5.0:jar (javadoc) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-jul-extension --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ simple-glassfish-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ tiger-types --- [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ scattered-archive-api --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ api-exporter --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/felix/target/classes/META-INF for [INFO] [echo] felix [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/felix/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ felix --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ rest-testing --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/felix/target/classes ( excludes: [ ], includes: [ ]) [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ rest-testing --- [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/felix/target/felix.zip [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ rest-testing --- [INFO] Changes detected - recompiling the module! [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-testing [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ rest-testing --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter/target/classes [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ rest-testing --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ rest-testing --- [INFO] Changes detected - recompiling the module! [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/classes [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/classes [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-testing/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ rest-testing --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-testing/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rest-testing --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-testing/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ api-exporter --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ api-exporter --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ api-exporter --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ simple-glassfish-api --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ simple-glassfish-api --- [INFO] Not copying test resources [INFO] Not compiling test sources [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ simple-glassfish-api --- [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ api-exporter --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ simple-glassfish-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ api-exporter --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ simple-glassfish-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ api-exporter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ simple-glassfish-api --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ felix --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/felix/target/felix-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ scattered-archive-api --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ scattered-archive-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ scattered-archive-api --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ tiger-types --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ scattered-archive-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ scattered-archive-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/target/classes [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ scattered-archive-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter/target/classes/META-INF for [INFO] [echo] api-exporter [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/classes/META-INF for [INFO] [echo] simple-glassfish-api [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ api-exporter --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ simple-glassfish-api --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ felix --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ felix --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter/target/api-exporter.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.osgi-platforms-felix-checkstyle) @ felix --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/classes/META-INF for [INFO] [echo] scattered-archive-api [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ felix --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ scattered-archive-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/felix/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/felix/7.0.3-SNAPSHOT/felix-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/felix/target/felix.zip to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/felix/7.0.3-SNAPSHOT/felix-7.0.3-SNAPSHOT.zip [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/scattered-archive-api.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/felix/target/felix-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/felix/7.0.3-SNAPSHOT/felix-7.0.3-SNAPSHOT-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/simple-glassfish-api.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ api-exporter --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter/target/api-exporter-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ scattered-archive-api --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ simple-glassfish-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/simple-glassfish-api-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/scattered-archive-api-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ api-exporter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ api-exporter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.core-api-exporter-checkstyle) @ api-exporter --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ api-exporter --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/api-exporter/7.0.3-SNAPSHOT/api-exporter-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ tiger-types --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tiger-types --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter/target/api-exporter.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/api-exporter/7.0.3-SNAPSHOT/api-exporter-7.0.3-SNAPSHOT.jar [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ tiger-types --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ simple-glassfish-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ tiger-types --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ tiger-types --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ simple-glassfish-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.common-simple-glassfish-api-checkstyle) @ simple-glassfish-api --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ scattered-archive-api --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ simple-glassfish-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter/target/api-exporter-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/api-exporter/7.0.3-SNAPSHOT/api-exporter-7.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/simple-glassfish-api/7.0.3-SNAPSHOT/simple-glassfish-api-7.0.3-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ scattered-archive-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.common-scattered-archive-api-checkstyle) @ scattered-archive-api --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ scattered-archive-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/scattered-archive-api/7.0.3-SNAPSHOT/scattered-archive-api-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/simple-glassfish-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/simple-glassfish-api/7.0.3-SNAPSHOT/simple-glassfish-api-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/scattered-archive-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/scattered-archive-api/7.0.3-SNAPSHOT/scattered-archive-api-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/simple-glassfish-api-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/simple-glassfish-api/7.0.3-SNAPSHOT/simple-glassfish-api-7.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/scattered-archive-api-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/scattered-archive-api/7.0.3-SNAPSHOT/scattered-archive-api-7.0.3-SNAPSHOT-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/target/classes/META-INF for [INFO] [echo] tiger-types [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tiger-types --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/target/tiger-types.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ tiger-types --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/target/tiger-types-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ tiger-types --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ tiger-types --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.hk2-tiger-types-checkstyle) @ tiger-types --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ tiger-types --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/hk2/tiger-types/7.0.3-SNAPSHOT/tiger-types-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/target/tiger-types.jar to /home/jenkins/.m2/repository/org/glassfish/main/hk2/tiger-types/7.0.3-SNAPSHOT/tiger-types-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/target/tiger-types-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/hk2/tiger-types/7.0.3-SNAPSHOT/tiger-types-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-jul-extension --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-jul-extension --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-jul-extension --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-jul-extension --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-jul-extension --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-testing/src/main/java/org/glassfish/admin/rest/testing/Common.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-testing/src/main/java/org/glassfish/admin/rest/testing/Common.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-testing/src/main/java/org/glassfish/admin/rest/testing/Common.java: Recompile with -Xlint:unchecked for details. [INFO] Tests are skipped. [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ rest-testing --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-jul-extension --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-testing/target/classes [INFO] [INFO] -----------------< org.glassfish.main.hk2:hk2-config >------------------ [INFO] Building HK2 configuration module 7.0.3-SNAPSHOT [34/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in HK2 configuration module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/target/classes/META-INF for [INFO] [echo] glassfish-jul-extension [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish-jul-extension --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ rest-testing --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rest-testing --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ rest-testing --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ rest-testing --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/target/glassfish-jul-extension.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-testing/target/classes/META-INF for [INFO] [echo] rest-testing [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-testing/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ rest-testing --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-testing/target/rest-testing.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ rest-testing --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-testing/target/rest-testing-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ rest-testing --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-jul-extension --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/target/glassfish-jul-extension-sources.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ rest-testing --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-rest-testing-checkstyle) @ rest-testing --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ rest-testing --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-testing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-testing/7.0.3-SNAPSHOT/rest-testing-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-testing/target/rest-testing.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-testing/7.0.3-SNAPSHOT/rest-testing-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-testing/target/rest-testing-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-testing/7.0.3-SNAPSHOT/rest-testing-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-jul-extension --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-jul-extension --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main-glassfish-jul-extension-checkstyle) @ glassfish-jul-extension --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-jul-extension --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-jul-extension/7.0.3-SNAPSHOT/glassfish-jul-extension-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/target/glassfish-jul-extension.jar to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-jul-extension/7.0.3-SNAPSHOT/glassfish-jul-extension-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/target/glassfish-jul-extension-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-jul-extension/7.0.3-SNAPSHOT/glassfish-jul-extension-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.glassfish.main:glassfish-parent >----------------- [INFO] Building Eclipse GlassFish Parent Project 7.0.3-SNAPSHOT [35/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Eclipse GlassFish Parent Project: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-parent --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-parent --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-parent --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-parent --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-parent --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-parent --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/target/classes/META-INF for [INFO] [echo] glassfish-parent [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-parent --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main-glassfish-parent-checkstyle) @ glassfish-parent --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-parent --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-parent/7.0.3-SNAPSHOT/glassfish-parent-7.0.3-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.deployment:deployment >-------------- [INFO] [INFO] Building GlassFish Deployment Related Modules 7.0.3-SNAPSHOT [36/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] ---------------------< org.glassfish.main.ejb:ejb >--------------------- [INFO] Building GlassFish EJB container related modules 7.0.3-SNAPSHOT [37/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] ------------------< org.glassfish.main.common:common >------------------ [INFO] Building GlassFish Common modules 7.0.3-SNAPSHOT [38/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] -------------< org.glassfish.main.security:securitymodule >------------- [INFO] Building GlassFish Security Parent 7.0.3-SNAPSHOT [39/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] -------------< org.glassfish.main.transaction:transaction >------------- [INFO] Building GlassFish Transaction modules 7.0.3-SNAPSHOT [40/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] --------------< org.glassfish.main.connectors:connectors >-------------- [INFO] ---------------< org.glassfish.main.resources:resources >--------------- [INFO] [INFO] Building Connectors Parent 7.0.3-SNAPSHOT [41/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] ----------------< org.glassfish.main.libpam4j:libpam4j >---------------- [INFO] Building Java binding for libpam.so 7.0.3-SNAPSHOT [43/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Building GlassFish Resources infrastructure related modules 7.0.3-SNAPSHOT [42/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Deployment Related Modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish EJB container related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ deployment --- [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ deployment --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Connectors Parent: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ deployment --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Java binding for libpam.so: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ejb --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Transaction modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ejb --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ejb --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ejb --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ connectors --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ejb --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ transaction --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ connectors --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ deployment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ transaction --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ connectors --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ transaction --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ connectors --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ transaction --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ connectors --- [INFO] [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/target/common-resources with includes "" and excludes "" [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ transaction --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ deployment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ deployment --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Resources infrastructure related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ejb --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ resources --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ resources --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ connectors --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ resources --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ resources --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ deployment --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ resources --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ resources --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ transaction --- [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Security Parent: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Common modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ resources --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ common --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ securitymodule --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ transaction --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ common --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ securitymodule --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ securitymodule --- [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ common --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ common --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ common --- [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ securitymodule --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ securitymodule --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ securitymodule --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ securitymodule --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/target/classes/META-INF for [INFO] [echo] connectors [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/target/classes/META-INF [INFO] Executing tasks [INFO] Executed tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/target/classes/META-INF for [INFO] [echo] deployment [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ connectors --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ connectors --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ deployment --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ deployment --- [INFO] Executing tasks [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ connectors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.connectors-connectors-checkstyle) @ connectors --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/target/classes/META-INF for [INFO] [echo] resources [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/target/classes/META-INF for [INFO] [echo] common [INFO] Executing tasks [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ deployment --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/target/classes/META-INF for [INFO] [echo] ejb [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.deployment-deployment-checkstyle) @ deployment --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/target/classes/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/target/classes/META-INF [INFO] Executed tasks [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ common --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ resources --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ connectors --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ deployment --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors/7.0.3-SNAPSHOT/connectors-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment/7.0.3-SNAPSHOT/deployment-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ resources --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ resources --- [INFO] [INFO] -------------< org.glassfish.main.persistence:persistence >------------- [INFO] Building GlassFish persistence related modules 7.0.3-SNAPSHOT [44/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.resources-resources-checkstyle) @ resources --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish persistence related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Tests are skipped. [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/target/classes/META-INF [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.common-common-checkstyle) @ common --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ resources --- [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources/7.0.3-SNAPSHOT/resources-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ persistence --- [INFO] [INFO] ---------------------< org.glassfish.main.orb:orb >--------------------- [INFO] Building GlassFish ORB related modules 7.0.3-SNAPSHOT [45/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ persistence --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ejb --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ persistence --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ persistence --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/common/7.0.3-SNAPSHOT/common-7.0.3-SNAPSHOT.pom [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ persistence --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ persistence --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/target/classes/META-INF for [INFO] [echo] securitymodule [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish ORB related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/target/common-resources with includes "" and excludes "" [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/target/classes/META-INF [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ejb --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ orb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.ejb-ejb-checkstyle) @ ejb --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ orb --- [INFO] [INFO] ---------------------< org.glassfish.main.web:web >--------------------- [INFO] Building GlassFish Web container related modules 7.0.3-SNAPSHOT [46/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ orb --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ orb --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ejb --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Web container related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ orb --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ orb --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb/7.0.3-SNAPSHOT/ejb-7.0.3-SNAPSHOT.pom [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ web --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/target/common-resources with includes "" and excludes "" [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ securitymodule --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/target/classes/META-INF for [INFO] [echo] transaction [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ securitymodule --- [INFO] [INFO] ----------------------< org.glassfish.main.ha:ha >---------------------- [INFO] Building GlassFish HA modules 7.0.3-SNAPSHOT [47/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ persistence --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [INFO] [INFO] --------------------< org.glassfish.main:appclient >-------------------- [INFO] Building App Client Modules 7.0.3-SNAPSHOT [48/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/target/classes/META-INF [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish HA modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ orb --- [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ transaction --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ transaction --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ha --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ha --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ha --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in App Client Modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ha --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ha --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ha --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appclient --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ transaction --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ securitymodule --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ appclient --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.transaction-transaction-checkstyle) @ transaction --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.security-securitymodule-checkstyle) @ securitymodule --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appclient --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ appclient --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/target/common-resources with includes "" and excludes "" [INFO] [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ securitymodule --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ web --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/securitymodule/7.0.3-SNAPSHOT/securitymodule-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ web --- [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ transaction --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ web --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ha --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/transaction/transaction/7.0.3-SNAPSHOT/transaction-7.0.3-SNAPSHOT.pom [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/target/common-resources with includes "" and excludes "" [INFO] [INFO] -------------------< org.glassfish.main.admin:admin >------------------- [INFO] Building Admin Modules 7.0.3-SNAPSHOT [49/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --------------------< org.glassfish.main.core:core >-------------------- [INFO] Building GlassFish Core modules 7.0.3-SNAPSHOT [50/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ appclient --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ appclient --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ web --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Core modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ core --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ web --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ core --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/target/common-resources with includes "" and excludes "" [WARNING] ***************************************************************** [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ core --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ core --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ core --- [INFO] [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ admin --- [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ appclient --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ admin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ admin --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ core --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ web --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ admin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ admin --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ core --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/target/classes/META-INF for [INFO] [echo] persistence [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ persistence --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ persistence --- [INFO] Executing tasks [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence-persistence-checkstyle) @ persistence --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ persistence --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/persistence/7.0.3-SNAPSHOT/persistence-7.0.3-SNAPSHOT.pom [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/target/classes/META-INF for [INFO] [echo] appclient [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ appclient --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ appclient --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/target/classes/META-INF for [INFO] [echo] orb [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/target/classes/META-INF [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/target/classes/META-INF for [INFO] [echo] ha [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ orb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ appclient --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/target/classes/META-INF [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ orb --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main-appclient-checkstyle) @ appclient --- [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ha --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ha --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ appclient --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/target/classes/META-INF for [INFO] [echo] admin [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/7.0.3-SNAPSHOT/appclient-7.0.3-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ orb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ha --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.orb-orb-checkstyle) @ orb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.ha-ha-checkstyle) @ ha --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/target/classes/META-INF [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ orb --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ha --- [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ admin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha/7.0.3-SNAPSHOT/ha-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb/7.0.3-SNAPSHOT/orb-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ admin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/target/classes/META-INF for [INFO] [echo] core [INFO] [INFO] --------------------< org.glassfish.main.jdbc:jdbc >-------------------- [INFO] Building JDBC Module 7.0.3-SNAPSHOT [51/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] -----------< org.glassfish.main.loadbalancer:load-balancer >------------ [INFO] Building GlassFish Load-Balancer Plugin related modules 7.0.3-SNAPSHOT [52/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/target/classes/META-INF [INFO] ---------------------< org.glassfish.main.jms:jms >--------------------- [INFO] Building GlassFish JMS modules 7.0.3-SNAPSHOT [53/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ core --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish JMS modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ core --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JDBC Module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --------------< org.glassfish.main.jdbc.jdbc-ra:jdbc-ra >--------------- [INFO] Building JDBC Resource Adapter 7.0.3-SNAPSHOT [54/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jms --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JDBC Resource Adapter: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jms --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jdbc --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jms --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jdbc --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jms --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jdbc --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jms --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jdbc-ra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ admin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jms --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jdbc-ra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-admin-checkstyle) @ admin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jdbc-ra --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ core --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jdbc --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jdbc-ra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.core-core-checkstyle) @ core --- [INFO] Executing tasks [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jdbc --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/target/classes/META-INF for [INFO] [echo] web [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ core --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jdbc --- [WARNING] ***************************************************************** [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jdbc-ra --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/core/7.0.3-SNAPSHOT/core-7.0.3-SNAPSHOT.pom [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Load-Balancer Plugin related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/target/common-resources with includes "" and excludes "" [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/target/classes/META-INF [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ admin --- [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ web --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/target/common-resources with includes "" and excludes "" [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin/7.0.3-SNAPSHOT/admin-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ load-balancer --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ web --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jdbc-ra --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ load-balancer --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jms --- [INFO] [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ libpam4j --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ libpam4j --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ libpam4j --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ libpam4j --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ web --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ libpam4j --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ libpam4j --- [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-web-checkstyle) @ web --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ web --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jdbc-ra --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web/7.0.3-SNAPSHOT/web-7.0.3-SNAPSHOT.pom [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/target/common-resources with includes "" and excludes "" [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ load-balancer --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ load-balancer --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ load-balancer --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ load-balancer --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ libpam4j --- [INFO] [INFO] --------------< org.glassfish.main.concurrent:concurrent >-------------- [INFO] Building Concurrency Utilities Modules 7.0.3-SNAPSHOT [55/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] -------------------< org.glassfish.main.batch:batch >------------------- [INFO] Building Batch runtime modules for Glassfish 7.0.3-SNAPSHOT [56/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Batch runtime modules for Glassfish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ batch --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Concurrency Utilities Modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] ------------------< org.glassfish.main.extras:extras >------------------ [INFO] Building GlassFish Extras modules 7.0.3-SNAPSHOT [57/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/target/common-resources with includes "" and excludes "" [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Extras modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ concurrent --- [INFO] [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ extras --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ load-balancer --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ extras --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ extras --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ extras --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ extras --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ extras --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ extras --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ batch --- [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ concurrent --- [INFO] [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ concurrent --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ concurrent --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ concurrent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/src/main/manpages [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ concurrent --- [INFO] Copying 2 resources to META-INF [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ libpam4j --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/target/common-resources with includes "" and excludes "" [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/target/classes [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ concurrent --- [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ batch --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ batch --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ batch --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ batch --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/target/classes/META-INF for [INFO] [echo] jdbc-ra [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/target/common-resources with includes "" and excludes "" [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jdbc-ra --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ batch --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jdbc-ra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jdbc-ra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.jdbc.jdbc-ra-jdbc-ra-checkstyle) @ jdbc-ra --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jdbc-ra --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc-ra/7.0.3-SNAPSHOT/jdbc-ra-7.0.3-SNAPSHOT.pom [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/target/classes/META-INF for [INFO] [echo] jms [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jms --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jms --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jms --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.jms-jms-checkstyle) @ jms --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jms --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms/7.0.3-SNAPSHOT/jms-7.0.3-SNAPSHOT.pom [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/target/classes/META-INF for [INFO] [echo] load-balancer [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/target/classes/META-INF for [INFO] [echo] jdbc [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jdbc --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.jdbc-jdbc-checkstyle) @ jdbc --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ load-balancer --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jdbc --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ load-balancer --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc/7.0.3-SNAPSHOT/jdbc-7.0.3-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.grizzly:glassfish-grizzly >------------ [INFO] Building Grizzly Glassfish Extra modules 7.0.3-SNAPSHOT [58/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ load-balancer --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Grizzly Glassfish Extra modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.loadbalancer-load-balancer-checkstyle) @ load-balancer --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ load-balancer --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/loadbalancer/load-balancer/7.0.3-SNAPSHOT/load-balancer-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-grizzly --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-grizzly --- [INFO] [INFO] --------------< org.glassfish.main.admingui:dataprovider >-------------- [INFO] Building DataProvider 7.0.3-SNAPSHOT [59/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-grizzly --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-grizzly --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-grizzly --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-grizzly --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/target/common-resources with includes "" and excludes "" [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in DataProvider: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-grizzly --- [INFO] [INFO] ----------------< org.glassfish.main.admingui:admingui >---------------- [INFO] Building Admin Console Packages 7.0.3-SNAPSHOT [60/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] -------------< org.glassfish.main.featuresets:featuresets >------------- [INFO] Building Glassfish featuresets 7.0.3-SNAPSHOT [61/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Glassfish featuresets: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ featuresets --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ featuresets --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ featuresets --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ featuresets --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ featuresets --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ featuresets --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/target/common-resources with includes "" and excludes "" [INFO] Executing tasks [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/target/classes/META-INF for [INFO] [echo] extras [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ featuresets --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ extras --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ extras --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console Packages: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ extras --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-extras-checkstyle) @ extras --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ extras --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/target/classes/META-INF for [INFO] [echo] concurrent [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/extras/7.0.3-SNAPSHOT/extras-7.0.3-SNAPSHOT.pom [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/target/classes/META-INF [INFO] Executed tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/target/classes/META-INF for [INFO] [INFO] [echo] batch [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ concurrent --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ concurrent --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ batch --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ batch --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ concurrent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.concurrent-concurrent-checkstyle) @ concurrent --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ concurrent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ batch --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent/7.0.3-SNAPSHOT/concurrent-7.0.3-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.batch-batch-checkstyle) @ batch --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ batch --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/batch/batch/7.0.3-SNAPSHOT/batch-7.0.3-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.webservices:webservices >------------- [INFO] Building GlassFish Web Services related modules 7.0.3-SNAPSHOT [62/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Web Services related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --------< org.glassfish.main.microprofile:microprofile-parent >--------- [INFO] Building GlassFish MicroProfile modules 7.0.3-SNAPSHOT [63/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] -----------< org.glassfish.main.distributions:distributions >----------- [INFO] Building Glassfish distributions 7.0.3-SNAPSHOT [64/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ webservices --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish MicroProfile modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ webservices --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ webservices --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ webservices --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ webservices --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ microprofile-parent --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ webservices --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ microprofile-parent --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ microprofile-parent --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ microprofile-parent --- [WARNING] ***************************************************************** [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ microprofile-parent --- [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Glassfish distributions: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Executing tasks [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ microprofile-parent --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/target/classes/META-INF for [INFO] [echo] glassfish-grizzly [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ distributions --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/target/classes/META-INF [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ distributions --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ distributions --- [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-grizzly --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ distributions --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ distributions --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-grizzly --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ distributions --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ webservices --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/target/common-resources with includes "" and excludes "" [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-grizzly --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ distributions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.grizzly-glassfish-grizzly-checkstyle) @ glassfish-grizzly --- [INFO] Executing tasks [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-grizzly --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ microprofile-parent --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/glassfish-grizzly/7.0.3-SNAPSHOT/glassfish-grizzly-7.0.3-SNAPSHOT.pom [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/target/classes/META-INF for [INFO] [echo] featuresets [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ featuresets --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ featuresets --- [INFO] [INFO] -------------------< org.glassfish.main.tests:tests >------------------- [INFO] Building GlassFish Tests 7.0.3-SNAPSHOT [65/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Tests: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ tests --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ tests --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ tests --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ tests --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ tests --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ featuresets --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/target/common-resources with includes "" and excludes "" [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.featuresets-featuresets-checkstyle) @ featuresets --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ featuresets --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/featuresets/7.0.3-SNAPSHOT/featuresets-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ tests --- [INFO] [INFO] -----< org.glassfish.main.osgi-platforms:osgi-console-extensions >------ [INFO] Building Console extensions for OSGi platforms 7.0.3-SNAPSHOT [66/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Console extensions for OSGi platforms: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ osgi-console-extensions --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/target/classes/META-INF for [INFO] [echo] webservices [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/target/classes/META-INF [INFO] Executing tasks [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ osgi-console-extensions --- [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ webservices --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ osgi-console-extensions --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ osgi-console-extensions --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ osgi-console-extensions --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ webservices --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ osgi-console-extensions --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/target/dependency/META-INF for [INFO] [echo] distributions [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/target/dependency/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ distributions --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ distributions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ webservices --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/target/common-resources with includes "" and excludes "" [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.webservices-webservices-checkstyle) @ webservices --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ webservices --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices/7.0.3-SNAPSHOT/webservices-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ osgi-console-extensions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ distributions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.distributions-distributions-checkstyle) @ distributions --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ distributions --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/distributions/7.0.3-SNAPSHOT/distributions-7.0.3-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.flashlight:glassfish-flashlight >--------- [INFO] Building Flashlight 7.0.3-SNAPSHOT [67/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Flashlight: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] ------------< org.glassfish.main.deployment:appserver-dtds >------------ [INFO] Building Set of DTDs for GlassFish Jakarta EE distributions 7.0.3-SNAPSHOT [68/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-flashlight --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-flashlight --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-flashlight --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-flashlight --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-flashlight --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-flashlight --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/src/main/java/org/jvnet/libpam/impl/CLibrary.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/src/main/java/org/jvnet/libpam/impl/CLibrary.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/src/main/java/org/jvnet/libpam/PAM.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/src/main/java/org/jvnet/libpam/PAM.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/src/main/java/org/jvnet/libpam/PAM.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/src/main/java/org/jvnet/libpam/impl/CLibrary.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/src/main/java/org/jvnet/libpam/impl/CLibrary.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ libpam4j --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/target/common-resources with includes "" and excludes "" [INFO] Changes detected - recompiling the module! [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Set of DTDs for GlassFish Jakarta EE distributions: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/target/classes [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-flashlight --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appserver-dtds --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ appserver-dtds --- [INFO] Executing tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appserver-dtds --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dtds [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ appserver-dtds --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/target/classes/META-INF for [INFO] [echo] tests [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ appserver-dtds --- [INFO] Executing tasks [INFO] [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/target/classes/META-INF for [INFO] [echo] microprofile-parent [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/target/classes/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ tests --- [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ microprofile-parent --- [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ appserver-dtds --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ microprofile-parent --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ tests --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dtds/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ appserver-dtds --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ microprofile-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ tests --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.microprofile-microprofile-parent-checkstyle) @ microprofile-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.tests-tests-checkstyle) @ tests --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ microprofile-parent --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ tests --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/microprofile/microprofile-parent/7.0.3-SNAPSHOT/microprofile-parent-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/tests/tests/7.0.3-SNAPSHOT/tests-7.0.3-SNAPSHOT.pom [INFO] Copying 45 resources [INFO] [INFO] ----------< org.glassfish.main.deployment:appserver-schemas >----------- [INFO] Building Set of schemas for Jakarta EE 7.0.3-SNAPSHOT [69/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Set of schemas for Jakarta EE: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appserver-schemas --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ appserver-schemas --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dtds/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appserver-schemas --- [INFO] [INFO] -------------< org.glassfish.main.connectors:descriptors >-------------- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/schemas [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ appserver-schemas --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ appserver-dtds --- [INFO] Executing tasks [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ appserver-schemas --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/target/classes/META-INF for [INFO] [echo] osgi-console-extensions [INFO] Building Jakarta EE Connector Architecture Descriptors 7.0.3-SNAPSHOT [70/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Jakarta EE Connector Architecture Descriptors: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ appserver-schemas --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ descriptors --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/schemas/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ descriptors --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ descriptors --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/descriptors [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ descriptors --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ descriptors --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ descriptors --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack) @ appserver-schemas --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Configured Artifact: jakarta.persistence:jakarta.persistence-api:?:jar [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/descriptors/target/common-resources with includes "" and excludes "" [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/target/classes/META-INF for [INFO] [echo] glassfish-flashlight [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ descriptors --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-flashlight --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/target/classes/META-INF [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-flashlight --- [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ osgi-console-extensions --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ osgi-console-extensions --- [INFO] Copying 19 resources [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ osgi-console-extensions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.osgi-platforms-osgi-console-extensions-checkstyle) @ osgi-console-extensions --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/descriptors/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ osgi-console-extensions --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ descriptors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-flashlight --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-console-extensions/7.0.3-SNAPSHOT/osgi-console-extensions-7.0.3-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.flashlight-glassfish-flashlight-checkstyle) @ glassfish-flashlight --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-flashlight --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/glassfish-flashlight/7.0.3-SNAPSHOT/glassfish-flashlight-7.0.3-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.resources:mail >------------------ [INFO] Building Jakarta Mail Resources Support related modules 7.0.3-SNAPSHOT [71/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Jakarta Mail Resources Support related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dtds/target/classes/META-INF for [INFO] [echo] appserver-dtds [INFO] [INFO] -----------------< org.glassfish.main.ejb:ejb-client >------------------ [INFO] Building GlassFish Core EJB Client 7.0.3-SNAPSHOT [72/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dtds/target/classes/META-INF [INFO] Executed tasks [INFO] [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Core EJB Client: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ appserver-dtds --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dtds/target/classes ( excludes: [ ], includes: [ ]) [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dtds/target/appserver-dtds.zip [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/descriptors/target/classes/META-INF for [INFO] [echo] descriptors [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/descriptors/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ descriptors --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/descriptors/target/classes ( excludes: [ ], includes: [ ]) [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ libpam4j --- [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/descriptors/target/descriptors.zip [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ libpam4j --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ libpam4j --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ libpam4j --- [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (jar) @ descriptors --- [INFO] Reading assembly descriptor: src/assembly/jar.xml [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ appserver-dtds --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dtds/target/appserver-dtds-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/descriptors/target/descriptors-resources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/target/classes/META-INF for [INFO] [echo] libpam4j [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ libpam4j --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ descriptors --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/descriptors/target/descriptors-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/target/libpam4j.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ appserver-dtds --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ appserver-dtds --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.deployment-appserver-dtds-checkstyle) @ appserver-dtds --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ appserver-dtds --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dtds/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/appserver-dtds/7.0.3-SNAPSHOT/appserver-dtds-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dtds/target/appserver-dtds.zip to /home/jenkins/.m2/repository/org/glassfish/main/deployment/appserver-dtds/7.0.3-SNAPSHOT/appserver-dtds-7.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dtds/target/appserver-dtds-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/appserver-dtds/7.0.3-SNAPSHOT/appserver-dtds-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ descriptors --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ libpam4j --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ descriptors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.connectors-descriptors-checkstyle) @ descriptors --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ descriptors --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/descriptors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/descriptors/7.0.3-SNAPSHOT/descriptors-7.0.3-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.security:jaspic.provider.framework >-------- [INFO] Building Jaspic Provider Framework 7.0.3-SNAPSHOT [73/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/descriptors/target/descriptors.zip to /home/jenkins/.m2/repository/org/glassfish/main/connectors/descriptors/7.0.3-SNAPSHOT/descriptors-7.0.3-SNAPSHOT.zip [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Jaspic Provider Framework: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/descriptors/target/descriptors-resources.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/descriptors/7.0.3-SNAPSHOT/descriptors-7.0.3-SNAPSHOT-resources.jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.1.0/jakarta.persistence-api-3.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/schemas/target/classes/glassfish/lib/schemas with includes "jakarta/persistence/orm*.xsd,jakarta/persistence/persistence*.xsd" and excludes "" [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/descriptors/target/descriptors-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/descriptors/7.0.3-SNAPSHOT/descriptors-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ appserver-schemas --- [INFO] [INFO] --< org.glassfish.main.persistence:glassfish-oracle-jdbc-driver-packages >-- [INFO] Building GlassFish Oracle JDBC Packages 7.0.3-SNAPSHOT [74/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Copying 97 resources [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Oracle JDBC Packages: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-oracle-jdbc-driver-packages --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-oracle-jdbc-driver-packages --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-oracle-jdbc-driver-packages --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/oracle-jdbc-driver-packages [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-oracle-jdbc-driver-packages --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-oracle-jdbc-driver-packages --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/oracle-jdbc-driver-packages/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/oracle-jdbc-driver-packages/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-oracle-jdbc-driver-packages --- [INFO] No sources to compile [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ glassfish-oracle-jdbc-driver-packages --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/schemas/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ appserver-schemas --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/schemas/target/classes/META-INF for [INFO] [echo] appserver-schemas [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/schemas/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ appserver-schemas --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/schemas/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/schemas/target/appserver-schemas.zip [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/oracle-jdbc-driver-packages/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-oracle-jdbc-driver-packages --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/oracle-jdbc-driver-packages/target/classes/META-INF for [INFO] [echo] glassfish-oracle-jdbc-driver-packages [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/oracle-jdbc-driver-packages/target/glassfish-oracle-jdbc-driver-packages.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/oracle-jdbc-driver-packages/target/glassfish-oracle-jdbc-driver-packages-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Tests are skipped. [WARNING] Bundle org.glassfish.main.libpam4j:libpam4j:jar:7.0.3-SNAPSHOT : Version for package com.sun.jna is set to different values in the source (7.0.3-SNAPSHOT) and in the manifest (5.13.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [INFO] [WARNING] Bundle org.glassfish.main.libpam4j:libpam4j:jar:7.0.3-SNAPSHOT : Version for package com.sun.jna.ptr is set to different values in the source (7.0.3-SNAPSHOT) and in the manifest (5.13.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [WARNING] Bundle org.glassfish.main.libpam4j:libpam4j:jar:7.0.3-SNAPSHOT : Version for package com.sun.jna.win32 is set to different values in the source (7.0.3-SNAPSHOT) and in the manifest (5.13.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [INFO] Building bundle: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/target/libpam4j.jar [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence-glassfish-oracle-jdbc-driver-packages-checkstyle) @ glassfish-oracle-jdbc-driver-packages --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/oracle-jdbc-driver-packages/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/glassfish-oracle-jdbc-driver-packages/7.0.3-SNAPSHOT/glassfish-oracle-jdbc-driver-packages-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/oracle-jdbc-driver-packages/target/glassfish-oracle-jdbc-driver-packages.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/glassfish-oracle-jdbc-driver-packages/7.0.3-SNAPSHOT/glassfish-oracle-jdbc-driver-packages-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/oracle-jdbc-driver-packages/target/glassfish-oracle-jdbc-driver-packages-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/glassfish-oracle-jdbc-driver-packages/7.0.3-SNAPSHOT/glassfish-oracle-jdbc-driver-packages-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.glassfish.main.persistence:eclipselink-wrapper >--------- [INFO] Building Declaring EclipseLink dependencies 7.0.3-SNAPSHOT [75/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Declaring EclipseLink dependencies: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ appserver-schemas --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/schemas/target/appserver-schemas-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ libpam4j --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/target/libpam4j-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ appserver-schemas --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ libpam4j --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ appserver-schemas --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.deployment-appserver-schemas-checkstyle) @ appserver-schemas --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ appserver-schemas --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/schemas/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/appserver-schemas/7.0.3-SNAPSHOT/appserver-schemas-7.0.3-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ libpam4j --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.libpam4j-libpam4j-checkstyle) @ libpam4j --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/schemas/target/appserver-schemas.zip to /home/jenkins/.m2/repository/org/glassfish/main/deployment/appserver-schemas/7.0.3-SNAPSHOT/appserver-schemas-7.0.3-SNAPSHOT.zip [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ libpam4j --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/libpam4j/libpam4j/7.0.3-SNAPSHOT/libpam4j-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/schemas/target/appserver-schemas-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/appserver-schemas/7.0.3-SNAPSHOT/appserver-schemas-7.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/target/libpam4j.jar to /home/jenkins/.m2/repository/org/glassfish/main/libpam4j/libpam4j/7.0.3-SNAPSHOT/libpam4j-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/target/libpam4j-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/libpam4j/libpam4j/7.0.3-SNAPSHOT/libpam4j-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.glassfish.main.persistence.cmp:cmp >--------------- [INFO] Building GlassFish cmp related modules 7.0.3-SNAPSHOT [76/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] ----------------< org.glassfish.main.appclient:server >----------------- [INFO] Building GlassFish App Client Server-side Modules 7.0.3-SNAPSHOT [77/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish App Client Server-side Modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish cmp related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ server --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ server --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cmp --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ server --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ server --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cmp --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cmp --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ server --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cmp --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ server --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cmp --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/target/common-resources with includes "" and excludes "" [INFO] [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ server --- [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cmp --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jaspic.provider.framework --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jaspic.provider.framework --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jaspic.provider.framework --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jaspic.provider.framework --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/generated-sources/hk2-config-generator/src/main/java [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/target/classes/META-INF for [INFO] [echo] cmp [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/target/classes/META-INF [INFO] Executed tasks [INFO] Executing tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cmp --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/target/classes/META-INF for [INFO] [echo] server [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cmp --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ server --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cmp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence.cmp-cmp-checkstyle) @ cmp --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cmp --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp/7.0.3-SNAPSHOT/cmp-7.0.3-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.appclient-server-checkstyle) @ server --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ server --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/server/7.0.3-SNAPSHOT/server-7.0.3-SNAPSHOT.pom [INFO] [INFO] [INFO] ----------------< org.glassfish.main.ha:ha-file-store >----------------- [INFO] ----------------< org.glassfish.main.appclient:client >----------------- [INFO] Building GlassFish ha-file-store 7.0.3-SNAPSHOT [78/299] [INFO] Building App Client - client-side modules 7.0.3-SNAPSHOT [79/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish ha-file-store: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in App Client - client-side modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ client --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ client --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ client --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ client --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ client --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ client --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ client --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ mail --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ mail --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ mail --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ mail --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ mail --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ mail --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ mail --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/target/classes/META-INF for [INFO] [echo] client [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ client --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.appclient-client-checkstyle) @ client --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ client --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/client/7.0.3-SNAPSHOT/client-7.0.3-SNAPSHOT.pom [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/target/classes/META-INF for [INFO] [echo] mail [INFO] [INFO] -------------< org.glassfish.main.admin:appserver-domain >-------------- [INFO] Building Appserver template 7.0.3-SNAPSHOT [80/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/target/classes/META-INF [INFO] Executed tasks [INFO] [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ mail --- [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Appserver template: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ mail --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appserver-domain --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ appserver-domain --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appserver-domain --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/template [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ appserver-domain --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ appserver-domain --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ mail --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ appserver-domain --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.resources-mail-checkstyle) @ mail --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ mail --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail/7.0.3-SNAPSHOT/mail-7.0.3-SNAPSHOT.pom [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/template/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack) @ appserver-domain --- [INFO] Configured Artifact: org.glassfish.main.admin:nucleus-domain:7.0.3-SNAPSHOT:jar [INFO] [INFO] -----------< org.glassfish.main.core:api-exporter-fragment >------------ [INFO] Building GlassFish API Exporter Module Fragment 7.0.3-SNAPSHOT [81/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/template/target/nucleus-domain.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/template/target/dependency with includes "" and excludes "config/domain.xml,template-info.xml,stringsubs.xml,META-INF/**" [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish API Exporter Module Fragment: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ api-exporter-fragment --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ api-exporter-fragment --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (export-package-regexp) @ api-exporter-fragment --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ api-exporter-fragment --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/api-exporter-fragment [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ api-exporter-fragment --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ api-exporter-fragment --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ api-exporter-fragment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/api-exporter-fragment/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ api-exporter-fragment --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/api-exporter-fragment/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ appserver-domain --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ api-exporter-fragment --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ api-exporter-fragment --- [INFO] Copying 7 resources [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ api-exporter-fragment --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ api-exporter-fragment --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ api-exporter-fragment --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/template/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (create-artifact) @ appserver-domain --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ api-exporter-fragment --- [INFO] Reading assembly descriptor: src/main/assembly/appserver-domain.xml [INFO] Copying files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/template/target/classes [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ appserver-domain --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ appserver-domain --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ appserver-domain --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ appserver-domain --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ appserver-domain --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ appserver-domain --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/api-exporter-fragment/target/classes/META-INF for [INFO] [echo] api-exporter-fragment [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ api-exporter-fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/api-exporter-fragment/target/api-exporter-fragment.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ api-exporter-fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/api-exporter-fragment/target/api-exporter-fragment-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ api-exporter-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ api-exporter-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.core-api-exporter-fragment-checkstyle) @ api-exporter-fragment --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ api-exporter-fragment --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/api-exporter-fragment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/api-exporter-fragment/7.0.3-SNAPSHOT/api-exporter-fragment-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/api-exporter-fragment/target/api-exporter-fragment.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/api-exporter-fragment/7.0.3-SNAPSHOT/api-exporter-fragment-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/api-exporter-fragment/target/api-exporter-fragment-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/api-exporter-fragment/7.0.3-SNAPSHOT/api-exporter-fragment-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.glassfish.main.web:web-embed >------------------ [INFO] Building GlassFish Web container embedded related modules 7.0.3-SNAPSHOT [82/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Web container embedded related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-embed --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ web-embed --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web-embed --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ web-embed --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ web-embed --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ web-embed --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/target/common-resources with includes "" and excludes "" [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/template/target/classes/META-INF for [INFO] [echo] appserver-domain [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ web-embed --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/template/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ appserver-domain --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ web-embed --- [INFO] No sources to compile [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ web-embed --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/template/target/appserver-domain.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ appserver-domain --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/template/target/appserver-domain-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/target/classes/META-INF for [INFO] [echo] web-embed [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ appserver-domain --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ web-embed --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ web-embed --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ web-embed --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-web-embed-checkstyle) @ web-embed --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ web-embed --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-embed/7.0.3-SNAPSHOT/web-embed-7.0.3-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ appserver-domain --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-appserver-domain-checkstyle) @ appserver-domain --- [INFO] [INFO] -------------------< org.glassfish.main.web:web-sse >------------------- [INFO] Building Server-Sent Events 7.0.3-SNAPSHOT [83/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ appserver-domain --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/template/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/appserver-domain/7.0.3-SNAPSHOT/appserver-domain-7.0.3-SNAPSHOT.pom [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Server-Sent Events: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/template/target/appserver-domain.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/appserver-domain/7.0.3-SNAPSHOT/appserver-domain-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/template/target/appserver-domain-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/appserver-domain/7.0.3-SNAPSHOT/appserver-domain-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.main.web:weld-integration-fragment >---------- [INFO] Building Weld Integration Fragment 7.0.3-SNAPSHOT [84/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Weld Integration Fragment: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ weld-integration-fragment --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ weld-integration-fragment --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ weld-integration-fragment --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-fragment [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ weld-integration-fragment --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ weld-integration-fragment --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ weld-integration-fragment --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ weld-integration-fragment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-fragment/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ weld-integration-fragment --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-fragment/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-fragment/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ weld-integration-fragment --- [INFO] No sources to compile [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ weld-integration-fragment --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ weld-integration-fragment --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ weld-integration-fragment --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-fragment/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ weld-integration-fragment --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ weld-integration-fragment --- [INFO] No sources to compile [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ weld-integration-fragment --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ weld-integration-fragment --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ weld-integration-fragment --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ weld-integration-fragment --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ weld-integration-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ weld-integration-fragment --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-fragment/target/classes/META-INF for [INFO] [echo] weld-integration-fragment [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ weld-integration-fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-fragment/target/weld-integration-fragment.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ weld-integration-fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-fragment/target/weld-integration-fragment-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ weld-integration-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ weld-integration-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-weld-integration-fragment-checkstyle) @ weld-integration-fragment --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ weld-integration-fragment --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-fragment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration-fragment/7.0.3-SNAPSHOT/weld-integration-fragment-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-fragment/target/weld-integration-fragment.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration-fragment/7.0.3-SNAPSHOT/weld-integration-fragment-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-fragment/target/weld-integration-fragment-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration-fragment/7.0.3-SNAPSHOT/weld-integration-fragment-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.glassfish.main.web:weld-integration-test-fragment >-------- [INFO] Building Fragment bundle for Weld related testing 7.0.3-SNAPSHOT [85/299] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Fragment bundle for Weld related testing: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ weld-integration-test-fragment --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ weld-integration-test-fragment --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (export-package-regexp) @ weld-integration-test-fragment --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ weld-integration-test-fragment --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-test-fragment [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ weld-integration-test-fragment --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ weld-integration-test-fragment --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ weld-integration-test-fragment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-test-fragment/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ weld-integration-test-fragment --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-test-fragment/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ weld-integration-test-fragment --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ weld-integration-test-fragment --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ weld-integration-test-fragment --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ weld-integration-test-fragment --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ weld-integration-test-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ weld-integration-test-fragment --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-test-fragment/target/classes/META-INF for [INFO] [echo] weld-integration-test-fragment [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ weld-integration-test-fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-test-fragment/target/weld-integration-test-fragment.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ weld-integration-test-fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-test-fragment/target/weld-integration-test-fragment-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ weld-integration-test-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ weld-integration-test-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-weld-integration-test-fragment-checkstyle) @ weld-integration-test-fragment --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ weld-integration-test-fragment --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-test-fragment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration-test-fragment/7.0.3-SNAPSHOT/weld-integration-test-fragment-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-test-fragment/target/weld-integration-test-fragment.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration-test-fragment/7.0.3-SNAPSHOT/weld-integration-test-fragment-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-test-fragment/target/weld-integration-test-fragment-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration-test-fragment/7.0.3-SNAPSHOT/weld-integration-test-fragment-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.glassfish.main.web:cdi-api-fragment >--------------- [INFO] Building cdi-api Fragment 7.0.3-SNAPSHOT [86/299] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in cdi-api Fragment: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cdi-api-fragment --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cdi-api-fragment --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cdi-api-fragment --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/cdi-api-fragment [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cdi-api-fragment --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cdi-api-fragment --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cdi-api-fragment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/cdi-api-fragment/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cdi-api-fragment --- [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/cdi-api-fragment/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ cdi-api-fragment --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cdi-api-fragment --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cdi-api-fragment --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ cdi-api-fragment --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ cdi-api-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cdi-api-fragment --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/cdi-api-fragment/target/classes/META-INF for [INFO] [echo] cdi-api-fragment [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/cdi-api-fragment/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ cdi-api-fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/cdi-api-fragment/target/cdi-api-fragment.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cdi-api-fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/cdi-api-fragment/target/cdi-api-fragment-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cdi-api-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cdi-api-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-cdi-api-fragment-checkstyle) @ cdi-api-fragment --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cdi-api-fragment --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/cdi-api-fragment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/cdi-api-fragment/7.0.3-SNAPSHOT/cdi-api-fragment-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/cdi-api-fragment/target/cdi-api-fragment.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/cdi-api-fragment/7.0.3-SNAPSHOT/cdi-api-fragment-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/cdi-api-fragment/target/cdi-api-fragment-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/cdi-api-fragment/7.0.3-SNAPSHOT/cdi-api-fragment-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --------------------< org.glassfish.main.jms:jmsra >-------------------- [INFO] Building JMS GlassFish System RA Assembly 7.0.3-SNAPSHOT [87/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JMS GlassFish System RA Assembly: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jaspic.provider.framework --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jaspic.provider.framework --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jaspic.provider.framework --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jaspic.provider.framework --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jaspic.provider.framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jmsra --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jmsra --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jmsra --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jmsra [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jmsra --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jmsra --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jmsra --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jmsra/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unzip-mq) @ jmsra --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/mq/mq-distribution/6.3.0/mq-distribution-6.3.0.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jmsra/target with includes "mq/lib/imqjmsra.rar" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jmsra --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jmsra/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jmsra/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (unzip-rar) @ jmsra --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jmsra/target/imqjmsra.rar into /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jmsra/target/classes/glassfish/lib/install/applications/jmsra [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jmsra --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jmsra/target/classes/META-INF for [INFO] [echo] jmsra [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jmsra/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ jmsra --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jmsra/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jmsra/target/jmsra.zip [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jmsra --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jmsra/target/jmsra-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jmsra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jmsra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.jms-jmsra-checkstyle) @ jmsra --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jmsra --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jmsra/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/jmsra/7.0.3-SNAPSHOT/jmsra-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jmsra/target/jmsra.zip to /home/jenkins/.m2/repository/org/glassfish/main/jms/jmsra/7.0.3-SNAPSHOT/jmsra-7.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jmsra/target/jmsra-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/jms/jmsra/7.0.3-SNAPSHOT/jmsra-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.glassfish.main.jdbc:templates >------------------ [INFO] Building JDBC Templates 7.0.3-SNAPSHOT [88/299] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JDBC Templates: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ templates --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ templates --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ templates --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/templates [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ templates --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ templates --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ templates --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/templates/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ templates --- [INFO] Copying 23 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/templates/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ templates --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ templates --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ templates --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ templates --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ templates --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ templates --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/templates/target/classes/META-INF for [INFO] [echo] templates [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/templates/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ templates --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/templates/target/templates.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ templates --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/templates/target/templates-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ templates --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ templates --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.jdbc-templates-checkstyle) @ templates --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ templates --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/templates/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/templates/7.0.3-SNAPSHOT/templates-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/templates/target/templates.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/templates/7.0.3-SNAPSHOT/templates-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/templates/target/templates-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/templates/7.0.3-SNAPSHOT/templates-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.glassfish.main.batch:batch-databases >-------------- [INFO] Building Batch database init scripts for GlassFish 7.0.3-SNAPSHOT [89/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Batch database init scripts for GlassFish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ batch-databases --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ batch-databases --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ batch-databases --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/batch-database [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ batch-databases --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ batch-databases --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ batch-databases --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/batch-database/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ batch-databases --- [INFO] Copying 15 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/batch-database/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ batch-databases --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/batch-database/target/classes/META-INF for [INFO] [echo] batch-databases [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/batch-database/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ batch-databases --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/batch-database/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/batch-database/target/batch-databases.zip [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ batch-databases --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/batch-database/target/batch-databases-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ batch-databases --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ batch-databases --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.batch-batch-databases-checkstyle) @ batch-databases --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ batch-databases --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/batch-database/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/batch/batch-databases/7.0.3-SNAPSHOT/batch-databases-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/batch-database/target/batch-databases.zip to /home/jenkins/.m2/repository/org/glassfish/main/batch/batch-databases/7.0.3-SNAPSHOT/batch-databases-7.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/batch-database/target/batch-databases-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/batch/batch-databases/7.0.3-SNAPSHOT/batch-databases-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.glassfish.main.extras:jakartaee-pom >--------------- [INFO] Building GlassFish JavaEE Manifest pom 7.0.3-SNAPSHOT [90/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish JavaEE Manifest pom: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jakartaee-pom --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jakartaee-pom --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jakartaee-pom --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jakartaee-pom --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jakartaee-pom --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jakartaee-pom --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jakartaee-pom --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/target/classes/META-INF for [INFO] [echo] jakartaee-pom [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jakartaee-pom --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jakartaee-pom --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jakartaee-pom --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-jakartaee-pom-checkstyle) @ jakartaee-pom --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jakartaee-pom --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/jakartaee-pom/7.0.3-SNAPSHOT/jakartaee-pom-7.0.3-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.extras:appserv-rt-pom >-------------- [INFO] Building GlassFish appserv-rt Manifest pom 7.0.3-SNAPSHOT [91/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish appserv-rt Manifest pom: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appserv-rt-pom --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ appserv-rt-pom --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appserv-rt-pom --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ appserv-rt-pom --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ appserv-rt-pom --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ appserv-rt-pom --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ appserv-rt-pom --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/jaas/JAASAuthContextHelper.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/jaas/JAASAuthContextHelper.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/helper/AuthConfigHelper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/helper/AuthConfigHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jaspic.provider.framework --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jaspic.provider.framework --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/target/classes/META-INF for [INFO] [echo] appserv-rt-pom [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ appserv-rt-pom --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ appserv-rt-pom --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jaspic.provider.framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ appserv-rt-pom --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-appserv-rt-pom-checkstyle) @ appserv-rt-pom --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ appserv-rt-pom --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/appserv-rt-pom/7.0.3-SNAPSHOT/appserv-rt-pom-7.0.3-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.extras:glassfish-embedded-common >--------- [INFO] Building Embedded GlassFish Common 7.0.3-SNAPSHOT [92/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Embedded GlassFish Common: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-embedded-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-embedded-common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-embedded-common --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-embedded-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-embedded-common --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-embedded-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-embedded-common --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/target/classes/META-INF for [INFO] [echo] glassfish-embedded-common [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-embedded-common --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-embedded-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-embedded-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-glassfish-embedded-common-checkstyle) @ glassfish-embedded-common --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-embedded-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-common/7.0.3-SNAPSHOT/glassfish-embedded-common-7.0.3-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.extras:embedded >----------------- [INFO] Building GlassFish Embedded modules 7.0.3-SNAPSHOT [93/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Embedded modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ embedded --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ embedded --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ embedded --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ embedded --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ embedded --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ embedded --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ embedded --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/target/classes/META-INF for [INFO] [echo] embedded [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ embedded --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ embedded --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/classes/META-INF/MANIFEST.MF [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ embedded --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-embedded-checkstyle) @ embedded --- [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jaspic.provider.framework --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ embedded --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/embedded/7.0.3-SNAPSHOT/embedded-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jaspic.provider.framework --- [INFO] [INFO] -------< org.glassfish.main.extras:glassfish-embedded-shell-jar >------- [INFO] Building Embedded GlassFish Shell Jars 7.0.3-SNAPSHOT [94/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Embedded GlassFish Shell Jars: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-embedded-shell-jar --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-embedded-shell-jar --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-embedded-shell-jar --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-embedded-shell-jar --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-embedded-shell-jar --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-embedded-shell-jar --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-embedded-shell-jar --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/target/classes/META-INF for [INFO] [echo] glassfish-embedded-shell-jar [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-embedded-shell-jar --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-embedded-shell-jar --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-embedded-shell-jar --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-glassfish-embedded-shell-jar-checkstyle) @ glassfish-embedded-shell-jar --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-embedded-shell-jar --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-shell-jar/7.0.3-SNAPSHOT/glassfish-embedded-shell-jar-7.0.3-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.distributions:glassfish-common >---------- [INFO] Building GlassFish distribution Common module 7.0.3-SNAPSHOT [95/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jaspic.provider.framework --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ha-file-store --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ dataprovider --- [INFO] [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ha-file-store --- [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ dataprovider --- [INFO] [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ dataprovider --- [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ha-file-store --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ ha-file-store --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/dataprovider [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ dataprovider --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/target/generated-sources/hk2-config-generator/src/main/java [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish distribution Common module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ dataprovider --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ dataprovider --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-common --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/dataprovider/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-common --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish-common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [INFO] --- git-commit-id-maven-plugin:5.0.0:revision (get-the-git-infos) @ glassfish-common --- [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ dataprovider --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ha-file-store --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jaspic.provider.framework --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb-client --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ admingui --- [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:65: warning: empty <p> tag [WARNING] *<p> [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/AdapterConverter.java:9: warning: no comment [WARNING] public class AdapterConverter [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/AdapterConverter.java:14: warning: no comment [WARNING] protected final XmlAdapter<Object,Object> _adapter; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/AdapterConverter.java:16: warning: no comment [WARNING] protected final boolean _forSerialization; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/AdapterConverter.java:12: warning: no comment [WARNING] protected final JavaType _inputType, _targetType; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/AdapterConverter.java:12: warning: no comment [WARNING] protected final JavaType _inputType, _targetType; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/AdapterConverter.java:19: warning: no comment [WARNING] public AdapterConverter(XmlAdapter<?,?> adapter, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/deser/DataHandlerDeserializer.java:16: warning: no comment [WARNING] public class DataHandlerDeserializer [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/deser/DataHandlerDeserializer.java:21: warning: no comment [WARNING] public DataHandlerDeserializer() { super(DataHandler.class); } [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/ser/DataHandlerSerializer.java:21: warning: no comment [WARNING] public class DataHandlerSerializer extends StdSerializer<DataHandler> [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/ser/DataHandlerSerializer.java:25: warning: no comment [WARNING] public DataHandlerSerializer() { super(DataHandler.class); } [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:128: warning: no initial description [WARNING] * @param typeFactory Type factory used for resolving type information [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:175: warning: no @param for name [WARNING] public void setNameUsedForXmlValue(String name) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:183: warning: no @return [WARNING] public String getNameUsedForXmlValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:194: warning: no @param for incl [WARNING] public JakartaXmlBindAnnotationIntrospector setNonNillableInclusion(JsonInclude.Include incl) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:194: warning: no @return [WARNING] public JakartaXmlBindAnnotationIntrospector setNonNillableInclusion(JsonInclude.Include incl) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:200: warning: no initial description [WARNING] * @since 2.7 [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:202: warning: no @return [WARNING] public JsonInclude.Include getNonNillableInclusion() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:551: warning: no @param for ac [WARNING] protected XmlAccessType findAccessType(Annotated ac) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:551: warning: no @return [WARNING] protected XmlAccessType findAccessType(Annotated ac) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:86: warning: no comment [WARNING] protected final JsonDeserializer<?> _dataHandlerDeserializer; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:85: warning: no comment [WARNING] protected final JsonSerializer<?> _dataHandlerSerializer; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:90: warning: no comment [WARNING] protected final boolean _ignoreXmlIDREF; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:84: warning: no comment [WARNING] protected final String _jaxbPackageName; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:88: warning: no comment [WARNING] protected final TypeFactory _typeFactory; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:76: warning: no comment [WARNING] protected final static boolean DEFAULT_IGNORE_XMLIDREF = false; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:74: warning: no comment [WARNING] protected final static String DEFAULT_NAME_FOR_XML_VALUE = "value"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:82: warning: no comment [WARNING] protected final static JsonFormat.Value FORMAT_INT = new JsonFormat.Value().withShape(JsonFormat.Shape.NUMBER_INT); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:80: warning: no comment [WARNING] protected final static JsonFormat.Value FORMAT_STRING = new JsonFormat.Value().withShape(JsonFormat.Shape.STRING); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:78: warning: no comment [WARNING] protected final static String MARKER_FOR_DEFAULT = "##default"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:119: warning: no comment [WARNING] public JakartaXmlBindAnnotationIntrospector(MapperConfig<?> config) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:123: warning: no comment [WARNING] public JakartaXmlBindAnnotationIntrospector(TypeFactory typeFactory) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:1510: warning: no comment [WARNING] protected Converter<Object,Object> _converter(XmlAdapter<?,?> adapter, boolean forSerialization) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:1601: warning: no comment [WARNING] protected String _decapitalize(String name) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:999: warning: no comment [WARNING] protected Class<?> _doFindDeserializationType(Annotated a, JavaType baseType) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:1449: warning: no comment [WARNING] protected XmlAdapter<?,?> _findContentAdapter(Annotated ann, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:1487: warning: no comment [WARNING] protected JavaType _fullDeserializationType(AnnotatedMember am) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:1506: warning: no comment [WARNING] protected JavaType _fullSerializationType(AnnotatedMember am) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:1523: warning: no comment [WARNING] protected Class<?> _getTypeFromXmlElement(Annotated a) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:1550: warning: no comment [WARNING] protected String _okNameForGetter(AnnotatedMethod am) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:1564: warning: no comment [WARNING] protected String _okNameForMutator(AnnotatedMethod am) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:1469: warning: no comment [WARNING] protected String _propertyNameToString(PropertyName n) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:1474: warning: no comment [WARNING] protected Class<?> _rawDeserializationType(Annotated a) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:1500: warning: no comment [WARNING] protected Class<?> _rawSerializationType(Annotated a) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:1572: warning: no comment [WARNING] protected String _stdManglePropertyName(final String basename, final int offset) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:593: warning: no comment [WARNING] protected TypeResolverBuilder<?> _typeResolverFromXmlElements(AnnotatedMember am) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationIntrospector.java:1418: warning: no comment [WARNING] protected final TypeFactory getTypeFactory() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:78: warning: no initial description [WARNING] * @since 2.7 [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:80: warning: no @param for intr [WARNING] public JakartaXmlBindAnnotationModule(JakartaXmlBindAnnotationIntrospector intr) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:129: warning: no @param for p [WARNING] public JakartaXmlBindAnnotationModule setPriority(Priority p) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:129: warning: no @return [WARNING] public JakartaXmlBindAnnotationModule setPriority(Priority p) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:137: warning: no initial description [WARNING] * @since 2.7 [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:139: warning: no @param for incl [WARNING] public JakartaXmlBindAnnotationModule setNonNillableInclusion(JsonInclude.Include incl) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:139: warning: no @return [WARNING] public JakartaXmlBindAnnotationModule setNonNillableInclusion(JsonInclude.Include incl) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:149: warning: no initial description [WARNING] * @since 2.7 [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:151: warning: no @return [WARNING] public JsonInclude.Include getNonNillableInclusion() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:156: warning: no initial description [WARNING] * @since 2.12 [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:158: warning: no @param for name [WARNING] public JakartaXmlBindAnnotationModule setNameUsedForXmlValue(String name) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:158: warning: no @return [WARNING] public JakartaXmlBindAnnotationModule setNameUsedForXmlValue(String name) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:75: warning: no comment [WARNING] public JakartaXmlBindAnnotationModule() { } [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:163: warning: no comment [WARNING] public String getNameUsedForXmlValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:134: warning: no comment [WARNING] public Priority getPriority() { return _priority; } [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:34: warning: no comment [WARNING] PRIMARY, SECONDARY; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/JakartaXmlBindAnnotationModule.java:34: warning: no comment [WARNING] PRIMARY, SECONDARY; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/PackageVersion.java:13: warning: no comment [WARNING] public final static Version VERSION = VersionUtil.parseVersion( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/sources/com/fasterxml/jackson/module/jakarta/xmlbind/PackageVersion.java:12: warning: use of default constructor, which does not provide a comment [WARNING] public final class PackageVersion implements Versioned { [WARNING] ^ [WARNING] 66 warnings [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/jackson-module-jakarta-xmlbind-annotations-javadoc.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipselink-wrapper --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ hk2-config --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-sse --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipselink-wrapper --- [INFO] [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jaspic.provider.framework --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ eclipselink-wrapper --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ha-file-store --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/eclipselink-wrapper [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ eclipselink-wrapper --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ha-file-store --- [INFO] Copying 1 resource [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ eclipselink-wrapper --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jaspic.provider.framework --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/dataprovider/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ eclipselink-wrapper --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ admingui --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ dataprovider --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ admingui --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ejb-client --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jaspic.provider.framework --- [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ web-sse --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ dataprovider --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ hk2-config --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web-sse --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/eclipselink-wrapper/target/common-resources with includes "" and excludes "" [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-sse [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ web-sse --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ hk2-config --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-sse/target/generated-sources/hk2-config-generator/src/main/java [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ hk2-config --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ejb-client --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ ejb-client --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dependencies) @ admingui --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ hk2-config --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ hk2-config --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ admingui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ha-file-store --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ admingui --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ eclipselink-wrapper --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jaspic.provider.framework --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ admingui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/src/main/manpages [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/target/common-resources with includes "" and excludes "" [INFO] Copying 2 resources to META-INF [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ha-file-store --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/target/common-resources with includes "" and excludes "" [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ dataprovider --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ hk2-config --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ dataprovider --- [INFO] Changes detected - recompiling the module! [INFO] Copying 1 resource [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/target/classes [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ dataprovider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hk2-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ dataprovider --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.jackson.module-jackson-module-jakarta-xmlbind-annotations-checkstyle) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jackson-module-jakarta-xmlbind-annotations --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jackson/module/jackson-module-jakarta-xmlbind-annotations/7.0.3-SNAPSHOT/jackson-module-jakarta-xmlbind-annotations-7.0.3-SNAPSHOT.pom [INFO] Changes detected - recompiling the module! [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/target/classes [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/jackson-module-jakarta-xmlbind-annotations.jar to /home/jenkins/.m2/repository/org/glassfish/main/jackson/module/jackson-module-jakarta-xmlbind-annotations/7.0.3-SNAPSHOT/jackson-module-jakarta-xmlbind-annotations-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ admingui --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/classes/META-INF for [INFO] [echo] jaspic.provider.framework [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jaspic.provider.framework --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/eclipselink-wrapper/target/classes/META-INF for [INFO] [echo] eclipselink-wrapper [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/eclipselink-wrapper/target/classes/META-INF [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ eclipselink-wrapper --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/dataprovider/target/classes/META-INF for [INFO] [echo] dataprovider [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/jackson-module-jakarta-xmlbind-annotations-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/jackson/module/jackson-module-jakarta-xmlbind-annotations/7.0.3-SNAPSHOT/jackson-module-jakarta-xmlbind-annotations-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ eclipselink-wrapper --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ dataprovider --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ eclipselink-wrapper --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence-eclipselink-wrapper-checkstyle) @ eclipselink-wrapper --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ eclipselink-wrapper --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/eclipselink-wrapper/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/eclipselink-wrapper/7.0.3-SNAPSHOT/eclipselink-wrapper-7.0.3-SNAPSHOT.pom [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/jaspic.provider.framework.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/dataprovider/target/dataprovider.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/jackson-module-jakarta-xmlbind-annotations-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/jackson/module/jackson-module-jakarta-xmlbind-annotations/7.0.3-SNAPSHOT/jackson-module-jakarta-xmlbind-annotations-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.glassfish.main.webservices:webservices-scripts >--------- [INFO] Building GlassFish webservices scripts 7.0.3-SNAPSHOT [96/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish webservices scripts: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ webservices-scripts --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ webservices-scripts --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ webservices-scripts --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/webservices-scripts [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ webservices-scripts --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ webservices-scripts --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ webservices-scripts --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jaspic.provider.framework --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/jackson-module-jakarta-xmlbind-annotations-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/main/jackson/module/jackson-module-jakarta-xmlbind-annotations/7.0.3-SNAPSHOT/jackson-module-jakarta-xmlbind-annotations-7.0.3-SNAPSHOT-javadoc.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/jaspic.provider.framework-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/target/classes/META-INF for [INFO] [echo] admingui [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ admingui --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ admingui --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/webservices-scripts/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ webservices-scripts --- [INFO] Copying 8 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/webservices-scripts/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ webservices-scripts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ admingui --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-admingui-checkstyle) @ admingui --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ admingui --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/admingui/7.0.3-SNAPSHOT/admingui-7.0.3-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.webservices:metro-fragments >----------- [INFO] Building GlassFish Metro Related Fragments 7.0.3-SNAPSHOT [97/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Metro Related Fragments: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] -----------------< org.glassfish.main.tests:ant-tests >----------------- [INFO] Building GlassFish Ant Tests 7.0.3-SNAPSHOT [98/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Ant Tests: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ant-tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ant-tests --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ant-tests --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ant-tests --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ant-tests --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ant-tests --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ant-tests --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/webservices-scripts/target/classes/META-INF for [INFO] [echo] webservices-scripts [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/webservices-scripts/target/classes/META-INF [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jaspic.provider.framework --- [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ webservices-scripts --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/webservices-scripts/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/webservices-scripts/target/webservices-scripts.zip [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jaspic.provider.framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.security-jaspic.provider.framework-checkstyle) @ jaspic.provider.framework --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jaspic.provider.framework --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/jaspic.provider.framework/7.0.3-SNAPSHOT/jaspic.provider.framework-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/jaspic.provider.framework.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/jaspic.provider.framework/7.0.3-SNAPSHOT/jaspic.provider.framework-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ webservices-scripts --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/webservices-scripts/target/webservices-scripts-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ dataprovider --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/target/classes/META-INF for [INFO] [echo] ant-tests [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/target/classes/META-INF [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/jaspic.provider.framework-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/jaspic.provider.framework/7.0.3-SNAPSHOT/jaspic.provider.framework-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ webservices-scripts --- [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ant-tests --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ant-tests --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ webservices-scripts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.webservices-webservices-scripts-checkstyle) @ webservices-scripts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ant-tests --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.tests-ant-tests-checkstyle) @ ant-tests --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ webservices-scripts --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ant-tests --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/webservices-scripts/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices-scripts/7.0.3-SNAPSHOT/webservices-scripts-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/tests/ant-tests/7.0.3-SNAPSHOT/ant-tests-7.0.3-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.persistence.cmp:cmp-scripts >----------- [INFO] Building GlassFish cmp scripts 7.0.3-SNAPSHOT [99/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish cmp scripts: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-scripts --- [INFO] [INFO] --------------< org.glassfish.main.appclient:acc-config >--------------- [INFO] Building ACC Config Classes (JAXB) 7.0.3-SNAPSHOT [100/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/webservices-scripts/target/webservices-scripts.zip to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices-scripts/7.0.3-SNAPSHOT/webservices-scripts-7.0.3-SNAPSHOT.zip [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in ACC Config Classes (JAXB): [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cmp-scripts --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cmp-scripts --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/cmp-scripts [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cmp-scripts --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cmp-scripts --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cmp-scripts --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/src/main/java/org/glassfish/ha/store/adapter/file/FileBackingStore.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/src/main/java/org/glassfish/ha/store/adapter/file/FileBackingStore.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/src/main/java/org/glassfish/ha/store/adapter/file/FileBackingStore.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/src/main/java/org/glassfish/ha/store/adapter/file/FileBackingStore.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/src/main/java/org/glassfish/ha/store/adapter/file/FileBackingStore.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/src/main/java/org/glassfish/ha/store/adapter/file/FileBackingStore.java: Recompile with -Xlint:unchecked for details. [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ ha-file-store --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ ha-file-store --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ejb-client --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-sse/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ web-sse --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ejb-client --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/cmp-scripts/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ web-sse --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ejb-client --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ web-sse --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/webservices-scripts/target/webservices-scripts-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices-scripts/7.0.3-SNAPSHOT/webservices-scripts-7.0.3-SNAPSHOT-sources.jar [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-sse/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ ha-file-store --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cmp-scripts --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Copying 2 resources [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client/target/common-resources with includes "" and excludes "" [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cmp-scripts --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ejb-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ web-sse --- [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-sse/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] -----------< org.glassfish.main.appclient:appclient-scripts >----------- [INFO] Building GlassFish appclient scripts 7.0.3-SNAPSHOT [101/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ web-sse --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-sse/target/classes [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish appclient scripts: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appclient-scripts --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ appclient-scripts --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appclient-scripts --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/appclient-scripts [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ appclient-scripts --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ appclient-scripts --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ appclient-scripts --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/appclient-scripts/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ appclient-scripts --- [INFO] Copying 6 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/appclient-scripts/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ appclient-scripts --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/cmp-scripts/target/classes/META-INF for [INFO] [echo] cmp-scripts [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/cmp-scripts/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ cmp-scripts --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/cmp-scripts/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/cmp-scripts/target/cmp-scripts.zip [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cmp-scripts --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/cmp-scripts/target/cmp-scripts-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/appclient-scripts/target/classes/META-INF for [INFO] [echo] appclient-scripts [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/appclient-scripts/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ appclient-scripts --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/appclient-scripts/target/classes ( excludes: [ ], includes: [ ]) [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/target/classes/META-INF/MANIFEST.MF [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/appclient-scripts/target/appclient-scripts.zip [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ ha-file-store --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ha-file-store --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ appclient-scripts --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/appclient-scripts/target/appclient-scripts-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cmp-scripts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cmp-scripts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence.cmp-cmp-scripts-checkstyle) @ cmp-scripts --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ ejb-client --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cmp-scripts --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ ejb-client --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/cmp-scripts/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-scripts/7.0.3-SNAPSHOT/cmp-scripts-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/cmp-scripts/target/cmp-scripts.zip to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-scripts/7.0.3-SNAPSHOT/cmp-scripts-7.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/cmp-scripts/target/cmp-scripts-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-scripts/7.0.3-SNAPSHOT/cmp-scripts-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.glassfish.main.web:web-embed-api >---------------- [INFO] Building GlassFish Web container Embedded APIs 7.0.3-SNAPSHOT [102/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Web container Embedded APIs: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ appclient-scripts --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ ejb-client --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ appclient-scripts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.appclient-appclient-scripts-checkstyle) @ appclient-scripts --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ appclient-scripts --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/appclient-scripts/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/appclient-scripts/7.0.3-SNAPSHOT/appclient-scripts-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-embed-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ web-embed-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web-embed-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/api [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ web-embed-api --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Building bundle: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/dataprovider/target/dataprovider.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/appclient-scripts/target/appclient-scripts.zip to /home/jenkins/.m2/repository/org/glassfish/main/appclient/appclient-scripts/7.0.3-SNAPSHOT/appclient-scripts-7.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/appclient-scripts/target/appclient-scripts-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/appclient-scripts/7.0.3-SNAPSHOT/appclient-scripts-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ha-file-store --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ha-file-store --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ ha-file-store --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ ha-file-store --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ ha-file-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ha-file-store --- [INFO] [INFO] ----------------< org.glassfish.main.extras:jakartaee >----------------- [INFO] Building GlassFish jakartaee.jar 7.0.3-SNAPSHOT [103/299] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish jakartaee.jar: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jakartaee --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jakartaee --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jakartaee --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/manifest-jar [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jakartaee --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jakartaee --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jakartaee --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/manifest-jar/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakartaee --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/manifest-jar/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jakartaee --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jakartaee --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jakartaee --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jakartaee --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jakartaee --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/target/classes/META-INF for [INFO] [echo] ha-file-store [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jakartaee --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ ha-file-store --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ web-sse --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ web-sse --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/target/ha-file-store.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ web-embed-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ web-embed-api --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ web-embed-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client/target/classes/META-INF/MANIFEST.MF [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ ejb-client --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ web-embed-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ web-sse --- [INFO] Copying 1 resource [INFO] No MANIFEST.MF file found, generating manifest. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ web-embed-api --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ejb-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/api/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ha-file-store --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/dataprovider/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ dataprovider --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/target/ha-file-store-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/dataprovider/target/dataprovider-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/manifest-jar/target/classes/META-INF for [INFO] [echo] jakartaee [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jakartaee --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/manifest-jar/target/jakartaee.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jakartaee --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/manifest-jar/target/jakartaee-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ha-file-store --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ dataprovider --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jakartaee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ha-file-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ dataprovider --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-dataprovider-checkstyle) @ dataprovider --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ dataprovider --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/dataprovider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/dataprovider/7.0.3-SNAPSHOT/dataprovider-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/dataprovider/target/dataprovider.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/dataprovider/7.0.3-SNAPSHOT/dataprovider-7.0.3-SNAPSHOT.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.ha-ha-file-store-checkstyle) @ ha-file-store --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ha-file-store --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-file-store/7.0.3-SNAPSHOT/ha-file-store-7.0.3-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jakartaee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-jakartaee-checkstyle) @ jakartaee --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/target/ha-file-store.jar to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-file-store/7.0.3-SNAPSHOT/ha-file-store-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jakartaee --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/manifest-jar/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/jakartaee/7.0.3-SNAPSHOT/jakartaee-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/dataprovider/target/dataprovider-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/dataprovider/7.0.3-SNAPSHOT/dataprovider-7.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/target/ha-file-store-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-file-store/7.0.3-SNAPSHOT/ha-file-store-7.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/manifest-jar/target/jakartaee.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/jakartaee/7.0.3-SNAPSHOT/jakartaee-7.0.3-SNAPSHOT.jar [INFO] [INFO] ----------------< org.glassfish.main.extras:appserv-rt >---------------- [INFO] Building GlassFish appserv-rt.jar 7.0.3-SNAPSHOT [104/299] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish appserv-rt.jar: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appserv-rt --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ appserv-rt --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appserv-rt --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/manifest-jar [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ appserv-rt --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ appserv-rt --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ appserv-rt --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/manifest-jar/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ appserv-rt --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/manifest-jar/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ appserv-rt --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ appserv-rt --- [INFO] [INFO] ----------------< org.glassfish.main.extras:osgi-main >----------------- [INFO] Building GlassFish UberJar OSGI Main Module 7.0.3-SNAPSHOT [105/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] No sources to compile [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-sse/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ appserv-rt --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish UberJar OSGI Main Module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ appserv-rt --- [INFO] Not compiling test sources [INFO] [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ appserv-rt --- [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ web-sse --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ web-sse --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-sse/target/classes [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ appserv-rt --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/manifest-jar/target/jakartaee-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/jakartaee/7.0.3-SNAPSHOT/jakartaee-7.0.3-SNAPSHOT-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/manifest-jar/target/classes/META-INF for [INFO] [echo] appserv-rt [INFO] [INFO] ---------< org.glassfish.main.tests.connectors:cciblackbox-tx >--------- [INFO] Building GlassFish Ant Tests - CCI BlackBox TX 7.0.3-SNAPSHOT [106/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ appserv-rt --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Ant Tests - CCI BlackBox TX: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/manifest-jar/target/appserv-rt.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ appserv-rt --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/manifest-jar/target/appserv-rt-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ appserv-rt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ appserv-rt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-appserv-rt-checkstyle) @ appserv-rt --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ appserv-rt --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/manifest-jar/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/appserv-rt/7.0.3-SNAPSHOT/appserv-rt-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/manifest-jar/target/appserv-rt.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/appserv-rt/7.0.3-SNAPSHOT/appserv-rt-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/manifest-jar/target/appserv-rt-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/appserv-rt/7.0.3-SNAPSHOT/appserv-rt-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ metro-fragments --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ metro-fragments --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ metro-fragments --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-fragments [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ metro-fragments --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ metro-fragments --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ metro-fragments --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] -----< org.glassfish.main.tests.connectors:connectors-ra-redeploy >----- [INFO] Building connectors-ra-redeploy 7.0.3-SNAPSHOT [107/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-fragments/target/common-resources with includes "" and excludes "" [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in connectors-ra-redeploy: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors-ra-redeploy --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (war) @ metro-fragments --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ connectors-ra-redeploy --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ connectors-ra-redeploy --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ connectors-ra-redeploy --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ connectors-ra-redeploy --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ connectors-ra-redeploy --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ connectors-ra-redeploy --- [INFO] Copying wstx-services-4.0.2.war to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-fragments/target/classes/glassfish/lib/install/applications/metro/wstx-services.war [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ metro-fragments --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-fragments/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-fragments/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ metro-fragments --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ acc-config --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ejb-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ acc-config --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ acc-config --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-dtd) @ acc-config --- [INFO] Configured Artifact: org.glassfish.main.deployment:appserver-dtds:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cciblackbox-tx --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cciblackbox-tx --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cciblackbox-tx --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cciblackbox-tx --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cciblackbox-tx --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dtds/target/appserver-dtds.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/extracted with includes "**/*-application-client-container*.dtd" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cciblackbox-tx --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-client --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ ejb-client --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/target/common-resources with includes "" and excludes "" [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/target/classes/META-INF for [INFO] [echo] connectors-ra-redeploy [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ ejb-client --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ ejb-client --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cciblackbox-tx --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ connectors-ra-redeploy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ cciblackbox-tx --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ connectors-ra-redeploy --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ acc-config --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/generated-sources/hk2-config-generator/src/main/java [INFO] Changes detected - recompiling the module! [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ejb-client --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/target/classes [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ connectors-ra-redeploy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.tests.connectors-connectors-ra-redeploy-checkstyle) @ connectors-ra-redeploy --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ connectors-ra-redeploy --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/connectors-ra-redeploy/7.0.3-SNAPSHOT/connectors-ra-redeploy-7.0.3-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.extras:jakartaee-frag >-------------- [INFO] Building GlassFish jakartaee.jar distribution fragment 7.0.3-SNAPSHOT [108/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-fragments/target/classes/META-INF for [INFO] [echo] metro-fragments [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish jakartaee.jar distribution fragment: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-fragments/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ metro-fragments --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jakartaee-frag --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-fragments/target/classes ( excludes: [ ], includes: [ ]) [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jakartaee-frag --- [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-fragments/target/metro-fragments.zip [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jakartaee-frag --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/dist-frag [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jakartaee-frag --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jakartaee-frag --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jakartaee-frag --- [INFO] [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ web-embed-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ web-embed-api --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/dist-frag/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ metro-fragments --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakartaee-frag --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/dist-frag/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/dist-frag/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (default) @ jakartaee-frag --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ web-embed-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-fragments/target/metro-fragments-sources.jar [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client/target/classes/META-INF for [INFO] [echo] ejb-client [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ ejb-client --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client/target/ejb-client.jar [INFO] Copying jakartaee.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/dist-frag/target/classes/lib/jakartaee.jar [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jakartaee-frag --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-source (add-sources) @ acc-config --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/generated-sources/xjc added. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (xjc-gen-for-glassfish-acc) @ acc-config --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ metro-fragments --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ web-sse --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-client --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/dist-frag/target/classes/META-INF for [INFO] [echo] jakartaee-frag [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/dist-frag/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ jakartaee-frag --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ web-embed-api --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ osgi-main --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/src/main/java/com/sun/connector/cciblackbox/CciManagedConnection.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/src/main/java/com/sun/connector/cciblackbox/CciManagedConnection.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/src/main/java/com/sun/connector/cciblackbox/CciInteraction.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/src/main/java/com/sun/connector/cciblackbox/CciInteraction.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/src/main/java/com/sun/connector/cciblackbox/CciManagedConnection.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/src/main/java/com/sun/connector/cciblackbox/CciManagedConnection.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cciblackbox-tx --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ osgi-main --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ osgi-main --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/dist-frag/target/classes ( excludes: [ ], includes: [ ]) [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ web-embed-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-main [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ osgi-main --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ osgi-main --- [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/dist-frag/target/jakartaee-frag.zip [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/target/classes [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ osgi-main --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/api/target/classes [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-main/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jakartaee-frag --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ osgi-main --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/dist-frag/target/jakartaee-frag-sources.jar [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-main/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-main/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ osgi-main --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-main/target/classes [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client/target/ejb-client-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jakartaee-frag --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ web-sse --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ web-sse --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ web-sse --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ web-sse --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jakartaee-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-jakartaee-frag-checkstyle) @ jakartaee-frag --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jakartaee-frag --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/dist-frag/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/jakartaee-frag/7.0.3-SNAPSHOT/jakartaee-frag-7.0.3-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ web-sse --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ metro-fragments --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.webservices-metro-fragments-checkstyle) @ metro-fragments --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ metro-fragments --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-fragments/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/metro-fragments/7.0.3-SNAPSHOT/metro-fragments-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-fragments/target/metro-fragments.zip to /home/jenkins/.m2/repository/org/glassfish/main/webservices/metro-fragments/7.0.3-SNAPSHOT/metro-fragments-7.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/dist-frag/target/jakartaee-frag.zip to /home/jenkins/.m2/repository/org/glassfish/main/extras/jakartaee-frag/7.0.3-SNAPSHOT/jakartaee-frag-7.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/dist-frag/target/jakartaee-frag-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/jakartaee-frag/7.0.3-SNAPSHOT/jakartaee-frag-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ejb-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ejb-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.ejb-ejb-client-checkstyle) @ ejb-client --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ejb-client --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-client/7.0.3-SNAPSHOT/ejb-client-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-fragments/target/metro-fragments-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/metro-fragments/7.0.3-SNAPSHOT/metro-fragments-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ web-embed-api --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ web-embed-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ web-embed-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-sse/target/classes/META-INF for [INFO] [echo] web-sse [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ web-embed-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ web-embed-api --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ web-sse --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client/target/ejb-client.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-client/7.0.3-SNAPSHOT/ejb-client-7.0.3-SNAPSHOT.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ web-embed-api --- [INFO] [INFO] -------------< org.glassfish.main.extras:appserv-rt-frag >-------------- [INFO] Building GlassFish appserv-rt distribution fragment 7.0.3-SNAPSHOT [109/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish appserv-rt distribution fragment: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appserv-rt-frag --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ appserv-rt-frag --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appserv-rt-frag --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ appserv-rt-frag --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ appserv-rt-frag --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ appserv-rt-frag --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ appserv-rt-frag --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-sse/target/web-sse.jar [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (default) @ appserv-rt-frag --- [INFO] Copying appserv-rt.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/classes/lib/appserv-rt.jar [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ appserv-rt-frag --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client/target/ejb-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-client/7.0.3-SNAPSHOT/ejb-client-7.0.3-SNAPSHOT-sources.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-main/src/main/java/org/glassfish/uberjar/osgimain/Main.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-main/src/main/java/org/glassfish/uberjar/osgimain/Main.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-main/src/main/java/org/glassfish/uberjar/osgimain/Main.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ osgi-main --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-main/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/api/target/classes/META-INF for [INFO] [echo] web-embed-api [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ web-embed-api --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cciblackbox-tx --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ cciblackbox-tx --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ cciblackbox-tx --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/api/target/web-embed-api.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cciblackbox-tx --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/classes/META-INF for [INFO] [echo] appserv-rt-frag [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/classes/META-INF [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ web-sse --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ web-embed-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-sse/target/web-sse-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/api/target/web-embed-api-sources.jar [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ appserv-rt-frag --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/appserv-rt-frag.zip [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ appserv-rt-frag --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ osgi-main --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ osgi-main --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/appserv-rt-frag-sources.jar [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ osgi-main --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ osgi-main --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/target/classes/META-INF for [INFO] [echo] cciblackbox-tx [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ appserv-rt-frag --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ cciblackbox-tx --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ appserv-rt-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-appserv-rt-frag-checkstyle) @ appserv-rt-frag --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ appserv-rt-frag --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/appserv-rt-frag/7.0.3-SNAPSHOT/appserv-rt-frag-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/appserv-rt-frag.zip to /home/jenkins/.m2/repository/org/glassfish/main/extras/appserv-rt-frag/7.0.3-SNAPSHOT/appserv-rt-frag-7.0.3-SNAPSHOT.zip [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/src/main/java/org/jvnet/hk2/config/ConfigModel.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/src/main/java/org/jvnet/hk2/config/ConfigModel.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/src/main/java/org/jvnet/hk2/config/ConfigModel.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/src/main/java/org/jvnet/hk2/config/ConfigModel.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ hk2-config --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ hk2-config --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/appserv-rt-frag-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/appserv-rt-frag/7.0.3-SNAPSHOT/appserv-rt-frag-7.0.3-SNAPSHOT-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/target/cciblackbox-tx.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ web-sse --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ web-sse --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-web-sse-checkstyle) @ web-sse --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ web-sse --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-sse/7.0.3-SNAPSHOT/web-sse-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ web-embed-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-sse/target/web-sse.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-sse/7.0.3-SNAPSHOT/web-sse-7.0.3-SNAPSHOT.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ web-embed-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-web-embed-api-checkstyle) @ web-embed-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-sse/target/web-sse-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-sse/7.0.3-SNAPSHOT/web-sse-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ web-embed-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-embed-api/7.0.3-SNAPSHOT/web-embed-api-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cciblackbox-tx --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/target/cciblackbox-tx-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/api/target/web-embed-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-embed-api/7.0.3-SNAPSHOT/web-embed-api-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/api/target/web-embed-api-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-embed-api/7.0.3-SNAPSHOT/web-embed-api-7.0.3-SNAPSHOT-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-main/target/classes/META-INF for [INFO] [echo] osgi-main [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-main/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ osgi-main --- [INFO] Executing tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cciblackbox-tx --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-main/target/osgi-main.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cciblackbox-tx --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.tests.connectors-cciblackbox-tx-checkstyle) @ cciblackbox-tx --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cciblackbox-tx --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/cciblackbox-tx/7.0.3-SNAPSHOT/cciblackbox-tx-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ hk2-config --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/target/cciblackbox-tx.jar to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/cciblackbox-tx/7.0.3-SNAPSHOT/cciblackbox-tx-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ osgi-main --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/target/cciblackbox-tx-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/cciblackbox-tx/7.0.3-SNAPSHOT/cciblackbox-tx-7.0.3-SNAPSHOT-sources.jar [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-main/target/osgi-main-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ osgi-main --- [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/generated-sources/xjc [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ osgi-main --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-osgi-main-checkstyle) @ osgi-main --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ osgi-main --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-main/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/osgi-main/7.0.3-SNAPSHOT/osgi-main-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-main/target/osgi-main.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/osgi-main/7.0.3-SNAPSHOT/osgi-main-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-main/target/osgi-main-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/osgi-main/7.0.3-SNAPSHOT/osgi-main-7.0.3-SNAPSHOT-sources.jar [WARNING] Manifest org.glassfish.main.hk2:hk2-config:glassfish-jar:7.0.3-SNAPSHOT : Export org.jvnet.hk2.config, has 2, private references [org.jvnet.hk2.config.api, org.jvnet.hk2.config.provider.internal] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ hk2-config --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (generate-inhabitants) @ hk2-config --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ hk2-config --- [INFO] [xjc] parsing a schema... [INFO] [xjc] [WARNING] Are you trying to compile DTD? Support for DTD is experimental. You may enable it by using the -dtd option. [INFO] [xjc] unknown location [INFO] [xjc] [WARNING] Manifest org.glassfish.main.hk2:hk2-config:glassfish-jar:7.0.3-SNAPSHOT : Export org.jvnet.hk2.config, has 2, private references [org.jvnet.hk2.config.api, org.jvnet.hk2.config.provider.internal] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ hk2-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ hk2-config --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hk2-config --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (generate-test-inhabitants) @ hk2-config --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ hk2-config --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ hk2-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ hk2-config --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/target/classes/META-INF for [INFO] [echo] hk2-config [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hk2-config --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/target/hk2-config.jar [INFO] [INFO] --- maven-jar-plugin:3.3.0:test-jar (package-tests) @ hk2-config --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hk2-config --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/target/hk2-config-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ hk2-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ hk2-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.hk2-hk2-config-checkstyle) @ hk2-config --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ hk2-config --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/hk2/hk2-config/7.0.3-SNAPSHOT/hk2-config-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/target/hk2-config.jar to /home/jenkins/.m2/repository/org/glassfish/main/hk2/hk2-config/7.0.3-SNAPSHOT/hk2-config-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/target/hk2-config-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/hk2/hk2-config/7.0.3-SNAPSHOT/hk2-config-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.glassfish.main.hk2:config-types >----------------- [INFO] Building HK2 config types 7.0.3-SNAPSHOT [110/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in HK2 config types: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ config-types --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ config-types --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ config-types --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default) @ config-types --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ config-types --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ config-types --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ config-types --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ config-types --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ config-types --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ config-types --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ config-types --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ config-types --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [xjc] compiling a schema... [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ config-types --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default) @ config-types --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ config-types --- [INFO] [xjc] org/glassfish/appclient/client/acc/config/Adapter1.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Adapter2.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Adapter3.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Adapter4.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Adapter5.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Adapter6.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Adapter7.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Adapter8.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/AuthRealm.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/CertDb.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/ClientContainer.java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ config-types --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/target/classes [INFO] [xjc] org/glassfish/appclient/client/acc/config/ClientCredential.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/LogService.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/MessageSecurityConfig.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/ObjectFactory.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Property.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/ProviderConfig.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/RequestPolicy.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/ResponsePolicy.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Security.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/Ssl.java [INFO] [xjc] org/glassfish/appclient/client/acc/config/TargetServer.java [INFO] Executed tasks [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ acc-config --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ acc-config --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ acc-config --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ acc-config --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ acc-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ config-types --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ config-types --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ config-types --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ config-types --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ config-types --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/target/classes/META-INF for [INFO] [echo] config-types [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ config-types --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/target/config-types.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ config-types --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/target/config-types-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ config-types --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ acc-config --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ acc-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ config-types --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.hk2-config-types-checkstyle) @ config-types --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ config-types --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/hk2/config-types/7.0.3-SNAPSHOT/config-types-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/target/config-types.jar to /home/jenkins/.m2/repository/org/glassfish/main/hk2/config-types/7.0.3-SNAPSHOT/config-types-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/target/config-types-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/hk2/config-types/7.0.3-SNAPSHOT/config-types-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ acc-config --- [INFO] [INFO] -------------< org.glassfish.main.grizzly:grizzly-config >-------------- [INFO] Building grizzly-config 7.0.3-SNAPSHOT [111/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in grizzly-config: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ acc-config --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ acc-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/classes [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-common --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish-common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-common --- [INFO] Copying 2 resources [INFO] Copying 7 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish-common/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:featuresets-dependencies (default-featuresets-dependencies) @ glassfish-common --- [INFO] Unpacking org.glassfish.main.distributions:nucleus-common:zip:7.0.3-SNAPSHOT to target/dependency/nucleus-common [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ acc-config --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (create-artifact) @ glassfish-common --- [INFO] Reading assembly descriptor: src/main/assembly/glassfish-common.xml [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ acc-config --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ acc-config --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ acc-config --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ acc-config --- [INFO] Copying files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish-common/target/stage [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ acc-config --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-common --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/classes/META-INF for [INFO] [echo] acc-config [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ acc-config --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/acc-config.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ acc-config --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish-common/target/dependency/META-INF for [INFO] [echo] glassfish-common [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/acc-config-sources.jar [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish-common/target/dependency/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ glassfish-common --- [INFO] [zip] duplicate: preserve [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish-common/target/glassfish-common.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ acc-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ acc-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.appclient-acc-config-checkstyle) @ acc-config --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ acc-config --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/acc-config/7.0.3-SNAPSHOT/acc-config-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/acc-config.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/acc-config/7.0.3-SNAPSHOT/acc-config-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/acc-config-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/acc-config/7.0.3-SNAPSHOT/acc-config-7.0.3-SNAPSHOT-sources.jar [INFO] [zip] glassfish7/glassfish/config/asenv.bat already added, skipping [INFO] [zip] glassfish7/glassfish/config/asenv.conf already added, skipping [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-common --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish-common/target/glassfish-common-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.distributions-glassfish-common-checkstyle) @ glassfish-common --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish-common/7.0.3-SNAPSHOT/glassfish-common-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish-common/target/glassfish-common.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish-common/7.0.3-SNAPSHOT/glassfish-common-7.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish-common/target/glassfish-common-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish-common/7.0.3-SNAPSHOT/glassfish-common-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ grizzly-config --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ grizzly-config --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ grizzly-config --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ grizzly-config --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ grizzly-config --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ grizzly-config --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ grizzly-config --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ grizzly-config --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ grizzly-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/src/main/java/org/glassfish/grizzly/config/GenericGrizzlyListener.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/src/main/java/org/glassfish/grizzly/config/GenericGrizzlyListener.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ grizzly-config --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ grizzly-config --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ grizzly-config --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ grizzly-config --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ grizzly-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ grizzly-config --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ grizzly-config --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ grizzly-config --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ grizzly-config --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ grizzly-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ grizzly-config --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/target/classes/META-INF for [INFO] [echo] grizzly-config [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ grizzly-config --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/target/grizzly-config.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ grizzly-config --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/target/grizzly-config-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ grizzly-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ grizzly-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.grizzly-grizzly-config-checkstyle) @ grizzly-config --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ grizzly-config --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/grizzly-config/7.0.3-SNAPSHOT/grizzly-config-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/target/grizzly-config.jar to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/grizzly-config/7.0.3-SNAPSHOT/grizzly-config-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/target/grizzly-config-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/grizzly-config/7.0.3-SNAPSHOT/grizzly-config-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.main.grizzly:nucleus-grizzly-all >----------- [INFO] Building Nucleus Grizzly jars Combining 7.0.3-SNAPSHOT [112/299] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Nucleus Grizzly jars Combining: [WARNING] org.glassfish.hk2:consolidatedbundle-maven-plugin:3.0.3 [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-grizzly-all --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-grizzly-all --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-grizzly-all --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-grizzly-all --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-grizzly-all --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-grizzly-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ nucleus-grizzly-all --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ nucleus-grizzly-all --- [INFO] No sources to compile [INFO] [INFO] --- consolidatedbundle-maven-plugin:3.0.3:hk2-generate (processhk2headers) @ nucleus-grizzly-all --- [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/4.0.0/grizzly-framework-4.0.0.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-portunif/4.0.0/grizzly-portunif-4.0.0.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/4.0.0/grizzly-http-4.0.0.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http2/4.0.0/grizzly-http2-4.0.0.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/4.0.0/grizzly-http-server-4.0.0.jar [INFO] Dependency Artifact: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/config/target/grizzly-config.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.jar [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ nucleus-grizzly-all --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ nucleus-grizzly-all --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ nucleus-grizzly-all --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ nucleus-grizzly-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-grizzly-all --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/classes/META-INF for [INFO] [echo] nucleus-grizzly-all [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ nucleus-grizzly-all --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/nucleus-grizzly-all.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (bundle) @ nucleus-grizzly-all --- [WARNING] Include-Resource: overriding META-INF/LICENSE.md=target/common-resources/legal/LICENSE.md,META-INF/NOTICE.md=target/common-resources/legal/NOTICE.md with META-INF/hk2-locator/=target/classes/META-INF/hk2-locator/ (add {maven-resources} if you want to include the maven resources) [INFO] Building bundle: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/nucleus-grizzly-all.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-grizzly-all --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/nucleus-grizzly-all-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-grizzly-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-grizzly-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.grizzly-nucleus-grizzly-all-checkstyle) @ nucleus-grizzly-all --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-grizzly-all --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/nucleus-grizzly-all/7.0.3-SNAPSHOT/nucleus-grizzly-all-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/nucleus-grizzly-all.jar to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/nucleus-grizzly-all/7.0.3-SNAPSHOT/nucleus-grizzly-all-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/nucleus-grizzly-all-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/nucleus-grizzly-all/7.0.3-SNAPSHOT/nucleus-grizzly-all-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.glassfish.main.common:glassfish-api >--------------- [INFO] Building Public APIs of Glassfish 7.0.3-SNAPSHOT [113/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Public APIs of Glassfish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ glassfish-api --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-api --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-api --- [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 184 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/src/main/java/org/glassfish/api/admin/CommandSupport.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/src/main/java/org/glassfish/api/admin/CommandSupport.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/src/main/java/org/glassfish/api/admin/CommandSupport.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/src/main/java/org/glassfish/api/ActionReport.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/src/main/java/org/glassfish/api/ActionReport.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ glassfish-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ glassfish-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ glassfish-api --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ glassfish-api --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 184 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-api --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-api --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/target/classes/META-INF for [INFO] [echo] glassfish-api [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/target/glassfish-api.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/target/glassfish-api-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.common-glassfish-api-checkstyle) @ glassfish-api --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-api/7.0.3-SNAPSHOT/glassfish-api-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/target/glassfish-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-api/7.0.3-SNAPSHOT/glassfish-api-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/target/glassfish-api-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-api/7.0.3-SNAPSHOT/glassfish-api-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] ---------------< org.glassfish.main.common:common-util >---------------- [INFO] ----< org.glassfish.main.admingui.connector:gf-admingui-connector >----- [INFO] Building Common Utilities 7.0.3-SNAPSHOT [114/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] -----------< org.glassfish.main.ha:ha-shoal-cache-bootstrap >----------- [INFO] Building GlassFish ha-shoal-cache-bootstrap 7.0.3-SNAPSHOT [116/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building Admin Console Integration 7.0.3-SNAPSHOT [115/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Common Utilities: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish ha-shoal-cache-bootstrap: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console Integration: [WARNING] ***************************************************************** [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-admingui-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ gf-admingui-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gf-admingui-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gf-admingui-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ha-shoal-cache-bootstrap --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ ha-shoal-cache-bootstrap --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ha-shoal-cache-bootstrap --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ha-shoal-cache-bootstrap --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ha-shoal-cache-bootstrap --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ common-util --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ common-util --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ common-util --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ common-util --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ gf-admingui-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ gf-admingui-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ gf-admingui-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ gf-admingui-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ gf-admingui-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ ha-shoal-cache-bootstrap --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/generated-sources/hk2-config-generator/src/main/java/org/glassfish/admingui/connector/GadgetModuleInjector.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/generated-sources/hk2-config-generator/src/main/java/org/glassfish/admingui/connector/GadgetModuleInjector.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ gf-admingui-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ gf-admingui-connector --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ gf-admingui-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ha-shoal-cache-bootstrap --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ha-shoal-cache-bootstrap --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ ha-shoal-cache-bootstrap --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ ha-shoal-cache-bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ha-shoal-cache-bootstrap --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ gf-admingui-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ gf-admingui-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/classes/META-INF for [INFO] [echo] ha-shoal-cache-bootstrap [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ ha-shoal-cache-bootstrap --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/ha-shoal-cache-bootstrap.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ha-shoal-cache-bootstrap --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/ha-shoal-cache-bootstrap-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ha-shoal-cache-bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ha-shoal-cache-bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.ha-ha-shoal-cache-bootstrap-checkstyle) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ha-shoal-cache-bootstrap --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-shoal-cache-bootstrap/7.0.3-SNAPSHOT/ha-shoal-cache-bootstrap-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/ha-shoal-cache-bootstrap.jar to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-shoal-cache-bootstrap/7.0.3-SNAPSHOT/ha-shoal-cache-bootstrap-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/ha-shoal-cache-bootstrap-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-shoal-cache-bootstrap/7.0.3-SNAPSHOT/ha-shoal-cache-bootstrap-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-admingui-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ gf-admingui-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ gf-admingui-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-admingui-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ gf-admingui-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ gf-admingui-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ common-util --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ common-util --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ common-util --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/target/common-resources with includes "" and excludes "" [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/classes/META-INF for [INFO] [echo] gf-admingui-connector [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ common-util --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ gf-admingui-connector --- [INFO] Copying 9 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ common-util --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/gf-admingui-connector.jar [INFO] Changes detected - recompiling the module! [INFO] Compiling 189 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gf-admingui-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/gf-admingui-connector-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ gf-admingui-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ gf-admingui-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui.connector-gf-admingui-connector-checkstyle) @ gf-admingui-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ gf-admingui-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/connector/gf-admingui-connector/7.0.3-SNAPSHOT/gf-admingui-connector-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/gf-admingui-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/connector/gf-admingui-connector/7.0.3-SNAPSHOT/gf-admingui-connector-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/gf-admingui-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/connector/gf-admingui-connector/7.0.3-SNAPSHOT/gf-admingui-connector-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.glassfish.main.admingui:console-plugin-service >--------- [INFO] Building Admin Console Integration 7.0.3-SNAPSHOT [117/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console Integration: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-plugin-service --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ console-plugin-service --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-plugin-service --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/plugin-service [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-plugin-service --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/plugin-service/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/plugin-service/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ console-plugin-service --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-plugin-service --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ console-plugin-service --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/plugin-service/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ console-plugin-service --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/plugin-service/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/plugin-service/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-plugin-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/plugin-service/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-plugin-service --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-plugin-service --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ console-plugin-service --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/plugin-service/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ console-plugin-service --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-plugin-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/plugin-service/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-plugin-service --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ console-plugin-service --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ console-plugin-service --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ console-plugin-service --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ console-plugin-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ console-plugin-service --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/plugin-service/target/classes/META-INF for [INFO] [echo] console-plugin-service [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ console-plugin-service --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/plugin-service/target/console-plugin-service.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ console-plugin-service --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/plugin-service/target/console-plugin-service-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ console-plugin-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ console-plugin-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-console-plugin-service-checkstyle) @ console-plugin-service --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ console-plugin-service --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/plugin-service/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-plugin-service/7.0.3-SNAPSHOT/console-plugin-service-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/plugin-service/target/console-plugin-service.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-plugin-service/7.0.3-SNAPSHOT/console-plugin-service-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/plugin-service/target/console-plugin-service-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-plugin-service/7.0.3-SNAPSHOT/console-plugin-service-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] ---< org.glassfish.main.admingui:console-community-branding-plugin >---- [INFO] Building Admin Console Community Edition Theme Plugin 7.0.3-SNAPSHOT [118/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] [INFO] [INFO] --------< org.glassfish.main.admingui:console-ejb-lite-plugin >--------- [INFO] -------< org.glassfish.main.admingui:console-concurrent-plugin >-------- [INFO] Building Admin Console Concurrent Plugin 7.0.3-SNAPSHOT [120/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] -----------< org.glassfish.main.admingui:console-ejb-plugin >----------- [INFO] Building Admin Console EJB Local (Lite) Plugin 7.0.3-SNAPSHOT [119/299] [INFO] -----------< org.glassfish.main.admingui:console-jts-plugin >----------- [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building Admin Console EJB Container Plugin 7.0.3-SNAPSHOT [121/299] [INFO] Building Admin Console JTS Plugin 7.0.3-SNAPSHOT [122/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console EJB Local (Lite) Plugin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console JTS Plugin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console Community Edition Theme Plugin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console EJB Container Plugin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console Concurrent Plugin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-ejb-lite-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ console-ejb-lite-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-ejb-lite-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb-lite [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-ejb-lite-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb-lite/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-concurrent-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ console-concurrent-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-concurrent-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/concurrent [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-concurrent-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/concurrent/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-ejb-plugin --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-jts-plugin --- [INFO] [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ console-ejb-plugin --- [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ console-jts-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-ejb-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-jts-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-ejb-plugin --- [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jts [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-jts-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jts/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-community-branding-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ console-community-branding-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-community-branding-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/community-theme [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-community-branding-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/community-theme/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb-lite/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dependencies) @ console-ejb-lite-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ console-ejb-lite-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-ejb-lite-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ console-ejb-lite-plugin --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dependencies) @ console-ejb-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb-lite/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ console-ejb-lite-plugin --- [INFO] Copying 9 resources [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jts/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dependencies) @ console-jts-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ console-ejb-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-ejb-plugin --- [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ console-ejb-plugin --- [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ console-jts-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-jts-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Copying 15 resources [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ console-jts-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jts/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ console-ejb-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ console-jts-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb-lite/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] Copying 7 resources [INFO] Copying 9 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-ejb-lite-plugin --- [INFO] Copying 15 resources [INFO] Changes detected - recompiling the module! [INFO] Copying 17 resources [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb-lite/target/classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jts/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-ejb-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-jts-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jts/target/classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/concurrent/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dependencies) @ console-concurrent-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ console-concurrent-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-concurrent-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ console-concurrent-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/concurrent/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ console-concurrent-plugin --- [INFO] Copying 24 resources [INFO] Copying 37 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/concurrent/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-concurrent-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/concurrent/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/community-theme/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dependencies) @ console-community-branding-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ console-community-branding-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-community-branding-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ console-community-branding-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/community-theme/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ console-community-branding-plugin --- [INFO] Copying 17 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/community-theme/src/main/help [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/community-theme/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-community-branding-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/community-theme/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-ejb-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-ejb-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ console-ejb-plugin --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-jts-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-jts-plugin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ console-jts-plugin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-ejb-lite-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-ejb-lite-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ console-ejb-lite-plugin --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-concurrent-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-concurrent-plugin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ console-concurrent-plugin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-community-branding-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-community-branding-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ console-community-branding-plugin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/concurrent/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ console-concurrent-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-concurrent-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jts/target/classes/META-INF/MANIFEST.MF [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/concurrent/target/classes [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ console-jts-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-jts-plugin --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb-lite/target/classes/META-INF/MANIFEST.MF [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jts/target/classes [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ console-ejb-lite-plugin --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-ejb-lite-plugin --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ console-ejb-plugin --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb-lite/target/classes [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-ejb-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/community-theme/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ console-community-branding-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ console-community-branding-plugin --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-jts-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ console-jts-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ console-jts-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ console-jts-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ console-jts-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ console-jts-plugin --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-concurrent-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ console-concurrent-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ console-concurrent-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ console-concurrent-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ console-concurrent-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ console-concurrent-plugin --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-ejb-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ console-ejb-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ console-ejb-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ console-ejb-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ console-ejb-plugin --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-ejb-lite-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ console-ejb-lite-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ console-ejb-lite-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ console-ejb-lite-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ console-ejb-lite-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ console-ejb-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ console-ejb-lite-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jts/target/classes/META-INF for [INFO] [echo] console-jts-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ console-jts-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jts/target/console-jts-plugin.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/concurrent/target/classes/META-INF for [INFO] [echo] console-concurrent-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ console-concurrent-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb/target/classes/META-INF for [INFO] [echo] console-ejb-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ console-ejb-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ console-jts-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jts/target/console-jts-plugin-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb/target/console-ejb-plugin.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb-lite/target/classes/META-INF for [INFO] [echo] console-ejb-lite-plugin [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/concurrent/target/console-concurrent-plugin.jar [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ console-ejb-lite-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ console-ejb-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb/target/console-ejb-plugin-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb-lite/target/console-ejb-lite-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ console-jts-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ console-concurrent-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/concurrent/target/console-concurrent-plugin-sources.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ console-jts-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-console-jts-plugin-checkstyle) @ console-jts-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ console-jts-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jts/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jts-plugin/7.0.3-SNAPSHOT/console-jts-plugin-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jts/target/console-jts-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jts-plugin/7.0.3-SNAPSHOT/console-jts-plugin-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jts/target/console-jts-plugin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jts-plugin/7.0.3-SNAPSHOT/console-jts-plugin-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ console-ejb-lite-plugin --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ console-ejb-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb-lite/target/console-ejb-lite-plugin-sources.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ console-ejb-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-console-ejb-plugin-checkstyle) @ console-ejb-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ console-ejb-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-ejb-plugin/7.0.3-SNAPSHOT/console-ejb-plugin-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb/target/console-ejb-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-ejb-plugin/7.0.3-SNAPSHOT/console-ejb-plugin-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb/target/console-ejb-plugin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-ejb-plugin/7.0.3-SNAPSHOT/console-ejb-plugin-7.0.3-SNAPSHOT-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/community-theme/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ console-ejb-lite-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-community-branding-plugin --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ console-concurrent-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ console-ejb-lite-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-console-ejb-lite-plugin-checkstyle) @ console-ejb-lite-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ console-concurrent-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-console-concurrent-plugin-checkstyle) @ console-concurrent-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ console-ejb-lite-plugin --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ console-concurrent-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb-lite/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-ejb-lite-plugin/7.0.3-SNAPSHOT/console-ejb-lite-plugin-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/concurrent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-concurrent-plugin/7.0.3-SNAPSHOT/console-concurrent-plugin-7.0.3-SNAPSHOT.pom [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/community-theme/target/classes [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb-lite/target/console-ejb-lite-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-ejb-lite-plugin/7.0.3-SNAPSHOT/console-ejb-lite-plugin-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/concurrent/target/console-concurrent-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-concurrent-plugin/7.0.3-SNAPSHOT/console-concurrent-plugin-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/concurrent/target/console-concurrent-plugin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-concurrent-plugin/7.0.3-SNAPSHOT/console-concurrent-plugin-7.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/ejb-lite/target/console-ejb-lite-plugin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-ejb-lite-plugin/7.0.3-SNAPSHOT/console-ejb-lite-plugin-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-community-branding-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ console-community-branding-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ console-community-branding-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ console-community-branding-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ console-community-branding-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ console-community-branding-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/community-theme/target/classes/META-INF for [INFO] [echo] console-community-branding-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ console-community-branding-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/community-theme/target/console-community-branding-plugin.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ console-community-branding-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/community-theme/target/console-community-branding-plugin-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ console-community-branding-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ console-community-branding-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-console-community-branding-plugin-checkstyle) @ console-community-branding-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ console-community-branding-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/community-theme/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-community-branding-plugin/7.0.3-SNAPSHOT/console-community-branding-plugin-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/community-theme/target/console-community-branding-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-community-branding-plugin/7.0.3-SNAPSHOT/console-community-branding-plugin-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/community-theme/target/console-community-branding-plugin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-community-branding-plugin/7.0.3-SNAPSHOT/console-community-branding-plugin-7.0.3-SNAPSHOT-sources.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/src/main/java/com/sun/enterprise/universal/GFBase64Decoder.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/src/main/java/com/sun/enterprise/universal/GFBase64Decoder.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/src/main/java/org/glassfish/common/util/OSGiObjectInputOutputStreamFactoryImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/src/main/java/org/glassfish/common/util/OSGiObjectInputOutputStreamFactoryImpl.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/src/main/java/com/sun/appserv/util/cache/BaseCache.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/src/main/java/com/sun/appserv/util/cache/BaseCache.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ common-util --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ common-util --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ common-util --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ common-util --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ common-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 189 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/src/main/java/org/glassfish/common/util/OSGiObjectInputOutputStreamFactoryImpl.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/src/main/java/org/glassfish/common/util/OSGiObjectInputOutputStreamFactoryImpl.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/src/main/java/org/glassfish/common/util/OSGiObjectInputOutputStreamFactoryImpl.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ common-util --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ common-util --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ common-util --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ common-util --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ common-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ common-util --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/target/classes/META-INF for [INFO] [echo] common-util [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ common-util --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/target/common-util.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ common-util --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/target/common-util-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ common-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ common-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.common-common-util-checkstyle) @ common-util --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ common-util --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/common-util/7.0.3-SNAPSHOT/common-util-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/target/common-util.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/common-util/7.0.3-SNAPSHOT/common-util-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/target/common-util-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/common-util/7.0.3-SNAPSHOT/common-util-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.glassfish.main.core:glassfish >------------------ [INFO] Building Appserver Core Bootstraping Classes 7.0.3-SNAPSHOT [123/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] ----------------< org.glassfish.main.admin:rest-client >---------------- [INFO] Building GlassFish Admin REST Client 7.0.3-SNAPSHOT [124/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Appserver Core Bootstraping Classes: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Admin REST Client: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ glassfish --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack) @ glassfish --- [INFO] Configured Artifact: org.glassfish.main.common:simple-glassfish-api:7.0.3-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/simple-glassfish-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/classes with includes "" and excludes "META-INF/**" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish --- [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ rest-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ rest-client --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ rest-client --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ rest-client --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ rest-client --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ rest-client --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ rest-client --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ rest-client --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rest-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/BundleProvisioner.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/BundleProvisioner.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/ClassPathBuilder.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/ClassPathBuilder.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/ClassPathBuilder.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/EmbeddedOSGiGlassFishRuntimeBuilder.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/EmbeddedOSGiGlassFishRuntimeBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ glassfish --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ glassfish --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ glassfish --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/src/main/java/org/glassfish/admin/rest/client/RestResponse.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/src/main/java/org/glassfish/admin/rest/client/RestResponse.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ rest-client --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ rest-client --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ rest-client --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ glassfish --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ rest-client --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ rest-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ rest-client --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ rest-client --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rest-client --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ rest-client --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ rest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ rest-client --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/classes/META-INF for [INFO] [echo] rest-client [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/rest-client.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ rest-client --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/classes/META-INF for [INFO] [echo] glassfish [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/rest-client-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ rest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ rest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-rest-client-checkstyle) @ rest-client --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ rest-client --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-client/7.0.3-SNAPSHOT/rest-client-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/rest-client.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-client/7.0.3-SNAPSHOT/rest-client-7.0.3-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/glassfish.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/rest-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-client/7.0.3-SNAPSHOT/rest-client-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/glassfish-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.core-glassfish-checkstyle) @ glassfish --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/glassfish/7.0.3-SNAPSHOT/glassfish-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/glassfish.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/glassfish/7.0.3-SNAPSHOT/glassfish-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/glassfish-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/glassfish/7.0.3-SNAPSHOT/glassfish-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] [INFO] ----------------< org.glassfish.main.extras:bootstrap >----------------- [INFO] -------------------< org.glassfish.main:test-utils >-------------------- [INFO] [INFO] Building Test Utilities 7.0.3-SNAPSHOT [126/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Building GlassFish UberJar Activator 7.0.3-SNAPSHOT [125/299] [INFO] ---------< org.glassfish.main.extras:glassfish-embedded-shell >--------- [INFO] --------------------------------[ jar ]--------------------------------- [INFO] ---------< org.glassfish.main.extras:osgi-modules-uninstaller >--------- [INFO] Building Embedded GlassFish Shell 7.0.3-SNAPSHOT [127/299] [INFO] Building GlassFish OSGI Modules Uninstaller 7.0.3-SNAPSHOT [128/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Test Utilities: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish UberJar Activator: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Embedded GlassFish Shell: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish OSGI Modules Uninstaller: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ bootstrap --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ bootstrap --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ osgi-modules-uninstaller --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ bootstrap --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack) @ bootstrap --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ osgi-modules-uninstaller --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ osgi-modules-uninstaller --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-modules-uninstaller [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ osgi-modules-uninstaller --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ osgi-modules-uninstaller --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ osgi-modules-uninstaller --- [INFO] Configured Artifact: org.glassfish.main.common:simple-glassfish-api:7.0.3-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Configured Artifact: org.glassfish.main.core:glassfish:7.0.3-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-modules-uninstaller/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/simple-glassfish-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/target/classes with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ osgi-modules-uninstaller --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-modules-uninstaller/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-modules-uninstaller/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ osgi-modules-uninstaller --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-modules-uninstaller/target/classes [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/glassfish.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/target/classes with includes "**/OSGiFrameworkLauncher**,**/AutoProcessor**" and excludes "META-INF/**" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ bootstrap --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ bootstrap --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ bootstrap --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ bootstrap --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ bootstrap --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-modules-uninstaller/src/main/java/org/glassfish/uberjar/uninstaller/GlassFishOSGiModuleUninstaller.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-modules-uninstaller/src/main/java/org/glassfish/uberjar/uninstaller/GlassFishOSGiModuleUninstaller.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-modules-uninstaller/src/main/java/org/glassfish/uberjar/uninstaller/GlassFishOSGiModuleUninstaller.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ osgi-modules-uninstaller --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-modules-uninstaller/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ osgi-modules-uninstaller --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ osgi-modules-uninstaller --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ osgi-modules-uninstaller --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ osgi-modules-uninstaller --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/src/main/java/org/glassfish/uberjar/UberJarMain.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/src/main/java/org/glassfish/uberjar/UberJarMain.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/src/main/java/org/glassfish/uberjar/bootstrap/UberJarOSGiGlassFishRuntimeBuilder.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/src/main/java/org/glassfish/uberjar/bootstrap/UberJarOSGiGlassFishRuntimeBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ bootstrap --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-modules-uninstaller/target/classes/META-INF for [INFO] [echo] osgi-modules-uninstaller [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-modules-uninstaller/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ osgi-modules-uninstaller --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-modules-uninstaller/target/osgi-modules-uninstaller.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ osgi-modules-uninstaller --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-modules-uninstaller/target/osgi-modules-uninstaller-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ osgi-modules-uninstaller --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ osgi-modules-uninstaller --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-osgi-modules-uninstaller-checkstyle) @ osgi-modules-uninstaller --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ osgi-modules-uninstaller --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/osgi-modules-uninstaller/7.0.3-SNAPSHOT/osgi-modules-uninstaller-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-modules-uninstaller/target/osgi-modules-uninstaller.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/osgi-modules-uninstaller/7.0.3-SNAPSHOT/osgi-modules-uninstaller-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/osgi-modules-uninstaller/target/osgi-modules-uninstaller-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/osgi-modules-uninstaller/7.0.3-SNAPSHOT/osgi-modules-uninstaller-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ bootstrap --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ bootstrap --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ bootstrap --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/target/classes/META-INF for [INFO] [echo] bootstrap [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ bootstrap --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-embedded-shell --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-embedded-shell --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-embedded-shell --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-embedded-shell --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-embedded-shell --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-embedded-shell --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-embedded-shell --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-embedded-shell --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/target/bootstrap.jar [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-embedded-shell --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-embedded-shell --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-embedded-shell --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-embedded-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-embedded-shell --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ bootstrap --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/target/bootstrap-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-bootstrap-checkstyle) @ bootstrap --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ bootstrap --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/bootstrap/7.0.3-SNAPSHOT/bootstrap-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/target/bootstrap.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/bootstrap/7.0.3-SNAPSHOT/bootstrap-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/bootstrap/target/bootstrap-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/bootstrap/7.0.3-SNAPSHOT/bootstrap-7.0.3-SNAPSHOT-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell/target/classes/META-INF for [INFO] [echo] glassfish-embedded-shell [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish-embedded-shell --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell/target/glassfish-embedded-shell.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-embedded-shell --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell/target/glassfish-embedded-shell-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-embedded-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-embedded-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-glassfish-embedded-shell-checkstyle) @ glassfish-embedded-shell --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-embedded-shell --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-shell/7.0.3-SNAPSHOT/glassfish-embedded-shell-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell/target/glassfish-embedded-shell.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-shell/7.0.3-SNAPSHOT/glassfish-embedded-shell-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell/target/glassfish-embedded-shell-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-shell/7.0.3-SNAPSHOT/glassfish-embedded-shell-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.main.extras:glassfish-embedded-shell-frag >------- [INFO] Building Embedded GlassFish Shell dist. fragment 7.0.3-SNAPSHOT [129/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Embedded GlassFish Shell dist. fragment: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-embedded-shell-frag --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-embedded-shell-frag --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-embedded-shell-frag --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-embedded-shell-frag --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-embedded-shell-frag --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-embedded-shell-frag --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (add-jar) @ glassfish-embedded-shell-frag --- [INFO] Copying glassfish-embedded-shell.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/classes/glassfish/lib/embedded/glassfish-embedded-shell.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-embedded-shell-frag --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-embedded-shell-frag --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/classes/META-INF for [INFO] [echo] glassfish-embedded-shell-frag [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ glassfish-embedded-shell-frag --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/glassfish-embedded-shell-frag.zip [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-embedded-shell-frag --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/glassfish-embedded-shell-frag-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-embedded-shell-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-embedded-shell-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-glassfish-embedded-shell-frag-checkstyle) @ glassfish-embedded-shell-frag --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-embedded-shell-frag --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-shell-frag/7.0.3-SNAPSHOT/glassfish-embedded-shell-frag-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/glassfish-embedded-shell-frag.zip to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-shell-frag/7.0.3-SNAPSHOT/glassfish-embedded-shell-frag-7.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/glassfish-embedded-shell-frag-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-shell-frag/7.0.3-SNAPSHOT/glassfish-embedded-shell-frag-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ test-utils --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ test-utils --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/test-utils [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ test-utils --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ test-utils --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ test-utils --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/test-utils/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/test-utils/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/test-utils/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/test-utils/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/test-utils/src/main/java/org/glassfish/tests/utils/ReflectionUtils.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/test-utils/src/main/java/org/glassfish/tests/utils/ReflectionUtils.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/test-utils/src/main/java/org/glassfish/tests/utils/ReflectionUtils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/test-utils/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ test-utils --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ test-utils --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ test-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ test-utils --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/test-utils/target/classes/META-INF for [INFO] [echo] test-utils [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/test-utils/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/test-utils/target/test-utils.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/test-utils/target/test-utils-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ test-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ test-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main-test-utils-checkstyle) @ test-utils --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ test-utils --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/test-utils/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/test-utils/7.0.3-SNAPSHOT/test-utils-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/test-utils/target/test-utils.jar to /home/jenkins/.m2/repository/org/glassfish/main/test-utils/7.0.3-SNAPSHOT/test-utils-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/test-utils/target/test-utils-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/test-utils/7.0.3-SNAPSHOT/test-utils-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] ----------------< org.glassfish.main.admin:config-api >----------------- [INFO] Building admin-config-api 7.0.3-SNAPSHOT [130/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] -----------< org.glassfish.main.common:annotation-framework >----------- [INFO] Building GlassFish Jakarta EE Annotation Framework 7.0.3-SNAPSHOT [131/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Jakarta EE Annotation Framework: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in admin-config-api: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ annotation-framework --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ config-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ annotation-framework --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ config-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ annotation-framework --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ annotation-framework --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ config-api --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/target/generated-sources/hk2-config-generator/src/main/java [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ config-api --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ annotation-framework --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ annotation-framework --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ annotation-framework --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ annotation-framework --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ annotation-framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ annotation-framework --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ annotation-framework --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ annotation-framework --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ annotation-framework --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ annotation-framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ annotation-framework --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ annotation-framework --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ annotation-framework --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ annotation-framework --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ annotation-framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ annotation-framework --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/target/classes/META-INF for [INFO] [echo] annotation-framework [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ annotation-framework --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/target/annotation-framework.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ annotation-framework --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/target/annotation-framework-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ annotation-framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ annotation-framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.common-annotation-framework-checkstyle) @ annotation-framework --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ annotation-framework --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/annotation-framework/7.0.3-SNAPSHOT/annotation-framework-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/target/annotation-framework.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/annotation-framework/7.0.3-SNAPSHOT/annotation-framework-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/target/annotation-framework-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/annotation-framework/7.0.3-SNAPSHOT/annotation-framework-7.0.3-SNAPSHOT-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ config-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ config-api --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ config-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ config-api --- [INFO] Copying 8 resources [INFO] Copying 15 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ config-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 255 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/customvalidators/ReferenceValidator.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/customvalidators/ReferenceValidator.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/customvalidators/ReferenceValidator.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/modularity/customization/CustomizationTokensProvider.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/modularity/customization/CustomizationTokensProvider.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/Cluster.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/Cluster.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ config-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ config-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ config-api --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ config-api --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ config-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 255 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ config-api --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ config-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ config-api --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ config-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ config-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ config-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/target/classes/META-INF for [INFO] [echo] config-api [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ config-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/target/config-api.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ config-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/target/config-api-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ config-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ config-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-config-api-checkstyle) @ config-api --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ config-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/config-api/7.0.3-SNAPSHOT/config-api-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/target/config-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/config-api/7.0.3-SNAPSHOT/config-api-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/target/config-api-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/config-api/7.0.3-SNAPSHOT/config-api-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] ---------------< org.glassfish.main.common:internal-api >--------------- [INFO] -----< org.glassfish.main.loadbalancer:gf-load-balancer-connector >----- [INFO] Building Private APIs of Glassfish 7.0.3-SNAPSHOT [132/299] [INFO] Building Load Balancer Internal API 7.0.3-SNAPSHOT [133/299] [INFO] [INFO] --------------< org.glassfish.main.cluster:gms-bootstrap >-------------- [INFO] Building GMS Bootstrap Module 7.0.3-SNAPSHOT [134/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] ------< org.glassfish.main.transaction:transaction-internal-api >------- [INFO] Building Transaction Service Internal API 7.0.3-SNAPSHOT [135/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Private APIs of Glassfish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GMS Bootstrap Module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Transaction Service Internal API: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] ***************************************************************** [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Load Balancer Internal API: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-load-balancer-connector --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ transaction-internal-api --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ internal-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ transaction-internal-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ internal-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ gf-load-balancer-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ internal-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gf-load-balancer-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gf-load-balancer-connector --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ internal-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ transaction-internal-api --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ transaction-internal-api --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ gf-load-balancer-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ gf-load-balancer-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ gf-load-balancer-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ gf-load-balancer-connector --- [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ gf-load-balancer-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ transaction-internal-api --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gms-bootstrap --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ transaction-internal-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ gms-bootstrap --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ transaction-internal-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gms-bootstrap --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-bootstrap [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gms-bootstrap --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/generated-sources/hk2-config-generator/src/main/java [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ transaction-internal-api --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ transaction-internal-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ internal-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ internal-api --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ internal-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ internal-api --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ internal-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ gf-load-balancer-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ gf-load-balancer-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ gf-load-balancer-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ gms-bootstrap --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ gms-bootstrap --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ gms-bootstrap --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ gms-bootstrap --- [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ gms-bootstrap --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/src/main/java/com/sun/enterprise/transaction/startup/TransactionLifecycleService.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/src/main/java/com/sun/enterprise/transaction/startup/TransactionLifecycleService.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/src/main/java/com/sun/enterprise/transaction/startup/TransactionLifecycleService.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ transaction-internal-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ transaction-internal-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ transaction-internal-api --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ gf-load-balancer-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ gf-load-balancer-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ gms-bootstrap --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ gms-bootstrap --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ gms-bootstrap --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/target/classes/META-INF/MANIFEST.MF [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ transaction-internal-api --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ transaction-internal-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-load-balancer-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ gf-load-balancer-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ gf-load-balancer-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-load-balancer-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ gf-load-balancer-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ gf-load-balancer-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/classes/META-INF for [INFO] [echo] gf-load-balancer-connector [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/classes/META-INF/MANIFEST.MF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ gf-load-balancer-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ gms-bootstrap --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ gms-bootstrap --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/classes [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/gf-load-balancer-connector.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gf-load-balancer-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/gf-load-balancer-connector-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ gf-load-balancer-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ gf-load-balancer-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.loadbalancer-gf-load-balancer-connector-checkstyle) @ gf-load-balancer-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ gf-load-balancer-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/loadbalancer/gf-load-balancer-connector/7.0.3-SNAPSHOT/gf-load-balancer-connector-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/gf-load-balancer-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/loadbalancer/gf-load-balancer-connector/7.0.3-SNAPSHOT/gf-load-balancer-connector-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/gf-load-balancer-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/loadbalancer/gf-load-balancer-connector/7.0.3-SNAPSHOT/gf-load-balancer-connector-7.0.3-SNAPSHOT-sources.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/src/main/java/org/glassfish/internal/deployment/DeploymentType.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/src/main/java/org/glassfish/internal/deployment/DeploymentType.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/src/main/java/org/glassfish/internal/deployment/DeploymentType.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/src/main/java/org/glassfish/internal/data/ModuleInfo.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/src/main/java/org/glassfish/internal/data/ModuleInfo.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ internal-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ internal-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ internal-api --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ transaction-internal-api --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ transaction-internal-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ transaction-internal-api --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ transaction-internal-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ transaction-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ transaction-internal-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/target/classes/META-INF for [INFO] [echo] transaction-internal-api [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gms-bootstrap --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ transaction-internal-api --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ gms-bootstrap --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ gms-bootstrap --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ gms-bootstrap --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ gms-bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ gms-bootstrap --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/target/transaction-internal-api.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ transaction-internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/target/transaction-internal-api-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ transaction-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ transaction-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.transaction-transaction-internal-api-checkstyle) @ transaction-internal-api --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ transaction-internal-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/classes/META-INF for [INFO] [echo] gms-bootstrap [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/transaction/transaction-internal-api/7.0.3-SNAPSHOT/transaction-internal-api-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/target/transaction-internal-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/transaction/transaction-internal-api/7.0.3-SNAPSHOT/transaction-internal-api-7.0.3-SNAPSHOT.jar [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ gms-bootstrap --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/target/transaction-internal-api-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/transaction/transaction-internal-api/7.0.3-SNAPSHOT/transaction-internal-api-7.0.3-SNAPSHOT-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/gms-bootstrap.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gms-bootstrap --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/gms-bootstrap-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ gms-bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ gms-bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.cluster-gms-bootstrap-checkstyle) @ gms-bootstrap --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ gms-bootstrap --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/gms-bootstrap/7.0.3-SNAPSHOT/gms-bootstrap-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/gms-bootstrap.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/gms-bootstrap/7.0.3-SNAPSHOT/gms-bootstrap-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/gms-bootstrap-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/gms-bootstrap/7.0.3-SNAPSHOT/gms-bootstrap-7.0.3-SNAPSHOT-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ internal-api --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ internal-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ internal-api --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ internal-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ internal-api --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ internal-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ internal-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/target/classes/META-INF for [INFO] [echo] internal-api [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/target/internal-api.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/target/internal-api-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.common-internal-api-checkstyle) @ internal-api --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ internal-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/internal-api/7.0.3-SNAPSHOT/internal-api-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/target/internal-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/internal-api/7.0.3-SNAPSHOT/internal-api-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/target/internal-api-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/internal-api/7.0.3-SNAPSHOT/internal-api-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.glassfish.main.security:ssl-impl >---------------- [INFO] Building GlassFish SSL Implementation Module 7.0.3-SNAPSHOT [136/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] ----------< org.glassfish.main.deployment:deployment-common >----------- [INFO] [INFO] [INFO] [INFO] ----------< org.glassfish.main.common:glassfish-mbeanserver >----------- [INFO] [INFO] -----------------< org.glassfish.main.common:stats77 >------------------ [INFO] Building stats77 7.0.3-SNAPSHOT [139/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] -----------< org.glassfish.main.diagnostics:diagnostics-api >----------- [INFO] Building Diagnostics API 7.0.3-SNAPSHOT [140/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] -----------------< org.glassfish.main.web:web-naming >------------------ [INFO] ----------< org.glassfish.main.osgi-platforms:osgi-container >---------- [INFO] Building Deployment Related Common Classes 7.0.3-SNAPSHOT [137/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building OSGi Container 7.0.3-SNAPSHOT [142/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building Web Container Naming Utilities 7.0.3-SNAPSHOT [141/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] Building Glassfish MBeanServer support 7.0.3-SNAPSHOT [138/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] -------------< org.glassfish.main.common:glassfish-naming >------------- [INFO] ---------< org.glassfish.main.flashlight:flashlight-framework >--------- [INFO] Building Glassfish Naming 7.0.3-SNAPSHOT [143/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] -----------------< org.glassfish.main.transaction:jta >----------------- [INFO] Building JTA Implementation for Glassfish 7.0.3-SNAPSHOT [145/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building flashlight-framework 7.0.3-SNAPSHOT [144/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Diagnostics API: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in OSGi Container: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Deployment Related Common Classes: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in flashlight-framework: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in stats77: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Glassfish Naming: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JTA Implementation for Glassfish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ diagnostics-api --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Glassfish MBeanServer support: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ stats77 --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ diagnostics-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ stats77 --- [INFO] [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ flashlight-framework --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ stats77 --- [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ diagnostics-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ diagnostics-api --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/generated-sources/hk2-config-generator/src/main/java [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish SSL Implementation Module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ osgi-container --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ osgi-container --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ osgi-container --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ osgi-container --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jta --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ssl-impl --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jta --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ssl-impl --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ deployment-common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jta --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ssl-impl --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jta --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ deployment-common --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ deployment-common --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ deployment-common --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ flashlight-framework --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ flashlight-framework --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ flashlight-framework --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-mbeanserver --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-mbeanserver --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-mbeanserver --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ glassfish-mbeanserver --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/target/generated-sources/hk2-config-generator/src/main/java [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ stats77 --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/target/generated-sources/hk2-config-generator/src/main/java [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ ssl-impl --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/target/generated-sources/hk2-config-generator/src/main/java [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Web Container Naming Utilities: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ diagnostics-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ diagnostics-api --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ diagnostics-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ diagnostics-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ diagnostics-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-naming --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ web-naming --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web-naming --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ web-naming --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ssl-impl --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ssl-impl --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ssl-impl --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ssl-impl --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ssl-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ osgi-container --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ osgi-container --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ osgi-container --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ osgi-container --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ osgi-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ stats77 --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ stats77 --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ stats77 --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ diagnostics-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ diagnostics-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ diagnostics-api --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ stats77 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/src/main/resources [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ flashlight-framework --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ flashlight-framework --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ flashlight-framework --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ stats77 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ flashlight-framework --- [INFO] Copying 16 resources [INFO] Changes detected - recompiling the module! [INFO] Compiling 95 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/target/classes [INFO] Copying 2 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ flashlight-framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jta --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jta --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jta --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jta --- [INFO] Copying 3 resources [INFO] Copying 3 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jta --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-mbeanserver --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-mbeanserver --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-mbeanserver --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-mbeanserver --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-mbeanserver --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ diagnostics-api --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ diagnostics-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/src/main/java/org/glassfish/extras/osgicontainer/OSGiDeployer.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/src/main/java/org/glassfish/extras/osgicontainer/OSGiDeployer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/src/main/java/org/glassfish/extras/osgicontainer/OSGiDeployer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ osgi-container --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ osgi-container --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/src/main/java/com/sun/enterprise/security/ssl/impl/SecuritySupportImpl.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/src/main/java/com/sun/enterprise/security/ssl/impl/SecuritySupportImpl.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/src/main/java/com/sun/enterprise/security/ssl/impl/SecuritySupportImpl.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/src/main/java/com/sun/enterprise/security/ssl/manager/UnifiedX509TrustManager.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/src/main/java/com/sun/enterprise/security/ssl/manager/UnifiedX509TrustManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ ssl-impl --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ osgi-container --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ ssl-impl --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ ssl-impl --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ diagnostics-api --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ diagnostics-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ diagnostics-api --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ diagnostics-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ diagnostics-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ diagnostics-api --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ deployment-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ deployment-common --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ deployment-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ deployment-common --- [INFO] Copying 3 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ deployment-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/classes/META-INF for [INFO] [echo] diagnostics-api [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ diagnostics-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/diagnostics-api.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ diagnostics-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/diagnostics-api-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ diagnostics-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ diagnostics-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.diagnostics-diagnostics-api-checkstyle) @ diagnostics-api --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ diagnostics-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/diagnostics-api/7.0.3-SNAPSHOT/diagnostics-api-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ ssl-impl --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ssl-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/target/classes [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/diagnostics-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/diagnostics-api/7.0.3-SNAPSHOT/diagnostics-api-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/diagnostics-api-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/diagnostics-api/7.0.3-SNAPSHOT/diagnostics-api-7.0.3-SNAPSHOT-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ osgi-container --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ osgi-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/target/classes [INFO] [INFO] --------------< org.glassfish.main.jms:gf-jms-connector >--------------- [INFO] Building JMS Connector Module for Runtime 7.0.3-SNAPSHOT [146/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JMS Connector Module for Runtime: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-jms-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ gf-jms-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gf-jms-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gf-jms-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-naming --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-naming --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-naming --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ glassfish-naming --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/src/main/java/org/glassfish/jta/admin/cli/UnFreezeTransactionService.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/src/main/java/org/glassfish/jta/admin/cli/UnFreezeTransactionService.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/src/main/java/com/sun/enterprise/transaction/JavaEETransactionImpl.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/src/main/java/com/sun/enterprise/transaction/JavaEETransactionImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jta --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jta --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jta --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/src/main/java/com/sun/enterprise/admin/monitor/stats/MutableTimeStatisticImpl.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/src/main/java/com/sun/enterprise/admin/monitor/stats/MutableTimeStatisticImpl.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/src/main/java/com/sun/enterprise/admin/monitor/stats/MutableTimeStatisticImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/src/main/java/com/sun/enterprise/admin/monitor/stats/lb/ClusterStats.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/src/main/java/com/sun/enterprise/admin/monitor/stats/lb/ClusterStats.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ stats77 --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ stats77 --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ web-naming --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ web-naming --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ web-naming --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ web-naming --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ web-naming --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ stats77 --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Changes detected - recompiling the module! [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ osgi-container --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ osgi-container --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ osgi-container --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ osgi-container --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ osgi-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ osgi-container --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ssl-impl --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ssl-impl --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ ssl-impl --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ ssl-impl --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ ssl-impl --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/target/classes/META-INF/MANIFEST.MF [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ssl-impl --- [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jta --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/target/classes/META-INF for [INFO] [echo] osgi-container [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ osgi-container --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.jta.admin.cli.FreezeTransactionService, org.glassfish.jta.admin.cli.RollbackTransaction, org.glassfish.jta.admin.cli.UnFreezeTransactionService] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jta --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ gf-jms-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ gf-jms-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ gf-jms-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/common-resources with includes "" and excludes "" [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/target/osgi-container.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ gf-jms-connector --- [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ gf-jms-connector --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/target/classes/META-INF/MANIFEST.MF [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/classes [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ stats77 --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ stats77 --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/target/classes/META-INF for [INFO] [echo] ssl-impl [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ ssl-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 95 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/provider/FlashlightProbeProviderFactory.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/provider/FlashlightProbeProviderFactory.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/core/ProviderSubClassImplGenerator.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/core/ProviderSubClassImplGenerator.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/core/ProviderSubClassImplGenerator.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/provider/FlashlightProbe.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/provider/FlashlightProbe.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ flashlight-framework --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ flashlight-framework --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ flashlight-framework --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-naming --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-naming --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-naming --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/target/common-resources with includes "" and excludes "" [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/target/ssl-impl.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-naming --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-naming --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ osgi-container --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/target/osgi-container-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ssl-impl --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/target/ssl-impl-sources.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/JMXStartupService.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/JMXStartupService.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/JMXStartupService.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/AdminAuthorizedMBeanServer.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/AdminAuthorizedMBeanServer.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/AdminAuthorizedMBeanServer.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/ssl/SecureRMIServerSocketFactory.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/ssl/SecureRMIServerSocketFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ glassfish-mbeanserver --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ glassfish-mbeanserver --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ glassfish-mbeanserver --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ osgi-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ osgi-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.osgi-platforms-osgi-container-checkstyle) @ osgi-container --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ osgi-container --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-container/7.0.3-SNAPSHOT/osgi-container-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ gf-jms-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ gf-jms-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/target/osgi-container.jar to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-container/7.0.3-SNAPSHOT/osgi-container-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/target/osgi-container-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-container/7.0.3-SNAPSHOT/osgi-container-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ gf-jms-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] -------< org.glassfish.main.grizzly:glassfish-grizzly-container >------- [INFO] Building GlassFish Grizzly adapter container implementation 7.0.3-SNAPSHOT [147/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Grizzly adapter container implementation: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ssl-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ssl-impl --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-grizzly-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.security-ssl-impl-checkstyle) @ ssl-impl --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-grizzly-container --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-grizzly-container --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ssl-impl --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/grizzly-container [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ glassfish-grizzly-container --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/generated-sources/hk2-config-generator/src/main/java [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/ssl-impl/7.0.3-SNAPSHOT/ssl-impl-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/target/ssl-impl.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/ssl-impl/7.0.3-SNAPSHOT/ssl-impl-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/target/ssl-impl-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/ssl-impl/7.0.3-SNAPSHOT/ssl-impl-7.0.3-SNAPSHOT-sources.jar [WARNING] Manifest org.glassfish.main.flashlight:flashlight-framework:glassfish-jar:7.0.3-SNAPSHOT : Export org.glassfish.flashlight.impl.client, has 1, private references [org.glassfish.flashlight.impl.core] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ stats77 --- [INFO] [INFO] ------< org.glassfish.main.microprofile:microprofile-connectors >------- [INFO] Building GlassFish MicroProfile Connectors 7.0.3-SNAPSHOT [148/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ stats77 --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ stats77 --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ stats77 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ stats77 --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish MicroProfile Connectors: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ stats77 --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jta --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ flashlight-framework --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/target/classes/META-INF for [INFO] [echo] stats77 [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ stats77 --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ flashlight-framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/target/classes [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/target/stats77.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/src/main/java/org/glassfish/deployment/common/DynamicAttributesDescriptor.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/src/main/java/org/glassfish/deployment/common/DynamicAttributesDescriptor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/src/main/java/org/glassfish/deployment/common/ClientArtifactsManager.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/src/main/java/org/glassfish/deployment/common/ClientArtifactsManager.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/src/main/java/org/glassfish/deployment/common/DynamicAttributesDescriptor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/src/main/java/org/glassfish/deployment/common/DynamicAttributesDescriptor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ deployment-common --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ deployment-common --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ gf-jms-connector --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ gf-jms-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ glassfish-mbeanserver --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-mbeanserver --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ deployment-common --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ stats77 --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/target/stats77-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jta --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jta --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jta --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jta --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ stats77 --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-grizzly-container --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-grizzly-container --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-grizzly-container --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-grizzly-container --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/grizzly-container/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/grizzly-container/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jta --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-grizzly-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/classes [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ stats77 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.common-stats77-checkstyle) @ stats77 --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ stats77 --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/stats77/7.0.3-SNAPSHOT/stats77-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/target/stats77.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/stats77/7.0.3-SNAPSHOT/stats77-7.0.3-SNAPSHOT.jar [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/src/main/java/org/apache/naming/resources/DirContextURLStreamHandlerService.java:[73,14] unchecked call to put(K,V) as a member of the raw type java.util.Dictionary [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/src/main/java/org/apache/naming/resources/DirContextURLStreamHandlerService.java:[75,32] unchecked method invocation: method registerService in interface org.osgi.framework.BundleContext is applied to given types required: java.lang.String,java.lang.Object,java.util.Dictionary<java.lang.String,?> found: java.lang.String,org.apache.naming.resources.DirContextURLStreamHandlerService,java.util.Dictionary [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/src/main/java/org/apache/naming/resources/DirContextURLStreamHandlerService.java:[78,17] unchecked conversion required: java.util.Dictionary<java.lang.String,?> found: java.util.Dictionary [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/src/main/java/org/apache/naming/resources/ProxyDirContext.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/src/main/java/org/apache/naming/resources/ProxyDirContext.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/src/main/java/org/apache/naming/resources/DirContextURLConnection.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/src/main/java/org/apache/naming/resources/DirContextURLConnection.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ web-naming --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ web-naming --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/target/stats77-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/stats77/7.0.3-SNAPSHOT/stats77-7.0.3-SNAPSHOT-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/target/classes/META-INF for [INFO] [echo] jta [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jta --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/target/jta.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ web-naming --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jta --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/target/jta-sources.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-jms-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ gf-jms-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ gf-jms-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-jms-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ gf-jms-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ gf-jms-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/classes/META-INF for [INFO] [echo] gf-jms-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ gf-jms-connector --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-mbeanserver --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-mbeanserver --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-mbeanserver --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-mbeanserver --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-mbeanserver --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-mbeanserver --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/gf-jms-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jta --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gf-jms-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jta --- [INFO] Tests are skipped. [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/gf-jms-connector-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.transaction-jta-checkstyle) @ jta --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jta --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/transaction/jta/7.0.3-SNAPSHOT/jta-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ deployment-common --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ deployment-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/target/classes/META-INF for [INFO] [echo] glassfish-mbeanserver [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/target/jta.jar to /home/jenkins/.m2/repository/org/glassfish/main/transaction/jta/7.0.3-SNAPSHOT/jta-7.0.3-SNAPSHOT.jar [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish-mbeanserver --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/target/jta-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/transaction/jta/7.0.3-SNAPSHOT/jta-7.0.3-SNAPSHOT-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/target/glassfish-mbeanserver.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ flashlight-framework --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ gf-jms-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ gf-jms-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.jms-gf-jms-connector-checkstyle) @ gf-jms-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ gf-jms-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/gf-jms-connector/7.0.3-SNAPSHOT/gf-jms-connector-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/gf-jms-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/jms/gf-jms-connector/7.0.3-SNAPSHOT/gf-jms-connector-7.0.3-SNAPSHOT.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/GlassFishNamingBuilder.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/GlassFishNamingBuilder.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/SerialInitContextFactory.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/SerialInitContextFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ glassfish-naming --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ glassfish-naming --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/gf-jms-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/jms/gf-jms-connector/7.0.3-SNAPSHOT/gf-jms-connector-7.0.3-SNAPSHOT-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ web-naming --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ web-naming --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ glassfish-naming --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-mbeanserver --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/target/glassfish-mbeanserver-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-mbeanserver --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-mbeanserver --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.common-glassfish-mbeanserver-checkstyle) @ glassfish-mbeanserver --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-mbeanserver --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-mbeanserver/7.0.3-SNAPSHOT/glassfish-mbeanserver-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ glassfish-grizzly-container --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ glassfish-grizzly-container --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ glassfish-grizzly-container --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/target/glassfish-mbeanserver.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-mbeanserver/7.0.3-SNAPSHOT/glassfish-mbeanserver-7.0.3-SNAPSHOT.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ flashlight-framework --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ flashlight-framework --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ flashlight-framework --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ flashlight-framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ flashlight-framework --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/target/glassfish-mbeanserver-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-mbeanserver/7.0.3-SNAPSHOT/glassfish-mbeanserver-7.0.3-SNAPSHOT-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/target/classes/META-INF for [INFO] [echo] flashlight-framework [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ flashlight-framework --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/target/flashlight-framework.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ glassfish-naming --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-naming --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ flashlight-framework --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/target/flashlight-framework-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ glassfish-grizzly-container --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-grizzly-container --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ flashlight-framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/classes [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ flashlight-framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.flashlight-flashlight-framework-checkstyle) @ flashlight-framework --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ flashlight-framework --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-framework/7.0.3-SNAPSHOT/flashlight-framework-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/target/flashlight-framework.jar to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-framework/7.0.3-SNAPSHOT/flashlight-framework-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/target/flashlight-framework-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-framework/7.0.3-SNAPSHOT/flashlight-framework-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.glassfish.main.admin:monitoring-core >-------------- [INFO] Building admin-monitoring 7.0.3-SNAPSHOT [149/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ deployment-common --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/target/generated-sources/hk2-config-generator/src/test/java [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in admin-monitoring: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] ----------< org.glassfish.main.flashlight:flashlight-client >----------- [INFO] Building GlassFish Flashlight Client 7.0.3-SNAPSHOT [150/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Flashlight Client: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ monitoring-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ monitoring-core --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ monitoring-core --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ monitoring-core --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ web-naming --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ web-naming --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ flashlight-client --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ web-naming --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ flashlight-client --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ flashlight-client --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/client [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ flashlight-client --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/client/target/generated-sources/hk2-config-generator/src/main/java [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ web-naming --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ web-naming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ web-naming --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/target/classes/META-INF for [INFO] [echo] web-naming [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ web-naming --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/target/web-naming.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-grizzly-container --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-grizzly-container --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-grizzly-container --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-grizzly-container --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-grizzly-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-grizzly-container --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/classes/META-INF for [INFO] [echo] glassfish-grizzly-container [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish-grizzly-container --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/glassfish-grizzly-container.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-grizzly-container --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/glassfish-grizzly-container-sources.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-naming --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/client/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ flashlight-client --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ flashlight-client --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ flashlight-client --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ web-naming --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/client/target/common-resources with includes "" and excludes "" [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/target/web-naming-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ flashlight-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/client/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/client/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ flashlight-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/client/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-grizzly-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-grizzly-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.grizzly-glassfish-grizzly-container-checkstyle) @ glassfish-grizzly-container --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-grizzly-container --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/grizzly-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/glassfish-grizzly-container/7.0.3-SNAPSHOT/glassfish-grizzly-container-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/glassfish-grizzly-container.jar to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/glassfish-grizzly-container/7.0.3-SNAPSHOT/glassfish-grizzly-container-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/glassfish-grizzly-container-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/glassfish-grizzly-container/7.0.3-SNAPSHOT/glassfish-grizzly-container-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.glassfish.main.grizzly:glassfish-grizzly-extra-all >------- [INFO] Building Glassfish Grizzly extra jars Combining 7.0.3-SNAPSHOT [151/299] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Glassfish Grizzly extra jars Combining: [WARNING] org.glassfish.hk2:consolidatedbundle-maven-plugin:3.0.3 [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ web-naming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ web-naming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-web-naming-checkstyle) @ web-naming --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ web-naming --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-naming/7.0.3-SNAPSHOT/web-naming-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/target/web-naming.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-naming/7.0.3-SNAPSHOT/web-naming-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/target/web-naming-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-naming/7.0.3-SNAPSHOT/web-naming-7.0.3-SNAPSHOT-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ deployment-common --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ deployment-common --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ deployment-common --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ deployment-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ deployment-common --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/target/classes/META-INF for [INFO] [echo] deployment-common [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ deployment-common --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-naming --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-naming --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-naming --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-naming --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ flashlight-client --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ flashlight-client --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ flashlight-client --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-naming --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/target/deployment-common.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ deployment-common --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/target/classes/META-INF for [INFO] [echo] glassfish-naming [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish-naming --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/target/deployment-common-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ monitoring-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ monitoring-core --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ monitoring-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ monitoring-core --- [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ monitoring-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/target/glassfish-naming.jar [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ deployment-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ deployment-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.deployment-deployment-common-checkstyle) @ deployment-common --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ deployment-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-common/7.0.3-SNAPSHOT/deployment-common-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-naming --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/target/deployment-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-common/7.0.3-SNAPSHOT/deployment-common-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/target/deployment-common-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-common/7.0.3-SNAPSHOT/deployment-common-7.0.3-SNAPSHOT-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/target/glassfish-naming-sources.jar [INFO] [INFO] [INFO] --------------< org.glassfish.main.ejb:gf-ejb-connector >--------------- [INFO] Building EJB Container connector for Glassfish 7.0.3-SNAPSHOT [152/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --------< org.glassfish.main.deployment:deployment-autodeploy >--------- [INFO] Building AutoDeploy Classes 7.0.3-SNAPSHOT [153/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] ----< org.glassfish.main.resourcebase.resources:nucleus-resources >----- [INFO] Building nucleus.resources 7.0.3-SNAPSHOT [154/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --------------< org.glassfish.main.web:gf-web-connector >--------------- [INFO] Building Connector for GlassFish Web Container 7.0.3-SNAPSHOT [155/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] ----------------< org.glassfish.main.security:security >---------------- [INFO] Building Security Core Classes 7.0.3-SNAPSHOT [156/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in EJB Container connector for Glassfish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in AutoDeploy Classes: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in nucleus.resources: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Security Core Classes: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ deployment-autodeploy --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-resources --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-resources --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ deployment-autodeploy --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ deployment-autodeploy --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ deployment-autodeploy --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ security --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ security --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ security --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ security --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-resources --- [WARNING] ***************************************************************** [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ nucleus-resources --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/target/generated-sources/hk2-config-generator/src/main/java [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Connector for GlassFish Web Container: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-ejb-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ gf-ejb-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gf-ejb-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gf-ejb-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-web-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ gf-web-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gf-web-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gf-web-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-naming --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/client/target/classes/META-INF/MANIFEST.MF [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-naming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.common-glassfish-naming-checkstyle) @ glassfish-naming --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-naming --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-naming/7.0.3-SNAPSHOT/glassfish-naming-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ flashlight-client --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/target/glassfish-naming.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-naming/7.0.3-SNAPSHOT/glassfish-naming-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ flashlight-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/client/target/classes [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/target/glassfish-naming-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-naming/7.0.3-SNAPSHOT/glassfish-naming-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.main.appclient.server:appclient-connector >------- [INFO] Building GlassFish AppClient Server-Side Connector 7.0.3-SNAPSHOT [157/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish AppClient Server-Side Connector: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appclient-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ appclient-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appclient-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ appclient-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-grizzly-extra-all --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-grizzly-extra-all --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-grizzly-extra-all --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-grizzly-extra-all --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-grizzly-extra-all --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-grizzly-extra-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-grizzly-extra-all --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-grizzly-extra-all --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-resources --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-resources --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-resources --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ nucleus-resources --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ flashlight-client --- [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ flashlight-client --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ flashlight-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ flashlight-client --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ nucleus-resources --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ flashlight-client --- [INFO] Changes detected - recompiling the module! [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ flashlight-client --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/client/target/classes/META-INF for [INFO] [echo] flashlight-client [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ flashlight-client --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/client/target/flashlight-client.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ deployment-autodeploy --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ deployment-autodeploy --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ deployment-autodeploy --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ deployment-autodeploy --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ deployment-autodeploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ flashlight-client --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/client/target/flashlight-client-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ appclient-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ appclient-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ appclient-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ appclient-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ appclient-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/connector/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ flashlight-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ flashlight-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.flashlight-flashlight-client-checkstyle) @ flashlight-client --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ flashlight-client --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-client/7.0.3-SNAPSHOT/flashlight-client-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/client/target/flashlight-client.jar to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-client/7.0.3-SNAPSHOT/flashlight-client-7.0.3-SNAPSHOT.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ gf-ejb-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ gf-ejb-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ gf-ejb-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/flashlight/client/target/flashlight-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-client/7.0.3-SNAPSHOT/flashlight-client-7.0.3-SNAPSHOT-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ gf-web-connector --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ gf-web-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ gf-web-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ gf-ejb-connector --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector/target/common-resources with includes "" and excludes "" [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ gf-web-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ gf-web-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector/target/classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ gf-ejb-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/target/classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (generate-inhabitants) @ glassfish-grizzly-extra-all --- [INFO] [INFO] --- consolidatedbundle-maven-plugin:3.0.3:hk2-generate (processhk2headers) @ glassfish-grizzly-extra-all --- [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-comet/4.0.0/grizzly-comet-4.0.0.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-websockets/4.0.0/grizzly-websockets-4.0.0.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/4.0.0/grizzly-http-servlet-4.0.0.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-ajp/4.0.0/grizzly-http-ajp-4.0.0.jar [INFO] Dependency Artifact: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/glassfish-grizzly-container.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/hk2/hk2/3.0.3/hk2-3.0.3.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-grizzly-extra-all --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ appclient-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ appclient-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ appclient-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/src/main/java/org/glassfish/admin/monitor/jvm/JVMMemoryStatsProvider.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/src/main/java/org/glassfish/admin/monitor/jvm/JVMMemoryStatsProvider.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/src/main/java/org/glassfish/flashlight/datatree/impl/AbstractTreeNode.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/src/main/java/org/glassfish/flashlight/datatree/impl/AbstractTreeNode.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ monitoring-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ monitoring-core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-grizzly-extra-all --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-grizzly-extra-all --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-grizzly-extra-all --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ monitoring-core --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-grizzly-extra-all --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/src/main/java/org/glassfish/resourcebase/resources/api/ResourceProxy.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/src/main/java/org/glassfish/resourcebase/resources/api/ResourceProxy.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ nucleus-resources --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ nucleus-resources --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ nucleus-resources --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/classes/META-INF for [INFO] [echo] glassfish-grizzly-extra-all [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish-grizzly-extra-all --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/glassfish-grizzly-extra-all.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (bundle) @ glassfish-grizzly-extra-all --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/AutoDeployService.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/AutoDeployService.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/AutoDeployService.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/AutoDeployedFilesManager.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/AutoDeployedFilesManager.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/AutoDeployedFilesManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ deployment-autodeploy --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ deployment-autodeploy --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ deployment-autodeploy --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Include-Resource: overriding META-INF/LICENSE.md=target/common-resources/legal/LICENSE.md,META-INF/NOTICE.md=target/common-resources/legal/NOTICE.md with META-INF/hk2-locator/=target/classes/META-INF/hk2-locator/ (add {maven-resources} if you want to include the maven resources) [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/src/main/java/org/glassfish/ejb/deployment/archive/EjbSniffer.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/src/main/java/org/glassfish/ejb/deployment/archive/EjbSniffer.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/src/main/java/org/glassfish/ejb/deployment/archive/EjbSniffer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ gf-ejb-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ gf-ejb-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ gf-ejb-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ gf-web-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ gf-web-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ gf-web-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ appclient-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ appclient-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/connector/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ nucleus-resources --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ nucleus-resources --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ gf-ejb-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ gf-ejb-connector --- [INFO] Changes detected - recompiling the module! [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/target/classes/META-INF/MANIFEST.MF [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ deployment-autodeploy --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ deployment-autodeploy --- [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ monitoring-core --- [INFO] Changes detected - recompiling the module! [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.admin.monitor.cli.ListJndiEntries, org.glassfish.admin.monitor.cli.Monitor] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ monitoring-core --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ gf-web-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ gf-web-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ appclient-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ appclient-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ appclient-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ appclient-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ appclient-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ appclient-connector --- [WARNING] Bundle org.glassfish.main.grizzly:glassfish-grizzly-extra-all:jar:7.0.3-SNAPSHOT : Version for package org.glassfish.extras.grizzly is set to different values in the source (7.0.3-SNAPSHOT) and in the manifest (7.0.3). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [INFO] Building bundle: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/glassfish-grizzly-extra-all.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/connector/target/classes/META-INF for [INFO] [echo] appclient-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ appclient-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/connector/target/appclient-connector.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ appclient-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/connector/target/appclient-connector-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ appclient-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ appclient-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.appclient.server-appclient-connector-checkstyle) @ appclient-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ appclient-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/server/appclient-connector/7.0.3-SNAPSHOT/appclient-connector-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-ejb-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ gf-ejb-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ gf-ejb-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-ejb-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ gf-ejb-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/connector/target/appclient-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/server/appclient-connector/7.0.3-SNAPSHOT/appclient-connector-7.0.3-SNAPSHOT.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ gf-ejb-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/connector/target/appclient-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/server/appclient-connector/7.0.3-SNAPSHOT/appclient-connector-7.0.3-SNAPSHOT-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/target/classes/META-INF for [INFO] [echo] gf-ejb-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ gf-ejb-connector --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ nucleus-resources --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ nucleus-resources --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ nucleus-resources --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ nucleus-resources --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ nucleus-resources --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ deployment-autodeploy --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ deployment-autodeploy --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ deployment-autodeploy --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ deployment-autodeploy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-resources --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ deployment-autodeploy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ deployment-autodeploy --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/target/gf-ejb-connector.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gf-ejb-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/target/gf-ejb-connector-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/target/classes/META-INF for [INFO] [echo] nucleus-resources [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/target/classes/META-INF for [INFO] [echo] deployment-autodeploy [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ nucleus-resources --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ deployment-autodeploy --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-web-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ gf-web-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ gf-web-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/target/deployment-autodeploy.jar [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-web-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ gf-web-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ gf-web-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/target/nucleus-resources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ gf-ejb-connector --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ deployment-autodeploy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ gf-ejb-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/target/deployment-autodeploy-sources.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.ejb-gf-ejb-connector-checkstyle) @ gf-ejb-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ gf-ejb-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/gf-ejb-connector/7.0.3-SNAPSHOT/gf-ejb-connector-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/target/gf-ejb-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/gf-ejb-connector/7.0.3-SNAPSHOT/gf-ejb-connector-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/target/gf-ejb-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/gf-ejb-connector/7.0.3-SNAPSHOT/gf-ejb-connector-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-resources --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/target/nucleus-resources-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ deployment-autodeploy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ deployment-autodeploy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.deployment-deployment-autodeploy-checkstyle) @ deployment-autodeploy --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ deployment-autodeploy --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-autodeploy/7.0.3-SNAPSHOT/deployment-autodeploy-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-resources --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector/target/classes/META-INF for [INFO] [echo] gf-web-connector [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/target/deployment-autodeploy.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-autodeploy/7.0.3-SNAPSHOT/deployment-autodeploy-7.0.3-SNAPSHOT.jar [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ gf-web-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/target/deployment-autodeploy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-autodeploy/7.0.3-SNAPSHOT/deployment-autodeploy-7.0.3-SNAPSHOT-sources.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-resources --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.resourcebase.resources-nucleus-resources-checkstyle) @ nucleus-resources --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-resources --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resourcebase/resources/nucleus-resources/7.0.3-SNAPSHOT/nucleus-resources-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/target/nucleus-resources.jar to /home/jenkins/.m2/repository/org/glassfish/main/resourcebase/resources/nucleus-resources/7.0.3-SNAPSHOT/nucleus-resources-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/target/nucleus-resources-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/resourcebase/resources/nucleus-resources/7.0.3-SNAPSHOT/nucleus-resources-7.0.3-SNAPSHOT-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector/target/gf-web-connector.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-grizzly-extra-all --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/glassfish-grizzly-extra-all-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gf-web-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector/target/gf-web-connector-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-grizzly-extra-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-grizzly-extra-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.grizzly-glassfish-grizzly-extra-all-checkstyle) @ glassfish-grizzly-extra-all --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-grizzly-extra-all --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/glassfish-grizzly-extra-all/7.0.3-SNAPSHOT/glassfish-grizzly-extra-all-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/glassfish-grizzly-extra-all.jar to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/glassfish-grizzly-extra-all/7.0.3-SNAPSHOT/glassfish-grizzly-extra-all-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/glassfish-grizzly-extra-all-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/glassfish-grizzly-extra-all/7.0.3-SNAPSHOT/glassfish-grizzly-extra-all-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ gf-web-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ gf-web-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-gf-web-connector-checkstyle) @ gf-web-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ gf-web-connector --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ monitoring-core --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/target/generated-sources/hk2-config-generator/src/test/java [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/gf-web-connector/7.0.3-SNAPSHOT/gf-web-connector-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector/target/gf-web-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/gf-web-connector/7.0.3-SNAPSHOT/gf-web-connector-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector/target/gf-web-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/gf-web-connector/7.0.3-SNAPSHOT/gf-web-connector-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.glassfish.main.web:web-gui-plugin-common >------------ [INFO] Building Web container and GUI plug-in common classes 7.0.3-SNAPSHOT [158/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Web container and GUI plug-in common classes: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-gui-plugin-common --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ security --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ web-gui-plugin-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ security --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web-gui-plugin-common --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ security --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gui-plugin-common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ web-gui-plugin-common --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gui-plugin-common/target/generated-sources/hk2-config-generator/src/main/java [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ security --- [INFO] Copying 8 resources [INFO] Copying 3 resources [INFO] Copying 0 resource [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] Copying 0 resource [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Copying 25 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ security --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 137 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ monitoring-core --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ monitoring-core --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ monitoring-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ monitoring-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ monitoring-core --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/target/classes/META-INF for [INFO] [echo] monitoring-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ monitoring-core --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gui-plugin-common/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ web-gui-plugin-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ web-gui-plugin-common --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ web-gui-plugin-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gui-plugin-common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ web-gui-plugin-common --- [INFO] Copying 1 resource [INFO] Copying 6 resources [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/target/monitoring-core.jar [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ web-gui-plugin-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gui-plugin-common/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ monitoring-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/target/monitoring-core-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ monitoring-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ monitoring-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-monitoring-core-checkstyle) @ monitoring-core --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ monitoring-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/monitoring-core/7.0.3-SNAPSHOT/monitoring-core-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/target/monitoring-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/monitoring-core/7.0.3-SNAPSHOT/monitoring-core-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/target/monitoring-core-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/monitoring-core/7.0.3-SNAPSHOT/monitoring-core-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ web-gui-plugin-common --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ web-gui-plugin-common --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ web-gui-plugin-common --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gui-plugin-common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ web-gui-plugin-common --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.web.plugin.common.ListWebContextParamCommand, org.glassfish.web.plugin.common.ListWebEnvEntryCommand, org.glassfish.web.plugin.common.SetWebContextParamCommand, org.glassfish.web.plugin.common.SetWebEnvEntryCommand, org.glassfish.web.plugin.common.UnsetWebContextParamCommand, org.glassfish.web.plugin.common.UnsetWebEnvEntryCommand] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ web-gui-plugin-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gui-plugin-common/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ web-gui-plugin-common --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ web-gui-plugin-common --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ web-gui-plugin-common --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ web-gui-plugin-common --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ web-gui-plugin-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ web-gui-plugin-common --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gui-plugin-common/target/classes/META-INF for [INFO] [echo] web-gui-plugin-common [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ web-gui-plugin-common --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ microprofile-connectors --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ microprofile-connectors --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ microprofile-connectors --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/connectors [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ microprofile-connectors --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/connectors/target/generated-sources/hk2-config-generator/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gui-plugin-common/target/web-gui-plugin-common.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ web-gui-plugin-common --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gui-plugin-common/target/web-gui-plugin-common-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ web-gui-plugin-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ web-gui-plugin-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-web-gui-plugin-common-checkstyle) @ web-gui-plugin-common --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ web-gui-plugin-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gui-plugin-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-gui-plugin-common/7.0.3-SNAPSHOT/web-gui-plugin-common-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gui-plugin-common/target/web-gui-plugin-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-gui-plugin-common/7.0.3-SNAPSHOT/web-gui-plugin-common-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gui-plugin-common/target/web-gui-plugin-common-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-gui-plugin-common/7.0.3-SNAPSHOT/web-gui-plugin-common-7.0.3-SNAPSHOT-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/connectors/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ microprofile-connectors --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ microprofile-connectors --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ microprofile-connectors --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/connectors/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ microprofile-connectors --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/connectors/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/connectors/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-connectors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/connectors/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ microprofile-connectors --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ microprofile-connectors --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ microprofile-connectors --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/Realm.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/Realm.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/src/main/java/com/sun/enterprise/security/ssl/SSLUtils.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/src/main/java/com/sun/enterprise/security/ssl/SSLUtils.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/solaris/SolarisRealm.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/solaris/SolarisRealm.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ security --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ security --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/connectors/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ microprofile-connectors --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ microprofile-connectors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/connectors/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ security --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ microprofile-connectors --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ microprofile-connectors --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-connectors --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ microprofile-connectors --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ microprofile-connectors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ microprofile-connectors --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/connectors/target/classes/META-INF for [INFO] [echo] microprofile-connectors [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ microprofile-connectors --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/connectors/target/microprofile-connectors.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ microprofile-connectors --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/connectors/target/microprofile-connectors-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ microprofile-connectors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ microprofile-connectors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.microprofile-microprofile-connectors-checkstyle) @ microprofile-connectors --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ microprofile-connectors --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/connectors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/microprofile/microprofile-connectors/7.0.3-SNAPSHOT/microprofile-connectors-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/connectors/target/microprofile-connectors.jar to /home/jenkins/.m2/repository/org/glassfish/main/microprofile/microprofile-connectors/7.0.3-SNAPSHOT/microprofile-connectors-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/connectors/target/microprofile-connectors-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/microprofile/microprofile-connectors/7.0.3-SNAPSHOT/microprofile-connectors-7.0.3-SNAPSHOT-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ security --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy (copy-installed) @ security --- [INFO] Configured Artifact: solarisrealm:libsolsparcauth:1.0:so [INFO] Configured Artifact: solarisrealm:libsolx86auth:1.0:so [INFO] Copying libsolsparcauth-1.0.so to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/target/classes/libsolsparcauth.so [INFO] Copying libsolx86auth-1.0.so to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/target/classes/libsolx86auth.so [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ security --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 137 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ security --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ security --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ security --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ security --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ security --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/target/classes/META-INF for [INFO] [echo] security [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ security --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/target/security.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ security --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/target/security-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.security-security-checkstyle) @ security --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ security --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/security/7.0.3-SNAPSHOT/security-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/target/security.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/security/7.0.3-SNAPSHOT/security-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/target/security-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/security/7.0.3-SNAPSHOT/security-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] [INFO] [INFO] ------------------< org.glassfish.main.ldapbp:ldapbp >------------------ [INFO] -------------< org.glassfish.main.admingui:console-common >------------- [INFO] Building Admin Console Common 7.0.3-SNAPSHOT [160/299] [INFO] -----------< org.glassfish.main.security:security-services >------------ [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building LDAP Booster Pack 7.0.3-SNAPSHOT [159/299] [INFO] -------------< org.glassfish.main.common:glassfish-ee-api >------------- [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building Security Services and SPI 7.0.3-SNAPSHOT [161/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building Jakarta EE dependent public APIs of Glassfish 7.0.3-SNAPSHOT [162/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Jakarta EE dependent public APIs of Glassfish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Security Services and SPI: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console Common: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in LDAP Booster Pack: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-ee-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-ee-api --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ldapbp --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-ee-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ldapbp --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ glassfish-ee-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ldapbp --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ ldapbp --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ security-services --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ security-services --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ security-services --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ security-services --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-ee-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-ee-api --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-ee-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-ee-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-ee-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ldapbp --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ldapbp --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ldapbp --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ldapbp --- [INFO] Copying 34 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ldapbp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ glassfish-ee-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ glassfish-ee-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ glassfish-ee-api --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ console-common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-common --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-common --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ glassfish-ee-api --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-ee-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ security-services --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ security-services --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ security-services --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ security-services --- [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ security-services --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 82 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-ee-api --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-ee-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-ee-api --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-ee-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-ee-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-ee-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/classes/META-INF for [INFO] [echo] glassfish-ee-api [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish-ee-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/glassfish-ee-api.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-ee-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/glassfish-ee-api-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-ee-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-ee-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.common-glassfish-ee-api-checkstyle) @ glassfish-ee-api --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-ee-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-ee-api/7.0.3-SNAPSHOT/glassfish-ee-api-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/glassfish-ee-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-ee-api/7.0.3-SNAPSHOT/glassfish-ee-api-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/glassfish-ee-api-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-ee-api/7.0.3-SNAPSHOT/glassfish-ee-api-7.0.3-SNAPSHOT-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dependencies) @ console-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ console-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-common --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ console-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ console-common --- [INFO] Copying 272 resources [INFO] Copying 223 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/src/main/java/org/glassfish/security/services/commands/LDAPAdminAccessConfigurator.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/src/main/java/org/glassfish/security/services/commands/LDAPAdminAccessConfigurator.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/src/main/java/org/glassfish/security/services/commands/LDAPAdminAccessConfigurator.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/src/main/java/org/glassfish/security/services/common/SecurityAccessValidator.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/src/main/java/org/glassfish/security/services/common/SecurityAccessValidator.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/src/main/java/org/glassfish/security/services/common/SecureServiceAccessPermission.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/src/main/java/org/glassfish/security/services/common/SecureServiceAccessPermission.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ security-services --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ security-services --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ security-services --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ security-services --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ security-services --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 82 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ security-services --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ security-services --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ security-services --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/RemoteToAttrs.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/RemoteToAttrs.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/RemoteToAttrs.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfNames.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfNames.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ ldapbp --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ ldapbp --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ ldapbp --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/src/main/java/org/glassfish/admingui/common/util/RestUtil.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/src/main/java/org/glassfish/admingui/common/util/RestUtil.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/src/main/java/org/glassfish/admingui/common/handlers/DeploymentHandler.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/src/main/java/org/glassfish/admingui/common/handlers/DeploymentHandler.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-common --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-common --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ console-common --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ ldapbp --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ldapbp --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ console-common --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-common --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ security-services --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ security-services --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ security-services --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/target/classes/META-INF for [INFO] [echo] security-services [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ security-services --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/target/security-services.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ security-services --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/target/security-services-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ security-services --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ security-services --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.security-security-services-checkstyle) @ security-services --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ security-services --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/security-services/7.0.3-SNAPSHOT/security-services-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/target/security-services.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/security-services/7.0.3-SNAPSHOT/security-services-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/target/security-services-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/security-services/7.0.3-SNAPSHOT/security-services-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] ----------------< org.glassfish.main.admin:admin-util >----------------- [INFO] ----< org.glassfish.main.osgi-platforms:felix-webconsole-extension >---- [INFO] Building Felix Web Console Extension for GlassFish 7.0.3-SNAPSHOT [164/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building admin-util 7.0.3-SNAPSHOT [163/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Felix Web Console Extension for GlassFish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in admin-util: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ admin-util --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ admin-util --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ admin-util --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ admin-util --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/target/generated-sources/hk2-config-generator/src/main/java [INFO] Changes detected - recompiling the module! [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ldapbp --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ldapbp --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ ldapbp --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ ldapbp --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ ldapbp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ldapbp --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/target/classes/META-INF for [INFO] [echo] ldapbp [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ ldapbp --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/target/ldapbp.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ldapbp --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/target/ldapbp-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ldapbp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ldapbp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.ldapbp-ldapbp-checkstyle) @ ldapbp --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ldapbp --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ldapbp/ldapbp/7.0.3-SNAPSHOT/ldapbp-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/target/ldapbp.jar to /home/jenkins/.m2/repository/org/glassfish/main/ldapbp/ldapbp/7.0.3-SNAPSHOT/ldapbp-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ldapbp/target/ldapbp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/ldapbp/ldapbp/7.0.3-SNAPSHOT/ldapbp-7.0.3-SNAPSHOT-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ admin-util --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ admin-util --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ admin-util --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ admin-util --- [INFO] Copying 5 resources [INFO] Copying 0 resource [INFO] Copying 4 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ admin-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 108 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-common --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ console-common --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ console-common --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ console-common --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ console-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ console-common --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/target/classes/META-INF for [INFO] [echo] console-common [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ console-common --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/target/console-common.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ console-common --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/target/console-common-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ console-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ console-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-console-common-checkstyle) @ console-common --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ felix-webconsole-extension --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ console-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ felix-webconsole-extension --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-common/7.0.3-SNAPSHOT/console-common-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ felix-webconsole-extension --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ felix-webconsole-extension --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/target/generated-sources/hk2-config-generator/src/main/java [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/target/console-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-common/7.0.3-SNAPSHOT/console-common-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/common/target/console-common-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-common/7.0.3-SNAPSHOT/console-common-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] ----------< org.glassfish.main.admingui:console-jdbc-plugin >----------- [INFO] [INFO] [INFO] -------< org.glassfish.main.admingui:console-common-full-plugin >------- [INFO] Building Admin Console Full distribution plugin 7.0.3-SNAPSHOT [166/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] [INFO] [INFO] -----------< org.glassfish.main.admingui:console-web-plugin >----------- [INFO] [INFO] ---------< org.glassfish.main.admingui:console-cluster-plugin >--------- [INFO] Building Admin Console Clustering Support Plugin 7.0.3-SNAPSHOT [168/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building Admin Console Web Container Plugin 7.0.3-SNAPSHOT [167/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] -----< org.glassfish.main.admingui:glassfish-osgi-console-plugin >------ [INFO] ----------< org.glassfish.main.admingui:console-corba-plugin >---------- [INFO] -----------< org.glassfish.main.admingui:console-jca-plugin >----------- [INFO] Building Admin Console JDBC Plugin 7.0.3-SNAPSHOT [165/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] --------------< org.glassfish.main.admingui:console-core >-------------- [INFO] Building Admin Console Core Jar 7.0.3-SNAPSHOT [172/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building Admin Console Connectors Plugin 7.0.3-SNAPSHOT [171/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building Admin Console Corba Plugin 7.0.3-SNAPSHOT [170/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building GlassFish OSGi Console Plugin 7.0.3-SNAPSHOT [169/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console Clustering Support Plugin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console Full distribution plugin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] ***************************************************************** [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console Corba Plugin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console Core Jar: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console JDBC Plugin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console Web Container Plugin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish OSGi Console Plugin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console Connectors Plugin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-corba-plugin --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-cluster-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ console-corba-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ console-cluster-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-corba-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/corba [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-corba-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-cluster-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/corba/target/generated-sources/hk2-config-generator/src/main/java [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/cluster [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-cluster-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/cluster/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-jdbc-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ console-jdbc-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-jdbc-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jdbc [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-jdbc-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jdbc/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-jca-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ console-jca-plugin --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-common-full-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-jca-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ console-common-full-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-common-full-plugin --- [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-jca-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-common-full-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-web-plugin --- [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-osgi-console-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ glassfish-osgi-console-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ console-web-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-web-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-web-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ console-core --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-core --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-core --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dependencies) @ console-common-full-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ console-common-full-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-common-full-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ console-common-full-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/cluster/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dependencies) @ console-cluster-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ console-cluster-plugin --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-cluster-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ console-cluster-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ console-common-full-plugin --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/cluster/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ console-cluster-plugin --- [INFO] Copying 48 resources [INFO] Copying 62 resources [INFO] Copying 44 resources [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/corba/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dependencies) @ console-corba-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ console-corba-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-corba-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ console-corba-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-common-full-plugin --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/corba/target/common-resources with includes "" and excludes "" [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jdbc/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dependencies) @ console-jdbc-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ console-jdbc-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-jdbc-plugin --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ console-jdbc-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jdbc/target/common-resources with includes "" and excludes "" [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ console-jdbc-plugin --- [INFO] Copying 31 resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ console-corba-plugin --- [INFO] Copying 16 resources [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ felix-webconsole-extension --- [INFO] Copying 114 resources [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ felix-webconsole-extension --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ felix-webconsole-extension --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/target/common-resources with includes "" and excludes "" [INFO] Copying 20 resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ felix-webconsole-extension --- [INFO] Copying 35 resources [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ felix-webconsole-extension --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/target/classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/corba/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jdbc/src/main/manpages [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-corba-plugin --- [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-jdbc-plugin --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dependencies) @ console-jca-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ console-jca-plugin --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-jca-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ console-jca-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/corba/target/classes [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca/target/common-resources with includes "" and excludes "" [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jdbc/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ console-jca-plugin --- [INFO] Copying 56 resources [INFO] Copying 64 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/cluster/src/main/manpages [INFO] [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-cluster-plugin --- [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-jca-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dependencies) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-osgi-console-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-osgi-console-plugin --- [INFO] Copying 9 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/src/main/help [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-osgi-console-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/cluster/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dependencies) @ console-web-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ console-web-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-web-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ console-web-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ console-web-plugin --- [INFO] Copying 73 resources [INFO] Copying 84 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-web-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full/src/main/java/org/glassfish/full/admingui/handlers/JndiHandlers.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full/src/main/java/org/glassfish/full/admingui/handlers/JndiHandlers.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full/src/main/java/org/glassfish/full/admingui/handlers/JndiHandlers.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-common-full-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-common-full-plugin --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ console-common-full-plugin --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web/target/classes [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-jdbc-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-jdbc-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ console-jdbc-plugin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-corba-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-corba-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ console-corba-plugin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca/src/main/java/org/glassfish/jca/admingui/handlers/ConnectorsHandlers.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca/src/main/java/org/glassfish/jca/admingui/handlers/ConnectorsHandlers.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca/src/main/java/org/glassfish/jca/admingui/handlers/ConnectorsHandlers.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-jca-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-jca-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ console-jca-plugin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ console-common-full-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-common-full-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jdbc/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ console-jdbc-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/src/main/java/org/glassfish/osgi/felixwebconsoleextension/GlassFishSecurityProvider.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/src/main/java/org/glassfish/osgi/felixwebconsoleextension/GlassFishSecurityProvider.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/src/main/java/org/glassfish/osgi/felixwebconsoleextension/GlassFishSecurityProvider.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-cluster-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/src/main/java/org/glassfish/osgi/felixwebconsoleextension/FelixWebConsoleExtensionActivator.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/src/main/java/org/glassfish/osgi/felixwebconsoleextension/FelixWebConsoleExtensionActivator.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/src/main/java/org/glassfish/osgi/felixwebconsoleextension/FelixWebConsoleExtensionActivator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ felix-webconsole-extension --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-cluster-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-jdbc-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ console-cluster-plugin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jdbc/target/classes [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ felix-webconsole-extension --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ felix-webconsole-extension --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ console-jca-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-jca-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/src/main/java/com/sun/enterprise/admin/commands/DeleteSsl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/src/main/java/com/sun/enterprise/admin/commands/DeleteSsl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/src/main/java/com/sun/enterprise/admin/util/PostConstructRunner.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/src/main/java/com/sun/enterprise/admin/util/PostConstructRunner.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/src/main/java/com/sun/enterprise/admin/event/AdminCommandEventBrokerImpl.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/src/main/java/com/sun/enterprise/admin/event/AdminCommandEventBrokerImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ admin-util --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ admin-util --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ glassfish-osgi-console-plugin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dependencies) @ console-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ console-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-core --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ console-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/corba/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ console-corba-plugin --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ console-core --- [INFO] Copying 47 resources [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ admin-util --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-corba-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/corba/target/classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/src/main/help [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ felix-webconsole-extension --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ felix-webconsole-extension --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-common-full-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ console-common-full-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ console-common-full-plugin --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-jdbc-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ console-jdbc-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ console-common-full-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ console-jdbc-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ console-common-full-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ console-jdbc-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ console-jdbc-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ console-common-full-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ console-jdbc-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full/target/classes/META-INF for [INFO] [echo] console-common-full-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ console-common-full-plugin --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/cluster/target/classes/META-INF/MANIFEST.MF [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ glassfish-osgi-console-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jdbc/target/classes/META-INF for [INFO] [echo] console-jdbc-plugin [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-osgi-console-plugin --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ console-jdbc-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/classes [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ console-cluster-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-cluster-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/cluster/target/classes [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jdbc/target/console-jdbc-plugin.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-corba-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ console-corba-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ console-corba-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ console-corba-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ console-corba-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ console-corba-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full/target/console-common-full-plugin.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-jca-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ console-jca-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ console-jca-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ console-jca-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ console-jca-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ console-jca-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/corba/target/classes/META-INF for [INFO] [echo] console-corba-plugin [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web/src/main/java/org/glassfish/web/admingui/handlers/WebHandlers.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web/src/main/java/org/glassfish/web/admingui/handlers/WebHandlers.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web/src/main/java/org/glassfish/web/admingui/handlers/WebHandlers.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-web-plugin --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ console-corba-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-web-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ console-web-plugin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ console-jdbc-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jdbc/target/console-jdbc-plugin-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/corba/target/console-corba-plugin.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ console-common-full-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full/target/console-common-full-plugin-sources.jar [INFO] Executing tasks [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/target/classes/META-INF/MANIFEST.MF [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca/target/classes/META-INF for [INFO] [echo] console-jca-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ console-jca-plugin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ admin-util --- [WARNING] Following command classes neither provide nor inherit authorization: [com.sun.enterprise.admin.commands.CreateSsl, com.sun.enterprise.admin.commands.DeleteSsl] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ admin-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 108 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/target/classes [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca/target/console-jca-plugin.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ console-corba-plugin --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ felix-webconsole-extension --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ felix-webconsole-extension --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/corba/target/console-corba-plugin-sources.jar [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ felix-webconsole-extension --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ felix-webconsole-extension --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ felix-webconsole-extension --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ felix-webconsole-extension --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ console-jdbc-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ console-jdbc-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-console-jdbc-plugin-checkstyle) @ console-jdbc-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ console-jdbc-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jdbc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jdbc-plugin/7.0.3-SNAPSHOT/console-jdbc-plugin-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jdbc/target/console-jdbc-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jdbc-plugin/7.0.3-SNAPSHOT/console-jdbc-plugin-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-cluster-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ console-cluster-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ console-cluster-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ console-cluster-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ console-cluster-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ console-cluster-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/target/classes/META-INF for [INFO] [echo] felix-webconsole-extension [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ felix-webconsole-extension --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/target/felix-webconsole-extension.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ console-web-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jdbc/target/console-jdbc-plugin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jdbc-plugin/7.0.3-SNAPSHOT/console-jdbc-plugin-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ felix-webconsole-extension --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/target/felix-webconsole-extension-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/cluster/target/classes/META-INF for [INFO] [echo] console-cluster-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ console-cluster-plugin --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ console-corba-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-web-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ console-corba-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-console-corba-plugin-checkstyle) @ console-corba-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ console-corba-plugin --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ felix-webconsole-extension --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web/target/classes [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/corba/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-corba-plugin/7.0.3-SNAPSHOT/console-corba-plugin-7.0.3-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ felix-webconsole-extension --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.osgi-platforms-felix-webconsole-extension-checkstyle) @ felix-webconsole-extension --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ felix-webconsole-extension --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/felix-webconsole-extension/7.0.3-SNAPSHOT/felix-webconsole-extension-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ console-jca-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca/target/console-jca-plugin-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ console-common-full-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/corba/target/console-corba-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-corba-plugin/7.0.3-SNAPSHOT/console-corba-plugin-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/target/felix-webconsole-extension.jar to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/felix-webconsole-extension/7.0.3-SNAPSHOT/felix-webconsole-extension-7.0.3-SNAPSHOT.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ console-common-full-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-console-common-full-plugin-checkstyle) @ console-common-full-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/cluster/target/console-cluster-plugin.jar [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ console-common-full-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-common-full-plugin/7.0.3-SNAPSHOT/console-common-full-plugin-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/corba/target/console-corba-plugin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-corba-plugin/7.0.3-SNAPSHOT/console-corba-plugin-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-osgi-console-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full/target/console-common-full-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-common-full-plugin/7.0.3-SNAPSHOT/console-common-full-plugin-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/target/felix-webconsole-extension-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/felix-webconsole-extension/7.0.3-SNAPSHOT/felix-webconsole-extension-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-osgi-console-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-osgi-console-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/full/target/console-common-full-plugin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-common-full-plugin/7.0.3-SNAPSHOT/console-common-full-plugin-7.0.3-SNAPSHOT-sources.jar [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-osgi-console-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ console-jca-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ console-jca-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-console-jca-plugin-checkstyle) @ console-jca-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ console-jca-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jca-plugin/7.0.3-SNAPSHOT/console-jca-plugin-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca/target/console-jca-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jca-plugin/7.0.3-SNAPSHOT/console-jca-plugin-7.0.3-SNAPSHOT.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/classes/META-INF for [INFO] [echo] glassfish-osgi-console-plugin [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jca/target/console-jca-plugin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jca-plugin/7.0.3-SNAPSHOT/console-jca-plugin-7.0.3-SNAPSHOT-sources.jar [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ console-cluster-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/glassfish-osgi-console-plugin.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/cluster/target/console-cluster-plugin-sources.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/src/main/java/org/glassfish/admingui/theme/AdminguiThemeContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/src/main/java/org/glassfish/admingui/theme/AdminguiThemeContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-core --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ console-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/glassfish-osgi-console-plugin-sources.jar [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-osgi-console-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ console-cluster-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-glassfish-osgi-console-plugin-checkstyle) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-osgi-console-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/glassfish-osgi-console-plugin/7.0.3-SNAPSHOT/glassfish-osgi-console-plugin-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/glassfish-osgi-console-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/glassfish-osgi-console-plugin/7.0.3-SNAPSHOT/glassfish-osgi-console-plugin-7.0.3-SNAPSHOT.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ console-cluster-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/glassfish-osgi-console-plugin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/glassfish-osgi-console-plugin/7.0.3-SNAPSHOT/glassfish-osgi-console-plugin-7.0.3-SNAPSHOT-sources.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-console-cluster-plugin-checkstyle) @ console-cluster-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ console-cluster-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/cluster/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-cluster-plugin/7.0.3-SNAPSHOT/console-cluster-plugin-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/cluster/target/console-cluster-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-cluster-plugin/7.0.3-SNAPSHOT/console-cluster-plugin-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/cluster/target/console-cluster-plugin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-cluster-plugin/7.0.3-SNAPSHOT/console-cluster-plugin-7.0.3-SNAPSHOT-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ console-core --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-web-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ console-web-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ console-web-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ console-web-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ console-web-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ console-web-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web/target/classes/META-INF for [INFO] [echo] console-web-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ console-web-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web/target/console-web-plugin.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ console-web-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web/target/console-web-plugin-sources.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ admin-util --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ console-web-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ console-web-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-console-web-plugin-checkstyle) @ console-web-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ console-web-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-web-plugin/7.0.3-SNAPSHOT/console-web-plugin-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web/target/console-web-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-web-plugin/7.0.3-SNAPSHOT/console-web-plugin-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/web/target/console-web-plugin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-web-plugin/7.0.3-SNAPSHOT/console-web-plugin-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-core --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ admin-util --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ admin-util --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ admin-util --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ admin-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ admin-util --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/target/classes/META-INF for [INFO] [echo] admin-util [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ admin-util --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ console-core --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ console-core --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ console-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ console-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ console-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/target/admin-util.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ admin-util --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/target/classes/META-INF for [INFO] [echo] console-core [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/target/admin-util-sources.jar [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ console-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/target/console-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ admin-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ admin-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-admin-util-checkstyle) @ admin-util --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ admin-util --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-util/7.0.3-SNAPSHOT/admin-util-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/target/admin-util.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-util/7.0.3-SNAPSHOT/admin-util-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/target/admin-util-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-util/7.0.3-SNAPSHOT/admin-util-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ console-core --- [INFO] [INFO] [INFO] [INFO] -----------------< org.glassfish.main.deployment:dol >------------------ [INFO] [INFO] Building Deployment Object Library 7.0.3-SNAPSHOT [173/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] ----------------< org.glassfish.main.admin:admin-core >----------------- [INFO] Building admin-core 7.0.3-SNAPSHOT [174/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] ---------< org.glassfish.main.concurrent:concurrent-connector >--------- [INFO] ---------< org.glassfish.main.osgi-platforms:osgi-cli-remote >---------- [INFO] Building Admin CLI bridge command to the OSGi Shell 7.0.3-SNAPSHOT [176/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] Building Concurrent Connector Module 7.0.3-SNAPSHOT [175/299] [INFO] -------------< org.glassfish.main.cluster:cluster-common >-------------- [INFO] Building cluster-common 7.0.3-SNAPSHOT [177/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] ------------------< org.glassfish.main.admin:backup >------------------- [INFO] Building Backup Restore classes 7.0.3-SNAPSHOT [178/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/target/console-core-sources.jar [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Concurrent Connector Module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in admin-core: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin CLI bridge command to the OSGi Shell: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in cluster-common: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Deployment Object Library: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Backup Restore classes: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ concurrent-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ concurrent-connector --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cluster-common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ concurrent-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-connector [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cluster-common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cluster-common --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cluster-common --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/target/generated-sources/hk2-config-generator/src/main/java [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ concurrent-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ backup --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ admin-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ backup --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ admin-core --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ backup --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ admin-core --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/backup [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ backup --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ admin-core --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/backup/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ console-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ console-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-console-core-checkstyle) @ console-core --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ console-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-core/7.0.3-SNAPSHOT/console-core-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/target/console-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-core/7.0.3-SNAPSHOT/console-core-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/core/target/console-core-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-core/7.0.3-SNAPSHOT/console-core-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.glassfish.main.admingui:war >------------------- [INFO] Building Admin Console WAR 7.0.3-SNAPSHOT [179/299] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ dol --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ dol --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console WAR: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ dol --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ dol --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cluster-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cluster-common --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/backup/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ backup --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cluster-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ backup --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ backup --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/backup/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/target/common-resources with includes "" and excludes "" [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ admin-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ admin-core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ backup --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/backup/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ backup --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ admin-core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cluster-common --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/backup/target/classes [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Copying 1 resource [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/target/common-resources with includes "" and excludes "" [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ cluster-common --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ admin-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ admin-core --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ concurrent-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ concurrent-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ concurrent-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ concurrent-connector --- [INFO] Copying 5 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ concurrent-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/src/main/java/com/sun/enterprise/util/cluster/InstanceInfo.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/src/main/java/com/sun/enterprise/util/cluster/InstanceInfo.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/src/main/java/com/sun/enterprise/util/cluster/InstanceInfo.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ cluster-common --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ cluster-common --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ admin-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ admin-core --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ cluster-common --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ admin-core --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ concurrent-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ concurrent-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ concurrent-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ osgi-cli-remote --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ osgi-cli-remote --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ osgi-cli-remote --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ osgi-cli-remote --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ backup --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ backup --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ backup --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ war --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ war --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ war --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ war --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ war --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ war --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ war --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ war --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/target/classes/META-INF/MANIFEST.MF [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ war --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ war --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ war --- [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ admin-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ war --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ admin-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ concurrent-connector --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ concurrent-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/classes [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ cluster-common --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cluster-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/classes/META-INF for [INFO] [echo] war [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (prepare-extra-dependencies) @ war --- [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/extra-dependencies/commons-io-2.11.0.jar [INFO] Copying dojo-ajax-nodemo-1.12.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/extra-dependencies/dojo-ajax-nodemo-1.12.4.jar [INFO] Copying json-2.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/extra-dependencies/json-2.0.jar [INFO] Copying prototype-1.7.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/extra-dependencies/prototype-1.7.3.jar [INFO] Copying woodstock-webui-jsf-6.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/extra-dependencies/woodstock-webui-jsf-6.0.0.jar [INFO] Copying woodstock-webui-jsf-suntheme-6.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/extra-dependencies/woodstock-webui-jsf-suntheme-6.0.0.jar [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ war --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/backup/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ backup --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ osgi-cli-remote --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cluster-common --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ admin-core --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ concurrent-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ concurrent-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ osgi-cli-remote --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ concurrent-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ osgi-cli-remote --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ concurrent-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/target/generated-sources/hk2-config-generator/src/test/java [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ concurrent-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ backup --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/common-resources with includes "" and excludes "" [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ osgi-cli-remote --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/backup/target/classes [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ concurrent-connector --- [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ osgi-cli-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/classes [INFO] Packaging webapp [INFO] Assembling webapp [war] in [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/admingui] [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ dol --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ dol --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ dol --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ dol --- [INFO] Processing war project [INFO] Copying webapp webResources [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/src/main/webapp] to [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/admingui] [INFO] Copying 6 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ dol --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/classes/META-INF for [INFO] [echo] concurrent-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ concurrent-connector --- [INFO] Copying webapp webResources [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/extra-dependencies] to [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/admingui] [INFO] Changes detected - recompiling the module! [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/concurrent-connector.jar [INFO] Compiling 417 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/target/classes [INFO] Copying webapp resources [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/src/main/webapp] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ concurrent-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/concurrent-connector-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ concurrent-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ concurrent-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.concurrent-concurrent-connector-checkstyle) @ concurrent-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ concurrent-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent-connector/7.0.3-SNAPSHOT/concurrent-connector-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/concurrent-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent-connector/7.0.3-SNAPSHOT/concurrent-connector-7.0.3-SNAPSHOT.jar [INFO] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/admingui.war [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/concurrent-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent-connector/7.0.3-SNAPSHOT/concurrent-connector-7.0.3-SNAPSHOT-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cluster-common --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ cluster-common --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ cluster-common --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ cluster-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cluster-common --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ backup --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ backup --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ backup --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ backup --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ backup --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ backup --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/target/classes/META-INF for [INFO] [echo] cluster-common [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ cluster-common --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/backup/target/classes/META-INF for [INFO] [echo] backup [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ backup --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/target/cluster-common.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cluster-common --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/backup/target/backup.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/target/cluster-common-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ backup --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/backup/target/backup-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ war --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cluster-common --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/admingui-sources.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cluster-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.cluster-cluster-common-checkstyle) @ cluster-common --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cluster-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-common/7.0.3-SNAPSHOT/cluster-common-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/target/cluster-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-common/7.0.3-SNAPSHOT/cluster-common-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ war --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ war --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-war-checkstyle) @ war --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ war --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ backup --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/war/7.0.3-SNAPSHOT/war-7.0.3-SNAPSHOT.pom [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ admin-core --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ admin-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ backup --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ admin-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-backup-checkstyle) @ backup --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ admin-core --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ backup --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/backup/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/backup/7.0.3-SNAPSHOT/backup-7.0.3-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ admin-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/backup/target/backup.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/backup/7.0.3-SNAPSHOT/backup-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/target/cluster-common-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-common/7.0.3-SNAPSHOT/cluster-common-7.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/admingui.war to /home/jenkins/.m2/repository/org/glassfish/main/admingui/war/7.0.3-SNAPSHOT/war-7.0.3-SNAPSHOT.war [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/src/main/java/org/glassfish/osgi/cli/remote/impl/RemoteCommandSession.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/src/main/java/org/glassfish/osgi/cli/remote/impl/RemoteCommandSession.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/src/main/java/org/glassfish/osgi/cli/remote/impl/RemoteCommandSession.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/src/main/java/org/glassfish/osgi/cli/remote/OSGiShellCommand.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/src/main/java/org/glassfish/osgi/cli/remote/OSGiShellCommand.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/src/main/java/org/glassfish/osgi/cli/remote/OSGiShellCommand.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ osgi-cli-remote --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ osgi-cli-remote --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/backup/target/backup-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/backup/7.0.3-SNAPSHOT/backup-7.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/war/target/admingui-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/war/7.0.3-SNAPSHOT/war-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.glassfish.main.cluster:cluster-ssh >--------------- [INFO] Building Cluster SSH Provisioning 7.0.3-SNAPSHOT [180/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Cluster SSH Provisioning: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/target/classes/META-INF for [INFO] [echo] admin-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ admin-core --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ osgi-cli-remote --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/target/admin-core.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ admin-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/target/admin-core-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ admin-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ admin-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-admin-core-checkstyle) @ admin-core --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ admin-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-core/7.0.3-SNAPSHOT/admin-core-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/target/admin-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-core/7.0.3-SNAPSHOT/admin-core-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/target/admin-core-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-core/7.0.3-SNAPSHOT/admin-core-7.0.3-SNAPSHOT-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cluster-ssh --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cluster-ssh --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cluster-ssh --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cluster-ssh --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ osgi-cli-remote --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ osgi-cli-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cluster-ssh --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cluster-ssh --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cluster-ssh --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cluster-ssh --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/src/main/resources [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ cluster-ssh --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ osgi-cli-remote --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ osgi-cli-remote --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ osgi-cli-remote --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ osgi-cli-remote --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ osgi-cli-remote --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ osgi-cli-remote --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/classes/META-INF for [INFO] [echo] osgi-cli-remote [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ osgi-cli-remote --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/osgi-cli-remote.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ osgi-cli-remote --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/osgi-cli-remote-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ osgi-cli-remote --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ osgi-cli-remote --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.osgi-platforms-osgi-cli-remote-checkstyle) @ osgi-cli-remote --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ osgi-cli-remote --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-cli-remote/7.0.3-SNAPSHOT/osgi-cli-remote-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/osgi-cli-remote.jar to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-cli-remote/7.0.3-SNAPSHOT/osgi-cli-remote-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/osgi-cli-remote-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-cli-remote/7.0.3-SNAPSHOT/osgi-cli-remote-7.0.3-SNAPSHOT-sources.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/src/main/java/org/glassfish/cluster/ssh/launcher/SSHLauncher.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/src/main/java/org/glassfish/cluster/ssh/launcher/SSHLauncher.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ cluster-ssh --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ cluster-ssh --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ cluster-ssh --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ cluster-ssh --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cluster-ssh --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cluster-ssh --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cluster-ssh --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ cluster-ssh --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ cluster-ssh --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ cluster-ssh --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cluster-ssh --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/target/classes/META-INF for [INFO] [echo] cluster-ssh [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ cluster-ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/target/cluster-ssh.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cluster-ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/target/cluster-ssh-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cluster-ssh --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cluster-ssh --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.cluster-cluster-ssh-checkstyle) @ cluster-ssh --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cluster-ssh --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-ssh/7.0.3-SNAPSHOT/cluster-ssh-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/target/cluster-ssh.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-ssh/7.0.3-SNAPSHOT/cluster-ssh-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/target/cluster-ssh-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-ssh/7.0.3-SNAPSHOT/cluster-ssh-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.glassfish.main.core:logging >------------------- [INFO] Building Nucleus Logging Classes 7.0.3-SNAPSHOT [181/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Nucleus Logging Classes: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ logging --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ logging --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ logging --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ logging --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ logging --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ logging --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ logging --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ logging --- [INFO] Copying 4 resources [INFO] Copying 8 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ logging --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/src/main/java/com/sun/enterprise/server/logging/commands/CollectLogFiles.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/src/main/java/com/sun/enterprise/server/logging/commands/CollectLogFiles.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/src/main/java/com/sun/enterprise/server/logging/logviewer/backend/LogFilter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/src/main/java/com/sun/enterprise/server/logging/logviewer/backend/LogFilter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ logging --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ logging --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ logging --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/common/ProtectionNode.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/common/ProtectionNode.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/EnvironmentProperty.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/EnvironmentProperty.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/DeploymentDescriptorNode.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/DeploymentDescriptorNode.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ dol --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ dol --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ dol --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ logging --- [WARNING] Following command classes neither provide nor inherit authorization: [com.sun.enterprise.server.logging.commands.CollectLogFiles, com.sun.enterprise.server.logging.commands.DeleteLogLevel, com.sun.enterprise.server.logging.commands.InstanceGetLogFileCommand, com.sun.enterprise.server.logging.commands.ListLogAttributes, com.sun.enterprise.server.logging.commands.ListLoggerLevels, com.sun.enterprise.server.logging.commands.ListLoggers, com.sun.enterprise.server.logging.commands.LoadDefaultLogAttributes, com.sun.enterprise.server.logging.commands.LoadDefaultLogLevels, com.sun.enterprise.server.logging.commands.RotateLog, com.sun.enterprise.server.logging.commands.SetLogAttributes, com.sun.enterprise.server.logging.commands.SetLogFileFormat, com.sun.enterprise.server.logging.commands.SetLogLevel] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ logging --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ logging --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/target/generated-sources/hk2-config-generator/src/test/java [WARNING] Manifest org.glassfish.main.deployment:dol:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.enterprise.deployment, has 1, private references [com.sun.enterprise.deployment.annotation.factory] [WARNING] Manifest org.glassfish.main.deployment:dol:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.enterprise.deployment.io.runtime, has 2, private references [com.sun.enterprise.deployment.node.runtime.application.gf, com.sun.enterprise.deployment.node.runtime.connector] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ dol --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ dol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 417 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ logging --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ logging --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ logging --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ logging --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ logging --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/target/classes/META-INF for [INFO] [echo] logging [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ logging --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/target/logging.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ logging --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/target/logging-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ logging --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ logging --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.core-logging-checkstyle) @ logging --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ logging --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/logging/7.0.3-SNAPSHOT/logging-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/target/logging.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/logging/7.0.3-SNAPSHOT/logging-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/target/logging-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/logging/7.0.3-SNAPSHOT/logging-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] -------------------< org.glassfish.main.core:kernel >------------------- [INFO] -----------------< org.glassfish.main.admin:launcher >------------------ [INFO] Building Kernel Classes 7.0.3-SNAPSHOT [182/299] [INFO] Building admin-launcher 7.0.3-SNAPSHOT [183/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in admin-launcher: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Kernel Classes: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ launcher --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ launcher --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ launcher --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ launcher --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ kernel --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ kernel --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ kernel --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ kernel --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ launcher --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ launcher --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ launcher --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ launcher --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ launcher --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ launcher --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ launcher --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ launcher --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ launcher --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ launcher --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ dol --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ launcher --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ launcher --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ launcher --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ launcher --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ launcher --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ launcher --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ dol --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ dol --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ dol --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ dol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ dol --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/target/classes/META-INF for [INFO] [echo] launcher [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ launcher --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/target/classes/META-INF for [INFO] [echo] dol [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ dol --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/target/launcher.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/target/launcher-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ launcher --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ launcher --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-launcher-checkstyle) @ launcher --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ launcher --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/launcher/7.0.3-SNAPSHOT/launcher-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/target/launcher.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/launcher/7.0.3-SNAPSHOT/launcher-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/target/launcher-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/launcher/7.0.3-SNAPSHOT/launcher-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.glassfish.main.admin:admin-cli >----------------- [INFO] Building admin-cli 7.0.3-SNAPSHOT [184/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in admin-cli: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ admin-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ admin-cli --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ admin-cli --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ admin-cli --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/target/generated-sources/hk2-config-generator/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/target/dol.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ kernel --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ kernel --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ kernel --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ kernel --- [INFO] Copying 10 resources [INFO] Copying 2 resources [INFO] Copying 23 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ kernel --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 172 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ dol --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/target/dol-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ dol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ dol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.deployment-dol-checkstyle) @ dol --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ dol --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/dol/7.0.3-SNAPSHOT/dol-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/target/dol.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/dol/7.0.3-SNAPSHOT/dol-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/target/dol-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/dol/7.0.3-SNAPSHOT/dol-7.0.3-SNAPSHOT-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ admin-cli --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ admin-cli --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ admin-cli --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ admin-cli --- [INFO] Copying 4 resources [INFO] Copying 2 resources [INFO] Copying 16 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ admin-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/CLIContainer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/CLIContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/AdminMain.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/AdminMain.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/AdminMain.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/CLIContainer.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/CLIContainer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ admin-cli --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ admin-cli --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ admin-cli --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ admin-cli --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ admin-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ admin-cli --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ admin-cli --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ admin-cli --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ admin-cli --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ admin-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ admin-cli --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/target/classes/META-INF for [INFO] [echo] admin-cli [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ admin-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/target/admin-cli.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ admin-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/target/admin-cli-sources.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/commands/DeleteJvmOptions.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/commands/DeleteJvmOptions.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/JobManagerService.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/JobManagerService.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/CheckpointHelper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/CheckpointHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ kernel --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ kernel --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ admin-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ admin-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-admin-cli-checkstyle) @ admin-cli --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ admin-cli --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-cli/7.0.3-SNAPSHOT/admin-cli-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/target/admin-cli.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-cli/7.0.3-SNAPSHOT/admin-cli-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/target/admin-cli-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-cli/7.0.3-SNAPSHOT/admin-cli-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] [INFO] [INFO] --------------------< org.glassfish.main:ant-tasks >-------------------- [INFO] [INFO] ----------------< org.glassfish.main.admin:server-mgmt >---------------- [INFO] Building admin-server-management 7.0.3-SNAPSHOT [186/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building Ant tasks 7.0.3-SNAPSHOT [185/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] ---------------< org.glassfish.main.admin:appserver-cli >--------------- [INFO] ---------------< org.glassfish.main.cluster:gms-adapter >--------------- [INFO] -------< org.glassfish.main.osgi-platforms:osgi-cli-interactive >------- [INFO] Building GMS Module 7.0.3-SNAPSHOT [188/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building App Server CLI Skinning Class 7.0.3-SNAPSHOT [187/299] [INFO] Building Admin CLI, interactive OSGi shell command 7.0.3-SNAPSHOT [189/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Ant tasks: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in App Server CLI Skinning Class: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin CLI, interactive OSGi shell command: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GMS Module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in admin-server-management: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appserver-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ appserver-cli --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appserver-cli --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ appserver-cli --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ server-mgmt --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ server-mgmt --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ server-mgmt --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ server-mgmt --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ kernel --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ant-tasks --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ant-tasks --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ant-tasks --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ant-tasks --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ant-tasks --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ant-tasks --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/target/common-resources with includes "" and excludes "" [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ appserver-cli --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ appserver-cli --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ appserver-cli --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ant-tasks --- [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ant-tasks --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/target/classes [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ appserver-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli/src/main/resources [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ appserver-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ osgi-cli-interactive --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ osgi-cli-interactive --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ osgi-cli-interactive --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ osgi-cli-interactive --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ appserver-cli --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ appserver-cli --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ appserver-cli --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.glassfish.main.core:kernel:glassfish-jar:7.0.3-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.jaxb.runtime.v2.*, org.glassfish.hk2.osgiresourcelocator.*] [WARNING] Manifest org.glassfish.main.core:kernel:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.enterprise.v3.services.impl, has 1, private references [com.sun.enterprise.v3.services.impl.monitor] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ kernel --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ kernel --- [INFO] Changes detected - recompiling the module! [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ osgi-cli-interactive --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ osgi-cli-interactive --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ osgi-cli-interactive --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/common-resources with includes "" and excludes "" [INFO] Compiling 172 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ osgi-cli-interactive --- [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ osgi-cli-interactive --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/src/main/java/org/glassfish/ant/tasks/AdminTask.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/src/main/java/org/glassfish/ant/tasks/AdminTask.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/src/main/java/org/glassfish/ant/tasks/AdminTask.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/src/main/java/org/glassfish/ant/embedded/tasks/DeployTask.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/src/main/java/org/glassfish/ant/embedded/tasks/DeployTask.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/src/main/java/org/glassfish/ant/embedded/tasks/DeployTask.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ant-tasks --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/target/classes [WARNING] Manifest org.glassfish.main.admin:appserver-cli:glassfish-jar:7.0.3-SNAPSHOT : Export org.glassfish.admin.cli, has 1, private references [com.sun.enterprise.admin.cli] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ appserver-cli --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ appserver-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gms-adapter --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ gms-adapter --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gms-adapter --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gms-adapter --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ appserver-cli --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ appserver-cli --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ appserver-cli --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ appserver-cli --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ appserver-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ appserver-cli --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ant-tasks --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ ant-tasks --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ ant-tasks --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ant-tasks --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli/target/classes/META-INF for [INFO] [echo] appserver-cli [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ appserver-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli/target/appserver-cli.jar [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ osgi-cli-interactive --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ osgi-cli-interactive --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ osgi-cli-interactive --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ appserver-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli/target/appserver-cli-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/target/classes/META-INF for [INFO] [echo] ant-tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ ant-tasks --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/target/ant-tasks.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ant-tasks --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/target/ant-tasks-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ appserver-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ appserver-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-appserver-cli-checkstyle) @ appserver-cli --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ant-tasks --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ appserver-cli --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/appserver-cli/7.0.3-SNAPSHOT/appserver-cli-7.0.3-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ant-tasks --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main-ant-tasks-checkstyle) @ ant-tasks --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ant-tasks --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ant-tasks/7.0.3-SNAPSHOT/ant-tasks-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/target/ant-tasks.jar to /home/jenkins/.m2/repository/org/glassfish/main/ant-tasks/7.0.3-SNAPSHOT/ant-tasks-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli/target/appserver-cli.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/appserver-cli/7.0.3-SNAPSHOT/appserver-cli-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli/target/appserver-cli-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/appserver-cli/7.0.3-SNAPSHOT/appserver-cli-7.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ant-tasks/target/ant-tasks-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/ant-tasks/7.0.3-SNAPSHOT/ant-tasks-7.0.3-SNAPSHOT-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ osgi-cli-interactive --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ osgi-cli-interactive --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ gms-adapter --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ gms-adapter --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ gms-adapter --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ gms-adapter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ gms-adapter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-source (add-sources) @ server-mgmt --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/xjc added. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (xjc) @ server-mgmt --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/xjc [INFO] [xjc] Consider using <depends>/<produces> so that XJC won't do unnecessary compilation [INFO] [xjc] Compiling file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/src/main/resources/xsd/schema/template-info.xsd [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ osgi-cli-interactive --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ osgi-cli-interactive --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ osgi-cli-interactive --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ osgi-cli-interactive --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ osgi-cli-interactive --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ osgi-cli-interactive --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/classes/META-INF for [INFO] [echo] osgi-cli-interactive [INFO] Executed tasks [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack) @ osgi-cli-interactive --- [INFO] Configured Artifact: org.jline:jline:?:jar [INFO] Unpacking /home/jenkins/.m2/repository/org/jline/jline/3.22.0/jline-3.22.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/classes with includes "" and excludes "" [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/src/main/java/org/glassfish/gms/GMSConfigUpgrade.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/src/main/java/org/glassfish/gms/GMSConfigUpgrade.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/src/main/java/org/glassfish/gms/GMSConfigUpgrade.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/src/main/java/org/glassfish/gms/admin/GMSAnnounceAfterStartClusterCommand.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/src/main/java/org/glassfish/gms/admin/GMSAnnounceAfterStartClusterCommand.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/src/main/java/org/glassfish/gms/admin/GMSAnnounceAfterStartClusterCommand.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ gms-adapter --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ gms-adapter --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ gms-adapter --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [xjc] Writing output to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/xjc [INFO] [xjc] Consider using <depends>/<produces> so that XJC won't do unnecessary compilation [INFO] [xjc] Compiling file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/src/main/resources/xsd/schema/domain-info.xsd [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ osgi-cli-interactive --- [INFO] [xjc] Writing output to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/xjc [INFO] [xjc] Consider using <depends>/<produces> so that XJC won't do unnecessary compilation [INFO] [xjc] Compiling file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/src/main/resources/xsd/schema/stringsubs.xsd [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ kernel --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/target/generated-sources/hk2-config-generator/src/test/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ gms-adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/osgi-cli-interactive.jar [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.gms.admin.GMSAnnounceAfterStartClusterCommand, org.glassfish.gms.admin.GMSAnnounceAfterStopClusterCommand, org.glassfish.gms.admin.GMSAnnounceBeforeStartClusterCommand, org.glassfish.gms.admin.GMSAnnounceBeforeStopClusterCommand] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ gms-adapter --- [INFO] [xjc] Writing output to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/xjc [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/classes [INFO] Executed tasks [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ server-mgmt --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ server-mgmt --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ server-mgmt --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ server-mgmt --- [INFO] Copying 7 resources [INFO] Copying 6 resources [INFO] Copying 11 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ server-mgmt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 124 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ osgi-cli-interactive --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/osgi-cli-interactive-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ osgi-cli-interactive --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ osgi-cli-interactive --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.osgi-platforms-osgi-cli-interactive-checkstyle) @ osgi-cli-interactive --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ osgi-cli-interactive --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-cli-interactive/7.0.3-SNAPSHOT/osgi-cli-interactive-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/osgi-cli-interactive.jar to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-cli-interactive/7.0.3-SNAPSHOT/osgi-cli-interactive-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/osgi-cli-interactive-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-cli-interactive/7.0.3-SNAPSHOT/osgi-cli-interactive-7.0.3-SNAPSHOT-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ kernel --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ kernel --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ kernel --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ kernel --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ kernel --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/target/classes/META-INF for [INFO] [echo] kernel [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ kernel --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gms-adapter --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ gms-adapter --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ gms-adapter --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ gms-adapter --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ gms-adapter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ gms-adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/target/kernel.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/classes/META-INF for [INFO] [echo] gms-adapter [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ gms-adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/gms-adapter.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gms-adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/gms-adapter-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ gms-adapter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ gms-adapter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.cluster-gms-adapter-checkstyle) @ gms-adapter --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ gms-adapter --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/gms-adapter/7.0.3-SNAPSHOT/gms-adapter-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/gms-adapter.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/gms-adapter/7.0.3-SNAPSHOT/gms-adapter-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/gms-adapter-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/gms-adapter/7.0.3-SNAPSHOT/gms-adapter-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ kernel --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/target/kernel-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ kernel --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ kernel --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.core-kernel-checkstyle) @ kernel --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ kernel --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/kernel/7.0.3-SNAPSHOT/kernel-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/target/kernel.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/kernel/7.0.3-SNAPSHOT/kernel-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/target/kernel-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/kernel/7.0.3-SNAPSHOT/kernel-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] ------------< org.glassfish.main.core:context-propagation >------------- [INFO] [INFO] [INFO] [INFO] -----------------< org.glassfish.main.common:amx-core >----------------- [INFO] [INFO] ----------< org.glassfish.main.admin:gf-restadmin-connector >----------- [INFO] Building Connector for GlassFish Admin REST Service 7.0.3-SNAPSHOT [192/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building Context Propagation 7.0.3-SNAPSHOT [190/299] [INFO] --------------< org.glassfish.main.cluster:cluster-admin >-------------- [INFO] Building cluster-admin 7.0.3-SNAPSHOT [193/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] ----------< org.glassfish.main.resources:resources-connector >---------- [INFO] Building Resources Connector 7.0.3-SNAPSHOT [194/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building AMX Core 7.0.3-SNAPSHOT [191/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] -----------------< org.glassfish.main.orb:orb-enabler >----------------- [INFO] Building GlassFish ORB enabler implementation 7.0.3-SNAPSHOT [195/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] ------< org.glassfish.main.deployment:deployment-jakartaee-core >------- [INFO] Building Deployment Related JavaEE Core Classes 7.0.3-SNAPSHOT [196/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] [INFO] --------------< org.glassfish.main.core:jakartaee-kernel >-------------- [INFO] Building Jakarta EE related distributions kernel Classes 7.0.3-SNAPSHOT [197/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] -----------< org.glassfish.main.deployment:deployment-admin >----------- [INFO] Building Deployment Related Admin Classes 7.0.3-SNAPSHOT [198/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Deployment Related Admin Classes: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Context Propagation: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Resources Connector: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Jakarta EE related distributions kernel Classes: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in AMX Core: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in cluster-admin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish ORB enabler implementation: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Connector for GlassFish Admin REST Service: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ amx-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ amx-core --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ amx-core --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ amx-core --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ deployment-admin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ deployment-admin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ deployment-admin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ deployment-admin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ orb-enabler --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ orb-enabler --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ orb-enabler --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ orb-enabler --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-restadmin-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ gf-restadmin-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gf-restadmin-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gf-restadmin-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ resources-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ resources-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ resources-connector --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ resources-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/target/generated-sources/hk2-config-generator/src/main/java [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Deployment Related JavaEE Core Classes: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jakartaee-kernel --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jakartaee-kernel --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jakartaee-kernel --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jakartaee-kernel --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cluster-admin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cluster-admin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cluster-admin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cluster-admin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ deployment-jakartaee-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ deployment-jakartaee-core --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ deployment-jakartaee-core --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ deployment-jakartaee-core --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ context-propagation --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ context-propagation --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ context-propagation --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ context-propagation --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ gf-restadmin-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ gf-restadmin-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ gf-restadmin-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ gf-restadmin-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ gf-restadmin-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jakartaee-kernel --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jakartaee-kernel --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jakartaee-kernel --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakartaee-kernel --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jakartaee-kernel --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/KeystoreManager.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/KeystoreManager.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/VerifyDomainXmlCommand.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/VerifyDomainXmlCommand.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/VerifyDomainXmlCommand.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/DomainConfig.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/DomainConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ server-mgmt --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ server-mgmt --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ deployment-jakartaee-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ deployment-jakartaee-core --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ deployment-jakartaee-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ deployment-jakartaee-core --- [INFO] Copying 1 resource [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ server-mgmt --- [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ deployment-jakartaee-core --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ orb-enabler --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ orb-enabler --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ orb-enabler --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ orb-enabler --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ orb-enabler --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ resources-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ resources-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ resources-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ resources-connector --- [INFO] Copying 3 resources [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ resources-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cluster-admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cluster-admin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cluster-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/target/common-resources with includes "" and excludes "" [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ server-mgmt --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ server-mgmt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 124 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ deployment-admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ deployment-admin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ deployment-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ deployment-admin --- [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] Copying 18 resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cluster-admin --- [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ deployment-admin --- [INFO] Copying 1 resource [INFO] Copying 25 resources [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/target/classes [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ cluster-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ context-propagation --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ context-propagation --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ context-propagation --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ context-propagation --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ context-propagation --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ gf-restadmin-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ gf-restadmin-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ gf-restadmin-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jakartaee-kernel --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jakartaee-kernel --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jakartaee-kernel --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ amx-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ amx-core --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ amx-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ amx-core --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ amx-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 193 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/src/main/java/org/glassfish/enterprise/api/enabler/ORBConnectorStartup.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/src/main/java/org/glassfish/enterprise/api/enabler/ORBConnectorStartup.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/src/main/java/org/glassfish/enterprise/api/enabler/ORBConnectorStartup.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/src/main/java/org/glassfish/enterprise/api/enabler/ORBConnectorStartup.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/src/main/java/org/glassfish/enterprise/api/enabler/ORBConnectorStartup.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/src/main/java/org/glassfish/enterprise/api/enabler/ORBConnectorStartup.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ orb-enabler --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ orb-enabler --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ orb-enabler --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel/target/classes/META-INF/MANIFEST.MF [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jakartaee-kernel --- [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ gf-restadmin-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jakartaee-kernel --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ gf-restadmin-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ orb-enabler --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ orb-enabler --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/src/main/java/org/glassfish/contextpropagation/internal/ViewImpl.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/src/main/java/org/glassfish/contextpropagation/internal/ViewImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ context-propagation --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ context-propagation --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ context-propagation --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.glassfish.main.core:context-propagation:glassfish-jar:7.0.3-SNAPSHOT : Export org.glassfish.contextpropagation, has 1, private references [org.glassfish.contextpropagation.internal] [WARNING] Manifest org.glassfish.main.core:context-propagation:glassfish-jar:7.0.3-SNAPSHOT : Export org.glassfish.contextpropagation.wireadapters, has 1, private references [org.glassfish.contextpropagation.internal] [WARNING] Manifest org.glassfish.main.core:context-propagation:glassfish-jar:7.0.3-SNAPSHOT : Export org.glassfish.contextpropagation.wireadapters.wls, has 1, private references [org.glassfish.contextpropagation.internal] [WARNING] Manifest org.glassfish.main.core:context-propagation:glassfish-jar:7.0.3-SNAPSHOT : Export org.glassfish.contextpropagation.wireadapters.glassfish, has 1, private references [org.glassfish.contextpropagation.internal] [WARNING] Manifest org.glassfish.main.core:context-propagation:glassfish-jar:7.0.3-SNAPSHOT : Export org.glassfish.contextpropagation.bootstrap, has 1, private references [org.glassfish.contextpropagation.internal] [WARNING] Manifest org.glassfish.main.core:context-propagation:glassfish-jar:7.0.3-SNAPSHOT : Export org.glassfish.contextpropagation.spi, has 1, private references [org.glassfish.contextpropagation.internal] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ context-propagation --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ context-propagation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core/src/main/java/org/glassfish/javaee/core/deployment/DolProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core/src/main/java/org/glassfish/javaee/core/deployment/DolProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ deployment-jakartaee-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ deployment-jakartaee-core --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ deployment-jakartaee-core --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-restadmin-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ gf-restadmin-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ gf-restadmin-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-restadmin-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ gf-restadmin-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ gf-restadmin-connector --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ context-propagation --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/target/generated-sources/hk2-config-generator/src/test/java [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/classes/META-INF for [INFO] [echo] gf-restadmin-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ gf-restadmin-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/gf-restadmin-connector.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ orb-enabler --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ orb-enabler --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ orb-enabler --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ orb-enabler --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ orb-enabler --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ orb-enabler --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core/target/classes/META-INF/MANIFEST.MF [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/target/classes/META-INF for [INFO] [echo] orb-enabler [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ deployment-jakartaee-core --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ orb-enabler --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.javaee.core.deployment.GetContextRootCommand, org.glassfish.javaee.core.deployment.ListSubComponentsCommand] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ deployment-jakartaee-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core/target/classes [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/target/orb-enabler.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jakartaee-kernel --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jakartaee-kernel --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jakartaee-kernel --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jakartaee-kernel --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gf-restadmin-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jakartaee-kernel --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/gf-restadmin-connector-sources.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/src/main/java/org/glassfish/deployment/admin/DeployCommandSupplementalInfo.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/src/main/java/org/glassfish/deployment/admin/DeployCommandSupplementalInfo.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ deployment-admin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ deployment-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jakartaee-kernel --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ deployment-admin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/src/main/java/org/glassfish/resources/custom/factory/JavaBeanFactory.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/src/main/java/org/glassfish/resources/custom/factory/JavaBeanFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/src/main/java/org/glassfish/resources/custom/factory/JavaBeanFactory.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/src/main/java/org/glassfish/resources/admin/cli/CreateJndiResource.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/src/main/java/org/glassfish/resources/admin/cli/CreateJndiResource.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ resources-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ resources-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel/target/classes/META-INF for [INFO] [echo] jakartaee-kernel [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ orb-enabler --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/target/orb-enabler-sources.jar [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jakartaee-kernel --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel/target/jakartaee-kernel.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ resources-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ orb-enabler --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ orb-enabler --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.orb-orb-enabler-checkstyle) @ orb-enabler --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ orb-enabler --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ server-mgmt --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/hk2-config-generator/src/test/java [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-enabler/7.0.3-SNAPSHOT/orb-enabler-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ gf-restadmin-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ gf-restadmin-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-gf-restadmin-connector-checkstyle) @ gf-restadmin-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ gf-restadmin-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/gf-restadmin-connector/7.0.3-SNAPSHOT/gf-restadmin-connector-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/target/orb-enabler.jar to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-enabler/7.0.3-SNAPSHOT/orb-enabler-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jakartaee-kernel --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel/target/jakartaee-kernel-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/gf-restadmin-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/gf-restadmin-connector/7.0.3-SNAPSHOT/gf-restadmin-connector-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/target/orb-enabler-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-enabler/7.0.3-SNAPSHOT/orb-enabler-7.0.3-SNAPSHOT-sources.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/CreateRemoteNodeCommand.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/CreateRemoteNodeCommand.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/NodeUtils.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/NodeUtils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ cluster-admin --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jakartaee-kernel --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ cluster-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jakartaee-kernel --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.core-jakartaee-kernel-checkstyle) @ jakartaee-kernel --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jakartaee-kernel --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/jakartaee-kernel/7.0.3-SNAPSHOT/jakartaee-kernel-7.0.3-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.loadbalancer:load-balancer-admin >--------- [INFO] Building Load-Balancer admin 7.0.3-SNAPSHOT [199/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Load-Balancer admin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel/target/jakartaee-kernel.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/jakartaee-kernel/7.0.3-SNAPSHOT/jakartaee-kernel-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/gf-restadmin-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/gf-restadmin-connector/7.0.3-SNAPSHOT/gf-restadmin-connector-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ cluster-admin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel/target/jakartaee-kernel-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/jakartaee-kernel/7.0.3-SNAPSHOT/jakartaee-kernel-7.0.3-SNAPSHOT-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ deployment-admin --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ resources-connector --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.resources.admin.cli.AddResources, org.glassfish.resources.admin.cli.CreateCustomResource, org.glassfish.resources.admin.cli.CreateJndiResource, org.glassfish.resources.admin.cli.DeleteCustomResource, org.glassfish.resources.admin.cli.DeleteJndiResource, org.glassfish.resources.admin.cli.ListCustomResources, org.glassfish.resources.admin.cli.ListJndiResources] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ resources-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/target/classes [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ deployment-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ deployment-jakartaee-core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ deployment-jakartaee-core --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ deployment-jakartaee-core --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ deployment-jakartaee-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ deployment-jakartaee-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ deployment-jakartaee-core --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ context-propagation --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ context-propagation --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ context-propagation --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ context-propagation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ context-propagation --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ load-balancer-admin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ load-balancer-admin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ load-balancer-admin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ load-balancer-admin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core/target/classes/META-INF for [INFO] [echo] deployment-jakartaee-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ deployment-jakartaee-core --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ cluster-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core/target/deployment-jakartaee-core.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/target/classes/META-INF for [INFO] [echo] context-propagation [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ context-propagation --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ server-mgmt --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ server-mgmt --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ server-mgmt --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ server-mgmt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ server-mgmt --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/target/context-propagation.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ deployment-jakartaee-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core/target/deployment-jakartaee-core-sources.jar [WARNING] Following command classes neither provide nor inherit authorization: [com.sun.enterprise.v3.admin.cluster.BootstrapSecureAdminCommand, com.sun.enterprise.v3.admin.cluster.CopyConfigCommand, com.sun.enterprise.v3.admin.cluster.CreateInstanceCommand, com.sun.enterprise.v3.admin.cluster.CreateNodeConfigCommand, com.sun.enterprise.v3.admin.cluster.CreateNodeImplicitCommand, com.sun.enterprise.v3.admin.cluster.CreateNodeSshCommand, com.sun.enterprise.v3.admin.cluster.DeleteConfigCommand, com.sun.enterprise.v3.admin.cluster.DeleteInstanceCommand, com.sun.enterprise.v3.admin.cluster.DeleteNodeConfigCommand, com.sun.enterprise.v3.admin.cluster.DeleteNodeSshCommand, com.sun.enterprise.v3.admin.cluster.ExportSyncBundle, com.sun.enterprise.v3.admin.cluster.GetHealthCommand, com.sun.enterprise.v3.admin.cluster.InstanceRegisterInstanceCommand, com.sun.enterprise.v3.admin.cluster.ListClustersCommand, com.sun.enterprise.v3.admin.cluster.ListConfigsCommand, com.sun.enterprise.v3.admin.cluster.ListInstancesCommand, com.sun.enterprise.v3.admin.cluster.ListNodesCommand, com.sun.enterprise.v3.admin.cluster.ListNodesConfigCommand, com.sun.enterprise.v3.admin.cluster.ListNodesSshCommand, com.sun.enterprise.v3.admin.cluster.PingNodeSshCommand, com.sun.enterprise.v3.admin.cluster.PostRegisterInstanceCommand, com.sun.enterprise.v3.admin.cluster.PostUnregisterInstanceCommand, com.sun.enterprise.v3.admin.cluster.RestartInstanceCommand, com.sun.enterprise.v3.admin.cluster.RestartInstanceInstanceCommand, com.sun.enterprise.v3.admin.cluster.SetupSshCommand, com.sun.enterprise.v3.admin.cluster.StartClusterCommand, com.sun.enterprise.v3.admin.cluster.StartInstanceCommand, com.sun.enterprise.v3.admin.cluster.StopClusterCommand, com.sun.enterprise.v3.admin.cluster.StopInstanceCommand, com.sun.enterprise.v3.admin.cluster.StopInstanceInstanceCommand, com.sun.enterprise.v3.admin.cluster.SynchronizeFiles, com.sun.enterprise.v3.admin.cluster.UpdateNodeCommand, com.sun.enterprise.v3.admin.cluster.UpdateNodeConfigCommand, com.sun.enterprise.v3.admin.cluster.UpdateNodeSshCommand, com.sun.enterprise.v3.admin.cluster.ValidateNodeCommand] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cluster-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/target/classes [INFO] [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ context-propagation --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ context-propagation --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/target/context-propagation-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ deployment-jakartaee-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ deployment-jakartaee-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.deployment-deployment-jakartaee-core-checkstyle) @ deployment-jakartaee-core --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ deployment-jakartaee-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-jakartaee-core/7.0.3-SNAPSHOT/deployment-jakartaee-core-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core/target/deployment-jakartaee-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-jakartaee-core/7.0.3-SNAPSHOT/deployment-jakartaee-core-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ context-propagation --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/classes/META-INF for [INFO] [echo] server-mgmt [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ server-mgmt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ context-propagation --- [INFO] Tests are skipped. [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core/target/deployment-jakartaee-core-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-jakartaee-core/7.0.3-SNAPSHOT/deployment-jakartaee-core-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.core-context-propagation-checkstyle) @ context-propagation --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ context-propagation --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/context-propagation/7.0.3-SNAPSHOT/context-propagation-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/target/context-propagation.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/context-propagation/7.0.3-SNAPSHOT/context-propagation-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/context-propagation/target/context-propagation-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/context-propagation/7.0.3-SNAPSHOT/context-propagation-7.0.3-SNAPSHOT-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/server-mgmt.jar [INFO] [INFO] ---------< org.glassfish.main.diagnostics:diagnostics-context >--------- [INFO] Building GlassFish Diagnostics Context 7.0.3-SNAPSHOT [200/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Diagnostics Context: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ server-mgmt --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/server-mgmt-sources.jar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ diagnostics-context --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ diagnostics-context --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ diagnostics-context --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ diagnostics-context --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ server-mgmt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ server-mgmt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-server-mgmt-checkstyle) @ server-mgmt --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ server-mgmt --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/server-mgmt/7.0.3-SNAPSHOT/server-mgmt-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/server-mgmt.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/server-mgmt/7.0.3-SNAPSHOT/server-mgmt-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/server-mgmt-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/server-mgmt/7.0.3-SNAPSHOT/server-mgmt-7.0.3-SNAPSHOT-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ diagnostics-context --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ diagnostics-context --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ diagnostics-context --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ diagnostics-context --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ diagnostics-context --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ resources-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] ---------------< org.glassfish.main.cluster:cluster-cli >--------------- [INFO] Building cluster-cli 7.0.3-SNAPSHOT [201/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in cluster-cli: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cluster-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cluster-cli --- [INFO] [INFO] ---------------< org.glassfish.main.admin:cli-optional >---------------- [INFO] Building admin-cli-optional 7.0.3-SNAPSHOT [202/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in admin-cli-optional: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cli-optional --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cli-optional --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cli-optional --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli-optional [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cli-optional --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli-optional/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cluster-cli --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cluster-cli --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ deployment-admin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/target/generated-sources/hk2-config-generator/src/test/java [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/src/main/java/org/glassfish/diagnostics/context/impl/ContextManagerImpl.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/src/main/java/org/glassfish/diagnostics/context/impl/ContextManagerImpl.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/src/main/java/org/glassfish/diagnostics/context/impl/ContextManagerImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ diagnostics-context --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ diagnostics-context --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ diagnostics-context --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ diagnostics-context --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ diagnostics-context --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ load-balancer-admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ load-balancer-admin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ load-balancer-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ load-balancer-admin --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/src/main/resources [INFO] Copying 13 resources [INFO] Copying 13 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ load-balancer-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ diagnostics-context --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/target/generated-sources/hk2-config-generator/src/test/java [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/base/DomainRoot.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/base/DomainRoot.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/impl/mbean/SampleImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/impl/mbean/SampleImpl.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/core/proxy/AMXProxyHandler.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/core/proxy/AMXProxyHandler.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ amx-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ amx-core --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cluster-admin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cluster-admin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ cluster-admin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ cluster-admin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ cluster-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cluster-admin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ amx-core --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/target/classes/META-INF for [INFO] [echo] cluster-admin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ cluster-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/target/cluster-admin.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cluster-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/target/cluster-admin-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ deployment-admin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ deployment-admin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ deployment-admin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ deployment-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ deployment-admin --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ diagnostics-context --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ diagnostics-context --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ diagnostics-context --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ diagnostics-context --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ diagnostics-context --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/target/classes/META-INF for [INFO] [echo] deployment-admin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ deployment-admin --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cluster-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cluster-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.cluster-cluster-admin-checkstyle) @ cluster-admin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cluster-admin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-admin/7.0.3-SNAPSHOT/cluster-admin-7.0.3-SNAPSHOT.pom [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/target/deployment-admin.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/target/classes/META-INF for [INFO] [echo] diagnostics-context [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ diagnostics-context --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/target/cluster-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-admin/7.0.3-SNAPSHOT/cluster-admin-7.0.3-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/target/diagnostics-context.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli-optional/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cli-optional --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cli-optional --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cli-optional --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli-optional/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cli-optional --- [INFO] Copying 0 resource [INFO] Copying 1 resource [INFO] Copying 5 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ cli-optional --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ resources-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ resources-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ resources-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ resources-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli-optional/target/classes [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ resources-connector --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ deployment-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/target/deployment-admin-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/target/cluster-admin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-admin/7.0.3-SNAPSHOT/cluster-admin-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ diagnostics-context --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/target/diagnostics-context-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ diagnostics-context --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ diagnostics-context --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.diagnostics-diagnostics-context-checkstyle) @ diagnostics-context --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ diagnostics-context --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/diagnostics-context/7.0.3-SNAPSHOT/diagnostics-context-7.0.3-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.orb:orb-connector >---------------- [INFO] Building GlassFish ORB connector implementation 7.0.3-SNAPSHOT [203/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/target/classes/META-INF for [INFO] [echo] resources-connector [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish ORB connector implementation: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ resources-connector --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ deployment-admin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/target/diagnostics-context.jar to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/diagnostics-context/7.0.3-SNAPSHOT/diagnostics-context-7.0.3-SNAPSHOT.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ deployment-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.deployment-deployment-admin-checkstyle) @ deployment-admin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ deployment-admin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-admin/7.0.3-SNAPSHOT/deployment-admin-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/target/deployment-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-admin/7.0.3-SNAPSHOT/deployment-admin-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/diagnostics/context/target/diagnostics-context-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/diagnostics-context/7.0.3-SNAPSHOT/diagnostics-context-7.0.3-SNAPSHOT-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/target/resources-connector.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/target/deployment-admin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-admin/7.0.3-SNAPSHOT/deployment-admin-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.main.extras:glassfish-embedded-nucleus >-------- [INFO] Building Embedded GlassFish nucleus 7.0.3-SNAPSHOT [204/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ orb-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ orb-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ orb-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ orb-connector --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/target/generated-sources/hk2-config-generator/src/main/java [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Embedded GlassFish nucleus: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ resources-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/target/resources-connector-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cluster-cli --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cluster-cli --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cluster-cli --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cluster-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/src/main/resources [INFO] Copying 1 resource [INFO] Copying 12 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ cluster-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ resources-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ resources-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.resources-resources-connector-checkstyle) @ resources-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ resources-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources-connector/7.0.3-SNAPSHOT/resources-connector-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/target/resources-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources-connector/7.0.3-SNAPSHOT/resources-connector-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/target/resources-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources-connector/7.0.3-SNAPSHOT/resources-connector-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.glassfish.main.connectors:connectors-internal-api >-------- [INFO] Building Connectors Private APIs for GlassFish Containers 7.0.3-SNAPSHOT [205/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] ------------< org.glassfish.main.resources:mail-connector >------------- [INFO] Building Jakarta Mail Connector 7.0.3-SNAPSHOT [206/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Connectors Private APIs for GlassFish Containers: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Jakarta Mail Connector: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] -----------< org.glassfish.main.resources:resources-runtime >----------- [INFO] Building GlassFish resources runtime 7.0.3-SNAPSHOT [207/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish resources runtime: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ mail-connector --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ resources-runtime --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ resources-runtime --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ resources-runtime --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ resources-runtime --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ mail-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ mail-connector --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors-internal-api --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/target/classes/META-INF/MANIFEST.MF [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ mail-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ connectors-internal-api --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ connectors-internal-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ connectors-internal-api --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ amx-core --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ amx-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 193 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ cli-optional --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ cli-optional --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ cli-optional --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/upgrade/LoadBalancerConfigUpgrade.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/upgrade/LoadBalancerConfigUpgrade.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/beans/Cluster.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/beans/Cluster.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ load-balancer-admin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ load-balancer-admin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ load-balancer-admin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli-optional/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ cli-optional --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cli-optional --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli-optional/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ mail-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ mail-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ mail-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ mail-connector --- [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ mail-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ resources-runtime --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ resources-runtime --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ resources-runtime --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ resources-runtime --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ orb-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ orb-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ orb-connector --- [INFO] Copying 2 resources [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ orb-connector --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ resources-runtime --- [INFO] Copying 1 resource [INFO] Copying 3 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ orb-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ load-balancer-admin --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.loadbalancer.admin.cli.ApplyHttpLbChanges, org.glassfish.loadbalancer.admin.cli.ConfigureLBWeightCommand, org.glassfish.loadbalancer.admin.cli.CreateHTTPHealthCheckerCommand, org.glassfish.loadbalancer.admin.cli.CreateHTTPLBRefCommand, org.glassfish.loadbalancer.admin.cli.CreateHTTPLoadBalancerCommand, org.glassfish.loadbalancer.admin.cli.DeleteHTTPHealthCheckerCommand, org.glassfish.loadbalancer.admin.cli.DeleteHTTPLBRefCommand, org.glassfish.loadbalancer.admin.cli.DisableHTTPLBApplicationCommand, org.glassfish.loadbalancer.admin.cli.DisableHTTPLBServerCommand, org.glassfish.loadbalancer.admin.cli.EnableHTTPLBApplicationCommand, org.glassfish.loadbalancer.admin.cli.EnableHTTPLBServerCommand, org.glassfish.loadbalancer.admin.cli.ExportHttpLbConfig, org.glassfish.loadbalancer.admin.cli.ListLBConfigsCommand] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ load-balancer-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ connectors-internal-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ connectors-internal-api --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ connectors-internal-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ connectors-internal-api --- [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ connectors-internal-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/NativeRemoteCommandsBase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/NativeRemoteCommandsBase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ cluster-cli --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ cluster-cli --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ cluster-cli --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-embedded-nucleus --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-embedded-nucleus --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-embedded-nucleus --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/nucleus [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-embedded-nucleus --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-embedded-nucleus --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-embedded-nucleus --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/nucleus/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-embedded-nucleus --- [INFO] Skipping the execution. [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-embedded-nucleus --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-embedded-nucleus --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-embedded-nucleus --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-embedded-nucleus --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-embedded-nucleus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-embedded-nucleus --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/nucleus/target/classes/META-INF for [INFO] [echo] glassfish-embedded-nucleus [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/nucleus/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (glassfish-embedded-nucleus.jar) @ glassfish-embedded-nucleus --- [INFO] Reading assembly descriptor: src/assembly/package.xml [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cli-optional --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cli-optional --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ cli-optional --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ cli-optional --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ cli-optional --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cli-optional --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli-optional/target/classes/META-INF for [INFO] [echo] cli-optional [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ cli-optional --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli-optional/target/cli-optional.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ cluster-cli --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cluster-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cli-optional --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli-optional/target/cli-optional-sources.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ amx-core --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cli-optional --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cli-optional --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-cli-optional-checkstyle) @ cli-optional --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cli-optional --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli-optional/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/cli-optional/7.0.3-SNAPSHOT/cli-optional-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli-optional/target/cli-optional.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/cli-optional/7.0.3-SNAPSHOT/cli-optional-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ mail-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ mail-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli-optional/target/cli-optional-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/cli-optional/7.0.3-SNAPSHOT/cli-optional-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ mail-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/src/main/java/org/glassfish/orb/admin/cli/DeleteIiopListener.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/src/main/java/org/glassfish/orb/admin/cli/DeleteIiopListener.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/util/GenericStatsImpl.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/util/GenericStatsImpl.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/util/GenericStatsImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ orb-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ orb-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ orb-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ mail-connector --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.resources.mail.admin.cli.CreateMailResource, org.glassfish.resources.mail.admin.cli.DeleteMailResource, org.glassfish.resources.mail.admin.cli.ListMailResources] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ mail-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/src/main/java/org/glassfish/resources/deployer/ExternalJndiResourceDeployer.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/src/main/java/org/glassfish/resources/deployer/ExternalJndiResourceDeployer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ resources-runtime --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ resources-runtime --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ resources-runtime --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ orb-connector --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.orb.admin.cli.CreateIiopListener, org.glassfish.orb.admin.cli.DeleteIiopListener, org.glassfish.orb.admin.cli.ListIiopListeners] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ orb-connector --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/target/classes/META-INF/MANIFEST.MF [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ resources-runtime --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ resources-runtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/target/classes [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cluster-cli --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ amx-core --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ amx-core --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ amx-core --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/api/ConnectorClassLoaderServiceImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/api/ConnectorClassLoaderServiceImpl.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/api/ConnectorsUtil.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/api/ConnectorsUtil.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ connectors-internal-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ amx-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ connectors-internal-api --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ load-balancer-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ amx-core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ load-balancer-admin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ load-balancer-admin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ load-balancer-admin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ load-balancer-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ load-balancer-admin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/target/classes/META-INF for [INFO] [echo] amx-core [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ connectors-internal-api --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ amx-core --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/target/classes/META-INF for [INFO] [echo] load-balancer-admin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ load-balancer-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/target/load-balancer-admin.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ load-balancer-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/target/load-balancer-admin-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/target/amx-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ load-balancer-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ load-balancer-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.loadbalancer-load-balancer-admin-checkstyle) @ load-balancer-admin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ load-balancer-admin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/loadbalancer/load-balancer-admin/7.0.3-SNAPSHOT/load-balancer-admin-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/target/load-balancer-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/loadbalancer/load-balancer-admin/7.0.3-SNAPSHOT/load-balancer-admin-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ mail-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/generated-sources/hk2-config-generator/src/test/java [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/target/load-balancer-admin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/loadbalancer/load-balancer-admin/7.0.3-SNAPSHOT/load-balancer-admin-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ amx-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/target/amx-core-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ connectors-internal-api --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ connectors-internal-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ amx-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ amx-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.common-amx-core-checkstyle) @ amx-core --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ amx-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/amx-core/7.0.3-SNAPSHOT/amx-core-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/target/amx-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/amx-core/7.0.3-SNAPSHOT/amx-core-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/target/amx-core-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/amx-core/7.0.3-SNAPSHOT/amx-core-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.glassfish.main.featuresets:atomic >---------------- [INFO] Building Glassfish Nucleus Atomic Featureset 7.0.3-SNAPSHOT [208/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --------------< org.glassfish.main.common:amx-jakartaee >--------------- [INFO] Building AMX JavaEE 7.0.3-SNAPSHOT [209/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Glassfish Nucleus Atomic Featureset: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in AMX JavaEE: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ amx-jakartaee --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ amx-jakartaee --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ amx-jakartaee --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ amx-jakartaee --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cluster-cli --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ cluster-cli --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ cluster-cli --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ cluster-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cluster-cli --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ orb-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/target/generated-sources/hk2-config-generator/src/test/java [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/target/classes/META-INF for [INFO] [echo] cluster-cli [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ cluster-cli --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ resources-runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ resources-runtime --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ resources-runtime --- [INFO] Not compiling test sources [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/target/cluster-cli.jar [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ resources-runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ resources-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ resources-runtime --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cluster-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/target/cluster-cli-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/target/classes/META-INF for [INFO] [echo] resources-runtime [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ resources-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/target/resources-runtime.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cluster-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cluster-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.cluster-cluster-cli-checkstyle) @ cluster-cli --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cluster-cli --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-cli/7.0.3-SNAPSHOT/cluster-cli-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ resources-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/target/resources-runtime-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/target/cluster-cli.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-cli/7.0.3-SNAPSHOT/cluster-cli-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ resources-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ resources-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.resources-resources-runtime-checkstyle) @ resources-runtime --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ resources-runtime --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/target/cluster-cli-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-cli/7.0.3-SNAPSHOT/cluster-cli-7.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources-runtime/7.0.3-SNAPSHOT/resources-runtime-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/target/resources-runtime.jar to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources-runtime/7.0.3-SNAPSHOT/resources-runtime-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/target/resources-runtime-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources-runtime/7.0.3-SNAPSHOT/resources-runtime-7.0.3-SNAPSHOT-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ mail-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ mail-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ mail-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ mail-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ mail-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/classes/META-INF for [INFO] [echo] mail-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ mail-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/mail-connector.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ mail-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/mail-connector-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ mail-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ mail-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.resources-mail-connector-checkstyle) @ mail-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ mail-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail-connector/7.0.3-SNAPSHOT/mail-connector-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/mail-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail-connector/7.0.3-SNAPSHOT/mail-connector-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/mail-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail-connector/7.0.3-SNAPSHOT/mail-connector-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.glassfish.main.resources:mail-runtime >-------------- [INFO] Building GlassFish Jakarta Mail runtime 7.0.3-SNAPSHOT [210/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Jakarta Mail runtime: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ connectors-internal-api --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ mail-runtime --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ mail-runtime --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ mail-runtime --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ mail-runtime --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/generated-sources/hk2-config-generator/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/nucleus/target/glassfish-embedded-nucleus.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ amx-jakartaee --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ amx-jakartaee --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ amx-jakartaee --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ amx-jakartaee --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ amx-jakartaee --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ orb-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ orb-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ orb-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ orb-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ orb-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/target/classes/META-INF for [INFO] [echo] orb-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ orb-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/target/orb-connector.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ orb-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/target/orb-connector-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ orb-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ orb-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.orb-orb-connector-checkstyle) @ orb-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ orb-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-connector/7.0.3-SNAPSHOT/orb-connector-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/target/orb-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-connector/7.0.3-SNAPSHOT/orb-connector-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/target/orb-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-connector/7.0.3-SNAPSHOT/orb-connector-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.glassfish.main.orb:orb-iiop >------------------- [INFO] Building GlassFish ORB interface layer implementation 7.0.3-SNAPSHOT [211/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish ORB interface layer implementation: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ orb-iiop --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ orb-iiop --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ orb-iiop --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ orb-iiop --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ mail-runtime --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ mail-runtime --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ mail-runtime --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ mail-runtime --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ mail-runtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ connectors-internal-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ connectors-internal-api --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ connectors-internal-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ connectors-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ connectors-internal-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/classes/META-INF for [INFO] [echo] connectors-internal-api [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ connectors-internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/connectors-internal-api.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ connectors-internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/connectors-internal-api-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ connectors-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ connectors-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.connectors-connectors-internal-api-checkstyle) @ connectors-internal-api --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ connectors-internal-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-internal-api/7.0.3-SNAPSHOT/connectors-internal-api-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/connectors-internal-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-internal-api/7.0.3-SNAPSHOT/connectors-internal-api-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/connectors-internal-api-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-internal-api/7.0.3-SNAPSHOT/connectors-internal-api-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] -------------< org.glassfish.main.common:container-common >------------- [INFO] Building Container Common 7.0.3-SNAPSHOT [212/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] -----------< org.glassfish.main.connectors:work-management >------------ [INFO] Building Work Management 7.0.3-SNAPSHOT [213/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Container Common: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [INFO] [INFO] --------------< org.glassfish.main.ejb:ejb-internal-api >--------------- [INFO] ----------------< org.glassfish.main.jdbc:jdbc-config >----------------- [INFO] Building EJB container Internal API 7.0.3-SNAPSHOT [214/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in EJB container Internal API: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb-internal-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ejb-internal-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ejb-internal-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ ejb-internal-api --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/generated-sources/hk2-config-generator/src/main/java [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Work Management: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/src/main/java/org/glassfish/admin/amx/j2ee/J2EEManagedObject.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/src/main/java/org/glassfish/admin/amx/j2ee/J2EEManagedObject.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/src/main/java/org/glassfish/admin/amx/impl/j2ee/RegistrationSupport.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/src/main/java/org/glassfish/admin/amx/impl/j2ee/RegistrationSupport.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/src/main/java/org/glassfish/admin/amx/impl/j2ee/RegistrationSupport.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ amx-jakartaee --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ amx-jakartaee --- [INFO] [INFO] -------< org.glassfish.main.connectors:gf-connectors-connector >-------- [INFO] Building GlassFish Connectors Connector 7.0.3-SNAPSHOT [216/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Connectors Connector: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ container-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ container-common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ container-common --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ container-common --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-connectors-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ gf-connectors-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gf-connectors-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gf-connectors-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ amx-jakartaee --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ work-management --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ work-management --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ work-management --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ work-management --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/target/generated-sources/hk2-config-generator/src/main/java [INFO] Building JDBC Config Module 7.0.3-SNAPSHOT [215/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JDBC Config Module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jdbc-config --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jdbc-config --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jdbc-config --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-config [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jdbc-config --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ mail-runtime --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ mail-runtime --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ mail-runtime --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ orb-iiop --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ orb-iiop --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ orb-iiop --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ orb-iiop --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ orb-iiop --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ amx-jakartaee --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ amx-jakartaee --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ mail-runtime --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ mail-runtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jdbc-config --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jdbc-config --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jdbc-config --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jdbc-config --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-config/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jdbc-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ejb-internal-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ejb-internal-api --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ejb-internal-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-internal-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ejb-internal-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ atomic --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ atomic --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ atomic --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/featuresets/atomic [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ atomic --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ atomic --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ atomic --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/featuresets/atomic/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ atomic --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ container-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ container-common --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ container-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ container-common --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ container-common --- [INFO] Changes detected - recompiling the module! [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ gf-connectors-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ gf-connectors-connector --- [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/target/classes [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ gf-connectors-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ gf-connectors-connector --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ gf-connectors-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/featuresets/atomic/target/classes/META-INF for [INFO] [echo] atomic [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/featuresets/atomic/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ atomic --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ atomic --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ atomic --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.featuresets-atomic-checkstyle) @ atomic --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ atomic --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/featuresets/atomic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/atomic/7.0.3-SNAPSHOT/atomic-7.0.3-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.jdbc.jdbc-ra.jdbc-core:jdbc-core >--------- [INFO] Building Core JDBC Resource Adapter classes 7.0.3-SNAPSHOT [217/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Core JDBC Resource Adapter classes: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jdbc-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jdbc-core --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jdbc-core --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jdbc-core --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ work-management --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ work-management --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ work-management --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ work-management --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ work-management --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ amx-jakartaee --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ amx-jakartaee --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ amx-jakartaee --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ amx-jakartaee --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ amx-jakartaee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ amx-jakartaee --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ mail-runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ mail-runtime --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ mail-runtime --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ mail-runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ mail-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ mail-runtime --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/target/classes/META-INF for [INFO] [echo] amx-jakartaee [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ amx-jakartaee --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/classes/META-INF for [INFO] [echo] mail-runtime [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ mail-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/mail-runtime.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ mail-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/mail-runtime-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/target/amx-jakartaee.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ mail-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ mail-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.resources-mail-runtime-checkstyle) @ mail-runtime --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ mail-runtime --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail-runtime/7.0.3-SNAPSHOT/mail-runtime-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/mail-runtime.jar to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail-runtime/7.0.3-SNAPSHOT/mail-runtime-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/mail-runtime-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail-runtime/7.0.3-SNAPSHOT/mail-runtime-7.0.3-SNAPSHOT-sources.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/IIOPHandleDelegate.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/IIOPHandleDelegate.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/IIOPHandleDelegate.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/GlassFishORBManager.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/GlassFishORBManager.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/IIOPHandleDelegate.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/IIOPHandleDelegate.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ orb-iiop --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ orb-iiop --- [INFO] [INFO] --------------< org.glassfish.main.distributions:atomic >--------------- [INFO] Building Glassfish Atomic Distribution 7.0.3-SNAPSHOT [218/299] [INFO] -----------------------[ glassfish-distribution ]----------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Glassfish Atomic Distribution: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ atomic --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ atomic --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ atomic --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/atomic [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ atomic --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ atomic --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ atomic --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/atomic/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:featuresets-dependencies (default-featuresets-dependencies) @ atomic --- [INFO] Copying org.glassfish.hk2:hk2-api:jar:3.0.3 to target/dependency/hk2-api.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-multipart:jar:3.1.1 to target/dependency/jersey-media-multipart.jar [INFO] Copying org.glassfish.main.common:internal-api:jar:7.0.3-SNAPSHOT to target/dependency/internal-api.jar [INFO] Copying org.glassfish.main.security:security-services:jar:7.0.3-SNAPSHOT to target/dependency/security-services.jar [INFO] Copying org.hibernate.validator:hibernate-validator-cdi:jar:8.0.0.Final to target/dependency/hibernate-validator-cdi.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ orb-iiop --- [INFO] Copying org.glassfish.main.deployment:deployment-admin:jar:7.0.3-SNAPSHOT to target/dependency/deployment-admin.jar [INFO] Copying org.ow2.asm:asm-analysis:jar:9.4 to target/dependency/asm-analysis.jar [INFO] Copying org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 to target/dependency/aopalliance-repackaged.jar [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Copying org.jvnet.mimepull:mimepull:jar:1.10.0 to target/dependency/mimepull.jar [INFO] Copying org.glassfish.hk2:class-model:jar:3.0.3 to target/dependency/class-model.jar [INFO] Copying org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.6 to target/dependency/org.apache.aries.spifly.dynamic.bundle.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-interactive:jar:7.0.3-SNAPSHOT to target/dependency/osgi-cli-interactive.jar [INFO] Copying org.glassfish.hk2:hk2-utils:jar:3.0.3 to target/dependency/hk2-utils.jar [INFO] Copying jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 to target/dependency/jakarta.ws.rs-api.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-agent:jar:7.0.3-SNAPSHOT to target/dependency/flashlight-agent.jar [INFO] Copying org.codehaus.jettison:jettison:jar:1.5.3 to target/dependency/jettison.jar [INFO] Unpacking org.glassfish.main.distributions:nucleus-common:zip:7.0.3-SNAPSHOT to target/dependency/nucleus-common [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ amx-jakartaee --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/target/amx-jakartaee-sources.jar [INFO] Copying org.glassfish.main.admin:launcher:jar:7.0.3-SNAPSHOT to target/dependency/launcher.jar [INFO] Copying org.glassfish.jersey.core:jersey-common:jar:3.1.1 to target/dependency/jersey-common.jar [INFO] Copying org.glassfish.main.security:ssl-impl:jar:7.0.3-SNAPSHOT to target/dependency/ssl-impl.jar [INFO] Copying org.glassfish.jersey.inject:jersey-hk2:jar:3.1.1 to target/dependency/jersey-hk2.jar [INFO] Copying org.glassfish.expressly:expressly:jar:5.0.0 to target/dependency/expressly.jar [INFO] Copying org.glassfish.jersey.core:jersey-server:jar:3.1.1 to target/dependency/jersey-server.jar [INFO] Copying com.sun.xml.bind:jaxb-osgi:jar:4.0.2 to target/dependency/jaxb-osgi.jar [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ ejb-internal-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ ejb-internal-api --- [INFO] Copying org.glassfish.main.admin:nucleus-domain:jar:7.0.3-SNAPSHOT to target/dependency/nucleus-domain.jar [INFO] Copying org.ow2.asm:asm:jar:9.4 to target/dependency/asm.jar [INFO] Copying org.glassfish.main.core:kernel:jar:7.0.3-SNAPSHOT to target/dependency/kernel.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.shell:jar:1.1.4 to target/dependency/org.apache.felix.gogo.shell.jar [INFO] Copying org.apache.felix:org.apache.felix.bundlerepository:jar:2.0.10 to target/dependency/org.apache.felix.bundlerepository.jar [INFO] Copying jakarta.validation:jakarta.validation-api:jar:3.0.2 to target/dependency/jakarta.validation-api.jar [INFO] Copying com.fasterxml.jackson.core:jackson-annotations:jar:2.14.2 to target/dependency/jackson-annotations.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.1.1 to target/dependency/jersey-media-json-jackson.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.command:jar:1.1.2 to target/dependency/org.apache.felix.gogo.command.jar [INFO] Copying org.ow2.asm:asm-util:jar:9.4 to target/dependency/asm-util.jar [INFO] Copying org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 to target/dependency/osgi-resource-locator.jar [INFO] Copying org.jboss.logging:jboss-logging:jar:3.5.0.Final to target/dependency/jboss-logging.jar [INFO] Copying org.glassfish.main.common:amx-core:jar:7.0.3-SNAPSHOT to target/dependency/amx-core.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ ejb-internal-api --- [INFO] Copying org.javassist:javassist:jar:3.29.2-GA to target/dependency/javassist.jar [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Copying org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.6 to target/dependency/org.apache.felix.gogo.runtime.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-sse:jar:3.1.1 to target/dependency/jersey-media-sse.jar [INFO] Copying org.apache.felix:org.apache.felix.configadmin:jar:1.9.26 to target/dependency/org.apache.felix.configadmin.jar [INFO] Copying org.glassfish.main.security:security:jar:7.0.3-SNAPSHOT to target/dependency/security.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-remote:jar:7.0.3-SNAPSHOT to target/dependency/osgi-cli-remote.jar [INFO] Copying org.glassfish.main.common:glassfish-api:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-api.jar [INFO] Copying org.glassfish.jersey.core:jersey-client:jar:3.1.1 to target/dependency/jersey-client.jar [INFO] Copying org.glassfish.main.deployment:deployment-autodeploy:jar:7.0.3-SNAPSHOT to target/dependency/deployment-autodeploy.jar [INFO] Copying com.fasterxml.jackson.core:jackson-core:jar:2.14.2 to target/dependency/jackson-core.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jettison:jar:3.1.1 to target/dependency/jersey-media-json-jettison.jar [INFO] Copying jakarta.annotation:jakarta.annotation-api:jar:2.1.1 to target/dependency/jakarta.annotation-api.jar [INFO] Copying org.glassfish.main.admin:admin-util:jar:7.0.3-SNAPSHOT to target/dependency/admin-util.jar [INFO] Copying org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.1.1 to target/dependency/jersey-entity-filtering.jar [INFO] Copying com.fasterxml.jackson.core:jackson-databind:jar:2.14.2 to target/dependency/jackson-databind.jar [INFO] Copying org.glassfish.hk2:hk2-runlevel:jar:3.0.3 to target/dependency/hk2-runlevel.jar [INFO] Copying org.glassfish.hk2:hk2-locator:jar:3.0.3 to target/dependency/hk2-locator.jar [INFO] Copying org.glassfish.main.admin:config-api:jar:7.0.3-SNAPSHOT to target/dependency/config-api.jar [INFO] Copying org.glassfish.main.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:7.0.3-SNAPSHOT to target/dependency/jackson-module-jakarta-xmlbind-annotations.jar [INFO] Copying org.glassfish.main.common:scattered-archive-api:jar:7.0.3-SNAPSHOT to target/dependency/scattered-archive-api.jar [INFO] Copying org.glassfish.gmbal:gmbal:jar:4.0.3 to target/dependency/gmbal.jar [INFO] Copying org.glassfish.main.core:api-exporter:jar:7.0.3-SNAPSHOT to target/dependency/api-exporter.jar [INFO] Copying org.apache.felix:org.apache.felix.fileinstall:jar:3.7.4 to target/dependency/org.apache.felix.fileinstall.jar [INFO] Copying org.glassfish.main.admin:admin-cli:jar:7.0.3-SNAPSHOT to target/dependency/admin-cli.jar [INFO] Copying org.glassfish.main.grizzly:nucleus-grizzly-all:jar:7.0.3-SNAPSHOT to target/dependency/nucleus-grizzly-all.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ amx-jakartaee --- [INFO] Copying org.glassfish.main.flashlight:flashlight-framework:jar:7.0.3-SNAPSHOT to target/dependency/flashlight-framework.jar [INFO] Copying org.glassfish.main.admin:server-mgmt:jar:7.0.3-SNAPSHOT to target/dependency/server-mgmt.jar [INFO] Copying org.glassfish.main.common:glassfish-mbeanserver:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-mbeanserver.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ amx-jakartaee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.common-amx-jakartaee-checkstyle) @ amx-jakartaee --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ amx-jakartaee --- [INFO] Copying org.eclipse.angus:angus-activation:jar:2.0.0 to target/dependency/angus-activation.jar [INFO] Copying org.glassfish.main.core:glassfish:jar:7.0.3-SNAPSHOT to target/dependency/glassfish.jar [INFO] Copying jakarta.inject:jakarta.inject-api:jar:2.0.1.MR to target/dependency/jakarta.inject-api.jar [INFO] Copying org.glassfish.external:management-api:jar:3.2.3 to target/dependency/management-api.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/amx-jakartaee/7.0.3-SNAPSHOT/amx-jakartaee-7.0.3-SNAPSHOT.pom [INFO] Copying org.ow2.asm:asm-commons:jar:9.4 to target/dependency/asm-commons.jar [INFO] Copying org.glassfish.main.common:common-util:jar:7.0.3-SNAPSHOT to target/dependency/common-util.jar [INFO] Copying org.apache.felix:org.apache.felix.main:jar:7.0.5 to target/dependency/felix.jar [INFO] Copying org.glassfish.main.core:logging:jar:7.0.3-SNAPSHOT to target/dependency/logging.jar [INFO] Copying org.glassfish.main.hk2:hk2-config:jar:7.0.3-SNAPSHOT to target/dependency/hk2-config.jar [INFO] Copying org.glassfish.main.core:glassfish-extra-jre-packages:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-extra-jre-packages.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-binding:jar:3.1.1 to target/dependency/jersey-media-json-binding.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-api:jar:2.0.0 to target/dependency/grizzly-npn-api.jar [INFO] Copying org.glassfish.main.deployment:deployment-common:jar:7.0.3-SNAPSHOT to target/dependency/deployment-common.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-osgi:jar:2.0.0 to target/dependency/grizzly-npn-osgi.jar [INFO] Copying jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0 to target/dependency/jakarta.xml.bind-api.jar [INFO] Copying jakarta.activation:jakarta.activation-api:jar:2.1.1 to target/dependency/jakarta.activation-api.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.1.1 to target/dependency/jersey-container-grizzly2-http.jar [INFO] Copying org.ow2.asm:asm-tree:jar:9.4 to target/dependency/asm-tree.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-extra-jdk-packages:jar:7.0.3-SNAPSHOT to target/dependency/flashlight-extra-jdk-packages.jar [INFO] Copying org.glassfish.main.hk2:tiger-types:jar:7.0.3-SNAPSHOT to target/dependency/tiger-types.jar [INFO] Copying org.glassfish.jersey.ext:jersey-bean-validation:jar:3.1.1 to target/dependency/jersey-bean-validation.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-jaxb:jar:3.1.1 to target/dependency/jersey-media-jaxb.jar [INFO] Copying org.glassfish.hk2:osgi-adapter:jar:3.0.3 to target/dependency/osgi-adapter.jar [INFO] Copying org.glassfish.main.hk2:config-types:jar:7.0.3-SNAPSHOT to target/dependency/config-types.jar [INFO] Copying com.fasterxml:classmate:jar:1.5.1 to target/dependency/classmate.jar [INFO] Copying org.hibernate.validator:hibernate-validator:jar:8.0.0.Final to target/dependency/hibernate-validator.jar [INFO] Copying org.glassfish.hk2:hk2:jar:3.0.3 to target/dependency/hk2.jar [INFO] Copying jakarta.el:jakarta.el-api:jar:5.0.1 to target/dependency/jakarta.el-api.jar [INFO] Copying org.glassfish.main.common:simple-glassfish-api:jar:7.0.3-SNAPSHOT to target/dependency/simple-glassfish-api.jar [INFO] Copying org.glassfish.main:glassfish-jul-extension:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-jul-extension.jar [INFO] Copying org.glassfish.hk2:hk2-core:jar:3.0.3 to target/dependency/hk2-core.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/target/amx-jakartaee.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/amx-jakartaee/7.0.3-SNAPSHOT/amx-jakartaee-7.0.3-SNAPSHOT.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-container:jar:7.0.3-SNAPSHOT to target/dependency/osgi-container.jar [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (default-single) @ atomic --- [INFO] Reading assembly descriptor: src/main/assembly/atomic.xml [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/target/amx-jakartaee-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/amx-jakartaee/7.0.3-SNAPSHOT/amx-jakartaee-7.0.3-SNAPSHOT-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ orb-iiop --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ orb-iiop --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jdbc-config --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jdbc-config --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jdbc-config --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Copying files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/atomic/target/stage [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ ejb-internal-api --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ejb-internal-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jdbc-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jdbc-core --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jdbc-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jdbc-core --- [INFO] Copying 3 resources [INFO] Copying 3 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jdbc-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jdbc-config --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/src/main/java/com/sun/enterprise/connectors/connector/module/ConnectorSniffer.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/src/main/java/com/sun/enterprise/connectors/connector/module/ConnectorSniffer.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/src/main/java/com/sun/enterprise/connectors/connector/module/ConnectorSniffer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ gf-connectors-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ gf-connectors-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jdbc-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ gf-connectors-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/nucleus/target/glassfish-embedded-nucleus.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-embedded-nucleus --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/nucleus/target/glassfish-embedded-nucleus-sources.jar [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:exec (create-domain) @ atomic --- [INFO] executable: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/atomic/target/stage/nucleus/bin/nadmin [INFO] commandLineArgs: --user admin create-domain --nopassword --savelogin=true --checkports=false --adminport 4848 --instanceport 8080 --keytooloptions CN=localhost domain1 [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ gf-connectors-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ gf-connectors-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-embedded-nucleus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-embedded-nucleus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-glassfish-embedded-nucleus-checkstyle) @ glassfish-embedded-nucleus --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-embedded-nucleus --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/nucleus/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-nucleus/7.0.3-SNAPSHOT/glassfish-embedded-nucleus-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/nucleus/target/glassfish-embedded-nucleus.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-nucleus/7.0.3-SNAPSHOT/glassfish-embedded-nucleus-7.0.3-SNAPSHOT.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/src/main/java/com/sun/enterprise/connectors/work/context/WorkContextHandlerImpl.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/src/main/java/com/sun/enterprise/connectors/work/context/WorkContextHandlerImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ work-management --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ work-management --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/nucleus/target/glassfish-embedded-nucleus-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-nucleus/7.0.3-SNAPSHOT/glassfish-embedded-nucleus-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ work-management --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ejb-internal-api --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-internal-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ ejb-internal-api --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ ejb-internal-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ ejb-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ejb-internal-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/classes/META-INF for [INFO] [echo] ejb-internal-api [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ ejb-internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/ejb-internal-api.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/ejb-internal-api-sources.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/EntityManagerFactoryWrapper.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/EntityManagerFactoryWrapper.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/managedbean/ManagedBeanManagerImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/managedbean/ManagedBeanManagerImpl.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/src/main/java/org/glassfish/javaee/services/CommonResourceProxy.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/src/main/java/org/glassfish/javaee/services/CommonResourceProxy.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ container-common --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ container-common --- [WARNING] Manifest org.glassfish.main.connectors:work-management:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.enterprise.connectors.work, has 1, private references [com.sun.enterprise.connectors.work.monitor] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ work-management --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ work-management --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ container-common --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ejb-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ejb-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.ejb-ejb-internal-api-checkstyle) @ ejb-internal-api --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ejb-internal-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-internal-api/7.0.3-SNAPSHOT/ejb-internal-api-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/ejb-internal-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-internal-api/7.0.3-SNAPSHOT/ejb-internal-api-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/ejb-internal-api-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-internal-api/7.0.3-SNAPSHOT/ejb-internal-api-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.glassfish.main.security:security-ee >--------------- [INFO] Building Jakarta EE Security Core Classes 7.0.3-SNAPSHOT [219/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Jakarta EE Security Core Classes: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ container-common --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.ha.commands.ListPersistenceTypesCommand] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ container-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jdbc-config --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jdbc-config --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jdbc-config --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jdbc-config --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jdbc-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jdbc-config --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-connectors-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ gf-connectors-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ gf-connectors-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-connectors-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ gf-connectors-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ gf-connectors-connector --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ orb-iiop --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ orb-iiop --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ orb-iiop --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ orb-iiop --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/target/classes/META-INF for [INFO] [echo] gf-connectors-connector [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ orb-iiop --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ gf-connectors-connector --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ security-ee --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ security-ee --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ security-ee --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ security-ee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ orb-iiop --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/generated-sources/hk2-config-generator/src/main/java [INFO] Executing tasks [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/target/gf-connectors-connector.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/target/classes/META-INF for [INFO] [echo] orb-iiop [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ orb-iiop --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/classes/META-INF for [INFO] [echo] jdbc-config [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jdbc-config --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/target/orb-iiop.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/jdbc-config.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gf-connectors-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/target/gf-connectors-connector-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ orb-iiop --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/MethodExecutor.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/MethodExecutor.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/MethodExecutor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/SecurityUtils.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/SecurityUtils.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/SecurityUtils.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/SecurityUtils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jdbc-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jdbc-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/target/orb-iiop-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ gf-connectors-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ gf-connectors-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.connectors-gf-connectors-connector-checkstyle) @ gf-connectors-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ gf-connectors-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/gf-connectors-connector/7.0.3-SNAPSHOT/gf-connectors-connector-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/target/gf-connectors-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/gf-connectors-connector/7.0.3-SNAPSHOT/gf-connectors-connector-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jdbc-config --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/jdbc-config-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jdbc-core --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/target/gf-connectors-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/gf-connectors-connector/7.0.3-SNAPSHOT/gf-connectors-connector-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ orb-iiop --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ orb-iiop --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.orb-orb-iiop-checkstyle) @ orb-iiop --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ orb-iiop --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-iiop/7.0.3-SNAPSHOT/orb-iiop-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/target/orb-iiop.jar to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-iiop/7.0.3-SNAPSHOT/orb-iiop-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jdbc-config --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/target/orb-iiop-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-iiop/7.0.3-SNAPSHOT/orb-iiop-7.0.3-SNAPSHOT-sources.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jdbc-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.jdbc-jdbc-config-checkstyle) @ jdbc-config --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jdbc-config --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-config/7.0.3-SNAPSHOT/jdbc-config-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/jdbc-config.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-config/7.0.3-SNAPSHOT/jdbc-config-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/jdbc-config-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-config/7.0.3-SNAPSHOT/jdbc-config-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.main.connectors:connectors-admin >----------- [INFO] Building Connectors admin 7.0.3-SNAPSHOT [220/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Connectors admin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --------------< org.glassfish.main.security:ejb.security >-------------- [INFO] Building Ejb Security Integration 7.0.3-SNAPSHOT [221/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Ejb Security Integration: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb.security --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ejb.security --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ejb.security --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ ejb.security --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors-admin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ connectors-admin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ connectors-admin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ connectors-admin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ work-management --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ work-management --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ work-management --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ work-management --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ work-management --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ work-management --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/target/classes/META-INF for [INFO] [echo] work-management [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ work-management --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/target/work-management.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jdbc-core --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jdbc-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ work-management --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/target/work-management-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ work-management --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/managedbean/ManagedBeanManagerImpl.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/managedbean/ManagedBeanManagerImpl.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/managedbean/ManagedBeanManagerImpl.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ container-common --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ container-common --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ container-common --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ container-common --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ container-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ container-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ work-management --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.connectors-work-management-checkstyle) @ work-management --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ work-management --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/work-management/7.0.3-SNAPSHOT/work-management-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/target/work-management.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/work-management/7.0.3-SNAPSHOT/work-management-7.0.3-SNAPSHOT.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/target/classes/META-INF for [INFO] [echo] container-common [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ container-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/target/work-management-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/work-management/7.0.3-SNAPSHOT/work-management-7.0.3-SNAPSHOT-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/target/container-common.jar [INFO] [exec] Using port 4848 for Admin. [INFO] [exec] Using port 8080 for HTTP Instance. [INFO] [exec] Using default port 7676 for JMS. [INFO] [exec] Using default port 3700 for IIOP. [INFO] [exec] Using default port 8181 for HTTP_SSL. [INFO] [exec] Using default port 3820 for IIOP_SSL. [INFO] [exec] Using default port 3920 for IIOP_MUTUALAUTH. [INFO] [exec] Using default port 8686 for JMX_ADMIN. [INFO] [exec] Using default port 6666 for OSGI_SHELL. [INFO] [exec] Using default port 9009 for JAVA_DEBUGGER. [INFO] [exec] Distinguished Name of the self-signed X.509 Server Certificate is: [INFO] [exec] [CN=localhost,OU=GlassFish,O=Eclipse.org Foundation Inc,L=Ottawa,ST=Ontario,C=CA] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ container-common --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/target/container-common-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ container-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ container-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.common-container-common-checkstyle) @ container-common --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ container-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/container-common/7.0.3-SNAPSHOT/container-common-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/target/container-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/container-common/7.0.3-SNAPSHOT/container-common-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/target/container-common-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/container-common/7.0.3-SNAPSHOT/container-common-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.glassfish.main.persistence:persistence-common >---------- [INFO] Building Common persistence code between JPA and CMP 7.0.3-SNAPSHOT [222/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Common persistence code between JPA and CMP: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] -------------< org.glassfish.main.ha:ha-shoal-cache-store >------------- [INFO] Building GlassFish ha-shoal-store 7.0.3-SNAPSHOT [223/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] -------------------< org.glassfish.main.web:web-cli >------------------- [INFO] Building Web module command line interface 7.0.3-SNAPSHOT [224/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Web module command line interface: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --------------< org.glassfish.main.web:gf-weld-connector >-------------- [INFO] Building Weld connector for glassfish 7.0.3-SNAPSHOT [225/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Weld connector for glassfish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ persistence-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ persistence-common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ persistence-common --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ persistence-common --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/target/generated-sources/hk2-config-generator/src/main/java [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish ha-shoal-store: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] ----------< org.glassfish.main.persistence:gf-jpa-connector >----------- [INFO] Building Connector for JPA runtime in glassfish 7.0.3-SNAPSHOT [226/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-weld-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ gf-weld-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gf-weld-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gf-weld-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector/target/generated-sources/hk2-config-generator/src/main/java [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Connector for JPA runtime in glassfish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ web-cli --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web-cli --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ web-cli --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-jpa-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ gf-jpa-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gf-jpa-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/gf-jpa-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gf-jpa-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ejb.security --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ejb.security --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ejb.security --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb.security --- [INFO] Copying 0 resource [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ejb.security --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ha-shoal-cache-store --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ha-shoal-cache-store --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ha-shoal-cache-store --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ ha-shoal-cache-store --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/generated-sources/hk2-config-generator/src/main/java [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ security-ee --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ security-ee --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ security-ee --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ security-ee --- [INFO] Copying 3 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ security-ee --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 96 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jdbc-core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jdbc-core --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jdbc-core --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jdbc-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jdbc-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jdbc-core --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/classes/META-INF for [INFO] [echo] jdbc-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jdbc-core --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ connectors-admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ connectors-admin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ connectors-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/target/common-resources with includes "" and excludes "" [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/jdbc-core.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ connectors-admin --- [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] Copying 31 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ connectors-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jdbc-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/jdbc-core-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jdbc-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jdbc-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.jdbc.jdbc-ra.jdbc-core-jdbc-core-checkstyle) @ jdbc-core --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jdbc-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc-core/jdbc-core/7.0.3-SNAPSHOT/jdbc-core-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/jdbc-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc-core/jdbc-core/7.0.3-SNAPSHOT/jdbc-core-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/jdbc-core-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc-core/jdbc-core/7.0.3-SNAPSHOT/jdbc-core-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.main.jdbc.jdbc-ra.jdbc40:jdbc40 >------------ [INFO] Building JDBC 40 related classes for JDBC Resource Adapter 7.0.3-SNAPSHOT [227/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JDBC 40 related classes for JDBC Resource Adapter: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jdbc40 --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jdbc40 --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jdbc40 --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jdbc40 --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ persistence-common --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ persistence-common --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ persistence-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ persistence-common --- [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ persistence-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ gf-weld-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ gf-weld-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ gf-weld-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ gf-weld-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ gf-weld-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ha-shoal-cache-store --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector/target/classes [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ha-shoal-cache-store --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ha-shoal-cache-store --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ha-shoal-cache-store --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ha-shoal-cache-store --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ gf-jpa-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ gf-jpa-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ gf-jpa-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ gf-jpa-connector --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ gf-jpa-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ web-cli --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ web-cli --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ web-cli --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ web-cli --- [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] Copying 25 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ web-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/CSIV2TaggedComponentInfo.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/CSIV2TaggedComponentInfo.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/SecurityMechanismSelector.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/SecurityMechanismSelector.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/SecurityMechanismSelector.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/SecurityMechanismSelector.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ ejb.security --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ ejb.security --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/src/main/java/org/glassfish/persistence/common/database/PropertyHelper.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/src/main/java/org/glassfish/persistence/common/database/PropertyHelper.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/src/main/java/org/glassfish/persistence/common/database/PropertyHelper.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/src/main/java/org/glassfish/persistence/common/database/PropertyHelper.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/src/main/java/org/glassfish/persistence/common/database/PropertyHelper.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/src/main/java/org/glassfish/persistence/common/database/PropertyHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ persistence-common --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ persistence-common --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ ejb.security --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ persistence-common --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/UpdateConnectorSecurityMap.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/UpdateConnectorSecurityMap.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/UpdateConnectorSecurityMap.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/ListResources.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/ListResources.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ connectors-admin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ connectors-admin --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jdbc40 --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jdbc40 --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jdbc40 --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jdbc40 --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jdbc40 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ connectors-admin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/target/classes/META-INF/MANIFEST.MF [INFO] [exec] Distinguished Name of the self-signed X.509 Server Certificate is: [INFO] [exec] [CN=localhost-instance,OU=GlassFish,O=Eclipse.org Foundation Inc,L=Ottawa,ST=Ontario,C=CA] [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ persistence-common --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ persistence-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/target/classes [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ ejb.security --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ejb.security --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/src/main/java/org/shoal/ha/store/ReplicatedBackingStoreFactory.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/src/main/java/org/shoal/ha/store/ReplicatedBackingStoreFactory.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/src/main/java/org/shoal/ha/store/ReplicatedBackingStoreFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ ha-shoal-cache-store --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ ha-shoal-cache-store --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ ha-shoal-cache-store --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/config/ConfigHelper.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/config/ConfigHelper.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/src/main/java/com/sun/enterprise/security/perms/PermsArchiveDelegate.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/src/main/java/com/sun/enterprise/security/perms/PermsArchiveDelegate.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/realm/jdbc/JDBCRealm.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/realm/jdbc/JDBCRealm.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ security-ee --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ security-ee --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ gf-weld-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ gf-weld-connector --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ connectors-admin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ gf-weld-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ security-ee --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.connectors.admin.cli.CreateAdminObject, org.glassfish.connectors.admin.cli.CreateConnectorConnectionPool, org.glassfish.connectors.admin.cli.CreateConnectorResource, org.glassfish.connectors.admin.cli.CreateConnectorSecurityMap, org.glassfish.connectors.admin.cli.CreateConnectorWorkSecurityMap, org.glassfish.connectors.admin.cli.CreateResourceAdapterConfig, org.glassfish.connectors.admin.cli.DeleteAdminObject, org.glassfish.connectors.admin.cli.DeleteConnectorConnectionPool, org.glassfish.connectors.admin.cli.DeleteConnectorResource, org.glassfish.connectors.admin.cli.DeleteConnectorSecurityMap, org.glassfish.connectors.admin.cli.DeleteConnectorWorkSecurityMap, org.glassfish.connectors.admin.cli.DeleteResourceAdapterConfig, org.glassfish.connectors.admin.cli.FlushConnectionPool, org.glassfish.connectors.admin.cli.ListAdminObjects, org.glassfish.connectors.admin.cli.ListConnectorConnectionPools, org.glassfish.connectors.admin.cli.ListConnectorResources, org.glassfish.connectors.admin.cli.ListConnectorSecurityMaps, org.glassfish.connectors.admin.cli.ListConnectorWorkSecurityMaps, org.glassfish.connectors.admin.cli.ListResourceAdapterConfigs, org.glassfish.connectors.admin.cli.ListResources, org.glassfish.connectors.admin.cli.PingConnectionPool, org.glassfish.connectors.admin.cli.UpdateConnectorSecurityMap, org.glassfish.connectors.admin.cli.UpdateConnectorWorkSecurityMap, org.glassfish.connectors.admin.cli.internal.GetActivationSpecClass, org.glassfish.connectors.admin.cli.internal.GetAdminObjectClassNames, org.glassfish.connectors.admin.cli.internal.GetAdminObjectConfigProps, org.glassfish.connectors.admin.cli.internal.GetAdminObjectInterfaceNames, org.glassfish.connectors.admin.cli.internal.GetBuiltInCustomResources, org.glassfish.connectors.admin.cli.internal.GetConnectionDefinitionNames, org.glassfish.connectors.admin.cli.internal.GetConnectionDefinitionPropertiesAndDefaults, org.glassfish.connectors.admin.cli.internal.GetConnectorConfigJavaBeans, org.glassfish.connectors.admin.cli.internal.GetMCFConfigProperties, org.glassfish.connectors.admin.cli.internal.GetMessageListenerConfigProperties, org.glassfish.connectors.admin.cli.internal.GetMessageListenerConfigPropertyTypes, org.glassfish.connectors.admin.cli.internal.GetMessageListenerTypes, org.glassfish.connectors.admin.cli.internal.GetResourceAdapterConfigProperties, org.glassfish.connectors.admin.cli.internal.GetSystemRarsAllowingPoolCreation] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ connectors-admin --- [INFO] Changes detected - recompiling the module! [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/classes/META-INF/MANIFEST.MF [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/target/classes [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ ha-shoal-cache-store --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ha-shoal-cache-store --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ gf-weld-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ gf-weld-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ gf-jpa-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ gf-jpa-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ gf-jpa-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.glassfish.main.security:security-ee:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.enterprise.security.auth.realm.jdbc, has 1, private references [com.sun.enterprise.security.ee.auth.realm] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ security-ee --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy (copy-installed) @ security-ee --- [INFO] Configured Artifact: solarisrealm:libsolsparcauth:1.0:so [INFO] Configured Artifact: solarisrealm:libsolx86auth:1.0:so [INFO] Copying libsolsparcauth-1.0.so to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/classes/libsolsparcauth.so [INFO] Copying libsolx86auth-1.0.so to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/classes/libsolx86auth.so [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ security-ee --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 96 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ gf-jpa-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ gf-jpa-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ persistence-common --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ persistence-common --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ persistence-common --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ persistence-common --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ persistence-common --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jdbc40 --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jdbc40 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ persistence-common --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jdbc40 --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/target/classes/META-INF for [INFO] [echo] persistence-common [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ persistence-common --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/target/persistence-common.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ persistence-common --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/target/persistence-common-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ persistence-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ persistence-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence-persistence-common-checkstyle) @ persistence-common --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ha-shoal-cache-store --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ persistence-common --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ha-shoal-cache-store --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ ha-shoal-cache-store --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ ha-shoal-cache-store --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ ha-shoal-cache-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ha-shoal-cache-store --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ejb.security --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb.security --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ ejb.security --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ ejb.security --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ ejb.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ejb.security --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jdbc40 --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jdbc40 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/classes [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/persistence-common/7.0.3-SNAPSHOT/persistence-common-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/target/persistence-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/persistence-common/7.0.3-SNAPSHOT/persistence-common-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/target/persistence-common-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/persistence-common/7.0.3-SNAPSHOT/persistence-common-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.main.tests.connectors:connectors-ra-redeploy-jars >--- [INFO] Building connectors-ra-redeploy-jars 7.0.3-SNAPSHOT [228/299] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in connectors-ra-redeploy-jars: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/classes/META-INF for [INFO] [echo] ha-shoal-cache-store [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ ha-shoal-cache-store --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/ha-shoal-cache-store.jar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors-ra-redeploy-jars --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ connectors-ra-redeploy-jars --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ connectors-ra-redeploy-jars --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ connectors-ra-redeploy-jars --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ connectors-ra-redeploy-jars --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ connectors-ra-redeploy-jars --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/target/classes/META-INF for [INFO] [echo] ejb.security [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/target/common-resources with includes "" and excludes "" [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ ejb.security --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ connectors-ra-redeploy-jars --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ connectors-ra-redeploy-jars --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ha-shoal-cache-store --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/ha-shoal-cache-store-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/target/ejb.security.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ha-shoal-cache-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ha-shoal-cache-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.ha-ha-shoal-cache-store-checkstyle) @ ha-shoal-cache-store --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ha-shoal-cache-store --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-shoal-cache-store/7.0.3-SNAPSHOT/ha-shoal-cache-store-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/ha-shoal-cache-store.jar to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-shoal-cache-store/7.0.3-SNAPSHOT/ha-shoal-cache-store-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/ha-shoal-cache-store-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-shoal-cache-store/7.0.3-SNAPSHOT/ha-shoal-cache-store-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.glassfish.main.persistence:jpa-container >------------ [INFO] Building JPA container for glassfish 7.0.3-SNAPSHOT [229/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JPA container for glassfish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb.security --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jpa-container --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jpa-container --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jpa-container --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/jpa-container [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jpa-container --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/jpa-container/target/generated-sources/hk2-config-generator/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/target/ejb.security-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ejb.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ejb.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.security-ejb.security-checkstyle) @ ejb.security --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ejb.security --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/ejb.security/7.0.3-SNAPSHOT/ejb.security-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/target/ejb.security.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/ejb.security/7.0.3-SNAPSHOT/ejb.security-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/target/ejb.security-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/ejb.security/7.0.3-SNAPSHOT/ejb.security-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.main.persistence.cmp:cmp-utility >----------- [INFO] Building utility module for cmp 7.0.3-SNAPSHOT [230/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in utility module for cmp: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-utility --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cmp-utility --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cmp-utility --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cmp-utility --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin/src/main/java/org/glassfish/web/admin/cli/CreateProtocol.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin/src/main/java/org/glassfish/web/admin/cli/CreateProtocol.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ web-cli --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ web-cli --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ connectors-admin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ web-cli --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-weld-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ gf-weld-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ gf-weld-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-weld-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ gf-weld-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ gf-weld-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector/target/classes/META-INF for [INFO] [echo] gf-weld-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ gf-weld-connector --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-jpa-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ gf-jpa-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ gf-jpa-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-jpa-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ gf-jpa-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector/target/gf-weld-connector.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ gf-jpa-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/classes/META-INF for [INFO] [echo] gf-jpa-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ gf-jpa-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/gf-jpa-connector.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gf-jpa-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/gf-jpa-connector-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gf-weld-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector/target/gf-weld-connector-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ web-cli --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.web.admin.cli.CreateHttp, org.glassfish.web.admin.cli.CreateHttpListener, org.glassfish.web.admin.cli.CreateHttpRedirect, org.glassfish.web.admin.cli.CreateNetworkListener, org.glassfish.web.admin.cli.CreateProtocol, org.glassfish.web.admin.cli.CreateProtocolFilter, org.glassfish.web.admin.cli.CreateProtocolFinder, org.glassfish.web.admin.cli.CreateTransport, org.glassfish.web.admin.cli.CreateVirtualServer, org.glassfish.web.admin.cli.DeleteHttp, org.glassfish.web.admin.cli.DeleteHttpListener, org.glassfish.web.admin.cli.DeleteHttpRedirect, org.glassfish.web.admin.cli.DeleteNetworkListener, org.glassfish.web.admin.cli.DeleteProtocol, org.glassfish.web.admin.cli.DeleteProtocolFilter, org.glassfish.web.admin.cli.DeleteProtocolFinder, org.glassfish.web.admin.cli.DeleteTransport, org.glassfish.web.admin.cli.DeleteVirtualServer, org.glassfish.web.admin.cli.ListHttpListeners, org.glassfish.web.admin.cli.ListNetworkListeners, org.glassfish.web.admin.cli.ListProtocolFilters, org.glassfish.web.admin.cli.ListProtocolFinders, org.glassfish.web.admin.cli.ListProtocols, org.glassfish.web.admin.cli.ListTransports, org.glassfish.web.admin.cli.ListVirtualServers] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ web-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ gf-jpa-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ gf-jpa-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence-gf-jpa-connector-checkstyle) @ gf-jpa-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ gf-jpa-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/gf-jpa-connector/7.0.3-SNAPSHOT/gf-jpa-connector-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/gf-jpa-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/gf-jpa-connector/7.0.3-SNAPSHOT/gf-jpa-connector-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jdbc40 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jdbc40 --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jdbc40 --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jdbc40 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jdbc40 --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/gf-jpa-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/gf-jpa-connector/7.0.3-SNAPSHOT/gf-jpa-connector-7.0.3-SNAPSHOT-sources.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jdbc40 --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ gf-weld-connector --- [INFO] [INFO] --------< org.glassfish.main.persistence.cmp:cmp-internal-api >--------- [INFO] Building internal-api module for cmp 7.0.3-SNAPSHOT [231/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in internal-api module for cmp: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ gf-weld-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-gf-weld-connector-checkstyle) @ gf-weld-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ gf-weld-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/gf-weld-connector/7.0.3-SNAPSHOT/gf-weld-connector-7.0.3-SNAPSHOT.pom [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/classes/META-INF for [INFO] [echo] jdbc40 [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jdbc40 --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ security-ee --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-internal-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector/target/gf-weld-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/gf-weld-connector/7.0.3-SNAPSHOT/gf-weld-connector-7.0.3-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/jdbc40.jar [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cmp-internal-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cmp-internal-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cmp-internal-api --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector/target/gf-weld-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/gf-weld-connector/7.0.3-SNAPSHOT/gf-weld-connector-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.glassfish.main.batch:glassfish-batch-connector >--------- [INFO] Building Batch Connector for Glassfish 7.0.3-SNAPSHOT [232/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Batch Connector for Glassfish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jdbc40 --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/jdbc40-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jdbc40 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jdbc40 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.jdbc.jdbc-ra.jdbc40-jdbc40-checkstyle) @ jdbc40 --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jdbc40 --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc40/jdbc40/7.0.3-SNAPSHOT/jdbc40-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/jdbc40.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc40/jdbc40/7.0.3-SNAPSHOT/jdbc40-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/jdbc40-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc40/jdbc40/7.0.3-SNAPSHOT/jdbc40-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.main.jdbc.jdbc-ra.jdbc-ra-distribution:jdbc-ra >---- [INFO] Building Distribution Module for JDBC Resource Adapter 7.0.3-SNAPSHOT [233/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Distribution Module for JDBC Resource Adapter: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jdbc-ra --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jdbc-ra --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jdbc-ra --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jdbc-ra --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jdbc-ra --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jdbc-ra --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-classes) @ jdbc-ra --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/jdbc-core.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/unpackedDependencies with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/jdbc40.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/unpackedDependencies with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-templates) @ jdbc-ra --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/templates/target/templates.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jdbc-ra --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (jdbc-ra-cp) @ jdbc-ra --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-cp.xml [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/src/main/java/com/sun/jdbcra/util/MethodExecutor.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/src/main/java/com/sun/jdbcra/util/MethodExecutor.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/src/main/java/com/sun/jdbcra/common/DataSourceSpec.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/src/main/java/com/sun/jdbcra/common/DataSourceSpec.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ connectors-ra-redeploy-jars --- [INFO] Changes detected - recompiling the module! [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes/glassfish/lib/install/applications/__cp_jdbc_ra/jdbc-ra-cp.jar [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/target/classes [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (jdbc-ra-dm) @ jdbc-ra --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-dm.xml [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cmp-utility --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cmp-utility --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cmp-utility --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cmp-utility --- [INFO] Copying 3 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ cmp-utility --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/target/classes [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes/glassfish/lib/install/applications/__dm_jdbc_ra/jdbc-ra-dm.jar [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (jdbc-ra-ds) @ jdbc-ra --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-ds.xml [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes/glassfish/lib/install/applications/__ds_jdbc_ra/jdbc-ra-ds.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ connectors-admin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ connectors-admin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ connectors-admin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ connectors-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ connectors-admin --- [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (jdbc-ra-xa) @ jdbc-ra --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-xa.xml [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ security-ee --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ security-ee --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ security-ee --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ security-ee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ security-ee --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/jpa-container/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jpa-container --- [INFO] Executing tasks [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jpa-container --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/target/classes/META-INF for [INFO] [echo] connectors-admin [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jpa-container --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ connectors-admin --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/jpa-container/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-batch-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-batch-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jpa-container --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-batch-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ glassfish-batch-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/jpa-container/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jpa-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/jpa-container/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/classes/META-INF for [INFO] [echo] security-ee [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ security-ee --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes/glassfish/lib/install/applications/__xa_jdbc_ra/jdbc-ra-xa.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/target/connectors-admin.jar [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (jdbc-ra-manifest-4-all-apps) @ jdbc-ra --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-manifest.xml [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra-manifest.jar [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jdbc-ra --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ connectors-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/target/connectors-admin-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes/META-INF for [INFO] [echo] jdbc-ra [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (jdbc-ra-manifest-4-all-apps) @ jdbc-ra --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ connectors-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ connectors-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.connectors-connectors-admin-checkstyle) @ connectors-admin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ connectors-admin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-admin/7.0.3-SNAPSHOT/connectors-admin-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/target/connectors-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-admin/7.0.3-SNAPSHOT/connectors-admin-7.0.3-SNAPSHOT.jar [INFO] Executing tasks [INFO] [unjar] Expanding: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra-manifest.jar into /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes/glassfish/lib/install/applications/__cp_jdbc_ra [INFO] [unjar] Expanding: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra-manifest.jar into /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes/glassfish/lib/install/applications/__dm_jdbc_ra [INFO] [unjar] Expanding: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra-manifest.jar into /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes/glassfish/lib/install/applications/__ds_jdbc_ra [INFO] [unjar] Expanding: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra-manifest.jar into /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes/glassfish/lib/install/applications/__xa_jdbc_ra [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ jdbc-ra --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra.zip [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/security-ee.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cmp-internal-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cmp-internal-api --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cmp-internal-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cmp-internal-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ cmp-internal-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/classes [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/target/connectors-admin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-admin/7.0.3-SNAPSHOT/connectors-admin-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ security-ee --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/security-ee-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jdbc-ra --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ security-ee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ security-ee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.security-security-ee-checkstyle) @ security-ee --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ security-ee --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/security-ee/7.0.3-SNAPSHOT/security-ee-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/security-ee.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/security-ee/7.0.3-SNAPSHOT/security-ee-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/security-ee-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/security-ee/7.0.3-SNAPSHOT/security-ee-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jdbc-ra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jdbc-ra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.jdbc.jdbc-ra.jdbc-ra-distribution-jdbc-ra-checkstyle) @ jdbc-ra --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jdbc-ra --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc-ra-distribution/jdbc-ra/7.0.3-SNAPSHOT/jdbc-ra-7.0.3-SNAPSHOT.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra.zip to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc-ra-distribution/jdbc-ra/7.0.3-SNAPSHOT/jdbc-ra-7.0.3-SNAPSHOT.zip [INFO] [INFO] ------< org.glassfish.main.deployment:deployment-jakartaee-full >------- [INFO] Building Deployment Related JavaEE Full Profile Classes 7.0.3-SNAPSHOT [234/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Deployment Related JavaEE Full Profile Classes: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc-ra-distribution/jdbc-ra/7.0.3-SNAPSHOT/jdbc-ra-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.main.connectors:connectors-runtime >---------- [INFO] Building Connectors Runtime 7.0.3-SNAPSHOT [235/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Connectors Runtime: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] ----------------< org.glassfish.main.ejb:ejb-container >---------------- [INFO] Building GlassFish Core EJB container implementation 7.0.3-SNAPSHOT [236/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Core EJB container implementation: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ deployment-jakartaee-full --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ deployment-jakartaee-full --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ deployment-jakartaee-full --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ deployment-jakartaee-full --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors-runtime --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ connectors-runtime --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ connectors-runtime --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ connectors-runtime --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ connectors-ra-redeploy-jars --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ connectors-ra-redeploy-jars --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ connectors-ra-redeploy-jars --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ connectors-ra-redeploy-jars --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/target/classes/META-INF for [INFO] [echo] connectors-ra-redeploy-jars [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ connectors-ra-redeploy-jars --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/target/connectors-ra-redeploy-jars.jar [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (version2) @ connectors-ra-redeploy-jars --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/target/connectors-ra-redeploy-jars-v2.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ connectors-ra-redeploy-jars --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/target/connectors-ra-redeploy-jars-sources.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ web-cli --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ web-cli --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ web-cli --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ connectors-ra-redeploy-jars --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ web-cli --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ web-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ connectors-ra-redeploy-jars --- [INFO] Tests are skipped. [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.tests.connectors-connectors-ra-redeploy-jars-checkstyle) @ connectors-ra-redeploy-jars --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ web-cli --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ connectors-ra-redeploy-jars --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/connectors-ra-redeploy-jars/7.0.3-SNAPSHOT/connectors-ra-redeploy-jars-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/target/connectors-ra-redeploy-jars.jar to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/connectors-ra-redeploy-jars/7.0.3-SNAPSHOT/connectors-ra-redeploy-jars-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/target/connectors-ra-redeploy-jars-v2.jar to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/connectors-ra-redeploy-jars/7.0.3-SNAPSHOT/connectors-ra-redeploy-jars-7.0.3-SNAPSHOT-v2.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/target/connectors-ra-redeploy-jars-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/connectors-ra-redeploy-jars/7.0.3-SNAPSHOT/connectors-ra-redeploy-jars-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.glassfish.main.web:war-util >------------------- [INFO] Building Web Container Common Utilities 7.0.3-SNAPSHOT [237/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Web Container Common Utilities: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ war-util --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ war-util --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ war-util --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ war-util --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/target/generated-sources/hk2-config-generator/src/main/java [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin/target/classes/META-INF for [INFO] [echo] web-cli [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ web-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin/target/web-cli.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/logging/LoggerFactoryJDK14.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/logging/LoggerFactoryJDK14.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/logging/LoggerFactoryJDK14.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/logging/AbstractLogger.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/logging/AbstractLogger.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/logging/AbstractLoggerFactory.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/logging/AbstractLoggerFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ cmp-utility --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ cmp-utility --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ cmp-utility --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ web-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin/target/web-cli-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-batch-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-batch-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-batch-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ web-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ web-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-web-cli-checkstyle) @ web-cli --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ web-cli --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-cli/7.0.3-SNAPSHOT/web-cli-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin/target/web-cli.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-cli/7.0.3-SNAPSHOT/web-cli-7.0.3-SNAPSHOT.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/src/main/java/com/sun/jdo/api/persistence/support/SynchronizationManager.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/src/main/java/com/sun/jdo/api/persistence/support/SynchronizationManager.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/src/main/java/com/sun/jdo/api/persistence/support/SynchronizationManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ cmp-internal-api --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ cmp-internal-api --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-batch-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-batch-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ cmp-internal-api --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin/target/web-cli-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-cli/7.0.3-SNAPSHOT/web-cli-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.main.security:appclient.security >----------- [INFO] Building Appclient Security Integration 7.0.3-SNAPSHOT [238/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Appclient Security Integration: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jpa-container --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jpa-container --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jpa-container --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appclient.security --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ appclient.security --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appclient.security --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ appclient.security --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/target/generated-sources/hk2-config-generator/src/main/java [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ cmp-utility --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cmp-utility --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ cmp-internal-api --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cmp-internal-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/jpa-container/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jpa-container --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jpa-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/jpa-container/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb-container --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ejb-container --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ejb-container --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ ejb-container --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ deployment-jakartaee-full --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ deployment-jakartaee-full --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ deployment-jakartaee-full --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ deployment-jakartaee-full --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ deployment-jakartaee-full --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ war-util --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ war-util --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ war-util --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ war-util --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ war-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cmp-utility --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cmp-utility --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ cmp-utility --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ cmp-utility --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ cmp-utility --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cmp-utility --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/src/main/java/org/glassfish/batch/spi/impl/BatchRuntimeHelper.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/src/main/java/org/glassfish/batch/spi/impl/BatchRuntimeHelper.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/src/main/java/org/glassfish/batch/spi/impl/BatchRuntimeHelper.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/src/main/java/org/glassfish/batch/spi/impl/BatchRuntimeHelper.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/src/main/java/org/glassfish/batch/spi/impl/BatchRuntimeHelper.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/src/main/java/org/glassfish/batch/spi/impl/BatchRuntimeHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ glassfish-batch-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ glassfish-batch-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ glassfish-batch-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/target/classes/META-INF for [INFO] [echo] cmp-utility [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ cmp-utility --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/target/cmp-utility.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cmp-internal-api --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cmp-internal-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ cmp-internal-api --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ cmp-internal-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ cmp-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cmp-internal-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/classes/META-INF for [INFO] [echo] cmp-internal-api [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ cmp-internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/cmp-internal-api.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cmp-utility --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/target/cmp-utility-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cmp-internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/cmp-internal-api-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ glassfish-batch-connector --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cmp-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cmp-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence.cmp-cmp-internal-api-checkstyle) @ cmp-internal-api --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cmp-internal-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-internal-api/7.0.3-SNAPSHOT/cmp-internal-api-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/cmp-internal-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-internal-api/7.0.3-SNAPSHOT/cmp-internal-api-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cmp-utility --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cmp-utility --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence.cmp-cmp-utility-checkstyle) @ cmp-utility --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cmp-utility --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-utility/7.0.3-SNAPSHOT/cmp-utility-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/target/cmp-utility.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-utility/7.0.3-SNAPSHOT/cmp-utility-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/cmp-internal-api-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-internal-api/7.0.3-SNAPSHOT/cmp-internal-api-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jpa-container --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jpa-container --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jpa-container --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/target/cmp-utility-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-utility/7.0.3-SNAPSHOT/cmp-utility-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.main.appclient.server:appclient-server-core >------ [INFO] Building GlassFish AppClient Server-Side Core 7.0.3-SNAPSHOT [239/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish AppClient Server-Side Core: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-batch-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/classes [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jpa-container --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ connectors-runtime --- [INFO] [INFO] --------------< org.glassfish.main.security:security-all >-------------- [INFO] Building Security Related Implementation for GlassFish 7.0.3-SNAPSHOT [240/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ connectors-runtime --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ connectors-runtime --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Security Related Implementation for GlassFish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ connectors-runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jpa-container --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appclient-server-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ appclient-server-core --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appclient-server-core --- [INFO] Tests are skipped. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ appclient-server-core --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ security-all --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ security-all --- [INFO] Copying 0 resource [INFO] Copying 8 resources [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jpa-container --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ security-all --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/security-all [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ security-all --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ security-all --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ security-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/security-all/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ security-all --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ connectors-runtime --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ appclient.security --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ appclient.security --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ appclient.security --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/target/common-resources with includes "" and excludes "" [INFO] Changes detected - recompiling the module! [INFO] Compiling 160 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ appclient.security --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ appclient.security --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/security-all/target/classes/META-INF for [INFO] [echo] security-all [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/security-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ security-all --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ security-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ security-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.security-security-all-checkstyle) @ security-all --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ security-all --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/jpa-container/target/classes/META-INF for [INFO] [echo] jpa-container [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jpa-container --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/security-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/security-all/7.0.3-SNAPSHOT/security-all-7.0.3-SNAPSHOT.pom [INFO] [INFO] --< org.glassfish.main.tests.connectors:connectors-ra-redeploy-rars >--- [INFO] Building connectors-ra-redeploy-rars 7.0.3-SNAPSHOT [241/299] [INFO] --------------------------------[ rar ]--------------------------------- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/jpa-container/target/jpa-container.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jpa-container --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in connectors-ra-redeploy-rars: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/jpa-container/target/jpa-container-sources.jar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors-ra-redeploy-rars --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ connectors-ra-redeploy-rars --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ connectors-ra-redeploy-rars --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ connectors-ra-redeploy-rars --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ connectors-ra-redeploy-rars --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ connectors-ra-redeploy-rars --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (version1) @ connectors-ra-redeploy-rars --- [INFO] Copying connectors-ra-redeploy-jars.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/v1/connectors-ra-redeploy-jars.jar [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (version2) @ connectors-ra-redeploy-rars --- [INFO] Copying connectors-ra-redeploy-jars-v2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/v2/connectors-ra-redeploy-jars.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ connectors-ra-redeploy-rars --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ connectors-ra-redeploy-rars --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ connectors-ra-redeploy-rars --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ connectors-ra-redeploy-rars --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ connectors-ra-redeploy-rars --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ connectors-ra-redeploy-rars --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ connectors-ra-redeploy-rars --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/classes/META-INF for [INFO] [echo] connectors-ra-redeploy-rars [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-rar-plugin:2.4:rar (default-rar) @ connectors-ra-redeploy-rars --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jpa-container --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/src/main/java/org/glassfish/javaee/full/deployment/EarHandler.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/src/main/java/org/glassfish/javaee/full/deployment/EarHandler.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/src/main/java/org/glassfish/javaee/full/deployment/EarHandler.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/src/main/java/org/glassfish/javaee/full/deployment/EarDeployer.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/src/main/java/org/glassfish/javaee/full/deployment/EarDeployer.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/src/main/java/org/glassfish/javaee/full/deployment/EarDeployer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ deployment-jakartaee-full --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/src/main/java/org/glassfish/web/loader/ReferenceCleaner.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/src/main/java/org/glassfish/web/loader/ReferenceCleaner.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ war-util --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-batch-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/AppclientIIOPInterceptorFactory.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/AppclientIIOPInterceptorFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/AppclientIIOPInterceptorFactory.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/AppClientSecurityInfoImpl.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/AppClientSecurityInfoImpl.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/AppClientSecurityInfoImpl.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/ConfigXMLParser.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/ConfigXMLParser.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/ConfigXMLParser.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ appclient.security --- [INFO] [exec] Domain domain1 created. [INFO] [exec] Domain domain1 admin port is 4848. [INFO] [exec] Domain domain1 allows admin login as user "admin" with no password. [INFO] [exec] Login information relevant to admin user name [admin] [INFO] [exec] for this domain [domain1] stored at [INFO] [exec] [/home/jenkins/.gfclient/pass] successfully. [INFO] [exec] Make sure that this file remains protected. [INFO] [exec] Information stored in this file will be used by [INFO] [exec] administration commands to manage this domain. [INFO] [exec] Command create-domain executed successfully. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ atomic --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ appclient-server-core --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ejb-container --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ appclient.security --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-batch-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ejb-container --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ appclient-server-core --- [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ appclient-server-core --- [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ejb-container --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-batch-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-batch-connector --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ war-util --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ appclient-server-core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-container --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ deployment-jakartaee-full --- [INFO] Copying 8 resources [INFO] Copying 11 resources [INFO] Copying 2 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ appclient-server-core --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ appclient.security --- [INFO] Copying 2 resources [INFO] Copying 2 resources to META-INF [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ejb-container --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ war-util --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Changes detected - recompiling the module! [INFO] Tests are skipped. [INFO] Compiling 279 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jpa-container --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ deployment-jakartaee-full --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence-jpa-container-checkstyle) @ jpa-container --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jpa-container --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/jpa-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/jpa-container/7.0.3-SNAPSHOT/jpa-container-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-batch-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-batch-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/jpa-container/target/jpa-container.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/jpa-container/7.0.3-SNAPSHOT/jpa-container-7.0.3-SNAPSHOT.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/atomic/target/dependency/META-INF for [INFO] [echo] atomic [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/atomic/target/dependency/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ atomic --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/jpa-container/target/jpa-container-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/jpa-container/7.0.3-SNAPSHOT/jpa-container-7.0.3-SNAPSHOT-sources.jar [INFO] [zip] duplicate: preserve [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/connectors-ra-redeploy-rars [INFO] [INFO] --< org.glassfish.main.tests.connectors:connectors-ra-redeploy-rars-xa >-- [INFO] Building connectors-ra-redeploy-rars-xa 7.0.3-SNAPSHOT [242/299] [INFO] --------------------------------[ rar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in connectors-ra-redeploy-rars-xa: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors-ra-redeploy-rars-xa --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ connectors-ra-redeploy-rars-xa --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ connectors-ra-redeploy-rars-xa --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ connectors-ra-redeploy-rars-xa --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ connectors-ra-redeploy-rars-xa --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ connectors-ra-redeploy-rars-xa --- [INFO] Using ra.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/src/main/rar/META-INF/ra.xml [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/target/common-resources with includes "" and excludes "" [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/atomic/target/atomic.zip [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (version1) @ connectors-ra-redeploy-rars-xa --- [INFO] Copying connectors-ra-redeploy-jars.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/target/v1/connectors-ra-redeploy-jars.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ connectors-ra-redeploy-rars-xa --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ connectors-ra-redeploy-rars-xa --- [INFO] Could not find manifest file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/src/main/rar/META-INF/MANIFEST.MF - Generating one [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ connectors-ra-redeploy-rars-xa --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ connectors-ra-redeploy-rars-xa --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ connectors-ra-redeploy-rars-xa --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ connectors-ra-redeploy-rars-xa --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ connectors-ra-redeploy-rars-xa --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/classes/META-INF for [INFO] [echo] glassfish-batch-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish-batch-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/target/classes/META-INF for [INFO] [echo] connectors-ra-redeploy-rars-xa [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-rar-plugin:2.4:rar (default-rar) @ connectors-ra-redeploy-rars-xa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/target/connectors-ra-redeploy-rars-xa [INFO] Using ra.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/src/main/rar/META-INF/ra.xml [INFO] Could not find manifest file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/src/main/rar/META-INF/MANIFEST.MF - Generating one [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/connectors-ra-redeploy-rars.rar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/target/connectors-ra-redeploy-rars-xa.rar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/glassfish-batch-connector.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ connectors-ra-redeploy-rars --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/connectors-ra-redeploy-rars-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ connectors-ra-redeploy-rars-xa --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/target/connectors-ra-redeploy-rars-xa-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-batch-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/glassfish-batch-connector-sources.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ appclient.security --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ appclient.security --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ deployment-jakartaee-full --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/target/classes/META-INF/MANIFEST.MF [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/target/classes [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ war-util --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ war-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/target/classes [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ deployment-jakartaee-full --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/target/classes [INFO] [INFO] --- maven-rar-plugin:2.4:rar (version2) @ connectors-ra-redeploy-rars --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/connectors-ra-redeploy-rars [INFO] Using ra.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/src/main/rar/META-INF/ra.xml [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/ResourceGateway.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/ResourceGateway.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/ResourceGateway.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/ResourceGateway.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/ConnectionPoolReconfigHelper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/ConnectionPoolReconfigHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ connectors-runtime --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ connectors-runtime --- [INFO] Could not find manifest file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/src/main/rar/META-INF/MANIFEST.MF - Generating one [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-batch-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-batch-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.batch-glassfish-batch-connector-checkstyle) @ glassfish-batch-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-batch-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/connectors-ra-redeploy-rars-v2.rar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/batch/glassfish-batch-connector/7.0.3-SNAPSHOT/glassfish-batch-connector-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/glassfish-batch-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/batch/glassfish-batch-connector/7.0.3-SNAPSHOT/glassfish-batch-connector-7.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-rar-plugin:2.4:rar (nojar) @ connectors-ra-redeploy-rars --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/nojar [INFO] Using ra.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/src/main/rar/META-INF/ra.xml [INFO] Could not find manifest file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/src/main/rar/META-INF/MANIFEST.MF - Generating one [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/connectors-ra-redeploy-rars-nojar.rar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/glassfish-batch-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/batch/glassfish-batch-connector/7.0.3-SNAPSHOT/glassfish-batch-connector-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ connectors-ra-redeploy-rars --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ connectors-ra-redeploy-rars --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.tests.connectors-connectors-ra-redeploy-rars-checkstyle) @ connectors-ra-redeploy-rars --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ connectors-ra-redeploy-rars --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/connectors-ra-redeploy-rars/7.0.3-SNAPSHOT/connectors-ra-redeploy-rars-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ connectors-ra-redeploy-rars-xa --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ connectors-ra-redeploy-rars-xa --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.tests.connectors-connectors-ra-redeploy-rars-xa-checkstyle) @ connectors-ra-redeploy-rars-xa --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ connectors-ra-redeploy-rars-xa --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/connectors-ra-redeploy-rars-xa/7.0.3-SNAPSHOT/connectors-ra-redeploy-rars-xa-7.0.3-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.persistence.cmp:cmp-model >------------ [INFO] Building model module for cmp 7.0.3-SNAPSHOT [243/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in model module for cmp: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ connectors-runtime --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/target/connectors-ra-redeploy-rars-xa.rar to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/connectors-ra-redeploy-rars-xa/7.0.3-SNAPSHOT/connectors-ra-redeploy-rars-xa-7.0.3-SNAPSHOT.rar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/connectors-ra-redeploy-rars.rar to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/connectors-ra-redeploy-rars/7.0.3-SNAPSHOT/connectors-ra-redeploy-rars-7.0.3-SNAPSHOT.rar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/target/connectors-ra-redeploy-rars-xa-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/connectors-ra-redeploy-rars-xa/7.0.3-SNAPSHOT/connectors-ra-redeploy-rars-xa-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.glassfish.main.batch:glassfish-batch-commands >---------- [INFO] Building Batch Commands for Glassfish 7.0.3-SNAPSHOT [244/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Batch Commands for Glassfish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/connectors-ra-redeploy-rars-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/connectors-ra-redeploy-rars/7.0.3-SNAPSHOT/connectors-ra-redeploy-rars-7.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/connectors-ra-redeploy-rars-v2.rar to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/connectors-ra-redeploy-rars/7.0.3-SNAPSHOT/connectors-ra-redeploy-rars-7.0.3-SNAPSHOT-v2.rar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/connectors-ra-redeploy-rars-nojar.rar to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/connectors-ra-redeploy-rars/7.0.3-SNAPSHOT/connectors-ra-redeploy-rars-7.0.3-SNAPSHOT-nojar.rar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-model --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cmp-model --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cmp-model --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cmp-model --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-batch-commands --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-batch-commands --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-batch-commands --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ glassfish-batch-commands --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/generated-sources/hk2-config-generator/src/main/java [WARNING] Manifest org.glassfish.main.connectors:connectors-runtime:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.enterprise.connectors, has 3, private references [com.sun.enterprise.connectors.authentication, com.sun.enterprise.connectors.deployment.util, com.sun.enterprise.connectors.module] [WARNING] Manifest org.glassfish.main.connectors:connectors-runtime:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.enterprise.connectors.service, has 2, private references [com.sun.enterprise.connectors.authentication, com.sun.enterprise.connectors.naming] [WARNING] Manifest org.glassfish.main.connectors:connectors-runtime:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.enterprise.connectors.util, has 1, private references [com.sun.enterprise.connectors.authentication] [WARNING] Manifest org.glassfish.main.connectors:connectors-runtime:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.enterprise.resource.pool, has 3, private references [com.sun.enterprise.resource.listener, com.sun.enterprise.resource.pool.datastructure, com.sun.enterprise.resource.pool.resizer] [WARNING] Manifest org.glassfish.main.connectors:connectors-runtime:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.enterprise.resource.pool.monitor, has 1, private references [com.sun.enterprise.resource.listener] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ connectors-runtime --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ connectors-runtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 160 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ war-util --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/target/generated-sources/hk2-config-generator/src/test/java [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/AppClientServerApplication.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/AppClientServerApplication.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/AppClientDeployerHelper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/AppClientDeployerHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ appclient-server-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ appclient-server-core --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ appclient.security --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ appclient.security --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ appclient.security --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ appclient.security --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ appclient.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ appclient.security --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ appclient-server-core --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ deployment-jakartaee-full --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ deployment-jakartaee-full --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ deployment-jakartaee-full --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ deployment-jakartaee-full --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ deployment-jakartaee-full --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ deployment-jakartaee-full --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/target/classes/META-INF for [INFO] [echo] appclient.security [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ appclient.security --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/target/appclient.security.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/target/classes/META-INF for [INFO] [echo] deployment-jakartaee-full [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ deployment-jakartaee-full --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ appclient.security --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/target/appclient.security-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/target/deployment-jakartaee-full.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ appclient.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ appclient.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.security-appclient.security-checkstyle) @ appclient.security --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ appclient.security --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/appclient.security/7.0.3-SNAPSHOT/appclient.security-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/target/appclient.security.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/appclient.security/7.0.3-SNAPSHOT/appclient.security-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/target/appclient.security-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/appclient.security/7.0.3-SNAPSHOT/appclient.security-7.0.3-SNAPSHOT-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cmp-model --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cmp-model --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cmp-model --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cmp-model --- [INFO] Copying 1 resource [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ deployment-jakartaee-full --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ cmp-model --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/target/deployment-jakartaee-full-sources.jar [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/target/classes [WARNING] Manifest org.glassfish.main.appclient.server:appclient-server-core:glassfish-jar:7.0.3-SNAPSHOT : Export org.glassfish.appclient.server.core, has 1, private references [org.glassfish.appclient.server.core.jws.servedcontent] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ appclient-server-core --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-batch-commands --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-batch-commands --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-batch-commands --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ deployment-jakartaee-full --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-batch-commands --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/src/main/resources [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ deployment-jakartaee-full --- [INFO] Copying 5 resources [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.deployment-deployment-jakartaee-full-checkstyle) @ deployment-jakartaee-full --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ deployment-jakartaee-full --- [INFO] Copying 2 resources to META-INF [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-jakartaee-full/7.0.3-SNAPSHOT/deployment-jakartaee-full-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-batch-commands --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/classes [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/target/deployment-jakartaee-full.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-jakartaee-full/7.0.3-SNAPSHOT/deployment-jakartaee-full-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/target/deployment-jakartaee-full-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-jakartaee-full/7.0.3-SNAPSHOT/deployment-jakartaee-full-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ appclient-server-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ war-util --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ war-util --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ war-util --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ war-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ war-util --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/target/classes/META-INF for [INFO] [echo] war-util [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ war-util --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/target/war-util.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ war-util --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/target/war-util-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ war-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ war-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-war-util-checkstyle) @ war-util --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ war-util --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/war-util/7.0.3-SNAPSHOT/war-util-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/target/war-util.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/war-util/7.0.3-SNAPSHOT/war-util-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/target/war-util-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/war-util/7.0.3-SNAPSHOT/war-util-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.glassfish.main.web:web-core >------------------- [INFO] Building Core Servlet Container 7.0.3-SNAPSHOT [245/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Core Servlet Container: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ web-core --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web-core --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ web-core --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] ---------------< org.glassfish.main.web:jstl-connector >---------------- [INFO] Building Jakarta Pages Standard Tags implementation connector module 7.0.3-SNAPSHOT [246/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Jakarta Pages Standard Tags implementation connector module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] ------------< org.glassfish.main.web:jersey-mvc-connector >------------- [INFO] Building Jersey MVC TLD connector implementation module 7.0.3-SNAPSHOT [247/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Jersey MVC TLD connector implementation module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ atomic --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/atomic/target/atomic-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ atomic --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ atomic --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.distributions-atomic-checkstyle) @ atomic --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ atomic --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/atomic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/atomic/7.0.3-SNAPSHOT/atomic-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/atomic/target/atomic.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/atomic/7.0.3-SNAPSHOT/atomic-7.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/atomic/target/atomic-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/distributions/atomic/7.0.3-SNAPSHOT/atomic-7.0.3-SNAPSHOT-sources.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/src/main/java/org/glassfish/batch/AbstractListCommandProxy.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/src/main/java/org/glassfish/batch/AbstractListCommandProxy.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/src/main/java/org/glassfish/batch/AbstractListCommandProxy.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/src/main/java/org/glassfish/batch/SetBatchRuntimeConfiguration.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/src/main/java/org/glassfish/batch/SetBatchRuntimeConfiguration.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/src/main/java/org/glassfish/batch/SetBatchRuntimeConfiguration.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ glassfish-batch-commands --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ glassfish-batch-commands --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ glassfish-batch-commands --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ glassfish-batch-commands --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.batch.ListBatchJobExecutions, org.glassfish.batch.ListBatchJobExecutionsProxy, org.glassfish.batch.ListBatchJobSteps, org.glassfish.batch.ListBatchJobStepsProxy, org.glassfish.batch.ListBatchJobs, org.glassfish.batch.ListBatchJobsProxy, org.glassfish.batch.ListBatchRuntimeConfiguration, org.glassfish.batch.SetBatchRuntimeConfiguration] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-batch-commands --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ connectors-runtime --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jstl-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jstl-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jstl-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jstl-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jersey-mvc-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jersey-mvc-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jersey-mvc-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jersey-mvc-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/Model.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/Model.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/Model.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/mapping/impl/MappingFieldElementImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/mapping/impl/MappingFieldElementImpl.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/jdo/PersistenceClassElement.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/jdo/PersistenceClassElement.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ cmp-model --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ cmp-model --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ cmp-model --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ appclient-server-core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ appclient-server-core --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ appclient-server-core --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ appclient-server-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ appclient-server-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ appclient-server-core --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/target/classes/META-INF for [INFO] [echo] appclient-server-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ appclient-server-core --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ cmp-model --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/target/appclient-server-core.jar [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cmp-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ appclient-server-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/target/appclient-server-core-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ appclient-server-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ appclient-server-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.appclient.server-appclient-server-core-checkstyle) @ appclient-server-core --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ appclient-server-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/server/appclient-server-core/7.0.3-SNAPSHOT/appclient-server-core-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/target/appclient-server-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/server/appclient-server-core/7.0.3-SNAPSHOT/appclient-server-core-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/target/appclient-server-core-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/server/appclient-server-core/7.0.3-SNAPSHOT/appclient-server-core-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-batch-commands --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-batch-commands --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-batch-commands --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-batch-commands --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-batch-commands --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-batch-commands --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/classes/META-INF for [INFO] [echo] glassfish-batch-commands [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish-batch-commands --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/glassfish-batch-commands.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-batch-commands --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/glassfish-batch-commands-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-batch-commands --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-batch-commands --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.batch-glassfish-batch-commands-checkstyle) @ glassfish-batch-commands --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-batch-commands --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/batch/glassfish-batch-commands/7.0.3-SNAPSHOT/glassfish-batch-commands-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/glassfish-batch-commands.jar to /home/jenkins/.m2/repository/org/glassfish/main/batch/glassfish-batch-commands/7.0.3-SNAPSHOT/glassfish-batch-commands-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/glassfish-batch-commands-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/batch/glassfish-batch-commands/7.0.3-SNAPSHOT/glassfish-batch-commands-7.0.3-SNAPSHOT-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jstl-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jstl-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jstl-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jstl-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jstl-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ connectors-runtime --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ connectors-runtime --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ connectors-runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ connectors-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ connectors-runtime --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/classes/META-INF for [INFO] [echo] connectors-runtime [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ connectors-runtime --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jersey-mvc-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jersey-mvc-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jersey-mvc-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-mvc-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jersey-mvc-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/classes [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/connectors-runtime.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cmp-model --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cmp-model --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ cmp-model --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ cmp-model --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ cmp-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cmp-model --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ connectors-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/connectors-runtime-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/target/classes/META-INF for [INFO] [echo] cmp-model [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ cmp-model --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/target/cmp-model.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cmp-model --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/target/cmp-model-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ connectors-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ connectors-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.connectors-connectors-runtime-checkstyle) @ connectors-runtime --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ connectors-runtime --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-runtime/7.0.3-SNAPSHOT/connectors-runtime-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/connectors-runtime.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-runtime/7.0.3-SNAPSHOT/connectors-runtime-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/connectors-runtime-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-runtime/7.0.3-SNAPSHOT/connectors-runtime-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cmp-model --- [INFO] [INFO] -----------------< org.glassfish.main.transaction:jts >----------------- [INFO] Building JTS Implementation for Glassfish 7.0.3-SNAPSHOT [248/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JTS Implementation for Glassfish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cmp-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence.cmp-cmp-model-checkstyle) @ cmp-model --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cmp-model --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-model/7.0.3-SNAPSHOT/cmp-model-7.0.3-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.jdbc:jdbc-runtime >---------------- [INFO] Building JDBC Runtime Module 7.0.3-SNAPSHOT [249/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JDBC Runtime Module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] ------< org.glassfish.main.connectors:connectors-inbound-runtime >------ [INFO] Building Connectors Inbound Support 7.0.3-SNAPSHOT [250/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/target/cmp-model.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-model/7.0.3-SNAPSHOT/cmp-model-7.0.3-SNAPSHOT.jar [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Connectors Inbound Support: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jts --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jts --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jts --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jts --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors-inbound-runtime --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ connectors-inbound-runtime --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ connectors-inbound-runtime --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ connectors-inbound-runtime --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jdbc-runtime --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jdbc-runtime --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jdbc-runtime --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jdbc-runtime --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/target/cmp-model-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-model/7.0.3-SNAPSHOT/cmp-model-7.0.3-SNAPSHOT-sources.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ web-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ web-core --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ web-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/target/common-resources with includes "" and excludes "" [INFO] [INFO] -----< org.glassfish.main.persistence.cmp:cmp-generator-database >------ [INFO] Building Database Generator module for cmp 7.0.3-SNAPSHOT [251/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ web-core --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Database Generator module for cmp: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Copying 22 resources [INFO] [INFO] ----------< org.glassfish.main.persistence.cmp:cmp-enhancer >----------- [INFO] Building enhancer module for cmp 7.0.3-SNAPSHOT [252/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in enhancer module for cmp: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ web-core --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-generator-database --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cmp-generator-database --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cmp-generator-database --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cmp-generator-database --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-enhancer --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cmp-enhancer --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cmp-enhancer --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cmp-enhancer --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/generated-sources/hk2-config-generator/src/main/java [INFO] Changes detected - recompiling the module! [INFO] Compiling 307 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jersey-mvc-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jersey-mvc-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jersey-mvc-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jstl-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jstl-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jstl-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jersey-mvc-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jersey-mvc-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector/target/classes/META-INF/MANIFEST.MF [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/BaseContainer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/BaseContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/pool/AbstractPool.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/pool/AbstractPool.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/deployment/annotation/handlers/AfterBeginHandler.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/deployment/annotation/handlers/AfterBeginHandler.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ ejb-container --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ ejb-container --- [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jstl-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jstl-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ ejb-container --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cmp-generator-database --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cmp-generator-database --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cmp-generator-database --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cmp-generator-database --- [INFO] Copying 12 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ cmp-generator-database --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cmp-enhancer --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cmp-enhancer --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cmp-enhancer --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cmp-enhancer --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ connectors-inbound-runtime --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ connectors-inbound-runtime --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ connectors-inbound-runtime --- [INFO] Copying 1 resource [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/common-resources with includes "" and excludes "" [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ cmp-enhancer --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ connectors-inbound-runtime --- [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ connectors-inbound-runtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 94 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jersey-mvc-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-mvc-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jersey-mvc-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jersey-mvc-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jersey-mvc-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jersey-mvc-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jdbc-runtime --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jdbc-runtime --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jdbc-runtime --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jdbc-runtime --- [INFO] Copying 3 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jdbc-runtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/classes/META-INF for [INFO] [echo] jersey-mvc-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jersey-mvc-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/jersey-mvc-connector.jar [WARNING] Manifest org.glassfish.main.ejb:ejb-container:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.ejb, has 1, private references [com.sun.ejb.containers.interceptors] [WARNING] Manifest org.glassfish.main.ejb:ejb-container:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.ejb.containers, has 3, private references [com.sun.ejb.containers.interceptors, com.sun.ejb.spi.sfsb.util, org.glassfish.ejb.startup] [WARNING] Manifest org.glassfish.main.ejb:ejb-container:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.ejb.containers.util.cache, has 1, private references [com.sun.ejb.base.stats] [WARNING] Manifest org.glassfish.main.ejb:ejb-container:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.ejb.monitoring.stats, has 1, private references [com.sun.ejb.spi.stats] [WARNING] Manifest org.glassfish.main.ejb:ejb-container:glassfish-jar:7.0.3-SNAPSHOT : Export org.glassfish.ejb.deployment.descriptor, has 1, private references [org.glassfish.ejb.deployment.util] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ ejb-container --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.ejb.admin.cli.ListTimers, org.glassfish.ejb.admin.cli.MigrateTimers] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ejb-container --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-mvc-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/jersey-mvc-connector-sources.jar [INFO] Changes detected - recompiling the module! [INFO] Compiling 279 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jstl-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jstl-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jstl-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jstl-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jstl-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jstl-connector --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jersey-mvc-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jersey-mvc-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-jersey-mvc-connector-checkstyle) @ jersey-mvc-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jersey-mvc-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/jersey-mvc-connector/7.0.3-SNAPSHOT/jersey-mvc-connector-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/jersey-mvc-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jersey-mvc-connector/7.0.3-SNAPSHOT/jersey-mvc-connector-7.0.3-SNAPSHOT.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jts --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/jersey-mvc-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jersey-mvc-connector/7.0.3-SNAPSHOT/jersey-mvc-connector-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jts --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jts --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector/target/classes/META-INF for [INFO] [echo] jstl-connector [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/target/common-resources with includes "" and excludes "" [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jstl-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jts --- [INFO] Copying 2 resources [INFO] Copying 3 resources [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector/target/jstl-connector.jar [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jts --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 126 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jstl-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector/target/jstl-connector-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jstl-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jstl-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-jstl-connector-checkstyle) @ jstl-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jstl-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/jstl-connector/7.0.3-SNAPSHOT/jstl-connector-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector/target/jstl-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jstl-connector/7.0.3-SNAPSHOT/jstl-connector-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector/target/jstl-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jstl-connector/7.0.3-SNAPSHOT/jstl-connector-7.0.3-SNAPSHOT-sources.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/src/main/java/com/sun/jdo/spi/persistence/generator/database/MappingPolicy.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/src/main/java/com/sun/jdo/spi/persistence/generator/database/MappingPolicy.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/src/main/java/com/sun/jdo/spi/persistence/generator/database/DDLGenerator.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/src/main/java/com/sun/jdo/spi/persistence/generator/database/DDLGenerator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ cmp-generator-database --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ cmp-generator-database --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ cmp-generator-database --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ cmp-generator-database --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cmp-generator-database --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/src/main/java/com/sun/enterprise/connectors/inbound/ConnectorMessageBeanClient.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/src/main/java/com/sun/enterprise/connectors/inbound/ConnectorMessageBeanClient.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/src/main/java/com/sun/enterprise/connectors/inbound/ConnectorMessageBeanClient.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/src/main/java/com/sun/enterprise/connectors/inbound/ActiveInboundResourceAdapterImpl.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/src/main/java/com/sun/enterprise/connectors/inbound/ActiveInboundResourceAdapterImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ connectors-inbound-runtime --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ connectors-inbound-runtime --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ connectors-inbound-runtime --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ connectors-inbound-runtime --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ connectors-inbound-runtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/CodeEnv.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/CodeEnv.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/generator/ImplHelper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/generator/ImplHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ cmp-enhancer --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ cmp-enhancer --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ cmp-enhancer --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cmp-generator-database --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cmp-generator-database --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ cmp-generator-database --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ cmp-generator-database --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ cmp-generator-database --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cmp-generator-database --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/classes/META-INF for [INFO] [echo] cmp-generator-database [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ cmp-generator-database --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/cmp-generator-database.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/src/main/java/org/glassfish/jdbcruntime/service/JdbcAdminServiceImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/src/main/java/org/glassfish/jdbcruntime/service/JdbcAdminServiceImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/src/main/java/org/glassfish/jdbcruntime/service/JdbcAdminServiceImpl.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/src/main/java/org/glassfish/jdbcruntime/service/JdbcAdminServiceImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jdbc-runtime --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jdbc-runtime --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cmp-generator-database --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/cmp-generator-database-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jdbc-runtime --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.glassfish.main.persistence.cmp:cmp-enhancer:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.jdo.api.persistence.enhancer.generator, has 1, private references [com.sun.jdo.api.persistence.enhancer.util] [WARNING] Manifest org.glassfish.main.persistence.cmp:cmp-enhancer:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.jdo.api.persistence.enhancer.meta, has 1, private references [com.sun.jdo.api.persistence.enhancer.util] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ cmp-enhancer --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cmp-enhancer --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 94 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cmp-generator-database --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cmp-generator-database --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence.cmp-cmp-generator-database-checkstyle) @ cmp-generator-database --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cmp-generator-database --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-generator-database/7.0.3-SNAPSHOT/cmp-generator-database-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/cmp-generator-database.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-generator-database/7.0.3-SNAPSHOT/cmp-generator-database-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/cmp-generator-database-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-generator-database/7.0.3-SNAPSHOT/cmp-generator-database-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.glassfish.main.persistence.cmp:cmp-ejb-mapping >--------- [INFO] Building ejb-mapping module for cmp 7.0.3-SNAPSHOT [253/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in ejb-mapping module for cmp: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-ejb-mapping --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cmp-ejb-mapping --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cmp-ejb-mapping --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cmp-ejb-mapping --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/generated-sources/hk2-config-generator/src/main/java [WARNING] Manifest org.glassfish.main.jdbc:jdbc-runtime:glassfish-jar:7.0.3-SNAPSHOT : Export org.glassfish.jdbcruntime, has 1, private references [org.glassfish.jdbc.pool.monitor] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jdbc-runtime --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jdbc-runtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ connectors-inbound-runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ connectors-inbound-runtime --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ connectors-inbound-runtime --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ connectors-inbound-runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ connectors-inbound-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ connectors-inbound-runtime --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/classes/META-INF for [INFO] [echo] connectors-inbound-runtime [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ connectors-inbound-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/connectors-inbound-runtime.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ connectors-inbound-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/connectors-inbound-runtime-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ connectors-inbound-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ connectors-inbound-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.connectors-connectors-inbound-runtime-checkstyle) @ connectors-inbound-runtime --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ connectors-inbound-runtime --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-inbound-runtime/7.0.3-SNAPSHOT/connectors-inbound-runtime-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/connectors-inbound-runtime.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-inbound-runtime/7.0.3-SNAPSHOT/connectors-inbound-runtime-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/connectors-inbound-runtime-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-inbound-runtime/7.0.3-SNAPSHOT/connectors-inbound-runtime-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cmp-enhancer --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cmp-enhancer --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ cmp-enhancer --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ cmp-enhancer --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ cmp-enhancer --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cmp-enhancer --- [INFO] [INFO] ------------------< org.glassfish.main.jms:jms-core >------------------- [INFO] Building JMS Module 7.0.3-SNAPSHOT [254/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JMS Module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/src/main/java/com/sun/enterprise/transaction/jts/iiop/TransactionIIOPInterceptorFactory.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/src/main/java/com/sun/enterprise/transaction/jts/iiop/TransactionIIOPInterceptorFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/src/main/java/com/sun/enterprise/transaction/jts/iiop/TransactionIIOPInterceptorFactory.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/src/main/java/com/sun/jts/CosTransactions/LogControl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/src/main/java/com/sun/jts/CosTransactions/LogControl.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/src/main/java/com/sun/jts/CosTransactions/RWLock.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/src/main/java/com/sun/jts/CosTransactions/RWLock.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jts --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jts --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/classes/META-INF for [INFO] [echo] cmp-enhancer [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ cmp-enhancer --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/pool/AbstractPool.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/pool/AbstractPool.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ejb-container --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/target/generated-sources/hk2-config-generator/src/test/java [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/cmp-enhancer.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cmp-enhancer --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/cmp-enhancer-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jts --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cmp-ejb-mapping --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cmp-ejb-mapping --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cmp-ejb-mapping --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cmp-ejb-mapping --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ cmp-ejb-mapping --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cmp-enhancer --- [INFO] Changes detected - recompiling the module! [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cmp-enhancer --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence.cmp-cmp-enhancer-checkstyle) @ cmp-enhancer --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/classes [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cmp-enhancer --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-enhancer/7.0.3-SNAPSHOT/cmp-enhancer-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/cmp-enhancer.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-enhancer/7.0.3-SNAPSHOT/cmp-enhancer-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/cmp-enhancer-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-enhancer/7.0.3-SNAPSHOT/cmp-enhancer-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jms-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jms-core --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jms-core --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jms-core --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jdbc-runtime --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/generated-sources/hk2-config-generator/src/test/java [WARNING] Manifest org.glassfish.main.transaction:jts:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.jts.jta, has 1, private references [com.sun.jts.CosTransactions] [WARNING] Manifest org.glassfish.main.transaction:jts:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.enterprise.transaction.jts.recovery, has 1, private references [com.sun.enterprise.transaction.jts.api] [WARNING] Manifest org.glassfish.main.transaction:jts:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.jts.utils.RecoveryHooks, has 1, private references [com.sun.jts.CosTransactions] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jts --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.jts.admin.cli.RecoverTransactions, org.glassfish.jts.admin.cli.RecoverTransactionsInternal] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jts --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 126 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-container --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ ejb-container --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ ejb-container --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ ejb-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ejb-container --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/target/classes/META-INF for [INFO] [echo] ejb-container [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ ejb-container --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/MappingFile.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/MappingFile.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/MappingFile.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/MappingFile.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ cmp-ejb-mapping --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ cmp-ejb-mapping --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ cmp-ejb-mapping --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jdbc-runtime --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jdbc-runtime --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jdbc-runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jdbc-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jdbc-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/target/ejb-container.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jms-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jms-core --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jms-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/classes/META-INF for [INFO] [echo] jdbc-runtime [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jms-core --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jms-core --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jdbc-runtime --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-container --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/target/ejb-container-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/jdbc-runtime.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jdbc-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/jdbc-runtime-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jdbc-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jdbc-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.jdbc-jdbc-runtime-checkstyle) @ jdbc-runtime --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jdbc-runtime --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-runtime/7.0.3-SNAPSHOT/jdbc-runtime-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/jdbc-runtime.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-runtime/7.0.3-SNAPSHOT/jdbc-runtime-7.0.3-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/classes/META-INF/MANIFEST.MF [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/jdbc-runtime-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-runtime/7.0.3-SNAPSHOT/jdbc-runtime-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ cmp-ejb-mapping --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cmp-ejb-mapping --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/classes [INFO] [INFO] -----------------< org.glassfish.main.jdbc:jdbc-admin >----------------- [INFO] Building JDBC admin 7.0.3-SNAPSHOT [255/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JDBC admin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jdbc-admin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jdbc-admin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jdbc-admin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jdbc-admin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ejb-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ejb-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.ejb-ejb-container-checkstyle) @ ejb-container --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ejb-container --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-container/7.0.3-SNAPSHOT/ejb-container-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/target/ejb-container.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-container/7.0.3-SNAPSHOT/ejb-container-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/target/ejb-container-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-container/7.0.3-SNAPSHOT/ejb-container-7.0.3-SNAPSHOT-sources.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/src/main/java/org/apache/catalina/connector/Request.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/src/main/java/org/apache/catalina/connector/Request.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/src/main/java/org/apache/catalina/Globals.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/src/main/java/org/apache/catalina/Globals.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ web-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ web-core --- [INFO] [INFO] [INFO] --------< org.glassfish.main.persistence:entitybean-container >--------- [INFO] Building Entity Bean container 7.0.3-SNAPSHOT [256/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Entity Bean container: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --------< org.glassfish.main.web:jersey-ejb-component-provider >-------- [INFO] -------------< org.glassfish.main.ejb:ejb-full-container >-------------- [INFO] Building Full EJB Container add-ons 7.0.3-SNAPSHOT [258/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Full EJB Container add-ons: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Building Jersey EJB Component Provider Module 7.0.3-SNAPSHOT [257/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Jersey EJB Component Provider Module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ entitybean-container --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ entitybean-container --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ entitybean-container --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ entitybean-container --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb-full-container --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ejb-full-container --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ejb-full-container --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ ejb-full-container --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jts --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ web-core --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jersey-ejb-component-provider --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jersey-ejb-component-provider --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jersey-ejb-component-provider --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jersey-ejb-component-provider --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cmp-ejb-mapping --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cmp-ejb-mapping --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ cmp-ejb-mapping --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ cmp-ejb-mapping --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ cmp-ejb-mapping --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cmp-ejb-mapping --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/classes/META-INF for [INFO] [echo] cmp-ejb-mapping [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ cmp-ejb-mapping --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/cmp-ejb-mapping.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cmp-ejb-mapping --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/cmp-ejb-mapping-sources.jar [WARNING] Manifest org.glassfish.main.web:web-core:glassfish-jar:7.0.3-SNAPSHOT : Export org.apache.catalina.core, has 1, private references [org.apache.tomcat.util.digester] [WARNING] Manifest org.glassfish.main.web:web-core:glassfish-jar:7.0.3-SNAPSHOT : Export org.apache.catalina.startup, has 1, private references [org.apache.tomcat.util.digester] [WARNING] Manifest org.glassfish.main.web:web-core:glassfish-jar:7.0.3-SNAPSHOT : Export org.apache.catalina.util, has 1, private references [org.apache.tomcat.util.digester] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ web-core --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ web-core --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cmp-ejb-mapping --- [INFO] Changes detected - recompiling the module! [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cmp-ejb-mapping --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence.cmp-cmp-ejb-mapping-checkstyle) @ cmp-ejb-mapping --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cmp-ejb-mapping --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-ejb-mapping/7.0.3-SNAPSHOT/cmp-ejb-mapping-7.0.3-SNAPSHOT.pom [INFO] Compiling 307 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/target/classes [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/cmp-ejb-mapping.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-ejb-mapping/7.0.3-SNAPSHOT/cmp-ejb-mapping-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/cmp-ejb-mapping-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-ejb-mapping/7.0.3-SNAPSHOT/cmp-ejb-mapping-7.0.3-SNAPSHOT-sources.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/LegacyJmsRecoveryResourceHandler.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/LegacyJmsRecoveryResourceHandler.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/LegacyJmsRecoveryResourceHandler.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/ActiveJmsResourceAdapter.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/ActiveJmsResourceAdapter.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/ActiveJmsResourceAdapter.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/ActiveJmsResourceAdapter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/ActiveJmsResourceAdapter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jms-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jms-core --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jdbc-admin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jms-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jdbc-admin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jdbc-admin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jdbc-admin --- [INFO] Copying 1 resource [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ entitybean-container --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ entitybean-container --- [INFO] Copying 0 resource [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ entitybean-container --- [INFO] Copying 6 resources [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/target/common-resources with includes "" and excludes "" [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jdbc-admin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ entitybean-container --- [INFO] Changes detected - recompiling the module! [INFO] Copying 2 resources [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/target/classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ entitybean-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jts --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jts --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jts --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jts --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ejb-full-container --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ejb-full-container --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ejb-full-container --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jts --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-full-container --- [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ejb-full-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/target/classes/META-INF for [INFO] [echo] jts [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jts --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/target/jts.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jms-core --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jms-core --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jts --- [INFO] Changes detected - recompiling the module! [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/target/jts-sources.jar [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.transaction-jts-checkstyle) @ jts --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jts --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/transaction/jts/7.0.3-SNAPSHOT/jts-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/target/jts.jar to /home/jenkins/.m2/repository/org/glassfish/main/transaction/jts/7.0.3-SNAPSHOT/jts-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/target/jts-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/transaction/jts/7.0.3-SNAPSHOT/jts-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.main.concurrent:concurrent-impl >------------ [INFO] Building Concurrent Implementation Module 7.0.3-SNAPSHOT [259/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Concurrent Implementation Module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jersey-ejb-component-provider --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jersey-ejb-component-provider --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jersey-ejb-component-provider --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-ejb-component-provider --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jersey-ejb-component-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ concurrent-impl --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ concurrent-impl --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ concurrent-impl --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ concurrent-impl --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/src/main/java/org/glassfish/jdbc/admin/cli/internal/GetDatabaseVendorNames.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/src/main/java/org/glassfish/jdbc/admin/cli/internal/GetDatabaseVendorNames.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jdbc-admin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jdbc-admin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jdbc-admin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jms-core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jms-core --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jms-core --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jms-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jms-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jms-core --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jdbc-admin --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.jdbc.admin.cli.CreateJdbcConnectionPool, org.glassfish.jdbc.admin.cli.CreateJdbcResource, org.glassfish.jdbc.admin.cli.DeleteJdbcConnectionPool, org.glassfish.jdbc.admin.cli.DeleteJdbcResource, org.glassfish.jdbc.admin.cli.ListJdbcConnectionPools, org.glassfish.jdbc.admin.cli.ListJdbcResources, org.glassfish.jdbc.admin.cli.internal.GetDatabaseVendorNames, org.glassfish.jdbc.admin.cli.internal.GetJdbcDriverClassNames, org.glassfish.jdbc.admin.cli.internal.GetValidationClassNames, org.glassfish.jdbc.admin.cli.internal.GetValidationTableNames] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jdbc-admin --- [INFO] Changes detected - recompiling the module! [INFO] Executing tasks [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/target/classes [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/target/classes/META-INF for [INFO] [echo] jms-core [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/src/main/java/org/glassfish/ejb/mdb/MessageBeanContainer.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/src/main/java/org/glassfish/ejb/mdb/MessageBeanContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/src/main/java/org/glassfish/ejb/mdb/MessageBeanContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/src/main/java/org/glassfish/ejb/mdb/deployment/annotation/handlers/MessageDrivenHandler.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/src/main/java/org/glassfish/ejb/mdb/deployment/annotation/handlers/MessageDrivenHandler.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/src/main/java/org/glassfish/ejb/persistent/timer/TimerBean.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/src/main/java/org/glassfish/ejb/persistent/timer/TimerBean.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ ejb-full-container --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ ejb-full-container --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jms-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/target/jms-core.jar [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/src/main/java/org/glassfish/persistence/ejb/entitybean/container/EntityContainer.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/src/main/java/org/glassfish/persistence/ejb/entitybean/container/EntityContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/src/main/java/org/glassfish/persistence/ejb/entitybean/container/EntityContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/src/main/java/org/glassfish/persistence/ejb/entitybean/container/EntityContainer.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/src/main/java/org/glassfish/persistence/ejb/entitybean/container/EntityContainer.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/src/main/java/org/glassfish/persistence/ejb/entitybean/container/EntityContainer.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/src/main/java/org/glassfish/persistence/ejb/entitybean/container/EntityContainer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ entitybean-container --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ entitybean-container --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ ejb-full-container --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jms-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/target/jms-core-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ entitybean-container --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java:[75,41] unchecked call to toResponse(E) as a member of the raw type jakarta.ws.rs.ext.ExceptionMapper [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jersey-ejb-component-provider --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jersey-ejb-component-provider --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jersey-ejb-component-provider --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jms-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jms-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.jms-jms-core-checkstyle) @ jms-core --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jms-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms-core/7.0.3-SNAPSHOT/jms-core-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/target/jms-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms-core/7.0.3-SNAPSHOT/jms-core-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/target/jms-core-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms-core/7.0.3-SNAPSHOT/jms-core-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.glassfish.main.jms:jms-admin >------------------ [INFO] Building JMS admin 7.0.3-SNAPSHOT [260/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JMS admin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jms-admin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jms-admin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jms-admin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jms-admin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ concurrent-impl --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ concurrent-impl --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ concurrent-impl --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ concurrent-impl --- [INFO] Copying 1 resource [INFO] Copying 12 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ concurrent-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ ejb-full-container --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ejb-full-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ entitybean-container --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ entitybean-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ web-core --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/target/generated-sources/hk2-config-generator/src/test/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jersey-ejb-component-provider --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ jersey-ejb-component-provider --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jersey-ejb-component-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jdbc-admin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ web-core --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ web-core --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ web-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ web-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ web-core --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/target/classes/META-INF for [INFO] [echo] web-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ web-core --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/src/main/java/org/glassfish/concurrent/runtime/deployer/cfg/ManagedExecutorServiceCfg.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/src/main/java/org/glassfish/concurrent/runtime/deployer/cfg/ManagedExecutorServiceCfg.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/src/main/java/org/glassfish/concurrent/admin/ManagedExecutorServiceBaseManager.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/src/main/java/org/glassfish/concurrent/admin/ManagedExecutorServiceBaseManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ concurrent-impl --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ concurrent-impl --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ concurrent-impl --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ejb-full-container --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-full-container --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ ejb-full-container --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ ejb-full-container --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ ejb-full-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ejb-full-container --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/target/web-core.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/classes/META-INF for [INFO] [echo] ejb-full-container [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ ejb-full-container --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/ejb-full-container.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-full-container --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/ejb-full-container-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ web-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/target/web-core-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jms-admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jms-admin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jms-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ entitybean-container --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/target/generated-sources/hk2-config-generator/src/test/java [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ejb-full-container --- [WARNING] Manifest org.glassfish.main.concurrent:concurrent-impl:glassfish-jar:7.0.3-SNAPSHOT : Export org.glassfish.concurrent.runtime, has 1, private references [org.glassfish.concurrent.runtime.deployer.cfg] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jms-admin --- [INFO] Copying 1 resource [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ejb-full-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.ejb-ejb-full-container-checkstyle) @ ejb-full-container --- [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ concurrent-impl --- [INFO] Copying 0 resource [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ejb-full-container --- [INFO] Copying 13 resources [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-full-container/7.0.3-SNAPSHOT/ejb-full-container-7.0.3-SNAPSHOT.pom [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.concurrent.admin.CreateContextService, org.glassfish.concurrent.admin.CreateManagedExecutorService, org.glassfish.concurrent.admin.CreateManagedScheduledExecutorService, org.glassfish.concurrent.admin.CreateManagedThreadFactory, org.glassfish.concurrent.admin.DeleteContextService, org.glassfish.concurrent.admin.DeleteManagedExecutorService, org.glassfish.concurrent.admin.DeleteManagedScheduledExecutorService, org.glassfish.concurrent.admin.DeleteManagedThreadFactory, org.glassfish.concurrent.admin.ListContextServices, org.glassfish.concurrent.admin.ListManagedExecutorServices, org.glassfish.concurrent.admin.ListManagedScheduledExecutorServices, org.glassfish.concurrent.admin.ListManagedThreadFactories] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ concurrent-impl --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/ejb-full-container.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-full-container/7.0.3-SNAPSHOT/ejb-full-container-7.0.3-SNAPSHOT.jar [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jms-admin --- [INFO] Changes detected - recompiling the module! [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/target/classes [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/ejb-full-container-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-full-container/7.0.3-SNAPSHOT/ejb-full-container-7.0.3-SNAPSHOT-sources.jar [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/classes [INFO] [INFO] ------------< org.glassfish.main.ejb:ejb-timer-service-app >------------ [INFO] Building EJB Timer Service Application 7.0.3-SNAPSHOT [261/299] [INFO] --------------------------------[ war ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in EJB Timer Service Application: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb-timer-service-app --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ejb-timer-service-app --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ejb-timer-service-app --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ejb-timer-service-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ejb-timer-service-app --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ejb-timer-service-app --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-timer-service-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ejb-timer-service-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jersey-ejb-component-provider --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-ejb-component-provider --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jersey-ejb-component-provider --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jersey-ejb-component-provider --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jersey-ejb-component-provider --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jersey-ejb-component-provider --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/classes/META-INF for [INFO] [echo] jersey-ejb-component-provider [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jersey-ejb-component-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/jersey-ejb-component-provider.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-ejb-component-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/jersey-ejb-component-provider-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ web-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ web-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-web-core-checkstyle) @ web-core --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ web-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-core/7.0.3-SNAPSHOT/web-core-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/target/web-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-core/7.0.3-SNAPSHOT/web-core-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/target/web-core-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-core/7.0.3-SNAPSHOT/web-core-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jersey-ejb-component-provider --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jersey-ejb-component-provider --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-jersey-ejb-component-provider-checkstyle) @ jersey-ejb-component-provider --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jersey-ejb-component-provider --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/jersey-ejb-component-provider/7.0.3-SNAPSHOT/jersey-ejb-component-provider-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/jersey-ejb-component-provider.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jersey-ejb-component-provider/7.0.3-SNAPSHOT/jersey-ejb-component-provider-7.0.3-SNAPSHOT.jar [INFO] [INFO] --------------< org.glassfish.main.security:websecurity >--------------- [INFO] Building WebTier Security Integration 7.0.3-SNAPSHOT [262/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/jersey-ejb-component-provider-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jersey-ejb-component-provider/7.0.3-SNAPSHOT/jersey-ejb-component-provider-7.0.3-SNAPSHOT-sources.jar [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in WebTier Security Integration: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] ---------------< org.glassfish.main.admin:rest-service >---------------- [INFO] Building GlassFish Admin REST Service 7.0.3-SNAPSHOT [263/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Admin REST Service: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ websecurity --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ websecurity --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ websecurity --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ websecurity --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jdbc-admin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jdbc-admin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jdbc-admin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jdbc-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jdbc-admin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/target/classes/META-INF for [INFO] [echo] jdbc-admin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jdbc-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/target/jdbc-admin.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jdbc-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/target/jdbc-admin-sources.jar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ rest-service --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ rest-service --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ rest-service --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ rest-service --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jdbc-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jdbc-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.jdbc-jdbc-admin-checkstyle) @ jdbc-admin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jdbc-admin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-admin/7.0.3-SNAPSHOT/jdbc-admin-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/target/jdbc-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-admin/7.0.3-SNAPSHOT/jdbc-admin-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/target/jdbc-admin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-admin/7.0.3-SNAPSHOT/jdbc-admin-7.0.3-SNAPSHOT-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ entitybean-container --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ entitybean-container --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ entitybean-container --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ entitybean-container --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ concurrent-impl --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/generated-sources/hk2-config-generator/src/test/java [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ entitybean-container --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/target/classes/META-INF for [INFO] [echo] entitybean-container [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ entitybean-container --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/target/entitybean-container.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ entitybean-container --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/target/entitybean-container-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ entitybean-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ entitybean-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence-entitybean-container-checkstyle) @ entitybean-container --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ entitybean-container --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/entitybean-container/7.0.3-SNAPSHOT/entitybean-container-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/target/entitybean-container.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/entitybean-container/7.0.3-SNAPSHOT/entitybean-container-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/entitybean-container/target/entitybean-container-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/entitybean-container/7.0.3-SNAPSHOT/entitybean-container-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.main.persistence.cmp:cmp-support-sqlstore >------- [INFO] Building support-sqlstore module for cmp 7.0.3-SNAPSHOT [264/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ejb-timer-service-app --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ websecurity --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ websecurity --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ websecurity --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in support-sqlstore module for cmp: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] org.omnifaces:antlr-maven-plugin:2.4 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/target/classes [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ websecurity --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ websecurity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/src/main/java/org/glassfish/jms/admin/cli/ListJMSHosts.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/src/main/java/org/glassfish/jms/admin/cli/ListJMSHosts.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/src/main/java/org/glassfish/jms/admin/cli/JMSDestination.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/src/main/java/org/glassfish/jms/admin/cli/JMSDestination.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/src/main/java/org/glassfish/jms/admin/cli/JMSDestination.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/src/main/java/org/glassfish/jms/admin/cli/JMSDestination.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/src/main/java/org/glassfish/jms/admin/cli/JMSDestination.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jms-admin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jms-admin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jms-admin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ concurrent-impl --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ concurrent-impl --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ concurrent-impl --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ concurrent-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ concurrent-impl --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/classes/META-INF for [INFO] [echo] concurrent-impl [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ concurrent-impl --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/concurrent-impl.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ concurrent-impl --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/concurrent-impl-sources.jar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-support-sqlstore --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cmp-support-sqlstore --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ concurrent-impl --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cmp-support-sqlstore --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cmp-support-sqlstore --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/generated-sources/hk2-config-generator/src/main/java [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ concurrent-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.concurrent-concurrent-impl-checkstyle) @ concurrent-impl --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ concurrent-impl --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent-impl/7.0.3-SNAPSHOT/concurrent-impl-7.0.3-SNAPSHOT.pom [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/target/classes/META-INF/MANIFEST.MF [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/concurrent-impl.jar to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent-impl/7.0.3-SNAPSHOT/concurrent-impl-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/concurrent-impl-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent-impl/7.0.3-SNAPSHOT/concurrent-impl-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jms-admin --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.jms.admin.cli.ChangeMasterBrokerCommand, org.glassfish.jms.admin.cli.ConfigureJMSCluster, org.glassfish.jms.admin.cli.CreateJMSDestination, org.glassfish.jms.admin.cli.CreateJMSHost, org.glassfish.jms.admin.cli.CreateJMSResource, org.glassfish.jms.admin.cli.DeleteJMSDestination, org.glassfish.jms.admin.cli.DeleteJMSHost, org.glassfish.jms.admin.cli.DeleteJMSResource, org.glassfish.jms.admin.cli.FlushJMSDestination, org.glassfish.jms.admin.cli.GetJmsPhysicalDestinationCommand, org.glassfish.jms.admin.cli.JMSPing, org.glassfish.jms.admin.cli.ListJMSDestinations, org.glassfish.jms.admin.cli.ListJMSHosts, org.glassfish.jms.admin.cli.ListJMSResources, org.glassfish.jms.admin.cli.UpdateJmsPhysicalDestinationCommand] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jms-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ ejb-timer-service-app --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ ejb-timer-service-app --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ ejb-timer-service-app --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ejb-timer-service-app --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ websecurity --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ websecurity --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/target/classes/META-INF for [INFO] [echo] ejb-timer-service-app [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ ejb-timer-service-app --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-timer-service-app] in [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/target/ejb-timer-service-app] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/src/main/webapp] [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ websecurity --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ rest-service --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ rest-service --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ rest-service --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ rest-service --- [INFO] Copying 13 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rest-service --- [INFO] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/target/ejb-timer-service-app.war [INFO] Changes detected - recompiling the module! [INFO] Compiling 189 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/classes [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-timer-service-app --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/target/ejb-timer-service-app-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ejb-timer-service-app --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ejb-timer-service-app --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.ejb-ejb-timer-service-app-checkstyle) @ ejb-timer-service-app --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ejb-timer-service-app --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-timer-service-app/7.0.3-SNAPSHOT/ejb-timer-service-app-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/target/ejb-timer-service-app.war to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-timer-service-app/7.0.3-SNAPSHOT/ejb-timer-service-app-7.0.3-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/target/ejb-timer-service-app-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-timer-service-app/7.0.3-SNAPSHOT/ejb-timer-service-app-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.glassfish.main.ejb:ejb-timer-databases >------------- [INFO] Building GlassFish EJB timer app database init scripts 7.0.3-SNAPSHOT [265/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish EJB timer app database init scripts: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb-timer-databases --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ejb-timer-databases --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ejb-timer-databases --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-databases [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ejb-timer-databases --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ejb-timer-databases --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ejb-timer-databases --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (war) @ ejb-timer-databases --- [INFO] Copying ejb-timer-service-app.war to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/target/classes/glassfish/lib/install/applications/ejb-timer-service-app.war [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ejb-timer-databases --- [INFO] Copying 18 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ejb-timer-databases --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ websecurity --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ websecurity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/target/classes/META-INF for [INFO] [echo] ejb-timer-databases [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ ejb-timer-databases --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/target/ejb-timer-databases.zip [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-timer-databases --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/target/ejb-timer-databases-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ejb-timer-databases --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ejb-timer-databases --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.ejb-ejb-timer-databases-checkstyle) @ ejb-timer-databases --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ejb-timer-databases --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-timer-databases/7.0.3-SNAPSHOT/ejb-timer-databases-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/target/ejb-timer-databases.zip to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-timer-databases/7.0.3-SNAPSHOT/ejb-timer-databases-7.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/target/ejb-timer-databases-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-timer-databases/7.0.3-SNAPSHOT/ejb-timer-databases-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -------------------< org.glassfish.main.ejb:ejb-all >------------------- [INFO] Building EJB tier for GlassFish 7.0.3-SNAPSHOT [266/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in EJB tier for GlassFish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb-all --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ ejb-all --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ejb-all --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-all [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ejb-all --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ejb-all --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ ejb-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-all/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ ejb-all --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-all/target/classes/META-INF for [INFO] [echo] ejb-all [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ejb-all --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ ejb-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ ejb-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.ejb-ejb-all-checkstyle) @ ejb-all --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ejb-all --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-all/7.0.3-SNAPSHOT/ejb-all-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jms-admin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jms-admin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jms-admin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jms-admin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jms-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jms-admin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/target/classes/META-INF for [INFO] [echo] jms-admin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jms-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/target/jms-admin.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jms-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/target/jms-admin-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jms-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jms-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.jms-jms-admin-checkstyle) @ jms-admin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jms-admin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms-admin/7.0.3-SNAPSHOT/jms-admin-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/target/jms-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms-admin/7.0.3-SNAPSHOT/jms-admin-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/target/jms-admin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms-admin/7.0.3-SNAPSHOT/jms-admin-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.main.admingui:console-jms-plugin >----------- [INFO] Building Admin Console JMS Plugin 7.0.3-SNAPSHOT [267/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Admin Console JMS Plugin: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-jms-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ console-jms-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-jms-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-jms-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ websecurity --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ websecurity --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ websecurity --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ websecurity --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ websecurity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ websecurity --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/target/classes/META-INF for [INFO] [echo] websecurity [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ websecurity --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/target/websecurity.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- antlr-maven-plugin:2.4:generate (default) @ cmp-support-sqlstore --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ websecurity --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dependencies) @ console-jms-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/composite/metadata/ParamMetadata.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/composite/metadata/ParamMetadata.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/provider/ActionReportJsonProvider.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/provider/ActionReportJsonProvider.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/resources/TemplateRestResource.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/resources/TemplateRestResource.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ rest-service --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ rest-service --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ console-jms-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-jms-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ console-jms-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/target/websecurity-sources.jar [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ console-jms-plugin --- [INFO] Copying 50 resources [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ websecurity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ websecurity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.security-websecurity-checkstyle) @ websecurity --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ websecurity --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/websecurity/7.0.3-SNAPSHOT/websecurity-7.0.3-SNAPSHOT.pom [INFO] Copying 52 resources [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/target/websecurity.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/websecurity/7.0.3-SNAPSHOT/websecurity-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/target/websecurity-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/websecurity/7.0.3-SNAPSHOT/websecurity-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.glassfish.main.web:web-glue >------------------- [INFO] Building Web Container glue code 7.0.3-SNAPSHOT [268/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Web Container glue code: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-jms-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-glue --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ web-glue --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web-glue --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ web-glue --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ rest-service --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] performing grammar generation [JQL.g] ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 [INFO] performing grammar generation [Semantic.g] [WARNING] Manifest org.glassfish.main.admin:rest-service:glassfish-jar:7.0.3-SNAPSHOT : Export org.glassfish.admin.rest.utils, has 2, private references [org.glassfish.admin.rest.provider, org.glassfish.admin.rest.results] [WARNING] Manifest org.glassfish.main.admin:rest-service:glassfish-jar:7.0.3-SNAPSHOT : Export org.glassfish.admin.rest.composite, has 1, private references [org.glassfish.admin.rest.resources] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ rest-service --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.admin.rest.cli.GetGroupNamesCommand, org.glassfish.admin.rest.cli.GetTokensCommand, org.glassfish.admin.rest.cli.IsAnonymousUserEnabledCommand, org.glassfish.admin.rest.cli.PredefinedAuthRealmClassNamesCommand, org.glassfish.admin.rest.cli.SupportsUserManagementCommand, org.glassfish.admin.rest.cli.SynchronizeRealmFromConfig] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ rest-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 189 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/src/main/java/org/glassfish/admingui/plugin/jms/JmsHandlers.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/src/main/java/org/glassfish/admingui/plugin/jms/JmsHandlers.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/src/main/java/org/glassfish/admingui/plugin/jms/JmsHandlers.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-jms-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-jms-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ console-jms-plugin --- [INFO] No MANIFEST.MF file found, generating manifest. ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 [INFO] performing grammar generation [Optimizer.g] ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 [INFO] performing grammar generation [CodeGeneration.g] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ console-jms-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ console-jms-plugin --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-jms-plugin --- [INFO] Changes detected - recompiling the module! ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cmp-support-sqlstore --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/target/classes [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cmp-support-sqlstore --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cmp-support-sqlstore --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cmp-support-sqlstore --- [INFO] Copying 18 resources [INFO] Copying 4 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ cmp-support-sqlstore --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 173 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ web-glue --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ web-glue --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ web-glue --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ web-glue --- [INFO] Copying 0 resource [INFO] Copying 4 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ web-glue --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 244 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-jms-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ console-jms-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ console-jms-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ console-jms-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ console-jms-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ console-jms-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/target/classes/META-INF for [INFO] [echo] console-jms-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ console-jms-plugin --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ rest-service --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/generated-sources/hk2-config-generator/src/test/java [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/target/console-jms-plugin.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ console-jms-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/target/console-jms-plugin-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ console-jms-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ console-jms-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admingui-console-jms-plugin-checkstyle) @ console-jms-plugin --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ console-jms-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jms-plugin/7.0.3-SNAPSHOT/console-jms-plugin-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/target/console-jms-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jms-plugin/7.0.3-SNAPSHOT/console-jms-plugin-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admingui/jms-plugin/target/console-jms-plugin-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jms-plugin/7.0.3-SNAPSHOT/console-jms-plugin-7.0.3-SNAPSHOT-sources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ rest-service --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rest-service --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ rest-service --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ rest-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ rest-service --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/classes/META-INF for [INFO] [echo] rest-service [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ rest-service --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/rest-service.jar [INFO] [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ rest-service --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ rest-service --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/rest-service-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ rest-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ rest-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.admin-rest-service-checkstyle) @ rest-service --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ rest-service --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-service/7.0.3-SNAPSHOT/rest-service-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/rest-service.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-service/7.0.3-SNAPSHOT/rest-service-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/rest-service-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-service/7.0.3-SNAPSHOT/rest-service-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.glassfish.main.featuresets:nucleus >--------------- [INFO] Building Glassfish Nucleus Featureset 7.0.3-SNAPSHOT [269/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Glassfish Nucleus Featureset: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/featuresets/nucleus [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/featuresets/nucleus/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/featuresets/nucleus/target/classes/META-INF for [INFO] [echo] nucleus [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/featuresets/nucleus/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.featuresets-nucleus-checkstyle) @ nucleus --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/featuresets/nucleus/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/nucleus/7.0.3-SNAPSHOT/nucleus-7.0.3-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.distributions:nucleus-new >------------ [INFO] Building Nucleus Distribution 7.0.3-SNAPSHOT [270/299] [INFO] -----------------------[ glassfish-distribution ]----------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Nucleus Distribution: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-new --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ nucleus-new --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-new --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-new --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-new --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ nucleus-new --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:featuresets-dependencies (default-featuresets-dependencies) @ nucleus-new --- [INFO] Copying org.glassfish.hk2:hk2-core:jar:3.0.3 to target/dependency/hk2-core.jar [INFO] Copying org.glassfish.external:jsch:jar:0.1.56 to target/dependency/jsch.jar [INFO] Copying org.glassfish.main.core:kernel:jar:7.0.3-SNAPSHOT to target/dependency/kernel.jar [INFO] Copying jakarta.annotation:jakarta.annotation-api:jar:2.1.1 to target/dependency/jakarta.annotation-api.jar [INFO] Copying org.glassfish.external:management-api:jar:3.2.3 to target/dependency/management-api.jar [INFO] Copying org.glassfish.main.admin:monitoring-core:jar:7.0.3-SNAPSHOT to target/dependency/monitoring-core.jar [INFO] Copying org.glassfish.main:glassfish-jul-extension:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-jul-extension.jar [INFO] Copying org.glassfish.main.deployment:deployment-autodeploy:jar:7.0.3-SNAPSHOT to target/dependency/deployment-autodeploy.jar [INFO] Copying org.glassfish.hk2:hk2:jar:3.0.3 to target/dependency/hk2.jar [INFO] Copying org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 to target/dependency/aopalliance-repackaged.jar [INFO] Copying org.glassfish.main.common:common-util:jar:7.0.3-SNAPSHOT to target/dependency/common-util.jar [INFO] Copying org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.6 to target/dependency/org.apache.aries.spifly.dynamic.bundle.jar [INFO] Copying jakarta.el:jakarta.el-api:jar:5.0.1 to target/dependency/jakarta.el-api.jar [INFO] Copying org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.1.1 to target/dependency/jersey-entity-filtering.jar [INFO] Copying org.eclipse.angus:angus-activation:jar:2.0.0 to target/dependency/angus-activation.jar [INFO] Unpacking org.glassfish.main.deployment:nucleus-schemas:zip:7.0.3-SNAPSHOT to target/dependency/nucleus-schemas [INFO] Copying org.glassfish.jersey.media:jersey-media-json-binding:jar:3.1.1 to target/dependency/jersey-media-json-binding.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.1.1 to target/dependency/jersey-container-grizzly2-http.jar [INFO] Copying org.glassfish.hk2:hk2-api:jar:3.0.3 to target/dependency/hk2-api.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-interactive:jar:7.0.3-SNAPSHOT to target/dependency/osgi-cli-interactive.jar [INFO] Copying com.fasterxml.jackson.core:jackson-annotations:jar:2.14.2 to target/dependency/jackson-annotations.jar [INFO] Copying com.fasterxml:classmate:jar:1.5.1 to target/dependency/classmate.jar [INFO] Copying org.glassfish.pfl:pfl-basic:jar:4.1.2 to target/dependency/pfl-basic.jar [INFO] Copying org.glassfish.main.admin:admin-cli:jar:7.0.3-SNAPSHOT to target/dependency/admin-cli.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-framework:jar:7.0.3-SNAPSHOT to target/dependency/flashlight-framework.jar [INFO] Copying org.glassfish.pfl:pfl-dynamic:jar:4.1.2 to target/dependency/pfl-dynamic.jar [INFO] Copying org.ow2.asm:asm-util:jar:9.4 to target/dependency/asm-util.jar [INFO] Copying org.glassfish.jersey.ext:jersey-bean-validation:jar:3.1.1 to target/dependency/jersey-bean-validation.jar [INFO] Copying org.glassfish.jersey.core:jersey-common:jar:3.1.1 to target/dependency/jersey-common.jar [INFO] Copying org.glassfish.hk2:osgi-adapter:jar:3.0.3 to target/dependency/osgi-adapter.jar [INFO] Copying org.jboss.logging:jboss-logging:jar:3.5.0.Final to target/dependency/jboss-logging.jar [INFO] Copying org.glassfish.main.admin:admin-util:jar:7.0.3-SNAPSHOT to target/dependency/admin-util.jar [INFO] Copying org.glassfish.main.admin:launcher:jar:7.0.3-SNAPSHOT to target/dependency/launcher.jar [INFO] Copying org.ow2.asm:asm-commons:jar:9.4 to target/dependency/asm-commons.jar [INFO] Copying org.glassfish.jersey.core:jersey-server:jar:3.1.1 to target/dependency/jersey-server.jar [INFO] Copying org.glassfish.main.security:security:jar:7.0.3-SNAPSHOT to target/dependency/security.jar [INFO] Copying org.glassfish.main.security:ssl-impl:jar:7.0.3-SNAPSHOT to target/dependency/ssl-impl.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jettison:jar:3.1.1 to target/dependency/jersey-media-json-jettison.jar [INFO] Copying org.glassfish.main.hk2:tiger-types:jar:7.0.3-SNAPSHOT to target/dependency/tiger-types.jar [INFO] Copying org.ow2.asm:asm:jar:9.4 to target/dependency/asm.jar [INFO] Copying org.glassfish.hk2:hk2-runlevel:jar:3.0.3 to target/dependency/hk2-runlevel.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-multipart:jar:3.1.1 to target/dependency/jersey-media-multipart.jar [INFO] Copying org.glassfish.main.admin:nucleus-domain:jar:7.0.3-SNAPSHOT to target/dependency/nucleus-domain.jar [INFO] Copying org.apache.felix:org.apache.felix.fileinstall:jar:3.7.4 to target/dependency/org.apache.felix.fileinstall.jar [INFO] Copying org.glassfish.main.common:scattered-archive-api:jar:7.0.3-SNAPSHOT to target/dependency/scattered-archive-api.jar [INFO] Copying jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 to target/dependency/jakarta.ws.rs-api.jar [INFO] Copying jakarta.inject:jakarta.inject-api:jar:2.0.1.MR to target/dependency/jakarta.inject-api.jar [INFO] Copying org.glassfish.main.cluster:cluster-cli:jar:7.0.3-SNAPSHOT to target/dependency/cluster-cli.jar [INFO] Copying org.glassfish.corba:glassfish-corba-omgapi:jar:4.2.4 to target/dependency/glassfish-corba-omgapi.jar [INFO] Copying org.codehaus.jettison:jettison:jar:1.5.3 to target/dependency/jettison.jar [INFO] Copying org.glassfish.main.cluster:gms-bootstrap:jar:7.0.3-SNAPSHOT to target/dependency/gms-bootstrap.jar [INFO] Copying org.ow2.asm:asm-tree:jar:9.4 to target/dependency/asm-tree.jar [INFO] Copying org.glassfish.pfl:pfl-tf:jar:4.1.2 to target/dependency/pfl-tf.jar [INFO] Copying org.apache.felix:org.apache.felix.main:jar:7.0.5 to target/dependency/felix.jar [INFO] Copying org.glassfish.main.security:security-services:jar:7.0.3-SNAPSHOT to target/dependency/security-services.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-sse:jar:3.1.1 to target/dependency/jersey-media-sse.jar [INFO] Copying org.jvnet.mimepull:mimepull:jar:1.10.0 to target/dependency/mimepull.jar [INFO] Copying org.glassfish.main.hk2:hk2-config:jar:7.0.3-SNAPSHOT to target/dependency/hk2-config.jar [INFO] Copying org.glassfish.main.common:amx-core:jar:7.0.3-SNAPSHOT to target/dependency/amx-core.jar [INFO] Copying org.glassfish.main.common:simple-glassfish-api:jar:7.0.3-SNAPSHOT to target/dependency/simple-glassfish-api.jar [INFO] Copying org.glassfish.hk2:hk2-locator:jar:3.0.3 to target/dependency/hk2-locator.jar [INFO] Copying org.apache.felix:org.apache.felix.bundlerepository:jar:2.0.10 to target/dependency/org.apache.felix.bundlerepository.jar [INFO] Copying org.glassfish.main.core:api-exporter:jar:7.0.3-SNAPSHOT to target/dependency/api-exporter.jar [INFO] Copying org.glassfish.main.admin:server-mgmt:jar:7.0.3-SNAPSHOT to target/dependency/server-mgmt.jar [INFO] Copying org.ow2.asm:asm-analysis:jar:9.4 to target/dependency/asm-analysis.jar [INFO] Copying org.glassfish.main.common:internal-api:jar:7.0.3-SNAPSHOT to target/dependency/internal-api.jar [INFO] Copying org.glassfish.main.admin:config-api:jar:7.0.3-SNAPSHOT to target/dependency/config-api.jar [INFO] Unpacking org.glassfish.main.deployment:nucleus-dtds:zip:7.0.3-SNAPSHOT to target/dependency/nucleus-dtds [INFO] Copying org.glassfish.pfl:pfl-basic-tools:jar:4.1.2 to target/dependency/pfl-basic-tools.jar [INFO] Copying org.javassist:javassist:jar:3.29.2-GA to target/dependency/javassist.jar [INFO] Copying org.glassfish.main.core:glassfish:jar:7.0.3-SNAPSHOT to target/dependency/glassfish.jar [INFO] Copying org.glassfish.main.cluster:cluster-common:jar:7.0.3-SNAPSHOT to target/dependency/cluster-common.jar [INFO] Copying org.glassfish.expressly:expressly:jar:5.0.0 to target/dependency/expressly.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-osgi:jar:2.0.0 to target/dependency/grizzly-npn-osgi.jar [INFO] Copying org.glassfish.main.common:glassfish-api:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-api.jar [INFO] Copying jakarta.activation:jakarta.activation-api:jar:2.1.1 to target/dependency/jakarta.activation-api.jar [INFO] Copying com.sun.xml.bind:jaxb-osgi:jar:4.0.2 to target/dependency/jaxb-osgi.jar [INFO] Copying org.glassfish.main.cluster:cluster-ssh:jar:7.0.3-SNAPSHOT to target/dependency/cluster-ssh.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-jaxb:jar:3.1.1 to target/dependency/jersey-media-jaxb.jar [INFO] Copying jakarta.validation:jakarta.validation-api:jar:3.0.2 to target/dependency/jakarta.validation-api.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.1.1 to target/dependency/jersey-media-json-jackson.jar [INFO] Copying org.glassfish.hk2:class-model:jar:3.0.3 to target/dependency/class-model.jar [INFO] Copying org.apache.felix:org.apache.felix.configadmin:jar:1.9.26 to target/dependency/org.apache.felix.configadmin.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.shell:jar:1.1.4 to target/dependency/org.apache.felix.gogo.shell.jar [INFO] Copying org.glassfish.shoal:shoal-gms-api:jar:3.0.1 to target/dependency/shoal-gms-api.jar [INFO] Copying org.glassfish.main.admin:rest-client:jar:7.0.3-SNAPSHOT to target/dependency/rest-client.jar [INFO] Copying org.glassfish.corba:glassfish-corba-internal-api:jar:4.2.4 to target/dependency/glassfish-corba-internal-api.jar [INFO] Copying org.glassfish.main.grizzly:nucleus-grizzly-all:jar:7.0.3-SNAPSHOT to target/dependency/nucleus-grizzly-all.jar [INFO] Copying org.glassfish.gmbal:gmbal:jar:4.0.3 to target/dependency/gmbal.jar [INFO] Copying org.hibernate.validator:hibernate-validator-cdi:jar:8.0.0.Final to target/dependency/hibernate-validator-cdi.jar [INFO] Copying org.glassfish.pfl:pfl-tf-tools:jar:4.1.2 to target/dependency/pfl-tf-tools.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.6 to target/dependency/org.apache.felix.gogo.runtime.jar [INFO] Copying org.glassfish.main.cluster:cluster-admin:jar:7.0.3-SNAPSHOT to target/dependency/cluster-admin.jar [INFO] Copying org.glassfish.main.deployment:deployment-admin:jar:7.0.3-SNAPSHOT to target/dependency/deployment-admin.jar [INFO] Copying org.glassfish.main.cluster:gms-adapter:jar:7.0.3-SNAPSHOT to target/dependency/gms-adapter.jar [INFO] Unpacking org.glassfish.main.distributions:nucleus-common:zip:7.0.3-SNAPSHOT to target/dependency/nucleus-common [INFO] Copying org.glassfish.main.common:glassfish-mbeanserver:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-mbeanserver.jar [INFO] Copying org.glassfish.main.deployment:deployment-common:jar:7.0.3-SNAPSHOT to target/dependency/deployment-common.jar [INFO] Copying org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 to target/dependency/osgi-resource-locator.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-extra-jdk-packages:jar:7.0.3-SNAPSHOT to target/dependency/flashlight-extra-jdk-packages.jar [INFO] Copying org.glassfish.hk2:hk2-utils:jar:3.0.3 to target/dependency/hk2-utils.jar [INFO] Copying jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0 to target/dependency/jakarta.xml.bind-api.jar [INFO] Copying org.glassfish.main.core:glassfish-extra-jre-packages:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-extra-jre-packages.jar [INFO] Copying org.glassfish.jersey.inject:jersey-hk2:jar:3.1.1 to target/dependency/jersey-hk2.jar [INFO] Copying org.glassfish.main.hk2:config-types:jar:7.0.3-SNAPSHOT to target/dependency/config-types.jar [INFO] Copying org.glassfish.main.admin:rest-service:jar:7.0.3-SNAPSHOT to target/dependency/rest-service.jar [INFO] Copying com.fasterxml.jackson.core:jackson-core:jar:2.14.2 to target/dependency/jackson-core.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-agent:jar:7.0.3-SNAPSHOT to target/dependency/flashlight-agent.jar [INFO] Copying com.fasterxml.jackson.core:jackson-databind:jar:2.14.2 to target/dependency/jackson-databind.jar [INFO] Copying org.glassfish.shoal:shoal-gms-impl:jar:3.0.1 to target/dependency/shoal-gms-impl.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-container:jar:7.0.3-SNAPSHOT to target/dependency/osgi-container.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-api:jar:2.0.0 to target/dependency/grizzly-npn-api.jar [INFO] Copying org.hibernate.validator:hibernate-validator:jar:8.0.0.Final to target/dependency/hibernate-validator.jar [INFO] Copying org.glassfish.main.core:logging:jar:7.0.3-SNAPSHOT to target/dependency/logging.jar [INFO] Copying org.glassfish.main.admin:gf-restadmin-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-restadmin-connector.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-remote:jar:7.0.3-SNAPSHOT to target/dependency/osgi-cli-remote.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.command:jar:1.1.2 to target/dependency/org.apache.felix.gogo.command.jar [INFO] Copying org.glassfish.main.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:7.0.3-SNAPSHOT to target/dependency/jackson-module-jakarta-xmlbind-annotations.jar [INFO] Copying org.glassfish.jersey.core:jersey-client:jar:3.1.1 to target/dependency/jersey-client.jar [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (default-single) @ nucleus-new --- [INFO] Reading assembly descriptor: src/main/assembly/nucleus-new.xml [INFO] Copying files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus/target/stage [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:exec (create-domain) @ nucleus-new --- [INFO] executable: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus/target/stage/nucleus/bin/nadmin [INFO] commandLineArgs: --user admin create-domain --nopassword --savelogin=true --checkports=false --adminport 4848 --instanceport 8080 --keytooloptions CN=localhost domain1 [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/impl/PersistenceManagerImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/impl/PersistenceManagerImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/impl/PersistenceManagerImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/impl/PersistenceManagerImpl.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/impl/PersistenceManagerImpl.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/impl/PersistenceManagerImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ cmp-support-sqlstore --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ cmp-support-sqlstore --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ cmp-support-sqlstore --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/org/glassfish/web/deployment/node/FilterNode.java:[105,39] unchecked method invocation: method addInitParam in class org.glassfish.web.deployment.node.WebCommonNode is applied to given types required: org.w3c.dom.Node,java.lang.String,java.util.Enumeration<com.sun.enterprise.deployment.web.NameValuePair> found: org.w3c.dom.Node,java.lang.String,java.util.Enumeration [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/org/glassfish/web/deployment/node/FilterNode.java:[105,91] unchecked conversion required: java.util.Enumeration<com.sun.enterprise.deployment.web.NameValuePair> found: java.util.Enumeration [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/org/glassfish/web/deployment/node/OrderingNode.java:[39,31] unchecked call to registerElementHandler(com.sun.enterprise.deployment.node.XMLElement,java.lang.Class<?>,java.lang.String) as a member of the raw type com.sun.enterprise.deployment.node.DeploymentDescriptorNode [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/org/glassfish/web/deployment/node/OrderingNode.java:[40,31] unchecked call to registerElementHandler(com.sun.enterprise.deployment.node.XMLElement,java.lang.Class<?>,java.lang.String) as a member of the raw type com.sun.enterprise.deployment.node.DeploymentDescriptorNode [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/org/glassfish/web/deployment/node/runtime/gf/JspConfigRuntimeNode.java:[34,31] unchecked call to registerElementHandler(com.sun.enterprise.deployment.node.XMLElement,java.lang.Class<?>,java.lang.String) as a member of the raw type com.sun.enterprise.deployment.node.DeploymentDescriptorNode [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/org/glassfish/web/deployment/node/runtime/gf/ManagerPropertiesNode.java:[36,31] unchecked call to registerElementHandler(com.sun.enterprise.deployment.node.XMLElement,java.lang.Class<?>,java.lang.String) as a member of the raw type com.sun.enterprise.deployment.node.DeploymentDescriptorNode [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/org/glassfish/web/deployment/node/runtime/gf/WebPropertyContainerNode.java:[36,31] unchecked call to registerElementHandler(com.sun.enterprise.deployment.node.XMLElement,java.lang.Class<?>,java.lang.String) as a member of the raw type com.sun.enterprise.deployment.node.DeploymentDescriptorNode [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/org/glassfish/web/deployment/node/runtime/gf/SessionPropertiesNode.java:[35,31] unchecked call to registerElementHandler(com.sun.enterprise.deployment.node.XMLElement,java.lang.Class<?>,java.lang.String) as a member of the raw type com.sun.enterprise.deployment.node.DeploymentDescriptorNode [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/org/glassfish/web/deployment/node/ServletNode.java:[174,35] unchecked method invocation: method addInitParam in class org.glassfish.web.deployment.node.WebCommonNode is applied to given types required: org.w3c.dom.Node,java.lang.String,java.util.Enumeration<com.sun.enterprise.deployment.web.NameValuePair> found: org.w3c.dom.Node,java.lang.String,java.util.Enumeration [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/org/glassfish/web/deployment/node/ServletNode.java:[174,68] unchecked conversion required: java.util.Enumeration<com.sun.enterprise.deployment.web.NameValuePair> found: java.util.Enumeration [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/org/glassfish/web/deployment/node/runtime/gf/StorePropertiesNode.java:[37,31] unchecked call to registerElementHandler(com.sun.enterprise.deployment.node.XMLElement,java.lang.Class<?>,java.lang.String) as a member of the raw type com.sun.enterprise.deployment.node.DeploymentDescriptorNode [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/org/glassfish/web/deployment/node/LocaleEncodingMappingListNode.java:[38,31] unchecked call to registerElementHandler(com.sun.enterprise.deployment.node.XMLElement,java.lang.Class<?>,java.lang.String) as a member of the raw type com.sun.enterprise.deployment.node.DeploymentDescriptorNode [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/org/glassfish/web/deployment/node/SessionConfigNode.java:[37,31] unchecked call to registerElementHandler(com.sun.enterprise.deployment.node.XMLElement,java.lang.Class<?>,java.lang.String) as a member of the raw type com.sun.enterprise.deployment.node.DeploymentDescriptorNode [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/com/sun/enterprise/web/BasePersistenceStrategyBuilder.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/com/sun/enterprise/web/BasePersistenceStrategyBuilder.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/com/sun/web/server/J2EEInstanceListener.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/com/sun/web/server/J2EEInstanceListener.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ web-glue --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ web-glue --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ web-glue --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.glassfish.main.persistence.cmp:cmp-support-sqlstore:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.jdo.spi.persistence.support.sqlstore, has 4, private references [com.sun.jdo.spi.persistence.support.sqlstore.database, com.sun.jdo.spi.persistence.support.sqlstore.impl, com.sun.jdo.spi.persistence.support.sqlstore.model, com.sun.jdo.spi.persistence.support.sqlstore.state] [WARNING] Manifest org.glassfish.main.persistence.cmp:cmp-support-sqlstore:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc, has 2, private references [com.sun.jdo.spi.persistence.support.sqlstore.query.util.scope, com.sun.jdo.spi.persistence.support.sqlstore.query.util.type] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ cmp-support-sqlstore --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cmp-support-sqlstore --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 173 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/classes [WARNING] Manifest org.glassfish.main.web:web-glue:glassfish-jar:7.0.3-SNAPSHOT : Host org.glassfish.main.ejb.ejb-container= for this fragment/require bundle cannot be found on the classpath [WARNING] Manifest org.glassfish.main.web:web-glue:glassfish-jar:7.0.3-SNAPSHOT : Host org.glassfish.main.web.ha= for this fragment/require bundle cannot be found on the classpath [WARNING] Manifest org.glassfish.main.web:web-glue:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.enterprise.web.connector.coyote, has 1, private references [com.sun.enterprise.web.connector] [WARNING] Manifest org.glassfish.main.web:web-glue:glassfish-jar:7.0.3-SNAPSHOT : Export org.glassfish.web.deployment.io.runtime, has 1, private references [org.glassfish.web.deployment.node.runtime.gf] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/target/classes/META-INF/MANIFEST.MF [INFO] [exec] Using port 4848 for Admin. [INFO] [exec] Using port 8080 for HTTP Instance. [INFO] [exec] Using default port 7676 for JMS. [INFO] [exec] Using default port 3700 for IIOP. [INFO] [exec] Using default port 8181 for HTTP_SSL. [INFO] [exec] Using default port 3820 for IIOP_SSL. [INFO] [exec] Using default port 3920 for IIOP_MUTUALAUTH. [INFO] [exec] Using default port 8686 for JMX_ADMIN. [INFO] [exec] Using default port 6666 for OSGI_SHELL. [INFO] [exec] Using default port 9009 for JAVA_DEBUGGER. [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ web-glue --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ web-glue --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 244 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/target/classes [INFO] [exec] Distinguished Name of the self-signed X.509 Server Certificate is: [INFO] [exec] [CN=localhost,OU=GlassFish,O=Eclipse.org Foundation Inc,L=Ottawa,ST=Ontario,C=CA] [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cmp-support-sqlstore --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cmp-support-sqlstore --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ cmp-support-sqlstore --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ cmp-support-sqlstore --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ cmp-support-sqlstore --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cmp-support-sqlstore --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/classes/META-INF for [INFO] [echo] cmp-support-sqlstore [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ cmp-support-sqlstore --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/cmp-support-sqlstore.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cmp-support-sqlstore --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/cmp-support-sqlstore-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cmp-support-sqlstore --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cmp-support-sqlstore --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence.cmp-cmp-support-sqlstore-checkstyle) @ cmp-support-sqlstore --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cmp-support-sqlstore --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-support-sqlstore/7.0.3-SNAPSHOT/cmp-support-sqlstore-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/cmp-support-sqlstore.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-support-sqlstore/7.0.3-SNAPSHOT/cmp-support-sqlstore-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/cmp-support-sqlstore-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-support-sqlstore/7.0.3-SNAPSHOT/cmp-support-sqlstore-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.glassfish.main.persistence.cmp:cmp-support-ejb >--------- [INFO] Building support ejb module for cmp 7.0.3-SNAPSHOT [271/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in support ejb module for cmp: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] org.omnifaces:antlr-maven-plugin:2.4 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-support-ejb --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cmp-support-ejb --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cmp-support-ejb --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ cmp-support-ejb --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/com/sun/web/server/J2EEInstanceListener.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/com/sun/web/server/J2EEInstanceListener.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/src/main/java/com/sun/web/server/J2EEInstanceListener.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ web-glue --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ web-glue --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ web-glue --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ web-glue --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ web-glue --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ web-glue --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/target/classes/META-INF for [INFO] [echo] web-glue [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ web-glue --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/target/web-glue.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ web-glue --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/target/web-glue-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ web-glue --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ web-glue --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-web-glue-checkstyle) @ web-glue --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ web-glue --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-glue/7.0.3-SNAPSHOT/web-glue-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/target/web-glue.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-glue/7.0.3-SNAPSHOT/web-glue-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/target/web-glue-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-glue/7.0.3-SNAPSHOT/web-glue-7.0.3-SNAPSHOT-sources.jar [INFO] [exec] Distinguished Name of the self-signed X.509 Server Certificate is: [INFO] [exec] [CN=localhost-instance,OU=GlassFish,O=Eclipse.org Foundation Inc,L=Ottawa,ST=Ontario,C=CA] [INFO] [INFO] ------------< org.glassfish.main.web:jspcaching-connector >------------- [INFO] Building JSP caching taglib connector module 7.0.3-SNAPSHOT [272/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] -------------------< org.glassfish.main.web:web-ha >-------------------- [INFO] Building Web Container HA code 7.0.3-SNAPSHOT [273/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] [INFO] ----------------< org.glassfish.main.web:jsf-connector >---------------- [INFO] Building JSF implementation connector module 7.0.3-SNAPSHOT [274/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] --------------< org.glassfish.main.web:weld-integration >--------------- [INFO] Building Weld integration for glassfish 7.0.3-SNAPSHOT [275/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JSF implementation connector module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Web Container HA code: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Weld integration for glassfish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] -------------< org.glassfish.main.webservices:jsr109-impl >------------- [INFO] Building JSR-109 implementation to deploy Metro 7.0.3-SNAPSHOT [276/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JSP caching taglib connector module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JSR-109 implementation to deploy Metro: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --------< org.glassfish.main.webservices:webservices-connector >-------- [INFO] Building Connector for GlassFish Web Services Container 7.0.3-SNAPSHOT [277/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Connector for GlassFish Web Services Container: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jsf-connector --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-ha --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jsf-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ web-ha --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web-ha --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jsf-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jsf-connector --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ web-ha --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jspcaching-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jspcaching-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jspcaching-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jspcaching-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ webservices-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ webservices-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ webservices-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ webservices-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ weld-integration --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ weld-integration --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ weld-integration --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ weld-integration --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- antlr-maven-plugin:2.4:generate (default) @ cmp-support-ejb --- [INFO] performing grammar generation [EJBQL.g] ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 [INFO] performing grammar generation [JDOQLCodeGeneration.g] ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 [INFO] performing grammar generation [Semantic.g] [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jsf-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jsf-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jsf-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jsr109-impl --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jsr109-impl --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jsr109-impl --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jsf-connector --- [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jsr109-impl --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/generated-sources/hk2-config-generator/src/main/java [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jsf-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ web-ha --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ web-ha --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ web-ha --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ web-ha --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jspcaching-connector --- [INFO] Copying 1 resource [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jspcaching-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jspcaching-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha/src/main/manpages [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector/target/common-resources with includes "" and excludes "" [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ web-ha --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jspcaching-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jspcaching-connector --- [INFO] Changes detected - recompiling the module! [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha/target/classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ webservices-connector --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ webservices-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ webservices-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ webservices-connector --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ webservices-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/target/classes ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cmp-support-ejb --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cmp-support-ejb --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cmp-support-ejb --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ cmp-support-ejb --- [INFO] Copying 9 resources [INFO] Copying 3 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ cmp-support-ejb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ weld-integration --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ weld-integration --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ weld-integration --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ weld-integration --- [INFO] Copying 0 resource [INFO] Copying 3 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ weld-integration --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jspcaching-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jspcaching-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jspcaching-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/src/main/java/org/glassfish/faces/integration/GlassFishInjectionProvider.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/src/main/java/org/glassfish/faces/integration/GlassFishInjectionProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/src/main/java/org/glassfish/faces/integration/GlassFishInjectionProvider.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/src/main/java/org/glassfish/faces/integration/GlassFishInjectionProvider.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/src/main/java/org/glassfish/faces/integration/GlassFishInjectionProvider.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/src/main/java/org/glassfish/faces/integration/GlassFishInjectionProvider.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jsf-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jsf-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jsf-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jspcaching-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jspcaching-connector --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ web-ha --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ web-ha --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jsr109-impl --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jsr109-impl --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jsr109-impl --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jsr109-impl --- [INFO] Copying 3 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jsr109-impl --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ web-ha --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jsf-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jsf-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/src/main/java/org/glassfish/webservices/connector/annotation/handlers/WebServiceRefHandler.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/src/main/java/org/glassfish/webservices/connector/annotation/handlers/WebServiceRefHandler.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/src/main/java/org/glassfish/webservices/archivist/WebServicesArchivist.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/src/main/java/org/glassfish/webservices/archivist/WebServicesArchivist.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ webservices-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ webservices-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ webservices-connector --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ web-ha --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ web-ha --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ webservices-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ webservices-connector --- [INFO] Changes detected - recompiling the module! [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha/target/classes [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbc/CMPTemplateFormatter.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbc/CMPTemplateFormatter.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbc/CMPTemplateFormatter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbc/CMPTemplateFormatter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ cmp-support-ejb --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ cmp-support-ejb --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ cmp-support-ejb --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.glassfish.main.persistence.cmp:cmp-support-ejb:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.jdo.spi.persistence.support.ejb.ejbc, has 2, private references [com.sun.jdo.spi.persistence.support.ejb.codegen, com.sun.jdo.spi.persistence.support.ejb.model.util] [WARNING] Manifest org.glassfish.main.persistence.cmp:cmp-support-ejb:glassfish-jar:7.0.3-SNAPSHOT : Export com.sun.jdo.spi.persistence.support.ejb.ejbqlc, has 1, private references [com.sun.jdo.spi.persistence.support.ejb.model.util] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ cmp-support-ejb --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cmp-support-ejb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/classes [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/services/EjbServicesImpl.java:[208,48] unchecked call to getMethod(java.lang.String,java.lang.Class<?>...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedContextImpl.java:[157,85] unchecked cast required: org.glassfish.cdi.transaction.TransactionScopedBean<T> found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[68,70] unchecked method invocation: method createAnnotatedType in interface jakarta.enterprise.inject.spi.BeanManager is applied to given types required: java.lang.Class<T> found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[68,71] unchecked conversion required: java.lang.Class<T> found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[72,79] unchecked method invocation: method getInjectionTargetFactory in interface jakarta.enterprise.inject.spi.BeanManager is applied to given types required: jakarta.enterprise.inject.spi.AnnotatedType<T> found: jakarta.enterprise.inject.spi.AnnotatedType [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[72,80] unchecked conversion required: jakarta.enterprise.inject.spi.AnnotatedType<T> found: jakarta.enterprise.inject.spi.AnnotatedType [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[73,78] unchecked call to createInjectionTarget(jakarta.enterprise.inject.spi.Bean<T>) as a member of the raw type jakarta.enterprise.inject.spi.InjectionTargetFactory [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[125,54] unchecked conversion required: java.util.Set<jakarta.enterprise.inject.spi.InjectionPoint> found: java.util.Set [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[175,54] unchecked call to produce(jakarta.enterprise.context.spi.CreationalContext<T>) as a member of the raw type jakarta.enterprise.inject.spi.Producer [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[176,35] unchecked call to inject(T,jakarta.enterprise.context.spi.CreationalContext<T>) as a member of the raw type jakarta.enterprise.inject.spi.InjectionTarget [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[177,42] unchecked call to postConstruct(T) as a member of the raw type jakarta.enterprise.inject.spi.InjectionTarget [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[183,39] unchecked call to preDestroy(T) as a member of the raw type jakarta.enterprise.inject.spi.InjectionTarget [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[184,36] unchecked call to dispose(T) as a member of the raw type jakarta.enterprise.inject.spi.Producer [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/util/Util.java:[39,35] unchecked cast required: java.lang.Class<T> found: java.lang.Class<capture#1 of ?> [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/util/Util.java:[42,31] unchecked cast required: java.lang.Class<T> found: java.lang.Class<capture#2 of ?> [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/services/CDIServiceImpl.java:[593,20] unchecked conversion required: jakarta.enterprise.inject.spi.InjectionTarget<T> found: jakarta.enterprise.inject.spi.InjectionTarget [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/services/CDIServiceImpl.java:[603,20] unchecked conversion required: jakarta.enterprise.context.spi.CreationalContext<T> found: jakarta.enterprise.context.spi.CreationalContext [WARNING] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/services/CDIServiceImpl.java:[624,69] unchecked cast required: T found: java.lang.Object [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/BeanManagerNamingProxy.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/BeanManagerNamingProxy.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/DeploymentImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/DeploymentImpl.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ weld-integration --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ weld-integration --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ weld-integration --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ weld-integration --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ weld-integration --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jspcaching-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jspcaching-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jspcaching-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jspcaching-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jspcaching-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jspcaching-connector --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/src/main/java/org/glassfish/faces/integration/GlassFishInjectionProvider.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/src/main/java/org/glassfish/faces/integration/GlassFishInjectionProvider.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/src/main/java/org/glassfish/faces/integration/GlassFishInjectionProvider.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jsf-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jsf-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jsf-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jsf-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jsf-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jsf-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/target/classes/META-INF for [INFO] [echo] jsf-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jsf-connector --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ web-ha --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ web-ha --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ web-ha --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ web-ha --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ web-ha --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ web-ha --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector/target/classes/META-INF for [INFO] [echo] jspcaching-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jspcaching-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector/target/jspcaching-connector.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/target/jsf-connector.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha/target/classes/META-INF for [INFO] [echo] web-ha [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ web-ha --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jspcaching-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector/target/jspcaching-connector-sources.jar [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha/target/web-ha.jar [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jsf-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/target/jsf-connector-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jspcaching-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jspcaching-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-jspcaching-connector-checkstyle) @ jspcaching-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jspcaching-connector --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jsf-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/jspcaching-connector/7.0.3-SNAPSHOT/jspcaching-connector-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector/target/jspcaching-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jspcaching-connector/7.0.3-SNAPSHOT/jspcaching-connector-7.0.3-SNAPSHOT.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jsf-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-jsf-connector-checkstyle) @ jsf-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jsf-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/jsf-connector/7.0.3-SNAPSHOT/jsf-connector-7.0.3-SNAPSHOT.pom [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ webservices-connector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ webservices-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ webservices-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ webservices-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ webservices-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ webservices-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector/target/jspcaching-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jspcaching-connector/7.0.3-SNAPSHOT/jspcaching-connector-7.0.3-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/target/jsf-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jsf-connector/7.0.3-SNAPSHOT/jsf-connector-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/target/jsf-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jsf-connector/7.0.3-SNAPSHOT/jsf-connector-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ web-ha --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha/target/web-ha-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/target/classes/META-INF for [INFO] [echo] webservices-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ webservices-connector --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ web-ha --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ web-ha --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-web-ha-checkstyle) @ web-ha --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ web-ha --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-ha/7.0.3-SNAPSHOT/web-ha-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha/target/web-ha.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-ha/7.0.3-SNAPSHOT/web-ha-7.0.3-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/target/webservices-connector.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha/target/web-ha-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-ha/7.0.3-SNAPSHOT/web-ha-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ webservices-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/target/webservices-connector-sources.jar [INFO] [INFO] -----------------< org.glassfish.main.web:webtier-all >----------------- [INFO] Building Web Related Implementations for GlassFish 7.0.3-SNAPSHOT [278/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Web Related Implementations for GlassFish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ webtier-all --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ webtier-all --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ webtier-all --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/webtier-all [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ webtier-all --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ webtier-all --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ webtier-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/webtier-all/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ webtier-all --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ webtier-all --- [INFO] No sources to compile [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ webtier-all --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ webservices-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ webservices-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.webservices-webservices-connector-checkstyle) @ webservices-connector --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ webservices-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices-connector/7.0.3-SNAPSHOT/webservices-connector-7.0.3-SNAPSHOT.pom [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/webtier-all/target/classes/META-INF for [INFO] [echo] webtier-all [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/target/webservices-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices-connector/7.0.3-SNAPSHOT/webservices-connector-7.0.3-SNAPSHOT.jar [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/webtier-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ webtier-all --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ webtier-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ webtier-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-webtier-all-checkstyle) @ webtier-all --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ webtier-all --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/webtier-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/webtier-all/7.0.3-SNAPSHOT/webtier-all-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/target/webservices-connector-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices-connector/7.0.3-SNAPSHOT/webservices-connector-7.0.3-SNAPSHOT-sources.jar [INFO] [exec] Domain domain1 created. [INFO] [exec] Domain domain1 admin port is 4848. [INFO] [exec] Domain domain1 allows admin login as user "admin" with no password. [INFO] [exec] Admin login information for host [localhost] and port [4848] [INFO] [exec] is being overwritten with credentials provided because the [INFO] [exec] --savelogin option was used during the create-domain command. [INFO] [exec] Login information relevant to admin user name [admin] [INFO] [exec] for this domain [domain1] stored at [INFO] [exec] [/home/jenkins/.gfclient/pass] successfully. [INFO] [exec] Make sure that this file remains protected. [INFO] [exec] Information stored in this file will be used by [INFO] [exec] administration commands to manage this domain. [INFO] [exec] Command create-domain executed successfully. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ nucleus-new --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus/target/dependency/META-INF for [INFO] [echo] nucleus-new [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus/target/dependency/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ nucleus-new --- [INFO] [zip] duplicate: preserve [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus/target/nucleus-new.zip [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/WsUtil.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/WsUtil.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/WsUtil.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/WsUtil.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/WsUtil.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/WsUtil.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ jsr109-impl --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ jsr109-impl --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cmp-support-ejb --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ cmp-support-ejb --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ cmp-support-ejb --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ cmp-support-ejb --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ cmp-support-ejb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cmp-support-ejb --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/classes/META-INF for [INFO] [echo] cmp-support-ejb [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ cmp-support-ejb --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ jsr109-impl --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/cmp-support-ejb.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cmp-support-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/cmp-support-ejb-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cmp-support-ejb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cmp-support-ejb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence.cmp-cmp-support-ejb-checkstyle) @ cmp-support-ejb --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cmp-support-ejb --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-support-ejb/7.0.3-SNAPSHOT/cmp-support-ejb-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/cmp-support-ejb.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-support-ejb/7.0.3-SNAPSHOT/cmp-support-ejb-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/cmp-support-ejb-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-support-ejb/7.0.3-SNAPSHOT/cmp-support-ejb-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.glassfish.main.persistence.cmp:cmp-all >------------- [INFO] Building CMP tier for GlassFish 7.0.3-SNAPSHOT [279/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in CMP tier for GlassFish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-all --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ cmp-all --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cmp-all --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/cmp-all [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cmp-all --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cmp-all --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ cmp-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/cmp-all/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ cmp-all --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/cmp-all/target/classes/META-INF for [INFO] [echo] cmp-all [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/cmp-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cmp-all --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ cmp-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ cmp-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.persistence.cmp-cmp-all-checkstyle) @ cmp-all --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ cmp-all --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/cmp-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-all/7.0.3-SNAPSHOT/cmp-all-7.0.3-SNAPSHOT.pom [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ jsr109-impl --- [WARNING] Following command classes neither provide nor inherit authorization: [org.glassfish.webservices.cli.ListWebServicesCommand] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jsr109-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/DeploymentImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/DeploymentImpl.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ weld-integration --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jsr109-impl --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ weld-integration --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ weld-integration --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ weld-integration --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ weld-integration --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ weld-integration --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/target/classes/META-INF for [INFO] [echo] weld-integration [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ weld-integration --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/target/weld-integration.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ weld-integration --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/target/weld-integration-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ weld-integration --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ weld-integration --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.web-weld-integration-checkstyle) @ weld-integration --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ weld-integration --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration/7.0.3-SNAPSHOT/weld-integration-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/target/weld-integration.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration/7.0.3-SNAPSHOT/weld-integration-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/target/weld-integration-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration/7.0.3-SNAPSHOT/weld-integration-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.glassfish.main.jms:gf-jms-injection >--------------- [INFO] Building JMS Injection Module for Runtime 7.0.3-SNAPSHOT [280/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] -----------------< org.glassfish.main.featuresets:web >----------------- [INFO] Building Glassfish Web Featureset 7.0.3-SNAPSHOT [281/299] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --------< org.glassfish.main.microprofile:microprofile-config >--------- [INFO] Building GlassFish MicroProfile Config 7.0.3-SNAPSHOT [282/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Glassfish Web Featureset: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in JMS Injection Module for Runtime: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish MicroProfile Config: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-jms-injection --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ gf-jms-injection --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gf-jms-injection --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gf-jms-injection --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ microprofile-config --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ microprofile-config --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ microprofile-config --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/config [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ microprofile-config --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/config/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ nucleus-new --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus/target/nucleus-new-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ nucleus-new --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ nucleus-new --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.distributions-nucleus-new-checkstyle) @ nucleus-new --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ nucleus-new --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-new/7.0.3-SNAPSHOT/nucleus-new-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus/target/nucleus-new.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-new/7.0.3-SNAPSHOT/nucleus-new-7.0.3-SNAPSHOT.zip [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jsr109-impl --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jsr109-impl --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jsr109-impl --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ jsr109-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ jsr109-impl --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/distributions/nucleus/target/nucleus-new-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-new/7.0.3-SNAPSHOT/nucleus-new-7.0.3-SNAPSHOT-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/classes/META-INF for [INFO] [echo] jsr109-impl [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ jsr109-impl --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/jsr109-impl.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jsr109-impl --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/jsr109-impl-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ jsr109-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ jsr109-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.webservices-jsr109-impl-checkstyle) @ jsr109-impl --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jsr109-impl --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/jsr109-impl/7.0.3-SNAPSHOT/jsr109-impl-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/jsr109-impl.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/jsr109-impl/7.0.3-SNAPSHOT/jsr109-impl-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/jsr109-impl-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/jsr109-impl/7.0.3-SNAPSHOT/jsr109-impl-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.main.security:webservices.security >---------- [INFO] Building WebServices Security and JSR 196 implementation 7.0.3-SNAPSHOT [283/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --------------< org.glassfish.main.webservices:soap-tcp >--------------- [INFO] Building SOAP/TCP integration code 7.0.3-SNAPSHOT [284/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] -------------< org.glassfish.main.webservices:metro-glue >-------------- [INFO] Building GlassFish Metro Glue Code 7.0.3-SNAPSHOT [285/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in SOAP/TCP integration code: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Metro Glue Code: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in WebServices Security and JSR 196 implementation: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ soap-tcp --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ soap-tcp --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ metro-glue --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ soap-tcp --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ metro-glue --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/soap-tcp [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ soap-tcp --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ metro-glue --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/soap-tcp/target/generated-sources/hk2-config-generator/src/main/java [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-glue [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ metro-glue --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-glue/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ webservices.security --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ webservices.security --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ webservices.security --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ webservices.security --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ gf-jms-injection --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ gf-jms-injection --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ gf-jms-injection --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ gf-jms-injection --- [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ gf-jms-injection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/config/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ microprofile-config --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ microprofile-config --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ microprofile-config --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/config/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ microprofile-config --- [INFO] Copying 3 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/config/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/config/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-glue/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ metro-glue --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ metro-glue --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ metro-glue --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-glue/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ metro-glue --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-glue/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ metro-glue --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-glue/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ webservices.security --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ webservices.security --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ webservices.security --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ webservices.security --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ webservices.security --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/soap-tcp/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ soap-tcp --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ soap-tcp --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ soap-tcp --- [INFO] Changes detected - recompiling the module! [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/target/classes [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/soap-tcp/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ soap-tcp --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/soap-tcp/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ soap-tcp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/soap-tcp/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ microprofile-config --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ microprofile-config --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ microprofile-config --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/src/main/java/org/glassfish/jms/injection/JMSCDIExtension.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/src/main/java/org/glassfish/jms/injection/JMSCDIExtension.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/src/main/java/org/glassfish/jms/injection/JMSCDIExtension.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ gf-jms-injection --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ gf-jms-injection --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ gf-jms-injection --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ metro-glue --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ metro-glue --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ metro-glue --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ soap-tcp --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ soap-tcp --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ gf-jms-injection --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ gf-jms-injection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ soap-tcp --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/ClientPipeCreator.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/ClientPipeCreator.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/jmac/provider/config/PipeHelper.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/jmac/provider/config/PipeHelper.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/jmac/provider/PacketMapMessageInfo.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/jmac/provider/PacketMapMessageInfo.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ webservices.security --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ webservices.security --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-glue/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ metro-glue --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ metro-glue --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-glue/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ webservices.security --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.glassfish.main.microprofile:microprofile-config:glassfish-jar:7.0.3-SNAPSHOT : Split package, multiple jars provide the same package:io/helidon/microprofile/config Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:helidon-microprofile-config] Class path [Jar:., Jar:helidon-microprofile-config, Jar:helidon-config-mp, Jar:helidon-common, Jar:helidon-common-service-loader, Jar:helidon-config, Jar:helidon-common-media-type, Jar:microprofile-config-api, Jar:helidon-config-yaml-mp, Jar:helidon-config-yaml, Jar:snakeyaml, Jar:helidon-config-encryption, Jar:helidon-common-key-util, Jar:helidon-common-configurable, Jar:helidon-common-context, Jar:helidon-common-crypto, Jar:helidon-config-object-mapping, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:glassfish-api, Jar:hk2, Jar:hk2-utils, Jar:hk2-api, Jar:aopalliance-repackaged, Jar:hk2-core, Jar:hk2-locator, Jar:javassist, Jar:hk2-runlevel, Jar:class-model, Jar:asm-analysis, Jar:asm-commons, Jar:asm-tree, Jar:asm-util, Jar:jakarta.xml.bind-api, Jar:jaxb-osgi, Jar:scattered-archive-api, Jar:hk2-config, Jar:tiger-types, Jar:hibernate-validator, Jar:jakarta.validation-api, Jar:jboss-logging, Jar:classmate, Jar:nucleus-grizzly-all, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http, Jar:grizzly-http2, Jar:grizzly-http-server, Jar:grizzly-config, Jar:glassfish-corba-omgapi, Jar:management-api, Jar:internal-api, Jar:config-types, Jar:config-api, Jar:common-util, Jar:weld-integration, Jar:jakarta.faces, Jar:web-glue, Jar:jakarta.servlet-api, Jar:web-cli, Jar:amx-jakartaee, Jar:amx-core, Jar:glassfish-mbeanserver, Jar:flashlight-framework, Jar:stats77, Jar:war-util, Jar:jakarta.servlet.jsp-api, Jar:glassfish-ee-api, Jar:web-naming, Jar:jakarta.mail-api, Jar:jakarta.activation-api, Jar:angus-mail, Jar:angus-activation, Jar:web-core, Jar:admin-util, Jar:security-services, Jar:jackson-annotations, Jar:jackson-databind, Jar:jackson-core, Jar:deployment-common, Jar:deployment-jakartaee-core, Jar:wasp, Jar:expressly, Jar:admin-core, Jar:monitoring-core, Jar:dol, Jar:jakarta.enterprise.concurrent-api, Jar:annotation-framework, Jar:logging-annotation-processor, Jar:nucleus-resources, Jar:transaction-internal-api, Jar:container-common, Jar:security, Jar:web-gui-plugin-common, Jar:kernel, Jar:glassfish, Jar:logging, Jar:api-exporter, Jar:websecurity, Jar:jakarta.authentication-api, Jar:web-embed-api, Jar:simple-glassfish-api, Jar:gf-web-connector, Jar:web-sse, Jar:weld-osgi-bundle, Jar:weld-ejb, Jar:weld-jsf, Jar:weld-jta, Jar:weld-web, Jar:weld-lite-extension-translator, Jar:jboss-logging-processor, Jar:jboss-logging-annotations, Jar:jdeparser, Jar:gf-weld-connector, Jar:ejb-container, Jar:jakarta.ejb-api, Jar:ejb-client, Jar:security-ee, Jar:ssl-impl, Jar:jakarta.authorization-api, Jar:exousia, Jar:jaspic.provider.framework, Jar:libpam4j, Jar:glassfish-naming, Jar:persistence-common, Jar:connectors-internal-api, Jar:resources-connector, Jar:ejb-internal-api, Jar:gf-ejb-connector, Jar:asm, Jar:orb-connector, Jar:orb-enabler, Jar:glassfish-corba-orb, Jar:glassfish-corba-csiv2-idl, Jar:exception-annotation-processor, Jar:pfl-dynamic, Jar:glassfish-corba-internal-api, Jar:pfl-basic, Jar:ha-api, Jar:gms-bootstrap, Jar:shoal-gms-api, Jar:rmic, Jar:jakarta.transaction-api, Jar:jta, Jar:jakarta.resource-api, Jar:jakarta.persistence-api, Jar:gmbal, Jar:pfl-tf, Jar:pfl-basic-tools, Jar:pfl-tf-tools] [WARNING] Manifest org.glassfish.main.microprofile:microprofile-config:glassfish-jar:7.0.3-SNAPSHOT : Export io.helidon.config.mp, has 1, private references [io.helidon.config.spi] [WARNING] Manifest org.glassfish.main.microprofile:microprofile-config:glassfish-jar:7.0.3-SNAPSHOT : Export io.helidon.config, has 2, private references [io.helidon.common, io.helidon.config.spi] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/config/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ microprofile-config --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ microprofile-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/config/target/classes [WARNING] Manifest org.glassfish.main.webservices:soap-tcp:glassfish-jar:7.0.3-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.webservices.monitoring.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/soap-tcp/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ soap-tcp --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ soap-tcp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/soap-tcp/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ webservices.security --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ webservices.security --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ metro-glue --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ metro-glue --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ metro-glue --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ metro-glue --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ metro-glue --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ metro-glue --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-glue/target/classes/META-INF for [INFO] [echo] metro-glue [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ metro-glue --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-jms-injection --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ gf-jms-injection --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ gf-jms-injection --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-jms-injection --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ gf-jms-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-glue/target/metro-glue.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ gf-jms-injection --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ metro-glue --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-glue/target/metro-glue-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ metro-glue --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ metro-glue --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.webservices-metro-glue-checkstyle) @ metro-glue --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ metro-glue --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-glue/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/metro-glue/7.0.3-SNAPSHOT/metro-glue-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-glue/target/metro-glue.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/metro-glue/7.0.3-SNAPSHOT/metro-glue-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-glue/target/metro-glue-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/metro-glue/7.0.3-SNAPSHOT/metro-glue-7.0.3-SNAPSHOT-sources.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/classes/META-INF for [INFO] [echo] gf-jms-injection [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ gf-jms-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/gf-jms-injection.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gf-jms-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/gf-jms-injection-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ gf-jms-injection --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ gf-jms-injection --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.jms-gf-jms-injection-checkstyle) @ gf-jms-injection --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ gf-jms-injection --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/gf-jms-injection/7.0.3-SNAPSHOT/gf-jms-injection-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/gf-jms-injection.jar to /home/jenkins/.m2/repository/org/glassfish/main/jms/gf-jms-injection/7.0.3-SNAPSHOT/gf-jms-injection-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/gf-jms-injection-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/jms/gf-jms-injection/7.0.3-SNAPSHOT/gf-jms-injection-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ microprofile-config --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ microprofile-config --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-config --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ microprofile-config --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ microprofile-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ microprofile-config --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/config/target/classes/META-INF for [INFO] [echo] microprofile-config [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ microprofile-config --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/config/target/microprofile-config.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ microprofile-config --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ soap-tcp --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ soap-tcp --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ soap-tcp --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ soap-tcp --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ soap-tcp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ soap-tcp --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ webservices.security --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/target/generated-sources/hk2-config-generator/src/test/java [INFO] No source file [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ webservices.security --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ webservices.security --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ webservices.security --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ webservices.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ webservices.security --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/soap-tcp/target/classes/META-INF for [INFO] [echo] soap-tcp [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ soap-tcp --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/soap-tcp/target/soap-tcp.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/target/classes/META-INF for [INFO] [echo] webservices.security [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ webservices.security --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ soap-tcp --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/soap-tcp/target/soap-tcp-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/target/webservices.security.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ soap-tcp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ soap-tcp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.webservices-soap-tcp-checkstyle) @ soap-tcp --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ soap-tcp --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ webservices.security --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/soap-tcp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/soap-tcp/7.0.3-SNAPSHOT/soap-tcp-7.0.3-SNAPSHOT.pom [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/target/webservices.security-sources.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/soap-tcp/target/soap-tcp.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/soap-tcp/7.0.3-SNAPSHOT/soap-tcp-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/soap-tcp/target/soap-tcp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/soap-tcp/7.0.3-SNAPSHOT/soap-tcp-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ webservices.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ webservices.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.security-webservices.security-checkstyle) @ webservices.security --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ webservices.security --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/webservices.security/7.0.3-SNAPSHOT/webservices.security-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/target/webservices.security.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/webservices.security/7.0.3-SNAPSHOT/webservices.security-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/target/webservices.security-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/webservices.security/7.0.3-SNAPSHOT/webservices.security-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] -----< org.glassfish.main.extras:glassfish-embedded-static-shell >------ [INFO] -----------< org.glassfish.main.appclient:gf-client-module >------------ [INFO] Building Client OSGi module (including ACC) 7.0.3-SNAPSHOT [287/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building Embedded GlassFish Static Shell 7.0.3-SNAPSHOT [286/299] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Embedded GlassFish Static Shell: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Client OSGi module (including ACC): [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] Bundle org.glassfish.main.microprofile:microprofile-config:glassfish-jar:7.0.3-SNAPSHOT : Split package, multiple jars provide the same package:io/helidon/microprofile/config Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:helidon-microprofile-config] Class path [Jar:., Jar:helidon-microprofile-config, Jar:helidon-config-mp, Jar:helidon-common, Jar:helidon-common-service-loader, Jar:helidon-config, Jar:helidon-common-media-type, Jar:microprofile-config-api, Jar:helidon-config-yaml-mp, Jar:helidon-config-yaml, Jar:snakeyaml, Jar:helidon-config-encryption, Jar:helidon-common-key-util, Jar:helidon-common-configurable, Jar:helidon-common-context, Jar:helidon-common-crypto, Jar:helidon-config-object-mapping, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:glassfish-api, Jar:hk2, Jar:hk2-utils, Jar:hk2-api, Jar:aopalliance-repackaged, Jar:hk2-core, Jar:hk2-locator, Jar:javassist, Jar:hk2-runlevel, Jar:class-model, Jar:asm-analysis, Jar:asm-commons, Jar:asm-tree, Jar:asm-util, Jar:jakarta.xml.bind-api, Jar:jaxb-osgi, Jar:scattered-archive-api, Jar:hk2-config, Jar:tiger-types, Jar:hibernate-validator, Jar:jakarta.validation-api, Jar:jboss-logging, Jar:classmate, Jar:nucleus-grizzly-all, Jar:grizzly-framework, Jar:grizzly-portunif, Jar:grizzly-http, Jar:grizzly-http2, Jar:grizzly-http-server, Jar:grizzly-config, Jar:glassfish-corba-omgapi, Jar:management-api, Jar:internal-api, Jar:config-types, Jar:config-api, Jar:common-util, Jar:weld-integration, Jar:jakarta.faces, Jar:web-glue, Jar:jakarta.servlet-api, Jar:web-cli, Jar:amx-jakartaee, Jar:amx-core, Jar:glassfish-mbeanserver, Jar:flashlight-framework, Jar:stats77, Jar:war-util, Jar:jakarta.servlet.jsp-api, Jar:glassfish-ee-api, Jar:web-naming, Jar:jakarta.mail-api, Jar:jakarta.activation-api, Jar:angus-mail, Jar:angus-activation, Jar:web-core, Jar:admin-util, Jar:security-services, Jar:jackson-annotations, Jar:jackson-databind, Jar:jackson-core, Jar:deployment-common, Jar:deployment-jakartaee-core, Jar:wasp, Jar:expressly, Jar:admin-core, Jar:monitoring-core, Jar:dol, Jar:jakarta.enterprise.concurrent-api, Jar:annotation-framework, Jar:logging-annotation-processor, Jar:nucleus-resources, Jar:transaction-internal-api, Jar:container-common, Jar:security, Jar:web-gui-plugin-common, Jar:kernel, Jar:glassfish, Jar:logging, Jar:api-exporter, Jar:websecurity, Jar:jakarta.authentication-api, Jar:web-embed-api, Jar:simple-glassfish-api, Jar:gf-web-connector, Jar:web-sse, Jar:weld-osgi-bundle, Jar:weld-ejb, Jar:weld-jsf, Jar:weld-jta, Jar:weld-web, Jar:weld-lite-extension-translator, Jar:jboss-logging-processor, Jar:jboss-logging-annotations, Jar:jdeparser, Jar:gf-weld-connector, Jar:ejb-container, Jar:jakarta.ejb-api, Jar:ejb-client, Jar:security-ee, Jar:ssl-impl, Jar:jakarta.authorization-api, Jar:exousia, Jar:jaspic.provider.framework, Jar:libpam4j, Jar:glassfish-naming, Jar:persistence-common, Jar:connectors-internal-api, Jar:resources-connector, Jar:ejb-internal-api, Jar:gf-ejb-connector, Jar:asm, Jar:orb-connector, Jar:orb-enabler, Jar:glassfish-corba-orb, Jar:glassfish-corba-csiv2-idl, Jar:exception-annotation-processor, Jar:pfl-dynamic, Jar:glassfish-corba-internal-api, Jar:pfl-basic, Jar:ha-api, Jar:gms-bootstrap, Jar:shoal-gms-api, Jar:rmic, Jar:jakarta.transaction-api, Jar:jta, Jar:jakarta.resource-api, Jar:jakarta.persistence-api, Jar:gmbal, Jar:pfl-tf, Jar:pfl-basic-tools, Jar:pfl-tf-tools] [WARNING] Bundle org.glassfish.main.microprofile:microprofile-config:glassfish-jar:7.0.3-SNAPSHOT : Export io.helidon.config.mp, has 1, private references [io.helidon.config.spi] [WARNING] Bundle org.glassfish.main.microprofile:microprofile-config:glassfish-jar:7.0.3-SNAPSHOT : Export io.helidon.config, has 2, private references [io.helidon.common, io.helidon.config.spi] [INFO] Building bundle: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/config/target/microprofile-config.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/config/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ microprofile-config --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/config/target/microprofile-config-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ microprofile-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ microprofile-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.microprofile-microprofile-config-checkstyle) @ microprofile-config --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ microprofile-config --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/microprofile/microprofile-config/7.0.3-SNAPSHOT/microprofile-config-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/config/target/microprofile-config.jar to /home/jenkins/.m2/repository/org/glassfish/main/microprofile/microprofile-config/7.0.3-SNAPSHOT/microprofile-config-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/microprofile/config/target/microprofile-config-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/microprofile/microprofile-config/7.0.3-SNAPSHOT/microprofile-config-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-client-module --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ gf-client-module --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gf-client-module --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gf-client-module --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-embedded-static-shell --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-embedded-static-shell --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-embedded-static-shell --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-embedded-static-shell --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-embedded-static-shell --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-embedded-static-shell --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-embedded-static-shell --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-embedded-static-shell --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-embedded-static-shell --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-embedded-static-shell --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-embedded-static-shell --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-embedded-static-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-embedded-static-shell --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell/target/classes/META-INF for [INFO] [echo] glassfish-embedded-static-shell [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish-embedded-static-shell --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell/target/glassfish-embedded-static-shell.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-embedded-static-shell --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell/target/glassfish-embedded-static-shell-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-embedded-static-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-embedded-static-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-glassfish-embedded-static-shell-checkstyle) @ glassfish-embedded-static-shell --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-embedded-static-shell --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-static-shell/7.0.3-SNAPSHOT/glassfish-embedded-static-shell-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell/target/glassfish-embedded-static-shell.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-static-shell/7.0.3-SNAPSHOT/glassfish-embedded-static-shell-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell/target/glassfish-embedded-static-shell-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-static-shell/7.0.3-SNAPSHOT/glassfish-embedded-static-shell-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.main.extras:glassfish-embedded-static-shell-frag >--- [INFO] Building Embedded GlassFish Static Shell dist. fragment 7.0.3-SNAPSHOT [288/299] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Embedded GlassFish Static Shell dist. fragment: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-embedded-static-shell-frag --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-embedded-static-shell-frag --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-embedded-static-shell-frag --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-embedded-static-shell-frag --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-embedded-static-shell-frag --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-embedded-static-shell-frag --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (add-jar) @ glassfish-embedded-static-shell-frag --- [INFO] Copying glassfish-embedded-static-shell.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/classes/glassfish/lib/embedded/glassfish-embedded-static-shell.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-embedded-static-shell-frag --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-embedded-static-shell-frag --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/classes/META-INF for [INFO] [echo] glassfish-embedded-static-shell-frag [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ glassfish-embedded-static-shell-frag --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/glassfish-embedded-static-shell-frag.zip [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-embedded-static-shell-frag --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/glassfish-embedded-static-shell-frag-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-embedded-static-shell-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-embedded-static-shell-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-glassfish-embedded-static-shell-frag-checkstyle) @ glassfish-embedded-static-shell-frag --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-embedded-static-shell-frag --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-static-shell-frag/7.0.3-SNAPSHOT/glassfish-embedded-static-shell-frag-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/glassfish-embedded-static-shell-frag.zip to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-static-shell-frag/7.0.3-SNAPSHOT/glassfish-embedded-static-shell-frag-7.0.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/glassfish-embedded-static-shell-frag-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-static-shell-frag/7.0.3-SNAPSHOT/glassfish-embedded-static-shell-frag-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.main.extras:glassfish-embedded-web >---------- [INFO] Building Embedded GlassFish Web 7.0.3-SNAPSHOT [289/299] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Embedded GlassFish Web: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ web --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/web [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ web --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ web --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ web --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/web/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ web --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-embedded-web --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-embedded-web --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-embedded-web --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-embedded-web --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-embedded-web --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-embedded-web --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-jar-dependencies) @ glassfish-embedded-web --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/web/target/classes/META-INF for [INFO] [echo] web [INFO] Unpacking /home/jenkins/.m2/repository/org/ow2/asm/asm/9.4/asm-9.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/web/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ web --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.featuresets-web-checkstyle) @ web --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ web --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/web/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/web/7.0.3-SNAPSHOT/web-7.0.3-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.distributions:web >---------------- [INFO] Building Glassfish Web Profile Distribution 7.0.3-SNAPSHOT [290/299] [INFO] -----------------------[ glassfish-distribution ]----------------------- [INFO] Unpacking /home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-core/3.0.3/hk2-core-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Glassfish Web Profile Distribution: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.build:spec-version-maven-plugin:2.1 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ web --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/web [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ web --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ web --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ web --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/web/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:featuresets-dependencies (default-featuresets-dependencies) @ web --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/target/hk2-config.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.1.1 to target/dependency/jersey-cdi1x.jar [INFO] Copying org.glassfish.main.jdbc:templates:jar:7.0.3-SNAPSHOT to target/dependency/templates.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.shell:jar:1.1.4 to target/dependency/org.apache.felix.gogo.shell.jar [INFO] Copying org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 to target/dependency/osgi-resource-locator.jar [INFO] Copying org.glassfish.hk2:hk2-core:jar:3.0.3 to target/dependency/hk2-core.jar [INFO] Copying org.hibernate.validator:hibernate-validator-cdi:jar:8.0.0.Final to target/dependency/hibernate-validator-cdi.jar [INFO] Copying org.glassfish.main.web:jspcaching-connector:jar:7.0.3-SNAPSHOT to target/dependency/jspcaching-connector.jar [INFO] Copying org.glassfish.main.common:amx-jakartaee:jar:7.0.3-SNAPSHOT to target/dependency/amx-jakartaee.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.1.3 to target/dependency/tyrus-container-grizzly-client.jar [INFO] Copying org.glassfish.main.common:glassfish-naming:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-naming.jar [INFO] Copying org.glassfish.main.common:glassfish-api:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-api.jar [INFO] Copying org.eclipse.krazo:krazo-jersey:jar:3.0.1 to target/dependency/krazo-jersey.jar [INFO] Copying jakarta.annotation:jakarta.annotation-api:jar:2.1.1 to target/dependency/jakarta.annotation-api.jar [INFO] Copying org.ow2.asm:asm-commons:jar:9.4 to target/dependency/asm-commons.jar [INFO] Copying org.glassfish.pfl:pfl-basic:jar:4.1.2 to target/dependency/pfl-basic.jar [INFO] Copying org.glassfish.main.connectors:work-management:jar:7.0.3-SNAPSHOT to target/dependency/work-management.jar [INFO] Copying org.glassfish.main.admin:admin-cli:jar:7.0.3-SNAPSHOT to target/dependency/admin-cli.jar [INFO] Copying org.glassfish.main.common:simple-glassfish-api:jar:7.0.3-SNAPSHOT to target/dependency/simple-glassfish-api.jar [INFO] Unpacking org.glassfish.main.jdbc.jdbc-ra.jdbc-ra-distribution:jdbc-ra:zip:7.0.3-SNAPSHOT to target/dependency/jdbc-ra [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.4.0 to target/dependency/org.eclipse.persistence.asm.jar [INFO] Copying org.glassfish.main.admin:admin-core:jar:7.0.3-SNAPSHOT to target/dependency/admin-core.jar [INFO] Copying org.glassfish.main.resourcebase.resources:nucleus-resources:jar:7.0.3-SNAPSHOT to target/dependency/nucleus-resources.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.6 to target/dependency/org.apache.felix.gogo.runtime.jar [INFO] Copying org.glassfish.main.cluster:gms-adapter:jar:7.0.3-SNAPSHOT to target/dependency/gms-adapter.jar [INFO] Copying org.glassfish.main.loadbalancer:gf-load-balancer-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-load-balancer-connector.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-agent:jar:7.0.3-SNAPSHOT to target/dependency/flashlight-agent.jar [INFO] Copying jakarta.websocket:jakarta.websocket-api:jar:2.1.0 to target/dependency/jakarta.websocket-api.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.1.1 to target/dependency/jersey-media-json-jackson.jar [INFO] Copying org.glassfish.main.core:logging:jar:7.0.3-SNAPSHOT to target/dependency/logging.jar [INFO] Copying org.glassfish.external:schema2beans:jar:6.7 to target/dependency/schema2beans.jar [INFO] Copying org.glassfish.main.web:cdi-api-fragment:jar:7.0.3-SNAPSHOT to target/dependency/cdi-api-fragment.jar [INFO] Copying org.glassfish.main.admin:launcher:jar:7.0.3-SNAPSHOT to target/dependency/launcher.jar [INFO] Copying org.glassfish.main.admingui.connector:gf-admingui-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-admingui-connector.jar [INFO] Copying jakarta.authorization:jakarta.authorization-api:jar:2.1.0 to target/dependency/jakarta.authorization-api.jar [INFO] Copying org.glassfish.corba:glassfish-corba-internal-api:jar:4.2.4 to target/dependency/glassfish-corba-internal-api.jar [INFO] Copying org.glassfish.jersey.ext:jersey-mvc:jar:3.1.1 to target/dependency/jersey-mvc.jar [INFO] Copying org.glassfish.main.extras:appserv-rt:jar:7.0.3-SNAPSHOT to target/dependency/appserv-rt.jar [INFO] Copying org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 to target/dependency/aopalliance-repackaged.jar [INFO] Copying com.fasterxml.jackson.core:jackson-databind:jar:2.14.2 to target/dependency/jackson-databind.jar [INFO] Copying org.ow2.asm:asm-util:jar:9.4 to target/dependency/asm-util.jar [INFO] Copying org.glassfish.main.admingui:console-plugin-service:jar:7.0.3-SNAPSHOT to target/dependency/console-plugin-service.jar [INFO] Copying org.glassfish.hk2:hk2-utils:jar:3.0.3 to target/dependency/hk2-utils.jar [INFO] Copying org.glassfish.expressly:expressly:jar:5.0.0 to target/dependency/expressly.jar [INFO] Copying org.glassfish.main.web:jstl-connector:jar:7.0.3-SNAPSHOT to target/dependency/jstl-connector.jar [INFO] Copying jakarta.enterprise:jakarta.enterprise.cdi-api:jar:4.0.1 to target/dependency/jakarta.enterprise.cdi-api.jar [INFO] Copying org.glassfish.main.web:jersey-mvc-connector:jar:7.0.3-SNAPSHOT to target/dependency/jersey-mvc-connector.jar [INFO] Copying org.glassfish.corba:glassfish-corba-omgapi:jar:4.2.4 to target/dependency/glassfish-corba-omgapi.jar [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-runlevel/3.0.3/hk2-runlevel-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Copying org.glassfish.main.web:jsf-connector:jar:7.0.3-SNAPSHOT to target/dependency/jsf-connector.jar [INFO] Copying org.glassfish.main.hk2:tiger-types:jar:7.0.3-SNAPSHOT to target/dependency/tiger-types.jar [INFO] Copying org.glassfish.main.web:war-util:jar:7.0.3-SNAPSHOT to target/dependency/war-util.jar [INFO] Copying org.glassfish.main.security:jaspic.provider.framework:jar:7.0.3-SNAPSHOT to target/dependency/jaspic.provider.framework.jar [INFO] Copying org.glassfish:jakarta.faces:jar:4.0.1 to target/dependency/jakarta.faces.jar [INFO] Copying org.glassfish.main.admin:rest-client:jar:7.0.3-SNAPSHOT to target/dependency/rest-client.jar [INFO] Copying org.glassfish.main.web:web-ha:jar:7.0.3-SNAPSHOT to target/dependency/web-ha.jar [INFO] Copying org.glassfish.hk2:osgi-adapter:jar:3.0.3 to target/dependency/osgi-adapter.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-osgi:jar:2.0.0 to target/dependency/grizzly-npn-osgi.jar [INFO] Copying org.glassfish:jakarta.enterprise.concurrent:jar:3.0.0 to target/dependency/jakarta.enterprise.concurrent.jar [INFO] Copying org.glassfish.hk2:hk2-api:jar:3.0.3 to target/dependency/hk2-api.jar [INFO] Copying jakarta.inject:jakarta.inject-api:jar:2.0.1.MR to target/dependency/jakarta.inject-api.jar [INFO] Copying org.glassfish.main.admin:nucleus-domain:jar:7.0.3-SNAPSHOT to target/dependency/nucleus-domain.jar [INFO] Copying org.glassfish.main.deployment:deployment-jakartaee-core:jar:7.0.3-SNAPSHOT to target/dependency/deployment-jakartaee-core.jar [INFO] Copying org.glassfish.exousia:exousia:jar:2.1.0 to target/dependency/exousia.jar [INFO] Copying org.glassfish.hk2:hk2-runlevel:jar:3.0.3 to target/dependency/hk2-runlevel.jar [INFO] Copying org.glassfish.main.web:web-gui-plugin-common:jar:7.0.3-SNAPSHOT to target/dependency/web-gui-plugin-common.jar [INFO] Copying org.glassfish.main.web:gf-weld-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-weld-connector.jar [INFO] Copying org.glassfish.main.web:web-sse:jar:7.0.3-SNAPSHOT to target/dependency/web-sse.jar [INFO] Copying com.fasterxml.jackson.core:jackson-core:jar:2.14.2 to target/dependency/jackson-core.jar [INFO] Copying org.apache.felix:org.apache.felix.configadmin:jar:1.9.26 to target/dependency/org.apache.felix.configadmin.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa:jar:4.0.1-RC2 to target/dependency/org.eclipse.persistence.jpa.jar [INFO] Copying org.jboss.logging:jboss-logging:jar:3.5.0.Final to target/dependency/jboss-logging.jar [INFO] Copying org.glassfish.main.connectors:connectors-internal-api:jar:7.0.3-SNAPSHOT to target/dependency/connectors-internal-api.jar [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Copying com.fasterxml:classmate:jar:1.5.1 to target/dependency/classmate.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-servlet:jar:2.1.3 to target/dependency/tyrus-container-servlet.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-remote:jar:7.0.3-SNAPSHOT to target/dependency/osgi-cli-remote.jar [INFO] Copying org.glassfish.main.web:web-naming:jar:7.0.3-SNAPSHOT to target/dependency/web-naming.jar [INFO] Copying org.eclipse.krazo:krazo-core:jar:3.0.1 to target/dependency/krazo-core.jar [INFO] Copying org.glassfish.main.resources:mail-connector:jar:7.0.3-SNAPSHOT to target/dependency/mail-connector.jar [INFO] Copying org.eclipse.parsson:parsson-media:jar:1.1.1 to target/dependency/parsson-media.jar [INFO] Copying jakarta.transaction:jakarta.transaction-api:jar:2.0.1 to target/dependency/jakarta.transaction-api.jar [INFO] Copying com.nimbusds:nimbus-jose-jwt:jar:9.30 to target/dependency/nimbus-jose-jwt.jar [INFO] Copying org.glassfish.soteria:soteria.spi.bean.decorator.weld:jar:3.0.2 to target/dependency/soteria.spi.bean.decorator.weld.jar [INFO] Copying org.ow2.asm:asm:jar:9.4 to target/dependency/asm.jar [INFO] Copying org.glassfish.main.admingui:console-ejb-lite-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-ejb-lite-plugin.jar [INFO] Copying jakarta.el:jakarta.el-api:jar:5.0.1 to target/dependency/jakarta.el-api.jar [INFO] Copying org.hibernate.validator:hibernate-validator:jar:8.0.0.Final to target/dependency/hibernate-validator.jar [INFO] Copying org.glassfish.main.resources:mail-runtime:jar:7.0.3-SNAPSHOT to target/dependency/mail-runtime.jar [INFO] Copying org.glassfish.main.admin:appserver-domain:jar:7.0.3-SNAPSHOT to target/dependency/appserver-domain.jar [INFO] Copying org.glassfish.main.grizzly:nucleus-grizzly-all:jar:7.0.3-SNAPSHOT to target/dependency/nucleus-grizzly-all.jar [INFO] Copying org.glassfish.soteria:jakarta.security.enterprise:jar:3.0.2 to target/dependency/jakarta.security.enterprise.jar [INFO] Copying org.glassfish.tyrus:tyrus-core:jar:2.1.3 to target/dependency/tyrus-core.jar [INFO] Copying org.glassfish.main.ejb:ejb-container:jar:7.0.3-SNAPSHOT to target/dependency/ejb-container.jar [INFO] Copying org.glassfish.main.web:web-cli:jar:7.0.3-SNAPSHOT to target/dependency/web-cli.jar [INFO] Copying org.glassfish.main.deployment:deployment-admin:jar:7.0.3-SNAPSHOT to target/dependency/deployment-admin.jar [INFO] Copying org.glassfish.jersey.ext:jersey-bean-validation:jar:3.1.1 to target/dependency/jersey-bean-validation.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor:jar:4.0.1-RC2 to target/dependency/org.eclipse.persistence.jpa.modelgen.processor.jar [INFO] Copying org.glassfish.main.common:annotation-framework:jar:7.0.3-SNAPSHOT to target/dependency/annotation-framework.jar [INFO] Copying org.glassfish.main.security:security:jar:7.0.3-SNAPSHOT to target/dependency/security.jar [INFO] Copying org.glassfish.corba:rmic:jar:4.2.4 to target/dependency/rmic.jar [INFO] Copying org.apache.felix:org.apache.felix.bundlerepository:jar:2.0.10 to target/dependency/org.apache.felix.bundlerepository.jar [INFO] Copying org.glassfish.main.common:scattered-archive-api:jar:7.0.3-SNAPSHOT to target/dependency/scattered-archive-api.jar [INFO] Copying org.glassfish.main.resources:resources-connector:jar:7.0.3-SNAPSHOT to target/dependency/resources-connector.jar [INFO] Copying org.glassfish.main.deployment:deployment-common:jar:7.0.3-SNAPSHOT to target/dependency/deployment-common.jar [INFO] Copying jakarta.persistence:jakarta.persistence-api:jar:3.1.0 to target/dependency/jakarta.persistence-api.jar [INFO] Copying org.glassfish.main.common:internal-api:jar:7.0.3-SNAPSHOT to target/dependency/internal-api.jar [INFO] Copying org.glassfish.main.admingui:console-common:jar:7.0.3-SNAPSHOT to target/dependency/console-common.jar [INFO] Copying org.apache.felix:org.apache.felix.eventadmin:jar:1.6.4 to target/dependency/org.apache.felix.eventadmin.jar [INFO] Copying jakarta.interceptor:jakarta.interceptor-api:jar:2.1.0 to target/dependency/jakarta.interceptor-api.jar [INFO] Copying org.glassfish.main.transaction:jts:jar:7.0.3-SNAPSHOT to target/dependency/jts.jar [INFO] Copying jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0 to target/dependency/jakarta.xml.bind-api.jar [INFO] Copying org.glassfish.main.admin:gf-restadmin-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-restadmin-connector.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.dbws:jar:4.0.1-RC2 to target/dependency/org.eclipse.persistence.dbws.jar [INFO] Copying org.glassfish.main.web:web-glue:jar:7.0.3-SNAPSHOT to target/dependency/web-glue.jar [INFO] Copying org.glassfish.main.connectors:gf-connectors-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-connectors-connector.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-servlet:jar:3.1.1 to target/dependency/jersey-container-servlet.jar [INFO] Copying org.glassfish.main.hk2:hk2-config:jar:7.0.3-SNAPSHOT to target/dependency/hk2-config.jar [INFO] Copying org.eclipse.angus:angus-mail:jar:2.0.1 to target/dependency/angus-mail.jar [INFO] Copying org.glassfish.main.loadbalancer:load-balancer-admin:jar:7.0.3-SNAPSHOT to target/dependency/load-balancer-admin.jar [INFO] Copying org.glassfish.main.common:glassfish-ee-api:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-ee-api.jar [INFO] Copying org.glassfish.main.core:glassfish:jar:7.0.3-SNAPSHOT to target/dependency/glassfish.jar [INFO] Copying org.glassfish.main.admingui:console-web-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-web-plugin.jar [INFO] Copying org.glassfish.main.web:weld-integration:jar:7.0.3-SNAPSHOT to target/dependency/weld-integration.jar [INFO] Copying jakarta.servlet.jsp:jakarta.servlet.jsp-api:jar:3.1.1 to target/dependency/jakarta.servlet.jsp-api.jar [INFO] Copying jakarta.servlet:jakarta.servlet-api:jar:6.0.0 to target/dependency/jakarta.servlet-api.jar [INFO] Copying org.glassfish.main.web:web-embed-api:jar:7.0.3-SNAPSHOT to target/dependency/web-embed-api.jar [INFO] Copying org.ow2.asm:asm-tree:jar:9.4 to target/dependency/asm-tree.jar [INFO] Copying org.glassfish.main.core:jakartaee-kernel:jar:7.0.3-SNAPSHOT to target/dependency/jakartaee-kernel.jar [INFO] Copying org.glassfish.jsftemplating:jsftemplating:jar:4.0.0 to target/dependency/jsftemplating.jar [INFO] Copying org.glassfish.jersey.core:jersey-server:jar:3.1.1 to target/dependency/jersey-server.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-runtime:jar:7.0.3-SNAPSHOT to target/dependency/jdbc-runtime.jar [INFO] Copying jakarta.json:jakarta.json-api:jar:2.1.1 to target/dependency/jakarta.json-api.jar [INFO] Copying org.ow2.asm:asm-analysis:jar:9.4 to target/dependency/asm-analysis.jar [INFO] Copying org.glassfish.pfl:pfl-tf:jar:4.1.2 to target/dependency/pfl-tf.jar [INFO] Copying org.glassfish.main.connectors:connectors-runtime:jar:7.0.3-SNAPSHOT to target/dependency/connectors-runtime.jar [INFO] Copying org.glassfish.main.transaction:transaction-internal-api:jar:7.0.3-SNAPSHOT to target/dependency/transaction-internal-api.jar [INFO] Copying org.glassfish.main.admin:appserver-cli:jar:7.0.3-SNAPSHOT to target/dependency/appserver-cli.jar [INFO] Copying jakarta.ejb:jakarta.ejb-api:jar:4.0.1 to target/dependency/jakarta.ejb-api.jar [INFO] Copying org.glassfish.main.security:security-ee:jar:7.0.3-SNAPSHOT to target/dependency/security-ee.jar [INFO] Copying jakarta.mvc:jakarta.mvc-api:jar:2.1.0 to target/dependency/jakarta.mvc-api.jar [INFO] Copying jakarta.websocket:jakarta.websocket-client-api:jar:2.1.0 to target/dependency/jakarta.websocket-client-api.jar [INFO] Copying org.glassfish.main.admingui:console-cluster-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-cluster-plugin.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.core:jar:4.0.1-RC2 to target/dependency/org.eclipse.persistence.core.jar [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2/3.0.3/hk2-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/class-model/3.0.3/class-model-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Copying org.glassfish.main.web:weld-integration-fragment:jar:7.0.3-SNAPSHOT to target/dependency/weld-integration-fragment.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-processing:jar:3.1.1 to target/dependency/jersey-media-json-processing.jar [INFO] Copying org.glassfish.main.admin:server-mgmt:jar:7.0.3-SNAPSHOT to target/dependency/server-mgmt.jar [INFO] Copying org.glassfish.main.persistence:gf-jpa-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-jpa-connector.jar [INFO] Copying org.glassfish.hk2:hk2-locator:jar:3.0.3 to target/dependency/hk2-locator.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-config:jar:7.0.3-SNAPSHOT to target/dependency/jdbc-config.jar [INFO] Copying org.glassfish.main.ejb:ejb-internal-api:jar:7.0.3-SNAPSHOT to target/dependency/ejb-internal-api.jar [INFO] Copying jakarta.resource:jakarta.resource-api:jar:2.1.0 to target/dependency/jakarta.resource-api.jar [INFO] Copying com.io7m.jcip:jcip-annotations:jar:1.0.2 to target/dependency/jcip-annotations.jar [INFO] Unpacking org.glassfish.main.deployment:appserver-dtds:zip:7.0.3-SNAPSHOT to target/dependency/appserver-dtds [INFO] Copying org.glassfish.jersey.media:jersey-media-jaxb:jar:3.1.1 to target/dependency/jersey-media-jaxb.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-api:jar:2.0.0 to target/dependency/grizzly-npn-api.jar [INFO] Copying org.glassfish.main.orb:orb-enabler:jar:7.0.3-SNAPSHOT to target/dependency/orb-enabler.jar [INFO] Copying org.eclipse.angus:angus-activation:jar:2.0.0 to target/dependency/angus-activation.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-multipart:jar:3.1.1 to target/dependency/jersey-media-multipart.jar [INFO] Copying org.glassfish.main.common:container-common:jar:7.0.3-SNAPSHOT to target/dependency/container-common.jar [INFO] Copying org.glassfish.main.persistence:jpa-container:jar:7.0.3-SNAPSHOT to target/dependency/jpa-container.jar [INFO] Copying org.glassfish.shoal:shoal-cache:jar:3.0.1 to target/dependency/shoal-cache.jar [INFO] Copying org.glassfish.jersey.core:jersey-client:jar:3.1.1 to target/dependency/jersey-client.jar [INFO] Unpacking org.glassfish.external:derby:zip:10.15.2.0 to target/dependency/derby [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ gf-client-module --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ gf-client-module --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ gf-client-module --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-dtds-and-schemas) @ gf-client-module --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/schemas/target/appserver-schemas.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/target/dependency with includes "**/*.dtd,**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator-cdi/8.0.0.Final/hibernate-validator-cdi-8.0.0.Final.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dtds/target/appserver-dtds.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/target/dependency with includes "**/*.dtd,**/*.xsd" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ gf-client-module --- [INFO] Copying 5 resources [INFO] Copying 145 resources [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ gf-client-module --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/target/classes [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1.MR/jakarta.inject-api-2.0.1.MR.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/nucleus-grizzly-all.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Copying org.glassfish.tyrus:tyrus-spi:jar:2.1.3 to target/dependency/tyrus-spi.jar [INFO] Copying jakarta.authentication:jakarta.authentication-api:jar:3.0.0 to target/dependency/jakarta.authentication-api.jar [INFO] Unpacking org.glassfish.main.deployment:nucleus-schemas:zip:7.0.3-SNAPSHOT to target/dependency/nucleus-schemas [INFO] Copying org.glassfish.main.cluster:cluster-cli:jar:7.0.3-SNAPSHOT to target/dependency/cluster-cli.jar [INFO] Copying org.glassfish.main.core:api-exporter:jar:7.0.3-SNAPSHOT to target/dependency/api-exporter.jar [INFO] Copying org.glassfish.main.common:amx-core:jar:7.0.3-SNAPSHOT to target/dependency/amx-core.jar [INFO] Copying org.glassfish.jersey.ext:jersey-mvc-jsp:jar:3.1.1 to target/dependency/jersey-mvc-jsp.jar [INFO] Copying org.glassfish.main.core:glassfish-extra-jre-packages:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-extra-jre-packages.jar [INFO] Copying org.glassfish.main.admin:cli-optional:jar:7.0.3-SNAPSHOT to target/dependency/cli-optional.jar [INFO] Unpacking org.glassfish.main.admingui:war:war:7.0.3-SNAPSHOT to target/dependency/war [INFO] Copying jakarta.activation:jakarta.activation-api:jar:2.1.1 to target/dependency/jakarta.activation-api.jar [INFO] Copying org.glassfish.main.admingui:console-jdbc-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-jdbc-plugin.jar [INFO] Copying org.glassfish.main.connectors:descriptors:jar:resources:7.0.3-SNAPSHOT to target/dependency/descriptors.jar [INFO] Copying jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:jar:3.0.0 to target/dependency/jakarta.servlet.jsp.jstl-api.jar [INFO] Copying org.glassfish.wasp:wasp:jar:3.2.0 to target/dependency/wasp.jar [INFO] Copying jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 to target/dependency/jakarta.ws.rs-api.jar [INFO] Copying jakarta.mail:jakarta.mail-api:jar:2.1.1 to target/dependency/jakarta.mail-api.jar [INFO] Copying org.glassfish.pfl:pfl-dynamic:jar:4.1.2 to target/dependency/pfl-dynamic.jar [INFO] Copying org.eclipse:yasson:jar:3.0.2 to target/dependency/yasson.jar [INFO] Copying jakarta.validation:jakarta.validation-api:jar:3.0.2 to target/dependency/jakarta.validation-api.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-interactive:jar:7.0.3-SNAPSHOT to target/dependency/osgi-cli-interactive.jar [INFO] Copying org.glassfish.jersey.inject:jersey-hk2:jar:3.1.1 to target/dependency/jersey-hk2.jar [INFO] Copying org.glassfish.gmbal:gmbal:jar:4.0.3 to target/dependency/gmbal.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-framework:jar:7.0.3-SNAPSHOT to target/dependency/flashlight-framework.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.command:jar:1.1.2 to target/dependency/org.apache.felix.gogo.command.jar [INFO] Copying org.glassfish.main.ha:ha-shoal-cache-bootstrap:jar:7.0.3-SNAPSHOT to target/dependency/ha-shoal-cache-bootstrap.jar [INFO] Copying org.glassfish.pfl:pfl-tf-tools:jar:4.1.2 to target/dependency/pfl-tf-tools.jar [INFO] Copying org.glassfish.tyrus:tyrus-client:jar:2.1.3 to target/dependency/tyrus-client.jar [INFO] Unpacking org.glassfish.main.distributions:glassfish-common:zip:7.0.3-SNAPSHOT to target/dependency/glassfish-common [INFO] Unpacking org.glassfish.main.connectors:descriptors:zip:7.0.3-SNAPSHOT to target/dependency/descriptors [INFO] Copying org.glassfish.main.orb:orb-connector:jar:7.0.3-SNAPSHOT to target/dependency/orb-connector.jar [INFO] Copying org.glassfish.main.admingui:dataprovider:jar:7.0.3-SNAPSHOT to target/dependency/dataprovider.jar [INFO] Copying org.glassfish.main.cluster:cluster-ssh:jar:7.0.3-SNAPSHOT to target/dependency/cluster-ssh.jar [INFO] Copying jakarta.json.bind:jakarta.json.bind-api:jar:3.0.0 to target/dependency/jakarta.json.bind-api.jar [INFO] Copying org.glassfish.main.core:kernel:jar:7.0.3-SNAPSHOT to target/dependency/kernel.jar [INFO] Copying jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.0.1 to target/dependency/jakarta.enterprise.lang-model.jar [INFO] Copying org.glassfish.main.cluster:cluster-common:jar:7.0.3-SNAPSHOT to target/dependency/cluster-common.jar [INFO] Copying org.glassfish.hk2:class-model:jar:3.0.3 to target/dependency/class-model.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.1.1 to target/dependency/jersey-container-grizzly2-http.jar [INFO] Copying org.eclipse.parsson:parsson:jar:1.1.1 to target/dependency/parsson.jar [INFO] Unpacking org.glassfish.main.deployment:nucleus-dtds:zip:7.0.3-SNAPSHOT to target/dependency/nucleus-dtds [INFO] Unpacking org.glassfish.main.deployment:appserver-schemas:zip:7.0.3-SNAPSHOT to target/dependency/appserver-schemas [INFO] Copying org.glassfish.main.resources:resources-runtime:jar:7.0.3-SNAPSHOT to target/dependency/resources-runtime.jar [INFO] Copying org.glassfish.main.web:gf-web-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-web-connector.jar [INFO] Copying org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.6 to target/dependency/org.apache.aries.spifly.dynamic.bundle.jar [INFO] Copying org.glassfish.main.admin:rest-service:jar:7.0.3-SNAPSHOT to target/dependency/rest-service.jar [INFO] Copying org.glassfish.main.concurrent:concurrent-connector:jar:7.0.3-SNAPSHOT to target/dependency/concurrent-connector.jar [INFO] Copying org.codehaus.jettison:jettison:jar:1.5.3 to target/dependency/jettison.jar [INFO] Copying org.glassfish.main.common:stats77:jar:7.0.3-SNAPSHOT to target/dependency/stats77.jar [INFO] Copying org.glassfish.main.ha:ha-shoal-cache-store:jar:7.0.3-SNAPSHOT to target/dependency/ha-shoal-cache-store.jar [INFO] Copying org.glassfish.shoal:shoal-gms-api:jar:3.0.1 to target/dependency/shoal-gms-api.jar [INFO] Copying org.glassfish.main.admingui:console-community-branding-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-community-branding-plugin.jar [INFO] Copying org.glassfish.main.admin:config-api:jar:7.0.3-SNAPSHOT to target/dependency/config-api.jar [INFO] Copying org.glassfish.main.security:websecurity:jar:7.0.3-SNAPSHOT to target/dependency/websecurity.jar [INFO] Copying org.glassfish.main.extras:jakartaee:jar:7.0.3-SNAPSHOT to target/dependency/jakartaee.jar [INFO] Copying org.glassfish.main.ejb:gf-ejb-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-ejb-connector.jar [INFO] Copying org.glassfish.corba:glassfish-corba-orb:jar:4.2.4 to target/dependency/glassfish-corba-orb.jar [INFO] Copying org.jboss.classfilewriter:jboss-classfilewriter:jar:1.3.0.Final to target/dependency/jboss-classfilewriter.jar [INFO] Copying org.glassfish.main.security:security-services:jar:7.0.3-SNAPSHOT to target/dependency/security-services.jar [INFO] Copying org.glassfish.main.common:common-util:jar:7.0.3-SNAPSHOT to target/dependency/common-util.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-extra-jdk-packages:jar:7.0.3-SNAPSHOT to target/dependency/flashlight-extra-jdk-packages.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.1.1 to target/dependency/jersey-container-servlet-core.jar [INFO] Copying org.glassfish.main.web:jersey-ejb-component-provider:jar:7.0.3-SNAPSHOT to target/dependency/jersey-ejb-component-provider.jar [INFO] Copying org.glassfish.main.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:7.0.3-SNAPSHOT to target/dependency/jackson-module-jakarta-xmlbind-annotations.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-glassfish-ejb:jar:2.1.3 to target/dependency/tyrus-container-glassfish-ejb.jar [INFO] Copying org.glassfish.main.grizzly:glassfish-grizzly-extra-all:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-grizzly-extra-all.jar [INFO] Copying org.glassfish.main:glassfish-jul-extension:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-jul-extension.jar [INFO] Copying org.glassfish.tyrus:tyrus-server:jar:2.1.3 to target/dependency/tyrus-server.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-moxy:jar:3.1.1 to target/dependency/jersey-media-moxy.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-container:jar:7.0.3-SNAPSHOT to target/dependency/osgi-container.jar [INFO] Copying org.glassfish.main.admingui:console-jts-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-jts-plugin.jar [INFO] Copying org.glassfish.main.cluster:cluster-admin:jar:7.0.3-SNAPSHOT to target/dependency/cluster-admin.jar [INFO] Copying org.glassfish.main.connectors:connectors-admin:jar:7.0.3-SNAPSHOT to target/dependency/connectors-admin.jar [INFO] Copying org.glassfish.external:jsch:jar:0.1.56 to target/dependency/jsch.jar [INFO] Copying org.apache.felix:org.apache.felix.main:jar:7.0.5 to target/dependency/felix.jar [INFO] Copying com.fasterxml.jackson.core:jackson-annotations:jar:2.14.2 to target/dependency/jackson-annotations.jar [INFO] Copying org.javassist:javassist:jar:3.29.2-GA to target/dependency/javassist.jar [INFO] Copying org.glassfish.main.persistence:glassfish-oracle-jdbc-driver-packages:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-oracle-jdbc-driver-packages.jar [INFO] Copying org.glassfish.main.web:web-core:jar:7.0.3-SNAPSHOT to target/dependency/web-core.jar [INFO] Copying org.glassfish.main.ha:ha-file-store:jar:7.0.3-SNAPSHOT to target/dependency/ha-file-store.jar [INFO] Copying org.glassfish.ha:ha-api:jar:3.1.13 to target/dependency/ha-api.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jettison:jar:3.1.1 to target/dependency/jersey-media-json-jettison.jar [INFO] Copying org.jvnet.mimepull:mimepull:jar:1.10.0 to target/dependency/mimepull.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.oracle:jar:4.0.1-RC2 to target/dependency/org.eclipse.persistence.oracle.jar [INFO] Copying org.glassfish.jersey.core:jersey-common:jar:3.1.1 to target/dependency/jersey-common.jar [INFO] Copying org.glassfish.main.cluster:gms-bootstrap:jar:7.0.3-SNAPSHOT to target/dependency/gms-bootstrap.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-binding:jar:3.1.1 to target/dependency/jersey-media-json-binding.jar [INFO] Copying org.glassfish.main.hk2:config-types:jar:7.0.3-SNAPSHOT to target/dependency/config-types.jar [INFO] Copying org.jboss.weld:weld-osgi-bundle:jar:5.1.0.Final to target/dependency/weld-osgi-bundle.jar [INFO] Copying org.glassfish.main.ejb:ejb-client:jar:7.0.3-SNAPSHOT to target/dependency/ejb-client.jar [INFO] Copying org.glassfish.main.admin:admin-util:jar:7.0.3-SNAPSHOT to target/dependency/admin-util.jar [INFO] Copying org.glassfish.main.admin:backup:jar:7.0.3-SNAPSHOT to target/dependency/backup.jar [INFO] Copying org.apache.felix:org.apache.felix.fileinstall:jar:3.7.4 to target/dependency/org.apache.felix.fileinstall.jar [INFO] Copying jakarta.security.enterprise:jakarta.security.enterprise-api:jar:3.0.0 to target/dependency/jakarta.security.enterprise-api.jar [INFO] Copying org.glassfish.main.extras:glassfish-embedded-shell:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-embedded-shell.jar [INFO] Copying org.glassfish.main.persistence:persistence-common:jar:7.0.3-SNAPSHOT to target/dependency/persistence-common.jar [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:jar:3.1.1 to target/dependency/jersey-cdi1x-transaction.jar [INFO] Copying org.glassfish.hk2:hk2:jar:3.0.3 to target/dependency/hk2.jar [INFO] Copying com.sun.xml.bind:jaxb-osgi:jar:4.0.2 to target/dependency/jaxb-osgi.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-glassfish-cdi:jar:2.1.3 to target/dependency/tyrus-container-glassfish-cdi.jar [INFO] Copying org.glassfish.main.extras:glassfish-embedded-static-shell:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-embedded-static-shell.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-admin:jar:7.0.3-SNAPSHOT to target/dependency/jdbc-admin.jar [INFO] Copying org.glassfish.main.security:ssl-impl:jar:7.0.3-SNAPSHOT to target/dependency/ssl-impl.jar [INFO] Copying org.glassfish.main.admin:monitoring-core:jar:7.0.3-SNAPSHOT to target/dependency/monitoring-core.jar [INFO] Copying jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api:jar:3.0.2 to target/dependency/jakarta.enterprise.concurrent-api.jar [INFO] Copying org.glassfish.pfl:pfl-basic-tools:jar:4.1.2 to target/dependency/pfl-basic-tools.jar [INFO] Copying org.glassfish.main.deployment:dol:jar:7.0.3-SNAPSHOT to target/dependency/dol.jar [INFO] Copying org.glassfish.main.libpam4j:libpam4j:jar:7.0.3-SNAPSHOT to target/dependency/libpam4j.jar [INFO] Copying org.glassfish.main.admingui:console-jca-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-jca-plugin.jar [INFO] Copying org.glassfish.main.transaction:jta:jar:7.0.3-SNAPSHOT to target/dependency/jta.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:4.0.1-RC2 to target/dependency/org.eclipse.persistence.jpa.jpql.jar [INFO] Copying org.glassfish.external:management-api:jar:3.2.3 to target/dependency/management-api.jar [INFO] Copying org.glassfish.main.common:glassfish-mbeanserver:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-mbeanserver.jar [INFO] Copying org.glassfish.shoal:shoal-gms-impl:jar:3.0.1 to target/dependency/shoal-gms-impl.jar [INFO] Copying org.glassfish.main.concurrent:concurrent-impl:jar:7.0.3-SNAPSHOT to target/dependency/concurrent-impl.jar [INFO] Copying org.glassfish.main.deployment:deployment-autodeploy:jar:7.0.3-SNAPSHOT to target/dependency/deployment-autodeploy.jar [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:jar:3.1.1 to target/dependency/jersey-cdi1x-servlet.jar [INFO] Copying org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.1.1 to target/dependency/jersey-entity-filtering.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-sse:jar:3.1.1 to target/dependency/jersey-media-sse.jar [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (default-single) @ web --- [INFO] Reading assembly descriptor: src/main/assembly/web.xml [WARNING] Cannot include project artifact: org.glassfish.main.distributions:web:glassfish-distribution:7.0.3-SNAPSHOT; it doesn't have an associated file or directory. [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-npn-osgi/2.0.0/grizzly-npn-osgi-2.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/glassfish-grizzly-extra-all.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Copying files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/web/target/stage [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/target/admin-cli.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/target/admin-util.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/target/common-util.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/target/config-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:exec (create-domain) @ web --- [INFO] executable: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/web/target/stage/glassfish7/bin/asadmin [INFO] commandLineArgs: --user admin create-domain --template=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/web/target/stage/glassfish7/glassfish/common/templates/gf/appserver-domain.jar --nopassword --savelogin=true --checkports=false --adminport 4848 --instanceport 8080 --keytooloptions CN=localhost domain1 [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/AppClientContainerBuilder.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/AppClientContainerBuilder.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/ACCClassLoader.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/ACCClassLoader.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/ACCCDIServiceImpl.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/ACCCDIServiceImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ gf-client-module --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ gf-client-module --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/target/config-types.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/target/deployment-admin.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/target/deployment-autodeploy.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/target/deployment-common.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ gf-client-module --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/target/internal-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/target/glassfish-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/target/launcher.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/target/logging.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/scattered-archive-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/simple-glassfish-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/target/flashlight-framework.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/agent/target/flashlight-agent.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages/target/flashlight-extra-jdk-packages.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/server-mgmt.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ gf-client-module --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ gf-client-module --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/target/classes [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/target/kernel.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/glassfish.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter/target/api-exporter.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-adapter/3.0.3/osgi-adapter-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/target/security.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/target/security-services.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [exec] Using port 4848 for Admin. [INFO] [exec] Using port 8080 for HTTP Instance. [INFO] [exec] Using default port 7676 for JMS. [INFO] [exec] Using default port 3700 for IIOP. [INFO] [exec] Using default port 8181 for HTTP_SSL. [INFO] [exec] Using default port 3820 for IIOP_SSL. [INFO] [exec] Using default port 3920 for IIOP_MUTUALAUTH. [INFO] [exec] Using default port 8686 for JMX_ADMIN. [INFO] [exec] Using default port 6666 for OSGI_SHELL. [INFO] [exec] Using default port 9009 for JAVA_DEBUGGER. [INFO] [exec] Distinguished Name of the self-signed X.509 Server Certificate is: [INFO] [exec] [CN=localhost,OU=GlassFish,O=Eclipse.org Foundation Inc,L=Ottawa,ST=Ontario,C=CA] [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/target/ssl-impl.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/jvnet/mimepull/mimepull/1.10.0/mimepull-1.10.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/target/glassfish-naming.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/target/monitoring-core.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/gms-bootstrap.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/cli/target/cluster-cli.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/admin/target/cluster-admin.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/common/target/cluster-common.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/ssh/target/cluster-ssh.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/external/jsch/0.1.56/jsch-0.1.56.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/gms-adapter.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/gf-restadmin-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/rest-client.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/rest-service.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/security-ee.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/target/amx-jakartaee.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/target/annotation-framework.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/target/container-common.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/target/dol.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/ACCClassLoader.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/ACCClassLoader.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/ACCClassLoader.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-client-module --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/target/generated-sources/hk2-config-generator/src/test/java [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core/target/deployment-jakartaee-core.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli/target/appserver-cli.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli-optional/target/cli-optional.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/target/admin-core.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/ejb-internal-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/connectors-internal-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/target/orb-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/target/ha-file-store.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/target/load-balancer-admin.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-cache/3.0.1/shoal-cache-3.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/external/schema2beans/6.7/schema2beans-6.7.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/backup/target/backup.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/gf-load-balancer-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/jaspic.provider.framework.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/target/libpam4j.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/target/nucleus-resources.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/target/resources-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/authentication/jakarta.authentication-api/3.0.0/jakarta.authentication-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/authorization/jakarta.authorization-api/2.1.0/jakarta.authorization-api-2.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/target/transaction-internal-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/mail/jakarta.mail-api/2.1.1/jakarta.mail-api-2.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/angus/angus-mail/2.0.1/angus-mail-2.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.1/jakarta.activation-api-2.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/angus/angus-activation/2.0.0/angus-activation-2.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [exec] Distinguished Name of the self-signed X.509 Server Certificate is: [INFO] [exec] [CN=localhost-instance,OU=GlassFish,O=Eclipse.org Foundation Inc,L=Ottawa,ST=Ontario,C=CA] [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.1.0/jakarta.persistence-api-3.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/target/connectors-admin.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ gf-client-module --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ gf-client-module --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-client-module --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ gf-client-module --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ gf-client-module --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/connectors-runtime.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/target/classes/META-INF for [INFO] [echo] gf-client-module [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ gf-client-module --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/target/gf-client-module.jar [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/target/gf-connectors-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/glassfish-ee-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/mail-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/mail-runtime.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/jdbc-config.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/target/resources-runtime.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/target/work-management.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/gf-jpa-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/oracle-jdbc-driver-packages/target/glassfish-oracle-jdbc-driver-packages.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/jpa-container/target/jpa-container.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gf-client-module --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/target/gf-client-module-sources.jar [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.4.0/org.eclipse.persistence.asm-9.4.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.1-RC2/org.eclipse.persistence.core-4.0.1-RC2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ gf-client-module --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ gf-client-module --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.appclient-gf-client-module-checkstyle) @ gf-client-module --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ gf-client-module --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/gf-client-module/7.0.3-SNAPSHOT/gf-client-module-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/target/gf-client-module.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/gf-client-module/7.0.3-SNAPSHOT/gf-client-module-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/target/gf-client-module-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/gf-client-module/7.0.3-SNAPSHOT/gf-client-module-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] [INFO] ---------------< org.glassfish.main.appclient:gf-client >--------------- [INFO] ----------< org.glassfish.main.extras:glassfish-embedded-all >---------- [INFO] Building Embedded GlassFish All-In-One 7.0.3-SNAPSHOT [292/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Building Client Library (including ACC) 7.0.3-SNAPSHOT [291/299] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Embedded GlassFish All-In-One: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Client Library (including ACC): [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ gf-client --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gf-client --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gf-client --- [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-embedded-all --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-embedded-all --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-embedded-all --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-embedded-all --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-embedded-all --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-embedded-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-jar-dependencies) @ glassfish-embedded-all --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/external/antlr/2.7.8/antlr-2.7.8.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/cmp-ejb-mapping.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/cmp-support-ejb.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/cmp-support-sqlstore.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/utility/target/cmp-utility.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/model/target/cmp-model.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/cmp-internal-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/cmp-generator-database.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/cmp-enhancer.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/external/dbschema/6.7/dbschema-6.7.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/4.0.1-RC2/org.eclipse.persistence.jpa-4.0.1-RC2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-naming/target/glassfish-naming.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/monitor/target/monitoring-core.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/gms-bootstrap.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/core-ee/target/security-ee.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/amx-jakartaee/target/amx-jakartaee.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Source directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ gf-client --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ gf-client --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ gf-client --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ gf-client --- [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ gf-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/classes [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/annotation-framework/target/annotation-framework.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/container-common/target/container-common.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dol/target/dol.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.1-RC2/org.eclipse.persistence.jpa.jpql-4.0.1-RC2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-core/target/deployment-jakartaee-core.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli/target/appserver-cli.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/cli-optional/target/cli-optional.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/admin-core/target/admin-core.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/ejb-internal-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/connectors-internal-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-connector/target/orb-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ha/ha-file-store/target/ha-file-store.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/admin/target/load-balancer-admin.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-cache/3.0.1/shoal-cache-3.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/external/schema2beans/6.7/schema2beans-6.7.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/admin/backup/target/backup.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/gf-load-balancer-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/jaspic.provider.framework.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/libpam4j/target/libpam4j.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/resources/target/nucleus-resources.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-connector/target/resources-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/internal-api/target/transaction-internal-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/mail/jakarta.mail-api/2.1.1/jakarta.mail-api-2.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.1-RC2/org.eclipse.persistence.jpa.modelgen.processor-4.0.1-RC2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.1-RC2/org.eclipse.persistence.moxy-4.0.1-RC2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/angus/angus-mail/2.0.1/angus-mail-2.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.1/jakarta.activation-api-2.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/angus/angus-activation/2.0.0/angus-activation-2.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/ibm/jbatch/com.ibm.jbatch.container/2.1.1/com.ibm.jbatch.container-2.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.1-RC2/org.eclipse.persistence.dbws-4.0.1-RC2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/4.0.1-RC2/org.eclipse.persistence.oracle-4.0.1-RC2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/target/persistence-common.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/target/jta.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/target/jts.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/ibm/jbatch/com.ibm.jbatch.spi/2.1.1/com.ibm.jbatch.spi-2.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/concurrent-impl.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/concurrent-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/jakartaee-full/target/deployment-jakartaee-full.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/glassfish-batch-commands.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/glassfish-batch-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jakarta.enterprise.concurrent/3.0.0/jakarta.enterprise.concurrent-3.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/src/main/java/org/glassfish/appclient/client/acc/agent/ACCAgentClassLoader.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/src/main/java/org/glassfish/appclient/client/acc/agent/ACCAgentClassLoader.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/src/main/java/org/glassfish/appclient/client/acc/agent/ACCAgentClassLoader.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ gf-client --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ gf-client --- [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (default-manifest) @ gf-client --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.16:check (default-check) @ gf-client --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ gf-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/classes [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/pfl/pfl-basic-tools/4.1.2/pfl-basic-tools-4.1.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client/target/ejb-client.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/target/ejb-container.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/target/gf-ejb-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel/target/jakartaee-kernel.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jakarta.faces/4.0.1/jakarta.faces-4.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/pfl/pfl-basic-tools/4.1.2/pfl-basic-tools-4.1.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/src/main/java/org/glassfish/appclient/client/acc/agent/ACCAgentClassLoader.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/src/main/java/org/glassfish/appclient/client/acc/agent/ACCAgentClassLoader.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/src/main/java/org/glassfish/appclient/client/acc/agent/ACCAgentClassLoader.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-client --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ gf-client --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ gf-client --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ gf-client --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ gf-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ gf-client --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/classes/META-INF for [INFO] [echo] gf-client [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ gf-client --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/gf-client.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gf-client --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/gf-client-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ gf-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ gf-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.appclient-gf-client-checkstyle) @ gf-client --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ gf-client --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/gf-client/7.0.3-SNAPSHOT/gf-client-7.0.3-SNAPSHOT.pom [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/ejb-full-container.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/gf-client.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/gf-client/7.0.3-SNAPSHOT/gf-client-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/gf-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/gf-client/7.0.3-SNAPSHOT/gf-client-7.0.3-SNAPSHOT-sources.jar [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/ejb.security/target/ejb.security.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --------------< org.glassfish.main.featuresets:glassfish >-------------- [INFO] Building Glassfish Featureset 7.0.3-SNAPSHOT [293/299] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Glassfish Featureset: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-enabler/target/orb-enabler.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/orb/orb-iiop/target/orb-iiop.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-api/3.0.1/shoal-gms-api-3.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-impl/3.0.1/shoal-gms-impl-3.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/mbeanserver/target/glassfish-mbeanserver.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/amx-core/target/amx-core.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-client/target/ejb-client.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-container/target/ejb-container.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector/target/gf-web-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/target/jsf-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector/target/jspcaching-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector/target/jstl-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/jersey-ejb-component-provider.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/jersey-mvc-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/target/stats77.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin/target/web-cli.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-connector/target/gf-ejb-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/target/web-core.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/core/jakartaee-kernel/target/jakartaee-kernel.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/ow2/asm/asm/9.4/asm-9.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-core/3.0.3/hk2-core-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/hk2-config/target/hk2-config.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/api/target/web-embed-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/target/web-glue.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-runlevel/3.0.3/hk2-runlevel-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2/3.0.3/hk2-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/class-model/3.0.3/class-model-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gui-plugin-common/target/web-gui-plugin-common.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha/target/web-ha.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/target/web-naming.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-sse/target/web-sse.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/target/war-util.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.1.1/jakarta.servlet.jsp-api-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jsp/jstl/jakarta.servlet.jsp.jstl-api/3.0.0/jakarta.servlet.jsp.jstl-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/wasp/wasp/3.2.0/wasp-3.2.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator-cdi/8.0.0.Final/hibernate-validator-cdi-8.0.0.Final.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/nucleus-grizzly-all.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/expressly/expressly/5.0.0/expressly-5.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-npn-api/2.0.0/grizzly-npn-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-npn-osgi/2.0.0/grizzly-npn-osgi-2.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/glassfish-grizzly-extra-all.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.1.0/jakarta.websocket-api-2.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-client-api/2.1.0/jakarta.websocket-client-api-2.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.1.3/tyrus-core-2.1.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/admin/target/connectors-admin.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/connectors-runtime.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.1.3/tyrus-server-2.1.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.1.3/tyrus-spi-2.1.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.1.3/tyrus-client-2.1.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-connector/target/gf-connectors-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.1.3/tyrus-container-servlet-2.1.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/glassfish-ee-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/mail-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.3/tyrus-container-grizzly-client-2.1.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/mail-runtime.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/jdbc-config.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/resources/resources-runtime/target/resources-runtime.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.3/tyrus-container-glassfish-cdi-2.1.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/work-management/target/work-management.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.3/tyrus-container-glassfish-ejb-2.1.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/target/websecurity.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/cdi-api-fragment/target/cdi-api-fragment.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector/target/gf-weld-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/soteria/jakarta.security.enterprise/3.0.2/jakarta.security.enterprise-3.0.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/jboss/weld/weld-osgi-bundle/5.1.0.Final/weld-osgi-bundle-5.1.0.Final.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/exousia/exousia/2.1.0/exousia-2.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/nimbusds/nimbus-jose-jwt/9.30/nimbus-jose-jwt-9.30.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/security/enterprise/jakarta.security.enterprise-api/3.0.0/jakarta.security.enterprise-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/cdi-api-fragment/target/cdi-api-fragment.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-weld-connector/target/gf-weld-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/jboss/weld/weld-osgi-bundle/5.1.0.Final/weld-osgi-bundle-5.1.0.Final.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/jboss/classfilewriter/jboss-classfilewriter/1.3.0.Final/jboss-classfilewriter-1.3.0.Final.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/target/weld-integration.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-fragment/target/weld-integration-fragment.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/target/jdbc-admin.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/jdbc-runtime.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/connectors-inbound-runtime.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/gf-jms-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/gf-jms-injection.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/admin/target/jms-admin.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jms-core/target/jms-core.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/gf-jpa-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/oracle-jdbc-driver-packages/target/glassfish-oracle-jdbc-driver-packages.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/jpa-container/target/jpa-container.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.4.0/org.eclipse.persistence.asm-9.4.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/4.0.1-RC2/org.eclipse.persistence.core-4.0.1-RC2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/jboss/classfilewriter/jboss-classfilewriter/1.3.0.Final/jboss-classfilewriter-1.3.0.Final.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration/target/weld-integration.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/weld-integration-fragment/target/weld-integration-fragment.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/admin/target/jdbc-admin.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/jdbc-runtime.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.1/jersey-media-moxy-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.1/jersey-cdi1x-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.1/jersey-cdi1x-servlet-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.1.1/jersey-cdi1x-transaction-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.1/jersey-container-servlet-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.1/jersey-container-servlet-core-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.1/jersey-media-json-processing-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.1/jersey-mvc-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.1/jersey-mvc-jsp-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.1/jersey-server-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.1/jersey-client-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.1/jersey-container-grizzly2-http-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.1/jersey-media-jaxb-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.1/jersey-media-json-jettison-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.1/jersey-media-json-jackson-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.1/jersey-media-sse-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.1/jersey-media-multipart-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.1/jersey-bean-validation-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.1/jersey-entity-filtering-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/4.0.1-RC2/org.eclipse.persistence.jpa-4.0.1-RC2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.1/jersey-common-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/4.0.1-RC2/org.eclipse.persistence.jpa.jpql-4.0.1-RC2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.1/jersey-hk2-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/glassfish [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.1.1/jersey-media-json-binding-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/glassfish/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish --- [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/glassfish/target/classes/META-INF for [INFO] [echo] glassfish [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/glassfish/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.featuresets-glassfish-checkstyle) @ glassfish --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/glassfish/7.0.3-SNAPSHOT/glassfish-7.0.3-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.distributions:glassfish >------------- [INFO] Building Glassfish Full Profile Distribution 7.0.3-SNAPSHOT [294/299] [INFO] -----------------------[ glassfish-distribution ]----------------------- [INFO] [INFO] ----------------< org.glassfish.main.featuresets:debug >---------------- [INFO] Building Debug 7.0.3-SNAPSHOT [295/299] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Glassfish Full Profile Distribution: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in Debug: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] org.glassfish.build:spec-version-maven-plugin:2.1 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:featuresets-dependencies (default-featuresets-dependencies) @ glassfish --- [INFO] Copying org.glassfish.metro:webservices-extra-xmlsec:jar:4.0.2 to target/dependency/webservices-extra-xmlsec.jar [INFO] Copying org.glassfish.main.transaction:jts:jar:7.0.3-SNAPSHOT to target/dependency/jts.jar [INFO] Copying org.glassfish.main.orb:orb-connector:jar:7.0.3-SNAPSHOT to target/dependency/orb-connector.jar [INFO] Copying org.javassist:javassist:jar:3.29.2-GA to target/dependency/javassist.jar [INFO] Copying org.glassfish.main.deployment:deployment-jakartaee-core:jar:7.0.3-SNAPSHOT to target/dependency/deployment-jakartaee-core.jar [INFO] Copying org.glassfish.hk2:hk2-utils:jar:3.0.3 to target/dependency/hk2-utils.jar [INFO] Copying com.io7m.jcip:jcip-annotations:jar:1.0.2 to target/dependency/jcip-annotations.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-model:jar:7.0.3-SNAPSHOT to target/dependency/cmp-model.jar [INFO] Copying org.glassfish.hk2:hk2:jar:3.0.3 to target/dependency/hk2.jar [INFO] Copying org.ow2.asm:asm:jar:9.4 to target/dependency/asm.jar [INFO] Copying com.nimbusds:nimbus-jose-jwt:jar:9.30 to target/dependency/nimbus-jose-jwt.jar [INFO] Copying jakarta.activation:jakarta.activation-api:jar:2.1.1 to target/dependency/jakarta.activation-api.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-glassfish-ejb:jar:2.1.3 to target/dependency/tyrus-container-glassfish-ejb.jar [INFO] Copying org.glassfish.main.admingui:console-jca-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-jca-plugin.jar [INFO] Copying org.glassfish.pfl:pfl-basic:jar:4.1.2 to target/dependency/pfl-basic.jar [INFO] Copying org.glassfish:jakarta.faces:jar:4.0.1 to target/dependency/jakarta.faces.jar [INFO] Copying org.glassfish.main.grizzly:nucleus-grizzly-all:jar:7.0.3-SNAPSHOT to target/dependency/nucleus-grizzly-all.jar [INFO] Copying org.glassfish.main.core:glassfish:jar:7.0.3-SNAPSHOT to target/dependency/glassfish.jar [INFO] Copying org.glassfish.hk2:class-model:jar:3.0.3 to target/dependency/class-model.jar [INFO] Copying org.glassfish.wasp:wasp:jar:3.2.0 to target/dependency/wasp.jar [INFO] Copying org.eclipse.microprofile.config:microprofile-config-api:jar:3.0.2 to target/dependency/microprofile-config-api.jar [INFO] Copying org.glassfish.main.web:web-sse:jar:7.0.3-SNAPSHOT to target/dependency/web-sse.jar [INFO] Copying jakarta.security.enterprise:jakarta.security.enterprise-api:jar:3.0.0 to target/dependency/jakarta.security.enterprise-api.jar [INFO] Copying org.glassfish.main.admin:admin-cli:jar:7.0.3-SNAPSHOT to target/dependency/admin-cli.jar [INFO] Copying org.glassfish.main.common:amx-core:jar:7.0.3-SNAPSHOT to target/dependency/amx-core.jar [INFO] Copying org.glassfish.main.admingui:dataprovider:jar:7.0.3-SNAPSHOT to target/dependency/dataprovider.jar [INFO] Copying jakarta.json.bind:jakarta.json.bind-api:jar:3.0.0 to target/dependency/jakarta.json.bind-api.jar [INFO] Copying jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0 to target/dependency/jakarta.xml.bind-api.jar [INFO] Copying org.glassfish.main.cluster:cluster-cli:jar:7.0.3-SNAPSHOT to target/dependency/cluster-cli.jar [INFO] Copying org.glassfish.main.web:gf-web-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-web-connector.jar [INFO] Copying org.glassfish.main.admingui:console-plugin-service:jar:7.0.3-SNAPSHOT to target/dependency/console-plugin-service.jar [INFO] Copying org.glassfish.main.deployment:dol:jar:7.0.3-SNAPSHOT to target/dependency/dol.jar [INFO] Copying org.glassfish.main.common:scattered-archive-api:jar:7.0.3-SNAPSHOT to target/dependency/scattered-archive-api.jar [INFO] Copying org.glassfish.tyrus:tyrus-spi:jar:2.1.3 to target/dependency/tyrus-spi.jar [INFO] Copying org.glassfish.main.core:api-exporter:jar:7.0.3-SNAPSHOT to target/dependency/api-exporter.jar [INFO] Copying org.glassfish.main.ejb:ejb-timer-service-app:war:7.0.3-SNAPSHOT to target/dependency/ejb-timer-service-app.war [INFO] Copying org.glassfish.main.ha:ha-shoal-cache-store:jar:7.0.3-SNAPSHOT to target/dependency/ha-shoal-cache-store.jar [INFO] Copying org.glassfish.main.admin:cli-optional:jar:7.0.3-SNAPSHOT to target/dependency/cli-optional.jar [INFO] Copying org.glassfish.main.security:security-ee:jar:7.0.3-SNAPSHOT to target/dependency/security-ee.jar [INFO] Copying jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 to target/dependency/jakarta.ws.rs-api.jar [INFO] Copying org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 to target/dependency/osgi-resource-locator.jar [INFO] Copying org.glassfish.main.connectors:connectors-runtime:jar:7.0.3-SNAPSHOT to target/dependency/connectors-runtime.jar [INFO] Copying org.glassfish.main.connectors:connectors-internal-api:jar:7.0.3-SNAPSHOT to target/dependency/connectors-internal-api.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-ejb-mapping:jar:7.0.3-SNAPSHOT to target/dependency/cmp-ejb-mapping.jar [INFO] Copying org.eclipse.angus:angus-activation:jar:2.0.0 to target/dependency/angus-activation.jar [INFO] Copying org.glassfish.main.webservices:soap-tcp:jar:7.0.3-SNAPSHOT to target/dependency/soap-tcp.jar [INFO] Copying org.glassfish.main.webservices:jsr109-impl:jar:7.0.3-SNAPSHOT to target/dependency/jsr109-impl.jar [INFO] Copying jakarta.interceptor:jakarta.interceptor-api:jar:2.1.0 to target/dependency/jakarta.interceptor-api.jar [INFO] Copying org.glassfish.hk2:hk2-locator:jar:3.0.3 to target/dependency/hk2-locator.jar [INFO] Copying org.apache.felix:org.apache.felix.bundlerepository:jar:2.0.10 to target/dependency/org.apache.felix.bundlerepository.jar [INFO] Copying org.glassfish.main.common:simple-glassfish-api:jar:7.0.3-SNAPSHOT to target/dependency/simple-glassfish-api.jar [INFO] Copying org.glassfish.main.ejb:ejb-container:jar:7.0.3-SNAPSHOT to target/dependency/ejb-container.jar [INFO] Copying org.ow2.asm:asm-util:jar:9.4 to target/dependency/asm-util.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.1.1 to target/dependency/jersey-container-servlet-core.jar [INFO] Copying org.glassfish.main.web:web-embed-api:jar:7.0.3-SNAPSHOT to target/dependency/web-embed-api.jar [INFO] Copying jakarta.jms:jakarta.jms-api:jar:3.1.0 to target/dependency/jakarta.jms-api.jar [INFO] Copying jakarta.mvc:jakarta.mvc-api:jar:2.1.0 to target/dependency/jakarta.mvc-api.jar [INFO] Copying org.glassfish.shoal:shoal-cache:jar:3.0.1 to target/dependency/shoal-cache.jar [INFO] Unpacking org.glassfish.main.appclient:appclient-scripts:zip:7.0.3-SNAPSHOT to target/dependency/appclient-scripts [INFO] Copying org.hibernate.validator:hibernate-validator-cdi:jar:8.0.0.Final to target/dependency/hibernate-validator-cdi.jar [INFO] Copying org.glassfish.main.orb:orb-enabler:jar:7.0.3-SNAPSHOT to target/dependency/orb-enabler.jar [INFO] Copying org.glassfish:jakarta.enterprise.concurrent:jar:3.0.0 to target/dependency/jakarta.enterprise.concurrent.jar [INFO] Copying org.glassfish.main.grizzly:glassfish-grizzly-extra-all:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-grizzly-extra-all.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.dbws:jar:4.0.1-RC2 to target/dependency/org.eclipse.persistence.dbws.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-generator-database:jar:7.0.3-SNAPSHOT to target/dependency/cmp-generator-database.jar [INFO] Copying org.glassfish.main.appclient:gf-client-module:jar:7.0.3-SNAPSHOT to target/dependency/gf-client-module.jar [INFO] Copying org.glassfish.gmbal:gmbal:jar:4.0.3 to target/dependency/gmbal.jar [INFO] Copying org.glassfish.main.resourcebase.resources:nucleus-resources:jar:7.0.3-SNAPSHOT to target/dependency/nucleus-resources.jar [INFO] Copying org.glassfish.main.admin:launcher:jar:7.0.3-SNAPSHOT to target/dependency/launcher.jar [INFO] Copying org.glassfish.main.webservices:webservices-connector:jar:7.0.3-SNAPSHOT to target/dependency/webservices-connector.jar [INFO] Copying org.glassfish.main.cluster:gms-adapter:jar:7.0.3-SNAPSHOT to target/dependency/gms-adapter.jar [INFO] Copying org.glassfish.main.persistence:gf-jpa-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-jpa-connector.jar [INFO] Copying org.glassfish.main.core:glassfish-extra-jre-packages:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-extra-jre-packages.jar [INFO] Copying org.glassfish.tyrus:tyrus-server:jar:2.1.3 to target/dependency/tyrus-server.jar [INFO] Copying org.glassfish.main.admin:admin-core:jar:7.0.3-SNAPSHOT to target/dependency/admin-core.jar [INFO] Copying org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.1.1 to target/dependency/jersey-entity-filtering.jar [INFO] Copying org.glassfish.main.admingui:console-ejb-lite-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-ejb-lite-plugin.jar [INFO] Copying org.glassfish.main.batch:glassfish-batch-commands:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-batch-commands.jar [INFO] Copying org.apache.felix:org.apache.felix.fileinstall:jar:3.7.4 to target/dependency/org.apache.felix.fileinstall.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-support-ejb:jar:7.0.3-SNAPSHOT to target/dependency/cmp-support-ejb.jar [INFO] Copying jakarta.mail:jakarta.mail-api:jar:2.1.1 to target/dependency/jakarta.mail-api.jar [INFO] Copying org.glassfish.main.cluster:gms-bootstrap:jar:7.0.3-SNAPSHOT to target/dependency/gms-bootstrap.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.core:jar:4.0.1-RC2 to target/dependency/org.eclipse.persistence.core.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-utility:jar:7.0.3-SNAPSHOT to target/dependency/cmp-utility.jar [INFO] Copying org.glassfish.main.admingui:console-jts-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-jts-plugin.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.oracle:jar:4.0.1-RC2 to target/dependency/org.eclipse.persistence.oracle.jar [INFO] Copying org.glassfish.main.common:container-common:jar:7.0.3-SNAPSHOT to target/dependency/container-common.jar [INFO] Copying org.glassfish.main.security:ejb.security:jar:7.0.3-SNAPSHOT to target/dependency/ejb.security.jar [INFO] Copying org.codehaus.jettison:jettison:jar:1.5.3 to target/dependency/jettison.jar [INFO] Copying org.codehaus.woodstox:stax2-api:jar:4.2.1 to target/dependency/stax2-api.jar [INFO] Copying org.glassfish.main.admingui:console-concurrent-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-concurrent-plugin.jar [INFO] Copying org.glassfish.main.security:appclient.security:jar:7.0.3-SNAPSHOT to target/dependency/appclient.security.jar [INFO] Copying org.glassfish.ha:ha-api:jar:3.1.13 to target/dependency/ha-api.jar [INFO] Copying org.glassfish.hk2:hk2-api:jar:3.0.3 to target/dependency/hk2-api.jar [INFO] Copying org.glassfish.main.loadbalancer:gf-load-balancer-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-load-balancer-connector.jar [INFO] Copying org.eclipse.parsson:parsson:jar:1.1.1 to target/dependency/parsson.jar [INFO] Copying org.glassfish.main.security:ssl-impl:jar:7.0.3-SNAPSHOT to target/dependency/ssl-impl.jar [INFO] Copying org.eclipse.parsson:parsson-media:jar:1.1.1 to target/dependency/parsson-media.jar [INFO] Copying jakarta.websocket:jakarta.websocket-api:jar:2.1.0 to target/dependency/jakarta.websocket-api.jar [INFO] Copying org.glassfish.main.jms:jms-admin:jar:7.0.3-SNAPSHOT to target/dependency/jms-admin.jar [INFO] Unpacking org.glassfish.main.webservices:webservices-scripts:zip:7.0.3-SNAPSHOT to target/dependency/webservices-scripts [INFO] Copying org.glassfish.jersey.core:jersey-server:jar:3.1.1 to target/dependency/jersey-server.jar [INFO] Copying org.glassfish.main.admingui:console-common:jar:7.0.3-SNAPSHOT to target/dependency/console-common.jar [INFO] Copying org.glassfish.jersey.core:jersey-common:jar:3.1.1 to target/dependency/jersey-common.jar [INFO] Copying com.ibm.jbatch:com.ibm.jbatch.spi:jar:2.1.1 to target/dependency/com.ibm.jbatch.spi.jar [INFO] Copying org.glassfish.main.admin:rest-service:jar:7.0.3-SNAPSHOT to target/dependency/rest-service.jar [INFO] Copying jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:jar:3.0.0 to target/dependency/jakarta.servlet.jsp.jstl-api.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-admin:jar:7.0.3-SNAPSHOT to target/dependency/jdbc-admin.jar [INFO] Copying org.glassfish.main.jms:jms-core:jar:7.0.3-SNAPSHOT to target/dependency/jms-core.jar [INFO] Copying org.glassfish.corba:glassfish-corba-csiv2-idl:jar:4.2.4 to target/dependency/glassfish-corba-csiv2-idl.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-enhancer:jar:7.0.3-SNAPSHOT to target/dependency/cmp-enhancer.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-internal-api:jar:7.0.3-SNAPSHOT to target/dependency/cmp-internal-api.jar [INFO] Copying org.glassfish.pfl:pfl-basic-tools:jar:4.1.2 to target/dependency/pfl-basic-tools.jar [INFO] Copying org.glassfish.metro:webservices-extra-jdk-packages:jar:4.0.2 to target/dependency/webservices-extra-jdk-packages.jar [INFO] Copying org.glassfish.tyrus:tyrus-client:jar:2.1.3 to target/dependency/tyrus-client.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.command:jar:1.1.2 to target/dependency/org.apache.felix.gogo.command.jar [INFO] Copying org.eclipse.angus:angus-mail:jar:2.0.1 to target/dependency/angus-mail.jar [INFO] Copying org.glassfish.main.jdbc:templates:jar:7.0.3-SNAPSHOT to target/dependency/templates.jar [INFO] Copying org.glassfish.main.ejb:ejb-internal-api:jar:7.0.3-SNAPSHOT to target/dependency/ejb-internal-api.jar [INFO] Copying org.glassfish.expressly:expressly:jar:5.0.0 to target/dependency/expressly.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.1.1 to target/dependency/jersey-container-grizzly2-http.jar [INFO] Copying org.glassfish.main:glassfish-jul-extension:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-jul-extension.jar [INFO] Copying org.glassfish.main.common:internal-api:jar:7.0.3-SNAPSHOT to target/dependency/internal-api.jar [INFO] Copying org.glassfish.main.admin:backup:jar:7.0.3-SNAPSHOT to target/dependency/backup.jar [INFO] Copying org.glassfish.main.cluster:cluster-admin:jar:7.0.3-SNAPSHOT to target/dependency/cluster-admin.jar [INFO] Copying org.glassfish.main.web:web-glue:jar:7.0.3-SNAPSHOT to target/dependency/web-glue.jar [INFO] Copying jakarta.authorization:jakarta.authorization-api:jar:2.1.0 to target/dependency/jakarta.authorization-api.jar [INFO] Copying org.glassfish.main.common:annotation-framework:jar:7.0.3-SNAPSHOT to target/dependency/annotation-framework.jar [INFO] Copying org.glassfish.main.web:web-ha:jar:7.0.3-SNAPSHOT to target/dependency/web-ha.jar [INFO] Copying org.glassfish.main.appclient.server:appclient-connector:jar:7.0.3-SNAPSHOT to target/dependency/appclient-connector.jar [INFO] Copying org.glassfish.main.common:glassfish-naming:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-naming.jar [INFO] Unpacking org.glassfish.main.admingui:war:war:7.0.3-SNAPSHOT to target/dependency/war [INFO] Copying org.apache.felix:org.apache.felix.eventadmin:jar:1.6.4 to target/dependency/org.apache.felix.eventadmin.jar [INFO] Unpacking org.glassfish.external:derby:zip:10.15.2.0 to target/dependency/derby [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/4.0.1-RC2/org.eclipse.persistence.jpa.modelgen.processor-4.0.1-RC2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.1-RC2/org.eclipse.persistence.moxy-4.0.1-RC2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/jackson-module-jakarta-xmlbind-annotations.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/codehaus/jettison/jettison/1.5.3/jettison-1.5.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/4.0.1-RC2/org.eclipse.persistence.dbws-4.0.1-RC2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/parsson/parsson/1.1.1/parsson-1.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/4.0.1-RC2/org.eclipse.persistence.oracle-4.0.1-RC2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/parsson/parsson-media/1.1.1/parsson-media-1.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/json/bind/jakarta.json.bind-api/3.0.0/jakarta.json.bind-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/yasson/3.0.2/yasson-3.0.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/persistence/common/target/persistence-common.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jakarta.faces/4.0.1/jakarta.faces-4.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ debug --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ debug --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ debug --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/debug [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ debug --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ debug --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ debug --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/debug/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ debug --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/debug/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/debug/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ debug --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/debug/target/classes [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-api/3.0.1/shoal-gms-api-3.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-impl/3.0.1/shoal-gms-impl-3.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/target/tiger-types.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/target/glassfish-jul-extension.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unzip-dependencies-with-jars) @ glassfish-embedded-web --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/dtds/target/nucleus-dtds.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/schemas/target/nucleus-schemas.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dtds/target/appserver-dtds.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/schemas/target/appserver-schemas.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/dist-frag/target/jakartaee-frag.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/appserv-rt-frag.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/glassfish-embedded-shell-frag.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/glassfish-embedded-static-shell-frag.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/descriptors/target/descriptors.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unzip-derby) @ glassfish-embedded-web --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/external/derby/10.15.2.0/derby-10.15.2.0.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/jars/javadb with includes "**/lib/**,**/bin/**" and excludes "" [INFO] Copying org.glassfish.main.deployment:deployment-common:jar:7.0.3-SNAPSHOT to target/dependency/deployment-common.jar [INFO] Copying jakarta.batch:jakarta.batch-api:jar:2.1.1 to target/dependency/jakarta.batch-api.jar [INFO] Copying org.glassfish.main.deployment:deployment-autodeploy:jar:7.0.3-SNAPSHOT to target/dependency/deployment-autodeploy.jar [INFO] Copying org.glassfish.main.persistence:entitybean-container:jar:7.0.3-SNAPSHOT to target/dependency/entitybean-container.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-remote:jar:7.0.3-SNAPSHOT to target/dependency/osgi-cli-remote.jar [INFO] Copying org.glassfish.soteria:jakarta.security.enterprise:jar:3.0.2 to target/dependency/jakarta.security.enterprise.jar [INFO] Copying org.glassfish.main.extras:glassfish-embedded-shell:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-embedded-shell.jar [INFO] Copying org.jboss.weld:weld-osgi-bundle:jar:5.1.0.Final to target/dependency/weld-osgi-bundle.jar [INFO] Copying org.glassfish.main.appclient:acc-config:jar:7.0.3-SNAPSHOT to target/dependency/acc-config.jar [INFO] Copying org.glassfish.main.transaction:jta:jar:7.0.3-SNAPSHOT to target/dependency/jta.jar [INFO] Unpacking org.glassfish.main.batch:batch-databases:zip:7.0.3-SNAPSHOT to target/dependency/batch-databases [INFO] Copying org.glassfish.main.core:kernel:jar:7.0.3-SNAPSHOT to target/dependency/kernel.jar [INFO] Copying org.glassfish.external:schema2beans:jar:6.7 to target/dependency/schema2beans.jar [INFO] Copying org.glassfish.main.connectors:gf-connectors-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-connectors-connector.jar [INFO] Copying org.glassfish.main.appclient:gf-client:jar:7.0.3-SNAPSHOT to target/dependency/gf-client.jar [INFO] Copying jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.0.1 to target/dependency/jakarta.enterprise.lang-model.jar [INFO] Copying jakarta.servlet.jsp:jakarta.servlet.jsp-api:jar:3.1.1 to target/dependency/jakarta.servlet.jsp-api.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-extra-jdk-packages:jar:7.0.3-SNAPSHOT to target/dependency/flashlight-extra-jdk-packages.jar [INFO] Copying jakarta.transaction:jakarta.transaction-api:jar:2.0.1 to target/dependency/jakarta.transaction-api.jar [INFO] Copying org.glassfish.main.admingui:console-common-full-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-common-full-plugin.jar [INFO] Copying org.glassfish.external:ant:jar:1.10.2 to target/dependency/ant.jar [INFO] Copying org.glassfish.main.security:jaspic.provider.framework:jar:7.0.3-SNAPSHOT to target/dependency/jaspic.provider.framework.jar [INFO] Copying org.glassfish.main.microprofile:microprofile-config:jar:7.0.3-SNAPSHOT to target/dependency/microprofile-config.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-servlet:jar:3.1.1 to target/dependency/jersey-container-servlet.jar [INFO] Copying org.jboss.classfilewriter:jboss-classfilewriter:jar:1.3.0.Final to target/dependency/jboss-classfilewriter.jar [INFO] Copying org.glassfish.main.web:jspcaching-connector:jar:7.0.3-SNAPSHOT to target/dependency/jspcaching-connector.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.4.0 to target/dependency/org.eclipse.persistence.asm.jar [INFO] Unpacking org.glassfish.main.deployment:appserver-schemas:zip:7.0.3-SNAPSHOT to target/dependency/appserver-schemas [INFO] Copying org.glassfish.main.ha:ha-file-store:jar:7.0.3-SNAPSHOT to target/dependency/ha-file-store.jar [INFO] Copying jakarta.ejb:jakarta.ejb-api:jar:4.0.1 to target/dependency/jakarta.ejb-api.jar [INFO] Copying org.glassfish.main.admingui:console-community-branding-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-community-branding-plugin.jar [INFO] Copying org.glassfish.metro:webservices-osgi:jar:4.0.2 to target/dependency/webservices-osgi.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-embedded-web --- [INFO] Skipping the execution. [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (jdbcra-cp.rar) @ glassfish-embedded-web --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-cp.xml [INFO] Copying org.ow2.asm:asm-tree:jar:9.4 to target/dependency/asm-tree.jar [INFO] Copying org.glassfish.main.security:security:jar:7.0.3-SNAPSHOT to target/dependency/security.jar [INFO] Copying org.glassfish.main.deployment:deployment-jakartaee-full:jar:7.0.3-SNAPSHOT to target/dependency/deployment-jakartaee-full.jar [INFO] Copying org.glassfish.main.connectors:connectors-admin:jar:7.0.3-SNAPSHOT to target/dependency/connectors-admin.jar [INFO] Copying org.glassfish.jersey.ext:jersey-mvc:jar:3.1.1 to target/dependency/jersey-mvc.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-config:jar:7.0.3-SNAPSHOT to target/dependency/jdbc-config.jar [INFO] Copying jakarta.json:jakarta.json-api:jar:2.1.1 to target/dependency/jakarta.json-api.jar [INFO] Copying org.glassfish.external:dbschema:jar:6.7 to target/dependency/dbschema.jar [INFO] Copying org.glassfish.main.cluster:cluster-common:jar:7.0.3-SNAPSHOT to target/dependency/cluster-common.jar [INFO] Copying org.glassfish.main.admin:admin-util:jar:7.0.3-SNAPSHOT to target/dependency/admin-util.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/rars/glassfish-embedded-web-__cp_jdbc_ra.rar [INFO] Unpacking org.glassfish.main.jms:jmsra:zip:7.0.3-SNAPSHOT to target/dependency/jmsra [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (jdbcra-ds.rar) @ glassfish-embedded-web --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-ds.xml [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/rars/glassfish-embedded-web-__ds_jdbc_ra.rar [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (jdbcra-dm.rar) @ glassfish-embedded-web --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-dm.xml [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jta/target/jta.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/rars/glassfish-embedded-web-__dm_jdbc_ra.rar [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/transaction/jts/target/jts.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (jdbcra-xa.rar) @ glassfish-embedded-web --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-xa.xml [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/rars/glassfish-embedded-web-__xa_jdbc_ra.rar [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-embedded-web --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-embedded-web --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-embedded-web --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-embedded-web --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-embedded-web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-embedded-web --- [INFO] Copying org.glassfish.hk2:hk2-runlevel:jar:3.0.3 to target/dependency/hk2-runlevel.jar [INFO] Copying org.glassfish.main.web:web-gui-plugin-common:jar:7.0.3-SNAPSHOT to target/dependency/web-gui-plugin-common.jar [INFO] Copying org.glassfish.shoal:shoal-gms-api:jar:3.0.1 to target/dependency/shoal-gms-api.jar [INFO] Copying org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.6 to target/dependency/org.apache.aries.spifly.dynamic.bundle.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor:jar:4.0.1-RC2 to target/dependency/org.eclipse.persistence.jpa.modelgen.processor.jar [INFO] Copying com.fasterxml.jackson.core:jackson-core:jar:2.14.2 to target/dependency/jackson-core.jar [INFO] Copying org.eclipse.krazo:krazo-core:jar:3.0.1 to target/dependency/krazo-core.jar [INFO] Copying org.glassfish.main.admin:rest-client:jar:7.0.3-SNAPSHOT to target/dependency/rest-client.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-container:jar:7.0.3-SNAPSHOT to target/dependency/osgi-container.jar [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.1.1 to target/dependency/jersey-cdi1x.jar [INFO] Copying org.glassfish.main.admin:server-mgmt:jar:7.0.3-SNAPSHOT to target/dependency/server-mgmt.jar [INFO] Copying org.glassfish.main.admin:appserver-cli:jar:7.0.3-SNAPSHOT to target/dependency/appserver-cli.jar [INFO] Copying org.glassfish.main.core:jakartaee-kernel:jar:7.0.3-SNAPSHOT to target/dependency/jakartaee-kernel.jar [INFO] Copying org.glassfish.main.common:glassfish-ee-api:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-ee-api.jar [INFO] Copying org.apache.santuario:xmlsec:jar:3.0.1 to target/dependency/xmlsec.jar [INFO] Copying org.glassfish.main.admin:appserver-domain:jar:7.0.3-SNAPSHOT to target/dependency/appserver-domain.jar [INFO] Copying org.glassfish.main.admingui:console-cluster-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-cluster-plugin.jar [INFO] Copying org.glassfish.main.web:web-cli:jar:7.0.3-SNAPSHOT to target/dependency/web-cli.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-api:jar:2.0.0 to target/dependency/grizzly-npn-api.jar [INFO] Copying org.glassfish.main.concurrent:concurrent-impl:jar:7.0.3-SNAPSHOT to target/dependency/concurrent-impl.jar [INFO] Copying org.glassfish.main.ejb:gf-ejb-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-ejb-connector.jar [INFO] Copying org.glassfish.main.transaction:transaction-internal-api:jar:7.0.3-SNAPSHOT to target/dependency/transaction-internal-api.jar [INFO] Copying org.glassfish.external:jsch:jar:0.1.56 to target/dependency/jsch.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-interactive:jar:7.0.3-SNAPSHOT to target/dependency/osgi-cli-interactive.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-jaxb:jar:3.1.1 to target/dependency/jersey-media-jaxb.jar [INFO] Copying org.glassfish.main.admingui.connector:gf-admingui-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-admingui-connector.jar [INFO] Copying org.glassfish.external:management-api:jar:3.2.3 to target/dependency/management-api.jar [INFO] Copying org.glassfish.corba:rmic:jar:4.2.4 to target/dependency/rmic.jar [INFO] Unpacking org.glassfish.main.deployment:appserver-dtds:zip:7.0.3-SNAPSHOT to target/dependency/appserver-dtds [INFO] Copying org.glassfish.external:antlr:jar:2.7.8 to target/dependency/antlr.jar [INFO] Executing tasks [INFO] Copying org.glassfish.main.persistence:persistence-common:jar:7.0.3-SNAPSHOT to target/dependency/persistence-common.jar [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes/META-INF for [INFO] [echo] glassfish-embedded-web [INFO] Copying org.glassfish.pfl:pfl-dynamic:jar:4.1.2 to target/dependency/pfl-dynamic.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.6 to target/dependency/org.apache.felix.gogo.runtime.jar [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes/META-INF [INFO] Copying org.glassfish.main.hk2:config-types:jar:7.0.3-SNAPSHOT to target/dependency/config-types.jar [INFO] Executed tasks [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (generate-inhabitants) @ glassfish-embedded-web --- [INFO] Copying org.glassfish.main.batch:glassfish-batch-connector:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-batch-connector.jar [INFO] Copying jakarta.inject:jakarta.inject-api:jar:2.0.1.MR to target/dependency/jakarta.inject-api.jar [INFO] Copying org.glassfish.main.appclient.server:appclient-server-core:jar:7.0.3-SNAPSHOT to target/dependency/appclient-server-core.jar [INFO] Copying org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 to target/dependency/aopalliance-repackaged.jar [INFO] Copying org.glassfish.corba:glassfish-corba-internal-api:jar:4.2.4 to target/dependency/glassfish-corba-internal-api.jar [INFO] Copying org.ow2.asm:asm-commons:jar:9.4 to target/dependency/asm-commons.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-agent:jar:7.0.3-SNAPSHOT to target/dependency/flashlight-agent.jar [INFO] Copying org.glassfish.pfl:pfl-tf-tools:jar:4.1.2 to target/dependency/pfl-tf-tools.jar [INFO] Copying org.glassfish.main.web:web-core:jar:7.0.3-SNAPSHOT to target/dependency/web-core.jar [INFO] Copying jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api:jar:3.0.2 to target/dependency/jakarta.enterprise.concurrent-api.jar [INFO] Unpacking org.glassfish.main.ejb:ejb-timer-databases:zip:7.0.3-SNAPSHOT to target/dependency/ejb-timer-databases [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/gf-restadmin-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/rest-client.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Copying org.glassfish.main.deployment:deployment-admin:jar:7.0.3-SNAPSHOT to target/dependency/deployment-admin.jar [INFO] Copying org.glassfish.main.common:amx-jakartaee:jar:7.0.3-SNAPSHOT to target/dependency/amx-jakartaee.jar [INFO] Copying org.glassfish.corba:glassfish-corba-orb:jar:4.2.4 to target/dependency/glassfish-corba-orb.jar [INFO] Unpacking org.glassfish.main.distributions:glassfish-common:zip:7.0.3-SNAPSHOT to target/dependency/glassfish-common [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/rest-service.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Copying org.glassfish.main.admin:config-api:jar:7.0.3-SNAPSHOT to target/dependency/config-api.jar [INFO] Copying org.glassfish.main.orb:orb-iiop:jar:7.0.3-SNAPSHOT to target/dependency/orb-iiop.jar [INFO] Copying org.glassfish.main.libpam4j:libpam4j:jar:7.0.3-SNAPSHOT to target/dependency/libpam4j.jar [INFO] Copying org.glassfish.main.security:websecurity:jar:7.0.3-SNAPSHOT to target/dependency/websecurity.jar [INFO] Copying org.glassfish.main.web:jersey-ejb-component-provider:jar:7.0.3-SNAPSHOT to target/dependency/jersey-ejb-component-provider.jar [INFO] Copying org.glassfish.main.ejb:ejb-client:jar:7.0.3-SNAPSHOT to target/dependency/ejb-client.jar [INFO] Copying org.glassfish.main.admingui:console-corba-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-corba-plugin.jar [INFO] Copying org.jboss.weld.se:weld-se-shaded:jar:5.1.0.Final to target/dependency/weld-se-shaded.jar [INFO] Copying org.eclipse.krazo:krazo-jersey:jar:3.0.1 to target/dependency/krazo-jersey.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.1.3 to target/dependency/tyrus-container-grizzly-client.jar [INFO] Copying org.glassfish.main.hk2:hk2-config:jar:7.0.3-SNAPSHOT to target/dependency/hk2-config.jar [INFO] Copying org.glassfish.main.common:stats77:jar:7.0.3-SNAPSHOT to target/dependency/stats77.jar [INFO] Copying com.fasterxml.jackson.core:jackson-databind:jar:2.14.2 to target/dependency/jackson-databind.jar [INFO] Unpacking org.glassfish.main.persistence.cmp:cmp-scripts:zip:7.0.3-SNAPSHOT to target/dependency/cmp-scripts [INFO] Copying org.glassfish.main.cluster:cluster-ssh:jar:7.0.3-SNAPSHOT to target/dependency/cluster-ssh.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-runtime:jar:7.0.3-SNAPSHOT to target/dependency/jdbc-runtime.jar [INFO] Copying jakarta.persistence:jakarta.persistence-api:jar:3.1.0 to target/dependency/jakarta.persistence-api.jar [INFO] Copying org.glassfish.main.jms:gf-jms-injection:jar:7.0.3-SNAPSHOT to target/dependency/gf-jms-injection.jar [INFO] Copying org.glassfish.main.web:war-util:jar:7.0.3-SNAPSHOT to target/dependency/war-util.jar [INFO] Copying org.jvnet.mimepull:mimepull:jar:1.10.0 to target/dependency/mimepull.jar [INFO] Copying jakarta.el:jakarta.el-api:jar:5.0.1 to target/dependency/jakarta.el-api.jar [INFO] Copying org.glassfish.main.admingui:console-jms-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-jms-plugin.jar [INFO] Copying jakarta.annotation:jakarta.annotation-api:jar:2.1.1 to target/dependency/jakarta.annotation-api.jar [INFO] Copying jakarta.websocket:jakarta.websocket-client-api:jar:2.1.0 to target/dependency/jakarta.websocket-client-api.jar [INFO] Copying jakarta.enterprise:jakarta.enterprise.cdi-api:jar:4.0.1 to target/dependency/jakarta.enterprise.cdi-api.jar [INFO] Copying jakarta.validation:jakarta.validation-api:jar:3.0.2 to target/dependency/jakarta.validation-api.jar [INFO] Copying com.ibm.jbatch:com.ibm.jbatch.container:jar:2.1.1 to target/dependency/com.ibm.jbatch.container.jar [INFO] Copying org.glassfish.main.resources:mail-connector:jar:7.0.3-SNAPSHOT to target/dependency/mail-connector.jar [INFO] Copying org.glassfish.shoal:shoal-gms-impl:jar:3.0.1 to target/dependency/shoal-gms-impl.jar [INFO] Copying org.glassfish.main.admin:gf-restadmin-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-restadmin-connector.jar [INFO] Copying org.glassfish.main.admingui:console-ejb-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-ejb-plugin.jar [INFO] Unpacking org.glassfish.main.connectors:descriptors:zip:7.0.3-SNAPSHOT to target/dependency/descriptors [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.1.1 to target/dependency/jersey-media-json-jackson.jar [INFO] Copying org.glassfish.main.web:weld-integration-fragment:jar:7.0.3-SNAPSHOT to target/dependency/weld-integration-fragment.jar [INFO] Copying org.glassfish.main.security:webservices.security:jar:7.0.3-SNAPSHOT to target/dependency/webservices.security.jar [INFO] Copying org.glassfish.main.extras:jakartaee:jar:7.0.3-SNAPSHOT to target/dependency/jakartaee.jar [INFO] Copying org.glassfish.main.common:common-util:jar:7.0.3-SNAPSHOT to target/dependency/common-util.jar [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:jar:3.1.1 to target/dependency/jersey-cdi1x-transaction.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-binding:jar:3.1.1 to target/dependency/jersey-media-json-binding.jar [INFO] Copying org.glassfish.main.admin:monitoring-core:jar:7.0.3-SNAPSHOT to target/dependency/monitoring-core.jar [INFO] Copying org.glassfish.main.core:logging:jar:7.0.3-SNAPSHOT to target/dependency/logging.jar [INFO] Copying org.glassfish.main.microprofile:microprofile-connectors:jar:7.0.3-SNAPSHOT to target/dependency/microprofile-connectors.jar [INFO] Copying jakarta.resource:jakarta.resource-api:jar:2.1.0 to target/dependency/jakarta.resource-api.jar [INFO] Copying org.glassfish.main.extras:glassfish-embedded-static-shell:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-embedded-static-shell.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-multipart:jar:3.1.1 to target/dependency/jersey-media-multipart.jar [INFO] Copying org.glassfish.jersey.core:jersey-client:jar:3.1.1 to target/dependency/jersey-client.jar [INFO] Copying jakarta.servlet:jakarta.servlet-api:jar:6.0.0 to target/dependency/jakarta.servlet-api.jar [INFO] Copying org.glassfish.main.admingui:console-jdbc-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-jdbc-plugin.jar [INFO] Copying org.hibernate.validator:hibernate-validator:jar:8.0.0.Final to target/dependency/hibernate-validator.jar [INFO] Copying org.glassfish.main.web:gf-weld-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-weld-connector.jar [INFO] Copying org.glassfish.tyrus:tyrus-core:jar:2.1.3 to target/dependency/tyrus-core.jar [INFO] Copying org.glassfish.main.connectors:work-management:jar:7.0.3-SNAPSHOT to target/dependency/work-management.jar [INFO] Copying org.glassfish.pfl:pfl-tf:jar:4.1.2 to target/dependency/pfl-tf.jar [INFO] Copying org.glassfish.main.web:jersey-mvc-connector:jar:7.0.3-SNAPSHOT to target/dependency/jersey-mvc-connector.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-glassfish-cdi:jar:2.1.3 to target/dependency/tyrus-container-glassfish-cdi.jar [INFO] Copying org.ow2.asm:asm-analysis:jar:9.4 to target/dependency/asm-analysis.jar [INFO] Copying org.omnifaces:microprofile-jwt-auth:jar:2.0.1 to target/dependency/microprofile-jwt-auth.jar [INFO] Copying org.glassfish.corba:glassfish-corba-omgapi:jar:4.2.4 to target/dependency/glassfish-corba-omgapi.jar [INFO] Copying org.glassfish.main.resources:resources-connector:jar:7.0.3-SNAPSHOT to target/dependency/resources-connector.jar [INFO] Copying org.glassfish.main.common:glassfish-mbeanserver:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-mbeanserver.jar [INFO] Unpacking org.glassfish.main.jdbc.jdbc-ra.jdbc-ra-distribution:jdbc-ra:zip:7.0.3-SNAPSHOT to target/dependency/jdbc-ra [INFO] Copying org.eclipse:yasson:jar:3.0.2 to target/dependency/yasson.jar [INFO] Copying org.apache.felix:org.apache.felix.main:jar:7.0.5 to target/dependency/felix.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-processing:jar:3.1.1 to target/dependency/jersey-media-json-processing.jar [INFO] Copying org.glassfish.main.resources:resources-runtime:jar:7.0.3-SNAPSHOT to target/dependency/resources-runtime.jar [INFO] Copying org.glassfish.main.web:jsf-connector:jar:7.0.3-SNAPSHOT to target/dependency/jsf-connector.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-servlet:jar:2.1.3 to target/dependency/tyrus-container-servlet.jar [INFO] Copying org.glassfish.jsftemplating:jsftemplating:jar:4.0.0 to target/dependency/jsftemplating.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jettison:jar:3.1.1 to target/dependency/jersey-media-json-jettison.jar [INFO] Copying org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:2.0 to target/dependency/microprofile-jwt-auth-api.jar [INFO] Copying org.glassfish.main.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:7.0.3-SNAPSHOT to target/dependency/jackson-module-jakarta-xmlbind-annotations.jar [INFO] Copying org.glassfish.main.jms:gf-jms-connector:jar:7.0.3-SNAPSHOT to target/dependency/gf-jms-connector.jar [INFO] Copying com.fasterxml.woodstox:woodstox-core:jar:6.5.0 to target/dependency/woodstox-core.jar [INFO] Copying com.fasterxml.jackson.core:jackson-annotations:jar:2.14.2 to target/dependency/jackson-annotations.jar [INFO] Copying org.glassfish.main.hk2:tiger-types:jar:7.0.3-SNAPSHOT to target/dependency/tiger-types.jar [INFO] Copying org.glassfish.main.web:cdi-api-fragment:jar:7.0.3-SNAPSHOT to target/dependency/cdi-api-fragment.jar [INFO] Copying org.glassfish.main.common:glassfish-api:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-api.jar [INFO] Copying org.glassfish.main.connectors:connectors-inbound-runtime:jar:7.0.3-SNAPSHOT to target/dependency/connectors-inbound-runtime.jar [INFO] Copying org.glassfish.main.ejb:ejb-full-container:jar:7.0.3-SNAPSHOT to target/dependency/ejb-full-container.jar [INFO] Copying org.glassfish.main.web:jstl-connector:jar:7.0.3-SNAPSHOT to target/dependency/jstl-connector.jar [INFO] Copying org.glassfish.main.web:weld-integration:jar:7.0.3-SNAPSHOT to target/dependency/weld-integration.jar [INFO] Copying org.glassfish.main.persistence:glassfish-oracle-jdbc-driver-packages:jar:7.0.3-SNAPSHOT to target/dependency/glassfish-oracle-jdbc-driver-packages.jar [INFO] Copying org.glassfish.main.connectors:descriptors:jar:resources:7.0.3-SNAPSHOT to target/dependency/descriptors.jar [INFO] Copying org.glassfish.jersey.ext:jersey-bean-validation:jar:3.1.1 to target/dependency/jersey-bean-validation.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-framework:jar:7.0.3-SNAPSHOT to target/dependency/flashlight-framework.jar [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:jar:3.1.1 to target/dependency/jersey-cdi1x-servlet.jar [INFO] Copying org.glassfish.hk2:hk2-core:jar:3.0.3 to target/dependency/hk2-core.jar [INFO] Copying org.jboss.logging:jboss-logging:jar:3.5.0.Final to target/dependency/jboss-logging.jar [INFO] Copying org.glassfish.main.webservices:metro-glue:jar:7.0.3-SNAPSHOT to target/dependency/metro-glue.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-osgi:jar:2.0.0 to target/dependency/grizzly-npn-osgi.jar [INFO] Copying org.glassfish.hk2:osgi-adapter:jar:3.0.3 to target/dependency/osgi-adapter.jar [INFO] Unpacking org.glassfish.mq:mq-distribution:zip:6.3.0 to target/dependency/mq-distribution [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/cli/target/admin-cli.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/util/target/admin-util.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [exec] Domain domain1 created. [INFO] [exec] Domain domain1 admin port is 4848. [INFO] [exec] Domain domain1 allows admin login as user "admin" with no password. [INFO] [exec] Admin login information for host [localhost] and port [4848] [INFO] [exec] is being overwritten with credentials provided because the [INFO] [exec] --savelogin option was used during the create-domain command. [INFO] [exec] Login information relevant to admin user name [admin] [INFO] [exec] for this domain [domain1] stored at [INFO] [exec] [/home/jenkins/.gfclient/pass] successfully. [INFO] [exec] Make sure that this file remains protected. [INFO] [exec] Information stored in this file will be used by [INFO] [exec] administration commands to manage this domain. [INFO] [exec] Command create-domain executed successfully. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (do stuff) @ web --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/common-util/target/common-util.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/web/target/stage/glassfish7/glassfish/modules/jersey-hk2.jar.tmp [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/web/target/stage/glassfish7/glassfish/modules [INFO] [zip] Updating zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/web/target/stage/glassfish7/glassfish/modules/jersey-hk2.jar [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ web --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/web/target/dependency/META-INF for [INFO] [echo] web [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/web/target/dependency/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ web --- [INFO] [zip] duplicate: preserve [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/config-api/target/config-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/web/target/web.zip [INFO] [zip] glassfish7/glassfish/config/asenv.bat already added, skipping [INFO] [zip] glassfish7/glassfish/config/asenv.conf already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/admin-keyfile already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/cacerts.jks already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/domain-passwords already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/keyfile already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/keystore.jks already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/login.conf already added, skipping [INFO] Copying org.glassfish.metro:wstx-services:war:4.0.2 to target/dependency/wstx-services.war [INFO] Copying com.sun.xml.bind:jaxb-osgi:jar:4.0.2 to target/dependency/jaxb-osgi.jar [INFO] Copying org.glassfish.soteria:soteria.spi.bean.decorator.weld:jar:3.0.2 to target/dependency/soteria.spi.bean.decorator.weld.jar [INFO] Copying org.glassfish.jersey.inject:jersey-hk2:jar:3.1.1 to target/dependency/jersey-hk2.jar [INFO] Copying org.glassfish.main.admin:nucleus-domain:jar:7.0.3-SNAPSHOT to target/dependency/nucleus-domain.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-support-sqlstore:jar:7.0.3-SNAPSHOT to target/dependency/cmp-support-sqlstore.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-moxy:jar:3.1.1 to target/dependency/jersey-media-moxy.jar [INFO] Copying jakarta.authentication:jakarta.authentication-api:jar:3.0.0 to target/dependency/jakarta.authentication-api.jar [INFO] Copying org.glassfish.main.ha:ha-shoal-cache-bootstrap:jar:7.0.3-SNAPSHOT to target/dependency/ha-shoal-cache-bootstrap.jar [INFO] Copying org.glassfish.main.persistence:jpa-container:jar:7.0.3-SNAPSHOT to target/dependency/jpa-container.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:4.0.1-RC2 to target/dependency/org.eclipse.persistence.jpa.jpql.jar [INFO] Unpacking org.glassfish.main.deployment:nucleus-schemas:zip:7.0.3-SNAPSHOT to target/dependency/nucleus-schemas [INFO] Copying org.glassfish.main.resources:mail-runtime:jar:7.0.3-SNAPSHOT to target/dependency/mail-runtime.jar [INFO] Copying org.glassfish.main.concurrent:concurrent-connector:jar:7.0.3-SNAPSHOT to target/dependency/concurrent-connector.jar [INFO] Unpacking org.glassfish.main.deployment:nucleus-dtds:zip:7.0.3-SNAPSHOT to target/dependency/nucleus-dtds [INFO] Copying org.glassfish.exousia:exousia:jar:2.1.0 to target/dependency/exousia.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa:jar:4.0.1-RC2 to target/dependency/org.eclipse.persistence.jpa.jar [INFO] Copying org.glassfish.main.security:security-services:jar:7.0.3-SNAPSHOT to target/dependency/security-services.jar [INFO] Copying com.fasterxml:classmate:jar:1.5.1 to target/dependency/classmate.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-sse:jar:3.1.1 to target/dependency/jersey-media-sse.jar [INFO] Copying org.apache.felix:org.apache.felix.configadmin:jar:1.9.26 to target/dependency/org.apache.felix.configadmin.jar [INFO] Copying org.glassfish.metro:webservices-api-osgi:jar:4.0.2 to target/dependency/webservices-api-osgi.jar [INFO] Copying org.glassfish.main.web:web-naming:jar:7.0.3-SNAPSHOT to target/dependency/web-naming.jar [INFO] Copying org.glassfish.jersey.ext:jersey-mvc-jsp:jar:3.1.1 to target/dependency/jersey-mvc-jsp.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.shell:jar:1.1.4 to target/dependency/org.apache.felix.gogo.shell.jar [INFO] Copying org.glassfish.main.loadbalancer:load-balancer-admin:jar:7.0.3-SNAPSHOT to target/dependency/load-balancer-admin.jar [INFO] Copying org.glassfish.main.extras:appserv-rt:jar:7.0.3-SNAPSHOT to target/dependency/appserv-rt.jar [INFO] Copying org.glassfish.main.admingui:console-web-plugin:jar:7.0.3-SNAPSHOT to target/dependency/console-web-plugin.jar [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (default-single) @ glassfish --- [INFO] Reading assembly descriptor: src/main/assembly/glassfish.xml [WARNING] Cannot include project artifact: org.glassfish.main.distributions:glassfish:glassfish-distribution:7.0.3-SNAPSHOT; it doesn't have an associated file or directory. [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/config-types/target/config-types.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/admin/target/deployment-admin.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/autodeploy/target/deployment-autodeploy.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/common/target/deployment-common.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/internal-api/target/internal-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/glassfish-api/target/glassfish-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Copying files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/stage [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/launcher/target/launcher.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/logging/target/logging.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/scattered-archive-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/simple-glassfish-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/framework/target/flashlight-framework.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/agent/target/flashlight-agent.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages/target/flashlight-extra-jdk-packages.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/admin/server-mgmt/target/server-mgmt.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/kernel/target/kernel.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/bootstrap/target/glassfish.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/core/api-exporter/target/api-exporter.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-adapter/3.0.3/osgi-adapter-3.0.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/core/target/security.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/services/target/security-services.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/security/ssl-impl/target/ssl-impl.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/jvnet/mimepull/mimepull/1.10.0/mimepull-1.10.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gf-web-connector/target/gf-web-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jsf-connector/target/jsf-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jspcaching-connector/target/jspcaching-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jstl-connector/target/jstl-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/jersey-ejb-component-provider.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/jersey-mvc-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/common/stats77/target/stats77.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:exec (create-domain) @ glassfish --- [INFO] executable: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/stage/glassfish7/bin/asadmin [INFO] commandLineArgs: --user admin create-domain --template=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/stage/glassfish7/glassfish/common/templates/gf/appserver-domain.jar --nopassword --savelogin=true --checkports=false --adminport 4848 --instanceport 8080 --keytooloptions CN=localhost domain1 [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/admin/target/web-cli.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-core/target/web-core.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ debug --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/debug/target/classes [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-embed/api/target/web-embed-api.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-glue/target/web-glue.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/gui-plugin-common/target/web-gui-plugin-common.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-ha/target/web-ha.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-naming/target/web-naming.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/web-sse/target/web-sse.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/web/war-util/target/war-util.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.1.3/tyrus-core-2.1.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.1.3/tyrus-server-2.1.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.1.3/tyrus-spi-2.1.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.1.3/tyrus-client-2.1.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.1.3/tyrus-container-servlet-2.1.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.3/tyrus-container-grizzly-client-2.1.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.3/tyrus-container-glassfish-cdi-2.1.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.3/tyrus-container-glassfish-ejb-2.1.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webintegration/target/websecurity.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/soteria/jakarta.security.enterprise/3.0.2/jakarta.security.enterprise-3.0.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [exec] Using port 4848 for Admin. [INFO] [exec] Using port 8080 for HTTP Instance. [INFO] [exec] Using default port 7676 for JMS. [INFO] [exec] Using default port 3700 for IIOP. [INFO] [exec] Using default port 8181 for HTTP_SSL. [INFO] [exec] Using default port 3820 for IIOP_SSL. [INFO] [exec] Using default port 3920 for IIOP_MUTUALAUTH. [INFO] [exec] Using default port 8686 for JMX_ADMIN. [INFO] [exec] Using default port 6666 for OSGI_SHELL. [INFO] [exec] Using default port 9009 for JAVA_DEBUGGER. [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.1.1/jersey-media-moxy-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.1/jersey-cdi1x-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.1.1/jersey-cdi1x-servlet-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [exec] Distinguished Name of the self-signed X.509 Server Certificate is: [INFO] [exec] [CN=localhost,OU=GlassFish,O=Eclipse.org Foundation Inc,L=Ottawa,ST=Ontario,C=CA] [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.1.1/jersey-cdi1x-transaction-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.1/jersey-container-servlet-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.1/jersey-container-servlet-core-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.1.1/jersey-media-json-processing-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.1.1/jersey-mvc-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.1.1/jersey-mvc-jsp-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.1/jersey-server-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.1/jersey-client-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.1.1/jersey-container-grizzly2-http-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.1/jersey-media-jaxb-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.1.1/jersey-media-json-jettison-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.1.1/jersey-media-json-jackson-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.1/jersey-media-sse-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.1.1/jersey-media-multipart-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.1.1/jersey-bean-validation-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.1.1/jersey-entity-filtering-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.1/jersey-common-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [exec] Distinguished Name of the self-signed X.509 Server Certificate is: [INFO] [exec] [CN=localhost-instance,OU=GlassFish,O=Eclipse.org Foundation Inc,L=Ottawa,ST=Ontario,C=CA] [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (glassfish-embedded-web.jar) @ glassfish-embedded-web --- [INFO] Reading assembly descriptor: src/assembly/package.xml [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.1/jersey-hk2-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.1.1/jersey-media-json-binding-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/xmlbind-annotations/target/jackson-module-jakarta-xmlbind-annotations.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/codehaus/jettison/jettison/1.5.3/jettison-1.5.3.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/parsson/parsson/1.1.1/parsson-1.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/parsson/parsson-media/1.1.1/parsson-media-1.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/yasson/3.0.2/yasson-3.0.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ debug --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ debug --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ debug --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ debug --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/debug/target/classes/META-INF for [INFO] [echo] debug [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/debug/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ debug --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/debug/target/debug.jar [INFO] [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-glue/target/metro-glue.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ debug --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/debug/target/debug-sources.jar [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/connector/target/webservices-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ debug --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ debug --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.featuresets-debug-checkstyle) @ debug --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/jsr109-impl.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ debug --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/debug/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/debug/7.0.3-SNAPSHOT/debug-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/debug/target/debug.jar to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/debug/7.0.3-SNAPSHOT/debug-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/featuresets/debug/target/debug-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/debug/7.0.3-SNAPSHOT/debug-7.0.3-SNAPSHOT-sources.jar [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/soap-tcp/target/soap-tcp.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/4.0.2/jaxb-osgi-4.0.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ web --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/web/target/web-sources.jar [INFO] [INFO] --- spec-version-maven-plugin:2.1:check-distribution (default) @ web --- [ jakarta.annotation:jakarta.annotation-api:2.1.1 ] { groupIdPrefix=jakarta. spec-version=2.1.1 apiPackage=jakarta.annotation API final spec-impl-version=2.1.1 } - WARNING: spec-version (2.1.1) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Specification-Version (2.1) should be 2.1.1 [ jakarta.authorization:jakarta.authorization-api:2.1.0 ] { groupIdPrefix=jakarta. spec-version=2.1.0 apiPackage=jakarta.authorization API final spec-impl-version=2.1.0 } - WARNING: spec-version (2.1.0) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Extension-Name (jakarta.security.jacc) should be jakarta.authorization - WARNING: Specification-Version (2.1) should be 2.1.0 - WARNING: Bundle-SymbolicName (jakarta.security.jacc-api) should be jakarta.authorization-api [ jakarta.enterprise:jakarta.enterprise.cdi-api:4.0.1 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: Extension-Name not found in MANIFEST - ERROR: Specification-Version not found in MANIFEST - ERROR: Implementation-Version not found in MANIFEST - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ org.glassfish:jakarta.faces:4.0.1 ] { groupIdPrefix=jakarta. spec-version=3.0 apiPackage=jakarta.faces standalone-impl impl-namespace=org.glassfish final impl-version=4.0.1 } - WARNING: Specification-Version (4.0) should be 3.0 [ jakarta.transaction:jakarta.transaction-api:2.0.1 ] { groupIdPrefix=jakarta. spec-version=2.0.1 apiPackage=jakarta.transaction API final spec-impl-version=2.0.1 } - WARNING: spec-version (2.0.1) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Specification-Version (2.0) should be 2.0.1 [ jakarta.el:jakarta.el-api:5.0.1 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ org.glassfish.soteria:jakarta.security.enterprise:3.0.2 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.persistence:jakarta.persistence-api:3.1.0 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.interceptor:jakarta.interceptor-api:2.1.0 ] { groupIdPrefix=jakarta. spec-version=2.1.0 apiPackage=jakarta.interceptor API final spec-impl-version=2.1.0 } - WARNING: spec-version (2.1.0) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Specification-Version (2.1) should be 2.1.0 [ jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.servlet.jsp:jakarta.servlet.jsp-api:3.1.1 ] { groupIdPrefix=jakarta. spec-version=2.3 apiPackage=jakarta.servlet.jsp API final spec-impl-version=2.3.1 } - WARNING: Specification-Version (3.1) should be 2.3 [ jakarta.servlet:jakarta.servlet-api:6.0.0 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ org.glassfish.main.core:jakartaee-kernel:7.0.3-SNAPSHOT ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: Extension-Name not found in MANIFEST - ERROR: Specification-Version not found in MANIFEST - ERROR: Implementation-Version not found in MANIFEST - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.json:jakarta.json-api:2.1.1 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.ejb:jakarta.ejb-api:4.0.1 ] { groupIdPrefix=jakarta. spec-version=4.0.1 apiPackage=jakarta.ejb API final spec-impl-version=4.0.1 } - WARNING: spec-version (4.0.1) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Specification-Version (4.0) should be 4.0.1 [ jakarta.mvc:jakarta.mvc-api:2.1.0 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.websocket:jakarta.websocket-client-api:2.1.0 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.resource:jakarta.resource-api:2.1.0 ] { groupIdPrefix=jakarta. spec-version=2.1.0 apiPackage=jakarta.resource API final spec-impl-version=2.1.0 } - WARNING: spec-version (2.1.0) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Specification-Version (2.1) should be 2.1.0 [ jakarta.authentication:jakarta.authentication-api:3.0.0 ] { groupIdPrefix=jakarta. apiPackage=jakarta.security.auth.message API final spec-impl-version=3.0.0 } - ERROR: missing configuration ( spec-version ) [ jakarta.activation:jakarta.activation-api:2.1.1 ] { groupIdPrefix=jakarta. spec-version=2.1 apiPackage=jakarta.activation API final spec-impl-version=2.1.1 } - ERROR: Implementation-Version not found in MANIFEST [ jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:3.0.0 ] { groupIdPrefix=jakarta. spec-version=2.0 apiPackage=jakarta.servlet.jsp.jstl API final spec-impl-version=3.2.0 } - WARNING: Specification-Version (3.0) should be 2.0 - WARNING: spec-impl-version (3.2.0) must start with JCP spec-version number (2.0) [ jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 ] { groupIdPrefix=jakarta. spec-version=3.1.0 apiPackage=jakarta.ws.rs API final spec-impl-version=3.1.0 } - WARNING: spec-version (3.1.0) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Specification-Version (3.1) should be 3.1.0 [ jakarta.mail:jakarta.mail-api:2.1.1 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: Implementation-Version not found in MANIFEST - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.validation:jakarta.validation-api:3.0.2 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: Extension-Name not found in MANIFEST - ERROR: Specification-Version not found in MANIFEST - ERROR: Implementation-Version not found in MANIFEST - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.json.bind:jakarta.json.bind-api:3.0.0 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.enterprise:jakarta.enterprise.lang-model:4.0.1 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: Extension-Name not found in MANIFEST - ERROR: Specification-Version not found in MANIFEST - ERROR: Implementation-Version not found in MANIFEST - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.security.enterprise:jakarta.security.enterprise-api:3.0.0 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api:3.0.2 ] { groupIdPrefix=jakarta. spec-version=3.0.2 apiPackage=jakarta.enterprise.concurrent API final spec-impl-version=3.0.2 } - WARNING: spec-version (3.0.2) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Specification-Version (3.0) should be 3.0.2 [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.distributions-web-checkstyle) @ web --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ web --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/web/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/web/7.0.3-SNAPSHOT/web-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/web/target/web.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/web/7.0.3-SNAPSHOT/web-7.0.3-SNAPSHOT.zip [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/metro/webservices-osgi/4.0.2/webservices-osgi-4.0.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/web/target/web-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/distributions/web/7.0.3-SNAPSHOT/web-7.0.3-SNAPSHOT-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/glassfish-embedded-web.jar [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/metro/webservices-extra-jdk-packages/4.0.2/webservices-extra-jdk-packages-4.0.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/metro/webservices-api-osgi/4.0.2/webservices-api-osgi-4.0.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/webservices.security/target/webservices.security.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/apache/santuario/xmlsec/3.0.1/xmlsec-3.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc/target/gf-client-module.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/client/acc-config/target/acc-config.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/connector/target/appclient-connector.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/appclient/server/core/target/appclient-server-core.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/security/appclient.security/target/appclient.security.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/hk2/tiger-types/target/tiger-types.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/exousia/exousia/2.1.0/exousia-2.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/nimbusds/nimbus-jose-jwt/9.30/nimbus-jose-jwt-9.30.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.1.0/jakarta.persistence-api-3.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/authentication/jakarta.authentication-api/3.0.0/jakarta.authentication-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/authorization/jakarta.authorization-api/2.1.0/jakarta.authorization-api-2.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/batch/jakarta.batch-api/2.1.1/jakarta.batch-api-2.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/3.0.2/jakarta.enterprise.concurrent-api-3.0.2.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1.MR/jakarta.inject-api-2.0.1.MR.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/jms/jakarta.jms-api/3.1.0/jakarta.jms-api-3.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.1.1/jakarta.servlet.jsp-api-3.1.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jsp/jstl/jakarta.servlet.jsp.jstl-api/3.0.0/jakarta.servlet.jsp.jstl-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/wasp/wasp/3.2.0/wasp-3.2.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/expressly/expressly/5.0.0/expressly-5.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.1.0/jakarta.websocket-api-2.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-client-api/2.1.0/jakarta.websocket-client-api-2.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/security/enterprise/jakarta.security.enterprise-api/3.0.0/jakarta.security.enterprise-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/json/bind/jakarta.json.bind-api/3.0.0/jakarta.json.bind-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/apache/derby/derby/10.15.2.0/derby-10.15.2.0.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/glassfish-jul-extension/target/glassfish-jul-extension.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unzip-dependencies-with-jars) @ glassfish-embedded-all --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/dtds/target/nucleus-dtds.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/deployment/schemas/target/nucleus-schemas.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/dtds/target/appserver-dtds.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/deployment/schemas/target/appserver-schemas.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/target/ejb-timer-databases.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/connectors/descriptors/target/descriptors.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jms/jmsra/target/jmsra.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/jakartaee/dist-frag/target/jakartaee-frag.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/appserv-rt-frag.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/glassfish-embedded-shell-frag.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/glassfish-embedded-static-shell-frag.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/webservices-scripts/target/webservices-scripts.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/webservices/metro-fragments/target/metro-fragments.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unzip-derby) @ glassfish-embedded-all --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/external/derby/10.15.2.0/derby-10.15.2.0.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/jars/javadb with includes "**/lib/**,**/bin/**" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unzip-mq) @ glassfish-embedded-all --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/mq/mq-distribution/6.3.0/mq-distribution-6.3.0.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "**/props/broker/**" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-embedded-all --- [INFO] Skipping the execution. [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (rars) @ glassfish-embedded-all --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-cp.xml [INFO] Reading assembly descriptor: src/assembly/jdbcra-dm.xml [INFO] Reading assembly descriptor: src/assembly/jdbcra-ds.xml [INFO] Reading assembly descriptor: src/assembly/jdbcra-xa.xml [INFO] Reading assembly descriptor: src/assembly/jmsra.xml [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/rars/glassfish-embedded-all-__cp_jdbc_ra.rar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/rars/glassfish-embedded-all-__dm_jdbc_ra.rar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/rars/glassfish-embedded-all-__ds_jdbc_ra.rar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/rars/glassfish-embedded-all-__xa_jdbc_ra.rar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/rars/glassfish-embedded-all-jmsra.rar [INFO] [exec] Domain domain1 created. [INFO] [exec] Domain domain1 admin port is 4848. [INFO] [exec] Domain domain1 allows admin login as user "admin" with no password. [INFO] [exec] Admin login information for host [localhost] and port [4848] [INFO] [exec] is being overwritten with credentials provided because the [INFO] [exec] --savelogin option was used during the create-domain command. [INFO] [exec] Login information relevant to admin user name [admin] [INFO] [exec] for this domain [domain1] stored at [INFO] [exec] [/home/jenkins/.gfclient/pass] successfully. [INFO] [exec] Make sure that this file remains protected. [INFO] [exec] Information stored in this file will be used by [INFO] [exec] administration commands to manage this domain. [INFO] [exec] Command create-domain executed successfully. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (do stuff) @ glassfish --- [INFO] Executing tasks [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-embedded-all --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-embedded-all --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-embedded-all --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-embedded-all --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-embedded-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-embedded-all --- [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/stage/glassfish7/glassfish/modules/xmlsec.jar.tmp [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes/META-INF for [INFO] [echo] glassfish-embedded-all [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (generate-inhabitants) @ glassfish-embedded-all --- [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/stage/glassfish7/glassfish/modules [INFO] [zip] Updating zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/stage/glassfish7/glassfish/modules/xmlsec.jar [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/stage/glassfish7/glassfish/modules/microprofile-jwt-auth-api.jar.tmp [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/stage/glassfish7/glassfish/modules [INFO] [zip] Updating zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/stage/glassfish7/glassfish/modules/microprofile-jwt-auth-api.jar [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/dependency/META-INF for [INFO] [echo] glassfish [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/dependency/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ glassfish --- [INFO] [zip] duplicate: preserve [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/glassfish.zip [INFO] [zip] glassfish7/glassfish/config/asenv.bat already added, skipping [INFO] [zip] glassfish7/glassfish/config/asenv.conf already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/admin-keyfile already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/cacerts.jks already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/domain-passwords already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/keyfile already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/keystore.jks already added, skipping [INFO] [zip] glassfish7/glassfish/domains/domain1/config/login.conf already added, skipping [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/glassfish-embedded-web.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with assembly file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/glassfish-embedded-web.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-embedded-web --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/glassfish-embedded-web-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-embedded-web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-embedded-web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-glassfish-embedded-web-checkstyle) @ glassfish-embedded-web --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-embedded-web --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-web/7.0.3-SNAPSHOT/glassfish-embedded-web-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/glassfish-embedded-web.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-web/7.0.3-SNAPSHOT/glassfish-embedded-web-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/web/target/glassfish-embedded-web-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-web/7.0.3-SNAPSHOT/glassfish-embedded-web-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (glassfish-embedded-all.jar) @ glassfish-embedded-all --- [INFO] Reading assembly descriptor: src/assembly/package.xml [INFO] [zip] glassfish7/mq/etc/rc/imq already added, skipping [INFO] [zip] glassfish7/mq/lib/imqinit already added, skipping [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/glassfish-sources.jar [INFO] [INFO] --- spec-version-maven-plugin:2.1:check-distribution (default) @ glassfish --- [ jakarta.activation:jakarta.activation-api:2.1.1 ] { groupIdPrefix=jakarta. spec-version=2.1 apiPackage=jakarta.activation API final spec-impl-version=2.1.1 } - ERROR: Implementation-Version not found in MANIFEST [ org.glassfish:jakarta.faces:4.0.1 ] { groupIdPrefix=jakarta. spec-version=3.0 apiPackage=jakarta.faces standalone-impl impl-namespace=org.glassfish final impl-version=4.0.1 } - WARNING: Specification-Version (4.0) should be 3.0 [ jakarta.security.enterprise:jakarta.security.enterprise-api:3.0.0 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.json.bind:jakarta.json.bind-api:3.0.0 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 ] { groupIdPrefix=jakarta. spec-version=3.1.0 apiPackage=jakarta.ws.rs API final spec-impl-version=3.1.0 } - WARNING: spec-version (3.1.0) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Specification-Version (3.1) should be 3.1.0 [ jakarta.interceptor:jakarta.interceptor-api:2.1.0 ] { groupIdPrefix=jakarta. spec-version=2.1.0 apiPackage=jakarta.interceptor API final spec-impl-version=2.1.0 } - WARNING: spec-version (2.1.0) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Specification-Version (2.1) should be 2.1.0 [ jakarta.jms:jakarta.jms-api:3.1.0 ] { groupIdPrefix=jakarta. spec-version=3.1.0 apiPackage=jakarta.jms API final spec-impl-version=3.1.0 } - WARNING: spec-version (3.1.0) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Specification-Version (3.1) should be 3.1.0 [ jakarta.mvc:jakarta.mvc-api:2.1.0 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.mail:jakarta.mail-api:2.1.1 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: Implementation-Version not found in MANIFEST - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:3.0.0 ] { groupIdPrefix=jakarta. spec-version=2.0 apiPackage=jakarta.servlet.jsp.jstl API final spec-impl-version=3.2.0 } - WARNING: Specification-Version (3.0) should be 2.0 - WARNING: spec-impl-version (3.2.0) must start with JCP spec-version number (2.0) [ jakarta.authorization:jakarta.authorization-api:2.1.0 ] { groupIdPrefix=jakarta. spec-version=2.1.0 apiPackage=jakarta.authorization API final spec-impl-version=2.1.0 } - WARNING: spec-version (2.1.0) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Extension-Name (jakarta.security.jacc) should be jakarta.authorization - WARNING: Specification-Version (2.1) should be 2.1.0 - WARNING: Bundle-SymbolicName (jakarta.security.jacc-api) should be jakarta.authorization-api [ jakarta.batch:jakarta.batch-api:2.1.1 ] { groupIdPrefix=jakarta. spec-version=1.0 apiPackage=jakarta.batch API final spec-impl-version=2.1.1 } - WARNING: Specification-Version (2.1) should be 1.0 - WARNING: spec-impl-version (2.1.1) must start with JCP spec-version number (1.0) [ org.glassfish.soteria:jakarta.security.enterprise:3.0.2 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.enterprise:jakarta.enterprise.lang-model:4.0.1 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: Extension-Name not found in MANIFEST - ERROR: Specification-Version not found in MANIFEST - ERROR: Implementation-Version not found in MANIFEST - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.servlet.jsp:jakarta.servlet.jsp-api:3.1.1 ] { groupIdPrefix=jakarta. spec-version=2.3 apiPackage=jakarta.servlet.jsp API final spec-impl-version=2.3.1 } - WARNING: Specification-Version (3.1) should be 2.3 [ jakarta.transaction:jakarta.transaction-api:2.0.1 ] { groupIdPrefix=jakarta. spec-version=2.0.1 apiPackage=jakarta.transaction API final spec-impl-version=2.0.1 } - WARNING: spec-version (2.0.1) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Specification-Version (2.0) should be 2.0.1 [ jakarta.ejb:jakarta.ejb-api:4.0.1 ] { groupIdPrefix=jakarta. spec-version=4.0.1 apiPackage=jakarta.ejb API final spec-impl-version=4.0.1 } - WARNING: spec-version (4.0.1) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Specification-Version (4.0) should be 4.0.1 [ jakarta.json:jakarta.json-api:2.1.1 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ org.glassfish.main.core:jakartaee-kernel:7.0.3-SNAPSHOT ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: Extension-Name not found in MANIFEST - ERROR: Specification-Version not found in MANIFEST - ERROR: Implementation-Version not found in MANIFEST - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api:3.0.2 ] { groupIdPrefix=jakarta. spec-version=3.0.2 apiPackage=jakarta.enterprise.concurrent API final spec-impl-version=3.0.2 } - WARNING: spec-version (3.0.2) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Specification-Version (3.0) should be 3.0.2 [ jakarta.persistence:jakarta.persistence-api:3.1.0 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.el:jakarta.el-api:5.0.1 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.annotation:jakarta.annotation-api:2.1.1 ] { groupIdPrefix=jakarta. spec-version=2.1.1 apiPackage=jakarta.annotation API final spec-impl-version=2.1.1 } - WARNING: spec-version (2.1.1) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Specification-Version (2.1) should be 2.1.1 [ jakarta.websocket:jakarta.websocket-client-api:2.1.0 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.enterprise:jakarta.enterprise.cdi-api:4.0.1 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: Extension-Name not found in MANIFEST - ERROR: Specification-Version not found in MANIFEST - ERROR: Implementation-Version not found in MANIFEST - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.validation:jakarta.validation-api:3.0.2 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: Extension-Name not found in MANIFEST - ERROR: Specification-Version not found in MANIFEST - ERROR: Implementation-Version not found in MANIFEST - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.resource:jakarta.resource-api:2.1.0 ] { groupIdPrefix=jakarta. spec-version=2.1.0 apiPackage=jakarta.resource API final spec-impl-version=2.1.0 } - WARNING: spec-version (2.1.0) is invalid, JCP spec version number must be of the form <major>.<minor> - WARNING: Specification-Version (2.1) should be 2.1.0 [ jakarta.servlet:jakarta.servlet-api:6.0.0 ] { groupIdPrefix=jakarta. API final spec-impl-version=null } - ERROR: missing configuration ( spec-version api-package spec-impl-version ) [ jakarta.authentication:jakarta.authentication-api:3.0.0 ] { groupIdPrefix=jakarta. apiPackage=jakarta.security.auth.message API final spec-impl-version=3.0.0 } - ERROR: missing configuration ( spec-version ) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.distributions-glassfish-checkstyle) @ glassfish --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.3-SNAPSHOT/glassfish-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/glassfish.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.3-SNAPSHOT/glassfish-7.0.3-SNAPSHOT.zip [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/glassfish-embedded-all.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/glassfish-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.3-SNAPSHOT/glassfish-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.main.extras:installroot-builder >------------ [INFO] Building GlassFish UberJar InstallRoot Builder Module 7.0.3-SNAPSHOT [296/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] -----------< org.glassfish.main.extras:instanceroot-builder >----------- [INFO] Building GlassFish UberJar InstanceRoot Builder Module 7.0.3-SNAPSHOT [297/299] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --------------< org.glassfish.main:glassfish-itest-tools >-------------- [INFO] Building GlassFish Integration Test Tools 7.0.3-SNAPSHOT [298/299] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish UberJar InstallRoot Builder Module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Integration Test Tools: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish UberJar InstanceRoot Builder Module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ installroot-builder --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ instanceroot-builder --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ installroot-builder --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ instanceroot-builder --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ installroot-builder --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ instanceroot-builder --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/installroot-builder [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (copy) @ installroot-builder --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/instanceroot-builder [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (copy) @ instanceroot-builder --- [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:7.0.3-SNAPSHOT:zip [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/glassfish.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/instanceroot-builder/target/classes with includes "**/domains/domain1/config/**,**/domains/domain1/docroot/**" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/glassfish.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/installroot-builder/target/classes with includes "**/glassfish/lib/**" and excludes "" [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-itest-tools --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ glassfish-itest-tools --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-itest-tools --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/itest-tools [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-glassfish) @ glassfish-itest-tools --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/distributions/glassfish/target/glassfish.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/itest-tools/target with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ instanceroot-builder --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ instanceroot-builder --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ instanceroot-builder --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/instanceroot-builder/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ instanceroot-builder --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/instanceroot-builder/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ instanceroot-builder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/instanceroot-builder/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/instanceroot-builder/src/main/java/org/glassfish/uberjar/builder/instanceroot/InstanceRootBuilder.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/instanceroot-builder/src/main/java/org/glassfish/uberjar/builder/instanceroot/InstanceRootBuilder.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/instanceroot-builder/src/main/java/org/glassfish/uberjar/builder/instanceroot/InstanceRootBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ instanceroot-builder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/instanceroot-builder/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ instanceroot-builder --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ instanceroot-builder --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ instanceroot-builder --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ instanceroot-builder --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/instanceroot-builder/target/classes/META-INF for [INFO] [echo] instanceroot-builder [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/instanceroot-builder/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ instanceroot-builder --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/instanceroot-builder/target/instanceroot-builder.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ instanceroot-builder --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/instanceroot-builder/target/instanceroot-builder-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ instanceroot-builder --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ instanceroot-builder --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-instanceroot-builder-checkstyle) @ instanceroot-builder --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ instanceroot-builder --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/instanceroot-builder/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/instanceroot-builder/7.0.3-SNAPSHOT/instanceroot-builder-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/instanceroot-builder/target/instanceroot-builder.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/instanceroot-builder/7.0.3-SNAPSHOT/instanceroot-builder-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/instanceroot-builder/target/instanceroot-builder-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/instanceroot-builder/7.0.3-SNAPSHOT/instanceroot-builder-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ installroot-builder --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ installroot-builder --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ installroot-builder --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/installroot-builder/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ installroot-builder --- [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/installroot-builder/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ installroot-builder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/installroot-builder/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/installroot-builder/src/main/java/org/glassfish/uberjar/builder/installroot/InstallRootBuilder.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/installroot-builder/src/main/java/org/glassfish/uberjar/builder/installroot/InstallRootBuilder.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/installroot-builder/src/main/java/org/glassfish/uberjar/builder/installroot/InstallRootBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ installroot-builder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/installroot-builder/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ installroot-builder --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ installroot-builder --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ installroot-builder --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ installroot-builder --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/installroot-builder/target/classes/META-INF for [INFO] [echo] installroot-builder [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/installroot-builder/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ installroot-builder --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/installroot-builder/target/installroot-builder.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ installroot-builder --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/installroot-builder/target/installroot-builder-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ installroot-builder --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ installroot-builder --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-installroot-builder-checkstyle) @ installroot-builder --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ installroot-builder --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/installroot-builder/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/installroot-builder/7.0.3-SNAPSHOT/installroot-builder-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/installroot-builder/target/installroot-builder.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/installroot-builder/7.0.3-SNAPSHOT/installroot-builder-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/common/installroot-builder/target/installroot-builder-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/installroot-builder/7.0.3-SNAPSHOT/installroot-builder-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-itest-tools --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-itest-tools --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ glassfish-itest-tools --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/itest-tools/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ glassfish-itest-tools --- [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/itest-tools/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ glassfish-itest-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/itest-tools/target/classes [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/itest-tools/src/main/java/org/glassfish/main/itest/tools/asadmin/Asadmin.java: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/itest-tools/src/main/java/org/glassfish/main/itest/tools/asadmin/Asadmin.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/itest-tools/src/main/java/org/glassfish/main/itest/tools/asadmin/Asadmin.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-itest-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/itest-tools/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ glassfish-itest-tools --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-itest-tools --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ glassfish-itest-tools --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ glassfish-itest-tools --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/itest-tools/target/classes/META-INF for [INFO] [echo] glassfish-itest-tools [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/itest-tools/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ glassfish-itest-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/itest-tools/target/glassfish-itest-tools.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-itest-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/itest-tools/target/glassfish-itest-tools-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-itest-tools --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-itest-tools --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main-glassfish-itest-tools-checkstyle) @ glassfish-itest-tools --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-itest-tools --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/itest-tools/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-itest-tools/7.0.3-SNAPSHOT/glassfish-itest-tools-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/itest-tools/target/glassfish-itest-tools.jar to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-itest-tools/7.0.3-SNAPSHOT/glassfish-itest-tools-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/itest-tools/target/glassfish-itest-tools-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-itest-tools/7.0.3-SNAPSHOT/glassfish-itest-tools-7.0.3-SNAPSHOT-sources.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/glassfish-embedded-all.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with assembly file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/glassfish-embedded-all.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ glassfish-embedded-all --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/glassfish-embedded-all-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ glassfish-embedded-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ glassfish-embedded-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-glassfish-embedded-all-checkstyle) @ glassfish-embedded-all --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ glassfish-embedded-all --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-all/7.0.3-SNAPSHOT/glassfish-embedded-all-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/glassfish-embedded-all.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-all/7.0.3-SNAPSHOT/glassfish-embedded-all-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/all/target/glassfish-embedded-all-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-all/7.0.3-SNAPSHOT/glassfish-embedded-all-7.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.glassfish.main.extras:tests-embedded >-------------- [INFO] Building GlassFish Embedded Modules - Tests 7.0.3-SNAPSHOT [299/299] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but this * [WARNING] * project contains the following plugin(s) that have goals not * [WARNING] * marked as thread-safe to support parallel execution. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against Apache Maven. * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked as thread-safe in GlassFish Embedded Modules - Tests: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ tests-embedded --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ tests-embedded --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ tests-embedded --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/tests [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ tests-embedded --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ tests-embedded --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ tests-embedded --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:7.0.3-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/tests/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ tests-embedded --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/tests/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/tests/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tests-embedded --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ tests-embedded --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ tests-embedded --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tests-embedded --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ tests-embedded --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default-manifest) @ tests-embedded --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/tests/target/classes/META-INF for [INFO] [echo] tests-embedded [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/tests/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tests-embedded --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/tests/target/tests-embedded.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ tests-embedded --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/tests/target/tests-embedded-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:integration-test (integration-test) @ tests-embedded --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M9:verify (verify) @ tests-embedded --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.2.1:check (org.glassfish.main.extras-tests-embedded-checkstyle) @ tests-embedded --- [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ tests-embedded --- [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/tests-embedded/7.0.3-SNAPSHOT/tests-embedded-7.0.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/tests/target/tests-embedded.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/tests-embedded/7.0.3-SNAPSHOT/tests-embedded-7.0.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/extras/embedded/tests/target/tests-embedded-sources.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/tests-embedded/7.0.3-SNAPSHOT/tests-embedded-7.0.3-SNAPSHOT-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for GlassFish Project 7.0.3-SNAPSHOT: [INFO] [INFO] GlassFish Project .................................. SUCCESS [ 4.409 s] [INFO] Code Quality Verification Tools - Configuration .... SUCCESS [ 1.790 s] [INFO] GlassFish Nucleus Parent Project ................... SUCCESS [ 26.639 s] [INFO] GlassFish Java Util Logging Extension .............. SUCCESS [ 17.206 s] [INFO] Glassfish Nucleus HK2 Modules ...................... SUCCESS [ 1.056 s] [INFO] Tiger types- type arithmetic library for Java5 ..... SUCCESS [ 15.542 s] [INFO] HK2 configuration module ........................... SUCCESS [ 20.519 s] [INFO] HK2 config types ................................... SUCCESS [ 0.981 s] [INFO] GlassFish Nucleus Project .......................... SUCCESS [ 1.101 s] [INFO] Distribution Fragments for various OSGi platforms .. SUCCESS [ 3.218 s] [INFO] Apache Felix, associated bundles and conf files .... SUCCESS [ 2.432 s] [INFO] Scattered Archive APIs of Glassfish ................ SUCCESS [ 15.217 s] [INFO] GlassFish Nucleus Grizzly modules .................. SUCCESS [ 4.141 s] [INFO] grizzly-config ..................................... SUCCESS [ 1.937 s] [INFO] Nucleus Grizzly jars Combining ..................... SUCCESS [ 3.250 s] [INFO] Public APIs of Glassfish ........................... SUCCESS [ 1.159 s] [INFO] GlassFish Nucleus Common modules ................... SUCCESS [ 3.211 s] [INFO] Common Utilities ................................... SUCCESS [ 4.884 s] [INFO] Simple Public APIs of Glassfish .................... SUCCESS [ 10.716 s] [INFO] GlassFish Nucleus Core modules ..................... SUCCESS [ 3.214 s] [INFO] Appserver Core Bootstraping Classes ................ SUCCESS [ 1.018 s] [INFO] Test Utilities ..................................... SUCCESS [ 3.004 s] [INFO] Admin Modules ...................................... SUCCESS [ 3.208 s] [INFO] admin-config-api ................................... SUCCESS [ 2.972 s] [INFO] Private APIs of Glassfish .......................... SUCCESS [ 1.886 s] [INFO] Nucleus Security Parent ............................ SUCCESS [ 3.198 s] [INFO] GlassFish SSL Implementation Module ................ SUCCESS [ 4.289 s] [INFO] GlassFish Nucleus Deployment Related Modules ....... SUCCESS [ 3.202 s] [INFO] Deployment Related Common Classes .................. SUCCESS [ 7.486 s] [INFO] Security Core Classes .............................. SUCCESS [ 5.645 s] [INFO] Security Services and SPI .......................... SUCCESS [ 7.669 s] [INFO] admin-util ......................................... SUCCESS [ 5.449 s] [INFO] Admin CLI bridge command to the OSGi Shell ......... SUCCESS [ 4.019 s] [INFO] Cluster ............................................ SUCCESS [ 0.999 s] [INFO] cluster-common ..................................... SUCCESS [ 3.402 s] [INFO] Cluster SSH Provisioning ........................... SUCCESS [ 1.222 s] [INFO] Nucleus Logging Classes ............................ SUCCESS [ 1.778 s] [INFO] admin-launcher ..................................... SUCCESS [ 1.526 s] [INFO] admin-cli .......................................... SUCCESS [ 2.154 s] [INFO] Admin CLI, interactive OSGi shell command .......... SUCCESS [ 3.911 s] [INFO] OSGi Container ..................................... SUCCESS [ 4.077 s] [INFO] GlassFish API Exporter Module ...................... SUCCESS [ 10.113 s] [INFO] flashlight-framework ............................... SUCCESS [ 6.397 s] [INFO] Kernel Classes ..................................... SUCCESS [ 8.310 s] [INFO] GMS Bootstrap Module ............................... SUCCESS [ 1.575 s] [INFO] cluster-admin ...................................... SUCCESS [ 9.179 s] [INFO] admin-server-management ............................ SUCCESS [ 12.196 s] [INFO] cluster-cli ........................................ SUCCESS [ 7.920 s] [INFO] GMS Module ......................................... SUCCESS [ 4.532 s] [INFO] Glassfish MBeanServer support ...................... SUCCESS [ 5.898 s] [INFO] AMX Core ........................................... SUCCESS [ 14.675 s] [INFO] GlassFish Extra JRE Packages ....................... SUCCESS [ 7.992 s] [INFO] Context Propagation ................................ SUCCESS [ 6.990 s] [INFO] admin-monitoring ................................... SUCCESS [ 4.888 s] [INFO] GlassFish Admin REST Parent ........................ SUCCESS [ 0.625 s] [INFO] GlassFish Admin REST Testing Framework ............. SUCCESS [ 2.918 s] [INFO] GlassFish Admin REST Client ........................ SUCCESS [ 0.999 s] [INFO] Eclipse GlassFish Parent Project ................... SUCCESS [ 0.035 s] [INFO] GlassFish EJB container related modules ............ SUCCESS [ 0.301 s] [INFO] GlassFish Core EJB Client .......................... SUCCESS [ 17.313 s] [INFO] GlassFish Common modules ........................... SUCCESS [ 0.302 s] [INFO] Jakarta EE dependent public APIs of Glassfish ...... SUCCESS [ 1.118 s] [INFO] GlassFish Jakarta EE Annotation Framework .......... SUCCESS [ 0.965 s] [INFO] nucleus.resources .................................. SUCCESS [ 3.402 s] [INFO] GlassFish Deployment Related Modules ............... SUCCESS [ 0.216 s] [INFO] Deployment Object Library .......................... SUCCESS [ 8.400 s] [INFO] GlassFish Security Parent .......................... SUCCESS [ 0.314 s] [INFO] Jaspic Provider Framework .......................... SUCCESS [ 13.810 s] [INFO] GlassFish Transaction modules ...................... SUCCESS [ 0.315 s] [INFO] Transaction Service Internal API ................... SUCCESS [ 1.496 s] [INFO] GlassFish Resources infrastructure related modules . SUCCESS [ 0.225 s] [INFO] Resources Connector ................................ SUCCESS [ 9.577 s] [INFO] Connectors Parent .................................. SUCCESS [ 0.220 s] [INFO] Connectors Private APIs for GlassFish Containers ... SUCCESS [ 7.804 s] [INFO] EJB container Internal API ......................... SUCCESS [ 5.586 s] [INFO] Java binding for libpam.so ......................... SUCCESS [ 2.714 s] [INFO] Jakarta EE Security Core Classes ................... SUCCESS [ 13.613 s] [INFO] stats77 ............................................ SUCCESS [ 5.100 s] [INFO] Deployment Related JavaEE Core Classes ............. SUCCESS [ 6.910 s] [INFO] Glassfish Naming ................................... SUCCESS [ 7.686 s] [INFO] Container Common ................................... SUCCESS [ 8.315 s] [INFO] GlassFish persistence related modules .............. SUCCESS [ 0.394 s] [INFO] Common persistence code between JPA and CMP ........ SUCCESS [ 7.104 s] [INFO] EJB Container connector for Glassfish .............. SUCCESS [ 3.308 s] [INFO] GlassFish ORB related modules ...................... SUCCESS [ 0.390 s] [INFO] GlassFish ORB enabler implementation ............... SUCCESS [ 5.868 s] [INFO] GlassFish ORB connector implementation ............. SUCCESS [ 7.192 s] [INFO] GlassFish Core EJB container implementation ........ SUCCESS [ 31.215 s] [INFO] GlassFish Web container related modules ............ SUCCESS [ 0.475 s] [INFO] Jersey EJB Component Provider Module ............... SUCCESS [ 9.493 s] [INFO] Connector for GlassFish Admin REST Service ......... SUCCESS [ 5.884 s] [INFO] GlassFish Admin REST Service ....................... SUCCESS [ 12.072 s] [INFO] Nucleus template ................................... SUCCESS [ 8.192 s] [INFO] flashlight-agent ................................... SUCCESS [ 8.623 s] [INFO] GlassFish Flashlight Extra JDK Pkgs ................ SUCCESS [ 7.769 s] [INFO] Flashlight ......................................... SUCCESS [ 0.951 s] [INFO] Deployment Related Admin Classes ................... SUCCESS [ 9.273 s] [INFO] AutoDeploy Classes ................................. SUCCESS [ 3.396 s] [INFO] Set of DTDs for Nucleus distributions .............. SUCCESS [ 0.958 s] [INFO] Set of schemas for Nucleus ......................... SUCCESS [ 0.956 s] [INFO] Nucleus distributions .............................. SUCCESS [ 1.289 s] [INFO] Nucleus distribution Common module ................. SUCCESS [ 0.619 s] [INFO] Jackson Module Jakarta Xmlbind Annotations ......... SUCCESS [ 28.402 s] [INFO] Glassfish featuresets .............................. SUCCESS [ 1.192 s] [INFO] Glassfish Nucleus Atomic Featureset ................ SUCCESS [ 4.823 s] [INFO] Glassfish Atomic Distribution ...................... SUCCESS [ 29.412 s] [INFO] Glassfish Nucleus Featureset ....................... SUCCESS [ 0.108 s] [INFO] Nucleus Distribution ............................... SUCCESS [ 18.997 s] [INFO] Diagnostics ........................................ SUCCESS [ 1.280 s] [INFO] Diagnostics API .................................... SUCCESS [ 2.391 s] [INFO] GlassFish Diagnostics Context ...................... SUCCESS [ 2.197 s] [INFO] AMX JavaEE ......................................... SUCCESS [ 6.373 s] [INFO] LDAP Booster Pack .................................. SUCCESS [ 8.227 s] [INFO] GlassFish HA modules ............................... SUCCESS [ 0.311 s] [INFO] GlassFish ha-file-store ............................ SUCCESS [ 13.790 s] [INFO] GlassFish ha-shoal-cache-bootstrap ................. SUCCESS [ 0.762 s] [INFO] GlassFish ha-shoal-store ........................... SUCCESS [ 7.318 s] [INFO] Set of DTDs for GlassFish Jakarta EE distributions . SUCCESS [ 0.525 s] [INFO] Set of schemas for Jakarta EE ...................... SUCCESS [ 1.490 s] [INFO] Connector for GlassFish Web Container .............. SUCCESS [ 3.425 s] [INFO] GlassFish Connectors Connector ..................... SUCCESS [ 6.901 s] [INFO] App Client Modules ................................. SUCCESS [ 0.308 s] [INFO] GlassFish App Client Server-side Modules ........... SUCCESS [ 0.113 s] [INFO] GlassFish AppClient Server-Side Connector .......... SUCCESS [ 2.902 s] [INFO] Deployment Related JavaEE Full Profile Classes ..... SUCCESS [ 11.718 s] [INFO] Admin Modules ...................................... SUCCESS [ 0.310 s] [INFO] Backup Restore classes ............................. SUCCESS [ 3.409 s] [INFO] App Server CLI Skinning Class ...................... SUCCESS [ 2.319 s] [INFO] admin-cli-optional ................................. SUCCESS [ 4.904 s] [INFO] admin-core ......................................... SUCCESS [ 3.505 s] [INFO] Appserver template ................................. SUCCESS [ 0.195 s] [INFO] GlassFish Core modules ............................. SUCCESS [ 0.309 s] [INFO] Jakarta EE related distributions kernel Classes .... SUCCESS [ 5.986 s] [INFO] GlassFish API Exporter Module Fragment ............. SUCCESS [ 0.113 s] [INFO] JTA Implementation for Glassfish ................... SUCCESS [ 5.503 s] [INFO] Jakarta Mail Resources Support related modules ..... SUCCESS [ 1.613 s] [INFO] Jakarta Mail Connector ............................. SUCCESS [ 6.401 s] [INFO] Connectors Runtime ................................. SUCCESS [ 17.006 s] [INFO] JTS Implementation for Glassfish ................... SUCCESS [ 17.516 s] [INFO] Web Container Naming Utilities ..................... SUCCESS [ 7.104 s] [INFO] Web Container Common Utilities ..................... SUCCESS [ 12.094 s] [INFO] Core Servlet Container ............................. SUCCESS [ 27.982 s] [INFO] Jakarta Pages Standard Tags implementation connector module SUCCESS [ 9.124 s] [INFO] Jersey MVC TLD connector implementation module ..... SUCCESS [ 9.028 s] [INFO] Web module command line interface .................. SUCCESS [ 12.310 s] [INFO] Web container and GUI plug-in common classes ....... SUCCESS [ 1.113 s] [INFO] WebTier Security Integration ....................... SUCCESS [ 7.264 s] [INFO] GlassFish Web container embedded related modules ... SUCCESS [ 0.074 s] [INFO] GlassFish Web container Embedded APIs .............. SUCCESS [ 3.073 s] [INFO] Server-Sent Events ................................. SUCCESS [ 15.724 s] [INFO] Web Container glue code ............................ SUCCESS [ 9.739 s] [INFO] JSF implementation connector module ................ SUCCESS [ 10.513 s] [INFO] JSP caching taglib connector module ................ SUCCESS [ 10.590 s] [INFO] Web Container HA code .............................. SUCCESS [ 10.790 s] [INFO] Web Related Implementations for GlassFish .......... SUCCESS [ 0.209 s] [INFO] Weld connector for glassfish ....................... SUCCESS [ 8.805 s] [INFO] Weld integration for glassfish ..................... SUCCESS [ 13.724 s] [INFO] Weld Integration Fragment .......................... SUCCESS [ 0.072 s] [INFO] Fragment bundle for Weld related testing ........... SUCCESS [ 0.070 s] [INFO] cdi-api Fragment ................................... SUCCESS [ 0.129 s] [INFO] Full EJB Container add-ons ......................... SUCCESS [ 9.092 s] [INFO] EJB Timer Service Application ...................... SUCCESS [ 4.291 s] [INFO] GlassFish EJB timer app database init scripts ...... SUCCESS [ 0.205 s] [INFO] EJB tier for GlassFish ............................. SUCCESS [ 0.118 s] [INFO] GlassFish resources runtime ........................ SUCCESS [ 5.984 s] [INFO] GlassFish Jakarta Mail runtime ..................... SUCCESS [ 4.498 s] [INFO] Jakarta EE Connector Architecture Descriptors ...... SUCCESS [ 0.516 s] [INFO] Connectors Inbound Support ......................... SUCCESS [ 11.096 s] [INFO] Work Management .................................... SUCCESS [ 7.996 s] [INFO] JDBC Module ........................................ SUCCESS [ 0.291 s] [INFO] JDBC Config Module ................................. SUCCESS [ 6.984 s] [INFO] Connectors admin ................................... SUCCESS [ 11.909 s] [INFO] GlassFish Load-Balancer Plugin related modules ..... SUCCESS [ 0.291 s] [INFO] Load Balancer Internal API ......................... SUCCESS [ 1.281 s] [INFO] Load-Balancer admin ................................ SUCCESS [ 8.623 s] [INFO] GlassFish JMS modules .............................. SUCCESS [ 0.210 s] [INFO] JMS Connector Module for Runtime ................... SUCCESS [ 3.204 s] [INFO] JMS Module ......................................... SUCCESS [ 9.088 s] [INFO] JMS admin .......................................... SUCCESS [ 8.108 s] [INFO] JMS Injection Module for Runtime ................... SUCCESS [ 7.199 s] [INFO] JMS GlassFish System RA Assembly ................... SUCCESS [ 0.623 s] [INFO] JDBC Resource Adapter .............................. SUCCESS [ 0.211 s] [INFO] Core JDBC Resource Adapter classes ................. SUCCESS [ 8.080 s] [INFO] JDBC 40 related classes for JDBC Resource Adapter .. SUCCESS [ 7.101 s] [INFO] JDBC Templates ..................................... SUCCESS [ 0.052 s] [INFO] Distribution Module for JDBC Resource Adapter ...... SUCCESS [ 1.993 s] [INFO] JDBC Runtime Module ................................ SUCCESS [ 13.908 s] [INFO] JDBC admin ......................................... SUCCESS [ 10.224 s] [INFO] GlassFish Oracle JDBC Packages ..................... SUCCESS [ 0.498 s] [INFO] Connector for JPA runtime in glassfish ............. SUCCESS [ 8.596 s] [INFO] JPA container for glassfish ........................ SUCCESS [ 11.407 s] [INFO] Declaring EclipseLink dependencies ................. SUCCESS [ 13.007 s] [INFO] GlassFish cmp related modules ...................... SUCCESS [ 0.113 s] [INFO] utility module for cmp ............................. SUCCESS [ 7.623 s] [INFO] model module for cmp ............................... SUCCESS [ 8.495 s] [INFO] Database Generator module for cmp .................. SUCCESS [ 9.308 s] [INFO] ejb-mapping module for cmp ......................... SUCCESS [ 6.509 s] [INFO] enhancer module for cmp ............................ SUCCESS [ 11.407 s] [INFO] internal-api module for cmp ........................ SUCCESS [ 6.507 s] [INFO] Entity Bean container .............................. SUCCESS [ 11.148 s] [INFO] support-sqlstore module for cmp .................... SUCCESS [ 14.710 s] [INFO] support ejb module for cmp ......................... SUCCESS [ 12.590 s] [INFO] GlassFish cmp scripts .............................. SUCCESS [ 0.323 s] [INFO] CMP tier for GlassFish ............................. SUCCESS [ 0.114 s] [INFO] Concurrency Utilities Modules ...................... SUCCESS [ 0.376 s] [INFO] Concurrent Connector Module ........................ SUCCESS [ 2.900 s] [INFO] Concurrent Implementation Module ................... SUCCESS [ 8.683 s] [INFO] Batch runtime modules for Glassfish ................ SUCCESS [ 0.301 s] [INFO] Batch database init scripts for GlassFish .......... SUCCESS [ 0.088 s] [INFO] Batch Connector for Glassfish ...................... SUCCESS [ 10.804 s] [INFO] Batch Commands for Glassfish ....................... SUCCESS [ 6.689 s] [INFO] GlassFish Extras modules ........................... SUCCESS [ 0.301 s] [INFO] GlassFish JavaEE Manifest pom ...................... SUCCESS [ 0.072 s] [INFO] GlassFish jakartaee.jar ............................ SUCCESS [ 0.596 s] [INFO] GlassFish jakartaee.jar distribution fragment ...... SUCCESS [ 0.922 s] [INFO] GlassFish appserv-rt Manifest pom .................. SUCCESS [ 0.027 s] [INFO] GlassFish appserv-rt.jar ........................... SUCCESS [ 0.819 s] [INFO] GlassFish appserv-rt distribution fragment ......... SUCCESS [ 0.293 s] [INFO] Grizzly Glassfish Extra modules .................... SUCCESS [ 0.195 s] [INFO] GlassFish Grizzly adapter container implementation . SUCCESS [ 2.927 s] [INFO] Glassfish Grizzly extra jars Combining ............. SUCCESS [ 3.832 s] [INFO] Admin Console Integration .......................... SUCCESS [ 1.051 s] [INFO] Admin Console Integration .......................... SUCCESS [ 0.631 s] [INFO] DataProvider ....................................... SUCCESS [ 15.783 s] [INFO] Admin Console Packages ............................. SUCCESS [ 14.507 s] [INFO] Admin Console Common ............................... SUCCESS [ 8.726 s] [INFO] Admin Console Core Jar ............................. SUCCESS [ 4.484 s] [INFO] Admin Console WAR .................................. SUCCESS [ 3.318 s] [INFO] Admin Console Community Edition Theme Plugin ....... SUCCESS [ 2.173 s] [INFO] Admin Console Clustering Support Plugin ............ SUCCESS [ 3.681 s] [INFO] Admin Console Web Container Plugin ................. SUCCESS [ 4.079 s] [INFO] Admin Console JDBC Plugin .......................... SUCCESS [ 3.305 s] [INFO] Admin Console Connectors Plugin .................... SUCCESS [ 3.573 s] [INFO] Admin Console EJB Local (Lite) Plugin .............. SUCCESS [ 1.879 s] [INFO] Admin Console JTS Plugin ........................... SUCCESS [ 1.863 s] [INFO] Glassfish featuresets .............................. SUCCESS [ 0.208 s] [INFO] Glassfish Web Featureset ........................... SUCCESS [ 9.369 s] [INFO] GlassFish ORB interface layer implementation ....... SUCCESS [ 7.991 s] [INFO] Ejb Security Integration ........................... SUCCESS [ 8.903 s] [INFO] GlassFish Web Services related modules ............. SUCCESS [ 0.275 s] [INFO] JSR-109 implementation to deploy Metro ............. SUCCESS [ 14.414 s] [INFO] WebServices Security and JSR 196 implementation .... SUCCESS [ 7.381 s] [INFO] GlassFish webservices scripts ...................... SUCCESS [ 0.300 s] [INFO] GlassFish Metro Glue Code .......................... SUCCESS [ 6.386 s] [INFO] Connector for GlassFish Web Services Container ..... SUCCESS [ 11.116 s] [INFO] SOAP/TCP integration code .......................... SUCCESS [ 7.310 s] [INFO] App Client - client-side modules ................... SUCCESS [ 0.181 s] [INFO] ACC Config Classes (JAXB) .......................... SUCCESS [ 5.611 s] [INFO] Appclient Security Integration ..................... SUCCESS [ 9.988 s] [INFO] Client OSGi module (including ACC) ................. SUCCESS [ 9.795 s] [INFO] Client Library (including ACC) ..................... SUCCESS [ 4.811 s] [INFO] GlassFish appclient scripts ........................ SUCCESS [ 0.500 s] [INFO] GlassFish AppClient Server-Side Core ............... SUCCESS [ 10.712 s] [INFO] Admin Console Full distribution plugin ............. SUCCESS [ 3.392 s] [INFO] Admin Console Concurrent Plugin .................... SUCCESS [ 1.879 s] [INFO] Admin Console EJB Container Plugin ................. SUCCESS [ 1.872 s] [INFO] Admin Console Corba Plugin ......................... SUCCESS [ 3.390 s] [INFO] Admin Console JMS Plugin ........................... SUCCESS [ 6.293 s] [INFO] GlassFish MicroProfile modules ..................... SUCCESS [ 0.301 s] [INFO] GlassFish MicroProfile Connectors .................. SUCCESS [ 8.204 s] [INFO] GlassFish MicroProfile Config ...................... SUCCESS [ 8.659 s] [INFO] Glassfish Featureset ............................... SUCCESS [ 3.124 s] [INFO] Embedded GlassFish Shell ........................... SUCCESS [ 0.294 s] [INFO] GlassFish Metro Related Fragments .................. SUCCESS [ 3.302 s] [INFO] Embedded GlassFish Static Shell .................... SUCCESS [ 1.000 s] [INFO] Glassfish distributions ............................ SUCCESS [ 0.127 s] [INFO] GlassFish distribution Common module ............... SUCCESS [ 16.785 s] [INFO] Glassfish Full Profile Distribution ................ SUCCESS [ 32.014 s] [INFO] Embedded GlassFish Common .......................... SUCCESS [ 0.072 s] [INFO] GlassFish UberJar InstallRoot Builder Module ....... SUCCESS [ 1.956 s] [INFO] GlassFish UberJar InstanceRoot Builder Module ...... SUCCESS [ 0.550 s] [INFO] GlassFish OSGI Modules Uninstaller ................. SUCCESS [ 0.177 s] [INFO] GlassFish UberJar OSGI Main Module ................. SUCCESS [ 2.410 s] [INFO] GlassFish UberJar Activator ........................ SUCCESS [ 0.263 s] [INFO] Embedded GlassFish Shell dist. fragment ............ SUCCESS [ 0.099 s] [INFO] Embedded GlassFish Static Shell dist. fragment ..... SUCCESS [ 0.036 s] [INFO] Embedded GlassFish All-In-One ...................... SUCCESS [ 47.767 s] [INFO] Embedded GlassFish nucleus ......................... SUCCESS [ 12.893 s] [INFO] Embedded GlassFish Web ............................. SUCCESS [ 43.292 s] [INFO] GlassFish Embedded modules ......................... SUCCESS [ 0.026 s] [INFO] GlassFish Embedded Modules - Tests ................. SUCCESS [ 0.058 s] [INFO] Embedded GlassFish Shell Jars ...................... SUCCESS [ 0.024 s] [INFO] Debug .............................................. SUCCESS [ 14.997 s] [INFO] Glassfish Web Profile Distribution ................. SUCCESS [ 33.516 s] [INFO] Security Related Implementation for GlassFish ...... SUCCESS [ 0.271 s] [INFO] GlassFish Tests .................................... SUCCESS [ 0.209 s] [INFO] GlassFish Ant Tests ................................ SUCCESS [ 0.192 s] [INFO] GlassFish Ant Tests - CCI BlackBox TX .............. SUCCESS [ 2.298 s] [INFO] connectors-ra-redeploy ............................. SUCCESS [ 0.276 s] [INFO] connectors-ra-redeploy-jars ........................ SUCCESS [ 4.421 s] [INFO] connectors-ra-redeploy-rars ........................ SUCCESS [ 4.513 s] [INFO] connectors-ra-redeploy-rars-xa ..................... SUCCESS [ 0.984 s] [INFO] Console extensions for OSGi platforms .............. SUCCESS [ 0.294 s] [INFO] Felix Web Console Extension for GlassFish .......... SUCCESS [ 4.448 s] [INFO] GlassFish OSGi Console Plugin ...................... SUCCESS [ 3.679 s] [INFO] GlassFish Flashlight Client ........................ SUCCESS [ 2.201 s] [INFO] Flashlight ......................................... SUCCESS [ 0.272 s] [INFO] GlassFish Integration Test Tools ................... SUCCESS [ 2.810 s] [INFO] Ant tasks .......................................... SUCCESS [ 2.319 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:13 min (Wall Clock) [INFO] Finished at: 2023-03-05T20:34:46Z [INFO] ------------------------------------------------------------------------ + ./gfbuild.sh archive_bundles + echo Done building Done building + pwd /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18 + ls -altrh total 120K drwxr-sr-x. 4 jenkins 1003280000 88 Mar 5 20:27 .. drwxr-sr-x. 3 jenkins 1003280000 80 Mar 5 20:29 .github -rw-r--r--. 1 jenkins 1003280000 3.6K Mar 5 20:29 RELEASE.md -rw-r--r--. 1 jenkins 1003280000 5.5K Mar 5 20:29 README.md -rw-r--r--. 1 jenkins 1003280000 5.1K Mar 5 20:29 NOTICE.md -rw-r--r--. 1 jenkins 1003280000 35K Mar 5 20:29 LICENSE.md -rw-r--r--. 1 jenkins 1003280000 131 Mar 5 20:29 .lgtm.yml -rw-r--r--. 1 jenkins 1003280000 6.0K Mar 5 20:29 Jenkinsfile -rw-r--r--. 1 jenkins 1003280000 2.7K Mar 5 20:29 .gitignore -rw-r--r--. 1 jenkins 1003280000 2.2K Mar 5 20:29 CONTRIBUTING.md drwxr-sr-x. 22 jenkins 1003280000 4.0K Mar 5 20:29 docs -rwxr-xr-x. 1 jenkins 1003280000 2.4K Mar 5 20:29 gftest.sh -rwxr-xr-x. 1 jenkins 1003280000 3.4K Mar 5 20:29 gfbuild.sh drwxr-sr-x. 2 jenkins 1003280000 65 Mar 5 20:29 etc -rwxr-xr-x. 1 jenkins 1003280000 1.3K Mar 5 20:29 validateJars.sh -rwxr-xr-x. 1 jenkins 1003280000 901 Mar 5 20:29 updateVersion.sh -rwxr-xr-x. 1 jenkins 1003280000 3.5K Mar 5 20:29 runtests.sh -rw-r--r--. 1 jenkins 1003280000 6.5K Mar 5 20:29 pom.xml drwxr-sr-x. 2 jenkins 1003280000 26 Mar 5 20:29 .mvn drwxr-sr-x. 4 jenkins 1003280000 46 Mar 5 20:29 qa drwxr-sr-x. 21 jenkins 1003280000 4.0K Mar 5 20:30 nucleus drwxr-sr-x. 36 jenkins 1003280000 4.0K Mar 5 20:30 appserver drwxr-sr-x. 8 jenkins 1003280000 163 Mar 5 20:30 .git drwxr-sr-x. 11 jenkins 1003280000 4.0K Mar 5 20:34 . drwxr-sr-x. 2 jenkins 1003280000 90 Mar 5 20:34 bundles + ls -altrh /bundles + true ls: cannot access '/bundles': No such file or directory [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Grab and unzip ANT) [Pipeline] sh + mkdir download + cd /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/download + wget -q http://mirror.koddos.net/apache/ant/binaries/apache-ant-1.9.16-bin.tar.gz -O ant.tar.gz + tar xfz ant.tar.gz + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant + cp -a /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/download/apache-ant-1.9.16/. /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (jdbc_all) [Pipeline] timestamps [Pipeline] { [Pipeline] sh 15:34:55 [2023-03-05T20:34:55.261Z] + rm -rf glassfish7 15:34:55 [2023-03-05T20:34:55.262Z] + true 15:34:55 [2023-03-05T20:34:55.262Z] + export MAVEN_ARGS=-Pstaging 15:34:55 [2023-03-05T20:34:55.262Z] + MAVEN_ARGS=-Pstaging 15:34:55 [2023-03-05T20:34:55.262Z] + ./runtests.sh jdbc_all 15:34:55 [2023-03-05T20:34:55.262Z] This script can be temporarily used for local testing until we integrate current set of tests to Maven 15:34:55 [2023-03-05T20:34:55.262Z] First argument is a version of GlassFish used for testing. It will be downloaded by Maven command 15:34:55 [2023-03-05T20:34:55.262Z] Second argument is a test set id, one of: 15:34:55 [2023-03-05T20:34:55.262Z] cdi_all, ql_gf_full_profile_all, \n 15:34:55 [2023-03-05T20:34:55.262Z] \n 15:34:55 [2023-03-05T20:34:55.262Z] web_jsp, deployment_all, \n 15:34:55 [2023-03-05T20:34:55.262Z] ejb_group_1. ejb_group_2, ejb_group_3, ejb_group_embedded, \n 15:34:55 [2023-03-05T20:34:55.262Z] cdi_all, ql_gf_full_profile_all, ql_gf_nucleus_all, \n 15:34:55 [2023-03-05T20:34:55.262Z] ql_gf_web_profile_all, nucleus_admin_all, jdbc_all, batch_all, persistence_all, webservice_all, \n 15:34:55 [2023-03-05T20:34:55.262Z] connector_group_1, connector_group_2, connector_group_3, connector_group_4 15:34:55 [2023-03-05T20:34:55.262Z] If you need to use a different JAVA_HOME than is used by your system, export it or edit this script. 15:34:55 [2023-03-05T20:34:55.262Z] 15:34:55 [2023-03-05T20:34:55.262Z] POM file "/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist 15:35:07 [2023-03-05T20:35:07.466Z] [INFO] Scanning for projects... 15:35:12 [2023-03-05T20:35:12.363Z] [INFO] 15:35:12 [2023-03-05T20:35:12.363Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ 15:35:12 [2023-03-05T20:35:12.363Z] [INFO] Building GlassFish Project 7.0.3-SNAPSHOT 15:35:12 [2023-03-05T20:35:12.363Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:35:12 [2023-03-05T20:35:12.363Z] [INFO] 15:35:12 [2023-03-05T20:35:12.363Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ glassfish-main-aggregator --- 15:35:12 [2023-03-05T20:35:12.363Z] [INFO] 15:35:12 [2023-03-05T20:35:12.363Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ 15:35:12 [2023-03-05T20:35:12.363Z] [INFO] Building GlassFish Project 7.0.3-SNAPSHOT 15:35:12 [2023-03-05T20:35:12.363Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:35:12 [2023-03-05T20:35:12.363Z] [INFO] 15:35:12 [2023-03-05T20:35:12.363Z] [INFO] --- maven-dependency-plugin:3.2.0:copy (default-cli) @ glassfish-main-aggregator --- 15:35:15 [2023-03-05T20:35:15.635Z] [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:7.0.3-SNAPSHOT:zip 15:35:15 [2023-03-05T20:35:15.635Z] [INFO] Copying glassfish-7.0.3-SNAPSHOT.zip to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip 15:35:15 [2023-03-05T20:35:15.635Z] [INFO] ------------------------------------------------------------------------ 15:35:15 [2023-03-05T20:35:15.635Z] [INFO] BUILD SUCCESS 15:35:15 [2023-03-05T20:35:15.635Z] [INFO] ------------------------------------------------------------------------ 15:35:15 [2023-03-05T20:35:15.635Z] [INFO] Total time: 13.347 s 15:35:15 [2023-03-05T20:35:15.635Z] [INFO] Finished at: 2023-03-05T20:35:15Z 15:35:15 [2023-03-05T20:35:15.635Z] [INFO] ------------------------------------------------------------------------ 15:35:16 [2023-03-05T20:35:16.563Z] [INFO] Scanning for projects... 15:35:16 [2023-03-05T20:35:16.563Z] [INFO] 15:35:16 [2023-03-05T20:35:16.563Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ 15:35:16 [2023-03-05T20:35:16.563Z] [INFO] Building GlassFish Project 7.0.3-SNAPSHOT 15:35:16 [2023-03-05T20:35:16.563Z] [INFO] --------------------------------[ pom ]--------------------------------- 15:35:16 [2023-03-05T20:35:16.563Z] [INFO] 15:35:16 [2023-03-05T20:35:16.563Z] [INFO] --- maven-dependency-plugin:3.2.0:copy (default-cli) @ glassfish-main-aggregator --- 15:35:17 [2023-03-05T20:35:17.127Z] [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:runtime:0.8.8:jar 15:35:18 [2023-03-05T20:35:18.064Z] [INFO] Copying org.jacoco.agent-0.8.8-runtime.jar to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/org.jacoco.agent.jar 15:35:18 [2023-03-05T20:35:18.064Z] [INFO] ------------------------------------------------------------------------ 15:35:18 [2023-03-05T20:35:18.064Z] [INFO] BUILD SUCCESS 15:35:18 [2023-03-05T20:35:18.064Z] [INFO] ------------------------------------------------------------------------ 15:35:18 [2023-03-05T20:35:18.064Z] [INFO] Total time: 1.407 s 15:35:18 [2023-03-05T20:35:18.064Z] [INFO] Finished at: 2023-03-05T20:35:17Z 15:35:18 [2023-03-05T20:35:18.064Z] [INFO] ------------------------------------------------------------------------ 15:35:18 [2023-03-05T20:35:18.064Z] + '[' '!' -z /var/jenkins ']' 15:35:18 [2023-03-05T20:35:18.064Z] ++ mktemp -t XXXgf-internal-env 15:35:18 [2023-03-05T20:35:18.064Z] + readonly GF_INTERNAL_ENV_SH=/tmp/zLOgf-internal-env 15:35:18 [2023-03-05T20:35:18.064Z] + GF_INTERNAL_ENV_SH=/tmp/zLOgf-internal-env 15:35:18 [2023-03-05T20:35:18.064Z] + '[' '!' -z '' ']' 15:35:18 [2023-03-05T20:35:18.064Z] + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all 15:35:18 [2023-03-05T20:35:18.064Z] + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all 15:35:18 [2023-03-05T20:35:18.064Z] + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/maven-repo.tar.gz ']' 15:35:18 [2023-03-05T20:35:18.064Z] + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish' 15:35:18 [2023-03-05T20:35:18.064Z] Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 15:35:18 [2023-03-05T20:35:18.064Z] + rm -rf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 15:35:18 [2023-03-05T20:35:18.064Z] + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' 15:35:18 [2023-03-05T20:35:18.064Z] + '[' -z 7.0.3-SNAPSHOT ']' 15:35:18 [2023-03-05T20:35:18.064Z] + '[' -z /home/jenkins/.m2/repository ']' 15:35:18 [2023-03-05T20:35:18.064Z] + run_test jdbc_all 15:35:18 [2023-03-05T20:35:18.064Z] + local testid=jdbc_all 15:35:18 [2023-03-05T20:35:18.064Z] + local found=false 15:35:18 [2023-03-05T20:35:18.064Z] ++ find . -name run_test.sh 15:35:18 [2023-03-05T20:35:18.321Z] + for runtest in `find . -name run_test\.sh` 15:35:18 [2023-03-05T20:35:18.321Z] ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + OPT=list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + TEST_ID= 15:35:18 [2023-03-05T20:35:18.321Z] ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh 15:35:18 [2023-03-05T20:35:18.321Z] + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh 15:35:18 [2023-03-05T20:35:18.321Z] +++ uname 15:35:18 [2023-03-05T20:35:18.321Z] +++ grep -i sunos 15:35:18 [2023-03-05T20:35:18.321Z] +++ wc -l 15:35:18 [2023-03-05T20:35:18.321Z] +++ awk '{print $1}' 15:35:18 [2023-03-05T20:35:18.321Z] ++ '[' 0 -eq 1 ']' 15:35:18 [2023-03-05T20:35:18.321Z] ++ GREP=grep 15:35:18 [2023-03-05T20:35:18.321Z] ++ AWK=awk 15:35:18 [2023-03-05T20:35:18.321Z] ++ SED=sed 15:35:18 [2023-03-05T20:35:18.321Z] ++ BC=bc 15:35:18 [2023-03-05T20:35:18.321Z] ++ export GREP AWK SED BC 15:35:18 [2023-03-05T20:35:18.321Z] + case ${OPT} in 15:35:18 [2023-03-05T20:35:18.321Z] + list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 15:35:18 [2023-03-05T20:35:18.321Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.321Z] + [[ admin_cli_all = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.321Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.321Z] + [[ admin-cli-group-1 = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.321Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.321Z] + [[ admin-cli-group-2 = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.321Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.321Z] + [[ admin-cli-group-3 = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.321Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.321Z] + [[ admin-cli-group-4 = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.321Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.321Z] + [[ admin-cli-group-5 = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.321Z] + [[ false = true ]] 15:35:18 [2023-03-05T20:35:18.321Z] + for runtest in `find . -name run_test\.sh` 15:35:18 [2023-03-05T20:35:18.321Z] ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + OPT=list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + TEST_ID= 15:35:18 [2023-03-05T20:35:18.321Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh 15:35:18 [2023-03-05T20:35:18.321Z] + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh 15:35:18 [2023-03-05T20:35:18.321Z] +++ uname 15:35:18 [2023-03-05T20:35:18.321Z] +++ grep -i sunos 15:35:18 [2023-03-05T20:35:18.321Z] +++ wc -l 15:35:18 [2023-03-05T20:35:18.321Z] +++ awk '{print $1}' 15:35:18 [2023-03-05T20:35:18.321Z] ++ '[' 0 -eq 1 ']' 15:35:18 [2023-03-05T20:35:18.321Z] ++ GREP=grep 15:35:18 [2023-03-05T20:35:18.321Z] ++ AWK=awk 15:35:18 [2023-03-05T20:35:18.321Z] ++ SED=sed 15:35:18 [2023-03-05T20:35:18.321Z] ++ BC=bc 15:35:18 [2023-03-05T20:35:18.321Z] ++ export GREP AWK SED BC 15:35:18 [2023-03-05T20:35:18.321Z] + case ${OPT} in 15:35:18 [2023-03-05T20:35:18.321Z] + list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + echo batch_all 15:35:18 [2023-03-05T20:35:18.321Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.321Z] + [[ batch_all = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.321Z] + [[ false = true ]] 15:35:18 [2023-03-05T20:35:18.321Z] + for runtest in `find . -name run_test\.sh` 15:35:18 [2023-03-05T20:35:18.321Z] ++ ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + OPT=list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + TEST_ID= 15:35:18 [2023-03-05T20:35:18.321Z] ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh 15:35:18 [2023-03-05T20:35:18.321Z] + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh 15:35:18 [2023-03-05T20:35:18.321Z] +++ uname 15:35:18 [2023-03-05T20:35:18.321Z] +++ grep -i sunos 15:35:18 [2023-03-05T20:35:18.321Z] +++ wc -l 15:35:18 [2023-03-05T20:35:18.321Z] +++ awk '{print $1}' 15:35:18 [2023-03-05T20:35:18.321Z] ++ '[' 0 -eq 1 ']' 15:35:18 [2023-03-05T20:35:18.321Z] ++ GREP=grep 15:35:18 [2023-03-05T20:35:18.321Z] ++ AWK=awk 15:35:18 [2023-03-05T20:35:18.321Z] ++ SED=sed 15:35:18 [2023-03-05T20:35:18.321Z] ++ BC=bc 15:35:18 [2023-03-05T20:35:18.321Z] ++ export GREP AWK SED BC 15:35:18 [2023-03-05T20:35:18.321Z] + case ${OPT} in 15:35:18 [2023-03-05T20:35:18.321Z] + list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + echo cdi_all 15:35:18 [2023-03-05T20:35:18.321Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.321Z] + [[ cdi_all = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.321Z] + [[ false = true ]] 15:35:18 [2023-03-05T20:35:18.321Z] + for runtest in `find . -name run_test\.sh` 15:35:18 [2023-03-05T20:35:18.321Z] ++ ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + OPT=list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + TEST_ID= 15:35:18 [2023-03-05T20:35:18.321Z] ++ dirname ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh 15:35:18 [2023-03-05T20:35:18.321Z] + source ./appserver/tests/appserv-tests/devtests/connector/v3/../../../../common_test.sh 15:35:18 [2023-03-05T20:35:18.321Z] +++ uname 15:35:18 [2023-03-05T20:35:18.321Z] +++ grep -i sunos 15:35:18 [2023-03-05T20:35:18.321Z] +++ wc -l 15:35:18 [2023-03-05T20:35:18.321Z] +++ awk '{print $1}' 15:35:18 [2023-03-05T20:35:18.321Z] ++ '[' 0 -eq 1 ']' 15:35:18 [2023-03-05T20:35:18.321Z] ++ GREP=grep 15:35:18 [2023-03-05T20:35:18.321Z] ++ AWK=awk 15:35:18 [2023-03-05T20:35:18.321Z] ++ SED=sed 15:35:18 [2023-03-05T20:35:18.321Z] ++ BC=bc 15:35:18 [2023-03-05T20:35:18.321Z] ++ export GREP AWK SED BC 15:35:18 [2023-03-05T20:35:18.321Z] + case ${OPT} in 15:35:18 [2023-03-05T20:35:18.321Z] + list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + echo connector_all connector_group_1 connector_group_2 connector_group_3 connector_group_4 15:35:18 [2023-03-05T20:35:18.321Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.321Z] + [[ connector_all = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.321Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.321Z] + [[ connector_group_1 = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.321Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.321Z] + [[ connector_group_2 = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.321Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.321Z] + [[ connector_group_3 = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.321Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.321Z] + [[ connector_group_4 = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.321Z] + [[ false = true ]] 15:35:18 [2023-03-05T20:35:18.321Z] + for runtest in `find . -name run_test\.sh` 15:35:18 [2023-03-05T20:35:18.321Z] ++ ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + OPT=list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + TEST_ID= 15:35:18 [2023-03-05T20:35:18.321Z] ++ dirname ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh 15:35:18 [2023-03-05T20:35:18.321Z] + source ./appserver/tests/appserv-tests/devtests/deployment/../../../common_test.sh 15:35:18 [2023-03-05T20:35:18.321Z] +++ uname 15:35:18 [2023-03-05T20:35:18.321Z] +++ grep -i sunos 15:35:18 [2023-03-05T20:35:18.321Z] +++ wc -l 15:35:18 [2023-03-05T20:35:18.321Z] +++ awk '{print $1}' 15:35:18 [2023-03-05T20:35:18.321Z] ++ '[' 0 -eq 1 ']' 15:35:18 [2023-03-05T20:35:18.321Z] ++ GREP=grep 15:35:18 [2023-03-05T20:35:18.321Z] ++ AWK=awk 15:35:18 [2023-03-05T20:35:18.321Z] ++ SED=sed 15:35:18 [2023-03-05T20:35:18.321Z] ++ BC=bc 15:35:18 [2023-03-05T20:35:18.321Z] ++ export GREP AWK SED BC 15:35:18 [2023-03-05T20:35:18.321Z] + case ${OPT} in 15:35:18 [2023-03-05T20:35:18.321Z] + list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + echo deployment_all deployment_cluster_all 15:35:18 [2023-03-05T20:35:18.321Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.321Z] + [[ deployment_all = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.321Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.321Z] + [[ deployment_cluster_all = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.321Z] + [[ false = true ]] 15:35:18 [2023-03-05T20:35:18.321Z] + for runtest in `find . -name run_test\.sh` 15:35:18 [2023-03-05T20:35:18.321Z] ++ ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + OPT=list_test_ids 15:35:18 [2023-03-05T20:35:18.321Z] + TEST_ID= 15:35:18 [2023-03-05T20:35:18.321Z] ++ dirname ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh 15:35:18 [2023-03-05T20:35:18.321Z] + source ./appserver/tests/appserv-tests/devtests/ejb/../../../common_test.sh 15:35:18 [2023-03-05T20:35:18.321Z] +++ uname 15:35:18 [2023-03-05T20:35:18.321Z] +++ grep -i sunos 15:35:18 [2023-03-05T20:35:18.321Z] +++ wc -l 15:35:18 [2023-03-05T20:35:18.321Z] +++ awk '{print $1}' 15:35:18 [2023-03-05T20:35:18.321Z] ++ '[' 0 -eq 1 ']' 15:35:18 [2023-03-05T20:35:18.321Z] ++ GREP=grep 15:35:18 [2023-03-05T20:35:18.322Z] ++ AWK=awk 15:35:18 [2023-03-05T20:35:18.322Z] ++ SED=sed 15:35:18 [2023-03-05T20:35:18.322Z] ++ BC=bc 15:35:18 [2023-03-05T20:35:18.322Z] ++ export GREP AWK SED BC 15:35:18 [2023-03-05T20:35:18.322Z] + case ${OPT} in 15:35:18 [2023-03-05T20:35:18.322Z] + list_test_ids 15:35:18 [2023-03-05T20:35:18.322Z] + echo ejb_all ejb_timer_cluster_all ejb_web_all ejb_group_1 ejb_group_2 ejb_group_3 ejb_group_embedded 15:35:18 [2023-03-05T20:35:18.322Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.322Z] + [[ ejb_all = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.322Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.322Z] + [[ ejb_timer_cluster_all = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.322Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.322Z] + [[ ejb_web_all = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.322Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.322Z] + [[ ejb_group_1 = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.322Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.322Z] + [[ ejb_group_2 = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.322Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.322Z] + [[ ejb_group_3 = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.322Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.322Z] + [[ ejb_group_embedded = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.322Z] + [[ false = true ]] 15:35:18 [2023-03-05T20:35:18.322Z] + for runtest in `find . -name run_test\.sh` 15:35:18 [2023-03-05T20:35:18.322Z] ++ ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh list_test_ids 15:35:18 [2023-03-05T20:35:18.322Z] + OPT=list_test_ids 15:35:18 [2023-03-05T20:35:18.322Z] + TEST_ID= 15:35:18 [2023-03-05T20:35:18.322Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh 15:35:18 [2023-03-05T20:35:18.322Z] + source ./appserver/tests/appserv-tests/devtests/jdbc/../../../common_test.sh 15:35:18 [2023-03-05T20:35:18.322Z] +++ uname 15:35:18 [2023-03-05T20:35:18.322Z] +++ grep -i sunos 15:35:18 [2023-03-05T20:35:18.322Z] +++ wc -l 15:35:18 [2023-03-05T20:35:18.322Z] +++ awk '{print $1}' 15:35:18 [2023-03-05T20:35:18.322Z] ++ '[' 0 -eq 1 ']' 15:35:18 [2023-03-05T20:35:18.322Z] ++ GREP=grep 15:35:18 [2023-03-05T20:35:18.322Z] ++ AWK=awk 15:35:18 [2023-03-05T20:35:18.322Z] ++ SED=sed 15:35:18 [2023-03-05T20:35:18.322Z] ++ BC=bc 15:35:18 [2023-03-05T20:35:18.322Z] ++ export GREP AWK SED BC 15:35:18 [2023-03-05T20:35:18.322Z] + case ${OPT} in 15:35:18 [2023-03-05T20:35:18.322Z] + list_test_ids 15:35:18 [2023-03-05T20:35:18.322Z] + echo jdbc_all 15:35:18 [2023-03-05T20:35:18.322Z] + for id in `${runtest} list_test_ids` 15:35:18 [2023-03-05T20:35:18.322Z] + [[ jdbc_all = \j\d\b\c\_\a\l\l ]] 15:35:18 [2023-03-05T20:35:18.322Z] + found=true 15:35:18 [2023-03-05T20:35:18.322Z] + break 15:35:18 [2023-03-05T20:35:18.322Z] + [[ true = true ]] 15:35:18 [2023-03-05T20:35:18.322Z] + ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh run_test_id jdbc_all 15:35:18 [2023-03-05T20:35:18.322Z] + OPT=run_test_id 15:35:18 [2023-03-05T20:35:18.322Z] + TEST_ID=jdbc_all 15:35:18 [2023-03-05T20:35:18.322Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh 15:35:18 [2023-03-05T20:35:18.322Z] + source ./appserver/tests/appserv-tests/devtests/jdbc/../../../common_test.sh 15:35:18 [2023-03-05T20:35:18.322Z] +++ uname 15:35:18 [2023-03-05T20:35:18.322Z] +++ grep -i sunos 15:35:18 [2023-03-05T20:35:18.322Z] +++ wc -l 15:35:18 [2023-03-05T20:35:18.322Z] +++ awk '{print $1}' 15:35:18 [2023-03-05T20:35:18.322Z] ++ '[' 0 -eq 1 ']' 15:35:18 [2023-03-05T20:35:18.322Z] ++ GREP=grep 15:35:18 [2023-03-05T20:35:18.322Z] ++ AWK=awk 15:35:18 [2023-03-05T20:35:18.322Z] ++ SED=sed 15:35:18 [2023-03-05T20:35:18.322Z] ++ BC=bc 15:35:18 [2023-03-05T20:35:18.322Z] ++ export GREP AWK SED BC 15:35:18 [2023-03-05T20:35:18.322Z] + case ${OPT} in 15:35:18 [2023-03-05T20:35:18.322Z] + trap 'copy_test_artifacts jdbc_all' EXIT 15:35:18 [2023-03-05T20:35:18.322Z] + run_test_id jdbc_all 15:35:18 [2023-03-05T20:35:18.322Z] + unzip_test_resources /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip 15:35:18 [2023-03-05T20:35:18.322Z] + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' 15:35:18 [2023-03-05T20:35:18.322Z] 15:35:18 [2023-03-05T20:35:18.322Z] ===== UNZIP TEST RESOURCES ===== 15:35:18 [2023-03-05T20:35:18.322Z] 15:35:18 [2023-03-05T20:35:18.322Z] + for i in "${@}" 15:35:18 [2023-03-05T20:35:18.322Z] + [[ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip == *.zip* ]] 15:35:18 [2023-03-05T20:35:18.322Z] + unzip -qq -o /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target 15:35:19 [2023-03-05T20:35:19.251Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh 15:35:19 [2023-03-05T20:35:19.251Z] + cd ./appserver/tests/appserv-tests/devtests/jdbc 15:35:19 [2023-03-05T20:35:19.251Z] + test_init 15:35:19 [2023-03-05T20:35:19.251Z] + printf '\n%s \n\n' '===== V2 DEVTESTS INIT =====' 15:35:19 [2023-03-05T20:35:19.251Z] 15:35:19 [2023-03-05T20:35:19.251Z] ===== V2 DEVTESTS INIT ===== 15:35:19 [2023-03-05T20:35:19.251Z] 15:35:19 [2023-03-05T20:35:19.251Z] + find /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish -type f 15:35:19 [2023-03-05T20:35:19.251Z] + xargs touch 15:35:19 [2023-03-05T20:35:19.251Z] + echo S1AS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 15:35:19 [2023-03-05T20:35:19.251Z] S1AS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 15:35:19 [2023-03-05T20:35:19.251Z] + echo ANT_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant 15:35:19 [2023-03-05T20:35:19.251Z] ANT_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant 15:35:19 [2023-03-05T20:35:19.251Z] + echo APS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests 15:35:19 [2023-03-05T20:35:19.251Z] APS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests 15:35:19 [2023-03-05T20:35:19.251Z] + java -version 15:35:19 [2023-03-05T20:35:19.520Z] openjdk version "18.0.2" 2022-07-19 15:35:19 [2023-03-05T20:35:19.520Z] OpenJDK Runtime Environment (build 18.0.2+9-61) 15:35:19 [2023-03-05T20:35:19.520Z] OpenJDK 64-Bit Server VM (build 18.0.2+9-61, mixed mode, sharing) 15:35:19 [2023-03-05T20:35:19.520Z] + ant -version 15:35:19 [2023-03-05T20:35:19.520Z] Apache Ant(TM) version 1.9.16 compiled on July 10 2021 15:35:19 [2023-03-05T20:35:19.520Z] + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 15:35:19 [2023-03-05T20:35:19.520Z] + printf '\n\n' 15:35:19 [2023-03-05T20:35:19.520Z] 15:35:19 [2023-03-05T20:35:19.520Z] 15:35:19 [2023-03-05T20:35:19.520Z] + get_test_target jdbc_all 15:35:19 [2023-03-05T20:35:19.520Z] + case ${1} in 15:35:19 [2023-03-05T20:35:19.520Z] + TARGET=all 15:35:19 [2023-03-05T20:35:19.520Z] + export TARGET 15:35:19 [2023-03-05T20:35:19.520Z] + test_run 15:35:19 [2023-03-05T20:35:19.520Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin start-domain domain1 15:35:24 [2023-03-05T20:35:24.421Z] Waiting for domain1 to start ..... 15:35:24 [2023-03-05T20:35:24.421Z] Waiting finished after 4,515 ms. 15:35:24 [2023-03-05T20:35:24.421Z] Successfully started the domain : domain1 15:35:24 [2023-03-05T20:35:24.421Z] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 15:35:24 [2023-03-05T20:35:24.421Z] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 15:35:24 [2023-03-05T20:35:24.421Z] Admin Port: 4,848 15:35:24 [2023-03-05T20:35:24.421Z] Command start-domain executed successfully. 15:35:25 [2023-03-05T20:35:25.020Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin start-database 15:35:26 [2023-03-05T20:35:26.022Z] Starting database in Network Server mode on host 0.0.0.0 and port 1527. 15:35:27 [2023-03-05T20:35:27.959Z] --------- Derby Network Server Information -------- 15:35:27 [2023-03-05T20:35:27.959Z] Version: CSS10150/10.15.2.0 - (1873585) Build: 1873585 DRDA Product Id: CSS10150 15:35:27 [2023-03-05T20:35:27.959Z] -- listing properties -- 15:35:27 [2023-03-05T20:35:27.959Z] derby.drda.timeSlice=0 15:35:27 [2023-03-05T20:35:27.959Z] derby.drda.portNumber=1527 15:35:27 [2023-03-05T20:35:27.959Z] derby.drda.minThreads=0 15:35:27 [2023-03-05T20:35:27.959Z] derby.drda.sslMode=off 15:35:27 [2023-03-05T20:35:27.959Z] derby.drda.traceAll=false 15:35:27 [2023-03-05T20:35:27.959Z] derby.drda.keepAlive=true 15:35:27 [2023-03-05T20:35:27.959Z] derby.drda.maxThreads=0 15:35:27 [2023-03-05T20:35:27.959Z] derby.drda.logConnections=false 15:35:27 [2023-03-05T20:35:27.959Z] derby.drda.startNetworkServer=false 15:35:27 [2023-03-05T20:35:27.959Z] derby.drda.host=0.0.0.0 15:35:27 [2023-03-05T20:35:27.959Z] derby.drda.traceDirectory=/home/jenkins/agent/workspace/glassfi... 15:35:27 [2023-03-05T20:35:27.959Z] ------------------ Java Information ------------------ 15:35:27 [2023-03-05T20:35:27.959Z] Java Version: 18.0.2 15:35:27 [2023-03-05T20:35:27.959Z] Java Vendor: Oracle Corporation 15:35:27 [2023-03-05T20:35:27.959Z] Java home: /opt/tools/java/openjdk/jdk-18/18.0.2+9 15:35:27 [2023-03-05T20:35:27.959Z] Java classpath: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/lib/asadmin/cli-optional.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derby.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyshared.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbytools.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbynet.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyclient.jar 15:35:27 [2023-03-05T20:35:27.959Z] OS name: Linux 15:35:27 [2023-03-05T20:35:27.959Z] OS architecture: amd64 15:35:27 [2023-03-05T20:35:27.959Z] OS version: 5.17.13-200.fc35.x86_64 15:35:27 [2023-03-05T20:35:27.959Z] Java user name: jenkins 15:35:27 [2023-03-05T20:35:27.959Z] Java user home: /home/jenkins 15:35:27 [2023-03-05T20:35:27.959Z] Java user dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc 15:35:27 [2023-03-05T20:35:27.959Z] java.specification.name: Java Platform API Specification 15:35:27 [2023-03-05T20:35:27.959Z] java.specification.version: 18 15:35:27 [2023-03-05T20:35:27.959Z] java.runtime.version: 18.0.2+9-61 15:35:27 [2023-03-05T20:35:27.959Z] --------- Derby Information -------- 15:35:27 [2023-03-05T20:35:27.959Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derby.jar] 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.959Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbytools.jar] 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.959Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbynet.jar] 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.959Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyclient.jar] 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.959Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyshared.jar] 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.959Z] ------------------------------------------------------ 15:35:27 [2023-03-05T20:35:27.959Z] ----------------- Locale Information ----------------- 15:35:27 [2023-03-05T20:35:27.959Z] Current Locale : [English/United States [en_US]] 15:35:27 [2023-03-05T20:35:27.959Z] Found support for locale: [cs] 15:35:27 [2023-03-05T20:35:27.959Z] version: 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.959Z] Found support for locale: [de_DE] 15:35:27 [2023-03-05T20:35:27.959Z] version: 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.960Z] Found support for locale: [es] 15:35:27 [2023-03-05T20:35:27.960Z] version: 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.960Z] Found support for locale: [fr] 15:35:27 [2023-03-05T20:35:27.960Z] version: 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.960Z] Found support for locale: [hu] 15:35:27 [2023-03-05T20:35:27.960Z] version: 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.960Z] Found support for locale: [it] 15:35:27 [2023-03-05T20:35:27.960Z] version: 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.960Z] Found support for locale: [ja_JP] 15:35:27 [2023-03-05T20:35:27.960Z] version: 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.960Z] Found support for locale: [ko_KR] 15:35:27 [2023-03-05T20:35:27.960Z] version: 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.960Z] Found support for locale: [pl] 15:35:27 [2023-03-05T20:35:27.960Z] version: 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.960Z] Found support for locale: [pt_BR] 15:35:27 [2023-03-05T20:35:27.960Z] version: 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.960Z] Found support for locale: [ru] 15:35:27 [2023-03-05T20:35:27.960Z] version: 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.960Z] Found support for locale: [zh_CN] 15:35:27 [2023-03-05T20:35:27.960Z] version: 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.960Z] Found support for locale: [zh_TW] 15:35:27 [2023-03-05T20:35:27.960Z] version: 10.15.2.0 - (1873585) 15:35:27 [2023-03-05T20:35:27.960Z] ------------------------------------------------------ 15:35:27 [2023-03-05T20:35:27.960Z] ------------------------------------------------------ 15:35:27 [2023-03-05T20:35:27.960Z] 15:35:27 [2023-03-05T20:35:27.960Z] Starting database in the background. 15:35:27 [2023-03-05T20:35:27.960Z] Log redirected to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.log. 15:35:27 [2023-03-05T20:35:27.960Z] Command start-database executed successfully. 15:35:28 [2023-03-05T20:35:28.217Z] + cd /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc 15:35:28 [2023-03-05T20:35:28.217Z] + ant all 15:35:28 [2023-03-05T20:35:28.217Z] + tee /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/tests-run.log 15:35:28 [2023-03-05T20:35:28.217Z] Buildfile: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/build.xml 15:35:28 [2023-03-05T20:35:28.473Z] 15:35:28 [2023-03-05T20:35:28.473Z] all: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] jdbc-all: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] run-tests: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] setOSConditions: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] setToolWin: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] setToolUnix: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] setToolProperty: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] setS1ASclassPath: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] init-common: 15:35:28 [2023-03-05T20:35:28.730Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 15:35:28 [2023-03-05T20:35:28.730Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 15:35:28 [2023-03-05T20:35:28.730Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 15:35:28 [2023-03-05T20:35:28.730Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 15:35:28 [2023-03-05T20:35:28.730Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 15:35:28 [2023-03-05T20:35:28.730Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] clean: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] setOSConditions: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] setToolWin: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] setToolUnix: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] setToolProperty: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] setS1ASclassPath: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] init-common: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] clean-common: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] setOSConditions: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] setToolWin: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] setToolUnix: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] setToolProperty: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] setS1ASclassPath: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] init-common: 15:35:28 [2023-03-05T20:35:28.730Z] 15:35:28 [2023-03-05T20:35:28.730Z] clean-classes-common: 15:35:28 [2023-03-05T20:35:28.987Z] 15:35:28 [2023-03-05T20:35:28.987Z] setOSConditions: 15:35:28 [2023-03-05T20:35:28.987Z] 15:35:28 [2023-03-05T20:35:28.987Z] setToolWin: 15:35:28 [2023-03-05T20:35:28.987Z] 15:35:28 [2023-03-05T20:35:28.987Z] setToolUnix: 15:35:28 [2023-03-05T20:35:28.987Z] 15:35:28 [2023-03-05T20:35:28.987Z] setToolProperty: 15:35:28 [2023-03-05T20:35:28.987Z] 15:35:28 [2023-03-05T20:35:28.987Z] setS1ASclassPath: 15:35:28 [2023-03-05T20:35:28.987Z] 15:35:28 [2023-03-05T20:35:28.987Z] init-common: 15:35:28 [2023-03-05T20:35:28.987Z] 15:35:28 [2023-03-05T20:35:28.987Z] clean-jars-common: 15:35:28 [2023-03-05T20:35:28.987Z] 15:35:28 [2023-03-05T20:35:28.987Z] compile: 15:35:28 [2023-03-05T20:35:28.987Z] 15:35:28 [2023-03-05T20:35:28.987Z] setOSConditions: 15:35:28 [2023-03-05T20:35:28.987Z] 15:35:28 [2023-03-05T20:35:28.987Z] setToolWin: 15:35:28 [2023-03-05T20:35:28.987Z] 15:35:28 [2023-03-05T20:35:28.987Z] setToolUnix: 15:35:28 [2023-03-05T20:35:28.987Z] 15:35:28 [2023-03-05T20:35:28.987Z] setToolProperty: 15:35:28 [2023-03-05T20:35:28.987Z] 15:35:28 [2023-03-05T20:35:28.987Z] setS1ASclassPath: 15:35:28 [2023-03-05T20:35:28.987Z] 15:35:28 [2023-03-05T20:35:28.987Z] init-common: 15:35:28 [2023-03-05T20:35:28.987Z] 15:35:28 [2023-03-05T20:35:28.987Z] compile-common: 15:35:28 [2023-03-05T20:35:28.987Z] [echo] Current time (ISO): 2023-03-05T20:35:28.756+0000 15:35:28 [2023-03-05T20:35:28.987Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:35:28 [2023-03-05T20:35:28.987Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:35:32 [2023-03-05T20:35:32.272Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:35:32 [2023-03-05T20:35:32.272Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/ejb/SimpleBMPBean.java:42: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:35:32 [2023-03-05T20:35:32.272Z] [javac] return new Integer(1); 15:35:32 [2023-03-05T20:35:32.272Z] [javac] ^ 15:35:32 [2023-03-05T20:35:32.272Z] [javac] 2 warnings 15:35:32 [2023-03-05T20:35:32.272Z] 15:35:32 [2023-03-05T20:35:32.272Z] setOSConditions: 15:35:32 [2023-03-05T20:35:32.272Z] 15:35:32 [2023-03-05T20:35:32.272Z] setToolWin: 15:35:32 [2023-03-05T20:35:32.272Z] 15:35:32 [2023-03-05T20:35:32.272Z] setToolUnix: 15:35:32 [2023-03-05T20:35:32.272Z] 15:35:32 [2023-03-05T20:35:32.272Z] setToolProperty: 15:35:32 [2023-03-05T20:35:32.272Z] 15:35:32 [2023-03-05T20:35:32.272Z] setS1ASclassPath: 15:35:32 [2023-03-05T20:35:32.272Z] 15:35:32 [2023-03-05T20:35:32.272Z] init-common: 15:35:32 [2023-03-05T20:35:32.272Z] 15:35:32 [2023-03-05T20:35:32.272Z] compile-common: 15:35:32 [2023-03-05T20:35:32.272Z] [echo] Current time (ISO): 2023-03-05T20:35:32.097+0000 15:35:32 [2023-03-05T20:35:32.272Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:35:33 [2023-03-05T20:35:33.657Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:35:33 [2023-03-05T20:35:33.657Z] [javac] 1 warning 15:35:33 [2023-03-05T20:35:33.657Z] 15:35:33 [2023-03-05T20:35:33.657Z] build: 15:35:33 [2023-03-05T20:35:33.657Z] 15:35:33 [2023-03-05T20:35:33.657Z] setOSConditions: 15:35:33 [2023-03-05T20:35:33.657Z] 15:35:33 [2023-03-05T20:35:33.657Z] fixFiles: 15:35:33 [2023-03-05T20:35:33.657Z] 15:35:33 [2023-03-05T20:35:33.657Z] convUnix: 15:35:33 [2023-03-05T20:35:33.657Z] 15:35:33 [2023-03-05T20:35:33.657Z] convWin: 15:35:33 [2023-03-05T20:35:33.657Z] 15:35:33 [2023-03-05T20:35:33.657Z] setToolWin: 15:35:33 [2023-03-05T20:35:33.657Z] 15:35:33 [2023-03-05T20:35:33.657Z] setToolUnix: 15:35:33 [2023-03-05T20:35:33.657Z] 15:35:33 [2023-03-05T20:35:33.657Z] setToolProperty: 15:35:33 [2023-03-05T20:35:33.657Z] 15:35:33 [2023-03-05T20:35:33.657Z] setS1ASclassPath: 15:35:33 [2023-03-05T20:35:33.657Z] 15:35:33 [2023-03-05T20:35:33.657Z] init-common: 15:35:33 [2023-03-05T20:35:33.657Z] 15:35:33 [2023-03-05T20:35:33.657Z] package-persistence-common: 15:35:33 [2023-03-05T20:35:33.657Z] 15:35:33 [2023-03-05T20:35:33.657Z] ejb-jar-common: 15:35:33 [2023-03-05T20:35:33.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:35:33 [2023-03-05T20:35:33.657Z] 15:35:33 [2023-03-05T20:35:33.658Z] package-ejbjar-common: 15:35:33 [2023-03-05T20:35:33.658Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:35:33 [2023-03-05T20:35:33.658Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:35:33 [2023-03-05T20:35:33.658Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:35:33 [2023-03-05T20:35:33.658Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauth-ejb.jar 15:35:33 [2023-03-05T20:35:33.658Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:35:33 [2023-03-05T20:35:33.658Z] 15:35:33 [2023-03-05T20:35:33.658Z] appclient-jar-common: 15:35:33 [2023-03-05T20:35:33.658Z] 15:35:33 [2023-03-05T20:35:33.658Z] package-appclientjar-common: 15:35:33 [2023-03-05T20:35:33.658Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:35:33 [2023-03-05T20:35:33.658Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:35:33 [2023-03-05T20:35:33.658Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:35:33 [2023-03-05T20:35:33.658Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauth-client.jar 15:35:33 [2023-03-05T20:35:33.658Z] 15:35:33 [2023-03-05T20:35:33.658Z] webclient-war-common: 15:35:33 [2023-03-05T20:35:33.658Z] 15:35:33 [2023-03-05T20:35:33.658Z] build-ear-common: 15:35:33 [2023-03-05T20:35:33.658Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:35:33 [2023-03-05T20:35:33.658Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthApp.ear 15:35:33 [2023-03-05T20:35:33.658Z] 15:35:33 [2023-03-05T20:35:33.658Z] deploy: 15:35:33 [2023-03-05T20:35:33.658Z] 15:35:33 [2023-03-05T20:35:33.658Z] setOSConditions: 15:35:33 [2023-03-05T20:35:33.658Z] 15:35:33 [2023-03-05T20:35:33.658Z] setToolWin: 15:35:33 [2023-03-05T20:35:33.658Z] 15:35:33 [2023-03-05T20:35:33.658Z] setToolUnix: 15:35:33 [2023-03-05T20:35:33.658Z] 15:35:33 [2023-03-05T20:35:33.658Z] setToolProperty: 15:35:33 [2023-03-05T20:35:33.658Z] 15:35:33 [2023-03-05T20:35:33.658Z] setS1ASclassPath: 15:35:33 [2023-03-05T20:35:33.658Z] 15:35:33 [2023-03-05T20:35:33.658Z] init-common: 15:35:33 [2023-03-05T20:35:33.658Z] 15:35:33 [2023-03-05T20:35:33.658Z] execute-sql-common: 15:35:34 [2023-03-05T20:35:34.617Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/sql/create_pointbase.sql 15:35:34 [2023-03-05T20:35:34.617Z] [sql] Failed to execute: Drop table O_Customer 15:35:34 [2023-03-05T20:35:34.617Z] [sql] java.sql.SQLSyntaxErrorException: Schema 'DBUSER' does not exist 15:35:34 [2023-03-05T20:35:34.617Z] [sql] 0 rows affected 15:35:34 [2023-03-05T20:35:34.617Z] [sql] 1 of 2 SQL statements executed successfully 15:35:34 [2023-03-05T20:35:34.617Z] 15:35:34 [2023-03-05T20:35:34.617Z] setOSConditions: 15:35:34 [2023-03-05T20:35:34.617Z] 15:35:34 [2023-03-05T20:35:34.617Z] setToolWin: 15:35:34 [2023-03-05T20:35:34.617Z] 15:35:34 [2023-03-05T20:35:34.617Z] setToolUnix: 15:35:34 [2023-03-05T20:35:34.617Z] 15:35:34 [2023-03-05T20:35:34.617Z] setToolProperty: 15:35:34 [2023-03-05T20:35:34.617Z] 15:35:34 [2023-03-05T20:35:34.617Z] setS1ASclassPath: 15:35:34 [2023-03-05T20:35:34.617Z] 15:35:34 [2023-03-05T20:35:34.617Z] init-common: 15:35:34 [2023-03-05T20:35:34.617Z] 15:35:34 [2023-03-05T20:35:34.617Z] deploy-jdbc-common: 15:35:34 [2023-03-05T20:35:34.617Z] 15:35:34 [2023-03-05T20:35:34.617Z] setOSConditions: 15:35:34 [2023-03-05T20:35:34.617Z] 15:35:34 [2023-03-05T20:35:34.617Z] setToolWin: 15:35:34 [2023-03-05T20:35:34.617Z] 15:35:34 [2023-03-05T20:35:34.617Z] setToolUnix: 15:35:34 [2023-03-05T20:35:34.617Z] 15:35:34 [2023-03-05T20:35:34.617Z] setToolProperty: 15:35:34 [2023-03-05T20:35:34.617Z] 15:35:34 [2023-03-05T20:35:34.617Z] setS1ASclassPath: 15:35:34 [2023-03-05T20:35:34.617Z] 15:35:34 [2023-03-05T20:35:34.617Z] init-common: 15:35:34 [2023-03-05T20:35:34.617Z] 15:35:34 [2023-03-05T20:35:34.617Z] create-jdbc-connpool-common: 15:35:42 [2023-03-05T20:35:42.750Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 15:35:43 [2023-03-05T20:35:43.313Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 15:35:43 [2023-03-05T20:35:43.573Z] 15:35:43 [2023-03-05T20:35:43.573Z] set-derby-connpool-props: 15:35:43 [2023-03-05T20:35:43.830Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:35:43 [2023-03-05T20:35:43.830Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:35:44 [2023-03-05T20:35:44.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:35:44 [2023-03-05T20:35:44.420Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:35:44 [2023-03-05T20:35:44.677Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:35:44 [2023-03-05T20:35:44.677Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:35:44 [2023-03-05T20:35:44.933Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:35:44 [2023-03-05T20:35:44.933Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:35:45 [2023-03-05T20:35:45.190Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:35:45 [2023-03-05T20:35:45.190Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:35:45 [2023-03-05T20:35:45.485Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:35:45 [2023-03-05T20:35:45.485Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:35:45 [2023-03-05T20:35:45.741Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:35:45 [2023-03-05T20:35:45.741Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:35:46 [2023-03-05T20:35:46.020Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:35:46 [2023-03-05T20:35:46.276Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:35:46 [2023-03-05T20:35:46.276Z] 15:35:46 [2023-03-05T20:35:46.276Z] setOSConditions: 15:35:46 [2023-03-05T20:35:46.276Z] 15:35:46 [2023-03-05T20:35:46.276Z] setToolWin: 15:35:46 [2023-03-05T20:35:46.276Z] 15:35:46 [2023-03-05T20:35:46.276Z] setToolUnix: 15:35:46 [2023-03-05T20:35:46.276Z] 15:35:46 [2023-03-05T20:35:46.276Z] setToolProperty: 15:35:46 [2023-03-05T20:35:46.276Z] 15:35:46 [2023-03-05T20:35:46.276Z] setS1ASclassPath: 15:35:46 [2023-03-05T20:35:46.276Z] 15:35:46 [2023-03-05T20:35:46.276Z] init-common: 15:35:46 [2023-03-05T20:35:46.276Z] 15:35:46 [2023-03-05T20:35:46.276Z] create-jdbc-resource-common: 15:35:46 [2023-03-05T20:35:46.276Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 15:35:46 [2023-03-05T20:35:46.532Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 15:35:46 [2023-03-05T20:35:46.532Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 15:35:46 [2023-03-05T20:35:46.532Z] [echo] cmd executed for server 15:35:46 [2023-03-05T20:35:46.532Z] 15:35:46 [2023-03-05T20:35:46.532Z] setOSConditions: 15:35:46 [2023-03-05T20:35:46.532Z] 15:35:46 [2023-03-05T20:35:46.532Z] setToolWin: 15:35:46 [2023-03-05T20:35:46.532Z] 15:35:46 [2023-03-05T20:35:46.532Z] setToolUnix: 15:35:46 [2023-03-05T20:35:46.532Z] 15:35:46 [2023-03-05T20:35:46.533Z] setToolProperty: 15:35:46 [2023-03-05T20:35:46.533Z] 15:35:46 [2023-03-05T20:35:46.533Z] setS1ASclassPath: 15:35:46 [2023-03-05T20:35:46.533Z] 15:35:46 [2023-03-05T20:35:46.533Z] init-common: 15:35:46 [2023-03-05T20:35:46.533Z] 15:35:46 [2023-03-05T20:35:46.533Z] deploy-common: 15:35:46 [2023-03-05T20:35:46.533Z] [echo] Current time (ISO): 2023-03-05T20:35:46.458+0000 15:35:46 [2023-03-05T20:35:46.533Z] 15:35:46 [2023-03-05T20:35:46.533Z] setOSConditions: 15:35:46 [2023-03-05T20:35:46.533Z] 15:35:46 [2023-03-05T20:35:46.533Z] setToolWin: 15:35:46 [2023-03-05T20:35:46.533Z] 15:35:46 [2023-03-05T20:35:46.533Z] setToolUnix: 15:35:46 [2023-03-05T20:35:46.533Z] 15:35:46 [2023-03-05T20:35:46.533Z] setToolProperty: 15:35:46 [2023-03-05T20:35:46.533Z] 15:35:46 [2023-03-05T20:35:46.533Z] setS1ASclassPath: 15:35:46 [2023-03-05T20:35:46.533Z] 15:35:46 [2023-03-05T20:35:46.533Z] init-common: 15:35:46 [2023-03-05T20:35:46.533Z] 15:35:46 [2023-03-05T20:35:46.533Z] deploy-common-pe: 15:35:47 [2023-03-05T20:35:47.122Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthApp.ear 15:35:50 [2023-03-05T20:35:50.427Z] [exec] Application deployed with name ejb-bmp-appauthApp. 15:35:50 [2023-03-05T20:35:50.427Z] [echo] Deployment on target server server successful 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] setOSConditions: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] setToolWin: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] setToolUnix: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] setToolProperty: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] setS1ASclassPath: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] init-common: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] deploy-common-ee: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] run: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] setup-derby-for-authentication: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] setOSConditions: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] setToolWin: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] setToolUnix: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] setToolProperty: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] setS1ASclassPath: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] init-common: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] stop-derby: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] stop-derby-aix: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] stop-derby-nonaix: 15:35:50 [2023-03-05T20:35:50.427Z] [echo] Stopping Derby DB Server ... 15:35:50 [2023-03-05T20:35:50.427Z] [java] Sun Mar 05 20:35:50 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:35:50 [2023-03-05T20:35:50.427Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties to copy. 15:35:50 [2023-03-05T20:35:50.427Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] setOSConditions: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] setToolWin: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] setToolUnix: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] setToolProperty: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] setS1ASclassPath: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] init-common: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] start-derby: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] start-derby-aix: 15:35:50 [2023-03-05T20:35:50.427Z] 15:35:50 [2023-03-05T20:35:50.427Z] start-derby-nonaix: 15:35:50 [2023-03-05T20:35:50.427Z] [echo] Starting Derby DB Server ... 15:36:05 [2023-03-05T20:36:05.281Z] 15:36:05 [2023-03-05T20:36:05.281Z] setOSConditions: 15:36:05 [2023-03-05T20:36:05.281Z] 15:36:05 [2023-03-05T20:36:05.281Z] setToolWin: 15:36:05 [2023-03-05T20:36:05.281Z] 15:36:05 [2023-03-05T20:36:05.281Z] setToolUnix: 15:36:05 [2023-03-05T20:36:05.281Z] 15:36:05 [2023-03-05T20:36:05.281Z] setToolProperty: 15:36:05 [2023-03-05T20:36:05.281Z] 15:36:05 [2023-03-05T20:36:05.281Z] setS1ASclassPath: 15:36:05 [2023-03-05T20:36:05.281Z] 15:36:05 [2023-03-05T20:36:05.281Z] init-common: 15:36:05 [2023-03-05T20:36:05.281Z] 15:36:05 [2023-03-05T20:36:05.281Z] execute-sql-common: 15:36:05 [2023-03-05T20:36:05.537Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/sql/create_pointbase.sql 15:36:05 [2023-03-05T20:36:05.537Z] [sql] 0 rows affected 15:36:05 [2023-03-05T20:36:05.537Z] [sql] 0 rows affected 15:36:05 [2023-03-05T20:36:05.537Z] [sql] 2 of 2 SQL statements executed successfully 15:36:05 [2023-03-05T20:36:05.537Z] 15:36:05 [2023-03-05T20:36:05.537Z] setOSConditions: 15:36:05 [2023-03-05T20:36:05.537Z] 15:36:05 [2023-03-05T20:36:05.537Z] setToolWin: 15:36:05 [2023-03-05T20:36:05.537Z] 15:36:05 [2023-03-05T20:36:05.537Z] setToolUnix: 15:36:05 [2023-03-05T20:36:05.537Z] 15:36:05 [2023-03-05T20:36:05.537Z] setToolProperty: 15:36:05 [2023-03-05T20:36:05.537Z] 15:36:05 [2023-03-05T20:36:05.537Z] setS1ASclassPath: 15:36:05 [2023-03-05T20:36:05.537Z] 15:36:05 [2023-03-05T20:36:05.537Z] init-common: 15:36:05 [2023-03-05T20:36:05.537Z] 15:36:05 [2023-03-05T20:36:05.537Z] runclient-common: 15:36:05 [2023-03-05T20:36:05.537Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthAppClient.jar -name ejb-bmp-appauthClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:36:12 [2023-03-05T20:36:12.083Z] [exec] Mar 05, 2023 8:36:11 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:36:12 [2023-03-05T20:36:12.083Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:36:13 [2023-03-05T20:36:13.458Z] [exec] Mar 05, 2023 8:36:13 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:36:13 [2023-03-05T20:36:13.458Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@50598a1a 15:36:14 [2023-03-05T20:36:14.420Z] [exec] test 3 will fail with Derby 15:36:14 [2023-03-05T20:36:14.420Z] [exec] Value of key is: test1 : 15:36:14 [2023-03-05T20:36:14.420Z] [exec] Value of key is: test2 : 15:36:14 [2023-03-05T20:36:14.420Z] [exec] Value of key is: test3 : 15:36:14 [2023-03-05T20:36:14.420Z] [exec] Value of key is: test4 : 15:36:14 [2023-03-05T20:36:14.420Z] [exec] Value of key is: test5 : 15:36:14 [2023-03-05T20:36:14.420Z] [exec] jdbc appauth status: 15:36:14 [2023-03-05T20:36:14.676Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:36:14 [2023-03-05T20:36:14.676Z] [exec] 15:36:14 [2023-03-05T20:36:14.676Z] [exec] 15:36:14 [2023-03-05T20:36:14.676Z] [exec] ----------------------------------------- 15:36:14 [2023-03-05T20:36:14.676Z] [exec] - test2 : : PASS - 15:36:14 [2023-03-05T20:36:14.676Z] [exec] - test1 : : PASS - 15:36:14 [2023-03-05T20:36:14.676Z] [exec] - test3 : : PASS - 15:36:14 [2023-03-05T20:36:14.676Z] [exec] - test4 : : PASS - 15:36:14 [2023-03-05T20:36:14.676Z] [exec] - test5 : : PASS - 15:36:14 [2023-03-05T20:36:14.676Z] [exec] ----------------------------------------- 15:36:14 [2023-03-05T20:36:14.676Z] [exec] Total PASS: 5 15:36:14 [2023-03-05T20:36:14.676Z] [exec] Total FAIL: 0 15:36:14 [2023-03-05T20:36:14.676Z] [exec] Total DID NOT RUN: 0 15:36:14 [2023-03-05T20:36:14.676Z] [exec] ----------------------------------------- 15:36:14 [2023-03-05T20:36:14.676Z] [exec] in flushAll , creating new testSuiteHash 15:36:14 [2023-03-05T20:36:14.676Z] [exec] in flushAll , creating new testSuiteHash 15:36:14 [2023-03-05T20:36:14.932Z] 15:36:14 [2023-03-05T20:36:14.932Z] checkReporting-common: 15:36:14 [2023-03-05T20:36:14.932Z] 15:36:14 [2023-03-05T20:36:14.932Z] confirmReportPresent-common: 15:36:14 [2023-03-05T20:36:14.932Z] [echo] file RepRunConf.txt is present. 15:36:14 [2023-03-05T20:36:14.932Z] [echo] Test seems to be reported fine 15:36:14 [2023-03-05T20:36:14.932Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/RepRunConf.txt 15:36:14 [2023-03-05T20:36:14.932Z] 15:36:14 [2023-03-05T20:36:14.932Z] confirmMissingReport-common: 15:36:14 [2023-03-05T20:36:14.932Z] 15:36:14 [2023-03-05T20:36:14.932Z] reset-derby-for-no-authentication: 15:36:14 [2023-03-05T20:36:14.932Z] 15:36:14 [2023-03-05T20:36:14.932Z] setOSConditions: 15:36:14 [2023-03-05T20:36:14.932Z] 15:36:14 [2023-03-05T20:36:14.932Z] setToolWin: 15:36:14 [2023-03-05T20:36:14.932Z] 15:36:14 [2023-03-05T20:36:14.932Z] setToolUnix: 15:36:14 [2023-03-05T20:36:14.932Z] 15:36:14 [2023-03-05T20:36:14.932Z] setToolProperty: 15:36:14 [2023-03-05T20:36:14.932Z] 15:36:14 [2023-03-05T20:36:14.932Z] setS1ASclassPath: 15:36:14 [2023-03-05T20:36:14.932Z] 15:36:14 [2023-03-05T20:36:14.932Z] init-common: 15:36:14 [2023-03-05T20:36:14.932Z] 15:36:14 [2023-03-05T20:36:14.932Z] stop-derby: 15:36:14 [2023-03-05T20:36:14.932Z] 15:36:14 [2023-03-05T20:36:14.932Z] stop-derby-aix: 15:36:14 [2023-03-05T20:36:14.932Z] 15:36:14 [2023-03-05T20:36:14.932Z] stop-derby-nonaix: 15:36:14 [2023-03-05T20:36:14.932Z] [echo] Stopping Derby DB Server ... 15:36:15 [2023-03-05T20:36:15.187Z] [java] Sun Mar 05 20:36:15 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:36:15 [2023-03-05T20:36:15.187Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties 15:36:15 [2023-03-05T20:36:15.187Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties.bkp to copy. 15:36:15 [2023-03-05T20:36:15.187Z] 15:36:15 [2023-03-05T20:36:15.187Z] setOSConditions: 15:36:15 [2023-03-05T20:36:15.187Z] 15:36:15 [2023-03-05T20:36:15.187Z] setToolWin: 15:36:15 [2023-03-05T20:36:15.187Z] 15:36:15 [2023-03-05T20:36:15.187Z] setToolUnix: 15:36:15 [2023-03-05T20:36:15.187Z] 15:36:15 [2023-03-05T20:36:15.187Z] setToolProperty: 15:36:15 [2023-03-05T20:36:15.187Z] 15:36:15 [2023-03-05T20:36:15.187Z] setS1ASclassPath: 15:36:15 [2023-03-05T20:36:15.187Z] 15:36:15 [2023-03-05T20:36:15.187Z] init-common: 15:36:15 [2023-03-05T20:36:15.187Z] 15:36:15 [2023-03-05T20:36:15.187Z] start-derby: 15:36:15 [2023-03-05T20:36:15.187Z] 15:36:15 [2023-03-05T20:36:15.187Z] start-derby-aix: 15:36:15 [2023-03-05T20:36:15.187Z] 15:36:15 [2023-03-05T20:36:15.187Z] start-derby-nonaix: 15:36:15 [2023-03-05T20:36:15.187Z] [echo] Starting Derby DB Server ... 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] undeploy: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setOSConditions: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolWin: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolUnix: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolProperty: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setS1ASclassPath: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] init-common: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] execute-sql-common: 15:36:33 [2023-03-05T20:36:33.240Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/sql/drop_pointbase.sql 15:36:33 [2023-03-05T20:36:33.240Z] [sql] 0 rows affected 15:36:33 [2023-03-05T20:36:33.240Z] [sql] 1 of 1 SQL statements executed successfully 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setOSConditions: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolWin: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolUnix: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolProperty: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setS1ASclassPath: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] init-common: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] undeploy-jdbc-common: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setOSConditions: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolWin: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolUnix: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolProperty: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setS1ASclassPath: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] init-common: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] delete-jdbc-resource-common: 15:36:33 [2023-03-05T20:36:33.240Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 15:36:33 [2023-03-05T20:36:33.240Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 15:36:33 [2023-03-05T20:36:33.240Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 15:36:33 [2023-03-05T20:36:33.240Z] [echo] cmd executed for server 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setOSConditions: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolWin: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolUnix: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolProperty: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setS1ASclassPath: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] init-common: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] delete-jdbc-connpool-common: 15:36:33 [2023-03-05T20:36:33.240Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 15:36:33 [2023-03-05T20:36:33.240Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 15:36:33 [2023-03-05T20:36:33.240Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 15:36:33 [2023-03-05T20:36:33.240Z] [echo] cmd executed for server 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setOSConditions: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolWin: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolUnix: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolProperty: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setS1ASclassPath: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] init-common: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] undeploy-common: 15:36:33 [2023-03-05T20:36:33.240Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-appauthApp 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] all: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setOSConditions: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolWin: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolUnix: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolProperty: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setS1ASclassPath: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] init-common: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] clean: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setOSConditions: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolWin: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolUnix: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolProperty: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setS1ASclassPath: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] init-common: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] clean-common: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setOSConditions: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolWin: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolUnix: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setToolProperty: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] setS1ASclassPath: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.240Z] init-common: 15:36:33 [2023-03-05T20:36:33.240Z] 15:36:33 [2023-03-05T20:36:33.241Z] clean-classes-common: 15:36:33 [2023-03-05T20:36:33.241Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] setOSConditions: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] setToolWin: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] setToolUnix: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] setToolProperty: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] setS1ASclassPath: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] init-common: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] clean-jars-common: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] compile: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] setOSConditions: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] setToolWin: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] setToolUnix: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] setToolProperty: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] setS1ASclassPath: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] init-common: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] compile-common: 15:36:33 [2023-03-05T20:36:33.241Z] [echo] Current time (ISO): 2023-03-05T20:36:31.557+0000 15:36:33 [2023-03-05T20:36:33.241Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:36:33 [2023-03-05T20:36:33.241Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:36:33 [2023-03-05T20:36:33.241Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:36:33 [2023-03-05T20:36:33.241Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/ejb/SimpleBMPBean.java:45: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:36:33 [2023-03-05T20:36:33.241Z] [javac] return new Integer(1); 15:36:33 [2023-03-05T20:36:33.241Z] [javac] ^ 15:36:33 [2023-03-05T20:36:33.241Z] [javac] 2 warnings 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] setOSConditions: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] setToolWin: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] setToolUnix: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] setToolProperty: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] setS1ASclassPath: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] init-common: 15:36:33 [2023-03-05T20:36:33.241Z] 15:36:33 [2023-03-05T20:36:33.241Z] compile-common: 15:36:33 [2023-03-05T20:36:33.241Z] [echo] Current time (ISO): 2023-03-05T20:36:32.846+0000 15:36:33 [2023-03-05T20:36:33.241Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:36:34 [2023-03-05T20:36:34.170Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:36:34 [2023-03-05T20:36:34.170Z] [javac] 1 warning 15:36:34 [2023-03-05T20:36:34.170Z] 15:36:34 [2023-03-05T20:36:34.170Z] build: 15:36:34 [2023-03-05T20:36:34.170Z] 15:36:34 [2023-03-05T20:36:34.170Z] setOSConditions: 15:36:34 [2023-03-05T20:36:34.170Z] 15:36:34 [2023-03-05T20:36:34.170Z] fixFiles: 15:36:34 [2023-03-05T20:36:34.170Z] 15:36:34 [2023-03-05T20:36:34.170Z] convUnix: 15:36:34 [2023-03-05T20:36:34.170Z] 15:36:34 [2023-03-05T20:36:34.170Z] convWin: 15:36:34 [2023-03-05T20:36:34.170Z] 15:36:34 [2023-03-05T20:36:34.170Z] setToolWin: 15:36:34 [2023-03-05T20:36:34.170Z] 15:36:34 [2023-03-05T20:36:34.170Z] setToolUnix: 15:36:34 [2023-03-05T20:36:34.170Z] 15:36:34 [2023-03-05T20:36:34.170Z] setToolProperty: 15:36:34 [2023-03-05T20:36:34.170Z] 15:36:34 [2023-03-05T20:36:34.170Z] setS1ASclassPath: 15:36:34 [2023-03-05T20:36:34.170Z] 15:36:34 [2023-03-05T20:36:34.170Z] init-common: 15:36:34 [2023-03-05T20:36:34.170Z] 15:36:34 [2023-03-05T20:36:34.170Z] package-persistence-common: 15:36:34 [2023-03-05T20:36:34.170Z] 15:36:34 [2023-03-05T20:36:34.170Z] ejb-jar-common: 15:36:34 [2023-03-05T20:36:34.170Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:36:34 [2023-03-05T20:36:34.170Z] 15:36:34 [2023-03-05T20:36:34.170Z] package-ejbjar-common: 15:36:34 [2023-03-05T20:36:34.170Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:36:34 [2023-03-05T20:36:34.170Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:36:34 [2023-03-05T20:36:34.171Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:36:34 [2023-03-05T20:36:34.171Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtx-ejb.jar 15:36:34 [2023-03-05T20:36:34.171Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:36:34 [2023-03-05T20:36:34.171Z] 15:36:34 [2023-03-05T20:36:34.171Z] appclient-jar-common: 15:36:34 [2023-03-05T20:36:34.171Z] 15:36:34 [2023-03-05T20:36:34.171Z] package-appclientjar-common: 15:36:34 [2023-03-05T20:36:34.171Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:36:34 [2023-03-05T20:36:34.171Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:36:34 [2023-03-05T20:36:34.171Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:36:34 [2023-03-05T20:36:34.171Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtx-client.jar 15:36:34 [2023-03-05T20:36:34.171Z] 15:36:34 [2023-03-05T20:36:34.171Z] webclient-war-common: 15:36:34 [2023-03-05T20:36:34.171Z] 15:36:34 [2023-03-05T20:36:34.171Z] build-ear-common: 15:36:34 [2023-03-05T20:36:34.171Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:36:34 [2023-03-05T20:36:34.171Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtxApp.ear 15:36:34 [2023-03-05T20:36:34.171Z] 15:36:34 [2023-03-05T20:36:34.171Z] deploy: 15:36:34 [2023-03-05T20:36:34.171Z] 15:36:34 [2023-03-05T20:36:34.171Z] setOSConditions: 15:36:34 [2023-03-05T20:36:34.171Z] 15:36:34 [2023-03-05T20:36:34.171Z] setToolWin: 15:36:34 [2023-03-05T20:36:34.171Z] 15:36:34 [2023-03-05T20:36:34.171Z] setToolUnix: 15:36:34 [2023-03-05T20:36:34.171Z] 15:36:34 [2023-03-05T20:36:34.171Z] setToolProperty: 15:36:34 [2023-03-05T20:36:34.171Z] 15:36:34 [2023-03-05T20:36:34.171Z] setS1ASclassPath: 15:36:34 [2023-03-05T20:36:34.171Z] 15:36:34 [2023-03-05T20:36:34.171Z] init-common: 15:36:34 [2023-03-05T20:36:34.171Z] 15:36:34 [2023-03-05T20:36:34.171Z] execute-sql-common: 15:36:34 [2023-03-05T20:36:34.171Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/sql/create_pointbase.sql 15:36:34 [2023-03-05T20:36:34.427Z] [sql] Failed to execute: Drop table O_Customer 15:36:34 [2023-03-05T20:36:34.427Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:36:34 [2023-03-05T20:36:34.427Z] [sql] 0 rows affected 15:36:34 [2023-03-05T20:36:34.427Z] [sql] 1 of 2 SQL statements executed successfully 15:36:34 [2023-03-05T20:36:34.427Z] 15:36:34 [2023-03-05T20:36:34.427Z] setOSConditions: 15:36:34 [2023-03-05T20:36:34.427Z] 15:36:34 [2023-03-05T20:36:34.427Z] setToolWin: 15:36:34 [2023-03-05T20:36:34.427Z] 15:36:34 [2023-03-05T20:36:34.427Z] setToolUnix: 15:36:34 [2023-03-05T20:36:34.427Z] 15:36:34 [2023-03-05T20:36:34.427Z] setToolProperty: 15:36:34 [2023-03-05T20:36:34.427Z] 15:36:34 [2023-03-05T20:36:34.427Z] setS1ASclassPath: 15:36:34 [2023-03-05T20:36:34.427Z] 15:36:34 [2023-03-05T20:36:34.427Z] init-common: 15:36:34 [2023-03-05T20:36:34.427Z] 15:36:34 [2023-03-05T20:36:34.427Z] create-jdbc-connpool-common: 15:36:34 [2023-03-05T20:36:34.684Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-appauth-pool1 15:36:34 [2023-03-05T20:36:34.684Z] [exec] JDBC connection pool jdbc-appauth-pool1 created successfully. 15:36:34 [2023-03-05T20:36:34.684Z] 15:36:34 [2023-03-05T20:36:34.684Z] set-derby-connpool-props: 15:36:34 [2023-03-05T20:36:34.940Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser 15:36:34 [2023-03-05T20:36:34.940Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser 15:36:35 [2023-03-05T20:36:35.196Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword 15:36:35 [2023-03-05T20:36:35.196Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword 15:36:35 [2023-03-05T20:36:35.453Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 15:36:35 [2023-03-05T20:36:35.453Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 15:36:36 [2023-03-05T20:36:36.023Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 15:36:36 [2023-03-05T20:36:36.023Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 15:36:36 [2023-03-05T20:36:36.279Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb 15:36:36 [2023-03-05T20:36:36.279Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb 15:36:36 [2023-03-05T20:36:36.536Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true 15:36:36 [2023-03-05T20:36:36.536Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true 15:36:36 [2023-03-05T20:36:36.792Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true 15:36:36 [2023-03-05T20:36:36.792Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true 15:36:37 [2023-03-05T20:36:37.073Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost 15:36:37 [2023-03-05T20:36:37.073Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost 15:36:37 [2023-03-05T20:36:37.073Z] 15:36:37 [2023-03-05T20:36:37.073Z] setOSConditions: 15:36:37 [2023-03-05T20:36:37.073Z] 15:36:37 [2023-03-05T20:36:37.073Z] setToolWin: 15:36:37 [2023-03-05T20:36:37.073Z] 15:36:37 [2023-03-05T20:36:37.073Z] setToolUnix: 15:36:37 [2023-03-05T20:36:37.073Z] 15:36:37 [2023-03-05T20:36:37.073Z] setToolProperty: 15:36:37 [2023-03-05T20:36:37.073Z] 15:36:37 [2023-03-05T20:36:37.073Z] setS1ASclassPath: 15:36:37 [2023-03-05T20:36:37.073Z] 15:36:37 [2023-03-05T20:36:37.073Z] init-common: 15:36:37 [2023-03-05T20:36:37.073Z] 15:36:37 [2023-03-05T20:36:37.073Z] create-jdbc-resource-common: 15:36:37 [2023-03-05T20:36:37.074Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-appauth-pool1 --target server jdbc/s1qeappauth1 15:36:37 [2023-03-05T20:36:37.330Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-appauth-pool1 --enabled=true --target server jdbc/s1qeappauth1 15:36:37 [2023-03-05T20:36:37.330Z] [exec] JDBC resource jdbc/s1qeappauth1 created successfully. 15:36:37 [2023-03-05T20:36:37.330Z] [echo] cmd executed for server 15:36:37 [2023-03-05T20:36:37.330Z] 15:36:37 [2023-03-05T20:36:37.330Z] setOSConditions: 15:36:37 [2023-03-05T20:36:37.330Z] 15:36:37 [2023-03-05T20:36:37.330Z] setToolWin: 15:36:37 [2023-03-05T20:36:37.330Z] 15:36:37 [2023-03-05T20:36:37.330Z] setToolUnix: 15:36:37 [2023-03-05T20:36:37.330Z] 15:36:37 [2023-03-05T20:36:37.330Z] setToolProperty: 15:36:37 [2023-03-05T20:36:37.330Z] 15:36:37 [2023-03-05T20:36:37.330Z] setS1ASclassPath: 15:36:37 [2023-03-05T20:36:37.330Z] 15:36:37 [2023-03-05T20:36:37.330Z] init-common: 15:36:37 [2023-03-05T20:36:37.330Z] 15:36:37 [2023-03-05T20:36:37.330Z] deploy-common: 15:36:37 [2023-03-05T20:36:37.330Z] [echo] Current time (ISO): 2023-03-05T20:36:37.317+0000 15:36:37 [2023-03-05T20:36:37.330Z] 15:36:37 [2023-03-05T20:36:37.330Z] setOSConditions: 15:36:37 [2023-03-05T20:36:37.330Z] 15:36:37 [2023-03-05T20:36:37.330Z] setToolWin: 15:36:37 [2023-03-05T20:36:37.330Z] 15:36:37 [2023-03-05T20:36:37.330Z] setToolUnix: 15:36:37 [2023-03-05T20:36:37.330Z] 15:36:37 [2023-03-05T20:36:37.330Z] setToolProperty: 15:36:37 [2023-03-05T20:36:37.330Z] 15:36:37 [2023-03-05T20:36:37.330Z] setS1ASclassPath: 15:36:37 [2023-03-05T20:36:37.330Z] 15:36:37 [2023-03-05T20:36:37.330Z] init-common: 15:36:37 [2023-03-05T20:36:37.586Z] 15:36:37 [2023-03-05T20:36:37.586Z] deploy-common-pe: 15:36:37 [2023-03-05T20:36:37.842Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtxApp.ear 15:36:38 [2023-03-05T20:36:38.098Z] [exec] Application deployed with name ejb-bmp-appauthtxApp. 15:36:38 [2023-03-05T20:36:38.098Z] [echo] Deployment on target server server successful 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] setOSConditions: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] setToolWin: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] setToolUnix: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] setToolProperty: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] setS1ASclassPath: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] init-common: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] deploy-common-ee: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] run: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] setup-derby-for-authentication: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] setOSConditions: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] setToolWin: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] setToolUnix: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] setToolProperty: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] setS1ASclassPath: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] init-common: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] stop-derby: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] stop-derby-aix: 15:36:38 [2023-03-05T20:36:38.098Z] 15:36:38 [2023-03-05T20:36:38.098Z] stop-derby-nonaix: 15:36:38 [2023-03-05T20:36:38.098Z] [echo] Stopping Derby DB Server ... 15:36:38 [2023-03-05T20:36:38.354Z] [java] Sun Mar 05 20:36:38 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:36:38 [2023-03-05T20:36:38.354Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties to copy. 15:36:38 [2023-03-05T20:36:38.354Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases 15:36:38 [2023-03-05T20:36:38.354Z] 15:36:38 [2023-03-05T20:36:38.354Z] setOSConditions: 15:36:38 [2023-03-05T20:36:38.354Z] 15:36:38 [2023-03-05T20:36:38.354Z] setToolWin: 15:36:38 [2023-03-05T20:36:38.354Z] 15:36:38 [2023-03-05T20:36:38.354Z] setToolUnix: 15:36:38 [2023-03-05T20:36:38.354Z] 15:36:38 [2023-03-05T20:36:38.354Z] setToolProperty: 15:36:38 [2023-03-05T20:36:38.354Z] 15:36:38 [2023-03-05T20:36:38.354Z] setS1ASclassPath: 15:36:38 [2023-03-05T20:36:38.354Z] 15:36:38 [2023-03-05T20:36:38.354Z] init-common: 15:36:38 [2023-03-05T20:36:38.354Z] 15:36:38 [2023-03-05T20:36:38.354Z] start-derby: 15:36:38 [2023-03-05T20:36:38.354Z] 15:36:38 [2023-03-05T20:36:38.354Z] start-derby-aix: 15:36:38 [2023-03-05T20:36:38.354Z] 15:36:38 [2023-03-05T20:36:38.354Z] start-derby-nonaix: 15:36:38 [2023-03-05T20:36:38.354Z] [echo] Starting Derby DB Server ... 15:36:53 [2023-03-05T20:36:53.217Z] 15:36:53 [2023-03-05T20:36:53.217Z] setOSConditions: 15:36:53 [2023-03-05T20:36:53.217Z] 15:36:53 [2023-03-05T20:36:53.217Z] setToolWin: 15:36:53 [2023-03-05T20:36:53.217Z] 15:36:53 [2023-03-05T20:36:53.217Z] setToolUnix: 15:36:53 [2023-03-05T20:36:53.217Z] 15:36:53 [2023-03-05T20:36:53.217Z] setToolProperty: 15:36:53 [2023-03-05T20:36:53.217Z] 15:36:53 [2023-03-05T20:36:53.217Z] setS1ASclassPath: 15:36:53 [2023-03-05T20:36:53.217Z] 15:36:53 [2023-03-05T20:36:53.217Z] init-common: 15:36:53 [2023-03-05T20:36:53.217Z] 15:36:53 [2023-03-05T20:36:53.217Z] execute-sql-common: 15:36:53 [2023-03-05T20:36:53.473Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/sql/create_pointbase.sql 15:36:53 [2023-03-05T20:36:53.473Z] [sql] 0 rows affected 15:36:53 [2023-03-05T20:36:53.474Z] [sql] 0 rows affected 15:36:53 [2023-03-05T20:36:53.474Z] [sql] 2 of 2 SQL statements executed successfully 15:36:53 [2023-03-05T20:36:53.474Z] 15:36:53 [2023-03-05T20:36:53.474Z] setOSConditions: 15:36:53 [2023-03-05T20:36:53.474Z] 15:36:53 [2023-03-05T20:36:53.474Z] setToolWin: 15:36:53 [2023-03-05T20:36:53.474Z] 15:36:53 [2023-03-05T20:36:53.474Z] setToolUnix: 15:36:53 [2023-03-05T20:36:53.474Z] 15:36:53 [2023-03-05T20:36:53.474Z] setToolProperty: 15:36:53 [2023-03-05T20:36:53.474Z] 15:36:53 [2023-03-05T20:36:53.474Z] setS1ASclassPath: 15:36:53 [2023-03-05T20:36:53.474Z] 15:36:53 [2023-03-05T20:36:53.474Z] init-common: 15:36:53 [2023-03-05T20:36:53.474Z] 15:36:53 [2023-03-05T20:36:53.474Z] runclient-common: 15:36:53 [2023-03-05T20:36:53.474Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtxAppClient.jar -name ejb-bmp-appauthtxClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:36:54 [2023-03-05T20:36:54.420Z] [exec] Mar 05, 2023 8:36:53 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:36:54 [2023-03-05T20:36:54.420Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:36:56 [2023-03-05T20:36:56.320Z] [exec] Mar 05, 2023 8:36:56 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:36:56 [2023-03-05T20:36:56.320Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@50598a1a 15:36:56 [2023-03-05T20:36:56.620Z] [exec] All tests will fail with Derby till XA driver is fixed 15:36:56 [2023-03-05T20:36:56.620Z] [exec] Value of key is: test1 : 15:36:56 [2023-03-05T20:36:56.876Z] [exec] Value of key is: test2 : 15:36:57 [2023-03-05T20:36:57.134Z] [exec] Value of key is: test3 : 15:36:57 [2023-03-05T20:36:57.134Z] [exec] jdbc appauthtx status: 15:36:57 [2023-03-05T20:36:57.134Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:36:57 [2023-03-05T20:36:57.134Z] [exec] 15:36:57 [2023-03-05T20:36:57.134Z] [exec] 15:36:57 [2023-03-05T20:36:57.134Z] [exec] ----------------------------------------- 15:36:57 [2023-03-05T20:36:57.134Z] [exec] - test2 : : PASS - 15:36:57 [2023-03-05T20:36:57.134Z] [exec] - test1 : : PASS - 15:36:57 [2023-03-05T20:36:57.134Z] [exec] - test3 : : PASS - 15:36:57 [2023-03-05T20:36:57.134Z] [exec] ----------------------------------------- 15:36:57 [2023-03-05T20:36:57.134Z] [exec] Total PASS: 3 15:36:57 [2023-03-05T20:36:57.134Z] [exec] Total FAIL: 0 15:36:57 [2023-03-05T20:36:57.134Z] [exec] Total DID NOT RUN: 0 15:36:57 [2023-03-05T20:36:57.134Z] [exec] ----------------------------------------- 15:36:57 [2023-03-05T20:36:57.134Z] [exec] in flushAll , creating new testSuiteHash 15:36:57 [2023-03-05T20:36:57.134Z] [exec] in flushAll , creating new testSuiteHash 15:36:57 [2023-03-05T20:36:57.421Z] 15:36:57 [2023-03-05T20:36:57.421Z] checkReporting-common: 15:36:57 [2023-03-05T20:36:57.421Z] 15:36:57 [2023-03-05T20:36:57.421Z] confirmReportPresent-common: 15:36:57 [2023-03-05T20:36:57.421Z] [echo] file RepRunConf.txt is present. 15:36:57 [2023-03-05T20:36:57.421Z] [echo] Test seems to be reported fine 15:36:57 [2023-03-05T20:36:57.421Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/RepRunConf.txt 15:36:57 [2023-03-05T20:36:57.422Z] 15:36:57 [2023-03-05T20:36:57.422Z] confirmMissingReport-common: 15:36:57 [2023-03-05T20:36:57.422Z] 15:36:57 [2023-03-05T20:36:57.422Z] reset-derby-for-no-authentication: 15:36:57 [2023-03-05T20:36:57.422Z] 15:36:57 [2023-03-05T20:36:57.422Z] setOSConditions: 15:36:57 [2023-03-05T20:36:57.422Z] 15:36:57 [2023-03-05T20:36:57.422Z] setToolWin: 15:36:57 [2023-03-05T20:36:57.422Z] 15:36:57 [2023-03-05T20:36:57.422Z] setToolUnix: 15:36:57 [2023-03-05T20:36:57.422Z] 15:36:57 [2023-03-05T20:36:57.422Z] setToolProperty: 15:36:57 [2023-03-05T20:36:57.422Z] 15:36:57 [2023-03-05T20:36:57.422Z] setS1ASclassPath: 15:36:57 [2023-03-05T20:36:57.422Z] 15:36:57 [2023-03-05T20:36:57.422Z] init-common: 15:36:57 [2023-03-05T20:36:57.422Z] 15:36:57 [2023-03-05T20:36:57.422Z] stop-derby: 15:36:57 [2023-03-05T20:36:57.422Z] 15:36:57 [2023-03-05T20:36:57.422Z] stop-derby-aix: 15:36:57 [2023-03-05T20:36:57.422Z] 15:36:57 [2023-03-05T20:36:57.422Z] stop-derby-nonaix: 15:36:57 [2023-03-05T20:36:57.422Z] [echo] Stopping Derby DB Server ... 15:36:57 [2023-03-05T20:36:57.678Z] [java] Sun Mar 05 20:36:57 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:36:57 [2023-03-05T20:36:57.679Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties 15:36:57 [2023-03-05T20:36:57.679Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties.bkp to copy. 15:36:57 [2023-03-05T20:36:57.679Z] 15:36:57 [2023-03-05T20:36:57.679Z] setOSConditions: 15:36:57 [2023-03-05T20:36:57.679Z] 15:36:57 [2023-03-05T20:36:57.679Z] setToolWin: 15:36:57 [2023-03-05T20:36:57.679Z] 15:36:57 [2023-03-05T20:36:57.679Z] setToolUnix: 15:36:57 [2023-03-05T20:36:57.679Z] 15:36:57 [2023-03-05T20:36:57.679Z] setToolProperty: 15:36:57 [2023-03-05T20:36:57.679Z] 15:36:57 [2023-03-05T20:36:57.679Z] setS1ASclassPath: 15:36:57 [2023-03-05T20:36:57.679Z] 15:36:57 [2023-03-05T20:36:57.679Z] init-common: 15:36:57 [2023-03-05T20:36:57.679Z] 15:36:57 [2023-03-05T20:36:57.679Z] start-derby: 15:36:57 [2023-03-05T20:36:57.679Z] 15:36:57 [2023-03-05T20:36:57.679Z] start-derby-aix: 15:36:57 [2023-03-05T20:36:57.679Z] 15:36:57 [2023-03-05T20:36:57.679Z] start-derby-nonaix: 15:36:57 [2023-03-05T20:36:57.679Z] [echo] Starting Derby DB Server ... 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] undeploy: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setOSConditions: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolWin: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolUnix: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolProperty: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setS1ASclassPath: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] init-common: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] undeploy-common: 15:37:15 [2023-03-05T20:37:15.748Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-appauthtxApp 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setOSConditions: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolWin: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolUnix: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolProperty: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setS1ASclassPath: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] init-common: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] delete-jdbc-resource-common: 15:37:15 [2023-03-05T20:37:15.748Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeappauth1 15:37:15 [2023-03-05T20:37:15.748Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeappauth1 15:37:15 [2023-03-05T20:37:15.748Z] [exec] JDBC resource jdbc/s1qeappauth1 deleted successfully 15:37:15 [2023-03-05T20:37:15.748Z] [echo] cmd executed for server 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setOSConditions: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolWin: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolUnix: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolProperty: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setS1ASclassPath: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] init-common: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] delete-jdbc-connpool-common: 15:37:15 [2023-03-05T20:37:15.748Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-appauth-pool1 15:37:15 [2023-03-05T20:37:15.748Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-appauth-pool1 15:37:15 [2023-03-05T20:37:15.748Z] [exec] JDBC Connection pool jdbc-appauth-pool1 deleted successfully 15:37:15 [2023-03-05T20:37:15.748Z] [echo] cmd executed for server 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setOSConditions: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolWin: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolUnix: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolProperty: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setS1ASclassPath: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] init-common: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] execute-sql-common: 15:37:15 [2023-03-05T20:37:15.748Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/sql/drop_pointbase.sql 15:37:15 [2023-03-05T20:37:15.748Z] [sql] 0 rows affected 15:37:15 [2023-03-05T20:37:15.748Z] [sql] 1 of 1 SQL statements executed successfully 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] all: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setOSConditions: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolWin: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolUnix: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolProperty: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setS1ASclassPath: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] init-common: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] clean: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setOSConditions: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolWin: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolUnix: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolProperty: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setS1ASclassPath: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] init-common: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] clean-common: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setOSConditions: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolWin: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.748Z] setToolUnix: 15:37:15 [2023-03-05T20:37:15.748Z] 15:37:15 [2023-03-05T20:37:15.749Z] setToolProperty: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] setS1ASclassPath: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] init-common: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] clean-classes-common: 15:37:15 [2023-03-05T20:37:15.749Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] setOSConditions: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] setToolWin: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] setToolUnix: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] setToolProperty: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] setS1ASclassPath: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] init-common: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] clean-jars-common: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] compile: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] setOSConditions: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] setToolWin: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] setToolUnix: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] setToolProperty: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] setS1ASclassPath: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] init-common: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] compile-common: 15:37:15 [2023-03-05T20:37:15.749Z] [echo] Current time (ISO): 2023-03-05T20:37:13.872+0000 15:37:15 [2023-03-05T20:37:15.749Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:37:15 [2023-03-05T20:37:15.749Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:37:15 [2023-03-05T20:37:15.749Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:37:15 [2023-03-05T20:37:15.749Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/ejb/SimpleBMPBean.java:44: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:37:15 [2023-03-05T20:37:15.749Z] [javac] return new Integer(1); 15:37:15 [2023-03-05T20:37:15.749Z] [javac] ^ 15:37:15 [2023-03-05T20:37:15.749Z] [javac] 2 warnings 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] setOSConditions: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] setToolWin: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] setToolUnix: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] setToolProperty: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] setS1ASclassPath: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] init-common: 15:37:15 [2023-03-05T20:37:15.749Z] 15:37:15 [2023-03-05T20:37:15.749Z] compile-common: 15:37:15 [2023-03-05T20:37:15.749Z] [echo] Current time (ISO): 2023-03-05T20:37:15.093+0000 15:37:15 [2023-03-05T20:37:15.749Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:37:16 [2023-03-05T20:37:16.313Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:37:16 [2023-03-05T20:37:16.313Z] [javac] 1 warning 15:37:16 [2023-03-05T20:37:16.313Z] 15:37:16 [2023-03-05T20:37:16.313Z] build: 15:37:16 [2023-03-05T20:37:16.313Z] 15:37:16 [2023-03-05T20:37:16.313Z] setOSConditions: 15:37:16 [2023-03-05T20:37:16.313Z] 15:37:16 [2023-03-05T20:37:16.313Z] fixFiles: 15:37:16 [2023-03-05T20:37:16.313Z] 15:37:16 [2023-03-05T20:37:16.313Z] convUnix: 15:37:16 [2023-03-05T20:37:16.313Z] 15:37:16 [2023-03-05T20:37:16.313Z] convWin: 15:37:16 [2023-03-05T20:37:16.313Z] 15:37:16 [2023-03-05T20:37:16.313Z] setToolWin: 15:37:16 [2023-03-05T20:37:16.313Z] 15:37:16 [2023-03-05T20:37:16.313Z] setToolUnix: 15:37:16 [2023-03-05T20:37:16.313Z] 15:37:16 [2023-03-05T20:37:16.313Z] setToolProperty: 15:37:16 [2023-03-05T20:37:16.313Z] 15:37:16 [2023-03-05T20:37:16.313Z] setS1ASclassPath: 15:37:16 [2023-03-05T20:37:16.313Z] 15:37:16 [2023-03-05T20:37:16.313Z] init-common: 15:37:16 [2023-03-05T20:37:16.313Z] 15:37:16 [2023-03-05T20:37:16.313Z] package-persistence-common: 15:37:16 [2023-03-05T20:37:16.313Z] 15:37:16 [2023-03-05T20:37:16.313Z] ejb-jar-common: 15:37:16 [2023-03-05T20:37:16.313Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:37:16 [2023-03-05T20:37:16.313Z] 15:37:16 [2023-03-05T20:37:16.313Z] package-ejbjar-common: 15:37:16 [2023-03-05T20:37:16.313Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:16 [2023-03-05T20:37:16.313Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:16 [2023-03-05T20:37:16.313Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:16 [2023-03-05T20:37:16.313Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth-ejb.jar 15:37:16 [2023-03-05T20:37:16.572Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] appclient-jar-common: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] package-appclientjar-common: 15:37:16 [2023-03-05T20:37:16.572Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:16 [2023-03-05T20:37:16.572Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:16 [2023-03-05T20:37:16.572Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:16 [2023-03-05T20:37:16.572Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth-client.jar 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] webclient-war-common: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] build-ear-common: 15:37:16 [2023-03-05T20:37:16.572Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:16 [2023-03-05T20:37:16.572Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthApp.ear 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] deploy: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] setOSConditions: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] setToolWin: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] setToolUnix: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] setToolProperty: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] setS1ASclassPath: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] init-common: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] execute-sql-common: 15:37:16 [2023-03-05T20:37:16.572Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/sql/create_pointbase.sql 15:37:16 [2023-03-05T20:37:16.572Z] [sql] Failed to execute: Drop table O_Customer 15:37:16 [2023-03-05T20:37:16.572Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:37:16 [2023-03-05T20:37:16.572Z] [sql] 0 rows affected 15:37:16 [2023-03-05T20:37:16.572Z] [sql] 1 of 2 SQL statements executed successfully 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] setOSConditions: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] setToolWin: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] setToolUnix: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] setToolProperty: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] setS1ASclassPath: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] init-common: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] deploy-jdbc-common: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] setOSConditions: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] setToolWin: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] setToolUnix: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] setToolProperty: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] setS1ASclassPath: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] init-common: 15:37:16 [2023-03-05T20:37:16.572Z] 15:37:16 [2023-03-05T20:37:16.572Z] create-jdbc-connpool-common: 15:37:16 [2023-03-05T20:37:16.829Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 15:37:16 [2023-03-05T20:37:16.829Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 15:37:16 [2023-03-05T20:37:16.829Z] 15:37:16 [2023-03-05T20:37:16.829Z] set-derby-connpool-props: 15:37:17 [2023-03-05T20:37:17.085Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:37:17 [2023-03-05T20:37:17.085Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:37:17 [2023-03-05T20:37:17.648Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:37:17 [2023-03-05T20:37:17.648Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:37:17 [2023-03-05T20:37:17.920Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:37:17 [2023-03-05T20:37:17.921Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:37:18 [2023-03-05T20:37:18.177Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:37:18 [2023-03-05T20:37:18.177Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:37:18 [2023-03-05T20:37:18.433Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:37:18 [2023-03-05T20:37:18.433Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:37:18 [2023-03-05T20:37:18.690Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:37:18 [2023-03-05T20:37:18.690Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:37:18 [2023-03-05T20:37:18.946Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:37:18 [2023-03-05T20:37:18.946Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:37:19 [2023-03-05T20:37:19.202Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:37:19 [2023-03-05T20:37:19.458Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:37:19 [2023-03-05T20:37:19.458Z] 15:37:19 [2023-03-05T20:37:19.458Z] setOSConditions: 15:37:19 [2023-03-05T20:37:19.458Z] 15:37:19 [2023-03-05T20:37:19.458Z] setToolWin: 15:37:19 [2023-03-05T20:37:19.458Z] 15:37:19 [2023-03-05T20:37:19.458Z] setToolUnix: 15:37:19 [2023-03-05T20:37:19.458Z] 15:37:19 [2023-03-05T20:37:19.458Z] setToolProperty: 15:37:19 [2023-03-05T20:37:19.458Z] 15:37:19 [2023-03-05T20:37:19.458Z] setS1ASclassPath: 15:37:19 [2023-03-05T20:37:19.458Z] 15:37:19 [2023-03-05T20:37:19.458Z] init-common: 15:37:19 [2023-03-05T20:37:19.458Z] 15:37:19 [2023-03-05T20:37:19.458Z] create-jdbc-resource-common: 15:37:19 [2023-03-05T20:37:19.458Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 15:37:19 [2023-03-05T20:37:19.714Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 15:37:19 [2023-03-05T20:37:19.714Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 15:37:19 [2023-03-05T20:37:19.714Z] [echo] cmd executed for server 15:37:19 [2023-03-05T20:37:19.714Z] 15:37:19 [2023-03-05T20:37:19.714Z] setOSConditions: 15:37:19 [2023-03-05T20:37:19.714Z] 15:37:19 [2023-03-05T20:37:19.714Z] setToolWin: 15:37:19 [2023-03-05T20:37:19.714Z] 15:37:19 [2023-03-05T20:37:19.714Z] setToolUnix: 15:37:19 [2023-03-05T20:37:19.714Z] 15:37:19 [2023-03-05T20:37:19.714Z] setToolProperty: 15:37:19 [2023-03-05T20:37:19.714Z] 15:37:19 [2023-03-05T20:37:19.714Z] setS1ASclassPath: 15:37:19 [2023-03-05T20:37:19.714Z] 15:37:19 [2023-03-05T20:37:19.714Z] init-common: 15:37:19 [2023-03-05T20:37:19.714Z] 15:37:19 [2023-03-05T20:37:19.714Z] deploy-common: 15:37:19 [2023-03-05T20:37:19.714Z] [echo] Current time (ISO): 2023-03-05T20:37:19.567+0000 15:37:19 [2023-03-05T20:37:19.714Z] 15:37:19 [2023-03-05T20:37:19.714Z] setOSConditions: 15:37:19 [2023-03-05T20:37:19.714Z] 15:37:19 [2023-03-05T20:37:19.714Z] setToolWin: 15:37:19 [2023-03-05T20:37:19.714Z] 15:37:19 [2023-03-05T20:37:19.714Z] setToolUnix: 15:37:19 [2023-03-05T20:37:19.714Z] 15:37:19 [2023-03-05T20:37:19.714Z] setToolProperty: 15:37:19 [2023-03-05T20:37:19.714Z] 15:37:19 [2023-03-05T20:37:19.714Z] setS1ASclassPath: 15:37:19 [2023-03-05T20:37:19.714Z] 15:37:19 [2023-03-05T20:37:19.714Z] init-common: 15:37:19 [2023-03-05T20:37:19.714Z] 15:37:19 [2023-03-05T20:37:19.714Z] deploy-common-pe: 15:37:19 [2023-03-05T20:37:19.972Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthApp.ear 15:37:20 [2023-03-05T20:37:20.228Z] [exec] Application deployed with name ejb-bmp-contauthApp. 15:37:20 [2023-03-05T20:37:20.228Z] [echo] Deployment on target server server successful 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] setOSConditions: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] setToolWin: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] setToolUnix: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] setToolProperty: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] setS1ASclassPath: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] init-common: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] deploy-common-ee: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] run: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] setOSConditions: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] setToolWin: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] setToolUnix: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] setToolProperty: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] setS1ASclassPath: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] init-common: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] execute-sql-common: 15:37:20 [2023-03-05T20:37:20.228Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/sql/create_pointbase.sql 15:37:20 [2023-03-05T20:37:20.228Z] [sql] 0 rows affected 15:37:20 [2023-03-05T20:37:20.228Z] [sql] 0 rows affected 15:37:20 [2023-03-05T20:37:20.228Z] [sql] 2 of 2 SQL statements executed successfully 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] setOSConditions: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] setToolWin: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] setToolUnix: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] setToolProperty: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] setS1ASclassPath: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] init-common: 15:37:20 [2023-03-05T20:37:20.228Z] 15:37:20 [2023-03-05T20:37:20.228Z] runclient-common: 15:37:20 [2023-03-05T20:37:20.228Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthAppClient.jar -name ejb-bmp-contauthClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:37:20 [2023-03-05T20:37:20.791Z] [exec] Mar 05, 2023 8:37:20 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:37:20 [2023-03-05T20:37:20.791Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:37:23 [2023-03-05T20:37:23.349Z] [exec] Mar 05, 2023 8:37:22 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:37:23 [2023-03-05T20:37:23.349Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 15:37:23 [2023-03-05T20:37:23.349Z] [exec] Value of key is: test1 : 15:37:23 [2023-03-05T20:37:23.349Z] [exec] Value of key is: test2 : 15:37:23 [2023-03-05T20:37:23.349Z] [exec] jdbc contauth status: 15:37:23 [2023-03-05T20:37:23.349Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:37:23 [2023-03-05T20:37:23.349Z] [exec] 15:37:23 [2023-03-05T20:37:23.349Z] [exec] 15:37:23 [2023-03-05T20:37:23.349Z] [exec] ----------------------------------------- 15:37:23 [2023-03-05T20:37:23.349Z] [exec] - test2 : : PASS - 15:37:23 [2023-03-05T20:37:23.349Z] [exec] - test1 : : PASS - 15:37:23 [2023-03-05T20:37:23.349Z] [exec] ----------------------------------------- 15:37:23 [2023-03-05T20:37:23.349Z] [exec] Total PASS: 2 15:37:23 [2023-03-05T20:37:23.349Z] [exec] Total FAIL: 0 15:37:23 [2023-03-05T20:37:23.349Z] [exec] Total DID NOT RUN: 0 15:37:23 [2023-03-05T20:37:23.349Z] [exec] ----------------------------------------- 15:37:23 [2023-03-05T20:37:23.349Z] [exec] in flushAll , creating new testSuiteHash 15:37:23 [2023-03-05T20:37:23.349Z] [exec] in flushAll , creating new testSuiteHash 15:37:23 [2023-03-05T20:37:23.605Z] 15:37:23 [2023-03-05T20:37:23.605Z] checkReporting-common: 15:37:23 [2023-03-05T20:37:23.605Z] 15:37:23 [2023-03-05T20:37:23.605Z] confirmReportPresent-common: 15:37:23 [2023-03-05T20:37:23.605Z] [echo] file RepRunConf.txt is present. 15:37:23 [2023-03-05T20:37:23.605Z] [echo] Test seems to be reported fine 15:37:23 [2023-03-05T20:37:23.605Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/RepRunConf.txt 15:37:23 [2023-03-05T20:37:23.605Z] 15:37:23 [2023-03-05T20:37:23.605Z] confirmMissingReport-common: 15:37:23 [2023-03-05T20:37:23.605Z] 15:37:23 [2023-03-05T20:37:23.605Z] undeploy: 15:37:23 [2023-03-05T20:37:23.605Z] 15:37:23 [2023-03-05T20:37:23.605Z] setOSConditions: 15:37:23 [2023-03-05T20:37:23.605Z] 15:37:23 [2023-03-05T20:37:23.605Z] setToolWin: 15:37:23 [2023-03-05T20:37:23.605Z] 15:37:23 [2023-03-05T20:37:23.605Z] setToolUnix: 15:37:23 [2023-03-05T20:37:23.605Z] 15:37:23 [2023-03-05T20:37:23.605Z] setToolProperty: 15:37:23 [2023-03-05T20:37:23.605Z] 15:37:23 [2023-03-05T20:37:23.605Z] setS1ASclassPath: 15:37:23 [2023-03-05T20:37:23.605Z] 15:37:23 [2023-03-05T20:37:23.605Z] init-common: 15:37:23 [2023-03-05T20:37:23.605Z] 15:37:23 [2023-03-05T20:37:23.605Z] execute-sql-common: 15:37:23 [2023-03-05T20:37:23.605Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/sql/drop_pointbase.sql 15:37:23 [2023-03-05T20:37:23.605Z] [sql] 0 rows affected 15:37:23 [2023-03-05T20:37:23.605Z] [sql] 1 of 1 SQL statements executed successfully 15:37:23 [2023-03-05T20:37:23.605Z] 15:37:23 [2023-03-05T20:37:23.605Z] setOSConditions: 15:37:23 [2023-03-05T20:37:23.605Z] 15:37:23 [2023-03-05T20:37:23.605Z] setToolWin: 15:37:23 [2023-03-05T20:37:23.605Z] 15:37:23 [2023-03-05T20:37:23.605Z] setToolUnix: 15:37:23 [2023-03-05T20:37:23.605Z] 15:37:23 [2023-03-05T20:37:23.605Z] setToolProperty: 15:37:23 [2023-03-05T20:37:23.605Z] 15:37:23 [2023-03-05T20:37:23.606Z] setS1ASclassPath: 15:37:23 [2023-03-05T20:37:23.606Z] 15:37:23 [2023-03-05T20:37:23.606Z] init-common: 15:37:23 [2023-03-05T20:37:23.606Z] 15:37:23 [2023-03-05T20:37:23.606Z] undeploy-jdbc-common: 15:37:23 [2023-03-05T20:37:23.606Z] 15:37:23 [2023-03-05T20:37:23.606Z] setOSConditions: 15:37:23 [2023-03-05T20:37:23.606Z] 15:37:23 [2023-03-05T20:37:23.606Z] setToolWin: 15:37:23 [2023-03-05T20:37:23.606Z] 15:37:23 [2023-03-05T20:37:23.606Z] setToolUnix: 15:37:23 [2023-03-05T20:37:23.606Z] 15:37:23 [2023-03-05T20:37:23.606Z] setToolProperty: 15:37:23 [2023-03-05T20:37:23.606Z] 15:37:23 [2023-03-05T20:37:23.606Z] setS1ASclassPath: 15:37:23 [2023-03-05T20:37:23.606Z] 15:37:23 [2023-03-05T20:37:23.606Z] init-common: 15:37:23 [2023-03-05T20:37:23.606Z] 15:37:23 [2023-03-05T20:37:23.606Z] delete-jdbc-resource-common: 15:37:23 [2023-03-05T20:37:23.606Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 15:37:23 [2023-03-05T20:37:23.862Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 15:37:23 [2023-03-05T20:37:23.862Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 15:37:23 [2023-03-05T20:37:23.862Z] [echo] cmd executed for server 15:37:23 [2023-03-05T20:37:23.862Z] 15:37:23 [2023-03-05T20:37:23.862Z] setOSConditions: 15:37:23 [2023-03-05T20:37:23.862Z] 15:37:23 [2023-03-05T20:37:23.862Z] setToolWin: 15:37:23 [2023-03-05T20:37:23.862Z] 15:37:23 [2023-03-05T20:37:23.862Z] setToolUnix: 15:37:23 [2023-03-05T20:37:23.862Z] 15:37:23 [2023-03-05T20:37:23.862Z] setToolProperty: 15:37:23 [2023-03-05T20:37:23.862Z] 15:37:23 [2023-03-05T20:37:23.862Z] setS1ASclassPath: 15:37:23 [2023-03-05T20:37:23.862Z] 15:37:23 [2023-03-05T20:37:23.862Z] init-common: 15:37:23 [2023-03-05T20:37:23.862Z] 15:37:23 [2023-03-05T20:37:23.862Z] delete-jdbc-connpool-common: 15:37:23 [2023-03-05T20:37:23.862Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 15:37:24 [2023-03-05T20:37:24.427Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 15:37:24 [2023-03-05T20:37:24.427Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 15:37:24 [2023-03-05T20:37:24.427Z] [echo] cmd executed for server 15:37:24 [2023-03-05T20:37:24.427Z] 15:37:24 [2023-03-05T20:37:24.427Z] setOSConditions: 15:37:24 [2023-03-05T20:37:24.427Z] 15:37:24 [2023-03-05T20:37:24.427Z] setToolWin: 15:37:24 [2023-03-05T20:37:24.427Z] 15:37:24 [2023-03-05T20:37:24.427Z] setToolUnix: 15:37:24 [2023-03-05T20:37:24.427Z] 15:37:24 [2023-03-05T20:37:24.427Z] setToolProperty: 15:37:24 [2023-03-05T20:37:24.427Z] 15:37:24 [2023-03-05T20:37:24.427Z] setS1ASclassPath: 15:37:24 [2023-03-05T20:37:24.427Z] 15:37:24 [2023-03-05T20:37:24.427Z] init-common: 15:37:24 [2023-03-05T20:37:24.427Z] 15:37:24 [2023-03-05T20:37:24.427Z] undeploy-common: 15:37:24 [2023-03-05T20:37:24.683Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-contauthApp 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] all: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setOSConditions: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setToolWin: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setToolUnix: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setToolProperty: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setS1ASclassPath: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] init-common: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] clean: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setOSConditions: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setToolWin: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setToolUnix: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setToolProperty: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setS1ASclassPath: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] init-common: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] clean-common: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setOSConditions: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setToolWin: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setToolUnix: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setToolProperty: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setS1ASclassPath: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] init-common: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] clean-classes-common: 15:37:24 [2023-03-05T20:37:24.683Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setOSConditions: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setToolWin: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setToolUnix: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setToolProperty: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setS1ASclassPath: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] init-common: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] clean-jars-common: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] compile: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setOSConditions: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setToolWin: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setToolUnix: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setToolProperty: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] setS1ASclassPath: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] init-common: 15:37:24 [2023-03-05T20:37:24.683Z] 15:37:24 [2023-03-05T20:37:24.683Z] compile-common: 15:37:24 [2023-03-05T20:37:24.683Z] [echo] Current time (ISO): 2023-03-05T20:37:24.559+0000 15:37:24 [2023-03-05T20:37:24.683Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:37:24 [2023-03-05T20:37:24.683Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:37:26 [2023-03-05T20:37:26.061Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:37:26 [2023-03-05T20:37:26.061Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/ejb/SimpleBMPBean.java:44: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:37:26 [2023-03-05T20:37:26.061Z] [javac] return new Integer(1); 15:37:26 [2023-03-05T20:37:26.061Z] [javac] ^ 15:37:26 [2023-03-05T20:37:26.061Z] [javac] 2 warnings 15:37:26 [2023-03-05T20:37:26.061Z] 15:37:26 [2023-03-05T20:37:26.061Z] setOSConditions: 15:37:26 [2023-03-05T20:37:26.061Z] 15:37:26 [2023-03-05T20:37:26.061Z] setToolWin: 15:37:26 [2023-03-05T20:37:26.061Z] 15:37:26 [2023-03-05T20:37:26.061Z] setToolUnix: 15:37:26 [2023-03-05T20:37:26.061Z] 15:37:26 [2023-03-05T20:37:26.061Z] setToolProperty: 15:37:26 [2023-03-05T20:37:26.061Z] 15:37:26 [2023-03-05T20:37:26.061Z] setS1ASclassPath: 15:37:26 [2023-03-05T20:37:26.061Z] 15:37:26 [2023-03-05T20:37:26.061Z] init-common: 15:37:26 [2023-03-05T20:37:26.061Z] 15:37:26 [2023-03-05T20:37:26.061Z] compile-common: 15:37:26 [2023-03-05T20:37:26.061Z] [echo] Current time (ISO): 2023-03-05T20:37:25.760+0000 15:37:26 [2023-03-05T20:37:26.061Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:37:26 [2023-03-05T20:37:26.989Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:37:26 [2023-03-05T20:37:26.989Z] [javac] 1 warning 15:37:26 [2023-03-05T20:37:26.989Z] 15:37:26 [2023-03-05T20:37:26.989Z] build: 15:37:26 [2023-03-05T20:37:26.989Z] 15:37:26 [2023-03-05T20:37:26.989Z] setOSConditions: 15:37:26 [2023-03-05T20:37:26.989Z] 15:37:26 [2023-03-05T20:37:26.989Z] fixFiles: 15:37:26 [2023-03-05T20:37:26.989Z] 15:37:26 [2023-03-05T20:37:26.989Z] convUnix: 15:37:26 [2023-03-05T20:37:26.989Z] 15:37:26 [2023-03-05T20:37:26.989Z] convWin: 15:37:26 [2023-03-05T20:37:26.989Z] 15:37:26 [2023-03-05T20:37:26.989Z] setToolWin: 15:37:26 [2023-03-05T20:37:26.989Z] 15:37:26 [2023-03-05T20:37:26.989Z] setToolUnix: 15:37:26 [2023-03-05T20:37:26.989Z] 15:37:26 [2023-03-05T20:37:26.989Z] setToolProperty: 15:37:26 [2023-03-05T20:37:26.989Z] 15:37:26 [2023-03-05T20:37:26.989Z] setS1ASclassPath: 15:37:26 [2023-03-05T20:37:26.989Z] 15:37:26 [2023-03-05T20:37:26.989Z] init-common: 15:37:26 [2023-03-05T20:37:26.989Z] 15:37:26 [2023-03-05T20:37:26.989Z] package-persistence-common: 15:37:26 [2023-03-05T20:37:26.989Z] 15:37:26 [2023-03-05T20:37:26.989Z] ejb-jar-common: 15:37:26 [2023-03-05T20:37:26.989Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:37:26 [2023-03-05T20:37:26.989Z] 15:37:26 [2023-03-05T20:37:26.989Z] package-ejbjar-common: 15:37:26 [2023-03-05T20:37:26.989Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:26 [2023-03-05T20:37:26.989Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:26 [2023-03-05T20:37:26.989Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:26 [2023-03-05T20:37:26.989Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtx-ejb.jar 15:37:27 [2023-03-05T20:37:27.247Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] appclient-jar-common: 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] package-appclientjar-common: 15:37:27 [2023-03-05T20:37:27.247Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:27 [2023-03-05T20:37:27.247Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:27 [2023-03-05T20:37:27.247Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:27 [2023-03-05T20:37:27.247Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtx-client.jar 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] webclient-war-common: 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] build-ear-common: 15:37:27 [2023-03-05T20:37:27.247Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:27 [2023-03-05T20:37:27.247Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtxApp.ear 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] deploy: 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] setOSConditions: 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] setToolWin: 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] setToolUnix: 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] setToolProperty: 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] setS1ASclassPath: 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] init-common: 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] execute-sql-common: 15:37:27 [2023-03-05T20:37:27.247Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/sql/create_pointbase.sql 15:37:27 [2023-03-05T20:37:27.247Z] [sql] Failed to execute: Drop table O_Customer 15:37:27 [2023-03-05T20:37:27.247Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:37:27 [2023-03-05T20:37:27.247Z] [sql] 0 rows affected 15:37:27 [2023-03-05T20:37:27.247Z] [sql] 1 of 2 SQL statements executed successfully 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] setOSConditions: 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] setToolWin: 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] setToolUnix: 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] setToolProperty: 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] setS1ASclassPath: 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] init-common: 15:37:27 [2023-03-05T20:37:27.247Z] 15:37:27 [2023-03-05T20:37:27.247Z] create-jdbc-connpool-common: 15:37:27 [2023-03-05T20:37:27.520Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-appauth-pool1 15:37:27 [2023-03-05T20:37:27.520Z] [exec] JDBC connection pool jdbc-appauth-pool1 created successfully. 15:37:27 [2023-03-05T20:37:27.520Z] 15:37:27 [2023-03-05T20:37:27.520Z] set-derby-connpool-props: 15:37:27 [2023-03-05T20:37:27.775Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser 15:37:27 [2023-03-05T20:37:27.775Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser 15:37:28 [2023-03-05T20:37:28.032Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword 15:37:28 [2023-03-05T20:37:28.032Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword 15:37:28 [2023-03-05T20:37:28.595Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 15:37:28 [2023-03-05T20:37:28.595Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 15:37:28 [2023-03-05T20:37:28.873Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 15:37:28 [2023-03-05T20:37:28.873Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 15:37:29 [2023-03-05T20:37:29.129Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb 15:37:29 [2023-03-05T20:37:29.129Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb 15:37:29 [2023-03-05T20:37:29.385Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true 15:37:29 [2023-03-05T20:37:29.385Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true 15:37:29 [2023-03-05T20:37:29.642Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true 15:37:29 [2023-03-05T20:37:29.642Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true 15:37:29 [2023-03-05T20:37:29.898Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost 15:37:29 [2023-03-05T20:37:29.898Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost 15:37:30 [2023-03-05T20:37:30.155Z] 15:37:30 [2023-03-05T20:37:30.155Z] setOSConditions: 15:37:30 [2023-03-05T20:37:30.155Z] 15:37:30 [2023-03-05T20:37:30.155Z] setToolWin: 15:37:30 [2023-03-05T20:37:30.155Z] 15:37:30 [2023-03-05T20:37:30.155Z] setToolUnix: 15:37:30 [2023-03-05T20:37:30.155Z] 15:37:30 [2023-03-05T20:37:30.155Z] setToolProperty: 15:37:30 [2023-03-05T20:37:30.155Z] 15:37:30 [2023-03-05T20:37:30.155Z] setS1ASclassPath: 15:37:30 [2023-03-05T20:37:30.155Z] 15:37:30 [2023-03-05T20:37:30.155Z] init-common: 15:37:30 [2023-03-05T20:37:30.155Z] 15:37:30 [2023-03-05T20:37:30.155Z] create-jdbc-resource-common: 15:37:30 [2023-03-05T20:37:30.156Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-appauth-pool1 --target server jdbc/s1qeappauth1 15:37:30 [2023-03-05T20:37:30.412Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-appauth-pool1 --enabled=true --target server jdbc/s1qeappauth1 15:37:30 [2023-03-05T20:37:30.412Z] [exec] JDBC resource jdbc/s1qeappauth1 created successfully. 15:37:30 [2023-03-05T20:37:30.412Z] [echo] cmd executed for server 15:37:30 [2023-03-05T20:37:30.412Z] 15:37:30 [2023-03-05T20:37:30.412Z] setOSConditions: 15:37:30 [2023-03-05T20:37:30.412Z] 15:37:30 [2023-03-05T20:37:30.412Z] setToolWin: 15:37:30 [2023-03-05T20:37:30.412Z] 15:37:30 [2023-03-05T20:37:30.412Z] setToolUnix: 15:37:30 [2023-03-05T20:37:30.412Z] 15:37:30 [2023-03-05T20:37:30.412Z] setToolProperty: 15:37:30 [2023-03-05T20:37:30.412Z] 15:37:30 [2023-03-05T20:37:30.412Z] setS1ASclassPath: 15:37:30 [2023-03-05T20:37:30.412Z] 15:37:30 [2023-03-05T20:37:30.412Z] init-common: 15:37:30 [2023-03-05T20:37:30.412Z] 15:37:30 [2023-03-05T20:37:30.412Z] deploy-common: 15:37:30 [2023-03-05T20:37:30.412Z] [echo] Current time (ISO): 2023-03-05T20:37:30.188+0000 15:37:30 [2023-03-05T20:37:30.412Z] 15:37:30 [2023-03-05T20:37:30.412Z] setOSConditions: 15:37:30 [2023-03-05T20:37:30.412Z] 15:37:30 [2023-03-05T20:37:30.412Z] setToolWin: 15:37:30 [2023-03-05T20:37:30.412Z] 15:37:30 [2023-03-05T20:37:30.412Z] setToolUnix: 15:37:30 [2023-03-05T20:37:30.412Z] 15:37:30 [2023-03-05T20:37:30.412Z] setToolProperty: 15:37:30 [2023-03-05T20:37:30.412Z] 15:37:30 [2023-03-05T20:37:30.412Z] setS1ASclassPath: 15:37:30 [2023-03-05T20:37:30.412Z] 15:37:30 [2023-03-05T20:37:30.412Z] init-common: 15:37:30 [2023-03-05T20:37:30.412Z] 15:37:30 [2023-03-05T20:37:30.412Z] deploy-common-pe: 15:37:33 [2023-03-05T20:37:33.691Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtxApp.ear 15:37:45 [2023-03-05T20:37:45.878Z] [exec] Application deployed with name ejb-bmp-contauthtxApp. 15:37:45 [2023-03-05T20:37:45.878Z] [echo] Deployment on target server server successful 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] setOSConditions: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] setToolWin: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] setToolUnix: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] setToolProperty: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] setS1ASclassPath: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] init-common: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] deploy-common-ee: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] run: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] setOSConditions: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] setToolWin: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] setToolUnix: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] setToolProperty: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] setS1ASclassPath: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] init-common: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] execute-sql-common: 15:37:45 [2023-03-05T20:37:45.878Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/sql/create_pointbase.sql 15:37:45 [2023-03-05T20:37:45.878Z] [sql] 0 rows affected 15:37:45 [2023-03-05T20:37:45.878Z] [sql] 0 rows affected 15:37:45 [2023-03-05T20:37:45.878Z] [sql] 2 of 2 SQL statements executed successfully 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] setOSConditions: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] setToolWin: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] setToolUnix: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] setToolProperty: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] setS1ASclassPath: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] init-common: 15:37:45 [2023-03-05T20:37:45.878Z] 15:37:45 [2023-03-05T20:37:45.878Z] runclient-common: 15:37:45 [2023-03-05T20:37:45.878Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtxAppClient.jar -name ejb-bmp-contauthtxClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:37:50 [2023-03-05T20:37:50.056Z] [exec] Mar 05, 2023 8:37:49 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:37:50 [2023-03-05T20:37:50.056Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:37:53 [2023-03-05T20:37:53.331Z] [exec] Mar 05, 2023 8:37:53 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:37:53 [2023-03-05T20:37:53.331Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5fef0c19 15:37:53 [2023-03-05T20:37:53.331Z] [exec] Will Fail till a better XA driver is integrated into Derby 15:37:53 [2023-03-05T20:37:53.591Z] [exec] Value of key is: test1 : 15:37:53 [2023-03-05T20:37:53.591Z] [exec] Value of key is: test2 : 15:37:53 [2023-03-05T20:37:53.591Z] [exec] jdbc contauthtx status: 15:37:53 [2023-03-05T20:37:53.591Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:37:53 [2023-03-05T20:37:53.591Z] [exec] 15:37:53 [2023-03-05T20:37:53.591Z] [exec] 15:37:53 [2023-03-05T20:37:53.591Z] [exec] ----------------------------------------- 15:37:53 [2023-03-05T20:37:53.591Z] [exec] - test2 : : PASS - 15:37:53 [2023-03-05T20:37:53.591Z] [exec] - test1 : : PASS - 15:37:53 [2023-03-05T20:37:53.591Z] [exec] ----------------------------------------- 15:37:53 [2023-03-05T20:37:53.591Z] [exec] Total PASS: 2 15:37:53 [2023-03-05T20:37:53.591Z] [exec] Total FAIL: 0 15:37:53 [2023-03-05T20:37:53.591Z] [exec] Total DID NOT RUN: 0 15:37:53 [2023-03-05T20:37:53.591Z] [exec] ----------------------------------------- 15:37:53 [2023-03-05T20:37:53.591Z] [exec] in flushAll , creating new testSuiteHash 15:37:53 [2023-03-05T20:37:53.591Z] [exec] in flushAll , creating new testSuiteHash 15:37:53 [2023-03-05T20:37:53.848Z] 15:37:53 [2023-03-05T20:37:53.848Z] checkReporting-common: 15:37:53 [2023-03-05T20:37:53.848Z] 15:37:53 [2023-03-05T20:37:53.848Z] confirmReportPresent-common: 15:37:53 [2023-03-05T20:37:53.848Z] [echo] file RepRunConf.txt is present. 15:37:53 [2023-03-05T20:37:53.848Z] [echo] Test seems to be reported fine 15:37:53 [2023-03-05T20:37:53.848Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/RepRunConf.txt 15:37:53 [2023-03-05T20:37:53.848Z] 15:37:53 [2023-03-05T20:37:53.848Z] confirmMissingReport-common: 15:37:53 [2023-03-05T20:37:53.848Z] 15:37:53 [2023-03-05T20:37:53.848Z] undeploy: 15:37:53 [2023-03-05T20:37:53.848Z] 15:37:53 [2023-03-05T20:37:53.848Z] setOSConditions: 15:37:53 [2023-03-05T20:37:53.848Z] 15:37:53 [2023-03-05T20:37:53.848Z] setToolWin: 15:37:53 [2023-03-05T20:37:53.848Z] 15:37:53 [2023-03-05T20:37:53.848Z] setToolUnix: 15:37:53 [2023-03-05T20:37:53.848Z] 15:37:53 [2023-03-05T20:37:53.848Z] setToolProperty: 15:37:53 [2023-03-05T20:37:53.848Z] 15:37:53 [2023-03-05T20:37:53.848Z] setS1ASclassPath: 15:37:53 [2023-03-05T20:37:53.848Z] 15:37:53 [2023-03-05T20:37:53.848Z] init-common: 15:37:53 [2023-03-05T20:37:53.848Z] 15:37:53 [2023-03-05T20:37:53.848Z] undeploy-common: 15:37:54 [2023-03-05T20:37:54.120Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-contauthtxApp 15:37:54 [2023-03-05T20:37:54.377Z] 15:37:54 [2023-03-05T20:37:54.377Z] setOSConditions: 15:37:54 [2023-03-05T20:37:54.377Z] 15:37:54 [2023-03-05T20:37:54.377Z] setToolWin: 15:37:54 [2023-03-05T20:37:54.377Z] 15:37:54 [2023-03-05T20:37:54.377Z] setToolUnix: 15:37:54 [2023-03-05T20:37:54.377Z] 15:37:54 [2023-03-05T20:37:54.377Z] setToolProperty: 15:37:54 [2023-03-05T20:37:54.377Z] 15:37:54 [2023-03-05T20:37:54.377Z] setS1ASclassPath: 15:37:54 [2023-03-05T20:37:54.377Z] 15:37:54 [2023-03-05T20:37:54.377Z] init-common: 15:37:54 [2023-03-05T20:37:54.377Z] 15:37:54 [2023-03-05T20:37:54.377Z] delete-jdbc-resource-common: 15:37:54 [2023-03-05T20:37:54.377Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeappauth1 15:37:54 [2023-03-05T20:37:54.633Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeappauth1 15:37:54 [2023-03-05T20:37:54.633Z] [exec] JDBC resource jdbc/s1qeappauth1 deleted successfully 15:37:54 [2023-03-05T20:37:54.633Z] [echo] cmd executed for server 15:37:54 [2023-03-05T20:37:54.633Z] 15:37:54 [2023-03-05T20:37:54.633Z] setOSConditions: 15:37:54 [2023-03-05T20:37:54.633Z] 15:37:54 [2023-03-05T20:37:54.633Z] setToolWin: 15:37:54 [2023-03-05T20:37:54.633Z] 15:37:54 [2023-03-05T20:37:54.633Z] setToolUnix: 15:37:54 [2023-03-05T20:37:54.633Z] 15:37:54 [2023-03-05T20:37:54.633Z] setToolProperty: 15:37:54 [2023-03-05T20:37:54.633Z] 15:37:54 [2023-03-05T20:37:54.633Z] setS1ASclassPath: 15:37:54 [2023-03-05T20:37:54.633Z] 15:37:54 [2023-03-05T20:37:54.633Z] init-common: 15:37:54 [2023-03-05T20:37:54.633Z] 15:37:54 [2023-03-05T20:37:54.633Z] delete-jdbc-connpool-common: 15:37:54 [2023-03-05T20:37:54.633Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-appauth-pool1 15:37:54 [2023-03-05T20:37:54.889Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-appauth-pool1 15:37:54 [2023-03-05T20:37:54.889Z] [exec] JDBC Connection pool jdbc-appauth-pool1 deleted successfully 15:37:54 [2023-03-05T20:37:54.889Z] [echo] cmd executed for server 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setOSConditions: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolWin: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolUnix: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolProperty: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setS1ASclassPath: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] init-common: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] execute-sql-common: 15:37:54 [2023-03-05T20:37:54.889Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/sql/drop_pointbase.sql 15:37:54 [2023-03-05T20:37:54.889Z] [sql] 0 rows affected 15:37:54 [2023-03-05T20:37:54.889Z] [sql] 1 of 1 SQL statements executed successfully 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] all: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setOSConditions: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolWin: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolUnix: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolProperty: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setS1ASclassPath: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] init-common: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] clean: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setOSConditions: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolWin: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolUnix: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolProperty: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setS1ASclassPath: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] init-common: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] clean-common: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setOSConditions: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolWin: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolUnix: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolProperty: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setS1ASclassPath: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] init-common: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] clean-classes-common: 15:37:54 [2023-03-05T20:37:54.889Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setOSConditions: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolWin: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolUnix: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolProperty: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setS1ASclassPath: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] init-common: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] clean-jars-common: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] compile: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setOSConditions: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolWin: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolUnix: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setToolProperty: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] setS1ASclassPath: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] init-common: 15:37:54 [2023-03-05T20:37:54.889Z] 15:37:54 [2023-03-05T20:37:54.889Z] compile-common: 15:37:54 [2023-03-05T20:37:54.889Z] [echo] Current time (ISO): 2023-03-05T20:37:54.840+0000 15:37:54 [2023-03-05T20:37:54.889Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:37:54 [2023-03-05T20:37:54.889Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:37:56 [2023-03-05T20:37:56.258Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:37:56 [2023-03-05T20:37:56.258Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/ejb/SimpleBMPBean.java:44: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:37:56 [2023-03-05T20:37:56.258Z] [javac] return new Integer(1); 15:37:56 [2023-03-05T20:37:56.258Z] [javac] ^ 15:37:56 [2023-03-05T20:37:56.258Z] [javac] 2 warnings 15:37:56 [2023-03-05T20:37:56.258Z] 15:37:56 [2023-03-05T20:37:56.258Z] setOSConditions: 15:37:56 [2023-03-05T20:37:56.259Z] 15:37:56 [2023-03-05T20:37:56.259Z] setToolWin: 15:37:56 [2023-03-05T20:37:56.259Z] 15:37:56 [2023-03-05T20:37:56.259Z] setToolUnix: 15:37:56 [2023-03-05T20:37:56.259Z] 15:37:56 [2023-03-05T20:37:56.259Z] setToolProperty: 15:37:56 [2023-03-05T20:37:56.259Z] 15:37:56 [2023-03-05T20:37:56.259Z] setS1ASclassPath: 15:37:56 [2023-03-05T20:37:56.259Z] 15:37:56 [2023-03-05T20:37:56.259Z] init-common: 15:37:56 [2023-03-05T20:37:56.259Z] 15:37:56 [2023-03-05T20:37:56.259Z] compile-common: 15:37:56 [2023-03-05T20:37:56.259Z] [echo] Current time (ISO): 2023-03-05T20:37:56.043+0000 15:37:56 [2023-03-05T20:37:56.259Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:37:57 [2023-03-05T20:37:57.187Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:37:57 [2023-03-05T20:37:57.187Z] [javac] 1 warning 15:37:57 [2023-03-05T20:37:57.187Z] 15:37:57 [2023-03-05T20:37:57.187Z] build: 15:37:57 [2023-03-05T20:37:57.187Z] 15:37:57 [2023-03-05T20:37:57.187Z] setOSConditions: 15:37:57 [2023-03-05T20:37:57.187Z] 15:37:57 [2023-03-05T20:37:57.187Z] fixFiles: 15:37:57 [2023-03-05T20:37:57.187Z] 15:37:57 [2023-03-05T20:37:57.187Z] convUnix: 15:37:57 [2023-03-05T20:37:57.187Z] 15:37:57 [2023-03-05T20:37:57.187Z] convWin: 15:37:57 [2023-03-05T20:37:57.187Z] 15:37:57 [2023-03-05T20:37:57.187Z] setToolWin: 15:37:57 [2023-03-05T20:37:57.187Z] 15:37:57 [2023-03-05T20:37:57.187Z] setToolUnix: 15:37:57 [2023-03-05T20:37:57.187Z] 15:37:57 [2023-03-05T20:37:57.187Z] setToolProperty: 15:37:57 [2023-03-05T20:37:57.187Z] 15:37:57 [2023-03-05T20:37:57.187Z] setS1ASclassPath: 15:37:57 [2023-03-05T20:37:57.187Z] 15:37:57 [2023-03-05T20:37:57.187Z] init-common: 15:37:57 [2023-03-05T20:37:57.187Z] 15:37:57 [2023-03-05T20:37:57.187Z] package-persistence-common: 15:37:57 [2023-03-05T20:37:57.187Z] 15:37:57 [2023-03-05T20:37:57.187Z] ejb-jar-common: 15:37:57 [2023-03-05T20:37:57.187Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:37:57 [2023-03-05T20:37:57.443Z] 15:37:57 [2023-03-05T20:37:57.443Z] package-ejbjar-common: 15:37:57 [2023-03-05T20:37:57.444Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:57 [2023-03-05T20:37:57.444Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:57 [2023-03-05T20:37:57.444Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:57 [2023-03-05T20:37:57.444Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1-ejb.jar 15:37:57 [2023-03-05T20:37:57.444Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] appclient-jar-common: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] package-appclientjar-common: 15:37:57 [2023-03-05T20:37:57.444Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:57 [2023-03-05T20:37:57.444Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:57 [2023-03-05T20:37:57.444Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:57 [2023-03-05T20:37:57.444Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1-client.jar 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] webclient-war-common: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] build-ear-common: 15:37:57 [2023-03-05T20:37:57.444Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:37:57 [2023-03-05T20:37:57.444Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1App.ear 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] deploy: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] setOSConditions: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] setToolWin: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] setToolUnix: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] setToolProperty: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] setS1ASclassPath: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] init-common: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] execute-sql-common: 15:37:57 [2023-03-05T20:37:57.444Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/sql/create_pointbase.sql 15:37:57 [2023-03-05T20:37:57.444Z] [sql] Failed to execute: Drop table O_Customer 15:37:57 [2023-03-05T20:37:57.444Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:37:57 [2023-03-05T20:37:57.444Z] [sql] 0 rows affected 15:37:57 [2023-03-05T20:37:57.444Z] [sql] 1 of 2 SQL statements executed successfully 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] setOSConditions: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] setToolWin: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] setToolUnix: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] setToolProperty: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] setS1ASclassPath: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] init-common: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] deploy-jdbc-common: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] setOSConditions: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] setToolWin: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] setToolUnix: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] setToolProperty: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] setS1ASclassPath: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] init-common: 15:37:57 [2023-03-05T20:37:57.444Z] 15:37:57 [2023-03-05T20:37:57.444Z] create-jdbc-connpool-common: 15:37:57 [2023-03-05T20:37:57.701Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 15:37:57 [2023-03-05T20:37:57.701Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 15:37:57 [2023-03-05T20:37:57.701Z] 15:37:57 [2023-03-05T20:37:57.701Z] set-derby-connpool-props: 15:37:57 [2023-03-05T20:37:57.957Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:37:57 [2023-03-05T20:37:57.957Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:37:58 [2023-03-05T20:37:58.220Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:37:58 [2023-03-05T20:37:58.477Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:37:58 [2023-03-05T20:37:58.734Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:37:58 [2023-03-05T20:37:58.734Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:37:58 [2023-03-05T20:37:58.990Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:37:58 [2023-03-05T20:37:58.990Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:37:59 [2023-03-05T20:37:59.247Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:37:59 [2023-03-05T20:37:59.247Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:37:59 [2023-03-05T20:37:59.504Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:37:59 [2023-03-05T20:37:59.504Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:38:00 [2023-03-05T20:38:00.067Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:38:00 [2023-03-05T20:38:00.067Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:38:00 [2023-03-05T20:38:00.325Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:38:00 [2023-03-05T20:38:00.325Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:38:00 [2023-03-05T20:38:00.325Z] 15:38:00 [2023-03-05T20:38:00.325Z] setOSConditions: 15:38:00 [2023-03-05T20:38:00.325Z] 15:38:00 [2023-03-05T20:38:00.325Z] setToolWin: 15:38:00 [2023-03-05T20:38:00.325Z] 15:38:00 [2023-03-05T20:38:00.325Z] setToolUnix: 15:38:00 [2023-03-05T20:38:00.325Z] 15:38:00 [2023-03-05T20:38:00.325Z] setToolProperty: 15:38:00 [2023-03-05T20:38:00.325Z] 15:38:00 [2023-03-05T20:38:00.325Z] setS1ASclassPath: 15:38:00 [2023-03-05T20:38:00.325Z] 15:38:00 [2023-03-05T20:38:00.325Z] init-common: 15:38:00 [2023-03-05T20:38:00.325Z] 15:38:00 [2023-03-05T20:38:00.325Z] create-jdbc-resource-common: 15:38:00 [2023-03-05T20:38:00.325Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 15:38:00 [2023-03-05T20:38:00.581Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 15:38:00 [2023-03-05T20:38:00.581Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 15:38:00 [2023-03-05T20:38:00.581Z] [echo] cmd executed for server 15:38:00 [2023-03-05T20:38:00.581Z] 15:38:00 [2023-03-05T20:38:00.581Z] setOSConditions: 15:38:00 [2023-03-05T20:38:00.581Z] 15:38:00 [2023-03-05T20:38:00.581Z] setToolWin: 15:38:00 [2023-03-05T20:38:00.581Z] 15:38:00 [2023-03-05T20:38:00.581Z] setToolUnix: 15:38:00 [2023-03-05T20:38:00.581Z] 15:38:00 [2023-03-05T20:38:00.581Z] setToolProperty: 15:38:00 [2023-03-05T20:38:00.581Z] 15:38:00 [2023-03-05T20:38:00.581Z] setS1ASclassPath: 15:38:00 [2023-03-05T20:38:00.581Z] 15:38:00 [2023-03-05T20:38:00.581Z] init-common: 15:38:00 [2023-03-05T20:38:00.581Z] 15:38:00 [2023-03-05T20:38:00.581Z] deploy-common: 15:38:00 [2023-03-05T20:38:00.581Z] [echo] Current time (ISO): 2023-03-05T20:38:00.459+0000 15:38:00 [2023-03-05T20:38:00.581Z] 15:38:00 [2023-03-05T20:38:00.581Z] setOSConditions: 15:38:00 [2023-03-05T20:38:00.581Z] 15:38:00 [2023-03-05T20:38:00.581Z] setToolWin: 15:38:00 [2023-03-05T20:38:00.581Z] 15:38:00 [2023-03-05T20:38:00.581Z] setToolUnix: 15:38:00 [2023-03-05T20:38:00.581Z] 15:38:00 [2023-03-05T20:38:00.581Z] setToolProperty: 15:38:00 [2023-03-05T20:38:00.581Z] 15:38:00 [2023-03-05T20:38:00.581Z] setS1ASclassPath: 15:38:00 [2023-03-05T20:38:00.581Z] 15:38:00 [2023-03-05T20:38:00.581Z] init-common: 15:38:00 [2023-03-05T20:38:00.581Z] 15:38:00 [2023-03-05T20:38:00.581Z] deploy-common-pe: 15:38:00 [2023-03-05T20:38:00.838Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1App.ear 15:38:01 [2023-03-05T20:38:01.095Z] [exec] Application deployed with name ejb-bmp-contauth1App. 15:38:01 [2023-03-05T20:38:01.095Z] [echo] Deployment on target server server successful 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] setOSConditions: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] setToolWin: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] setToolUnix: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] setToolProperty: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] setS1ASclassPath: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] init-common: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] deploy-common-ee: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] run: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] setup-derby-for-authentication: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] setOSConditions: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] setToolWin: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] setToolUnix: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] setToolProperty: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] setS1ASclassPath: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] init-common: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] stop-derby: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] stop-derby-aix: 15:38:01 [2023-03-05T20:38:01.095Z] 15:38:01 [2023-03-05T20:38:01.095Z] stop-derby-nonaix: 15:38:01 [2023-03-05T20:38:01.095Z] [echo] Stopping Derby DB Server ... 15:38:01 [2023-03-05T20:38:01.351Z] [java] Sun Mar 05 20:38:01 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:38:01 [2023-03-05T20:38:01.351Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties to copy. 15:38:01 [2023-03-05T20:38:01.351Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases 15:38:01 [2023-03-05T20:38:01.351Z] 15:38:01 [2023-03-05T20:38:01.351Z] setOSConditions: 15:38:01 [2023-03-05T20:38:01.351Z] 15:38:01 [2023-03-05T20:38:01.351Z] setToolWin: 15:38:01 [2023-03-05T20:38:01.351Z] 15:38:01 [2023-03-05T20:38:01.351Z] setToolUnix: 15:38:01 [2023-03-05T20:38:01.351Z] 15:38:01 [2023-03-05T20:38:01.351Z] setToolProperty: 15:38:01 [2023-03-05T20:38:01.351Z] 15:38:01 [2023-03-05T20:38:01.351Z] setS1ASclassPath: 15:38:01 [2023-03-05T20:38:01.351Z] 15:38:01 [2023-03-05T20:38:01.351Z] init-common: 15:38:01 [2023-03-05T20:38:01.351Z] 15:38:01 [2023-03-05T20:38:01.351Z] start-derby: 15:38:01 [2023-03-05T20:38:01.351Z] 15:38:01 [2023-03-05T20:38:01.351Z] start-derby-aix: 15:38:01 [2023-03-05T20:38:01.351Z] 15:38:01 [2023-03-05T20:38:01.351Z] start-derby-nonaix: 15:38:01 [2023-03-05T20:38:01.351Z] [echo] Starting Derby DB Server ... 15:38:19 [2023-03-05T20:38:19.425Z] 15:38:19 [2023-03-05T20:38:19.425Z] setOSConditions: 15:38:19 [2023-03-05T20:38:19.425Z] 15:38:19 [2023-03-05T20:38:19.425Z] setToolWin: 15:38:19 [2023-03-05T20:38:19.425Z] 15:38:19 [2023-03-05T20:38:19.425Z] setToolUnix: 15:38:19 [2023-03-05T20:38:19.425Z] 15:38:19 [2023-03-05T20:38:19.425Z] setToolProperty: 15:38:19 [2023-03-05T20:38:19.425Z] 15:38:19 [2023-03-05T20:38:19.425Z] setS1ASclassPath: 15:38:19 [2023-03-05T20:38:19.425Z] 15:38:19 [2023-03-05T20:38:19.425Z] init-common: 15:38:19 [2023-03-05T20:38:19.425Z] 15:38:19 [2023-03-05T20:38:19.425Z] execute-sql-common: 15:38:19 [2023-03-05T20:38:19.425Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/sql/create_pointbase.sql 15:38:19 [2023-03-05T20:38:19.425Z] [sql] 0 rows affected 15:38:19 [2023-03-05T20:38:19.425Z] [sql] 0 rows affected 15:38:19 [2023-03-05T20:38:19.425Z] [sql] 2 of 2 SQL statements executed successfully 15:38:19 [2023-03-05T20:38:19.425Z] 15:38:19 [2023-03-05T20:38:19.425Z] setOSConditions: 15:38:19 [2023-03-05T20:38:19.425Z] 15:38:19 [2023-03-05T20:38:19.425Z] setToolWin: 15:38:19 [2023-03-05T20:38:19.425Z] 15:38:19 [2023-03-05T20:38:19.425Z] setToolUnix: 15:38:19 [2023-03-05T20:38:19.425Z] 15:38:19 [2023-03-05T20:38:19.425Z] setToolProperty: 15:38:19 [2023-03-05T20:38:19.425Z] 15:38:19 [2023-03-05T20:38:19.425Z] setS1ASclassPath: 15:38:19 [2023-03-05T20:38:19.425Z] 15:38:19 [2023-03-05T20:38:19.425Z] init-common: 15:38:19 [2023-03-05T20:38:19.425Z] 15:38:19 [2023-03-05T20:38:19.425Z] runclient-common: 15:38:19 [2023-03-05T20:38:19.425Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1AppClient.jar -name ejb-bmp-contauth1Client -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:38:19 [2023-03-05T20:38:19.425Z] [exec] Mar 05, 2023 8:38:17 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:38:19 [2023-03-05T20:38:19.425Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:38:19 [2023-03-05T20:38:19.720Z] [exec] Mar 05, 2023 8:38:19 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:38:19 [2023-03-05T20:38:19.720Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 15:38:19 [2023-03-05T20:38:19.720Z] [exec] Test 2 will fail with Derby 15:38:19 [2023-03-05T20:38:19.978Z] [exec] Value of key is: test1 : 15:38:19 [2023-03-05T20:38:19.978Z] [exec] Value of key is: test2 : 15:38:19 [2023-03-05T20:38:19.978Z] [exec] jdbc contauth1 status: 15:38:19 [2023-03-05T20:38:19.978Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:38:19 [2023-03-05T20:38:19.978Z] [exec] 15:38:19 [2023-03-05T20:38:19.978Z] [exec] 15:38:19 [2023-03-05T20:38:19.978Z] [exec] ----------------------------------------- 15:38:19 [2023-03-05T20:38:19.978Z] [exec] - test2 : : PASS - 15:38:19 [2023-03-05T20:38:19.978Z] [exec] - test1 : : PASS - 15:38:19 [2023-03-05T20:38:19.978Z] [exec] ----------------------------------------- 15:38:19 [2023-03-05T20:38:19.978Z] [exec] Total PASS: 2 15:38:19 [2023-03-05T20:38:19.978Z] [exec] Total FAIL: 0 15:38:19 [2023-03-05T20:38:19.978Z] [exec] Total DID NOT RUN: 0 15:38:19 [2023-03-05T20:38:19.978Z] [exec] ----------------------------------------- 15:38:19 [2023-03-05T20:38:19.978Z] [exec] in flushAll , creating new testSuiteHash 15:38:19 [2023-03-05T20:38:19.978Z] [exec] in flushAll , creating new testSuiteHash 15:38:20 [2023-03-05T20:38:20.234Z] 15:38:20 [2023-03-05T20:38:20.234Z] checkReporting-common: 15:38:20 [2023-03-05T20:38:20.234Z] 15:38:20 [2023-03-05T20:38:20.234Z] confirmReportPresent-common: 15:38:20 [2023-03-05T20:38:20.234Z] [echo] file RepRunConf.txt is present. 15:38:20 [2023-03-05T20:38:20.234Z] [echo] Test seems to be reported fine 15:38:20 [2023-03-05T20:38:20.234Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/RepRunConf.txt 15:38:20 [2023-03-05T20:38:20.234Z] 15:38:20 [2023-03-05T20:38:20.234Z] confirmMissingReport-common: 15:38:20 [2023-03-05T20:38:20.234Z] 15:38:20 [2023-03-05T20:38:20.234Z] reset-derby-for-no-authentication: 15:38:20 [2023-03-05T20:38:20.234Z] 15:38:20 [2023-03-05T20:38:20.234Z] setOSConditions: 15:38:20 [2023-03-05T20:38:20.234Z] 15:38:20 [2023-03-05T20:38:20.234Z] setToolWin: 15:38:20 [2023-03-05T20:38:20.234Z] 15:38:20 [2023-03-05T20:38:20.234Z] setToolUnix: 15:38:20 [2023-03-05T20:38:20.234Z] 15:38:20 [2023-03-05T20:38:20.234Z] setToolProperty: 15:38:20 [2023-03-05T20:38:20.234Z] 15:38:20 [2023-03-05T20:38:20.234Z] setS1ASclassPath: 15:38:20 [2023-03-05T20:38:20.234Z] 15:38:20 [2023-03-05T20:38:20.234Z] init-common: 15:38:20 [2023-03-05T20:38:20.234Z] 15:38:20 [2023-03-05T20:38:20.234Z] stop-derby: 15:38:20 [2023-03-05T20:38:20.234Z] 15:38:20 [2023-03-05T20:38:20.234Z] stop-derby-aix: 15:38:20 [2023-03-05T20:38:20.234Z] 15:38:20 [2023-03-05T20:38:20.234Z] stop-derby-nonaix: 15:38:20 [2023-03-05T20:38:20.234Z] [echo] Stopping Derby DB Server ... 15:38:20 [2023-03-05T20:38:20.490Z] [java] Sun Mar 05 20:38:20 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:38:20 [2023-03-05T20:38:20.490Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties 15:38:20 [2023-03-05T20:38:20.490Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties.bkp to copy. 15:38:20 [2023-03-05T20:38:20.490Z] 15:38:20 [2023-03-05T20:38:20.490Z] setOSConditions: 15:38:20 [2023-03-05T20:38:20.490Z] 15:38:20 [2023-03-05T20:38:20.490Z] setToolWin: 15:38:20 [2023-03-05T20:38:20.490Z] 15:38:20 [2023-03-05T20:38:20.490Z] setToolUnix: 15:38:20 [2023-03-05T20:38:20.490Z] 15:38:20 [2023-03-05T20:38:20.490Z] setToolProperty: 15:38:20 [2023-03-05T20:38:20.490Z] 15:38:20 [2023-03-05T20:38:20.490Z] setS1ASclassPath: 15:38:20 [2023-03-05T20:38:20.490Z] 15:38:20 [2023-03-05T20:38:20.490Z] init-common: 15:38:20 [2023-03-05T20:38:20.490Z] 15:38:20 [2023-03-05T20:38:20.490Z] start-derby: 15:38:20 [2023-03-05T20:38:20.490Z] 15:38:20 [2023-03-05T20:38:20.490Z] start-derby-aix: 15:38:20 [2023-03-05T20:38:20.490Z] 15:38:20 [2023-03-05T20:38:20.490Z] start-derby-nonaix: 15:38:20 [2023-03-05T20:38:20.490Z] [echo] Starting Derby DB Server ... 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] undeploy: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] setOSConditions: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] setToolWin: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] setToolUnix: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] setToolProperty: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] setS1ASclassPath: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] init-common: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] execute-sql-common: 15:38:38 [2023-03-05T20:38:38.548Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/sql/drop_pointbase.sql 15:38:38 [2023-03-05T20:38:38.548Z] [sql] 0 rows affected 15:38:38 [2023-03-05T20:38:38.548Z] [sql] 1 of 1 SQL statements executed successfully 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] setOSConditions: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] setToolWin: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] setToolUnix: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] setToolProperty: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] setS1ASclassPath: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] init-common: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] undeploy-jdbc-common: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] setOSConditions: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] setToolWin: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] setToolUnix: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] setToolProperty: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] setS1ASclassPath: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] init-common: 15:38:38 [2023-03-05T20:38:38.548Z] 15:38:38 [2023-03-05T20:38:38.548Z] delete-jdbc-resource-common: 15:38:38 [2023-03-05T20:38:38.548Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 15:38:39 [2023-03-05T20:38:39.112Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 15:38:39 [2023-03-05T20:38:39.112Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 15:38:39 [2023-03-05T20:38:39.112Z] [echo] cmd executed for server 15:38:39 [2023-03-05T20:38:39.112Z] 15:38:39 [2023-03-05T20:38:39.112Z] setOSConditions: 15:38:39 [2023-03-05T20:38:39.112Z] 15:38:39 [2023-03-05T20:38:39.112Z] setToolWin: 15:38:39 [2023-03-05T20:38:39.112Z] 15:38:39 [2023-03-05T20:38:39.112Z] setToolUnix: 15:38:39 [2023-03-05T20:38:39.112Z] 15:38:39 [2023-03-05T20:38:39.112Z] setToolProperty: 15:38:39 [2023-03-05T20:38:39.112Z] 15:38:39 [2023-03-05T20:38:39.112Z] setS1ASclassPath: 15:38:39 [2023-03-05T20:38:39.112Z] 15:38:39 [2023-03-05T20:38:39.112Z] init-common: 15:38:39 [2023-03-05T20:38:39.112Z] 15:38:39 [2023-03-05T20:38:39.112Z] delete-jdbc-connpool-common: 15:38:39 [2023-03-05T20:38:39.112Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 15:38:39 [2023-03-05T20:38:39.368Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 15:38:39 [2023-03-05T20:38:39.368Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 15:38:39 [2023-03-05T20:38:39.368Z] [echo] cmd executed for server 15:38:39 [2023-03-05T20:38:39.368Z] 15:38:39 [2023-03-05T20:38:39.368Z] setOSConditions: 15:38:39 [2023-03-05T20:38:39.368Z] 15:38:39 [2023-03-05T20:38:39.368Z] setToolWin: 15:38:39 [2023-03-05T20:38:39.368Z] 15:38:39 [2023-03-05T20:38:39.368Z] setToolUnix: 15:38:39 [2023-03-05T20:38:39.368Z] 15:38:39 [2023-03-05T20:38:39.368Z] setToolProperty: 15:38:39 [2023-03-05T20:38:39.368Z] 15:38:39 [2023-03-05T20:38:39.368Z] setS1ASclassPath: 15:38:39 [2023-03-05T20:38:39.368Z] 15:38:39 [2023-03-05T20:38:39.368Z] init-common: 15:38:39 [2023-03-05T20:38:39.624Z] 15:38:39 [2023-03-05T20:38:39.624Z] undeploy-common: 15:38:39 [2023-03-05T20:38:39.880Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-contauth1App 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] all: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setOSConditions: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setToolWin: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setToolUnix: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setToolProperty: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setS1ASclassPath: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] init-common: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] clean: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setOSConditions: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setToolWin: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setToolUnix: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setToolProperty: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setS1ASclassPath: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] init-common: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] clean-common: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setOSConditions: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setToolWin: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setToolUnix: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setToolProperty: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setS1ASclassPath: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] init-common: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] clean-classes-common: 15:38:39 [2023-03-05T20:38:39.880Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setOSConditions: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setToolWin: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setToolUnix: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setToolProperty: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setS1ASclassPath: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] init-common: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] clean-jars-common: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] compile: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setOSConditions: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setToolWin: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setToolUnix: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setToolProperty: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] setS1ASclassPath: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] init-common: 15:38:39 [2023-03-05T20:38:39.880Z] 15:38:39 [2023-03-05T20:38:39.880Z] compile-common: 15:38:39 [2023-03-05T20:38:39.880Z] [echo] Current time (ISO): 2023-03-05T20:38:39.741+0000 15:38:39 [2023-03-05T20:38:39.881Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:38:39 [2023-03-05T20:38:39.881Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:38:41 [2023-03-05T20:38:41.258Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:38:41 [2023-03-05T20:38:41.258Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/ejb/SimpleBMPBean.java:45: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:38:41 [2023-03-05T20:38:41.258Z] [javac] return new Integer(1); 15:38:41 [2023-03-05T20:38:41.258Z] [javac] ^ 15:38:41 [2023-03-05T20:38:41.258Z] [javac] 2 warnings 15:38:41 [2023-03-05T20:38:41.258Z] 15:38:41 [2023-03-05T20:38:41.258Z] setOSConditions: 15:38:41 [2023-03-05T20:38:41.258Z] 15:38:41 [2023-03-05T20:38:41.258Z] setToolWin: 15:38:41 [2023-03-05T20:38:41.258Z] 15:38:41 [2023-03-05T20:38:41.258Z] setToolUnix: 15:38:41 [2023-03-05T20:38:41.258Z] 15:38:41 [2023-03-05T20:38:41.258Z] setToolProperty: 15:38:41 [2023-03-05T20:38:41.258Z] 15:38:41 [2023-03-05T20:38:41.258Z] setS1ASclassPath: 15:38:41 [2023-03-05T20:38:41.258Z] 15:38:41 [2023-03-05T20:38:41.258Z] init-common: 15:38:41 [2023-03-05T20:38:41.258Z] 15:38:41 [2023-03-05T20:38:41.258Z] compile-common: 15:38:41 [2023-03-05T20:38:41.258Z] [echo] Current time (ISO): 2023-03-05T20:38:40.959+0000 15:38:41 [2023-03-05T20:38:41.258Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:38:42 [2023-03-05T20:38:42.193Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:38:42 [2023-03-05T20:38:42.193Z] [javac] 1 warning 15:38:42 [2023-03-05T20:38:42.193Z] 15:38:42 [2023-03-05T20:38:42.193Z] build: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] setOSConditions: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] fixFiles: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] convUnix: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] convWin: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] setToolWin: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] setToolUnix: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] setToolProperty: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] setS1ASclassPath: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] init-common: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] package-persistence-common: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] ejb-jar-common: 15:38:42 [2023-03-05T20:38:42.449Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] package-ejbjar-common: 15:38:42 [2023-03-05T20:38:42.449Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:38:42 [2023-03-05T20:38:42.449Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:38:42 [2023-03-05T20:38:42.449Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:38:42 [2023-03-05T20:38:42.449Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1tx-ejb.jar 15:38:42 [2023-03-05T20:38:42.449Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] appclient-jar-common: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] package-appclientjar-common: 15:38:42 [2023-03-05T20:38:42.449Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:38:42 [2023-03-05T20:38:42.449Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:38:42 [2023-03-05T20:38:42.449Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:38:42 [2023-03-05T20:38:42.449Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1tx-client.jar 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] webclient-war-common: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] build-ear-common: 15:38:42 [2023-03-05T20:38:42.449Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:38:42 [2023-03-05T20:38:42.449Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1txApp.ear 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] deploy: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] setOSConditions: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] setToolWin: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] setToolUnix: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] setToolProperty: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] setS1ASclassPath: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] init-common: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] execute-sql-common: 15:38:42 [2023-03-05T20:38:42.449Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/sql/create_pointbase.sql 15:38:42 [2023-03-05T20:38:42.449Z] [sql] Failed to execute: Drop table O_Customer 15:38:42 [2023-03-05T20:38:42.449Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:38:42 [2023-03-05T20:38:42.449Z] [sql] 0 rows affected 15:38:42 [2023-03-05T20:38:42.449Z] [sql] 1 of 2 SQL statements executed successfully 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] setOSConditions: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] setToolWin: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] setToolUnix: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] setToolProperty: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] setS1ASclassPath: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] init-common: 15:38:42 [2023-03-05T20:38:42.449Z] 15:38:42 [2023-03-05T20:38:42.449Z] create-jdbc-connpool-common: 15:38:42 [2023-03-05T20:38:42.705Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-appauth-pool1 15:38:42 [2023-03-05T20:38:42.705Z] [exec] JDBC connection pool jdbc-appauth-pool1 created successfully. 15:38:42 [2023-03-05T20:38:42.705Z] 15:38:42 [2023-03-05T20:38:42.705Z] set-derby-connpool-props: 15:38:42 [2023-03-05T20:38:42.962Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser 15:38:42 [2023-03-05T20:38:42.962Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser 15:38:43 [2023-03-05T20:38:43.527Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword 15:38:43 [2023-03-05T20:38:43.528Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword 15:38:47 [2023-03-05T20:38:47.389Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 15:38:47 [2023-03-05T20:38:47.389Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 15:38:47 [2023-03-05T20:38:47.390Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 15:38:47 [2023-03-05T20:38:47.390Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 15:38:47 [2023-03-05T20:38:47.390Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb 15:38:47 [2023-03-05T20:38:47.390Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb 15:38:47 [2023-03-05T20:38:47.390Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true 15:38:47 [2023-03-05T20:38:47.390Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true 15:38:47 [2023-03-05T20:38:47.390Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true 15:38:47 [2023-03-05T20:38:47.390Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true 15:38:47 [2023-03-05T20:38:47.390Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost 15:38:47 [2023-03-05T20:38:47.390Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] setOSConditions: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] setToolWin: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] setToolUnix: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] setToolProperty: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] setS1ASclassPath: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] init-common: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] create-jdbc-resource-common: 15:38:47 [2023-03-05T20:38:47.390Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-appauth-pool1 --target server jdbc/s1qeappauth1 15:38:47 [2023-03-05T20:38:47.390Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-appauth-pool1 --enabled=true --target server jdbc/s1qeappauth1 15:38:47 [2023-03-05T20:38:47.390Z] [exec] JDBC resource jdbc/s1qeappauth1 created successfully. 15:38:47 [2023-03-05T20:38:47.390Z] [echo] cmd executed for server 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] setOSConditions: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] setToolWin: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] setToolUnix: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] setToolProperty: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] setS1ASclassPath: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] init-common: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] deploy-common: 15:38:47 [2023-03-05T20:38:47.390Z] [echo] Current time (ISO): 2023-03-05T20:38:45.387+0000 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] setOSConditions: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] setToolWin: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] setToolUnix: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] setToolProperty: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] setS1ASclassPath: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] init-common: 15:38:47 [2023-03-05T20:38:47.390Z] 15:38:47 [2023-03-05T20:38:47.390Z] deploy-common-pe: 15:38:47 [2023-03-05T20:38:47.646Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1txApp.ear 15:38:47 [2023-03-05T20:38:47.646Z] [exec] Application deployed with name ejb-bmp-contauth1txApp. 15:38:47 [2023-03-05T20:38:47.646Z] [echo] Deployment on target server server successful 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] setOSConditions: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] setToolWin: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] setToolUnix: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] setToolProperty: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] setS1ASclassPath: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] init-common: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] deploy-common-ee: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] run: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] setup-derby-for-authentication: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] setOSConditions: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] setToolWin: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] setToolUnix: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] setToolProperty: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] setS1ASclassPath: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] init-common: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] stop-derby: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] stop-derby-aix: 15:38:47 [2023-03-05T20:38:47.646Z] 15:38:47 [2023-03-05T20:38:47.646Z] stop-derby-nonaix: 15:38:47 [2023-03-05T20:38:47.646Z] [echo] Stopping Derby DB Server ... 15:38:50 [2023-03-05T20:38:50.173Z] [java] Sun Mar 05 20:38:49 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:38:50 [2023-03-05T20:38:50.173Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties to copy. 15:38:50 [2023-03-05T20:38:50.173Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases 15:38:50 [2023-03-05T20:38:50.173Z] 15:38:50 [2023-03-05T20:38:50.173Z] setOSConditions: 15:38:50 [2023-03-05T20:38:50.173Z] 15:38:50 [2023-03-05T20:38:50.173Z] setToolWin: 15:38:50 [2023-03-05T20:38:50.173Z] 15:38:50 [2023-03-05T20:38:50.173Z] setToolUnix: 15:38:50 [2023-03-05T20:38:50.173Z] 15:38:50 [2023-03-05T20:38:50.173Z] setToolProperty: 15:38:50 [2023-03-05T20:38:50.173Z] 15:38:50 [2023-03-05T20:38:50.173Z] setS1ASclassPath: 15:38:50 [2023-03-05T20:38:50.173Z] 15:38:50 [2023-03-05T20:38:50.173Z] init-common: 15:38:50 [2023-03-05T20:38:50.173Z] 15:38:50 [2023-03-05T20:38:50.173Z] start-derby: 15:38:50 [2023-03-05T20:38:50.173Z] 15:38:50 [2023-03-05T20:38:50.173Z] start-derby-aix: 15:38:50 [2023-03-05T20:38:50.173Z] 15:38:50 [2023-03-05T20:38:50.173Z] start-derby-nonaix: 15:38:50 [2023-03-05T20:38:50.173Z] [echo] Starting Derby DB Server ... 15:39:05 [2023-03-05T20:39:05.028Z] 15:39:05 [2023-03-05T20:39:05.028Z] setOSConditions: 15:39:05 [2023-03-05T20:39:05.028Z] 15:39:05 [2023-03-05T20:39:05.028Z] setToolWin: 15:39:05 [2023-03-05T20:39:05.028Z] 15:39:05 [2023-03-05T20:39:05.028Z] setToolUnix: 15:39:05 [2023-03-05T20:39:05.028Z] 15:39:05 [2023-03-05T20:39:05.028Z] setToolProperty: 15:39:05 [2023-03-05T20:39:05.028Z] 15:39:05 [2023-03-05T20:39:05.028Z] setS1ASclassPath: 15:39:05 [2023-03-05T20:39:05.029Z] 15:39:05 [2023-03-05T20:39:05.029Z] init-common: 15:39:05 [2023-03-05T20:39:05.029Z] 15:39:05 [2023-03-05T20:39:05.029Z] execute-sql-common: 15:39:05 [2023-03-05T20:39:05.029Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/sql/create_pointbase.sql 15:39:05 [2023-03-05T20:39:05.029Z] [sql] 0 rows affected 15:39:05 [2023-03-05T20:39:05.029Z] [sql] 0 rows affected 15:39:05 [2023-03-05T20:39:05.029Z] [sql] 2 of 2 SQL statements executed successfully 15:39:05 [2023-03-05T20:39:05.029Z] 15:39:05 [2023-03-05T20:39:05.029Z] setOSConditions: 15:39:05 [2023-03-05T20:39:05.029Z] 15:39:05 [2023-03-05T20:39:05.029Z] setToolWin: 15:39:05 [2023-03-05T20:39:05.029Z] 15:39:05 [2023-03-05T20:39:05.029Z] setToolUnix: 15:39:05 [2023-03-05T20:39:05.029Z] 15:39:05 [2023-03-05T20:39:05.029Z] setToolProperty: 15:39:05 [2023-03-05T20:39:05.029Z] 15:39:05 [2023-03-05T20:39:05.029Z] setS1ASclassPath: 15:39:05 [2023-03-05T20:39:05.029Z] 15:39:05 [2023-03-05T20:39:05.029Z] init-common: 15:39:05 [2023-03-05T20:39:05.029Z] 15:39:05 [2023-03-05T20:39:05.029Z] runclient-common: 15:39:05 [2023-03-05T20:39:05.029Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1txAppClient.jar -name ejb-bmp-contauth1txClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:39:05 [2023-03-05T20:39:05.956Z] [exec] Mar 05, 2023 8:39:05 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:39:05 [2023-03-05T20:39:05.956Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:39:08 [2023-03-05T20:39:08.476Z] [exec] Mar 05, 2023 8:39:08 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:39:08 [2023-03-05T20:39:08.476Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5a9840f3 15:39:08 [2023-03-05T20:39:08.476Z] [exec] All tests shall fail till a stable XA driver is integrated into Derby 15:39:08 [2023-03-05T20:39:08.733Z] [exec] Value of key is: test1 : 15:39:08 [2023-03-05T20:39:08.733Z] [exec] Value of key is: test2 : 15:39:08 [2023-03-05T20:39:08.733Z] [exec] jdbc contauth1tx status: 15:39:08 [2023-03-05T20:39:08.733Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:39:08 [2023-03-05T20:39:08.733Z] [exec] 15:39:08 [2023-03-05T20:39:08.733Z] [exec] 15:39:08 [2023-03-05T20:39:08.733Z] [exec] ----------------------------------------- 15:39:08 [2023-03-05T20:39:08.733Z] [exec] - test2 : : PASS - 15:39:08 [2023-03-05T20:39:08.733Z] [exec] - test1 : : PASS - 15:39:08 [2023-03-05T20:39:08.733Z] [exec] ----------------------------------------- 15:39:08 [2023-03-05T20:39:08.733Z] [exec] Total PASS: 2 15:39:08 [2023-03-05T20:39:08.733Z] [exec] Total FAIL: 0 15:39:08 [2023-03-05T20:39:08.733Z] [exec] Total DID NOT RUN: 0 15:39:08 [2023-03-05T20:39:08.733Z] [exec] ----------------------------------------- 15:39:08 [2023-03-05T20:39:08.733Z] [exec] in flushAll , creating new testSuiteHash 15:39:08 [2023-03-05T20:39:08.733Z] [exec] in flushAll , creating new testSuiteHash 15:39:08 [2023-03-05T20:39:08.989Z] 15:39:08 [2023-03-05T20:39:08.989Z] checkReporting-common: 15:39:08 [2023-03-05T20:39:08.989Z] 15:39:08 [2023-03-05T20:39:08.989Z] confirmReportPresent-common: 15:39:08 [2023-03-05T20:39:08.989Z] [echo] file RepRunConf.txt is present. 15:39:08 [2023-03-05T20:39:08.989Z] [echo] Test seems to be reported fine 15:39:08 [2023-03-05T20:39:08.989Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/RepRunConf.txt 15:39:08 [2023-03-05T20:39:08.989Z] 15:39:08 [2023-03-05T20:39:08.989Z] confirmMissingReport-common: 15:39:08 [2023-03-05T20:39:08.989Z] 15:39:08 [2023-03-05T20:39:08.989Z] reset-derby-for-no-authentication: 15:39:08 [2023-03-05T20:39:08.989Z] 15:39:08 [2023-03-05T20:39:08.989Z] setOSConditions: 15:39:08 [2023-03-05T20:39:08.989Z] 15:39:08 [2023-03-05T20:39:08.989Z] setToolWin: 15:39:08 [2023-03-05T20:39:08.989Z] 15:39:08 [2023-03-05T20:39:08.989Z] setToolUnix: 15:39:08 [2023-03-05T20:39:08.989Z] 15:39:08 [2023-03-05T20:39:08.989Z] setToolProperty: 15:39:08 [2023-03-05T20:39:08.989Z] 15:39:08 [2023-03-05T20:39:08.989Z] setS1ASclassPath: 15:39:08 [2023-03-05T20:39:08.989Z] 15:39:08 [2023-03-05T20:39:08.989Z] init-common: 15:39:08 [2023-03-05T20:39:08.989Z] 15:39:08 [2023-03-05T20:39:08.989Z] stop-derby: 15:39:08 [2023-03-05T20:39:08.989Z] 15:39:08 [2023-03-05T20:39:08.989Z] stop-derby-aix: 15:39:08 [2023-03-05T20:39:08.989Z] 15:39:08 [2023-03-05T20:39:08.989Z] stop-derby-nonaix: 15:39:08 [2023-03-05T20:39:08.989Z] [echo] Stopping Derby DB Server ... 15:39:09 [2023-03-05T20:39:09.245Z] [java] Sun Mar 05 20:39:09 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:39:09 [2023-03-05T20:39:09.245Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties 15:39:09 [2023-03-05T20:39:09.245Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties.bkp to copy. 15:39:09 [2023-03-05T20:39:09.245Z] 15:39:09 [2023-03-05T20:39:09.245Z] setOSConditions: 15:39:09 [2023-03-05T20:39:09.245Z] 15:39:09 [2023-03-05T20:39:09.245Z] setToolWin: 15:39:09 [2023-03-05T20:39:09.245Z] 15:39:09 [2023-03-05T20:39:09.245Z] setToolUnix: 15:39:09 [2023-03-05T20:39:09.245Z] 15:39:09 [2023-03-05T20:39:09.245Z] setToolProperty: 15:39:09 [2023-03-05T20:39:09.245Z] 15:39:09 [2023-03-05T20:39:09.245Z] setS1ASclassPath: 15:39:09 [2023-03-05T20:39:09.245Z] 15:39:09 [2023-03-05T20:39:09.245Z] init-common: 15:39:09 [2023-03-05T20:39:09.245Z] 15:39:09 [2023-03-05T20:39:09.245Z] start-derby: 15:39:09 [2023-03-05T20:39:09.245Z] 15:39:09 [2023-03-05T20:39:09.245Z] start-derby-aix: 15:39:09 [2023-03-05T20:39:09.245Z] 15:39:09 [2023-03-05T20:39:09.245Z] start-derby-nonaix: 15:39:09 [2023-03-05T20:39:09.245Z] [echo] Starting Derby DB Server ... 15:39:24 [2023-03-05T20:39:24.132Z] 15:39:24 [2023-03-05T20:39:24.132Z] undeploy: 15:39:24 [2023-03-05T20:39:24.132Z] 15:39:24 [2023-03-05T20:39:24.132Z] setOSConditions: 15:39:24 [2023-03-05T20:39:24.132Z] 15:39:24 [2023-03-05T20:39:24.132Z] setToolWin: 15:39:24 [2023-03-05T20:39:24.132Z] 15:39:24 [2023-03-05T20:39:24.132Z] setToolUnix: 15:39:24 [2023-03-05T20:39:24.132Z] 15:39:24 [2023-03-05T20:39:24.132Z] setToolProperty: 15:39:24 [2023-03-05T20:39:24.132Z] 15:39:24 [2023-03-05T20:39:24.132Z] setS1ASclassPath: 15:39:24 [2023-03-05T20:39:24.132Z] 15:39:24 [2023-03-05T20:39:24.132Z] init-common: 15:39:24 [2023-03-05T20:39:24.132Z] 15:39:24 [2023-03-05T20:39:24.132Z] undeploy-common: 15:39:24 [2023-03-05T20:39:24.721Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-contauth1txApp 15:39:24 [2023-03-05T20:39:24.721Z] 15:39:24 [2023-03-05T20:39:24.721Z] setOSConditions: 15:39:24 [2023-03-05T20:39:24.721Z] 15:39:24 [2023-03-05T20:39:24.721Z] setToolWin: 15:39:24 [2023-03-05T20:39:24.721Z] 15:39:24 [2023-03-05T20:39:24.721Z] setToolUnix: 15:39:24 [2023-03-05T20:39:24.721Z] 15:39:24 [2023-03-05T20:39:24.721Z] setToolProperty: 15:39:24 [2023-03-05T20:39:24.721Z] 15:39:24 [2023-03-05T20:39:24.721Z] setS1ASclassPath: 15:39:24 [2023-03-05T20:39:24.721Z] 15:39:24 [2023-03-05T20:39:24.721Z] init-common: 15:39:24 [2023-03-05T20:39:24.721Z] 15:39:24 [2023-03-05T20:39:24.721Z] delete-jdbc-resource-common: 15:39:24 [2023-03-05T20:39:24.721Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeappauth1 15:39:24 [2023-03-05T20:39:24.978Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeappauth1 15:39:24 [2023-03-05T20:39:24.978Z] [exec] JDBC resource jdbc/s1qeappauth1 deleted successfully 15:39:24 [2023-03-05T20:39:24.978Z] [echo] cmd executed for server 15:39:24 [2023-03-05T20:39:24.978Z] 15:39:24 [2023-03-05T20:39:24.978Z] setOSConditions: 15:39:24 [2023-03-05T20:39:24.978Z] 15:39:24 [2023-03-05T20:39:24.978Z] setToolWin: 15:39:24 [2023-03-05T20:39:24.978Z] 15:39:24 [2023-03-05T20:39:24.978Z] setToolUnix: 15:39:24 [2023-03-05T20:39:24.978Z] 15:39:24 [2023-03-05T20:39:24.978Z] setToolProperty: 15:39:24 [2023-03-05T20:39:24.978Z] 15:39:24 [2023-03-05T20:39:24.978Z] setS1ASclassPath: 15:39:24 [2023-03-05T20:39:24.978Z] 15:39:24 [2023-03-05T20:39:24.978Z] init-common: 15:39:24 [2023-03-05T20:39:24.978Z] 15:39:24 [2023-03-05T20:39:24.978Z] delete-jdbc-connpool-common: 15:39:24 [2023-03-05T20:39:24.978Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-appauth-pool1 15:39:25 [2023-03-05T20:39:25.234Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-appauth-pool1 15:39:25 [2023-03-05T20:39:25.234Z] [exec] JDBC Connection pool jdbc-appauth-pool1 deleted successfully 15:39:25 [2023-03-05T20:39:25.234Z] [echo] cmd executed for server 15:39:25 [2023-03-05T20:39:25.234Z] 15:39:25 [2023-03-05T20:39:25.234Z] setOSConditions: 15:39:25 [2023-03-05T20:39:25.234Z] 15:39:25 [2023-03-05T20:39:25.234Z] setToolWin: 15:39:25 [2023-03-05T20:39:25.234Z] 15:39:25 [2023-03-05T20:39:25.234Z] setToolUnix: 15:39:25 [2023-03-05T20:39:25.234Z] 15:39:25 [2023-03-05T20:39:25.234Z] setToolProperty: 15:39:25 [2023-03-05T20:39:25.234Z] 15:39:25 [2023-03-05T20:39:25.234Z] setS1ASclassPath: 15:39:25 [2023-03-05T20:39:25.234Z] 15:39:25 [2023-03-05T20:39:25.234Z] init-common: 15:39:25 [2023-03-05T20:39:25.234Z] 15:39:25 [2023-03-05T20:39:25.234Z] execute-sql-common: 15:39:25 [2023-03-05T20:39:25.234Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/sql/drop_pointbase.sql 15:39:25 [2023-03-05T20:39:25.490Z] [sql] 0 rows affected 15:39:25 [2023-03-05T20:39:25.490Z] [sql] 1 of 1 SQL statements executed successfully 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] all: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] all: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setOSConditions: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setToolWin: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setToolUnix: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setToolProperty: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setS1ASclassPath: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] init-common: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] clean: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setOSConditions: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setToolWin: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setToolUnix: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setToolProperty: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setS1ASclassPath: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] init-common: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] clean-common: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setOSConditions: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setToolWin: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setToolUnix: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setToolProperty: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setS1ASclassPath: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] init-common: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] clean-classes-common: 15:39:25 [2023-03-05T20:39:25.490Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setOSConditions: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setToolWin: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setToolUnix: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setToolProperty: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setS1ASclassPath: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] init-common: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] clean-jars-common: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] compile: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setOSConditions: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setToolWin: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setToolUnix: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setToolProperty: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] setS1ASclassPath: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] init-common: 15:39:25 [2023-03-05T20:39:25.490Z] 15:39:25 [2023-03-05T20:39:25.490Z] compile-common: 15:39:25 [2023-03-05T20:39:25.490Z] [echo] Current time (ISO): 2023-03-05T20:39:25.306+0000 15:39:25 [2023-03-05T20:39:25.490Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:39:25 [2023-03-05T20:39:25.490Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:39:26 [2023-03-05T20:39:26.453Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:39:26 [2023-03-05T20:39:26.713Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/ejb/SimpleBMPBean.java:35: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:39:26 [2023-03-05T20:39:26.713Z] [javac] return new Integer(1); 15:39:26 [2023-03-05T20:39:26.713Z] [javac] ^ 15:39:26 [2023-03-05T20:39:26.713Z] [javac] 2 warnings 15:39:26 [2023-03-05T20:39:26.713Z] 15:39:26 [2023-03-05T20:39:26.713Z] setOSConditions: 15:39:26 [2023-03-05T20:39:26.713Z] 15:39:26 [2023-03-05T20:39:26.713Z] setToolWin: 15:39:26 [2023-03-05T20:39:26.713Z] 15:39:26 [2023-03-05T20:39:26.713Z] setToolUnix: 15:39:26 [2023-03-05T20:39:26.713Z] 15:39:26 [2023-03-05T20:39:26.714Z] setToolProperty: 15:39:26 [2023-03-05T20:39:26.714Z] 15:39:26 [2023-03-05T20:39:26.714Z] setS1ASclassPath: 15:39:26 [2023-03-05T20:39:26.714Z] 15:39:26 [2023-03-05T20:39:26.714Z] init-common: 15:39:26 [2023-03-05T20:39:26.714Z] 15:39:26 [2023-03-05T20:39:26.714Z] compile-common: 15:39:26 [2023-03-05T20:39:26.714Z] [echo] Current time (ISO): 2023-03-05T20:39:26.558+0000 15:39:26 [2023-03-05T20:39:26.714Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:39:28 [2023-03-05T20:39:28.083Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:39:28 [2023-03-05T20:39:28.083Z] [javac] 1 warning 15:39:28 [2023-03-05T20:39:28.083Z] 15:39:28 [2023-03-05T20:39:28.083Z] build: 15:39:28 [2023-03-05T20:39:28.083Z] 15:39:28 [2023-03-05T20:39:28.083Z] setOSConditions: 15:39:28 [2023-03-05T20:39:28.083Z] 15:39:28 [2023-03-05T20:39:28.083Z] fixFiles: 15:39:28 [2023-03-05T20:39:28.083Z] 15:39:28 [2023-03-05T20:39:28.083Z] convUnix: 15:39:28 [2023-03-05T20:39:28.083Z] 15:39:28 [2023-03-05T20:39:28.083Z] convWin: 15:39:28 [2023-03-05T20:39:28.083Z] 15:39:28 [2023-03-05T20:39:28.083Z] setToolWin: 15:39:28 [2023-03-05T20:39:28.083Z] 15:39:28 [2023-03-05T20:39:28.083Z] setToolUnix: 15:39:28 [2023-03-05T20:39:28.083Z] 15:39:28 [2023-03-05T20:39:28.083Z] setToolProperty: 15:39:28 [2023-03-05T20:39:28.083Z] 15:39:28 [2023-03-05T20:39:28.083Z] setS1ASclassPath: 15:39:28 [2023-03-05T20:39:28.083Z] 15:39:28 [2023-03-05T20:39:28.083Z] init-common: 15:39:28 [2023-03-05T20:39:28.083Z] 15:39:28 [2023-03-05T20:39:28.083Z] package-persistence-common: 15:39:28 [2023-03-05T20:39:28.083Z] 15:39:28 [2023-03-05T20:39:28.083Z] ejb-jar-common: 15:39:28 [2023-03-05T20:39:28.083Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:39:28 [2023-03-05T20:39:28.083Z] 15:39:28 [2023-03-05T20:39:28.083Z] package-ejbjar-common: 15:39:28 [2023-03-05T20:39:28.083Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:39:28 [2023-03-05T20:39:28.083Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:39:28 [2023-03-05T20:39:28.083Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:39:28 [2023-03-05T20:39:28.083Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsize-ejb.jar 15:39:28 [2023-03-05T20:39:28.083Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:39:28 [2023-03-05T20:39:28.083Z] 15:39:28 [2023-03-05T20:39:28.083Z] appclient-jar-common: 15:39:28 [2023-03-05T20:39:28.083Z] 15:39:28 [2023-03-05T20:39:28.083Z] package-appclientjar-common: 15:39:28 [2023-03-05T20:39:28.083Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:39:28 [2023-03-05T20:39:28.083Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:39:28 [2023-03-05T20:39:28.084Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:39:28 [2023-03-05T20:39:28.084Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsize-client.jar 15:39:28 [2023-03-05T20:39:28.084Z] 15:39:28 [2023-03-05T20:39:28.084Z] webclient-war-common: 15:39:28 [2023-03-05T20:39:28.084Z] 15:39:28 [2023-03-05T20:39:28.084Z] build-ear-common: 15:39:28 [2023-03-05T20:39:28.084Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:39:28 [2023-03-05T20:39:28.084Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsizeApp.ear 15:39:28 [2023-03-05T20:39:28.084Z] 15:39:28 [2023-03-05T20:39:28.084Z] deploy: 15:39:28 [2023-03-05T20:39:28.084Z] 15:39:28 [2023-03-05T20:39:28.084Z] setOSConditions: 15:39:28 [2023-03-05T20:39:28.084Z] 15:39:28 [2023-03-05T20:39:28.084Z] setToolWin: 15:39:28 [2023-03-05T20:39:28.084Z] 15:39:28 [2023-03-05T20:39:28.084Z] setToolUnix: 15:39:28 [2023-03-05T20:39:28.084Z] 15:39:28 [2023-03-05T20:39:28.084Z] setToolProperty: 15:39:28 [2023-03-05T20:39:28.084Z] 15:39:28 [2023-03-05T20:39:28.084Z] setS1ASclassPath: 15:39:28 [2023-03-05T20:39:28.084Z] 15:39:28 [2023-03-05T20:39:28.084Z] init-common: 15:39:28 [2023-03-05T20:39:28.084Z] 15:39:28 [2023-03-05T20:39:28.084Z] create-jdbc-connpool-common: 15:39:28 [2023-03-05T20:39:28.340Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-maxpoolsize-pool 15:39:28 [2023-03-05T20:39:28.340Z] [exec] JDBC connection pool jdbc-maxpoolsize-pool created successfully. 15:39:28 [2023-03-05T20:39:28.340Z] 15:39:28 [2023-03-05T20:39:28.340Z] set-derby-connpool-props: 15:39:28 [2023-03-05T20:39:28.596Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.User=dbuser 15:39:28 [2023-03-05T20:39:28.596Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.User=dbuser 15:39:28 [2023-03-05T20:39:28.852Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.Password=dbpassword 15:39:28 [2023-03-05T20:39:28.852Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.Password=dbpassword 15:39:29 [2023-03-05T20:39:29.108Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.driverType=4 15:39:29 [2023-03-05T20:39:29.108Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.driverType=4 15:39:29 [2023-03-05T20:39:29.364Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.portNumber=1527 15:39:29 [2023-03-05T20:39:29.364Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.portNumber=1527 15:39:29 [2023-03-05T20:39:29.926Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.dataBaseName=testdb 15:39:29 [2023-03-05T20:39:29.926Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.dataBaseName=testdb 15:39:30 [2023-03-05T20:39:30.182Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:39:30 [2023-03-05T20:39:30.182Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:39:30 [2023-03-05T20:39:30.438Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.create=true 15:39:30 [2023-03-05T20:39:30.438Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.create=true 15:39:30 [2023-03-05T20:39:30.720Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.serverName=localhost 15:39:30 [2023-03-05T20:39:30.720Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.serverName=localhost 15:39:30 [2023-03-05T20:39:30.720Z] 15:39:30 [2023-03-05T20:39:30.720Z] setOSConditions: 15:39:30 [2023-03-05T20:39:30.720Z] 15:39:30 [2023-03-05T20:39:30.720Z] setToolWin: 15:39:30 [2023-03-05T20:39:30.720Z] 15:39:30 [2023-03-05T20:39:30.720Z] setToolUnix: 15:39:30 [2023-03-05T20:39:30.720Z] 15:39:30 [2023-03-05T20:39:30.720Z] setToolProperty: 15:39:30 [2023-03-05T20:39:30.720Z] 15:39:30 [2023-03-05T20:39:30.720Z] setS1ASclassPath: 15:39:30 [2023-03-05T20:39:30.720Z] 15:39:30 [2023-03-05T20:39:30.720Z] init-common: 15:39:30 [2023-03-05T20:39:30.720Z] 15:39:30 [2023-03-05T20:39:30.720Z] create-jdbc-resource-common: 15:39:30 [2023-03-05T20:39:30.720Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-maxpoolsize-pool --target server jdbc/maxpoolsize 15:39:30 [2023-03-05T20:39:30.976Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-maxpoolsize-pool --enabled=true --target server jdbc/maxpoolsize 15:39:30 [2023-03-05T20:39:30.976Z] [exec] JDBC resource jdbc/maxpoolsize created successfully. 15:39:30 [2023-03-05T20:39:30.976Z] [echo] cmd executed for server 15:39:30 [2023-03-05T20:39:30.976Z] 15:39:30 [2023-03-05T20:39:30.976Z] setOSConditions: 15:39:30 [2023-03-05T20:39:30.976Z] 15:39:30 [2023-03-05T20:39:30.976Z] setToolWin: 15:39:30 [2023-03-05T20:39:30.976Z] 15:39:30 [2023-03-05T20:39:30.976Z] setToolUnix: 15:39:30 [2023-03-05T20:39:30.976Z] 15:39:30 [2023-03-05T20:39:30.976Z] setToolProperty: 15:39:30 [2023-03-05T20:39:30.976Z] 15:39:30 [2023-03-05T20:39:30.976Z] setS1ASclassPath: 15:39:30 [2023-03-05T20:39:30.976Z] 15:39:30 [2023-03-05T20:39:30.976Z] init-common: 15:39:30 [2023-03-05T20:39:30.976Z] 15:39:30 [2023-03-05T20:39:30.976Z] create-jdbc-connpool-common: 15:39:31 [2023-03-05T20:39:31.232Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-maxpoolsize-pool-xa 15:39:31 [2023-03-05T20:39:31.488Z] [exec] JDBC connection pool jdbc-maxpoolsize-pool-xa created successfully. 15:39:31 [2023-03-05T20:39:31.488Z] 15:39:31 [2023-03-05T20:39:31.488Z] set-derby-connpool-props: 15:39:31 [2023-03-05T20:39:31.772Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.User=dbuser 15:39:31 [2023-03-05T20:39:31.772Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.User=dbuser 15:39:32 [2023-03-05T20:39:32.028Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.Password=dbpassword 15:39:32 [2023-03-05T20:39:32.028Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.Password=dbpassword 15:39:32 [2023-03-05T20:39:32.284Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.driverType=4 15:39:32 [2023-03-05T20:39:32.285Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.driverType=4 15:39:32 [2023-03-05T20:39:32.541Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.portNumber=1527 15:39:32 [2023-03-05T20:39:32.541Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.portNumber=1527 15:39:33 [2023-03-05T20:39:33.103Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.dataBaseName=testdb 15:39:33 [2023-03-05T20:39:33.103Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.dataBaseName=testdb 15:39:33 [2023-03-05T20:39:33.103Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.retrieveMessagesFromServerOnGetMessage=true 15:39:33 [2023-03-05T20:39:33.103Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.retrieveMessagesFromServerOnGetMessage=true 15:39:35 [2023-03-05T20:39:35.125Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.create=true 15:39:35 [2023-03-05T20:39:35.125Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.create=true 15:39:35 [2023-03-05T20:39:35.125Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.serverName=localhost 15:39:35 [2023-03-05T20:39:35.125Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.serverName=localhost 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setOSConditions: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setToolWin: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setToolUnix: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setToolProperty: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setS1ASclassPath: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] init-common: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] create-jdbc-resource-common: 15:39:35 [2023-03-05T20:39:35.125Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-maxpoolsize-pool-xa --target server jdbc/maxpoolsize-xa 15:39:35 [2023-03-05T20:39:35.125Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-maxpoolsize-pool-xa --enabled=true --target server jdbc/maxpoolsize-xa 15:39:35 [2023-03-05T20:39:35.125Z] [exec] JDBC resource jdbc/maxpoolsize-xa created successfully. 15:39:35 [2023-03-05T20:39:35.125Z] [echo] cmd executed for server 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setOSConditions: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setToolWin: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setToolUnix: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setToolProperty: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setS1ASclassPath: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] init-common: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] deploy-common: 15:39:35 [2023-03-05T20:39:35.125Z] [echo] Current time (ISO): 2023-03-05T20:39:33.998+0000 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setOSConditions: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setToolWin: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setToolUnix: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setToolProperty: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setS1ASclassPath: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] init-common: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] deploy-common-pe: 15:39:35 [2023-03-05T20:39:35.125Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsizeApp.ear 15:39:35 [2023-03-05T20:39:35.125Z] [exec] Application deployed with name jdbc-reconfig-maxpoolsizeApp. 15:39:35 [2023-03-05T20:39:35.125Z] [echo] Deployment on target server server successful 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setOSConditions: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setToolWin: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setToolUnix: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setToolProperty: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] setS1ASclassPath: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] init-common: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] deploy-common-ee: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] run: 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] asadmin-common: 15:39:35 [2023-03-05T20:39:35.125Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max_pool_size=10 15:39:35 [2023-03-05T20:39:35.125Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max_pool_size=10 15:39:35 [2023-03-05T20:39:35.125Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max-pool-size=10 15:39:35 [2023-03-05T20:39:35.125Z] 15:39:35 [2023-03-05T20:39:35.125Z] asadmin-common: 15:39:35 [2023-03-05T20:39:35.125Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max_wait_time_in_millis=1000 15:39:35 [2023-03-05T20:39:35.381Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max_wait_time_in_millis=1000 15:39:35 [2023-03-05T20:39:35.381Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max-wait-time-in-millis=1000 15:39:35 [2023-03-05T20:39:35.381Z] 15:39:35 [2023-03-05T20:39:35.381Z] setOSConditions: 15:39:35 [2023-03-05T20:39:35.381Z] 15:39:35 [2023-03-05T20:39:35.381Z] setToolWin: 15:39:35 [2023-03-05T20:39:35.381Z] 15:39:35 [2023-03-05T20:39:35.381Z] setToolUnix: 15:39:35 [2023-03-05T20:39:35.381Z] 15:39:35 [2023-03-05T20:39:35.381Z] setToolProperty: 15:39:35 [2023-03-05T20:39:35.381Z] 15:39:35 [2023-03-05T20:39:35.381Z] setS1ASclassPath: 15:39:35 [2023-03-05T20:39:35.381Z] 15:39:35 [2023-03-05T20:39:35.381Z] init-common: 15:39:35 [2023-03-05T20:39:35.381Z] 15:39:35 [2023-03-05T20:39:35.381Z] runclient-common: 15:39:35 [2023-03-05T20:39:35.381Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsizeAppClient.jar -name jdbc-reconfig-maxpoolsizeClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 15:39:38 [2023-03-05T20:39:38.656Z] [exec] Mar 05, 2023 8:39:35 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:39:38 [2023-03-05T20:39:38.656Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:39:41 [2023-03-05T20:39:41.184Z] [exec] Mar 05, 2023 8:39:40 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:39:41 [2023-03-05T20:39:41.184Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7aa01bd9 15:39:42 [2023-03-05T20:39:42.582Z] [exec] Value of key is: test1 : 15:39:42 [2023-03-05T20:39:42.582Z] [exec] jdbc reconfig-maxpoolsize status: 15:39:42 [2023-03-05T20:39:42.582Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:39:42 [2023-03-05T20:39:42.582Z] [exec] 15:39:42 [2023-03-05T20:39:42.582Z] [exec] 15:39:42 [2023-03-05T20:39:42.582Z] [exec] ----------------------------------------- 15:39:42 [2023-03-05T20:39:42.582Z] [exec] - test1 : : PASS - 15:39:42 [2023-03-05T20:39:42.582Z] [exec] ----------------------------------------- 15:39:42 [2023-03-05T20:39:42.582Z] [exec] Total PASS: 1 15:39:42 [2023-03-05T20:39:42.582Z] [exec] Total FAIL: 0 15:39:42 [2023-03-05T20:39:42.582Z] [exec] Total DID NOT RUN: 0 15:39:42 [2023-03-05T20:39:42.582Z] [exec] ----------------------------------------- 15:39:42 [2023-03-05T20:39:42.582Z] [exec] in flushAll , creating new testSuiteHash 15:39:42 [2023-03-05T20:39:42.582Z] [exec] in flushAll , creating new testSuiteHash 15:39:42 [2023-03-05T20:39:42.582Z] 15:39:42 [2023-03-05T20:39:42.582Z] checkReporting-common: 15:39:42 [2023-03-05T20:39:42.582Z] 15:39:42 [2023-03-05T20:39:42.582Z] confirmReportPresent-common: 15:39:42 [2023-03-05T20:39:42.582Z] [echo] file RepRunConf.txt is present. 15:39:42 [2023-03-05T20:39:42.582Z] [echo] Test seems to be reported fine 15:39:42 [2023-03-05T20:39:42.582Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/RepRunConf.txt 15:39:42 [2023-03-05T20:39:42.582Z] 15:39:42 [2023-03-05T20:39:42.582Z] confirmMissingReport-common: 15:39:42 [2023-03-05T20:39:42.582Z] 15:39:42 [2023-03-05T20:39:42.582Z] asadmin-common: 15:39:42 [2023-03-05T20:39:42.582Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max_pool_size=20 15:39:42 [2023-03-05T20:39:42.838Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max_pool_size=20 15:39:42 [2023-03-05T20:39:42.838Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max-pool-size=20 15:39:42 [2023-03-05T20:39:42.838Z] 15:39:42 [2023-03-05T20:39:42.838Z] setOSConditions: 15:39:42 [2023-03-05T20:39:42.838Z] 15:39:42 [2023-03-05T20:39:42.838Z] setToolWin: 15:39:42 [2023-03-05T20:39:42.838Z] 15:39:42 [2023-03-05T20:39:42.838Z] setToolUnix: 15:39:42 [2023-03-05T20:39:42.839Z] 15:39:42 [2023-03-05T20:39:42.839Z] setToolProperty: 15:39:42 [2023-03-05T20:39:42.839Z] 15:39:42 [2023-03-05T20:39:42.839Z] setS1ASclassPath: 15:39:42 [2023-03-05T20:39:42.839Z] 15:39:42 [2023-03-05T20:39:42.839Z] init-common: 15:39:42 [2023-03-05T20:39:42.839Z] 15:39:42 [2023-03-05T20:39:42.839Z] runclient-common: 15:39:42 [2023-03-05T20:39:42.839Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsizeAppClient.jar -name jdbc-reconfig-maxpoolsizeClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 15:39:43 [2023-03-05T20:39:43.766Z] [exec] Mar 05, 2023 8:39:43 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:39:43 [2023-03-05T20:39:43.766Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:39:46 [2023-03-05T20:39:46.286Z] [exec] Mar 05, 2023 8:39:45 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:39:46 [2023-03-05T20:39:46.286Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 15:39:46 [2023-03-05T20:39:46.286Z] [exec] Value of key is: test2 : 15:39:46 [2023-03-05T20:39:46.286Z] [exec] jdbc reconfig-maxpoolsize status: 15:39:46 [2023-03-05T20:39:46.286Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:39:46 [2023-03-05T20:39:46.286Z] [exec] 15:39:46 [2023-03-05T20:39:46.286Z] [exec] 15:39:46 [2023-03-05T20:39:46.286Z] [exec] ----------------------------------------- 15:39:46 [2023-03-05T20:39:46.286Z] [exec] - test2 : : PASS - 15:39:46 [2023-03-05T20:39:46.286Z] [exec] ----------------------------------------- 15:39:46 [2023-03-05T20:39:46.286Z] [exec] Total PASS: 1 15:39:46 [2023-03-05T20:39:46.286Z] [exec] Total FAIL: 0 15:39:46 [2023-03-05T20:39:46.286Z] [exec] Total DID NOT RUN: 0 15:39:46 [2023-03-05T20:39:46.286Z] [exec] ----------------------------------------- 15:39:46 [2023-03-05T20:39:46.286Z] [exec] in flushAll , creating new testSuiteHash 15:39:46 [2023-03-05T20:39:46.286Z] [exec] in flushAll , creating new testSuiteHash 15:39:46 [2023-03-05T20:39:46.286Z] 15:39:46 [2023-03-05T20:39:46.286Z] checkReporting-common: 15:39:46 [2023-03-05T20:39:46.286Z] 15:39:46 [2023-03-05T20:39:46.286Z] confirmReportPresent-common: 15:39:46 [2023-03-05T20:39:46.286Z] [echo] file RepRunConf.txt is present. 15:39:46 [2023-03-05T20:39:46.286Z] [echo] Test seems to be reported fine 15:39:46 [2023-03-05T20:39:46.286Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/RepRunConf.txt 15:39:46 [2023-03-05T20:39:46.286Z] 15:39:46 [2023-03-05T20:39:46.286Z] confirmMissingReport-common: 15:39:46 [2023-03-05T20:39:46.286Z] 15:39:46 [2023-03-05T20:39:46.286Z] asadmin-common: 15:39:46 [2023-03-05T20:39:46.286Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max_pool_size=10 15:39:46 [2023-03-05T20:39:46.847Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max_pool_size=10 15:39:46 [2023-03-05T20:39:46.847Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max-pool-size=10 15:39:46 [2023-03-05T20:39:46.847Z] 15:39:46 [2023-03-05T20:39:46.847Z] asadmin-common: 15:39:46 [2023-03-05T20:39:46.847Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max_wait_time_in_millis=1000 15:39:47 [2023-03-05T20:39:47.104Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max_wait_time_in_millis=1000 15:39:47 [2023-03-05T20:39:47.104Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max-wait-time-in-millis=1000 15:39:47 [2023-03-05T20:39:47.104Z] 15:39:47 [2023-03-05T20:39:47.104Z] setOSConditions: 15:39:47 [2023-03-05T20:39:47.104Z] 15:39:47 [2023-03-05T20:39:47.104Z] setToolWin: 15:39:47 [2023-03-05T20:39:47.104Z] 15:39:47 [2023-03-05T20:39:47.104Z] setToolUnix: 15:39:47 [2023-03-05T20:39:47.104Z] 15:39:47 [2023-03-05T20:39:47.104Z] setToolProperty: 15:39:47 [2023-03-05T20:39:47.104Z] 15:39:47 [2023-03-05T20:39:47.104Z] setS1ASclassPath: 15:39:47 [2023-03-05T20:39:47.104Z] 15:39:47 [2023-03-05T20:39:47.104Z] init-common: 15:39:47 [2023-03-05T20:39:47.104Z] 15:39:47 [2023-03-05T20:39:47.104Z] runclient-common: 15:39:47 [2023-03-05T20:39:47.104Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsizeAppClient.jar -name jdbc-reconfig-maxpoolsizeClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 3 15:39:47 [2023-03-05T20:39:47.679Z] [exec] Mar 05, 2023 8:39:47 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:39:47 [2023-03-05T20:39:47.679Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:39:50 [2023-03-05T20:39:50.220Z] [exec] Mar 05, 2023 8:39:49 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:39:50 [2023-03-05T20:39:50.220Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 15:39:50 [2023-03-05T20:39:50.220Z] [exec] Value of key is: test3 : 15:39:50 [2023-03-05T20:39:50.220Z] [exec] jdbc reconfig-maxpoolsize status: 15:39:50 [2023-03-05T20:39:50.220Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:39:50 [2023-03-05T20:39:50.220Z] [exec] 15:39:50 [2023-03-05T20:39:50.220Z] [exec] 15:39:50 [2023-03-05T20:39:50.220Z] [exec] ----------------------------------------- 15:39:50 [2023-03-05T20:39:50.220Z] [exec] - test3 : : PASS - 15:39:50 [2023-03-05T20:39:50.220Z] [exec] ----------------------------------------- 15:39:50 [2023-03-05T20:39:50.220Z] [exec] Total PASS: 1 15:39:50 [2023-03-05T20:39:50.220Z] [exec] Total FAIL: 0 15:39:50 [2023-03-05T20:39:50.220Z] [exec] Total DID NOT RUN: 0 15:39:50 [2023-03-05T20:39:50.220Z] [exec] ----------------------------------------- 15:39:50 [2023-03-05T20:39:50.220Z] [exec] in flushAll , creating new testSuiteHash 15:39:50 [2023-03-05T20:39:50.220Z] [exec] in flushAll , creating new testSuiteHash 15:39:50 [2023-03-05T20:39:50.220Z] 15:39:50 [2023-03-05T20:39:50.220Z] checkReporting-common: 15:39:50 [2023-03-05T20:39:50.220Z] 15:39:50 [2023-03-05T20:39:50.220Z] confirmReportPresent-common: 15:39:50 [2023-03-05T20:39:50.220Z] [echo] file RepRunConf.txt is present. 15:39:50 [2023-03-05T20:39:50.220Z] [echo] Test seems to be reported fine 15:39:50 [2023-03-05T20:39:50.220Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/RepRunConf.txt 15:39:50 [2023-03-05T20:39:50.220Z] 15:39:50 [2023-03-05T20:39:50.220Z] confirmMissingReport-common: 15:39:50 [2023-03-05T20:39:50.220Z] 15:39:50 [2023-03-05T20:39:50.220Z] asadmin-common: 15:39:50 [2023-03-05T20:39:50.220Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max_pool_size=20 15:39:50 [2023-03-05T20:39:50.477Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max_pool_size=20 15:39:50 [2023-03-05T20:39:50.477Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max-pool-size=20 15:39:50 [2023-03-05T20:39:50.477Z] 15:39:50 [2023-03-05T20:39:50.477Z] setOSConditions: 15:39:50 [2023-03-05T20:39:50.477Z] 15:39:50 [2023-03-05T20:39:50.477Z] setToolWin: 15:39:50 [2023-03-05T20:39:50.477Z] 15:39:50 [2023-03-05T20:39:50.477Z] setToolUnix: 15:39:50 [2023-03-05T20:39:50.477Z] 15:39:50 [2023-03-05T20:39:50.477Z] setToolProperty: 15:39:50 [2023-03-05T20:39:50.477Z] 15:39:50 [2023-03-05T20:39:50.477Z] setS1ASclassPath: 15:39:50 [2023-03-05T20:39:50.477Z] 15:39:50 [2023-03-05T20:39:50.477Z] init-common: 15:39:50 [2023-03-05T20:39:50.477Z] 15:39:50 [2023-03-05T20:39:50.477Z] runclient-common: 15:39:50 [2023-03-05T20:39:50.477Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsizeAppClient.jar -name jdbc-reconfig-maxpoolsizeClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 4 15:39:51 [2023-03-05T20:39:51.039Z] [exec] Mar 05, 2023 8:39:50 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:39:51 [2023-03-05T20:39:51.039Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:39:53 [2023-03-05T20:39:53.605Z] [exec] Mar 05, 2023 8:39:52 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:39:53 [2023-03-05T20:39:53.605Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@41e9f86 15:39:53 [2023-03-05T20:39:53.605Z] [exec] Value of key is: test4 : 15:39:53 [2023-03-05T20:39:53.605Z] [exec] jdbc reconfig-maxpoolsize status: 15:39:53 [2023-03-05T20:39:53.605Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:39:53 [2023-03-05T20:39:53.605Z] [exec] 15:39:53 [2023-03-05T20:39:53.605Z] [exec] 15:39:53 [2023-03-05T20:39:53.605Z] [exec] ----------------------------------------- 15:39:53 [2023-03-05T20:39:53.605Z] [exec] - test4 : : PASS - 15:39:53 [2023-03-05T20:39:53.605Z] [exec] ----------------------------------------- 15:39:53 [2023-03-05T20:39:53.605Z] [exec] Total PASS: 1 15:39:53 [2023-03-05T20:39:53.605Z] [exec] Total FAIL: 0 15:39:53 [2023-03-05T20:39:53.605Z] [exec] Total DID NOT RUN: 0 15:39:53 [2023-03-05T20:39:53.605Z] [exec] ----------------------------------------- 15:39:53 [2023-03-05T20:39:53.605Z] [exec] in flushAll , creating new testSuiteHash 15:39:53 [2023-03-05T20:39:53.605Z] [exec] in flushAll , creating new testSuiteHash 15:39:53 [2023-03-05T20:39:53.605Z] 15:39:53 [2023-03-05T20:39:53.605Z] checkReporting-common: 15:39:53 [2023-03-05T20:39:53.605Z] 15:39:53 [2023-03-05T20:39:53.605Z] confirmReportPresent-common: 15:39:53 [2023-03-05T20:39:53.605Z] [echo] file RepRunConf.txt is present. 15:39:53 [2023-03-05T20:39:53.605Z] [echo] Test seems to be reported fine 15:39:53 [2023-03-05T20:39:53.605Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/RepRunConf.txt 15:39:53 [2023-03-05T20:39:53.605Z] 15:39:53 [2023-03-05T20:39:53.605Z] confirmMissingReport-common: 15:39:53 [2023-03-05T20:39:53.605Z] 15:39:53 [2023-03-05T20:39:53.605Z] undeploy: 15:39:53 [2023-03-05T20:39:53.605Z] 15:39:53 [2023-03-05T20:39:53.605Z] setOSConditions: 15:39:53 [2023-03-05T20:39:53.605Z] 15:39:53 [2023-03-05T20:39:53.605Z] setToolWin: 15:39:53 [2023-03-05T20:39:53.605Z] 15:39:53 [2023-03-05T20:39:53.605Z] setToolUnix: 15:39:53 [2023-03-05T20:39:53.605Z] 15:39:53 [2023-03-05T20:39:53.605Z] setToolProperty: 15:39:53 [2023-03-05T20:39:53.605Z] 15:39:53 [2023-03-05T20:39:53.605Z] setS1ASclassPath: 15:39:53 [2023-03-05T20:39:53.605Z] 15:39:53 [2023-03-05T20:39:53.605Z] init-common: 15:39:53 [2023-03-05T20:39:53.605Z] 15:39:53 [2023-03-05T20:39:53.605Z] undeploy-common: 15:39:54 [2023-03-05T20:39:54.167Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-reconfig-maxpoolsizeApp 15:39:54 [2023-03-05T20:39:54.167Z] 15:39:54 [2023-03-05T20:39:54.167Z] setOSConditions: 15:39:54 [2023-03-05T20:39:54.167Z] 15:39:54 [2023-03-05T20:39:54.167Z] setToolWin: 15:39:54 [2023-03-05T20:39:54.167Z] 15:39:54 [2023-03-05T20:39:54.167Z] setToolUnix: 15:39:54 [2023-03-05T20:39:54.167Z] 15:39:54 [2023-03-05T20:39:54.167Z] setToolProperty: 15:39:54 [2023-03-05T20:39:54.167Z] 15:39:54 [2023-03-05T20:39:54.167Z] setS1ASclassPath: 15:39:54 [2023-03-05T20:39:54.167Z] 15:39:54 [2023-03-05T20:39:54.167Z] init-common: 15:39:54 [2023-03-05T20:39:54.167Z] 15:39:54 [2023-03-05T20:39:54.167Z] undeploy-jdbc-common: 15:39:54 [2023-03-05T20:39:54.167Z] 15:39:54 [2023-03-05T20:39:54.167Z] setOSConditions: 15:39:54 [2023-03-05T20:39:54.167Z] 15:39:54 [2023-03-05T20:39:54.167Z] setToolWin: 15:39:54 [2023-03-05T20:39:54.167Z] 15:39:54 [2023-03-05T20:39:54.167Z] setToolUnix: 15:39:54 [2023-03-05T20:39:54.167Z] 15:39:54 [2023-03-05T20:39:54.167Z] setToolProperty: 15:39:54 [2023-03-05T20:39:54.167Z] 15:39:54 [2023-03-05T20:39:54.167Z] setS1ASclassPath: 15:39:54 [2023-03-05T20:39:54.167Z] 15:39:54 [2023-03-05T20:39:54.167Z] init-common: 15:39:54 [2023-03-05T20:39:54.167Z] 15:39:54 [2023-03-05T20:39:54.167Z] delete-jdbc-resource-common: 15:39:54 [2023-03-05T20:39:54.167Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/maxpoolsize 15:39:54 [2023-03-05T20:39:54.423Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/maxpoolsize 15:39:54 [2023-03-05T20:39:54.423Z] [exec] JDBC resource jdbc/maxpoolsize deleted successfully 15:39:54 [2023-03-05T20:39:54.423Z] [echo] cmd executed for server 15:39:54 [2023-03-05T20:39:54.423Z] 15:39:54 [2023-03-05T20:39:54.423Z] setOSConditions: 15:39:54 [2023-03-05T20:39:54.423Z] 15:39:54 [2023-03-05T20:39:54.423Z] setToolWin: 15:39:54 [2023-03-05T20:39:54.423Z] 15:39:54 [2023-03-05T20:39:54.423Z] setToolUnix: 15:39:54 [2023-03-05T20:39:54.423Z] 15:39:54 [2023-03-05T20:39:54.423Z] setToolProperty: 15:39:54 [2023-03-05T20:39:54.423Z] 15:39:54 [2023-03-05T20:39:54.423Z] setS1ASclassPath: 15:39:54 [2023-03-05T20:39:54.423Z] 15:39:54 [2023-03-05T20:39:54.423Z] init-common: 15:39:54 [2023-03-05T20:39:54.423Z] 15:39:54 [2023-03-05T20:39:54.423Z] delete-jdbc-connpool-common: 15:39:54 [2023-03-05T20:39:54.423Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-maxpoolsize-pool 15:39:54 [2023-03-05T20:39:54.678Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-maxpoolsize-pool 15:39:54 [2023-03-05T20:39:54.678Z] [exec] JDBC Connection pool jdbc-maxpoolsize-pool deleted successfully 15:39:54 [2023-03-05T20:39:54.678Z] [echo] cmd executed for server 15:39:54 [2023-03-05T20:39:54.678Z] 15:39:54 [2023-03-05T20:39:54.679Z] setOSConditions: 15:39:54 [2023-03-05T20:39:54.679Z] 15:39:54 [2023-03-05T20:39:54.679Z] setToolWin: 15:39:54 [2023-03-05T20:39:54.679Z] 15:39:54 [2023-03-05T20:39:54.679Z] setToolUnix: 15:39:54 [2023-03-05T20:39:54.679Z] 15:39:54 [2023-03-05T20:39:54.679Z] setToolProperty: 15:39:54 [2023-03-05T20:39:54.679Z] 15:39:54 [2023-03-05T20:39:54.679Z] setS1ASclassPath: 15:39:54 [2023-03-05T20:39:54.679Z] 15:39:54 [2023-03-05T20:39:54.679Z] init-common: 15:39:54 [2023-03-05T20:39:54.679Z] 15:39:54 [2023-03-05T20:39:54.679Z] undeploy-jdbc-common: 15:39:54 [2023-03-05T20:39:54.679Z] 15:39:54 [2023-03-05T20:39:54.679Z] setOSConditions: 15:39:54 [2023-03-05T20:39:54.679Z] 15:39:54 [2023-03-05T20:39:54.679Z] setToolWin: 15:39:54 [2023-03-05T20:39:54.679Z] 15:39:54 [2023-03-05T20:39:54.679Z] setToolUnix: 15:39:54 [2023-03-05T20:39:54.679Z] 15:39:54 [2023-03-05T20:39:54.679Z] setToolProperty: 15:39:54 [2023-03-05T20:39:54.679Z] 15:39:54 [2023-03-05T20:39:54.679Z] setS1ASclassPath: 15:39:54 [2023-03-05T20:39:54.679Z] 15:39:54 [2023-03-05T20:39:54.679Z] init-common: 15:39:54 [2023-03-05T20:39:54.679Z] 15:39:54 [2023-03-05T20:39:54.679Z] delete-jdbc-resource-common: 15:39:54 [2023-03-05T20:39:54.679Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/maxpoolsize-xa 15:39:54 [2023-03-05T20:39:54.934Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/maxpoolsize-xa 15:39:54 [2023-03-05T20:39:54.934Z] [exec] JDBC resource jdbc/maxpoolsize-xa deleted successfully 15:39:54 [2023-03-05T20:39:54.934Z] [echo] cmd executed for server 15:39:54 [2023-03-05T20:39:54.934Z] 15:39:54 [2023-03-05T20:39:54.934Z] setOSConditions: 15:39:54 [2023-03-05T20:39:54.934Z] 15:39:54 [2023-03-05T20:39:54.934Z] setToolWin: 15:39:54 [2023-03-05T20:39:54.934Z] 15:39:54 [2023-03-05T20:39:54.934Z] setToolUnix: 15:39:54 [2023-03-05T20:39:54.934Z] 15:39:54 [2023-03-05T20:39:54.934Z] setToolProperty: 15:39:54 [2023-03-05T20:39:54.934Z] 15:39:54 [2023-03-05T20:39:54.934Z] setS1ASclassPath: 15:39:54 [2023-03-05T20:39:54.934Z] 15:39:54 [2023-03-05T20:39:54.934Z] init-common: 15:39:54 [2023-03-05T20:39:54.934Z] 15:39:54 [2023-03-05T20:39:54.934Z] delete-jdbc-connpool-common: 15:39:54 [2023-03-05T20:39:54.934Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-maxpoolsize-pool-xa 15:39:55 [2023-03-05T20:39:55.193Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-maxpoolsize-pool-xa 15:39:55 [2023-03-05T20:39:55.193Z] [exec] JDBC Connection pool jdbc-maxpoolsize-pool-xa deleted successfully 15:39:55 [2023-03-05T20:39:55.193Z] [echo] cmd executed for server 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] all: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] setOSConditions: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] setToolWin: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] setToolUnix: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] setToolProperty: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] setS1ASclassPath: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] init-common: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] clean: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] setOSConditions: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] setToolWin: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] setToolUnix: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] setToolProperty: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] setS1ASclassPath: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] init-common: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] clean-common: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] setOSConditions: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] setToolWin: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] setToolUnix: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] setToolProperty: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] setS1ASclassPath: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] init-common: 15:39:55 [2023-03-05T20:39:55.193Z] 15:39:55 [2023-03-05T20:39:55.193Z] clean-classes-common: 15:39:55 [2023-03-05T20:39:55.193Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:39:55 [2023-03-05T20:39:55.449Z] 15:39:55 [2023-03-05T20:39:55.449Z] setOSConditions: 15:39:55 [2023-03-05T20:39:55.449Z] 15:39:55 [2023-03-05T20:39:55.449Z] setToolWin: 15:39:55 [2023-03-05T20:39:55.449Z] 15:39:55 [2023-03-05T20:39:55.449Z] setToolUnix: 15:39:55 [2023-03-05T20:39:55.449Z] 15:39:55 [2023-03-05T20:39:55.449Z] setToolProperty: 15:39:55 [2023-03-05T20:39:55.449Z] 15:39:55 [2023-03-05T20:39:55.449Z] setS1ASclassPath: 15:39:55 [2023-03-05T20:39:55.449Z] 15:39:55 [2023-03-05T20:39:55.449Z] init-common: 15:39:55 [2023-03-05T20:39:55.449Z] 15:39:55 [2023-03-05T20:39:55.449Z] clean-jars-common: 15:39:55 [2023-03-05T20:39:55.449Z] 15:39:55 [2023-03-05T20:39:55.449Z] compile: 15:39:55 [2023-03-05T20:39:55.449Z] 15:39:55 [2023-03-05T20:39:55.449Z] setOSConditions: 15:39:55 [2023-03-05T20:39:55.449Z] 15:39:55 [2023-03-05T20:39:55.449Z] setToolWin: 15:39:55 [2023-03-05T20:39:55.449Z] 15:39:55 [2023-03-05T20:39:55.449Z] setToolUnix: 15:39:55 [2023-03-05T20:39:55.449Z] 15:39:55 [2023-03-05T20:39:55.449Z] setToolProperty: 15:39:55 [2023-03-05T20:39:55.449Z] 15:39:55 [2023-03-05T20:39:55.449Z] setS1ASclassPath: 15:39:55 [2023-03-05T20:39:55.449Z] 15:39:55 [2023-03-05T20:39:55.449Z] init-common: 15:39:55 [2023-03-05T20:39:55.449Z] 15:39:55 [2023-03-05T20:39:55.449Z] compile-common: 15:39:55 [2023-03-05T20:39:55.449Z] [echo] Current time (ISO): 2023-03-05T20:39:55.200+0000 15:39:55 [2023-03-05T20:39:55.449Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:39:55 [2023-03-05T20:39:55.449Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:39:56 [2023-03-05T20:39:56.386Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:39:56 [2023-03-05T20:39:56.386Z] [javac] 1 warning 15:39:56 [2023-03-05T20:39:56.386Z] 15:39:56 [2023-03-05T20:39:56.386Z] setOSConditions: 15:39:56 [2023-03-05T20:39:56.386Z] 15:39:56 [2023-03-05T20:39:56.386Z] setToolWin: 15:39:56 [2023-03-05T20:39:56.386Z] 15:39:56 [2023-03-05T20:39:56.386Z] setToolUnix: 15:39:56 [2023-03-05T20:39:56.386Z] 15:39:56 [2023-03-05T20:39:56.386Z] setToolProperty: 15:39:56 [2023-03-05T20:39:56.386Z] 15:39:56 [2023-03-05T20:39:56.386Z] setS1ASclassPath: 15:39:56 [2023-03-05T20:39:56.386Z] 15:39:56 [2023-03-05T20:39:56.386Z] init-common: 15:39:56 [2023-03-05T20:39:56.386Z] 15:39:56 [2023-03-05T20:39:56.386Z] compile-common: 15:39:56 [2023-03-05T20:39:56.386Z] [echo] Current time (ISO): 2023-03-05T20:39:56.375+0000 15:39:56 [2023-03-05T20:39:56.386Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:39:57 [2023-03-05T20:39:57.759Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:39:57 [2023-03-05T20:39:57.759Z] [javac] 1 warning 15:39:57 [2023-03-05T20:39:57.759Z] 15:39:57 [2023-03-05T20:39:57.759Z] build: 15:39:57 [2023-03-05T20:39:57.759Z] 15:39:57 [2023-03-05T20:39:57.759Z] setOSConditions: 15:39:57 [2023-03-05T20:39:57.759Z] 15:39:57 [2023-03-05T20:39:57.759Z] fixFiles: 15:39:57 [2023-03-05T20:39:57.759Z] 15:39:57 [2023-03-05T20:39:57.759Z] convUnix: 15:39:57 [2023-03-05T20:39:57.759Z] 15:39:57 [2023-03-05T20:39:57.759Z] convWin: 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] setToolWin: 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] setToolUnix: 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] setToolProperty: 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] setS1ASclassPath: 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] init-common: 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] package-persistence-common: 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] ejb-jar-common: 15:39:57 [2023-03-05T20:39:57.760Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] package-ejbjar-common: 15:39:57 [2023-03-05T20:39:57.760Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:39:57 [2023-03-05T20:39:57.760Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:39:57 [2023-03-05T20:39:57.760Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:39:57 [2023-03-05T20:39:57.760Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauth-ejb.jar 15:39:57 [2023-03-05T20:39:57.760Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] appclient-jar-common: 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] package-appclientjar-common: 15:39:57 [2023-03-05T20:39:57.760Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:39:57 [2023-03-05T20:39:57.760Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:39:57 [2023-03-05T20:39:57.760Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:39:57 [2023-03-05T20:39:57.760Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauth-client.jar 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] webclient-war-common: 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] build-ear-common: 15:39:57 [2023-03-05T20:39:57.760Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:39:57 [2023-03-05T20:39:57.760Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthApp.ear 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] deploy: 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] setOSConditions: 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] setToolWin: 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] setToolUnix: 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] setToolProperty: 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] setS1ASclassPath: 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] init-common: 15:39:57 [2023-03-05T20:39:57.760Z] 15:39:57 [2023-03-05T20:39:57.760Z] create-jdbc-connpool-common: 15:39:58 [2023-03-05T20:39:58.020Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-poolauth-pool 15:39:58 [2023-03-05T20:39:58.020Z] [exec] JDBC connection pool jdbc-poolauth-pool created successfully. 15:39:58 [2023-03-05T20:39:58.020Z] 15:39:58 [2023-03-05T20:39:58.020Z] set-derby-connpool-props: 15:39:58 [2023-03-05T20:39:58.583Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 15:39:58 [2023-03-05T20:39:58.583Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 15:39:58 [2023-03-05T20:39:58.839Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 15:39:58 [2023-03-05T20:39:58.839Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 15:39:59 [2023-03-05T20:39:59.120Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.driverType=4 15:39:59 [2023-03-05T20:39:59.120Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.driverType=4 15:39:59 [2023-03-05T20:39:59.376Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.portNumber=1527 15:39:59 [2023-03-05T20:39:59.376Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.portNumber=1527 15:39:59 [2023-03-05T20:39:59.632Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.dataBaseName=testdb 15:39:59 [2023-03-05T20:39:59.632Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.dataBaseName=testdb 15:39:59 [2023-03-05T20:39:59.889Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:39:59 [2023-03-05T20:39:59.889Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:40:00 [2023-03-05T20:40:00.450Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.create=true 15:40:00 [2023-03-05T20:40:00.450Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.create=true 15:40:00 [2023-03-05T20:40:00.719Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.serverName=localhost 15:40:00 [2023-03-05T20:40:00.719Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.serverName=localhost 15:40:00 [2023-03-05T20:40:00.719Z] 15:40:00 [2023-03-05T20:40:00.719Z] setOSConditions: 15:40:00 [2023-03-05T20:40:00.719Z] 15:40:00 [2023-03-05T20:40:00.719Z] setToolWin: 15:40:00 [2023-03-05T20:40:00.719Z] 15:40:00 [2023-03-05T20:40:00.719Z] setToolUnix: 15:40:00 [2023-03-05T20:40:00.719Z] 15:40:00 [2023-03-05T20:40:00.719Z] setToolProperty: 15:40:00 [2023-03-05T20:40:00.719Z] 15:40:00 [2023-03-05T20:40:00.719Z] setS1ASclassPath: 15:40:00 [2023-03-05T20:40:00.719Z] 15:40:00 [2023-03-05T20:40:00.719Z] init-common: 15:40:00 [2023-03-05T20:40:00.719Z] 15:40:00 [2023-03-05T20:40:00.719Z] create-jdbc-resource-common: 15:40:00 [2023-03-05T20:40:00.719Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-poolauth-pool --target server jdbc/poolauth 15:40:00 [2023-03-05T20:40:00.974Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-poolauth-pool --enabled=true --target server jdbc/poolauth 15:40:00 [2023-03-05T20:40:00.975Z] [exec] JDBC resource jdbc/poolauth created successfully. 15:40:00 [2023-03-05T20:40:00.975Z] [echo] cmd executed for server 15:40:00 [2023-03-05T20:40:00.975Z] 15:40:00 [2023-03-05T20:40:00.975Z] setOSConditions: 15:40:00 [2023-03-05T20:40:00.975Z] 15:40:00 [2023-03-05T20:40:00.975Z] setToolWin: 15:40:00 [2023-03-05T20:40:00.975Z] 15:40:00 [2023-03-05T20:40:00.975Z] setToolUnix: 15:40:00 [2023-03-05T20:40:00.975Z] 15:40:00 [2023-03-05T20:40:00.975Z] setToolProperty: 15:40:00 [2023-03-05T20:40:00.975Z] 15:40:00 [2023-03-05T20:40:00.975Z] setS1ASclassPath: 15:40:00 [2023-03-05T20:40:00.975Z] 15:40:00 [2023-03-05T20:40:00.975Z] init-common: 15:40:00 [2023-03-05T20:40:00.975Z] 15:40:00 [2023-03-05T20:40:00.975Z] deploy-common: 15:40:00 [2023-03-05T20:40:00.975Z] [echo] Current time (ISO): 2023-03-05T20:40:00.788+0000 15:40:00 [2023-03-05T20:40:00.975Z] 15:40:00 [2023-03-05T20:40:00.975Z] setOSConditions: 15:40:00 [2023-03-05T20:40:00.975Z] 15:40:00 [2023-03-05T20:40:00.975Z] setToolWin: 15:40:00 [2023-03-05T20:40:00.975Z] 15:40:00 [2023-03-05T20:40:00.975Z] setToolUnix: 15:40:00 [2023-03-05T20:40:00.975Z] 15:40:00 [2023-03-05T20:40:00.975Z] setToolProperty: 15:40:00 [2023-03-05T20:40:00.975Z] 15:40:00 [2023-03-05T20:40:00.975Z] setS1ASclassPath: 15:40:00 [2023-03-05T20:40:00.975Z] 15:40:00 [2023-03-05T20:40:00.975Z] init-common: 15:40:00 [2023-03-05T20:40:00.975Z] 15:40:00 [2023-03-05T20:40:00.975Z] deploy-common-pe: 15:40:01 [2023-03-05T20:40:01.231Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthApp.ear 15:40:01 [2023-03-05T20:40:01.487Z] [exec] Application deployed with name jdbc-poolauthApp. 15:40:01 [2023-03-05T20:40:01.487Z] [echo] Deployment on target server server successful 15:40:01 [2023-03-05T20:40:01.487Z] 15:40:01 [2023-03-05T20:40:01.487Z] setOSConditions: 15:40:01 [2023-03-05T20:40:01.487Z] 15:40:01 [2023-03-05T20:40:01.487Z] setToolWin: 15:40:01 [2023-03-05T20:40:01.487Z] 15:40:01 [2023-03-05T20:40:01.487Z] setToolUnix: 15:40:01 [2023-03-05T20:40:01.487Z] 15:40:01 [2023-03-05T20:40:01.487Z] setToolProperty: 15:40:01 [2023-03-05T20:40:01.487Z] 15:40:01 [2023-03-05T20:40:01.487Z] setS1ASclassPath: 15:40:01 [2023-03-05T20:40:01.487Z] 15:40:01 [2023-03-05T20:40:01.487Z] init-common: 15:40:01 [2023-03-05T20:40:01.487Z] 15:40:01 [2023-03-05T20:40:01.487Z] deploy-common-ee: 15:40:01 [2023-03-05T20:40:01.487Z] 15:40:01 [2023-03-05T20:40:01.488Z] run: 15:40:01 [2023-03-05T20:40:01.488Z] 15:40:01 [2023-03-05T20:40:01.488Z] create-sql: 15:40:01 [2023-03-05T20:40:01.488Z] 15:40:01 [2023-03-05T20:40:01.488Z] setOSConditions: 15:40:01 [2023-03-05T20:40:01.488Z] 15:40:01 [2023-03-05T20:40:01.488Z] setToolWin: 15:40:01 [2023-03-05T20:40:01.488Z] 15:40:01 [2023-03-05T20:40:01.488Z] setToolUnix: 15:40:01 [2023-03-05T20:40:01.488Z] 15:40:01 [2023-03-05T20:40:01.488Z] setToolProperty: 15:40:01 [2023-03-05T20:40:01.488Z] 15:40:01 [2023-03-05T20:40:01.488Z] setS1ASclassPath: 15:40:01 [2023-03-05T20:40:01.488Z] 15:40:01 [2023-03-05T20:40:01.488Z] init-common: 15:40:01 [2023-03-05T20:40:01.488Z] 15:40:01 [2023-03-05T20:40:01.488Z] execute-sql-common: 15:40:01 [2023-03-05T20:40:01.488Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/sql/create_dbuser_tables.sql 15:40:01 [2023-03-05T20:40:01.488Z] [sql] Failed to execute: Drop table DBUSERTABLE 15:40:01 [2023-03-05T20:40:01.488Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DBUSERTABLE' because it does not exist. 15:40:01 [2023-03-05T20:40:01.488Z] [sql] 0 rows affected 15:40:01 [2023-03-05T20:40:01.488Z] [sql] 1 rows affected 15:40:01 [2023-03-05T20:40:01.488Z] [sql] 1 rows affected 15:40:01 [2023-03-05T20:40:01.488Z] [sql] 3 of 4 SQL statements executed successfully 15:40:01 [2023-03-05T20:40:01.488Z] 15:40:01 [2023-03-05T20:40:01.488Z] setOSConditions: 15:40:01 [2023-03-05T20:40:01.488Z] 15:40:01 [2023-03-05T20:40:01.488Z] setToolWin: 15:40:01 [2023-03-05T20:40:01.488Z] 15:40:01 [2023-03-05T20:40:01.488Z] setToolUnix: 15:40:01 [2023-03-05T20:40:01.488Z] 15:40:01 [2023-03-05T20:40:01.488Z] setToolProperty: 15:40:01 [2023-03-05T20:40:01.488Z] 15:40:01 [2023-03-05T20:40:01.488Z] setS1ASclassPath: 15:40:01 [2023-03-05T20:40:01.488Z] 15:40:01 [2023-03-05T20:40:01.488Z] init-common: 15:40:01 [2023-03-05T20:40:01.488Z] 15:40:01 [2023-03-05T20:40:01.488Z] execute-sql-common: 15:40:01 [2023-03-05T20:40:01.488Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/sql/create_pbpublic_tables.sql 15:40:01 [2023-03-05T20:40:01.488Z] [sql] Failed to execute: Drop table PBPUBLICTABLE 15:40:01 [2023-03-05T20:40:01.488Z] [sql] java.sql.SQLSyntaxErrorException: Schema 'PBPUBLIC' does not exist 15:40:01 [2023-03-05T20:40:01.488Z] [sql] 0 rows affected 15:40:01 [2023-03-05T20:40:01.488Z] [sql] 1 rows affected 15:40:01 [2023-03-05T20:40:01.488Z] [sql] 1 rows affected 15:40:01 [2023-03-05T20:40:01.488Z] [sql] 3 of 4 SQL statements executed successfully 15:40:01 [2023-03-05T20:40:01.488Z] 15:40:01 [2023-03-05T20:40:01.488Z] asadmin-common: 15:40:01 [2023-03-05T20:40:01.488Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 15:40:01 [2023-03-05T20:40:01.746Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 15:40:01 [2023-03-05T20:40:01.746Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 15:40:01 [2023-03-05T20:40:01.746Z] 15:40:01 [2023-03-05T20:40:01.746Z] asadmin-common: 15:40:01 [2023-03-05T20:40:01.746Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 15:40:08 [2023-03-05T20:40:08.130Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 15:40:08 [2023-03-05T20:40:08.130Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] setOSConditions: 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] setToolWin: 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] setToolUnix: 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] setToolProperty: 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] setS1ASclassPath: 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] init-common: 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] runclient-common: 15:40:08 [2023-03-05T20:40:08.130Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthAppClient.jar -name jdbc-poolauthClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 15:40:08 [2023-03-05T20:40:08.130Z] [exec] Mar 05, 2023 8:40:02 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:40:08 [2023-03-05T20:40:08.130Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:40:08 [2023-03-05T20:40:08.130Z] [exec] Mar 05, 2023 8:40:04 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:40:08 [2023-03-05T20:40:08.130Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@50598a1a 15:40:08 [2023-03-05T20:40:08.130Z] [exec] Value of key is: test1 : 15:40:08 [2023-03-05T20:40:08.130Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:40:08 [2023-03-05T20:40:08.130Z] [exec] 15:40:08 [2023-03-05T20:40:08.130Z] [exec] 15:40:08 [2023-03-05T20:40:08.130Z] [exec] ----------------------------------------- 15:40:08 [2023-03-05T20:40:08.130Z] [exec] - test1 : : PASS - 15:40:08 [2023-03-05T20:40:08.130Z] [exec] ----------------------------------------- 15:40:08 [2023-03-05T20:40:08.130Z] [exec] Total PASS: 1 15:40:08 [2023-03-05T20:40:08.130Z] [exec] Total FAIL: 0 15:40:08 [2023-03-05T20:40:08.130Z] [exec] Total DID NOT RUN: 0 15:40:08 [2023-03-05T20:40:08.130Z] [exec] ----------------------------------------- 15:40:08 [2023-03-05T20:40:08.130Z] [exec] in flushAll , creating new testSuiteHash 15:40:08 [2023-03-05T20:40:08.130Z] [exec] in flushAll , creating new testSuiteHash 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] checkReporting-common: 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] confirmReportPresent-common: 15:40:08 [2023-03-05T20:40:08.130Z] [echo] file RepRunConf.txt is present. 15:40:08 [2023-03-05T20:40:08.130Z] [echo] Test seems to be reported fine 15:40:08 [2023-03-05T20:40:08.130Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/RepRunConf.txt 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] confirmMissingReport-common: 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] asadmin-common: 15:40:08 [2023-03-05T20:40:08.130Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=pbpublic 15:40:08 [2023-03-05T20:40:08.130Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=pbpublic 15:40:08 [2023-03-05T20:40:08.130Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=pbpublic 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] asadmin-common: 15:40:08 [2023-03-05T20:40:08.130Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=pbpublic 15:40:08 [2023-03-05T20:40:08.130Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=pbpublic 15:40:08 [2023-03-05T20:40:08.130Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=pbpublic 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] setOSConditions: 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] setToolWin: 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] setToolUnix: 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] setToolProperty: 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] setS1ASclassPath: 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] init-common: 15:40:08 [2023-03-05T20:40:08.130Z] 15:40:08 [2023-03-05T20:40:08.130Z] runclient-common: 15:40:08 [2023-03-05T20:40:08.131Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthAppClient.jar -name jdbc-poolauthClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 15:40:08 [2023-03-05T20:40:08.693Z] [exec] Mar 05, 2023 8:40:08 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:40:08 [2023-03-05T20:40:08.693Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:40:12 [2023-03-05T20:40:12.147Z] [exec] Mar 05, 2023 8:40:11 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:40:12 [2023-03-05T20:40:12.147Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7d30007d 15:40:12 [2023-03-05T20:40:12.147Z] [exec] Value of key is: test2 : 15:40:12 [2023-03-05T20:40:12.147Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:40:12 [2023-03-05T20:40:12.147Z] [exec] 15:40:12 [2023-03-05T20:40:12.147Z] [exec] 15:40:12 [2023-03-05T20:40:12.147Z] [exec] ----------------------------------------- 15:40:12 [2023-03-05T20:40:12.147Z] [exec] - test2 : : PASS - 15:40:12 [2023-03-05T20:40:12.147Z] [exec] ----------------------------------------- 15:40:12 [2023-03-05T20:40:12.147Z] [exec] Total PASS: 1 15:40:12 [2023-03-05T20:40:12.147Z] [exec] Total FAIL: 0 15:40:12 [2023-03-05T20:40:12.147Z] [exec] Total DID NOT RUN: 0 15:40:12 [2023-03-05T20:40:12.147Z] [exec] ----------------------------------------- 15:40:12 [2023-03-05T20:40:12.147Z] [exec] in flushAll , creating new testSuiteHash 15:40:12 [2023-03-05T20:40:12.147Z] [exec] in flushAll , creating new testSuiteHash 15:40:12 [2023-03-05T20:40:12.404Z] 15:40:12 [2023-03-05T20:40:12.404Z] checkReporting-common: 15:40:12 [2023-03-05T20:40:12.404Z] 15:40:12 [2023-03-05T20:40:12.404Z] confirmReportPresent-common: 15:40:12 [2023-03-05T20:40:12.404Z] [echo] file RepRunConf.txt is present. 15:40:12 [2023-03-05T20:40:12.404Z] [echo] Test seems to be reported fine 15:40:12 [2023-03-05T20:40:12.404Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/RepRunConf.txt 15:40:12 [2023-03-05T20:40:12.404Z] 15:40:12 [2023-03-05T20:40:12.404Z] confirmMissingReport-common: 15:40:12 [2023-03-05T20:40:12.404Z] 15:40:12 [2023-03-05T20:40:12.404Z] undeploy: 15:40:12 [2023-03-05T20:40:12.404Z] 15:40:12 [2023-03-05T20:40:12.404Z] drop-sql: 15:40:12 [2023-03-05T20:40:12.404Z] 15:40:12 [2023-03-05T20:40:12.404Z] setOSConditions: 15:40:12 [2023-03-05T20:40:12.404Z] 15:40:12 [2023-03-05T20:40:12.404Z] setToolWin: 15:40:12 [2023-03-05T20:40:12.404Z] 15:40:12 [2023-03-05T20:40:12.404Z] setToolUnix: 15:40:12 [2023-03-05T20:40:12.404Z] 15:40:12 [2023-03-05T20:40:12.404Z] setToolProperty: 15:40:12 [2023-03-05T20:40:12.404Z] 15:40:12 [2023-03-05T20:40:12.404Z] setS1ASclassPath: 15:40:12 [2023-03-05T20:40:12.404Z] 15:40:12 [2023-03-05T20:40:12.404Z] init-common: 15:40:12 [2023-03-05T20:40:12.404Z] 15:40:12 [2023-03-05T20:40:12.404Z] execute-sql-common: 15:40:12 [2023-03-05T20:40:12.404Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/sql/drop_dbuser_tables.sql 15:40:12 [2023-03-05T20:40:12.404Z] [sql] 0 rows affected 15:40:12 [2023-03-05T20:40:12.404Z] [sql] 1 of 1 SQL statements executed successfully 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] setOSConditions: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] setToolWin: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] setToolUnix: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] setToolProperty: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] setS1ASclassPath: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] init-common: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] execute-sql-common: 15:40:12 [2023-03-05T20:40:12.660Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/sql/drop_pbpublic_tables.sql 15:40:12 [2023-03-05T20:40:12.660Z] [sql] 0 rows affected 15:40:12 [2023-03-05T20:40:12.660Z] [sql] 1 of 1 SQL statements executed successfully 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] setOSConditions: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] setToolWin: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] setToolUnix: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] setToolProperty: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] setS1ASclassPath: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] init-common: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] undeploy-jdbc-common: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] setOSConditions: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] setToolWin: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] setToolUnix: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] setToolProperty: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] setS1ASclassPath: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] init-common: 15:40:12 [2023-03-05T20:40:12.660Z] 15:40:12 [2023-03-05T20:40:12.660Z] delete-jdbc-resource-common: 15:40:12 [2023-03-05T20:40:12.660Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/poolauth 15:40:12 [2023-03-05T20:40:12.920Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/poolauth 15:40:12 [2023-03-05T20:40:12.920Z] [exec] JDBC resource jdbc/poolauth deleted successfully 15:40:12 [2023-03-05T20:40:12.920Z] [echo] cmd executed for server 15:40:12 [2023-03-05T20:40:12.920Z] 15:40:12 [2023-03-05T20:40:12.920Z] setOSConditions: 15:40:12 [2023-03-05T20:40:12.920Z] 15:40:12 [2023-03-05T20:40:12.920Z] setToolWin: 15:40:12 [2023-03-05T20:40:12.920Z] 15:40:12 [2023-03-05T20:40:12.920Z] setToolUnix: 15:40:12 [2023-03-05T20:40:12.920Z] 15:40:12 [2023-03-05T20:40:12.920Z] setToolProperty: 15:40:12 [2023-03-05T20:40:12.920Z] 15:40:12 [2023-03-05T20:40:12.920Z] setS1ASclassPath: 15:40:12 [2023-03-05T20:40:12.920Z] 15:40:12 [2023-03-05T20:40:12.920Z] init-common: 15:40:12 [2023-03-05T20:40:12.920Z] 15:40:12 [2023-03-05T20:40:12.920Z] delete-jdbc-connpool-common: 15:40:12 [2023-03-05T20:40:12.920Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-poolauth-pool 15:40:13 [2023-03-05T20:40:13.177Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-poolauth-pool 15:40:13 [2023-03-05T20:40:13.177Z] [exec] JDBC Connection pool jdbc-poolauth-pool deleted successfully 15:40:13 [2023-03-05T20:40:13.177Z] [echo] cmd executed for server 15:40:13 [2023-03-05T20:40:13.177Z] 15:40:13 [2023-03-05T20:40:13.177Z] setOSConditions: 15:40:13 [2023-03-05T20:40:13.177Z] 15:40:13 [2023-03-05T20:40:13.177Z] setToolWin: 15:40:13 [2023-03-05T20:40:13.177Z] 15:40:13 [2023-03-05T20:40:13.177Z] setToolUnix: 15:40:13 [2023-03-05T20:40:13.177Z] 15:40:13 [2023-03-05T20:40:13.177Z] setToolProperty: 15:40:13 [2023-03-05T20:40:13.177Z] 15:40:13 [2023-03-05T20:40:13.177Z] setS1ASclassPath: 15:40:13 [2023-03-05T20:40:13.177Z] 15:40:13 [2023-03-05T20:40:13.177Z] init-common: 15:40:13 [2023-03-05T20:40:13.177Z] 15:40:13 [2023-03-05T20:40:13.177Z] undeploy-common: 15:40:13 [2023-03-05T20:40:13.433Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-poolauthApp 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] all: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] setOSConditions: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] setToolWin: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] setToolUnix: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] setToolProperty: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] setS1ASclassPath: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] init-common: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] clean: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] setOSConditions: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] setToolWin: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] setToolUnix: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] setToolProperty: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] setS1ASclassPath: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] init-common: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] clean-common: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] setOSConditions: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] setToolWin: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] setToolUnix: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] setToolProperty: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] setS1ASclassPath: 15:40:13 [2023-03-05T20:40:13.433Z] 15:40:13 [2023-03-05T20:40:13.433Z] init-common: 15:40:13 [2023-03-05T20:40:13.689Z] 15:40:13 [2023-03-05T20:40:13.689Z] clean-classes-common: 15:40:13 [2023-03-05T20:40:13.689Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:40:13 [2023-03-05T20:40:13.689Z] 15:40:13 [2023-03-05T20:40:13.689Z] setOSConditions: 15:40:13 [2023-03-05T20:40:13.689Z] 15:40:13 [2023-03-05T20:40:13.689Z] setToolWin: 15:40:13 [2023-03-05T20:40:13.689Z] 15:40:13 [2023-03-05T20:40:13.689Z] setToolUnix: 15:40:13 [2023-03-05T20:40:13.689Z] 15:40:13 [2023-03-05T20:40:13.689Z] setToolProperty: 15:40:13 [2023-03-05T20:40:13.689Z] 15:40:13 [2023-03-05T20:40:13.689Z] setS1ASclassPath: 15:40:13 [2023-03-05T20:40:13.689Z] 15:40:13 [2023-03-05T20:40:13.689Z] init-common: 15:40:13 [2023-03-05T20:40:13.689Z] 15:40:13 [2023-03-05T20:40:13.689Z] clean-jars-common: 15:40:13 [2023-03-05T20:40:13.689Z] 15:40:13 [2023-03-05T20:40:13.689Z] compile: 15:40:13 [2023-03-05T20:40:13.689Z] 15:40:13 [2023-03-05T20:40:13.689Z] setOSConditions: 15:40:13 [2023-03-05T20:40:13.689Z] 15:40:13 [2023-03-05T20:40:13.689Z] setToolWin: 15:40:13 [2023-03-05T20:40:13.689Z] 15:40:13 [2023-03-05T20:40:13.689Z] setToolUnix: 15:40:13 [2023-03-05T20:40:13.689Z] 15:40:13 [2023-03-05T20:40:13.689Z] setToolProperty: 15:40:13 [2023-03-05T20:40:13.689Z] 15:40:13 [2023-03-05T20:40:13.689Z] setS1ASclassPath: 15:40:13 [2023-03-05T20:40:13.689Z] 15:40:13 [2023-03-05T20:40:13.689Z] init-common: 15:40:13 [2023-03-05T20:40:13.689Z] 15:40:13 [2023-03-05T20:40:13.689Z] compile-common: 15:40:13 [2023-03-05T20:40:13.689Z] [echo] Current time (ISO): 2023-03-05T20:40:13.445+0000 15:40:13 [2023-03-05T20:40:13.689Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:40:13 [2023-03-05T20:40:13.689Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:40:14 [2023-03-05T20:40:14.620Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:40:14 [2023-03-05T20:40:14.877Z] [javac] 1 warning 15:40:14 [2023-03-05T20:40:14.877Z] 15:40:14 [2023-03-05T20:40:14.877Z] setOSConditions: 15:40:14 [2023-03-05T20:40:14.877Z] 15:40:14 [2023-03-05T20:40:14.877Z] setToolWin: 15:40:14 [2023-03-05T20:40:14.877Z] 15:40:14 [2023-03-05T20:40:14.877Z] setToolUnix: 15:40:14 [2023-03-05T20:40:14.877Z] 15:40:14 [2023-03-05T20:40:14.877Z] setToolProperty: 15:40:14 [2023-03-05T20:40:14.877Z] 15:40:14 [2023-03-05T20:40:14.877Z] setS1ASclassPath: 15:40:14 [2023-03-05T20:40:14.877Z] 15:40:14 [2023-03-05T20:40:14.877Z] init-common: 15:40:14 [2023-03-05T20:40:14.877Z] 15:40:14 [2023-03-05T20:40:14.877Z] compile-common: 15:40:14 [2023-03-05T20:40:14.877Z] [echo] Current time (ISO): 2023-03-05T20:40:14.655+0000 15:40:14 [2023-03-05T20:40:14.877Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:40:15 [2023-03-05T20:40:15.820Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:40:16 [2023-03-05T20:40:16.077Z] [javac] 1 warning 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] build: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] setOSConditions: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] fixFiles: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] convUnix: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] convWin: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] setToolWin: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] setToolUnix: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] setToolProperty: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] setS1ASclassPath: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] init-common: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] package-persistence-common: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] ejb-jar-common: 15:40:16 [2023-03-05T20:40:16.077Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] package-ejbjar-common: 15:40:16 [2023-03-05T20:40:16.077Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:16 [2023-03-05T20:40:16.077Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:16 [2023-03-05T20:40:16.077Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:16 [2023-03-05T20:40:16.077Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauth-ejb.jar 15:40:16 [2023-03-05T20:40:16.077Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] appclient-jar-common: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] package-appclientjar-common: 15:40:16 [2023-03-05T20:40:16.077Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:16 [2023-03-05T20:40:16.077Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:16 [2023-03-05T20:40:16.077Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:16 [2023-03-05T20:40:16.077Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauth-client.jar 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] webclient-war-common: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] build-ear-common: 15:40:16 [2023-03-05T20:40:16.077Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:16 [2023-03-05T20:40:16.077Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthApp.ear 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] deploy: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] setOSConditions: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] setToolWin: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] setToolUnix: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] setToolProperty: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] setS1ASclassPath: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] init-common: 15:40:16 [2023-03-05T20:40:16.077Z] 15:40:16 [2023-03-05T20:40:16.077Z] create-jdbc-connpool-common: 15:40:16 [2023-03-05T20:40:16.341Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-poolauth-pool 15:40:16 [2023-03-05T20:40:16.341Z] [exec] JDBC connection pool jdbc-poolauth-pool created successfully. 15:40:16 [2023-03-05T20:40:16.341Z] 15:40:16 [2023-03-05T20:40:16.341Z] set-derby-connpool-props: 15:40:16 [2023-03-05T20:40:16.597Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 15:40:16 [2023-03-05T20:40:16.597Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 15:40:16 [2023-03-05T20:40:16.854Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 15:40:17 [2023-03-05T20:40:17.120Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 15:40:17 [2023-03-05T20:40:17.376Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.driverType=4 15:40:17 [2023-03-05T20:40:17.376Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.driverType=4 15:40:17 [2023-03-05T20:40:17.633Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.portNumber=1527 15:40:17 [2023-03-05T20:40:17.633Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.portNumber=1527 15:40:17 [2023-03-05T20:40:17.889Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.dataBaseName=testdb 15:40:17 [2023-03-05T20:40:17.889Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.dataBaseName=testdb 15:40:18 [2023-03-05T20:40:18.145Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:40:18 [2023-03-05T20:40:18.145Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:40:18 [2023-03-05T20:40:18.401Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.create=true 15:40:18 [2023-03-05T20:40:18.401Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.create=true 15:40:18 [2023-03-05T20:40:18.964Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.serverName=localhost 15:40:18 [2023-03-05T20:40:18.964Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.serverName=localhost 15:40:18 [2023-03-05T20:40:18.964Z] 15:40:18 [2023-03-05T20:40:18.964Z] setOSConditions: 15:40:18 [2023-03-05T20:40:18.964Z] 15:40:18 [2023-03-05T20:40:18.964Z] setToolWin: 15:40:18 [2023-03-05T20:40:18.964Z] 15:40:18 [2023-03-05T20:40:18.964Z] setToolUnix: 15:40:18 [2023-03-05T20:40:18.964Z] 15:40:18 [2023-03-05T20:40:18.964Z] setToolProperty: 15:40:18 [2023-03-05T20:40:18.964Z] 15:40:18 [2023-03-05T20:40:18.964Z] setS1ASclassPath: 15:40:18 [2023-03-05T20:40:18.964Z] 15:40:18 [2023-03-05T20:40:18.964Z] init-common: 15:40:18 [2023-03-05T20:40:18.964Z] 15:40:18 [2023-03-05T20:40:18.964Z] create-jdbc-resource-common: 15:40:18 [2023-03-05T20:40:18.964Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-poolauth-pool --target server jdbc/poolauth 15:40:19 [2023-03-05T20:40:19.224Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-poolauth-pool --enabled=true --target server jdbc/poolauth 15:40:19 [2023-03-05T20:40:19.224Z] [exec] JDBC resource jdbc/poolauth created successfully. 15:40:19 [2023-03-05T20:40:19.224Z] [echo] cmd executed for server 15:40:19 [2023-03-05T20:40:19.224Z] 15:40:19 [2023-03-05T20:40:19.224Z] setOSConditions: 15:40:19 [2023-03-05T20:40:19.224Z] 15:40:19 [2023-03-05T20:40:19.224Z] setToolWin: 15:40:19 [2023-03-05T20:40:19.224Z] 15:40:19 [2023-03-05T20:40:19.224Z] setToolUnix: 15:40:19 [2023-03-05T20:40:19.224Z] 15:40:19 [2023-03-05T20:40:19.224Z] setToolProperty: 15:40:19 [2023-03-05T20:40:19.224Z] 15:40:19 [2023-03-05T20:40:19.224Z] setS1ASclassPath: 15:40:19 [2023-03-05T20:40:19.224Z] 15:40:19 [2023-03-05T20:40:19.224Z] init-common: 15:40:19 [2023-03-05T20:40:19.224Z] 15:40:19 [2023-03-05T20:40:19.224Z] deploy-common: 15:40:19 [2023-03-05T20:40:19.224Z] [echo] Current time (ISO): 2023-03-05T20:40:18.995+0000 15:40:19 [2023-03-05T20:40:19.224Z] 15:40:19 [2023-03-05T20:40:19.224Z] setOSConditions: 15:40:19 [2023-03-05T20:40:19.224Z] 15:40:19 [2023-03-05T20:40:19.224Z] setToolWin: 15:40:19 [2023-03-05T20:40:19.224Z] 15:40:19 [2023-03-05T20:40:19.224Z] setToolUnix: 15:40:19 [2023-03-05T20:40:19.224Z] 15:40:19 [2023-03-05T20:40:19.224Z] setToolProperty: 15:40:19 [2023-03-05T20:40:19.224Z] 15:40:19 [2023-03-05T20:40:19.224Z] setS1ASclassPath: 15:40:19 [2023-03-05T20:40:19.224Z] 15:40:19 [2023-03-05T20:40:19.224Z] init-common: 15:40:19 [2023-03-05T20:40:19.224Z] 15:40:19 [2023-03-05T20:40:19.224Z] deploy-common-pe: 15:40:19 [2023-03-05T20:40:19.480Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthApp.ear 15:40:19 [2023-03-05T20:40:19.480Z] [exec] Application deployed with name jdbc-poolauthApp. 15:40:19 [2023-03-05T20:40:19.480Z] [echo] Deployment on target server server successful 15:40:19 [2023-03-05T20:40:19.480Z] 15:40:19 [2023-03-05T20:40:19.480Z] setOSConditions: 15:40:19 [2023-03-05T20:40:19.480Z] 15:40:19 [2023-03-05T20:40:19.480Z] setToolWin: 15:40:19 [2023-03-05T20:40:19.480Z] 15:40:19 [2023-03-05T20:40:19.480Z] setToolUnix: 15:40:19 [2023-03-05T20:40:19.480Z] 15:40:19 [2023-03-05T20:40:19.480Z] setToolProperty: 15:40:19 [2023-03-05T20:40:19.480Z] 15:40:19 [2023-03-05T20:40:19.480Z] setS1ASclassPath: 15:40:19 [2023-03-05T20:40:19.480Z] 15:40:19 [2023-03-05T20:40:19.480Z] init-common: 15:40:19 [2023-03-05T20:40:19.480Z] 15:40:19 [2023-03-05T20:40:19.480Z] deploy-common-ee: 15:40:19 [2023-03-05T20:40:19.480Z] 15:40:19 [2023-03-05T20:40:19.480Z] run: 15:40:19 [2023-03-05T20:40:19.480Z] 15:40:19 [2023-03-05T20:40:19.480Z] create-sql: 15:40:19 [2023-03-05T20:40:19.736Z] 15:40:19 [2023-03-05T20:40:19.736Z] setOSConditions: 15:40:19 [2023-03-05T20:40:19.736Z] 15:40:19 [2023-03-05T20:40:19.736Z] setToolWin: 15:40:19 [2023-03-05T20:40:19.736Z] 15:40:19 [2023-03-05T20:40:19.736Z] setToolUnix: 15:40:19 [2023-03-05T20:40:19.736Z] 15:40:19 [2023-03-05T20:40:19.736Z] setToolProperty: 15:40:19 [2023-03-05T20:40:19.736Z] 15:40:19 [2023-03-05T20:40:19.736Z] setS1ASclassPath: 15:40:19 [2023-03-05T20:40:19.736Z] 15:40:19 [2023-03-05T20:40:19.736Z] init-common: 15:40:19 [2023-03-05T20:40:19.736Z] 15:40:19 [2023-03-05T20:40:19.736Z] execute-sql-common: 15:40:19 [2023-03-05T20:40:19.736Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/sql/create_dbuser_tables.sql 15:40:19 [2023-03-05T20:40:19.736Z] [sql] Failed to execute: Drop table DBUSERTABLE 15:40:19 [2023-03-05T20:40:19.736Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DBUSERTABLE' because it does not exist. 15:40:19 [2023-03-05T20:40:19.736Z] [sql] 0 rows affected 15:40:19 [2023-03-05T20:40:19.736Z] [sql] 1 rows affected 15:40:19 [2023-03-05T20:40:19.736Z] [sql] 1 rows affected 15:40:19 [2023-03-05T20:40:19.736Z] [sql] 3 of 4 SQL statements executed successfully 15:40:19 [2023-03-05T20:40:19.736Z] 15:40:19 [2023-03-05T20:40:19.736Z] setOSConditions: 15:40:19 [2023-03-05T20:40:19.736Z] 15:40:19 [2023-03-05T20:40:19.736Z] setToolWin: 15:40:19 [2023-03-05T20:40:19.736Z] 15:40:19 [2023-03-05T20:40:19.736Z] setToolUnix: 15:40:19 [2023-03-05T20:40:19.736Z] 15:40:19 [2023-03-05T20:40:19.736Z] setToolProperty: 15:40:19 [2023-03-05T20:40:19.736Z] 15:40:19 [2023-03-05T20:40:19.736Z] setS1ASclassPath: 15:40:19 [2023-03-05T20:40:19.736Z] 15:40:19 [2023-03-05T20:40:19.736Z] init-common: 15:40:19 [2023-03-05T20:40:19.736Z] 15:40:19 [2023-03-05T20:40:19.737Z] execute-sql-common: 15:40:19 [2023-03-05T20:40:19.737Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/sql/create_pbpublic_tables.sql 15:40:19 [2023-03-05T20:40:19.737Z] [sql] Failed to execute: Drop table PBPUBLICTABLE 15:40:19 [2023-03-05T20:40:19.737Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PBPUBLICTABLE' because it does not exist. 15:40:19 [2023-03-05T20:40:19.737Z] [sql] 0 rows affected 15:40:19 [2023-03-05T20:40:19.737Z] [sql] 1 rows affected 15:40:19 [2023-03-05T20:40:19.737Z] [sql] 1 rows affected 15:40:19 [2023-03-05T20:40:19.737Z] [sql] 3 of 4 SQL statements executed successfully 15:40:19 [2023-03-05T20:40:19.737Z] 15:40:19 [2023-03-05T20:40:19.737Z] asadmin-common: 15:40:19 [2023-03-05T20:40:19.737Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 15:40:19 [2023-03-05T20:40:19.993Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 15:40:19 [2023-03-05T20:40:19.993Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 15:40:19 [2023-03-05T20:40:19.993Z] 15:40:19 [2023-03-05T20:40:19.993Z] asadmin-common: 15:40:19 [2023-03-05T20:40:19.993Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 15:40:20 [2023-03-05T20:40:20.250Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 15:40:20 [2023-03-05T20:40:20.250Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 15:40:20 [2023-03-05T20:40:20.250Z] 15:40:20 [2023-03-05T20:40:20.250Z] setOSConditions: 15:40:20 [2023-03-05T20:40:20.250Z] 15:40:20 [2023-03-05T20:40:20.250Z] setToolWin: 15:40:20 [2023-03-05T20:40:20.250Z] 15:40:20 [2023-03-05T20:40:20.250Z] setToolUnix: 15:40:20 [2023-03-05T20:40:20.250Z] 15:40:20 [2023-03-05T20:40:20.250Z] setToolProperty: 15:40:20 [2023-03-05T20:40:20.250Z] 15:40:20 [2023-03-05T20:40:20.250Z] setS1ASclassPath: 15:40:20 [2023-03-05T20:40:20.250Z] 15:40:20 [2023-03-05T20:40:20.250Z] init-common: 15:40:20 [2023-03-05T20:40:20.250Z] 15:40:20 [2023-03-05T20:40:20.250Z] runclient-common: 15:40:20 [2023-03-05T20:40:20.251Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthAppClient.jar -name jdbc-poolauthClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 15:40:20 [2023-03-05T20:40:20.820Z] [exec] Mar 05, 2023 8:40:20 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:40:20 [2023-03-05T20:40:20.820Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:40:23 [2023-03-05T20:40:23.348Z] [exec] Mar 05, 2023 8:40:22 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:40:23 [2023-03-05T20:40:23.348Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2ca54da9 15:40:23 [2023-03-05T20:40:23.348Z] [exec] Value of key is: test1 : 15:40:23 [2023-03-05T20:40:23.348Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:40:23 [2023-03-05T20:40:23.348Z] [exec] 15:40:23 [2023-03-05T20:40:23.348Z] [exec] 15:40:23 [2023-03-05T20:40:23.348Z] [exec] ----------------------------------------- 15:40:23 [2023-03-05T20:40:23.348Z] [exec] - test1 : : PASS - 15:40:23 [2023-03-05T20:40:23.348Z] [exec] ----------------------------------------- 15:40:23 [2023-03-05T20:40:23.348Z] [exec] Total PASS: 1 15:40:23 [2023-03-05T20:40:23.348Z] [exec] Total FAIL: 0 15:40:23 [2023-03-05T20:40:23.348Z] [exec] Total DID NOT RUN: 0 15:40:23 [2023-03-05T20:40:23.348Z] [exec] ----------------------------------------- 15:40:23 [2023-03-05T20:40:23.348Z] [exec] in flushAll , creating new testSuiteHash 15:40:23 [2023-03-05T20:40:23.348Z] [exec] in flushAll , creating new testSuiteHash 15:40:23 [2023-03-05T20:40:23.604Z] 15:40:23 [2023-03-05T20:40:23.604Z] checkReporting-common: 15:40:23 [2023-03-05T20:40:23.604Z] 15:40:23 [2023-03-05T20:40:23.604Z] confirmReportPresent-common: 15:40:23 [2023-03-05T20:40:23.604Z] [echo] file RepRunConf.txt is present. 15:40:23 [2023-03-05T20:40:23.604Z] [echo] Test seems to be reported fine 15:40:23 [2023-03-05T20:40:23.604Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/RepRunConf.txt 15:40:23 [2023-03-05T20:40:23.604Z] 15:40:23 [2023-03-05T20:40:23.604Z] confirmMissingReport-common: 15:40:23 [2023-03-05T20:40:23.604Z] 15:40:23 [2023-03-05T20:40:23.604Z] asadmin-common: 15:40:23 [2023-03-05T20:40:23.604Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=pbpublic 15:40:24 [2023-03-05T20:40:24.166Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=pbpublic 15:40:24 [2023-03-05T20:40:24.166Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=pbpublic 15:40:24 [2023-03-05T20:40:24.166Z] 15:40:24 [2023-03-05T20:40:24.166Z] asadmin-common: 15:40:24 [2023-03-05T20:40:24.166Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=pbpublic 15:40:24 [2023-03-05T20:40:24.422Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=pbpublic 15:40:24 [2023-03-05T20:40:24.423Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=pbpublic 15:40:24 [2023-03-05T20:40:24.423Z] 15:40:24 [2023-03-05T20:40:24.423Z] asadmin-common: 15:40:24 [2023-03-05T20:40:24.423Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true applications.application.jdbc-poolauthApp.enabled=false 15:40:24 [2023-03-05T20:40:24.679Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set applications.application.jdbc-poolauthApp.enabled=false 15:40:24 [2023-03-05T20:40:24.679Z] [exec] applications.application.jdbc-poolauthApp.enabled=false 15:40:24 [2023-03-05T20:40:24.679Z] 15:40:24 [2023-03-05T20:40:24.679Z] asadmin-common: 15:40:24 [2023-03-05T20:40:24.679Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true applications.application.jdbc-poolauthApp.enabled=true 15:40:24 [2023-03-05T20:40:24.935Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set applications.application.jdbc-poolauthApp.enabled=true 15:40:24 [2023-03-05T20:40:24.935Z] [exec] applications.application.jdbc-poolauthApp.enabled=true 15:40:24 [2023-03-05T20:40:24.935Z] 15:40:24 [2023-03-05T20:40:24.935Z] setOSConditions: 15:40:24 [2023-03-05T20:40:24.935Z] 15:40:24 [2023-03-05T20:40:24.935Z] setToolWin: 15:40:24 [2023-03-05T20:40:24.935Z] 15:40:24 [2023-03-05T20:40:24.935Z] setToolUnix: 15:40:24 [2023-03-05T20:40:24.935Z] 15:40:24 [2023-03-05T20:40:24.935Z] setToolProperty: 15:40:24 [2023-03-05T20:40:24.935Z] 15:40:24 [2023-03-05T20:40:24.935Z] setS1ASclassPath: 15:40:24 [2023-03-05T20:40:24.935Z] 15:40:24 [2023-03-05T20:40:24.935Z] init-common: 15:40:24 [2023-03-05T20:40:24.935Z] 15:40:24 [2023-03-05T20:40:24.935Z] runclient-common: 15:40:24 [2023-03-05T20:40:24.935Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthAppClient.jar -name jdbc-poolauthClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 15:40:25 [2023-03-05T20:40:25.865Z] [exec] Mar 05, 2023 8:40:25 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:40:25 [2023-03-05T20:40:25.865Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:40:27 [2023-03-05T20:40:27.758Z] [exec] Mar 05, 2023 8:40:27 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:40:27 [2023-03-05T20:40:27.758Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@19fec3d6 15:40:28 [2023-03-05T20:40:28.321Z] [exec] Value of key is: test2 : 15:40:28 [2023-03-05T20:40:28.321Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:40:28 [2023-03-05T20:40:28.321Z] [exec] 15:40:28 [2023-03-05T20:40:28.321Z] [exec] 15:40:28 [2023-03-05T20:40:28.321Z] [exec] ----------------------------------------- 15:40:28 [2023-03-05T20:40:28.321Z] [exec] - test2 : : PASS - 15:40:28 [2023-03-05T20:40:28.321Z] [exec] ----------------------------------------- 15:40:28 [2023-03-05T20:40:28.321Z] [exec] Total PASS: 1 15:40:28 [2023-03-05T20:40:28.321Z] [exec] Total FAIL: 0 15:40:28 [2023-03-05T20:40:28.321Z] [exec] Total DID NOT RUN: 0 15:40:28 [2023-03-05T20:40:28.321Z] [exec] ----------------------------------------- 15:40:28 [2023-03-05T20:40:28.321Z] [exec] in flushAll , creating new testSuiteHash 15:40:28 [2023-03-05T20:40:28.321Z] [exec] in flushAll , creating new testSuiteHash 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] checkReporting-common: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] confirmReportPresent-common: 15:40:28 [2023-03-05T20:40:28.321Z] [echo] file RepRunConf.txt is present. 15:40:28 [2023-03-05T20:40:28.321Z] [echo] Test seems to be reported fine 15:40:28 [2023-03-05T20:40:28.321Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/RepRunConf.txt 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] confirmMissingReport-common: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] undeploy: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] drop-sql: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setOSConditions: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setToolWin: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setToolUnix: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setToolProperty: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setS1ASclassPath: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] init-common: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] execute-sql-common: 15:40:28 [2023-03-05T20:40:28.321Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/sql/drop_dbuser_tables.sql 15:40:28 [2023-03-05T20:40:28.321Z] [sql] 0 rows affected 15:40:28 [2023-03-05T20:40:28.321Z] [sql] 1 of 1 SQL statements executed successfully 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setOSConditions: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setToolWin: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setToolUnix: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setToolProperty: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setS1ASclassPath: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] init-common: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] execute-sql-common: 15:40:28 [2023-03-05T20:40:28.321Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/sql/drop_pbpublic_tables.sql 15:40:28 [2023-03-05T20:40:28.321Z] [sql] 0 rows affected 15:40:28 [2023-03-05T20:40:28.321Z] [sql] 1 of 1 SQL statements executed successfully 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setOSConditions: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setToolWin: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setToolUnix: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setToolProperty: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setS1ASclassPath: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] init-common: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] undeploy-jdbc-common: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setOSConditions: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setToolWin: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setToolUnix: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setToolProperty: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] setS1ASclassPath: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] init-common: 15:40:28 [2023-03-05T20:40:28.321Z] 15:40:28 [2023-03-05T20:40:28.321Z] delete-jdbc-resource-common: 15:40:28 [2023-03-05T20:40:28.321Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/poolauth 15:40:28 [2023-03-05T20:40:28.883Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/poolauth 15:40:28 [2023-03-05T20:40:28.883Z] [exec] JDBC resource jdbc/poolauth deleted successfully 15:40:28 [2023-03-05T20:40:28.883Z] [echo] cmd executed for server 15:40:28 [2023-03-05T20:40:28.883Z] 15:40:28 [2023-03-05T20:40:28.883Z] setOSConditions: 15:40:28 [2023-03-05T20:40:28.883Z] 15:40:28 [2023-03-05T20:40:28.883Z] setToolWin: 15:40:28 [2023-03-05T20:40:28.883Z] 15:40:28 [2023-03-05T20:40:28.883Z] setToolUnix: 15:40:28 [2023-03-05T20:40:28.883Z] 15:40:28 [2023-03-05T20:40:28.883Z] setToolProperty: 15:40:28 [2023-03-05T20:40:28.883Z] 15:40:28 [2023-03-05T20:40:28.883Z] setS1ASclassPath: 15:40:28 [2023-03-05T20:40:28.883Z] 15:40:28 [2023-03-05T20:40:28.883Z] init-common: 15:40:28 [2023-03-05T20:40:28.883Z] 15:40:28 [2023-03-05T20:40:28.883Z] delete-jdbc-connpool-common: 15:40:28 [2023-03-05T20:40:28.883Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-poolauth-pool 15:40:29 [2023-03-05T20:40:29.140Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-poolauth-pool 15:40:29 [2023-03-05T20:40:29.140Z] [exec] JDBC Connection pool jdbc-poolauth-pool deleted successfully 15:40:29 [2023-03-05T20:40:29.140Z] [echo] cmd executed for server 15:40:29 [2023-03-05T20:40:29.140Z] 15:40:29 [2023-03-05T20:40:29.140Z] setOSConditions: 15:40:29 [2023-03-05T20:40:29.140Z] 15:40:29 [2023-03-05T20:40:29.140Z] setToolWin: 15:40:29 [2023-03-05T20:40:29.140Z] 15:40:29 [2023-03-05T20:40:29.140Z] setToolUnix: 15:40:29 [2023-03-05T20:40:29.140Z] 15:40:29 [2023-03-05T20:40:29.140Z] setToolProperty: 15:40:29 [2023-03-05T20:40:29.140Z] 15:40:29 [2023-03-05T20:40:29.140Z] setS1ASclassPath: 15:40:29 [2023-03-05T20:40:29.140Z] 15:40:29 [2023-03-05T20:40:29.140Z] init-common: 15:40:29 [2023-03-05T20:40:29.140Z] 15:40:29 [2023-03-05T20:40:29.140Z] undeploy-common: 15:40:29 [2023-03-05T20:40:29.396Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-poolauthApp 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] all: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setOSConditions: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setToolWin: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setToolUnix: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setToolProperty: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setS1ASclassPath: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] init-common: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] clean: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setOSConditions: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setToolWin: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setToolUnix: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setToolProperty: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setS1ASclassPath: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] init-common: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] clean-common: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setOSConditions: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setToolWin: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setToolUnix: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setToolProperty: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setS1ASclassPath: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] init-common: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] clean-classes-common: 15:40:29 [2023-03-05T20:40:29.396Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setOSConditions: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setToolWin: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setToolUnix: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setToolProperty: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setS1ASclassPath: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] init-common: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] clean-jars-common: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] compile: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setOSConditions: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setToolWin: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setToolUnix: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setToolProperty: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] setS1ASclassPath: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] init-common: 15:40:29 [2023-03-05T20:40:29.396Z] 15:40:29 [2023-03-05T20:40:29.396Z] compile-common: 15:40:29 [2023-03-05T20:40:29.396Z] [echo] Current time (ISO): 2023-03-05T20:40:29.289+0000 15:40:29 [2023-03-05T20:40:29.396Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:40:29 [2023-03-05T20:40:29.396Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:40:30 [2023-03-05T20:40:30.763Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:40:30 [2023-03-05T20:40:30.763Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/ejb/SimpleBMPBean.java:43: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:40:30 [2023-03-05T20:40:30.763Z] [javac] return new Integer(1); 15:40:30 [2023-03-05T20:40:30.763Z] [javac] ^ 15:40:30 [2023-03-05T20:40:30.763Z] [javac] 2 warnings 15:40:30 [2023-03-05T20:40:30.763Z] 15:40:30 [2023-03-05T20:40:30.763Z] setOSConditions: 15:40:30 [2023-03-05T20:40:30.763Z] 15:40:30 [2023-03-05T20:40:30.763Z] setToolWin: 15:40:30 [2023-03-05T20:40:30.763Z] 15:40:30 [2023-03-05T20:40:30.763Z] setToolUnix: 15:40:30 [2023-03-05T20:40:30.763Z] 15:40:30 [2023-03-05T20:40:30.763Z] setToolProperty: 15:40:30 [2023-03-05T20:40:30.763Z] 15:40:30 [2023-03-05T20:40:30.763Z] setS1ASclassPath: 15:40:30 [2023-03-05T20:40:30.763Z] 15:40:30 [2023-03-05T20:40:30.763Z] init-common: 15:40:30 [2023-03-05T20:40:30.763Z] 15:40:30 [2023-03-05T20:40:30.763Z] compile-common: 15:40:30 [2023-03-05T20:40:30.763Z] [echo] Current time (ISO): 2023-03-05T20:40:30.542+0000 15:40:30 [2023-03-05T20:40:30.763Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:40:31 [2023-03-05T20:40:31.693Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:40:31 [2023-03-05T20:40:31.949Z] [javac] 1 warning 15:40:31 [2023-03-05T20:40:31.949Z] 15:40:31 [2023-03-05T20:40:31.949Z] build: 15:40:31 [2023-03-05T20:40:31.949Z] 15:40:31 [2023-03-05T20:40:31.949Z] setOSConditions: 15:40:31 [2023-03-05T20:40:31.949Z] 15:40:31 [2023-03-05T20:40:31.949Z] fixFiles: 15:40:31 [2023-03-05T20:40:31.949Z] 15:40:31 [2023-03-05T20:40:31.949Z] convUnix: 15:40:31 [2023-03-05T20:40:31.949Z] 15:40:31 [2023-03-05T20:40:31.949Z] convWin: 15:40:31 [2023-03-05T20:40:31.949Z] 15:40:31 [2023-03-05T20:40:31.949Z] setToolWin: 15:40:31 [2023-03-05T20:40:31.949Z] 15:40:31 [2023-03-05T20:40:31.949Z] setToolUnix: 15:40:31 [2023-03-05T20:40:31.949Z] 15:40:31 [2023-03-05T20:40:31.949Z] setToolProperty: 15:40:31 [2023-03-05T20:40:31.949Z] 15:40:31 [2023-03-05T20:40:31.949Z] setS1ASclassPath: 15:40:31 [2023-03-05T20:40:31.949Z] 15:40:31 [2023-03-05T20:40:31.950Z] init-common: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] package-persistence-common: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] ejb-jar-common: 15:40:31 [2023-03-05T20:40:31.950Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] package-ejbjar-common: 15:40:31 [2023-03-05T20:40:31.950Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:31 [2023-03-05T20:40:31.950Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:31 [2023-03-05T20:40:31.950Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:31 [2023-03-05T20:40:31.950Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommit-ejb.jar 15:40:31 [2023-03-05T20:40:31.950Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] appclient-jar-common: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] package-appclientjar-common: 15:40:31 [2023-03-05T20:40:31.950Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:31 [2023-03-05T20:40:31.950Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:31 [2023-03-05T20:40:31.950Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:31 [2023-03-05T20:40:31.950Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommit-client.jar 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] webclient-war-common: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] build-ear-common: 15:40:31 [2023-03-05T20:40:31.950Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:31 [2023-03-05T20:40:31.950Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommitApp.ear 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] deploy: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setOSConditions: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setToolWin: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setToolUnix: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setToolProperty: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setS1ASclassPath: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] init-common: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] execute-sql-common: 15:40:31 [2023-03-05T20:40:31.950Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/sql/create_pointbase.sql 15:40:31 [2023-03-05T20:40:31.950Z] [sql] Failed to execute: Drop table O_Customer 15:40:31 [2023-03-05T20:40:31.950Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:40:31 [2023-03-05T20:40:31.950Z] [sql] 0 rows affected 15:40:31 [2023-03-05T20:40:31.950Z] [sql] 1 of 2 SQL statements executed successfully 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setOSConditions: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setToolWin: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setToolUnix: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setToolProperty: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setS1ASclassPath: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] init-common: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setup: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setOSConditions: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setToolWin: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setToolUnix: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setToolProperty: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setS1ASclassPath: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] init-common: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] deploy-jdbc-common: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setOSConditions: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setToolWin: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setToolUnix: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setToolProperty: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] setS1ASclassPath: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] init-common: 15:40:31 [2023-03-05T20:40:31.950Z] 15:40:31 [2023-03-05T20:40:31.950Z] create-jdbc-connpool-common: 15:40:32 [2023-03-05T20:40:32.206Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-autocommit-pool 15:40:32 [2023-03-05T20:40:32.207Z] [exec] JDBC connection pool jdbc-autocommit-pool created successfully. 15:40:32 [2023-03-05T20:40:32.207Z] 15:40:32 [2023-03-05T20:40:32.207Z] set-derby-connpool-props: 15:40:32 [2023-03-05T20:40:32.463Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.User=dbuser 15:40:32 [2023-03-05T20:40:32.463Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.User=dbuser 15:40:32 [2023-03-05T20:40:32.719Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.Password=dbpassword 15:40:32 [2023-03-05T20:40:32.719Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.Password=dbpassword 15:40:32 [2023-03-05T20:40:32.976Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.driverType=4 15:40:32 [2023-03-05T20:40:32.976Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.driverType=4 15:40:33 [2023-03-05T20:40:33.538Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.portNumber=1527 15:40:33 [2023-03-05T20:40:33.538Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.portNumber=1527 15:40:33 [2023-03-05T20:40:33.820Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.dataBaseName=testdb 15:40:33 [2023-03-05T20:40:33.820Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.dataBaseName=testdb 15:40:34 [2023-03-05T20:40:34.076Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:40:34 [2023-03-05T20:40:34.076Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:40:34 [2023-03-05T20:40:34.332Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.create=true 15:40:34 [2023-03-05T20:40:34.332Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.create=true 15:40:34 [2023-03-05T20:40:34.593Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.serverName=localhost 15:40:34 [2023-03-05T20:40:34.593Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.serverName=localhost 15:40:34 [2023-03-05T20:40:34.593Z] 15:40:34 [2023-03-05T20:40:34.593Z] setOSConditions: 15:40:34 [2023-03-05T20:40:34.593Z] 15:40:34 [2023-03-05T20:40:34.593Z] setToolWin: 15:40:34 [2023-03-05T20:40:34.593Z] 15:40:34 [2023-03-05T20:40:34.593Z] setToolUnix: 15:40:34 [2023-03-05T20:40:34.593Z] 15:40:34 [2023-03-05T20:40:34.593Z] setToolProperty: 15:40:34 [2023-03-05T20:40:34.593Z] 15:40:34 [2023-03-05T20:40:34.593Z] setS1ASclassPath: 15:40:34 [2023-03-05T20:40:34.593Z] 15:40:34 [2023-03-05T20:40:34.593Z] init-common: 15:40:34 [2023-03-05T20:40:34.593Z] 15:40:34 [2023-03-05T20:40:34.593Z] create-jdbc-resource-common: 15:40:34 [2023-03-05T20:40:34.594Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-autocommit-pool --target server jdbc/autocommit 15:40:34 [2023-03-05T20:40:34.849Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-autocommit-pool --enabled=true --target server jdbc/autocommit 15:40:34 [2023-03-05T20:40:34.850Z] [exec] JDBC resource jdbc/autocommit created successfully. 15:40:34 [2023-03-05T20:40:34.850Z] [echo] cmd executed for server 15:40:34 [2023-03-05T20:40:34.850Z] 15:40:34 [2023-03-05T20:40:34.850Z] asadmin-common: 15:40:34 [2023-03-05T20:40:34.850Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.steady_pool_size=2 15:40:35 [2023-03-05T20:40:35.106Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.steady_pool_size=2 15:40:35 [2023-03-05T20:40:35.106Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.steady-pool-size=2 15:40:35 [2023-03-05T20:40:35.106Z] 15:40:35 [2023-03-05T20:40:35.106Z] asadmin-common: 15:40:35 [2023-03-05T20:40:35.106Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.max_pool_size=2 15:40:35 [2023-03-05T20:40:35.680Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.max_pool_size=2 15:40:35 [2023-03-05T20:40:35.680Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.max-pool-size=2 15:40:35 [2023-03-05T20:40:35.680Z] 15:40:35 [2023-03-05T20:40:35.680Z] setOSConditions: 15:40:35 [2023-03-05T20:40:35.680Z] 15:40:35 [2023-03-05T20:40:35.680Z] setToolWin: 15:40:35 [2023-03-05T20:40:35.680Z] 15:40:35 [2023-03-05T20:40:35.680Z] setToolUnix: 15:40:35 [2023-03-05T20:40:35.680Z] 15:40:35 [2023-03-05T20:40:35.680Z] setToolProperty: 15:40:35 [2023-03-05T20:40:35.680Z] 15:40:35 [2023-03-05T20:40:35.680Z] setS1ASclassPath: 15:40:35 [2023-03-05T20:40:35.680Z] 15:40:35 [2023-03-05T20:40:35.680Z] init-common: 15:40:35 [2023-03-05T20:40:35.680Z] 15:40:35 [2023-03-05T20:40:35.680Z] deploy-common: 15:40:35 [2023-03-05T20:40:35.680Z] [echo] Current time (ISO): 2023-03-05T20:40:35.405+0000 15:40:35 [2023-03-05T20:40:35.680Z] 15:40:35 [2023-03-05T20:40:35.680Z] setOSConditions: 15:40:35 [2023-03-05T20:40:35.680Z] 15:40:35 [2023-03-05T20:40:35.680Z] setToolWin: 15:40:35 [2023-03-05T20:40:35.680Z] 15:40:35 [2023-03-05T20:40:35.680Z] setToolUnix: 15:40:35 [2023-03-05T20:40:35.680Z] 15:40:35 [2023-03-05T20:40:35.680Z] setToolProperty: 15:40:35 [2023-03-05T20:40:35.680Z] 15:40:35 [2023-03-05T20:40:35.680Z] setS1ASclassPath: 15:40:35 [2023-03-05T20:40:35.680Z] 15:40:35 [2023-03-05T20:40:35.680Z] init-common: 15:40:35 [2023-03-05T20:40:35.680Z] 15:40:35 [2023-03-05T20:40:35.680Z] deploy-common-pe: 15:40:35 [2023-03-05T20:40:35.936Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommitApp.ear 15:40:35 [2023-03-05T20:40:35.936Z] [exec] Application deployed with name jdbc-autocommitApp. 15:40:35 [2023-03-05T20:40:35.936Z] [echo] Deployment on target server server successful 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] setOSConditions: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] setToolWin: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] setToolUnix: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] setToolProperty: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] setS1ASclassPath: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] init-common: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] deploy-common-ee: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] run: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] setOSConditions: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] setToolWin: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] setToolUnix: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] setToolProperty: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] setS1ASclassPath: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] init-common: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] execute-sql-common: 15:40:35 [2023-03-05T20:40:35.936Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/sql/create_pointbase.sql 15:40:35 [2023-03-05T20:40:35.936Z] [sql] 0 rows affected 15:40:35 [2023-03-05T20:40:35.936Z] [sql] 0 rows affected 15:40:35 [2023-03-05T20:40:35.936Z] [sql] 2 of 2 SQL statements executed successfully 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] setOSConditions: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] setToolWin: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] setToolUnix: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] setToolProperty: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] setS1ASclassPath: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] init-common: 15:40:35 [2023-03-05T20:40:35.936Z] 15:40:35 [2023-03-05T20:40:35.936Z] runclient-common: 15:40:35 [2023-03-05T20:40:35.936Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommitAppClient.jar -name jdbc-autocommitClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 15:40:36 [2023-03-05T20:40:36.917Z] [exec] Mar 05, 2023 8:40:36 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:40:36 [2023-03-05T20:40:36.917Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:40:41 [2023-03-05T20:40:41.084Z] [exec] Mar 05, 2023 8:40:40 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:40:41 [2023-03-05T20:40:41.084Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5fef0c19 15:40:41 [2023-03-05T20:40:41.084Z] [exec] Value of key is: AutoCommit test1 : 15:40:41 [2023-03-05T20:40:41.084Z] [exec] Value of key is: AutoCommit test2 : 15:40:41 [2023-03-05T20:40:41.084Z] [exec] jdbc autocommit status: 15:40:41 [2023-03-05T20:40:41.084Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:40:41 [2023-03-05T20:40:41.084Z] [exec] 15:40:41 [2023-03-05T20:40:41.084Z] [exec] 15:40:41 [2023-03-05T20:40:41.084Z] [exec] ----------------------------------------- 15:40:41 [2023-03-05T20:40:41.084Z] [exec] - AutoCommit test1 : : PASS - 15:40:41 [2023-03-05T20:40:41.084Z] [exec] - AutoCommit test2 : : PASS - 15:40:41 [2023-03-05T20:40:41.084Z] [exec] ----------------------------------------- 15:40:41 [2023-03-05T20:40:41.084Z] [exec] Total PASS: 2 15:40:41 [2023-03-05T20:40:41.084Z] [exec] Total FAIL: 0 15:40:41 [2023-03-05T20:40:41.084Z] [exec] Total DID NOT RUN: 0 15:40:41 [2023-03-05T20:40:41.084Z] [exec] ----------------------------------------- 15:40:41 [2023-03-05T20:40:41.084Z] [exec] in flushAll , creating new testSuiteHash 15:40:41 [2023-03-05T20:40:41.084Z] [exec] in flushAll , creating new testSuiteHash 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] checkReporting-common: 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] confirmReportPresent-common: 15:40:41 [2023-03-05T20:40:41.341Z] [echo] file RepRunConf.txt is present. 15:40:41 [2023-03-05T20:40:41.341Z] [echo] Test seems to be reported fine 15:40:41 [2023-03-05T20:40:41.341Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/RepRunConf.txt 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] confirmMissingReport-common: 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] undeploy: 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] setOSConditions: 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] setToolWin: 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] setToolUnix: 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] setToolProperty: 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] setS1ASclassPath: 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] init-common: 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] execute-sql-common: 15:40:41 [2023-03-05T20:40:41.341Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/sql/drop_pointbase.sql 15:40:41 [2023-03-05T20:40:41.341Z] [sql] 0 rows affected 15:40:41 [2023-03-05T20:40:41.341Z] [sql] 1 of 1 SQL statements executed successfully 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] unsetup: 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] setOSConditions: 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] setToolWin: 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] setToolUnix: 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] setToolProperty: 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] setS1ASclassPath: 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] init-common: 15:40:41 [2023-03-05T20:40:41.341Z] 15:40:41 [2023-03-05T20:40:41.341Z] delete-jdbc-resource-common: 15:40:41 [2023-03-05T20:40:41.341Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/autocommit 15:40:41 [2023-03-05T20:40:41.925Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/autocommit 15:40:41 [2023-03-05T20:40:41.925Z] [exec] JDBC resource jdbc/autocommit deleted successfully 15:40:41 [2023-03-05T20:40:41.925Z] [echo] cmd executed for server 15:40:41 [2023-03-05T20:40:41.925Z] 15:40:41 [2023-03-05T20:40:41.925Z] setOSConditions: 15:40:41 [2023-03-05T20:40:41.925Z] 15:40:41 [2023-03-05T20:40:41.925Z] setToolWin: 15:40:41 [2023-03-05T20:40:41.925Z] 15:40:41 [2023-03-05T20:40:41.925Z] setToolUnix: 15:40:41 [2023-03-05T20:40:41.925Z] 15:40:41 [2023-03-05T20:40:41.925Z] setToolProperty: 15:40:41 [2023-03-05T20:40:41.925Z] 15:40:41 [2023-03-05T20:40:41.926Z] setS1ASclassPath: 15:40:41 [2023-03-05T20:40:41.926Z] 15:40:41 [2023-03-05T20:40:41.926Z] init-common: 15:40:41 [2023-03-05T20:40:41.926Z] 15:40:41 [2023-03-05T20:40:41.926Z] delete-jdbc-connpool-common: 15:40:41 [2023-03-05T20:40:41.926Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-autocommit-pool 15:40:42 [2023-03-05T20:40:42.182Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-autocommit-pool 15:40:42 [2023-03-05T20:40:42.182Z] [exec] JDBC Connection pool jdbc-autocommit-pool deleted successfully 15:40:42 [2023-03-05T20:40:42.182Z] [echo] cmd executed for server 15:40:42 [2023-03-05T20:40:42.182Z] 15:40:42 [2023-03-05T20:40:42.182Z] setOSConditions: 15:40:42 [2023-03-05T20:40:42.182Z] 15:40:42 [2023-03-05T20:40:42.183Z] setToolWin: 15:40:42 [2023-03-05T20:40:42.183Z] 15:40:42 [2023-03-05T20:40:42.183Z] setToolUnix: 15:40:42 [2023-03-05T20:40:42.183Z] 15:40:42 [2023-03-05T20:40:42.183Z] setToolProperty: 15:40:42 [2023-03-05T20:40:42.183Z] 15:40:42 [2023-03-05T20:40:42.183Z] setS1ASclassPath: 15:40:42 [2023-03-05T20:40:42.183Z] 15:40:42 [2023-03-05T20:40:42.183Z] init-common: 15:40:42 [2023-03-05T20:40:42.183Z] 15:40:42 [2023-03-05T20:40:42.183Z] undeploy-common: 15:40:42 [2023-03-05T20:40:42.439Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-autocommitApp 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] all: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setOSConditions: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setToolWin: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setToolUnix: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setToolProperty: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setS1ASclassPath: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] init-common: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] clean: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setOSConditions: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setToolWin: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setToolUnix: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setToolProperty: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setS1ASclassPath: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] init-common: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] clean-common: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setOSConditions: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setToolWin: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setToolUnix: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setToolProperty: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setS1ASclassPath: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] init-common: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] clean-classes-common: 15:40:42 [2023-03-05T20:40:42.439Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setOSConditions: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setToolWin: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setToolUnix: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setToolProperty: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setS1ASclassPath: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] init-common: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] clean-jars-common: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] compile: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setOSConditions: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setToolWin: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setToolUnix: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setToolProperty: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] setS1ASclassPath: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] init-common: 15:40:42 [2023-03-05T20:40:42.439Z] 15:40:42 [2023-03-05T20:40:42.439Z] compile-common: 15:40:42 [2023-03-05T20:40:42.439Z] [echo] Current time (ISO): 2023-03-05T20:40:42.310+0000 15:40:42 [2023-03-05T20:40:42.439Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:40:42 [2023-03-05T20:40:42.439Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:40:43 [2023-03-05T20:40:43.854Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:40:43 [2023-03-05T20:40:43.854Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/ejb/SimpleBMPBean.java:46: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:40:43 [2023-03-05T20:40:43.854Z] [javac] return new Integer(1); 15:40:43 [2023-03-05T20:40:43.854Z] [javac] ^ 15:40:43 [2023-03-05T20:40:43.854Z] [javac] 2 warnings 15:40:43 [2023-03-05T20:40:43.854Z] 15:40:43 [2023-03-05T20:40:43.854Z] setOSConditions: 15:40:43 [2023-03-05T20:40:43.854Z] 15:40:43 [2023-03-05T20:40:43.854Z] setToolWin: 15:40:43 [2023-03-05T20:40:43.854Z] 15:40:43 [2023-03-05T20:40:43.854Z] setToolUnix: 15:40:43 [2023-03-05T20:40:43.854Z] 15:40:43 [2023-03-05T20:40:43.855Z] setToolProperty: 15:40:43 [2023-03-05T20:40:43.855Z] 15:40:43 [2023-03-05T20:40:43.855Z] setS1ASclassPath: 15:40:43 [2023-03-05T20:40:43.855Z] 15:40:43 [2023-03-05T20:40:43.855Z] init-common: 15:40:43 [2023-03-05T20:40:43.855Z] 15:40:43 [2023-03-05T20:40:43.855Z] compile-common: 15:40:43 [2023-03-05T20:40:43.855Z] [echo] Current time (ISO): 2023-03-05T20:40:43.654+0000 15:40:43 [2023-03-05T20:40:43.855Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:40:44 [2023-03-05T20:40:44.787Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:40:45 [2023-03-05T20:40:45.072Z] [javac] 1 warning 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] build: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setOSConditions: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] fixFiles: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] convUnix: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] convWin: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setToolWin: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setToolUnix: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setToolProperty: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setS1ASclassPath: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] init-common: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] package-persistence-common: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] ejb-jar-common: 15:40:45 [2023-03-05T20:40:45.072Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] package-ejbjar-common: 15:40:45 [2023-03-05T20:40:45.072Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:45 [2023-03-05T20:40:45.072Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:45 [2023-03-05T20:40:45.072Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:45 [2023-03-05T20:40:45.072Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauth-ejb.jar 15:40:45 [2023-03-05T20:40:45.072Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] appclient-jar-common: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] package-appclientjar-common: 15:40:45 [2023-03-05T20:40:45.072Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:45 [2023-03-05T20:40:45.072Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:45 [2023-03-05T20:40:45.072Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:45 [2023-03-05T20:40:45.072Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauth-client.jar 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] webclient-war-common: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] build-ear-common: 15:40:45 [2023-03-05T20:40:45.072Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:40:45 [2023-03-05T20:40:45.072Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauthApp.ear 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] deploy: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setOSConditions: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setToolWin: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setToolUnix: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setToolProperty: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setS1ASclassPath: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] init-common: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] execute-sql-common: 15:40:45 [2023-03-05T20:40:45.072Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/sql/create_pointbase.sql 15:40:45 [2023-03-05T20:40:45.072Z] [sql] Failed to execute: Drop table O_Customer 15:40:45 [2023-03-05T20:40:45.072Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:40:45 [2023-03-05T20:40:45.072Z] [sql] 0 rows affected 15:40:45 [2023-03-05T20:40:45.072Z] [sql] 1 of 2 SQL statements executed successfully 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setOSConditions: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setToolWin: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setToolUnix: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setToolProperty: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setS1ASclassPath: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] init-common: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] deploy-jdbc-common: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setOSConditions: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setToolWin: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setToolUnix: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setToolProperty: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] setS1ASclassPath: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] init-common: 15:40:45 [2023-03-05T20:40:45.072Z] 15:40:45 [2023-03-05T20:40:45.072Z] create-jdbc-connpool-common: 15:40:45 [2023-03-05T20:40:45.329Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 15:40:45 [2023-03-05T20:40:45.329Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 15:40:45 [2023-03-05T20:40:45.329Z] 15:40:45 [2023-03-05T20:40:45.329Z] set-derby-connpool-props: 15:40:45 [2023-03-05T20:40:45.585Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:40:45 [2023-03-05T20:40:45.585Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:40:46 [2023-03-05T20:40:46.148Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:40:46 [2023-03-05T20:40:46.148Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:40:46 [2023-03-05T20:40:46.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:40:46 [2023-03-05T20:40:46.420Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:40:46 [2023-03-05T20:40:46.676Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:40:46 [2023-03-05T20:40:46.676Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:40:46 [2023-03-05T20:40:46.932Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:40:46 [2023-03-05T20:40:46.932Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:40:47 [2023-03-05T20:40:47.189Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:40:47 [2023-03-05T20:40:47.189Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:40:47 [2023-03-05T20:40:47.445Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:40:47 [2023-03-05T20:40:47.445Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:40:47 [2023-03-05T20:40:47.701Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:40:47 [2023-03-05T20:40:47.701Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:40:47 [2023-03-05T20:40:47.958Z] 15:40:47 [2023-03-05T20:40:47.958Z] setOSConditions: 15:40:47 [2023-03-05T20:40:47.958Z] 15:40:47 [2023-03-05T20:40:47.958Z] setToolWin: 15:40:47 [2023-03-05T20:40:47.958Z] 15:40:47 [2023-03-05T20:40:47.958Z] setToolUnix: 15:40:47 [2023-03-05T20:40:47.958Z] 15:40:47 [2023-03-05T20:40:47.958Z] setToolProperty: 15:40:47 [2023-03-05T20:40:47.958Z] 15:40:47 [2023-03-05T20:40:47.958Z] setS1ASclassPath: 15:40:47 [2023-03-05T20:40:47.958Z] 15:40:47 [2023-03-05T20:40:47.958Z] init-common: 15:40:47 [2023-03-05T20:40:47.958Z] 15:40:47 [2023-03-05T20:40:47.958Z] create-jdbc-resource-common: 15:40:47 [2023-03-05T20:40:47.958Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 15:40:48 [2023-03-05T20:40:48.220Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 15:40:48 [2023-03-05T20:40:48.220Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 15:40:48 [2023-03-05T20:40:48.220Z] [echo] cmd executed for server 15:40:48 [2023-03-05T20:40:48.220Z] 15:40:48 [2023-03-05T20:40:48.220Z] setOSConditions: 15:40:48 [2023-03-05T20:40:48.220Z] 15:40:48 [2023-03-05T20:40:48.220Z] setToolWin: 15:40:48 [2023-03-05T20:40:48.220Z] 15:40:48 [2023-03-05T20:40:48.220Z] setToolUnix: 15:40:48 [2023-03-05T20:40:48.220Z] 15:40:48 [2023-03-05T20:40:48.220Z] setToolProperty: 15:40:48 [2023-03-05T20:40:48.220Z] 15:40:48 [2023-03-05T20:40:48.220Z] setS1ASclassPath: 15:40:48 [2023-03-05T20:40:48.220Z] 15:40:48 [2023-03-05T20:40:48.220Z] init-common: 15:40:48 [2023-03-05T20:40:48.220Z] 15:40:48 [2023-03-05T20:40:48.220Z] create-jdbc-resource-common: 15:40:48 [2023-03-05T20:40:48.220Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB_CM 15:40:48 [2023-03-05T20:40:48.477Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB_CM 15:40:48 [2023-03-05T20:40:48.477Z] [exec] JDBC resource jdbc/s1qeDB_CM created successfully. 15:40:48 [2023-03-05T20:40:48.477Z] [echo] cmd executed for server 15:40:48 [2023-03-05T20:40:48.477Z] 15:40:48 [2023-03-05T20:40:48.477Z] setOSConditions: 15:40:48 [2023-03-05T20:40:48.477Z] 15:40:48 [2023-03-05T20:40:48.477Z] setToolWin: 15:40:48 [2023-03-05T20:40:48.477Z] 15:40:48 [2023-03-05T20:40:48.477Z] setToolUnix: 15:40:48 [2023-03-05T20:40:48.477Z] 15:40:48 [2023-03-05T20:40:48.477Z] setToolProperty: 15:40:48 [2023-03-05T20:40:48.477Z] 15:40:48 [2023-03-05T20:40:48.477Z] setS1ASclassPath: 15:40:48 [2023-03-05T20:40:48.477Z] 15:40:48 [2023-03-05T20:40:48.477Z] init-common: 15:40:48 [2023-03-05T20:40:48.477Z] 15:40:48 [2023-03-05T20:40:48.477Z] deploy-jms-stuff: 15:40:48 [2023-03-05T20:40:48.477Z] 15:40:48 [2023-03-05T20:40:48.477Z] setOSConditions: 15:40:48 [2023-03-05T20:40:48.477Z] 15:40:48 [2023-03-05T20:40:48.477Z] setToolWin: 15:40:48 [2023-03-05T20:40:48.477Z] 15:40:48 [2023-03-05T20:40:48.477Z] setToolUnix: 15:40:48 [2023-03-05T20:40:48.477Z] 15:40:48 [2023-03-05T20:40:48.477Z] setToolProperty: 15:40:48 [2023-03-05T20:40:48.477Z] 15:40:48 [2023-03-05T20:40:48.477Z] setS1ASclassPath: 15:40:48 [2023-03-05T20:40:48.477Z] 15:40:48 [2023-03-05T20:40:48.477Z] init-common: 15:40:48 [2023-03-05T20:40:48.477Z] 15:40:48 [2023-03-05T20:40:48.477Z] create-jms-connection-common: 15:40:48 [2023-03-05T20:40:48.733Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.QueueConnectionFactory --enabled=true --target server --force=false jms/jdbcjmsauth_QCF1 15:40:49 [2023-03-05T20:40:49.661Z] [exec] Connector resource jms/jdbcjmsauth_QCF1 created. 15:40:49 [2023-03-05T20:40:49.661Z] 15:40:49 [2023-03-05T20:40:49.661Z] setOSConditions: 15:40:49 [2023-03-05T20:40:49.661Z] 15:40:49 [2023-03-05T20:40:49.661Z] setToolWin: 15:40:49 [2023-03-05T20:40:49.661Z] 15:40:49 [2023-03-05T20:40:49.661Z] setToolUnix: 15:40:49 [2023-03-05T20:40:49.661Z] 15:40:49 [2023-03-05T20:40:49.661Z] setToolProperty: 15:40:49 [2023-03-05T20:40:49.661Z] 15:40:49 [2023-03-05T20:40:49.661Z] setS1ASclassPath: 15:40:49 [2023-03-05T20:40:49.661Z] 15:40:49 [2023-03-05T20:40:49.661Z] init-common: 15:40:49 [2023-03-05T20:40:49.661Z] 15:40:49 [2023-03-05T20:40:49.661Z] create-jms-connection-common: 15:40:50 [2023-03-05T20:40:50.226Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.QueueConnectionFactory --enabled=true --target server --force=false jms/jdbcjmsauth_QCF2 15:40:50 [2023-03-05T20:40:50.788Z] [exec] Connector resource jms/jdbcjmsauth_QCF2 created. 15:40:50 [2023-03-05T20:40:50.788Z] 15:40:50 [2023-03-05T20:40:50.788Z] setOSConditions: 15:40:50 [2023-03-05T20:40:50.788Z] 15:40:50 [2023-03-05T20:40:50.788Z] setToolWin: 15:40:50 [2023-03-05T20:40:50.788Z] 15:40:50 [2023-03-05T20:40:50.788Z] setToolUnix: 15:40:50 [2023-03-05T20:40:50.788Z] 15:40:50 [2023-03-05T20:40:50.788Z] setToolProperty: 15:40:50 [2023-03-05T20:40:50.788Z] 15:40:50 [2023-03-05T20:40:50.788Z] setS1ASclassPath: 15:40:50 [2023-03-05T20:40:50.788Z] 15:40:50 [2023-03-05T20:40:50.788Z] init-common: 15:40:50 [2023-03-05T20:40:50.788Z] 15:40:50 [2023-03-05T20:40:50.788Z] deploy-common: 15:40:50 [2023-03-05T20:40:50.788Z] [echo] Current time (ISO): 2023-03-05T20:40:50.538+0000 15:40:50 [2023-03-05T20:40:50.788Z] 15:40:50 [2023-03-05T20:40:50.788Z] setOSConditions: 15:40:50 [2023-03-05T20:40:50.788Z] 15:40:50 [2023-03-05T20:40:50.788Z] setToolWin: 15:40:50 [2023-03-05T20:40:50.788Z] 15:40:50 [2023-03-05T20:40:50.788Z] setToolUnix: 15:40:50 [2023-03-05T20:40:50.788Z] 15:40:50 [2023-03-05T20:40:50.788Z] setToolProperty: 15:40:50 [2023-03-05T20:40:50.788Z] 15:40:50 [2023-03-05T20:40:50.788Z] setS1ASclassPath: 15:40:50 [2023-03-05T20:40:50.788Z] 15:40:50 [2023-03-05T20:40:50.788Z] init-common: 15:40:50 [2023-03-05T20:40:50.788Z] 15:40:50 [2023-03-05T20:40:50.788Z] deploy-common-pe: 15:40:51 [2023-03-05T20:40:51.073Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauthApp.ear 15:40:51 [2023-03-05T20:40:51.073Z] [exec] Application deployed with name jdbc-jdbcjmsauthApp. 15:40:51 [2023-03-05T20:40:51.073Z] [echo] Deployment on target server server successful 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] setOSConditions: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] setToolWin: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] setToolUnix: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] setToolProperty: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] setS1ASclassPath: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] init-common: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] deploy-common-ee: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] run: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] setup-derby-for-authentication: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] setOSConditions: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] setToolWin: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] setToolUnix: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] setToolProperty: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] setS1ASclassPath: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] init-common: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] stop-derby: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] stop-derby-aix: 15:40:51 [2023-03-05T20:40:51.073Z] 15:40:51 [2023-03-05T20:40:51.073Z] stop-derby-nonaix: 15:40:51 [2023-03-05T20:40:51.073Z] [echo] Stopping Derby DB Server ... 15:40:51 [2023-03-05T20:40:51.635Z] [java] Sun Mar 05 20:40:51 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:40:51 [2023-03-05T20:40:51.635Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties to copy. 15:40:51 [2023-03-05T20:40:51.635Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases 15:40:51 [2023-03-05T20:40:51.635Z] 15:40:51 [2023-03-05T20:40:51.635Z] setOSConditions: 15:40:51 [2023-03-05T20:40:51.635Z] 15:40:51 [2023-03-05T20:40:51.635Z] setToolWin: 15:40:51 [2023-03-05T20:40:51.635Z] 15:40:51 [2023-03-05T20:40:51.635Z] setToolUnix: 15:40:51 [2023-03-05T20:40:51.635Z] 15:40:51 [2023-03-05T20:40:51.635Z] setToolProperty: 15:40:51 [2023-03-05T20:40:51.635Z] 15:40:51 [2023-03-05T20:40:51.635Z] setS1ASclassPath: 15:40:51 [2023-03-05T20:40:51.635Z] 15:40:51 [2023-03-05T20:40:51.635Z] init-common: 15:40:51 [2023-03-05T20:40:51.635Z] 15:40:51 [2023-03-05T20:40:51.635Z] start-derby: 15:40:51 [2023-03-05T20:40:51.635Z] 15:40:51 [2023-03-05T20:40:51.635Z] start-derby-aix: 15:40:51 [2023-03-05T20:40:51.635Z] 15:40:51 [2023-03-05T20:40:51.635Z] start-derby-nonaix: 15:40:51 [2023-03-05T20:40:51.635Z] [echo] Starting Derby DB Server ... 15:41:06 [2023-03-05T20:41:06.490Z] 15:41:06 [2023-03-05T20:41:06.490Z] setOSConditions: 15:41:06 [2023-03-05T20:41:06.490Z] 15:41:06 [2023-03-05T20:41:06.490Z] setToolWin: 15:41:06 [2023-03-05T20:41:06.490Z] 15:41:06 [2023-03-05T20:41:06.490Z] setToolUnix: 15:41:06 [2023-03-05T20:41:06.490Z] 15:41:06 [2023-03-05T20:41:06.490Z] setToolProperty: 15:41:06 [2023-03-05T20:41:06.490Z] 15:41:06 [2023-03-05T20:41:06.490Z] setS1ASclassPath: 15:41:06 [2023-03-05T20:41:06.490Z] 15:41:06 [2023-03-05T20:41:06.490Z] init-common: 15:41:06 [2023-03-05T20:41:06.490Z] 15:41:06 [2023-03-05T20:41:06.490Z] execute-sql-common: 15:41:06 [2023-03-05T20:41:06.746Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/sql/create_pointbase.sql 15:41:06 [2023-03-05T20:41:06.746Z] [sql] 0 rows affected 15:41:06 [2023-03-05T20:41:06.746Z] [sql] 0 rows affected 15:41:06 [2023-03-05T20:41:06.746Z] [sql] 2 of 2 SQL statements executed successfully 15:41:06 [2023-03-05T20:41:06.746Z] 15:41:06 [2023-03-05T20:41:06.746Z] setOSConditions: 15:41:06 [2023-03-05T20:41:06.746Z] 15:41:06 [2023-03-05T20:41:06.746Z] setToolWin: 15:41:06 [2023-03-05T20:41:06.746Z] 15:41:06 [2023-03-05T20:41:06.746Z] setToolUnix: 15:41:06 [2023-03-05T20:41:06.746Z] 15:41:06 [2023-03-05T20:41:06.746Z] setToolProperty: 15:41:06 [2023-03-05T20:41:06.746Z] 15:41:06 [2023-03-05T20:41:06.746Z] setS1ASclassPath: 15:41:06 [2023-03-05T20:41:06.746Z] 15:41:06 [2023-03-05T20:41:06.746Z] init-common: 15:41:06 [2023-03-05T20:41:06.746Z] 15:41:06 [2023-03-05T20:41:06.746Z] runclient-common: 15:41:06 [2023-03-05T20:41:06.746Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauthAppClient.jar -name jdbc-jdbcjmsauthClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:41:07 [2023-03-05T20:41:07.320Z] [exec] Mar 05, 2023 8:41:07 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:41:07 [2023-03-05T20:41:07.320Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:41:09 [2023-03-05T20:41:09.845Z] [exec] Mar 05, 2023 8:41:09 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:41:09 [2023-03-05T20:41:09.845Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5a592c70 15:41:09 [2023-03-05T20:41:09.845Z] [exec] jdbc tests 3 & 7 will fail with Derby 15:41:09 [2023-03-05T20:41:09.845Z] [exec] ----------------------------------------------- 15:41:09 [2023-03-05T20:41:09.845Z] [exec] JDBC Tests 15:41:09 [2023-03-05T20:41:09.845Z] [exec] ----------------------------------------------- 15:41:09 [2023-03-05T20:41:09.845Z] [exec] app auth : getting connection w/o user/pass 15:41:09 [2023-03-05T20:41:09.845Z] [exec] Should NOT get a connection : Value of key is: test1 15:41:09 [2023-03-05T20:41:09.845Z] [exec] ----------------------------------------------- 15:41:09 [2023-03-05T20:41:09.845Z] [exec] app auth : getting connection w/ user/pass 15:41:09 [2023-03-05T20:41:09.845Z] [exec] Should get a connection : Value of key is: test2 15:41:09 [2023-03-05T20:41:09.845Z] [exec] ----------------------------------------------- 15:41:09 [2023-03-05T20:41:09.845Z] [exec] app auth : getting connection w/ wrong user/pass 15:41:09 [2023-03-05T20:41:09.845Z] [exec] Should NOT get a connection : Value of key is: test3 15:41:09 [2023-03-05T20:41:09.845Z] [exec] ----------------------------------------------- 15:41:09 [2023-03-05T20:41:09.845Z] [exec] app auth : getting connection w/ correct then wrong user/pass 15:41:09 [2023-03-05T20:41:09.845Z] [exec] Should get a connection then NOT get a connection : Value of key is: test4 15:41:09 [2023-03-05T20:41:09.845Z] [exec] ----------------------------------------------- 15:41:09 [2023-03-05T20:41:09.845Z] [exec] container auth : getting connection w/o user/pass 15:41:09 [2023-03-05T20:41:09.845Z] [exec] Should get a connection : Value of key is: test5 15:41:09 [2023-03-05T20:41:09.845Z] [exec] ----------------------------------------------- 15:41:09 [2023-03-05T20:41:09.845Z] [exec] container auth : getting connection w/ user/pass 15:41:09 [2023-03-05T20:41:09.845Z] [exec] Should get a connection : Value of key is: test6 15:41:09 [2023-03-05T20:41:09.845Z] [exec] ----------------------------------------------- 15:41:09 [2023-03-05T20:41:09.845Z] [exec] container auth : getting connection w/ wrong user/pass 15:41:09 [2023-03-05T20:41:09.845Z] [exec] Should NOT get a connection : Value of key is: test7 15:41:09 [2023-03-05T20:41:09.845Z] [exec] ----------------------------------------------- 15:41:09 [2023-03-05T20:41:09.845Z] [exec] JMS tests 15:41:09 [2023-03-05T20:41:09.845Z] [exec] ----------------------------------------------- 15:41:09 [2023-03-05T20:41:09.845Z] [exec] app auth : getting connection w/ user/pass 15:41:11 [2023-03-05T20:41:11.229Z] [exec] Should get a connection : Value of key is: test1 15:41:11 [2023-03-05T20:41:11.229Z] [exec] ----------------------------------------------- 15:41:11 [2023-03-05T20:41:11.229Z] [exec] app auth : getting connection w/o user/pass 15:41:11 [2023-03-05T20:41:11.229Z] [exec] Should get a connection : Value of key is: test2 15:41:11 [2023-03-05T20:41:11.229Z] [exec] ----------------------------------------------- 15:41:11 [2023-03-05T20:41:11.229Z] [exec] app auth : getting connection w/ wrong user/pass 15:41:11 [2023-03-05T20:41:11.229Z] [exec] Should NOT get a connection : Value of key is: test3 15:41:11 [2023-03-05T20:41:11.229Z] [exec] ----------------------------------------------- 15:41:11 [2023-03-05T20:41:11.229Z] [exec] app auth : getting connection w/ correct then wrong user/pass 15:41:11 [2023-03-05T20:41:11.229Z] [exec] Should get a connection then NOT get a connection : Value of key is: test4 15:41:11 [2023-03-05T20:41:11.229Z] [exec] ----------------------------------------------- 15:41:11 [2023-03-05T20:41:11.229Z] [exec] container auth : getting connection w/o user/pass 15:41:11 [2023-03-05T20:41:11.229Z] [exec] Should get a connection : Value of key is: test5 15:41:11 [2023-03-05T20:41:11.229Z] [exec] ----------------------------------------------- 15:41:11 [2023-03-05T20:41:11.229Z] [exec] container auth : getting connection w/ user/pass 15:41:11 [2023-03-05T20:41:11.229Z] [exec] Should get a connection : Value of key is: test6 15:41:11 [2023-03-05T20:41:11.229Z] [exec] ----------------------------------------------- 15:41:11 [2023-03-05T20:41:11.229Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:41:11 [2023-03-05T20:41:11.229Z] [exec] Error? Test Case : test6 ID already added. Overwriting the previous test case 15:41:11 [2023-03-05T20:41:11.229Z] [exec] Error? Test Case : test5 ID already added. Overwriting the previous test case 15:41:11 [2023-03-05T20:41:11.229Z] [exec] Error? Test Case : test4 ID already added. Overwriting the previous test case 15:41:11 [2023-03-05T20:41:11.229Z] [exec] Error? Test Case : test3 ID already added. Overwriting the previous test case 15:41:11 [2023-03-05T20:41:11.229Z] [exec] Error? Test Case : test2 ID already added. Overwriting the previous test case 15:41:11 [2023-03-05T20:41:11.230Z] [exec] Error? Test Case : test1 ID already added. Overwriting the previous test case 15:41:11 [2023-03-05T20:41:11.230Z] [exec] 15:41:11 [2023-03-05T20:41:11.230Z] [exec] 15:41:11 [2023-03-05T20:41:11.230Z] [exec] ----------------------------------------- 15:41:11 [2023-03-05T20:41:11.230Z] [exec] - test4 : PASS - 15:41:11 [2023-03-05T20:41:11.230Z] [exec] - test3 : PASS - 15:41:11 [2023-03-05T20:41:11.230Z] [exec] - test6 : PASS - 15:41:11 [2023-03-05T20:41:11.230Z] [exec] - test5 : PASS - 15:41:11 [2023-03-05T20:41:11.230Z] [exec] - test2 : PASS - 15:41:11 [2023-03-05T20:41:11.230Z] [exec] - test1 : PASS - 15:41:11 [2023-03-05T20:41:11.230Z] [exec] - test6 : PASS - 15:41:11 [2023-03-05T20:41:11.230Z] [exec] - test5 : PASS - 15:41:11 [2023-03-05T20:41:11.230Z] [exec] - test4 : PASS - 15:41:11 [2023-03-05T20:41:11.230Z] [exec] - test3 : PASS - 15:41:11 [2023-03-05T20:41:11.230Z] [exec] - test2 : PASS - 15:41:11 [2023-03-05T20:41:11.230Z] [exec] - test7 : PASS - 15:41:11 [2023-03-05T20:41:11.230Z] [exec] - test1 : PASS - 15:41:11 [2023-03-05T20:41:11.230Z] [exec] ----------------------------------------- 15:41:11 [2023-03-05T20:41:11.230Z] [exec] Total PASS: 13 15:41:11 [2023-03-05T20:41:11.230Z] [exec] Total FAIL: 0 15:41:11 [2023-03-05T20:41:11.230Z] [exec] Total DID NOT RUN: 0 15:41:11 [2023-03-05T20:41:11.230Z] [exec] ----------------------------------------- 15:41:11 [2023-03-05T20:41:11.230Z] [exec] in flushAll , creating new testSuiteHash 15:41:11 [2023-03-05T20:41:11.230Z] [exec] in flushAll , creating new testSuiteHash 15:41:11 [2023-03-05T20:41:11.485Z] 15:41:11 [2023-03-05T20:41:11.485Z] checkReporting-common: 15:41:11 [2023-03-05T20:41:11.485Z] 15:41:11 [2023-03-05T20:41:11.485Z] confirmReportPresent-common: 15:41:11 [2023-03-05T20:41:11.485Z] [echo] file RepRunConf.txt is present. 15:41:11 [2023-03-05T20:41:11.485Z] [echo] Test seems to be reported fine 15:41:11 [2023-03-05T20:41:11.485Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/RepRunConf.txt 15:41:11 [2023-03-05T20:41:11.485Z] 15:41:11 [2023-03-05T20:41:11.485Z] confirmMissingReport-common: 15:41:11 [2023-03-05T20:41:11.485Z] 15:41:11 [2023-03-05T20:41:11.485Z] reset-derby-for-no-authentication: 15:41:11 [2023-03-05T20:41:11.485Z] 15:41:11 [2023-03-05T20:41:11.485Z] setOSConditions: 15:41:11 [2023-03-05T20:41:11.485Z] 15:41:11 [2023-03-05T20:41:11.485Z] setToolWin: 15:41:11 [2023-03-05T20:41:11.485Z] 15:41:11 [2023-03-05T20:41:11.485Z] setToolUnix: 15:41:11 [2023-03-05T20:41:11.485Z] 15:41:11 [2023-03-05T20:41:11.485Z] setToolProperty: 15:41:11 [2023-03-05T20:41:11.485Z] 15:41:11 [2023-03-05T20:41:11.485Z] setS1ASclassPath: 15:41:11 [2023-03-05T20:41:11.485Z] 15:41:11 [2023-03-05T20:41:11.485Z] init-common: 15:41:11 [2023-03-05T20:41:11.485Z] 15:41:11 [2023-03-05T20:41:11.485Z] stop-derby: 15:41:11 [2023-03-05T20:41:11.485Z] 15:41:11 [2023-03-05T20:41:11.485Z] stop-derby-aix: 15:41:11 [2023-03-05T20:41:11.485Z] 15:41:11 [2023-03-05T20:41:11.485Z] stop-derby-nonaix: 15:41:11 [2023-03-05T20:41:11.485Z] [echo] Stopping Derby DB Server ... 15:41:11 [2023-03-05T20:41:11.741Z] [java] Sun Mar 05 20:41:11 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:41:11 [2023-03-05T20:41:11.741Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties 15:41:11 [2023-03-05T20:41:11.741Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties.bkp to copy. 15:41:11 [2023-03-05T20:41:11.741Z] 15:41:11 [2023-03-05T20:41:11.741Z] setOSConditions: 15:41:11 [2023-03-05T20:41:11.741Z] 15:41:11 [2023-03-05T20:41:11.741Z] setToolWin: 15:41:11 [2023-03-05T20:41:11.741Z] 15:41:11 [2023-03-05T20:41:11.741Z] setToolUnix: 15:41:11 [2023-03-05T20:41:11.741Z] 15:41:11 [2023-03-05T20:41:11.741Z] setToolProperty: 15:41:11 [2023-03-05T20:41:11.741Z] 15:41:11 [2023-03-05T20:41:11.741Z] setS1ASclassPath: 15:41:11 [2023-03-05T20:41:11.741Z] 15:41:11 [2023-03-05T20:41:11.741Z] init-common: 15:41:11 [2023-03-05T20:41:11.741Z] 15:41:11 [2023-03-05T20:41:11.741Z] start-derby: 15:41:11 [2023-03-05T20:41:11.741Z] 15:41:11 [2023-03-05T20:41:11.741Z] start-derby-aix: 15:41:11 [2023-03-05T20:41:11.741Z] 15:41:11 [2023-03-05T20:41:11.741Z] start-derby-nonaix: 15:41:11 [2023-03-05T20:41:11.741Z] [echo] Starting Derby DB Server ... 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] undeploy: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setOSConditions: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolWin: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolUnix: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolProperty: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setS1ASclassPath: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] init-common: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] execute-sql-common: 15:41:29 [2023-03-05T20:41:29.795Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/sql/drop_pointbase.sql 15:41:29 [2023-03-05T20:41:29.795Z] [sql] 0 rows affected 15:41:29 [2023-03-05T20:41:29.795Z] [sql] 1 of 1 SQL statements executed successfully 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setOSConditions: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolWin: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolUnix: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolProperty: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setS1ASclassPath: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] init-common: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] delete-jdbc-resource-common: 15:41:29 [2023-03-05T20:41:29.795Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB_CM 15:41:29 [2023-03-05T20:41:29.795Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB_CM 15:41:29 [2023-03-05T20:41:29.795Z] [exec] JDBC resource jdbc/s1qeDB_CM deleted successfully 15:41:29 [2023-03-05T20:41:29.795Z] [echo] cmd executed for server 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setOSConditions: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolWin: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolUnix: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolProperty: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setS1ASclassPath: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] init-common: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] undeploy-jdbc-common: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setOSConditions: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolWin: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolUnix: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolProperty: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setS1ASclassPath: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] init-common: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] delete-jdbc-resource-common: 15:41:29 [2023-03-05T20:41:29.795Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 15:41:29 [2023-03-05T20:41:29.795Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 15:41:29 [2023-03-05T20:41:29.795Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 15:41:29 [2023-03-05T20:41:29.795Z] [echo] cmd executed for server 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setOSConditions: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolWin: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolUnix: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolProperty: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setS1ASclassPath: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] init-common: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] delete-jdbc-connpool-common: 15:41:29 [2023-03-05T20:41:29.795Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 15:41:29 [2023-03-05T20:41:29.795Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 15:41:29 [2023-03-05T20:41:29.795Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 15:41:29 [2023-03-05T20:41:29.795Z] [echo] cmd executed for server 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setOSConditions: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolWin: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolUnix: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolProperty: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setS1ASclassPath: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] init-common: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] undeploy-jms-stuff: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setOSConditions: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolWin: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolUnix: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolProperty: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setS1ASclassPath: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] init-common: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] delete-jms-connection-common: 15:41:29 [2023-03-05T20:41:29.795Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/jdbcjmsauth_QCF1 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setOSConditions: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolWin: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolUnix: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setToolProperty: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] setS1ASclassPath: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] init-common: 15:41:29 [2023-03-05T20:41:29.795Z] 15:41:29 [2023-03-05T20:41:29.795Z] delete-jms-connection-common: 15:41:29 [2023-03-05T20:41:29.795Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/jdbcjmsauth_QCF2 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setOSConditions: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolWin: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolUnix: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolProperty: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setS1ASclassPath: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] init-common: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] undeploy-common: 15:41:29 [2023-03-05T20:41:29.796Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-jdbcjmsauthApp 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] all: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setOSConditions: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolWin: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolUnix: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolProperty: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setS1ASclassPath: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] init-common: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] clean: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setOSConditions: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolWin: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolUnix: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolProperty: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setS1ASclassPath: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] init-common: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] clean-common: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setOSConditions: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolWin: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolUnix: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolProperty: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setS1ASclassPath: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] init-common: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] clean-classes-common: 15:41:29 [2023-03-05T20:41:29.796Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setOSConditions: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolWin: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolUnix: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolProperty: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setS1ASclassPath: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] init-common: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] clean-jars-common: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] compile: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setOSConditions: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolWin: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolUnix: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setToolProperty: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] setS1ASclassPath: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] init-common: 15:41:29 [2023-03-05T20:41:29.796Z] 15:41:29 [2023-03-05T20:41:29.796Z] compile-common: 15:41:29 [2023-03-05T20:41:29.796Z] [echo] Current time (ISO): 2023-03-05T20:41:28.951+0000 15:41:29 [2023-03-05T20:41:29.796Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:41:29 [2023-03-05T20:41:29.796Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:41:30 [2023-03-05T20:41:30.358Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:41:30 [2023-03-05T20:41:30.358Z] [javac] 1 warning 15:41:30 [2023-03-05T20:41:30.358Z] 15:41:30 [2023-03-05T20:41:30.358Z] setOSConditions: 15:41:30 [2023-03-05T20:41:30.358Z] 15:41:30 [2023-03-05T20:41:30.358Z] setToolWin: 15:41:30 [2023-03-05T20:41:30.358Z] 15:41:30 [2023-03-05T20:41:30.358Z] setToolUnix: 15:41:30 [2023-03-05T20:41:30.358Z] 15:41:30 [2023-03-05T20:41:30.358Z] setToolProperty: 15:41:30 [2023-03-05T20:41:30.358Z] 15:41:30 [2023-03-05T20:41:30.358Z] setS1ASclassPath: 15:41:30 [2023-03-05T20:41:30.358Z] 15:41:30 [2023-03-05T20:41:30.358Z] init-common: 15:41:30 [2023-03-05T20:41:30.358Z] 15:41:30 [2023-03-05T20:41:30.358Z] compile-common: 15:41:30 [2023-03-05T20:41:30.358Z] [echo] Current time (ISO): 2023-03-05T20:41:30.181+0000 15:41:30 [2023-03-05T20:41:30.358Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:41:31 [2023-03-05T20:41:31.320Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:41:31 [2023-03-05T20:41:31.577Z] [javac] 1 warning 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] build: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] setOSConditions: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] fixFiles: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] convUnix: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] convWin: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] setToolWin: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] setToolUnix: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] setToolProperty: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] setS1ASclassPath: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] init-common: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] package-persistence-common: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] ejb-jar-common: 15:41:31 [2023-03-05T20:41:31.577Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] package-ejbjar-common: 15:41:31 [2023-03-05T20:41:31.577Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:41:31 [2023-03-05T20:41:31.577Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:41:31 [2023-03-05T20:41:31.577Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:41:31 [2023-03-05T20:41:31.577Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordb-ejb.jar 15:41:31 [2023-03-05T20:41:31.577Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] appclient-jar-common: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] package-appclientjar-common: 15:41:31 [2023-03-05T20:41:31.577Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:41:31 [2023-03-05T20:41:31.577Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:41:31 [2023-03-05T20:41:31.577Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:41:31 [2023-03-05T20:41:31.577Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordb-client.jar 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] webclient-war-common: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] build-ear-common: 15:41:31 [2023-03-05T20:41:31.577Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:41:31 [2023-03-05T20:41:31.577Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordbApp.ear 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] deploy: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] setOSConditions: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] setToolWin: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] setToolUnix: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] setToolProperty: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] setS1ASclassPath: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] init-common: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] deploy-jdbc-common: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] setOSConditions: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] setToolWin: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] setToolUnix: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] setToolProperty: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] setS1ASclassPath: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] init-common: 15:41:31 [2023-03-05T20:41:31.577Z] 15:41:31 [2023-03-05T20:41:31.577Z] create-jdbc-connpool-common: 15:41:31 [2023-03-05T20:41:31.835Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 15:41:31 [2023-03-05T20:41:31.835Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 15:41:31 [2023-03-05T20:41:31.835Z] 15:41:31 [2023-03-05T20:41:31.835Z] set-derby-connpool-props: 15:41:32 [2023-03-05T20:41:32.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:41:32 [2023-03-05T20:41:32.420Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:41:32 [2023-03-05T20:41:32.676Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:41:32 [2023-03-05T20:41:32.676Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:41:32 [2023-03-05T20:41:32.932Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:41:32 [2023-03-05T20:41:32.932Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:41:33 [2023-03-05T20:41:33.189Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:41:33 [2023-03-05T20:41:33.189Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:41:33 [2023-03-05T20:41:33.445Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:41:33 [2023-03-05T20:41:33.445Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:41:34 [2023-03-05T20:41:34.032Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:41:34 [2023-03-05T20:41:34.032Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:41:34 [2023-03-05T20:41:34.319Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:41:34 [2023-03-05T20:41:34.319Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:41:34 [2023-03-05T20:41:34.577Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:41:34 [2023-03-05T20:41:34.577Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:41:34 [2023-03-05T20:41:34.577Z] 15:41:34 [2023-03-05T20:41:34.577Z] setOSConditions: 15:41:34 [2023-03-05T20:41:34.577Z] 15:41:34 [2023-03-05T20:41:34.577Z] setToolWin: 15:41:34 [2023-03-05T20:41:34.577Z] 15:41:34 [2023-03-05T20:41:34.577Z] setToolUnix: 15:41:34 [2023-03-05T20:41:34.577Z] 15:41:34 [2023-03-05T20:41:34.577Z] setToolProperty: 15:41:34 [2023-03-05T20:41:34.577Z] 15:41:34 [2023-03-05T20:41:34.577Z] setS1ASclassPath: 15:41:34 [2023-03-05T20:41:34.577Z] 15:41:34 [2023-03-05T20:41:34.577Z] init-common: 15:41:34 [2023-03-05T20:41:34.577Z] 15:41:34 [2023-03-05T20:41:34.577Z] create-jdbc-resource-common: 15:41:34 [2023-03-05T20:41:34.577Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 15:41:34 [2023-03-05T20:41:34.834Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 15:41:34 [2023-03-05T20:41:34.834Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 15:41:34 [2023-03-05T20:41:34.834Z] [echo] cmd executed for server 15:41:34 [2023-03-05T20:41:34.834Z] 15:41:34 [2023-03-05T20:41:34.834Z] setOSConditions: 15:41:34 [2023-03-05T20:41:34.834Z] 15:41:34 [2023-03-05T20:41:34.834Z] setToolWin: 15:41:34 [2023-03-05T20:41:34.834Z] 15:41:34 [2023-03-05T20:41:34.834Z] setToolUnix: 15:41:34 [2023-03-05T20:41:34.834Z] 15:41:34 [2023-03-05T20:41:34.834Z] setToolProperty: 15:41:34 [2023-03-05T20:41:34.834Z] 15:41:34 [2023-03-05T20:41:34.834Z] setS1ASclassPath: 15:41:34 [2023-03-05T20:41:34.834Z] 15:41:34 [2023-03-05T20:41:34.834Z] init-common: 15:41:34 [2023-03-05T20:41:34.834Z] 15:41:34 [2023-03-05T20:41:34.834Z] create-jdbc-resource-common: 15:41:34 [2023-03-05T20:41:34.834Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB1 15:41:35 [2023-03-05T20:41:35.090Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB1 15:41:35 [2023-03-05T20:41:35.090Z] [exec] JDBC resource jdbc/s1qeDB1 created successfully. 15:41:35 [2023-03-05T20:41:35.090Z] [echo] cmd executed for server 15:41:35 [2023-03-05T20:41:35.090Z] 15:41:35 [2023-03-05T20:41:35.090Z] setOSConditions: 15:41:35 [2023-03-05T20:41:35.090Z] 15:41:35 [2023-03-05T20:41:35.090Z] setToolWin: 15:41:35 [2023-03-05T20:41:35.090Z] 15:41:35 [2023-03-05T20:41:35.090Z] setToolUnix: 15:41:35 [2023-03-05T20:41:35.090Z] 15:41:35 [2023-03-05T20:41:35.090Z] setToolProperty: 15:41:35 [2023-03-05T20:41:35.090Z] 15:41:35 [2023-03-05T20:41:35.090Z] setS1ASclassPath: 15:41:35 [2023-03-05T20:41:35.090Z] 15:41:35 [2023-03-05T20:41:35.090Z] init-common: 15:41:35 [2023-03-05T20:41:35.090Z] 15:41:35 [2023-03-05T20:41:35.090Z] create-jdbc-connpool-common: 15:41:35 [2023-03-05T20:41:35.346Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-nopasswdfordb-pool 15:41:35 [2023-03-05T20:41:35.346Z] [exec] JDBC connection pool jdbc-nopasswdfordb-pool created successfully. 15:41:35 [2023-03-05T20:41:35.346Z] 15:41:35 [2023-03-05T20:41:35.346Z] set-derby-connpool-props: 15:41:35 [2023-03-05T20:41:35.602Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.User=dbuser 15:41:35 [2023-03-05T20:41:35.602Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.User=dbuser 15:41:36 [2023-03-05T20:41:36.170Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.Password=dbpassword 15:41:36 [2023-03-05T20:41:36.170Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.Password=dbpassword 15:41:36 [2023-03-05T20:41:36.170Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.driverType=4 15:41:36 [2023-03-05T20:41:36.170Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.driverType=4 15:41:36 [2023-03-05T20:41:36.732Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.portNumber=1527 15:41:36 [2023-03-05T20:41:36.732Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.portNumber=1527 15:41:36 [2023-03-05T20:41:36.989Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.dataBaseName=testdb 15:41:36 [2023-03-05T20:41:36.989Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.dataBaseName=testdb 15:41:37 [2023-03-05T20:41:37.245Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:41:37 [2023-03-05T20:41:37.245Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:41:37 [2023-03-05T20:41:37.501Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.create=true 15:41:37 [2023-03-05T20:41:37.501Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.create=true 15:41:37 [2023-03-05T20:41:37.772Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.serverName=localhost 15:41:37 [2023-03-05T20:41:37.772Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.serverName=localhost 15:41:37 [2023-03-05T20:41:37.772Z] 15:41:37 [2023-03-05T20:41:37.772Z] asadmin-common-ignore-fail: 15:41:37 [2023-03-05T20:41:37.772Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.Password= 15:41:38 [2023-03-05T20:41:38.028Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.Password= 15:41:38 [2023-03-05T20:41:38.028Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.Password= 15:41:38 [2023-03-05T20:41:38.028Z] 15:41:38 [2023-03-05T20:41:38.028Z] setOSConditions: 15:41:38 [2023-03-05T20:41:38.028Z] 15:41:38 [2023-03-05T20:41:38.028Z] setToolWin: 15:41:38 [2023-03-05T20:41:38.028Z] 15:41:38 [2023-03-05T20:41:38.028Z] setToolUnix: 15:41:38 [2023-03-05T20:41:38.028Z] 15:41:38 [2023-03-05T20:41:38.028Z] setToolProperty: 15:41:38 [2023-03-05T20:41:38.028Z] 15:41:38 [2023-03-05T20:41:38.028Z] setS1ASclassPath: 15:41:38 [2023-03-05T20:41:38.028Z] 15:41:38 [2023-03-05T20:41:38.028Z] init-common: 15:41:38 [2023-03-05T20:41:38.028Z] 15:41:38 [2023-03-05T20:41:38.028Z] create-jdbc-resource-common: 15:41:38 [2023-03-05T20:41:38.028Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-nopasswdfordb-pool --target server jdbc/s1qeDB2 15:41:38 [2023-03-05T20:41:38.590Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-nopasswdfordb-pool --enabled=true --target server jdbc/s1qeDB2 15:41:38 [2023-03-05T20:41:38.590Z] [exec] JDBC resource jdbc/s1qeDB2 created successfully. 15:41:38 [2023-03-05T20:41:38.590Z] [echo] cmd executed for server 15:41:38 [2023-03-05T20:41:38.590Z] 15:41:38 [2023-03-05T20:41:38.590Z] setOSConditions: 15:41:38 [2023-03-05T20:41:38.590Z] 15:41:38 [2023-03-05T20:41:38.590Z] setToolWin: 15:41:38 [2023-03-05T20:41:38.590Z] 15:41:38 [2023-03-05T20:41:38.590Z] setToolUnix: 15:41:38 [2023-03-05T20:41:38.590Z] 15:41:38 [2023-03-05T20:41:38.590Z] setToolProperty: 15:41:38 [2023-03-05T20:41:38.590Z] 15:41:38 [2023-03-05T20:41:38.590Z] setS1ASclassPath: 15:41:38 [2023-03-05T20:41:38.590Z] 15:41:38 [2023-03-05T20:41:38.590Z] init-common: 15:41:38 [2023-03-05T20:41:38.590Z] 15:41:38 [2023-03-05T20:41:38.590Z] create-jdbc-connpool-common: 15:41:38 [2023-03-05T20:41:38.872Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-nopasswdfordb-xa-pool-1 15:41:38 [2023-03-05T20:41:38.872Z] [exec] JDBC connection pool jdbc-nopasswdfordb-xa-pool-1 created successfully. 15:41:38 [2023-03-05T20:41:38.872Z] 15:41:38 [2023-03-05T20:41:38.872Z] set-derby-connpool-props: 15:41:39 [2023-03-05T20:41:39.129Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.User=dbuser 15:41:39 [2023-03-05T20:41:39.129Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.User=dbuser 15:41:39 [2023-03-05T20:41:39.385Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.Password=dbpassword 15:41:39 [2023-03-05T20:41:39.385Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.Password=dbpassword 15:41:39 [2023-03-05T20:41:39.641Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.driverType=4 15:41:39 [2023-03-05T20:41:39.641Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.driverType=4 15:41:39 [2023-03-05T20:41:39.897Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.portNumber=1527 15:41:39 [2023-03-05T20:41:39.897Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.portNumber=1527 15:41:40 [2023-03-05T20:41:40.153Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.dataBaseName=testdb 15:41:40 [2023-03-05T20:41:40.153Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.dataBaseName=testdb 15:41:40 [2023-03-05T20:41:40.728Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.retrieveMessagesFromServerOnGetMessage=true 15:41:40 [2023-03-05T20:41:40.728Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.retrieveMessagesFromServerOnGetMessage=true 15:41:40 [2023-03-05T20:41:40.984Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.create=true 15:41:40 [2023-03-05T20:41:40.984Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.create=true 15:41:41 [2023-03-05T20:41:41.240Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.serverName=localhost 15:41:41 [2023-03-05T20:41:41.240Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.serverName=localhost 15:41:41 [2023-03-05T20:41:41.240Z] 15:41:41 [2023-03-05T20:41:41.240Z] setOSConditions: 15:41:41 [2023-03-05T20:41:41.240Z] 15:41:41 [2023-03-05T20:41:41.240Z] setToolWin: 15:41:41 [2023-03-05T20:41:41.240Z] 15:41:41 [2023-03-05T20:41:41.240Z] setToolUnix: 15:41:41 [2023-03-05T20:41:41.240Z] 15:41:41 [2023-03-05T20:41:41.240Z] setToolProperty: 15:41:41 [2023-03-05T20:41:41.240Z] 15:41:41 [2023-03-05T20:41:41.240Z] setS1ASclassPath: 15:41:41 [2023-03-05T20:41:41.240Z] 15:41:41 [2023-03-05T20:41:41.240Z] init-common: 15:41:41 [2023-03-05T20:41:41.240Z] 15:41:41 [2023-03-05T20:41:41.240Z] create-jdbc-resource-common: 15:41:41 [2023-03-05T20:41:41.240Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-nopasswdfordb-xa-pool-1 --target server jdbc/s1qeDB-xa 15:41:41 [2023-03-05T20:41:41.496Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-nopasswdfordb-xa-pool-1 --enabled=true --target server jdbc/s1qeDB-xa 15:41:41 [2023-03-05T20:41:41.496Z] [exec] JDBC resource jdbc/s1qeDB-xa created successfully. 15:41:41 [2023-03-05T20:41:41.496Z] [echo] cmd executed for server 15:41:41 [2023-03-05T20:41:41.496Z] 15:41:41 [2023-03-05T20:41:41.496Z] setOSConditions: 15:41:41 [2023-03-05T20:41:41.496Z] 15:41:41 [2023-03-05T20:41:41.496Z] setToolWin: 15:41:41 [2023-03-05T20:41:41.496Z] 15:41:41 [2023-03-05T20:41:41.496Z] setToolUnix: 15:41:41 [2023-03-05T20:41:41.496Z] 15:41:41 [2023-03-05T20:41:41.496Z] setToolProperty: 15:41:41 [2023-03-05T20:41:41.496Z] 15:41:41 [2023-03-05T20:41:41.496Z] setS1ASclassPath: 15:41:41 [2023-03-05T20:41:41.496Z] 15:41:41 [2023-03-05T20:41:41.496Z] init-common: 15:41:41 [2023-03-05T20:41:41.496Z] 15:41:41 [2023-03-05T20:41:41.496Z] create-jdbc-resource-common: 15:41:41 [2023-03-05T20:41:41.496Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-nopasswdfordb-xa-pool-1 --target server jdbc/s1qeDB1-xa 15:41:41 [2023-03-05T20:41:41.751Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-nopasswdfordb-xa-pool-1 --enabled=true --target server jdbc/s1qeDB1-xa 15:41:41 [2023-03-05T20:41:41.751Z] [exec] JDBC resource jdbc/s1qeDB1-xa created successfully. 15:41:41 [2023-03-05T20:41:41.751Z] [echo] cmd executed for server 15:41:41 [2023-03-05T20:41:41.751Z] 15:41:41 [2023-03-05T20:41:41.751Z] setOSConditions: 15:41:41 [2023-03-05T20:41:41.751Z] 15:41:41 [2023-03-05T20:41:41.751Z] setToolWin: 15:41:41 [2023-03-05T20:41:41.751Z] 15:41:41 [2023-03-05T20:41:41.751Z] setToolUnix: 15:41:41 [2023-03-05T20:41:41.751Z] 15:41:41 [2023-03-05T20:41:41.751Z] setToolProperty: 15:41:41 [2023-03-05T20:41:41.751Z] 15:41:41 [2023-03-05T20:41:41.751Z] setS1ASclassPath: 15:41:41 [2023-03-05T20:41:41.751Z] 15:41:41 [2023-03-05T20:41:41.751Z] init-common: 15:41:41 [2023-03-05T20:41:41.751Z] 15:41:41 [2023-03-05T20:41:41.751Z] create-jdbc-connpool-common: 15:41:42 [2023-03-05T20:41:42.020Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-nopasswdfordb-xa-pool-2 15:41:42 [2023-03-05T20:41:42.276Z] [exec] JDBC connection pool jdbc-nopasswdfordb-xa-pool-2 created successfully. 15:41:42 [2023-03-05T20:41:42.276Z] 15:41:42 [2023-03-05T20:41:42.276Z] set-derby-connpool-props: 15:41:42 [2023-03-05T20:41:42.533Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.User=dbuser 15:41:42 [2023-03-05T20:41:42.533Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.User=dbuser 15:41:42 [2023-03-05T20:41:42.790Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.Password=dbpassword 15:41:42 [2023-03-05T20:41:42.790Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.Password=dbpassword 15:41:43 [2023-03-05T20:41:43.073Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.driverType=4 15:41:43 [2023-03-05T20:41:43.073Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.driverType=4 15:41:43 [2023-03-05T20:41:43.332Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.portNumber=1527 15:41:43 [2023-03-05T20:41:43.332Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.portNumber=1527 15:41:43 [2023-03-05T20:41:43.918Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.dataBaseName=testdb 15:41:43 [2023-03-05T20:41:43.918Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.dataBaseName=testdb 15:41:44 [2023-03-05T20:41:44.174Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.retrieveMessagesFromServerOnGetMessage=true 15:41:44 [2023-03-05T20:41:44.174Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.retrieveMessagesFromServerOnGetMessage=true 15:41:44 [2023-03-05T20:41:44.431Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.create=true 15:41:44 [2023-03-05T20:41:44.431Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.create=true 15:41:44 [2023-03-05T20:41:44.688Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.serverName=localhost 15:41:44 [2023-03-05T20:41:44.688Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.serverName=localhost 15:41:44 [2023-03-05T20:41:44.688Z] 15:41:44 [2023-03-05T20:41:44.688Z] asadmin-common-ignore-fail: 15:41:44 [2023-03-05T20:41:44.688Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.Password= 15:41:44 [2023-03-05T20:41:44.944Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.Password= 15:41:44 [2023-03-05T20:41:44.944Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.Password= 15:41:44 [2023-03-05T20:41:44.944Z] 15:41:44 [2023-03-05T20:41:44.944Z] setOSConditions: 15:41:44 [2023-03-05T20:41:44.944Z] 15:41:44 [2023-03-05T20:41:44.944Z] setToolWin: 15:41:44 [2023-03-05T20:41:44.944Z] 15:41:44 [2023-03-05T20:41:44.944Z] setToolUnix: 15:41:44 [2023-03-05T20:41:44.944Z] 15:41:44 [2023-03-05T20:41:44.944Z] setToolProperty: 15:41:44 [2023-03-05T20:41:44.944Z] 15:41:44 [2023-03-05T20:41:44.944Z] setS1ASclassPath: 15:41:44 [2023-03-05T20:41:44.944Z] 15:41:44 [2023-03-05T20:41:44.944Z] init-common: 15:41:44 [2023-03-05T20:41:44.944Z] 15:41:44 [2023-03-05T20:41:44.944Z] create-jdbc-resource-common: 15:41:44 [2023-03-05T20:41:44.944Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-nopasswdfordb-xa-pool-2 --target server jdbc/s1qeDB2-xa 15:41:45 [2023-03-05T20:41:45.200Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-nopasswdfordb-xa-pool-2 --enabled=true --target server jdbc/s1qeDB2-xa 15:41:45 [2023-03-05T20:41:45.200Z] [exec] JDBC resource jdbc/s1qeDB2-xa created successfully. 15:41:45 [2023-03-05T20:41:45.200Z] [echo] cmd executed for server 15:41:45 [2023-03-05T20:41:45.200Z] 15:41:45 [2023-03-05T20:41:45.200Z] setOSConditions: 15:41:45 [2023-03-05T20:41:45.200Z] 15:41:45 [2023-03-05T20:41:45.200Z] setToolWin: 15:41:45 [2023-03-05T20:41:45.200Z] 15:41:45 [2023-03-05T20:41:45.200Z] setToolUnix: 15:41:45 [2023-03-05T20:41:45.200Z] 15:41:45 [2023-03-05T20:41:45.200Z] setToolProperty: 15:41:45 [2023-03-05T20:41:45.200Z] 15:41:45 [2023-03-05T20:41:45.200Z] setS1ASclassPath: 15:41:45 [2023-03-05T20:41:45.200Z] 15:41:45 [2023-03-05T20:41:45.200Z] init-common: 15:41:45 [2023-03-05T20:41:45.200Z] 15:41:45 [2023-03-05T20:41:45.200Z] deploy-common: 15:41:45 [2023-03-05T20:41:45.200Z] [echo] Current time (ISO): 2023-03-05T20:41:45.185+0000 15:41:45 [2023-03-05T20:41:45.200Z] 15:41:45 [2023-03-05T20:41:45.200Z] setOSConditions: 15:41:45 [2023-03-05T20:41:45.200Z] 15:41:45 [2023-03-05T20:41:45.200Z] setToolWin: 15:41:45 [2023-03-05T20:41:45.200Z] 15:41:45 [2023-03-05T20:41:45.200Z] setToolUnix: 15:41:45 [2023-03-05T20:41:45.200Z] 15:41:45 [2023-03-05T20:41:45.200Z] setToolProperty: 15:41:45 [2023-03-05T20:41:45.200Z] 15:41:45 [2023-03-05T20:41:45.200Z] setS1ASclassPath: 15:41:45 [2023-03-05T20:41:45.200Z] 15:41:45 [2023-03-05T20:41:45.200Z] init-common: 15:41:45 [2023-03-05T20:41:45.200Z] 15:41:45 [2023-03-05T20:41:45.200Z] deploy-common-pe: 15:41:45 [2023-03-05T20:41:45.762Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordbApp.ear 15:41:45 [2023-03-05T20:41:45.762Z] [exec] Application deployed with name jdbc-nopasswdfordbApp. 15:41:45 [2023-03-05T20:41:45.762Z] [echo] Deployment on target server server successful 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] setOSConditions: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] setToolWin: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] setToolUnix: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] setToolProperty: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] setS1ASclassPath: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] init-common: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] deploy-common-ee: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] run: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] setOSConditions: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] setToolWin: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] setToolUnix: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] setToolProperty: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] setS1ASclassPath: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] init-common: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] execute-sql-common: 15:41:45 [2023-03-05T20:41:45.762Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/nopasswdfordb/sql/create_pointbase.sql 15:41:45 [2023-03-05T20:41:45.762Z] [sql] Failed to execute: Drop table TXLEVELSWITCH 15:41:45 [2023-03-05T20:41:45.762Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. 15:41:45 [2023-03-05T20:41:45.762Z] [sql] 0 rows affected 15:41:45 [2023-03-05T20:41:45.762Z] [sql] 1 rows affected 15:41:45 [2023-03-05T20:41:45.762Z] [sql] 1 rows affected 15:41:45 [2023-03-05T20:41:45.762Z] [sql] 3 of 4 SQL statements executed successfully 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] setOSConditions: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] setToolWin: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] setToolUnix: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] setToolProperty: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] setS1ASclassPath: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] init-common: 15:41:45 [2023-03-05T20:41:45.762Z] 15:41:45 [2023-03-05T20:41:45.762Z] runclient-common: 15:41:45 [2023-03-05T20:41:45.762Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordbAppClient.jar -name jdbc-nopasswdfordbClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:41:46 [2023-03-05T20:41:46.690Z] [exec] Mar 05, 2023 8:41:46 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:41:46 [2023-03-05T20:41:46.690Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:41:48 [2023-03-05T20:41:48.620Z] [exec] Mar 05, 2023 8:41:48 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:41:48 [2023-03-05T20:41:48.620Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@50598a1a 15:41:48 [2023-03-05T20:41:48.620Z] [exec] Will fail till Derby gets a better XA driver 15:41:48 [2023-03-05T20:41:48.620Z] [exec] Value of key is: test1 : 15:41:48 [2023-03-05T20:41:48.878Z] [exec] Value of key is: test2 : 15:41:48 [2023-03-05T20:41:48.878Z] [exec] Value of key is: test3 : 15:41:48 [2023-03-05T20:41:48.878Z] [exec] Value of key is: test4 : 15:41:48 [2023-03-05T20:41:48.878Z] [exec] Value of key is: test5 : 15:41:48 [2023-03-05T20:41:48.878Z] [exec] Value of key is: test6 : 15:41:48 [2023-03-05T20:41:48.878Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:41:48 [2023-03-05T20:41:48.878Z] [exec] 15:41:48 [2023-03-05T20:41:48.878Z] [exec] 15:41:48 [2023-03-05T20:41:48.878Z] [exec] ----------------------------------------- 15:41:48 [2023-03-05T20:41:48.878Z] [exec] - test6 : : PASS - 15:41:48 [2023-03-05T20:41:48.878Z] [exec] - test5 : : PASS - 15:41:48 [2023-03-05T20:41:48.878Z] [exec] - test3 : : PASS - 15:41:48 [2023-03-05T20:41:48.878Z] [exec] - test4 : : PASS - 15:41:48 [2023-03-05T20:41:48.878Z] [exec] - test2 : : PASS - 15:41:48 [2023-03-05T20:41:48.878Z] [exec] - test1 : : PASS - 15:41:48 [2023-03-05T20:41:48.878Z] [exec] ----------------------------------------- 15:41:48 [2023-03-05T20:41:48.878Z] [exec] Total PASS: 6 15:41:48 [2023-03-05T20:41:48.878Z] [exec] Total FAIL: 0 15:41:48 [2023-03-05T20:41:48.878Z] [exec] Total DID NOT RUN: 0 15:41:48 [2023-03-05T20:41:48.878Z] [exec] ----------------------------------------- 15:41:48 [2023-03-05T20:41:48.878Z] [exec] in flushAll , creating new testSuiteHash 15:41:48 [2023-03-05T20:41:48.878Z] [exec] in flushAll , creating new testSuiteHash 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] checkReporting-common: 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] confirmReportPresent-common: 15:41:49 [2023-03-05T20:41:49.136Z] [echo] file RepRunConf.txt is present. 15:41:49 [2023-03-05T20:41:49.136Z] [echo] Test seems to be reported fine 15:41:49 [2023-03-05T20:41:49.136Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/nopasswdfordb/RepRunConf.txt 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] confirmMissingReport-common: 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] undeploy: 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] setOSConditions: 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] setToolWin: 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] setToolUnix: 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] setToolProperty: 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] setS1ASclassPath: 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] init-common: 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] execute-sql-common: 15:41:49 [2023-03-05T20:41:49.136Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/nopasswdfordb/sql/drop_pointbase.sql 15:41:49 [2023-03-05T20:41:49.136Z] [sql] 0 rows affected 15:41:49 [2023-03-05T20:41:49.136Z] [sql] Failed to execute: Drop table TXLEVELSWITCH2 15:41:49 [2023-03-05T20:41:49.136Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. 15:41:49 [2023-03-05T20:41:49.136Z] [sql] 1 of 2 SQL statements executed successfully 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] setOSConditions: 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] setToolWin: 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] setToolUnix: 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] setToolProperty: 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] setS1ASclassPath: 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] init-common: 15:41:49 [2023-03-05T20:41:49.136Z] 15:41:49 [2023-03-05T20:41:49.136Z] delete-jdbc-resource-common: 15:41:49 [2023-03-05T20:41:49.136Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB1 15:41:49 [2023-03-05T20:41:49.722Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB1 15:41:49 [2023-03-05T20:41:49.722Z] [exec] JDBC resource jdbc/s1qeDB1 deleted successfully 15:41:49 [2023-03-05T20:41:49.722Z] [echo] cmd executed for server 15:41:49 [2023-03-05T20:41:49.722Z] 15:41:49 [2023-03-05T20:41:49.722Z] setOSConditions: 15:41:49 [2023-03-05T20:41:49.722Z] 15:41:49 [2023-03-05T20:41:49.722Z] setToolWin: 15:41:49 [2023-03-05T20:41:49.722Z] 15:41:49 [2023-03-05T20:41:49.722Z] setToolUnix: 15:41:49 [2023-03-05T20:41:49.722Z] 15:41:49 [2023-03-05T20:41:49.722Z] setToolProperty: 15:41:49 [2023-03-05T20:41:49.722Z] 15:41:49 [2023-03-05T20:41:49.722Z] setS1ASclassPath: 15:41:49 [2023-03-05T20:41:49.722Z] 15:41:49 [2023-03-05T20:41:49.722Z] init-common: 15:41:49 [2023-03-05T20:41:49.722Z] 15:41:49 [2023-03-05T20:41:49.722Z] undeploy-jdbc-common: 15:41:49 [2023-03-05T20:41:49.722Z] 15:41:49 [2023-03-05T20:41:49.722Z] setOSConditions: 15:41:49 [2023-03-05T20:41:49.722Z] 15:41:49 [2023-03-05T20:41:49.722Z] setToolWin: 15:41:49 [2023-03-05T20:41:49.722Z] 15:41:49 [2023-03-05T20:41:49.722Z] setToolUnix: 15:41:49 [2023-03-05T20:41:49.722Z] 15:41:49 [2023-03-05T20:41:49.722Z] setToolProperty: 15:41:49 [2023-03-05T20:41:49.722Z] 15:41:49 [2023-03-05T20:41:49.722Z] setS1ASclassPath: 15:41:49 [2023-03-05T20:41:49.722Z] 15:41:49 [2023-03-05T20:41:49.722Z] init-common: 15:41:49 [2023-03-05T20:41:49.722Z] 15:41:49 [2023-03-05T20:41:49.722Z] delete-jdbc-resource-common: 15:41:49 [2023-03-05T20:41:49.722Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB2 15:41:49 [2023-03-05T20:41:49.978Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB2 15:41:49 [2023-03-05T20:41:49.978Z] [exec] JDBC resource jdbc/s1qeDB2 deleted successfully 15:41:49 [2023-03-05T20:41:49.978Z] [echo] cmd executed for server 15:41:49 [2023-03-05T20:41:49.978Z] 15:41:49 [2023-03-05T20:41:49.978Z] setOSConditions: 15:41:49 [2023-03-05T20:41:49.978Z] 15:41:49 [2023-03-05T20:41:49.978Z] setToolWin: 15:41:49 [2023-03-05T20:41:49.978Z] 15:41:49 [2023-03-05T20:41:49.978Z] setToolUnix: 15:41:49 [2023-03-05T20:41:49.978Z] 15:41:49 [2023-03-05T20:41:49.978Z] setToolProperty: 15:41:49 [2023-03-05T20:41:49.978Z] 15:41:49 [2023-03-05T20:41:49.978Z] setS1ASclassPath: 15:41:49 [2023-03-05T20:41:49.978Z] 15:41:49 [2023-03-05T20:41:49.978Z] init-common: 15:41:49 [2023-03-05T20:41:49.978Z] 15:41:49 [2023-03-05T20:41:49.978Z] delete-jdbc-connpool-common: 15:41:49 [2023-03-05T20:41:49.978Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-nopasswdfordb-pool 15:41:50 [2023-03-05T20:41:50.234Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-nopasswdfordb-pool 15:41:50 [2023-03-05T20:41:50.234Z] [exec] JDBC Connection pool jdbc-nopasswdfordb-pool deleted successfully 15:41:50 [2023-03-05T20:41:50.234Z] [echo] cmd executed for server 15:41:50 [2023-03-05T20:41:50.234Z] 15:41:50 [2023-03-05T20:41:50.234Z] setOSConditions: 15:41:50 [2023-03-05T20:41:50.234Z] 15:41:50 [2023-03-05T20:41:50.234Z] setToolWin: 15:41:50 [2023-03-05T20:41:50.234Z] 15:41:50 [2023-03-05T20:41:50.234Z] setToolUnix: 15:41:50 [2023-03-05T20:41:50.234Z] 15:41:50 [2023-03-05T20:41:50.234Z] setToolProperty: 15:41:50 [2023-03-05T20:41:50.234Z] 15:41:50 [2023-03-05T20:41:50.234Z] setS1ASclassPath: 15:41:50 [2023-03-05T20:41:50.234Z] 15:41:50 [2023-03-05T20:41:50.234Z] init-common: 15:41:50 [2023-03-05T20:41:50.234Z] 15:41:50 [2023-03-05T20:41:50.234Z] undeploy-jdbc-common: 15:41:50 [2023-03-05T20:41:50.234Z] 15:41:50 [2023-03-05T20:41:50.234Z] setOSConditions: 15:41:50 [2023-03-05T20:41:50.234Z] 15:41:50 [2023-03-05T20:41:50.234Z] setToolWin: 15:41:50 [2023-03-05T20:41:50.234Z] 15:41:50 [2023-03-05T20:41:50.234Z] setToolUnix: 15:41:50 [2023-03-05T20:41:50.234Z] 15:41:50 [2023-03-05T20:41:50.234Z] setToolProperty: 15:41:50 [2023-03-05T20:41:50.234Z] 15:41:50 [2023-03-05T20:41:50.234Z] setS1ASclassPath: 15:41:50 [2023-03-05T20:41:50.235Z] 15:41:50 [2023-03-05T20:41:50.235Z] init-common: 15:41:50 [2023-03-05T20:41:50.235Z] 15:41:50 [2023-03-05T20:41:50.235Z] delete-jdbc-resource-common: 15:41:50 [2023-03-05T20:41:50.235Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 15:41:50 [2023-03-05T20:41:50.492Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 15:41:50 [2023-03-05T20:41:50.492Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 15:41:50 [2023-03-05T20:41:50.492Z] [echo] cmd executed for server 15:41:50 [2023-03-05T20:41:50.492Z] 15:41:50 [2023-03-05T20:41:50.492Z] setOSConditions: 15:41:50 [2023-03-05T20:41:50.492Z] 15:41:50 [2023-03-05T20:41:50.492Z] setToolWin: 15:41:50 [2023-03-05T20:41:50.492Z] 15:41:50 [2023-03-05T20:41:50.492Z] setToolUnix: 15:41:50 [2023-03-05T20:41:50.492Z] 15:41:50 [2023-03-05T20:41:50.492Z] setToolProperty: 15:41:50 [2023-03-05T20:41:50.492Z] 15:41:50 [2023-03-05T20:41:50.492Z] setS1ASclassPath: 15:41:50 [2023-03-05T20:41:50.492Z] 15:41:50 [2023-03-05T20:41:50.492Z] init-common: 15:41:50 [2023-03-05T20:41:50.492Z] 15:41:50 [2023-03-05T20:41:50.492Z] delete-jdbc-connpool-common: 15:41:50 [2023-03-05T20:41:50.492Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 15:41:50 [2023-03-05T20:41:50.748Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 15:41:50 [2023-03-05T20:41:50.748Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 15:41:51 [2023-03-05T20:41:51.020Z] [echo] cmd executed for server 15:41:51 [2023-03-05T20:41:51.020Z] 15:41:51 [2023-03-05T20:41:51.020Z] setOSConditions: 15:41:51 [2023-03-05T20:41:51.020Z] 15:41:51 [2023-03-05T20:41:51.020Z] setToolWin: 15:41:51 [2023-03-05T20:41:51.020Z] 15:41:51 [2023-03-05T20:41:51.020Z] setToolUnix: 15:41:51 [2023-03-05T20:41:51.020Z] 15:41:51 [2023-03-05T20:41:51.020Z] setToolProperty: 15:41:51 [2023-03-05T20:41:51.020Z] 15:41:51 [2023-03-05T20:41:51.020Z] setS1ASclassPath: 15:41:51 [2023-03-05T20:41:51.020Z] 15:41:51 [2023-03-05T20:41:51.020Z] init-common: 15:41:51 [2023-03-05T20:41:51.020Z] 15:41:51 [2023-03-05T20:41:51.020Z] delete-jdbc-resource-common: 15:41:51 [2023-03-05T20:41:51.020Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB1-xa 15:41:51 [2023-03-05T20:41:51.277Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB1-xa 15:41:51 [2023-03-05T20:41:51.277Z] [exec] JDBC resource jdbc/s1qeDB1-xa deleted successfully 15:41:51 [2023-03-05T20:41:51.277Z] [echo] cmd executed for server 15:41:51 [2023-03-05T20:41:51.277Z] 15:41:51 [2023-03-05T20:41:51.277Z] setOSConditions: 15:41:51 [2023-03-05T20:41:51.277Z] 15:41:51 [2023-03-05T20:41:51.277Z] setToolWin: 15:41:51 [2023-03-05T20:41:51.277Z] 15:41:51 [2023-03-05T20:41:51.277Z] setToolUnix: 15:41:51 [2023-03-05T20:41:51.277Z] 15:41:51 [2023-03-05T20:41:51.277Z] setToolProperty: 15:41:51 [2023-03-05T20:41:51.277Z] 15:41:51 [2023-03-05T20:41:51.277Z] setS1ASclassPath: 15:41:51 [2023-03-05T20:41:51.277Z] 15:41:51 [2023-03-05T20:41:51.277Z] init-common: 15:41:51 [2023-03-05T20:41:51.277Z] 15:41:51 [2023-03-05T20:41:51.277Z] undeploy-jdbc-common: 15:41:51 [2023-03-05T20:41:51.277Z] 15:41:51 [2023-03-05T20:41:51.277Z] setOSConditions: 15:41:51 [2023-03-05T20:41:51.277Z] 15:41:51 [2023-03-05T20:41:51.277Z] setToolWin: 15:41:51 [2023-03-05T20:41:51.277Z] 15:41:51 [2023-03-05T20:41:51.277Z] setToolUnix: 15:41:51 [2023-03-05T20:41:51.277Z] 15:41:51 [2023-03-05T20:41:51.277Z] setToolProperty: 15:41:51 [2023-03-05T20:41:51.277Z] 15:41:51 [2023-03-05T20:41:51.277Z] setS1ASclassPath: 15:41:51 [2023-03-05T20:41:51.277Z] 15:41:51 [2023-03-05T20:41:51.277Z] init-common: 15:41:51 [2023-03-05T20:41:51.277Z] 15:41:51 [2023-03-05T20:41:51.277Z] delete-jdbc-resource-common: 15:41:51 [2023-03-05T20:41:51.277Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB-xa 15:41:51 [2023-03-05T20:41:51.533Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB-xa 15:41:51 [2023-03-05T20:41:51.533Z] [exec] JDBC resource jdbc/s1qeDB-xa deleted successfully 15:41:51 [2023-03-05T20:41:51.533Z] [echo] cmd executed for server 15:41:51 [2023-03-05T20:41:51.533Z] 15:41:51 [2023-03-05T20:41:51.533Z] setOSConditions: 15:41:51 [2023-03-05T20:41:51.533Z] 15:41:51 [2023-03-05T20:41:51.533Z] setToolWin: 15:41:51 [2023-03-05T20:41:51.533Z] 15:41:51 [2023-03-05T20:41:51.533Z] setToolUnix: 15:41:51 [2023-03-05T20:41:51.533Z] 15:41:51 [2023-03-05T20:41:51.533Z] setToolProperty: 15:41:51 [2023-03-05T20:41:51.533Z] 15:41:51 [2023-03-05T20:41:51.533Z] setS1ASclassPath: 15:41:51 [2023-03-05T20:41:51.533Z] 15:41:51 [2023-03-05T20:41:51.533Z] init-common: 15:41:51 [2023-03-05T20:41:51.533Z] 15:41:51 [2023-03-05T20:41:51.533Z] delete-jdbc-connpool-common: 15:41:51 [2023-03-05T20:41:51.534Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-nopasswdfordb-xa-pool-1 15:41:52 [2023-03-05T20:41:52.118Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-nopasswdfordb-xa-pool-1 15:41:52 [2023-03-05T20:41:52.118Z] [exec] JDBC Connection pool jdbc-nopasswdfordb-xa-pool-1 deleted successfully 15:41:52 [2023-03-05T20:41:52.118Z] [echo] cmd executed for server 15:41:52 [2023-03-05T20:41:52.118Z] 15:41:52 [2023-03-05T20:41:52.118Z] setOSConditions: 15:41:52 [2023-03-05T20:41:52.118Z] 15:41:52 [2023-03-05T20:41:52.118Z] setToolWin: 15:41:52 [2023-03-05T20:41:52.118Z] 15:41:52 [2023-03-05T20:41:52.118Z] setToolUnix: 15:41:52 [2023-03-05T20:41:52.118Z] 15:41:52 [2023-03-05T20:41:52.118Z] setToolProperty: 15:41:52 [2023-03-05T20:41:52.118Z] 15:41:52 [2023-03-05T20:41:52.118Z] setS1ASclassPath: 15:41:52 [2023-03-05T20:41:52.118Z] 15:41:52 [2023-03-05T20:41:52.118Z] init-common: 15:41:52 [2023-03-05T20:41:52.118Z] 15:41:52 [2023-03-05T20:41:52.118Z] undeploy-jdbc-common: 15:41:52 [2023-03-05T20:41:52.118Z] 15:41:52 [2023-03-05T20:41:52.118Z] setOSConditions: 15:41:52 [2023-03-05T20:41:52.118Z] 15:41:52 [2023-03-05T20:41:52.118Z] setToolWin: 15:41:52 [2023-03-05T20:41:52.118Z] 15:41:52 [2023-03-05T20:41:52.118Z] setToolUnix: 15:41:52 [2023-03-05T20:41:52.118Z] 15:41:52 [2023-03-05T20:41:52.118Z] setToolProperty: 15:41:52 [2023-03-05T20:41:52.118Z] 15:41:52 [2023-03-05T20:41:52.118Z] setS1ASclassPath: 15:41:52 [2023-03-05T20:41:52.118Z] 15:41:52 [2023-03-05T20:41:52.118Z] init-common: 15:41:52 [2023-03-05T20:41:52.118Z] 15:41:52 [2023-03-05T20:41:52.118Z] delete-jdbc-resource-common: 15:41:52 [2023-03-05T20:41:52.118Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB2-xa 15:41:52 [2023-03-05T20:41:52.118Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB2-xa 15:41:52 [2023-03-05T20:41:52.374Z] [exec] JDBC resource jdbc/s1qeDB2-xa deleted successfully 15:41:52 [2023-03-05T20:41:52.374Z] [echo] cmd executed for server 15:41:52 [2023-03-05T20:41:52.374Z] 15:41:52 [2023-03-05T20:41:52.374Z] setOSConditions: 15:41:52 [2023-03-05T20:41:52.374Z] 15:41:52 [2023-03-05T20:41:52.374Z] setToolWin: 15:41:52 [2023-03-05T20:41:52.374Z] 15:41:52 [2023-03-05T20:41:52.374Z] setToolUnix: 15:41:52 [2023-03-05T20:41:52.374Z] 15:41:52 [2023-03-05T20:41:52.374Z] setToolProperty: 15:41:52 [2023-03-05T20:41:52.374Z] 15:41:52 [2023-03-05T20:41:52.374Z] setS1ASclassPath: 15:41:52 [2023-03-05T20:41:52.374Z] 15:41:52 [2023-03-05T20:41:52.374Z] init-common: 15:41:52 [2023-03-05T20:41:52.374Z] 15:41:52 [2023-03-05T20:41:52.374Z] delete-jdbc-connpool-common: 15:41:52 [2023-03-05T20:41:52.374Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-nopasswdfordb-xa-pool-2 15:41:52 [2023-03-05T20:41:52.631Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-nopasswdfordb-xa-pool-2 15:41:52 [2023-03-05T20:41:52.631Z] [exec] JDBC Connection pool jdbc-nopasswdfordb-xa-pool-2 deleted successfully 15:41:52 [2023-03-05T20:41:52.631Z] [echo] cmd executed for server 15:41:52 [2023-03-05T20:41:52.631Z] 15:41:52 [2023-03-05T20:41:52.631Z] setOSConditions: 15:41:52 [2023-03-05T20:41:52.631Z] 15:41:52 [2023-03-05T20:41:52.631Z] setToolWin: 15:41:52 [2023-03-05T20:41:52.631Z] 15:41:52 [2023-03-05T20:41:52.631Z] setToolUnix: 15:41:52 [2023-03-05T20:41:52.631Z] 15:41:52 [2023-03-05T20:41:52.631Z] setToolProperty: 15:41:52 [2023-03-05T20:41:52.631Z] 15:41:52 [2023-03-05T20:41:52.631Z] setS1ASclassPath: 15:41:52 [2023-03-05T20:41:52.631Z] 15:41:52 [2023-03-05T20:41:52.631Z] init-common: 15:41:52 [2023-03-05T20:41:52.631Z] 15:41:52 [2023-03-05T20:41:52.631Z] undeploy-common: 15:41:52 [2023-03-05T20:41:52.920Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-nopasswdfordbApp 15:41:52 [2023-03-05T20:41:52.920Z] 15:41:52 [2023-03-05T20:41:52.920Z] all: 15:41:52 [2023-03-05T20:41:52.920Z] 15:41:52 [2023-03-05T20:41:52.920Z] setOSConditions: 15:41:52 [2023-03-05T20:41:52.920Z] 15:41:52 [2023-03-05T20:41:52.920Z] setToolWin: 15:41:52 [2023-03-05T20:41:52.920Z] 15:41:52 [2023-03-05T20:41:52.920Z] setToolUnix: 15:41:52 [2023-03-05T20:41:52.920Z] 15:41:52 [2023-03-05T20:41:52.920Z] setToolProperty: 15:41:52 [2023-03-05T20:41:52.920Z] 15:41:52 [2023-03-05T20:41:52.920Z] setS1ASclassPath: 15:41:52 [2023-03-05T20:41:52.920Z] 15:41:52 [2023-03-05T20:41:52.920Z] init-common: 15:41:52 [2023-03-05T20:41:52.920Z] 15:41:52 [2023-03-05T20:41:52.920Z] clean: 15:41:52 [2023-03-05T20:41:52.920Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:41:52 [2023-03-05T20:41:52.920Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:41:52 [2023-03-05T20:41:52.920Z] 15:41:52 [2023-03-05T20:41:52.920Z] compile: 15:41:52 [2023-03-05T20:41:52.920Z] 15:41:52 [2023-03-05T20:41:52.920Z] setOSConditions: 15:41:52 [2023-03-05T20:41:52.920Z] 15:41:52 [2023-03-05T20:41:52.920Z] setToolWin: 15:41:52 [2023-03-05T20:41:52.920Z] 15:41:52 [2023-03-05T20:41:52.920Z] setToolUnix: 15:41:52 [2023-03-05T20:41:52.920Z] 15:41:52 [2023-03-05T20:41:52.920Z] setToolProperty: 15:41:52 [2023-03-05T20:41:52.920Z] 15:41:52 [2023-03-05T20:41:52.920Z] setS1ASclassPath: 15:41:52 [2023-03-05T20:41:52.920Z] 15:41:52 [2023-03-05T20:41:52.921Z] init-common: 15:41:52 [2023-03-05T20:41:52.921Z] 15:41:52 [2023-03-05T20:41:52.921Z] compile-common: 15:41:52 [2023-03-05T20:41:52.921Z] [echo] Current time (ISO): 2023-03-05T20:41:52.768+0000 15:41:52 [2023-03-05T20:41:52.921Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:41:52 [2023-03-05T20:41:52.921Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:41:54 [2023-03-05T20:41:54.317Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:41:54 [2023-03-05T20:41:54.317Z] [javac] 1 warning 15:41:54 [2023-03-05T20:41:54.317Z] 15:41:54 [2023-03-05T20:41:54.317Z] setOSConditions: 15:41:54 [2023-03-05T20:41:54.317Z] 15:41:54 [2023-03-05T20:41:54.317Z] setToolWin: 15:41:54 [2023-03-05T20:41:54.317Z] 15:41:54 [2023-03-05T20:41:54.317Z] setToolUnix: 15:41:54 [2023-03-05T20:41:54.317Z] 15:41:54 [2023-03-05T20:41:54.317Z] setToolProperty: 15:41:54 [2023-03-05T20:41:54.317Z] 15:41:54 [2023-03-05T20:41:54.317Z] setS1ASclassPath: 15:41:54 [2023-03-05T20:41:54.317Z] 15:41:54 [2023-03-05T20:41:54.317Z] init-common: 15:41:54 [2023-03-05T20:41:54.317Z] 15:41:54 [2023-03-05T20:41:54.317Z] compile-common: 15:41:54 [2023-03-05T20:41:54.317Z] [echo] Current time (ISO): 2023-03-05T20:41:54.069+0000 15:41:54 [2023-03-05T20:41:54.317Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:41:55 [2023-03-05T20:41:55.246Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:41:55 [2023-03-05T20:41:55.521Z] [javac] 1 warning 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] build: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setOSConditions: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] fixFiles: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] convUnix: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] convWin: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setToolWin: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setToolUnix: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setToolProperty: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setS1ASclassPath: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] init-common: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] package-persistence-common: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] ejb-jar-common: 15:41:55 [2023-03-05T20:41:55.521Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] package-ejbjar-common: 15:41:55 [2023-03-05T20:41:55.521Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:41:55 [2023-03-05T20:41:55.521Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:41:55 [2023-03-05T20:41:55.521Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:41:55 [2023-03-05T20:41:55.521Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthrough-ejb.jar 15:41:55 [2023-03-05T20:41:55.521Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] appclient-jar-common: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] package-appclientjar-common: 15:41:55 [2023-03-05T20:41:55.521Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:41:55 [2023-03-05T20:41:55.521Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:41:55 [2023-03-05T20:41:55.521Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:41:55 [2023-03-05T20:41:55.521Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthrough-client.jar 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] webclient-war-common: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] build-ear-common: 15:41:55 [2023-03-05T20:41:55.521Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:41:55 [2023-03-05T20:41:55.521Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthroughApp.ear 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setOSConditions: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] fixFiles: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] convUnix: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] convWin: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setToolWin: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setToolUnix: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setToolProperty: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setS1ASclassPath: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] init-common: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] ear-common: 15:41:55 [2023-03-05T20:41:55.521Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txpassthrough/descriptor/sun-application.xml to copy. 15:41:55 [2023-03-05T20:41:55.521Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txpassthrough/${glassfish-resources-ear.xml} to copy. 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] deploy: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setOSConditions: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setToolWin: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setToolUnix: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setToolProperty: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setS1ASclassPath: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] init-common: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] deploy-jdbc-common: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setOSConditions: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setToolWin: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setToolUnix: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setToolProperty: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] setS1ASclassPath: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] init-common: 15:41:55 [2023-03-05T20:41:55.521Z] 15:41:55 [2023-03-05T20:41:55.521Z] create-jdbc-connpool-common: 15:41:55 [2023-03-05T20:41:55.777Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 15:41:55 [2023-03-05T20:41:55.777Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 15:41:55 [2023-03-05T20:41:55.777Z] 15:41:55 [2023-03-05T20:41:55.777Z] set-derby-connpool-props: 15:41:56 [2023-03-05T20:41:56.034Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:41:56 [2023-03-05T20:41:56.034Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:41:56 [2023-03-05T20:41:56.290Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:41:56 [2023-03-05T20:41:56.290Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:41:56 [2023-03-05T20:41:56.546Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:41:56 [2023-03-05T20:41:56.546Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:41:57 [2023-03-05T20:41:57.108Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:41:57 [2023-03-05T20:41:57.108Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:41:57 [2023-03-05T20:41:57.108Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:41:57 [2023-03-05T20:41:57.108Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:41:57 [2023-03-05T20:41:57.671Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:41:57 [2023-03-05T20:41:57.671Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:41:57 [2023-03-05T20:41:57.927Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:41:57 [2023-03-05T20:41:57.927Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:41:58 [2023-03-05T20:41:58.183Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:41:58 [2023-03-05T20:41:58.183Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:41:58 [2023-03-05T20:41:58.183Z] 15:41:58 [2023-03-05T20:41:58.183Z] setOSConditions: 15:41:58 [2023-03-05T20:41:58.183Z] 15:41:58 [2023-03-05T20:41:58.183Z] setToolWin: 15:41:58 [2023-03-05T20:41:58.183Z] 15:41:58 [2023-03-05T20:41:58.183Z] setToolUnix: 15:41:58 [2023-03-05T20:41:58.183Z] 15:41:58 [2023-03-05T20:41:58.183Z] setToolProperty: 15:41:58 [2023-03-05T20:41:58.183Z] 15:41:58 [2023-03-05T20:41:58.183Z] setS1ASclassPath: 15:41:58 [2023-03-05T20:41:58.183Z] 15:41:58 [2023-03-05T20:41:58.183Z] init-common: 15:41:58 [2023-03-05T20:41:58.183Z] 15:41:58 [2023-03-05T20:41:58.183Z] create-jdbc-resource-common: 15:41:58 [2023-03-05T20:41:58.183Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 15:41:58 [2023-03-05T20:41:58.439Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 15:41:58 [2023-03-05T20:41:58.439Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 15:41:58 [2023-03-05T20:41:58.439Z] [echo] cmd executed for server 15:41:58 [2023-03-05T20:41:58.439Z] 15:41:58 [2023-03-05T20:41:58.439Z] setOSConditions: 15:41:58 [2023-03-05T20:41:58.439Z] 15:41:58 [2023-03-05T20:41:58.439Z] setToolWin: 15:41:58 [2023-03-05T20:41:58.439Z] 15:41:58 [2023-03-05T20:41:58.439Z] setToolUnix: 15:41:58 [2023-03-05T20:41:58.439Z] 15:41:58 [2023-03-05T20:41:58.439Z] setToolProperty: 15:41:58 [2023-03-05T20:41:58.439Z] 15:41:58 [2023-03-05T20:41:58.439Z] setS1ASclassPath: 15:41:58 [2023-03-05T20:41:58.439Z] 15:41:58 [2023-03-05T20:41:58.439Z] init-common: 15:41:58 [2023-03-05T20:41:58.439Z] 15:41:58 [2023-03-05T20:41:58.439Z] deploy-common: 15:41:58 [2023-03-05T20:41:58.439Z] [echo] Current time (ISO): 2023-03-05T20:41:58.311+0000 15:41:58 [2023-03-05T20:41:58.439Z] 15:41:58 [2023-03-05T20:41:58.439Z] setOSConditions: 15:41:58 [2023-03-05T20:41:58.439Z] 15:41:58 [2023-03-05T20:41:58.439Z] setToolWin: 15:41:58 [2023-03-05T20:41:58.439Z] 15:41:58 [2023-03-05T20:41:58.439Z] setToolUnix: 15:41:58 [2023-03-05T20:41:58.439Z] 15:41:58 [2023-03-05T20:41:58.439Z] setToolProperty: 15:41:58 [2023-03-05T20:41:58.439Z] 15:41:58 [2023-03-05T20:41:58.439Z] setS1ASclassPath: 15:41:58 [2023-03-05T20:41:58.439Z] 15:41:58 [2023-03-05T20:41:58.439Z] init-common: 15:41:58 [2023-03-05T20:41:58.439Z] 15:41:58 [2023-03-05T20:41:58.439Z] deploy-common-pe: 15:41:58 [2023-03-05T20:41:58.697Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthroughApp.ear 15:41:58 [2023-03-05T20:41:58.953Z] [exec] Application deployed with name jdbc-txpassthroughApp. 15:41:58 [2023-03-05T20:41:58.953Z] [echo] Deployment on target server server successful 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] setOSConditions: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] setToolWin: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] setToolUnix: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] setToolProperty: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] setS1ASclassPath: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] init-common: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] deploy-common-ee: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] run: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] setOSConditions: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] setToolWin: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] setToolUnix: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] setToolProperty: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] setS1ASclassPath: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] init-common: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] execute-sql-common: 15:41:58 [2023-03-05T20:41:58.953Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txpassthrough/sql/create.sql 15:41:58 [2023-03-05T20:41:58.953Z] [sql] Failed to execute: DROP TABLE ONLYGETCONNECTION 15:41:58 [2023-03-05T20:41:58.953Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'ONLYGETCONNECTION' because it does not exist. 15:41:58 [2023-03-05T20:41:58.953Z] [sql] 0 rows affected 15:41:58 [2023-03-05T20:41:58.953Z] [sql] 1 of 2 SQL statements executed successfully 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] setOSConditions: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] setToolWin: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] setToolUnix: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] setToolProperty: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] setS1ASclassPath: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] init-common: 15:41:58 [2023-03-05T20:41:58.953Z] 15:41:58 [2023-03-05T20:41:58.953Z] runclient-common: 15:41:58 [2023-03-05T20:41:58.953Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthroughAppClient.jar -name jdbc-txpassthroughClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:41:59 [2023-03-05T20:41:59.524Z] [exec] Mar 05, 2023 8:41:59 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:41:59 [2023-03-05T20:41:59.524Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:42:02 [2023-03-05T20:42:02.047Z] [exec] Mar 05, 2023 8:42:01 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:42:02 [2023-03-05T20:42:02.047Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@281b2dfd 15:42:02 [2023-03-05T20:42:02.047Z] [exec] Value of key is: test1 : 15:42:02 [2023-03-05T20:42:02.048Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:42:02 [2023-03-05T20:42:02.048Z] [exec] 15:42:02 [2023-03-05T20:42:02.048Z] [exec] 15:42:02 [2023-03-05T20:42:02.048Z] [exec] ----------------------------------------- 15:42:02 [2023-03-05T20:42:02.048Z] [exec] - test1 : : PASS - 15:42:02 [2023-03-05T20:42:02.048Z] [exec] ----------------------------------------- 15:42:02 [2023-03-05T20:42:02.048Z] [exec] Total PASS: 1 15:42:02 [2023-03-05T20:42:02.048Z] [exec] Total FAIL: 0 15:42:02 [2023-03-05T20:42:02.048Z] [exec] Total DID NOT RUN: 0 15:42:02 [2023-03-05T20:42:02.048Z] [exec] ----------------------------------------- 15:42:02 [2023-03-05T20:42:02.048Z] [exec] in flushAll , creating new testSuiteHash 15:42:02 [2023-03-05T20:42:02.048Z] [exec] in flushAll , creating new testSuiteHash 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] checkReporting-common: 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] confirmReportPresent-common: 15:42:02 [2023-03-05T20:42:02.304Z] [echo] file RepRunConf.txt is present. 15:42:02 [2023-03-05T20:42:02.304Z] [echo] Test seems to be reported fine 15:42:02 [2023-03-05T20:42:02.304Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txpassthrough/RepRunConf.txt 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] confirmMissingReport-common: 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] undeploy: 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] setOSConditions: 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] setToolWin: 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] setToolUnix: 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] setToolProperty: 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] setS1ASclassPath: 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] init-common: 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] undeploy-jdbc-common: 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] setOSConditions: 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] setToolWin: 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] setToolUnix: 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] setToolProperty: 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] setS1ASclassPath: 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] init-common: 15:42:02 [2023-03-05T20:42:02.304Z] 15:42:02 [2023-03-05T20:42:02.304Z] delete-jdbc-resource-common: 15:42:02 [2023-03-05T20:42:02.304Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 15:42:02 [2023-03-05T20:42:02.574Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 15:42:02 [2023-03-05T20:42:02.574Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 15:42:02 [2023-03-05T20:42:02.574Z] [echo] cmd executed for server 15:42:02 [2023-03-05T20:42:02.574Z] 15:42:02 [2023-03-05T20:42:02.574Z] setOSConditions: 15:42:02 [2023-03-05T20:42:02.574Z] 15:42:02 [2023-03-05T20:42:02.574Z] setToolWin: 15:42:02 [2023-03-05T20:42:02.574Z] 15:42:02 [2023-03-05T20:42:02.574Z] setToolUnix: 15:42:02 [2023-03-05T20:42:02.574Z] 15:42:02 [2023-03-05T20:42:02.574Z] setToolProperty: 15:42:02 [2023-03-05T20:42:02.574Z] 15:42:02 [2023-03-05T20:42:02.574Z] setS1ASclassPath: 15:42:02 [2023-03-05T20:42:02.574Z] 15:42:02 [2023-03-05T20:42:02.574Z] init-common: 15:42:02 [2023-03-05T20:42:02.574Z] 15:42:02 [2023-03-05T20:42:02.574Z] delete-jdbc-connpool-common: 15:42:02 [2023-03-05T20:42:02.574Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 15:42:02 [2023-03-05T20:42:02.830Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 15:42:02 [2023-03-05T20:42:02.830Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 15:42:02 [2023-03-05T20:42:02.830Z] [echo] cmd executed for server 15:42:02 [2023-03-05T20:42:02.830Z] 15:42:02 [2023-03-05T20:42:02.830Z] setOSConditions: 15:42:02 [2023-03-05T20:42:02.830Z] 15:42:02 [2023-03-05T20:42:02.830Z] setToolWin: 15:42:02 [2023-03-05T20:42:02.830Z] 15:42:02 [2023-03-05T20:42:02.830Z] setToolUnix: 15:42:02 [2023-03-05T20:42:02.830Z] 15:42:02 [2023-03-05T20:42:02.830Z] setToolProperty: 15:42:02 [2023-03-05T20:42:02.830Z] 15:42:02 [2023-03-05T20:42:02.830Z] setS1ASclassPath: 15:42:02 [2023-03-05T20:42:02.830Z] 15:42:02 [2023-03-05T20:42:02.830Z] init-common: 15:42:02 [2023-03-05T20:42:02.830Z] 15:42:02 [2023-03-05T20:42:02.830Z] undeploy-common: 15:42:03 [2023-03-05T20:42:03.087Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-txpassthroughApp 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] all: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setOSConditions: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setToolWin: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setToolUnix: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setToolProperty: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setS1ASclassPath: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] init-common: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] clean: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setOSConditions: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setToolWin: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setToolUnix: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setToolProperty: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setS1ASclassPath: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] init-common: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] clean-common: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setOSConditions: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setToolWin: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setToolUnix: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setToolProperty: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setS1ASclassPath: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] init-common: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] clean-classes-common: 15:42:03 [2023-03-05T20:42:03.087Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setOSConditions: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setToolWin: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setToolUnix: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setToolProperty: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setS1ASclassPath: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] init-common: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] clean-jars-common: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] compile: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setOSConditions: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setToolWin: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setToolUnix: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setToolProperty: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] setS1ASclassPath: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] init-common: 15:42:03 [2023-03-05T20:42:03.087Z] 15:42:03 [2023-03-05T20:42:03.087Z] compile-common: 15:42:03 [2023-03-05T20:42:03.087Z] [echo] Current time (ISO): 2023-03-05T20:42:03.079+0000 15:42:03 [2023-03-05T20:42:03.087Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:42:03 [2023-03-05T20:42:03.087Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:42:04 [2023-03-05T20:42:04.459Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:42:04 [2023-03-05T20:42:04.459Z] [javac] 1 warning 15:42:04 [2023-03-05T20:42:04.459Z] 15:42:04 [2023-03-05T20:42:04.459Z] setOSConditions: 15:42:04 [2023-03-05T20:42:04.459Z] 15:42:04 [2023-03-05T20:42:04.459Z] setToolWin: 15:42:04 [2023-03-05T20:42:04.459Z] 15:42:04 [2023-03-05T20:42:04.459Z] setToolUnix: 15:42:04 [2023-03-05T20:42:04.459Z] 15:42:04 [2023-03-05T20:42:04.459Z] setToolProperty: 15:42:04 [2023-03-05T20:42:04.459Z] 15:42:04 [2023-03-05T20:42:04.459Z] setS1ASclassPath: 15:42:04 [2023-03-05T20:42:04.459Z] 15:42:04 [2023-03-05T20:42:04.459Z] init-common: 15:42:04 [2023-03-05T20:42:04.459Z] 15:42:04 [2023-03-05T20:42:04.459Z] compile-common: 15:42:04 [2023-03-05T20:42:04.459Z] [echo] Current time (ISO): 2023-03-05T20:42:04.370+0000 15:42:04 [2023-03-05T20:42:04.459Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:42:05 [2023-03-05T20:42:05.828Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:42:05 [2023-03-05T20:42:05.828Z] [javac] 1 warning 15:42:05 [2023-03-05T20:42:05.828Z] 15:42:05 [2023-03-05T20:42:05.828Z] build: 15:42:05 [2023-03-05T20:42:05.828Z] 15:42:05 [2023-03-05T20:42:05.828Z] setOSConditions: 15:42:05 [2023-03-05T20:42:05.828Z] 15:42:05 [2023-03-05T20:42:05.828Z] fixFiles: 15:42:05 [2023-03-05T20:42:05.828Z] 15:42:05 [2023-03-05T20:42:05.828Z] convUnix: 15:42:05 [2023-03-05T20:42:05.828Z] 15:42:05 [2023-03-05T20:42:05.828Z] convWin: 15:42:05 [2023-03-05T20:42:05.828Z] 15:42:05 [2023-03-05T20:42:05.828Z] setToolWin: 15:42:05 [2023-03-05T20:42:05.828Z] 15:42:05 [2023-03-05T20:42:05.828Z] setToolUnix: 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] setToolProperty: 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] setS1ASclassPath: 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] init-common: 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] package-persistence-common: 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] ejb-jar-common: 15:42:05 [2023-03-05T20:42:05.829Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] package-ejbjar-common: 15:42:05 [2023-03-05T20:42:05.829Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:05 [2023-03-05T20:42:05.829Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:05 [2023-03-05T20:42:05.829Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:05 [2023-03-05T20:42:05.829Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontx-ejb.jar 15:42:05 [2023-03-05T20:42:05.829Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] appclient-jar-common: 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] package-appclientjar-common: 15:42:05 [2023-03-05T20:42:05.829Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:05 [2023-03-05T20:42:05.829Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:05 [2023-03-05T20:42:05.829Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:05 [2023-03-05T20:42:05.829Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontx-client.jar 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] webclient-war-common: 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] build-ear-common: 15:42:05 [2023-03-05T20:42:05.829Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:05 [2023-03-05T20:42:05.829Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxApp.ear 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] deploy: 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] setOSConditions: 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] setToolWin: 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] setToolUnix: 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] setToolProperty: 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] setS1ASclassPath: 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] init-common: 15:42:05 [2023-03-05T20:42:05.829Z] 15:42:05 [2023-03-05T20:42:05.829Z] create-jdbc-connpool-common: 15:42:06 [2023-03-05T20:42:06.085Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-txafternontx-pool 15:42:06 [2023-03-05T20:42:06.085Z] [exec] JDBC connection pool jdbc-txafternontx-pool created successfully. 15:42:06 [2023-03-05T20:42:06.085Z] 15:42:06 [2023-03-05T20:42:06.085Z] set-derby-connpool-props: 15:42:06 [2023-03-05T20:42:06.340Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.User=dbuser 15:42:06 [2023-03-05T20:42:06.340Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.User=dbuser 15:42:06 [2023-03-05T20:42:06.920Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.Password=dbpassword 15:42:06 [2023-03-05T20:42:06.920Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.Password=dbpassword 15:42:07 [2023-03-05T20:42:07.176Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.driverType=4 15:42:07 [2023-03-05T20:42:07.176Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.driverType=4 15:42:07 [2023-03-05T20:42:07.436Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.portNumber=1527 15:42:07 [2023-03-05T20:42:07.436Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.portNumber=1527 15:42:07 [2023-03-05T20:42:07.691Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.dataBaseName=testdb 15:42:07 [2023-03-05T20:42:07.691Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.dataBaseName=testdb 15:42:07 [2023-03-05T20:42:07.946Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:42:07 [2023-03-05T20:42:07.946Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:42:08 [2023-03-05T20:42:08.218Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.create=true 15:42:08 [2023-03-05T20:42:08.474Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.create=true 15:42:08 [2023-03-05T20:42:08.729Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.serverName=localhost 15:42:08 [2023-03-05T20:42:08.729Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.serverName=localhost 15:42:08 [2023-03-05T20:42:08.729Z] 15:42:08 [2023-03-05T20:42:08.729Z] setOSConditions: 15:42:08 [2023-03-05T20:42:08.729Z] 15:42:08 [2023-03-05T20:42:08.729Z] setToolWin: 15:42:08 [2023-03-05T20:42:08.729Z] 15:42:08 [2023-03-05T20:42:08.729Z] setToolUnix: 15:42:08 [2023-03-05T20:42:08.729Z] 15:42:08 [2023-03-05T20:42:08.729Z] setToolProperty: 15:42:08 [2023-03-05T20:42:08.729Z] 15:42:08 [2023-03-05T20:42:08.729Z] setS1ASclassPath: 15:42:08 [2023-03-05T20:42:08.729Z] 15:42:08 [2023-03-05T20:42:08.729Z] init-common: 15:42:08 [2023-03-05T20:42:08.729Z] 15:42:08 [2023-03-05T20:42:08.729Z] create-jdbc-resource-common: 15:42:08 [2023-03-05T20:42:08.729Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-txafternontx-pool --target server jdbc/txafternontx 15:42:08 [2023-03-05T20:42:08.985Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-txafternontx-pool --enabled=true --target server jdbc/txafternontx 15:42:08 [2023-03-05T20:42:08.985Z] [exec] JDBC resource jdbc/txafternontx created successfully. 15:42:08 [2023-03-05T20:42:08.985Z] [echo] cmd executed for server 15:42:08 [2023-03-05T20:42:08.985Z] 15:42:08 [2023-03-05T20:42:08.985Z] setOSConditions: 15:42:08 [2023-03-05T20:42:08.985Z] 15:42:08 [2023-03-05T20:42:08.985Z] setToolWin: 15:42:08 [2023-03-05T20:42:08.985Z] 15:42:08 [2023-03-05T20:42:08.985Z] setToolUnix: 15:42:08 [2023-03-05T20:42:08.985Z] 15:42:08 [2023-03-05T20:42:08.985Z] setToolProperty: 15:42:08 [2023-03-05T20:42:08.985Z] 15:42:08 [2023-03-05T20:42:08.985Z] setS1ASclassPath: 15:42:08 [2023-03-05T20:42:08.985Z] 15:42:08 [2023-03-05T20:42:08.985Z] init-common: 15:42:08 [2023-03-05T20:42:08.985Z] 15:42:08 [2023-03-05T20:42:08.985Z] deploy-common: 15:42:08 [2023-03-05T20:42:08.985Z] [echo] Current time (ISO): 2023-03-05T20:42:08.882+0000 15:42:08 [2023-03-05T20:42:08.985Z] 15:42:08 [2023-03-05T20:42:08.985Z] setOSConditions: 15:42:08 [2023-03-05T20:42:08.985Z] 15:42:08 [2023-03-05T20:42:08.985Z] setToolWin: 15:42:08 [2023-03-05T20:42:08.985Z] 15:42:08 [2023-03-05T20:42:08.985Z] setToolUnix: 15:42:08 [2023-03-05T20:42:08.985Z] 15:42:08 [2023-03-05T20:42:08.985Z] setToolProperty: 15:42:08 [2023-03-05T20:42:08.985Z] 15:42:08 [2023-03-05T20:42:08.985Z] setS1ASclassPath: 15:42:08 [2023-03-05T20:42:08.985Z] 15:42:08 [2023-03-05T20:42:08.985Z] init-common: 15:42:08 [2023-03-05T20:42:08.985Z] 15:42:08 [2023-03-05T20:42:08.985Z] deploy-common-pe: 15:42:09 [2023-03-05T20:42:09.241Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxApp.ear 15:42:09 [2023-03-05T20:42:09.520Z] [exec] Application deployed with name jdbc-txafternontxApp. 15:42:09 [2023-03-05T20:42:09.520Z] [echo] Deployment on target server server successful 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] setOSConditions: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] setToolWin: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] setToolUnix: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] setToolProperty: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] setS1ASclassPath: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] init-common: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] deploy-common-ee: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] run: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] setOSConditions: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] setToolWin: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] setToolUnix: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] setToolProperty: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] setS1ASclassPath: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] init-common: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] execute-sql-common: 15:42:09 [2023-03-05T20:42:09.520Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontx/sql/create_pointbase.sql 15:42:09 [2023-03-05T20:42:09.520Z] [sql] Failed to execute: Drop table O_Customer 15:42:09 [2023-03-05T20:42:09.520Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:42:09 [2023-03-05T20:42:09.520Z] [sql] 0 rows affected 15:42:09 [2023-03-05T20:42:09.520Z] [sql] 1 rows affected 15:42:09 [2023-03-05T20:42:09.520Z] [sql] 1 rows affected 15:42:09 [2023-03-05T20:42:09.520Z] [sql] 3 of 4 SQL statements executed successfully 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] setOSConditions: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] setToolWin: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] setToolUnix: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] setToolProperty: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] setS1ASclassPath: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] init-common: 15:42:09 [2023-03-05T20:42:09.520Z] 15:42:09 [2023-03-05T20:42:09.520Z] runclient-common: 15:42:09 [2023-03-05T20:42:09.520Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxAppClient.jar -name jdbc-txafternontxClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:42:10 [2023-03-05T20:42:10.081Z] [exec] Mar 05, 2023 8:42:09 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:42:10 [2023-03-05T20:42:10.081Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:42:12 [2023-03-05T20:42:12.611Z] [exec] Mar 05, 2023 8:42:12 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:42:12 [2023-03-05T20:42:12.611Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@72465eb2 15:42:12 [2023-03-05T20:42:12.611Z] [exec] Value of key is: test1 : 15:42:12 [2023-03-05T20:42:12.611Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:42:12 [2023-03-05T20:42:12.611Z] [exec] 15:42:12 [2023-03-05T20:42:12.611Z] [exec] 15:42:12 [2023-03-05T20:42:12.611Z] [exec] ----------------------------------------- 15:42:12 [2023-03-05T20:42:12.611Z] [exec] - test1 : : PASS - 15:42:12 [2023-03-05T20:42:12.611Z] [exec] ----------------------------------------- 15:42:12 [2023-03-05T20:42:12.611Z] [exec] Total PASS: 1 15:42:12 [2023-03-05T20:42:12.611Z] [exec] Total FAIL: 0 15:42:12 [2023-03-05T20:42:12.611Z] [exec] Total DID NOT RUN: 0 15:42:12 [2023-03-05T20:42:12.611Z] [exec] ----------------------------------------- 15:42:12 [2023-03-05T20:42:12.611Z] [exec] in flushAll , creating new testSuiteHash 15:42:12 [2023-03-05T20:42:12.611Z] [exec] in flushAll , creating new testSuiteHash 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] checkReporting-common: 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] confirmReportPresent-common: 15:42:12 [2023-03-05T20:42:12.611Z] [echo] file RepRunConf.txt is present. 15:42:12 [2023-03-05T20:42:12.611Z] [echo] Test seems to be reported fine 15:42:12 [2023-03-05T20:42:12.611Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontx/RepRunConf.txt 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] confirmMissingReport-common: 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] undeploy: 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] setOSConditions: 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] setToolWin: 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] setToolUnix: 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] setToolProperty: 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] setS1ASclassPath: 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] init-common: 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] execute-sql-common: 15:42:12 [2023-03-05T20:42:12.611Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontx/sql/drop_pointbase.sql 15:42:12 [2023-03-05T20:42:12.611Z] [sql] 0 rows affected 15:42:12 [2023-03-05T20:42:12.611Z] [sql] 1 of 1 SQL statements executed successfully 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] setOSConditions: 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] setToolWin: 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] setToolUnix: 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] setToolProperty: 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] setS1ASclassPath: 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] init-common: 15:42:12 [2023-03-05T20:42:12.611Z] 15:42:12 [2023-03-05T20:42:12.611Z] delete-jdbc-resource-common: 15:42:12 [2023-03-05T20:42:12.611Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/txafternontx 15:42:13 [2023-03-05T20:42:13.174Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/txafternontx 15:42:13 [2023-03-05T20:42:13.174Z] [exec] JDBC resource jdbc/txafternontx deleted successfully 15:42:13 [2023-03-05T20:42:13.174Z] [echo] cmd executed for server 15:42:13 [2023-03-05T20:42:13.174Z] 15:42:13 [2023-03-05T20:42:13.174Z] setOSConditions: 15:42:13 [2023-03-05T20:42:13.174Z] 15:42:13 [2023-03-05T20:42:13.174Z] setToolWin: 15:42:13 [2023-03-05T20:42:13.174Z] 15:42:13 [2023-03-05T20:42:13.174Z] setToolUnix: 15:42:13 [2023-03-05T20:42:13.174Z] 15:42:13 [2023-03-05T20:42:13.174Z] setToolProperty: 15:42:13 [2023-03-05T20:42:13.174Z] 15:42:13 [2023-03-05T20:42:13.174Z] setS1ASclassPath: 15:42:13 [2023-03-05T20:42:13.174Z] 15:42:13 [2023-03-05T20:42:13.174Z] init-common: 15:42:13 [2023-03-05T20:42:13.174Z] 15:42:13 [2023-03-05T20:42:13.174Z] delete-jdbc-connpool-common: 15:42:13 [2023-03-05T20:42:13.175Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-txafternontx-pool 15:42:13 [2023-03-05T20:42:13.434Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-txafternontx-pool 15:42:13 [2023-03-05T20:42:13.434Z] [exec] JDBC Connection pool jdbc-txafternontx-pool deleted successfully 15:42:13 [2023-03-05T20:42:13.434Z] [echo] cmd executed for server 15:42:13 [2023-03-05T20:42:13.434Z] 15:42:13 [2023-03-05T20:42:13.434Z] setOSConditions: 15:42:13 [2023-03-05T20:42:13.434Z] 15:42:13 [2023-03-05T20:42:13.434Z] setToolWin: 15:42:13 [2023-03-05T20:42:13.434Z] 15:42:13 [2023-03-05T20:42:13.434Z] setToolUnix: 15:42:13 [2023-03-05T20:42:13.434Z] 15:42:13 [2023-03-05T20:42:13.434Z] setToolProperty: 15:42:13 [2023-03-05T20:42:13.434Z] 15:42:13 [2023-03-05T20:42:13.434Z] setS1ASclassPath: 15:42:13 [2023-03-05T20:42:13.434Z] 15:42:13 [2023-03-05T20:42:13.434Z] init-common: 15:42:13 [2023-03-05T20:42:13.434Z] 15:42:13 [2023-03-05T20:42:13.434Z] undeploy-common: 15:42:13 [2023-03-05T20:42:13.697Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-txafternontxApp 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] all: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setOSConditions: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setToolWin: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setToolUnix: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setToolProperty: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setS1ASclassPath: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] init-common: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] clean: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setOSConditions: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setToolWin: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setToolUnix: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setToolProperty: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setS1ASclassPath: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] init-common: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] clean-common: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setOSConditions: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setToolWin: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setToolUnix: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setToolProperty: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setS1ASclassPath: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] init-common: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] clean-classes-common: 15:42:13 [2023-03-05T20:42:13.697Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setOSConditions: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setToolWin: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setToolUnix: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setToolProperty: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setS1ASclassPath: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] init-common: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] clean-jars-common: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] compile: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setOSConditions: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setToolWin: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setToolUnix: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setToolProperty: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.697Z] setS1ASclassPath: 15:42:13 [2023-03-05T20:42:13.697Z] 15:42:13 [2023-03-05T20:42:13.698Z] init-common: 15:42:13 [2023-03-05T20:42:13.698Z] 15:42:13 [2023-03-05T20:42:13.698Z] compile-common: 15:42:13 [2023-03-05T20:42:13.698Z] [echo] Current time (ISO): 2023-03-05T20:42:13.602+0000 15:42:13 [2023-03-05T20:42:13.698Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:42:13 [2023-03-05T20:42:13.698Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:42:15 [2023-03-05T20:42:15.064Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:42:15 [2023-03-05T20:42:15.064Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontxjndi/ejb/SimpleSessionBean.java uses unchecked or unsafe operations. 15:42:15 [2023-03-05T20:42:15.064Z] [javac] Note: Recompile with -Xlint:unchecked for details. 15:42:15 [2023-03-05T20:42:15.064Z] [javac] 1 warning 15:42:15 [2023-03-05T20:42:15.064Z] 15:42:15 [2023-03-05T20:42:15.064Z] setOSConditions: 15:42:15 [2023-03-05T20:42:15.064Z] 15:42:15 [2023-03-05T20:42:15.064Z] setToolWin: 15:42:15 [2023-03-05T20:42:15.064Z] 15:42:15 [2023-03-05T20:42:15.064Z] setToolUnix: 15:42:15 [2023-03-05T20:42:15.064Z] 15:42:15 [2023-03-05T20:42:15.064Z] setToolProperty: 15:42:15 [2023-03-05T20:42:15.064Z] 15:42:15 [2023-03-05T20:42:15.064Z] setS1ASclassPath: 15:42:15 [2023-03-05T20:42:15.064Z] 15:42:15 [2023-03-05T20:42:15.064Z] init-common: 15:42:15 [2023-03-05T20:42:15.064Z] 15:42:15 [2023-03-05T20:42:15.064Z] compile-common: 15:42:15 [2023-03-05T20:42:15.064Z] [echo] Current time (ISO): 2023-03-05T20:42:14.839+0000 15:42:15 [2023-03-05T20:42:15.064Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:42:16 [2023-03-05T20:42:16.433Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:42:16 [2023-03-05T20:42:16.433Z] [javac] 1 warning 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] build: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] setOSConditions: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] fixFiles: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] convUnix: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] convWin: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] setToolWin: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] setToolUnix: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] setToolProperty: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] setS1ASclassPath: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] init-common: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] package-persistence-common: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] ejb-jar-common: 15:42:16 [2023-03-05T20:42:16.433Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] package-ejbjar-common: 15:42:16 [2023-03-05T20:42:16.433Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:16 [2023-03-05T20:42:16.433Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:16 [2023-03-05T20:42:16.433Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:16 [2023-03-05T20:42:16.433Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontx-ejb.jar 15:42:16 [2023-03-05T20:42:16.433Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] appclient-jar-common: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] package-appclientjar-common: 15:42:16 [2023-03-05T20:42:16.433Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:16 [2023-03-05T20:42:16.433Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:16 [2023-03-05T20:42:16.433Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:16 [2023-03-05T20:42:16.433Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontx-client.jar 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] webclient-war-common: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] build-ear-common: 15:42:16 [2023-03-05T20:42:16.433Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:16 [2023-03-05T20:42:16.433Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxApp.ear 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] deploy: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] setOSConditions: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] setToolWin: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] setToolUnix: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] setToolProperty: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] setS1ASclassPath: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] init-common: 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] create-jdbc-connpool-common: 15:42:16 [2023-03-05T20:42:16.433Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-txafternontx-pool 15:42:16 [2023-03-05T20:42:16.433Z] [exec] JDBC connection pool jdbc-txafternontx-pool created successfully. 15:42:16 [2023-03-05T20:42:16.433Z] 15:42:16 [2023-03-05T20:42:16.433Z] set-derby-connpool-props: 15:42:16 [2023-03-05T20:42:16.690Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.User=dbuser 15:42:16 [2023-03-05T20:42:16.690Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.User=dbuser 15:42:17 [2023-03-05T20:42:17.252Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.Password=dbpassword 15:42:17 [2023-03-05T20:42:17.252Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.Password=dbpassword 15:42:17 [2023-03-05T20:42:17.517Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.driverType=4 15:42:17 [2023-03-05T20:42:17.517Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.driverType=4 15:42:17 [2023-03-05T20:42:17.773Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.portNumber=1527 15:42:17 [2023-03-05T20:42:17.773Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.portNumber=1527 15:42:18 [2023-03-05T20:42:18.030Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.dataBaseName=testdb 15:42:18 [2023-03-05T20:42:18.030Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.dataBaseName=testdb 15:42:18 [2023-03-05T20:42:18.286Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:42:18 [2023-03-05T20:42:18.286Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:42:18 [2023-03-05T20:42:18.847Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.create=true 15:42:18 [2023-03-05T20:42:18.847Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.create=true 15:42:19 [2023-03-05T20:42:19.121Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.serverName=localhost 15:42:19 [2023-03-05T20:42:19.121Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.serverName=localhost 15:42:19 [2023-03-05T20:42:19.121Z] 15:42:19 [2023-03-05T20:42:19.121Z] setOSConditions: 15:42:19 [2023-03-05T20:42:19.121Z] 15:42:19 [2023-03-05T20:42:19.121Z] setToolWin: 15:42:19 [2023-03-05T20:42:19.121Z] 15:42:19 [2023-03-05T20:42:19.121Z] setToolUnix: 15:42:19 [2023-03-05T20:42:19.121Z] 15:42:19 [2023-03-05T20:42:19.121Z] setToolProperty: 15:42:19 [2023-03-05T20:42:19.121Z] 15:42:19 [2023-03-05T20:42:19.121Z] setS1ASclassPath: 15:42:19 [2023-03-05T20:42:19.121Z] 15:42:19 [2023-03-05T20:42:19.121Z] init-common: 15:42:19 [2023-03-05T20:42:19.121Z] 15:42:19 [2023-03-05T20:42:19.121Z] create-jdbc-resource-common: 15:42:19 [2023-03-05T20:42:19.121Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-txafternontx-pool --target server jdbc/txafternontx 15:42:19 [2023-03-05T20:42:19.377Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-txafternontx-pool --enabled=true --target server jdbc/txafternontx 15:42:19 [2023-03-05T20:42:19.377Z] [exec] JDBC resource jdbc/txafternontx created successfully. 15:42:19 [2023-03-05T20:42:19.377Z] [echo] cmd executed for server 15:42:19 [2023-03-05T20:42:19.377Z] 15:42:19 [2023-03-05T20:42:19.377Z] setOSConditions: 15:42:19 [2023-03-05T20:42:19.377Z] 15:42:19 [2023-03-05T20:42:19.377Z] setToolWin: 15:42:19 [2023-03-05T20:42:19.377Z] 15:42:19 [2023-03-05T20:42:19.377Z] setToolUnix: 15:42:19 [2023-03-05T20:42:19.377Z] 15:42:19 [2023-03-05T20:42:19.377Z] setToolProperty: 15:42:19 [2023-03-05T20:42:19.377Z] 15:42:19 [2023-03-05T20:42:19.377Z] setS1ASclassPath: 15:42:19 [2023-03-05T20:42:19.377Z] 15:42:19 [2023-03-05T20:42:19.377Z] init-common: 15:42:19 [2023-03-05T20:42:19.377Z] 15:42:19 [2023-03-05T20:42:19.377Z] deploy-common: 15:42:19 [2023-03-05T20:42:19.377Z] [echo] Current time (ISO): 2023-03-05T20:42:19.196+0000 15:42:19 [2023-03-05T20:42:19.377Z] 15:42:19 [2023-03-05T20:42:19.377Z] setOSConditions: 15:42:19 [2023-03-05T20:42:19.377Z] 15:42:19 [2023-03-05T20:42:19.377Z] setToolWin: 15:42:19 [2023-03-05T20:42:19.377Z] 15:42:19 [2023-03-05T20:42:19.377Z] setToolUnix: 15:42:19 [2023-03-05T20:42:19.377Z] 15:42:19 [2023-03-05T20:42:19.377Z] setToolProperty: 15:42:19 [2023-03-05T20:42:19.377Z] 15:42:19 [2023-03-05T20:42:19.377Z] setS1ASclassPath: 15:42:19 [2023-03-05T20:42:19.377Z] 15:42:19 [2023-03-05T20:42:19.377Z] init-common: 15:42:19 [2023-03-05T20:42:19.377Z] 15:42:19 [2023-03-05T20:42:19.377Z] deploy-common-pe: 15:42:19 [2023-03-05T20:42:19.633Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxApp.ear 15:42:19 [2023-03-05T20:42:19.890Z] [exec] Application deployed with name jdbc-txafternontxApp. 15:42:19 [2023-03-05T20:42:19.890Z] [echo] Deployment on target server server successful 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] setOSConditions: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] setToolWin: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] setToolUnix: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] setToolProperty: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] setS1ASclassPath: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] init-common: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] deploy-common-ee: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] run: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] setOSConditions: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] setToolWin: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] setToolUnix: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] setToolProperty: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] setS1ASclassPath: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] init-common: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] execute-sql-common: 15:42:19 [2023-03-05T20:42:19.890Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontxjndi/sql/create_pointbase.sql 15:42:19 [2023-03-05T20:42:19.890Z] [sql] Failed to execute: Drop table O_Customer 15:42:19 [2023-03-05T20:42:19.890Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:42:19 [2023-03-05T20:42:19.890Z] [sql] 0 rows affected 15:42:19 [2023-03-05T20:42:19.890Z] [sql] 1 rows affected 15:42:19 [2023-03-05T20:42:19.890Z] [sql] 1 rows affected 15:42:19 [2023-03-05T20:42:19.890Z] [sql] 3 of 4 SQL statements executed successfully 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] setOSConditions: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] setToolWin: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] setToolUnix: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] setToolProperty: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] setS1ASclassPath: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] init-common: 15:42:19 [2023-03-05T20:42:19.890Z] 15:42:19 [2023-03-05T20:42:19.890Z] runclient-common: 15:42:19 [2023-03-05T20:42:19.890Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxAppClient.jar -name jdbc-txafternontxClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:42:20 [2023-03-05T20:42:20.454Z] [exec] Mar 05, 2023 8:42:20 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:42:20 [2023-03-05T20:42:20.454Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:42:22 [2023-03-05T20:42:22.982Z] [exec] Mar 05, 2023 8:42:22 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:42:22 [2023-03-05T20:42:22.982Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@38732364 15:42:22 [2023-03-05T20:42:22.982Z] [exec] Value of key is: test1 : 15:42:22 [2023-03-05T20:42:22.982Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:42:22 [2023-03-05T20:42:22.982Z] [exec] 15:42:22 [2023-03-05T20:42:22.982Z] [exec] 15:42:22 [2023-03-05T20:42:22.982Z] [exec] ----------------------------------------- 15:42:22 [2023-03-05T20:42:22.982Z] [exec] - test1 : : PASS - 15:42:22 [2023-03-05T20:42:22.982Z] [exec] ----------------------------------------- 15:42:22 [2023-03-05T20:42:22.982Z] [exec] Total PASS: 1 15:42:22 [2023-03-05T20:42:22.982Z] [exec] Total FAIL: 0 15:42:22 [2023-03-05T20:42:22.982Z] [exec] Total DID NOT RUN: 0 15:42:22 [2023-03-05T20:42:22.982Z] [exec] ----------------------------------------- 15:42:22 [2023-03-05T20:42:22.982Z] [exec] in flushAll , creating new testSuiteHash 15:42:22 [2023-03-05T20:42:22.982Z] [exec] in flushAll , creating new testSuiteHash 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] checkReporting-common: 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] confirmReportPresent-common: 15:42:23 [2023-03-05T20:42:23.239Z] [echo] file RepRunConf.txt is present. 15:42:23 [2023-03-05T20:42:23.239Z] [echo] Test seems to be reported fine 15:42:23 [2023-03-05T20:42:23.239Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontxjndi/RepRunConf.txt 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] confirmMissingReport-common: 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] undeploy: 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] setOSConditions: 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] setToolWin: 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] setToolUnix: 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] setToolProperty: 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] setS1ASclassPath: 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] init-common: 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] execute-sql-common: 15:42:23 [2023-03-05T20:42:23.239Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontxjndi/sql/drop_pointbase.sql 15:42:23 [2023-03-05T20:42:23.239Z] [sql] 0 rows affected 15:42:23 [2023-03-05T20:42:23.239Z] [sql] 1 of 1 SQL statements executed successfully 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] setOSConditions: 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] setToolWin: 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] setToolUnix: 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] setToolProperty: 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] setS1ASclassPath: 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] init-common: 15:42:23 [2023-03-05T20:42:23.239Z] 15:42:23 [2023-03-05T20:42:23.239Z] delete-jdbc-resource-common: 15:42:23 [2023-03-05T20:42:23.239Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/txafternontx 15:42:23 [2023-03-05T20:42:23.520Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/txafternontx 15:42:23 [2023-03-05T20:42:23.520Z] [exec] JDBC resource jdbc/txafternontx deleted successfully 15:42:23 [2023-03-05T20:42:23.520Z] [echo] cmd executed for server 15:42:23 [2023-03-05T20:42:23.520Z] 15:42:23 [2023-03-05T20:42:23.520Z] setOSConditions: 15:42:23 [2023-03-05T20:42:23.520Z] 15:42:23 [2023-03-05T20:42:23.520Z] setToolWin: 15:42:23 [2023-03-05T20:42:23.520Z] 15:42:23 [2023-03-05T20:42:23.520Z] setToolUnix: 15:42:23 [2023-03-05T20:42:23.520Z] 15:42:23 [2023-03-05T20:42:23.520Z] setToolProperty: 15:42:23 [2023-03-05T20:42:23.520Z] 15:42:23 [2023-03-05T20:42:23.520Z] setS1ASclassPath: 15:42:23 [2023-03-05T20:42:23.520Z] 15:42:23 [2023-03-05T20:42:23.520Z] init-common: 15:42:23 [2023-03-05T20:42:23.520Z] 15:42:23 [2023-03-05T20:42:23.520Z] delete-jdbc-connpool-common: 15:42:23 [2023-03-05T20:42:23.521Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-txafternontx-pool 15:42:23 [2023-03-05T20:42:23.777Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-txafternontx-pool 15:42:23 [2023-03-05T20:42:23.777Z] [exec] JDBC Connection pool jdbc-txafternontx-pool deleted successfully 15:42:23 [2023-03-05T20:42:23.777Z] [echo] cmd executed for server 15:42:23 [2023-03-05T20:42:23.777Z] 15:42:23 [2023-03-05T20:42:23.777Z] setOSConditions: 15:42:23 [2023-03-05T20:42:23.777Z] 15:42:23 [2023-03-05T20:42:23.777Z] setToolWin: 15:42:23 [2023-03-05T20:42:23.777Z] 15:42:23 [2023-03-05T20:42:23.777Z] setToolUnix: 15:42:23 [2023-03-05T20:42:23.777Z] 15:42:23 [2023-03-05T20:42:23.777Z] setToolProperty: 15:42:23 [2023-03-05T20:42:23.777Z] 15:42:23 [2023-03-05T20:42:23.777Z] setS1ASclassPath: 15:42:23 [2023-03-05T20:42:23.777Z] 15:42:23 [2023-03-05T20:42:23.777Z] init-common: 15:42:23 [2023-03-05T20:42:23.777Z] 15:42:23 [2023-03-05T20:42:23.777Z] undeploy-common: 15:42:24 [2023-03-05T20:42:24.033Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-txafternontxApp 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] all: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setOSConditions: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setToolWin: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setToolUnix: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setToolProperty: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setS1ASclassPath: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] init-common: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] clean: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setOSConditions: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setToolWin: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setToolUnix: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setToolProperty: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setS1ASclassPath: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] init-common: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] clean-common: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setOSConditions: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setToolWin: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setToolUnix: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setToolProperty: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setS1ASclassPath: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] init-common: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] clean-classes-common: 15:42:24 [2023-03-05T20:42:24.033Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setOSConditions: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setToolWin: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setToolUnix: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setToolProperty: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setS1ASclassPath: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] init-common: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] clean-jars-common: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] compile: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setOSConditions: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setToolWin: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setToolUnix: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setToolProperty: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] setS1ASclassPath: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] init-common: 15:42:24 [2023-03-05T20:42:24.033Z] 15:42:24 [2023-03-05T20:42:24.033Z] compile-common: 15:42:24 [2023-03-05T20:42:24.033Z] [echo] Current time (ISO): 2023-03-05T20:42:23.951+0000 15:42:24 [2023-03-05T20:42:24.033Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:42:24 [2023-03-05T20:42:24.033Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:42:25 [2023-03-05T20:42:25.399Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:42:25 [2023-03-05T20:42:25.399Z] [javac] 1 warning 15:42:25 [2023-03-05T20:42:25.399Z] 15:42:25 [2023-03-05T20:42:25.399Z] setOSConditions: 15:42:25 [2023-03-05T20:42:25.399Z] 15:42:25 [2023-03-05T20:42:25.399Z] setToolWin: 15:42:25 [2023-03-05T20:42:25.399Z] 15:42:25 [2023-03-05T20:42:25.399Z] setToolUnix: 15:42:25 [2023-03-05T20:42:25.399Z] 15:42:25 [2023-03-05T20:42:25.399Z] setToolProperty: 15:42:25 [2023-03-05T20:42:25.399Z] 15:42:25 [2023-03-05T20:42:25.399Z] setS1ASclassPath: 15:42:25 [2023-03-05T20:42:25.399Z] 15:42:25 [2023-03-05T20:42:25.399Z] init-common: 15:42:25 [2023-03-05T20:42:25.399Z] 15:42:25 [2023-03-05T20:42:25.399Z] compile-common: 15:42:25 [2023-03-05T20:42:25.399Z] [echo] Current time (ISO): 2023-03-05T20:42:25.330+0000 15:42:25 [2023-03-05T20:42:25.399Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:42:26 [2023-03-05T20:42:26.768Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:42:26 [2023-03-05T20:42:26.768Z] [javac] 1 warning 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] build: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] setOSConditions: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] fixFiles: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] convUnix: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] convWin: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] setToolWin: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] setToolUnix: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] setToolProperty: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] setS1ASclassPath: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] init-common: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] package-persistence-common: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] ejb-jar-common: 15:42:26 [2023-03-05T20:42:26.768Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] package-ejbjar-common: 15:42:26 [2023-03-05T20:42:26.768Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:26 [2023-03-05T20:42:26.768Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:26 [2023-03-05T20:42:26.768Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:26 [2023-03-05T20:42:26.768Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxops-ejb.jar 15:42:26 [2023-03-05T20:42:26.768Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] appclient-jar-common: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] package-appclientjar-common: 15:42:26 [2023-03-05T20:42:26.768Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:26 [2023-03-05T20:42:26.768Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:26 [2023-03-05T20:42:26.768Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:26 [2023-03-05T20:42:26.768Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxops-client.jar 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] webclient-war-common: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] build-ear-common: 15:42:26 [2023-03-05T20:42:26.768Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:26 [2023-03-05T20:42:26.768Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxopsApp.ear 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] deploy: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] setOSConditions: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] setToolWin: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] setToolUnix: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] setToolProperty: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] setS1ASclassPath: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] init-common: 15:42:26 [2023-03-05T20:42:26.768Z] 15:42:26 [2023-03-05T20:42:26.768Z] create-jdbc-connpool-common: 15:42:27 [2023-03-05T20:42:27.024Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-notxops-pool 15:42:27 [2023-03-05T20:42:27.024Z] [exec] JDBC connection pool jdbc-notxops-pool created successfully. 15:42:27 [2023-03-05T20:42:27.024Z] 15:42:27 [2023-03-05T20:42:27.024Z] set-derby-connpool-props: 15:42:27 [2023-03-05T20:42:27.280Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.User=dbuser 15:42:27 [2023-03-05T20:42:27.280Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.User=dbuser 15:42:27 [2023-03-05T20:42:27.536Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.Password=dbpassword 15:42:27 [2023-03-05T20:42:27.536Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.Password=dbpassword 15:42:28 [2023-03-05T20:42:28.098Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.driverType=4 15:42:28 [2023-03-05T20:42:28.098Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.driverType=4 15:42:28 [2023-03-05T20:42:28.098Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.portNumber=1527 15:42:28 [2023-03-05T20:42:28.098Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.portNumber=1527 15:42:28 [2023-03-05T20:42:28.660Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.dataBaseName=testdb 15:42:28 [2023-03-05T20:42:28.660Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.dataBaseName=testdb 15:42:28 [2023-03-05T20:42:28.920Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:42:28 [2023-03-05T20:42:28.920Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:42:29 [2023-03-05T20:42:29.177Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.create=true 15:42:29 [2023-03-05T20:42:29.177Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.create=true 15:42:29 [2023-03-05T20:42:29.433Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.serverName=localhost 15:42:29 [2023-03-05T20:42:29.433Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.serverName=localhost 15:42:29 [2023-03-05T20:42:29.433Z] 15:42:29 [2023-03-05T20:42:29.433Z] asadmin-common: 15:42:29 [2023-03-05T20:42:29.433Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-notxops-pool.steady_pool_size=1 15:42:29 [2023-03-05T20:42:29.689Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.steady_pool_size=1 15:42:29 [2023-03-05T20:42:29.689Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.steady-pool-size=1 15:42:29 [2023-03-05T20:42:29.689Z] 15:42:29 [2023-03-05T20:42:29.689Z] asadmin-common: 15:42:29 [2023-03-05T20:42:29.689Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-notxops-pool.max_pool_size=1 15:42:29 [2023-03-05T20:42:29.945Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.max_pool_size=1 15:42:29 [2023-03-05T20:42:29.945Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.max-pool-size=1 15:42:29 [2023-03-05T20:42:29.945Z] 15:42:29 [2023-03-05T20:42:29.945Z] setOSConditions: 15:42:29 [2023-03-05T20:42:29.945Z] 15:42:29 [2023-03-05T20:42:29.945Z] setToolWin: 15:42:29 [2023-03-05T20:42:29.945Z] 15:42:29 [2023-03-05T20:42:29.945Z] setToolUnix: 15:42:29 [2023-03-05T20:42:29.945Z] 15:42:29 [2023-03-05T20:42:29.945Z] setToolProperty: 15:42:29 [2023-03-05T20:42:29.945Z] 15:42:29 [2023-03-05T20:42:29.945Z] setS1ASclassPath: 15:42:29 [2023-03-05T20:42:29.945Z] 15:42:29 [2023-03-05T20:42:29.945Z] init-common: 15:42:29 [2023-03-05T20:42:29.945Z] 15:42:29 [2023-03-05T20:42:29.945Z] create-jdbc-resource-common: 15:42:29 [2023-03-05T20:42:29.945Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-notxops-pool --target server jdbc/notxops 15:42:30 [2023-03-05T20:42:30.526Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-notxops-pool --enabled=true --target server jdbc/notxops 15:42:30 [2023-03-05T20:42:30.526Z] [exec] JDBC resource jdbc/notxops created successfully. 15:42:30 [2023-03-05T20:42:30.526Z] [echo] cmd executed for server 15:42:30 [2023-03-05T20:42:30.526Z] 15:42:30 [2023-03-05T20:42:30.526Z] setOSConditions: 15:42:30 [2023-03-05T20:42:30.526Z] 15:42:30 [2023-03-05T20:42:30.526Z] setToolWin: 15:42:30 [2023-03-05T20:42:30.526Z] 15:42:30 [2023-03-05T20:42:30.526Z] setToolUnix: 15:42:30 [2023-03-05T20:42:30.526Z] 15:42:30 [2023-03-05T20:42:30.526Z] setToolProperty: 15:42:30 [2023-03-05T20:42:30.526Z] 15:42:30 [2023-03-05T20:42:30.526Z] setS1ASclassPath: 15:42:30 [2023-03-05T20:42:30.526Z] 15:42:30 [2023-03-05T20:42:30.526Z] init-common: 15:42:30 [2023-03-05T20:42:30.526Z] 15:42:30 [2023-03-05T20:42:30.526Z] deploy-common: 15:42:30 [2023-03-05T20:42:30.526Z] [echo] Current time (ISO): 2023-03-05T20:42:30.246+0000 15:42:30 [2023-03-05T20:42:30.526Z] 15:42:30 [2023-03-05T20:42:30.526Z] setOSConditions: 15:42:30 [2023-03-05T20:42:30.526Z] 15:42:30 [2023-03-05T20:42:30.526Z] setToolWin: 15:42:30 [2023-03-05T20:42:30.526Z] 15:42:30 [2023-03-05T20:42:30.526Z] setToolUnix: 15:42:30 [2023-03-05T20:42:30.526Z] 15:42:30 [2023-03-05T20:42:30.526Z] setToolProperty: 15:42:30 [2023-03-05T20:42:30.526Z] 15:42:30 [2023-03-05T20:42:30.526Z] setS1ASclassPath: 15:42:30 [2023-03-05T20:42:30.526Z] 15:42:30 [2023-03-05T20:42:30.526Z] init-common: 15:42:30 [2023-03-05T20:42:30.526Z] 15:42:30 [2023-03-05T20:42:30.526Z] deploy-common-pe: 15:42:30 [2023-03-05T20:42:30.783Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxopsApp.ear 15:42:30 [2023-03-05T20:42:30.783Z] [exec] Application deployed with name jdbc-notxopsApp. 15:42:30 [2023-03-05T20:42:30.783Z] [echo] Deployment on target server server successful 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] setOSConditions: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] setToolWin: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] setToolUnix: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] setToolProperty: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] setS1ASclassPath: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] init-common: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] deploy-common-ee: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] run: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] setOSConditions: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] setToolWin: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] setToolUnix: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] setToolProperty: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] setS1ASclassPath: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] init-common: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] execute-sql-common: 15:42:30 [2023-03-05T20:42:30.783Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/notxops/sql/create_pointbase.sql 15:42:30 [2023-03-05T20:42:30.783Z] [sql] Failed to execute: Drop table NOTXOPS 15:42:30 [2023-03-05T20:42:30.783Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NOTXOPS' because it does not exist. 15:42:30 [2023-03-05T20:42:30.783Z] [sql] 0 rows affected 15:42:30 [2023-03-05T20:42:30.783Z] [sql] 1 rows affected 15:42:30 [2023-03-05T20:42:30.783Z] [sql] 1 rows affected 15:42:30 [2023-03-05T20:42:30.783Z] [sql] 3 of 4 SQL statements executed successfully 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] setOSConditions: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] setToolWin: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] setToolUnix: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] setToolProperty: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] setS1ASclassPath: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] init-common: 15:42:30 [2023-03-05T20:42:30.783Z] 15:42:30 [2023-03-05T20:42:30.783Z] runclient-common: 15:42:30 [2023-03-05T20:42:30.783Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxopsAppClient.jar -name jdbc-notxopsClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:42:31 [2023-03-05T20:42:31.346Z] [exec] Mar 05, 2023 8:42:31 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:42:31 [2023-03-05T20:42:31.346Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:42:33 [2023-03-05T20:42:33.908Z] [exec] Mar 05, 2023 8:42:33 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:42:33 [2023-03-05T20:42:33.908Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7d30007d 15:42:33 [2023-03-05T20:42:33.908Z] [exec] Will fail till a better XA driver is integrated with Derby 15:42:33 [2023-03-05T20:42:33.908Z] [exec] Value of key is: test1 : 15:42:33 [2023-03-05T20:42:33.908Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:42:33 [2023-03-05T20:42:33.908Z] [exec] 15:42:33 [2023-03-05T20:42:33.908Z] [exec] 15:42:33 [2023-03-05T20:42:33.908Z] [exec] ----------------------------------------- 15:42:33 [2023-03-05T20:42:33.908Z] [exec] - test1 : : PASS - 15:42:33 [2023-03-05T20:42:33.908Z] [exec] ----------------------------------------- 15:42:33 [2023-03-05T20:42:33.908Z] [exec] Total PASS: 1 15:42:33 [2023-03-05T20:42:33.908Z] [exec] Total FAIL: 0 15:42:33 [2023-03-05T20:42:33.908Z] [exec] Total DID NOT RUN: 0 15:42:33 [2023-03-05T20:42:33.908Z] [exec] ----------------------------------------- 15:42:33 [2023-03-05T20:42:33.908Z] [exec] in flushAll , creating new testSuiteHash 15:42:33 [2023-03-05T20:42:33.908Z] [exec] in flushAll , creating new testSuiteHash 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] checkReporting-common: 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] confirmReportPresent-common: 15:42:34 [2023-03-05T20:42:34.165Z] [echo] file RepRunConf.txt is present. 15:42:34 [2023-03-05T20:42:34.165Z] [echo] Test seems to be reported fine 15:42:34 [2023-03-05T20:42:34.165Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/notxops/RepRunConf.txt 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] confirmMissingReport-common: 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] undeploy: 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] setOSConditions: 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] setToolWin: 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] setToolUnix: 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] setToolProperty: 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] setS1ASclassPath: 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] init-common: 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] execute-sql-common: 15:42:34 [2023-03-05T20:42:34.165Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/notxops/sql/drop_pointbase.sql 15:42:34 [2023-03-05T20:42:34.165Z] [sql] 0 rows affected 15:42:34 [2023-03-05T20:42:34.165Z] [sql] Failed to execute: Drop table NOTXOPS 15:42:34 [2023-03-05T20:42:34.165Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NOTXOPS' because it does not exist. 15:42:34 [2023-03-05T20:42:34.165Z] [sql] 1 of 2 SQL statements executed successfully 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] setOSConditions: 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] setToolWin: 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] setToolUnix: 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] setToolProperty: 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] setS1ASclassPath: 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] init-common: 15:42:34 [2023-03-05T20:42:34.165Z] 15:42:34 [2023-03-05T20:42:34.165Z] delete-jdbc-resource-common: 15:42:34 [2023-03-05T20:42:34.165Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/notxops 15:42:34 [2023-03-05T20:42:34.421Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/notxops 15:42:34 [2023-03-05T20:42:34.421Z] [exec] JDBC resource jdbc/notxops deleted successfully 15:42:34 [2023-03-05T20:42:34.421Z] [echo] cmd executed for server 15:42:34 [2023-03-05T20:42:34.421Z] 15:42:34 [2023-03-05T20:42:34.421Z] setOSConditions: 15:42:34 [2023-03-05T20:42:34.421Z] 15:42:34 [2023-03-05T20:42:34.421Z] setToolWin: 15:42:34 [2023-03-05T20:42:34.421Z] 15:42:34 [2023-03-05T20:42:34.421Z] setToolUnix: 15:42:34 [2023-03-05T20:42:34.421Z] 15:42:34 [2023-03-05T20:42:34.421Z] setToolProperty: 15:42:34 [2023-03-05T20:42:34.421Z] 15:42:34 [2023-03-05T20:42:34.421Z] setS1ASclassPath: 15:42:34 [2023-03-05T20:42:34.421Z] 15:42:34 [2023-03-05T20:42:34.421Z] init-common: 15:42:34 [2023-03-05T20:42:34.421Z] 15:42:34 [2023-03-05T20:42:34.421Z] delete-jdbc-connpool-common: 15:42:34 [2023-03-05T20:42:34.421Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-notxops-pool 15:42:34 [2023-03-05T20:42:34.677Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-notxops-pool 15:42:34 [2023-03-05T20:42:34.677Z] [exec] JDBC Connection pool jdbc-notxops-pool deleted successfully 15:42:34 [2023-03-05T20:42:34.677Z] [echo] cmd executed for server 15:42:34 [2023-03-05T20:42:34.677Z] 15:42:34 [2023-03-05T20:42:34.677Z] setOSConditions: 15:42:34 [2023-03-05T20:42:34.677Z] 15:42:34 [2023-03-05T20:42:34.677Z] setToolWin: 15:42:34 [2023-03-05T20:42:34.677Z] 15:42:34 [2023-03-05T20:42:34.677Z] setToolUnix: 15:42:34 [2023-03-05T20:42:34.677Z] 15:42:34 [2023-03-05T20:42:34.677Z] setToolProperty: 15:42:34 [2023-03-05T20:42:34.677Z] 15:42:34 [2023-03-05T20:42:34.677Z] setS1ASclassPath: 15:42:34 [2023-03-05T20:42:34.677Z] 15:42:34 [2023-03-05T20:42:34.677Z] init-common: 15:42:34 [2023-03-05T20:42:34.677Z] 15:42:34 [2023-03-05T20:42:34.677Z] undeploy-common: 15:42:34 [2023-03-05T20:42:34.934Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-notxopsApp 15:42:35 [2023-03-05T20:42:35.220Z] 15:42:35 [2023-03-05T20:42:35.220Z] all: 15:42:35 [2023-03-05T20:42:35.220Z] 15:42:35 [2023-03-05T20:42:35.220Z] setOSConditions: 15:42:35 [2023-03-05T20:42:35.220Z] 15:42:35 [2023-03-05T20:42:35.220Z] setToolWin: 15:42:35 [2023-03-05T20:42:35.220Z] 15:42:35 [2023-03-05T20:42:35.220Z] setToolUnix: 15:42:35 [2023-03-05T20:42:35.220Z] 15:42:35 [2023-03-05T20:42:35.220Z] setToolProperty: 15:42:35 [2023-03-05T20:42:35.220Z] 15:42:35 [2023-03-05T20:42:35.220Z] setS1ASclassPath: 15:42:35 [2023-03-05T20:42:35.220Z] 15:42:35 [2023-03-05T20:42:35.220Z] init-common: 15:42:35 [2023-03-05T20:42:35.220Z] 15:42:35 [2023-03-05T20:42:35.220Z] clean: 15:42:35 [2023-03-05T20:42:35.220Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:42:35 [2023-03-05T20:42:35.220Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:42:35 [2023-03-05T20:42:35.220Z] 15:42:35 [2023-03-05T20:42:35.220Z] build: 15:42:35 [2023-03-05T20:42:35.220Z] 15:42:35 [2023-03-05T20:42:35.220Z] setOSConditions: 15:42:35 [2023-03-05T20:42:35.220Z] 15:42:35 [2023-03-05T20:42:35.220Z] setToolWin: 15:42:35 [2023-03-05T20:42:35.220Z] 15:42:35 [2023-03-05T20:42:35.220Z] setToolUnix: 15:42:35 [2023-03-05T20:42:35.220Z] 15:42:35 [2023-03-05T20:42:35.220Z] setToolProperty: 15:42:35 [2023-03-05T20:42:35.220Z] 15:42:35 [2023-03-05T20:42:35.220Z] setS1ASclassPath: 15:42:35 [2023-03-05T20:42:35.220Z] 15:42:35 [2023-03-05T20:42:35.220Z] init-common: 15:42:35 [2023-03-05T20:42:35.220Z] 15:42:35 [2023-03-05T20:42:35.220Z] compile-common: 15:42:35 [2023-03-05T20:42:35.220Z] [echo] Current time (ISO): 2023-03-05T20:42:34.952+0000 15:42:35 [2023-03-05T20:42:35.220Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:42:35 [2023-03-05T20:42:35.220Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:42:36 [2023-03-05T20:42:36.150Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:42:36 [2023-03-05T20:42:36.150Z] [javac] 1 warning 15:42:36 [2023-03-05T20:42:36.150Z] 15:42:36 [2023-03-05T20:42:36.150Z] deploy: 15:42:36 [2023-03-05T20:42:36.150Z] 15:42:36 [2023-03-05T20:42:36.150Z] setOSConditions: 15:42:36 [2023-03-05T20:42:36.150Z] 15:42:36 [2023-03-05T20:42:36.150Z] setToolWin: 15:42:36 [2023-03-05T20:42:36.150Z] 15:42:36 [2023-03-05T20:42:36.150Z] setToolUnix: 15:42:36 [2023-03-05T20:42:36.150Z] 15:42:36 [2023-03-05T20:42:36.150Z] setToolProperty: 15:42:36 [2023-03-05T20:42:36.150Z] 15:42:36 [2023-03-05T20:42:36.150Z] setS1ASclassPath: 15:42:36 [2023-03-05T20:42:36.150Z] 15:42:36 [2023-03-05T20:42:36.150Z] init-common: 15:42:36 [2023-03-05T20:42:36.150Z] 15:42:36 [2023-03-05T20:42:36.150Z] deploy-jdbc-common: 15:42:36 [2023-03-05T20:42:36.150Z] 15:42:36 [2023-03-05T20:42:36.150Z] setOSConditions: 15:42:36 [2023-03-05T20:42:36.150Z] 15:42:36 [2023-03-05T20:42:36.150Z] setToolWin: 15:42:36 [2023-03-05T20:42:36.150Z] 15:42:36 [2023-03-05T20:42:36.150Z] setToolUnix: 15:42:36 [2023-03-05T20:42:36.150Z] 15:42:36 [2023-03-05T20:42:36.150Z] setToolProperty: 15:42:36 [2023-03-05T20:42:36.150Z] 15:42:36 [2023-03-05T20:42:36.150Z] setS1ASclassPath: 15:42:36 [2023-03-05T20:42:36.150Z] 15:42:36 [2023-03-05T20:42:36.150Z] init-common: 15:42:36 [2023-03-05T20:42:36.150Z] 15:42:36 [2023-03-05T20:42:36.150Z] create-jdbc-connpool-common: 15:42:36 [2023-03-05T20:42:36.876Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 15:42:36 [2023-03-05T20:42:36.876Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 15:42:36 [2023-03-05T20:42:36.876Z] 15:42:36 [2023-03-05T20:42:36.876Z] set-derby-connpool-props: 15:42:37 [2023-03-05T20:42:37.132Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:42:37 [2023-03-05T20:42:37.132Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:42:37 [2023-03-05T20:42:37.389Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:42:37 [2023-03-05T20:42:37.389Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:42:37 [2023-03-05T20:42:37.655Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:42:37 [2023-03-05T20:42:37.655Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:42:37 [2023-03-05T20:42:37.915Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:42:37 [2023-03-05T20:42:37.915Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:42:38 [2023-03-05T20:42:38.479Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:42:38 [2023-03-05T20:42:38.479Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:42:38 [2023-03-05T20:42:38.479Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:42:38 [2023-03-05T20:42:38.479Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:42:39 [2023-03-05T20:42:39.067Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:42:39 [2023-03-05T20:42:39.067Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:42:41 [2023-03-05T20:42:41.620Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:42:41 [2023-03-05T20:42:41.620Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:42:41 [2023-03-05T20:42:41.620Z] 15:42:41 [2023-03-05T20:42:41.620Z] setOSConditions: 15:42:41 [2023-03-05T20:42:41.620Z] 15:42:41 [2023-03-05T20:42:41.620Z] setToolWin: 15:42:41 [2023-03-05T20:42:41.620Z] 15:42:41 [2023-03-05T20:42:41.620Z] setToolUnix: 15:42:41 [2023-03-05T20:42:41.620Z] 15:42:41 [2023-03-05T20:42:41.620Z] setToolProperty: 15:42:41 [2023-03-05T20:42:41.620Z] 15:42:41 [2023-03-05T20:42:41.620Z] setS1ASclassPath: 15:42:41 [2023-03-05T20:42:41.620Z] 15:42:41 [2023-03-05T20:42:41.620Z] init-common: 15:42:41 [2023-03-05T20:42:41.620Z] 15:42:41 [2023-03-05T20:42:41.620Z] create-jdbc-resource-common: 15:42:41 [2023-03-05T20:42:41.620Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/nonacc 15:42:42 [2023-03-05T20:42:42.044Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/nonacc 15:42:42 [2023-03-05T20:42:42.044Z] [exec] JDBC resource jdbc/nonacc created successfully. 15:42:42 [2023-03-05T20:42:42.044Z] [echo] cmd executed for server 15:42:42 [2023-03-05T20:42:42.044Z] 15:42:42 [2023-03-05T20:42:42.044Z] run: 15:42:42 [2023-03-05T20:42:42.044Z] 15:42:42 [2023-03-05T20:42:42.044Z] setOSConditions: 15:42:42 [2023-03-05T20:42:42.044Z] 15:42:42 [2023-03-05T20:42:42.044Z] setToolWin: 15:42:42 [2023-03-05T20:42:42.044Z] 15:42:42 [2023-03-05T20:42:42.044Z] setToolUnix: 15:42:42 [2023-03-05T20:42:42.044Z] 15:42:42 [2023-03-05T20:42:42.044Z] setToolProperty: 15:42:42 [2023-03-05T20:42:42.044Z] 15:42:42 [2023-03-05T20:42:42.044Z] setS1ASclassPath: 15:42:42 [2023-03-05T20:42:42.044Z] 15:42:42 [2023-03-05T20:42:42.044Z] init-common: 15:42:42 [2023-03-05T20:42:42.044Z] 15:42:42 [2023-03-05T20:42:42.044Z] setup-sql: 15:42:42 [2023-03-05T20:42:42.044Z] 15:42:42 [2023-03-05T20:42:42.044Z] setOSConditions: 15:42:42 [2023-03-05T20:42:42.044Z] 15:42:42 [2023-03-05T20:42:42.044Z] setToolWin: 15:42:42 [2023-03-05T20:42:42.044Z] 15:42:42 [2023-03-05T20:42:42.044Z] setToolUnix: 15:42:42 [2023-03-05T20:42:42.044Z] 15:42:42 [2023-03-05T20:42:42.044Z] setToolProperty: 15:42:42 [2023-03-05T20:42:42.044Z] 15:42:42 [2023-03-05T20:42:42.044Z] setS1ASclassPath: 15:42:42 [2023-03-05T20:42:42.044Z] 15:42:42 [2023-03-05T20:42:42.044Z] init-common: 15:42:42 [2023-03-05T20:42:42.044Z] 15:42:42 [2023-03-05T20:42:42.044Z] execute-sql-common: 15:42:42 [2023-03-05T20:42:42.044Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/nonacc/sql/create.sql 15:42:42 [2023-03-05T20:42:42.044Z] [sql] Failed to execute: DROP TABLE NONACC 15:42:42 [2023-03-05T20:42:42.044Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NONACC' because it does not exist. 15:42:42 [2023-03-05T20:42:42.044Z] [sql] 0 rows affected 15:42:42 [2023-03-05T20:42:42.044Z] [sql] 1 of 2 SQL statements executed successfully 15:42:42 [2023-03-05T20:42:42.626Z] [java] Mar 05, 2023 8:42:42 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient 15:42:42 [2023-03-05T20:42:42.626Z] [java] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. 15:42:45 [2023-03-05T20:42:45.156Z] [java] Mar 05, 2023 8:42:44 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:42:45 [2023-03-05T20:42:45.156Z] [java] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@3531f3ca 15:42:45 [2023-03-05T20:42:45.421Z] [java] Mar 05, 2023 8:42:45 PM org.hibernate.validator.internal.util.Version <clinit> 15:42:45 [2023-03-05T20:42:45.421Z] [java] INFO: HV000001: Hibernate Validator 8.0.0.Final 15:42:45 [2023-03-05T20:42:45.720Z] [java] Mar 05, 2023 8:42:45 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool 15:42:45 [2023-03-05T20:42:45.721Z] [java] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@bff7bbdb[jndiName=ql-jdbc-pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=off validation=off 15:42:45 [2023-03-05T20:42:45.984Z] [java] Got connection com.sun.gjc.spi.jdbc40.ConnectionWrapper40@f10d055 15:42:45 [2023-03-05T20:42:45.984Z] [java] Value of key is: test1 15:42:45 [2023-03-05T20:42:45.984Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:42:45 [2023-03-05T20:42:45.984Z] [java] 15:42:45 [2023-03-05T20:42:45.984Z] [java] 15:42:45 [2023-03-05T20:42:45.984Z] [java] ----------------------------------------- 15:42:45 [2023-03-05T20:42:45.984Z] [java] - test1 : PASS - 15:42:45 [2023-03-05T20:42:45.984Z] [java] ----------------------------------------- 15:42:45 [2023-03-05T20:42:45.984Z] [java] Total PASS: 1 15:42:45 [2023-03-05T20:42:45.984Z] [java] Total FAIL: 0 15:42:45 [2023-03-05T20:42:45.984Z] [java] Total DID NOT RUN: 0 15:42:45 [2023-03-05T20:42:45.984Z] [java] ----------------------------------------- 15:42:45 [2023-03-05T20:42:45.984Z] [java] in flushAll , creating new testSuiteHash 15:42:45 [2023-03-05T20:42:45.984Z] [java] in flushAll , creating new testSuiteHash 15:42:46 [2023-03-05T20:42:46.242Z] 15:42:46 [2023-03-05T20:42:46.242Z] undeploy: 15:42:46 [2023-03-05T20:42:46.242Z] 15:42:46 [2023-03-05T20:42:46.242Z] setOSConditions: 15:42:46 [2023-03-05T20:42:46.242Z] 15:42:46 [2023-03-05T20:42:46.242Z] setToolWin: 15:42:46 [2023-03-05T20:42:46.242Z] 15:42:46 [2023-03-05T20:42:46.242Z] setToolUnix: 15:42:46 [2023-03-05T20:42:46.242Z] 15:42:46 [2023-03-05T20:42:46.242Z] setToolProperty: 15:42:46 [2023-03-05T20:42:46.242Z] 15:42:46 [2023-03-05T20:42:46.242Z] setS1ASclassPath: 15:42:46 [2023-03-05T20:42:46.242Z] 15:42:46 [2023-03-05T20:42:46.242Z] init-common: 15:42:46 [2023-03-05T20:42:46.242Z] 15:42:46 [2023-03-05T20:42:46.242Z] undeploy-jdbc-common: 15:42:46 [2023-03-05T20:42:46.242Z] 15:42:46 [2023-03-05T20:42:46.242Z] setOSConditions: 15:42:46 [2023-03-05T20:42:46.242Z] 15:42:46 [2023-03-05T20:42:46.242Z] setToolWin: 15:42:46 [2023-03-05T20:42:46.242Z] 15:42:46 [2023-03-05T20:42:46.242Z] setToolUnix: 15:42:46 [2023-03-05T20:42:46.242Z] 15:42:46 [2023-03-05T20:42:46.242Z] setToolProperty: 15:42:46 [2023-03-05T20:42:46.242Z] 15:42:46 [2023-03-05T20:42:46.242Z] setS1ASclassPath: 15:42:46 [2023-03-05T20:42:46.242Z] 15:42:46 [2023-03-05T20:42:46.242Z] init-common: 15:42:46 [2023-03-05T20:42:46.242Z] 15:42:46 [2023-03-05T20:42:46.242Z] delete-jdbc-resource-common: 15:42:46 [2023-03-05T20:42:46.242Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/nonacc 15:42:47 [2023-03-05T20:42:47.186Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/nonacc 15:42:47 [2023-03-05T20:42:47.186Z] [exec] JDBC resource jdbc/nonacc deleted successfully 15:42:47 [2023-03-05T20:42:47.186Z] [echo] cmd executed for server 15:42:47 [2023-03-05T20:42:47.186Z] 15:42:47 [2023-03-05T20:42:47.186Z] setOSConditions: 15:42:47 [2023-03-05T20:42:47.186Z] 15:42:47 [2023-03-05T20:42:47.186Z] setToolWin: 15:42:47 [2023-03-05T20:42:47.186Z] 15:42:47 [2023-03-05T20:42:47.187Z] setToolUnix: 15:42:47 [2023-03-05T20:42:47.187Z] 15:42:47 [2023-03-05T20:42:47.187Z] setToolProperty: 15:42:47 [2023-03-05T20:42:47.187Z] 15:42:47 [2023-03-05T20:42:47.187Z] setS1ASclassPath: 15:42:47 [2023-03-05T20:42:47.187Z] 15:42:47 [2023-03-05T20:42:47.187Z] init-common: 15:42:47 [2023-03-05T20:42:47.187Z] 15:42:47 [2023-03-05T20:42:47.187Z] delete-jdbc-connpool-common: 15:42:47 [2023-03-05T20:42:47.187Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 15:42:47 [2023-03-05T20:42:47.187Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 15:42:47 [2023-03-05T20:42:47.187Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 15:42:47 [2023-03-05T20:42:47.187Z] [echo] cmd executed for server 15:42:47 [2023-03-05T20:42:47.187Z] 15:42:47 [2023-03-05T20:42:47.187Z] all: 15:42:47 [2023-03-05T20:42:47.187Z] 15:42:47 [2023-03-05T20:42:47.187Z] setOSConditions: 15:42:47 [2023-03-05T20:42:47.187Z] 15:42:47 [2023-03-05T20:42:47.187Z] setToolWin: 15:42:47 [2023-03-05T20:42:47.187Z] 15:42:47 [2023-03-05T20:42:47.187Z] setToolUnix: 15:42:47 [2023-03-05T20:42:47.187Z] 15:42:47 [2023-03-05T20:42:47.187Z] setToolProperty: 15:42:47 [2023-03-05T20:42:47.187Z] 15:42:47 [2023-03-05T20:42:47.187Z] setS1ASclassPath: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] init-common: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] clean: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setOSConditions: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setToolWin: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setToolUnix: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setToolProperty: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setS1ASclassPath: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] init-common: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] clean-common: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setOSConditions: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setToolWin: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setToolUnix: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setToolProperty: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setS1ASclassPath: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] init-common: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] clean-classes-common: 15:42:47 [2023-03-05T20:42:47.487Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setOSConditions: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setToolWin: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setToolUnix: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setToolProperty: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setS1ASclassPath: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] init-common: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] clean-jars-common: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] compile: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setOSConditions: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setToolWin: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setToolUnix: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setToolProperty: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] setS1ASclassPath: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] init-common: 15:42:47 [2023-03-05T20:42:47.487Z] 15:42:47 [2023-03-05T20:42:47.487Z] compile-common: 15:42:47 [2023-03-05T20:42:47.487Z] [echo] Current time (ISO): 2023-03-05T20:42:47.207+0000 15:42:47 [2023-03-05T20:42:47.487Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:42:47 [2023-03-05T20:42:47.487Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:42:48 [2023-03-05T20:42:48.859Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:42:48 [2023-03-05T20:42:48.859Z] [javac] 1 warning 15:42:48 [2023-03-05T20:42:48.859Z] 15:42:48 [2023-03-05T20:42:48.859Z] setOSConditions: 15:42:48 [2023-03-05T20:42:48.859Z] 15:42:48 [2023-03-05T20:42:48.859Z] setToolWin: 15:42:48 [2023-03-05T20:42:48.859Z] 15:42:48 [2023-03-05T20:42:48.859Z] setToolUnix: 15:42:48 [2023-03-05T20:42:48.859Z] 15:42:48 [2023-03-05T20:42:48.859Z] setToolProperty: 15:42:48 [2023-03-05T20:42:48.859Z] 15:42:48 [2023-03-05T20:42:48.859Z] setS1ASclassPath: 15:42:48 [2023-03-05T20:42:48.859Z] 15:42:48 [2023-03-05T20:42:48.859Z] init-common: 15:42:48 [2023-03-05T20:42:48.859Z] 15:42:48 [2023-03-05T20:42:48.859Z] compile-common: 15:42:48 [2023-03-05T20:42:48.859Z] [echo] Current time (ISO): 2023-03-05T20:42:48.472+0000 15:42:48 [2023-03-05T20:42:48.859Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:42:49 [2023-03-05T20:42:49.792Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:42:49 [2023-03-05T20:42:49.792Z] [javac] 1 warning 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] build: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] setOSConditions: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] fixFiles: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] convUnix: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] convWin: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] setToolWin: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] setToolUnix: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] setToolProperty: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] setS1ASclassPath: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] init-common: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] package-persistence-common: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] ejb-jar-common: 15:42:49 [2023-03-05T20:42:49.792Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] package-ejbjar-common: 15:42:49 [2023-03-05T20:42:49.792Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:49 [2023-03-05T20:42:49.792Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:49 [2023-03-05T20:42:49.792Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:49 [2023-03-05T20:42:49.792Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassoc-ejb.jar 15:42:49 [2023-03-05T20:42:49.792Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] appclient-jar-common: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] package-appclientjar-common: 15:42:49 [2023-03-05T20:42:49.792Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:49 [2023-03-05T20:42:49.792Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:49 [2023-03-05T20:42:49.792Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:49 [2023-03-05T20:42:49.792Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassoc-client.jar 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] webclient-war-common: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] build-ear-common: 15:42:49 [2023-03-05T20:42:49.792Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:42:49 [2023-03-05T20:42:49.792Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassocApp.ear 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] deploy: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] setOSConditions: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] setToolWin: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] setToolUnix: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] setToolProperty: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] setS1ASclassPath: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] init-common: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] deploy-jdbc-common: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] setOSConditions: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] setToolWin: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] setToolUnix: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] setToolProperty: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] setS1ASclassPath: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] init-common: 15:42:49 [2023-03-05T20:42:49.792Z] 15:42:49 [2023-03-05T20:42:49.792Z] create-jdbc-connpool-common: 15:42:52 [2023-03-05T20:42:52.343Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 15:42:52 [2023-03-05T20:42:52.343Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 15:42:52 [2023-03-05T20:42:52.343Z] 15:42:52 [2023-03-05T20:42:52.343Z] set-derby-connpool-props: 15:42:52 [2023-03-05T20:42:52.343Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:42:52 [2023-03-05T20:42:52.343Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:42:52 [2023-03-05T20:42:52.621Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:42:52 [2023-03-05T20:42:52.621Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:42:52 [2023-03-05T20:42:52.877Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:42:52 [2023-03-05T20:42:52.877Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:42:53 [2023-03-05T20:42:53.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:42:53 [2023-03-05T20:42:53.420Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:42:53 [2023-03-05T20:42:53.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:42:53 [2023-03-05T20:42:53.420Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:42:53 [2023-03-05T20:42:53.677Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:42:53 [2023-03-05T20:42:53.677Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:42:53 [2023-03-05T20:42:53.932Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:42:53 [2023-03-05T20:42:53.932Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:42:54 [2023-03-05T20:42:54.528Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:42:54 [2023-03-05T20:42:54.528Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:42:54 [2023-03-05T20:42:54.528Z] 15:42:54 [2023-03-05T20:42:54.528Z] setOSConditions: 15:42:54 [2023-03-05T20:42:54.528Z] 15:42:54 [2023-03-05T20:42:54.528Z] setToolWin: 15:42:54 [2023-03-05T20:42:54.528Z] 15:42:54 [2023-03-05T20:42:54.528Z] setToolUnix: 15:42:54 [2023-03-05T20:42:54.528Z] 15:42:54 [2023-03-05T20:42:54.528Z] setToolProperty: 15:42:54 [2023-03-05T20:42:54.528Z] 15:42:54 [2023-03-05T20:42:54.528Z] setS1ASclassPath: 15:42:54 [2023-03-05T20:42:54.528Z] 15:42:54 [2023-03-05T20:42:54.528Z] init-common: 15:42:54 [2023-03-05T20:42:54.528Z] 15:42:54 [2023-03-05T20:42:54.528Z] create-jdbc-resource-common: 15:42:54 [2023-03-05T20:42:54.528Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 15:42:54 [2023-03-05T20:42:54.784Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 15:42:54 [2023-03-05T20:42:54.784Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 15:42:54 [2023-03-05T20:42:54.784Z] [echo] cmd executed for server 15:42:54 [2023-03-05T20:42:54.784Z] 15:42:54 [2023-03-05T20:42:54.784Z] asadmin-common: 15:42:54 [2023-03-05T20:42:54.784Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.lazy-connection-enlistment=true 15:42:55 [2023-03-05T20:42:55.040Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.lazy-connection-enlistment=true 15:42:55 [2023-03-05T20:42:55.040Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.lazy-connection-enlistment=true 15:42:55 [2023-03-05T20:42:55.040Z] 15:42:55 [2023-03-05T20:42:55.040Z] asadmin-common: 15:42:55 [2023-03-05T20:42:55.040Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.lazy-connection-association=true 15:42:55 [2023-03-05T20:42:55.297Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.lazy-connection-association=true 15:42:55 [2023-03-05T20:42:55.297Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.lazy-connection-association=true 15:42:55 [2023-03-05T20:42:55.297Z] 15:42:55 [2023-03-05T20:42:55.297Z] setOSConditions: 15:42:55 [2023-03-05T20:42:55.297Z] 15:42:55 [2023-03-05T20:42:55.297Z] setToolWin: 15:42:55 [2023-03-05T20:42:55.297Z] 15:42:55 [2023-03-05T20:42:55.297Z] setToolUnix: 15:42:55 [2023-03-05T20:42:55.297Z] 15:42:55 [2023-03-05T20:42:55.297Z] setToolProperty: 15:42:55 [2023-03-05T20:42:55.297Z] 15:42:55 [2023-03-05T20:42:55.297Z] setS1ASclassPath: 15:42:55 [2023-03-05T20:42:55.297Z] 15:42:55 [2023-03-05T20:42:55.297Z] init-common: 15:42:55 [2023-03-05T20:42:55.297Z] 15:42:55 [2023-03-05T20:42:55.297Z] deploy-common: 15:42:55 [2023-03-05T20:42:55.297Z] [echo] Current time (ISO): 2023-03-05T20:42:55.288+0000 15:42:55 [2023-03-05T20:42:55.297Z] 15:42:55 [2023-03-05T20:42:55.297Z] setOSConditions: 15:42:55 [2023-03-05T20:42:55.297Z] 15:42:55 [2023-03-05T20:42:55.297Z] setToolWin: 15:42:55 [2023-03-05T20:42:55.297Z] 15:42:55 [2023-03-05T20:42:55.297Z] setToolUnix: 15:42:55 [2023-03-05T20:42:55.297Z] 15:42:55 [2023-03-05T20:42:55.297Z] setToolProperty: 15:42:55 [2023-03-05T20:42:55.297Z] 15:42:55 [2023-03-05T20:42:55.297Z] setS1ASclassPath: 15:42:55 [2023-03-05T20:42:55.297Z] 15:42:55 [2023-03-05T20:42:55.297Z] init-common: 15:42:55 [2023-03-05T20:42:55.297Z] 15:42:55 [2023-03-05T20:42:55.297Z] deploy-common-pe: 15:42:55 [2023-03-05T20:42:55.860Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassocApp.ear 15:42:55 [2023-03-05T20:42:55.860Z] [exec] Application deployed with name jdbc-lazyassocApp. 15:42:55 [2023-03-05T20:42:55.860Z] [echo] Deployment on target server server successful 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] setOSConditions: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] setToolWin: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] setToolUnix: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] setToolProperty: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] setS1ASclassPath: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] init-common: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] deploy-common-ee: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] run: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] setOSConditions: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] setToolWin: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] setToolUnix: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] setToolProperty: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] setS1ASclassPath: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] init-common: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] execute-sql-common: 15:42:55 [2023-03-05T20:42:55.860Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/lazyassoc/sql/create_pointbase.sql 15:42:55 [2023-03-05T20:42:55.860Z] [sql] Failed to execute: Drop table TXLEVELSWITCH 15:42:55 [2023-03-05T20:42:55.860Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. 15:42:55 [2023-03-05T20:42:55.860Z] [sql] 0 rows affected 15:42:55 [2023-03-05T20:42:55.860Z] [sql] 1 rows affected 15:42:55 [2023-03-05T20:42:55.860Z] [sql] 1 rows affected 15:42:55 [2023-03-05T20:42:55.860Z] [sql] 3 of 4 SQL statements executed successfully 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] setOSConditions: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] setToolWin: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] setToolUnix: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] setToolProperty: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] setS1ASclassPath: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] init-common: 15:42:55 [2023-03-05T20:42:55.860Z] 15:42:55 [2023-03-05T20:42:55.860Z] runclient-common: 15:42:55 [2023-03-05T20:42:55.860Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassocAppClient.jar -name jdbc-lazyassocClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:42:56 [2023-03-05T20:42:56.789Z] [exec] Mar 05, 2023 8:42:56 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:42:56 [2023-03-05T20:42:56.789Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:42:58 [2023-03-05T20:42:58.680Z] [exec] Mar 05, 2023 8:42:58 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:42:58 [2023-03-05T20:42:58.680Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@1cd2ff5b 15:42:58 [2023-03-05T20:42:58.936Z] [exec] Value of key is: test1 : 15:42:59 [2023-03-05T20:42:59.193Z] [exec] Value of key is: test2 : 15:42:59 [2023-03-05T20:42:59.193Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:42:59 [2023-03-05T20:42:59.193Z] [exec] 15:42:59 [2023-03-05T20:42:59.193Z] [exec] 15:42:59 [2023-03-05T20:42:59.193Z] [exec] ----------------------------------------- 15:42:59 [2023-03-05T20:42:59.193Z] [exec] - test2 : : PASS - 15:42:59 [2023-03-05T20:42:59.193Z] [exec] - test1 : : PASS - 15:42:59 [2023-03-05T20:42:59.193Z] [exec] ----------------------------------------- 15:42:59 [2023-03-05T20:42:59.193Z] [exec] Total PASS: 2 15:42:59 [2023-03-05T20:42:59.193Z] [exec] Total FAIL: 0 15:42:59 [2023-03-05T20:42:59.193Z] [exec] Total DID NOT RUN: 0 15:42:59 [2023-03-05T20:42:59.193Z] [exec] ----------------------------------------- 15:42:59 [2023-03-05T20:42:59.193Z] [exec] in flushAll , creating new testSuiteHash 15:42:59 [2023-03-05T20:42:59.193Z] [exec] in flushAll , creating new testSuiteHash 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] checkReporting-common: 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] confirmReportPresent-common: 15:42:59 [2023-03-05T20:42:59.449Z] [echo] file RepRunConf.txt is present. 15:42:59 [2023-03-05T20:42:59.449Z] [echo] Test seems to be reported fine 15:42:59 [2023-03-05T20:42:59.449Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/lazyassoc/RepRunConf.txt 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] confirmMissingReport-common: 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] undeploy: 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] setOSConditions: 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] setToolWin: 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] setToolUnix: 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] setToolProperty: 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] setS1ASclassPath: 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] init-common: 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] execute-sql-common: 15:42:59 [2023-03-05T20:42:59.449Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/lazyassoc/sql/drop_pointbase.sql 15:42:59 [2023-03-05T20:42:59.449Z] [sql] 0 rows affected 15:42:59 [2023-03-05T20:42:59.449Z] [sql] Failed to execute: Drop table TXLEVELSWITCH2 15:42:59 [2023-03-05T20:42:59.449Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. 15:42:59 [2023-03-05T20:42:59.449Z] [sql] 1 of 2 SQL statements executed successfully 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] setOSConditions: 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] setToolWin: 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] setToolUnix: 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] setToolProperty: 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] setS1ASclassPath: 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] init-common: 15:42:59 [2023-03-05T20:42:59.449Z] 15:42:59 [2023-03-05T20:42:59.449Z] undeploy-common: 15:42:59 [2023-03-05T20:42:59.720Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-lazyassocApp 15:42:59 [2023-03-05T20:42:59.978Z] 15:42:59 [2023-03-05T20:42:59.978Z] setOSConditions: 15:42:59 [2023-03-05T20:42:59.978Z] 15:42:59 [2023-03-05T20:42:59.978Z] setToolWin: 15:42:59 [2023-03-05T20:42:59.978Z] 15:42:59 [2023-03-05T20:42:59.978Z] setToolUnix: 15:42:59 [2023-03-05T20:42:59.978Z] 15:42:59 [2023-03-05T20:42:59.978Z] setToolProperty: 15:42:59 [2023-03-05T20:42:59.978Z] 15:42:59 [2023-03-05T20:42:59.978Z] setS1ASclassPath: 15:42:59 [2023-03-05T20:42:59.978Z] 15:42:59 [2023-03-05T20:42:59.978Z] init-common: 15:42:59 [2023-03-05T20:42:59.978Z] 15:42:59 [2023-03-05T20:42:59.978Z] undeploy-jdbc-common: 15:42:59 [2023-03-05T20:42:59.978Z] 15:42:59 [2023-03-05T20:42:59.978Z] setOSConditions: 15:42:59 [2023-03-05T20:42:59.978Z] 15:42:59 [2023-03-05T20:42:59.978Z] setToolWin: 15:42:59 [2023-03-05T20:42:59.978Z] 15:42:59 [2023-03-05T20:42:59.978Z] setToolUnix: 15:42:59 [2023-03-05T20:42:59.978Z] 15:42:59 [2023-03-05T20:42:59.978Z] setToolProperty: 15:42:59 [2023-03-05T20:42:59.978Z] 15:42:59 [2023-03-05T20:42:59.978Z] setS1ASclassPath: 15:42:59 [2023-03-05T20:42:59.978Z] 15:42:59 [2023-03-05T20:42:59.978Z] init-common: 15:42:59 [2023-03-05T20:42:59.978Z] 15:42:59 [2023-03-05T20:42:59.978Z] delete-jdbc-resource-common: 15:42:59 [2023-03-05T20:42:59.978Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 15:43:00 [2023-03-05T20:43:00.234Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 15:43:00 [2023-03-05T20:43:00.234Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 15:43:00 [2023-03-05T20:43:00.234Z] [echo] cmd executed for server 15:43:00 [2023-03-05T20:43:00.234Z] 15:43:00 [2023-03-05T20:43:00.234Z] setOSConditions: 15:43:00 [2023-03-05T20:43:00.234Z] 15:43:00 [2023-03-05T20:43:00.234Z] setToolWin: 15:43:00 [2023-03-05T20:43:00.234Z] 15:43:00 [2023-03-05T20:43:00.234Z] setToolUnix: 15:43:00 [2023-03-05T20:43:00.234Z] 15:43:00 [2023-03-05T20:43:00.234Z] setToolProperty: 15:43:00 [2023-03-05T20:43:00.234Z] 15:43:00 [2023-03-05T20:43:00.234Z] setS1ASclassPath: 15:43:00 [2023-03-05T20:43:00.234Z] 15:43:00 [2023-03-05T20:43:00.234Z] init-common: 15:43:00 [2023-03-05T20:43:00.234Z] 15:43:00 [2023-03-05T20:43:00.234Z] delete-jdbc-connpool-common: 15:43:00 [2023-03-05T20:43:00.234Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 15:43:00 [2023-03-05T20:43:00.490Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 15:43:00 [2023-03-05T20:43:00.490Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 15:43:00 [2023-03-05T20:43:00.490Z] [echo] cmd executed for server 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] all: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setOSConditions: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setToolWin: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setToolUnix: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setToolProperty: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setS1ASclassPath: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] init-common: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] clean: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setOSConditions: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setToolWin: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setToolUnix: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setToolProperty: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setS1ASclassPath: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] init-common: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] clean-common: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setOSConditions: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setToolWin: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setToolUnix: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setToolProperty: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setS1ASclassPath: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] init-common: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] clean-classes-common: 15:43:00 [2023-03-05T20:43:00.490Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setOSConditions: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setToolWin: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setToolUnix: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setToolProperty: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setS1ASclassPath: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] init-common: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] clean-jars-common: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] compile: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setOSConditions: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setToolWin: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setToolUnix: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setToolProperty: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] setS1ASclassPath: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] init-common: 15:43:00 [2023-03-05T20:43:00.490Z] 15:43:00 [2023-03-05T20:43:00.490Z] compile-common: 15:43:00 [2023-03-05T20:43:00.490Z] [echo] Current time (ISO): 2023-03-05T20:43:00.473+0000 15:43:00 [2023-03-05T20:43:00.490Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:43:00 [2023-03-05T20:43:00.490Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:43:01 [2023-03-05T20:43:01.859Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:43:01 [2023-03-05T20:43:01.859Z] [javac] 1 warning 15:43:01 [2023-03-05T20:43:01.859Z] 15:43:01 [2023-03-05T20:43:01.859Z] setOSConditions: 15:43:01 [2023-03-05T20:43:01.859Z] 15:43:01 [2023-03-05T20:43:01.859Z] setToolWin: 15:43:01 [2023-03-05T20:43:01.859Z] 15:43:01 [2023-03-05T20:43:01.859Z] setToolUnix: 15:43:01 [2023-03-05T20:43:01.859Z] 15:43:01 [2023-03-05T20:43:01.859Z] setToolProperty: 15:43:01 [2023-03-05T20:43:01.859Z] 15:43:01 [2023-03-05T20:43:01.859Z] setS1ASclassPath: 15:43:01 [2023-03-05T20:43:01.859Z] 15:43:01 [2023-03-05T20:43:01.859Z] init-common: 15:43:01 [2023-03-05T20:43:01.859Z] 15:43:01 [2023-03-05T20:43:01.859Z] compile-common: 15:43:01 [2023-03-05T20:43:01.859Z] [echo] Current time (ISO): 2023-03-05T20:43:01.691+0000 15:43:01 [2023-03-05T20:43:01.859Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:43:03 [2023-03-05T20:43:03.229Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:43:03 [2023-03-05T20:43:03.229Z] [javac] 1 warning 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] build: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setOSConditions: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] fixFiles: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] convUnix: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] convWin: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setToolWin: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setToolUnix: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setToolProperty: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setS1ASclassPath: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] init-common: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] package-persistence-common: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] ejb-jar-common: 15:43:03 [2023-03-05T20:43:03.229Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] package-ejbjar-common: 15:43:03 [2023-03-05T20:43:03.229Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:03 [2023-03-05T20:43:03.229Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:03 [2023-03-05T20:43:03.229Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:03 [2023-03-05T20:43:03.229Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.local-ejb.jar 15:43:03 [2023-03-05T20:43:03.229Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] appclient-jar-common: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] package-appclientjar-common: 15:43:03 [2023-03-05T20:43:03.229Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:03 [2023-03-05T20:43:03.229Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:03 [2023-03-05T20:43:03.229Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:03 [2023-03-05T20:43:03.229Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.local-client.jar 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] webclient-war-common: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] build-ear-common: 15:43:03 [2023-03-05T20:43:03.229Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:03 [2023-03-05T20:43:03.229Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.localApp.ear 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] deploy: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setOSConditions: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setToolWin: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setToolUnix: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setToolProperty: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setS1ASclassPath: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] init-common: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] execute-sql-common: 15:43:03 [2023-03-05T20:43:03.229Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.local/sql/create_pointbase.sql 15:43:03 [2023-03-05T20:43:03.229Z] [sql] Failed to execute: Drop table O_Customer 15:43:03 [2023-03-05T20:43:03.229Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:43:03 [2023-03-05T20:43:03.229Z] [sql] 0 rows affected 15:43:03 [2023-03-05T20:43:03.229Z] [sql] 1 of 2 SQL statements executed successfully 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setOSConditions: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setToolWin: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setToolUnix: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setToolProperty: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setS1ASclassPath: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] init-common: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setup: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setOSConditions: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setToolWin: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setToolUnix: 15:43:03 [2023-03-05T20:43:03.229Z] 15:43:03 [2023-03-05T20:43:03.229Z] setToolProperty: 15:43:03 [2023-03-05T20:43:03.230Z] 15:43:03 [2023-03-05T20:43:03.230Z] setS1ASclassPath: 15:43:03 [2023-03-05T20:43:03.230Z] 15:43:03 [2023-03-05T20:43:03.230Z] init-common: 15:43:03 [2023-03-05T20:43:03.230Z] 15:43:03 [2023-03-05T20:43:03.230Z] deploy-jdbc-common: 15:43:03 [2023-03-05T20:43:03.230Z] 15:43:03 [2023-03-05T20:43:03.230Z] setOSConditions: 15:43:03 [2023-03-05T20:43:03.230Z] 15:43:03 [2023-03-05T20:43:03.230Z] setToolWin: 15:43:03 [2023-03-05T20:43:03.230Z] 15:43:03 [2023-03-05T20:43:03.230Z] setToolUnix: 15:43:03 [2023-03-05T20:43:03.230Z] 15:43:03 [2023-03-05T20:43:03.230Z] setToolProperty: 15:43:03 [2023-03-05T20:43:03.230Z] 15:43:03 [2023-03-05T20:43:03.230Z] setS1ASclassPath: 15:43:03 [2023-03-05T20:43:03.230Z] 15:43:03 [2023-03-05T20:43:03.230Z] init-common: 15:43:03 [2023-03-05T20:43:03.230Z] 15:43:03 [2023-03-05T20:43:03.230Z] create-jdbc-connpool-common: 15:43:03 [2023-03-05T20:43:03.230Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-markconnectionasbad-local-pool 15:43:03 [2023-03-05T20:43:03.230Z] [exec] JDBC connection pool jdbc-markconnectionasbad-local-pool created successfully. 15:43:03 [2023-03-05T20:43:03.230Z] 15:43:03 [2023-03-05T20:43:03.230Z] set-derby-connpool-props: 15:43:03 [2023-03-05T20:43:03.792Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.User=dbuser 15:43:03 [2023-03-05T20:43:03.792Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.User=dbuser 15:43:03 [2023-03-05T20:43:03.792Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.Password=dbpassword 15:43:03 [2023-03-05T20:43:03.792Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.Password=dbpassword 15:43:04 [2023-03-05T20:43:04.355Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.driverType=4 15:43:04 [2023-03-05T20:43:04.355Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.driverType=4 15:43:04 [2023-03-05T20:43:04.620Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.portNumber=1527 15:43:04 [2023-03-05T20:43:04.620Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.portNumber=1527 15:43:04 [2023-03-05T20:43:04.878Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.dataBaseName=testdb 15:43:04 [2023-03-05T20:43:04.878Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.dataBaseName=testdb 15:43:05 [2023-03-05T20:43:05.175Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:43:05 [2023-03-05T20:43:05.175Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:43:05 [2023-03-05T20:43:05.431Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.create=true 15:43:05 [2023-03-05T20:43:05.431Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.create=true 15:43:05 [2023-03-05T20:43:05.687Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.serverName=localhost 15:43:05 [2023-03-05T20:43:05.687Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.serverName=localhost 15:43:05 [2023-03-05T20:43:05.687Z] 15:43:05 [2023-03-05T20:43:05.687Z] setOSConditions: 15:43:05 [2023-03-05T20:43:05.687Z] 15:43:05 [2023-03-05T20:43:05.687Z] setToolWin: 15:43:05 [2023-03-05T20:43:05.687Z] 15:43:05 [2023-03-05T20:43:05.687Z] setToolUnix: 15:43:05 [2023-03-05T20:43:05.687Z] 15:43:05 [2023-03-05T20:43:05.687Z] setToolProperty: 15:43:05 [2023-03-05T20:43:05.687Z] 15:43:05 [2023-03-05T20:43:05.687Z] setS1ASclassPath: 15:43:05 [2023-03-05T20:43:05.687Z] 15:43:05 [2023-03-05T20:43:05.687Z] init-common: 15:43:05 [2023-03-05T20:43:05.687Z] 15:43:05 [2023-03-05T20:43:05.687Z] create-jdbc-resource-common: 15:43:05 [2023-03-05T20:43:05.687Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-markconnectionasbad-local-pool --target server jdbc/markconnectionasbad-local 15:43:05 [2023-03-05T20:43:05.944Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-markconnectionasbad-local-pool --enabled=true --target server jdbc/markconnectionasbad-local 15:43:06 [2023-03-05T20:43:06.220Z] [exec] JDBC resource jdbc/markconnectionasbad-local created successfully. 15:43:06 [2023-03-05T20:43:06.220Z] [echo] cmd executed for server 15:43:06 [2023-03-05T20:43:06.220Z] 15:43:06 [2023-03-05T20:43:06.220Z] setOSConditions: 15:43:06 [2023-03-05T20:43:06.220Z] 15:43:06 [2023-03-05T20:43:06.220Z] setToolWin: 15:43:06 [2023-03-05T20:43:06.220Z] 15:43:06 [2023-03-05T20:43:06.220Z] setToolUnix: 15:43:06 [2023-03-05T20:43:06.220Z] 15:43:06 [2023-03-05T20:43:06.220Z] setToolProperty: 15:43:06 [2023-03-05T20:43:06.220Z] 15:43:06 [2023-03-05T20:43:06.220Z] setS1ASclassPath: 15:43:06 [2023-03-05T20:43:06.220Z] 15:43:06 [2023-03-05T20:43:06.220Z] init-common: 15:43:06 [2023-03-05T20:43:06.220Z] 15:43:06 [2023-03-05T20:43:06.220Z] deploy-jdbc-common: 15:43:06 [2023-03-05T20:43:06.220Z] 15:43:06 [2023-03-05T20:43:06.220Z] setOSConditions: 15:43:06 [2023-03-05T20:43:06.220Z] 15:43:06 [2023-03-05T20:43:06.220Z] setToolWin: 15:43:06 [2023-03-05T20:43:06.220Z] 15:43:06 [2023-03-05T20:43:06.220Z] setToolUnix: 15:43:06 [2023-03-05T20:43:06.220Z] 15:43:06 [2023-03-05T20:43:06.220Z] setToolProperty: 15:43:06 [2023-03-05T20:43:06.221Z] 15:43:06 [2023-03-05T20:43:06.221Z] setS1ASclassPath: 15:43:06 [2023-03-05T20:43:06.221Z] 15:43:06 [2023-03-05T20:43:06.221Z] init-common: 15:43:06 [2023-03-05T20:43:06.221Z] 15:43:06 [2023-03-05T20:43:06.221Z] create-jdbc-connpool-common: 15:43:06 [2023-03-05T20:43:06.476Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-markconnectionasbad-local-unshareable-pool 15:43:06 [2023-03-05T20:43:06.476Z] [exec] JDBC connection pool jdbc-markconnectionasbad-local-unshareable-pool created successfully. 15:43:06 [2023-03-05T20:43:06.477Z] 15:43:06 [2023-03-05T20:43:06.477Z] set-derby-connpool-props: 15:43:06 [2023-03-05T20:43:06.733Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.User=dbuser 15:43:06 [2023-03-05T20:43:06.733Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.User=dbuser 15:43:06 [2023-03-05T20:43:06.990Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.Password=dbpassword 15:43:06 [2023-03-05T20:43:06.990Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.Password=dbpassword 15:43:07 [2023-03-05T20:43:07.246Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.driverType=4 15:43:07 [2023-03-05T20:43:07.246Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.driverType=4 15:43:07 [2023-03-05T20:43:07.502Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.portNumber=1527 15:43:07 [2023-03-05T20:43:07.502Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.portNumber=1527 15:43:08 [2023-03-05T20:43:08.065Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.dataBaseName=testdb 15:43:08 [2023-03-05T20:43:08.065Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.dataBaseName=testdb 15:43:08 [2023-03-05T20:43:08.321Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:43:08 [2023-03-05T20:43:08.321Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:43:08 [2023-03-05T20:43:08.577Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.create=true 15:43:08 [2023-03-05T20:43:08.577Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.create=true 15:43:08 [2023-03-05T20:43:08.833Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.serverName=localhost 15:43:08 [2023-03-05T20:43:08.833Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.serverName=localhost 15:43:08 [2023-03-05T20:43:08.833Z] 15:43:08 [2023-03-05T20:43:08.833Z] setOSConditions: 15:43:08 [2023-03-05T20:43:08.833Z] 15:43:08 [2023-03-05T20:43:08.833Z] setToolWin: 15:43:08 [2023-03-05T20:43:08.833Z] 15:43:08 [2023-03-05T20:43:08.833Z] setToolUnix: 15:43:08 [2023-03-05T20:43:08.833Z] 15:43:08 [2023-03-05T20:43:08.833Z] setToolProperty: 15:43:08 [2023-03-05T20:43:08.833Z] 15:43:08 [2023-03-05T20:43:08.833Z] setS1ASclassPath: 15:43:08 [2023-03-05T20:43:08.833Z] 15:43:08 [2023-03-05T20:43:08.833Z] init-common: 15:43:08 [2023-03-05T20:43:08.833Z] 15:43:08 [2023-03-05T20:43:08.833Z] create-jdbc-resource-common: 15:43:08 [2023-03-05T20:43:08.833Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-markconnectionasbad-local-unshareable-pool --target server jdbc/markconnectionasbad-local-unshareable 15:43:09 [2023-03-05T20:43:09.089Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-markconnectionasbad-local-unshareable-pool --enabled=true --target server jdbc/markconnectionasbad-local-unshareable 15:43:09 [2023-03-05T20:43:09.089Z] [exec] JDBC resource jdbc/markconnectionasbad-local-unshareable created successfully. 15:43:09 [2023-03-05T20:43:09.089Z] [echo] cmd executed for server 15:43:09 [2023-03-05T20:43:09.089Z] 15:43:09 [2023-03-05T20:43:09.089Z] asadmin-common: 15:43:09 [2023-03-05T20:43:09.089Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.steady_pool_size=1 15:43:09 [2023-03-05T20:43:09.345Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.steady_pool_size=1 15:43:09 [2023-03-05T20:43:09.345Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.steady-pool-size=1 15:43:09 [2023-03-05T20:43:09.345Z] 15:43:09 [2023-03-05T20:43:09.345Z] asadmin-common: 15:43:09 [2023-03-05T20:43:09.345Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.max_pool_size=1 15:43:09 [2023-03-05T20:43:09.603Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.max_pool_size=1 15:43:09 [2023-03-05T20:43:09.603Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.max-pool-size=1 15:43:09 [2023-03-05T20:43:09.860Z] 15:43:09 [2023-03-05T20:43:09.860Z] asadmin-common: 15:43:09 [2023-03-05T20:43:09.860Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.idle_timeout_in_seconds=3600 15:43:10 [2023-03-05T20:43:10.121Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.idle_timeout_in_seconds=3600 15:43:10 [2023-03-05T20:43:10.121Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.idle-timeout-in-seconds=3600 15:43:10 [2023-03-05T20:43:10.121Z] 15:43:10 [2023-03-05T20:43:10.121Z] setOSConditions: 15:43:10 [2023-03-05T20:43:10.121Z] 15:43:10 [2023-03-05T20:43:10.121Z] setToolWin: 15:43:10 [2023-03-05T20:43:10.121Z] 15:43:10 [2023-03-05T20:43:10.121Z] setToolUnix: 15:43:10 [2023-03-05T20:43:10.121Z] 15:43:10 [2023-03-05T20:43:10.121Z] setToolProperty: 15:43:10 [2023-03-05T20:43:10.121Z] 15:43:10 [2023-03-05T20:43:10.121Z] setS1ASclassPath: 15:43:10 [2023-03-05T20:43:10.121Z] 15:43:10 [2023-03-05T20:43:10.121Z] init-common: 15:43:10 [2023-03-05T20:43:10.121Z] 15:43:10 [2023-03-05T20:43:10.121Z] deploy-common: 15:43:10 [2023-03-05T20:43:10.121Z] [echo] Current time (ISO): 2023-03-05T20:43:09.936+0000 15:43:10 [2023-03-05T20:43:10.121Z] 15:43:10 [2023-03-05T20:43:10.121Z] setOSConditions: 15:43:10 [2023-03-05T20:43:10.121Z] 15:43:10 [2023-03-05T20:43:10.121Z] setToolWin: 15:43:10 [2023-03-05T20:43:10.121Z] 15:43:10 [2023-03-05T20:43:10.121Z] setToolUnix: 15:43:10 [2023-03-05T20:43:10.121Z] 15:43:10 [2023-03-05T20:43:10.121Z] setToolProperty: 15:43:10 [2023-03-05T20:43:10.121Z] 15:43:10 [2023-03-05T20:43:10.121Z] setS1ASclassPath: 15:43:10 [2023-03-05T20:43:10.121Z] 15:43:10 [2023-03-05T20:43:10.121Z] init-common: 15:43:10 [2023-03-05T20:43:10.121Z] 15:43:10 [2023-03-05T20:43:10.121Z] deploy-common-pe: 15:43:10 [2023-03-05T20:43:10.377Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.localApp.ear 15:43:10 [2023-03-05T20:43:10.377Z] [exec] Application deployed with name jdbc-markconnectionasbad.localApp. 15:43:10 [2023-03-05T20:43:10.377Z] [echo] Deployment on target server server successful 15:43:10 [2023-03-05T20:43:10.377Z] 15:43:10 [2023-03-05T20:43:10.377Z] setOSConditions: 15:43:10 [2023-03-05T20:43:10.377Z] 15:43:10 [2023-03-05T20:43:10.377Z] setToolWin: 15:43:10 [2023-03-05T20:43:10.377Z] 15:43:10 [2023-03-05T20:43:10.377Z] setToolUnix: 15:43:10 [2023-03-05T20:43:10.377Z] 15:43:10 [2023-03-05T20:43:10.377Z] setToolProperty: 15:43:10 [2023-03-05T20:43:10.377Z] 15:43:10 [2023-03-05T20:43:10.377Z] setS1ASclassPath: 15:43:10 [2023-03-05T20:43:10.377Z] 15:43:10 [2023-03-05T20:43:10.377Z] init-common: 15:43:10 [2023-03-05T20:43:10.377Z] 15:43:10 [2023-03-05T20:43:10.377Z] deploy-common-ee: 15:43:10 [2023-03-05T20:43:10.377Z] 15:43:10 [2023-03-05T20:43:10.377Z] run: 15:43:10 [2023-03-05T20:43:10.377Z] 15:43:10 [2023-03-05T20:43:10.377Z] setOSConditions: 15:43:10 [2023-03-05T20:43:10.377Z] 15:43:10 [2023-03-05T20:43:10.377Z] setToolWin: 15:43:10 [2023-03-05T20:43:10.377Z] 15:43:10 [2023-03-05T20:43:10.377Z] setToolUnix: 15:43:10 [2023-03-05T20:43:10.377Z] 15:43:10 [2023-03-05T20:43:10.377Z] setToolProperty: 15:43:10 [2023-03-05T20:43:10.377Z] 15:43:10 [2023-03-05T20:43:10.377Z] setS1ASclassPath: 15:43:10 [2023-03-05T20:43:10.377Z] 15:43:10 [2023-03-05T20:43:10.377Z] init-common: 15:43:10 [2023-03-05T20:43:10.377Z] 15:43:10 [2023-03-05T20:43:10.377Z] execute-sql-common: 15:43:10 [2023-03-05T20:43:10.377Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.local/sql/create_pointbase.sql 15:43:10 [2023-03-05T20:43:10.377Z] [sql] 0 rows affected 15:43:10 [2023-03-05T20:43:10.377Z] [sql] 0 rows affected 15:43:10 [2023-03-05T20:43:10.633Z] [sql] 2 of 2 SQL statements executed successfully 15:43:10 [2023-03-05T20:43:10.633Z] 15:43:10 [2023-03-05T20:43:10.633Z] setOSConditions: 15:43:10 [2023-03-05T20:43:10.633Z] 15:43:10 [2023-03-05T20:43:10.633Z] setToolWin: 15:43:10 [2023-03-05T20:43:10.633Z] 15:43:10 [2023-03-05T20:43:10.633Z] setToolUnix: 15:43:10 [2023-03-05T20:43:10.633Z] 15:43:10 [2023-03-05T20:43:10.633Z] setToolProperty: 15:43:10 [2023-03-05T20:43:10.633Z] 15:43:10 [2023-03-05T20:43:10.633Z] setS1ASclassPath: 15:43:10 [2023-03-05T20:43:10.633Z] 15:43:10 [2023-03-05T20:43:10.633Z] init-common: 15:43:10 [2023-03-05T20:43:10.633Z] 15:43:10 [2023-03-05T20:43:10.633Z] runclient-common: 15:43:10 [2023-03-05T20:43:10.633Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.localAppClient.jar -name jdbc-markconnectionasbad.localClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 15:43:11 [2023-03-05T20:43:11.194Z] [exec] Mar 05, 2023 8:43:10 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:43:11 [2023-03-05T20:43:11.194Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:43:13 [2023-03-05T20:43:13.718Z] [exec] Mar 05, 2023 8:43:13 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:43:13 [2023-03-05T20:43:13.718Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@62cbc478 15:43:13 [2023-03-05T20:43:13.718Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - Shareable - ReadOnly] : 15:43:13 [2023-03-05T20:43:13.718Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - Shareable Write] : 15:43:13 [2023-03-05T20:43:13.718Z] [exec] Value of key is: Mark-Connection-As-Bad [local - NoTx - Shareable ReadOnly] : 15:43:13 [2023-03-05T20:43:13.718Z] [exec] Value of key is: Mark-Connection-As-Bad [local - NoTx - Shareable Write] : 15:43:13 [2023-03-05T20:43:13.718Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - UnShareable Write (1) ] : 15:43:13 [2023-03-05T20:43:13.718Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - UnShareable Write (2) ] : 15:43:13 [2023-03-05T20:43:13.718Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - UnShareable Write (3) ] : 15:43:13 [2023-03-05T20:43:13.718Z] [exec] Mark-Connection-As-Bad Status: 15:43:13 [2023-03-05T20:43:13.718Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:43:13 [2023-03-05T20:43:13.718Z] [exec] 15:43:13 [2023-03-05T20:43:13.718Z] [exec] 15:43:13 [2023-03-05T20:43:13.718Z] [exec] ----------------------------------------- 15:43:13 [2023-03-05T20:43:13.718Z] [exec] - Mark-Connection-As-Bad [local - Tx - Shareable - ReadOnly] : : PASS - 15:43:13 [2023-03-05T20:43:13.718Z] [exec] - Mark-Connection-As-Bad [local - NoTx - Shareable Write] : : PASS - 15:43:13 [2023-03-05T20:43:13.718Z] [exec] - Mark-Connection-As-Bad [local - Tx - UnShareable Write (1) ] : : PASS - 15:43:13 [2023-03-05T20:43:13.718Z] [exec] - Mark-Connection-As-Bad [local - NoTx - Shareable ReadOnly] : : PASS - 15:43:13 [2023-03-05T20:43:13.718Z] [exec] - Mark-Connection-As-Bad [local - Tx - UnShareable Write (3) ] : : PASS - 15:43:13 [2023-03-05T20:43:13.719Z] [exec] - Mark-Connection-As-Bad [local - Tx - Shareable Write] : : PASS - 15:43:13 [2023-03-05T20:43:13.719Z] [exec] - Mark-Connection-As-Bad [local - Tx - UnShareable Write (2) ] : : PASS - 15:43:13 [2023-03-05T20:43:13.719Z] [exec] ----------------------------------------- 15:43:13 [2023-03-05T20:43:13.719Z] [exec] Total PASS: 7 15:43:13 [2023-03-05T20:43:13.719Z] [exec] Total FAIL: 0 15:43:13 [2023-03-05T20:43:13.719Z] [exec] Total DID NOT RUN: 0 15:43:13 [2023-03-05T20:43:13.719Z] [exec] ----------------------------------------- 15:43:13 [2023-03-05T20:43:13.719Z] [exec] in flushAll , creating new testSuiteHash 15:43:13 [2023-03-05T20:43:13.719Z] [exec] in flushAll , creating new testSuiteHash 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] checkReporting-common: 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] confirmReportPresent-common: 15:43:13 [2023-03-05T20:43:13.975Z] [echo] file RepRunConf.txt is present. 15:43:13 [2023-03-05T20:43:13.975Z] [echo] Test seems to be reported fine 15:43:13 [2023-03-05T20:43:13.975Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.local/RepRunConf.txt 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] confirmMissingReport-common: 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] undeploy: 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] setOSConditions: 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] setToolWin: 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] setToolUnix: 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] setToolProperty: 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] setS1ASclassPath: 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] init-common: 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] execute-sql-common: 15:43:13 [2023-03-05T20:43:13.975Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.local/sql/drop_pointbase.sql 15:43:13 [2023-03-05T20:43:13.975Z] [sql] 0 rows affected 15:43:13 [2023-03-05T20:43:13.975Z] [sql] 1 of 1 SQL statements executed successfully 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] unsetup: 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] setOSConditions: 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] setToolWin: 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] setToolUnix: 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] setToolProperty: 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] setS1ASclassPath: 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] init-common: 15:43:13 [2023-03-05T20:43:13.975Z] 15:43:13 [2023-03-05T20:43:13.975Z] delete-jdbc-resource-common: 15:43:13 [2023-03-05T20:43:13.975Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/markconnectionasbad-local 15:43:14 [2023-03-05T20:43:14.231Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/markconnectionasbad-local 15:43:14 [2023-03-05T20:43:14.231Z] [exec] JDBC resource jdbc/markconnectionasbad-local deleted successfully 15:43:14 [2023-03-05T20:43:14.517Z] [echo] cmd executed for server 15:43:14 [2023-03-05T20:43:14.517Z] 15:43:14 [2023-03-05T20:43:14.517Z] setOSConditions: 15:43:14 [2023-03-05T20:43:14.517Z] 15:43:14 [2023-03-05T20:43:14.517Z] setToolWin: 15:43:14 [2023-03-05T20:43:14.517Z] 15:43:14 [2023-03-05T20:43:14.517Z] setToolUnix: 15:43:14 [2023-03-05T20:43:14.517Z] 15:43:14 [2023-03-05T20:43:14.517Z] setToolProperty: 15:43:14 [2023-03-05T20:43:14.517Z] 15:43:14 [2023-03-05T20:43:14.517Z] setS1ASclassPath: 15:43:14 [2023-03-05T20:43:14.517Z] 15:43:14 [2023-03-05T20:43:14.517Z] init-common: 15:43:14 [2023-03-05T20:43:14.517Z] 15:43:14 [2023-03-05T20:43:14.517Z] delete-jdbc-resource-common: 15:43:14 [2023-03-05T20:43:14.517Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/markconnectionasbad-local-unshareable 15:43:14 [2023-03-05T20:43:14.773Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/markconnectionasbad-local-unshareable 15:43:14 [2023-03-05T20:43:14.773Z] [exec] JDBC resource jdbc/markconnectionasbad-local-unshareable deleted successfully 15:43:14 [2023-03-05T20:43:14.773Z] [echo] cmd executed for server 15:43:14 [2023-03-05T20:43:14.773Z] 15:43:14 [2023-03-05T20:43:14.773Z] setOSConditions: 15:43:14 [2023-03-05T20:43:14.773Z] 15:43:14 [2023-03-05T20:43:14.773Z] setToolWin: 15:43:14 [2023-03-05T20:43:14.773Z] 15:43:14 [2023-03-05T20:43:14.773Z] setToolUnix: 15:43:14 [2023-03-05T20:43:14.773Z] 15:43:14 [2023-03-05T20:43:14.773Z] setToolProperty: 15:43:14 [2023-03-05T20:43:14.773Z] 15:43:14 [2023-03-05T20:43:14.773Z] setS1ASclassPath: 15:43:14 [2023-03-05T20:43:14.773Z] 15:43:14 [2023-03-05T20:43:14.773Z] init-common: 15:43:14 [2023-03-05T20:43:14.773Z] 15:43:14 [2023-03-05T20:43:14.773Z] delete-jdbc-connpool-common: 15:43:14 [2023-03-05T20:43:14.773Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-markconnectionasbad-local-pool 15:43:15 [2023-03-05T20:43:15.030Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-markconnectionasbad-local-pool 15:43:15 [2023-03-05T20:43:15.030Z] [exec] JDBC Connection pool jdbc-markconnectionasbad-local-pool deleted successfully 15:43:15 [2023-03-05T20:43:15.030Z] [echo] cmd executed for server 15:43:15 [2023-03-05T20:43:15.030Z] 15:43:15 [2023-03-05T20:43:15.030Z] setOSConditions: 15:43:15 [2023-03-05T20:43:15.030Z] 15:43:15 [2023-03-05T20:43:15.030Z] setToolWin: 15:43:15 [2023-03-05T20:43:15.030Z] 15:43:15 [2023-03-05T20:43:15.030Z] setToolUnix: 15:43:15 [2023-03-05T20:43:15.030Z] 15:43:15 [2023-03-05T20:43:15.030Z] setToolProperty: 15:43:15 [2023-03-05T20:43:15.030Z] 15:43:15 [2023-03-05T20:43:15.030Z] setS1ASclassPath: 15:43:15 [2023-03-05T20:43:15.030Z] 15:43:15 [2023-03-05T20:43:15.030Z] init-common: 15:43:15 [2023-03-05T20:43:15.030Z] 15:43:15 [2023-03-05T20:43:15.030Z] delete-jdbc-connpool-common: 15:43:15 [2023-03-05T20:43:15.030Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-markconnectionasbad-local-unshareable-pool 15:43:15 [2023-03-05T20:43:15.286Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-markconnectionasbad-local-unshareable-pool 15:43:15 [2023-03-05T20:43:15.286Z] [exec] JDBC Connection pool jdbc-markconnectionasbad-local-unshareable-pool deleted successfully 15:43:15 [2023-03-05T20:43:15.286Z] [echo] cmd executed for server 15:43:15 [2023-03-05T20:43:15.286Z] 15:43:15 [2023-03-05T20:43:15.286Z] setOSConditions: 15:43:15 [2023-03-05T20:43:15.286Z] 15:43:15 [2023-03-05T20:43:15.286Z] setToolWin: 15:43:15 [2023-03-05T20:43:15.286Z] 15:43:15 [2023-03-05T20:43:15.286Z] setToolUnix: 15:43:15 [2023-03-05T20:43:15.286Z] 15:43:15 [2023-03-05T20:43:15.286Z] setToolProperty: 15:43:15 [2023-03-05T20:43:15.287Z] 15:43:15 [2023-03-05T20:43:15.287Z] setS1ASclassPath: 15:43:15 [2023-03-05T20:43:15.287Z] 15:43:15 [2023-03-05T20:43:15.287Z] init-common: 15:43:15 [2023-03-05T20:43:15.287Z] 15:43:15 [2023-03-05T20:43:15.287Z] undeploy-common: 15:43:15 [2023-03-05T20:43:15.543Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-markconnectionasbad.localApp 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] all: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setOSConditions: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setToolWin: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setToolUnix: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setToolProperty: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setS1ASclassPath: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] init-common: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] clean: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setOSConditions: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setToolWin: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setToolUnix: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setToolProperty: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setS1ASclassPath: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] init-common: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] clean-common: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setOSConditions: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setToolWin: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setToolUnix: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setToolProperty: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setS1ASclassPath: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] init-common: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] clean-classes-common: 15:43:15 [2023-03-05T20:43:15.820Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setOSConditions: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setToolWin: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setToolUnix: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setToolProperty: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setS1ASclassPath: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] init-common: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] clean-jars-common: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] compile: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setOSConditions: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setToolWin: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setToolUnix: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setToolProperty: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] setS1ASclassPath: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] init-common: 15:43:15 [2023-03-05T20:43:15.820Z] 15:43:15 [2023-03-05T20:43:15.820Z] compile-common: 15:43:15 [2023-03-05T20:43:15.820Z] [echo] Current time (ISO): 2023-03-05T20:43:15.586+0000 15:43:15 [2023-03-05T20:43:15.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:43:15 [2023-03-05T20:43:15.820Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:43:16 [2023-03-05T20:43:16.750Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:43:16 [2023-03-05T20:43:16.750Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/ejb/SimpleBMPBean.java:46: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:43:16 [2023-03-05T20:43:16.750Z] [javac] return new Integer(1); 15:43:16 [2023-03-05T20:43:16.750Z] [javac] ^ 15:43:17 [2023-03-05T20:43:17.020Z] [javac] 2 warnings 15:43:17 [2023-03-05T20:43:17.020Z] 15:43:17 [2023-03-05T20:43:17.020Z] setOSConditions: 15:43:17 [2023-03-05T20:43:17.020Z] 15:43:17 [2023-03-05T20:43:17.020Z] setToolWin: 15:43:17 [2023-03-05T20:43:17.020Z] 15:43:17 [2023-03-05T20:43:17.020Z] setToolUnix: 15:43:17 [2023-03-05T20:43:17.020Z] 15:43:17 [2023-03-05T20:43:17.020Z] setToolProperty: 15:43:17 [2023-03-05T20:43:17.020Z] 15:43:17 [2023-03-05T20:43:17.020Z] setS1ASclassPath: 15:43:17 [2023-03-05T20:43:17.020Z] 15:43:17 [2023-03-05T20:43:17.020Z] init-common: 15:43:17 [2023-03-05T20:43:17.020Z] 15:43:17 [2023-03-05T20:43:17.020Z] compile-common: 15:43:17 [2023-03-05T20:43:17.020Z] [echo] Current time (ISO): 2023-03-05T20:43:16.795+0000 15:43:17 [2023-03-05T20:43:17.020Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:43:17 [2023-03-05T20:43:17.948Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:43:18 [2023-03-05T20:43:18.204Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/client/Client.java:155: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 15:43:18 [2023-03-05T20:43:18.204Z] [javac] return new Integer(returnValue.get("count").toString()); 15:43:18 [2023-03-05T20:43:18.204Z] [javac] ^ 15:43:18 [2023-03-05T20:43:18.204Z] [javac] 2 warnings 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] build: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] setOSConditions: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] fixFiles: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] convUnix: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] convWin: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] setToolWin: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] setToolUnix: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] setToolProperty: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] setS1ASclassPath: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] init-common: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] package-persistence-common: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] ejb-jar-common: 15:43:18 [2023-03-05T20:43:18.204Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] package-ejbjar-common: 15:43:18 [2023-03-05T20:43:18.204Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:18 [2023-03-05T20:43:18.204Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:18 [2023-03-05T20:43:18.204Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:18 [2023-03-05T20:43:18.204Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-ejb.jar 15:43:18 [2023-03-05T20:43:18.204Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] appclient-jar-common: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] package-appclientjar-common: 15:43:18 [2023-03-05T20:43:18.204Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:18 [2023-03-05T20:43:18.204Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:18 [2023-03-05T20:43:18.204Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:18 [2023-03-05T20:43:18.204Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-client.jar 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] webclient-war-common: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] build-ear-common: 15:43:18 [2023-03-05T20:43:18.204Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:18 [2023-03-05T20:43:18.204Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] deploy: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] setOSConditions: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] setToolWin: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] setToolUnix: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] setToolProperty: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] setS1ASclassPath: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] init-common: 15:43:18 [2023-03-05T20:43:18.204Z] 15:43:18 [2023-03-05T20:43:18.204Z] execute-sql-common: 15:43:18 [2023-03-05T20:43:18.204Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/sql/create_pointbase.sql 15:43:18 [2023-03-05T20:43:18.204Z] [sql] Failed to execute: Drop table O_Customer 15:43:18 [2023-03-05T20:43:18.204Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:43:18 [2023-03-05T20:43:18.204Z] [sql] 0 rows affected 15:43:18 [2023-03-05T20:43:18.205Z] [sql] Failed to execute: drop table owner 15:43:18 [2023-03-05T20:43:18.205Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER' because it does not exist. 15:43:18 [2023-03-05T20:43:18.205Z] [sql] 0 rows affected 15:43:18 [2023-03-05T20:43:18.205Z] [sql] 2 of 4 SQL statements executed successfully 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] setOSConditions: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] setToolWin: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] setToolUnix: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] setToolProperty: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] setS1ASclassPath: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] init-common: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] setup: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] setOSConditions: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] setToolWin: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] setToolUnix: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] setToolProperty: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] setS1ASclassPath: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] init-common: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] deploy-jdbc-common: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] setOSConditions: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] setToolWin: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] setToolUnix: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] setToolProperty: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] setS1ASclassPath: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] init-common: 15:43:18 [2023-03-05T20:43:18.205Z] 15:43:18 [2023-03-05T20:43:18.205Z] create-jdbc-connpool-common: 15:43:18 [2023-03-05T20:43:18.461Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc/jdbc-unshareable-pool 15:43:18 [2023-03-05T20:43:18.461Z] [exec] JDBC connection pool jdbc/jdbc-unshareable-pool created successfully. 15:43:18 [2023-03-05T20:43:18.461Z] 15:43:18 [2023-03-05T20:43:18.461Z] set-derby-connpool-props: 15:43:19 [2023-03-05T20:43:19.028Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.User=dbuser 15:43:19 [2023-03-05T20:43:19.028Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.User=dbuser 15:43:19 [2023-03-05T20:43:19.317Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.Password=dbpassword 15:43:19 [2023-03-05T20:43:19.317Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.Password=dbpassword 15:43:19 [2023-03-05T20:43:19.584Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.driverType=4 15:43:19 [2023-03-05T20:43:19.584Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.driverType=4 15:43:19 [2023-03-05T20:43:19.844Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.portNumber=1527 15:43:19 [2023-03-05T20:43:19.844Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.portNumber=1527 15:43:20 [2023-03-05T20:43:20.121Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.dataBaseName=testdb 15:43:20 [2023-03-05T20:43:20.121Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.dataBaseName=testdb 15:43:20 [2023-03-05T20:43:20.379Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:43:20 [2023-03-05T20:43:20.379Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:43:20 [2023-03-05T20:43:20.635Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.create=true 15:43:20 [2023-03-05T20:43:20.635Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.create=true 15:43:20 [2023-03-05T20:43:20.891Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.serverName=localhost 15:43:20 [2023-03-05T20:43:20.891Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.serverName=localhost 15:43:20 [2023-03-05T20:43:20.891Z] 15:43:20 [2023-03-05T20:43:20.891Z] setOSConditions: 15:43:20 [2023-03-05T20:43:20.891Z] 15:43:20 [2023-03-05T20:43:20.891Z] setToolWin: 15:43:20 [2023-03-05T20:43:20.891Z] 15:43:20 [2023-03-05T20:43:20.891Z] setToolUnix: 15:43:20 [2023-03-05T20:43:20.891Z] 15:43:20 [2023-03-05T20:43:20.891Z] setToolProperty: 15:43:20 [2023-03-05T20:43:20.891Z] 15:43:20 [2023-03-05T20:43:20.891Z] setS1ASclassPath: 15:43:20 [2023-03-05T20:43:20.891Z] 15:43:20 [2023-03-05T20:43:20.891Z] init-common: 15:43:20 [2023-03-05T20:43:20.891Z] 15:43:20 [2023-03-05T20:43:20.891Z] create-jdbc-resource-common: 15:43:20 [2023-03-05T20:43:20.891Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc/jdbc-unshareable-pool --target server jdbc/unshareable 15:43:21 [2023-03-05T20:43:21.453Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc/jdbc-unshareable-pool --enabled=true --target server jdbc/unshareable 15:43:21 [2023-03-05T20:43:21.453Z] [exec] JDBC resource jdbc/unshareable created successfully. 15:43:21 [2023-03-05T20:43:21.453Z] [echo] cmd executed for server 15:43:21 [2023-03-05T20:43:21.453Z] 15:43:21 [2023-03-05T20:43:21.453Z] setOSConditions: 15:43:21 [2023-03-05T20:43:21.453Z] 15:43:21 [2023-03-05T20:43:21.453Z] setToolWin: 15:43:21 [2023-03-05T20:43:21.453Z] 15:43:21 [2023-03-05T20:43:21.453Z] setToolUnix: 15:43:21 [2023-03-05T20:43:21.453Z] 15:43:21 [2023-03-05T20:43:21.453Z] setToolProperty: 15:43:21 [2023-03-05T20:43:21.453Z] 15:43:21 [2023-03-05T20:43:21.453Z] setS1ASclassPath: 15:43:21 [2023-03-05T20:43:21.453Z] 15:43:21 [2023-03-05T20:43:21.453Z] init-common: 15:43:21 [2023-03-05T20:43:21.453Z] 15:43:21 [2023-03-05T20:43:21.453Z] deploy-jdbc-common: 15:43:21 [2023-03-05T20:43:21.453Z] 15:43:21 [2023-03-05T20:43:21.453Z] setOSConditions: 15:43:21 [2023-03-05T20:43:21.453Z] 15:43:21 [2023-03-05T20:43:21.453Z] setToolWin: 15:43:21 [2023-03-05T20:43:21.453Z] 15:43:21 [2023-03-05T20:43:21.453Z] setToolUnix: 15:43:21 [2023-03-05T20:43:21.453Z] 15:43:21 [2023-03-05T20:43:21.453Z] setToolProperty: 15:43:21 [2023-03-05T20:43:21.453Z] 15:43:21 [2023-03-05T20:43:21.453Z] setS1ASclassPath: 15:43:21 [2023-03-05T20:43:21.453Z] 15:43:21 [2023-03-05T20:43:21.453Z] init-common: 15:43:21 [2023-03-05T20:43:21.453Z] 15:43:21 [2023-03-05T20:43:21.453Z] create-jdbc-connpool-common: 15:43:21 [2023-03-05T20:43:21.718Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-shareable-pool 15:43:21 [2023-03-05T20:43:21.718Z] [exec] JDBC connection pool jdbc-shareable-pool created successfully. 15:43:21 [2023-03-05T20:43:21.718Z] 15:43:21 [2023-03-05T20:43:21.718Z] set-derby-connpool-props: 15:43:21 [2023-03-05T20:43:21.975Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.User=dbuser 15:43:21 [2023-03-05T20:43:21.975Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.User=dbuser 15:43:22 [2023-03-05T20:43:22.231Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.Password=dbpassword 15:43:22 [2023-03-05T20:43:22.231Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.Password=dbpassword 15:43:22 [2023-03-05T20:43:22.488Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.driverType=4 15:43:22 [2023-03-05T20:43:22.488Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.driverType=4 15:43:22 [2023-03-05T20:43:22.745Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.portNumber=1527 15:43:22 [2023-03-05T20:43:22.745Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.portNumber=1527 15:43:23 [2023-03-05T20:43:23.001Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.dataBaseName=testdb 15:43:23 [2023-03-05T20:43:23.001Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.dataBaseName=testdb 15:43:23 [2023-03-05T20:43:23.258Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:43:23 [2023-03-05T20:43:23.258Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:43:23 [2023-03-05T20:43:23.826Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.create=true 15:43:23 [2023-03-05T20:43:23.826Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.create=true 15:43:24 [2023-03-05T20:43:24.084Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.serverName=localhost 15:43:24 [2023-03-05T20:43:24.084Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.serverName=localhost 15:43:24 [2023-03-05T20:43:24.084Z] 15:43:24 [2023-03-05T20:43:24.084Z] setOSConditions: 15:43:24 [2023-03-05T20:43:24.084Z] 15:43:24 [2023-03-05T20:43:24.084Z] setToolWin: 15:43:24 [2023-03-05T20:43:24.084Z] 15:43:24 [2023-03-05T20:43:24.084Z] setToolUnix: 15:43:24 [2023-03-05T20:43:24.084Z] 15:43:24 [2023-03-05T20:43:24.084Z] setToolProperty: 15:43:24 [2023-03-05T20:43:24.084Z] 15:43:24 [2023-03-05T20:43:24.084Z] setS1ASclassPath: 15:43:24 [2023-03-05T20:43:24.084Z] 15:43:24 [2023-03-05T20:43:24.084Z] init-common: 15:43:24 [2023-03-05T20:43:24.084Z] 15:43:24 [2023-03-05T20:43:24.084Z] create-jdbc-resource-common: 15:43:24 [2023-03-05T20:43:24.084Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-shareable-pool --target server jdbc/shareable 15:43:24 [2023-03-05T20:43:24.341Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-shareable-pool --enabled=true --target server jdbc/shareable 15:43:24 [2023-03-05T20:43:24.341Z] [exec] JDBC resource jdbc/shareable created successfully. 15:43:24 [2023-03-05T20:43:24.341Z] [echo] cmd executed for server 15:43:24 [2023-03-05T20:43:24.341Z] 15:43:24 [2023-03-05T20:43:24.341Z] setOSConditions: 15:43:24 [2023-03-05T20:43:24.341Z] 15:43:24 [2023-03-05T20:43:24.341Z] setToolWin: 15:43:24 [2023-03-05T20:43:24.341Z] 15:43:24 [2023-03-05T20:43:24.341Z] setToolUnix: 15:43:24 [2023-03-05T20:43:24.341Z] 15:43:24 [2023-03-05T20:43:24.341Z] setToolProperty: 15:43:24 [2023-03-05T20:43:24.341Z] 15:43:24 [2023-03-05T20:43:24.341Z] setS1ASclassPath: 15:43:24 [2023-03-05T20:43:24.341Z] 15:43:24 [2023-03-05T20:43:24.341Z] init-common: 15:43:24 [2023-03-05T20:43:24.341Z] 15:43:24 [2023-03-05T20:43:24.341Z] deploy-jdbc-common: 15:43:24 [2023-03-05T20:43:24.341Z] 15:43:24 [2023-03-05T20:43:24.341Z] setOSConditions: 15:43:24 [2023-03-05T20:43:24.341Z] 15:43:24 [2023-03-05T20:43:24.341Z] setToolWin: 15:43:24 [2023-03-05T20:43:24.341Z] 15:43:24 [2023-03-05T20:43:24.341Z] setToolUnix: 15:43:24 [2023-03-05T20:43:24.341Z] 15:43:24 [2023-03-05T20:43:24.341Z] setToolProperty: 15:43:24 [2023-03-05T20:43:24.341Z] 15:43:24 [2023-03-05T20:43:24.341Z] setS1ASclassPath: 15:43:24 [2023-03-05T20:43:24.341Z] 15:43:24 [2023-03-05T20:43:24.341Z] init-common: 15:43:24 [2023-03-05T20:43:24.341Z] 15:43:24 [2023-03-05T20:43:24.341Z] create-jdbc-connpool-common: 15:43:24 [2023-03-05T20:43:24.598Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-local-pool 15:43:24 [2023-03-05T20:43:24.598Z] [exec] JDBC connection pool jdbc-local-pool created successfully. 15:43:24 [2023-03-05T20:43:24.598Z] 15:43:24 [2023-03-05T20:43:24.598Z] set-derby-connpool-props: 15:43:24 [2023-03-05T20:43:24.853Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.User=dbuser 15:43:24 [2023-03-05T20:43:24.853Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.User=dbuser 15:43:25 [2023-03-05T20:43:25.109Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.Password=dbpassword 15:43:25 [2023-03-05T20:43:25.109Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.Password=dbpassword 15:43:25 [2023-03-05T20:43:25.671Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.driverType=4 15:43:25 [2023-03-05T20:43:25.671Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.driverType=4 15:43:25 [2023-03-05T20:43:25.927Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.portNumber=1527 15:43:25 [2023-03-05T20:43:25.927Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.portNumber=1527 15:43:26 [2023-03-05T20:43:26.183Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.dataBaseName=testdb 15:43:26 [2023-03-05T20:43:26.183Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.dataBaseName=testdb 15:43:26 [2023-03-05T20:43:26.439Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:43:26 [2023-03-05T20:43:26.439Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:43:26 [2023-03-05T20:43:26.696Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.create=true 15:43:26 [2023-03-05T20:43:26.696Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.create=true 15:43:26 [2023-03-05T20:43:26.952Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.serverName=localhost 15:43:26 [2023-03-05T20:43:26.952Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.serverName=localhost 15:43:26 [2023-03-05T20:43:26.952Z] 15:43:26 [2023-03-05T20:43:26.952Z] setOSConditions: 15:43:26 [2023-03-05T20:43:26.952Z] 15:43:26 [2023-03-05T20:43:26.952Z] setToolWin: 15:43:26 [2023-03-05T20:43:26.952Z] 15:43:26 [2023-03-05T20:43:26.952Z] setToolUnix: 15:43:26 [2023-03-05T20:43:26.952Z] 15:43:26 [2023-03-05T20:43:26.952Z] setToolProperty: 15:43:26 [2023-03-05T20:43:26.952Z] 15:43:26 [2023-03-05T20:43:26.952Z] setS1ASclassPath: 15:43:26 [2023-03-05T20:43:26.952Z] 15:43:26 [2023-03-05T20:43:26.952Z] init-common: 15:43:26 [2023-03-05T20:43:26.952Z] 15:43:26 [2023-03-05T20:43:26.952Z] create-jdbc-resource-common: 15:43:26 [2023-03-05T20:43:26.952Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-local-pool --target server jdbc/localdatasource 15:43:27 [2023-03-05T20:43:27.208Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-local-pool --enabled=true --target server jdbc/localdatasource 15:43:27 [2023-03-05T20:43:27.208Z] [exec] JDBC resource jdbc/localdatasource created successfully. 15:43:27 [2023-03-05T20:43:27.208Z] [echo] cmd executed for server 15:43:27 [2023-03-05T20:43:27.208Z] 15:43:27 [2023-03-05T20:43:27.208Z] asadmin-common: 15:43:27 [2023-03-05T20:43:27.208Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 15:43:27 [2023-03-05T20:43:27.770Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 15:43:27 [2023-03-05T20:43:27.770Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 15:43:27 [2023-03-05T20:43:27.770Z] 15:43:27 [2023-03-05T20:43:27.770Z] asadmin-common: 15:43:27 [2023-03-05T20:43:27.770Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-shareable-pool.steady_pool_size=5 15:43:28 [2023-03-05T20:43:28.331Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.steady_pool_size=5 15:43:28 [2023-03-05T20:43:28.331Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.steady-pool-size=5 15:43:28 [2023-03-05T20:43:28.331Z] 15:43:28 [2023-03-05T20:43:28.331Z] asadmin-common: 15:43:28 [2023-03-05T20:43:28.331Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-shareable-pool.max_pool_size=5 15:43:28 [2023-03-05T20:43:28.587Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.max_pool_size=5 15:43:28 [2023-03-05T20:43:28.587Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.max-pool-size=5 15:43:28 [2023-03-05T20:43:28.587Z] 15:43:28 [2023-03-05T20:43:28.587Z] asadmin-common: 15:43:28 [2023-03-05T20:43:28.587Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-shareable-pool.idle_timeout_in_seconds=3600 15:43:28 [2023-03-05T20:43:28.844Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.idle_timeout_in_seconds=3600 15:43:28 [2023-03-05T20:43:28.844Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.idle-timeout-in-seconds=3600 15:43:28 [2023-03-05T20:43:28.844Z] 15:43:28 [2023-03-05T20:43:28.844Z] asadmin-common: 15:43:28 [2023-03-05T20:43:28.844Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.steady_pool_size=5 15:43:29 [2023-03-05T20:43:29.121Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.steady_pool_size=5 15:43:29 [2023-03-05T20:43:29.121Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.steady-pool-size=5 15:43:29 [2023-03-05T20:43:29.121Z] 15:43:29 [2023-03-05T20:43:29.121Z] asadmin-common: 15:43:29 [2023-03-05T20:43:29.121Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.max_pool_size=5 15:43:29 [2023-03-05T20:43:29.377Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.max_pool_size=5 15:43:29 [2023-03-05T20:43:29.377Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.max-pool-size=5 15:43:29 [2023-03-05T20:43:29.377Z] 15:43:29 [2023-03-05T20:43:29.377Z] asadmin-common: 15:43:29 [2023-03-05T20:43:29.377Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.idle_timeout_in_seconds=3600 15:43:29 [2023-03-05T20:43:29.632Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.idle_timeout_in_seconds=3600 15:43:29 [2023-03-05T20:43:29.633Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.idle-timeout-in-seconds=3600 15:43:29 [2023-03-05T20:43:29.633Z] 15:43:29 [2023-03-05T20:43:29.633Z] asadmin-common: 15:43:29 [2023-03-05T20:43:29.633Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.steady_pool_size=5 15:43:29 [2023-03-05T20:43:29.888Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.steady_pool_size=5 15:43:29 [2023-03-05T20:43:29.888Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.steady-pool-size=5 15:43:29 [2023-03-05T20:43:29.888Z] 15:43:29 [2023-03-05T20:43:29.888Z] asadmin-common: 15:43:29 [2023-03-05T20:43:29.888Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.max_pool_size=5 15:43:30 [2023-03-05T20:43:30.144Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.max_pool_size=5 15:43:30 [2023-03-05T20:43:30.144Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.max-pool-size=5 15:43:30 [2023-03-05T20:43:30.144Z] 15:43:30 [2023-03-05T20:43:30.144Z] asadmin-common: 15:43:30 [2023-03-05T20:43:30.144Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.idle_timeout_in_seconds=3600 15:43:30 [2023-03-05T20:43:30.399Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.idle_timeout_in_seconds=3600 15:43:30 [2023-03-05T20:43:30.399Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.idle-timeout-in-seconds=3600 15:43:30 [2023-03-05T20:43:30.399Z] 15:43:30 [2023-03-05T20:43:30.399Z] setOSConditions: 15:43:30 [2023-03-05T20:43:30.399Z] 15:43:30 [2023-03-05T20:43:30.399Z] setToolWin: 15:43:30 [2023-03-05T20:43:30.399Z] 15:43:30 [2023-03-05T20:43:30.399Z] setToolUnix: 15:43:30 [2023-03-05T20:43:30.399Z] 15:43:30 [2023-03-05T20:43:30.399Z] setToolProperty: 15:43:30 [2023-03-05T20:43:30.399Z] 15:43:30 [2023-03-05T20:43:30.399Z] setS1ASclassPath: 15:43:30 [2023-03-05T20:43:30.399Z] 15:43:30 [2023-03-05T20:43:30.399Z] init-common: 15:43:30 [2023-03-05T20:43:30.399Z] 15:43:30 [2023-03-05T20:43:30.399Z] deploy-common: 15:43:30 [2023-03-05T20:43:30.399Z] [echo] Current time (ISO): 2023-03-05T20:43:30.395+0000 15:43:30 [2023-03-05T20:43:30.655Z] 15:43:30 [2023-03-05T20:43:30.655Z] setOSConditions: 15:43:30 [2023-03-05T20:43:30.655Z] 15:43:30 [2023-03-05T20:43:30.655Z] setToolWin: 15:43:30 [2023-03-05T20:43:30.655Z] 15:43:30 [2023-03-05T20:43:30.655Z] setToolUnix: 15:43:30 [2023-03-05T20:43:30.655Z] 15:43:30 [2023-03-05T20:43:30.655Z] setToolProperty: 15:43:30 [2023-03-05T20:43:30.655Z] 15:43:30 [2023-03-05T20:43:30.655Z] setS1ASclassPath: 15:43:30 [2023-03-05T20:43:30.655Z] 15:43:30 [2023-03-05T20:43:30.655Z] init-common: 15:43:30 [2023-03-05T20:43:30.655Z] 15:43:30 [2023-03-05T20:43:30.655Z] deploy-common-pe: 15:43:30 [2023-03-05T20:43:30.911Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear 15:43:30 [2023-03-05T20:43:30.911Z] [exec] Application deployed with name jdbc-markconnectionasbad.xaApp. 15:43:30 [2023-03-05T20:43:30.911Z] [echo] Deployment on target server server successful 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] setOSConditions: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] setToolWin: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] setToolUnix: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] setToolProperty: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] setS1ASclassPath: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] init-common: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] deploy-common-ee: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] run: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] setOSConditions: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] setToolWin: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] setToolUnix: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] setToolProperty: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] setS1ASclassPath: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] init-common: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] execute-sql-common: 15:43:30 [2023-03-05T20:43:30.911Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/sql/create_pointbase.sql 15:43:30 [2023-03-05T20:43:30.911Z] [sql] 0 rows affected 15:43:30 [2023-03-05T20:43:30.911Z] [sql] 0 rows affected 15:43:30 [2023-03-05T20:43:30.911Z] [sql] 0 rows affected 15:43:30 [2023-03-05T20:43:30.911Z] [sql] 0 rows affected 15:43:30 [2023-03-05T20:43:30.911Z] [sql] 4 of 4 SQL statements executed successfully 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] setOSConditions: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] setToolWin: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] setToolUnix: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] setToolProperty: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] setS1ASclassPath: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] init-common: 15:43:30 [2023-03-05T20:43:30.911Z] 15:43:30 [2023-03-05T20:43:30.911Z] runclient-common: 15:43:30 [2023-03-05T20:43:30.911Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaAppClient.jar -name jdbc-markconnectionasbad.xaClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 15:43:31 [2023-03-05T20:43:31.473Z] [exec] Mar 05, 2023 8:43:31 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:43:31 [2023-03-05T20:43:31.473Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:43:33 [2023-03-05T20:43:33.996Z] [exec] Mar 05, 2023 8:43:33 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:43:33 [2023-03-05T20:43:33.996Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7aa01bd9 15:43:43 [2023-03-05T20:43:43.949Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - NoTx - UnShareable - ReadOnly] : 15:43:43 [2023-03-05T20:43:43.949Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - NoTx - UnShareable - Write] : 15:43:43 [2023-03-05T20:43:43.949Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - NoTx - Shareable - ReadOnly] : 15:43:43 [2023-03-05T20:43:43.949Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - NoTx - Shareable - Write] : 15:43:43 [2023-03-05T20:43:43.949Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - Tx - UnShareable - ReadOnly] : 15:43:43 [2023-03-05T20:43:43.949Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - Tx - UnShareable - Write] : 15:43:43 [2023-03-05T20:43:43.949Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - Tx - Shareable - ReadOnly] : 15:43:43 [2023-03-05T20:43:43.949Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - Tx - Shareable - Write] : 15:43:43 [2023-03-05T20:43:43.949Z] [exec] Value of key is: Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Write] : 15:43:43 [2023-03-05T20:43:43.949Z] [exec] Value of key is: Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Write] : 15:43:43 [2023-03-05T20:43:43.949Z] [exec] Value of key is: Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Read] : 15:43:44 [2023-03-05T20:43:44.205Z] [exec] Value of key is: Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Read] : 15:43:44 [2023-03-05T20:43:44.205Z] [exec] Mark-Connection-As-Bad 15:43:44 [2023-03-05T20:43:44.205Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:43:44 [2023-03-05T20:43:44.205Z] [exec] 15:43:44 [2023-03-05T20:43:44.205Z] [exec] 15:43:44 [2023-03-05T20:43:44.205Z] [exec] ----------------------------------------- 15:43:44 [2023-03-05T20:43:44.205Z] [exec] - Mark-Connection-As-Bad [XA - Tx - Shareable - ReadOnly] : : PASS - 15:43:44 [2023-03-05T20:43:44.205Z] [exec] - Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Write] : : PASS - 15:43:44 [2023-03-05T20:43:44.205Z] [exec] - Mark-Connection-As-Bad [XA - NoTx - UnShareable - Write] : : PASS - 15:43:44 [2023-03-05T20:43:44.205Z] [exec] - Mark-Connection-As-Bad [XA - NoTx - UnShareable - ReadOnly] : : PASS - 15:43:44 [2023-03-05T20:43:44.205Z] [exec] - Mark-Connection-As-Bad [XA - Tx - Shareable - Write] : : PASS - 15:43:44 [2023-03-05T20:43:44.205Z] [exec] - Mark-Connection-As-Bad [XA - NoTx - Shareable - Write] : : PASS - 15:43:44 [2023-03-05T20:43:44.205Z] [exec] - Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Write] : : PASS - 15:43:44 [2023-03-05T20:43:44.205Z] [exec] - Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Read] : : PASS - 15:43:44 [2023-03-05T20:43:44.205Z] [exec] - Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Read] : : PASS - 15:43:44 [2023-03-05T20:43:44.205Z] [exec] - Mark-Connection-As-Bad [XA - Tx - UnShareable - ReadOnly] : : PASS - 15:43:44 [2023-03-05T20:43:44.205Z] [exec] - Mark-Connection-As-Bad [XA - Tx - UnShareable - Write] : : PASS - 15:43:44 [2023-03-05T20:43:44.205Z] [exec] - Mark-Connection-As-Bad [XA - NoTx - Shareable - ReadOnly] : : PASS - 15:43:44 [2023-03-05T20:43:44.205Z] [exec] ----------------------------------------- 15:43:44 [2023-03-05T20:43:44.205Z] [exec] Total PASS: 12 15:43:44 [2023-03-05T20:43:44.205Z] [exec] Total FAIL: 0 15:43:44 [2023-03-05T20:43:44.205Z] [exec] Total DID NOT RUN: 0 15:43:44 [2023-03-05T20:43:44.205Z] [exec] ----------------------------------------- 15:43:44 [2023-03-05T20:43:44.205Z] [exec] in flushAll , creating new testSuiteHash 15:43:44 [2023-03-05T20:43:44.205Z] [exec] in flushAll , creating new testSuiteHash 15:43:44 [2023-03-05T20:43:44.461Z] 15:43:44 [2023-03-05T20:43:44.461Z] checkReporting-common: 15:43:44 [2023-03-05T20:43:44.461Z] 15:43:44 [2023-03-05T20:43:44.461Z] confirmReportPresent-common: 15:43:44 [2023-03-05T20:43:44.461Z] [echo] file RepRunConf.txt is present. 15:43:44 [2023-03-05T20:43:44.461Z] [echo] Test seems to be reported fine 15:43:44 [2023-03-05T20:43:44.461Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/RepRunConf.txt 15:43:44 [2023-03-05T20:43:44.461Z] 15:43:44 [2023-03-05T20:43:44.461Z] confirmMissingReport-common: 15:43:44 [2023-03-05T20:43:44.461Z] 15:43:44 [2023-03-05T20:43:44.461Z] undeploy: 15:43:44 [2023-03-05T20:43:44.461Z] 15:43:44 [2023-03-05T20:43:44.461Z] setOSConditions: 15:43:44 [2023-03-05T20:43:44.461Z] 15:43:44 [2023-03-05T20:43:44.461Z] setToolWin: 15:43:44 [2023-03-05T20:43:44.461Z] 15:43:44 [2023-03-05T20:43:44.461Z] setToolUnix: 15:43:44 [2023-03-05T20:43:44.461Z] 15:43:44 [2023-03-05T20:43:44.461Z] setToolProperty: 15:43:44 [2023-03-05T20:43:44.461Z] 15:43:44 [2023-03-05T20:43:44.461Z] setS1ASclassPath: 15:43:44 [2023-03-05T20:43:44.461Z] 15:43:44 [2023-03-05T20:43:44.461Z] init-common: 15:43:44 [2023-03-05T20:43:44.461Z] 15:43:44 [2023-03-05T20:43:44.461Z] execute-sql-common: 15:43:44 [2023-03-05T20:43:44.461Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/sql/drop_pointbase.sql 15:43:44 [2023-03-05T20:43:44.461Z] [sql] 0 rows affected 15:43:44 [2023-03-05T20:43:44.461Z] [sql] 0 rows affected 15:43:44 [2023-03-05T20:43:44.461Z] [sql] 2 of 2 SQL statements executed successfully 15:43:44 [2023-03-05T20:43:44.461Z] 15:43:44 [2023-03-05T20:43:44.461Z] unsetup: 15:43:44 [2023-03-05T20:43:44.461Z] 15:43:44 [2023-03-05T20:43:44.461Z] asadmin-common: 15:43:44 [2023-03-05T20:43:44.461Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 15:43:44 [2023-03-05T20:43:44.720Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 15:43:44 [2023-03-05T20:43:44.977Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 15:43:44 [2023-03-05T20:43:44.977Z] 15:43:44 [2023-03-05T20:43:44.977Z] setOSConditions: 15:43:44 [2023-03-05T20:43:44.977Z] 15:43:44 [2023-03-05T20:43:44.977Z] setToolWin: 15:43:44 [2023-03-05T20:43:44.977Z] 15:43:44 [2023-03-05T20:43:44.977Z] setToolUnix: 15:43:44 [2023-03-05T20:43:44.977Z] 15:43:44 [2023-03-05T20:43:44.977Z] setToolProperty: 15:43:44 [2023-03-05T20:43:44.977Z] 15:43:44 [2023-03-05T20:43:44.977Z] setS1ASclassPath: 15:43:44 [2023-03-05T20:43:44.977Z] 15:43:44 [2023-03-05T20:43:44.977Z] init-common: 15:43:44 [2023-03-05T20:43:44.977Z] 15:43:44 [2023-03-05T20:43:44.977Z] delete-jdbc-resource-common: 15:43:44 [2023-03-05T20:43:44.977Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/unshareable 15:43:45 [2023-03-05T20:43:45.233Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/unshareable 15:43:45 [2023-03-05T20:43:45.233Z] [exec] JDBC resource jdbc/unshareable deleted successfully 15:43:45 [2023-03-05T20:43:45.233Z] [echo] cmd executed for server 15:43:45 [2023-03-05T20:43:45.233Z] 15:43:45 [2023-03-05T20:43:45.233Z] setOSConditions: 15:43:45 [2023-03-05T20:43:45.233Z] 15:43:45 [2023-03-05T20:43:45.233Z] setToolWin: 15:43:45 [2023-03-05T20:43:45.233Z] 15:43:45 [2023-03-05T20:43:45.233Z] setToolUnix: 15:43:45 [2023-03-05T20:43:45.233Z] 15:43:45 [2023-03-05T20:43:45.233Z] setToolProperty: 15:43:45 [2023-03-05T20:43:45.233Z] 15:43:45 [2023-03-05T20:43:45.233Z] setS1ASclassPath: 15:43:45 [2023-03-05T20:43:45.233Z] 15:43:45 [2023-03-05T20:43:45.233Z] init-common: 15:43:45 [2023-03-05T20:43:45.233Z] 15:43:45 [2023-03-05T20:43:45.233Z] delete-jdbc-connpool-common: 15:43:45 [2023-03-05T20:43:45.233Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc/jdbc-unshareable-pool 15:43:45 [2023-03-05T20:43:45.796Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc/jdbc-unshareable-pool 15:43:45 [2023-03-05T20:43:45.796Z] [exec] JDBC Connection pool jdbc/jdbc-unshareable-pool deleted successfully 15:43:45 [2023-03-05T20:43:45.796Z] [echo] cmd executed for server 15:43:45 [2023-03-05T20:43:45.796Z] 15:43:45 [2023-03-05T20:43:45.796Z] setOSConditions: 15:43:45 [2023-03-05T20:43:45.796Z] 15:43:45 [2023-03-05T20:43:45.796Z] setToolWin: 15:43:45 [2023-03-05T20:43:45.796Z] 15:43:45 [2023-03-05T20:43:45.796Z] setToolUnix: 15:43:45 [2023-03-05T20:43:45.796Z] 15:43:45 [2023-03-05T20:43:45.796Z] setToolProperty: 15:43:45 [2023-03-05T20:43:45.796Z] 15:43:45 [2023-03-05T20:43:45.796Z] setS1ASclassPath: 15:43:45 [2023-03-05T20:43:45.796Z] 15:43:45 [2023-03-05T20:43:45.796Z] init-common: 15:43:45 [2023-03-05T20:43:45.796Z] 15:43:45 [2023-03-05T20:43:45.796Z] delete-jdbc-resource-common: 15:43:45 [2023-03-05T20:43:45.797Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/shareable 15:43:46 [2023-03-05T20:43:46.053Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/shareable 15:43:46 [2023-03-05T20:43:46.053Z] [exec] JDBC resource jdbc/shareable deleted successfully 15:43:46 [2023-03-05T20:43:46.053Z] [echo] cmd executed for server 15:43:46 [2023-03-05T20:43:46.053Z] 15:43:46 [2023-03-05T20:43:46.053Z] setOSConditions: 15:43:46 [2023-03-05T20:43:46.053Z] 15:43:46 [2023-03-05T20:43:46.053Z] setToolWin: 15:43:46 [2023-03-05T20:43:46.053Z] 15:43:46 [2023-03-05T20:43:46.053Z] setToolUnix: 15:43:46 [2023-03-05T20:43:46.053Z] 15:43:46 [2023-03-05T20:43:46.053Z] setToolProperty: 15:43:46 [2023-03-05T20:43:46.053Z] 15:43:46 [2023-03-05T20:43:46.053Z] setS1ASclassPath: 15:43:46 [2023-03-05T20:43:46.053Z] 15:43:46 [2023-03-05T20:43:46.053Z] init-common: 15:43:46 [2023-03-05T20:43:46.053Z] 15:43:46 [2023-03-05T20:43:46.053Z] delete-jdbc-connpool-common: 15:43:46 [2023-03-05T20:43:46.053Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-shareable-pool 15:43:46 [2023-03-05T20:43:46.310Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-shareable-pool 15:43:46 [2023-03-05T20:43:46.310Z] [exec] JDBC Connection pool jdbc-shareable-pool deleted successfully 15:43:46 [2023-03-05T20:43:46.310Z] [echo] cmd executed for server 15:43:46 [2023-03-05T20:43:46.310Z] 15:43:46 [2023-03-05T20:43:46.310Z] setOSConditions: 15:43:46 [2023-03-05T20:43:46.310Z] 15:43:46 [2023-03-05T20:43:46.310Z] setToolWin: 15:43:46 [2023-03-05T20:43:46.310Z] 15:43:46 [2023-03-05T20:43:46.310Z] setToolUnix: 15:43:46 [2023-03-05T20:43:46.310Z] 15:43:46 [2023-03-05T20:43:46.310Z] setToolProperty: 15:43:46 [2023-03-05T20:43:46.310Z] 15:43:46 [2023-03-05T20:43:46.310Z] setS1ASclassPath: 15:43:46 [2023-03-05T20:43:46.310Z] 15:43:46 [2023-03-05T20:43:46.310Z] init-common: 15:43:46 [2023-03-05T20:43:46.310Z] 15:43:46 [2023-03-05T20:43:46.310Z] delete-jdbc-resource-common: 15:43:46 [2023-03-05T20:43:46.310Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/localdatasource 15:43:46 [2023-03-05T20:43:46.567Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/localdatasource 15:43:46 [2023-03-05T20:43:46.567Z] [exec] JDBC resource jdbc/localdatasource deleted successfully 15:43:46 [2023-03-05T20:43:46.567Z] [echo] cmd executed for server 15:43:46 [2023-03-05T20:43:46.567Z] 15:43:46 [2023-03-05T20:43:46.567Z] setOSConditions: 15:43:46 [2023-03-05T20:43:46.567Z] 15:43:46 [2023-03-05T20:43:46.567Z] setToolWin: 15:43:46 [2023-03-05T20:43:46.567Z] 15:43:46 [2023-03-05T20:43:46.567Z] setToolUnix: 15:43:46 [2023-03-05T20:43:46.567Z] 15:43:46 [2023-03-05T20:43:46.567Z] setToolProperty: 15:43:46 [2023-03-05T20:43:46.567Z] 15:43:46 [2023-03-05T20:43:46.567Z] setS1ASclassPath: 15:43:46 [2023-03-05T20:43:46.567Z] 15:43:46 [2023-03-05T20:43:46.567Z] init-common: 15:43:46 [2023-03-05T20:43:46.567Z] 15:43:46 [2023-03-05T20:43:46.567Z] delete-jdbc-connpool-common: 15:43:46 [2023-03-05T20:43:46.567Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-local-pool 15:43:46 [2023-03-05T20:43:46.822Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-local-pool 15:43:46 [2023-03-05T20:43:46.822Z] [exec] JDBC Connection pool jdbc-local-pool deleted successfully 15:43:46 [2023-03-05T20:43:46.823Z] [echo] cmd executed for server 15:43:46 [2023-03-05T20:43:46.823Z] 15:43:46 [2023-03-05T20:43:46.823Z] setOSConditions: 15:43:46 [2023-03-05T20:43:46.823Z] 15:43:46 [2023-03-05T20:43:46.823Z] setToolWin: 15:43:46 [2023-03-05T20:43:46.823Z] 15:43:46 [2023-03-05T20:43:46.823Z] setToolUnix: 15:43:46 [2023-03-05T20:43:46.823Z] 15:43:46 [2023-03-05T20:43:46.823Z] setToolProperty: 15:43:46 [2023-03-05T20:43:46.823Z] 15:43:46 [2023-03-05T20:43:46.823Z] setS1ASclassPath: 15:43:46 [2023-03-05T20:43:46.823Z] 15:43:46 [2023-03-05T20:43:46.823Z] init-common: 15:43:46 [2023-03-05T20:43:46.823Z] 15:43:46 [2023-03-05T20:43:46.823Z] undeploy-common: 15:43:47 [2023-03-05T20:43:47.079Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-markconnectionasbad.xaApp 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] all: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setOSConditions: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setToolWin: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setToolUnix: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setToolProperty: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setS1ASclassPath: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] init-common: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] clean: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setOSConditions: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setToolWin: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setToolUnix: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setToolProperty: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setS1ASclassPath: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] init-common: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] clean-common: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setOSConditions: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setToolWin: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setToolUnix: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setToolProperty: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setS1ASclassPath: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] init-common: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] clean-classes-common: 15:43:47 [2023-03-05T20:43:47.079Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setOSConditions: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setToolWin: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setToolUnix: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setToolProperty: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setS1ASclassPath: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] init-common: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] clean-jars-common: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] compile: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setOSConditions: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setToolWin: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setToolUnix: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setToolProperty: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] setS1ASclassPath: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] init-common: 15:43:47 [2023-03-05T20:43:47.079Z] 15:43:47 [2023-03-05T20:43:47.079Z] compile-common: 15:43:47 [2023-03-05T20:43:47.079Z] [echo] Current time (ISO): 2023-03-05T20:43:47.066+0000 15:43:47 [2023-03-05T20:43:47.079Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:43:47 [2023-03-05T20:43:47.079Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:43:48 [2023-03-05T20:43:48.458Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:43:48 [2023-03-05T20:43:48.458Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/ejb/SimpleBMPBean.java:42: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:43:48 [2023-03-05T20:43:48.458Z] [javac] return new Integer(1); 15:43:48 [2023-03-05T20:43:48.458Z] [javac] ^ 15:43:48 [2023-03-05T20:43:48.458Z] [javac] 2 warnings 15:43:48 [2023-03-05T20:43:48.458Z] 15:43:48 [2023-03-05T20:43:48.458Z] setOSConditions: 15:43:48 [2023-03-05T20:43:48.458Z] 15:43:48 [2023-03-05T20:43:48.458Z] setToolWin: 15:43:48 [2023-03-05T20:43:48.458Z] 15:43:48 [2023-03-05T20:43:48.458Z] setToolUnix: 15:43:48 [2023-03-05T20:43:48.458Z] 15:43:48 [2023-03-05T20:43:48.458Z] setToolProperty: 15:43:48 [2023-03-05T20:43:48.458Z] 15:43:48 [2023-03-05T20:43:48.458Z] setS1ASclassPath: 15:43:48 [2023-03-05T20:43:48.458Z] 15:43:48 [2023-03-05T20:43:48.458Z] init-common: 15:43:48 [2023-03-05T20:43:48.458Z] 15:43:48 [2023-03-05T20:43:48.458Z] compile-common: 15:43:48 [2023-03-05T20:43:48.458Z] [echo] Current time (ISO): 2023-03-05T20:43:48.290+0000 15:43:48 [2023-03-05T20:43:48.458Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:43:49 [2023-03-05T20:43:49.828Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:43:49 [2023-03-05T20:43:49.828Z] [javac] 1 warning 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] build: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setOSConditions: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] fixFiles: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] convUnix: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] convWin: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setToolWin: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setToolUnix: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setToolProperty: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setS1ASclassPath: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] init-common: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] package-persistence-common: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] ejb-jar-common: 15:43:49 [2023-03-05T20:43:49.828Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] package-ejbjar-common: 15:43:49 [2023-03-05T20:43:49.828Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:49 [2023-03-05T20:43:49.828Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:49 [2023-03-05T20:43:49.828Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:49 [2023-03-05T20:43:49.828Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapper-ejb.jar 15:43:49 [2023-03-05T20:43:49.828Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] appclient-jar-common: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] package-appclientjar-common: 15:43:49 [2023-03-05T20:43:49.828Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:49 [2023-03-05T20:43:49.828Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:49 [2023-03-05T20:43:49.828Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:49 [2023-03-05T20:43:49.828Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapper-client.jar 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] webclient-war-common: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] build-ear-common: 15:43:49 [2023-03-05T20:43:49.828Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:43:49 [2023-03-05T20:43:49.828Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperApp.ear 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] deploy: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setOSConditions: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setToolWin: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setToolUnix: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setToolProperty: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setS1ASclassPath: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] init-common: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] execute-sql-common: 15:43:49 [2023-03-05T20:43:49.828Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/sql/create_pointbase.sql 15:43:49 [2023-03-05T20:43:49.828Z] [sql] Failed to execute: Drop table customer_stmt_wrapper 15:43:49 [2023-03-05T20:43:49.828Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER' because it does not exist. 15:43:49 [2023-03-05T20:43:49.828Z] [sql] 0 rows affected 15:43:49 [2023-03-05T20:43:49.828Z] [sql] 1 rows affected 15:43:49 [2023-03-05T20:43:49.828Z] [sql] 1 rows affected 15:43:49 [2023-03-05T20:43:49.828Z] [sql] 3 of 4 SQL statements executed successfully 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setOSConditions: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setToolWin: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setToolUnix: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setToolProperty: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setS1ASclassPath: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] init-common: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] deploy-jdbc-common: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setOSConditions: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setToolWin: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setToolUnix: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setToolProperty: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] setS1ASclassPath: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] init-common: 15:43:49 [2023-03-05T20:43:49.828Z] 15:43:49 [2023-03-05T20:43:49.828Z] create-jdbc-connpool-common: 15:43:50 [2023-03-05T20:43:50.084Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 15:43:50 [2023-03-05T20:43:50.085Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 15:43:50 [2023-03-05T20:43:50.085Z] 15:43:50 [2023-03-05T20:43:50.085Z] set-derby-connpool-props: 15:43:50 [2023-03-05T20:43:50.341Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:43:50 [2023-03-05T20:43:50.341Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:43:50 [2023-03-05T20:43:50.597Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:43:50 [2023-03-05T20:43:50.597Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:43:50 [2023-03-05T20:43:50.875Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:43:50 [2023-03-05T20:43:50.875Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:43:51 [2023-03-05T20:43:51.131Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:43:51 [2023-03-05T20:43:51.131Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:43:51 [2023-03-05T20:43:51.721Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:43:51 [2023-03-05T20:43:51.721Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:43:51 [2023-03-05T20:43:51.977Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:43:51 [2023-03-05T20:43:51.977Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:43:52 [2023-03-05T20:43:52.233Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:43:52 [2023-03-05T20:43:52.233Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:43:52 [2023-03-05T20:43:52.489Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:43:52 [2023-03-05T20:43:52.489Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:43:52 [2023-03-05T20:43:52.489Z] 15:43:52 [2023-03-05T20:43:52.489Z] setOSConditions: 15:43:52 [2023-03-05T20:43:52.489Z] 15:43:52 [2023-03-05T20:43:52.489Z] setToolWin: 15:43:52 [2023-03-05T20:43:52.489Z] 15:43:52 [2023-03-05T20:43:52.489Z] setToolUnix: 15:43:52 [2023-03-05T20:43:52.489Z] 15:43:52 [2023-03-05T20:43:52.489Z] setToolProperty: 15:43:52 [2023-03-05T20:43:52.489Z] 15:43:52 [2023-03-05T20:43:52.489Z] setS1ASclassPath: 15:43:52 [2023-03-05T20:43:52.489Z] 15:43:52 [2023-03-05T20:43:52.489Z] init-common: 15:43:52 [2023-03-05T20:43:52.489Z] 15:43:52 [2023-03-05T20:43:52.489Z] create-jdbc-resource-common: 15:43:52 [2023-03-05T20:43:52.489Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 15:43:52 [2023-03-05T20:43:52.745Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 15:43:52 [2023-03-05T20:43:52.745Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 15:43:52 [2023-03-05T20:43:52.745Z] [echo] cmd executed for server 15:43:52 [2023-03-05T20:43:52.745Z] 15:43:52 [2023-03-05T20:43:52.745Z] setOSConditions: 15:43:52 [2023-03-05T20:43:52.745Z] 15:43:52 [2023-03-05T20:43:52.745Z] setToolWin: 15:43:52 [2023-03-05T20:43:52.745Z] 15:43:52 [2023-03-05T20:43:52.745Z] setToolUnix: 15:43:52 [2023-03-05T20:43:52.745Z] 15:43:52 [2023-03-05T20:43:52.745Z] setToolProperty: 15:43:52 [2023-03-05T20:43:52.745Z] 15:43:52 [2023-03-05T20:43:52.745Z] setS1ASclassPath: 15:43:52 [2023-03-05T20:43:52.745Z] 15:43:52 [2023-03-05T20:43:52.745Z] init-common: 15:43:52 [2023-03-05T20:43:52.745Z] 15:43:52 [2023-03-05T20:43:52.745Z] deploy-common: 15:43:52 [2023-03-05T20:43:52.745Z] [echo] Current time (ISO): 2023-03-05T20:43:52.680+0000 15:43:52 [2023-03-05T20:43:52.745Z] 15:43:52 [2023-03-05T20:43:52.745Z] setOSConditions: 15:43:52 [2023-03-05T20:43:52.745Z] 15:43:52 [2023-03-05T20:43:52.745Z] setToolWin: 15:43:52 [2023-03-05T20:43:52.745Z] 15:43:52 [2023-03-05T20:43:52.745Z] setToolUnix: 15:43:52 [2023-03-05T20:43:52.745Z] 15:43:52 [2023-03-05T20:43:52.745Z] setToolProperty: 15:43:52 [2023-03-05T20:43:52.745Z] 15:43:52 [2023-03-05T20:43:52.745Z] setS1ASclassPath: 15:43:52 [2023-03-05T20:43:52.745Z] 15:43:52 [2023-03-05T20:43:52.745Z] init-common: 15:43:52 [2023-03-05T20:43:52.745Z] 15:43:52 [2023-03-05T20:43:52.745Z] deploy-common-pe: 15:43:53 [2023-03-05T20:43:53.320Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperApp.ear 15:43:53 [2023-03-05T20:43:53.320Z] [exec] Application deployed with name ejb-bmp-statementwrapperApp. 15:43:53 [2023-03-05T20:43:53.320Z] [echo] Deployment on target server server successful 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] setOSConditions: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] setToolWin: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] setToolUnix: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] setToolProperty: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] setS1ASclassPath: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] init-common: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] deploy-common-ee: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] run: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] setOSConditions: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] setToolWin: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] setToolUnix: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] setToolProperty: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] setS1ASclassPath: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] init-common: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] execute-sql-common: 15:43:53 [2023-03-05T20:43:53.320Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/sql/create_pointbase.sql 15:43:53 [2023-03-05T20:43:53.320Z] [sql] 0 rows affected 15:43:53 [2023-03-05T20:43:53.320Z] [sql] 0 rows affected 15:43:53 [2023-03-05T20:43:53.320Z] [sql] 1 rows affected 15:43:53 [2023-03-05T20:43:53.320Z] [sql] 1 rows affected 15:43:53 [2023-03-05T20:43:53.320Z] [sql] 4 of 4 SQL statements executed successfully 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] setOSConditions: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] setToolWin: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] setToolUnix: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] setToolProperty: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] setS1ASclassPath: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] init-common: 15:43:53 [2023-03-05T20:43:53.320Z] 15:43:53 [2023-03-05T20:43:53.320Z] runclient-common: 15:43:53 [2023-03-05T20:43:53.320Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperAppClient.jar -name ejb-bmp-statementwrapperClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 15:43:53 [2023-03-05T20:43:53.882Z] [exec] Mar 05, 2023 8:43:53 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:43:53 [2023-03-05T20:43:53.882Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:43:56 [2023-03-05T20:43:56.409Z] [exec] Mar 05, 2023 8:43:56 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:43:56 [2023-03-05T20:43:56.409Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5fef0c19 15:43:56 [2023-03-05T20:43:56.409Z] [exec] Value of key is: statementTest : 15:43:56 [2023-03-05T20:43:56.409Z] [exec] Value of key is: preparedStatementTest : 15:43:56 [2023-03-05T20:43:56.409Z] [exec] Value of key is: callableStatementTest : 15:43:56 [2023-03-05T20:43:56.409Z] [exec] Value of key is: metaDataTest : 15:43:56 [2023-03-05T20:43:56.409Z] [exec] Value of key is: resultSetTest : 15:43:56 [2023-03-05T20:43:56.409Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:43:56 [2023-03-05T20:43:56.409Z] [exec] 15:43:56 [2023-03-05T20:43:56.409Z] [exec] 15:43:56 [2023-03-05T20:43:56.409Z] [exec] ----------------------------------------- 15:43:56 [2023-03-05T20:43:56.409Z] [exec] - callableStatementTest : : PASS - 15:43:56 [2023-03-05T20:43:56.409Z] [exec] - statementTest : : PASS - 15:43:56 [2023-03-05T20:43:56.409Z] [exec] - metaDataTest : : PASS - 15:43:56 [2023-03-05T20:43:56.409Z] [exec] - preparedStatementTest : : PASS - 15:43:56 [2023-03-05T20:43:56.409Z] [exec] - resultSetTest : : PASS - 15:43:56 [2023-03-05T20:43:56.409Z] [exec] ----------------------------------------- 15:43:56 [2023-03-05T20:43:56.409Z] [exec] Total PASS: 5 15:43:56 [2023-03-05T20:43:56.409Z] [exec] Total FAIL: 0 15:43:56 [2023-03-05T20:43:56.409Z] [exec] Total DID NOT RUN: 0 15:43:56 [2023-03-05T20:43:56.409Z] [exec] ----------------------------------------- 15:43:56 [2023-03-05T20:43:56.409Z] [exec] in flushAll , creating new testSuiteHash 15:43:56 [2023-03-05T20:43:56.409Z] [exec] in flushAll , creating new testSuiteHash 15:43:56 [2023-03-05T20:43:56.971Z] 15:43:56 [2023-03-05T20:43:56.972Z] checkReporting-common: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] confirmReportPresent-common: 15:43:56 [2023-03-05T20:43:56.972Z] [echo] file RepRunConf.txt is present. 15:43:56 [2023-03-05T20:43:56.972Z] [echo] Test seems to be reported fine 15:43:56 [2023-03-05T20:43:56.972Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/RepRunConf.txt 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] confirmMissingReport-common: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] undeploy: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] setOSConditions: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] setToolWin: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] setToolUnix: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] setToolProperty: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] setS1ASclassPath: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] init-common: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] execute-sql-common: 15:43:56 [2023-03-05T20:43:56.972Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/sql/drop_pointbase.sql 15:43:56 [2023-03-05T20:43:56.972Z] [sql] 0 rows affected 15:43:56 [2023-03-05T20:43:56.972Z] [sql] 1 of 1 SQL statements executed successfully 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] setOSConditions: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] setToolWin: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] setToolUnix: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] setToolProperty: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] setS1ASclassPath: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] init-common: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] undeploy-jdbc-common: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] setOSConditions: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] setToolWin: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] setToolUnix: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] setToolProperty: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] setS1ASclassPath: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] init-common: 15:43:56 [2023-03-05T20:43:56.972Z] 15:43:56 [2023-03-05T20:43:56.972Z] delete-jdbc-resource-common: 15:43:56 [2023-03-05T20:43:56.972Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 15:43:57 [2023-03-05T20:43:57.228Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 15:43:57 [2023-03-05T20:43:57.228Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 15:43:57 [2023-03-05T20:43:57.228Z] [echo] cmd executed for server 15:43:57 [2023-03-05T20:43:57.228Z] 15:43:57 [2023-03-05T20:43:57.228Z] setOSConditions: 15:43:57 [2023-03-05T20:43:57.228Z] 15:43:57 [2023-03-05T20:43:57.228Z] setToolWin: 15:43:57 [2023-03-05T20:43:57.228Z] 15:43:57 [2023-03-05T20:43:57.228Z] setToolUnix: 15:43:57 [2023-03-05T20:43:57.228Z] 15:43:57 [2023-03-05T20:43:57.228Z] setToolProperty: 15:43:57 [2023-03-05T20:43:57.228Z] 15:43:57 [2023-03-05T20:43:57.228Z] setS1ASclassPath: 15:43:57 [2023-03-05T20:43:57.228Z] 15:43:57 [2023-03-05T20:43:57.228Z] init-common: 15:43:57 [2023-03-05T20:43:57.228Z] 15:43:57 [2023-03-05T20:43:57.228Z] delete-jdbc-connpool-common: 15:43:57 [2023-03-05T20:43:57.228Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 15:43:57 [2023-03-05T20:43:57.519Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 15:43:57 [2023-03-05T20:43:57.519Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 15:43:57 [2023-03-05T20:43:57.519Z] [echo] cmd executed for server 15:43:57 [2023-03-05T20:43:57.519Z] 15:43:57 [2023-03-05T20:43:57.519Z] setOSConditions: 15:43:57 [2023-03-05T20:43:57.519Z] 15:43:57 [2023-03-05T20:43:57.519Z] setToolWin: 15:43:57 [2023-03-05T20:43:57.519Z] 15:43:57 [2023-03-05T20:43:57.519Z] setToolUnix: 15:43:57 [2023-03-05T20:43:57.519Z] 15:43:57 [2023-03-05T20:43:57.519Z] setToolProperty: 15:43:57 [2023-03-05T20:43:57.519Z] 15:43:57 [2023-03-05T20:43:57.519Z] setS1ASclassPath: 15:43:57 [2023-03-05T20:43:57.519Z] 15:43:57 [2023-03-05T20:43:57.519Z] init-common: 15:43:57 [2023-03-05T20:43:57.519Z] 15:43:57 [2023-03-05T20:43:57.519Z] undeploy-common: 15:43:57 [2023-03-05T20:43:57.775Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-statementwrapperApp 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] all: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setOSConditions: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setToolWin: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setToolUnix: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setToolProperty: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setS1ASclassPath: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] init-common: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] clean: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setOSConditions: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setToolWin: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setToolUnix: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setToolProperty: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setS1ASclassPath: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] init-common: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] clean-common: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setOSConditions: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setToolWin: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setToolUnix: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setToolProperty: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setS1ASclassPath: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] init-common: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] clean-classes-common: 15:43:57 [2023-03-05T20:43:57.775Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setOSConditions: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setToolWin: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setToolUnix: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setToolProperty: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setS1ASclassPath: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] init-common: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] clean-jars-common: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] compile: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setOSConditions: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setToolWin: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setToolUnix: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setToolProperty: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] setS1ASclassPath: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] init-common: 15:43:57 [2023-03-05T20:43:57.775Z] 15:43:57 [2023-03-05T20:43:57.775Z] compile-common: 15:43:57 [2023-03-05T20:43:57.775Z] [echo] Current time (ISO): 2023-03-05T20:43:57.659+0000 15:43:57 [2023-03-05T20:43:57.775Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:43:57 [2023-03-05T20:43:57.775Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:43:59 [2023-03-05T20:43:59.159Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:43:59 [2023-03-05T20:43:59.159Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/ejb/SimpleBMPBean.java:40: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:43:59 [2023-03-05T20:43:59.159Z] [javac] return new Integer(1); 15:43:59 [2023-03-05T20:43:59.159Z] [javac] ^ 15:43:59 [2023-03-05T20:43:59.159Z] [javac] 2 warnings 15:43:59 [2023-03-05T20:43:59.159Z] 15:43:59 [2023-03-05T20:43:59.159Z] setOSConditions: 15:43:59 [2023-03-05T20:43:59.159Z] 15:43:59 [2023-03-05T20:43:59.159Z] setToolWin: 15:43:59 [2023-03-05T20:43:59.159Z] 15:43:59 [2023-03-05T20:43:59.159Z] setToolUnix: 15:43:59 [2023-03-05T20:43:59.159Z] 15:43:59 [2023-03-05T20:43:59.159Z] setToolProperty: 15:43:59 [2023-03-05T20:43:59.159Z] 15:43:59 [2023-03-05T20:43:59.159Z] setS1ASclassPath: 15:43:59 [2023-03-05T20:43:59.159Z] 15:43:59 [2023-03-05T20:43:59.159Z] init-common: 15:43:59 [2023-03-05T20:43:59.159Z] 15:43:59 [2023-03-05T20:43:59.159Z] compile-common: 15:43:59 [2023-03-05T20:43:59.159Z] [echo] Current time (ISO): 2023-03-05T20:43:58.877+0000 15:43:59 [2023-03-05T20:43:59.159Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:44:00 [2023-03-05T20:44:00.117Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:44:00 [2023-03-05T20:44:00.373Z] [javac] 1 warning 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] build: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setOSConditions: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] fixFiles: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] convUnix: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] convWin: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setToolWin: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setToolUnix: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setToolProperty: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setS1ASclassPath: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] init-common: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] package-persistence-common: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] ejb-jar-common: 15:44:00 [2023-03-05T20:44:00.373Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] package-ejbjar-common: 15:44:00 [2023-03-05T20:44:00.373Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:00 [2023-03-05T20:44:00.373Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:00 [2023-03-05T20:44:00.373Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:00 [2023-03-05T20:44:00.373Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusage-ejb.jar 15:44:00 [2023-03-05T20:44:00.373Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] appclient-jar-common: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] package-appclientjar-common: 15:44:00 [2023-03-05T20:44:00.373Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:00 [2023-03-05T20:44:00.373Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:00 [2023-03-05T20:44:00.373Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:00 [2023-03-05T20:44:00.373Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusage-client.jar 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] webclient-war-common: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] build-ear-common: 15:44:00 [2023-03-05T20:44:00.373Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:00 [2023-03-05T20:44:00.373Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusageApp.ear 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] deploy: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setOSConditions: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setToolWin: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setToolUnix: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setToolProperty: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setS1ASclassPath: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] init-common: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] execute-sql-common: 15:44:00 [2023-03-05T20:44:00.373Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/sql/create_pointbase.sql 15:44:00 [2023-03-05T20:44:00.373Z] [sql] Failed to execute: Drop table max_connection_usage 15:44:00 [2023-03-05T20:44:00.373Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAX_CONNECTION_USAGE' because it does not exist. 15:44:00 [2023-03-05T20:44:00.373Z] [sql] 0 rows affected 15:44:00 [2023-03-05T20:44:00.373Z] [sql] 1 of 2 SQL statements executed successfully 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setOSConditions: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setToolWin: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setToolUnix: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setToolProperty: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setS1ASclassPath: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] init-common: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setup: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setOSConditions: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setToolWin: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setToolUnix: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setToolProperty: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setS1ASclassPath: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] init-common: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] deploy-jdbc-common: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setOSConditions: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setToolWin: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setToolUnix: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setToolProperty: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] setS1ASclassPath: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] init-common: 15:44:00 [2023-03-05T20:44:00.373Z] 15:44:00 [2023-03-05T20:44:00.373Z] create-jdbc-connpool-common: 15:44:00 [2023-03-05T20:44:00.630Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-maxconnectionusage-pool 15:44:00 [2023-03-05T20:44:00.630Z] [exec] JDBC connection pool jdbc-maxconnectionusage-pool created successfully. 15:44:00 [2023-03-05T20:44:00.630Z] 15:44:00 [2023-03-05T20:44:00.630Z] set-derby-connpool-props: 15:44:00 [2023-03-05T20:44:00.886Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.User=dbuser 15:44:00 [2023-03-05T20:44:00.886Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.User=dbuser 15:44:01 [2023-03-05T20:44:01.144Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.Password=dbpassword 15:44:01 [2023-03-05T20:44:01.144Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.Password=dbpassword 15:44:01 [2023-03-05T20:44:01.721Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.driverType=4 15:44:01 [2023-03-05T20:44:01.721Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.driverType=4 15:44:01 [2023-03-05T20:44:01.977Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.portNumber=1527 15:44:01 [2023-03-05T20:44:01.977Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.portNumber=1527 15:44:02 [2023-03-05T20:44:02.232Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.dataBaseName=testdb 15:44:02 [2023-03-05T20:44:02.232Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.dataBaseName=testdb 15:44:02 [2023-03-05T20:44:02.489Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:44:02 [2023-03-05T20:44:02.489Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:44:02 [2023-03-05T20:44:02.745Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.create=true 15:44:02 [2023-03-05T20:44:02.745Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.create=true 15:44:03 [2023-03-05T20:44:03.001Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.serverName=localhost 15:44:03 [2023-03-05T20:44:03.257Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.serverName=localhost 15:44:03 [2023-03-05T20:44:03.257Z] 15:44:03 [2023-03-05T20:44:03.257Z] setOSConditions: 15:44:03 [2023-03-05T20:44:03.257Z] 15:44:03 [2023-03-05T20:44:03.257Z] setToolWin: 15:44:03 [2023-03-05T20:44:03.257Z] 15:44:03 [2023-03-05T20:44:03.257Z] setToolUnix: 15:44:03 [2023-03-05T20:44:03.257Z] 15:44:03 [2023-03-05T20:44:03.257Z] setToolProperty: 15:44:03 [2023-03-05T20:44:03.257Z] 15:44:03 [2023-03-05T20:44:03.257Z] setS1ASclassPath: 15:44:03 [2023-03-05T20:44:03.257Z] 15:44:03 [2023-03-05T20:44:03.257Z] init-common: 15:44:03 [2023-03-05T20:44:03.257Z] 15:44:03 [2023-03-05T20:44:03.257Z] create-jdbc-resource-common: 15:44:03 [2023-03-05T20:44:03.257Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-maxconnectionusage-pool --target server jdbc/maxconnectionusage 15:44:03 [2023-03-05T20:44:03.521Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-maxconnectionusage-pool --enabled=true --target server jdbc/maxconnectionusage 15:44:03 [2023-03-05T20:44:03.521Z] [exec] JDBC resource jdbc/maxconnectionusage created successfully. 15:44:03 [2023-03-05T20:44:03.521Z] [echo] cmd executed for server 15:44:03 [2023-03-05T20:44:03.521Z] 15:44:03 [2023-03-05T20:44:03.521Z] asadmin-common: 15:44:03 [2023-03-05T20:44:03.521Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.steady_pool_size=1 15:44:03 [2023-03-05T20:44:03.777Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.steady_pool_size=1 15:44:03 [2023-03-05T20:44:03.777Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.steady-pool-size=1 15:44:03 [2023-03-05T20:44:03.777Z] 15:44:03 [2023-03-05T20:44:03.777Z] asadmin-common: 15:44:03 [2023-03-05T20:44:03.777Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.max_pool_size=1 15:44:04 [2023-03-05T20:44:04.032Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.max_pool_size=1 15:44:04 [2023-03-05T20:44:04.032Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.max-pool-size=1 15:44:04 [2023-03-05T20:44:04.032Z] 15:44:04 [2023-03-05T20:44:04.032Z] asadmin-common: 15:44:04 [2023-03-05T20:44:04.032Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.max_connection_usage_count=10 15:44:04 [2023-03-05T20:44:04.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.max_connection_usage_count=10 15:44:04 [2023-03-05T20:44:04.289Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.max-connection-usage-count=10 15:44:04 [2023-03-05T20:44:04.289Z] 15:44:04 [2023-03-05T20:44:04.289Z] setOSConditions: 15:44:04 [2023-03-05T20:44:04.290Z] 15:44:04 [2023-03-05T20:44:04.290Z] setToolWin: 15:44:04 [2023-03-05T20:44:04.290Z] 15:44:04 [2023-03-05T20:44:04.290Z] setToolUnix: 15:44:04 [2023-03-05T20:44:04.290Z] 15:44:04 [2023-03-05T20:44:04.290Z] setToolProperty: 15:44:04 [2023-03-05T20:44:04.290Z] 15:44:04 [2023-03-05T20:44:04.290Z] setS1ASclassPath: 15:44:04 [2023-03-05T20:44:04.290Z] 15:44:04 [2023-03-05T20:44:04.290Z] init-common: 15:44:04 [2023-03-05T20:44:04.290Z] 15:44:04 [2023-03-05T20:44:04.290Z] deploy-jdbc-common: 15:44:04 [2023-03-05T20:44:04.290Z] 15:44:04 [2023-03-05T20:44:04.290Z] setOSConditions: 15:44:04 [2023-03-05T20:44:04.290Z] 15:44:04 [2023-03-05T20:44:04.290Z] setToolWin: 15:44:04 [2023-03-05T20:44:04.290Z] 15:44:04 [2023-03-05T20:44:04.290Z] setToolUnix: 15:44:04 [2023-03-05T20:44:04.290Z] 15:44:04 [2023-03-05T20:44:04.290Z] setToolProperty: 15:44:04 [2023-03-05T20:44:04.290Z] 15:44:04 [2023-03-05T20:44:04.290Z] setS1ASclassPath: 15:44:04 [2023-03-05T20:44:04.290Z] 15:44:04 [2023-03-05T20:44:04.290Z] init-common: 15:44:04 [2023-03-05T20:44:04.290Z] 15:44:04 [2023-03-05T20:44:04.290Z] create-jdbc-connpool-common: 15:44:04 [2023-03-05T20:44:04.852Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-maxconnectionusageXA-pool 15:44:04 [2023-03-05T20:44:04.852Z] [exec] JDBC connection pool jdbc-maxconnectionusageXA-pool created successfully. 15:44:04 [2023-03-05T20:44:04.852Z] 15:44:04 [2023-03-05T20:44:04.852Z] set-derby-connpool-props: 15:44:05 [2023-03-05T20:44:05.121Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.User=dbuser 15:44:05 [2023-03-05T20:44:05.121Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.User=dbuser 15:44:05 [2023-03-05T20:44:05.377Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.Password=dbpassword 15:44:05 [2023-03-05T20:44:05.377Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.Password=dbpassword 15:44:05 [2023-03-05T20:44:05.634Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.driverType=4 15:44:05 [2023-03-05T20:44:05.634Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.driverType=4 15:44:05 [2023-03-05T20:44:05.890Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.portNumber=1527 15:44:05 [2023-03-05T20:44:05.890Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.portNumber=1527 15:44:06 [2023-03-05T20:44:06.146Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.dataBaseName=testdb 15:44:06 [2023-03-05T20:44:06.146Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.dataBaseName=testdb 15:44:06 [2023-03-05T20:44:06.722Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:44:06 [2023-03-05T20:44:06.722Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:44:06 [2023-03-05T20:44:06.979Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.create=true 15:44:06 [2023-03-05T20:44:06.979Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.create=true 15:44:07 [2023-03-05T20:44:07.235Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.serverName=localhost 15:44:07 [2023-03-05T20:44:07.235Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.serverName=localhost 15:44:07 [2023-03-05T20:44:07.235Z] 15:44:07 [2023-03-05T20:44:07.235Z] setOSConditions: 15:44:07 [2023-03-05T20:44:07.235Z] 15:44:07 [2023-03-05T20:44:07.235Z] setToolWin: 15:44:07 [2023-03-05T20:44:07.235Z] 15:44:07 [2023-03-05T20:44:07.235Z] setToolUnix: 15:44:07 [2023-03-05T20:44:07.235Z] 15:44:07 [2023-03-05T20:44:07.235Z] setToolProperty: 15:44:07 [2023-03-05T20:44:07.235Z] 15:44:07 [2023-03-05T20:44:07.235Z] setS1ASclassPath: 15:44:07 [2023-03-05T20:44:07.235Z] 15:44:07 [2023-03-05T20:44:07.235Z] init-common: 15:44:07 [2023-03-05T20:44:07.235Z] 15:44:07 [2023-03-05T20:44:07.235Z] create-jdbc-resource-common: 15:44:07 [2023-03-05T20:44:07.235Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-maxconnectionusageXA-pool --target server jdbc/maxconnectionusageXA 15:44:07 [2023-03-05T20:44:07.491Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-maxconnectionusageXA-pool --enabled=true --target server jdbc/maxconnectionusageXA 15:44:07 [2023-03-05T20:44:07.491Z] [exec] JDBC resource jdbc/maxconnectionusageXA created successfully. 15:44:07 [2023-03-05T20:44:07.491Z] [echo] cmd executed for server 15:44:07 [2023-03-05T20:44:07.491Z] 15:44:07 [2023-03-05T20:44:07.491Z] asadmin-common: 15:44:07 [2023-03-05T20:44:07.491Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.steady_pool_size=1 15:44:07 [2023-03-05T20:44:07.747Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.steady_pool_size=1 15:44:08 [2023-03-05T20:44:08.020Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.steady-pool-size=1 15:44:08 [2023-03-05T20:44:08.020Z] 15:44:08 [2023-03-05T20:44:08.020Z] asadmin-common: 15:44:08 [2023-03-05T20:44:08.020Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.max_pool_size=1 15:44:08 [2023-03-05T20:44:08.277Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.max_pool_size=1 15:44:08 [2023-03-05T20:44:08.277Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.max-pool-size=1 15:44:08 [2023-03-05T20:44:08.277Z] 15:44:08 [2023-03-05T20:44:08.277Z] asadmin-common: 15:44:08 [2023-03-05T20:44:08.277Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.max_connection_usage_count=10 15:44:08 [2023-03-05T20:44:08.533Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.max_connection_usage_count=10 15:44:08 [2023-03-05T20:44:08.533Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.max-connection-usage-count=10 15:44:08 [2023-03-05T20:44:08.533Z] 15:44:08 [2023-03-05T20:44:08.533Z] setOSConditions: 15:44:08 [2023-03-05T20:44:08.533Z] 15:44:08 [2023-03-05T20:44:08.533Z] setToolWin: 15:44:08 [2023-03-05T20:44:08.533Z] 15:44:08 [2023-03-05T20:44:08.533Z] setToolUnix: 15:44:08 [2023-03-05T20:44:08.533Z] 15:44:08 [2023-03-05T20:44:08.533Z] setToolProperty: 15:44:08 [2023-03-05T20:44:08.533Z] 15:44:08 [2023-03-05T20:44:08.533Z] setS1ASclassPath: 15:44:08 [2023-03-05T20:44:08.533Z] 15:44:08 [2023-03-05T20:44:08.533Z] init-common: 15:44:08 [2023-03-05T20:44:08.533Z] 15:44:08 [2023-03-05T20:44:08.533Z] deploy-common: 15:44:08 [2023-03-05T20:44:08.533Z] [echo] Current time (ISO): 2023-03-05T20:44:08.376+0000 15:44:08 [2023-03-05T20:44:08.533Z] 15:44:08 [2023-03-05T20:44:08.533Z] setOSConditions: 15:44:08 [2023-03-05T20:44:08.533Z] 15:44:08 [2023-03-05T20:44:08.533Z] setToolWin: 15:44:08 [2023-03-05T20:44:08.533Z] 15:44:08 [2023-03-05T20:44:08.533Z] setToolUnix: 15:44:08 [2023-03-05T20:44:08.533Z] 15:44:08 [2023-03-05T20:44:08.533Z] setToolProperty: 15:44:08 [2023-03-05T20:44:08.533Z] 15:44:08 [2023-03-05T20:44:08.533Z] setS1ASclassPath: 15:44:08 [2023-03-05T20:44:08.533Z] 15:44:08 [2023-03-05T20:44:08.533Z] init-common: 15:44:08 [2023-03-05T20:44:08.533Z] 15:44:08 [2023-03-05T20:44:08.534Z] deploy-common-pe: 15:44:08 [2023-03-05T20:44:08.817Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusageApp.ear 15:44:09 [2023-03-05T20:44:09.073Z] [exec] Application deployed with name jdbc-maxconnectionusageApp. 15:44:09 [2023-03-05T20:44:09.073Z] [echo] Deployment on target server server successful 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] setOSConditions: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] setToolWin: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] setToolUnix: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] setToolProperty: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] setS1ASclassPath: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] init-common: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] deploy-common-ee: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] run: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] setOSConditions: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] setToolWin: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] setToolUnix: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] setToolProperty: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] setS1ASclassPath: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] init-common: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] execute-sql-common: 15:44:09 [2023-03-05T20:44:09.074Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/sql/create_pointbase.sql 15:44:09 [2023-03-05T20:44:09.074Z] [sql] 0 rows affected 15:44:09 [2023-03-05T20:44:09.074Z] [sql] 0 rows affected 15:44:09 [2023-03-05T20:44:09.074Z] [sql] 2 of 2 SQL statements executed successfully 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] setOSConditions: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] setToolWin: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] setToolUnix: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] setToolProperty: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] setS1ASclassPath: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] init-common: 15:44:09 [2023-03-05T20:44:09.074Z] 15:44:09 [2023-03-05T20:44:09.074Z] runclient-common: 15:44:09 [2023-03-05T20:44:09.074Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusageAppClient.jar -name jdbc-maxconnectionusageClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 15:44:09 [2023-03-05T20:44:09.637Z] [exec] Mar 05, 2023 8:44:09 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:44:09 [2023-03-05T20:44:09.637Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:44:12 [2023-03-05T20:44:12.178Z] [exec] Mar 05, 2023 8:44:11 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:44:12 [2023-03-05T20:44:12.178Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7e61e25c 15:44:12 [2023-03-05T20:44:12.178Z] [exec] Value of key is: Max Connection Usage - (local-TxNotSupported): 15:44:12 [2023-03-05T20:44:12.178Z] [exec] Value of key is: Max Connection Usage - (local-Tx-Sharing) : 15:44:12 [2023-03-05T20:44:12.178Z] [exec] Value of key is: Max Connection Usage - (XA-TxNotSupported) : 15:44:12 [2023-03-05T20:44:12.178Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:44:12 [2023-03-05T20:44:12.178Z] [exec] 15:44:12 [2023-03-05T20:44:12.178Z] [exec] 15:44:12 [2023-03-05T20:44:12.178Z] [exec] ----------------------------------------- 15:44:12 [2023-03-05T20:44:12.178Z] [exec] - Max Connection Usage - (local-TxNotSupported): : PASS - 15:44:12 [2023-03-05T20:44:12.178Z] [exec] - Max Connection Usage - (local-Tx-Sharing) : : PASS - 15:44:12 [2023-03-05T20:44:12.178Z] [exec] - Max Connection Usage - (XA-TxNotSupported) : : PASS - 15:44:12 [2023-03-05T20:44:12.178Z] [exec] ----------------------------------------- 15:44:12 [2023-03-05T20:44:12.178Z] [exec] Total PASS: 3 15:44:12 [2023-03-05T20:44:12.178Z] [exec] Total FAIL: 0 15:44:12 [2023-03-05T20:44:12.178Z] [exec] Total DID NOT RUN: 0 15:44:12 [2023-03-05T20:44:12.178Z] [exec] ----------------------------------------- 15:44:12 [2023-03-05T20:44:12.178Z] [exec] in flushAll , creating new testSuiteHash 15:44:12 [2023-03-05T20:44:12.178Z] [exec] in flushAll , creating new testSuiteHash 15:44:12 [2023-03-05T20:44:12.434Z] 15:44:12 [2023-03-05T20:44:12.434Z] checkReporting-common: 15:44:12 [2023-03-05T20:44:12.434Z] 15:44:12 [2023-03-05T20:44:12.435Z] confirmReportPresent-common: 15:44:12 [2023-03-05T20:44:12.435Z] [echo] file RepRunConf.txt is present. 15:44:12 [2023-03-05T20:44:12.435Z] [echo] Test seems to be reported fine 15:44:12 [2023-03-05T20:44:12.435Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/RepRunConf.txt 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] confirmMissingReport-common: 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] undeploy: 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] setOSConditions: 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] setToolWin: 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] setToolUnix: 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] setToolProperty: 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] setS1ASclassPath: 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] init-common: 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] execute-sql-common: 15:44:12 [2023-03-05T20:44:12.435Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/sql/drop_pointbase.sql 15:44:12 [2023-03-05T20:44:12.435Z] [sql] 0 rows affected 15:44:12 [2023-03-05T20:44:12.435Z] [sql] 1 of 1 SQL statements executed successfully 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] unsetup: 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] setOSConditions: 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] setToolWin: 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] setToolUnix: 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] setToolProperty: 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] setS1ASclassPath: 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] init-common: 15:44:12 [2023-03-05T20:44:12.435Z] 15:44:12 [2023-03-05T20:44:12.435Z] delete-jdbc-resource-common: 15:44:12 [2023-03-05T20:44:12.435Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/maxconnectionusage 15:44:12 [2023-03-05T20:44:12.691Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/maxconnectionusage 15:44:12 [2023-03-05T20:44:12.691Z] [exec] JDBC resource jdbc/maxconnectionusage deleted successfully 15:44:12 [2023-03-05T20:44:12.691Z] [echo] cmd executed for server 15:44:12 [2023-03-05T20:44:12.691Z] 15:44:12 [2023-03-05T20:44:12.691Z] setOSConditions: 15:44:12 [2023-03-05T20:44:12.691Z] 15:44:12 [2023-03-05T20:44:12.691Z] setToolWin: 15:44:12 [2023-03-05T20:44:12.691Z] 15:44:12 [2023-03-05T20:44:12.691Z] setToolUnix: 15:44:12 [2023-03-05T20:44:12.691Z] 15:44:12 [2023-03-05T20:44:12.691Z] setToolProperty: 15:44:12 [2023-03-05T20:44:12.691Z] 15:44:12 [2023-03-05T20:44:12.691Z] setS1ASclassPath: 15:44:12 [2023-03-05T20:44:12.691Z] 15:44:12 [2023-03-05T20:44:12.691Z] init-common: 15:44:12 [2023-03-05T20:44:12.691Z] 15:44:12 [2023-03-05T20:44:12.691Z] delete-jdbc-connpool-common: 15:44:12 [2023-03-05T20:44:12.691Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-maxconnectionusage-pool 15:44:13 [2023-03-05T20:44:13.254Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-maxconnectionusage-pool 15:44:13 [2023-03-05T20:44:13.254Z] [exec] JDBC Connection pool jdbc-maxconnectionusage-pool deleted successfully 15:44:13 [2023-03-05T20:44:13.254Z] [echo] cmd executed for server 15:44:13 [2023-03-05T20:44:13.254Z] 15:44:13 [2023-03-05T20:44:13.254Z] setOSConditions: 15:44:13 [2023-03-05T20:44:13.254Z] 15:44:13 [2023-03-05T20:44:13.254Z] setToolWin: 15:44:13 [2023-03-05T20:44:13.254Z] 15:44:13 [2023-03-05T20:44:13.254Z] setToolUnix: 15:44:13 [2023-03-05T20:44:13.254Z] 15:44:13 [2023-03-05T20:44:13.254Z] setToolProperty: 15:44:13 [2023-03-05T20:44:13.254Z] 15:44:13 [2023-03-05T20:44:13.254Z] setS1ASclassPath: 15:44:13 [2023-03-05T20:44:13.254Z] 15:44:13 [2023-03-05T20:44:13.254Z] init-common: 15:44:13 [2023-03-05T20:44:13.254Z] 15:44:13 [2023-03-05T20:44:13.254Z] delete-jdbc-resource-common: 15:44:13 [2023-03-05T20:44:13.254Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/maxconnectionusageXA 15:44:13 [2023-03-05T20:44:13.520Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/maxconnectionusageXA 15:44:13 [2023-03-05T20:44:13.520Z] [exec] JDBC resource jdbc/maxconnectionusageXA deleted successfully 15:44:13 [2023-03-05T20:44:13.520Z] [echo] cmd executed for server 15:44:13 [2023-03-05T20:44:13.520Z] 15:44:13 [2023-03-05T20:44:13.520Z] setOSConditions: 15:44:13 [2023-03-05T20:44:13.520Z] 15:44:13 [2023-03-05T20:44:13.520Z] setToolWin: 15:44:13 [2023-03-05T20:44:13.520Z] 15:44:13 [2023-03-05T20:44:13.520Z] setToolUnix: 15:44:13 [2023-03-05T20:44:13.520Z] 15:44:13 [2023-03-05T20:44:13.520Z] setToolProperty: 15:44:13 [2023-03-05T20:44:13.520Z] 15:44:13 [2023-03-05T20:44:13.520Z] setS1ASclassPath: 15:44:13 [2023-03-05T20:44:13.520Z] 15:44:13 [2023-03-05T20:44:13.520Z] init-common: 15:44:13 [2023-03-05T20:44:13.520Z] 15:44:13 [2023-03-05T20:44:13.520Z] delete-jdbc-connpool-common: 15:44:13 [2023-03-05T20:44:13.520Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-maxconnectionusageXA-pool 15:44:13 [2023-03-05T20:44:13.777Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-maxconnectionusageXA-pool 15:44:13 [2023-03-05T20:44:13.777Z] [exec] JDBC Connection pool jdbc-maxconnectionusageXA-pool deleted successfully 15:44:13 [2023-03-05T20:44:13.777Z] [echo] cmd executed for server 15:44:13 [2023-03-05T20:44:13.777Z] 15:44:13 [2023-03-05T20:44:13.777Z] setOSConditions: 15:44:13 [2023-03-05T20:44:13.777Z] 15:44:13 [2023-03-05T20:44:13.777Z] setToolWin: 15:44:13 [2023-03-05T20:44:13.777Z] 15:44:13 [2023-03-05T20:44:13.777Z] setToolUnix: 15:44:13 [2023-03-05T20:44:13.777Z] 15:44:13 [2023-03-05T20:44:13.777Z] setToolProperty: 15:44:13 [2023-03-05T20:44:13.777Z] 15:44:13 [2023-03-05T20:44:13.777Z] setS1ASclassPath: 15:44:13 [2023-03-05T20:44:13.777Z] 15:44:13 [2023-03-05T20:44:13.777Z] init-common: 15:44:13 [2023-03-05T20:44:13.777Z] 15:44:13 [2023-03-05T20:44:13.777Z] undeploy-common: 15:44:14 [2023-03-05T20:44:14.033Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-maxconnectionusageApp 15:44:14 [2023-03-05T20:44:14.033Z] 15:44:14 [2023-03-05T20:44:14.033Z] all: 15:44:14 [2023-03-05T20:44:14.033Z] 15:44:14 [2023-03-05T20:44:14.033Z] setOSConditions: 15:44:14 [2023-03-05T20:44:14.033Z] 15:44:14 [2023-03-05T20:44:14.033Z] setToolWin: 15:44:14 [2023-03-05T20:44:14.033Z] 15:44:14 [2023-03-05T20:44:14.033Z] setToolUnix: 15:44:14 [2023-03-05T20:44:14.033Z] 15:44:14 [2023-03-05T20:44:14.033Z] setToolProperty: 15:44:14 [2023-03-05T20:44:14.033Z] 15:44:14 [2023-03-05T20:44:14.033Z] setS1ASclassPath: 15:44:14 [2023-03-05T20:44:14.033Z] 15:44:14 [2023-03-05T20:44:14.033Z] init-common: 15:44:14 [2023-03-05T20:44:14.033Z] 15:44:14 [2023-03-05T20:44:14.033Z] clean: 15:44:14 [2023-03-05T20:44:14.033Z] 15:44:14 [2023-03-05T20:44:14.033Z] setOSConditions: 15:44:14 [2023-03-05T20:44:14.033Z] 15:44:14 [2023-03-05T20:44:14.033Z] setToolWin: 15:44:14 [2023-03-05T20:44:14.033Z] 15:44:14 [2023-03-05T20:44:14.033Z] setToolUnix: 15:44:14 [2023-03-05T20:44:14.033Z] 15:44:14 [2023-03-05T20:44:14.033Z] setToolProperty: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] setS1ASclassPath: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] init-common: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] clean-common: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] setOSConditions: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] setToolWin: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] setToolUnix: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] setToolProperty: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] setS1ASclassPath: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] init-common: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] clean-classes-common: 15:44:14 [2023-03-05T20:44:14.034Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] setOSConditions: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] setToolWin: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] setToolUnix: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] setToolProperty: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] setS1ASclassPath: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] init-common: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] clean-jars-common: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] compile: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] setOSConditions: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] setToolWin: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] setToolUnix: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] setToolProperty: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] setS1ASclassPath: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] init-common: 15:44:14 [2023-03-05T20:44:14.034Z] 15:44:14 [2023-03-05T20:44:14.034Z] compile-common: 15:44:14 [2023-03-05T20:44:14.034Z] [echo] Current time (ISO): 2023-03-05T20:44:13.961+0000 15:44:14 [2023-03-05T20:44:14.034Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:44:14 [2023-03-05T20:44:14.034Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:44:15 [2023-03-05T20:44:15.400Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:44:15 [2023-03-05T20:44:15.400Z] [javac] 1 warning 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] build: 15:44:15 [2023-03-05T20:44:15.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] package-appclientjar-common: 15:44:15 [2023-03-05T20:44:15.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:15 [2023-03-05T20:44:15.400Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:15 [2023-03-05T20:44:15.400Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:15 [2023-03-05T20:44:15.400Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/switchoffACCconnpoolingAppClient.jar 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] setup: 15:44:15 [2023-03-05T20:44:15.400Z] [echo] Setting up derby .... 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] setOSConditions: 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] setToolWin: 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] setToolUnix: 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] setToolProperty: 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] setS1ASclassPath: 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] init-common: 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] deploy-jdbc-common: 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] setOSConditions: 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] setToolWin: 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] setToolUnix: 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] setToolProperty: 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] setS1ASclassPath: 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] init-common: 15:44:15 [2023-03-05T20:44:15.400Z] 15:44:15 [2023-03-05T20:44:15.400Z] create-jdbc-connpool-common: 15:44:15 [2023-03-05T20:44:15.657Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-derby-pool 15:44:15 [2023-03-05T20:44:15.657Z] [exec] JDBC connection pool jdbc-derby-pool created successfully. 15:44:15 [2023-03-05T20:44:15.657Z] 15:44:15 [2023-03-05T20:44:15.657Z] set-derby-connpool-props: 15:44:16 [2023-03-05T20:44:16.225Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.User=dbuser 15:44:16 [2023-03-05T20:44:16.225Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.User=dbuser 15:44:16 [2023-03-05T20:44:16.481Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.Password=dbpassword 15:44:16 [2023-03-05T20:44:16.481Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.Password=dbpassword 15:44:16 [2023-03-05T20:44:16.737Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.driverType=4 15:44:16 [2023-03-05T20:44:16.737Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.driverType=4 15:44:17 [2023-03-05T20:44:17.018Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.portNumber=1527 15:44:17 [2023-03-05T20:44:17.018Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.portNumber=1527 15:44:17 [2023-03-05T20:44:17.274Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.dataBaseName=testdb 15:44:17 [2023-03-05T20:44:17.274Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.dataBaseName=testdb 15:44:17 [2023-03-05T20:44:17.530Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:44:17 [2023-03-05T20:44:17.530Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:44:17 [2023-03-05T20:44:17.786Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.create=true 15:44:17 [2023-03-05T20:44:17.786Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.create=true 15:44:18 [2023-03-05T20:44:18.348Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.serverName=localhost 15:44:18 [2023-03-05T20:44:18.348Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.serverName=localhost 15:44:18 [2023-03-05T20:44:18.348Z] 15:44:18 [2023-03-05T20:44:18.348Z] setOSConditions: 15:44:18 [2023-03-05T20:44:18.348Z] 15:44:18 [2023-03-05T20:44:18.348Z] setToolWin: 15:44:18 [2023-03-05T20:44:18.348Z] 15:44:18 [2023-03-05T20:44:18.348Z] setToolUnix: 15:44:18 [2023-03-05T20:44:18.348Z] 15:44:18 [2023-03-05T20:44:18.348Z] setToolProperty: 15:44:18 [2023-03-05T20:44:18.348Z] 15:44:18 [2023-03-05T20:44:18.348Z] setS1ASclassPath: 15:44:18 [2023-03-05T20:44:18.348Z] 15:44:18 [2023-03-05T20:44:18.348Z] init-common: 15:44:18 [2023-03-05T20:44:18.348Z] 15:44:18 [2023-03-05T20:44:18.348Z] create-jdbc-resource-common: 15:44:18 [2023-03-05T20:44:18.348Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-derby-pool --target server jdbc/nonxaresource 15:44:18 [2023-03-05T20:44:18.620Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-derby-pool --enabled=true --target server jdbc/nonxaresource 15:44:18 [2023-03-05T20:44:18.620Z] [exec] JDBC resource jdbc/nonxaresource created successfully. 15:44:18 [2023-03-05T20:44:18.620Z] [echo] cmd executed for server 15:44:18 [2023-03-05T20:44:18.620Z] 15:44:18 [2023-03-05T20:44:18.620Z] setOSConditions: 15:44:18 [2023-03-05T20:44:18.620Z] 15:44:18 [2023-03-05T20:44:18.620Z] setToolWin: 15:44:18 [2023-03-05T20:44:18.620Z] 15:44:18 [2023-03-05T20:44:18.620Z] setToolUnix: 15:44:18 [2023-03-05T20:44:18.620Z] 15:44:18 [2023-03-05T20:44:18.620Z] setToolProperty: 15:44:18 [2023-03-05T20:44:18.620Z] 15:44:18 [2023-03-05T20:44:18.620Z] setS1ASclassPath: 15:44:18 [2023-03-05T20:44:18.620Z] 15:44:18 [2023-03-05T20:44:18.620Z] init-common: 15:44:18 [2023-03-05T20:44:18.620Z] 15:44:18 [2023-03-05T20:44:18.620Z] deploy-jdbc-common: 15:44:18 [2023-03-05T20:44:18.620Z] 15:44:18 [2023-03-05T20:44:18.620Z] setOSConditions: 15:44:18 [2023-03-05T20:44:18.620Z] 15:44:18 [2023-03-05T20:44:18.620Z] setToolWin: 15:44:18 [2023-03-05T20:44:18.620Z] 15:44:18 [2023-03-05T20:44:18.620Z] setToolUnix: 15:44:18 [2023-03-05T20:44:18.620Z] 15:44:18 [2023-03-05T20:44:18.620Z] setToolProperty: 15:44:18 [2023-03-05T20:44:18.620Z] 15:44:18 [2023-03-05T20:44:18.620Z] setS1ASclassPath: 15:44:18 [2023-03-05T20:44:18.620Z] 15:44:18 [2023-03-05T20:44:18.620Z] init-common: 15:44:18 [2023-03-05T20:44:18.620Z] 15:44:18 [2023-03-05T20:44:18.620Z] create-jdbc-connpool-common: 15:44:18 [2023-03-05T20:44:18.877Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-derby-xa-pool 15:44:18 [2023-03-05T20:44:18.877Z] [exec] JDBC connection pool jdbc-derby-xa-pool created successfully. 15:44:18 [2023-03-05T20:44:18.877Z] 15:44:18 [2023-03-05T20:44:18.877Z] set-derby-connpool-props: 15:44:19 [2023-03-05T20:44:19.133Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.User=dbuser 15:44:19 [2023-03-05T20:44:19.133Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.User=dbuser 15:44:19 [2023-03-05T20:44:19.389Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.Password=dbpassword 15:44:19 [2023-03-05T20:44:19.389Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.Password=dbpassword 15:44:19 [2023-03-05T20:44:19.647Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.driverType=4 15:44:19 [2023-03-05T20:44:19.647Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.driverType=4 15:44:19 [2023-03-05T20:44:19.920Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.portNumber=1527 15:44:20 [2023-03-05T20:44:20.177Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.portNumber=1527 15:44:20 [2023-03-05T20:44:20.433Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.dataBaseName=testdb 15:44:20 [2023-03-05T20:44:20.433Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.dataBaseName=testdb 15:44:20 [2023-03-05T20:44:20.689Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:44:20 [2023-03-05T20:44:20.689Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:44:20 [2023-03-05T20:44:20.945Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.create=true 15:44:20 [2023-03-05T20:44:20.945Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.create=true 15:44:21 [2023-03-05T20:44:21.202Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.serverName=localhost 15:44:21 [2023-03-05T20:44:21.202Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.serverName=localhost 15:44:21 [2023-03-05T20:44:21.202Z] 15:44:21 [2023-03-05T20:44:21.202Z] setOSConditions: 15:44:21 [2023-03-05T20:44:21.202Z] 15:44:21 [2023-03-05T20:44:21.202Z] setToolWin: 15:44:21 [2023-03-05T20:44:21.202Z] 15:44:21 [2023-03-05T20:44:21.202Z] setToolUnix: 15:44:21 [2023-03-05T20:44:21.202Z] 15:44:21 [2023-03-05T20:44:21.202Z] setToolProperty: 15:44:21 [2023-03-05T20:44:21.202Z] 15:44:21 [2023-03-05T20:44:21.202Z] setS1ASclassPath: 15:44:21 [2023-03-05T20:44:21.202Z] 15:44:21 [2023-03-05T20:44:21.202Z] init-common: 15:44:21 [2023-03-05T20:44:21.202Z] 15:44:21 [2023-03-05T20:44:21.202Z] create-jdbc-resource-common: 15:44:21 [2023-03-05T20:44:21.202Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-derby-xa-pool --target server jdbc/xaresource 15:44:21 [2023-03-05T20:44:21.458Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-derby-xa-pool --enabled=true --target server jdbc/xaresource 15:44:21 [2023-03-05T20:44:21.458Z] [exec] JDBC resource jdbc/xaresource created successfully. 15:44:21 [2023-03-05T20:44:21.458Z] [echo] cmd executed for server 15:44:21 [2023-03-05T20:44:21.458Z] 15:44:21 [2023-03-05T20:44:21.458Z] asadmin-common: 15:44:21 [2023-03-05T20:44:21.458Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.connectionAttributes=create=true; 15:44:22 [2023-03-05T20:44:22.027Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.connectionAttributes=create=true; 15:44:22 [2023-03-05T20:44:22.027Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.connectionAttributes=create=true; 15:44:22 [2023-03-05T20:44:22.027Z] 15:44:22 [2023-03-05T20:44:22.027Z] asadmin-common: 15:44:22 [2023-03-05T20:44:22.027Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.connectionAttributes=create=true; 15:44:22 [2023-03-05T20:44:22.283Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.connectionAttributes=create=true; 15:44:22 [2023-03-05T20:44:22.283Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.connectionAttributes=create=true; 15:44:22 [2023-03-05T20:44:22.283Z] 15:44:22 [2023-03-05T20:44:22.283Z] run: 15:44:22 [2023-03-05T20:44:22.283Z] 15:44:22 [2023-03-05T20:44:22.283Z] setOSConditions: 15:44:22 [2023-03-05T20:44:22.283Z] 15:44:22 [2023-03-05T20:44:22.283Z] setToolWin: 15:44:22 [2023-03-05T20:44:22.283Z] 15:44:22 [2023-03-05T20:44:22.283Z] setToolUnix: 15:44:22 [2023-03-05T20:44:22.283Z] 15:44:22 [2023-03-05T20:44:22.283Z] setToolProperty: 15:44:22 [2023-03-05T20:44:22.283Z] 15:44:22 [2023-03-05T20:44:22.283Z] setS1ASclassPath: 15:44:22 [2023-03-05T20:44:22.283Z] 15:44:22 [2023-03-05T20:44:22.283Z] init-common: 15:44:22 [2023-03-05T20:44:22.283Z] 15:44:22 [2023-03-05T20:44:22.283Z] myrunclient: 15:44:22 [2023-03-05T20:44:22.283Z] [echo] appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/switchoffACCconnpoolingAppClient.jar -name switchoffACCconnpoolingClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:44:22 [2023-03-05T20:44:22.846Z] [exec] Mar 05, 2023 8:44:22 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:44:22 [2023-03-05T20:44:22.846Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:44:23 [2023-03-05T20:44:23.820Z] [exec] verifying uniqueness of all connection 15:44:24 [2023-03-05T20:44:24.751Z] [exec] Mar 05, 2023 8:44:24 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:44:24 [2023-03-05T20:44:24.751Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@64021427 15:44:25 [2023-03-05T20:44:25.326Z] [exec] Mar 05, 2023 8:44:25 PM org.hibernate.validator.internal.util.Version <clinit> 15:44:25 [2023-03-05T20:44:25.326Z] [exec] INFO: HV000001: Hibernate Validator 8.0.0.Final 15:44:25 [2023-03-05T20:44:25.326Z] [exec] Mar 05, 2023 8:44:25 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool 15:44:25 [2023-03-05T20:44:25.326Z] [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@a4f87452[jndiName=jdbc-derby-pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=off validation=off 15:44:25 [2023-03-05T20:44:25.622Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@248d2cec 15:44:25 [2023-03-05T20:44:25.622Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@7816454d 15:44:25 [2023-03-05T20:44:25.622Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@3ae91ab3 15:44:25 [2023-03-05T20:44:25.622Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@54d2f5d3 15:44:25 [2023-03-05T20:44:25.622Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@6b71e98f 15:44:25 [2023-03-05T20:44:25.622Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@31c0c7e5 15:44:25 [2023-03-05T20:44:25.622Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@36349e29 15:44:25 [2023-03-05T20:44:25.622Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@2a30b0cb 15:44:25 [2023-03-05T20:44:25.622Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@4ae6451d 15:44:25 [2023-03-05T20:44:25.622Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@4452e13c 15:44:25 [2023-03-05T20:44:25.622Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@26a202ae 15:44:25 [2023-03-05T20:44:25.622Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@50b624da 15:44:25 [2023-03-05T20:44:25.920Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@3225d950 15:44:25 [2023-03-05T20:44:25.920Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@627d5f99 15:44:25 [2023-03-05T20:44:25.920Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@261b6c8c 15:44:25 [2023-03-05T20:44:25.920Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@3663af34 15:44:25 [2023-03-05T20:44:25.920Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@c02a1be 15:44:25 [2023-03-05T20:44:25.920Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@745c8a04 15:44:25 [2023-03-05T20:44:25.920Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@7c4a5ef2 15:44:25 [2023-03-05T20:44:25.920Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@41f5389f 15:44:25 [2023-03-05T20:44:25.920Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@7e36d508 15:44:25 [2023-03-05T20:44:25.920Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@69b80603 15:44:25 [2023-03-05T20:44:25.920Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@72d7afff 15:44:25 [2023-03-05T20:44:25.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@1e75bef1 15:44:25 [2023-03-05T20:44:25.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@1832b0f6 15:44:25 [2023-03-05T20:44:25.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@1d4c6e32 15:44:25 [2023-03-05T20:44:25.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@519eab1e 15:44:25 [2023-03-05T20:44:25.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@431923ed 15:44:25 [2023-03-05T20:44:25.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@2b06c388 15:44:25 [2023-03-05T20:44:25.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@22bca04e 15:44:25 [2023-03-05T20:44:25.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@16e0afab 15:44:25 [2023-03-05T20:44:25.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@126e2710 15:44:25 [2023-03-05T20:44:25.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@6bc08a77 15:44:25 [2023-03-05T20:44:25.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@73a88711 15:44:25 [2023-03-05T20:44:25.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@74159dc9 15:44:25 [2023-03-05T20:44:25.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@4ac26092 15:44:26 [2023-03-05T20:44:26.221Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@4a0fc665 15:44:26 [2023-03-05T20:44:26.221Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@10c1682b 15:44:26 [2023-03-05T20:44:26.221Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@654dbb78 15:44:26 [2023-03-05T20:44:26.221Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@3749c6ac 15:44:26 [2023-03-05T20:44:26.221Z] [exec] Total connection requested : 40 15:44:26 [2023-03-05T20:44:26.221Z] [exec] Total connection created : 40 15:44:26 [2023-03-05T20:44:26.221Z] [exec] Total number of unique connection : 40 15:44:26 [2023-03-05T20:44:26.221Z] [exec] Value of key is:switchoffACCconnpooling-test1 15:44:26 [2023-03-05T20:44:26.221Z] [exec] switchoffACCconnpooling-test1: passed 15:44:26 [2023-03-05T20:44:26.221Z] [exec] creating connection upto max-pool-size of 32 15:44:26 [2023-03-05T20:44:26.520Z] [exec] Mar 05, 2023 8:44:26 PM com.sun.enterprise.resource.pool.UnpooledResource incrementPoolSize 15:44:26 [2023-03-05T20:44:26.520Z] [exec] INFO: Fail as poolSize : 32 15:44:26 [2023-03-05T20:44:26.520Z] [exec] Mar 05, 2023 8:44:26 PM com.sun.enterprise.connectors.ConnectionManagerImpl internalGetConnection 15:44:26 [2023-03-05T20:44:26.520Z] [exec] WARNING: RAR5117 : Failed to obtain/create connection from connection pool [ org.glassfish.resourcebase.resources.api.PoolInfo@a4f87452[jndiName=jdbc-derby-pool, applicationName=null, moduleName=null] ]. Reason : com.sun.appserv.connectors.internal.api.PoolingException: In-use connections equal max-pool-size therefore cannot allocate any more connections. 15:44:26 [2023-03-05T20:44:26.520Z] [exec] Mar 05, 2023 8:44:26 PM com.sun.gjc.spi.base.AbstractDataSource logNonTransientException 15:44:26 [2023-03-05T20:44:26.520Z] [exec] WARNING: jdbc.exc_get_conn 15:44:26 [2023-03-05T20:44:26.521Z] [exec] Able to create max connections 15:44:26 [2023-03-05T20:44:26.521Z] [exec] Value of key is:switchoffACCconnpooling-test2 15:44:26 [2023-03-05T20:44:26.521Z] [exec] switchoffACCconnpooling-test2: passed 15:44:26 [2023-03-05T20:44:26.521Z] [exec] Unable to create beyond max connections 15:44:26 [2023-03-05T20:44:26.521Z] [exec] Value of key is:switchoffACCconnpooling-test3 15:44:26 [2023-03-05T20:44:26.521Z] [exec] switchoffACCconnpooling-test3: passed 15:44:26 [2023-03-05T20:44:26.521Z] [exec] rollback set to false 15:44:26 [2023-03-05T20:44:26.521Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@3b8b1ba9 15:44:26 [2023-03-05T20:44:26.521Z] [exec] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist. 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:94) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:325) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdate(ClientStatement.java:540) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at com.sun.gjc.spi.base.StatementWrapper.executeUpdate(StatementWrapper.java:94) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.createTable(Client.java:357) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.test1(Client.java:99) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.runTest(Client.java:70) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.main(Client.java:58) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] Caused by: ERROR 42Y55: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist. 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at org.apache.derby.client.am.ClientStatement.completeSqlca(ClientStatement.java:2116) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at org.apache.derby.client.am.ClientStatement.completeExecuteImmediate(ClientStatement.java:1683) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at org.apache.derby.client.net.NetStatementReply.parseEXCSQLIMMreply(NetStatementReply.java:209) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at org.apache.derby.client.net.NetStatementReply.readExecuteImmediate(NetStatementReply.java:60) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at org.apache.derby.client.net.StatementReply.readExecuteImmediate(StatementReply.java:47) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at org.apache.derby.client.net.NetStatement.readExecuteImmediate_(NetStatement.java:142) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at org.apache.derby.client.am.ClientStatement.readExecuteImmediate(ClientStatement.java:1679) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at org.apache.derby.client.am.ClientStatement.flowExecute(ClientStatement.java:2408) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdateX(ClientStatement.java:566) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdate(ClientStatement.java:531) 15:44:26 [2023-03-05T20:44:26.521Z] [exec] ... 5 more 15:44:26 [2023-03-05T20:44:26.821Z] [exec] count1 : 0 15:44:26 [2023-03-05T20:44:26.821Z] [exec] count2 : 10 15:44:26 [2023-03-05T20:44:26.821Z] [exec] Value of key is:switchoffACCconnpooling-test4 15:44:26 [2023-03-05T20:44:26.821Z] [exec] switchoffACCconnpooling-test4: passed 15:44:26 [2023-03-05T20:44:26.821Z] [exec] Mar 05, 2023 8:44:26 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool 15:44:26 [2023-03-05T20:44:26.821Z] [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@f59de6a8[jndiName=jdbc-derby-xa-pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=off validation=off 15:44:26 [2023-03-05T20:44:26.821Z] [exec] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE_XA' because it does not exist. 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:94) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:325) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdate(ClientStatement.java:540) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at com.sun.gjc.spi.base.StatementWrapper.executeUpdate(StatementWrapper.java:94) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.createTable(Client.java:357) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.test1(Client.java:99) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.runTest(Client.java:73) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.main(Client.java:58) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] Caused by: ERROR 42Y55: 'DROP TABLE' cannot be performed on 'COFFEE_XA' because it does not exist. 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at org.apache.derby.client.am.ClientStatement.completeSqlca(ClientStatement.java:2116) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at org.apache.derby.client.am.ClientStatement.completeExecuteImmediate(ClientStatement.java:1683) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at org.apache.derby.client.net.NetStatementReply.parseEXCSQLIMMreply(NetStatementReply.java:209) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at org.apache.derby.client.net.NetStatementReply.readExecuteImmediate(NetStatementReply.java:60) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at org.apache.derby.client.net.StatementReply.readExecuteImmediate(StatementReply.java:47) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at org.apache.derby.client.net.NetStatement.readExecuteImmediate_(NetStatement.java:142) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at org.apache.derby.client.am.ClientStatement.readExecuteImmediate(ClientStatement.java:1679) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at org.apache.derby.client.am.ClientStatement.flowExecute(ClientStatement.java:2408) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdateX(ClientStatement.java:566) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdate(ClientStatement.java:531) 15:44:26 [2023-03-05T20:44:26.821Z] [exec] ... 5 more 15:44:26 [2023-03-05T20:44:26.821Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@662754bb 15:44:27 [2023-03-05T20:44:27.120Z] [exec] count1 : 0 15:44:27 [2023-03-05T20:44:27.120Z] [exec] count2 : 10 15:44:27 [2023-03-05T20:44:27.120Z] [exec] Value of key is:switchoffACCconnpooling-test5 15:44:27 [2023-03-05T20:44:27.120Z] [exec] switchoffACCconnpooling-test5: passed 15:44:27 [2023-03-05T20:44:27.120Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@3116e9d2 15:44:27 [2023-03-05T20:44:27.120Z] [exec] count1 : 0 15:44:27 [2023-03-05T20:44:27.120Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6eb8fd79 15:44:27 [2023-03-05T20:44:27.120Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@3f2731e5 15:44:27 [2023-03-05T20:44:27.120Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@5271c49b 15:44:27 [2023-03-05T20:44:27.120Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@58ef1543 15:44:27 [2023-03-05T20:44:27.120Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@69503026 15:44:27 [2023-03-05T20:44:27.120Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@8dbe78f 15:44:27 [2023-03-05T20:44:27.120Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@2d3697ae 15:44:27 [2023-03-05T20:44:27.120Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@538cf7fd 15:44:27 [2023-03-05T20:44:27.120Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@36d9efa6 15:44:27 [2023-03-05T20:44:27.120Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@631f188a 15:44:27 [2023-03-05T20:44:27.420Z] [exec] count2 : 10 15:44:27 [2023-03-05T20:44:27.420Z] [exec] Value of key is:switchoffACCconnpooling-test6 15:44:27 [2023-03-05T20:44:27.420Z] [exec] switchoffACCconnpooling-test6: passed 15:44:27 [2023-03-05T20:44:27.420Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@706dd38b 15:44:27 [2023-03-05T20:44:27.420Z] [exec] count1 : 0 15:44:27 [2023-03-05T20:44:27.420Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6a0096a8 15:44:27 [2023-03-05T20:44:27.420Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@2442f36d 15:44:27 [2023-03-05T20:44:27.420Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@1c5123ca 15:44:27 [2023-03-05T20:44:27.420Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6a75b8d3 15:44:27 [2023-03-05T20:44:27.420Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@42ec6e3 15:44:27 [2023-03-05T20:44:27.420Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@37c48490 15:44:27 [2023-03-05T20:44:27.420Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@221ebed1 15:44:27 [2023-03-05T20:44:27.420Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@65ea3961 15:44:27 [2023-03-05T20:44:27.420Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@1781e2e1 15:44:27 [2023-03-05T20:44:27.420Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@4721485 15:44:27 [2023-03-05T20:44:27.420Z] [exec] count2 : 10 15:44:27 [2023-03-05T20:44:27.420Z] [exec] Value of key is:switchoffACCconnpooling-test7 15:44:27 [2023-03-05T20:44:27.420Z] [exec] switchoffACCconnpooling-test7: passed 15:44:27 [2023-03-05T20:44:27.420Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@46a6c3be 15:44:27 [2023-03-05T20:44:27.420Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@2728e166 15:44:27 [2023-03-05T20:44:27.420Z] [exec] count1 : 0 15:44:27 [2023-03-05T20:44:27.420Z] [exec] count3 : 0 15:44:27 [2023-03-05T20:44:27.420Z] [exec] count2 : 10 15:44:27 [2023-03-05T20:44:27.420Z] [exec] count4 : 10 15:44:27 [2023-03-05T20:44:27.420Z] [exec] Value of key is:switchoffACCconnpooling-test8 15:44:27 [2023-03-05T20:44:27.420Z] [exec] switchoffACCconnpooling-test8: passed 15:44:27 [2023-03-05T20:44:27.420Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@1d95501b 15:44:27 [2023-03-05T20:44:27.720Z] [exec] count1 : 0 xacount1 : 0 15:44:27 [2023-03-05T20:44:27.720Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@2d7c93e0 15:44:27 [2023-03-05T20:44:27.721Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@62041e5f 15:44:27 [2023-03-05T20:44:27.721Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7625f4a7 15:44:27 [2023-03-05T20:44:27.721Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@754c6edb 15:44:27 [2023-03-05T20:44:27.721Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@4f1dd46b 15:44:27 [2023-03-05T20:44:27.721Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6e28a726 15:44:27 [2023-03-05T20:44:27.721Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@5f2eeb2e 15:44:27 [2023-03-05T20:44:27.721Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@143f9b0c 15:44:27 [2023-03-05T20:44:27.721Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@3fb732ee 15:44:27 [2023-03-05T20:44:27.721Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@474998da 15:44:27 [2023-03-05T20:44:27.721Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@77d68b94 15:44:27 [2023-03-05T20:44:27.721Z] [exec] count2 : 10 xacount2 : 1 15:44:27 [2023-03-05T20:44:27.721Z] [exec] Value of key is:switchoffACCconnpooling-test9 15:44:27 [2023-03-05T20:44:27.721Z] [exec] switchoffACCconnpooling-test9: passed 15:44:27 [2023-03-05T20:44:27.721Z] [exec] rollback set to true 15:44:27 [2023-03-05T20:44:27.721Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@5769eb7b 15:44:27 [2023-03-05T20:44:27.977Z] [exec] count1 : 0 15:44:27 [2023-03-05T20:44:27.977Z] [exec] count2 : 0 15:44:27 [2023-03-05T20:44:27.977Z] [exec] Value of key is:switchoffACCconnpooling-test10 15:44:27 [2023-03-05T20:44:27.977Z] [exec] switchoffACCconnpooling-test10: passed 15:44:27 [2023-03-05T20:44:27.977Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@3ea5f324 15:44:27 [2023-03-05T20:44:27.977Z] [exec] count1 : 0 15:44:27 [2023-03-05T20:44:27.977Z] [exec] count2 : 0 15:44:27 [2023-03-05T20:44:27.977Z] [exec] Value of key is:switchoffACCconnpooling-test11 15:44:27 [2023-03-05T20:44:27.977Z] [exec] switchoffACCconnpooling-test11: passed 15:44:27 [2023-03-05T20:44:27.977Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@62254d29 15:44:27 [2023-03-05T20:44:27.977Z] [exec] count1 : 0 15:44:27 [2023-03-05T20:44:27.977Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@9a2c163 15:44:27 [2023-03-05T20:44:27.977Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@245b080c 15:44:27 [2023-03-05T20:44:27.977Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@37ad8430 15:44:27 [2023-03-05T20:44:27.977Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6f053a97 15:44:27 [2023-03-05T20:44:27.977Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7c752d6b 15:44:28 [2023-03-05T20:44:28.272Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@637a43b 15:44:28 [2023-03-05T20:44:28.272Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6fe83f6e 15:44:28 [2023-03-05T20:44:28.272Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@4e6eb11d 15:44:28 [2023-03-05T20:44:28.272Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@5e493feb 15:44:28 [2023-03-05T20:44:28.272Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@5e0a1954 15:44:28 [2023-03-05T20:44:28.272Z] [exec] count2 : 0 15:44:28 [2023-03-05T20:44:28.272Z] [exec] Value of key is:switchoffACCconnpooling-test12 15:44:28 [2023-03-05T20:44:28.272Z] [exec] switchoffACCconnpooling-test12: passed 15:44:28 [2023-03-05T20:44:28.272Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@321a4c09 15:44:28 [2023-03-05T20:44:28.272Z] [exec] count1 : 0 15:44:28 [2023-03-05T20:44:28.272Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@fe972c4 15:44:28 [2023-03-05T20:44:28.272Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@240844b6 15:44:28 [2023-03-05T20:44:28.272Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@610f146c 15:44:28 [2023-03-05T20:44:28.272Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@40f06edc 15:44:28 [2023-03-05T20:44:28.272Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@44b4b54 15:44:28 [2023-03-05T20:44:28.272Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6280829f 15:44:28 [2023-03-05T20:44:28.272Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7b3556d7 15:44:28 [2023-03-05T20:44:28.272Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@387051e3 15:44:28 [2023-03-05T20:44:28.272Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@66bfbc52 15:44:28 [2023-03-05T20:44:28.272Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@4d5e60 15:44:28 [2023-03-05T20:44:28.272Z] [exec] count2 : 0 15:44:28 [2023-03-05T20:44:28.272Z] [exec] Value of key is:switchoffACCconnpooling-test13 15:44:28 [2023-03-05T20:44:28.272Z] [exec] switchoffACCconnpooling-test13: passed 15:44:28 [2023-03-05T20:44:28.272Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@40c29d65 15:44:28 [2023-03-05T20:44:28.272Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@698d5831 15:44:28 [2023-03-05T20:44:28.272Z] [exec] count1 : 0 15:44:28 [2023-03-05T20:44:28.272Z] [exec] count3 : 0 15:44:28 [2023-03-05T20:44:28.272Z] [exec] count2 : 0 15:44:28 [2023-03-05T20:44:28.272Z] [exec] count4 : 0 15:44:28 [2023-03-05T20:44:28.272Z] [exec] Value of key is:switchoffACCconnpooling-test14 15:44:28 [2023-03-05T20:44:28.272Z] [exec] switchoffACCconnpooling-test14: passed 15:44:28 [2023-03-05T20:44:28.528Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@549ea731 15:44:28 [2023-03-05T20:44:28.528Z] [exec] count1 : 0 xacount1 : 0 15:44:28 [2023-03-05T20:44:28.528Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@55b0c0a6 15:44:28 [2023-03-05T20:44:28.528Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@17716ffa 15:44:28 [2023-03-05T20:44:28.528Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@50a59a0b 15:44:28 [2023-03-05T20:44:28.528Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@1bad6995 15:44:28 [2023-03-05T20:44:28.528Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@1add226e 15:44:28 [2023-03-05T20:44:28.528Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@1c140c7c 15:44:28 [2023-03-05T20:44:28.528Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@4d40fe37 15:44:28 [2023-03-05T20:44:28.528Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7cea206b 15:44:28 [2023-03-05T20:44:28.528Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@387c0e06 15:44:28 [2023-03-05T20:44:28.528Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@1f299321 15:44:28 [2023-03-05T20:44:28.528Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@eb2f0ab 15:44:28 [2023-03-05T20:44:28.528Z] [exec] count2 : 0 xacount2 : 0 15:44:28 [2023-03-05T20:44:28.528Z] [exec] Value of key is:switchoffACCconnpooling-test15 15:44:28 [2023-03-05T20:44:28.528Z] [exec] switchoffACCconnpooling-test15: passed 15:44:28 [2023-03-05T20:44:28.528Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:44:28 [2023-03-05T20:44:28.528Z] [exec] 15:44:28 [2023-03-05T20:44:28.528Z] [exec] 15:44:28 [2023-03-05T20:44:28.528Z] [exec] ----------------------------------------- 15:44:28 [2023-03-05T20:44:28.528Z] [exec] - switchoffACCconnpooling-test1: PASS - 15:44:28 [2023-03-05T20:44:28.528Z] [exec] - switchoffACCconnpooling-test10: PASS - 15:44:28 [2023-03-05T20:44:28.528Z] [exec] - switchoffACCconnpooling-test2: PASS - 15:44:28 [2023-03-05T20:44:28.528Z] [exec] - switchoffACCconnpooling-test11: PASS - 15:44:28 [2023-03-05T20:44:28.528Z] [exec] - switchoffACCconnpooling-test12: PASS - 15:44:28 [2023-03-05T20:44:28.528Z] [exec] - switchoffACCconnpooling-test13: PASS - 15:44:28 [2023-03-05T20:44:28.528Z] [exec] - switchoffACCconnpooling-test14: PASS - 15:44:28 [2023-03-05T20:44:28.528Z] [exec] - switchoffACCconnpooling-test15: PASS - 15:44:28 [2023-03-05T20:44:28.528Z] [exec] - switchoffACCconnpooling-test7: PASS - 15:44:28 [2023-03-05T20:44:28.528Z] [exec] - switchoffACCconnpooling-test8: PASS - 15:44:28 [2023-03-05T20:44:28.528Z] [exec] - switchoffACCconnpooling-test9: PASS - 15:44:28 [2023-03-05T20:44:28.528Z] [exec] - switchoffACCconnpooling-test3: PASS - 15:44:28 [2023-03-05T20:44:28.528Z] [exec] - switchoffACCconnpooling-test4: PASS - 15:44:28 [2023-03-05T20:44:28.528Z] [exec] - switchoffACCconnpooling-test5: PASS - 15:44:28 [2023-03-05T20:44:28.528Z] [exec] - switchoffACCconnpooling-test6: PASS - 15:44:28 [2023-03-05T20:44:28.528Z] [exec] ----------------------------------------- 15:44:28 [2023-03-05T20:44:28.528Z] [exec] Total PASS: 15 15:44:28 [2023-03-05T20:44:28.528Z] [exec] Total FAIL: 0 15:44:28 [2023-03-05T20:44:28.528Z] [exec] Total DID NOT RUN: 0 15:44:28 [2023-03-05T20:44:28.528Z] [exec] ----------------------------------------- 15:44:28 [2023-03-05T20:44:28.528Z] [exec] in flushAll , creating new testSuiteHash 15:44:28 [2023-03-05T20:44:28.528Z] [exec] in flushAll , creating new testSuiteHash 15:44:29 [2023-03-05T20:44:29.120Z] 15:44:29 [2023-03-05T20:44:29.120Z] checkReporting-common: 15:44:29 [2023-03-05T20:44:29.120Z] 15:44:29 [2023-03-05T20:44:29.120Z] confirmReportPresent-common: 15:44:29 [2023-03-05T20:44:29.120Z] [echo] file RepRunConf.txt is present. 15:44:29 [2023-03-05T20:44:29.120Z] [echo] Test seems to be reported fine 15:44:29 [2023-03-05T20:44:29.120Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/switchoffACCconnpooling/RepRunConf.txt 15:44:29 [2023-03-05T20:44:29.120Z] 15:44:29 [2023-03-05T20:44:29.120Z] confirmMissingReport-common: 15:44:29 [2023-03-05T20:44:29.120Z] 15:44:29 [2023-03-05T20:44:29.120Z] unsetup: 15:44:29 [2023-03-05T20:44:29.120Z] 15:44:29 [2023-03-05T20:44:29.120Z] setOSConditions: 15:44:29 [2023-03-05T20:44:29.120Z] 15:44:29 [2023-03-05T20:44:29.120Z] setToolWin: 15:44:29 [2023-03-05T20:44:29.120Z] 15:44:29 [2023-03-05T20:44:29.120Z] setToolUnix: 15:44:29 [2023-03-05T20:44:29.120Z] 15:44:29 [2023-03-05T20:44:29.120Z] setToolProperty: 15:44:29 [2023-03-05T20:44:29.120Z] 15:44:29 [2023-03-05T20:44:29.120Z] setS1ASclassPath: 15:44:29 [2023-03-05T20:44:29.120Z] 15:44:29 [2023-03-05T20:44:29.120Z] init-common: 15:44:29 [2023-03-05T20:44:29.120Z] 15:44:29 [2023-03-05T20:44:29.120Z] delete-jdbc-resource-common: 15:44:29 [2023-03-05T20:44:29.120Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/nonxaresource 15:44:29 [2023-03-05T20:44:29.377Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/nonxaresource 15:44:29 [2023-03-05T20:44:29.377Z] [exec] JDBC resource jdbc/nonxaresource deleted successfully 15:44:29 [2023-03-05T20:44:29.377Z] [echo] cmd executed for server 15:44:29 [2023-03-05T20:44:29.377Z] 15:44:29 [2023-03-05T20:44:29.377Z] setOSConditions: 15:44:29 [2023-03-05T20:44:29.377Z] 15:44:29 [2023-03-05T20:44:29.377Z] setToolWin: 15:44:29 [2023-03-05T20:44:29.377Z] 15:44:29 [2023-03-05T20:44:29.378Z] setToolUnix: 15:44:29 [2023-03-05T20:44:29.378Z] 15:44:29 [2023-03-05T20:44:29.378Z] setToolProperty: 15:44:29 [2023-03-05T20:44:29.378Z] 15:44:29 [2023-03-05T20:44:29.378Z] setS1ASclassPath: 15:44:29 [2023-03-05T20:44:29.378Z] 15:44:29 [2023-03-05T20:44:29.378Z] init-common: 15:44:29 [2023-03-05T20:44:29.378Z] 15:44:29 [2023-03-05T20:44:29.378Z] delete-jdbc-connpool-common: 15:44:29 [2023-03-05T20:44:29.378Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-derby-pool 15:44:29 [2023-03-05T20:44:29.634Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-derby-pool 15:44:29 [2023-03-05T20:44:29.634Z] [exec] JDBC Connection pool jdbc-derby-pool deleted successfully 15:44:29 [2023-03-05T20:44:29.634Z] [echo] cmd executed for server 15:44:29 [2023-03-05T20:44:29.634Z] 15:44:29 [2023-03-05T20:44:29.634Z] setOSConditions: 15:44:29 [2023-03-05T20:44:29.634Z] 15:44:29 [2023-03-05T20:44:29.634Z] setToolWin: 15:44:29 [2023-03-05T20:44:29.634Z] 15:44:29 [2023-03-05T20:44:29.634Z] setToolUnix: 15:44:29 [2023-03-05T20:44:29.634Z] 15:44:29 [2023-03-05T20:44:29.634Z] setToolProperty: 15:44:29 [2023-03-05T20:44:29.634Z] 15:44:29 [2023-03-05T20:44:29.634Z] setS1ASclassPath: 15:44:29 [2023-03-05T20:44:29.634Z] 15:44:29 [2023-03-05T20:44:29.634Z] init-common: 15:44:29 [2023-03-05T20:44:29.634Z] 15:44:29 [2023-03-05T20:44:29.634Z] delete-jdbc-resource-common: 15:44:29 [2023-03-05T20:44:29.634Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/xaresource 15:44:29 [2023-03-05T20:44:29.890Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/xaresource 15:44:29 [2023-03-05T20:44:29.890Z] [exec] JDBC resource jdbc/xaresource deleted successfully 15:44:29 [2023-03-05T20:44:29.890Z] [echo] cmd executed for server 15:44:29 [2023-03-05T20:44:29.890Z] 15:44:29 [2023-03-05T20:44:29.890Z] setOSConditions: 15:44:29 [2023-03-05T20:44:29.890Z] 15:44:29 [2023-03-05T20:44:29.890Z] setToolWin: 15:44:29 [2023-03-05T20:44:29.890Z] 15:44:29 [2023-03-05T20:44:29.890Z] setToolUnix: 15:44:29 [2023-03-05T20:44:29.890Z] 15:44:29 [2023-03-05T20:44:29.890Z] setToolProperty: 15:44:29 [2023-03-05T20:44:29.890Z] 15:44:29 [2023-03-05T20:44:29.890Z] setS1ASclassPath: 15:44:29 [2023-03-05T20:44:29.890Z] 15:44:29 [2023-03-05T20:44:29.890Z] init-common: 15:44:29 [2023-03-05T20:44:29.890Z] 15:44:29 [2023-03-05T20:44:29.890Z] delete-jdbc-connpool-common: 15:44:29 [2023-03-05T20:44:29.890Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-derby-xa-pool 15:44:30 [2023-03-05T20:44:30.146Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-derby-xa-pool 15:44:30 [2023-03-05T20:44:30.420Z] [exec] JDBC Connection pool jdbc-derby-xa-pool deleted successfully 15:44:30 [2023-03-05T20:44:30.420Z] [echo] cmd executed for server 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] all: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setOSConditions: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setToolWin: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setToolUnix: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setToolProperty: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setS1ASclassPath: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] init-common: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] clean: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setOSConditions: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setToolWin: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setToolUnix: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setToolProperty: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setS1ASclassPath: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] init-common: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] clean-common: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setOSConditions: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setToolWin: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setToolUnix: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setToolProperty: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setS1ASclassPath: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] init-common: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] clean-classes-common: 15:44:30 [2023-03-05T20:44:30.420Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setOSConditions: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setToolWin: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setToolUnix: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setToolProperty: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setS1ASclassPath: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] init-common: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] clean-jars-common: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] compile: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setOSConditions: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setToolWin: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setToolUnix: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setToolProperty: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.420Z] setS1ASclassPath: 15:44:30 [2023-03-05T20:44:30.420Z] 15:44:30 [2023-03-05T20:44:30.421Z] init-common: 15:44:30 [2023-03-05T20:44:30.421Z] 15:44:30 [2023-03-05T20:44:30.421Z] compile-common: 15:44:30 [2023-03-05T20:44:30.421Z] [echo] Current time (ISO): 2023-03-05T20:44:30.173+0000 15:44:30 [2023-03-05T20:44:30.421Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:44:30 [2023-03-05T20:44:30.421Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:44:31 [2023-03-05T20:44:31.787Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:44:31 [2023-03-05T20:44:31.787Z] [javac] 1 warning 15:44:31 [2023-03-05T20:44:31.787Z] 15:44:31 [2023-03-05T20:44:31.787Z] setOSConditions: 15:44:31 [2023-03-05T20:44:31.787Z] 15:44:31 [2023-03-05T20:44:31.787Z] setToolWin: 15:44:31 [2023-03-05T20:44:31.787Z] 15:44:31 [2023-03-05T20:44:31.787Z] setToolUnix: 15:44:31 [2023-03-05T20:44:31.787Z] 15:44:31 [2023-03-05T20:44:31.787Z] setToolProperty: 15:44:31 [2023-03-05T20:44:31.787Z] 15:44:31 [2023-03-05T20:44:31.787Z] setS1ASclassPath: 15:44:31 [2023-03-05T20:44:31.787Z] 15:44:31 [2023-03-05T20:44:31.787Z] init-common: 15:44:31 [2023-03-05T20:44:31.787Z] 15:44:31 [2023-03-05T20:44:31.787Z] compile-common: 15:44:31 [2023-03-05T20:44:31.787Z] [echo] Current time (ISO): 2023-03-05T20:44:31.453+0000 15:44:31 [2023-03-05T20:44:31.787Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:44:32 [2023-03-05T20:44:32.721Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:44:32 [2023-03-05T20:44:32.721Z] [javac] 1 warning 15:44:32 [2023-03-05T20:44:32.721Z] 15:44:32 [2023-03-05T20:44:32.721Z] build: 15:44:32 [2023-03-05T20:44:32.721Z] 15:44:32 [2023-03-05T20:44:32.721Z] setOSConditions: 15:44:32 [2023-03-05T20:44:32.721Z] 15:44:32 [2023-03-05T20:44:32.721Z] fixFiles: 15:44:32 [2023-03-05T20:44:32.721Z] 15:44:32 [2023-03-05T20:44:32.721Z] convUnix: 15:44:32 [2023-03-05T20:44:32.721Z] 15:44:32 [2023-03-05T20:44:32.721Z] convWin: 15:44:32 [2023-03-05T20:44:32.721Z] 15:44:32 [2023-03-05T20:44:32.721Z] setToolWin: 15:44:32 [2023-03-05T20:44:32.721Z] 15:44:32 [2023-03-05T20:44:32.721Z] setToolUnix: 15:44:32 [2023-03-05T20:44:32.721Z] 15:44:32 [2023-03-05T20:44:32.721Z] setToolProperty: 15:44:32 [2023-03-05T20:44:32.721Z] 15:44:32 [2023-03-05T20:44:32.721Z] setS1ASclassPath: 15:44:32 [2023-03-05T20:44:32.721Z] 15:44:32 [2023-03-05T20:44:32.721Z] init-common: 15:44:32 [2023-03-05T20:44:32.721Z] 15:44:32 [2023-03-05T20:44:32.721Z] package-persistence-common: 15:44:32 [2023-03-05T20:44:32.721Z] 15:44:32 [2023-03-05T20:44:32.721Z] ejb-jar-common: 15:44:32 [2023-03-05T20:44:32.721Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:44:32 [2023-03-05T20:44:32.721Z] 15:44:32 [2023-03-05T20:44:32.721Z] package-ejbjar-common: 15:44:32 [2023-03-05T20:44:32.721Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:32 [2023-03-05T20:44:32.722Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:32 [2023-03-05T20:44:32.722Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:32 [2023-03-05T20:44:32.722Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentials-ejb.jar 15:44:32 [2023-03-05T20:44:32.722Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] appclient-jar-common: 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] package-appclientjar-common: 15:44:32 [2023-03-05T20:44:32.722Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:32 [2023-03-05T20:44:32.722Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:32 [2023-03-05T20:44:32.722Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:32 [2023-03-05T20:44:32.722Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentials-client.jar 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] webclient-war-common: 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] build-ear-common: 15:44:32 [2023-03-05T20:44:32.722Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:32 [2023-03-05T20:44:32.722Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentialsApp.ear 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] deploy: 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] setOSConditions: 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] setToolWin: 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] setToolUnix: 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] setToolProperty: 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] setS1ASclassPath: 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] init-common: 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] deploy-jdbc-common: 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] setOSConditions: 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] setToolWin: 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] setToolUnix: 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] setToolProperty: 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] setS1ASclassPath: 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] init-common: 15:44:32 [2023-03-05T20:44:32.722Z] 15:44:32 [2023-03-05T20:44:32.722Z] create-jdbc-connpool-common: 15:44:33 [2023-03-05T20:44:33.284Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 15:44:33 [2023-03-05T20:44:33.284Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 15:44:33 [2023-03-05T20:44:33.284Z] 15:44:33 [2023-03-05T20:44:33.284Z] set-derby-connpool-props: 15:44:33 [2023-03-05T20:44:33.540Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:44:33 [2023-03-05T20:44:33.540Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:44:33 [2023-03-05T20:44:33.796Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:44:33 [2023-03-05T20:44:33.796Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:44:34 [2023-03-05T20:44:34.052Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:44:34 [2023-03-05T20:44:34.052Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:44:34 [2023-03-05T20:44:34.308Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:44:34 [2023-03-05T20:44:34.308Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:44:34 [2023-03-05T20:44:34.872Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:44:34 [2023-03-05T20:44:34.872Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:44:35 [2023-03-05T20:44:35.128Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:44:35 [2023-03-05T20:44:35.128Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:44:35 [2023-03-05T20:44:35.384Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:44:35 [2023-03-05T20:44:35.384Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:44:35 [2023-03-05T20:44:35.640Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:44:35 [2023-03-05T20:44:35.640Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:44:35 [2023-03-05T20:44:35.640Z] 15:44:35 [2023-03-05T20:44:35.640Z] setOSConditions: 15:44:35 [2023-03-05T20:44:35.640Z] 15:44:35 [2023-03-05T20:44:35.640Z] setToolWin: 15:44:35 [2023-03-05T20:44:35.640Z] 15:44:35 [2023-03-05T20:44:35.640Z] setToolUnix: 15:44:35 [2023-03-05T20:44:35.640Z] 15:44:35 [2023-03-05T20:44:35.640Z] setToolProperty: 15:44:35 [2023-03-05T20:44:35.640Z] 15:44:35 [2023-03-05T20:44:35.640Z] setS1ASclassPath: 15:44:35 [2023-03-05T20:44:35.640Z] 15:44:35 [2023-03-05T20:44:35.640Z] init-common: 15:44:35 [2023-03-05T20:44:35.640Z] 15:44:35 [2023-03-05T20:44:35.640Z] create-jdbc-resource-common: 15:44:35 [2023-03-05T20:44:35.640Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 15:44:35 [2023-03-05T20:44:35.896Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 15:44:35 [2023-03-05T20:44:35.896Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 15:44:35 [2023-03-05T20:44:35.896Z] [echo] cmd executed for server 15:44:35 [2023-03-05T20:44:35.896Z] 15:44:35 [2023-03-05T20:44:35.896Z] asadmin-common: 15:44:35 [2023-03-05T20:44:35.896Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.match_connections=true 15:44:36 [2023-03-05T20:44:36.152Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.match_connections=true 15:44:36 [2023-03-05T20:44:36.152Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.match-connections=true 15:44:36 [2023-03-05T20:44:36.152Z] 15:44:36 [2023-03-05T20:44:36.152Z] asadmin-common: 15:44:36 [2023-03-05T20:44:36.152Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.idle_timeout_in_seconds=900 15:44:36 [2023-03-05T20:44:36.409Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.idle_timeout_in_seconds=900 15:44:36 [2023-03-05T20:44:36.409Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.idle-timeout-in-seconds=900 15:44:36 [2023-03-05T20:44:36.409Z] 15:44:36 [2023-03-05T20:44:36.409Z] asadmin-common: 15:44:36 [2023-03-05T20:44:36.409Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.max_wait_time_in_millis=15000 15:44:36 [2023-03-05T20:44:36.972Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.max_wait_time_in_millis=15000 15:44:36 [2023-03-05T20:44:36.972Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.max-wait-time-in-millis=15000 15:44:36 [2023-03-05T20:44:36.972Z] 15:44:36 [2023-03-05T20:44:36.972Z] setOSConditions: 15:44:36 [2023-03-05T20:44:36.972Z] 15:44:36 [2023-03-05T20:44:36.972Z] setToolWin: 15:44:36 [2023-03-05T20:44:36.972Z] 15:44:36 [2023-03-05T20:44:36.972Z] setToolUnix: 15:44:36 [2023-03-05T20:44:36.972Z] 15:44:36 [2023-03-05T20:44:36.972Z] setToolProperty: 15:44:36 [2023-03-05T20:44:36.972Z] 15:44:36 [2023-03-05T20:44:36.972Z] setS1ASclassPath: 15:44:36 [2023-03-05T20:44:36.972Z] 15:44:36 [2023-03-05T20:44:36.972Z] init-common: 15:44:36 [2023-03-05T20:44:36.972Z] 15:44:36 [2023-03-05T20:44:36.972Z] deploy-common: 15:44:36 [2023-03-05T20:44:36.972Z] [echo] Current time (ISO): 2023-03-05T20:44:36.686+0000 15:44:36 [2023-03-05T20:44:36.972Z] 15:44:36 [2023-03-05T20:44:36.972Z] setOSConditions: 15:44:36 [2023-03-05T20:44:36.972Z] 15:44:36 [2023-03-05T20:44:36.972Z] setToolWin: 15:44:36 [2023-03-05T20:44:36.972Z] 15:44:36 [2023-03-05T20:44:36.972Z] setToolUnix: 15:44:36 [2023-03-05T20:44:36.972Z] 15:44:36 [2023-03-05T20:44:36.972Z] setToolProperty: 15:44:36 [2023-03-05T20:44:36.972Z] 15:44:36 [2023-03-05T20:44:36.972Z] setS1ASclassPath: 15:44:36 [2023-03-05T20:44:36.972Z] 15:44:36 [2023-03-05T20:44:36.972Z] init-common: 15:44:36 [2023-03-05T20:44:36.972Z] 15:44:36 [2023-03-05T20:44:36.972Z] deploy-common-pe: 15:44:37 [2023-03-05T20:44:37.228Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentialsApp.ear 15:44:37 [2023-03-05T20:44:37.228Z] [exec] Application deployed with name jdbc-multipleusercredentialsApp. 15:44:37 [2023-03-05T20:44:37.228Z] [echo] Deployment on target server server successful 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] setOSConditions: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] setToolWin: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] setToolUnix: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] setToolProperty: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] setS1ASclassPath: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] init-common: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] deploy-common-ee: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] run: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] setOSConditions: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] setToolWin: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] setToolUnix: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] setToolProperty: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] setS1ASclassPath: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] init-common: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] execute-sql-common: 15:44:37 [2023-03-05T20:44:37.228Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multipleusercredentials/sql/create_pointbase.sql 15:44:37 [2023-03-05T20:44:37.228Z] [sql] 0 rows affected 15:44:37 [2023-03-05T20:44:37.228Z] [sql] 0 rows affected 15:44:37 [2023-03-05T20:44:37.228Z] [sql] 2 of 2 SQL statements executed successfully 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] setOSConditions: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] setToolWin: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] setToolUnix: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] setToolProperty: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] setS1ASclassPath: 15:44:37 [2023-03-05T20:44:37.228Z] 15:44:37 [2023-03-05T20:44:37.228Z] init-common: 15:44:37 [2023-03-05T20:44:37.484Z] 15:44:37 [2023-03-05T20:44:37.484Z] runclient-common: 15:44:37 [2023-03-05T20:44:37.484Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentialsAppClient.jar -name jdbc-multipleusercredentialsClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:44:38 [2023-03-05T20:44:38.078Z] [exec] Mar 05, 2023 8:44:37 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:44:38 [2023-03-05T20:44:38.078Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:44:44 [2023-03-05T20:44:44.622Z] [exec] Mar 05, 2023 8:44:43 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:44:44 [2023-03-05T20:44:44.622Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6c951ada 15:44:45 [2023-03-05T20:44:45.184Z] [exec] Value of key is: test1 : 15:44:45 [2023-03-05T20:44:45.184Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:44:45 [2023-03-05T20:44:45.184Z] [exec] 15:44:45 [2023-03-05T20:44:45.184Z] [exec] 15:44:45 [2023-03-05T20:44:45.184Z] [exec] ----------------------------------------- 15:44:45 [2023-03-05T20:44:45.184Z] [exec] - test1 : : PASS - 15:44:45 [2023-03-05T20:44:45.184Z] [exec] ----------------------------------------- 15:44:45 [2023-03-05T20:44:45.184Z] [exec] Total PASS: 1 15:44:45 [2023-03-05T20:44:45.184Z] [exec] Total FAIL: 0 15:44:45 [2023-03-05T20:44:45.184Z] [exec] Total DID NOT RUN: 0 15:44:45 [2023-03-05T20:44:45.184Z] [exec] ----------------------------------------- 15:44:45 [2023-03-05T20:44:45.184Z] [exec] in flushAll , creating new testSuiteHash 15:44:45 [2023-03-05T20:44:45.184Z] [exec] in flushAll , creating new testSuiteHash 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] checkReporting-common: 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] confirmReportPresent-common: 15:44:45 [2023-03-05T20:44:45.440Z] [echo] file RepRunConf.txt is present. 15:44:45 [2023-03-05T20:44:45.440Z] [echo] Test seems to be reported fine 15:44:45 [2023-03-05T20:44:45.440Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multipleusercredentials/RepRunConf.txt 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] confirmMissingReport-common: 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] undeploy: 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] setOSConditions: 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] setToolWin: 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] setToolUnix: 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] setToolProperty: 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] setS1ASclassPath: 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] init-common: 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] execute-sql-common: 15:44:45 [2023-03-05T20:44:45.440Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multipleusercredentials/sql/drop_pointbase.sql 15:44:45 [2023-03-05T20:44:45.440Z] [sql] 0 of 0 SQL statements executed successfully 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] setOSConditions: 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] setToolWin: 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] setToolUnix: 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] setToolProperty: 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] setS1ASclassPath: 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] init-common: 15:44:45 [2023-03-05T20:44:45.440Z] 15:44:45 [2023-03-05T20:44:45.440Z] undeploy-common: 15:44:45 [2023-03-05T20:44:45.696Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-multipleusercredentialsApp 15:44:45 [2023-03-05T20:44:45.696Z] 15:44:45 [2023-03-05T20:44:45.696Z] setOSConditions: 15:44:45 [2023-03-05T20:44:45.696Z] 15:44:45 [2023-03-05T20:44:45.696Z] setToolWin: 15:44:45 [2023-03-05T20:44:45.696Z] 15:44:45 [2023-03-05T20:44:45.696Z] setToolUnix: 15:44:45 [2023-03-05T20:44:45.696Z] 15:44:45 [2023-03-05T20:44:45.696Z] setToolProperty: 15:44:45 [2023-03-05T20:44:45.696Z] 15:44:45 [2023-03-05T20:44:45.696Z] setS1ASclassPath: 15:44:45 [2023-03-05T20:44:45.696Z] 15:44:45 [2023-03-05T20:44:45.696Z] init-common: 15:44:45 [2023-03-05T20:44:45.696Z] 15:44:45 [2023-03-05T20:44:45.696Z] undeploy-jdbc-common: 15:44:45 [2023-03-05T20:44:45.696Z] 15:44:45 [2023-03-05T20:44:45.696Z] setOSConditions: 15:44:45 [2023-03-05T20:44:45.696Z] 15:44:45 [2023-03-05T20:44:45.696Z] setToolWin: 15:44:45 [2023-03-05T20:44:45.696Z] 15:44:45 [2023-03-05T20:44:45.696Z] setToolUnix: 15:44:45 [2023-03-05T20:44:45.696Z] 15:44:45 [2023-03-05T20:44:45.696Z] setToolProperty: 15:44:45 [2023-03-05T20:44:45.696Z] 15:44:45 [2023-03-05T20:44:45.696Z] setS1ASclassPath: 15:44:45 [2023-03-05T20:44:45.696Z] 15:44:45 [2023-03-05T20:44:45.696Z] init-common: 15:44:45 [2023-03-05T20:44:45.696Z] 15:44:45 [2023-03-05T20:44:45.696Z] delete-jdbc-resource-common: 15:44:45 [2023-03-05T20:44:45.696Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 15:44:46 [2023-03-05T20:44:46.258Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 15:44:46 [2023-03-05T20:44:46.258Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 15:44:46 [2023-03-05T20:44:46.258Z] [echo] cmd executed for server 15:44:46 [2023-03-05T20:44:46.258Z] 15:44:46 [2023-03-05T20:44:46.258Z] setOSConditions: 15:44:46 [2023-03-05T20:44:46.258Z] 15:44:46 [2023-03-05T20:44:46.258Z] setToolWin: 15:44:46 [2023-03-05T20:44:46.258Z] 15:44:46 [2023-03-05T20:44:46.258Z] setToolUnix: 15:44:46 [2023-03-05T20:44:46.258Z] 15:44:46 [2023-03-05T20:44:46.258Z] setToolProperty: 15:44:46 [2023-03-05T20:44:46.258Z] 15:44:46 [2023-03-05T20:44:46.258Z] setS1ASclassPath: 15:44:46 [2023-03-05T20:44:46.258Z] 15:44:46 [2023-03-05T20:44:46.258Z] init-common: 15:44:46 [2023-03-05T20:44:46.258Z] 15:44:46 [2023-03-05T20:44:46.258Z] delete-jdbc-connpool-common: 15:44:46 [2023-03-05T20:44:46.258Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 15:44:46 [2023-03-05T20:44:46.520Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 15:44:46 [2023-03-05T20:44:46.520Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 15:44:46 [2023-03-05T20:44:46.520Z] [echo] cmd executed for server 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] all: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setOSConditions: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setToolWin: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setToolUnix: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setToolProperty: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setS1ASclassPath: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] init-common: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] clean: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setOSConditions: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setToolWin: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setToolUnix: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setToolProperty: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setS1ASclassPath: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] init-common: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] clean-common: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setOSConditions: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setToolWin: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setToolUnix: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setToolProperty: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setS1ASclassPath: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] init-common: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] clean-classes-common: 15:44:46 [2023-03-05T20:44:46.520Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setOSConditions: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setToolWin: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setToolUnix: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setToolProperty: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setS1ASclassPath: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] init-common: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] clean-jars-common: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] compile: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setOSConditions: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setToolWin: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setToolUnix: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setToolProperty: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] setS1ASclassPath: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] init-common: 15:44:46 [2023-03-05T20:44:46.520Z] 15:44:46 [2023-03-05T20:44:46.520Z] compile-common: 15:44:46 [2023-03-05T20:44:46.520Z] [echo] Current time (ISO): 2023-03-05T20:44:46.325+0000 15:44:46 [2023-03-05T20:44:46.520Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:44:46 [2023-03-05T20:44:46.520Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:44:47 [2023-03-05T20:44:47.888Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:44:47 [2023-03-05T20:44:47.888Z] [javac] 1 warning 15:44:47 [2023-03-05T20:44:47.888Z] 15:44:47 [2023-03-05T20:44:47.888Z] setOSConditions: 15:44:47 [2023-03-05T20:44:47.888Z] 15:44:47 [2023-03-05T20:44:47.888Z] setToolWin: 15:44:47 [2023-03-05T20:44:47.888Z] 15:44:47 [2023-03-05T20:44:47.888Z] setToolUnix: 15:44:47 [2023-03-05T20:44:47.888Z] 15:44:47 [2023-03-05T20:44:47.888Z] setToolProperty: 15:44:47 [2023-03-05T20:44:47.888Z] 15:44:47 [2023-03-05T20:44:47.888Z] setS1ASclassPath: 15:44:47 [2023-03-05T20:44:47.888Z] 15:44:47 [2023-03-05T20:44:47.888Z] init-common: 15:44:47 [2023-03-05T20:44:47.888Z] 15:44:47 [2023-03-05T20:44:47.888Z] compile-common: 15:44:47 [2023-03-05T20:44:47.888Z] [echo] Current time (ISO): 2023-03-05T20:44:47.550+0000 15:44:47 [2023-03-05T20:44:47.888Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:44:48 [2023-03-05T20:44:48.816Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:44:48 [2023-03-05T20:44:48.816Z] [javac] 1 warning 15:44:48 [2023-03-05T20:44:48.816Z] 15:44:48 [2023-03-05T20:44:48.816Z] build: 15:44:48 [2023-03-05T20:44:48.816Z] 15:44:48 [2023-03-05T20:44:48.816Z] setOSConditions: 15:44:48 [2023-03-05T20:44:48.816Z] 15:44:48 [2023-03-05T20:44:48.816Z] fixFiles: 15:44:48 [2023-03-05T20:44:48.816Z] 15:44:48 [2023-03-05T20:44:48.816Z] convUnix: 15:44:48 [2023-03-05T20:44:48.816Z] 15:44:48 [2023-03-05T20:44:48.816Z] convWin: 15:44:48 [2023-03-05T20:44:48.816Z] 15:44:48 [2023-03-05T20:44:48.816Z] setToolWin: 15:44:48 [2023-03-05T20:44:48.816Z] 15:44:48 [2023-03-05T20:44:48.816Z] setToolUnix: 15:44:48 [2023-03-05T20:44:48.816Z] 15:44:48 [2023-03-05T20:44:48.816Z] setToolProperty: 15:44:48 [2023-03-05T20:44:48.816Z] 15:44:48 [2023-03-05T20:44:48.816Z] setS1ASclassPath: 15:44:48 [2023-03-05T20:44:48.816Z] 15:44:48 [2023-03-05T20:44:48.816Z] init-common: 15:44:48 [2023-03-05T20:44:48.816Z] 15:44:48 [2023-03-05T20:44:48.817Z] package-persistence-common: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] ejb-jar-common: 15:44:48 [2023-03-05T20:44:48.817Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] package-ejbjar-common: 15:44:48 [2023-03-05T20:44:48.817Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:48 [2023-03-05T20:44:48.817Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:48 [2023-03-05T20:44:48.817Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:48 [2023-03-05T20:44:48.817Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnection-ejb.jar 15:44:48 [2023-03-05T20:44:48.817Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] appclient-jar-common: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] package-appclientjar-common: 15:44:48 [2023-03-05T20:44:48.817Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:48 [2023-03-05T20:44:48.817Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:48 [2023-03-05T20:44:48.817Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:48 [2023-03-05T20:44:48.817Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnection-client.jar 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] webclient-war-common: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] build-ear-common: 15:44:48 [2023-03-05T20:44:48.817Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:48 [2023-03-05T20:44:48.817Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnectionApp.ear 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] deploy: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] setOSConditions: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] setToolWin: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] setToolUnix: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] setToolProperty: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] setS1ASclassPath: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] init-common: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] deploy-jdbc-common: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] setOSConditions: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] setToolWin: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] setToolUnix: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] setToolProperty: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] setS1ASclassPath: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] init-common: 15:44:48 [2023-03-05T20:44:48.817Z] 15:44:48 [2023-03-05T20:44:48.817Z] create-jdbc-connpool-common: 15:44:49 [2023-03-05T20:44:49.073Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 15:44:49 [2023-03-05T20:44:49.329Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 15:44:49 [2023-03-05T20:44:49.329Z] 15:44:49 [2023-03-05T20:44:49.329Z] set-derby-connpool-props: 15:44:49 [2023-03-05T20:44:49.585Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:44:49 [2023-03-05T20:44:49.585Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:44:50 [2023-03-05T20:44:50.147Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:44:50 [2023-03-05T20:44:50.147Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:44:50 [2023-03-05T20:44:50.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:44:50 [2023-03-05T20:44:50.421Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:44:50 [2023-03-05T20:44:50.677Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:44:50 [2023-03-05T20:44:50.677Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:44:50 [2023-03-05T20:44:50.933Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:44:50 [2023-03-05T20:44:50.933Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:44:51 [2023-03-05T20:44:51.189Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:44:51 [2023-03-05T20:44:51.189Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:44:51 [2023-03-05T20:44:51.444Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:44:51 [2023-03-05T20:44:51.444Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:44:51 [2023-03-05T20:44:51.702Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:44:51 [2023-03-05T20:44:51.958Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:44:51 [2023-03-05T20:44:51.958Z] 15:44:51 [2023-03-05T20:44:51.958Z] setOSConditions: 15:44:51 [2023-03-05T20:44:51.958Z] 15:44:51 [2023-03-05T20:44:51.958Z] setToolWin: 15:44:51 [2023-03-05T20:44:51.958Z] 15:44:51 [2023-03-05T20:44:51.958Z] setToolUnix: 15:44:51 [2023-03-05T20:44:51.958Z] 15:44:51 [2023-03-05T20:44:51.958Z] setToolProperty: 15:44:51 [2023-03-05T20:44:51.958Z] 15:44:51 [2023-03-05T20:44:51.958Z] setS1ASclassPath: 15:44:51 [2023-03-05T20:44:51.958Z] 15:44:51 [2023-03-05T20:44:51.958Z] init-common: 15:44:51 [2023-03-05T20:44:51.958Z] 15:44:51 [2023-03-05T20:44:51.958Z] create-jdbc-resource-common: 15:44:51 [2023-03-05T20:44:51.958Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 15:44:52 [2023-03-05T20:44:52.220Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 15:44:52 [2023-03-05T20:44:52.220Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 15:44:52 [2023-03-05T20:44:52.220Z] [echo] cmd executed for server 15:44:52 [2023-03-05T20:44:52.220Z] 15:44:52 [2023-03-05T20:44:52.220Z] setOSConditions: 15:44:52 [2023-03-05T20:44:52.220Z] 15:44:52 [2023-03-05T20:44:52.220Z] setToolWin: 15:44:52 [2023-03-05T20:44:52.220Z] 15:44:52 [2023-03-05T20:44:52.220Z] setToolUnix: 15:44:52 [2023-03-05T20:44:52.220Z] 15:44:52 [2023-03-05T20:44:52.220Z] setToolProperty: 15:44:52 [2023-03-05T20:44:52.220Z] 15:44:52 [2023-03-05T20:44:52.220Z] setS1ASclassPath: 15:44:52 [2023-03-05T20:44:52.220Z] 15:44:52 [2023-03-05T20:44:52.220Z] init-common: 15:44:52 [2023-03-05T20:44:52.220Z] 15:44:52 [2023-03-05T20:44:52.220Z] deploy-common: 15:44:52 [2023-03-05T20:44:52.220Z] [echo] Current time (ISO): 2023-03-05T20:44:51.990+0000 15:44:52 [2023-03-05T20:44:52.220Z] 15:44:52 [2023-03-05T20:44:52.220Z] setOSConditions: 15:44:52 [2023-03-05T20:44:52.220Z] 15:44:52 [2023-03-05T20:44:52.220Z] setToolWin: 15:44:52 [2023-03-05T20:44:52.220Z] 15:44:52 [2023-03-05T20:44:52.220Z] setToolUnix: 15:44:52 [2023-03-05T20:44:52.220Z] 15:44:52 [2023-03-05T20:44:52.220Z] setToolProperty: 15:44:52 [2023-03-05T20:44:52.220Z] 15:44:52 [2023-03-05T20:44:52.220Z] setS1ASclassPath: 15:44:52 [2023-03-05T20:44:52.220Z] 15:44:52 [2023-03-05T20:44:52.220Z] init-common: 15:44:52 [2023-03-05T20:44:52.220Z] 15:44:52 [2023-03-05T20:44:52.220Z] deploy-common-pe: 15:44:52 [2023-03-05T20:44:52.477Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnectionApp.ear 15:44:52 [2023-03-05T20:44:52.477Z] [exec] Application deployed with name jdbc-multiplecloseconnectionApp. 15:44:52 [2023-03-05T20:44:52.477Z] [echo] Deployment on target server server successful 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] setOSConditions: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] setToolWin: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] setToolUnix: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] setToolProperty: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] setS1ASclassPath: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] init-common: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] deploy-common-ee: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] run: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] setOSConditions: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] setToolWin: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] setToolUnix: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] setToolProperty: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] setS1ASclassPath: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] init-common: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] execute-sql-common: 15:44:52 [2023-03-05T20:44:52.477Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multiplecloseconnection/sql/create_pointbase.sql 15:44:52 [2023-03-05T20:44:52.477Z] [sql] Failed to execute: Drop table TXLEVELSWITCH 15:44:52 [2023-03-05T20:44:52.477Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. 15:44:52 [2023-03-05T20:44:52.477Z] [sql] 0 rows affected 15:44:52 [2023-03-05T20:44:52.477Z] [sql] 1 rows affected 15:44:52 [2023-03-05T20:44:52.477Z] [sql] 1 rows affected 15:44:52 [2023-03-05T20:44:52.477Z] [sql] 3 of 4 SQL statements executed successfully 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] setOSConditions: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] setToolWin: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] setToolUnix: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] setToolProperty: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] setS1ASclassPath: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] init-common: 15:44:52 [2023-03-05T20:44:52.477Z] 15:44:52 [2023-03-05T20:44:52.477Z] runclient-common: 15:44:52 [2023-03-05T20:44:52.477Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnectionAppClient.jar -name jdbc-multiplecloseconnectionClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:44:53 [2023-03-05T20:44:53.420Z] [exec] Mar 05, 2023 8:44:53 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:44:53 [2023-03-05T20:44:53.420Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:44:55 [2023-03-05T20:44:55.938Z] [exec] Mar 05, 2023 8:44:55 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:44:55 [2023-03-05T20:44:55.938Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@50598a1a 15:44:55 [2023-03-05T20:44:55.938Z] [exec] Value of key is: test1 : 15:44:55 [2023-03-05T20:44:55.938Z] [exec] Value of key is: test2 : 15:44:55 [2023-03-05T20:44:55.938Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:44:55 [2023-03-05T20:44:55.938Z] [exec] 15:44:55 [2023-03-05T20:44:55.938Z] [exec] 15:44:55 [2023-03-05T20:44:55.938Z] [exec] ----------------------------------------- 15:44:55 [2023-03-05T20:44:55.938Z] [exec] - test2 : : PASS - 15:44:55 [2023-03-05T20:44:55.938Z] [exec] - test1 : : PASS - 15:44:55 [2023-03-05T20:44:55.938Z] [exec] ----------------------------------------- 15:44:55 [2023-03-05T20:44:55.938Z] [exec] Total PASS: 2 15:44:55 [2023-03-05T20:44:55.938Z] [exec] Total FAIL: 0 15:44:55 [2023-03-05T20:44:55.938Z] [exec] Total DID NOT RUN: 0 15:44:55 [2023-03-05T20:44:55.938Z] [exec] ----------------------------------------- 15:44:55 [2023-03-05T20:44:55.938Z] [exec] in flushAll , creating new testSuiteHash 15:44:55 [2023-03-05T20:44:55.938Z] [exec] in flushAll , creating new testSuiteHash 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] checkReporting-common: 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] confirmReportPresent-common: 15:44:56 [2023-03-05T20:44:56.195Z] [echo] file RepRunConf.txt is present. 15:44:56 [2023-03-05T20:44:56.195Z] [echo] Test seems to be reported fine 15:44:56 [2023-03-05T20:44:56.195Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multiplecloseconnection/RepRunConf.txt 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] confirmMissingReport-common: 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] undeploy: 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] setOSConditions: 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] setToolWin: 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] setToolUnix: 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] setToolProperty: 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] setS1ASclassPath: 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] init-common: 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] execute-sql-common: 15:44:56 [2023-03-05T20:44:56.195Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multiplecloseconnection/sql/drop_pointbase.sql 15:44:56 [2023-03-05T20:44:56.195Z] [sql] 0 rows affected 15:44:56 [2023-03-05T20:44:56.195Z] [sql] Failed to execute: Drop table TXLEVELSWITCH2 15:44:56 [2023-03-05T20:44:56.195Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. 15:44:56 [2023-03-05T20:44:56.195Z] [sql] 1 of 2 SQL statements executed successfully 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] setOSConditions: 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] setToolWin: 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] setToolUnix: 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] setToolProperty: 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] setS1ASclassPath: 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] init-common: 15:44:56 [2023-03-05T20:44:56.195Z] 15:44:56 [2023-03-05T20:44:56.195Z] undeploy-common: 15:44:56 [2023-03-05T20:44:56.451Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-multiplecloseconnectionApp 15:44:56 [2023-03-05T20:44:56.451Z] 15:44:56 [2023-03-05T20:44:56.451Z] setOSConditions: 15:44:56 [2023-03-05T20:44:56.451Z] 15:44:56 [2023-03-05T20:44:56.451Z] setToolWin: 15:44:56 [2023-03-05T20:44:56.451Z] 15:44:56 [2023-03-05T20:44:56.451Z] setToolUnix: 15:44:56 [2023-03-05T20:44:56.452Z] 15:44:56 [2023-03-05T20:44:56.452Z] setToolProperty: 15:44:56 [2023-03-05T20:44:56.452Z] 15:44:56 [2023-03-05T20:44:56.452Z] setS1ASclassPath: 15:44:56 [2023-03-05T20:44:56.452Z] 15:44:56 [2023-03-05T20:44:56.452Z] init-common: 15:44:56 [2023-03-05T20:44:56.452Z] 15:44:56 [2023-03-05T20:44:56.452Z] undeploy-jdbc-common: 15:44:56 [2023-03-05T20:44:56.452Z] 15:44:56 [2023-03-05T20:44:56.452Z] setOSConditions: 15:44:56 [2023-03-05T20:44:56.452Z] 15:44:56 [2023-03-05T20:44:56.452Z] setToolWin: 15:44:56 [2023-03-05T20:44:56.452Z] 15:44:56 [2023-03-05T20:44:56.452Z] setToolUnix: 15:44:56 [2023-03-05T20:44:56.452Z] 15:44:56 [2023-03-05T20:44:56.452Z] setToolProperty: 15:44:56 [2023-03-05T20:44:56.452Z] 15:44:56 [2023-03-05T20:44:56.452Z] setS1ASclassPath: 15:44:56 [2023-03-05T20:44:56.452Z] 15:44:56 [2023-03-05T20:44:56.452Z] init-common: 15:44:56 [2023-03-05T20:44:56.452Z] 15:44:56 [2023-03-05T20:44:56.452Z] delete-jdbc-resource-common: 15:44:56 [2023-03-05T20:44:56.452Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 15:44:57 [2023-03-05T20:44:57.027Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 15:44:57 [2023-03-05T20:44:57.027Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 15:44:57 [2023-03-05T20:44:57.027Z] [echo] cmd executed for server 15:44:57 [2023-03-05T20:44:57.027Z] 15:44:57 [2023-03-05T20:44:57.027Z] setOSConditions: 15:44:57 [2023-03-05T20:44:57.027Z] 15:44:57 [2023-03-05T20:44:57.027Z] setToolWin: 15:44:57 [2023-03-05T20:44:57.027Z] 15:44:57 [2023-03-05T20:44:57.027Z] setToolUnix: 15:44:57 [2023-03-05T20:44:57.027Z] 15:44:57 [2023-03-05T20:44:57.027Z] setToolProperty: 15:44:57 [2023-03-05T20:44:57.027Z] 15:44:57 [2023-03-05T20:44:57.027Z] setS1ASclassPath: 15:44:57 [2023-03-05T20:44:57.027Z] 15:44:57 [2023-03-05T20:44:57.027Z] init-common: 15:44:57 [2023-03-05T20:44:57.027Z] 15:44:57 [2023-03-05T20:44:57.027Z] delete-jdbc-connpool-common: 15:44:57 [2023-03-05T20:44:57.028Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 15:44:57 [2023-03-05T20:44:57.284Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 15:44:57 [2023-03-05T20:44:57.284Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 15:44:57 [2023-03-05T20:44:57.284Z] [echo] cmd executed for server 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] all: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setOSConditions: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setToolWin: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setToolUnix: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setToolProperty: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setS1ASclassPath: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] init-common: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] clean: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setOSConditions: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setToolWin: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setToolUnix: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setToolProperty: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setS1ASclassPath: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] init-common: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] clean-common: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setOSConditions: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setToolWin: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setToolUnix: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setToolProperty: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setS1ASclassPath: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] init-common: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] clean-classes-common: 15:44:57 [2023-03-05T20:44:57.284Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setOSConditions: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setToolWin: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setToolUnix: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setToolProperty: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setS1ASclassPath: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] init-common: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] clean-jars-common: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] compile: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setOSConditions: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setToolWin: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setToolUnix: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setToolProperty: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] setS1ASclassPath: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] init-common: 15:44:57 [2023-03-05T20:44:57.284Z] 15:44:57 [2023-03-05T20:44:57.284Z] compile-common: 15:44:57 [2023-03-05T20:44:57.284Z] [echo] Current time (ISO): 2023-03-05T20:44:57.093+0000 15:44:57 [2023-03-05T20:44:57.284Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:44:57 [2023-03-05T20:44:57.284Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:44:58 [2023-03-05T20:44:58.221Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:44:58 [2023-03-05T20:44:58.221Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/ejb/SimpleBMPBean.java:42: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:44:58 [2023-03-05T20:44:58.221Z] [javac] return new Integer(1); 15:44:58 [2023-03-05T20:44:58.221Z] [javac] ^ 15:44:58 [2023-03-05T20:44:58.477Z] [javac] 2 warnings 15:44:58 [2023-03-05T20:44:58.477Z] 15:44:58 [2023-03-05T20:44:58.477Z] setOSConditions: 15:44:58 [2023-03-05T20:44:58.477Z] 15:44:58 [2023-03-05T20:44:58.477Z] setToolWin: 15:44:58 [2023-03-05T20:44:58.477Z] 15:44:58 [2023-03-05T20:44:58.477Z] setToolUnix: 15:44:58 [2023-03-05T20:44:58.477Z] 15:44:58 [2023-03-05T20:44:58.477Z] setToolProperty: 15:44:58 [2023-03-05T20:44:58.477Z] 15:44:58 [2023-03-05T20:44:58.477Z] setS1ASclassPath: 15:44:58 [2023-03-05T20:44:58.477Z] 15:44:58 [2023-03-05T20:44:58.477Z] init-common: 15:44:58 [2023-03-05T20:44:58.478Z] 15:44:58 [2023-03-05T20:44:58.478Z] compile-common: 15:44:58 [2023-03-05T20:44:58.478Z] [echo] Current time (ISO): 2023-03-05T20:44:58.277+0000 15:44:58 [2023-03-05T20:44:58.478Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:44:59 [2023-03-05T20:44:59.406Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:44:59 [2023-03-05T20:44:59.406Z] [javac] 1 warning 15:44:59 [2023-03-05T20:44:59.662Z] 15:44:59 [2023-03-05T20:44:59.662Z] build: 15:44:59 [2023-03-05T20:44:59.662Z] 15:44:59 [2023-03-05T20:44:59.662Z] setOSConditions: 15:44:59 [2023-03-05T20:44:59.662Z] 15:44:59 [2023-03-05T20:44:59.662Z] fixFiles: 15:44:59 [2023-03-05T20:44:59.662Z] 15:44:59 [2023-03-05T20:44:59.662Z] convUnix: 15:44:59 [2023-03-05T20:44:59.662Z] 15:44:59 [2023-03-05T20:44:59.662Z] convWin: 15:44:59 [2023-03-05T20:44:59.662Z] 15:44:59 [2023-03-05T20:44:59.662Z] setToolWin: 15:44:59 [2023-03-05T20:44:59.662Z] 15:44:59 [2023-03-05T20:44:59.662Z] setToolUnix: 15:44:59 [2023-03-05T20:44:59.662Z] 15:44:59 [2023-03-05T20:44:59.662Z] setToolProperty: 15:44:59 [2023-03-05T20:44:59.662Z] 15:44:59 [2023-03-05T20:44:59.662Z] setS1ASclassPath: 15:44:59 [2023-03-05T20:44:59.662Z] 15:44:59 [2023-03-05T20:44:59.662Z] init-common: 15:44:59 [2023-03-05T20:44:59.662Z] 15:44:59 [2023-03-05T20:44:59.662Z] package-persistence-common: 15:44:59 [2023-03-05T20:44:59.662Z] 15:44:59 [2023-03-05T20:44:59.662Z] ejb-jar-common: 15:44:59 [2023-03-05T20:44:59.662Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:44:59 [2023-03-05T20:44:59.662Z] 15:44:59 [2023-03-05T20:44:59.662Z] package-ejbjar-common: 15:44:59 [2023-03-05T20:44:59.662Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:59 [2023-03-05T20:44:59.663Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:59 [2023-03-05T20:44:59.663Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:59 [2023-03-05T20:44:59.663Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeout-ejb.jar 15:44:59 [2023-03-05T20:44:59.663Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] appclient-jar-common: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] package-appclientjar-common: 15:44:59 [2023-03-05T20:44:59.663Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:59 [2023-03-05T20:44:59.663Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:59 [2023-03-05T20:44:59.663Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:59 [2023-03-05T20:44:59.663Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeout-client.jar 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] webclient-war-common: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] build-ear-common: 15:44:59 [2023-03-05T20:44:59.663Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:44:59 [2023-03-05T20:44:59.663Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeoutApp.ear 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] deploy: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] setOSConditions: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] setToolWin: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] setToolUnix: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] setToolProperty: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] setS1ASclassPath: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] init-common: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] execute-sql-common: 15:44:59 [2023-03-05T20:44:59.663Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/sql/create_pointbase.sql 15:44:59 [2023-03-05T20:44:59.663Z] [sql] Failed to execute: Drop table customer_stmt_wrapper 15:44:59 [2023-03-05T20:44:59.663Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER' because it does not exist. 15:44:59 [2023-03-05T20:44:59.663Z] [sql] 0 rows affected 15:44:59 [2023-03-05T20:44:59.663Z] [sql] 1 rows affected 15:44:59 [2023-03-05T20:44:59.663Z] [sql] 1 rows affected 15:44:59 [2023-03-05T20:44:59.663Z] [sql] 3 of 4 SQL statements executed successfully 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] setOSConditions: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] setToolWin: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] setToolUnix: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] setToolProperty: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] setS1ASclassPath: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] init-common: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] deploy-jdbc-common: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] setOSConditions: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] setToolWin: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] setToolUnix: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] setToolProperty: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] setS1ASclassPath: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] init-common: 15:44:59 [2023-03-05T20:44:59.663Z] 15:44:59 [2023-03-05T20:44:59.663Z] create-jdbc-connpool-common: 15:44:59 [2023-03-05T20:44:59.919Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 15:44:59 [2023-03-05T20:44:59.919Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 15:44:59 [2023-03-05T20:44:59.919Z] 15:44:59 [2023-03-05T20:44:59.919Z] set-derby-connpool-props: 15:45:00 [2023-03-05T20:45:00.175Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:45:00 [2023-03-05T20:45:00.176Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:45:00 [2023-03-05T20:45:00.432Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:45:00 [2023-03-05T20:45:00.432Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:45:00 [2023-03-05T20:45:00.994Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:45:00 [2023-03-05T20:45:00.994Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:45:00 [2023-03-05T20:45:00.994Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:45:00 [2023-03-05T20:45:00.994Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:45:01 [2023-03-05T20:45:01.557Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:45:01 [2023-03-05T20:45:01.557Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:45:01 [2023-03-05T20:45:01.820Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:45:01 [2023-03-05T20:45:01.820Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:45:02 [2023-03-05T20:45:02.077Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:45:02 [2023-03-05T20:45:02.077Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:45:02 [2023-03-05T20:45:02.334Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:45:02 [2023-03-05T20:45:02.334Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:45:02 [2023-03-05T20:45:02.334Z] 15:45:02 [2023-03-05T20:45:02.334Z] setOSConditions: 15:45:02 [2023-03-05T20:45:02.334Z] 15:45:02 [2023-03-05T20:45:02.334Z] setToolWin: 15:45:02 [2023-03-05T20:45:02.334Z] 15:45:02 [2023-03-05T20:45:02.334Z] setToolUnix: 15:45:02 [2023-03-05T20:45:02.334Z] 15:45:02 [2023-03-05T20:45:02.334Z] setToolProperty: 15:45:02 [2023-03-05T20:45:02.334Z] 15:45:02 [2023-03-05T20:45:02.334Z] setS1ASclassPath: 15:45:02 [2023-03-05T20:45:02.334Z] 15:45:02 [2023-03-05T20:45:02.334Z] init-common: 15:45:02 [2023-03-05T20:45:02.334Z] 15:45:02 [2023-03-05T20:45:02.334Z] create-jdbc-resource-common: 15:45:02 [2023-03-05T20:45:02.334Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 15:45:03 [2023-03-05T20:45:03.220Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 15:45:03 [2023-03-05T20:45:03.220Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 15:45:03 [2023-03-05T20:45:03.220Z] [echo] cmd executed for server 15:45:03 [2023-03-05T20:45:03.220Z] 15:45:03 [2023-03-05T20:45:03.220Z] asadmin-common: 15:45:03 [2023-03-05T20:45:03.220Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.statement_timeout_in_seconds=30 15:45:03 [2023-03-05T20:45:03.220Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.statement_timeout_in_seconds=30 15:45:03 [2023-03-05T20:45:03.221Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.statement-timeout-in-seconds=30 15:45:03 [2023-03-05T20:45:03.221Z] 15:45:03 [2023-03-05T20:45:03.221Z] setOSConditions: 15:45:03 [2023-03-05T20:45:03.221Z] 15:45:03 [2023-03-05T20:45:03.221Z] setToolWin: 15:45:03 [2023-03-05T20:45:03.221Z] 15:45:03 [2023-03-05T20:45:03.221Z] setToolUnix: 15:45:03 [2023-03-05T20:45:03.221Z] 15:45:03 [2023-03-05T20:45:03.221Z] setToolProperty: 15:45:03 [2023-03-05T20:45:03.221Z] 15:45:03 [2023-03-05T20:45:03.221Z] setS1ASclassPath: 15:45:03 [2023-03-05T20:45:03.221Z] 15:45:03 [2023-03-05T20:45:03.221Z] init-common: 15:45:03 [2023-03-05T20:45:03.221Z] 15:45:03 [2023-03-05T20:45:03.221Z] create-persistence-resource-common: 15:45:03 [2023-03-05T20:45:03.221Z] [echo] asadmin create-persistence-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdo/s1qePM 15:45:03 [2023-03-05T20:45:03.221Z] [exec] Command create-persistence-resource failed. 15:45:03 [2023-03-05T20:45:03.221Z] [exec] CLI194: Previously supported command: create-persistence-resource is not supported for this release. 15:45:03 [2023-03-05T20:45:03.221Z] [exec] Result: 1 15:45:03 [2023-03-05T20:45:03.221Z] [echo] Created jdo/s1qePM --target server 15:45:03 [2023-03-05T20:45:03.221Z] 15:45:03 [2023-03-05T20:45:03.221Z] asadmin-common-ignore-fail: 15:45:03 [2023-03-05T20:45:03.221Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.persistence-manager-factory-resource.jdo/s1qePM.factory_class=com.sun.jdo.spi.persistence.support.sqlstore.impl.PersistenceManagerFactoryImpl 15:45:03 [2023-03-05T20:45:03.477Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.persistence-manager-factory-resource.jdo/s1qePM.factory_class=com.sun.jdo.spi.persistence.support.sqlstore.impl.PersistenceManagerFactoryImpl 15:45:03 [2023-03-05T20:45:03.477Z] [exec] remote failure: No configuration found for domain.resources.persistence-manager-factory-resource.jdo/s1qePM 15:45:03 [2023-03-05T20:45:03.477Z] [exec] Result: 1 15:45:03 [2023-03-05T20:45:03.477Z] 15:45:03 [2023-03-05T20:45:03.477Z] asadmin-common-ignore-fail: 15:45:03 [2023-03-05T20:45:03.477Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.persistence-manager-factory-resource.jdo/s1qePM.jdbc_resource_jndi_name=jdbc/s1qeDB 15:45:03 [2023-03-05T20:45:03.734Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.persistence-manager-factory-resource.jdo/s1qePM.jdbc_resource_jndi_name=jdbc/s1qeDB 15:45:03 [2023-03-05T20:45:03.734Z] [exec] remote failure: No configuration found for domain.resources.persistence-manager-factory-resource.jdo/s1qePM 15:45:03 [2023-03-05T20:45:03.734Z] [exec] Result: 1 15:45:03 [2023-03-05T20:45:03.734Z] 15:45:03 [2023-03-05T20:45:03.734Z] setOSConditions: 15:45:03 [2023-03-05T20:45:03.734Z] 15:45:03 [2023-03-05T20:45:03.734Z] setToolWin: 15:45:03 [2023-03-05T20:45:03.734Z] 15:45:03 [2023-03-05T20:45:03.734Z] setToolUnix: 15:45:03 [2023-03-05T20:45:03.734Z] 15:45:03 [2023-03-05T20:45:03.734Z] setToolProperty: 15:45:03 [2023-03-05T20:45:03.734Z] 15:45:03 [2023-03-05T20:45:03.734Z] setS1ASclassPath: 15:45:03 [2023-03-05T20:45:03.734Z] 15:45:03 [2023-03-05T20:45:03.734Z] init-common: 15:45:03 [2023-03-05T20:45:03.734Z] 15:45:03 [2023-03-05T20:45:03.734Z] deploy-common: 15:45:03 [2023-03-05T20:45:03.734Z] [echo] Current time (ISO): 2023-03-05T20:45:03.694+0000 15:45:03 [2023-03-05T20:45:03.734Z] 15:45:03 [2023-03-05T20:45:03.734Z] setOSConditions: 15:45:03 [2023-03-05T20:45:03.734Z] 15:45:03 [2023-03-05T20:45:03.734Z] setToolWin: 15:45:03 [2023-03-05T20:45:03.734Z] 15:45:03 [2023-03-05T20:45:03.734Z] setToolUnix: 15:45:03 [2023-03-05T20:45:03.734Z] 15:45:03 [2023-03-05T20:45:03.734Z] setToolProperty: 15:45:03 [2023-03-05T20:45:03.734Z] 15:45:03 [2023-03-05T20:45:03.734Z] setS1ASclassPath: 15:45:03 [2023-03-05T20:45:03.734Z] 15:45:03 [2023-03-05T20:45:03.734Z] init-common: 15:45:03 [2023-03-05T20:45:03.734Z] 15:45:03 [2023-03-05T20:45:03.734Z] deploy-common-pe: 15:45:04 [2023-03-05T20:45:04.318Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeoutApp.ear 15:45:04 [2023-03-05T20:45:04.318Z] [exec] Application deployed with name ejb-bmp-statementtimeoutApp. 15:45:04 [2023-03-05T20:45:04.319Z] [echo] Deployment on target server server successful 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] setOSConditions: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] setToolWin: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] setToolUnix: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] setToolProperty: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] setS1ASclassPath: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] init-common: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] deploy-common-ee: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] run: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] setOSConditions: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] setToolWin: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] setToolUnix: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] setToolProperty: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] setS1ASclassPath: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] init-common: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] execute-sql-common: 15:45:04 [2023-03-05T20:45:04.319Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/sql/create_pointbase.sql 15:45:04 [2023-03-05T20:45:04.319Z] [sql] 0 rows affected 15:45:04 [2023-03-05T20:45:04.319Z] [sql] 0 rows affected 15:45:04 [2023-03-05T20:45:04.319Z] [sql] 1 rows affected 15:45:04 [2023-03-05T20:45:04.319Z] [sql] 1 rows affected 15:45:04 [2023-03-05T20:45:04.319Z] [sql] 4 of 4 SQL statements executed successfully 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] setOSConditions: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] setToolWin: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] setToolUnix: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] setToolProperty: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] setS1ASclassPath: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] init-common: 15:45:04 [2023-03-05T20:45:04.319Z] 15:45:04 [2023-03-05T20:45:04.319Z] runclient-common: 15:45:04 [2023-03-05T20:45:04.319Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeoutAppClient.jar -name ejb-bmp-statementtimeoutClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 15:45:04 [2023-03-05T20:45:04.881Z] [exec] Mar 05, 2023 8:45:04 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:45:04 [2023-03-05T20:45:04.881Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:45:07 [2023-03-05T20:45:07.396Z] [exec] Mar 05, 2023 8:45:06 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:45:07 [2023-03-05T20:45:07.397Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5fef0c19 15:45:07 [2023-03-05T20:45:07.397Z] [exec] Value of key is: statementTest : 15:45:07 [2023-03-05T20:45:07.397Z] [exec] Value of key is: preparedStatementTest : 15:45:07 [2023-03-05T20:45:07.397Z] [exec] Value of key is: callableStatementTest : 15:45:07 [2023-03-05T20:45:07.397Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:45:07 [2023-03-05T20:45:07.397Z] [exec] 15:45:07 [2023-03-05T20:45:07.397Z] [exec] 15:45:07 [2023-03-05T20:45:07.397Z] [exec] ----------------------------------------- 15:45:07 [2023-03-05T20:45:07.397Z] [exec] - callableStatementTest : : PASS - 15:45:07 [2023-03-05T20:45:07.397Z] [exec] - statementTest : : PASS - 15:45:07 [2023-03-05T20:45:07.397Z] [exec] - preparedStatementTest : : PASS - 15:45:07 [2023-03-05T20:45:07.397Z] [exec] ----------------------------------------- 15:45:07 [2023-03-05T20:45:07.397Z] [exec] Total PASS: 3 15:45:07 [2023-03-05T20:45:07.397Z] [exec] Total FAIL: 0 15:45:07 [2023-03-05T20:45:07.397Z] [exec] Total DID NOT RUN: 0 15:45:07 [2023-03-05T20:45:07.397Z] [exec] ----------------------------------------- 15:45:07 [2023-03-05T20:45:07.397Z] [exec] in flushAll , creating new testSuiteHash 15:45:07 [2023-03-05T20:45:07.397Z] [exec] in flushAll , creating new testSuiteHash 15:45:07 [2023-03-05T20:45:07.397Z] 15:45:07 [2023-03-05T20:45:07.397Z] checkReporting-common: 15:45:07 [2023-03-05T20:45:07.397Z] 15:45:07 [2023-03-05T20:45:07.397Z] confirmReportPresent-common: 15:45:07 [2023-03-05T20:45:07.397Z] [echo] file RepRunConf.txt is present. 15:45:07 [2023-03-05T20:45:07.397Z] [echo] Test seems to be reported fine 15:45:07 [2023-03-05T20:45:07.397Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/RepRunConf.txt 15:45:07 [2023-03-05T20:45:07.397Z] 15:45:07 [2023-03-05T20:45:07.397Z] confirmMissingReport-common: 15:45:07 [2023-03-05T20:45:07.397Z] 15:45:07 [2023-03-05T20:45:07.397Z] undeploy: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setOSConditions: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setToolWin: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setToolUnix: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setToolProperty: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setS1ASclassPath: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] init-common: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] execute-sql-common: 15:45:07 [2023-03-05T20:45:07.653Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/sql/drop_pointbase.sql 15:45:07 [2023-03-05T20:45:07.653Z] [sql] 0 rows affected 15:45:07 [2023-03-05T20:45:07.653Z] [sql] 1 of 1 SQL statements executed successfully 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setOSConditions: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setToolWin: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setToolUnix: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setToolProperty: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setS1ASclassPath: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] init-common: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] delete-persistence-resource-common: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] asadmin-common-ignore-fail: 15:45:07 [2023-03-05T20:45:07.653Z] [echo] asadmin delete-persistence-resource --target server --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdo/s1qePM 15:45:07 [2023-03-05T20:45:07.653Z] [exec] Command delete-persistence-resource failed. 15:45:07 [2023-03-05T20:45:07.653Z] [exec] CLI194: Previously supported command: delete-persistence-resource is not supported for this release. 15:45:07 [2023-03-05T20:45:07.653Z] [exec] Result: 1 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setOSConditions: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setToolWin: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setToolUnix: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setToolProperty: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setS1ASclassPath: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] init-common: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] undeploy-jdbc-common: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setOSConditions: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setToolWin: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setToolUnix: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setToolProperty: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] setS1ASclassPath: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] init-common: 15:45:07 [2023-03-05T20:45:07.653Z] 15:45:07 [2023-03-05T20:45:07.653Z] delete-jdbc-resource-common: 15:45:07 [2023-03-05T20:45:07.653Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 15:45:08 [2023-03-05T20:45:08.226Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 15:45:08 [2023-03-05T20:45:08.226Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 15:45:08 [2023-03-05T20:45:08.226Z] [echo] cmd executed for server 15:45:08 [2023-03-05T20:45:08.226Z] 15:45:08 [2023-03-05T20:45:08.226Z] setOSConditions: 15:45:08 [2023-03-05T20:45:08.226Z] 15:45:08 [2023-03-05T20:45:08.226Z] setToolWin: 15:45:08 [2023-03-05T20:45:08.226Z] 15:45:08 [2023-03-05T20:45:08.226Z] setToolUnix: 15:45:08 [2023-03-05T20:45:08.226Z] 15:45:08 [2023-03-05T20:45:08.226Z] setToolProperty: 15:45:08 [2023-03-05T20:45:08.226Z] 15:45:08 [2023-03-05T20:45:08.226Z] setS1ASclassPath: 15:45:08 [2023-03-05T20:45:08.226Z] 15:45:08 [2023-03-05T20:45:08.226Z] init-common: 15:45:08 [2023-03-05T20:45:08.226Z] 15:45:08 [2023-03-05T20:45:08.226Z] delete-jdbc-connpool-common: 15:45:08 [2023-03-05T20:45:08.226Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 15:45:08 [2023-03-05T20:45:08.522Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 15:45:08 [2023-03-05T20:45:08.522Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 15:45:08 [2023-03-05T20:45:08.522Z] [echo] cmd executed for server 15:45:08 [2023-03-05T20:45:08.522Z] 15:45:08 [2023-03-05T20:45:08.522Z] setOSConditions: 15:45:08 [2023-03-05T20:45:08.522Z] 15:45:08 [2023-03-05T20:45:08.522Z] setToolWin: 15:45:08 [2023-03-05T20:45:08.522Z] 15:45:08 [2023-03-05T20:45:08.522Z] setToolUnix: 15:45:08 [2023-03-05T20:45:08.522Z] 15:45:08 [2023-03-05T20:45:08.522Z] setToolProperty: 15:45:08 [2023-03-05T20:45:08.522Z] 15:45:08 [2023-03-05T20:45:08.522Z] setS1ASclassPath: 15:45:08 [2023-03-05T20:45:08.522Z] 15:45:08 [2023-03-05T20:45:08.522Z] init-common: 15:45:08 [2023-03-05T20:45:08.522Z] 15:45:08 [2023-03-05T20:45:08.522Z] undeploy-common: 15:45:08 [2023-03-05T20:45:08.777Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-statementtimeoutApp 15:45:08 [2023-03-05T20:45:08.777Z] 15:45:08 [2023-03-05T20:45:08.777Z] all: 15:45:08 [2023-03-05T20:45:08.777Z] 15:45:08 [2023-03-05T20:45:08.777Z] setOSConditions: 15:45:08 [2023-03-05T20:45:08.777Z] 15:45:08 [2023-03-05T20:45:08.777Z] setToolWin: 15:45:08 [2023-03-05T20:45:08.777Z] 15:45:08 [2023-03-05T20:45:08.777Z] setToolUnix: 15:45:08 [2023-03-05T20:45:08.777Z] 15:45:08 [2023-03-05T20:45:08.777Z] setToolProperty: 15:45:08 [2023-03-05T20:45:08.777Z] 15:45:08 [2023-03-05T20:45:08.777Z] setS1ASclassPath: 15:45:08 [2023-03-05T20:45:08.777Z] 15:45:08 [2023-03-05T20:45:08.777Z] init-common: 15:45:08 [2023-03-05T20:45:08.777Z] 15:45:08 [2023-03-05T20:45:08.777Z] clean: 15:45:08 [2023-03-05T20:45:08.777Z] 15:45:08 [2023-03-05T20:45:08.777Z] setOSConditions: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setToolWin: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setToolUnix: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setToolProperty: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setS1ASclassPath: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] init-common: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] clean-common: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setOSConditions: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setToolWin: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setToolUnix: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setToolProperty: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setS1ASclassPath: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] init-common: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] clean-classes-common: 15:45:09 [2023-03-05T20:45:09.033Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setOSConditions: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setToolWin: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setToolUnix: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setToolProperty: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setS1ASclassPath: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] init-common: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] clean-jars-common: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] compile: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setOSConditions: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setToolWin: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setToolUnix: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setToolProperty: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] setS1ASclassPath: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] init-common: 15:45:09 [2023-03-05T20:45:09.033Z] 15:45:09 [2023-03-05T20:45:09.033Z] compile-common: 15:45:09 [2023-03-05T20:45:09.033Z] [echo] Current time (ISO): 2023-03-05T20:45:08.792+0000 15:45:09 [2023-03-05T20:45:09.033Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:45:09 [2023-03-05T20:45:09.033Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:45:10 [2023-03-05T20:45:10.397Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:45:10 [2023-03-05T20:45:10.397Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/ejb/SimpleBMPBean.java:42: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:45:10 [2023-03-05T20:45:10.397Z] [javac] return new Integer(1); 15:45:10 [2023-03-05T20:45:10.397Z] [javac] ^ 15:45:10 [2023-03-05T20:45:10.397Z] [javac] 2 warnings 15:45:10 [2023-03-05T20:45:10.397Z] 15:45:10 [2023-03-05T20:45:10.397Z] setOSConditions: 15:45:10 [2023-03-05T20:45:10.397Z] 15:45:10 [2023-03-05T20:45:10.397Z] setToolWin: 15:45:10 [2023-03-05T20:45:10.397Z] 15:45:10 [2023-03-05T20:45:10.397Z] setToolUnix: 15:45:10 [2023-03-05T20:45:10.397Z] 15:45:10 [2023-03-05T20:45:10.397Z] setToolProperty: 15:45:10 [2023-03-05T20:45:10.397Z] 15:45:10 [2023-03-05T20:45:10.397Z] setS1ASclassPath: 15:45:10 [2023-03-05T20:45:10.397Z] 15:45:10 [2023-03-05T20:45:10.397Z] init-common: 15:45:10 [2023-03-05T20:45:10.397Z] 15:45:10 [2023-03-05T20:45:10.397Z] compile-common: 15:45:10 [2023-03-05T20:45:10.397Z] [echo] Current time (ISO): 2023-03-05T20:45:10.073+0000 15:45:10 [2023-03-05T20:45:10.397Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:45:11 [2023-03-05T20:45:11.323Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:45:11 [2023-03-05T20:45:11.323Z] [javac] 1 warning 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] build: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] setOSConditions: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] fixFiles: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] convUnix: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] convWin: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] setToolWin: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] setToolUnix: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] setToolProperty: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] setS1ASclassPath: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] init-common: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] package-persistence-common: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] ejb-jar-common: 15:45:11 [2023-03-05T20:45:11.323Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] package-ejbjar-common: 15:45:11 [2023-03-05T20:45:11.323Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:45:11 [2023-03-05T20:45:11.323Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:45:11 [2023-03-05T20:45:11.323Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:45:11 [2023-03-05T20:45:11.323Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-conval-ejb.jar 15:45:11 [2023-03-05T20:45:11.323Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] appclient-jar-common: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] package-appclientjar-common: 15:45:11 [2023-03-05T20:45:11.323Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:45:11 [2023-03-05T20:45:11.323Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:45:11 [2023-03-05T20:45:11.323Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:45:11 [2023-03-05T20:45:11.323Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-conval-client.jar 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] webclient-war-common: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] build-ear-common: 15:45:11 [2023-03-05T20:45:11.323Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:45:11 [2023-03-05T20:45:11.323Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalApp.ear 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] create-jdbc-stuff: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] setOSConditions: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] setToolWin: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] setToolUnix: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] setToolProperty: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] setS1ASclassPath: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] init-common: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] deploy-jdbc-common: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] setOSConditions: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] setToolWin: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] setToolUnix: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] setToolProperty: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] setS1ASclassPath: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] init-common: 15:45:11 [2023-03-05T20:45:11.323Z] 15:45:11 [2023-03-05T20:45:11.323Z] create-jdbc-connpool-common: 15:45:11 [2023-03-05T20:45:11.579Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-conval 15:45:11 [2023-03-05T20:45:11.579Z] [exec] JDBC connection pool jdbc-conval created successfully. 15:45:11 [2023-03-05T20:45:11.579Z] 15:45:11 [2023-03-05T20:45:11.579Z] set-derby-connpool-props: 15:45:12 [2023-03-05T20:45:12.141Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.User=dbuser 15:45:12 [2023-03-05T20:45:12.141Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.User=dbuser 15:45:12 [2023-03-05T20:45:12.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.Password=dbpassword 15:45:12 [2023-03-05T20:45:12.420Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.Password=dbpassword 15:45:12 [2023-03-05T20:45:12.676Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.driverType=4 15:45:12 [2023-03-05T20:45:12.676Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.driverType=4 15:45:12 [2023-03-05T20:45:12.933Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.portNumber=1527 15:45:12 [2023-03-05T20:45:12.933Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.portNumber=1527 15:45:13 [2023-03-05T20:45:13.191Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.dataBaseName=testdb 15:45:13 [2023-03-05T20:45:13.191Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.dataBaseName=testdb 15:45:13 [2023-03-05T20:45:13.448Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.retrieveMessagesFromServerOnGetMessage=true 15:45:13 [2023-03-05T20:45:13.448Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.retrieveMessagesFromServerOnGetMessage=true 15:45:13 [2023-03-05T20:45:13.704Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.create=true 15:45:13 [2023-03-05T20:45:13.704Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.create=true 15:45:14 [2023-03-05T20:45:14.266Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.serverName=localhost 15:45:14 [2023-03-05T20:45:14.266Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.serverName=localhost 15:45:14 [2023-03-05T20:45:14.266Z] 15:45:14 [2023-03-05T20:45:14.266Z] setOSConditions: 15:45:14 [2023-03-05T20:45:14.266Z] 15:45:14 [2023-03-05T20:45:14.266Z] setToolWin: 15:45:14 [2023-03-05T20:45:14.266Z] 15:45:14 [2023-03-05T20:45:14.266Z] setToolUnix: 15:45:14 [2023-03-05T20:45:14.266Z] 15:45:14 [2023-03-05T20:45:14.266Z] setToolProperty: 15:45:14 [2023-03-05T20:45:14.266Z] 15:45:14 [2023-03-05T20:45:14.266Z] setS1ASclassPath: 15:45:14 [2023-03-05T20:45:14.266Z] 15:45:14 [2023-03-05T20:45:14.266Z] init-common: 15:45:14 [2023-03-05T20:45:14.266Z] 15:45:14 [2023-03-05T20:45:14.266Z] create-jdbc-resource-common: 15:45:14 [2023-03-05T20:45:14.266Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-conval --target server jdbc/convalDB 15:45:14 [2023-03-05T20:45:14.523Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-conval --enabled=true --target server jdbc/convalDB 15:45:14 [2023-03-05T20:45:14.523Z] [exec] JDBC resource jdbc/convalDB created successfully. 15:45:14 [2023-03-05T20:45:14.523Z] [echo] cmd executed for server 15:45:14 [2023-03-05T20:45:14.523Z] 15:45:14 [2023-03-05T20:45:14.523Z] deploy: 15:45:14 [2023-03-05T20:45:14.523Z] 15:45:14 [2023-03-05T20:45:14.523Z] setOSConditions: 15:45:14 [2023-03-05T20:45:14.523Z] 15:45:14 [2023-03-05T20:45:14.523Z] setToolWin: 15:45:14 [2023-03-05T20:45:14.523Z] 15:45:14 [2023-03-05T20:45:14.523Z] setToolUnix: 15:45:14 [2023-03-05T20:45:14.523Z] 15:45:14 [2023-03-05T20:45:14.523Z] setToolProperty: 15:45:14 [2023-03-05T20:45:14.523Z] 15:45:14 [2023-03-05T20:45:14.523Z] setS1ASclassPath: 15:45:14 [2023-03-05T20:45:14.523Z] 15:45:14 [2023-03-05T20:45:14.523Z] init-common: 15:45:14 [2023-03-05T20:45:14.523Z] 15:45:14 [2023-03-05T20:45:14.523Z] deploy-common: 15:45:14 [2023-03-05T20:45:14.523Z] [echo] Current time (ISO): 2023-03-05T20:45:14.291+0000 15:45:14 [2023-03-05T20:45:14.523Z] 15:45:14 [2023-03-05T20:45:14.523Z] setOSConditions: 15:45:14 [2023-03-05T20:45:14.523Z] 15:45:14 [2023-03-05T20:45:14.523Z] setToolWin: 15:45:14 [2023-03-05T20:45:14.523Z] 15:45:14 [2023-03-05T20:45:14.523Z] setToolUnix: 15:45:14 [2023-03-05T20:45:14.523Z] 15:45:14 [2023-03-05T20:45:14.523Z] setToolProperty: 15:45:14 [2023-03-05T20:45:14.523Z] 15:45:14 [2023-03-05T20:45:14.523Z] setS1ASclassPath: 15:45:14 [2023-03-05T20:45:14.523Z] 15:45:14 [2023-03-05T20:45:14.523Z] init-common: 15:45:14 [2023-03-05T20:45:14.523Z] 15:45:14 [2023-03-05T20:45:14.523Z] deploy-common-pe: 15:45:14 [2023-03-05T20:45:14.779Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalApp.ear 15:45:14 [2023-03-05T20:45:14.779Z] [exec] Application deployed with name jdbc-convalApp. 15:45:14 [2023-03-05T20:45:14.779Z] [echo] Deployment on target server server successful 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] setOSConditions: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] setToolWin: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] setToolUnix: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] setToolProperty: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] setS1ASclassPath: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] init-common: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] deploy-common-ee: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] run: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] setOSConditions: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] setToolWin: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] setToolUnix: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] setToolProperty: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] setS1ASclassPath: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] init-common: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] execute-sql-common: 15:45:14 [2023-03-05T20:45:14.779Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/sql/create_pointbase.sql 15:45:14 [2023-03-05T20:45:14.779Z] [sql] Failed to execute: Drop table O_Customer 15:45:14 [2023-03-05T20:45:14.779Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:45:14 [2023-03-05T20:45:14.779Z] [sql] 0 rows affected 15:45:14 [2023-03-05T20:45:14.779Z] [sql] 1 of 2 SQL statements executed successfully 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] setOSConditions: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] setToolWin: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] setToolUnix: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] setToolProperty: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] setS1ASclassPath: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] init-common: 15:45:14 [2023-03-05T20:45:14.779Z] 15:45:14 [2023-03-05T20:45:14.779Z] runclient-common: 15:45:14 [2023-03-05T20:45:14.779Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalAppClient.jar -name jdbc-convalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 15:45:15 [2023-03-05T20:45:15.342Z] [exec] Mar 05, 2023 8:45:15 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:45:15 [2023-03-05T20:45:15.342Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:45:17 [2023-03-05T20:45:17.878Z] [exec] Mar 05, 2023 8:45:17 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:45:17 [2023-03-05T20:45:17.878Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@4be490da 15:45:17 [2023-03-05T20:45:17.878Z] [exec] Value of key is: test-1 15:45:17 [2023-03-05T20:45:17.878Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:45:17 [2023-03-05T20:45:17.878Z] [exec] 15:45:17 [2023-03-05T20:45:17.878Z] [exec] 15:45:17 [2023-03-05T20:45:17.878Z] [exec] ----------------------------------------- 15:45:17 [2023-03-05T20:45:17.878Z] [exec] - test-1 : PASS - 15:45:17 [2023-03-05T20:45:17.878Z] [exec] ----------------------------------------- 15:45:17 [2023-03-05T20:45:17.878Z] [exec] Total PASS: 1 15:45:17 [2023-03-05T20:45:17.878Z] [exec] Total FAIL: 0 15:45:17 [2023-03-05T20:45:17.878Z] [exec] Total DID NOT RUN: 0 15:45:17 [2023-03-05T20:45:17.878Z] [exec] ----------------------------------------- 15:45:17 [2023-03-05T20:45:17.878Z] [exec] in flushAll , creating new testSuiteHash 15:45:17 [2023-03-05T20:45:17.878Z] [exec] in flushAll , creating new testSuiteHash 15:45:18 [2023-03-05T20:45:18.134Z] 15:45:18 [2023-03-05T20:45:18.134Z] checkReporting-common: 15:45:18 [2023-03-05T20:45:18.134Z] 15:45:18 [2023-03-05T20:45:18.134Z] confirmReportPresent-common: 15:45:18 [2023-03-05T20:45:18.134Z] [echo] file RepRunConf.txt is present. 15:45:18 [2023-03-05T20:45:18.134Z] [echo] Test seems to be reported fine 15:45:18 [2023-03-05T20:45:18.134Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt 15:45:18 [2023-03-05T20:45:18.134Z] 15:45:18 [2023-03-05T20:45:18.134Z] confirmMissingReport-common: 15:45:18 [2023-03-05T20:45:18.134Z] 15:45:18 [2023-03-05T20:45:18.134Z] setOSConditions: 15:45:18 [2023-03-05T20:45:18.134Z] 15:45:18 [2023-03-05T20:45:18.134Z] setToolWin: 15:45:18 [2023-03-05T20:45:18.134Z] 15:45:18 [2023-03-05T20:45:18.134Z] setToolUnix: 15:45:18 [2023-03-05T20:45:18.134Z] 15:45:18 [2023-03-05T20:45:18.134Z] setToolProperty: 15:45:18 [2023-03-05T20:45:18.134Z] 15:45:18 [2023-03-05T20:45:18.134Z] setS1ASclassPath: 15:45:18 [2023-03-05T20:45:18.134Z] 15:45:18 [2023-03-05T20:45:18.134Z] init-common: 15:45:18 [2023-03-05T20:45:18.134Z] 15:45:18 [2023-03-05T20:45:18.134Z] stop-derby: 15:45:18 [2023-03-05T20:45:18.134Z] 15:45:18 [2023-03-05T20:45:18.134Z] stop-derby-aix: 15:45:18 [2023-03-05T20:45:18.134Z] 15:45:18 [2023-03-05T20:45:18.134Z] stop-derby-nonaix: 15:45:18 [2023-03-05T20:45:18.134Z] [echo] Stopping Derby DB Server ... 15:45:18 [2023-03-05T20:45:18.390Z] [java] Sun Mar 05 20:45:18 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:45:18 [2023-03-05T20:45:18.390Z] 15:45:18 [2023-03-05T20:45:18.390Z] setOSConditions: 15:45:18 [2023-03-05T20:45:18.390Z] 15:45:18 [2023-03-05T20:45:18.390Z] setToolWin: 15:45:18 [2023-03-05T20:45:18.390Z] 15:45:18 [2023-03-05T20:45:18.390Z] setToolUnix: 15:45:18 [2023-03-05T20:45:18.390Z] 15:45:18 [2023-03-05T20:45:18.390Z] setToolProperty: 15:45:18 [2023-03-05T20:45:18.390Z] 15:45:18 [2023-03-05T20:45:18.390Z] setS1ASclassPath: 15:45:18 [2023-03-05T20:45:18.390Z] 15:45:18 [2023-03-05T20:45:18.390Z] init-common: 15:45:18 [2023-03-05T20:45:18.390Z] 15:45:18 [2023-03-05T20:45:18.390Z] start-derby: 15:45:18 [2023-03-05T20:45:18.390Z] 15:45:18 [2023-03-05T20:45:18.390Z] start-derby-aix: 15:45:18 [2023-03-05T20:45:18.390Z] 15:45:18 [2023-03-05T20:45:18.390Z] start-derby-nonaix: 15:45:18 [2023-03-05T20:45:18.390Z] [echo] Starting Derby DB Server ... 15:45:36 [2023-03-05T20:45:36.459Z] 15:45:36 [2023-03-05T20:45:36.459Z] setOSConditions: 15:45:36 [2023-03-05T20:45:36.459Z] 15:45:36 [2023-03-05T20:45:36.459Z] setToolWin: 15:45:36 [2023-03-05T20:45:36.459Z] 15:45:36 [2023-03-05T20:45:36.459Z] setToolUnix: 15:45:36 [2023-03-05T20:45:36.459Z] 15:45:36 [2023-03-05T20:45:36.459Z] setToolProperty: 15:45:36 [2023-03-05T20:45:36.459Z] 15:45:36 [2023-03-05T20:45:36.459Z] setS1ASclassPath: 15:45:36 [2023-03-05T20:45:36.459Z] 15:45:36 [2023-03-05T20:45:36.459Z] init-common: 15:45:36 [2023-03-05T20:45:36.459Z] 15:45:36 [2023-03-05T20:45:36.459Z] runclient-common: 15:45:36 [2023-03-05T20:45:36.459Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalAppClient.jar -name jdbc-convalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 15:45:36 [2023-03-05T20:45:36.459Z] [exec] Mar 05, 2023 8:45:33 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:45:36 [2023-03-05T20:45:36.459Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:45:36 [2023-03-05T20:45:36.460Z] [exec] Mar 05, 2023 8:45:35 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:45:36 [2023-03-05T20:45:36.460Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5fef0c19 15:45:36 [2023-03-05T20:45:36.460Z] [exec] Value of key is: test-2 15:45:36 [2023-03-05T20:45:36.460Z] [exec] test-2 returned false as validation is not enabled 15:45:36 [2023-03-05T20:45:36.460Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:45:36 [2023-03-05T20:45:36.460Z] [exec] 15:45:36 [2023-03-05T20:45:36.460Z] [exec] 15:45:36 [2023-03-05T20:45:36.460Z] [exec] ----------------------------------------- 15:45:36 [2023-03-05T20:45:36.460Z] [exec] - test-2 : PASS - 15:45:36 [2023-03-05T20:45:36.460Z] [exec] ----------------------------------------- 15:45:36 [2023-03-05T20:45:36.460Z] [exec] Total PASS: 1 15:45:36 [2023-03-05T20:45:36.460Z] [exec] Total FAIL: 0 15:45:36 [2023-03-05T20:45:36.460Z] [exec] Total DID NOT RUN: 0 15:45:36 [2023-03-05T20:45:36.460Z] [exec] ----------------------------------------- 15:45:36 [2023-03-05T20:45:36.460Z] [exec] in flushAll , creating new testSuiteHash 15:45:36 [2023-03-05T20:45:36.460Z] [exec] in flushAll , creating new testSuiteHash 15:45:36 [2023-03-05T20:45:36.717Z] 15:45:36 [2023-03-05T20:45:36.717Z] checkReporting-common: 15:45:36 [2023-03-05T20:45:36.717Z] 15:45:36 [2023-03-05T20:45:36.717Z] confirmReportPresent-common: 15:45:36 [2023-03-05T20:45:36.717Z] [echo] file RepRunConf.txt is present. 15:45:36 [2023-03-05T20:45:36.717Z] [echo] Test seems to be reported fine 15:45:36 [2023-03-05T20:45:36.717Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt 15:45:36 [2023-03-05T20:45:36.717Z] 15:45:36 [2023-03-05T20:45:36.717Z] confirmMissingReport-common: 15:45:36 [2023-03-05T20:45:36.717Z] 15:45:36 [2023-03-05T20:45:36.717Z] asadmin-common: 15:45:36 [2023-03-05T20:45:36.717Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-conval.connection_validation_method=table 15:45:36 [2023-03-05T20:45:36.974Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.connection_validation_method=table 15:45:36 [2023-03-05T20:45:36.974Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.connection-validation-method=table 15:45:36 [2023-03-05T20:45:36.974Z] 15:45:36 [2023-03-05T20:45:36.974Z] asadmin-common: 15:45:36 [2023-03-05T20:45:36.974Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-conval.validation_table_name=sys.systables 15:45:37 [2023-03-05T20:45:37.231Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.validation_table_name=sys.systables 15:45:37 [2023-03-05T20:45:37.231Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.validation-table-name=sys.systables 15:45:37 [2023-03-05T20:45:37.231Z] 15:45:37 [2023-03-05T20:45:37.231Z] asadmin-common: 15:45:37 [2023-03-05T20:45:37.231Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-conval.is_connection_validation_required=true 15:45:37 [2023-03-05T20:45:37.488Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.is_connection_validation_required=true 15:45:37 [2023-03-05T20:45:37.488Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.is-connection-validation-required=true 15:45:37 [2023-03-05T20:45:37.488Z] 15:45:37 [2023-03-05T20:45:37.488Z] setOSConditions: 15:45:37 [2023-03-05T20:45:37.488Z] 15:45:37 [2023-03-05T20:45:37.488Z] setToolWin: 15:45:37 [2023-03-05T20:45:37.488Z] 15:45:37 [2023-03-05T20:45:37.488Z] setToolUnix: 15:45:37 [2023-03-05T20:45:37.488Z] 15:45:37 [2023-03-05T20:45:37.488Z] setToolProperty: 15:45:37 [2023-03-05T20:45:37.488Z] 15:45:37 [2023-03-05T20:45:37.488Z] setS1ASclassPath: 15:45:37 [2023-03-05T20:45:37.488Z] 15:45:37 [2023-03-05T20:45:37.488Z] init-common: 15:45:37 [2023-03-05T20:45:37.488Z] 15:45:37 [2023-03-05T20:45:37.488Z] runclient-common: 15:45:37 [2023-03-05T20:45:37.488Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalAppClient.jar -name jdbc-convalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 3 15:45:38 [2023-03-05T20:45:38.050Z] [exec] Mar 05, 2023 8:45:37 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:45:38 [2023-03-05T20:45:38.050Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:45:41 [2023-03-05T20:45:41.332Z] [exec] Mar 05, 2023 8:45:41 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:45:41 [2023-03-05T20:45:41.332Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 15:45:41 [2023-03-05T20:45:41.894Z] [exec] Value of key is: test-3 15:45:41 [2023-03-05T20:45:41.894Z] [exec] test-3 returned true as validation is enabled 15:45:41 [2023-03-05T20:45:41.894Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:45:41 [2023-03-05T20:45:41.894Z] [exec] 15:45:41 [2023-03-05T20:45:41.894Z] [exec] 15:45:41 [2023-03-05T20:45:41.894Z] [exec] ----------------------------------------- 15:45:41 [2023-03-05T20:45:41.894Z] [exec] - test-3 : PASS - 15:45:41 [2023-03-05T20:45:41.894Z] [exec] ----------------------------------------- 15:45:41 [2023-03-05T20:45:41.894Z] [exec] Total PASS: 1 15:45:41 [2023-03-05T20:45:41.894Z] [exec] Total FAIL: 0 15:45:41 [2023-03-05T20:45:41.894Z] [exec] Total DID NOT RUN: 0 15:45:41 [2023-03-05T20:45:41.894Z] [exec] ----------------------------------------- 15:45:41 [2023-03-05T20:45:41.894Z] [exec] in flushAll , creating new testSuiteHash 15:45:41 [2023-03-05T20:45:41.894Z] [exec] in flushAll , creating new testSuiteHash 15:45:42 [2023-03-05T20:45:42.151Z] 15:45:42 [2023-03-05T20:45:42.151Z] checkReporting-common: 15:45:42 [2023-03-05T20:45:42.151Z] 15:45:42 [2023-03-05T20:45:42.151Z] confirmReportPresent-common: 15:45:42 [2023-03-05T20:45:42.151Z] [echo] file RepRunConf.txt is present. 15:45:42 [2023-03-05T20:45:42.151Z] [echo] Test seems to be reported fine 15:45:42 [2023-03-05T20:45:42.151Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt 15:45:42 [2023-03-05T20:45:42.151Z] 15:45:42 [2023-03-05T20:45:42.151Z] confirmMissingReport-common: 15:45:42 [2023-03-05T20:45:42.151Z] 15:45:42 [2023-03-05T20:45:42.151Z] setOSConditions: 15:45:42 [2023-03-05T20:45:42.151Z] 15:45:42 [2023-03-05T20:45:42.151Z] setToolWin: 15:45:42 [2023-03-05T20:45:42.151Z] 15:45:42 [2023-03-05T20:45:42.151Z] setToolUnix: 15:45:42 [2023-03-05T20:45:42.151Z] 15:45:42 [2023-03-05T20:45:42.151Z] setToolProperty: 15:45:42 [2023-03-05T20:45:42.151Z] 15:45:42 [2023-03-05T20:45:42.151Z] setS1ASclassPath: 15:45:42 [2023-03-05T20:45:42.151Z] 15:45:42 [2023-03-05T20:45:42.151Z] init-common: 15:45:42 [2023-03-05T20:45:42.151Z] 15:45:42 [2023-03-05T20:45:42.151Z] stop-derby: 15:45:42 [2023-03-05T20:45:42.151Z] 15:45:42 [2023-03-05T20:45:42.151Z] stop-derby-aix: 15:45:42 [2023-03-05T20:45:42.151Z] 15:45:42 [2023-03-05T20:45:42.151Z] stop-derby-nonaix: 15:45:42 [2023-03-05T20:45:42.151Z] [echo] Stopping Derby DB Server ... 15:45:42 [2023-03-05T20:45:42.406Z] [java] Sun Mar 05 20:45:42 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:45:42 [2023-03-05T20:45:42.406Z] 15:45:42 [2023-03-05T20:45:42.406Z] setOSConditions: 15:45:42 [2023-03-05T20:45:42.406Z] 15:45:42 [2023-03-05T20:45:42.406Z] setToolWin: 15:45:42 [2023-03-05T20:45:42.406Z] 15:45:42 [2023-03-05T20:45:42.406Z] setToolUnix: 15:45:42 [2023-03-05T20:45:42.406Z] 15:45:42 [2023-03-05T20:45:42.406Z] setToolProperty: 15:45:42 [2023-03-05T20:45:42.406Z] 15:45:42 [2023-03-05T20:45:42.406Z] setS1ASclassPath: 15:45:42 [2023-03-05T20:45:42.406Z] 15:45:42 [2023-03-05T20:45:42.406Z] init-common: 15:45:42 [2023-03-05T20:45:42.406Z] 15:45:42 [2023-03-05T20:45:42.406Z] start-derby: 15:45:42 [2023-03-05T20:45:42.406Z] 15:45:42 [2023-03-05T20:45:42.406Z] start-derby-aix: 15:45:42 [2023-03-05T20:45:42.406Z] 15:45:42 [2023-03-05T20:45:42.406Z] start-derby-nonaix: 15:45:42 [2023-03-05T20:45:42.406Z] [echo] Starting Derby DB Server ... 15:45:57 [2023-03-05T20:45:57.265Z] 15:45:57 [2023-03-05T20:45:57.265Z] setOSConditions: 15:45:57 [2023-03-05T20:45:57.265Z] 15:45:57 [2023-03-05T20:45:57.265Z] setToolWin: 15:45:57 [2023-03-05T20:45:57.265Z] 15:45:57 [2023-03-05T20:45:57.265Z] setToolUnix: 15:45:57 [2023-03-05T20:45:57.265Z] 15:45:57 [2023-03-05T20:45:57.265Z] setToolProperty: 15:45:57 [2023-03-05T20:45:57.265Z] 15:45:57 [2023-03-05T20:45:57.265Z] setS1ASclassPath: 15:45:57 [2023-03-05T20:45:57.265Z] 15:45:57 [2023-03-05T20:45:57.265Z] init-common: 15:45:57 [2023-03-05T20:45:57.265Z] 15:45:57 [2023-03-05T20:45:57.265Z] runclient-common: 15:45:57 [2023-03-05T20:45:57.265Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalAppClient.jar -name jdbc-convalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 4 15:45:58 [2023-03-05T20:45:58.192Z] [exec] Mar 05, 2023 8:45:57 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:45:58 [2023-03-05T20:45:58.192Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:46:00 [2023-03-05T20:46:00.091Z] [exec] Mar 05, 2023 8:46:00 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:46:00 [2023-03-05T20:46:00.091Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5fef0c19 15:46:00 [2023-03-05T20:46:00.653Z] [exec] Value of key is: test-4 15:46:00 [2023-03-05T20:46:00.653Z] [exec] test-4 returned true as validation is enabled 15:46:00 [2023-03-05T20:46:00.653Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:46:00 [2023-03-05T20:46:00.653Z] [exec] 15:46:00 [2023-03-05T20:46:00.653Z] [exec] 15:46:00 [2023-03-05T20:46:00.653Z] [exec] ----------------------------------------- 15:46:00 [2023-03-05T20:46:00.653Z] [exec] - test-4 : PASS - 15:46:00 [2023-03-05T20:46:00.653Z] [exec] ----------------------------------------- 15:46:00 [2023-03-05T20:46:00.653Z] [exec] Total PASS: 1 15:46:00 [2023-03-05T20:46:00.653Z] [exec] Total FAIL: 0 15:46:00 [2023-03-05T20:46:00.653Z] [exec] Total DID NOT RUN: 0 15:46:00 [2023-03-05T20:46:00.653Z] [exec] ----------------------------------------- 15:46:00 [2023-03-05T20:46:00.653Z] [exec] in flushAll , creating new testSuiteHash 15:46:00 [2023-03-05T20:46:00.653Z] [exec] in flushAll , creating new testSuiteHash 15:46:00 [2023-03-05T20:46:00.909Z] 15:46:00 [2023-03-05T20:46:00.909Z] checkReporting-common: 15:46:00 [2023-03-05T20:46:00.909Z] 15:46:00 [2023-03-05T20:46:00.909Z] confirmReportPresent-common: 15:46:00 [2023-03-05T20:46:00.909Z] [echo] file RepRunConf.txt is present. 15:46:00 [2023-03-05T20:46:00.909Z] [echo] Test seems to be reported fine 15:46:00 [2023-03-05T20:46:00.909Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt 15:46:01 [2023-03-05T20:46:01.165Z] 15:46:01 [2023-03-05T20:46:01.165Z] confirmMissingReport-common: 15:46:01 [2023-03-05T20:46:01.165Z] 15:46:01 [2023-03-05T20:46:01.165Z] setOSConditions: 15:46:01 [2023-03-05T20:46:01.165Z] 15:46:01 [2023-03-05T20:46:01.165Z] setToolWin: 15:46:01 [2023-03-05T20:46:01.165Z] 15:46:01 [2023-03-05T20:46:01.165Z] setToolUnix: 15:46:01 [2023-03-05T20:46:01.165Z] 15:46:01 [2023-03-05T20:46:01.165Z] setToolProperty: 15:46:01 [2023-03-05T20:46:01.165Z] 15:46:01 [2023-03-05T20:46:01.165Z] setS1ASclassPath: 15:46:01 [2023-03-05T20:46:01.165Z] 15:46:01 [2023-03-05T20:46:01.165Z] init-common: 15:46:01 [2023-03-05T20:46:01.165Z] 15:46:01 [2023-03-05T20:46:01.165Z] execute-sql-common: 15:46:01 [2023-03-05T20:46:01.165Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/sql/drop_pointbase.sql 15:46:01 [2023-03-05T20:46:01.165Z] [sql] 0 rows affected 15:46:01 [2023-03-05T20:46:01.165Z] [sql] 1 of 1 SQL statements executed successfully 15:46:01 [2023-03-05T20:46:01.165Z] 15:46:01 [2023-03-05T20:46:01.165Z] undeploy: 15:46:01 [2023-03-05T20:46:01.165Z] 15:46:01 [2023-03-05T20:46:01.165Z] setOSConditions: 15:46:01 [2023-03-05T20:46:01.165Z] 15:46:01 [2023-03-05T20:46:01.165Z] setToolWin: 15:46:01 [2023-03-05T20:46:01.165Z] 15:46:01 [2023-03-05T20:46:01.165Z] setToolUnix: 15:46:01 [2023-03-05T20:46:01.165Z] 15:46:01 [2023-03-05T20:46:01.165Z] setToolProperty: 15:46:01 [2023-03-05T20:46:01.165Z] 15:46:01 [2023-03-05T20:46:01.165Z] setS1ASclassPath: 15:46:01 [2023-03-05T20:46:01.165Z] 15:46:01 [2023-03-05T20:46:01.165Z] init-common: 15:46:01 [2023-03-05T20:46:01.165Z] 15:46:01 [2023-03-05T20:46:01.165Z] undeploy-common: 15:46:01 [2023-03-05T20:46:01.421Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-convalApp 15:46:01 [2023-03-05T20:46:01.422Z] 15:46:01 [2023-03-05T20:46:01.422Z] delete-jdbc-stuff: 15:46:01 [2023-03-05T20:46:01.422Z] 15:46:01 [2023-03-05T20:46:01.422Z] setOSConditions: 15:46:01 [2023-03-05T20:46:01.422Z] 15:46:01 [2023-03-05T20:46:01.422Z] setToolWin: 15:46:01 [2023-03-05T20:46:01.422Z] 15:46:01 [2023-03-05T20:46:01.422Z] setToolUnix: 15:46:01 [2023-03-05T20:46:01.422Z] 15:46:01 [2023-03-05T20:46:01.422Z] setToolProperty: 15:46:01 [2023-03-05T20:46:01.422Z] 15:46:01 [2023-03-05T20:46:01.422Z] setS1ASclassPath: 15:46:01 [2023-03-05T20:46:01.422Z] 15:46:01 [2023-03-05T20:46:01.422Z] init-common: 15:46:01 [2023-03-05T20:46:01.422Z] 15:46:01 [2023-03-05T20:46:01.422Z] delete-jdbc-resource-common: 15:46:01 [2023-03-05T20:46:01.422Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/convalDB 15:46:01 [2023-03-05T20:46:01.677Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/convalDB 15:46:01 [2023-03-05T20:46:01.677Z] [exec] JDBC resource jdbc/convalDB deleted successfully 15:46:01 [2023-03-05T20:46:01.678Z] [echo] cmd executed for server 15:46:01 [2023-03-05T20:46:01.678Z] 15:46:01 [2023-03-05T20:46:01.678Z] setOSConditions: 15:46:01 [2023-03-05T20:46:01.678Z] 15:46:01 [2023-03-05T20:46:01.678Z] setToolWin: 15:46:01 [2023-03-05T20:46:01.678Z] 15:46:01 [2023-03-05T20:46:01.678Z] setToolUnix: 15:46:01 [2023-03-05T20:46:01.678Z] 15:46:01 [2023-03-05T20:46:01.678Z] setToolProperty: 15:46:01 [2023-03-05T20:46:01.678Z] 15:46:01 [2023-03-05T20:46:01.678Z] setS1ASclassPath: 15:46:01 [2023-03-05T20:46:01.678Z] 15:46:01 [2023-03-05T20:46:01.678Z] init-common: 15:46:01 [2023-03-05T20:46:01.678Z] 15:46:01 [2023-03-05T20:46:01.678Z] delete-jdbc-connpool-common: 15:46:01 [2023-03-05T20:46:01.678Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-conval 15:46:01 [2023-03-05T20:46:01.934Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-conval 15:46:01 [2023-03-05T20:46:01.934Z] [exec] JDBC Connection pool jdbc-conval deleted successfully 15:46:01 [2023-03-05T20:46:01.934Z] [echo] cmd executed for server 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] all: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] setOSConditions: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] setToolWin: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] setToolUnix: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] setToolProperty: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] setS1ASclassPath: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] init-common: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] clean: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] setOSConditions: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] setToolWin: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] setToolUnix: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] setToolProperty: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] setS1ASclassPath: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] init-common: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] clean-common: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] setOSConditions: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] setToolWin: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] setToolUnix: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] setToolProperty: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] setS1ASclassPath: 15:46:01 [2023-03-05T20:46:01.934Z] 15:46:01 [2023-03-05T20:46:01.934Z] init-common: 15:46:02 [2023-03-05T20:46:02.190Z] 15:46:02 [2023-03-05T20:46:02.190Z] clean-classes-common: 15:46:02 [2023-03-05T20:46:02.190Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:46:02 [2023-03-05T20:46:02.190Z] 15:46:02 [2023-03-05T20:46:02.190Z] setOSConditions: 15:46:02 [2023-03-05T20:46:02.190Z] 15:46:02 [2023-03-05T20:46:02.190Z] setToolWin: 15:46:02 [2023-03-05T20:46:02.190Z] 15:46:02 [2023-03-05T20:46:02.190Z] setToolUnix: 15:46:02 [2023-03-05T20:46:02.190Z] 15:46:02 [2023-03-05T20:46:02.190Z] setToolProperty: 15:46:02 [2023-03-05T20:46:02.190Z] 15:46:02 [2023-03-05T20:46:02.190Z] setS1ASclassPath: 15:46:02 [2023-03-05T20:46:02.190Z] 15:46:02 [2023-03-05T20:46:02.190Z] init-common: 15:46:02 [2023-03-05T20:46:02.190Z] 15:46:02 [2023-03-05T20:46:02.190Z] clean-jars-common: 15:46:02 [2023-03-05T20:46:02.190Z] 15:46:02 [2023-03-05T20:46:02.190Z] compile: 15:46:02 [2023-03-05T20:46:02.190Z] 15:46:02 [2023-03-05T20:46:02.190Z] setOSConditions: 15:46:02 [2023-03-05T20:46:02.190Z] 15:46:02 [2023-03-05T20:46:02.190Z] setToolWin: 15:46:02 [2023-03-05T20:46:02.190Z] 15:46:02 [2023-03-05T20:46:02.190Z] setToolUnix: 15:46:02 [2023-03-05T20:46:02.190Z] 15:46:02 [2023-03-05T20:46:02.190Z] setToolProperty: 15:46:02 [2023-03-05T20:46:02.190Z] 15:46:02 [2023-03-05T20:46:02.190Z] setS1ASclassPath: 15:46:02 [2023-03-05T20:46:02.190Z] 15:46:02 [2023-03-05T20:46:02.190Z] init-common: 15:46:02 [2023-03-05T20:46:02.190Z] 15:46:02 [2023-03-05T20:46:02.190Z] compile-common: 15:46:02 [2023-03-05T20:46:02.190Z] [echo] Current time (ISO): 2023-03-05T20:46:01.948+0000 15:46:02 [2023-03-05T20:46:02.190Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:46:02 [2023-03-05T20:46:02.190Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:46:03 [2023-03-05T20:46:03.144Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:46:03 [2023-03-05T20:46:03.144Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/ejb/SimpleBMPBean.java:42: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:46:03 [2023-03-05T20:46:03.144Z] [javac] return new Integer(1); 15:46:03 [2023-03-05T20:46:03.144Z] [javac] ^ 15:46:03 [2023-03-05T20:46:03.144Z] [javac] 2 warnings 15:46:03 [2023-03-05T20:46:03.144Z] 15:46:03 [2023-03-05T20:46:03.144Z] setOSConditions: 15:46:03 [2023-03-05T20:46:03.144Z] 15:46:03 [2023-03-05T20:46:03.144Z] setToolWin: 15:46:03 [2023-03-05T20:46:03.144Z] 15:46:03 [2023-03-05T20:46:03.144Z] setToolUnix: 15:46:03 [2023-03-05T20:46:03.144Z] 15:46:03 [2023-03-05T20:46:03.144Z] setToolProperty: 15:46:03 [2023-03-05T20:46:03.144Z] 15:46:03 [2023-03-05T20:46:03.144Z] setS1ASclassPath: 15:46:03 [2023-03-05T20:46:03.144Z] 15:46:03 [2023-03-05T20:46:03.144Z] init-common: 15:46:03 [2023-03-05T20:46:03.144Z] 15:46:03 [2023-03-05T20:46:03.144Z] compile-common: 15:46:03 [2023-03-05T20:46:03.144Z] [echo] Current time (ISO): 2023-03-05T20:46:03.099+0000 15:46:03 [2023-03-05T20:46:03.144Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:46:04 [2023-03-05T20:46:04.559Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:46:04 [2023-03-05T20:46:04.559Z] [javac] 1 warning 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] build: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] setOSConditions: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] fixFiles: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] convUnix: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] convWin: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] setToolWin: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] setToolUnix: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] setToolProperty: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] setS1ASclassPath: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] init-common: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] package-persistence-common: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] ejb-jar-common: 15:46:04 [2023-03-05T20:46:04.559Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] package-ejbjar-common: 15:46:04 [2023-03-05T20:46:04.559Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:46:04 [2023-03-05T20:46:04.559Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:46:04 [2023-03-05T20:46:04.559Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:46:04 [2023-03-05T20:46:04.559Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-conval-ejb.jar 15:46:04 [2023-03-05T20:46:04.559Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] appclient-jar-common: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] package-appclientjar-common: 15:46:04 [2023-03-05T20:46:04.559Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:46:04 [2023-03-05T20:46:04.559Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:46:04 [2023-03-05T20:46:04.559Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:46:04 [2023-03-05T20:46:04.559Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-conval-client.jar 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] webclient-war-common: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] build-ear-common: 15:46:04 [2023-03-05T20:46:04.559Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:46:04 [2023-03-05T20:46:04.559Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalApp.ear 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] create-jdbc-stuff: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] setOSConditions: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] setToolWin: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] setToolUnix: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] setToolProperty: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] setS1ASclassPath: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] init-common: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] deploy-jdbc-common: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] setOSConditions: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] setToolWin: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] setToolUnix: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] setToolProperty: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] setS1ASclassPath: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] init-common: 15:46:04 [2023-03-05T20:46:04.559Z] 15:46:04 [2023-03-05T20:46:04.559Z] create-jdbc-connpool-common: 15:46:07 [2023-03-05T20:46:07.046Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-conval 15:46:07 [2023-03-05T20:46:07.046Z] [exec] JDBC connection pool jdbc-conval created successfully. 15:46:07 [2023-03-05T20:46:07.046Z] 15:46:07 [2023-03-05T20:46:07.046Z] set-derby-connpool-props: 15:46:07 [2023-03-05T20:46:07.046Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.User=dbuser 15:46:07 [2023-03-05T20:46:07.046Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.User=dbuser 15:46:07 [2023-03-05T20:46:07.046Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.Password=dbpassword 15:46:07 [2023-03-05T20:46:07.046Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.Password=dbpassword 15:46:07 [2023-03-05T20:46:07.047Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.driverType=4 15:46:07 [2023-03-05T20:46:07.047Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.driverType=4 15:46:07 [2023-03-05T20:46:07.047Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.portNumber=1527 15:46:07 [2023-03-05T20:46:07.047Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.portNumber=1527 15:46:07 [2023-03-05T20:46:07.047Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.dataBaseName=testdb 15:46:07 [2023-03-05T20:46:07.047Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.dataBaseName=testdb 15:46:07 [2023-03-05T20:46:07.047Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.retrieveMessagesFromServerOnGetMessage=true 15:46:07 [2023-03-05T20:46:07.047Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.retrieveMessagesFromServerOnGetMessage=true 15:46:07 [2023-03-05T20:46:07.047Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.create=true 15:46:07 [2023-03-05T20:46:07.047Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.create=true 15:46:07 [2023-03-05T20:46:07.317Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.serverName=localhost 15:46:07 [2023-03-05T20:46:07.317Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.serverName=localhost 15:46:07 [2023-03-05T20:46:07.317Z] 15:46:07 [2023-03-05T20:46:07.317Z] setOSConditions: 15:46:07 [2023-03-05T20:46:07.317Z] 15:46:07 [2023-03-05T20:46:07.317Z] setToolWin: 15:46:07 [2023-03-05T20:46:07.317Z] 15:46:07 [2023-03-05T20:46:07.317Z] setToolUnix: 15:46:07 [2023-03-05T20:46:07.317Z] 15:46:07 [2023-03-05T20:46:07.317Z] setToolProperty: 15:46:07 [2023-03-05T20:46:07.317Z] 15:46:07 [2023-03-05T20:46:07.317Z] setS1ASclassPath: 15:46:07 [2023-03-05T20:46:07.317Z] 15:46:07 [2023-03-05T20:46:07.317Z] init-common: 15:46:07 [2023-03-05T20:46:07.317Z] 15:46:07 [2023-03-05T20:46:07.317Z] create-jdbc-resource-common: 15:46:07 [2023-03-05T20:46:07.317Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-conval --target server jdbc/convalDB 15:46:07 [2023-03-05T20:46:07.574Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-conval --enabled=true --target server jdbc/convalDB 15:46:07 [2023-03-05T20:46:07.574Z] [exec] JDBC resource jdbc/convalDB created successfully. 15:46:07 [2023-03-05T20:46:07.574Z] [echo] cmd executed for server 15:46:07 [2023-03-05T20:46:07.574Z] 15:46:07 [2023-03-05T20:46:07.574Z] set-assoc-with-thread: 15:46:07 [2023-03-05T20:46:07.574Z] 15:46:07 [2023-03-05T20:46:07.574Z] asadmin-common: 15:46:07 [2023-03-05T20:46:07.574Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-conval.associate_with_thread=true 15:46:07 [2023-03-05T20:46:07.830Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.associate_with_thread=true 15:46:07 [2023-03-05T20:46:07.830Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.associate-with-thread=true 15:46:07 [2023-03-05T20:46:07.830Z] 15:46:07 [2023-03-05T20:46:07.830Z] deploy: 15:46:07 [2023-03-05T20:46:07.830Z] 15:46:07 [2023-03-05T20:46:07.830Z] setOSConditions: 15:46:07 [2023-03-05T20:46:07.830Z] 15:46:07 [2023-03-05T20:46:07.830Z] setToolWin: 15:46:07 [2023-03-05T20:46:07.830Z] 15:46:07 [2023-03-05T20:46:07.830Z] setToolUnix: 15:46:07 [2023-03-05T20:46:07.830Z] 15:46:07 [2023-03-05T20:46:07.830Z] setToolProperty: 15:46:07 [2023-03-05T20:46:07.830Z] 15:46:07 [2023-03-05T20:46:07.830Z] setS1ASclassPath: 15:46:07 [2023-03-05T20:46:07.830Z] 15:46:07 [2023-03-05T20:46:07.830Z] init-common: 15:46:07 [2023-03-05T20:46:07.830Z] 15:46:07 [2023-03-05T20:46:07.830Z] deploy-common: 15:46:07 [2023-03-05T20:46:07.830Z] [echo] Current time (ISO): 2023-03-05T20:46:07.745+0000 15:46:07 [2023-03-05T20:46:07.830Z] 15:46:07 [2023-03-05T20:46:07.830Z] setOSConditions: 15:46:07 [2023-03-05T20:46:07.830Z] 15:46:07 [2023-03-05T20:46:07.830Z] setToolWin: 15:46:07 [2023-03-05T20:46:07.830Z] 15:46:07 [2023-03-05T20:46:07.830Z] setToolUnix: 15:46:07 [2023-03-05T20:46:07.830Z] 15:46:07 [2023-03-05T20:46:07.830Z] setToolProperty: 15:46:07 [2023-03-05T20:46:07.830Z] 15:46:07 [2023-03-05T20:46:07.830Z] setS1ASclassPath: 15:46:07 [2023-03-05T20:46:07.830Z] 15:46:07 [2023-03-05T20:46:07.830Z] init-common: 15:46:07 [2023-03-05T20:46:07.830Z] 15:46:07 [2023-03-05T20:46:07.830Z] deploy-common-pe: 15:46:08 [2023-03-05T20:46:08.086Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalApp.ear 15:46:08 [2023-03-05T20:46:08.343Z] [exec] Application deployed with name jdbc-convalApp. 15:46:08 [2023-03-05T20:46:08.343Z] [echo] Deployment on target server server successful 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] setOSConditions: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] setToolWin: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] setToolUnix: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] setToolProperty: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] setS1ASclassPath: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] init-common: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] deploy-common-ee: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] run: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] setOSConditions: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] setToolWin: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] setToolUnix: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] setToolProperty: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] setS1ASclassPath: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] init-common: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] execute-sql-common: 15:46:08 [2023-03-05T20:46:08.343Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/sql/create_pointbase.sql 15:46:08 [2023-03-05T20:46:08.343Z] [sql] Failed to execute: Drop table O_Customer 15:46:08 [2023-03-05T20:46:08.343Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:46:08 [2023-03-05T20:46:08.343Z] [sql] 0 rows affected 15:46:08 [2023-03-05T20:46:08.343Z] [sql] 1 of 2 SQL statements executed successfully 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] setOSConditions: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] setToolWin: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] setToolUnix: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] setToolProperty: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] setS1ASclassPath: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] init-common: 15:46:08 [2023-03-05T20:46:08.343Z] 15:46:08 [2023-03-05T20:46:08.343Z] runclient-common: 15:46:08 [2023-03-05T20:46:08.343Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalAppClient.jar -name jdbc-convalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 15:46:09 [2023-03-05T20:46:09.287Z] [exec] Mar 05, 2023 8:46:08 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:46:09 [2023-03-05T20:46:09.287Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:46:11 [2023-03-05T20:46:11.219Z] [exec] Mar 05, 2023 8:46:10 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:46:11 [2023-03-05T20:46:11.219Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6c951ada 15:46:11 [2023-03-05T20:46:11.477Z] [exec] Value of key is: test-1 15:46:11 [2023-03-05T20:46:11.477Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:46:11 [2023-03-05T20:46:11.477Z] [exec] 15:46:11 [2023-03-05T20:46:11.477Z] [exec] 15:46:11 [2023-03-05T20:46:11.477Z] [exec] ----------------------------------------- 15:46:11 [2023-03-05T20:46:11.477Z] [exec] - test-1 : PASS - 15:46:11 [2023-03-05T20:46:11.477Z] [exec] ----------------------------------------- 15:46:11 [2023-03-05T20:46:11.477Z] [exec] Total PASS: 1 15:46:11 [2023-03-05T20:46:11.477Z] [exec] Total FAIL: 0 15:46:11 [2023-03-05T20:46:11.477Z] [exec] Total DID NOT RUN: 0 15:46:11 [2023-03-05T20:46:11.477Z] [exec] ----------------------------------------- 15:46:11 [2023-03-05T20:46:11.477Z] [exec] in flushAll , creating new testSuiteHash 15:46:11 [2023-03-05T20:46:11.477Z] [exec] in flushAll , creating new testSuiteHash 15:46:11 [2023-03-05T20:46:11.733Z] 15:46:11 [2023-03-05T20:46:11.733Z] checkReporting-common: 15:46:11 [2023-03-05T20:46:11.733Z] 15:46:11 [2023-03-05T20:46:11.733Z] confirmReportPresent-common: 15:46:11 [2023-03-05T20:46:11.733Z] [echo] file RepRunConf.txt is present. 15:46:11 [2023-03-05T20:46:11.733Z] [echo] Test seems to be reported fine 15:46:11 [2023-03-05T20:46:11.733Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt 15:46:11 [2023-03-05T20:46:11.733Z] 15:46:11 [2023-03-05T20:46:11.733Z] confirmMissingReport-common: 15:46:11 [2023-03-05T20:46:11.733Z] 15:46:11 [2023-03-05T20:46:11.733Z] setOSConditions: 15:46:11 [2023-03-05T20:46:11.733Z] 15:46:11 [2023-03-05T20:46:11.733Z] setToolWin: 15:46:11 [2023-03-05T20:46:11.733Z] 15:46:11 [2023-03-05T20:46:11.733Z] setToolUnix: 15:46:11 [2023-03-05T20:46:11.733Z] 15:46:11 [2023-03-05T20:46:11.733Z] setToolProperty: 15:46:11 [2023-03-05T20:46:11.733Z] 15:46:11 [2023-03-05T20:46:11.733Z] setS1ASclassPath: 15:46:11 [2023-03-05T20:46:11.733Z] 15:46:11 [2023-03-05T20:46:11.733Z] init-common: 15:46:11 [2023-03-05T20:46:11.733Z] 15:46:11 [2023-03-05T20:46:11.733Z] stop-derby: 15:46:11 [2023-03-05T20:46:11.733Z] 15:46:11 [2023-03-05T20:46:11.733Z] stop-derby-aix: 15:46:11 [2023-03-05T20:46:11.733Z] 15:46:11 [2023-03-05T20:46:11.733Z] stop-derby-nonaix: 15:46:11 [2023-03-05T20:46:11.733Z] [echo] Stopping Derby DB Server ... 15:46:11 [2023-03-05T20:46:11.989Z] [java] Sun Mar 05 20:46:11 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:46:11 [2023-03-05T20:46:11.989Z] 15:46:11 [2023-03-05T20:46:11.989Z] setOSConditions: 15:46:11 [2023-03-05T20:46:11.989Z] 15:46:11 [2023-03-05T20:46:11.989Z] setToolWin: 15:46:11 [2023-03-05T20:46:11.989Z] 15:46:11 [2023-03-05T20:46:11.989Z] setToolUnix: 15:46:11 [2023-03-05T20:46:11.989Z] 15:46:11 [2023-03-05T20:46:11.989Z] setToolProperty: 15:46:11 [2023-03-05T20:46:11.989Z] 15:46:11 [2023-03-05T20:46:11.989Z] setS1ASclassPath: 15:46:11 [2023-03-05T20:46:11.989Z] 15:46:11 [2023-03-05T20:46:11.989Z] init-common: 15:46:11 [2023-03-05T20:46:11.989Z] 15:46:11 [2023-03-05T20:46:11.989Z] start-derby: 15:46:11 [2023-03-05T20:46:11.989Z] 15:46:11 [2023-03-05T20:46:11.989Z] start-derby-aix: 15:46:11 [2023-03-05T20:46:11.989Z] 15:46:11 [2023-03-05T20:46:11.989Z] start-derby-nonaix: 15:46:11 [2023-03-05T20:46:11.989Z] [echo] Starting Derby DB Server ... 15:46:30 [2023-03-05T20:46:30.046Z] 15:46:30 [2023-03-05T20:46:30.046Z] setOSConditions: 15:46:30 [2023-03-05T20:46:30.046Z] 15:46:30 [2023-03-05T20:46:30.046Z] setToolWin: 15:46:30 [2023-03-05T20:46:30.046Z] 15:46:30 [2023-03-05T20:46:30.046Z] setToolUnix: 15:46:30 [2023-03-05T20:46:30.046Z] 15:46:30 [2023-03-05T20:46:30.046Z] setToolProperty: 15:46:30 [2023-03-05T20:46:30.046Z] 15:46:30 [2023-03-05T20:46:30.046Z] setS1ASclassPath: 15:46:30 [2023-03-05T20:46:30.046Z] 15:46:30 [2023-03-05T20:46:30.046Z] init-common: 15:46:30 [2023-03-05T20:46:30.046Z] 15:46:30 [2023-03-05T20:46:30.046Z] runclient-common: 15:46:30 [2023-03-05T20:46:30.046Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalAppClient.jar -name jdbc-convalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 15:46:30 [2023-03-05T20:46:30.046Z] [exec] Mar 05, 2023 8:46:27 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:46:30 [2023-03-05T20:46:30.046Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:46:30 [2023-03-05T20:46:30.046Z] [exec] Mar 05, 2023 8:46:29 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:46:30 [2023-03-05T20:46:30.046Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@585513a8 15:46:30 [2023-03-05T20:46:30.046Z] [exec] Value of key is: test-2 15:46:30 [2023-03-05T20:46:30.046Z] [exec] test-2 returned false as validation is not enabled 15:46:30 [2023-03-05T20:46:30.046Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:46:30 [2023-03-05T20:46:30.046Z] [exec] 15:46:30 [2023-03-05T20:46:30.046Z] [exec] 15:46:30 [2023-03-05T20:46:30.046Z] [exec] ----------------------------------------- 15:46:30 [2023-03-05T20:46:30.046Z] [exec] - test-2 : PASS - 15:46:30 [2023-03-05T20:46:30.046Z] [exec] ----------------------------------------- 15:46:30 [2023-03-05T20:46:30.046Z] [exec] Total PASS: 1 15:46:30 [2023-03-05T20:46:30.046Z] [exec] Total FAIL: 0 15:46:30 [2023-03-05T20:46:30.046Z] [exec] Total DID NOT RUN: 0 15:46:30 [2023-03-05T20:46:30.046Z] [exec] ----------------------------------------- 15:46:30 [2023-03-05T20:46:30.046Z] [exec] in flushAll , creating new testSuiteHash 15:46:30 [2023-03-05T20:46:30.046Z] [exec] in flushAll , creating new testSuiteHash 15:46:30 [2023-03-05T20:46:30.046Z] 15:46:30 [2023-03-05T20:46:30.046Z] checkReporting-common: 15:46:30 [2023-03-05T20:46:30.046Z] 15:46:30 [2023-03-05T20:46:30.046Z] confirmReportPresent-common: 15:46:30 [2023-03-05T20:46:30.046Z] [echo] file RepRunConf.txt is present. 15:46:30 [2023-03-05T20:46:30.046Z] [echo] Test seems to be reported fine 15:46:30 [2023-03-05T20:46:30.046Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt 15:46:30 [2023-03-05T20:46:30.046Z] 15:46:30 [2023-03-05T20:46:30.046Z] confirmMissingReport-common: 15:46:30 [2023-03-05T20:46:30.046Z] 15:46:30 [2023-03-05T20:46:30.046Z] asadmin-common: 15:46:30 [2023-03-05T20:46:30.046Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-conval.connection_validation_method=table 15:46:30 [2023-03-05T20:46:30.614Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.connection_validation_method=table 15:46:30 [2023-03-05T20:46:30.614Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.connection-validation-method=table 15:46:30 [2023-03-05T20:46:30.614Z] 15:46:30 [2023-03-05T20:46:30.614Z] asadmin-common: 15:46:30 [2023-03-05T20:46:30.614Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-conval.validation_table_name=sys.systables 15:46:30 [2023-03-05T20:46:30.871Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.validation_table_name=sys.systables 15:46:30 [2023-03-05T20:46:30.871Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.validation-table-name=sys.systables 15:46:30 [2023-03-05T20:46:30.871Z] 15:46:30 [2023-03-05T20:46:30.871Z] asadmin-common: 15:46:30 [2023-03-05T20:46:30.871Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-conval.is_connection_validation_required=true 15:46:31 [2023-03-05T20:46:31.127Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.is_connection_validation_required=true 15:46:31 [2023-03-05T20:46:31.127Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.is-connection-validation-required=true 15:46:31 [2023-03-05T20:46:31.127Z] 15:46:31 [2023-03-05T20:46:31.127Z] setOSConditions: 15:46:31 [2023-03-05T20:46:31.127Z] 15:46:31 [2023-03-05T20:46:31.127Z] setToolWin: 15:46:31 [2023-03-05T20:46:31.127Z] 15:46:31 [2023-03-05T20:46:31.127Z] setToolUnix: 15:46:31 [2023-03-05T20:46:31.127Z] 15:46:31 [2023-03-05T20:46:31.127Z] setToolProperty: 15:46:31 [2023-03-05T20:46:31.127Z] 15:46:31 [2023-03-05T20:46:31.127Z] setS1ASclassPath: 15:46:31 [2023-03-05T20:46:31.127Z] 15:46:31 [2023-03-05T20:46:31.127Z] init-common: 15:46:31 [2023-03-05T20:46:31.127Z] 15:46:31 [2023-03-05T20:46:31.127Z] runclient-common: 15:46:31 [2023-03-05T20:46:31.127Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalAppClient.jar -name jdbc-convalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 3 15:46:31 [2023-03-05T20:46:31.690Z] [exec] Mar 05, 2023 8:46:31 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:46:31 [2023-03-05T20:46:31.690Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:46:34 [2023-03-05T20:46:34.213Z] [exec] Mar 05, 2023 8:46:33 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:46:34 [2023-03-05T20:46:34.213Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6c951ada 15:46:34 [2023-03-05T20:46:34.213Z] [exec] Value of key is: test-3 15:46:34 [2023-03-05T20:46:34.213Z] [exec] test-3 returned true as validation is enabled 15:46:34 [2023-03-05T20:46:34.213Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:46:34 [2023-03-05T20:46:34.213Z] [exec] 15:46:34 [2023-03-05T20:46:34.213Z] [exec] 15:46:34 [2023-03-05T20:46:34.213Z] [exec] ----------------------------------------- 15:46:34 [2023-03-05T20:46:34.213Z] [exec] - test-3 : PASS - 15:46:34 [2023-03-05T20:46:34.213Z] [exec] ----------------------------------------- 15:46:34 [2023-03-05T20:46:34.213Z] [exec] Total PASS: 1 15:46:34 [2023-03-05T20:46:34.213Z] [exec] Total FAIL: 0 15:46:34 [2023-03-05T20:46:34.213Z] [exec] Total DID NOT RUN: 0 15:46:34 [2023-03-05T20:46:34.213Z] [exec] ----------------------------------------- 15:46:34 [2023-03-05T20:46:34.213Z] [exec] in flushAll , creating new testSuiteHash 15:46:34 [2023-03-05T20:46:34.213Z] [exec] in flushAll , creating new testSuiteHash 15:46:34 [2023-03-05T20:46:34.469Z] 15:46:34 [2023-03-05T20:46:34.469Z] checkReporting-common: 15:46:34 [2023-03-05T20:46:34.469Z] 15:46:34 [2023-03-05T20:46:34.469Z] confirmReportPresent-common: 15:46:34 [2023-03-05T20:46:34.469Z] [echo] file RepRunConf.txt is present. 15:46:34 [2023-03-05T20:46:34.469Z] [echo] Test seems to be reported fine 15:46:34 [2023-03-05T20:46:34.469Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt 15:46:34 [2023-03-05T20:46:34.469Z] 15:46:34 [2023-03-05T20:46:34.469Z] confirmMissingReport-common: 15:46:34 [2023-03-05T20:46:34.469Z] 15:46:34 [2023-03-05T20:46:34.469Z] setOSConditions: 15:46:34 [2023-03-05T20:46:34.469Z] 15:46:34 [2023-03-05T20:46:34.469Z] setToolWin: 15:46:34 [2023-03-05T20:46:34.469Z] 15:46:34 [2023-03-05T20:46:34.469Z] setToolUnix: 15:46:34 [2023-03-05T20:46:34.469Z] 15:46:34 [2023-03-05T20:46:34.469Z] setToolProperty: 15:46:34 [2023-03-05T20:46:34.469Z] 15:46:34 [2023-03-05T20:46:34.469Z] setS1ASclassPath: 15:46:34 [2023-03-05T20:46:34.469Z] 15:46:34 [2023-03-05T20:46:34.469Z] init-common: 15:46:34 [2023-03-05T20:46:34.469Z] 15:46:34 [2023-03-05T20:46:34.469Z] stop-derby: 15:46:34 [2023-03-05T20:46:34.469Z] 15:46:34 [2023-03-05T20:46:34.469Z] stop-derby-aix: 15:46:34 [2023-03-05T20:46:34.469Z] 15:46:34 [2023-03-05T20:46:34.469Z] stop-derby-nonaix: 15:46:34 [2023-03-05T20:46:34.469Z] [echo] Stopping Derby DB Server ... 15:46:34 [2023-03-05T20:46:34.725Z] [java] Sun Mar 05 20:46:34 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:46:34 [2023-03-05T20:46:34.725Z] 15:46:34 [2023-03-05T20:46:34.725Z] setOSConditions: 15:46:34 [2023-03-05T20:46:34.725Z] 15:46:34 [2023-03-05T20:46:34.725Z] setToolWin: 15:46:34 [2023-03-05T20:46:34.725Z] 15:46:34 [2023-03-05T20:46:34.725Z] setToolUnix: 15:46:34 [2023-03-05T20:46:34.725Z] 15:46:34 [2023-03-05T20:46:34.725Z] setToolProperty: 15:46:34 [2023-03-05T20:46:34.725Z] 15:46:34 [2023-03-05T20:46:34.725Z] setS1ASclassPath: 15:46:34 [2023-03-05T20:46:34.725Z] 15:46:34 [2023-03-05T20:46:34.725Z] init-common: 15:46:34 [2023-03-05T20:46:34.725Z] 15:46:34 [2023-03-05T20:46:34.725Z] start-derby: 15:46:34 [2023-03-05T20:46:34.981Z] 15:46:34 [2023-03-05T20:46:34.981Z] start-derby-aix: 15:46:34 [2023-03-05T20:46:34.981Z] 15:46:34 [2023-03-05T20:46:34.981Z] start-derby-nonaix: 15:46:34 [2023-03-05T20:46:34.981Z] [echo] Starting Derby DB Server ... 15:46:49 [2023-03-05T20:46:49.831Z] 15:46:49 [2023-03-05T20:46:49.831Z] setOSConditions: 15:46:49 [2023-03-05T20:46:49.831Z] 15:46:49 [2023-03-05T20:46:49.831Z] setToolWin: 15:46:49 [2023-03-05T20:46:49.831Z] 15:46:49 [2023-03-05T20:46:49.832Z] setToolUnix: 15:46:49 [2023-03-05T20:46:49.832Z] 15:46:49 [2023-03-05T20:46:49.832Z] setToolProperty: 15:46:49 [2023-03-05T20:46:49.832Z] 15:46:49 [2023-03-05T20:46:49.832Z] setS1ASclassPath: 15:46:49 [2023-03-05T20:46:49.832Z] 15:46:49 [2023-03-05T20:46:49.832Z] init-common: 15:46:49 [2023-03-05T20:46:49.832Z] 15:46:49 [2023-03-05T20:46:49.832Z] runclient-common: 15:46:49 [2023-03-05T20:46:49.832Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalAppClient.jar -name jdbc-convalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 4 15:46:51 [2023-03-05T20:46:51.725Z] [exec] Mar 05, 2023 8:46:51 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:46:51 [2023-03-05T20:46:51.725Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:46:53 [2023-03-05T20:46:53.617Z] [exec] Mar 05, 2023 8:46:53 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:46:53 [2023-03-05T20:46:53.617Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6c951ada 15:46:54 [2023-03-05T20:46:54.181Z] [exec] Value of key is: test-4 15:46:54 [2023-03-05T20:46:54.181Z] [exec] test-4 returned true as validation is enabled 15:46:54 [2023-03-05T20:46:54.181Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:46:54 [2023-03-05T20:46:54.181Z] [exec] 15:46:54 [2023-03-05T20:46:54.181Z] [exec] 15:46:54 [2023-03-05T20:46:54.181Z] [exec] ----------------------------------------- 15:46:54 [2023-03-05T20:46:54.181Z] [exec] - test-4 : PASS - 15:46:54 [2023-03-05T20:46:54.181Z] [exec] ----------------------------------------- 15:46:54 [2023-03-05T20:46:54.181Z] [exec] Total PASS: 1 15:46:54 [2023-03-05T20:46:54.181Z] [exec] Total FAIL: 0 15:46:54 [2023-03-05T20:46:54.181Z] [exec] Total DID NOT RUN: 0 15:46:54 [2023-03-05T20:46:54.181Z] [exec] ----------------------------------------- 15:46:54 [2023-03-05T20:46:54.181Z] [exec] in flushAll , creating new testSuiteHash 15:46:54 [2023-03-05T20:46:54.181Z] [exec] in flushAll , creating new testSuiteHash 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] checkReporting-common: 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] confirmReportPresent-common: 15:46:54 [2023-03-05T20:46:54.438Z] [echo] file RepRunConf.txt is present. 15:46:54 [2023-03-05T20:46:54.438Z] [echo] Test seems to be reported fine 15:46:54 [2023-03-05T20:46:54.438Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] confirmMissingReport-common: 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] setOSConditions: 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] setToolWin: 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] setToolUnix: 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] setToolProperty: 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] setS1ASclassPath: 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] init-common: 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] execute-sql-common: 15:46:54 [2023-03-05T20:46:54.438Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/sql/drop_pointbase.sql 15:46:54 [2023-03-05T20:46:54.438Z] [sql] 0 rows affected 15:46:54 [2023-03-05T20:46:54.438Z] [sql] 1 of 1 SQL statements executed successfully 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] undeploy: 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] setOSConditions: 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] setToolWin: 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] setToolUnix: 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] setToolProperty: 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] setS1ASclassPath: 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] init-common: 15:46:54 [2023-03-05T20:46:54.438Z] 15:46:54 [2023-03-05T20:46:54.438Z] undeploy-common: 15:46:54 [2023-03-05T20:46:54.696Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-convalApp 15:46:54 [2023-03-05T20:46:54.952Z] 15:46:54 [2023-03-05T20:46:54.952Z] delete-jdbc-stuff: 15:46:54 [2023-03-05T20:46:54.952Z] 15:46:54 [2023-03-05T20:46:54.952Z] setOSConditions: 15:46:54 [2023-03-05T20:46:54.952Z] 15:46:54 [2023-03-05T20:46:54.952Z] setToolWin: 15:46:54 [2023-03-05T20:46:54.952Z] 15:46:54 [2023-03-05T20:46:54.952Z] setToolUnix: 15:46:54 [2023-03-05T20:46:54.952Z] 15:46:54 [2023-03-05T20:46:54.952Z] setToolProperty: 15:46:54 [2023-03-05T20:46:54.952Z] 15:46:54 [2023-03-05T20:46:54.952Z] setS1ASclassPath: 15:46:54 [2023-03-05T20:46:54.952Z] 15:46:54 [2023-03-05T20:46:54.952Z] init-common: 15:46:54 [2023-03-05T20:46:54.952Z] 15:46:54 [2023-03-05T20:46:54.952Z] delete-jdbc-resource-common: 15:46:54 [2023-03-05T20:46:54.952Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/convalDB 15:46:55 [2023-03-05T20:46:55.220Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/convalDB 15:46:55 [2023-03-05T20:46:55.220Z] [exec] JDBC resource jdbc/convalDB deleted successfully 15:46:55 [2023-03-05T20:46:55.220Z] [echo] cmd executed for server 15:46:55 [2023-03-05T20:46:55.220Z] 15:46:55 [2023-03-05T20:46:55.220Z] setOSConditions: 15:46:55 [2023-03-05T20:46:55.220Z] 15:46:55 [2023-03-05T20:46:55.220Z] setToolWin: 15:46:55 [2023-03-05T20:46:55.220Z] 15:46:55 [2023-03-05T20:46:55.220Z] setToolUnix: 15:46:55 [2023-03-05T20:46:55.220Z] 15:46:55 [2023-03-05T20:46:55.220Z] setToolProperty: 15:46:55 [2023-03-05T20:46:55.220Z] 15:46:55 [2023-03-05T20:46:55.220Z] setS1ASclassPath: 15:46:55 [2023-03-05T20:46:55.220Z] 15:46:55 [2023-03-05T20:46:55.220Z] init-common: 15:46:55 [2023-03-05T20:46:55.220Z] 15:46:55 [2023-03-05T20:46:55.220Z] delete-jdbc-connpool-common: 15:46:55 [2023-03-05T20:46:55.220Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-conval 15:46:55 [2023-03-05T20:46:55.476Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-conval 15:46:55 [2023-03-05T20:46:55.476Z] [exec] JDBC Connection pool jdbc-conval deleted successfully 15:46:55 [2023-03-05T20:46:55.476Z] [echo] cmd executed for server 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] all-assoc-with-thread: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setOSConditions: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setToolWin: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setToolUnix: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setToolProperty: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setS1ASclassPath: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] init-common: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] clean: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setOSConditions: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setToolWin: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setToolUnix: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setToolProperty: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setS1ASclassPath: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] init-common: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] clean-common: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setOSConditions: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setToolWin: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setToolUnix: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setToolProperty: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setS1ASclassPath: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] init-common: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] clean-classes-common: 15:46:55 [2023-03-05T20:46:55.476Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setOSConditions: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setToolWin: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setToolUnix: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.476Z] setToolProperty: 15:46:55 [2023-03-05T20:46:55.476Z] 15:46:55 [2023-03-05T20:46:55.477Z] setS1ASclassPath: 15:46:55 [2023-03-05T20:46:55.477Z] 15:46:55 [2023-03-05T20:46:55.477Z] init-common: 15:46:55 [2023-03-05T20:46:55.477Z] 15:46:55 [2023-03-05T20:46:55.477Z] clean-jars-common: 15:46:55 [2023-03-05T20:46:55.477Z] 15:46:55 [2023-03-05T20:46:55.477Z] compile: 15:46:55 [2023-03-05T20:46:55.477Z] 15:46:55 [2023-03-05T20:46:55.477Z] setOSConditions: 15:46:55 [2023-03-05T20:46:55.477Z] 15:46:55 [2023-03-05T20:46:55.477Z] setToolWin: 15:46:55 [2023-03-05T20:46:55.477Z] 15:46:55 [2023-03-05T20:46:55.477Z] setToolUnix: 15:46:55 [2023-03-05T20:46:55.477Z] 15:46:55 [2023-03-05T20:46:55.477Z] setToolProperty: 15:46:55 [2023-03-05T20:46:55.477Z] 15:46:55 [2023-03-05T20:46:55.477Z] setS1ASclassPath: 15:46:55 [2023-03-05T20:46:55.477Z] 15:46:55 [2023-03-05T20:46:55.477Z] init-common: 15:46:55 [2023-03-05T20:46:55.477Z] 15:46:55 [2023-03-05T20:46:55.477Z] compile-common: 15:46:55 [2023-03-05T20:46:55.477Z] [echo] Current time (ISO): 2023-03-05T20:46:55.387+0000 15:46:55 [2023-03-05T20:46:55.477Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:46:55 [2023-03-05T20:46:55.477Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:46:56 [2023-03-05T20:46:56.856Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:46:56 [2023-03-05T20:46:56.856Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleaktracing/ejb/SimpleBMPBean.java:35: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:46:56 [2023-03-05T20:46:56.856Z] [javac] return new Integer(1); 15:46:56 [2023-03-05T20:46:56.856Z] [javac] ^ 15:46:56 [2023-03-05T20:46:56.856Z] [javac] 2 warnings 15:46:56 [2023-03-05T20:46:56.856Z] 15:46:56 [2023-03-05T20:46:56.856Z] setOSConditions: 15:46:56 [2023-03-05T20:46:56.856Z] 15:46:56 [2023-03-05T20:46:56.856Z] setToolWin: 15:46:56 [2023-03-05T20:46:56.856Z] 15:46:56 [2023-03-05T20:46:56.856Z] setToolUnix: 15:46:56 [2023-03-05T20:46:56.856Z] 15:46:56 [2023-03-05T20:46:56.856Z] setToolProperty: 15:46:56 [2023-03-05T20:46:56.856Z] 15:46:56 [2023-03-05T20:46:56.856Z] setS1ASclassPath: 15:46:56 [2023-03-05T20:46:56.856Z] 15:46:56 [2023-03-05T20:46:56.856Z] init-common: 15:46:56 [2023-03-05T20:46:56.856Z] 15:46:56 [2023-03-05T20:46:56.856Z] compile-common: 15:46:56 [2023-03-05T20:46:56.856Z] [echo] Current time (ISO): 2023-03-05T20:46:56.540+0000 15:46:56 [2023-03-05T20:46:56.856Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:46:57 [2023-03-05T20:46:57.786Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:46:57 [2023-03-05T20:46:57.786Z] [javac] 1 warning 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] build: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setOSConditions: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] fixFiles: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] convUnix: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] convWin: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setToolWin: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setToolUnix: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setToolProperty: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setS1ASclassPath: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] init-common: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] package-persistence-common: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] ejb-jar-common: 15:46:57 [2023-03-05T20:46:57.786Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] package-ejbjar-common: 15:46:57 [2023-03-05T20:46:57.786Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:46:57 [2023-03-05T20:46:57.786Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:46:57 [2023-03-05T20:46:57.786Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:46:57 [2023-03-05T20:46:57.786Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracing-ejb.jar 15:46:57 [2023-03-05T20:46:57.786Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] appclient-jar-common: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] package-appclientjar-common: 15:46:57 [2023-03-05T20:46:57.786Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:46:57 [2023-03-05T20:46:57.786Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:46:57 [2023-03-05T20:46:57.786Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:46:57 [2023-03-05T20:46:57.786Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracing-client.jar 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] webclient-war-common: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] build-ear-common: 15:46:57 [2023-03-05T20:46:57.786Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:46:57 [2023-03-05T20:46:57.786Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracingApp.ear 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] deploy: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setOSConditions: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setToolWin: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setToolUnix: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setToolProperty: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setS1ASclassPath: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] init-common: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] create-jdbc-stuff: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setOSConditions: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setToolWin: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setToolUnix: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setToolProperty: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setS1ASclassPath: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] init-common: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] deploy-jdbc-common: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setOSConditions: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setToolWin: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setToolUnix: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setToolProperty: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] setS1ASclassPath: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] init-common: 15:46:57 [2023-03-05T20:46:57.786Z] 15:46:57 [2023-03-05T20:46:57.786Z] create-jdbc-connpool-common: 15:46:58 [2023-03-05T20:46:58.356Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-connectionleaktracing 15:46:58 [2023-03-05T20:46:58.356Z] [exec] JDBC connection pool jdbc-connectionleaktracing created successfully. 15:46:58 [2023-03-05T20:46:58.356Z] 15:46:58 [2023-03-05T20:46:58.356Z] set-derby-connpool-props: 15:46:58 [2023-03-05T20:46:58.620Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.User=dbuser 15:46:58 [2023-03-05T20:46:58.620Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.User=dbuser 15:46:58 [2023-03-05T20:46:58.877Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.Password=dbpassword 15:46:58 [2023-03-05T20:46:58.877Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.Password=dbpassword 15:46:59 [2023-03-05T20:46:59.133Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.driverType=4 15:46:59 [2023-03-05T20:46:59.133Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.driverType=4 15:46:59 [2023-03-05T20:46:59.390Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.portNumber=1527 15:46:59 [2023-03-05T20:46:59.390Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.portNumber=1527 15:46:59 [2023-03-05T20:46:59.953Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.dataBaseName=testdb 15:46:59 [2023-03-05T20:46:59.953Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.dataBaseName=testdb 15:47:00 [2023-03-05T20:47:00.220Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.retrieveMessagesFromServerOnGetMessage=true 15:47:00 [2023-03-05T20:47:00.220Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.retrieveMessagesFromServerOnGetMessage=true 15:47:00 [2023-03-05T20:47:00.476Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.create=true 15:47:00 [2023-03-05T20:47:00.476Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.create=true 15:47:00 [2023-03-05T20:47:00.733Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.serverName=localhost 15:47:00 [2023-03-05T20:47:00.733Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.serverName=localhost 15:47:00 [2023-03-05T20:47:00.733Z] 15:47:00 [2023-03-05T20:47:00.733Z] setOSConditions: 15:47:00 [2023-03-05T20:47:00.733Z] 15:47:00 [2023-03-05T20:47:00.733Z] setToolWin: 15:47:00 [2023-03-05T20:47:00.733Z] 15:47:00 [2023-03-05T20:47:00.733Z] setToolUnix: 15:47:00 [2023-03-05T20:47:00.733Z] 15:47:00 [2023-03-05T20:47:00.733Z] setToolProperty: 15:47:00 [2023-03-05T20:47:00.733Z] 15:47:00 [2023-03-05T20:47:00.733Z] setS1ASclassPath: 15:47:00 [2023-03-05T20:47:00.733Z] 15:47:00 [2023-03-05T20:47:00.733Z] init-common: 15:47:00 [2023-03-05T20:47:00.733Z] 15:47:00 [2023-03-05T20:47:00.733Z] create-jdbc-resource-common: 15:47:00 [2023-03-05T20:47:00.733Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-connectionleaktracing --target server jdbc/connectionleaktracingDB 15:47:00 [2023-03-05T20:47:00.989Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-connectionleaktracing --enabled=true --target server jdbc/connectionleaktracingDB 15:47:00 [2023-03-05T20:47:00.989Z] [exec] JDBC resource jdbc/connectionleaktracingDB created successfully. 15:47:00 [2023-03-05T20:47:00.989Z] [echo] cmd executed for server 15:47:00 [2023-03-05T20:47:00.989Z] 15:47:00 [2023-03-05T20:47:00.989Z] asadmin-common: 15:47:00 [2023-03-05T20:47:00.989Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.steady_pool_size=1 15:47:01 [2023-03-05T20:47:01.246Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.steady_pool_size=1 15:47:01 [2023-03-05T20:47:01.246Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.steady-pool-size=1 15:47:01 [2023-03-05T20:47:01.246Z] 15:47:01 [2023-03-05T20:47:01.246Z] asadmin-common: 15:47:01 [2023-03-05T20:47:01.246Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.max_pool_size=1 15:47:01 [2023-03-05T20:47:01.826Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.max_pool_size=1 15:47:01 [2023-03-05T20:47:01.826Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.max-pool-size=1 15:47:01 [2023-03-05T20:47:01.826Z] 15:47:01 [2023-03-05T20:47:01.826Z] asadmin-common: 15:47:01 [2023-03-05T20:47:01.826Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.connection_leak_timeout_in_seconds=10 15:47:02 [2023-03-05T20:47:02.082Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.connection_leak_timeout_in_seconds=10 15:47:02 [2023-03-05T20:47:02.082Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.connection-leak-timeout-in-seconds=10 15:47:02 [2023-03-05T20:47:02.082Z] 15:47:02 [2023-03-05T20:47:02.082Z] asadmin-common: 15:47:02 [2023-03-05T20:47:02.082Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.connection_leak_reclaim=true 15:47:02 [2023-03-05T20:47:02.338Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.connection_leak_reclaim=true 15:47:02 [2023-03-05T20:47:02.338Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.connection-leak-reclaim=true 15:47:02 [2023-03-05T20:47:02.338Z] 15:47:02 [2023-03-05T20:47:02.338Z] setOSConditions: 15:47:02 [2023-03-05T20:47:02.338Z] 15:47:02 [2023-03-05T20:47:02.338Z] setToolWin: 15:47:02 [2023-03-05T20:47:02.338Z] 15:47:02 [2023-03-05T20:47:02.338Z] setToolUnix: 15:47:02 [2023-03-05T20:47:02.338Z] 15:47:02 [2023-03-05T20:47:02.338Z] setToolProperty: 15:47:02 [2023-03-05T20:47:02.338Z] 15:47:02 [2023-03-05T20:47:02.338Z] setS1ASclassPath: 15:47:02 [2023-03-05T20:47:02.338Z] 15:47:02 [2023-03-05T20:47:02.338Z] init-common: 15:47:02 [2023-03-05T20:47:02.338Z] 15:47:02 [2023-03-05T20:47:02.338Z] deploy-common: 15:47:02 [2023-03-05T20:47:02.338Z] [echo] Current time (ISO): 2023-03-05T20:47:02.186+0000 15:47:02 [2023-03-05T20:47:02.338Z] 15:47:02 [2023-03-05T20:47:02.338Z] setOSConditions: 15:47:02 [2023-03-05T20:47:02.338Z] 15:47:02 [2023-03-05T20:47:02.338Z] setToolWin: 15:47:02 [2023-03-05T20:47:02.338Z] 15:47:02 [2023-03-05T20:47:02.338Z] setToolUnix: 15:47:02 [2023-03-05T20:47:02.338Z] 15:47:02 [2023-03-05T20:47:02.338Z] setToolProperty: 15:47:02 [2023-03-05T20:47:02.338Z] 15:47:02 [2023-03-05T20:47:02.338Z] setS1ASclassPath: 15:47:02 [2023-03-05T20:47:02.338Z] 15:47:02 [2023-03-05T20:47:02.338Z] init-common: 15:47:02 [2023-03-05T20:47:02.338Z] 15:47:02 [2023-03-05T20:47:02.338Z] deploy-common-pe: 15:47:02 [2023-03-05T20:47:02.594Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracingApp.ear 15:47:02 [2023-03-05T20:47:02.920Z] [exec] Application deployed with name jdbc-connectionleaktracingApp. 15:47:02 [2023-03-05T20:47:02.920Z] [echo] Deployment on target server server successful 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] setOSConditions: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] setToolWin: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] setToolUnix: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] setToolProperty: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] setS1ASclassPath: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] init-common: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] deploy-common-ee: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] setOSConditions: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] setToolWin: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] setToolUnix: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] setToolProperty: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] setS1ASclassPath: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] init-common: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] execute-sql-common: 15:47:02 [2023-03-05T20:47:02.920Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleaktracing/sql/create_pointbase.sql 15:47:02 [2023-03-05T20:47:02.920Z] [sql] Failed to execute: Drop table O_Customer 15:47:02 [2023-03-05T20:47:02.920Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:47:02 [2023-03-05T20:47:02.920Z] [sql] 0 rows affected 15:47:02 [2023-03-05T20:47:02.920Z] [sql] 1 of 2 SQL statements executed successfully 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] run: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] setOSConditions: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] setToolWin: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] setToolUnix: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] setToolProperty: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] setS1ASclassPath: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] init-common: 15:47:02 [2023-03-05T20:47:02.920Z] 15:47:02 [2023-03-05T20:47:02.920Z] runclient-common: 15:47:02 [2023-03-05T20:47:02.920Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracingAppClient.jar -name jdbc-connectionleaktracingClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:47:03 [2023-03-05T20:47:03.482Z] [exec] Mar 05, 2023 8:47:03 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:47:03 [2023-03-05T20:47:03.482Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:47:06 [2023-03-05T20:47:06.001Z] [exec] Mar 05, 2023 8:47:05 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:47:06 [2023-03-05T20:47:06.001Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 15:48:13 [2023-03-05T20:48:13.643Z] [exec] Value of key is: : 15:48:13 [2023-03-05T20:48:13.643Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:48:13 [2023-03-05T20:48:13.643Z] [exec] 15:48:13 [2023-03-05T20:48:13.643Z] [exec] 15:48:13 [2023-03-05T20:48:13.643Z] [exec] ----------------------------------------- 15:48:13 [2023-03-05T20:48:13.643Z] [exec] - : : PASS - 15:48:13 [2023-03-05T20:48:13.643Z] [exec] ----------------------------------------- 15:48:13 [2023-03-05T20:48:13.643Z] [exec] Total PASS: 1 15:48:13 [2023-03-05T20:48:13.643Z] [exec] Total FAIL: 0 15:48:13 [2023-03-05T20:48:13.643Z] [exec] Total DID NOT RUN: 0 15:48:13 [2023-03-05T20:48:13.643Z] [exec] ----------------------------------------- 15:48:13 [2023-03-05T20:48:13.643Z] [exec] in flushAll , creating new testSuiteHash 15:48:13 [2023-03-05T20:48:13.643Z] [exec] in flushAll , creating new testSuiteHash 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] checkReporting-common: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] confirmReportPresent-common: 15:48:13 [2023-03-05T20:48:13.643Z] [echo] file RepRunConf.txt is present. 15:48:13 [2023-03-05T20:48:13.643Z] [echo] Test seems to be reported fine 15:48:13 [2023-03-05T20:48:13.643Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleaktracing/RepRunConf.txt 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] confirmMissingReport-common: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] undeploy: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setOSConditions: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setToolWin: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setToolUnix: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setToolProperty: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setS1ASclassPath: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] init-common: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] execute-sql-common: 15:48:13 [2023-03-05T20:48:13.643Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleaktracing/sql/drop_pointbase.sql 15:48:13 [2023-03-05T20:48:13.643Z] [sql] 0 rows affected 15:48:13 [2023-03-05T20:48:13.643Z] [sql] 1 of 1 SQL statements executed successfully 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setOSConditions: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setToolWin: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setToolUnix: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setToolProperty: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setS1ASclassPath: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] init-common: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] delete-jdbc-stuff: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setOSConditions: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setToolWin: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setToolUnix: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setToolProperty: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setS1ASclassPath: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] init-common: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] delete-jdbc-resource-common: 15:48:13 [2023-03-05T20:48:13.643Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connectionleaktracingDB 15:48:13 [2023-03-05T20:48:13.643Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connectionleaktracingDB 15:48:13 [2023-03-05T20:48:13.643Z] [exec] JDBC resource jdbc/connectionleaktracingDB deleted successfully 15:48:13 [2023-03-05T20:48:13.643Z] [echo] cmd executed for server 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setOSConditions: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setToolWin: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setToolUnix: 15:48:13 [2023-03-05T20:48:13.643Z] 15:48:13 [2023-03-05T20:48:13.643Z] setToolProperty: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setS1ASclassPath: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] init-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] delete-jdbc-connpool-common: 15:48:13 [2023-03-05T20:48:13.644Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-connectionleaktracing 15:48:13 [2023-03-05T20:48:13.644Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-connectionleaktracing 15:48:13 [2023-03-05T20:48:13.644Z] [exec] JDBC Connection pool jdbc-connectionleaktracing deleted successfully 15:48:13 [2023-03-05T20:48:13.644Z] [echo] cmd executed for server 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setOSConditions: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolWin: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolUnix: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolProperty: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setS1ASclassPath: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] init-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] undeploy-common: 15:48:13 [2023-03-05T20:48:13.644Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-connectionleaktracingApp 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] all: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setOSConditions: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolWin: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolUnix: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolProperty: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setS1ASclassPath: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] init-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] clean: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setOSConditions: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolWin: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolUnix: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolProperty: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setS1ASclassPath: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] init-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] clean-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setOSConditions: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolWin: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolUnix: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolProperty: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setS1ASclassPath: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] init-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] clean-classes-common: 15:48:13 [2023-03-05T20:48:13.644Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setOSConditions: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolWin: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolUnix: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolProperty: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setS1ASclassPath: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] init-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] clean-jars-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] compile: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setOSConditions: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolWin: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolUnix: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolProperty: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setS1ASclassPath: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] init-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] compile-common: 15:48:13 [2023-03-05T20:48:13.644Z] [echo] Current time (ISO): 2023-03-05T20:48:07.135+0000 15:48:13 [2023-03-05T20:48:13.644Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:48:13 [2023-03-05T20:48:13.644Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:48:13 [2023-03-05T20:48:13.644Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:48:13 [2023-03-05T20:48:13.644Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conncreationretry/ejb/SimpleBMPBean.java:40: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:48:13 [2023-03-05T20:48:13.644Z] [javac] return new Integer(1); 15:48:13 [2023-03-05T20:48:13.644Z] [javac] ^ 15:48:13 [2023-03-05T20:48:13.644Z] [javac] 2 warnings 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setOSConditions: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolWin: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolUnix: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolProperty: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setS1ASclassPath: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] init-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] compile-common: 15:48:13 [2023-03-05T20:48:13.644Z] [echo] Current time (ISO): 2023-03-05T20:48:08.274+0000 15:48:13 [2023-03-05T20:48:13.644Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:48:13 [2023-03-05T20:48:13.644Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:48:13 [2023-03-05T20:48:13.644Z] [javac] 1 warning 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] build: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setOSConditions: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] fixFiles: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] convUnix: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] convWin: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolWin: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolUnix: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolProperty: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setS1ASclassPath: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] init-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] package-persistence-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] ejb-jar-common: 15:48:13 [2023-03-05T20:48:13.644Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] package-ejbjar-common: 15:48:13 [2023-03-05T20:48:13.644Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:48:13 [2023-03-05T20:48:13.644Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:48:13 [2023-03-05T20:48:13.644Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:48:13 [2023-03-05T20:48:13.644Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretry-ejb.jar 15:48:13 [2023-03-05T20:48:13.644Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] appclient-jar-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] package-appclientjar-common: 15:48:13 [2023-03-05T20:48:13.644Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:48:13 [2023-03-05T20:48:13.644Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:48:13 [2023-03-05T20:48:13.644Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:48:13 [2023-03-05T20:48:13.644Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretry-client.jar 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] webclient-war-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] build-ear-common: 15:48:13 [2023-03-05T20:48:13.644Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:48:13 [2023-03-05T20:48:13.644Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretryApp.ear 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] deploy: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setOSConditions: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolWin: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolUnix: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolProperty: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setS1ASclassPath: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] init-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] create-jdbc-stuff: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setOSConditions: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolWin: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolUnix: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolProperty: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setS1ASclassPath: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] init-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] deploy-jdbc-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setOSConditions: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolWin: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolUnix: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setToolProperty: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] setS1ASclassPath: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] init-common: 15:48:13 [2023-03-05T20:48:13.644Z] 15:48:13 [2023-03-05T20:48:13.644Z] create-jdbc-connpool-common: 15:48:13 [2023-03-05T20:48:13.644Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-connectioncreationretry 15:48:13 [2023-03-05T20:48:13.645Z] [exec] JDBC connection pool jdbc-connectioncreationretry created successfully. 15:48:13 [2023-03-05T20:48:13.645Z] 15:48:13 [2023-03-05T20:48:13.645Z] set-derby-connpool-props: 15:48:13 [2023-03-05T20:48:13.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.User=dbuser 15:48:13 [2023-03-05T20:48:13.645Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.User=dbuser 15:48:13 [2023-03-05T20:48:13.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.Password=dbpassword 15:48:13 [2023-03-05T20:48:13.645Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.Password=dbpassword 15:48:13 [2023-03-05T20:48:13.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.driverType=4 15:48:13 [2023-03-05T20:48:13.645Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.driverType=4 15:48:13 [2023-03-05T20:48:13.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.portNumber=1527 15:48:13 [2023-03-05T20:48:13.645Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.portNumber=1527 15:48:13 [2023-03-05T20:48:13.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.dataBaseName=testdb 15:48:13 [2023-03-05T20:48:13.645Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.dataBaseName=testdb 15:48:13 [2023-03-05T20:48:13.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.retrieveMessagesFromServerOnGetMessage=true 15:48:13 [2023-03-05T20:48:13.645Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.retrieveMessagesFromServerOnGetMessage=true 15:48:13 [2023-03-05T20:48:13.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.create=true 15:48:13 [2023-03-05T20:48:13.645Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.create=true 15:48:13 [2023-03-05T20:48:13.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.serverName=localhost 15:48:13 [2023-03-05T20:48:13.645Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.serverName=localhost 15:48:13 [2023-03-05T20:48:13.645Z] 15:48:13 [2023-03-05T20:48:13.645Z] setOSConditions: 15:48:13 [2023-03-05T20:48:13.645Z] 15:48:13 [2023-03-05T20:48:13.645Z] setToolWin: 15:48:13 [2023-03-05T20:48:13.645Z] 15:48:13 [2023-03-05T20:48:13.645Z] setToolUnix: 15:48:13 [2023-03-05T20:48:13.645Z] 15:48:13 [2023-03-05T20:48:13.645Z] setToolProperty: 15:48:13 [2023-03-05T20:48:13.645Z] 15:48:13 [2023-03-05T20:48:13.645Z] setS1ASclassPath: 15:48:13 [2023-03-05T20:48:13.645Z] 15:48:13 [2023-03-05T20:48:13.645Z] init-common: 15:48:13 [2023-03-05T20:48:13.645Z] 15:48:13 [2023-03-05T20:48:13.645Z] create-jdbc-resource-common: 15:48:13 [2023-03-05T20:48:13.645Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-connectioncreationretry --target server jdbc/connectioncreationretryDB 15:48:13 [2023-03-05T20:48:13.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-connectioncreationretry --enabled=true --target server jdbc/connectioncreationretryDB 15:48:13 [2023-03-05T20:48:13.645Z] [exec] JDBC resource jdbc/connectioncreationretryDB created successfully. 15:48:13 [2023-03-05T20:48:13.645Z] [echo] cmd executed for server 15:48:13 [2023-03-05T20:48:13.645Z] 15:48:13 [2023-03-05T20:48:13.645Z] asadmin-common: 15:48:13 [2023-03-05T20:48:13.645Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.connection_creation_retry_attempts=10 15:48:13 [2023-03-05T20:48:13.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.connection_creation_retry_attempts=10 15:48:13 [2023-03-05T20:48:13.645Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.connection-creation-retry-attempts=10 15:48:13 [2023-03-05T20:48:13.645Z] 15:48:13 [2023-03-05T20:48:13.645Z] asadmin-common: 15:48:13 [2023-03-05T20:48:13.645Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.connection_creation_retry_interval_in_seconds=5 15:48:13 [2023-03-05T20:48:13.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.connection_creation_retry_interval_in_seconds=5 15:48:13 [2023-03-05T20:48:13.645Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.connection-creation-retry-interval-in-seconds=5 15:48:13 [2023-03-05T20:48:13.645Z] 15:48:13 [2023-03-05T20:48:13.645Z] asadmin-common: 15:48:13 [2023-03-05T20:48:13.645Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.steady_pool_size=1 15:48:13 [2023-03-05T20:48:13.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.steady_pool_size=1 15:48:13 [2023-03-05T20:48:13.645Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.steady-pool-size=1 15:48:13 [2023-03-05T20:48:13.645Z] 15:48:13 [2023-03-05T20:48:13.645Z] asadmin-common: 15:48:13 [2023-03-05T20:48:13.645Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.max_pool_size=1 15:48:13 [2023-03-05T20:48:13.905Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.max_pool_size=1 15:48:13 [2023-03-05T20:48:13.905Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.max-pool-size=1 15:48:14 [2023-03-05T20:48:14.161Z] 15:48:14 [2023-03-05T20:48:14.161Z] setOSConditions: 15:48:14 [2023-03-05T20:48:14.161Z] 15:48:14 [2023-03-05T20:48:14.161Z] setToolWin: 15:48:14 [2023-03-05T20:48:14.161Z] 15:48:14 [2023-03-05T20:48:14.161Z] setToolUnix: 15:48:14 [2023-03-05T20:48:14.161Z] 15:48:14 [2023-03-05T20:48:14.161Z] setToolProperty: 15:48:14 [2023-03-05T20:48:14.161Z] 15:48:14 [2023-03-05T20:48:14.161Z] setS1ASclassPath: 15:48:14 [2023-03-05T20:48:14.161Z] 15:48:14 [2023-03-05T20:48:14.161Z] init-common: 15:48:14 [2023-03-05T20:48:14.161Z] 15:48:14 [2023-03-05T20:48:14.161Z] deploy-common: 15:48:14 [2023-03-05T20:48:14.161Z] [echo] Current time (ISO): 2023-03-05T20:48:13.905+0000 15:48:14 [2023-03-05T20:48:14.161Z] 15:48:14 [2023-03-05T20:48:14.161Z] setOSConditions: 15:48:14 [2023-03-05T20:48:14.161Z] 15:48:14 [2023-03-05T20:48:14.161Z] setToolWin: 15:48:14 [2023-03-05T20:48:14.161Z] 15:48:14 [2023-03-05T20:48:14.161Z] setToolUnix: 15:48:14 [2023-03-05T20:48:14.161Z] 15:48:14 [2023-03-05T20:48:14.161Z] setToolProperty: 15:48:14 [2023-03-05T20:48:14.161Z] 15:48:14 [2023-03-05T20:48:14.161Z] setS1ASclassPath: 15:48:14 [2023-03-05T20:48:14.161Z] 15:48:14 [2023-03-05T20:48:14.161Z] init-common: 15:48:14 [2023-03-05T20:48:14.161Z] 15:48:14 [2023-03-05T20:48:14.161Z] deploy-common-pe: 15:48:14 [2023-03-05T20:48:14.417Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretryApp.ear 15:48:14 [2023-03-05T20:48:14.417Z] [exec] Application deployed with name jdbc-connectioncreationretryApp. 15:48:14 [2023-03-05T20:48:14.417Z] [echo] Deployment on target server server successful 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] setOSConditions: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] setToolWin: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] setToolUnix: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] setToolProperty: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] setS1ASclassPath: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] init-common: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] deploy-common-ee: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] setOSConditions: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] setToolWin: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] setToolUnix: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] setToolProperty: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] setS1ASclassPath: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] init-common: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] execute-sql-common: 15:48:14 [2023-03-05T20:48:14.417Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conncreationretry/sql/create_pointbase.sql 15:48:14 [2023-03-05T20:48:14.417Z] [sql] Failed to execute: Drop table O_Customer 15:48:14 [2023-03-05T20:48:14.417Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:48:14 [2023-03-05T20:48:14.417Z] [sql] 0 rows affected 15:48:14 [2023-03-05T20:48:14.417Z] [sql] 1 of 2 SQL statements executed successfully 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] run: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] setOSConditions: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] setToolWin: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] setToolUnix: 15:48:14 [2023-03-05T20:48:14.417Z] 15:48:14 [2023-03-05T20:48:14.417Z] setToolProperty: 15:48:14 [2023-03-05T20:48:14.418Z] 15:48:14 [2023-03-05T20:48:14.418Z] setS1ASclassPath: 15:48:14 [2023-03-05T20:48:14.418Z] 15:48:14 [2023-03-05T20:48:14.418Z] init-common: 15:48:14 [2023-03-05T20:48:14.418Z] 15:48:14 [2023-03-05T20:48:14.418Z] stop-derby: 15:48:14 [2023-03-05T20:48:14.418Z] 15:48:14 [2023-03-05T20:48:14.418Z] stop-derby-aix: 15:48:14 [2023-03-05T20:48:14.418Z] 15:48:14 [2023-03-05T20:48:14.418Z] stop-derby-nonaix: 15:48:14 [2023-03-05T20:48:14.418Z] [echo] Stopping Derby DB Server ... 15:48:14 [2023-03-05T20:48:14.674Z] [java] Sun Mar 05 20:48:14 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:48:14 [2023-03-05T20:48:14.674Z] 15:48:14 [2023-03-05T20:48:14.674Z] setOSConditions: 15:48:14 [2023-03-05T20:48:14.674Z] 15:48:14 [2023-03-05T20:48:14.674Z] setToolWin: 15:48:14 [2023-03-05T20:48:14.674Z] 15:48:14 [2023-03-05T20:48:14.674Z] setToolUnix: 15:48:14 [2023-03-05T20:48:14.674Z] 15:48:14 [2023-03-05T20:48:14.674Z] setToolProperty: 15:48:14 [2023-03-05T20:48:14.674Z] 15:48:14 [2023-03-05T20:48:14.674Z] setS1ASclassPath: 15:48:14 [2023-03-05T20:48:14.674Z] 15:48:14 [2023-03-05T20:48:14.674Z] init-common: 15:48:14 [2023-03-05T20:48:14.674Z] 15:48:14 [2023-03-05T20:48:14.674Z] runclient-common: 15:48:14 [2023-03-05T20:48:14.674Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretryAppClient.jar -name jdbc-connectioncreationretryClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:48:15 [2023-03-05T20:48:15.622Z] [exec] Mar 05, 2023 8:48:15 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:48:15 [2023-03-05T20:48:15.622Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:48:17 [2023-03-05T20:48:17.515Z] [exec] Mar 05, 2023 8:48:17 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:48:17 [2023-03-05T20:48:17.515Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@50598a1a 15:48:29 [2023-03-05T20:48:29.696Z] 15:48:29 [2023-03-05T20:48:29.696Z] setOSConditions: 15:48:29 [2023-03-05T20:48:29.696Z] 15:48:29 [2023-03-05T20:48:29.697Z] setToolWin: 15:48:29 [2023-03-05T20:48:29.697Z] 15:48:29 [2023-03-05T20:48:29.697Z] setToolUnix: 15:48:29 [2023-03-05T20:48:29.697Z] 15:48:29 [2023-03-05T20:48:29.697Z] setToolProperty: 15:48:29 [2023-03-05T20:48:29.697Z] 15:48:29 [2023-03-05T20:48:29.697Z] setS1ASclassPath: 15:48:29 [2023-03-05T20:48:29.697Z] 15:48:29 [2023-03-05T20:48:29.697Z] init-common: 15:48:29 [2023-03-05T20:48:29.697Z] 15:48:29 [2023-03-05T20:48:29.697Z] start-derby: 15:48:29 [2023-03-05T20:48:29.697Z] 15:48:29 [2023-03-05T20:48:29.697Z] start-derby-aix: 15:48:29 [2023-03-05T20:48:29.697Z] 15:48:29 [2023-03-05T20:48:29.697Z] start-derby-nonaix: 15:48:29 [2023-03-05T20:48:29.697Z] [echo] Starting Derby DB Server ... 15:48:32 [2023-03-05T20:48:32.971Z] [exec] Value of key is: test 15:48:32 [2023-03-05T20:48:32.971Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:48:32 [2023-03-05T20:48:32.971Z] [exec] 15:48:32 [2023-03-05T20:48:32.971Z] [exec] 15:48:32 [2023-03-05T20:48:32.971Z] [exec] ----------------------------------------- 15:48:32 [2023-03-05T20:48:32.971Z] [exec] - test : PASS - 15:48:32 [2023-03-05T20:48:32.971Z] [exec] ----------------------------------------- 15:48:32 [2023-03-05T20:48:32.971Z] [exec] Total PASS: 1 15:48:32 [2023-03-05T20:48:32.971Z] [exec] Total FAIL: 0 15:48:32 [2023-03-05T20:48:32.971Z] [exec] Total DID NOT RUN: 0 15:48:32 [2023-03-05T20:48:32.971Z] [exec] ----------------------------------------- 15:48:32 [2023-03-05T20:48:32.971Z] [exec] in flushAll , creating new testSuiteHash 15:48:32 [2023-03-05T20:48:32.971Z] [exec] in flushAll , creating new testSuiteHash 15:48:33 [2023-03-05T20:48:33.228Z] 15:48:33 [2023-03-05T20:48:33.228Z] checkReporting-common: 15:48:33 [2023-03-05T20:48:33.228Z] 15:48:33 [2023-03-05T20:48:33.228Z] confirmReportPresent-common: 15:48:33 [2023-03-05T20:48:33.228Z] [echo] file RepRunConf.txt is present. 15:48:33 [2023-03-05T20:48:33.228Z] [echo] Test seems to be reported fine 15:48:33 [2023-03-05T20:48:33.228Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conncreationretry/RepRunConf.txt 15:48:33 [2023-03-05T20:48:33.228Z] 15:48:33 [2023-03-05T20:48:33.228Z] confirmMissingReport-common: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] undeploy: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setOSConditions: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setToolWin: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setToolUnix: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setToolProperty: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setS1ASclassPath: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] init-common: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] execute-sql-common: 15:48:45 [2023-03-05T20:48:45.420Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conncreationretry/sql/drop_pointbase.sql 15:48:45 [2023-03-05T20:48:45.420Z] [sql] 0 rows affected 15:48:45 [2023-03-05T20:48:45.420Z] [sql] 1 of 1 SQL statements executed successfully 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setOSConditions: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setToolWin: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setToolUnix: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setToolProperty: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setS1ASclassPath: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] init-common: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] delete-jdbc-stuff: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setOSConditions: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setToolWin: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setToolUnix: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setToolProperty: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setS1ASclassPath: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] init-common: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] delete-jdbc-resource-common: 15:48:45 [2023-03-05T20:48:45.420Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connectioncreationretryDB 15:48:45 [2023-03-05T20:48:45.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connectioncreationretryDB 15:48:45 [2023-03-05T20:48:45.420Z] [exec] JDBC resource jdbc/connectioncreationretryDB deleted successfully 15:48:45 [2023-03-05T20:48:45.420Z] [echo] cmd executed for server 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setOSConditions: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setToolWin: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setToolUnix: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setToolProperty: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] setS1ASclassPath: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] init-common: 15:48:45 [2023-03-05T20:48:45.420Z] 15:48:45 [2023-03-05T20:48:45.420Z] delete-jdbc-connpool-common: 15:48:45 [2023-03-05T20:48:45.420Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-connectioncreationretry 15:48:45 [2023-03-05T20:48:45.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-connectioncreationretry 15:48:45 [2023-03-05T20:48:45.421Z] [exec] JDBC Connection pool jdbc-connectioncreationretry deleted successfully 15:48:45 [2023-03-05T20:48:45.421Z] [echo] cmd executed for server 15:48:45 [2023-03-05T20:48:45.421Z] 15:48:45 [2023-03-05T20:48:45.421Z] setOSConditions: 15:48:45 [2023-03-05T20:48:45.421Z] 15:48:45 [2023-03-05T20:48:45.421Z] setToolWin: 15:48:45 [2023-03-05T20:48:45.421Z] 15:48:45 [2023-03-05T20:48:45.421Z] setToolUnix: 15:48:45 [2023-03-05T20:48:45.421Z] 15:48:45 [2023-03-05T20:48:45.421Z] setToolProperty: 15:48:45 [2023-03-05T20:48:45.421Z] 15:48:45 [2023-03-05T20:48:45.421Z] setS1ASclassPath: 15:48:45 [2023-03-05T20:48:45.421Z] 15:48:45 [2023-03-05T20:48:45.421Z] init-common: 15:48:45 [2023-03-05T20:48:45.421Z] 15:48:45 [2023-03-05T20:48:45.421Z] undeploy-common: 15:48:45 [2023-03-05T20:48:45.677Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-connectioncreationretryApp 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] all: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setOSConditions: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setToolWin: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setToolUnix: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setToolProperty: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setS1ASclassPath: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] init-common: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] clean: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setOSConditions: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setToolWin: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setToolUnix: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setToolProperty: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setS1ASclassPath: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] init-common: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] clean-common: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setOSConditions: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setToolWin: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setToolUnix: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setToolProperty: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setS1ASclassPath: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] init-common: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] clean-classes-common: 15:48:45 [2023-03-05T20:48:45.677Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setOSConditions: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setToolWin: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setToolUnix: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setToolProperty: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setS1ASclassPath: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] init-common: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] clean-jars-common: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] compile: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setOSConditions: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setToolWin: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setToolUnix: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setToolProperty: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] setS1ASclassPath: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] init-common: 15:48:45 [2023-03-05T20:48:45.677Z] 15:48:45 [2023-03-05T20:48:45.677Z] compile-common: 15:48:45 [2023-03-05T20:48:45.677Z] [echo] Current time (ISO): 2023-03-05T20:48:45.649+0000 15:48:45 [2023-03-05T20:48:45.677Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:48:45 [2023-03-05T20:48:45.677Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:48:47 [2023-03-05T20:48:47.044Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:48:47 [2023-03-05T20:48:47.044Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/ejb/SimpleBMPBean.java:40: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:48:47 [2023-03-05T20:48:47.044Z] [javac] return new Integer(1); 15:48:47 [2023-03-05T20:48:47.044Z] [javac] ^ 15:48:47 [2023-03-05T20:48:47.044Z] [javac] 2 warnings 15:48:47 [2023-03-05T20:48:47.044Z] 15:48:47 [2023-03-05T20:48:47.044Z] setOSConditions: 15:48:47 [2023-03-05T20:48:47.044Z] 15:48:47 [2023-03-05T20:48:47.044Z] setToolWin: 15:48:47 [2023-03-05T20:48:47.044Z] 15:48:47 [2023-03-05T20:48:47.044Z] setToolUnix: 15:48:47 [2023-03-05T20:48:47.044Z] 15:48:47 [2023-03-05T20:48:47.044Z] setToolProperty: 15:48:47 [2023-03-05T20:48:47.044Z] 15:48:47 [2023-03-05T20:48:47.044Z] setS1ASclassPath: 15:48:47 [2023-03-05T20:48:47.044Z] 15:48:47 [2023-03-05T20:48:47.044Z] init-common: 15:48:47 [2023-03-05T20:48:47.044Z] 15:48:47 [2023-03-05T20:48:47.044Z] compile-common: 15:48:47 [2023-03-05T20:48:47.044Z] [echo] Current time (ISO): 2023-03-05T20:48:46.852+0000 15:48:47 [2023-03-05T20:48:47.044Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:48:47 [2023-03-05T20:48:47.987Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:48:48 [2023-03-05T20:48:48.273Z] [javac] 1 warning 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] build: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setOSConditions: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] fixFiles: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] convUnix: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] convWin: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setToolWin: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setToolUnix: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setToolProperty: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setS1ASclassPath: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] init-common: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] package-persistence-common: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] ejb-jar-common: 15:48:48 [2023-03-05T20:48:48.273Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] package-ejbjar-common: 15:48:48 [2023-03-05T20:48:48.273Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:48:48 [2023-03-05T20:48:48.273Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:48:48 [2023-03-05T20:48:48.273Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:48:48 [2023-03-05T20:48:48.273Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiod-ejb.jar 15:48:48 [2023-03-05T20:48:48.273Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] appclient-jar-common: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] package-appclientjar-common: 15:48:48 [2023-03-05T20:48:48.273Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:48:48 [2023-03-05T20:48:48.273Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:48:48 [2023-03-05T20:48:48.273Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:48:48 [2023-03-05T20:48:48.273Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiod-client.jar 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] webclient-war-common: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] build-ear-common: 15:48:48 [2023-03-05T20:48:48.273Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:48:48 [2023-03-05T20:48:48.273Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiodApp.ear 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] deploy: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setOSConditions: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setToolWin: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setToolUnix: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setToolProperty: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setS1ASclassPath: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] init-common: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] create-jdbc-stuff: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setOSConditions: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setToolWin: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setToolUnix: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setToolProperty: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setS1ASclassPath: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] init-common: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] deploy-jdbc-common: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setOSConditions: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setToolWin: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setToolUnix: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setToolProperty: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] setS1ASclassPath: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] init-common: 15:48:48 [2023-03-05T20:48:48.273Z] 15:48:48 [2023-03-05T20:48:48.273Z] create-jdbc-connpool-common: 15:48:48 [2023-03-05T20:48:48.530Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-validateatmostonceperiod 15:48:48 [2023-03-05T20:48:48.530Z] [exec] JDBC connection pool jdbc-validateatmostonceperiod created successfully. 15:48:48 [2023-03-05T20:48:48.531Z] 15:48:48 [2023-03-05T20:48:48.531Z] set-derby-connpool-props: 15:48:49 [2023-03-05T20:48:49.119Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.User=dbuser 15:48:49 [2023-03-05T20:48:49.119Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.User=dbuser 15:48:49 [2023-03-05T20:48:49.376Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.Password=dbpassword 15:48:49 [2023-03-05T20:48:49.376Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.Password=dbpassword 15:48:49 [2023-03-05T20:48:49.632Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.driverType=4 15:48:49 [2023-03-05T20:48:49.632Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.driverType=4 15:48:49 [2023-03-05T20:48:49.888Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.portNumber=1527 15:48:49 [2023-03-05T20:48:49.888Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.portNumber=1527 15:48:50 [2023-03-05T20:48:50.144Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.dataBaseName=testdb 15:48:50 [2023-03-05T20:48:50.144Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.dataBaseName=testdb 15:48:50 [2023-03-05T20:48:50.400Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.retrieveMessagesFromServerOnGetMessage=true 15:48:50 [2023-03-05T20:48:50.400Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.retrieveMessagesFromServerOnGetMessage=true 15:48:50 [2023-03-05T20:48:50.656Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.create=true 15:48:50 [2023-03-05T20:48:50.920Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.create=true 15:48:51 [2023-03-05T20:48:51.180Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.serverName=localhost 15:48:51 [2023-03-05T20:48:51.180Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.serverName=localhost 15:48:51 [2023-03-05T20:48:51.180Z] 15:48:51 [2023-03-05T20:48:51.180Z] setOSConditions: 15:48:51 [2023-03-05T20:48:51.180Z] 15:48:51 [2023-03-05T20:48:51.180Z] setToolWin: 15:48:51 [2023-03-05T20:48:51.180Z] 15:48:51 [2023-03-05T20:48:51.180Z] setToolUnix: 15:48:51 [2023-03-05T20:48:51.180Z] 15:48:51 [2023-03-05T20:48:51.180Z] setToolProperty: 15:48:51 [2023-03-05T20:48:51.180Z] 15:48:51 [2023-03-05T20:48:51.180Z] setS1ASclassPath: 15:48:51 [2023-03-05T20:48:51.180Z] 15:48:51 [2023-03-05T20:48:51.180Z] init-common: 15:48:51 [2023-03-05T20:48:51.180Z] 15:48:51 [2023-03-05T20:48:51.180Z] create-jdbc-resource-common: 15:48:51 [2023-03-05T20:48:51.180Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-validateatmostonceperiod --target server jdbc/validateatmostonceperiodDB 15:48:51 [2023-03-05T20:48:51.436Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-validateatmostonceperiod --enabled=true --target server jdbc/validateatmostonceperiodDB 15:48:51 [2023-03-05T20:48:51.436Z] [exec] JDBC resource jdbc/validateatmostonceperiodDB created successfully. 15:48:51 [2023-03-05T20:48:51.436Z] [echo] cmd executed for server 15:48:51 [2023-03-05T20:48:51.436Z] 15:48:51 [2023-03-05T20:48:51.436Z] setOSConditions: 15:48:51 [2023-03-05T20:48:51.436Z] 15:48:51 [2023-03-05T20:48:51.436Z] setToolWin: 15:48:51 [2023-03-05T20:48:51.436Z] 15:48:51 [2023-03-05T20:48:51.436Z] setToolUnix: 15:48:51 [2023-03-05T20:48:51.436Z] 15:48:51 [2023-03-05T20:48:51.436Z] setToolProperty: 15:48:51 [2023-03-05T20:48:51.436Z] 15:48:51 [2023-03-05T20:48:51.436Z] setS1ASclassPath: 15:48:51 [2023-03-05T20:48:51.436Z] 15:48:51 [2023-03-05T20:48:51.436Z] init-common: 15:48:51 [2023-03-05T20:48:51.436Z] 15:48:51 [2023-03-05T20:48:51.436Z] deploy-common: 15:48:51 [2023-03-05T20:48:51.436Z] [echo] Current time (ISO): 2023-03-05T20:48:51.369+0000 15:48:51 [2023-03-05T20:48:51.436Z] 15:48:51 [2023-03-05T20:48:51.436Z] setOSConditions: 15:48:51 [2023-03-05T20:48:51.436Z] 15:48:51 [2023-03-05T20:48:51.436Z] setToolWin: 15:48:51 [2023-03-05T20:48:51.436Z] 15:48:51 [2023-03-05T20:48:51.436Z] setToolUnix: 15:48:51 [2023-03-05T20:48:51.436Z] 15:48:51 [2023-03-05T20:48:51.436Z] setToolProperty: 15:48:51 [2023-03-05T20:48:51.436Z] 15:48:51 [2023-03-05T20:48:51.436Z] setS1ASclassPath: 15:48:51 [2023-03-05T20:48:51.436Z] 15:48:51 [2023-03-05T20:48:51.436Z] init-common: 15:48:51 [2023-03-05T20:48:51.436Z] 15:48:51 [2023-03-05T20:48:51.436Z] deploy-common-pe: 15:48:51 [2023-03-05T20:48:51.692Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiodApp.ear 15:48:51 [2023-03-05T20:48:51.948Z] [exec] Application deployed with name jdbc-validateatmostonceperiodApp. 15:48:51 [2023-03-05T20:48:51.948Z] [echo] Deployment on target server server successful 15:48:51 [2023-03-05T20:48:51.948Z] 15:48:51 [2023-03-05T20:48:51.948Z] setOSConditions: 15:48:51 [2023-03-05T20:48:51.948Z] 15:48:51 [2023-03-05T20:48:51.948Z] setToolWin: 15:48:51 [2023-03-05T20:48:51.948Z] 15:48:51 [2023-03-05T20:48:51.948Z] setToolUnix: 15:48:51 [2023-03-05T20:48:51.948Z] 15:48:51 [2023-03-05T20:48:51.948Z] setToolProperty: 15:48:51 [2023-03-05T20:48:51.948Z] 15:48:51 [2023-03-05T20:48:51.948Z] setS1ASclassPath: 15:48:51 [2023-03-05T20:48:51.948Z] 15:48:51 [2023-03-05T20:48:51.948Z] init-common: 15:48:51 [2023-03-05T20:48:51.948Z] 15:48:51 [2023-03-05T20:48:51.948Z] deploy-common-ee: 15:48:51 [2023-03-05T20:48:51.948Z] 15:48:51 [2023-03-05T20:48:51.948Z] setOSConditions: 15:48:51 [2023-03-05T20:48:51.948Z] 15:48:51 [2023-03-05T20:48:51.948Z] setToolWin: 15:48:51 [2023-03-05T20:48:51.948Z] 15:48:51 [2023-03-05T20:48:51.948Z] setToolUnix: 15:48:51 [2023-03-05T20:48:51.948Z] 15:48:51 [2023-03-05T20:48:51.948Z] setToolProperty: 15:48:51 [2023-03-05T20:48:51.948Z] 15:48:51 [2023-03-05T20:48:51.948Z] setS1ASclassPath: 15:48:51 [2023-03-05T20:48:51.948Z] 15:48:51 [2023-03-05T20:48:51.948Z] init-common: 15:48:51 [2023-03-05T20:48:51.948Z] 15:48:51 [2023-03-05T20:48:51.948Z] execute-sql-common: 15:48:51 [2023-03-05T20:48:51.948Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/sql/create_pointbase.sql 15:48:51 [2023-03-05T20:48:51.948Z] [sql] Failed to execute: Drop table O_Customer 15:48:51 [2023-03-05T20:48:51.948Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:48:51 [2023-03-05T20:48:51.948Z] [sql] 0 rows affected 15:48:51 [2023-03-05T20:48:51.948Z] [sql] 1 of 2 SQL statements executed successfully 15:48:51 [2023-03-05T20:48:51.948Z] 15:48:51 [2023-03-05T20:48:51.948Z] run: 15:48:51 [2023-03-05T20:48:51.948Z] 15:48:51 [2023-03-05T20:48:51.948Z] asadmin-common: 15:48:51 [2023-03-05T20:48:51.948Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.connection_validation_method=table 15:48:52 [2023-03-05T20:48:52.204Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.connection_validation_method=table 15:48:52 [2023-03-05T20:48:52.204Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.connection-validation-method=table 15:48:52 [2023-03-05T20:48:52.204Z] 15:48:52 [2023-03-05T20:48:52.204Z] asadmin-common: 15:48:52 [2023-03-05T20:48:52.204Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validation_table_name=O_CUSTOMER 15:48:52 [2023-03-05T20:48:52.460Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validation_table_name=O_CUSTOMER 15:48:52 [2023-03-05T20:48:52.460Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validation-table-name=O_CUSTOMER 15:48:52 [2023-03-05T20:48:52.718Z] 15:48:52 [2023-03-05T20:48:52.718Z] asadmin-common: 15:48:52 [2023-03-05T20:48:52.718Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.is_connection_validation_required=true 15:48:52 [2023-03-05T20:48:52.975Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.is_connection_validation_required=true 15:48:52 [2023-03-05T20:48:52.975Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.is-connection-validation-required=true 15:48:52 [2023-03-05T20:48:52.975Z] 15:48:52 [2023-03-05T20:48:52.975Z] asadmin-common: 15:48:52 [2023-03-05T20:48:52.975Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validate_atmost_once_period_in_seconds=0 15:48:53 [2023-03-05T20:48:53.231Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validate_atmost_once_period_in_seconds=0 15:48:53 [2023-03-05T20:48:53.231Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validate-atmost-once-period-in-seconds=0 15:48:53 [2023-03-05T20:48:53.231Z] 15:48:53 [2023-03-05T20:48:53.231Z] setOSConditions: 15:48:53 [2023-03-05T20:48:53.231Z] 15:48:53 [2023-03-05T20:48:53.231Z] setToolWin: 15:48:53 [2023-03-05T20:48:53.231Z] 15:48:53 [2023-03-05T20:48:53.231Z] setToolUnix: 15:48:53 [2023-03-05T20:48:53.231Z] 15:48:53 [2023-03-05T20:48:53.231Z] setToolProperty: 15:48:53 [2023-03-05T20:48:53.231Z] 15:48:53 [2023-03-05T20:48:53.231Z] setS1ASclassPath: 15:48:53 [2023-03-05T20:48:53.231Z] 15:48:53 [2023-03-05T20:48:53.231Z] init-common: 15:48:53 [2023-03-05T20:48:53.231Z] 15:48:53 [2023-03-05T20:48:53.231Z] runclient-common: 15:48:53 [2023-03-05T20:48:53.231Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiodAppClient.jar -name jdbc-validateatmostonceperiodClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 15:48:53 [2023-03-05T20:48:53.794Z] [exec] Mar 05, 2023 8:48:53 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:48:53 [2023-03-05T20:48:53.794Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:48:56 [2023-03-05T20:48:56.347Z] [exec] Mar 05, 2023 8:48:55 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:48:56 [2023-03-05T20:48:56.347Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2ca54da9 15:48:56 [2023-03-05T20:48:56.347Z] [exec] Value of key is: test1 15:48:56 [2023-03-05T20:48:56.347Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:48:56 [2023-03-05T20:48:56.347Z] [exec] 15:48:56 [2023-03-05T20:48:56.347Z] [exec] 15:48:56 [2023-03-05T20:48:56.347Z] [exec] ----------------------------------------- 15:48:56 [2023-03-05T20:48:56.347Z] [exec] - test1 : PASS - 15:48:56 [2023-03-05T20:48:56.347Z] [exec] ----------------------------------------- 15:48:56 [2023-03-05T20:48:56.347Z] [exec] Total PASS: 1 15:48:56 [2023-03-05T20:48:56.347Z] [exec] Total FAIL: 0 15:48:56 [2023-03-05T20:48:56.347Z] [exec] Total DID NOT RUN: 0 15:48:56 [2023-03-05T20:48:56.347Z] [exec] ----------------------------------------- 15:48:56 [2023-03-05T20:48:56.347Z] [exec] in flushAll , creating new testSuiteHash 15:48:56 [2023-03-05T20:48:56.347Z] [exec] in flushAll , creating new testSuiteHash 15:48:56 [2023-03-05T20:48:56.347Z] 15:48:56 [2023-03-05T20:48:56.347Z] checkReporting-common: 15:48:56 [2023-03-05T20:48:56.347Z] 15:48:56 [2023-03-05T20:48:56.347Z] confirmReportPresent-common: 15:48:56 [2023-03-05T20:48:56.347Z] [echo] file RepRunConf.txt is present. 15:48:56 [2023-03-05T20:48:56.347Z] [echo] Test seems to be reported fine 15:48:56 [2023-03-05T20:48:56.347Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/RepRunConf.txt 15:48:56 [2023-03-05T20:48:56.347Z] 15:48:56 [2023-03-05T20:48:56.347Z] confirmMissingReport-common: 15:48:56 [2023-03-05T20:48:56.347Z] 15:48:56 [2023-03-05T20:48:56.347Z] setOSConditions: 15:48:56 [2023-03-05T20:48:56.347Z] 15:48:56 [2023-03-05T20:48:56.347Z] setToolWin: 15:48:56 [2023-03-05T20:48:56.347Z] 15:48:56 [2023-03-05T20:48:56.347Z] setToolUnix: 15:48:56 [2023-03-05T20:48:56.347Z] 15:48:56 [2023-03-05T20:48:56.347Z] setToolProperty: 15:48:56 [2023-03-05T20:48:56.347Z] 15:48:56 [2023-03-05T20:48:56.347Z] setS1ASclassPath: 15:48:56 [2023-03-05T20:48:56.347Z] 15:48:56 [2023-03-05T20:48:56.347Z] init-common: 15:48:56 [2023-03-05T20:48:56.347Z] 15:48:56 [2023-03-05T20:48:56.347Z] stop-derby: 15:48:56 [2023-03-05T20:48:56.347Z] 15:48:56 [2023-03-05T20:48:56.347Z] stop-derby-aix: 15:48:56 [2023-03-05T20:48:56.347Z] 15:48:56 [2023-03-05T20:48:56.347Z] stop-derby-nonaix: 15:48:56 [2023-03-05T20:48:56.347Z] [echo] Stopping Derby DB Server ... 15:48:56 [2023-03-05T20:48:56.603Z] [java] Sun Mar 05 20:48:56 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:48:56 [2023-03-05T20:48:56.603Z] 15:48:56 [2023-03-05T20:48:56.603Z] setOSConditions: 15:48:56 [2023-03-05T20:48:56.603Z] 15:48:56 [2023-03-05T20:48:56.603Z] setToolWin: 15:48:56 [2023-03-05T20:48:56.603Z] 15:48:56 [2023-03-05T20:48:56.603Z] setToolUnix: 15:48:56 [2023-03-05T20:48:56.603Z] 15:48:56 [2023-03-05T20:48:56.603Z] setToolProperty: 15:48:56 [2023-03-05T20:48:56.603Z] 15:48:56 [2023-03-05T20:48:56.603Z] setS1ASclassPath: 15:48:56 [2023-03-05T20:48:56.603Z] 15:48:56 [2023-03-05T20:48:56.603Z] init-common: 15:48:56 [2023-03-05T20:48:56.603Z] 15:48:56 [2023-03-05T20:48:56.603Z] start-derby: 15:48:56 [2023-03-05T20:48:56.603Z] 15:48:56 [2023-03-05T20:48:56.603Z] start-derby-aix: 15:48:56 [2023-03-05T20:48:56.603Z] 15:48:56 [2023-03-05T20:48:56.603Z] start-derby-nonaix: 15:48:56 [2023-03-05T20:48:56.603Z] [echo] Starting Derby DB Server ... 15:49:14 [2023-03-05T20:49:14.659Z] 15:49:14 [2023-03-05T20:49:14.659Z] setOSConditions: 15:49:14 [2023-03-05T20:49:14.659Z] 15:49:14 [2023-03-05T20:49:14.659Z] setToolWin: 15:49:14 [2023-03-05T20:49:14.659Z] 15:49:14 [2023-03-05T20:49:14.659Z] setToolUnix: 15:49:14 [2023-03-05T20:49:14.659Z] 15:49:14 [2023-03-05T20:49:14.659Z] setToolProperty: 15:49:14 [2023-03-05T20:49:14.659Z] 15:49:14 [2023-03-05T20:49:14.659Z] setS1ASclassPath: 15:49:14 [2023-03-05T20:49:14.659Z] 15:49:14 [2023-03-05T20:49:14.659Z] init-common: 15:49:14 [2023-03-05T20:49:14.659Z] 15:49:14 [2023-03-05T20:49:14.659Z] runclient-common: 15:49:14 [2023-03-05T20:49:14.660Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiodAppClient.jar -name jdbc-validateatmostonceperiodClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 15:49:14 [2023-03-05T20:49:14.660Z] [exec] Mar 05, 2023 8:49:12 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:49:14 [2023-03-05T20:49:14.660Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:49:14 [2023-03-05T20:49:14.660Z] [exec] Mar 05, 2023 8:49:14 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:49:14 [2023-03-05T20:49:14.660Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@585513a8 15:49:14 [2023-03-05T20:49:14.916Z] [exec] Value of key is: test2 15:49:14 [2023-03-05T20:49:14.916Z] [exec] test-2 returned true as validation is enabled 15:49:14 [2023-03-05T20:49:14.916Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:49:14 [2023-03-05T20:49:14.916Z] [exec] 15:49:14 [2023-03-05T20:49:14.916Z] [exec] 15:49:14 [2023-03-05T20:49:14.916Z] [exec] ----------------------------------------- 15:49:14 [2023-03-05T20:49:14.916Z] [exec] - test2 : PASS - 15:49:14 [2023-03-05T20:49:14.916Z] [exec] ----------------------------------------- 15:49:14 [2023-03-05T20:49:14.916Z] [exec] Total PASS: 1 15:49:14 [2023-03-05T20:49:14.916Z] [exec] Total FAIL: 0 15:49:14 [2023-03-05T20:49:14.916Z] [exec] Total DID NOT RUN: 0 15:49:14 [2023-03-05T20:49:14.916Z] [exec] ----------------------------------------- 15:49:14 [2023-03-05T20:49:14.916Z] [exec] in flushAll , creating new testSuiteHash 15:49:14 [2023-03-05T20:49:14.916Z] [exec] in flushAll , creating new testSuiteHash 15:49:15 [2023-03-05T20:49:15.172Z] 15:49:15 [2023-03-05T20:49:15.172Z] checkReporting-common: 15:49:15 [2023-03-05T20:49:15.172Z] 15:49:15 [2023-03-05T20:49:15.172Z] confirmReportPresent-common: 15:49:15 [2023-03-05T20:49:15.172Z] [echo] file RepRunConf.txt is present. 15:49:15 [2023-03-05T20:49:15.172Z] [echo] Test seems to be reported fine 15:49:15 [2023-03-05T20:49:15.172Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/RepRunConf.txt 15:49:15 [2023-03-05T20:49:15.172Z] 15:49:15 [2023-03-05T20:49:15.172Z] confirmMissingReport-common: 15:49:15 [2023-03-05T20:49:15.172Z] 15:49:15 [2023-03-05T20:49:15.172Z] asadmin-common: 15:49:15 [2023-03-05T20:49:15.172Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validate_atmost_once_period_in_seconds=60 15:49:15 [2023-03-05T20:49:15.428Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validate_atmost_once_period_in_seconds=60 15:49:15 [2023-03-05T20:49:15.428Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validate-atmost-once-period-in-seconds=60 15:49:15 [2023-03-05T20:49:15.428Z] 15:49:15 [2023-03-05T20:49:15.428Z] setOSConditions: 15:49:15 [2023-03-05T20:49:15.428Z] 15:49:15 [2023-03-05T20:49:15.428Z] setToolWin: 15:49:15 [2023-03-05T20:49:15.428Z] 15:49:15 [2023-03-05T20:49:15.428Z] setToolUnix: 15:49:15 [2023-03-05T20:49:15.428Z] 15:49:15 [2023-03-05T20:49:15.428Z] setToolProperty: 15:49:15 [2023-03-05T20:49:15.428Z] 15:49:15 [2023-03-05T20:49:15.428Z] setS1ASclassPath: 15:49:15 [2023-03-05T20:49:15.428Z] 15:49:15 [2023-03-05T20:49:15.428Z] init-common: 15:49:15 [2023-03-05T20:49:15.428Z] 15:49:15 [2023-03-05T20:49:15.428Z] stop-derby: 15:49:15 [2023-03-05T20:49:15.428Z] 15:49:15 [2023-03-05T20:49:15.428Z] stop-derby-aix: 15:49:15 [2023-03-05T20:49:15.428Z] 15:49:15 [2023-03-05T20:49:15.428Z] stop-derby-nonaix: 15:49:15 [2023-03-05T20:49:15.428Z] [echo] Stopping Derby DB Server ... 15:49:15 [2023-03-05T20:49:15.989Z] [java] Sun Mar 05 20:49:15 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:49:15 [2023-03-05T20:49:15.989Z] 15:49:15 [2023-03-05T20:49:15.989Z] setOSConditions: 15:49:15 [2023-03-05T20:49:15.989Z] 15:49:15 [2023-03-05T20:49:15.989Z] setToolWin: 15:49:15 [2023-03-05T20:49:15.989Z] 15:49:15 [2023-03-05T20:49:15.989Z] setToolUnix: 15:49:15 [2023-03-05T20:49:15.989Z] 15:49:15 [2023-03-05T20:49:15.989Z] setToolProperty: 15:49:15 [2023-03-05T20:49:15.989Z] 15:49:15 [2023-03-05T20:49:15.989Z] setS1ASclassPath: 15:49:15 [2023-03-05T20:49:15.989Z] 15:49:15 [2023-03-05T20:49:15.989Z] init-common: 15:49:15 [2023-03-05T20:49:15.989Z] 15:49:15 [2023-03-05T20:49:15.989Z] start-derby: 15:49:15 [2023-03-05T20:49:15.989Z] 15:49:15 [2023-03-05T20:49:15.989Z] start-derby-aix: 15:49:15 [2023-03-05T20:49:15.989Z] 15:49:15 [2023-03-05T20:49:15.989Z] start-derby-nonaix: 15:49:15 [2023-03-05T20:49:15.989Z] [echo] Starting Derby DB Server ... 15:49:30 [2023-03-05T20:49:30.846Z] 15:49:30 [2023-03-05T20:49:30.846Z] setOSConditions: 15:49:30 [2023-03-05T20:49:30.846Z] 15:49:30 [2023-03-05T20:49:30.846Z] setToolWin: 15:49:30 [2023-03-05T20:49:30.846Z] 15:49:30 [2023-03-05T20:49:30.846Z] setToolUnix: 15:49:30 [2023-03-05T20:49:30.846Z] 15:49:30 [2023-03-05T20:49:30.846Z] setToolProperty: 15:49:30 [2023-03-05T20:49:30.846Z] 15:49:30 [2023-03-05T20:49:30.846Z] setS1ASclassPath: 15:49:30 [2023-03-05T20:49:30.846Z] 15:49:30 [2023-03-05T20:49:30.846Z] init-common: 15:49:30 [2023-03-05T20:49:30.846Z] 15:49:30 [2023-03-05T20:49:30.846Z] runclient-common: 15:49:30 [2023-03-05T20:49:30.846Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiodAppClient.jar -name jdbc-validateatmostonceperiodClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 3 15:49:31 [2023-03-05T20:49:31.425Z] [exec] Mar 05, 2023 8:49:31 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:49:31 [2023-03-05T20:49:31.425Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:49:33 [2023-03-05T20:49:33.947Z] [exec] Mar 05, 2023 8:49:33 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:49:33 [2023-03-05T20:49:33.947Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@62cbc478 15:49:33 [2023-03-05T20:49:33.947Z] [exec] Value of key is: test3 15:49:33 [2023-03-05T20:49:33.947Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:49:33 [2023-03-05T20:49:33.947Z] [exec] 15:49:33 [2023-03-05T20:49:33.947Z] [exec] 15:49:33 [2023-03-05T20:49:33.947Z] [exec] ----------------------------------------- 15:49:33 [2023-03-05T20:49:33.947Z] [exec] - test3 : PASS - 15:49:33 [2023-03-05T20:49:33.947Z] [exec] ----------------------------------------- 15:49:33 [2023-03-05T20:49:33.947Z] [exec] Total PASS: 1 15:49:33 [2023-03-05T20:49:33.947Z] [exec] Total FAIL: 0 15:49:33 [2023-03-05T20:49:33.947Z] [exec] Total DID NOT RUN: 0 15:49:33 [2023-03-05T20:49:33.947Z] [exec] ----------------------------------------- 15:49:33 [2023-03-05T20:49:33.947Z] [exec] in flushAll , creating new testSuiteHash 15:49:33 [2023-03-05T20:49:33.947Z] [exec] in flushAll , creating new testSuiteHash 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] checkReporting-common: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] confirmReportPresent-common: 15:49:34 [2023-03-05T20:49:34.203Z] [echo] file RepRunConf.txt is present. 15:49:34 [2023-03-05T20:49:34.203Z] [echo] Test seems to be reported fine 15:49:34 [2023-03-05T20:49:34.203Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/RepRunConf.txt 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] confirmMissingReport-common: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] undeploy: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] setOSConditions: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] setToolWin: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] setToolUnix: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] setToolProperty: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] setS1ASclassPath: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] init-common: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] execute-sql-common: 15:49:34 [2023-03-05T20:49:34.203Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/sql/drop_pointbase.sql 15:49:34 [2023-03-05T20:49:34.203Z] [sql] 0 rows affected 15:49:34 [2023-03-05T20:49:34.203Z] [sql] 1 of 1 SQL statements executed successfully 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] setOSConditions: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] setToolWin: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] setToolUnix: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] setToolProperty: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] setS1ASclassPath: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] init-common: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] delete-jdbc-stuff: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] setOSConditions: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] setToolWin: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] setToolUnix: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] setToolProperty: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] setS1ASclassPath: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] init-common: 15:49:34 [2023-03-05T20:49:34.203Z] 15:49:34 [2023-03-05T20:49:34.203Z] delete-jdbc-resource-common: 15:49:34 [2023-03-05T20:49:34.203Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/validateatmostonceperiodDB 15:49:34 [2023-03-05T20:49:34.766Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/validateatmostonceperiodDB 15:49:34 [2023-03-05T20:49:34.766Z] [exec] JDBC resource jdbc/validateatmostonceperiodDB deleted successfully 15:49:34 [2023-03-05T20:49:34.766Z] [echo] cmd executed for server 15:49:34 [2023-03-05T20:49:34.766Z] 15:49:34 [2023-03-05T20:49:34.766Z] setOSConditions: 15:49:34 [2023-03-05T20:49:34.766Z] 15:49:34 [2023-03-05T20:49:34.766Z] setToolWin: 15:49:34 [2023-03-05T20:49:34.766Z] 15:49:34 [2023-03-05T20:49:34.766Z] setToolUnix: 15:49:34 [2023-03-05T20:49:34.766Z] 15:49:34 [2023-03-05T20:49:34.766Z] setToolProperty: 15:49:34 [2023-03-05T20:49:34.766Z] 15:49:34 [2023-03-05T20:49:34.766Z] setS1ASclassPath: 15:49:34 [2023-03-05T20:49:34.766Z] 15:49:34 [2023-03-05T20:49:34.766Z] init-common: 15:49:34 [2023-03-05T20:49:34.766Z] 15:49:34 [2023-03-05T20:49:34.766Z] delete-jdbc-connpool-common: 15:49:34 [2023-03-05T20:49:34.766Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-validateatmostonceperiod 15:49:35 [2023-03-05T20:49:35.022Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-validateatmostonceperiod 15:49:35 [2023-03-05T20:49:35.022Z] [exec] JDBC Connection pool jdbc-validateatmostonceperiod deleted successfully 15:49:35 [2023-03-05T20:49:35.022Z] [echo] cmd executed for server 15:49:35 [2023-03-05T20:49:35.022Z] 15:49:35 [2023-03-05T20:49:35.022Z] setOSConditions: 15:49:35 [2023-03-05T20:49:35.022Z] 15:49:35 [2023-03-05T20:49:35.022Z] setToolWin: 15:49:35 [2023-03-05T20:49:35.022Z] 15:49:35 [2023-03-05T20:49:35.022Z] setToolUnix: 15:49:35 [2023-03-05T20:49:35.022Z] 15:49:35 [2023-03-05T20:49:35.022Z] setToolProperty: 15:49:35 [2023-03-05T20:49:35.022Z] 15:49:35 [2023-03-05T20:49:35.022Z] setS1ASclassPath: 15:49:35 [2023-03-05T20:49:35.022Z] 15:49:35 [2023-03-05T20:49:35.022Z] init-common: 15:49:35 [2023-03-05T20:49:35.022Z] 15:49:35 [2023-03-05T20:49:35.022Z] undeploy-common: 15:49:35 [2023-03-05T20:49:35.278Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-validateatmostonceperiodApp 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] all: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] nonxa: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setOSConditions: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setToolWin: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setToolUnix: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setToolProperty: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setS1ASclassPath: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] init-common: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] clean: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setOSConditions: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setToolWin: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setToolUnix: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setToolProperty: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setS1ASclassPath: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] init-common: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] clean-common: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setOSConditions: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setToolWin: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setToolUnix: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setToolProperty: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setS1ASclassPath: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] init-common: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] clean-classes-common: 15:49:35 [2023-03-05T20:49:35.278Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setOSConditions: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setToolWin: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setToolUnix: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setToolProperty: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setS1ASclassPath: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] init-common: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] clean-jars-common: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] compile: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setOSConditions: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setToolWin: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setToolUnix: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setToolProperty: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] setS1ASclassPath: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] init-common: 15:49:35 [2023-03-05T20:49:35.278Z] 15:49:35 [2023-03-05T20:49:35.278Z] compile-common-with-endorsed-dir: 15:49:35 [2023-03-05T20:49:35.278Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:49:35 [2023-03-05T20:49:35.278Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:49:36 [2023-03-05T20:49:36.221Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:49:36 [2023-03-05T20:49:36.477Z] [javac] 1 warning 15:49:36 [2023-03-05T20:49:36.477Z] 15:49:36 [2023-03-05T20:49:36.477Z] setOSConditions: 15:49:36 [2023-03-05T20:49:36.477Z] 15:49:36 [2023-03-05T20:49:36.477Z] setToolWin: 15:49:36 [2023-03-05T20:49:36.477Z] 15:49:36 [2023-03-05T20:49:36.477Z] setToolUnix: 15:49:36 [2023-03-05T20:49:36.477Z] 15:49:36 [2023-03-05T20:49:36.477Z] setToolProperty: 15:49:36 [2023-03-05T20:49:36.477Z] 15:49:36 [2023-03-05T20:49:36.477Z] setS1ASclassPath: 15:49:36 [2023-03-05T20:49:36.477Z] 15:49:36 [2023-03-05T20:49:36.477Z] init-common: 15:49:36 [2023-03-05T20:49:36.477Z] 15:49:36 [2023-03-05T20:49:36.477Z] compile-common: 15:49:36 [2023-03-05T20:49:36.477Z] [echo] Current time (ISO): 2023-03-05T20:49:36.242+0000 15:49:36 [2023-03-05T20:49:36.477Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:49:37 [2023-03-05T20:49:37.883Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:49:37 [2023-03-05T20:49:37.883Z] [javac] 1 warning 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] build: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] setOSConditions: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] fixFiles: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] convUnix: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] convWin: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] setToolWin: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] setToolUnix: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] setToolProperty: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] setS1ASclassPath: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] init-common: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] package-persistence-common: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] ejb-jar-common: 15:49:37 [2023-03-05T20:49:37.883Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] package-ejbjar-common: 15:49:37 [2023-03-05T20:49:37.883Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:49:37 [2023-03-05T20:49:37.883Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:49:37 [2023-03-05T20:49:37.883Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:49:37 [2023-03-05T20:49:37.883Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxa-ejb.jar 15:49:37 [2023-03-05T20:49:37.883Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] appclient-jar-common: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] package-appclientjar-common: 15:49:37 [2023-03-05T20:49:37.883Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:49:37 [2023-03-05T20:49:37.883Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:49:37 [2023-03-05T20:49:37.883Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:49:37 [2023-03-05T20:49:37.883Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxa-client.jar 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] webclient-war-common: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] build-ear-common: 15:49:37 [2023-03-05T20:49:37.883Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:49:37 [2023-03-05T20:49:37.883Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaApp.ear 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] deploy: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] setOSConditions: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] setToolWin: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] setToolUnix: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] setToolProperty: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] setS1ASclassPath: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] init-common: 15:49:37 [2023-03-05T20:49:37.883Z] 15:49:37 [2023-03-05T20:49:37.883Z] create-jdbc-connpool-common: 15:49:38 [2023-03-05T20:49:38.141Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-connsharing-pool 15:49:38 [2023-03-05T20:49:38.141Z] [exec] JDBC connection pool jdbc-connsharing-pool created successfully. 15:49:38 [2023-03-05T20:49:38.141Z] 15:49:38 [2023-03-05T20:49:38.141Z] set-derby-connpool-props: 15:49:38 [2023-03-05T20:49:38.421Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.User=dbuser 15:49:38 [2023-03-05T20:49:38.421Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.User=dbuser 15:49:38 [2023-03-05T20:49:38.677Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.Password=dbpassword 15:49:38 [2023-03-05T20:49:38.677Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.Password=dbpassword 15:49:38 [2023-03-05T20:49:38.933Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.driverType=4 15:49:38 [2023-03-05T20:49:38.933Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.driverType=4 15:49:39 [2023-03-05T20:49:39.189Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.portNumber=1527 15:49:39 [2023-03-05T20:49:39.189Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.portNumber=1527 15:49:39 [2023-03-05T20:49:39.445Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.dataBaseName=testdb 15:49:39 [2023-03-05T20:49:39.445Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.dataBaseName=testdb 15:49:39 [2023-03-05T20:49:39.701Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:49:39 [2023-03-05T20:49:39.701Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:49:40 [2023-03-05T20:49:40.263Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.create=true 15:49:40 [2023-03-05T20:49:40.263Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.create=true 15:49:40 [2023-03-05T20:49:40.521Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.serverName=localhost 15:49:40 [2023-03-05T20:49:40.521Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.serverName=localhost 15:49:40 [2023-03-05T20:49:40.521Z] 15:49:40 [2023-03-05T20:49:40.521Z] setOSConditions: 15:49:40 [2023-03-05T20:49:40.521Z] 15:49:40 [2023-03-05T20:49:40.521Z] setToolWin: 15:49:40 [2023-03-05T20:49:40.521Z] 15:49:40 [2023-03-05T20:49:40.521Z] setToolUnix: 15:49:40 [2023-03-05T20:49:40.521Z] 15:49:40 [2023-03-05T20:49:40.521Z] setToolProperty: 15:49:40 [2023-03-05T20:49:40.521Z] 15:49:40 [2023-03-05T20:49:40.521Z] setS1ASclassPath: 15:49:40 [2023-03-05T20:49:40.521Z] 15:49:40 [2023-03-05T20:49:40.521Z] init-common: 15:49:40 [2023-03-05T20:49:40.521Z] 15:49:40 [2023-03-05T20:49:40.521Z] create-jdbc-connpool-common: 15:49:40 [2023-03-05T20:49:40.777Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 2 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=true --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=true --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-assoc-with-thread-pool-1 15:49:40 [2023-03-05T20:49:40.777Z] [exec] JDBC connection pool jdbc-assoc-with-thread-pool-1 created successfully. 15:49:40 [2023-03-05T20:49:40.777Z] 15:49:40 [2023-03-05T20:49:40.777Z] set-derby-connpool-props: 15:49:41 [2023-03-05T20:49:41.033Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.User=dbuser 15:49:41 [2023-03-05T20:49:41.033Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.User=dbuser 15:49:41 [2023-03-05T20:49:41.290Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.Password=dbpassword 15:49:41 [2023-03-05T20:49:41.290Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.Password=dbpassword 15:49:41 [2023-03-05T20:49:41.546Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.driverType=4 15:49:41 [2023-03-05T20:49:41.546Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.driverType=4 15:49:42 [2023-03-05T20:49:42.127Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.portNumber=1527 15:49:42 [2023-03-05T20:49:42.127Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.portNumber=1527 15:49:42 [2023-03-05T20:49:42.385Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.dataBaseName=awt-1 15:49:42 [2023-03-05T20:49:42.385Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.dataBaseName=awt-1 15:49:42 [2023-03-05T20:49:42.641Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.retrieveMessagesFromServerOnGetMessage=true 15:49:42 [2023-03-05T20:49:42.641Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.retrieveMessagesFromServerOnGetMessage=true 15:49:42 [2023-03-05T20:49:42.898Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.create=true 15:49:42 [2023-03-05T20:49:42.898Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.create=true 15:49:43 [2023-03-05T20:49:43.153Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.serverName=localhost 15:49:43 [2023-03-05T20:49:43.153Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.serverName=localhost 15:49:43 [2023-03-05T20:49:43.153Z] 15:49:43 [2023-03-05T20:49:43.153Z] asadmin-common: 15:49:43 [2023-03-05T20:49:43.153Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.connectionAttributes='create=true;' 15:49:43 [2023-03-05T20:49:43.409Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.connectionAttributes=create=true; 15:49:43 [2023-03-05T20:49:43.409Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.connectionAttributes=create=true; 15:49:43 [2023-03-05T20:49:43.409Z] 15:49:43 [2023-03-05T20:49:43.409Z] setOSConditions: 15:49:43 [2023-03-05T20:49:43.409Z] 15:49:43 [2023-03-05T20:49:43.409Z] setToolWin: 15:49:43 [2023-03-05T20:49:43.409Z] 15:49:43 [2023-03-05T20:49:43.409Z] setToolUnix: 15:49:43 [2023-03-05T20:49:43.409Z] 15:49:43 [2023-03-05T20:49:43.409Z] setToolProperty: 15:49:43 [2023-03-05T20:49:43.409Z] 15:49:43 [2023-03-05T20:49:43.409Z] setS1ASclassPath: 15:49:43 [2023-03-05T20:49:43.409Z] 15:49:43 [2023-03-05T20:49:43.409Z] init-common: 15:49:43 [2023-03-05T20:49:43.409Z] 15:49:43 [2023-03-05T20:49:43.409Z] create-jdbc-connpool-common: 15:49:43 [2023-03-05T20:49:43.665Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 2 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=true --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=true --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-assoc-with-thread-pool-2 15:49:43 [2023-03-05T20:49:43.665Z] [exec] JDBC connection pool jdbc-assoc-with-thread-pool-2 created successfully. 15:49:43 [2023-03-05T20:49:43.921Z] 15:49:43 [2023-03-05T20:49:43.921Z] set-derby-connpool-props: 15:49:44 [2023-03-05T20:49:44.177Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.User=dbuser 15:49:44 [2023-03-05T20:49:44.177Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.User=dbuser 15:49:44 [2023-03-05T20:49:44.432Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.Password=dbpassword 15:49:44 [2023-03-05T20:49:44.432Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.Password=dbpassword 15:49:44 [2023-03-05T20:49:44.688Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.driverType=4 15:49:44 [2023-03-05T20:49:44.688Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.driverType=4 15:49:44 [2023-03-05T20:49:44.944Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.portNumber=1527 15:49:44 [2023-03-05T20:49:44.945Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.portNumber=1527 15:49:45 [2023-03-05T20:49:45.507Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.dataBaseName=awt-2 15:49:45 [2023-03-05T20:49:45.507Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.dataBaseName=awt-2 15:49:45 [2023-03-05T20:49:45.507Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.retrieveMessagesFromServerOnGetMessage=true 15:49:45 [2023-03-05T20:49:45.507Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.retrieveMessagesFromServerOnGetMessage=true 15:49:46 [2023-03-05T20:49:46.069Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.create=true 15:49:46 [2023-03-05T20:49:46.069Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.create=true 15:49:46 [2023-03-05T20:49:46.326Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.serverName=localhost 15:49:46 [2023-03-05T20:49:46.326Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.serverName=localhost 15:49:46 [2023-03-05T20:49:46.326Z] 15:49:46 [2023-03-05T20:49:46.326Z] asadmin-common: 15:49:46 [2023-03-05T20:49:46.326Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.connectionAttributes='create=true;' 15:49:46 [2023-03-05T20:49:46.582Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.connectionAttributes=create=true; 15:49:46 [2023-03-05T20:49:46.582Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.connectionAttributes=create=true; 15:49:46 [2023-03-05T20:49:46.582Z] 15:49:46 [2023-03-05T20:49:46.582Z] setOSConditions: 15:49:46 [2023-03-05T20:49:46.582Z] 15:49:46 [2023-03-05T20:49:46.582Z] setToolWin: 15:49:46 [2023-03-05T20:49:46.582Z] 15:49:46 [2023-03-05T20:49:46.582Z] setToolUnix: 15:49:46 [2023-03-05T20:49:46.582Z] 15:49:46 [2023-03-05T20:49:46.582Z] setToolProperty: 15:49:46 [2023-03-05T20:49:46.582Z] 15:49:46 [2023-03-05T20:49:46.582Z] setS1ASclassPath: 15:49:46 [2023-03-05T20:49:46.582Z] 15:49:46 [2023-03-05T20:49:46.582Z] init-common: 15:49:46 [2023-03-05T20:49:46.582Z] 15:49:46 [2023-03-05T20:49:46.582Z] create-jdbc-resource-common: 15:49:46 [2023-03-05T20:49:46.583Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-assoc-with-thread-pool-1 --target server jdbc/assoc-with-thread-resource-1 15:49:46 [2023-03-05T20:49:46.838Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-assoc-with-thread-pool-1 --enabled=true --target server jdbc/assoc-with-thread-resource-1 15:49:46 [2023-03-05T20:49:46.838Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-1 created successfully. 15:49:46 [2023-03-05T20:49:46.838Z] [echo] cmd executed for server 15:49:46 [2023-03-05T20:49:46.839Z] 15:49:46 [2023-03-05T20:49:46.839Z] setOSConditions: 15:49:46 [2023-03-05T20:49:46.839Z] 15:49:46 [2023-03-05T20:49:46.839Z] setToolWin: 15:49:46 [2023-03-05T20:49:46.839Z] 15:49:46 [2023-03-05T20:49:46.839Z] setToolUnix: 15:49:46 [2023-03-05T20:49:46.839Z] 15:49:46 [2023-03-05T20:49:46.839Z] setToolProperty: 15:49:46 [2023-03-05T20:49:46.839Z] 15:49:46 [2023-03-05T20:49:46.839Z] setS1ASclassPath: 15:49:46 [2023-03-05T20:49:46.839Z] 15:49:46 [2023-03-05T20:49:46.839Z] init-common: 15:49:46 [2023-03-05T20:49:46.839Z] 15:49:46 [2023-03-05T20:49:46.839Z] create-jdbc-resource-common: 15:49:46 [2023-03-05T20:49:46.839Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-assoc-with-thread-pool-2 --target server jdbc/assoc-with-thread-resource-2 15:49:47 [2023-03-05T20:49:47.095Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-assoc-with-thread-pool-2 --enabled=true --target server jdbc/assoc-with-thread-resource-2 15:49:47 [2023-03-05T20:49:47.095Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-2 created successfully. 15:49:47 [2023-03-05T20:49:47.095Z] [echo] cmd executed for server 15:49:47 [2023-03-05T20:49:47.095Z] 15:49:47 [2023-03-05T20:49:47.095Z] setOSConditions: 15:49:47 [2023-03-05T20:49:47.095Z] 15:49:47 [2023-03-05T20:49:47.095Z] setToolWin: 15:49:47 [2023-03-05T20:49:47.095Z] 15:49:47 [2023-03-05T20:49:47.095Z] setToolUnix: 15:49:47 [2023-03-05T20:49:47.095Z] 15:49:47 [2023-03-05T20:49:47.095Z] setToolProperty: 15:49:47 [2023-03-05T20:49:47.095Z] 15:49:47 [2023-03-05T20:49:47.095Z] setS1ASclassPath: 15:49:47 [2023-03-05T20:49:47.095Z] 15:49:47 [2023-03-05T20:49:47.095Z] init-common: 15:49:47 [2023-03-05T20:49:47.095Z] 15:49:47 [2023-03-05T20:49:47.095Z] create-jdbc-resource-common: 15:49:47 [2023-03-05T20:49:47.095Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-connsharing-pool --target server jdbc/connsharing 15:49:47 [2023-03-05T20:49:47.374Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-connsharing-pool --enabled=true --target server jdbc/connsharing 15:49:47 [2023-03-05T20:49:47.374Z] [exec] JDBC resource jdbc/connsharing created successfully. 15:49:47 [2023-03-05T20:49:47.374Z] [echo] cmd executed for server 15:49:47 [2023-03-05T20:49:47.630Z] 15:49:47 [2023-03-05T20:49:47.630Z] setOSConditions: 15:49:47 [2023-03-05T20:49:47.630Z] 15:49:47 [2023-03-05T20:49:47.630Z] setToolWin: 15:49:47 [2023-03-05T20:49:47.630Z] 15:49:47 [2023-03-05T20:49:47.630Z] setToolUnix: 15:49:47 [2023-03-05T20:49:47.630Z] 15:49:47 [2023-03-05T20:49:47.630Z] setToolProperty: 15:49:47 [2023-03-05T20:49:47.630Z] 15:49:47 [2023-03-05T20:49:47.630Z] setS1ASclassPath: 15:49:47 [2023-03-05T20:49:47.630Z] 15:49:47 [2023-03-05T20:49:47.630Z] init-common: 15:49:47 [2023-03-05T20:49:47.630Z] 15:49:47 [2023-03-05T20:49:47.630Z] create-jdbc-resource-common: 15:49:47 [2023-03-05T20:49:47.630Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-connsharing-pool --target server jdbc/connsharing2 15:49:47 [2023-03-05T20:49:47.885Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-connsharing-pool --enabled=true --target server jdbc/connsharing2 15:49:47 [2023-03-05T20:49:47.885Z] [exec] JDBC resource jdbc/connsharing2 created successfully. 15:49:47 [2023-03-05T20:49:47.886Z] [echo] cmd executed for server 15:49:47 [2023-03-05T20:49:47.886Z] 15:49:47 [2023-03-05T20:49:47.886Z] setOSConditions: 15:49:47 [2023-03-05T20:49:47.886Z] 15:49:47 [2023-03-05T20:49:47.886Z] setToolWin: 15:49:47 [2023-03-05T20:49:47.886Z] 15:49:47 [2023-03-05T20:49:47.886Z] setToolUnix: 15:49:47 [2023-03-05T20:49:47.886Z] 15:49:47 [2023-03-05T20:49:47.886Z] setToolProperty: 15:49:47 [2023-03-05T20:49:47.886Z] 15:49:47 [2023-03-05T20:49:47.886Z] setS1ASclassPath: 15:49:47 [2023-03-05T20:49:47.886Z] 15:49:47 [2023-03-05T20:49:47.886Z] init-common: 15:49:47 [2023-03-05T20:49:47.886Z] 15:49:47 [2023-03-05T20:49:47.886Z] deploy-common: 15:49:47 [2023-03-05T20:49:47.886Z] [echo] Current time (ISO): 2023-03-05T20:49:47.695+0000 15:49:47 [2023-03-05T20:49:47.886Z] 15:49:47 [2023-03-05T20:49:47.886Z] setOSConditions: 15:49:47 [2023-03-05T20:49:47.886Z] 15:49:47 [2023-03-05T20:49:47.886Z] setToolWin: 15:49:47 [2023-03-05T20:49:47.886Z] 15:49:47 [2023-03-05T20:49:47.886Z] setToolUnix: 15:49:47 [2023-03-05T20:49:47.886Z] 15:49:47 [2023-03-05T20:49:47.886Z] setToolProperty: 15:49:47 [2023-03-05T20:49:47.886Z] 15:49:47 [2023-03-05T20:49:47.886Z] setS1ASclassPath: 15:49:47 [2023-03-05T20:49:47.886Z] 15:49:47 [2023-03-05T20:49:47.886Z] init-common: 15:49:47 [2023-03-05T20:49:47.886Z] 15:49:47 [2023-03-05T20:49:47.886Z] deploy-common-pe: 15:49:48 [2023-03-05T20:49:48.142Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaApp.ear 15:49:49 [2023-03-05T20:49:49.531Z] [exec] Application deployed with name jdbc-connsharingnonxaApp. 15:49:49 [2023-03-05T20:49:49.531Z] [echo] Deployment on target server server successful 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] setOSConditions: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] setToolWin: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] setToolUnix: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] setToolProperty: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] setS1ASclassPath: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] init-common: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] deploy-common-ee: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] run: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] setOSConditions: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] setToolWin: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] setToolUnix: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] setToolProperty: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] setS1ASclassPath: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] init-common: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] execute-sql-common: 15:49:49 [2023-03-05T20:49:49.531Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/sql/create_pointbase.sql 15:49:49 [2023-03-05T20:49:49.531Z] [sql] Failed to execute: Drop table CONNSHARING 15:49:49 [2023-03-05T20:49:49.531Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONNSHARING' because it does not exist. 15:49:49 [2023-03-05T20:49:49.531Z] [sql] 0 rows affected 15:49:49 [2023-03-05T20:49:49.531Z] [sql] 1 of 2 SQL statements executed successfully 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] setOSConditions: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] setToolWin: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] setToolUnix: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] setToolProperty: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] setS1ASclassPath: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] init-common: 15:49:49 [2023-03-05T20:49:49.531Z] 15:49:49 [2023-03-05T20:49:49.531Z] runclient-common: 15:49:49 [2023-03-05T20:49:49.531Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaAppClient.jar -name jdbc-connsharingnonxaClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:49:50 [2023-03-05T20:49:50.460Z] [exec] Mar 05, 2023 8:49:50 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:49:50 [2023-03-05T20:49:50.460Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:49:53 [2023-03-05T20:49:53.021Z] [exec] Mar 05, 2023 8:49:52 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:49:53 [2023-03-05T20:49:53.021Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5a9840f3 15:49:53 [2023-03-05T20:49:53.021Z] [exec] Value of key is: test1 : 15:49:53 [2023-03-05T20:49:53.021Z] [exec] Value of key is: test2 : 15:49:53 [2023-03-05T20:49:53.021Z] [exec] Value of key is: test3 : 15:49:53 [2023-03-05T20:49:53.021Z] [exec] Value of key is: test4 : 15:49:53 [2023-03-05T20:49:53.021Z] [exec] Value of key is: test5 : 15:49:53 [2023-03-05T20:49:53.021Z] [exec] Value of key is: test6 : 15:49:53 [2023-03-05T20:49:53.021Z] [exec] Value of key is: test7 : 15:49:53 [2023-03-05T20:49:53.585Z] [exec] Value of key is: test8 : 15:49:53 [2023-03-05T20:49:53.585Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:49:53 [2023-03-05T20:49:53.585Z] [exec] 15:49:53 [2023-03-05T20:49:53.585Z] [exec] 15:49:53 [2023-03-05T20:49:53.585Z] [exec] ----------------------------------------- 15:49:53 [2023-03-05T20:49:53.585Z] [exec] - test6 : : PASS - 15:49:53 [2023-03-05T20:49:53.585Z] [exec] - test5 : : PASS - 15:49:53 [2023-03-05T20:49:53.585Z] [exec] - test7 : : PASS - 15:49:53 [2023-03-05T20:49:53.585Z] [exec] - test8 : : PASS - 15:49:53 [2023-03-05T20:49:53.585Z] [exec] - test3 : : PASS - 15:49:53 [2023-03-05T20:49:53.585Z] [exec] - test4 : : PASS - 15:49:53 [2023-03-05T20:49:53.585Z] [exec] - test2 : : PASS - 15:49:53 [2023-03-05T20:49:53.585Z] [exec] - test1 : : PASS - 15:49:53 [2023-03-05T20:49:53.585Z] [exec] ----------------------------------------- 15:49:53 [2023-03-05T20:49:53.585Z] [exec] Total PASS: 8 15:49:53 [2023-03-05T20:49:53.585Z] [exec] Total FAIL: 0 15:49:53 [2023-03-05T20:49:53.585Z] [exec] Total DID NOT RUN: 0 15:49:53 [2023-03-05T20:49:53.585Z] [exec] ----------------------------------------- 15:49:53 [2023-03-05T20:49:53.585Z] [exec] in flushAll , creating new testSuiteHash 15:49:53 [2023-03-05T20:49:53.585Z] [exec] in flushAll , creating new testSuiteHash 15:49:53 [2023-03-05T20:49:53.841Z] 15:49:53 [2023-03-05T20:49:53.841Z] checkReporting-common: 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] confirmReportPresent-common: 15:49:54 [2023-03-05T20:49:54.121Z] [echo] file RepRunConf.txt is present. 15:49:54 [2023-03-05T20:49:54.121Z] [echo] Test seems to be reported fine 15:49:54 [2023-03-05T20:49:54.121Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/RepRunConf.txt 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] confirmMissingReport-common: 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] undeploy: 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] setOSConditions: 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] setToolWin: 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] setToolUnix: 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] setToolProperty: 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] setS1ASclassPath: 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] init-common: 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] execute-sql-common: 15:49:54 [2023-03-05T20:49:54.121Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/sql/drop_pointbase.sql 15:49:54 [2023-03-05T20:49:54.121Z] [sql] 0 rows affected 15:49:54 [2023-03-05T20:49:54.121Z] [sql] 1 of 1 SQL statements executed successfully 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] setOSConditions: 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] setToolWin: 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] setToolUnix: 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] setToolProperty: 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] setS1ASclassPath: 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] init-common: 15:49:54 [2023-03-05T20:49:54.121Z] 15:49:54 [2023-03-05T20:49:54.121Z] delete-jdbc-resource-common: 15:49:54 [2023-03-05T20:49:54.121Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connsharing 15:49:54 [2023-03-05T20:49:54.377Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connsharing 15:49:54 [2023-03-05T20:49:54.377Z] [exec] JDBC resource jdbc/connsharing deleted successfully 15:49:54 [2023-03-05T20:49:54.377Z] [echo] cmd executed for server 15:49:54 [2023-03-05T20:49:54.377Z] 15:49:54 [2023-03-05T20:49:54.377Z] setOSConditions: 15:49:54 [2023-03-05T20:49:54.377Z] 15:49:54 [2023-03-05T20:49:54.377Z] setToolWin: 15:49:54 [2023-03-05T20:49:54.377Z] 15:49:54 [2023-03-05T20:49:54.377Z] setToolUnix: 15:49:54 [2023-03-05T20:49:54.377Z] 15:49:54 [2023-03-05T20:49:54.377Z] setToolProperty: 15:49:54 [2023-03-05T20:49:54.377Z] 15:49:54 [2023-03-05T20:49:54.377Z] setS1ASclassPath: 15:49:54 [2023-03-05T20:49:54.377Z] 15:49:54 [2023-03-05T20:49:54.377Z] init-common: 15:49:54 [2023-03-05T20:49:54.377Z] 15:49:54 [2023-03-05T20:49:54.377Z] delete-jdbc-resource-common: 15:49:54 [2023-03-05T20:49:54.377Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connsharing2 15:49:54 [2023-03-05T20:49:54.940Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connsharing2 15:49:54 [2023-03-05T20:49:54.940Z] [exec] JDBC resource jdbc/connsharing2 deleted successfully 15:49:54 [2023-03-05T20:49:54.940Z] [echo] cmd executed for server 15:49:54 [2023-03-05T20:49:54.940Z] 15:49:54 [2023-03-05T20:49:54.940Z] setOSConditions: 15:49:54 [2023-03-05T20:49:54.940Z] 15:49:54 [2023-03-05T20:49:54.940Z] setToolWin: 15:49:54 [2023-03-05T20:49:54.940Z] 15:49:54 [2023-03-05T20:49:54.940Z] setToolUnix: 15:49:54 [2023-03-05T20:49:54.940Z] 15:49:54 [2023-03-05T20:49:54.940Z] setToolProperty: 15:49:54 [2023-03-05T20:49:54.940Z] 15:49:54 [2023-03-05T20:49:54.940Z] setS1ASclassPath: 15:49:54 [2023-03-05T20:49:54.940Z] 15:49:54 [2023-03-05T20:49:54.940Z] init-common: 15:49:54 [2023-03-05T20:49:54.940Z] 15:49:54 [2023-03-05T20:49:54.940Z] delete-jdbc-connpool-common: 15:49:54 [2023-03-05T20:49:54.940Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-connsharing-pool 15:49:55 [2023-03-05T20:49:55.195Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-connsharing-pool 15:49:55 [2023-03-05T20:49:55.195Z] [exec] JDBC Connection pool jdbc-connsharing-pool deleted successfully 15:49:55 [2023-03-05T20:49:55.195Z] [echo] cmd executed for server 15:49:55 [2023-03-05T20:49:55.195Z] 15:49:55 [2023-03-05T20:49:55.195Z] setOSConditions: 15:49:55 [2023-03-05T20:49:55.195Z] 15:49:55 [2023-03-05T20:49:55.195Z] setToolWin: 15:49:55 [2023-03-05T20:49:55.195Z] 15:49:55 [2023-03-05T20:49:55.195Z] setToolUnix: 15:49:55 [2023-03-05T20:49:55.195Z] 15:49:55 [2023-03-05T20:49:55.195Z] setToolProperty: 15:49:55 [2023-03-05T20:49:55.195Z] 15:49:55 [2023-03-05T20:49:55.195Z] setS1ASclassPath: 15:49:55 [2023-03-05T20:49:55.195Z] 15:49:55 [2023-03-05T20:49:55.195Z] init-common: 15:49:55 [2023-03-05T20:49:55.195Z] 15:49:55 [2023-03-05T20:49:55.195Z] delete-jdbc-resource-common: 15:49:55 [2023-03-05T20:49:55.195Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/assoc-with-thread-resource-1 15:49:55 [2023-03-05T20:49:55.452Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/assoc-with-thread-resource-1 15:49:55 [2023-03-05T20:49:55.452Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-1 deleted successfully 15:49:55 [2023-03-05T20:49:55.452Z] [echo] cmd executed for server 15:49:55 [2023-03-05T20:49:55.452Z] 15:49:55 [2023-03-05T20:49:55.452Z] setOSConditions: 15:49:55 [2023-03-05T20:49:55.452Z] 15:49:55 [2023-03-05T20:49:55.452Z] setToolWin: 15:49:55 [2023-03-05T20:49:55.452Z] 15:49:55 [2023-03-05T20:49:55.452Z] setToolUnix: 15:49:55 [2023-03-05T20:49:55.452Z] 15:49:55 [2023-03-05T20:49:55.452Z] setToolProperty: 15:49:55 [2023-03-05T20:49:55.452Z] 15:49:55 [2023-03-05T20:49:55.452Z] setS1ASclassPath: 15:49:55 [2023-03-05T20:49:55.452Z] 15:49:55 [2023-03-05T20:49:55.452Z] init-common: 15:49:55 [2023-03-05T20:49:55.452Z] 15:49:55 [2023-03-05T20:49:55.452Z] delete-jdbc-resource-common: 15:49:55 [2023-03-05T20:49:55.452Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/assoc-with-thread-resource-2 15:49:55 [2023-03-05T20:49:55.720Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/assoc-with-thread-resource-2 15:49:55 [2023-03-05T20:49:55.720Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-2 deleted successfully 15:49:55 [2023-03-05T20:49:55.720Z] [echo] cmd executed for server 15:49:55 [2023-03-05T20:49:55.720Z] 15:49:55 [2023-03-05T20:49:55.720Z] setOSConditions: 15:49:55 [2023-03-05T20:49:55.720Z] 15:49:55 [2023-03-05T20:49:55.720Z] setToolWin: 15:49:55 [2023-03-05T20:49:55.720Z] 15:49:55 [2023-03-05T20:49:55.720Z] setToolUnix: 15:49:55 [2023-03-05T20:49:55.720Z] 15:49:55 [2023-03-05T20:49:55.720Z] setToolProperty: 15:49:55 [2023-03-05T20:49:55.720Z] 15:49:55 [2023-03-05T20:49:55.720Z] setS1ASclassPath: 15:49:55 [2023-03-05T20:49:55.720Z] 15:49:55 [2023-03-05T20:49:55.720Z] init-common: 15:49:55 [2023-03-05T20:49:55.720Z] 15:49:55 [2023-03-05T20:49:55.720Z] delete-jdbc-connpool-common: 15:49:55 [2023-03-05T20:49:55.720Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-assoc-with-thread-pool-1 15:49:55 [2023-03-05T20:49:55.976Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-assoc-with-thread-pool-1 15:49:55 [2023-03-05T20:49:55.976Z] [exec] JDBC Connection pool jdbc-assoc-with-thread-pool-1 deleted successfully 15:49:55 [2023-03-05T20:49:55.976Z] [echo] cmd executed for server 15:49:55 [2023-03-05T20:49:55.976Z] 15:49:55 [2023-03-05T20:49:55.976Z] setOSConditions: 15:49:55 [2023-03-05T20:49:55.976Z] 15:49:55 [2023-03-05T20:49:55.976Z] setToolWin: 15:49:55 [2023-03-05T20:49:55.976Z] 15:49:55 [2023-03-05T20:49:55.976Z] setToolUnix: 15:49:55 [2023-03-05T20:49:55.976Z] 15:49:55 [2023-03-05T20:49:55.976Z] setToolProperty: 15:49:55 [2023-03-05T20:49:55.976Z] 15:49:55 [2023-03-05T20:49:55.976Z] setS1ASclassPath: 15:49:55 [2023-03-05T20:49:55.976Z] 15:49:55 [2023-03-05T20:49:55.976Z] init-common: 15:49:55 [2023-03-05T20:49:55.976Z] 15:49:55 [2023-03-05T20:49:55.976Z] delete-jdbc-connpool-common: 15:49:55 [2023-03-05T20:49:55.976Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-assoc-with-thread-pool-2 15:49:56 [2023-03-05T20:49:56.232Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-assoc-with-thread-pool-2 15:49:56 [2023-03-05T20:49:56.232Z] [exec] JDBC Connection pool jdbc-assoc-with-thread-pool-2 deleted successfully 15:49:56 [2023-03-05T20:49:56.232Z] [echo] cmd executed for server 15:49:56 [2023-03-05T20:49:56.232Z] 15:49:56 [2023-03-05T20:49:56.232Z] setOSConditions: 15:49:56 [2023-03-05T20:49:56.232Z] 15:49:56 [2023-03-05T20:49:56.232Z] setToolWin: 15:49:56 [2023-03-05T20:49:56.232Z] 15:49:56 [2023-03-05T20:49:56.232Z] setToolUnix: 15:49:56 [2023-03-05T20:49:56.232Z] 15:49:56 [2023-03-05T20:49:56.232Z] setToolProperty: 15:49:56 [2023-03-05T20:49:56.232Z] 15:49:56 [2023-03-05T20:49:56.232Z] setS1ASclassPath: 15:49:56 [2023-03-05T20:49:56.232Z] 15:49:56 [2023-03-05T20:49:56.232Z] init-common: 15:49:56 [2023-03-05T20:49:56.232Z] 15:49:56 [2023-03-05T20:49:56.232Z] undeploy-common: 15:49:56 [2023-03-05T20:49:56.797Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-connsharingnonxaApp 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] all: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setOSConditions: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setToolWin: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setToolUnix: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setToolProperty: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setS1ASclassPath: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] init-common: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] clean: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setOSConditions: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setToolWin: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setToolUnix: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setToolProperty: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setS1ASclassPath: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] init-common: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] clean-common: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setOSConditions: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setToolWin: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setToolUnix: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setToolProperty: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setS1ASclassPath: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] init-common: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] clean-classes-common: 15:49:56 [2023-03-05T20:49:56.797Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setOSConditions: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setToolWin: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setToolUnix: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setToolProperty: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setS1ASclassPath: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] init-common: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] clean-jars-common: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] compile: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setOSConditions: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setToolWin: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setToolUnix: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setToolProperty: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] setS1ASclassPath: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] init-common: 15:49:56 [2023-03-05T20:49:56.797Z] 15:49:56 [2023-03-05T20:49:56.797Z] compile-common-with-endorsed-dir: 15:49:56 [2023-03-05T20:49:56.797Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:49:56 [2023-03-05T20:49:56.797Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:49:57 [2023-03-05T20:49:57.053Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:49:57 [2023-03-05T20:49:57.053Z] [javac] 1 warning 15:49:57 [2023-03-05T20:49:57.321Z] 15:49:57 [2023-03-05T20:49:57.321Z] setOSConditions: 15:49:57 [2023-03-05T20:49:57.321Z] 15:49:57 [2023-03-05T20:49:57.321Z] setToolWin: 15:49:57 [2023-03-05T20:49:57.321Z] 15:49:57 [2023-03-05T20:49:57.321Z] setToolUnix: 15:49:57 [2023-03-05T20:49:57.321Z] 15:49:57 [2023-03-05T20:49:57.321Z] setToolProperty: 15:49:57 [2023-03-05T20:49:57.321Z] 15:49:57 [2023-03-05T20:49:57.321Z] setS1ASclassPath: 15:49:57 [2023-03-05T20:49:57.321Z] 15:49:57 [2023-03-05T20:49:57.321Z] init-common: 15:49:57 [2023-03-05T20:49:57.321Z] 15:49:57 [2023-03-05T20:49:57.321Z] compile-common: 15:49:57 [2023-03-05T20:49:57.321Z] [echo] Current time (ISO): 2023-03-05T20:49:57.056+0000 15:49:57 [2023-03-05T20:49:57.321Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:49:58 [2023-03-05T20:49:58.250Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:49:58 [2023-03-05T20:49:58.250Z] [javac] 1 warning 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] build: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] setOSConditions: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] fixFiles: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] convUnix: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] convWin: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] setToolWin: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] setToolUnix: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] setToolProperty: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] setS1ASclassPath: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] init-common: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] package-persistence-common: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] ejb-jar-common: 15:49:58 [2023-03-05T20:49:58.250Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] package-ejbjar-common: 15:49:58 [2023-03-05T20:49:58.250Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:49:58 [2023-03-05T20:49:58.250Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:49:58 [2023-03-05T20:49:58.250Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:49:58 [2023-03-05T20:49:58.250Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxa-ejb.jar 15:49:58 [2023-03-05T20:49:58.250Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] appclient-jar-common: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] package-appclientjar-common: 15:49:58 [2023-03-05T20:49:58.250Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:49:58 [2023-03-05T20:49:58.250Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:49:58 [2023-03-05T20:49:58.250Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:49:58 [2023-03-05T20:49:58.250Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxa-client.jar 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] webclient-war-common: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] build-ear-common: 15:49:58 [2023-03-05T20:49:58.250Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:49:58 [2023-03-05T20:49:58.250Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaApp.ear 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] deploy: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] setOSConditions: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] setToolWin: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] setToolUnix: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] setToolProperty: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] setS1ASclassPath: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] init-common: 15:49:58 [2023-03-05T20:49:58.250Z] 15:49:58 [2023-03-05T20:49:58.250Z] create-jdbc-connpool-common: 15:49:58 [2023-03-05T20:49:58.520Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-connsharing-pool 15:49:58 [2023-03-05T20:49:58.777Z] [exec] JDBC connection pool jdbc-connsharing-pool created successfully. 15:49:58 [2023-03-05T20:49:58.777Z] 15:49:58 [2023-03-05T20:49:58.777Z] set-derby-connpool-props: 15:49:59 [2023-03-05T20:49:59.033Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.User=dbuser 15:49:59 [2023-03-05T20:49:59.033Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.User=dbuser 15:49:59 [2023-03-05T20:49:59.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.Password=dbpassword 15:49:59 [2023-03-05T20:49:59.289Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.Password=dbpassword 15:49:59 [2023-03-05T20:49:59.547Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.driverType=4 15:49:59 [2023-03-05T20:49:59.547Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.driverType=4 15:49:59 [2023-03-05T20:49:59.803Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.portNumber=1527 15:49:59 [2023-03-05T20:49:59.803Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.portNumber=1527 15:50:00 [2023-03-05T20:50:00.059Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.dataBaseName=testdb 15:50:00 [2023-03-05T20:50:00.059Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.dataBaseName=testdb 15:50:00 [2023-03-05T20:50:00.319Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:50:00 [2023-03-05T20:50:00.319Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:50:00 [2023-03-05T20:50:00.883Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.create=true 15:50:00 [2023-03-05T20:50:00.883Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.create=true 15:50:03 [2023-03-05T20:50:03.172Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.serverName=localhost 15:50:03 [2023-03-05T20:50:03.172Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.serverName=localhost 15:50:03 [2023-03-05T20:50:03.172Z] 15:50:03 [2023-03-05T20:50:03.172Z] setOSConditions: 15:50:03 [2023-03-05T20:50:03.172Z] 15:50:03 [2023-03-05T20:50:03.172Z] setToolWin: 15:50:03 [2023-03-05T20:50:03.172Z] 15:50:03 [2023-03-05T20:50:03.172Z] setToolUnix: 15:50:03 [2023-03-05T20:50:03.172Z] 15:50:03 [2023-03-05T20:50:03.172Z] setToolProperty: 15:50:03 [2023-03-05T20:50:03.172Z] 15:50:03 [2023-03-05T20:50:03.173Z] setS1ASclassPath: 15:50:03 [2023-03-05T20:50:03.173Z] 15:50:03 [2023-03-05T20:50:03.173Z] init-common: 15:50:03 [2023-03-05T20:50:03.173Z] 15:50:03 [2023-03-05T20:50:03.173Z] create-jdbc-connpool-common: 15:50:03 [2023-03-05T20:50:03.173Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 2 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=true --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=true --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-assoc-with-thread-pool-1 15:50:03 [2023-03-05T20:50:03.173Z] [exec] JDBC connection pool jdbc-assoc-with-thread-pool-1 created successfully. 15:50:03 [2023-03-05T20:50:03.173Z] 15:50:03 [2023-03-05T20:50:03.173Z] set-derby-connpool-props: 15:50:03 [2023-03-05T20:50:03.173Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.User=dbuser 15:50:03 [2023-03-05T20:50:03.173Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.User=dbuser 15:50:03 [2023-03-05T20:50:03.173Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.Password=dbpassword 15:50:03 [2023-03-05T20:50:03.173Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.Password=dbpassword 15:50:03 [2023-03-05T20:50:03.173Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.driverType=4 15:50:03 [2023-03-05T20:50:03.173Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.driverType=4 15:50:03 [2023-03-05T20:50:03.173Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.portNumber=1527 15:50:03 [2023-03-05T20:50:03.173Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.portNumber=1527 15:50:03 [2023-03-05T20:50:03.173Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.dataBaseName=awt-1 15:50:03 [2023-03-05T20:50:03.173Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.dataBaseName=awt-1 15:50:03 [2023-03-05T20:50:03.173Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.retrieveMessagesFromServerOnGetMessage=true 15:50:03 [2023-03-05T20:50:03.173Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.retrieveMessagesFromServerOnGetMessage=true 15:50:03 [2023-03-05T20:50:03.429Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.create=true 15:50:03 [2023-03-05T20:50:03.429Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.create=true 15:50:03 [2023-03-05T20:50:03.685Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.serverName=localhost 15:50:03 [2023-03-05T20:50:03.685Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.serverName=localhost 15:50:03 [2023-03-05T20:50:03.685Z] 15:50:03 [2023-03-05T20:50:03.685Z] asadmin-common: 15:50:03 [2023-03-05T20:50:03.685Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.connectionAttributes='create=true;' 15:50:04 [2023-03-05T20:50:04.246Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.connectionAttributes=create=true; 15:50:04 [2023-03-05T20:50:04.246Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.connectionAttributes=create=true; 15:50:04 [2023-03-05T20:50:04.246Z] 15:50:04 [2023-03-05T20:50:04.246Z] setOSConditions: 15:50:04 [2023-03-05T20:50:04.246Z] 15:50:04 [2023-03-05T20:50:04.246Z] setToolWin: 15:50:04 [2023-03-05T20:50:04.246Z] 15:50:04 [2023-03-05T20:50:04.246Z] setToolUnix: 15:50:04 [2023-03-05T20:50:04.246Z] 15:50:04 [2023-03-05T20:50:04.246Z] setToolProperty: 15:50:04 [2023-03-05T20:50:04.246Z] 15:50:04 [2023-03-05T20:50:04.246Z] setS1ASclassPath: 15:50:04 [2023-03-05T20:50:04.246Z] 15:50:04 [2023-03-05T20:50:04.246Z] init-common: 15:50:04 [2023-03-05T20:50:04.246Z] 15:50:04 [2023-03-05T20:50:04.246Z] create-jdbc-connpool-common: 15:50:04 [2023-03-05T20:50:04.520Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 2 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=true --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=true --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-assoc-with-thread-pool-2 15:50:04 [2023-03-05T20:50:04.520Z] [exec] JDBC connection pool jdbc-assoc-with-thread-pool-2 created successfully. 15:50:04 [2023-03-05T20:50:04.520Z] 15:50:04 [2023-03-05T20:50:04.520Z] set-derby-connpool-props: 15:50:04 [2023-03-05T20:50:04.776Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.User=dbuser 15:50:04 [2023-03-05T20:50:04.776Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.User=dbuser 15:50:05 [2023-03-05T20:50:05.031Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.Password=dbpassword 15:50:05 [2023-03-05T20:50:05.031Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.Password=dbpassword 15:50:05 [2023-03-05T20:50:05.287Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.driverType=4 15:50:05 [2023-03-05T20:50:05.287Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.driverType=4 15:50:05 [2023-03-05T20:50:05.543Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.portNumber=1527 15:50:05 [2023-03-05T20:50:05.543Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.portNumber=1527 15:50:05 [2023-03-05T20:50:05.799Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.dataBaseName=awt-2 15:50:05 [2023-03-05T20:50:05.799Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.dataBaseName=awt-2 15:50:06 [2023-03-05T20:50:06.361Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.retrieveMessagesFromServerOnGetMessage=true 15:50:06 [2023-03-05T20:50:06.361Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.retrieveMessagesFromServerOnGetMessage=true 15:50:06 [2023-03-05T20:50:06.621Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.create=true 15:50:06 [2023-03-05T20:50:06.621Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.create=true 15:50:06 [2023-03-05T20:50:06.878Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.serverName=localhost 15:50:06 [2023-03-05T20:50:06.878Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.serverName=localhost 15:50:06 [2023-03-05T20:50:06.878Z] 15:50:06 [2023-03-05T20:50:06.878Z] asadmin-common: 15:50:06 [2023-03-05T20:50:06.878Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.connectionAttributes='create=true;' 15:50:07 [2023-03-05T20:50:07.135Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.connectionAttributes=create=true; 15:50:07 [2023-03-05T20:50:07.135Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.connectionAttributes=create=true; 15:50:07 [2023-03-05T20:50:07.135Z] 15:50:07 [2023-03-05T20:50:07.135Z] setOSConditions: 15:50:07 [2023-03-05T20:50:07.135Z] 15:50:07 [2023-03-05T20:50:07.135Z] setToolWin: 15:50:07 [2023-03-05T20:50:07.135Z] 15:50:07 [2023-03-05T20:50:07.135Z] setToolUnix: 15:50:07 [2023-03-05T20:50:07.135Z] 15:50:07 [2023-03-05T20:50:07.135Z] setToolProperty: 15:50:07 [2023-03-05T20:50:07.135Z] 15:50:07 [2023-03-05T20:50:07.135Z] setS1ASclassPath: 15:50:07 [2023-03-05T20:50:07.135Z] 15:50:07 [2023-03-05T20:50:07.135Z] init-common: 15:50:07 [2023-03-05T20:50:07.135Z] 15:50:07 [2023-03-05T20:50:07.135Z] create-jdbc-resource-common: 15:50:07 [2023-03-05T20:50:07.135Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-assoc-with-thread-pool-1 --target server jdbc/assoc-with-thread-resource-1 15:50:07 [2023-03-05T20:50:07.391Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-assoc-with-thread-pool-1 --enabled=true --target server jdbc/assoc-with-thread-resource-1 15:50:07 [2023-03-05T20:50:07.391Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-1 created successfully. 15:50:07 [2023-03-05T20:50:07.391Z] [echo] cmd executed for server 15:50:07 [2023-03-05T20:50:07.391Z] 15:50:07 [2023-03-05T20:50:07.391Z] setOSConditions: 15:50:07 [2023-03-05T20:50:07.391Z] 15:50:07 [2023-03-05T20:50:07.391Z] setToolWin: 15:50:07 [2023-03-05T20:50:07.391Z] 15:50:07 [2023-03-05T20:50:07.391Z] setToolUnix: 15:50:07 [2023-03-05T20:50:07.391Z] 15:50:07 [2023-03-05T20:50:07.391Z] setToolProperty: 15:50:07 [2023-03-05T20:50:07.391Z] 15:50:07 [2023-03-05T20:50:07.391Z] setS1ASclassPath: 15:50:07 [2023-03-05T20:50:07.391Z] 15:50:07 [2023-03-05T20:50:07.391Z] init-common: 15:50:07 [2023-03-05T20:50:07.391Z] 15:50:07 [2023-03-05T20:50:07.391Z] create-jdbc-resource-common: 15:50:07 [2023-03-05T20:50:07.392Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-assoc-with-thread-pool-2 --target server jdbc/assoc-with-thread-resource-2 15:50:07 [2023-03-05T20:50:07.648Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-assoc-with-thread-pool-2 --enabled=true --target server jdbc/assoc-with-thread-resource-2 15:50:07 [2023-03-05T20:50:07.648Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-2 created successfully. 15:50:07 [2023-03-05T20:50:07.648Z] [echo] cmd executed for server 15:50:07 [2023-03-05T20:50:07.648Z] 15:50:07 [2023-03-05T20:50:07.648Z] setOSConditions: 15:50:07 [2023-03-05T20:50:07.648Z] 15:50:07 [2023-03-05T20:50:07.648Z] setToolWin: 15:50:07 [2023-03-05T20:50:07.648Z] 15:50:07 [2023-03-05T20:50:07.648Z] setToolUnix: 15:50:07 [2023-03-05T20:50:07.648Z] 15:50:07 [2023-03-05T20:50:07.648Z] setToolProperty: 15:50:07 [2023-03-05T20:50:07.648Z] 15:50:07 [2023-03-05T20:50:07.648Z] setS1ASclassPath: 15:50:07 [2023-03-05T20:50:07.648Z] 15:50:07 [2023-03-05T20:50:07.648Z] init-common: 15:50:07 [2023-03-05T20:50:07.648Z] 15:50:07 [2023-03-05T20:50:07.648Z] create-jdbc-resource-common: 15:50:07 [2023-03-05T20:50:07.648Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-connsharing-pool --target server jdbc/connsharing 15:50:08 [2023-03-05T20:50:08.222Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-connsharing-pool --enabled=true --target server jdbc/connsharing 15:50:08 [2023-03-05T20:50:08.222Z] [exec] JDBC resource jdbc/connsharing created successfully. 15:50:08 [2023-03-05T20:50:08.222Z] [echo] cmd executed for server 15:50:08 [2023-03-05T20:50:08.222Z] 15:50:08 [2023-03-05T20:50:08.222Z] setOSConditions: 15:50:08 [2023-03-05T20:50:08.222Z] 15:50:08 [2023-03-05T20:50:08.222Z] setToolWin: 15:50:08 [2023-03-05T20:50:08.222Z] 15:50:08 [2023-03-05T20:50:08.222Z] setToolUnix: 15:50:08 [2023-03-05T20:50:08.222Z] 15:50:08 [2023-03-05T20:50:08.222Z] setToolProperty: 15:50:08 [2023-03-05T20:50:08.222Z] 15:50:08 [2023-03-05T20:50:08.222Z] setS1ASclassPath: 15:50:08 [2023-03-05T20:50:08.222Z] 15:50:08 [2023-03-05T20:50:08.222Z] init-common: 15:50:08 [2023-03-05T20:50:08.222Z] 15:50:08 [2023-03-05T20:50:08.222Z] create-jdbc-resource-common: 15:50:08 [2023-03-05T20:50:08.222Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-connsharing-pool --target server jdbc/connsharing2 15:50:08 [2023-03-05T20:50:08.478Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-connsharing-pool --enabled=true --target server jdbc/connsharing2 15:50:08 [2023-03-05T20:50:08.478Z] [exec] JDBC resource jdbc/connsharing2 created successfully. 15:50:08 [2023-03-05T20:50:08.478Z] [echo] cmd executed for server 15:50:08 [2023-03-05T20:50:08.478Z] 15:50:08 [2023-03-05T20:50:08.478Z] setOSConditions: 15:50:08 [2023-03-05T20:50:08.478Z] 15:50:08 [2023-03-05T20:50:08.478Z] setToolWin: 15:50:08 [2023-03-05T20:50:08.478Z] 15:50:08 [2023-03-05T20:50:08.478Z] setToolUnix: 15:50:08 [2023-03-05T20:50:08.478Z] 15:50:08 [2023-03-05T20:50:08.478Z] setToolProperty: 15:50:08 [2023-03-05T20:50:08.478Z] 15:50:08 [2023-03-05T20:50:08.478Z] setS1ASclassPath: 15:50:08 [2023-03-05T20:50:08.478Z] 15:50:08 [2023-03-05T20:50:08.478Z] init-common: 15:50:08 [2023-03-05T20:50:08.478Z] 15:50:08 [2023-03-05T20:50:08.478Z] deploy-common: 15:50:08 [2023-03-05T20:50:08.478Z] [echo] Current time (ISO): 2023-03-05T20:50:08.245+0000 15:50:08 [2023-03-05T20:50:08.478Z] 15:50:08 [2023-03-05T20:50:08.478Z] setOSConditions: 15:50:08 [2023-03-05T20:50:08.478Z] 15:50:08 [2023-03-05T20:50:08.478Z] setToolWin: 15:50:08 [2023-03-05T20:50:08.478Z] 15:50:08 [2023-03-05T20:50:08.478Z] setToolUnix: 15:50:08 [2023-03-05T20:50:08.478Z] 15:50:08 [2023-03-05T20:50:08.478Z] setToolProperty: 15:50:08 [2023-03-05T20:50:08.478Z] 15:50:08 [2023-03-05T20:50:08.478Z] setS1ASclassPath: 15:50:08 [2023-03-05T20:50:08.478Z] 15:50:08 [2023-03-05T20:50:08.478Z] init-common: 15:50:08 [2023-03-05T20:50:08.478Z] 15:50:08 [2023-03-05T20:50:08.478Z] deploy-common-pe: 15:50:08 [2023-03-05T20:50:08.735Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaApp.ear 15:50:08 [2023-03-05T20:50:08.991Z] [exec] Application deployed with name jdbc-connsharingnonxaApp. 15:50:08 [2023-03-05T20:50:08.991Z] [echo] Deployment on target server server successful 15:50:08 [2023-03-05T20:50:08.991Z] 15:50:08 [2023-03-05T20:50:08.991Z] setOSConditions: 15:50:08 [2023-03-05T20:50:08.991Z] 15:50:08 [2023-03-05T20:50:08.991Z] setToolWin: 15:50:08 [2023-03-05T20:50:08.991Z] 15:50:08 [2023-03-05T20:50:08.991Z] setToolUnix: 15:50:08 [2023-03-05T20:50:08.991Z] 15:50:08 [2023-03-05T20:50:08.991Z] setToolProperty: 15:50:08 [2023-03-05T20:50:08.991Z] 15:50:08 [2023-03-05T20:50:08.991Z] setS1ASclassPath: 15:50:08 [2023-03-05T20:50:08.991Z] 15:50:08 [2023-03-05T20:50:08.991Z] init-common: 15:50:08 [2023-03-05T20:50:08.991Z] 15:50:08 [2023-03-05T20:50:08.991Z] deploy-common-ee: 15:50:08 [2023-03-05T20:50:08.991Z] 15:50:08 [2023-03-05T20:50:08.991Z] set-assoc-with-thread: 15:50:08 [2023-03-05T20:50:08.991Z] 15:50:08 [2023-03-05T20:50:08.991Z] asadmin-common: 15:50:08 [2023-03-05T20:50:08.991Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.associate_with_thread=true 15:50:09 [2023-03-05T20:50:09.247Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.associate_with_thread=true 15:50:09 [2023-03-05T20:50:09.247Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.associate-with-thread=true 15:50:09 [2023-03-05T20:50:09.247Z] 15:50:09 [2023-03-05T20:50:09.247Z] run: 15:50:09 [2023-03-05T20:50:09.247Z] 15:50:09 [2023-03-05T20:50:09.247Z] setOSConditions: 15:50:09 [2023-03-05T20:50:09.247Z] 15:50:09 [2023-03-05T20:50:09.247Z] setToolWin: 15:50:09 [2023-03-05T20:50:09.247Z] 15:50:09 [2023-03-05T20:50:09.247Z] setToolUnix: 15:50:09 [2023-03-05T20:50:09.247Z] 15:50:09 [2023-03-05T20:50:09.247Z] setToolProperty: 15:50:09 [2023-03-05T20:50:09.247Z] 15:50:09 [2023-03-05T20:50:09.247Z] setS1ASclassPath: 15:50:09 [2023-03-05T20:50:09.247Z] 15:50:09 [2023-03-05T20:50:09.247Z] init-common: 15:50:09 [2023-03-05T20:50:09.247Z] 15:50:09 [2023-03-05T20:50:09.247Z] execute-sql-common: 15:50:09 [2023-03-05T20:50:09.503Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/sql/create_pointbase.sql 15:50:09 [2023-03-05T20:50:09.503Z] [sql] Failed to execute: Drop table CONNSHARING 15:50:09 [2023-03-05T20:50:09.503Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONNSHARING' because it does not exist. 15:50:09 [2023-03-05T20:50:09.503Z] [sql] 0 rows affected 15:50:09 [2023-03-05T20:50:09.503Z] [sql] 1 of 2 SQL statements executed successfully 15:50:09 [2023-03-05T20:50:09.503Z] 15:50:09 [2023-03-05T20:50:09.503Z] setOSConditions: 15:50:09 [2023-03-05T20:50:09.503Z] 15:50:09 [2023-03-05T20:50:09.503Z] setToolWin: 15:50:09 [2023-03-05T20:50:09.503Z] 15:50:09 [2023-03-05T20:50:09.503Z] setToolUnix: 15:50:09 [2023-03-05T20:50:09.503Z] 15:50:09 [2023-03-05T20:50:09.503Z] setToolProperty: 15:50:09 [2023-03-05T20:50:09.503Z] 15:50:09 [2023-03-05T20:50:09.503Z] setS1ASclassPath: 15:50:09 [2023-03-05T20:50:09.503Z] 15:50:09 [2023-03-05T20:50:09.503Z] init-common: 15:50:09 [2023-03-05T20:50:09.503Z] 15:50:09 [2023-03-05T20:50:09.503Z] runclient-common: 15:50:09 [2023-03-05T20:50:09.504Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaAppClient.jar -name jdbc-connsharingnonxaClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:50:10 [2023-03-05T20:50:10.066Z] [exec] Mar 05, 2023 8:50:09 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:50:10 [2023-03-05T20:50:10.066Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:50:12 [2023-03-05T20:50:12.592Z] [exec] Mar 05, 2023 8:50:11 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:50:12 [2023-03-05T20:50:12.592Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5a9840f3 15:50:12 [2023-03-05T20:50:12.592Z] [exec] Value of key is: test1 : 15:50:12 [2023-03-05T20:50:12.592Z] [exec] Value of key is: test2 : 15:50:12 [2023-03-05T20:50:12.592Z] [exec] Value of key is: test3 : 15:50:12 [2023-03-05T20:50:12.592Z] [exec] Value of key is: test4 : 15:50:12 [2023-03-05T20:50:12.592Z] [exec] Value of key is: test5 : 15:50:12 [2023-03-05T20:50:12.592Z] [exec] Value of key is: test6 : 15:50:12 [2023-03-05T20:50:12.592Z] [exec] Value of key is: test7 : 15:50:12 [2023-03-05T20:50:12.592Z] [exec] Value of key is: test8 : 15:50:12 [2023-03-05T20:50:12.592Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:50:12 [2023-03-05T20:50:12.592Z] [exec] 15:50:12 [2023-03-05T20:50:12.592Z] [exec] 15:50:12 [2023-03-05T20:50:12.592Z] [exec] ----------------------------------------- 15:50:12 [2023-03-05T20:50:12.592Z] [exec] - test6 : : PASS - 15:50:12 [2023-03-05T20:50:12.592Z] [exec] - test5 : : PASS - 15:50:12 [2023-03-05T20:50:12.592Z] [exec] - test7 : : PASS - 15:50:12 [2023-03-05T20:50:12.592Z] [exec] - test8 : : PASS - 15:50:12 [2023-03-05T20:50:12.592Z] [exec] - test3 : : PASS - 15:50:12 [2023-03-05T20:50:12.592Z] [exec] - test4 : : PASS - 15:50:12 [2023-03-05T20:50:12.592Z] [exec] - test2 : : PASS - 15:50:12 [2023-03-05T20:50:12.592Z] [exec] - test1 : : PASS - 15:50:12 [2023-03-05T20:50:12.592Z] [exec] ----------------------------------------- 15:50:12 [2023-03-05T20:50:12.592Z] [exec] Total PASS: 8 15:50:12 [2023-03-05T20:50:12.592Z] [exec] Total FAIL: 0 15:50:12 [2023-03-05T20:50:12.592Z] [exec] Total DID NOT RUN: 0 15:50:12 [2023-03-05T20:50:12.592Z] [exec] ----------------------------------------- 15:50:12 [2023-03-05T20:50:12.592Z] [exec] in flushAll , creating new testSuiteHash 15:50:12 [2023-03-05T20:50:12.592Z] [exec] in flushAll , creating new testSuiteHash 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] checkReporting-common: 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] confirmReportPresent-common: 15:50:12 [2023-03-05T20:50:12.848Z] [echo] file RepRunConf.txt is present. 15:50:12 [2023-03-05T20:50:12.848Z] [echo] Test seems to be reported fine 15:50:12 [2023-03-05T20:50:12.848Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/RepRunConf.txt 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] confirmMissingReport-common: 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] undeploy: 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] setOSConditions: 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] setToolWin: 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] setToolUnix: 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] setToolProperty: 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] setS1ASclassPath: 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] init-common: 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] execute-sql-common: 15:50:12 [2023-03-05T20:50:12.848Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/sql/drop_pointbase.sql 15:50:12 [2023-03-05T20:50:12.848Z] [sql] 0 rows affected 15:50:12 [2023-03-05T20:50:12.848Z] [sql] 1 of 1 SQL statements executed successfully 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] setOSConditions: 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] setToolWin: 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] setToolUnix: 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] setToolProperty: 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] setS1ASclassPath: 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] init-common: 15:50:12 [2023-03-05T20:50:12.848Z] 15:50:12 [2023-03-05T20:50:12.848Z] delete-jdbc-resource-common: 15:50:12 [2023-03-05T20:50:12.848Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connsharing 15:50:13 [2023-03-05T20:50:13.424Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connsharing 15:50:13 [2023-03-05T20:50:13.424Z] [exec] JDBC resource jdbc/connsharing deleted successfully 15:50:13 [2023-03-05T20:50:13.424Z] [echo] cmd executed for server 15:50:13 [2023-03-05T20:50:13.424Z] 15:50:13 [2023-03-05T20:50:13.424Z] setOSConditions: 15:50:13 [2023-03-05T20:50:13.424Z] 15:50:13 [2023-03-05T20:50:13.424Z] setToolWin: 15:50:13 [2023-03-05T20:50:13.424Z] 15:50:13 [2023-03-05T20:50:13.424Z] setToolUnix: 15:50:13 [2023-03-05T20:50:13.424Z] 15:50:13 [2023-03-05T20:50:13.424Z] setToolProperty: 15:50:13 [2023-03-05T20:50:13.424Z] 15:50:13 [2023-03-05T20:50:13.424Z] setS1ASclassPath: 15:50:13 [2023-03-05T20:50:13.424Z] 15:50:13 [2023-03-05T20:50:13.424Z] init-common: 15:50:13 [2023-03-05T20:50:13.424Z] 15:50:13 [2023-03-05T20:50:13.424Z] delete-jdbc-resource-common: 15:50:13 [2023-03-05T20:50:13.424Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connsharing2 15:50:13 [2023-03-05T20:50:13.680Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connsharing2 15:50:13 [2023-03-05T20:50:13.680Z] [exec] JDBC resource jdbc/connsharing2 deleted successfully 15:50:13 [2023-03-05T20:50:13.680Z] [echo] cmd executed for server 15:50:13 [2023-03-05T20:50:13.680Z] 15:50:13 [2023-03-05T20:50:13.680Z] setOSConditions: 15:50:13 [2023-03-05T20:50:13.680Z] 15:50:13 [2023-03-05T20:50:13.680Z] setToolWin: 15:50:13 [2023-03-05T20:50:13.680Z] 15:50:13 [2023-03-05T20:50:13.680Z] setToolUnix: 15:50:13 [2023-03-05T20:50:13.680Z] 15:50:13 [2023-03-05T20:50:13.680Z] setToolProperty: 15:50:13 [2023-03-05T20:50:13.680Z] 15:50:13 [2023-03-05T20:50:13.680Z] setS1ASclassPath: 15:50:13 [2023-03-05T20:50:13.680Z] 15:50:13 [2023-03-05T20:50:13.680Z] init-common: 15:50:13 [2023-03-05T20:50:13.680Z] 15:50:13 [2023-03-05T20:50:13.680Z] delete-jdbc-connpool-common: 15:50:13 [2023-03-05T20:50:13.680Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-connsharing-pool 15:50:13 [2023-03-05T20:50:13.972Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-connsharing-pool 15:50:13 [2023-03-05T20:50:13.972Z] [exec] JDBC Connection pool jdbc-connsharing-pool deleted successfully 15:50:13 [2023-03-05T20:50:13.972Z] [echo] cmd executed for server 15:50:13 [2023-03-05T20:50:13.972Z] 15:50:13 [2023-03-05T20:50:13.972Z] setOSConditions: 15:50:13 [2023-03-05T20:50:13.972Z] 15:50:13 [2023-03-05T20:50:13.972Z] setToolWin: 15:50:13 [2023-03-05T20:50:13.972Z] 15:50:13 [2023-03-05T20:50:13.972Z] setToolUnix: 15:50:13 [2023-03-05T20:50:13.972Z] 15:50:13 [2023-03-05T20:50:13.972Z] setToolProperty: 15:50:13 [2023-03-05T20:50:13.972Z] 15:50:13 [2023-03-05T20:50:13.972Z] setS1ASclassPath: 15:50:13 [2023-03-05T20:50:13.972Z] 15:50:13 [2023-03-05T20:50:13.972Z] init-common: 15:50:13 [2023-03-05T20:50:13.972Z] 15:50:13 [2023-03-05T20:50:13.972Z] delete-jdbc-resource-common: 15:50:13 [2023-03-05T20:50:13.972Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/assoc-with-thread-resource-1 15:50:14 [2023-03-05T20:50:14.228Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/assoc-with-thread-resource-1 15:50:14 [2023-03-05T20:50:14.228Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-1 deleted successfully 15:50:14 [2023-03-05T20:50:14.228Z] [echo] cmd executed for server 15:50:14 [2023-03-05T20:50:14.228Z] 15:50:14 [2023-03-05T20:50:14.228Z] setOSConditions: 15:50:14 [2023-03-05T20:50:14.228Z] 15:50:14 [2023-03-05T20:50:14.228Z] setToolWin: 15:50:14 [2023-03-05T20:50:14.228Z] 15:50:14 [2023-03-05T20:50:14.228Z] setToolUnix: 15:50:14 [2023-03-05T20:50:14.228Z] 15:50:14 [2023-03-05T20:50:14.228Z] setToolProperty: 15:50:14 [2023-03-05T20:50:14.228Z] 15:50:14 [2023-03-05T20:50:14.228Z] setS1ASclassPath: 15:50:14 [2023-03-05T20:50:14.228Z] 15:50:14 [2023-03-05T20:50:14.228Z] init-common: 15:50:14 [2023-03-05T20:50:14.228Z] 15:50:14 [2023-03-05T20:50:14.228Z] delete-jdbc-resource-common: 15:50:14 [2023-03-05T20:50:14.228Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/assoc-with-thread-resource-2 15:50:14 [2023-03-05T20:50:14.484Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/assoc-with-thread-resource-2 15:50:14 [2023-03-05T20:50:14.484Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-2 deleted successfully 15:50:14 [2023-03-05T20:50:14.484Z] [echo] cmd executed for server 15:50:14 [2023-03-05T20:50:14.484Z] 15:50:14 [2023-03-05T20:50:14.484Z] setOSConditions: 15:50:14 [2023-03-05T20:50:14.484Z] 15:50:14 [2023-03-05T20:50:14.484Z] setToolWin: 15:50:14 [2023-03-05T20:50:14.484Z] 15:50:14 [2023-03-05T20:50:14.484Z] setToolUnix: 15:50:14 [2023-03-05T20:50:14.484Z] 15:50:14 [2023-03-05T20:50:14.484Z] setToolProperty: 15:50:14 [2023-03-05T20:50:14.484Z] 15:50:14 [2023-03-05T20:50:14.484Z] setS1ASclassPath: 15:50:14 [2023-03-05T20:50:14.484Z] 15:50:14 [2023-03-05T20:50:14.484Z] init-common: 15:50:14 [2023-03-05T20:50:14.484Z] 15:50:14 [2023-03-05T20:50:14.484Z] delete-jdbc-connpool-common: 15:50:14 [2023-03-05T20:50:14.484Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-assoc-with-thread-pool-1 15:50:14 [2023-03-05T20:50:14.740Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-assoc-with-thread-pool-1 15:50:14 [2023-03-05T20:50:14.741Z] [exec] JDBC Connection pool jdbc-assoc-with-thread-pool-1 deleted successfully 15:50:14 [2023-03-05T20:50:14.741Z] [echo] cmd executed for server 15:50:14 [2023-03-05T20:50:14.741Z] 15:50:14 [2023-03-05T20:50:14.741Z] setOSConditions: 15:50:14 [2023-03-05T20:50:14.741Z] 15:50:14 [2023-03-05T20:50:14.741Z] setToolWin: 15:50:14 [2023-03-05T20:50:14.741Z] 15:50:14 [2023-03-05T20:50:14.741Z] setToolUnix: 15:50:14 [2023-03-05T20:50:14.741Z] 15:50:14 [2023-03-05T20:50:14.741Z] setToolProperty: 15:50:14 [2023-03-05T20:50:14.741Z] 15:50:14 [2023-03-05T20:50:14.741Z] setS1ASclassPath: 15:50:14 [2023-03-05T20:50:14.741Z] 15:50:14 [2023-03-05T20:50:14.741Z] init-common: 15:50:14 [2023-03-05T20:50:14.741Z] 15:50:14 [2023-03-05T20:50:14.741Z] delete-jdbc-connpool-common: 15:50:14 [2023-03-05T20:50:14.741Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-assoc-with-thread-pool-2 15:50:15 [2023-03-05T20:50:15.019Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-assoc-with-thread-pool-2 15:50:15 [2023-03-05T20:50:15.019Z] [exec] JDBC Connection pool jdbc-assoc-with-thread-pool-2 deleted successfully 15:50:15 [2023-03-05T20:50:15.275Z] [echo] cmd executed for server 15:50:15 [2023-03-05T20:50:15.275Z] 15:50:15 [2023-03-05T20:50:15.275Z] setOSConditions: 15:50:15 [2023-03-05T20:50:15.275Z] 15:50:15 [2023-03-05T20:50:15.275Z] setToolWin: 15:50:15 [2023-03-05T20:50:15.275Z] 15:50:15 [2023-03-05T20:50:15.275Z] setToolUnix: 15:50:15 [2023-03-05T20:50:15.275Z] 15:50:15 [2023-03-05T20:50:15.275Z] setToolProperty: 15:50:15 [2023-03-05T20:50:15.275Z] 15:50:15 [2023-03-05T20:50:15.275Z] setS1ASclassPath: 15:50:15 [2023-03-05T20:50:15.275Z] 15:50:15 [2023-03-05T20:50:15.275Z] init-common: 15:50:15 [2023-03-05T20:50:15.275Z] 15:50:15 [2023-03-05T20:50:15.275Z] undeploy-common: 15:50:15 [2023-03-05T20:50:15.531Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-connsharingnonxaApp 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] all-assoc-with-thread: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setOSConditions: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setToolWin: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setToolUnix: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setToolProperty: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setS1ASclassPath: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] init-common: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] clean: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setOSConditions: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setToolWin: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setToolUnix: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setToolProperty: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setS1ASclassPath: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] init-common: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] clean-common: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setOSConditions: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setToolWin: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setToolUnix: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setToolProperty: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setS1ASclassPath: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] init-common: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] clean-classes-common: 15:50:15 [2023-03-05T20:50:15.531Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setOSConditions: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setToolWin: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setToolUnix: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setToolProperty: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setS1ASclassPath: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] init-common: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] clean-jars-common: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] compile: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setOSConditions: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setToolWin: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setToolUnix: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setToolProperty: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] setS1ASclassPath: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] init-common: 15:50:15 [2023-03-05T20:50:15.531Z] 15:50:15 [2023-03-05T20:50:15.531Z] compile-common: 15:50:15 [2023-03-05T20:50:15.531Z] [echo] Current time (ISO): 2023-03-05T20:50:15.376+0000 15:50:15 [2023-03-05T20:50:15.531Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:50:15 [2023-03-05T20:50:15.531Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:50:16 [2023-03-05T20:50:16.933Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:50:16 [2023-03-05T20:50:16.933Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/cpds/ejb/SimpleBMPBean.java:42: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:50:16 [2023-03-05T20:50:16.933Z] [javac] return new Integer(1); 15:50:16 [2023-03-05T20:50:16.933Z] [javac] ^ 15:50:16 [2023-03-05T20:50:16.933Z] [javac] 2 warnings 15:50:16 [2023-03-05T20:50:16.933Z] 15:50:16 [2023-03-05T20:50:16.933Z] setOSConditions: 15:50:16 [2023-03-05T20:50:16.933Z] 15:50:16 [2023-03-05T20:50:16.933Z] setToolWin: 15:50:16 [2023-03-05T20:50:16.933Z] 15:50:16 [2023-03-05T20:50:16.933Z] setToolUnix: 15:50:16 [2023-03-05T20:50:16.933Z] 15:50:16 [2023-03-05T20:50:16.933Z] setToolProperty: 15:50:16 [2023-03-05T20:50:16.933Z] 15:50:16 [2023-03-05T20:50:16.933Z] setS1ASclassPath: 15:50:16 [2023-03-05T20:50:16.933Z] 15:50:16 [2023-03-05T20:50:16.933Z] init-common: 15:50:16 [2023-03-05T20:50:16.933Z] 15:50:16 [2023-03-05T20:50:16.933Z] compile-common: 15:50:16 [2023-03-05T20:50:16.934Z] [echo] Current time (ISO): 2023-03-05T20:50:16.567+0000 15:50:16 [2023-03-05T20:50:16.934Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:50:17 [2023-03-05T20:50:17.862Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:50:17 [2023-03-05T20:50:17.862Z] [javac] 1 warning 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] build: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] setOSConditions: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] fixFiles: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] convUnix: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] convWin: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] setToolWin: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] setToolUnix: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] setToolProperty: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] setS1ASclassPath: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] init-common: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] package-persistence-common: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] ejb-jar-common: 15:50:17 [2023-03-05T20:50:17.862Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] package-ejbjar-common: 15:50:17 [2023-03-05T20:50:17.862Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:50:17 [2023-03-05T20:50:17.862Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:50:17 [2023-03-05T20:50:17.862Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:50:17 [2023-03-05T20:50:17.862Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpds-ejb.jar 15:50:17 [2023-03-05T20:50:17.862Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] appclient-jar-common: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] package-appclientjar-common: 15:50:17 [2023-03-05T20:50:17.862Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:50:17 [2023-03-05T20:50:17.862Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:50:17 [2023-03-05T20:50:17.862Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:50:17 [2023-03-05T20:50:17.862Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpds-client.jar 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] webclient-war-common: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] build-ear-common: 15:50:17 [2023-03-05T20:50:17.862Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:50:17 [2023-03-05T20:50:17.862Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpdsApp.ear 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] deploy: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] setOSConditions: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] setToolWin: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] setToolUnix: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] setToolProperty: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] setS1ASclassPath: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] init-common: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] deploy-jdbc-common: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] setOSConditions: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] setToolWin: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] setToolUnix: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] setToolProperty: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] setS1ASclassPath: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] init-common: 15:50:17 [2023-03-05T20:50:17.862Z] 15:50:17 [2023-03-05T20:50:17.862Z] create-jdbc-connpool-common: 15:50:18 [2023-03-05T20:50:18.119Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientConnectionPoolDataSource --restype javax.sql.ConnectionPoolDataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-cpds 15:50:18 [2023-03-05T20:50:18.119Z] [exec] JDBC connection pool jdbc-cpds created successfully. 15:50:18 [2023-03-05T20:50:18.375Z] 15:50:18 [2023-03-05T20:50:18.375Z] set-derby-connpool-props: 15:50:18 [2023-03-05T20:50:18.631Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-cpds.property.User=dbuser 15:50:18 [2023-03-05T20:50:18.631Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.User=dbuser 15:50:18 [2023-03-05T20:50:18.887Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-cpds.property.Password=dbpassword 15:50:18 [2023-03-05T20:50:18.887Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.Password=dbpassword 15:50:19 [2023-03-05T20:50:19.143Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-cpds.property.driverType=4 15:50:19 [2023-03-05T20:50:19.143Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.driverType=4 15:50:19 [2023-03-05T20:50:19.403Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-cpds.property.portNumber=1527 15:50:19 [2023-03-05T20:50:19.403Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.portNumber=1527 15:50:19 [2023-03-05T20:50:19.659Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-cpds.property.dataBaseName=testdb 15:50:19 [2023-03-05T20:50:19.659Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.dataBaseName=testdb 15:50:20 [2023-03-05T20:50:20.222Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-cpds.property.retrieveMessagesFromServerOnGetMessage=true 15:50:20 [2023-03-05T20:50:20.222Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.retrieveMessagesFromServerOnGetMessage=true 15:50:20 [2023-03-05T20:50:20.478Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-cpds.property.create=true 15:50:20 [2023-03-05T20:50:20.478Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.create=true 15:50:20 [2023-03-05T20:50:20.734Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-cpds.property.serverName=localhost 15:50:20 [2023-03-05T20:50:20.734Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.serverName=localhost 15:50:20 [2023-03-05T20:50:20.734Z] 15:50:20 [2023-03-05T20:50:20.734Z] setOSConditions: 15:50:20 [2023-03-05T20:50:20.734Z] 15:50:20 [2023-03-05T20:50:20.734Z] setToolWin: 15:50:20 [2023-03-05T20:50:20.734Z] 15:50:20 [2023-03-05T20:50:20.734Z] setToolUnix: 15:50:20 [2023-03-05T20:50:20.734Z] 15:50:20 [2023-03-05T20:50:20.734Z] setToolProperty: 15:50:20 [2023-03-05T20:50:20.734Z] 15:50:20 [2023-03-05T20:50:20.734Z] setS1ASclassPath: 15:50:20 [2023-03-05T20:50:20.734Z] 15:50:20 [2023-03-05T20:50:20.734Z] init-common: 15:50:20 [2023-03-05T20:50:20.734Z] 15:50:20 [2023-03-05T20:50:20.734Z] create-jdbc-resource-common: 15:50:20 [2023-03-05T20:50:20.734Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-cpds --target server jdbc/s1qeDB-cpds 15:50:20 [2023-03-05T20:50:20.991Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-cpds --enabled=true --target server jdbc/s1qeDB-cpds 15:50:20 [2023-03-05T20:50:20.991Z] [exec] JDBC resource jdbc/s1qeDB-cpds created successfully. 15:50:20 [2023-03-05T20:50:20.991Z] [echo] cmd executed for server 15:50:20 [2023-03-05T20:50:20.991Z] 15:50:20 [2023-03-05T20:50:20.991Z] setup-derby-for-authentication: 15:50:20 [2023-03-05T20:50:20.991Z] 15:50:20 [2023-03-05T20:50:20.991Z] setOSConditions: 15:50:20 [2023-03-05T20:50:20.991Z] 15:50:20 [2023-03-05T20:50:20.991Z] setToolWin: 15:50:20 [2023-03-05T20:50:20.991Z] 15:50:20 [2023-03-05T20:50:20.991Z] setToolUnix: 15:50:20 [2023-03-05T20:50:20.991Z] 15:50:20 [2023-03-05T20:50:20.991Z] setToolProperty: 15:50:20 [2023-03-05T20:50:20.991Z] 15:50:20 [2023-03-05T20:50:20.991Z] setS1ASclassPath: 15:50:20 [2023-03-05T20:50:20.991Z] 15:50:20 [2023-03-05T20:50:20.991Z] init-common: 15:50:20 [2023-03-05T20:50:20.991Z] 15:50:20 [2023-03-05T20:50:20.991Z] stop-derby: 15:50:20 [2023-03-05T20:50:20.991Z] 15:50:20 [2023-03-05T20:50:20.991Z] stop-derby-aix: 15:50:20 [2023-03-05T20:50:20.991Z] 15:50:20 [2023-03-05T20:50:20.991Z] stop-derby-nonaix: 15:50:20 [2023-03-05T20:50:20.991Z] [echo] Stopping Derby DB Server ... 15:50:21 [2023-03-05T20:50:21.247Z] [java] Sun Mar 05 20:50:21 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:50:21 [2023-03-05T20:50:21.248Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties to copy. 15:50:21 [2023-03-05T20:50:21.248Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases 15:50:21 [2023-03-05T20:50:21.248Z] 15:50:21 [2023-03-05T20:50:21.248Z] setOSConditions: 15:50:21 [2023-03-05T20:50:21.248Z] 15:50:21 [2023-03-05T20:50:21.248Z] setToolWin: 15:50:21 [2023-03-05T20:50:21.248Z] 15:50:21 [2023-03-05T20:50:21.248Z] setToolUnix: 15:50:21 [2023-03-05T20:50:21.248Z] 15:50:21 [2023-03-05T20:50:21.248Z] setToolProperty: 15:50:21 [2023-03-05T20:50:21.248Z] 15:50:21 [2023-03-05T20:50:21.248Z] setS1ASclassPath: 15:50:21 [2023-03-05T20:50:21.248Z] 15:50:21 [2023-03-05T20:50:21.248Z] init-common: 15:50:21 [2023-03-05T20:50:21.248Z] 15:50:21 [2023-03-05T20:50:21.248Z] start-derby: 15:50:21 [2023-03-05T20:50:21.248Z] 15:50:21 [2023-03-05T20:50:21.248Z] start-derby-aix: 15:50:21 [2023-03-05T20:50:21.248Z] 15:50:21 [2023-03-05T20:50:21.248Z] start-derby-nonaix: 15:50:21 [2023-03-05T20:50:21.248Z] [echo] Starting Derby DB Server ... 15:50:39 [2023-03-05T20:50:39.302Z] 15:50:39 [2023-03-05T20:50:39.302Z] setOSConditions: 15:50:39 [2023-03-05T20:50:39.302Z] 15:50:39 [2023-03-05T20:50:39.302Z] setToolWin: 15:50:39 [2023-03-05T20:50:39.302Z] 15:50:39 [2023-03-05T20:50:39.302Z] setToolUnix: 15:50:39 [2023-03-05T20:50:39.302Z] 15:50:39 [2023-03-05T20:50:39.302Z] setToolProperty: 15:50:39 [2023-03-05T20:50:39.302Z] 15:50:39 [2023-03-05T20:50:39.302Z] setS1ASclassPath: 15:50:39 [2023-03-05T20:50:39.302Z] 15:50:39 [2023-03-05T20:50:39.302Z] init-common: 15:50:39 [2023-03-05T20:50:39.302Z] 15:50:39 [2023-03-05T20:50:39.302Z] execute-sql-common: 15:50:39 [2023-03-05T20:50:39.302Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/cpds/sql/drop_pointbase.sql 15:50:39 [2023-03-05T20:50:39.302Z] [sql] Failed to execute: Drop table O_Customer 15:50:39 [2023-03-05T20:50:39.302Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:50:39 [2023-03-05T20:50:39.302Z] [sql] 0 of 1 SQL statements executed successfully 15:50:39 [2023-03-05T20:50:39.302Z] 15:50:39 [2023-03-05T20:50:39.302Z] setOSConditions: 15:50:39 [2023-03-05T20:50:39.302Z] 15:50:39 [2023-03-05T20:50:39.302Z] setToolWin: 15:50:39 [2023-03-05T20:50:39.302Z] 15:50:39 [2023-03-05T20:50:39.302Z] setToolUnix: 15:50:39 [2023-03-05T20:50:39.302Z] 15:50:39 [2023-03-05T20:50:39.302Z] setToolProperty: 15:50:39 [2023-03-05T20:50:39.302Z] 15:50:39 [2023-03-05T20:50:39.302Z] setS1ASclassPath: 15:50:39 [2023-03-05T20:50:39.302Z] 15:50:39 [2023-03-05T20:50:39.302Z] init-common: 15:50:39 [2023-03-05T20:50:39.302Z] 15:50:39 [2023-03-05T20:50:39.302Z] deploy-common: 15:50:39 [2023-03-05T20:50:39.302Z] [echo] Current time (ISO): 2023-03-05T20:50:36.392+0000 15:50:39 [2023-03-05T20:50:39.302Z] 15:50:39 [2023-03-05T20:50:39.302Z] setOSConditions: 15:50:39 [2023-03-05T20:50:39.302Z] 15:50:39 [2023-03-05T20:50:39.302Z] setToolWin: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] setToolUnix: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] setToolProperty: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] setS1ASclassPath: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] init-common: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] deploy-common-pe: 15:50:39 [2023-03-05T20:50:39.303Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpdsApp.ear 15:50:39 [2023-03-05T20:50:39.303Z] [exec] Application deployed with name ejb-bmp-cpdsApp. 15:50:39 [2023-03-05T20:50:39.303Z] [echo] Deployment on target server server successful 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] setOSConditions: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] setToolWin: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] setToolUnix: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] setToolProperty: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] setS1ASclassPath: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] init-common: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] deploy-common-ee: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] run: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] setOSConditions: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] setToolWin: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] setToolUnix: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] setToolProperty: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] setS1ASclassPath: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] init-common: 15:50:39 [2023-03-05T20:50:39.303Z] 15:50:39 [2023-03-05T20:50:39.303Z] runclient-common: 15:50:39 [2023-03-05T20:50:39.303Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpdsAppClient.jar -name ejb-bmp-cpdsClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:50:39 [2023-03-05T20:50:39.303Z] [exec] Mar 05, 2023 8:50:37 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:50:39 [2023-03-05T20:50:39.303Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:50:40 [2023-03-05T20:50:40.234Z] [exec] Mar 05, 2023 8:50:40 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:50:40 [2023-03-05T20:50:40.234Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@b768a65 15:50:40 [2023-03-05T20:50:40.521Z] [exec] Value of key is: test1 : 15:50:40 [2023-03-05T20:50:40.777Z] [exec] Value of key is: test2 : 15:50:40 [2023-03-05T20:50:40.777Z] [exec] Value of key is: test3 : 15:50:40 [2023-03-05T20:50:40.777Z] [exec] Value of key is: test4 : 15:50:40 [2023-03-05T20:50:40.777Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:50:40 [2023-03-05T20:50:40.777Z] [exec] 15:50:40 [2023-03-05T20:50:40.777Z] [exec] 15:50:40 [2023-03-05T20:50:40.777Z] [exec] ----------------------------------------- 15:50:40 [2023-03-05T20:50:40.777Z] [exec] - test3 : : PASS - 15:50:40 [2023-03-05T20:50:40.778Z] [exec] - test4 : : PASS - 15:50:40 [2023-03-05T20:50:40.778Z] [exec] - test2 : : PASS - 15:50:40 [2023-03-05T20:50:40.778Z] [exec] - test1 : : PASS - 15:50:40 [2023-03-05T20:50:40.778Z] [exec] ----------------------------------------- 15:50:40 [2023-03-05T20:50:40.778Z] [exec] Total PASS: 4 15:50:40 [2023-03-05T20:50:40.778Z] [exec] Total FAIL: 0 15:50:40 [2023-03-05T20:50:40.778Z] [exec] Total DID NOT RUN: 0 15:50:40 [2023-03-05T20:50:40.778Z] [exec] ----------------------------------------- 15:50:40 [2023-03-05T20:50:40.778Z] [exec] in flushAll , creating new testSuiteHash 15:50:40 [2023-03-05T20:50:40.778Z] [exec] in flushAll , creating new testSuiteHash 15:50:41 [2023-03-05T20:50:41.033Z] 15:50:41 [2023-03-05T20:50:41.034Z] checkReporting-common: 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] confirmReportPresent-common: 15:50:41 [2023-03-05T20:50:41.034Z] [echo] file RepRunConf.txt is present. 15:50:41 [2023-03-05T20:50:41.034Z] [echo] Test seems to be reported fine 15:50:41 [2023-03-05T20:50:41.034Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/cpds/RepRunConf.txt 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] confirmMissingReport-common: 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] undeploy: 15:50:41 [2023-03-05T20:50:41.034Z] [echo] Executing sql from ${sql.file} 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] setOSConditions: 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] setToolWin: 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] setToolUnix: 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] setToolProperty: 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] setS1ASclassPath: 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] init-common: 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] execute-sql-common: 15:50:41 [2023-03-05T20:50:41.034Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/cpds/sql/drop_pointbase.sql 15:50:41 [2023-03-05T20:50:41.034Z] [sql] Failed to execute: Drop table O_Customer 15:50:41 [2023-03-05T20:50:41.034Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:50:41 [2023-03-05T20:50:41.034Z] [sql] 0 of 1 SQL statements executed successfully 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] reset-derby-for-no-authentication: 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] setOSConditions: 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] setToolWin: 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] setToolUnix: 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] setToolProperty: 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] setS1ASclassPath: 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] init-common: 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] stop-derby: 15:50:41 [2023-03-05T20:50:41.034Z] 15:50:41 [2023-03-05T20:50:41.034Z] stop-derby-aix: 15:50:41 [2023-03-05T20:50:41.290Z] 15:50:41 [2023-03-05T20:50:41.290Z] stop-derby-nonaix: 15:50:41 [2023-03-05T20:50:41.290Z] [echo] Stopping Derby DB Server ... 15:50:41 [2023-03-05T20:50:41.290Z] [java] Sun Mar 05 20:50:41 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:50:41 [2023-03-05T20:50:41.290Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties 15:50:41 [2023-03-05T20:50:41.290Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties.bkp to copy. 15:50:41 [2023-03-05T20:50:41.290Z] 15:50:41 [2023-03-05T20:50:41.290Z] setOSConditions: 15:50:41 [2023-03-05T20:50:41.290Z] 15:50:41 [2023-03-05T20:50:41.290Z] setToolWin: 15:50:41 [2023-03-05T20:50:41.290Z] 15:50:41 [2023-03-05T20:50:41.290Z] setToolUnix: 15:50:41 [2023-03-05T20:50:41.290Z] 15:50:41 [2023-03-05T20:50:41.290Z] setToolProperty: 15:50:41 [2023-03-05T20:50:41.290Z] 15:50:41 [2023-03-05T20:50:41.290Z] setS1ASclassPath: 15:50:41 [2023-03-05T20:50:41.290Z] 15:50:41 [2023-03-05T20:50:41.290Z] init-common: 15:50:41 [2023-03-05T20:50:41.290Z] 15:50:41 [2023-03-05T20:50:41.290Z] start-derby: 15:50:41 [2023-03-05T20:50:41.546Z] 15:50:41 [2023-03-05T20:50:41.546Z] start-derby-aix: 15:50:41 [2023-03-05T20:50:41.546Z] 15:50:41 [2023-03-05T20:50:41.546Z] start-derby-nonaix: 15:50:41 [2023-03-05T20:50:41.546Z] [echo] Starting Derby DB Server ... 15:50:56 [2023-03-05T20:50:56.400Z] 15:50:56 [2023-03-05T20:50:56.400Z] setOSConditions: 15:50:56 [2023-03-05T20:50:56.400Z] 15:50:56 [2023-03-05T20:50:56.400Z] setToolWin: 15:50:56 [2023-03-05T20:50:56.400Z] 15:50:56 [2023-03-05T20:50:56.400Z] setToolUnix: 15:50:56 [2023-03-05T20:50:56.400Z] 15:50:56 [2023-03-05T20:50:56.400Z] setToolProperty: 15:50:56 [2023-03-05T20:50:56.400Z] 15:50:56 [2023-03-05T20:50:56.400Z] setS1ASclassPath: 15:50:56 [2023-03-05T20:50:56.400Z] 15:50:56 [2023-03-05T20:50:56.400Z] init-common: 15:50:56 [2023-03-05T20:50:56.400Z] 15:50:56 [2023-03-05T20:50:56.400Z] undeploy-jdbc-common: 15:50:56 [2023-03-05T20:50:56.400Z] 15:50:56 [2023-03-05T20:50:56.400Z] setOSConditions: 15:50:56 [2023-03-05T20:50:56.400Z] 15:50:56 [2023-03-05T20:50:56.400Z] setToolWin: 15:50:56 [2023-03-05T20:50:56.400Z] 15:50:56 [2023-03-05T20:50:56.400Z] setToolUnix: 15:50:56 [2023-03-05T20:50:56.400Z] 15:50:56 [2023-03-05T20:50:56.400Z] setToolProperty: 15:50:56 [2023-03-05T20:50:56.400Z] 15:50:56 [2023-03-05T20:50:56.400Z] setS1ASclassPath: 15:50:56 [2023-03-05T20:50:56.400Z] 15:50:56 [2023-03-05T20:50:56.400Z] init-common: 15:50:56 [2023-03-05T20:50:56.400Z] 15:50:56 [2023-03-05T20:50:56.400Z] delete-jdbc-resource-common: 15:50:56 [2023-03-05T20:50:56.400Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB-cpds 15:50:56 [2023-03-05T20:50:56.656Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB-cpds 15:50:56 [2023-03-05T20:50:56.656Z] [exec] JDBC resource jdbc/s1qeDB-cpds deleted successfully 15:50:56 [2023-03-05T20:50:56.656Z] [echo] cmd executed for server 15:50:56 [2023-03-05T20:50:56.656Z] 15:50:56 [2023-03-05T20:50:56.656Z] setOSConditions: 15:50:56 [2023-03-05T20:50:56.656Z] 15:50:56 [2023-03-05T20:50:56.656Z] setToolWin: 15:50:56 [2023-03-05T20:50:56.656Z] 15:50:56 [2023-03-05T20:50:56.656Z] setToolUnix: 15:50:56 [2023-03-05T20:50:56.656Z] 15:50:56 [2023-03-05T20:50:56.656Z] setToolProperty: 15:50:56 [2023-03-05T20:50:56.656Z] 15:50:56 [2023-03-05T20:50:56.656Z] setS1ASclassPath: 15:50:56 [2023-03-05T20:50:56.656Z] 15:50:56 [2023-03-05T20:50:56.656Z] init-common: 15:50:56 [2023-03-05T20:50:56.656Z] 15:50:56 [2023-03-05T20:50:56.656Z] delete-jdbc-connpool-common: 15:50:56 [2023-03-05T20:50:56.656Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-cpds 15:50:56 [2023-03-05T20:50:56.912Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-cpds 15:50:56 [2023-03-05T20:50:56.912Z] [exec] JDBC Connection pool jdbc-cpds deleted successfully 15:50:56 [2023-03-05T20:50:56.912Z] [echo] cmd executed for server 15:50:56 [2023-03-05T20:50:56.912Z] 15:50:56 [2023-03-05T20:50:56.912Z] setOSConditions: 15:50:56 [2023-03-05T20:50:56.912Z] 15:50:56 [2023-03-05T20:50:56.912Z] setToolWin: 15:50:56 [2023-03-05T20:50:56.912Z] 15:50:56 [2023-03-05T20:50:56.912Z] setToolUnix: 15:50:56 [2023-03-05T20:50:56.912Z] 15:50:56 [2023-03-05T20:50:56.912Z] setToolProperty: 15:50:56 [2023-03-05T20:50:56.912Z] 15:50:56 [2023-03-05T20:50:56.912Z] setS1ASclassPath: 15:50:56 [2023-03-05T20:50:56.912Z] 15:50:56 [2023-03-05T20:50:56.912Z] init-common: 15:50:56 [2023-03-05T20:50:56.912Z] 15:50:56 [2023-03-05T20:50:56.912Z] undeploy-common: 15:50:57 [2023-03-05T20:50:57.474Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-cpdsApp 15:50:57 [2023-03-05T20:50:57.474Z] 15:50:57 [2023-03-05T20:50:57.474Z] all: 15:50:57 [2023-03-05T20:50:57.474Z] 15:50:57 [2023-03-05T20:50:57.474Z] setOSConditions: 15:50:57 [2023-03-05T20:50:57.474Z] 15:50:57 [2023-03-05T20:50:57.474Z] setToolWin: 15:50:57 [2023-03-05T20:50:57.474Z] 15:50:57 [2023-03-05T20:50:57.474Z] setToolUnix: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setToolProperty: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setS1ASclassPath: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] init-common: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] clean: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setOSConditions: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setToolWin: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setToolUnix: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setToolProperty: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setS1ASclassPath: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] init-common: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] clean-common: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setOSConditions: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setToolWin: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setToolUnix: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setToolProperty: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setS1ASclassPath: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] init-common: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] clean-classes-common: 15:50:57 [2023-03-05T20:50:57.475Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setOSConditions: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setToolWin: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setToolUnix: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setToolProperty: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setS1ASclassPath: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] init-common: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] clean-jars-common: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] compile: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setOSConditions: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setToolWin: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setToolUnix: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setToolProperty: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] setS1ASclassPath: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] init-common: 15:50:57 [2023-03-05T20:50:57.475Z] 15:50:57 [2023-03-05T20:50:57.475Z] compile-common: 15:50:57 [2023-03-05T20:50:57.475Z] [echo] Current time (ISO): 2023-03-05T20:50:57.215+0000 15:50:57 [2023-03-05T20:50:57.475Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:50:57 [2023-03-05T20:50:57.475Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:50:58 [2023-03-05T20:50:58.404Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:50:58 [2023-03-05T20:50:58.404Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/ejb/SimpleBMPBean.java:54: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:50:58 [2023-03-05T20:50:58.404Z] [javac] return new Integer(1); 15:50:58 [2023-03-05T20:50:58.404Z] [javac] ^ 15:50:58 [2023-03-05T20:50:58.404Z] [javac] 2 warnings 15:50:58 [2023-03-05T20:50:58.404Z] 15:50:58 [2023-03-05T20:50:58.404Z] setOSConditions: 15:50:58 [2023-03-05T20:50:58.404Z] 15:50:58 [2023-03-05T20:50:58.404Z] setToolWin: 15:50:58 [2023-03-05T20:50:58.404Z] 15:50:58 [2023-03-05T20:50:58.404Z] setToolUnix: 15:50:58 [2023-03-05T20:50:58.404Z] 15:50:58 [2023-03-05T20:50:58.404Z] setToolProperty: 15:50:58 [2023-03-05T20:50:58.404Z] 15:50:58 [2023-03-05T20:50:58.404Z] setS1ASclassPath: 15:50:58 [2023-03-05T20:50:58.404Z] 15:50:58 [2023-03-05T20:50:58.404Z] init-common: 15:50:58 [2023-03-05T20:50:58.404Z] 15:50:58 [2023-03-05T20:50:58.404Z] compile-common: 15:50:58 [2023-03-05T20:50:58.404Z] [echo] Current time (ISO): 2023-03-05T20:50:58.366+0000 15:50:58 [2023-03-05T20:50:58.404Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:50:59 [2023-03-05T20:50:59.820Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:50:59 [2023-03-05T20:50:59.820Z] [javac] 1 warning 15:50:59 [2023-03-05T20:50:59.820Z] 15:50:59 [2023-03-05T20:50:59.820Z] build: 15:50:59 [2023-03-05T20:50:59.820Z] 15:50:59 [2023-03-05T20:50:59.820Z] setOSConditions: 15:50:59 [2023-03-05T20:50:59.820Z] 15:50:59 [2023-03-05T20:50:59.820Z] fixFiles: 15:50:59 [2023-03-05T20:50:59.820Z] 15:50:59 [2023-03-05T20:50:59.820Z] convUnix: 15:50:59 [2023-03-05T20:50:59.820Z] 15:50:59 [2023-03-05T20:50:59.820Z] convWin: 15:50:59 [2023-03-05T20:50:59.820Z] 15:50:59 [2023-03-05T20:50:59.820Z] setToolWin: 15:50:59 [2023-03-05T20:50:59.820Z] 15:50:59 [2023-03-05T20:50:59.820Z] setToolUnix: 15:50:59 [2023-03-05T20:50:59.820Z] 15:50:59 [2023-03-05T20:50:59.820Z] setToolProperty: 15:50:59 [2023-03-05T20:50:59.820Z] 15:50:59 [2023-03-05T20:50:59.820Z] setS1ASclassPath: 15:50:59 [2023-03-05T20:50:59.820Z] 15:50:59 [2023-03-05T20:50:59.820Z] init-common: 15:50:59 [2023-03-05T20:50:59.820Z] 15:50:59 [2023-03-05T20:50:59.820Z] package-persistence-common: 15:50:59 [2023-03-05T20:50:59.820Z] 15:50:59 [2023-03-05T20:50:59.820Z] ejb-jar-common: 15:50:59 [2023-03-05T20:50:59.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:50:59 [2023-03-05T20:50:59.820Z] 15:50:59 [2023-03-05T20:50:59.820Z] package-ejbjar-common: 15:50:59 [2023-03-05T20:50:59.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:50:59 [2023-03-05T20:50:59.820Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:50:59 [2023-03-05T20:50:59.820Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:50:59 [2023-03-05T20:50:59.820Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolation-ejb.jar 15:50:59 [2023-03-05T20:50:59.821Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] appclient-jar-common: 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] package-appclientjar-common: 15:50:59 [2023-03-05T20:50:59.821Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:50:59 [2023-03-05T20:50:59.821Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:50:59 [2023-03-05T20:50:59.821Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:50:59 [2023-03-05T20:50:59.821Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolation-client.jar 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] webclient-war-common: 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] build-ear-common: 15:50:59 [2023-03-05T20:50:59.821Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:50:59 [2023-03-05T20:50:59.821Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationApp.ear 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] deploy: 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] setOSConditions: 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] setToolWin: 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] setToolUnix: 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] setToolProperty: 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] setS1ASclassPath: 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] init-common: 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] deploy-jdbc-common: 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] setOSConditions: 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] setToolWin: 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] setToolUnix: 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] setToolProperty: 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] setS1ASclassPath: 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] init-common: 15:50:59 [2023-03-05T20:50:59.821Z] 15:50:59 [2023-03-05T20:50:59.821Z] create-jdbc-connpool-common: 15:51:00 [2023-03-05T20:51:00.077Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true tx-isolation-pool 15:51:00 [2023-03-05T20:51:00.077Z] [exec] JDBC connection pool tx-isolation-pool created successfully. 15:51:00 [2023-03-05T20:51:00.077Z] 15:51:00 [2023-03-05T20:51:00.077Z] set-derby-connpool-props: 15:51:00 [2023-03-05T20:51:00.641Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.User=dbuser 15:51:00 [2023-03-05T20:51:00.641Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.User=dbuser 15:51:00 [2023-03-05T20:51:00.920Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.Password=dbpassword 15:51:00 [2023-03-05T20:51:00.920Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.Password=dbpassword 15:51:01 [2023-03-05T20:51:01.176Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.driverType=4 15:51:01 [2023-03-05T20:51:01.176Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.driverType=4 15:51:01 [2023-03-05T20:51:01.432Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.portNumber=1527 15:51:01 [2023-03-05T20:51:01.432Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.portNumber=1527 15:51:01 [2023-03-05T20:51:01.688Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.dataBaseName=testdb 15:51:01 [2023-03-05T20:51:01.688Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.dataBaseName=testdb 15:51:01 [2023-03-05T20:51:01.944Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:51:01 [2023-03-05T20:51:01.944Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:51:02 [2023-03-05T20:51:02.200Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.create=true 15:51:02 [2023-03-05T20:51:02.200Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.create=true 15:51:02 [2023-03-05T20:51:02.762Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.serverName=localhost 15:51:02 [2023-03-05T20:51:02.762Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.serverName=localhost 15:51:02 [2023-03-05T20:51:02.762Z] 15:51:02 [2023-03-05T20:51:02.762Z] setOSConditions: 15:51:02 [2023-03-05T20:51:02.762Z] 15:51:02 [2023-03-05T20:51:02.762Z] setToolWin: 15:51:02 [2023-03-05T20:51:02.762Z] 15:51:02 [2023-03-05T20:51:02.762Z] setToolUnix: 15:51:02 [2023-03-05T20:51:02.762Z] 15:51:02 [2023-03-05T20:51:02.762Z] setToolProperty: 15:51:02 [2023-03-05T20:51:02.762Z] 15:51:02 [2023-03-05T20:51:02.762Z] setS1ASclassPath: 15:51:02 [2023-03-05T20:51:02.762Z] 15:51:02 [2023-03-05T20:51:02.762Z] init-common: 15:51:02 [2023-03-05T20:51:02.762Z] 15:51:02 [2023-03-05T20:51:02.762Z] create-jdbc-resource-common: 15:51:02 [2023-03-05T20:51:02.762Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid tx-isolation-pool --target server jdbc/txisolation 15:51:03 [2023-03-05T20:51:03.021Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid tx-isolation-pool --enabled=true --target server jdbc/txisolation 15:51:03 [2023-03-05T20:51:03.021Z] [exec] JDBC resource jdbc/txisolation created successfully. 15:51:03 [2023-03-05T20:51:03.021Z] [echo] cmd executed for server 15:51:03 [2023-03-05T20:51:03.021Z] 15:51:03 [2023-03-05T20:51:03.021Z] asadmin-common: 15:51:03 [2023-03-05T20:51:03.021Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.steady_pool_size=0 15:51:03 [2023-03-05T20:51:03.277Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.steady_pool_size=0 15:51:03 [2023-03-05T20:51:03.277Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.steady-pool-size=0 15:51:03 [2023-03-05T20:51:03.277Z] 15:51:03 [2023-03-05T20:51:03.277Z] asadmin-common: 15:51:03 [2023-03-05T20:51:03.277Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.pool_resize_quantity=1 15:51:03 [2023-03-05T20:51:03.533Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.pool_resize_quantity=1 15:51:03 [2023-03-05T20:51:03.533Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.pool-resize-quantity=1 15:51:03 [2023-03-05T20:51:03.533Z] 15:51:03 [2023-03-05T20:51:03.533Z] asadmin-common: 15:51:03 [2023-03-05T20:51:03.533Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.max_pool_size=1 15:51:03 [2023-03-05T20:51:03.789Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.max_pool_size=1 15:51:03 [2023-03-05T20:51:03.789Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.max-pool-size=1 15:51:03 [2023-03-05T20:51:03.789Z] 15:51:03 [2023-03-05T20:51:03.789Z] asadmin-common: 15:51:03 [2023-03-05T20:51:03.790Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.max_connection_usage_count=1 15:51:04 [2023-03-05T20:51:04.045Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.max_connection_usage_count=1 15:51:04 [2023-03-05T20:51:04.045Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.max-connection-usage-count=1 15:51:04 [2023-03-05T20:51:04.045Z] 15:51:04 [2023-03-05T20:51:04.045Z] asadmin-common: 15:51:04 [2023-03-05T20:51:04.045Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.property.connectionAttributes=;create=true 15:51:04 [2023-03-05T20:51:04.301Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.connectionAttributes=;create=true 15:51:04 [2023-03-05T20:51:04.301Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.connectionAttributes=;create=true 15:51:04 [2023-03-05T20:51:04.301Z] 15:51:04 [2023-03-05T20:51:04.301Z] setOSConditions: 15:51:04 [2023-03-05T20:51:04.301Z] 15:51:04 [2023-03-05T20:51:04.301Z] setToolWin: 15:51:04 [2023-03-05T20:51:04.301Z] 15:51:04 [2023-03-05T20:51:04.301Z] setToolUnix: 15:51:04 [2023-03-05T20:51:04.301Z] 15:51:04 [2023-03-05T20:51:04.301Z] setToolProperty: 15:51:04 [2023-03-05T20:51:04.301Z] 15:51:04 [2023-03-05T20:51:04.301Z] setS1ASclassPath: 15:51:04 [2023-03-05T20:51:04.301Z] 15:51:04 [2023-03-05T20:51:04.301Z] init-common: 15:51:04 [2023-03-05T20:51:04.557Z] 15:51:04 [2023-03-05T20:51:04.557Z] deploy-common: 15:51:04 [2023-03-05T20:51:04.557Z] [echo] Current time (ISO): 2023-03-05T20:51:04.300+0000 15:51:04 [2023-03-05T20:51:04.557Z] 15:51:04 [2023-03-05T20:51:04.557Z] setOSConditions: 15:51:04 [2023-03-05T20:51:04.557Z] 15:51:04 [2023-03-05T20:51:04.557Z] setToolWin: 15:51:04 [2023-03-05T20:51:04.557Z] 15:51:04 [2023-03-05T20:51:04.557Z] setToolUnix: 15:51:04 [2023-03-05T20:51:04.557Z] 15:51:04 [2023-03-05T20:51:04.557Z] setToolProperty: 15:51:04 [2023-03-05T20:51:04.557Z] 15:51:04 [2023-03-05T20:51:04.557Z] setS1ASclassPath: 15:51:04 [2023-03-05T20:51:04.557Z] 15:51:04 [2023-03-05T20:51:04.557Z] init-common: 15:51:04 [2023-03-05T20:51:04.557Z] 15:51:04 [2023-03-05T20:51:04.557Z] deploy-common-pe: 15:51:04 [2023-03-05T20:51:04.819Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationApp.ear 15:51:04 [2023-03-05T20:51:04.819Z] [exec] Application deployed with name ejb-bmp-txisolationApp. 15:51:04 [2023-03-05T20:51:04.819Z] [echo] Deployment on target server server successful 15:51:04 [2023-03-05T20:51:04.819Z] 15:51:04 [2023-03-05T20:51:04.819Z] setOSConditions: 15:51:04 [2023-03-05T20:51:04.819Z] 15:51:04 [2023-03-05T20:51:04.819Z] setToolWin: 15:51:04 [2023-03-05T20:51:04.819Z] 15:51:04 [2023-03-05T20:51:04.819Z] setToolUnix: 15:51:04 [2023-03-05T20:51:04.819Z] 15:51:04 [2023-03-05T20:51:04.819Z] setToolProperty: 15:51:04 [2023-03-05T20:51:04.819Z] 15:51:04 [2023-03-05T20:51:04.819Z] setS1ASclassPath: 15:51:04 [2023-03-05T20:51:04.819Z] 15:51:04 [2023-03-05T20:51:04.819Z] init-common: 15:51:04 [2023-03-05T20:51:04.819Z] 15:51:04 [2023-03-05T20:51:04.819Z] deploy-common-ee: 15:51:04 [2023-03-05T20:51:04.819Z] 15:51:04 [2023-03-05T20:51:04.819Z] run: 15:51:04 [2023-03-05T20:51:04.819Z] 15:51:04 [2023-03-05T20:51:04.819Z] asadmin-common: 15:51:04 [2023-03-05T20:51:04.819Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-committed 15:51:05 [2023-03-05T20:51:05.074Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-committed 15:51:05 [2023-03-05T20:51:05.074Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-committed 15:51:05 [2023-03-05T20:51:05.074Z] 15:51:05 [2023-03-05T20:51:05.074Z] asadmin-common: 15:51:05 [2023-03-05T20:51:05.074Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.is-isolation-level-guaranteed=false 15:51:05 [2023-03-05T20:51:05.637Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.is-isolation-level-guaranteed=false 15:51:05 [2023-03-05T20:51:05.637Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.is-isolation-level-guaranteed=false 15:51:05 [2023-03-05T20:51:05.637Z] 15:51:05 [2023-03-05T20:51:05.637Z] setOSConditions: 15:51:05 [2023-03-05T20:51:05.637Z] 15:51:05 [2023-03-05T20:51:05.637Z] setToolWin: 15:51:05 [2023-03-05T20:51:05.637Z] 15:51:05 [2023-03-05T20:51:05.637Z] setToolUnix: 15:51:05 [2023-03-05T20:51:05.637Z] 15:51:05 [2023-03-05T20:51:05.637Z] setToolProperty: 15:51:05 [2023-03-05T20:51:05.637Z] 15:51:05 [2023-03-05T20:51:05.637Z] setS1ASclassPath: 15:51:05 [2023-03-05T20:51:05.637Z] 15:51:05 [2023-03-05T20:51:05.637Z] init-common: 15:51:05 [2023-03-05T20:51:05.637Z] 15:51:05 [2023-03-05T20:51:05.637Z] runclient-common: 15:51:05 [2023-03-05T20:51:05.637Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationAppClient.jar -name ejb-bmp-txisolationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 15:51:12 [2023-03-05T20:51:12.646Z] [exec] Mar 05, 2023 8:51:05 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:51:12 [2023-03-05T20:51:12.646Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:51:12 [2023-03-05T20:51:12.646Z] [exec] Mar 05, 2023 8:51:12 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:51:12 [2023-03-05T20:51:12.646Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6c951ada 15:51:13 [2023-03-05T20:51:13.209Z] [exec] Value of key is: read-committed, new connection 15:51:13 [2023-03-05T20:51:13.209Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:51:13 [2023-03-05T20:51:13.209Z] [exec] 15:51:13 [2023-03-05T20:51:13.209Z] [exec] 15:51:13 [2023-03-05T20:51:13.209Z] [exec] ----------------------------------------- 15:51:13 [2023-03-05T20:51:13.209Z] [exec] - read-committed, new connection: PASS - 15:51:13 [2023-03-05T20:51:13.209Z] [exec] ----------------------------------------- 15:51:13 [2023-03-05T20:51:13.209Z] [exec] Total PASS: 1 15:51:13 [2023-03-05T20:51:13.209Z] [exec] Total FAIL: 0 15:51:13 [2023-03-05T20:51:13.209Z] [exec] Total DID NOT RUN: 0 15:51:13 [2023-03-05T20:51:13.209Z] [exec] ----------------------------------------- 15:51:13 [2023-03-05T20:51:13.209Z] [exec] in flushAll , creating new testSuiteHash 15:51:13 [2023-03-05T20:51:13.209Z] [exec] in flushAll , creating new testSuiteHash 15:51:13 [2023-03-05T20:51:13.465Z] 15:51:13 [2023-03-05T20:51:13.465Z] checkReporting-common: 15:51:13 [2023-03-05T20:51:13.465Z] 15:51:13 [2023-03-05T20:51:13.465Z] confirmReportPresent-common: 15:51:13 [2023-03-05T20:51:13.465Z] [echo] file RepRunConf.txt is present. 15:51:13 [2023-03-05T20:51:13.465Z] [echo] Test seems to be reported fine 15:51:13 [2023-03-05T20:51:13.465Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt 15:51:13 [2023-03-05T20:51:13.465Z] 15:51:13 [2023-03-05T20:51:13.465Z] confirmMissingReport-common: 15:51:13 [2023-03-05T20:51:13.465Z] 15:51:13 [2023-03-05T20:51:13.465Z] asadmin-common: 15:51:13 [2023-03-05T20:51:13.465Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-uncommitted 15:51:13 [2023-03-05T20:51:13.721Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-uncommitted 15:51:13 [2023-03-05T20:51:13.721Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-uncommitted 15:51:13 [2023-03-05T20:51:13.721Z] 15:51:13 [2023-03-05T20:51:13.721Z] setOSConditions: 15:51:13 [2023-03-05T20:51:13.721Z] 15:51:13 [2023-03-05T20:51:13.721Z] setToolWin: 15:51:13 [2023-03-05T20:51:13.721Z] 15:51:13 [2023-03-05T20:51:13.721Z] setToolUnix: 15:51:13 [2023-03-05T20:51:13.721Z] 15:51:13 [2023-03-05T20:51:13.721Z] setToolProperty: 15:51:13 [2023-03-05T20:51:13.721Z] 15:51:13 [2023-03-05T20:51:13.721Z] setS1ASclassPath: 15:51:13 [2023-03-05T20:51:13.721Z] 15:51:13 [2023-03-05T20:51:13.721Z] init-common: 15:51:13 [2023-03-05T20:51:13.721Z] 15:51:13 [2023-03-05T20:51:13.721Z] runclient-common: 15:51:13 [2023-03-05T20:51:13.721Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationAppClient.jar -name ejb-bmp-txisolationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 15:51:14 [2023-03-05T20:51:14.283Z] [exec] Mar 05, 2023 8:51:14 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:51:14 [2023-03-05T20:51:14.283Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:51:16 [2023-03-05T20:51:16.845Z] [exec] Mar 05, 2023 8:51:16 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:51:16 [2023-03-05T20:51:16.845Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5a9840f3 15:51:16 [2023-03-05T20:51:16.845Z] [exec] Value of key is: read-uncommitted, new connection 15:51:16 [2023-03-05T20:51:16.845Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:51:16 [2023-03-05T20:51:16.845Z] [exec] 15:51:16 [2023-03-05T20:51:16.845Z] [exec] 15:51:16 [2023-03-05T20:51:16.846Z] [exec] ----------------------------------------- 15:51:16 [2023-03-05T20:51:16.846Z] [exec] - read-uncommitted, new connection: PASS - 15:51:16 [2023-03-05T20:51:16.846Z] [exec] ----------------------------------------- 15:51:16 [2023-03-05T20:51:16.846Z] [exec] Total PASS: 1 15:51:16 [2023-03-05T20:51:16.846Z] [exec] Total FAIL: 0 15:51:16 [2023-03-05T20:51:16.846Z] [exec] Total DID NOT RUN: 0 15:51:16 [2023-03-05T20:51:16.846Z] [exec] ----------------------------------------- 15:51:16 [2023-03-05T20:51:16.846Z] [exec] in flushAll , creating new testSuiteHash 15:51:16 [2023-03-05T20:51:16.846Z] [exec] in flushAll , creating new testSuiteHash 15:51:17 [2023-03-05T20:51:17.120Z] 15:51:17 [2023-03-05T20:51:17.120Z] checkReporting-common: 15:51:17 [2023-03-05T20:51:17.120Z] 15:51:17 [2023-03-05T20:51:17.120Z] confirmReportPresent-common: 15:51:17 [2023-03-05T20:51:17.120Z] [echo] file RepRunConf.txt is present. 15:51:17 [2023-03-05T20:51:17.120Z] [echo] Test seems to be reported fine 15:51:17 [2023-03-05T20:51:17.120Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt 15:51:17 [2023-03-05T20:51:17.120Z] 15:51:17 [2023-03-05T20:51:17.120Z] confirmMissingReport-common: 15:51:17 [2023-03-05T20:51:17.120Z] 15:51:17 [2023-03-05T20:51:17.120Z] asadmin-common: 15:51:17 [2023-03-05T20:51:17.120Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=repeatable-read 15:51:17 [2023-03-05T20:51:17.376Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=repeatable-read 15:51:17 [2023-03-05T20:51:17.376Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=repeatable-read 15:51:17 [2023-03-05T20:51:17.376Z] 15:51:17 [2023-03-05T20:51:17.376Z] setOSConditions: 15:51:17 [2023-03-05T20:51:17.376Z] 15:51:17 [2023-03-05T20:51:17.376Z] setToolWin: 15:51:17 [2023-03-05T20:51:17.376Z] 15:51:17 [2023-03-05T20:51:17.376Z] setToolUnix: 15:51:17 [2023-03-05T20:51:17.376Z] 15:51:17 [2023-03-05T20:51:17.376Z] setToolProperty: 15:51:17 [2023-03-05T20:51:17.376Z] 15:51:17 [2023-03-05T20:51:17.376Z] setS1ASclassPath: 15:51:17 [2023-03-05T20:51:17.376Z] 15:51:17 [2023-03-05T20:51:17.376Z] init-common: 15:51:17 [2023-03-05T20:51:17.376Z] 15:51:17 [2023-03-05T20:51:17.376Z] runclient-common: 15:51:17 [2023-03-05T20:51:17.376Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationAppClient.jar -name ejb-bmp-txisolationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 3 15:51:17 [2023-03-05T20:51:17.938Z] [exec] Mar 05, 2023 8:51:17 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:51:17 [2023-03-05T20:51:17.938Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:51:20 [2023-03-05T20:51:20.511Z] [exec] Mar 05, 2023 8:51:20 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:51:20 [2023-03-05T20:51:20.511Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 15:51:20 [2023-03-05T20:51:20.511Z] [exec] Value of key is: repeatable-read, new connection 15:51:20 [2023-03-05T20:51:20.511Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:51:20 [2023-03-05T20:51:20.511Z] [exec] 15:51:20 [2023-03-05T20:51:20.511Z] [exec] 15:51:20 [2023-03-05T20:51:20.511Z] [exec] ----------------------------------------- 15:51:20 [2023-03-05T20:51:20.511Z] [exec] - repeatable-read, new connection: PASS - 15:51:20 [2023-03-05T20:51:20.511Z] [exec] ----------------------------------------- 15:51:20 [2023-03-05T20:51:20.511Z] [exec] Total PASS: 1 15:51:20 [2023-03-05T20:51:20.511Z] [exec] Total FAIL: 0 15:51:20 [2023-03-05T20:51:20.511Z] [exec] Total DID NOT RUN: 0 15:51:20 [2023-03-05T20:51:20.511Z] [exec] ----------------------------------------- 15:51:20 [2023-03-05T20:51:20.511Z] [exec] in flushAll , creating new testSuiteHash 15:51:20 [2023-03-05T20:51:20.511Z] [exec] in flushAll , creating new testSuiteHash 15:51:20 [2023-03-05T20:51:20.767Z] 15:51:20 [2023-03-05T20:51:20.767Z] checkReporting-common: 15:51:20 [2023-03-05T20:51:20.767Z] 15:51:20 [2023-03-05T20:51:20.767Z] confirmReportPresent-common: 15:51:20 [2023-03-05T20:51:20.767Z] [echo] file RepRunConf.txt is present. 15:51:20 [2023-03-05T20:51:20.767Z] [echo] Test seems to be reported fine 15:51:20 [2023-03-05T20:51:20.767Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt 15:51:20 [2023-03-05T20:51:20.767Z] 15:51:20 [2023-03-05T20:51:20.767Z] confirmMissingReport-common: 15:51:20 [2023-03-05T20:51:20.767Z] 15:51:20 [2023-03-05T20:51:20.767Z] asadmin-common: 15:51:20 [2023-03-05T20:51:20.767Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=serializable 15:51:21 [2023-03-05T20:51:21.025Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=serializable 15:51:21 [2023-03-05T20:51:21.025Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=serializable 15:51:21 [2023-03-05T20:51:21.025Z] 15:51:21 [2023-03-05T20:51:21.025Z] setOSConditions: 15:51:21 [2023-03-05T20:51:21.025Z] 15:51:21 [2023-03-05T20:51:21.025Z] setToolWin: 15:51:21 [2023-03-05T20:51:21.025Z] 15:51:21 [2023-03-05T20:51:21.025Z] setToolUnix: 15:51:21 [2023-03-05T20:51:21.025Z] 15:51:21 [2023-03-05T20:51:21.025Z] setToolProperty: 15:51:21 [2023-03-05T20:51:21.025Z] 15:51:21 [2023-03-05T20:51:21.025Z] setS1ASclassPath: 15:51:21 [2023-03-05T20:51:21.025Z] 15:51:21 [2023-03-05T20:51:21.025Z] init-common: 15:51:21 [2023-03-05T20:51:21.025Z] 15:51:21 [2023-03-05T20:51:21.025Z] runclient-common: 15:51:21 [2023-03-05T20:51:21.025Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationAppClient.jar -name ejb-bmp-txisolationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 4 15:51:21 [2023-03-05T20:51:21.588Z] [exec] Mar 05, 2023 8:51:21 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:51:21 [2023-03-05T20:51:21.588Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:51:24 [2023-03-05T20:51:24.116Z] [exec] Mar 05, 2023 8:51:23 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:51:24 [2023-03-05T20:51:24.116Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 15:51:24 [2023-03-05T20:51:24.116Z] [exec] Value of key is: serializable, new connection 15:51:24 [2023-03-05T20:51:24.116Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:51:24 [2023-03-05T20:51:24.116Z] [exec] 15:51:24 [2023-03-05T20:51:24.116Z] [exec] 15:51:24 [2023-03-05T20:51:24.116Z] [exec] ----------------------------------------- 15:51:24 [2023-03-05T20:51:24.116Z] [exec] - serializable, new connection: PASS - 15:51:24 [2023-03-05T20:51:24.116Z] [exec] ----------------------------------------- 15:51:24 [2023-03-05T20:51:24.116Z] [exec] Total PASS: 1 15:51:24 [2023-03-05T20:51:24.116Z] [exec] Total FAIL: 0 15:51:24 [2023-03-05T20:51:24.116Z] [exec] Total DID NOT RUN: 0 15:51:24 [2023-03-05T20:51:24.116Z] [exec] ----------------------------------------- 15:51:24 [2023-03-05T20:51:24.116Z] [exec] in flushAll , creating new testSuiteHash 15:51:24 [2023-03-05T20:51:24.116Z] [exec] in flushAll , creating new testSuiteHash 15:51:24 [2023-03-05T20:51:24.378Z] 15:51:24 [2023-03-05T20:51:24.378Z] checkReporting-common: 15:51:24 [2023-03-05T20:51:24.378Z] 15:51:24 [2023-03-05T20:51:24.378Z] confirmReportPresent-common: 15:51:24 [2023-03-05T20:51:24.378Z] [echo] file RepRunConf.txt is present. 15:51:24 [2023-03-05T20:51:24.378Z] [echo] Test seems to be reported fine 15:51:24 [2023-03-05T20:51:24.378Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt 15:51:24 [2023-03-05T20:51:24.378Z] 15:51:24 [2023-03-05T20:51:24.378Z] confirmMissingReport-common: 15:51:24 [2023-03-05T20:51:24.378Z] 15:51:24 [2023-03-05T20:51:24.378Z] asadmin-common: 15:51:24 [2023-03-05T20:51:24.378Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.max_pool_size=32 15:51:24 [2023-03-05T20:51:24.635Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.max_pool_size=32 15:51:24 [2023-03-05T20:51:24.635Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.max-pool-size=32 15:51:24 [2023-03-05T20:51:24.635Z] 15:51:24 [2023-03-05T20:51:24.635Z] asadmin-common: 15:51:24 [2023-03-05T20:51:24.635Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.steady_pool_size=8 15:51:24 [2023-03-05T20:51:24.892Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.steady_pool_size=8 15:51:24 [2023-03-05T20:51:24.892Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.steady-pool-size=8 15:51:24 [2023-03-05T20:51:24.892Z] 15:51:24 [2023-03-05T20:51:24.892Z] asadmin-common: 15:51:24 [2023-03-05T20:51:24.892Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.pool_resize_quantity=2 15:51:25 [2023-03-05T20:51:25.148Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.pool_resize_quantity=2 15:51:25 [2023-03-05T20:51:25.420Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.pool-resize-quantity=2 15:51:25 [2023-03-05T20:51:25.420Z] 15:51:25 [2023-03-05T20:51:25.420Z] asadmin-common: 15:51:25 [2023-03-05T20:51:25.420Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.max_connection_usage_count=0 15:51:25 [2023-03-05T20:51:25.677Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.max_connection_usage_count=0 15:51:25 [2023-03-05T20:51:25.677Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.max-connection-usage-count=0 15:51:25 [2023-03-05T20:51:25.677Z] 15:51:25 [2023-03-05T20:51:25.677Z] asadmin-common: 15:51:25 [2023-03-05T20:51:25.677Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-uncommitted 15:51:25 [2023-03-05T20:51:25.935Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-uncommitted 15:51:25 [2023-03-05T20:51:25.935Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-uncommitted 15:51:25 [2023-03-05T20:51:25.935Z] 15:51:25 [2023-03-05T20:51:25.935Z] asadmin-common: 15:51:25 [2023-03-05T20:51:25.935Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.is-isolation-level-guaranteed=true 15:51:26 [2023-03-05T20:51:26.192Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.is-isolation-level-guaranteed=true 15:51:26 [2023-03-05T20:51:26.193Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.is-isolation-level-guaranteed=true 15:51:26 [2023-03-05T20:51:26.193Z] 15:51:26 [2023-03-05T20:51:26.193Z] setOSConditions: 15:51:26 [2023-03-05T20:51:26.193Z] 15:51:26 [2023-03-05T20:51:26.193Z] setToolWin: 15:51:26 [2023-03-05T20:51:26.193Z] 15:51:26 [2023-03-05T20:51:26.193Z] setToolUnix: 15:51:26 [2023-03-05T20:51:26.193Z] 15:51:26 [2023-03-05T20:51:26.193Z] setToolProperty: 15:51:26 [2023-03-05T20:51:26.193Z] 15:51:26 [2023-03-05T20:51:26.193Z] setS1ASclassPath: 15:51:26 [2023-03-05T20:51:26.193Z] 15:51:26 [2023-03-05T20:51:26.193Z] init-common: 15:51:26 [2023-03-05T20:51:26.193Z] 15:51:26 [2023-03-05T20:51:26.193Z] runclient-common: 15:51:26 [2023-03-05T20:51:26.193Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationAppClient.jar -name ejb-bmp-txisolationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 6 15:51:26 [2023-03-05T20:51:26.756Z] [exec] Mar 05, 2023 8:51:26 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:51:26 [2023-03-05T20:51:26.756Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:51:29 [2023-03-05T20:51:29.283Z] [exec] Mar 05, 2023 8:51:28 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:51:29 [2023-03-05T20:51:29.283Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@1cd2ff5b 15:51:29 [2023-03-05T20:51:29.283Z] [exec] Value of key is: read-uncommitted, guaranteed 15:51:29 [2023-03-05T20:51:29.283Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:51:29 [2023-03-05T20:51:29.283Z] [exec] 15:51:29 [2023-03-05T20:51:29.283Z] [exec] 15:51:29 [2023-03-05T20:51:29.283Z] [exec] ----------------------------------------- 15:51:29 [2023-03-05T20:51:29.283Z] [exec] - read-uncommitted, guaranteed: PASS - 15:51:29 [2023-03-05T20:51:29.283Z] [exec] ----------------------------------------- 15:51:29 [2023-03-05T20:51:29.283Z] [exec] Total PASS: 1 15:51:29 [2023-03-05T20:51:29.283Z] [exec] Total FAIL: 0 15:51:29 [2023-03-05T20:51:29.283Z] [exec] Total DID NOT RUN: 0 15:51:29 [2023-03-05T20:51:29.283Z] [exec] ----------------------------------------- 15:51:29 [2023-03-05T20:51:29.283Z] [exec] in flushAll , creating new testSuiteHash 15:51:29 [2023-03-05T20:51:29.283Z] [exec] in flushAll , creating new testSuiteHash 15:51:29 [2023-03-05T20:51:29.539Z] 15:51:29 [2023-03-05T20:51:29.539Z] checkReporting-common: 15:51:29 [2023-03-05T20:51:29.539Z] 15:51:29 [2023-03-05T20:51:29.539Z] confirmReportPresent-common: 15:51:29 [2023-03-05T20:51:29.539Z] [echo] file RepRunConf.txt is present. 15:51:29 [2023-03-05T20:51:29.539Z] [echo] Test seems to be reported fine 15:51:29 [2023-03-05T20:51:29.539Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt 15:51:29 [2023-03-05T20:51:29.539Z] 15:51:29 [2023-03-05T20:51:29.539Z] confirmMissingReport-common: 15:51:29 [2023-03-05T20:51:29.539Z] 15:51:29 [2023-03-05T20:51:29.539Z] asadmin-common: 15:51:29 [2023-03-05T20:51:29.539Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-committed 15:51:29 [2023-03-05T20:51:29.795Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-committed 15:51:29 [2023-03-05T20:51:29.795Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-committed 15:51:29 [2023-03-05T20:51:29.795Z] 15:51:29 [2023-03-05T20:51:29.795Z] setOSConditions: 15:51:29 [2023-03-05T20:51:29.795Z] 15:51:29 [2023-03-05T20:51:29.795Z] setToolWin: 15:51:29 [2023-03-05T20:51:29.795Z] 15:51:29 [2023-03-05T20:51:29.795Z] setToolUnix: 15:51:29 [2023-03-05T20:51:29.795Z] 15:51:29 [2023-03-05T20:51:29.795Z] setToolProperty: 15:51:29 [2023-03-05T20:51:29.795Z] 15:51:29 [2023-03-05T20:51:29.795Z] setS1ASclassPath: 15:51:29 [2023-03-05T20:51:29.795Z] 15:51:29 [2023-03-05T20:51:29.795Z] init-common: 15:51:29 [2023-03-05T20:51:29.795Z] 15:51:29 [2023-03-05T20:51:29.795Z] runclient-common: 15:51:29 [2023-03-05T20:51:29.795Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationAppClient.jar -name ejb-bmp-txisolationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 5 15:51:30 [2023-03-05T20:51:30.356Z] [exec] Mar 05, 2023 8:51:30 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:51:30 [2023-03-05T20:51:30.356Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:51:32 [2023-03-05T20:51:32.883Z] [exec] Mar 05, 2023 8:51:32 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:51:32 [2023-03-05T20:51:32.883Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5a9840f3 15:51:32 [2023-03-05T20:51:32.883Z] [exec] Value of key is: read-committed, guaranteed 15:51:32 [2023-03-05T20:51:32.884Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:51:32 [2023-03-05T20:51:32.884Z] [exec] 15:51:32 [2023-03-05T20:51:32.884Z] [exec] 15:51:32 [2023-03-05T20:51:32.884Z] [exec] ----------------------------------------- 15:51:32 [2023-03-05T20:51:32.884Z] [exec] - read-committed, guaranteed: PASS - 15:51:32 [2023-03-05T20:51:32.884Z] [exec] ----------------------------------------- 15:51:32 [2023-03-05T20:51:32.884Z] [exec] Total PASS: 1 15:51:32 [2023-03-05T20:51:32.884Z] [exec] Total FAIL: 0 15:51:32 [2023-03-05T20:51:32.884Z] [exec] Total DID NOT RUN: 0 15:51:32 [2023-03-05T20:51:32.884Z] [exec] ----------------------------------------- 15:51:32 [2023-03-05T20:51:32.884Z] [exec] in flushAll , creating new testSuiteHash 15:51:32 [2023-03-05T20:51:32.884Z] [exec] in flushAll , creating new testSuiteHash 15:51:32 [2023-03-05T20:51:32.884Z] 15:51:32 [2023-03-05T20:51:32.884Z] checkReporting-common: 15:51:32 [2023-03-05T20:51:32.884Z] 15:51:32 [2023-03-05T20:51:32.884Z] confirmReportPresent-common: 15:51:32 [2023-03-05T20:51:32.884Z] [echo] file RepRunConf.txt is present. 15:51:32 [2023-03-05T20:51:32.884Z] [echo] Test seems to be reported fine 15:51:32 [2023-03-05T20:51:32.884Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt 15:51:33 [2023-03-05T20:51:33.139Z] 15:51:33 [2023-03-05T20:51:33.140Z] confirmMissingReport-common: 15:51:33 [2023-03-05T20:51:33.140Z] 15:51:33 [2023-03-05T20:51:33.140Z] asadmin-common: 15:51:33 [2023-03-05T20:51:33.140Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=repeatable-read 15:51:33 [2023-03-05T20:51:33.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=repeatable-read 15:51:33 [2023-03-05T20:51:33.420Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=repeatable-read 15:51:33 [2023-03-05T20:51:33.420Z] 15:51:33 [2023-03-05T20:51:33.420Z] setOSConditions: 15:51:33 [2023-03-05T20:51:33.420Z] 15:51:33 [2023-03-05T20:51:33.420Z] setToolWin: 15:51:33 [2023-03-05T20:51:33.420Z] 15:51:33 [2023-03-05T20:51:33.420Z] setToolUnix: 15:51:33 [2023-03-05T20:51:33.420Z] 15:51:33 [2023-03-05T20:51:33.420Z] setToolProperty: 15:51:33 [2023-03-05T20:51:33.420Z] 15:51:33 [2023-03-05T20:51:33.420Z] setS1ASclassPath: 15:51:33 [2023-03-05T20:51:33.420Z] 15:51:33 [2023-03-05T20:51:33.420Z] init-common: 15:51:33 [2023-03-05T20:51:33.420Z] 15:51:33 [2023-03-05T20:51:33.420Z] runclient-common: 15:51:33 [2023-03-05T20:51:33.420Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationAppClient.jar -name ejb-bmp-txisolationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 7 15:51:33 [2023-03-05T20:51:33.982Z] [exec] Mar 05, 2023 8:51:33 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:51:33 [2023-03-05T20:51:33.982Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:51:35 [2023-03-05T20:51:35.882Z] [exec] Mar 05, 2023 8:51:35 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:51:35 [2023-03-05T20:51:35.882Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5a9840f3 15:51:36 [2023-03-05T20:51:36.139Z] [exec] Value of key is: repeatable-read, guaranteed 15:51:36 [2023-03-05T20:51:36.139Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:51:36 [2023-03-05T20:51:36.139Z] [exec] 15:51:36 [2023-03-05T20:51:36.139Z] [exec] 15:51:36 [2023-03-05T20:51:36.139Z] [exec] ----------------------------------------- 15:51:36 [2023-03-05T20:51:36.139Z] [exec] - repeatable-read, guaranteed: PASS - 15:51:36 [2023-03-05T20:51:36.139Z] [exec] ----------------------------------------- 15:51:36 [2023-03-05T20:51:36.139Z] [exec] Total PASS: 1 15:51:36 [2023-03-05T20:51:36.139Z] [exec] Total FAIL: 0 15:51:36 [2023-03-05T20:51:36.139Z] [exec] Total DID NOT RUN: 0 15:51:36 [2023-03-05T20:51:36.139Z] [exec] ----------------------------------------- 15:51:36 [2023-03-05T20:51:36.139Z] [exec] in flushAll , creating new testSuiteHash 15:51:36 [2023-03-05T20:51:36.139Z] [exec] in flushAll , creating new testSuiteHash 15:51:36 [2023-03-05T20:51:36.394Z] 15:51:36 [2023-03-05T20:51:36.394Z] checkReporting-common: 15:51:36 [2023-03-05T20:51:36.394Z] 15:51:36 [2023-03-05T20:51:36.394Z] confirmReportPresent-common: 15:51:36 [2023-03-05T20:51:36.394Z] [echo] file RepRunConf.txt is present. 15:51:36 [2023-03-05T20:51:36.394Z] [echo] Test seems to be reported fine 15:51:36 [2023-03-05T20:51:36.394Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt 15:51:36 [2023-03-05T20:51:36.394Z] 15:51:36 [2023-03-05T20:51:36.394Z] confirmMissingReport-common: 15:51:36 [2023-03-05T20:51:36.394Z] 15:51:36 [2023-03-05T20:51:36.394Z] asadmin-common: 15:51:36 [2023-03-05T20:51:36.394Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=serializable 15:51:36 [2023-03-05T20:51:36.650Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=serializable 15:51:36 [2023-03-05T20:51:36.650Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=serializable 15:51:36 [2023-03-05T20:51:36.650Z] 15:51:36 [2023-03-05T20:51:36.650Z] setOSConditions: 15:51:36 [2023-03-05T20:51:36.650Z] 15:51:36 [2023-03-05T20:51:36.650Z] setToolWin: 15:51:36 [2023-03-05T20:51:36.650Z] 15:51:36 [2023-03-05T20:51:36.650Z] setToolUnix: 15:51:36 [2023-03-05T20:51:36.650Z] 15:51:36 [2023-03-05T20:51:36.650Z] setToolProperty: 15:51:36 [2023-03-05T20:51:36.650Z] 15:51:36 [2023-03-05T20:51:36.650Z] setS1ASclassPath: 15:51:36 [2023-03-05T20:51:36.650Z] 15:51:36 [2023-03-05T20:51:36.650Z] init-common: 15:51:36 [2023-03-05T20:51:36.650Z] 15:51:36 [2023-03-05T20:51:36.650Z] runclient-common: 15:51:36 [2023-03-05T20:51:36.650Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationAppClient.jar -name ejb-bmp-txisolationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 8 15:51:37 [2023-03-05T20:51:37.587Z] [exec] Mar 05, 2023 8:51:37 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:51:37 [2023-03-05T20:51:37.587Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:51:39 [2023-03-05T20:51:39.479Z] [exec] Mar 05, 2023 8:51:39 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:51:39 [2023-03-05T20:51:39.479Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2ca54da9 15:51:39 [2023-03-05T20:51:39.736Z] [exec] Value of key is: serializable, guaranteed 15:51:39 [2023-03-05T20:51:39.736Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:51:39 [2023-03-05T20:51:39.736Z] [exec] 15:51:39 [2023-03-05T20:51:39.736Z] [exec] 15:51:39 [2023-03-05T20:51:39.736Z] [exec] ----------------------------------------- 15:51:39 [2023-03-05T20:51:39.736Z] [exec] - serializable, guaranteed: PASS - 15:51:39 [2023-03-05T20:51:39.736Z] [exec] ----------------------------------------- 15:51:39 [2023-03-05T20:51:39.736Z] [exec] Total PASS: 1 15:51:39 [2023-03-05T20:51:39.736Z] [exec] Total FAIL: 0 15:51:39 [2023-03-05T20:51:39.736Z] [exec] Total DID NOT RUN: 0 15:51:39 [2023-03-05T20:51:39.736Z] [exec] ----------------------------------------- 15:51:39 [2023-03-05T20:51:39.736Z] [exec] in flushAll , creating new testSuiteHash 15:51:39 [2023-03-05T20:51:39.736Z] [exec] in flushAll , creating new testSuiteHash 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] checkReporting-common: 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] confirmReportPresent-common: 15:51:39 [2023-03-05T20:51:39.992Z] [echo] file RepRunConf.txt is present. 15:51:39 [2023-03-05T20:51:39.992Z] [echo] Test seems to be reported fine 15:51:39 [2023-03-05T20:51:39.992Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] confirmMissingReport-common: 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] undeploy: 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] setOSConditions: 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] setToolWin: 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] setToolUnix: 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] setToolProperty: 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] setS1ASclassPath: 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] init-common: 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] undeploy-jdbc-common: 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] setOSConditions: 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] setToolWin: 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] setToolUnix: 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] setToolProperty: 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] setS1ASclassPath: 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] init-common: 15:51:39 [2023-03-05T20:51:39.992Z] 15:51:39 [2023-03-05T20:51:39.992Z] delete-jdbc-resource-common: 15:51:39 [2023-03-05T20:51:39.992Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/txisolation 15:51:40 [2023-03-05T20:51:40.248Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/txisolation 15:51:40 [2023-03-05T20:51:40.248Z] [exec] JDBC resource jdbc/txisolation deleted successfully 15:51:40 [2023-03-05T20:51:40.248Z] [echo] cmd executed for server 15:51:40 [2023-03-05T20:51:40.248Z] 15:51:40 [2023-03-05T20:51:40.248Z] setOSConditions: 15:51:40 [2023-03-05T20:51:40.248Z] 15:51:40 [2023-03-05T20:51:40.248Z] setToolWin: 15:51:40 [2023-03-05T20:51:40.248Z] 15:51:40 [2023-03-05T20:51:40.248Z] setToolUnix: 15:51:40 [2023-03-05T20:51:40.248Z] 15:51:40 [2023-03-05T20:51:40.248Z] setToolProperty: 15:51:40 [2023-03-05T20:51:40.248Z] 15:51:40 [2023-03-05T20:51:40.248Z] setS1ASclassPath: 15:51:40 [2023-03-05T20:51:40.248Z] 15:51:40 [2023-03-05T20:51:40.248Z] init-common: 15:51:40 [2023-03-05T20:51:40.248Z] 15:51:40 [2023-03-05T20:51:40.248Z] delete-jdbc-connpool-common: 15:51:40 [2023-03-05T20:51:40.248Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true tx-isolation-pool 15:51:40 [2023-03-05T20:51:40.503Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true tx-isolation-pool 15:51:40 [2023-03-05T20:51:40.503Z] [exec] JDBC Connection pool tx-isolation-pool deleted successfully 15:51:40 [2023-03-05T20:51:40.503Z] [echo] cmd executed for server 15:51:40 [2023-03-05T20:51:40.503Z] 15:51:40 [2023-03-05T20:51:40.503Z] setOSConditions: 15:51:40 [2023-03-05T20:51:40.503Z] 15:51:40 [2023-03-05T20:51:40.504Z] setToolWin: 15:51:40 [2023-03-05T20:51:40.504Z] 15:51:40 [2023-03-05T20:51:40.504Z] setToolUnix: 15:51:40 [2023-03-05T20:51:40.504Z] 15:51:40 [2023-03-05T20:51:40.504Z] setToolProperty: 15:51:40 [2023-03-05T20:51:40.504Z] 15:51:40 [2023-03-05T20:51:40.504Z] setS1ASclassPath: 15:51:40 [2023-03-05T20:51:40.504Z] 15:51:40 [2023-03-05T20:51:40.504Z] init-common: 15:51:40 [2023-03-05T20:51:40.504Z] 15:51:40 [2023-03-05T20:51:40.504Z] undeploy-common: 15:51:41 [2023-03-05T20:51:41.065Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-txisolationApp 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] all: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] setOSConditions: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] setToolWin: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] setToolUnix: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] setToolProperty: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] setS1ASclassPath: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] init-common: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] clean: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] setOSConditions: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] setToolWin: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] setToolUnix: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] setToolProperty: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] setS1ASclassPath: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] init-common: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] clean-common: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] setOSConditions: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] setToolWin: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] setToolUnix: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] setToolProperty: 15:51:41 [2023-03-05T20:51:41.065Z] 15:51:41 [2023-03-05T20:51:41.065Z] setS1ASclassPath: 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] init-common: 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] clean-classes-common: 15:51:41 [2023-03-05T20:51:41.066Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] setOSConditions: 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] setToolWin: 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] setToolUnix: 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] setToolProperty: 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] setS1ASclassPath: 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] init-common: 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] clean-jars-common: 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] compile: 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] setOSConditions: 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] setToolWin: 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] setToolUnix: 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] setToolProperty: 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] setS1ASclassPath: 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] init-common: 15:51:41 [2023-03-05T20:51:41.066Z] 15:51:41 [2023-03-05T20:51:41.066Z] compile-common: 15:51:41 [2023-03-05T20:51:41.066Z] [echo] Current time (ISO): 2023-03-05T20:51:40.867+0000 15:51:41 [2023-03-05T20:51:41.066Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:51:41 [2023-03-05T20:51:41.066Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:51:42 [2023-03-05T20:51:42.021Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:51:42 [2023-03-05T20:51:42.277Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss/ejb/SimpleBMPBean.java:40: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:51:42 [2023-03-05T20:51:42.277Z] [javac] return new Integer(1); 15:51:42 [2023-03-05T20:51:42.277Z] [javac] ^ 15:51:42 [2023-03-05T20:51:42.277Z] [javac] 2 warnings 15:51:42 [2023-03-05T20:51:42.277Z] 15:51:42 [2023-03-05T20:51:42.277Z] setOSConditions: 15:51:42 [2023-03-05T20:51:42.277Z] 15:51:42 [2023-03-05T20:51:42.277Z] setToolWin: 15:51:42 [2023-03-05T20:51:42.277Z] 15:51:42 [2023-03-05T20:51:42.277Z] setToolUnix: 15:51:42 [2023-03-05T20:51:42.277Z] 15:51:42 [2023-03-05T20:51:42.277Z] setToolProperty: 15:51:42 [2023-03-05T20:51:42.277Z] 15:51:42 [2023-03-05T20:51:42.277Z] setS1ASclassPath: 15:51:42 [2023-03-05T20:51:42.277Z] 15:51:42 [2023-03-05T20:51:42.277Z] init-common: 15:51:42 [2023-03-05T20:51:42.277Z] 15:51:42 [2023-03-05T20:51:42.277Z] compile-common: 15:51:42 [2023-03-05T20:51:42.277Z] [echo] Current time (ISO): 2023-03-05T20:51:42.166+0000 15:51:42 [2023-03-05T20:51:42.277Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:51:43 [2023-03-05T20:51:43.658Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:51:43 [2023-03-05T20:51:43.658Z] [javac] 1 warning 15:51:43 [2023-03-05T20:51:43.658Z] 15:51:43 [2023-03-05T20:51:43.658Z] build: 15:51:43 [2023-03-05T20:51:43.658Z] 15:51:43 [2023-03-05T20:51:43.658Z] setOSConditions: 15:51:43 [2023-03-05T20:51:43.658Z] 15:51:43 [2023-03-05T20:51:43.658Z] fixFiles: 15:51:43 [2023-03-05T20:51:43.658Z] 15:51:43 [2023-03-05T20:51:43.658Z] convUnix: 15:51:43 [2023-03-05T20:51:43.658Z] 15:51:43 [2023-03-05T20:51:43.658Z] convWin: 15:51:43 [2023-03-05T20:51:43.658Z] 15:51:43 [2023-03-05T20:51:43.658Z] setToolWin: 15:51:43 [2023-03-05T20:51:43.658Z] 15:51:43 [2023-03-05T20:51:43.658Z] setToolUnix: 15:51:43 [2023-03-05T20:51:43.658Z] 15:51:43 [2023-03-05T20:51:43.658Z] setToolProperty: 15:51:43 [2023-03-05T20:51:43.658Z] 15:51:43 [2023-03-05T20:51:43.658Z] setS1ASclassPath: 15:51:43 [2023-03-05T20:51:43.658Z] 15:51:43 [2023-03-05T20:51:43.658Z] init-common: 15:51:43 [2023-03-05T20:51:43.658Z] 15:51:43 [2023-03-05T20:51:43.658Z] package-persistence-common: 15:51:43 [2023-03-05T20:51:43.658Z] 15:51:43 [2023-03-05T20:51:43.658Z] ejb-jar-common: 15:51:43 [2023-03-05T20:51:43.658Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:51:43 [2023-03-05T20:51:43.658Z] 15:51:43 [2023-03-05T20:51:43.658Z] package-ejbjar-common: 15:51:43 [2023-03-05T20:51:43.658Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:51:43 [2023-03-05T20:51:43.658Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:51:43 [2023-03-05T20:51:43.658Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:51:43 [2023-03-05T20:51:43.658Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-ejb.jar 15:51:43 [2023-03-05T20:51:43.658Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:51:43 [2023-03-05T20:51:43.658Z] 15:51:43 [2023-03-05T20:51:43.658Z] appclient-jar-common: 15:51:43 [2023-03-05T20:51:43.658Z] 15:51:43 [2023-03-05T20:51:43.658Z] package-appclientjar-common: 15:51:43 [2023-03-05T20:51:43.658Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:51:43 [2023-03-05T20:51:43.658Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:51:43 [2023-03-05T20:51:43.658Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:51:43 [2023-03-05T20:51:43.659Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-client.jar 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] webclient-war-common: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] build-ear-common: 15:51:43 [2023-03-05T20:51:43.659Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:51:43 [2023-03-05T20:51:43.659Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] deploy: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setOSConditions: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setToolWin: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setToolUnix: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setToolProperty: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setS1ASclassPath: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] init-common: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] execute-sql-common: 15:51:43 [2023-03-05T20:51:43.659Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss/sql/create_pointbase.sql 15:51:43 [2023-03-05T20:51:43.659Z] [sql] Failed to execute: drop table customer_stmt_wrapper1 15:51:43 [2023-03-05T20:51:43.659Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER1' because it does not exist. 15:51:43 [2023-03-05T20:51:43.659Z] [sql] Failed to execute: drop table customer_stmt_wrapper2 15:51:43 [2023-03-05T20:51:43.659Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER2' because it does not exist. 15:51:43 [2023-03-05T20:51:43.659Z] [sql] Failed to execute: drop table customer_stmt_wrapper3 15:51:43 [2023-03-05T20:51:43.659Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER3' because it does not exist. 15:51:43 [2023-03-05T20:51:43.659Z] [sql] Failed to execute: drop table customer_stmt_wrapper4 15:51:43 [2023-03-05T20:51:43.659Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER4' because it does not exist. 15:51:43 [2023-03-05T20:51:43.659Z] [sql] Failed to execute: drop table customer_stmt_wrapper5 15:51:43 [2023-03-05T20:51:43.659Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER5' because it does not exist. 15:51:43 [2023-03-05T20:51:43.659Z] [sql] Failed to execute: drop table customer_stmt_wrapper6 15:51:43 [2023-03-05T20:51:43.659Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER6' because it does not exist. 15:51:43 [2023-03-05T20:51:43.659Z] [sql] Failed to execute: drop table customer_stmt_wrapper7 15:51:43 [2023-03-05T20:51:43.659Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER7' because it does not exist. 15:51:43 [2023-03-05T20:51:43.659Z] [sql] Failed to execute: drop table customer_stmt_wrapper8 15:51:43 [2023-03-05T20:51:43.659Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER8' because it does not exist. 15:51:43 [2023-03-05T20:51:43.659Z] [sql] Failed to execute: drop table customer_stmt_wrapper9 15:51:43 [2023-03-05T20:51:43.659Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER9' because it does not exist. 15:51:43 [2023-03-05T20:51:43.659Z] [sql] Failed to execute: drop table customer_stmt_wrapper10 15:51:43 [2023-03-05T20:51:43.659Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER10' because it does not exist. 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 0 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 1 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 0 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 1 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 0 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 1 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 0 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 1 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 0 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 1 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 0 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 1 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 0 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 1 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 0 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 1 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 0 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 1 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 0 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 1 rows affected 15:51:43 [2023-03-05T20:51:43.659Z] [sql] 20 of 30 SQL statements executed successfully 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setOSConditions: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setToolWin: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setToolUnix: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setToolProperty: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setS1ASclassPath: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] init-common: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setup: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setOSConditions: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setToolWin: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setToolUnix: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setToolProperty: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setS1ASclassPath: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] init-common: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] deploy-jdbc-common: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setOSConditions: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setToolWin: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setToolUnix: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setToolProperty: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] setS1ASclassPath: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] init-common: 15:51:43 [2023-03-05T20:51:43.659Z] 15:51:43 [2023-03-05T20:51:43.659Z] create-jdbc-connpool-common: 15:51:44 [2023-03-05T20:51:44.226Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-stmtcaching_hit_miss-pool 15:51:44 [2023-03-05T20:51:44.226Z] [exec] JDBC connection pool jdbc-stmtcaching_hit_miss-pool created successfully. 15:51:44 [2023-03-05T20:51:44.226Z] 15:51:44 [2023-03-05T20:51:44.226Z] set-derby-connpool-props: 15:51:44 [2023-03-05T20:51:44.517Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.User=dbuser 15:51:44 [2023-03-05T20:51:44.517Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.User=dbuser 15:51:44 [2023-03-05T20:51:44.773Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword 15:51:44 [2023-03-05T20:51:44.773Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword 15:51:45 [2023-03-05T20:51:45.029Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.driverType=4 15:51:45 [2023-03-05T20:51:45.029Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.driverType=4 15:51:45 [2023-03-05T20:51:45.284Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 15:51:45 [2023-03-05T20:51:45.285Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 15:51:45 [2023-03-05T20:51:45.540Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb 15:51:45 [2023-03-05T20:51:45.540Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb 15:51:46 [2023-03-05T20:51:46.124Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:51:46 [2023-03-05T20:51:46.124Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:51:46 [2023-03-05T20:51:46.381Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.create=true 15:51:46 [2023-03-05T20:51:46.381Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.create=true 15:51:46 [2023-03-05T20:51:46.639Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost 15:51:46 [2023-03-05T20:51:46.639Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost 15:51:46 [2023-03-05T20:51:46.639Z] 15:51:46 [2023-03-05T20:51:46.639Z] setOSConditions: 15:51:46 [2023-03-05T20:51:46.639Z] 15:51:46 [2023-03-05T20:51:46.639Z] setToolWin: 15:51:46 [2023-03-05T20:51:46.639Z] 15:51:46 [2023-03-05T20:51:46.639Z] setToolUnix: 15:51:46 [2023-03-05T20:51:46.639Z] 15:51:46 [2023-03-05T20:51:46.639Z] setToolProperty: 15:51:46 [2023-03-05T20:51:46.639Z] 15:51:46 [2023-03-05T20:51:46.639Z] setS1ASclassPath: 15:51:46 [2023-03-05T20:51:46.639Z] 15:51:46 [2023-03-05T20:51:46.639Z] init-common: 15:51:46 [2023-03-05T20:51:46.639Z] 15:51:46 [2023-03-05T20:51:46.639Z] create-jdbc-resource-common: 15:51:46 [2023-03-05T20:51:46.639Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-stmtcaching_hit_miss-pool --target server jdbc/jdbc-stmtcaching_hit_miss 15:51:46 [2023-03-05T20:51:46.923Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-stmtcaching_hit_miss-pool --enabled=true --target server jdbc/jdbc-stmtcaching_hit_miss 15:51:46 [2023-03-05T20:51:46.923Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss created successfully. 15:51:46 [2023-03-05T20:51:46.923Z] [echo] cmd executed for server 15:51:46 [2023-03-05T20:51:46.923Z] 15:51:46 [2023-03-05T20:51:46.923Z] asadmin-common: 15:51:46 [2023-03-05T20:51:46.923Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement_cache_size=5 15:51:47 [2023-03-05T20:51:47.183Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement_cache_size=5 15:51:47 [2023-03-05T20:51:47.183Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement-cache-size=5 15:51:47 [2023-03-05T20:51:47.183Z] 15:51:47 [2023-03-05T20:51:47.183Z] asadmin-common: 15:51:47 [2023-03-05T20:51:47.183Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.wrap_jdbc_objects=true 15:51:47 [2023-03-05T20:51:47.440Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.wrap_jdbc_objects=true 15:51:47 [2023-03-05T20:51:47.440Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.wrap-jdbc-objects=true 15:51:47 [2023-03-05T20:51:47.440Z] 15:51:47 [2023-03-05T20:51:47.440Z] asadmin-common: 15:51:47 [2023-03-05T20:51:47.440Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.idle_timeout_in_seconds=3000 15:51:47 [2023-03-05T20:51:47.696Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.idle_timeout_in_seconds=3000 15:51:47 [2023-03-05T20:51:47.696Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.idle-timeout-in-seconds=3000 15:51:47 [2023-03-05T20:51:47.696Z] 15:51:47 [2023-03-05T20:51:47.696Z] setOSConditions: 15:51:47 [2023-03-05T20:51:47.696Z] 15:51:47 [2023-03-05T20:51:47.696Z] setToolWin: 15:51:47 [2023-03-05T20:51:47.696Z] 15:51:47 [2023-03-05T20:51:47.696Z] setToolUnix: 15:51:47 [2023-03-05T20:51:47.696Z] 15:51:47 [2023-03-05T20:51:47.696Z] setToolProperty: 15:51:47 [2023-03-05T20:51:47.696Z] 15:51:47 [2023-03-05T20:51:47.696Z] setS1ASclassPath: 15:51:47 [2023-03-05T20:51:47.696Z] 15:51:47 [2023-03-05T20:51:47.696Z] init-common: 15:51:47 [2023-03-05T20:51:47.696Z] 15:51:47 [2023-03-05T20:51:47.696Z] deploy-common: 15:51:47 [2023-03-05T20:51:47.696Z] [echo] Current time (ISO): 2023-03-05T20:51:47.690+0000 15:51:47 [2023-03-05T20:51:47.952Z] 15:51:47 [2023-03-05T20:51:47.952Z] setOSConditions: 15:51:47 [2023-03-05T20:51:47.952Z] 15:51:47 [2023-03-05T20:51:47.952Z] setToolWin: 15:51:47 [2023-03-05T20:51:47.952Z] 15:51:47 [2023-03-05T20:51:47.952Z] setToolUnix: 15:51:47 [2023-03-05T20:51:47.952Z] 15:51:47 [2023-03-05T20:51:47.952Z] setToolProperty: 15:51:47 [2023-03-05T20:51:47.952Z] 15:51:47 [2023-03-05T20:51:47.952Z] setS1ASclassPath: 15:51:47 [2023-03-05T20:51:47.952Z] 15:51:47 [2023-03-05T20:51:47.952Z] init-common: 15:51:47 [2023-03-05T20:51:47.952Z] 15:51:47 [2023-03-05T20:51:47.952Z] deploy-common-pe: 15:51:48 [2023-03-05T20:51:48.220Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear 15:51:48 [2023-03-05T20:51:48.220Z] [exec] Application deployed with name jdbc-stmtcaching_hit_missApp. 15:51:48 [2023-03-05T20:51:48.220Z] [echo] Deployment on target server server successful 15:51:48 [2023-03-05T20:51:48.220Z] 15:51:48 [2023-03-05T20:51:48.220Z] setOSConditions: 15:51:48 [2023-03-05T20:51:48.220Z] 15:51:48 [2023-03-05T20:51:48.220Z] setToolWin: 15:51:48 [2023-03-05T20:51:48.220Z] 15:51:48 [2023-03-05T20:51:48.220Z] setToolUnix: 15:51:48 [2023-03-05T20:51:48.220Z] 15:51:48 [2023-03-05T20:51:48.220Z] setToolProperty: 15:51:48 [2023-03-05T20:51:48.220Z] 15:51:48 [2023-03-05T20:51:48.220Z] setS1ASclassPath: 15:51:48 [2023-03-05T20:51:48.220Z] 15:51:48 [2023-03-05T20:51:48.220Z] init-common: 15:51:48 [2023-03-05T20:51:48.220Z] 15:51:48 [2023-03-05T20:51:48.220Z] deploy-common-ee: 15:51:48 [2023-03-05T20:51:48.220Z] 15:51:48 [2023-03-05T20:51:48.220Z] run: 15:51:48 [2023-03-05T20:51:48.220Z] 15:51:48 [2023-03-05T20:51:48.220Z] setOSConditions: 15:51:48 [2023-03-05T20:51:48.220Z] 15:51:48 [2023-03-05T20:51:48.220Z] setToolWin: 15:51:48 [2023-03-05T20:51:48.220Z] 15:51:48 [2023-03-05T20:51:48.220Z] setToolUnix: 15:51:48 [2023-03-05T20:51:48.220Z] 15:51:48 [2023-03-05T20:51:48.220Z] setToolProperty: 15:51:48 [2023-03-05T20:51:48.220Z] 15:51:48 [2023-03-05T20:51:48.220Z] setS1ASclassPath: 15:51:48 [2023-03-05T20:51:48.220Z] 15:51:48 [2023-03-05T20:51:48.220Z] init-common: 15:51:48 [2023-03-05T20:51:48.220Z] 15:51:48 [2023-03-05T20:51:48.220Z] runclient-common: 15:51:48 [2023-03-05T20:51:48.220Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missAppClient.jar -name jdbc-stmtcaching_hit_missClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 15:51:48 [2023-03-05T20:51:48.781Z] [exec] Mar 05, 2023 8:51:48 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:51:48 [2023-03-05T20:51:48.781Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:51:51 [2023-03-05T20:51:51.314Z] [exec] Mar 05, 2023 8:51:50 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:51:51 [2023-03-05T20:51:51.314Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 15:51:51 [2023-03-05T20:51:51.314Z] [exec] Value of key is: Statement Caching - (Hit): 15:51:51 [2023-03-05T20:51:51.314Z] [exec] Value of key is: Statement Caching - (Miss): 15:51:51 [2023-03-05T20:51:51.314Z] [exec] Value of key is: Statement Caching - (hit columnIndexes) : 15:51:51 [2023-03-05T20:51:51.314Z] [exec] Value of key is: Statement Caching - (hit columnNames) : 15:51:51 [2023-03-05T20:51:51.314Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:51:51 [2023-03-05T20:51:51.314Z] [exec] 15:51:51 [2023-03-05T20:51:51.314Z] [exec] 15:51:51 [2023-03-05T20:51:51.314Z] [exec] ----------------------------------------- 15:51:51 [2023-03-05T20:51:51.314Z] [exec] - Statement Caching - (Hit): : PASS - 15:51:51 [2023-03-05T20:51:51.314Z] [exec] - Statement Caching - (Miss): : PASS - 15:51:51 [2023-03-05T20:51:51.314Z] [exec] - Statement Caching - (hit columnIndexes) : : PASS - 15:51:51 [2023-03-05T20:51:51.314Z] [exec] - Statement Caching - (hit columnNames) : : PASS - 15:51:51 [2023-03-05T20:51:51.314Z] [exec] ----------------------------------------- 15:51:51 [2023-03-05T20:51:51.314Z] [exec] Total PASS: 4 15:51:51 [2023-03-05T20:51:51.314Z] [exec] Total FAIL: 0 15:51:51 [2023-03-05T20:51:51.314Z] [exec] Total DID NOT RUN: 0 15:51:51 [2023-03-05T20:51:51.314Z] [exec] ----------------------------------------- 15:51:51 [2023-03-05T20:51:51.314Z] [exec] in flushAll , creating new testSuiteHash 15:51:51 [2023-03-05T20:51:51.314Z] [exec] in flushAll , creating new testSuiteHash 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] checkReporting-common: 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] confirmReportPresent-common: 15:51:51 [2023-03-05T20:51:51.570Z] [echo] file RepRunConf.txt is present. 15:51:51 [2023-03-05T20:51:51.570Z] [echo] Test seems to be reported fine 15:51:51 [2023-03-05T20:51:51.570Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss/RepRunConf.txt 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] confirmMissingReport-common: 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] undeploy: 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] setOSConditions: 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] setToolWin: 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] setToolUnix: 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] setToolProperty: 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] setS1ASclassPath: 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] init-common: 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] execute-sql-common: 15:51:51 [2023-03-05T20:51:51.570Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss/sql/drop_pointbase.sql 15:51:51 [2023-03-05T20:51:51.570Z] [sql] 0 rows affected 15:51:51 [2023-03-05T20:51:51.570Z] [sql] 0 rows affected 15:51:51 [2023-03-05T20:51:51.570Z] [sql] 0 rows affected 15:51:51 [2023-03-05T20:51:51.570Z] [sql] 0 rows affected 15:51:51 [2023-03-05T20:51:51.570Z] [sql] 0 rows affected 15:51:51 [2023-03-05T20:51:51.570Z] [sql] 0 rows affected 15:51:51 [2023-03-05T20:51:51.570Z] [sql] 0 rows affected 15:51:51 [2023-03-05T20:51:51.570Z] [sql] 0 rows affected 15:51:51 [2023-03-05T20:51:51.570Z] [sql] 0 rows affected 15:51:51 [2023-03-05T20:51:51.570Z] [sql] 0 rows affected 15:51:51 [2023-03-05T20:51:51.570Z] [sql] 10 of 10 SQL statements executed successfully 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] unsetup: 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] setOSConditions: 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] setToolWin: 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] setToolUnix: 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] setToolProperty: 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] setS1ASclassPath: 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] init-common: 15:51:51 [2023-03-05T20:51:51.570Z] 15:51:51 [2023-03-05T20:51:51.570Z] delete-jdbc-resource-common: 15:51:51 [2023-03-05T20:51:51.570Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/jdbc-stmtcaching_hit_miss 15:51:52 [2023-03-05T20:51:52.133Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/jdbc-stmtcaching_hit_miss 15:51:52 [2023-03-05T20:51:52.133Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss deleted successfully 15:51:52 [2023-03-05T20:51:52.133Z] [echo] cmd executed for server 15:51:52 [2023-03-05T20:51:52.133Z] 15:51:52 [2023-03-05T20:51:52.133Z] setOSConditions: 15:51:52 [2023-03-05T20:51:52.133Z] 15:51:52 [2023-03-05T20:51:52.133Z] setToolWin: 15:51:52 [2023-03-05T20:51:52.133Z] 15:51:52 [2023-03-05T20:51:52.133Z] setToolUnix: 15:51:52 [2023-03-05T20:51:52.133Z] 15:51:52 [2023-03-05T20:51:52.133Z] setToolProperty: 15:51:52 [2023-03-05T20:51:52.133Z] 15:51:52 [2023-03-05T20:51:52.133Z] setS1ASclassPath: 15:51:52 [2023-03-05T20:51:52.133Z] 15:51:52 [2023-03-05T20:51:52.133Z] init-common: 15:51:52 [2023-03-05T20:51:52.133Z] 15:51:52 [2023-03-05T20:51:52.133Z] delete-jdbc-connpool-common: 15:51:52 [2023-03-05T20:51:52.133Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-stmtcaching_hit_miss-pool 15:51:52 [2023-03-05T20:51:52.395Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-stmtcaching_hit_miss-pool 15:51:52 [2023-03-05T20:51:52.395Z] [exec] JDBC Connection pool jdbc-stmtcaching_hit_miss-pool deleted successfully 15:51:52 [2023-03-05T20:51:52.395Z] [echo] cmd executed for server 15:51:52 [2023-03-05T20:51:52.395Z] 15:51:52 [2023-03-05T20:51:52.395Z] setOSConditions: 15:51:52 [2023-03-05T20:51:52.395Z] 15:51:52 [2023-03-05T20:51:52.395Z] setToolWin: 15:51:52 [2023-03-05T20:51:52.395Z] 15:51:52 [2023-03-05T20:51:52.395Z] setToolUnix: 15:51:52 [2023-03-05T20:51:52.395Z] 15:51:52 [2023-03-05T20:51:52.395Z] setToolProperty: 15:51:52 [2023-03-05T20:51:52.395Z] 15:51:52 [2023-03-05T20:51:52.395Z] setS1ASclassPath: 15:51:52 [2023-03-05T20:51:52.395Z] 15:51:52 [2023-03-05T20:51:52.395Z] init-common: 15:51:52 [2023-03-05T20:51:52.395Z] 15:51:52 [2023-03-05T20:51:52.395Z] undeploy-common: 15:51:52 [2023-03-05T20:51:52.654Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-stmtcaching_hit_missApp 15:51:52 [2023-03-05T20:51:52.654Z] 15:51:52 [2023-03-05T20:51:52.654Z] all: 15:51:52 [2023-03-05T20:51:52.654Z] 15:51:52 [2023-03-05T20:51:52.654Z] setOSConditions: 15:51:52 [2023-03-05T20:51:52.654Z] 15:51:52 [2023-03-05T20:51:52.654Z] setToolWin: 15:51:52 [2023-03-05T20:51:52.654Z] 15:51:52 [2023-03-05T20:51:52.654Z] setToolUnix: 15:51:52 [2023-03-05T20:51:52.654Z] 15:51:52 [2023-03-05T20:51:52.654Z] setToolProperty: 15:51:52 [2023-03-05T20:51:52.654Z] 15:51:52 [2023-03-05T20:51:52.654Z] setS1ASclassPath: 15:51:52 [2023-03-05T20:51:52.654Z] 15:51:52 [2023-03-05T20:51:52.654Z] init-common: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] clean: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setOSConditions: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setToolWin: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setToolUnix: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setToolProperty: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setS1ASclassPath: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] init-common: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] clean-common: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setOSConditions: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setToolWin: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setToolUnix: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setToolProperty: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setS1ASclassPath: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] init-common: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] clean-classes-common: 15:51:52 [2023-03-05T20:51:52.655Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setOSConditions: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setToolWin: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setToolUnix: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setToolProperty: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setS1ASclassPath: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] init-common: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] clean-jars-common: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] compile: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setOSConditions: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setToolWin: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setToolUnix: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setToolProperty: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] setS1ASclassPath: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] init-common: 15:51:52 [2023-03-05T20:51:52.655Z] 15:51:52 [2023-03-05T20:51:52.655Z] compile-common: 15:51:52 [2023-03-05T20:51:52.655Z] [echo] Current time (ISO): 2023-03-05T20:51:52.594+0000 15:51:52 [2023-03-05T20:51:52.655Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:51:52 [2023-03-05T20:51:52.655Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:51:54 [2023-03-05T20:51:54.030Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:51:54 [2023-03-05T20:51:54.030Z] [javac] 1 warning 15:51:54 [2023-03-05T20:51:54.030Z] 15:51:54 [2023-03-05T20:51:54.030Z] setOSConditions: 15:51:54 [2023-03-05T20:51:54.030Z] 15:51:54 [2023-03-05T20:51:54.030Z] setToolWin: 15:51:54 [2023-03-05T20:51:54.030Z] 15:51:54 [2023-03-05T20:51:54.030Z] setToolUnix: 15:51:54 [2023-03-05T20:51:54.030Z] 15:51:54 [2023-03-05T20:51:54.030Z] setToolProperty: 15:51:54 [2023-03-05T20:51:54.030Z] 15:51:54 [2023-03-05T20:51:54.030Z] setS1ASclassPath: 15:51:54 [2023-03-05T20:51:54.030Z] 15:51:54 [2023-03-05T20:51:54.030Z] init-common: 15:51:54 [2023-03-05T20:51:54.030Z] 15:51:54 [2023-03-05T20:51:54.030Z] compile-common: 15:51:54 [2023-03-05T20:51:54.030Z] [echo] Current time (ISO): 2023-03-05T20:51:53.904+0000 15:51:54 [2023-03-05T20:51:54.030Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:51:55 [2023-03-05T20:51:55.424Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:51:55 [2023-03-05T20:51:55.424Z] [javac] 1 warning 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] build: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] setOSConditions: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] fixFiles: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] convUnix: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] convWin: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] setToolWin: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] setToolUnix: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] setToolProperty: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] setS1ASclassPath: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] init-common: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] package-persistence-common: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] ejb-jar-common: 15:51:55 [2023-03-05T20:51:55.424Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] package-ejbjar-common: 15:51:55 [2023-03-05T20:51:55.424Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:51:55 [2023-03-05T20:51:55.424Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:51:55 [2023-03-05T20:51:55.424Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:51:55 [2023-03-05T20:51:55.424Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-pooling-ejb.jar 15:51:55 [2023-03-05T20:51:55.424Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] appclient-jar-common: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] package-appclientjar-common: 15:51:55 [2023-03-05T20:51:55.424Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:51:55 [2023-03-05T20:51:55.424Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:51:55 [2023-03-05T20:51:55.424Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:51:55 [2023-03-05T20:51:55.424Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-pooling-client.jar 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] webclient-war-common: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] build-ear-common: 15:51:55 [2023-03-05T20:51:55.424Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:51:55 [2023-03-05T20:51:55.424Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolingApp.ear 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] deploy: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] setOSConditions: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] setToolWin: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] setToolUnix: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] setToolProperty: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] setS1ASclassPath: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] init-common: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] deploy-jdbc-common: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] setOSConditions: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] setToolWin: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] setToolUnix: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] setToolProperty: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] setS1ASclassPath: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] init-common: 15:51:55 [2023-03-05T20:51:55.424Z] 15:51:55 [2023-03-05T20:51:55.424Z] create-jdbc-connpool-common: 15:51:55 [2023-03-05T20:51:55.424Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-derby-pool 15:51:55 [2023-03-05T20:51:55.680Z] [exec] JDBC connection pool jdbc-derby-pool created successfully. 15:51:55 [2023-03-05T20:51:55.680Z] 15:51:55 [2023-03-05T20:51:55.680Z] set-derby-connpool-props: 15:51:55 [2023-03-05T20:51:55.936Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.User=dbuser 15:51:55 [2023-03-05T20:51:55.936Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.User=dbuser 15:51:56 [2023-03-05T20:51:56.221Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.Password=dbpassword 15:51:56 [2023-03-05T20:51:56.221Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.Password=dbpassword 15:51:56 [2023-03-05T20:51:56.478Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.driverType=4 15:51:56 [2023-03-05T20:51:56.478Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.driverType=4 15:51:56 [2023-03-05T20:51:56.733Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.portNumber=1527 15:51:56 [2023-03-05T20:51:56.733Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.portNumber=1527 15:51:56 [2023-03-05T20:51:56.989Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.dataBaseName=testdb 15:51:56 [2023-03-05T20:51:56.990Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.dataBaseName=testdb 15:51:57 [2023-03-05T20:51:57.246Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:51:57 [2023-03-05T20:51:57.246Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:51:57 [2023-03-05T20:51:57.502Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.create=true 15:51:57 [2023-03-05T20:51:57.502Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.create=true 15:51:58 [2023-03-05T20:51:58.063Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.serverName=localhost 15:51:58 [2023-03-05T20:51:58.063Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.serverName=localhost 15:51:58 [2023-03-05T20:51:58.063Z] 15:51:58 [2023-03-05T20:51:58.063Z] setOSConditions: 15:51:58 [2023-03-05T20:51:58.063Z] 15:51:58 [2023-03-05T20:51:58.063Z] setToolWin: 15:51:58 [2023-03-05T20:51:58.063Z] 15:51:58 [2023-03-05T20:51:58.063Z] setToolUnix: 15:51:58 [2023-03-05T20:51:58.063Z] 15:51:58 [2023-03-05T20:51:58.063Z] setToolProperty: 15:51:58 [2023-03-05T20:51:58.063Z] 15:51:58 [2023-03-05T20:51:58.063Z] setS1ASclassPath: 15:51:58 [2023-03-05T20:51:58.063Z] 15:51:58 [2023-03-05T20:51:58.063Z] init-common: 15:51:58 [2023-03-05T20:51:58.063Z] 15:51:58 [2023-03-05T20:51:58.063Z] create-jdbc-resource-common: 15:51:58 [2023-03-05T20:51:58.064Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-derby-pool --target server jdbc/nonxaresource 15:51:58 [2023-03-05T20:51:58.321Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-derby-pool --enabled=true --target server jdbc/nonxaresource 15:51:58 [2023-03-05T20:51:58.321Z] [exec] JDBC resource jdbc/nonxaresource created successfully. 15:51:58 [2023-03-05T20:51:58.321Z] [echo] cmd executed for server 15:51:58 [2023-03-05T20:51:58.321Z] 15:51:58 [2023-03-05T20:51:58.321Z] setOSConditions: 15:51:58 [2023-03-05T20:51:58.321Z] 15:51:58 [2023-03-05T20:51:58.321Z] setToolWin: 15:51:58 [2023-03-05T20:51:58.321Z] 15:51:58 [2023-03-05T20:51:58.321Z] setToolUnix: 15:51:58 [2023-03-05T20:51:58.321Z] 15:51:58 [2023-03-05T20:51:58.321Z] setToolProperty: 15:51:58 [2023-03-05T20:51:58.321Z] 15:51:58 [2023-03-05T20:51:58.321Z] setS1ASclassPath: 15:51:58 [2023-03-05T20:51:58.321Z] 15:51:58 [2023-03-05T20:51:58.321Z] init-common: 15:51:58 [2023-03-05T20:51:58.321Z] 15:51:58 [2023-03-05T20:51:58.321Z] deploy-jdbc-common: 15:51:58 [2023-03-05T20:51:58.321Z] 15:51:58 [2023-03-05T20:51:58.321Z] setOSConditions: 15:51:58 [2023-03-05T20:51:58.321Z] 15:51:58 [2023-03-05T20:51:58.321Z] setToolWin: 15:51:58 [2023-03-05T20:51:58.321Z] 15:51:58 [2023-03-05T20:51:58.321Z] setToolUnix: 15:51:58 [2023-03-05T20:51:58.321Z] 15:51:58 [2023-03-05T20:51:58.321Z] setToolProperty: 15:51:58 [2023-03-05T20:51:58.321Z] 15:51:58 [2023-03-05T20:51:58.321Z] setS1ASclassPath: 15:51:58 [2023-03-05T20:51:58.321Z] 15:51:58 [2023-03-05T20:51:58.321Z] init-common: 15:51:58 [2023-03-05T20:51:58.321Z] 15:51:58 [2023-03-05T20:51:58.321Z] create-jdbc-connpool-common: 15:51:58 [2023-03-05T20:51:58.577Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-derby-xa-pool 15:51:58 [2023-03-05T20:51:58.577Z] [exec] JDBC connection pool jdbc-derby-xa-pool created successfully. 15:51:58 [2023-03-05T20:51:58.577Z] 15:51:58 [2023-03-05T20:51:58.577Z] set-derby-connpool-props: 15:51:58 [2023-03-05T20:51:58.833Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.User=dbuser 15:51:58 [2023-03-05T20:51:58.833Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.User=dbuser 15:51:59 [2023-03-05T20:51:59.089Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.Password=dbpassword 15:51:59 [2023-03-05T20:51:59.089Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.Password=dbpassword 15:51:59 [2023-03-05T20:51:59.652Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.driverType=4 15:51:59 [2023-03-05T20:51:59.652Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.driverType=4 15:51:59 [2023-03-05T20:51:59.921Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.portNumber=1527 15:51:59 [2023-03-05T20:51:59.921Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.portNumber=1527 15:52:00 [2023-03-05T20:52:00.177Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.dataBaseName=testdb 15:52:00 [2023-03-05T20:52:00.177Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.dataBaseName=testdb 15:52:00 [2023-03-05T20:52:00.435Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:52:00 [2023-03-05T20:52:00.435Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:52:00 [2023-03-05T20:52:00.691Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.create=true 15:52:00 [2023-03-05T20:52:00.691Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.create=true 15:52:00 [2023-03-05T20:52:00.947Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.serverName=localhost 15:52:00 [2023-03-05T20:52:00.947Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.serverName=localhost 15:52:00 [2023-03-05T20:52:00.947Z] 15:52:00 [2023-03-05T20:52:00.947Z] setOSConditions: 15:52:00 [2023-03-05T20:52:00.947Z] 15:52:00 [2023-03-05T20:52:00.947Z] setToolWin: 15:52:00 [2023-03-05T20:52:00.947Z] 15:52:00 [2023-03-05T20:52:00.947Z] setToolUnix: 15:52:00 [2023-03-05T20:52:00.947Z] 15:52:00 [2023-03-05T20:52:00.947Z] setToolProperty: 15:52:00 [2023-03-05T20:52:00.947Z] 15:52:00 [2023-03-05T20:52:00.947Z] setS1ASclassPath: 15:52:00 [2023-03-05T20:52:00.947Z] 15:52:00 [2023-03-05T20:52:00.947Z] init-common: 15:52:00 [2023-03-05T20:52:00.947Z] 15:52:00 [2023-03-05T20:52:00.947Z] create-jdbc-resource-common: 15:52:00 [2023-03-05T20:52:00.947Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-derby-xa-pool --target server jdbc/xaresource 15:52:01 [2023-03-05T20:52:01.522Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-derby-xa-pool --enabled=true --target server jdbc/xaresource 15:52:01 [2023-03-05T20:52:01.522Z] [exec] JDBC resource jdbc/xaresource created successfully. 15:52:01 [2023-03-05T20:52:01.522Z] [echo] cmd executed for server 15:52:01 [2023-03-05T20:52:01.522Z] 15:52:01 [2023-03-05T20:52:01.522Z] setOSConditions: 15:52:01 [2023-03-05T20:52:01.522Z] 15:52:01 [2023-03-05T20:52:01.522Z] setToolWin: 15:52:01 [2023-03-05T20:52:01.522Z] 15:52:01 [2023-03-05T20:52:01.522Z] setToolUnix: 15:52:01 [2023-03-05T20:52:01.522Z] 15:52:01 [2023-03-05T20:52:01.522Z] setToolProperty: 15:52:01 [2023-03-05T20:52:01.522Z] 15:52:01 [2023-03-05T20:52:01.522Z] setS1ASclassPath: 15:52:01 [2023-03-05T20:52:01.522Z] 15:52:01 [2023-03-05T20:52:01.522Z] init-common: 15:52:01 [2023-03-05T20:52:01.522Z] 15:52:01 [2023-03-05T20:52:01.522Z] deploy-jdbc-common: 15:52:01 [2023-03-05T20:52:01.522Z] 15:52:01 [2023-03-05T20:52:01.522Z] setOSConditions: 15:52:01 [2023-03-05T20:52:01.522Z] 15:52:01 [2023-03-05T20:52:01.522Z] setToolWin: 15:52:01 [2023-03-05T20:52:01.522Z] 15:52:01 [2023-03-05T20:52:01.522Z] setToolUnix: 15:52:01 [2023-03-05T20:52:01.522Z] 15:52:01 [2023-03-05T20:52:01.522Z] setToolProperty: 15:52:01 [2023-03-05T20:52:01.522Z] 15:52:01 [2023-03-05T20:52:01.522Z] setS1ASclassPath: 15:52:01 [2023-03-05T20:52:01.522Z] 15:52:01 [2023-03-05T20:52:01.522Z] init-common: 15:52:01 [2023-03-05T20:52:01.522Z] 15:52:01 [2023-03-05T20:52:01.522Z] create-jdbc-connpool-common: 15:52:01 [2023-03-05T20:52:01.779Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-derby-pool-container 15:52:01 [2023-03-05T20:52:01.779Z] [exec] JDBC connection pool jdbc-derby-pool-container created successfully. 15:52:01 [2023-03-05T20:52:01.779Z] 15:52:01 [2023-03-05T20:52:01.779Z] set-derby-connpool-props: 15:52:02 [2023-03-05T20:52:02.034Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.User=dbuser 15:52:02 [2023-03-05T20:52:02.034Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.User=dbuser 15:52:02 [2023-03-05T20:52:02.290Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.Password=dbpassword 15:52:02 [2023-03-05T20:52:02.290Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.Password=dbpassword 15:52:02 [2023-03-05T20:52:02.546Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.driverType=4 15:52:02 [2023-03-05T20:52:02.546Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.driverType=4 15:52:02 [2023-03-05T20:52:02.802Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.portNumber=1527 15:52:02 [2023-03-05T20:52:02.802Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.portNumber=1527 15:52:03 [2023-03-05T20:52:03.365Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.dataBaseName=testdb 15:52:03 [2023-03-05T20:52:03.365Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.dataBaseName=testdb 15:52:03 [2023-03-05T20:52:03.621Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.retrieveMessagesFromServerOnGetMessage=true 15:52:03 [2023-03-05T20:52:03.621Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.retrieveMessagesFromServerOnGetMessage=true 15:52:03 [2023-03-05T20:52:03.877Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.create=true 15:52:03 [2023-03-05T20:52:03.877Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.create=true 15:52:04 [2023-03-05T20:52:04.134Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.serverName=localhost 15:52:04 [2023-03-05T20:52:04.134Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.serverName=localhost 15:52:04 [2023-03-05T20:52:04.134Z] 15:52:04 [2023-03-05T20:52:04.134Z] setOSConditions: 15:52:04 [2023-03-05T20:52:04.134Z] 15:52:04 [2023-03-05T20:52:04.134Z] setToolWin: 15:52:04 [2023-03-05T20:52:04.134Z] 15:52:04 [2023-03-05T20:52:04.134Z] setToolUnix: 15:52:04 [2023-03-05T20:52:04.134Z] 15:52:04 [2023-03-05T20:52:04.134Z] setToolProperty: 15:52:04 [2023-03-05T20:52:04.134Z] 15:52:04 [2023-03-05T20:52:04.134Z] setS1ASclassPath: 15:52:04 [2023-03-05T20:52:04.134Z] 15:52:04 [2023-03-05T20:52:04.134Z] init-common: 15:52:04 [2023-03-05T20:52:04.134Z] 15:52:04 [2023-03-05T20:52:04.134Z] create-jdbc-resource-common: 15:52:04 [2023-03-05T20:52:04.134Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-derby-pool-container --target server jdbc/nonxaresource-container 15:52:04 [2023-03-05T20:52:04.391Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-derby-pool-container --enabled=true --target server jdbc/nonxaresource-container 15:52:04 [2023-03-05T20:52:04.391Z] [exec] JDBC resource jdbc/nonxaresource-container created successfully. 15:52:04 [2023-03-05T20:52:04.391Z] [echo] cmd executed for server 15:52:04 [2023-03-05T20:52:04.391Z] 15:52:04 [2023-03-05T20:52:04.391Z] asadmin-common: 15:52:04 [2023-03-05T20:52:04.391Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.connectionAttributes=create=true; 15:52:04 [2023-03-05T20:52:04.953Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.connectionAttributes=create=true; 15:52:04 [2023-03-05T20:52:04.953Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.connectionAttributes=create=true; 15:52:04 [2023-03-05T20:52:04.953Z] 15:52:04 [2023-03-05T20:52:04.953Z] asadmin-common: 15:52:04 [2023-03-05T20:52:04.953Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.connectionAttributes=create=true; 15:52:04 [2023-03-05T20:52:04.953Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.connectionAttributes=create=true; 15:52:04 [2023-03-05T20:52:04.953Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.connectionAttributes=create=true; 15:52:05 [2023-03-05T20:52:05.220Z] 15:52:05 [2023-03-05T20:52:05.220Z] asadmin-common: 15:52:05 [2023-03-05T20:52:05.220Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.connectionAttributes=create=true; 15:52:05 [2023-03-05T20:52:05.477Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.connectionAttributes=create=true; 15:52:05 [2023-03-05T20:52:05.477Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.connectionAttributes=create=true; 15:52:05 [2023-03-05T20:52:05.477Z] 15:52:05 [2023-03-05T20:52:05.477Z] asadmin-common: 15:52:05 [2023-03-05T20:52:05.477Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-derby-pool.pooling=false 15:52:05 [2023-03-05T20:52:05.733Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.pooling=false 15:52:05 [2023-03-05T20:52:05.733Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.pooling=false 15:52:05 [2023-03-05T20:52:05.733Z] 15:52:05 [2023-03-05T20:52:05.733Z] asadmin-common: 15:52:05 [2023-03-05T20:52:05.733Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.pooling=false 15:52:05 [2023-03-05T20:52:05.989Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.pooling=false 15:52:05 [2023-03-05T20:52:05.989Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.pooling=false 15:52:05 [2023-03-05T20:52:05.989Z] 15:52:05 [2023-03-05T20:52:05.989Z] asadmin-common: 15:52:05 [2023-03-05T20:52:05.989Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.pooling=false 15:52:06 [2023-03-05T20:52:06.245Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.pooling=false 15:52:06 [2023-03-05T20:52:06.245Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.pooling=false 15:52:06 [2023-03-05T20:52:06.245Z] 15:52:06 [2023-03-05T20:52:06.245Z] setOSConditions: 15:52:06 [2023-03-05T20:52:06.245Z] 15:52:06 [2023-03-05T20:52:06.245Z] setToolWin: 15:52:06 [2023-03-05T20:52:06.245Z] 15:52:06 [2023-03-05T20:52:06.245Z] setToolUnix: 15:52:06 [2023-03-05T20:52:06.245Z] 15:52:06 [2023-03-05T20:52:06.245Z] setToolProperty: 15:52:06 [2023-03-05T20:52:06.245Z] 15:52:06 [2023-03-05T20:52:06.245Z] setS1ASclassPath: 15:52:06 [2023-03-05T20:52:06.245Z] 15:52:06 [2023-03-05T20:52:06.245Z] init-common: 15:52:06 [2023-03-05T20:52:06.245Z] 15:52:06 [2023-03-05T20:52:06.245Z] deploy-common: 15:52:06 [2023-03-05T20:52:06.245Z] [echo] Current time (ISO): 2023-03-05T20:52:06.142+0000 15:52:06 [2023-03-05T20:52:06.245Z] 15:52:06 [2023-03-05T20:52:06.245Z] setOSConditions: 15:52:06 [2023-03-05T20:52:06.245Z] 15:52:06 [2023-03-05T20:52:06.245Z] setToolWin: 15:52:06 [2023-03-05T20:52:06.245Z] 15:52:06 [2023-03-05T20:52:06.245Z] setToolUnix: 15:52:06 [2023-03-05T20:52:06.245Z] 15:52:06 [2023-03-05T20:52:06.246Z] setToolProperty: 15:52:06 [2023-03-05T20:52:06.246Z] 15:52:06 [2023-03-05T20:52:06.246Z] setS1ASclassPath: 15:52:06 [2023-03-05T20:52:06.246Z] 15:52:06 [2023-03-05T20:52:06.246Z] init-common: 15:52:06 [2023-03-05T20:52:06.246Z] 15:52:06 [2023-03-05T20:52:06.246Z] deploy-common-pe: 15:52:06 [2023-03-05T20:52:06.518Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolingApp.ear 15:52:06 [2023-03-05T20:52:06.774Z] [exec] Application deployed with name jdbc-poolingApp. 15:52:06 [2023-03-05T20:52:06.774Z] [echo] Deployment on target server server successful 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] setOSConditions: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] setToolWin: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] setToolUnix: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] setToolProperty: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] setS1ASclassPath: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] init-common: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] deploy-common-ee: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] setOSConditions: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] setToolWin: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] setToolUnix: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] setToolProperty: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] setS1ASclassPath: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] init-common: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] execute-sql-common: 15:52:06 [2023-03-05T20:52:06.774Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/pooling/sql/create_pointbase.sql 15:52:06 [2023-03-05T20:52:06.774Z] [sql] Failed to execute: Drop table TXLEVELSWITCH 15:52:06 [2023-03-05T20:52:06.774Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. 15:52:06 [2023-03-05T20:52:06.774Z] [sql] 0 rows affected 15:52:06 [2023-03-05T20:52:06.774Z] [sql] 1 rows affected 15:52:06 [2023-03-05T20:52:06.774Z] [sql] 1 rows affected 15:52:06 [2023-03-05T20:52:06.774Z] [sql] 3 of 4 SQL statements executed successfully 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] run: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] setOSConditions: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] setToolWin: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] setToolUnix: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] setToolProperty: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] setS1ASclassPath: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] init-common: 15:52:06 [2023-03-05T20:52:06.774Z] 15:52:06 [2023-03-05T20:52:06.774Z] runclient-common: 15:52:06 [2023-03-05T20:52:06.774Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolingAppClient.jar -name jdbc-poolingClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:52:07 [2023-03-05T20:52:07.336Z] [exec] Mar 05, 2023 8:52:07 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:52:07 [2023-03-05T20:52:07.336Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:52:09 [2023-03-05T20:52:09.920Z] [exec] Mar 05, 2023 8:52:09 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:52:09 [2023-03-05T20:52:09.920Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6aa7e176 15:52:09 [2023-03-05T20:52:09.920Z] [exec] verifying uniqueness of all connection 15:52:09 [2023-03-05T20:52:09.920Z] [exec] Value of key is: openAndCloseConnection (non-xa) : 15:52:09 [2023-03-05T20:52:09.920Z] [exec] creating connection upto max-pool-size of 32 15:52:09 [2023-03-05T20:52:09.920Z] [exec] Value of key is: openMaxConnections (non-xa) : 15:52:09 [2023-03-05T20:52:09.920Z] [exec] rollback set to false 15:52:09 [2023-03-05T20:52:09.920Z] [exec] Value of key is: test1 rollback=false (non-xa. con opened closed within tx) : 15:52:10 [2023-03-05T20:52:10.220Z] [exec] Value of key is: test1 rollback=false (xa. con opened closed within tx) : 15:52:10 [2023-03-05T20:52:10.220Z] [exec] Value of key is: test2 rollback=false (non-xa. con opened closed after tx) : 15:52:10 [2023-03-05T20:52:10.220Z] [exec] Value of key is: test2 rollback=false (xa. con opened closed after tx) : 15:52:10 [2023-03-05T20:52:10.476Z] [exec] Value of key is: test3 rollback=false (xa non-xa within same tx) : 15:52:10 [2023-03-05T20:52:10.476Z] [exec] rollback set to true 15:52:10 [2023-03-05T20:52:10.476Z] [exec] Value of key is: test1 rollback=true (non-xa. con opened closed within tx) : 15:52:10 [2023-03-05T20:52:10.476Z] [exec] Value of key is: test1 rollback=true (xa. con opened closed within tx) : 15:52:10 [2023-03-05T20:52:10.733Z] [exec] Value of key is: test2 rollback=true (non-xa. con opened closed after tx) : 15:52:10 [2023-03-05T20:52:10.733Z] [exec] Value of key is: test2 rollback=true (xa. con opened closed after tx) : 15:52:10 [2023-03-05T20:52:10.733Z] [exec] Value of key is: test3 rollback=true (xa non-xa within same tx) : 15:52:10 [2023-03-05T20:52:10.733Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:52:10 [2023-03-05T20:52:10.733Z] [exec] 15:52:10 [2023-03-05T20:52:10.733Z] [exec] 15:52:10 [2023-03-05T20:52:10.733Z] [exec] ----------------------------------------- 15:52:10 [2023-03-05T20:52:10.733Z] [exec] - test2 rollback=true (xa. con opened closed after tx) : : PASS - 15:52:10 [2023-03-05T20:52:10.733Z] [exec] - test1 rollback=false (xa. con opened closed within tx) : : PASS - 15:52:10 [2023-03-05T20:52:10.733Z] [exec] - test3 rollback=false (xa non-xa within same tx) : : PASS - 15:52:10 [2023-03-05T20:52:10.733Z] [exec] - test2 rollback=true (non-xa. con opened closed after tx) : : PASS - 15:52:10 [2023-03-05T20:52:10.733Z] [exec] - openMaxConnections (non-xa) : : PASS - 15:52:10 [2023-03-05T20:52:10.733Z] [exec] - test1 rollback=false (non-xa. con opened closed within tx) : : PASS - 15:52:10 [2023-03-05T20:52:10.733Z] [exec] - test1 rollback=true (non-xa. con opened closed within tx) : : PASS - 15:52:10 [2023-03-05T20:52:10.733Z] [exec] - test2 rollback=false (non-xa. con opened closed after tx) : : PASS - 15:52:10 [2023-03-05T20:52:10.733Z] [exec] - test2 rollback=false (xa. con opened closed after tx) : : PASS - 15:52:10 [2023-03-05T20:52:10.733Z] [exec] - openAndCloseConnection (non-xa) : : PASS - 15:52:10 [2023-03-05T20:52:10.733Z] [exec] - test3 rollback=true (xa non-xa within same tx) : : PASS - 15:52:10 [2023-03-05T20:52:10.733Z] [exec] - test1 rollback=true (xa. con opened closed within tx) : : PASS - 15:52:10 [2023-03-05T20:52:10.733Z] [exec] ----------------------------------------- 15:52:10 [2023-03-05T20:52:10.733Z] [exec] Total PASS: 12 15:52:10 [2023-03-05T20:52:10.733Z] [exec] Total FAIL: 0 15:52:10 [2023-03-05T20:52:10.733Z] [exec] Total DID NOT RUN: 0 15:52:10 [2023-03-05T20:52:10.733Z] [exec] ----------------------------------------- 15:52:10 [2023-03-05T20:52:10.733Z] [exec] in flushAll , creating new testSuiteHash 15:52:10 [2023-03-05T20:52:10.733Z] [exec] in flushAll , creating new testSuiteHash 15:52:10 [2023-03-05T20:52:10.990Z] 15:52:10 [2023-03-05T20:52:10.990Z] checkReporting-common: 15:52:10 [2023-03-05T20:52:10.990Z] 15:52:10 [2023-03-05T20:52:10.990Z] confirmReportPresent-common: 15:52:10 [2023-03-05T20:52:10.990Z] [echo] file RepRunConf.txt is present. 15:52:10 [2023-03-05T20:52:10.990Z] [echo] Test seems to be reported fine 15:52:10 [2023-03-05T20:52:10.990Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/pooling/RepRunConf.txt 15:52:10 [2023-03-05T20:52:10.990Z] 15:52:10 [2023-03-05T20:52:10.990Z] confirmMissingReport-common: 15:52:10 [2023-03-05T20:52:10.990Z] 15:52:10 [2023-03-05T20:52:10.990Z] undeploy: 15:52:10 [2023-03-05T20:52:10.990Z] 15:52:10 [2023-03-05T20:52:10.990Z] setOSConditions: 15:52:10 [2023-03-05T20:52:10.990Z] 15:52:10 [2023-03-05T20:52:10.990Z] setToolWin: 15:52:10 [2023-03-05T20:52:10.990Z] 15:52:10 [2023-03-05T20:52:10.990Z] setToolUnix: 15:52:10 [2023-03-05T20:52:10.990Z] 15:52:10 [2023-03-05T20:52:10.990Z] setToolProperty: 15:52:10 [2023-03-05T20:52:10.990Z] 15:52:10 [2023-03-05T20:52:10.990Z] setS1ASclassPath: 15:52:10 [2023-03-05T20:52:10.990Z] 15:52:10 [2023-03-05T20:52:10.990Z] init-common: 15:52:10 [2023-03-05T20:52:10.990Z] 15:52:10 [2023-03-05T20:52:10.990Z] execute-sql-common: 15:52:10 [2023-03-05T20:52:10.990Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/pooling/sql/drop_pointbase.sql 15:52:10 [2023-03-05T20:52:10.990Z] [sql] 0 rows affected 15:52:11 [2023-03-05T20:52:11.246Z] [sql] Failed to execute: Drop table TXLEVELSWITCH2 15:52:11 [2023-03-05T20:52:11.246Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. 15:52:11 [2023-03-05T20:52:11.246Z] [sql] 1 of 2 SQL statements executed successfully 15:52:11 [2023-03-05T20:52:11.246Z] 15:52:11 [2023-03-05T20:52:11.246Z] setOSConditions: 15:52:11 [2023-03-05T20:52:11.246Z] 15:52:11 [2023-03-05T20:52:11.246Z] setToolWin: 15:52:11 [2023-03-05T20:52:11.246Z] 15:52:11 [2023-03-05T20:52:11.246Z] setToolUnix: 15:52:11 [2023-03-05T20:52:11.246Z] 15:52:11 [2023-03-05T20:52:11.246Z] setToolProperty: 15:52:11 [2023-03-05T20:52:11.246Z] 15:52:11 [2023-03-05T20:52:11.246Z] setS1ASclassPath: 15:52:11 [2023-03-05T20:52:11.246Z] 15:52:11 [2023-03-05T20:52:11.246Z] init-common: 15:52:11 [2023-03-05T20:52:11.246Z] 15:52:11 [2023-03-05T20:52:11.246Z] undeploy-common: 15:52:11 [2023-03-05T20:52:11.521Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-poolingApp 15:52:11 [2023-03-05T20:52:11.521Z] 15:52:11 [2023-03-05T20:52:11.521Z] setOSConditions: 15:52:11 [2023-03-05T20:52:11.521Z] 15:52:11 [2023-03-05T20:52:11.521Z] setToolWin: 15:52:11 [2023-03-05T20:52:11.521Z] 15:52:11 [2023-03-05T20:52:11.521Z] setToolUnix: 15:52:11 [2023-03-05T20:52:11.521Z] 15:52:11 [2023-03-05T20:52:11.521Z] setToolProperty: 15:52:11 [2023-03-05T20:52:11.521Z] 15:52:11 [2023-03-05T20:52:11.521Z] setS1ASclassPath: 15:52:11 [2023-03-05T20:52:11.521Z] 15:52:11 [2023-03-05T20:52:11.521Z] init-common: 15:52:11 [2023-03-05T20:52:11.521Z] 15:52:11 [2023-03-05T20:52:11.521Z] delete-jdbc-resource-common: 15:52:11 [2023-03-05T20:52:11.521Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/nonxaresource 15:52:11 [2023-03-05T20:52:11.776Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/nonxaresource 15:52:11 [2023-03-05T20:52:11.777Z] [exec] JDBC resource jdbc/nonxaresource deleted successfully 15:52:11 [2023-03-05T20:52:11.777Z] [echo] cmd executed for server 15:52:11 [2023-03-05T20:52:11.777Z] 15:52:11 [2023-03-05T20:52:11.777Z] setOSConditions: 15:52:11 [2023-03-05T20:52:11.777Z] 15:52:11 [2023-03-05T20:52:11.777Z] setToolWin: 15:52:11 [2023-03-05T20:52:11.777Z] 15:52:11 [2023-03-05T20:52:11.777Z] setToolUnix: 15:52:11 [2023-03-05T20:52:11.777Z] 15:52:11 [2023-03-05T20:52:11.777Z] setToolProperty: 15:52:11 [2023-03-05T20:52:11.777Z] 15:52:11 [2023-03-05T20:52:11.777Z] setS1ASclassPath: 15:52:11 [2023-03-05T20:52:11.777Z] 15:52:11 [2023-03-05T20:52:11.777Z] init-common: 15:52:11 [2023-03-05T20:52:11.777Z] 15:52:11 [2023-03-05T20:52:11.777Z] delete-jdbc-connpool-common: 15:52:11 [2023-03-05T20:52:11.777Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-derby-pool 15:52:12 [2023-03-05T20:52:12.033Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-derby-pool 15:52:12 [2023-03-05T20:52:12.033Z] [exec] JDBC Connection pool jdbc-derby-pool deleted successfully 15:52:12 [2023-03-05T20:52:12.033Z] [echo] cmd executed for server 15:52:12 [2023-03-05T20:52:12.033Z] 15:52:12 [2023-03-05T20:52:12.033Z] setOSConditions: 15:52:12 [2023-03-05T20:52:12.033Z] 15:52:12 [2023-03-05T20:52:12.033Z] setToolWin: 15:52:12 [2023-03-05T20:52:12.033Z] 15:52:12 [2023-03-05T20:52:12.033Z] setToolUnix: 15:52:12 [2023-03-05T20:52:12.033Z] 15:52:12 [2023-03-05T20:52:12.033Z] setToolProperty: 15:52:12 [2023-03-05T20:52:12.033Z] 15:52:12 [2023-03-05T20:52:12.033Z] setS1ASclassPath: 15:52:12 [2023-03-05T20:52:12.033Z] 15:52:12 [2023-03-05T20:52:12.033Z] init-common: 15:52:12 [2023-03-05T20:52:12.033Z] 15:52:12 [2023-03-05T20:52:12.033Z] delete-jdbc-resource-common: 15:52:12 [2023-03-05T20:52:12.033Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/nonxaresource-container 15:52:12 [2023-03-05T20:52:12.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/nonxaresource-container 15:52:12 [2023-03-05T20:52:12.289Z] [exec] JDBC resource jdbc/nonxaresource-container deleted successfully 15:52:12 [2023-03-05T20:52:12.289Z] [echo] cmd executed for server 15:52:12 [2023-03-05T20:52:12.289Z] 15:52:12 [2023-03-05T20:52:12.289Z] setOSConditions: 15:52:12 [2023-03-05T20:52:12.289Z] 15:52:12 [2023-03-05T20:52:12.289Z] setToolWin: 15:52:12 [2023-03-05T20:52:12.289Z] 15:52:12 [2023-03-05T20:52:12.289Z] setToolUnix: 15:52:12 [2023-03-05T20:52:12.289Z] 15:52:12 [2023-03-05T20:52:12.289Z] setToolProperty: 15:52:12 [2023-03-05T20:52:12.289Z] 15:52:12 [2023-03-05T20:52:12.289Z] setS1ASclassPath: 15:52:12 [2023-03-05T20:52:12.289Z] 15:52:12 [2023-03-05T20:52:12.289Z] init-common: 15:52:12 [2023-03-05T20:52:12.289Z] 15:52:12 [2023-03-05T20:52:12.289Z] delete-jdbc-connpool-common: 15:52:12 [2023-03-05T20:52:12.289Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-derby-pool-container 15:52:12 [2023-03-05T20:52:12.545Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-derby-pool-container 15:52:12 [2023-03-05T20:52:12.545Z] [exec] JDBC Connection pool jdbc-derby-pool-container deleted successfully 15:52:12 [2023-03-05T20:52:12.545Z] [echo] cmd executed for server 15:52:12 [2023-03-05T20:52:12.545Z] 15:52:12 [2023-03-05T20:52:12.545Z] setOSConditions: 15:52:12 [2023-03-05T20:52:12.545Z] 15:52:12 [2023-03-05T20:52:12.545Z] setToolWin: 15:52:12 [2023-03-05T20:52:12.545Z] 15:52:12 [2023-03-05T20:52:12.545Z] setToolUnix: 15:52:12 [2023-03-05T20:52:12.545Z] 15:52:12 [2023-03-05T20:52:12.545Z] setToolProperty: 15:52:12 [2023-03-05T20:52:12.545Z] 15:52:12 [2023-03-05T20:52:12.545Z] setS1ASclassPath: 15:52:12 [2023-03-05T20:52:12.545Z] 15:52:12 [2023-03-05T20:52:12.545Z] init-common: 15:52:12 [2023-03-05T20:52:12.545Z] 15:52:12 [2023-03-05T20:52:12.545Z] delete-jdbc-resource-common: 15:52:12 [2023-03-05T20:52:12.545Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/xaresource 15:52:13 [2023-03-05T20:52:13.123Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/xaresource 15:52:13 [2023-03-05T20:52:13.123Z] [exec] JDBC resource jdbc/xaresource deleted successfully 15:52:13 [2023-03-05T20:52:13.123Z] [echo] cmd executed for server 15:52:13 [2023-03-05T20:52:13.123Z] 15:52:13 [2023-03-05T20:52:13.123Z] setOSConditions: 15:52:13 [2023-03-05T20:52:13.123Z] 15:52:13 [2023-03-05T20:52:13.123Z] setToolWin: 15:52:13 [2023-03-05T20:52:13.123Z] 15:52:13 [2023-03-05T20:52:13.123Z] setToolUnix: 15:52:13 [2023-03-05T20:52:13.123Z] 15:52:13 [2023-03-05T20:52:13.123Z] setToolProperty: 15:52:13 [2023-03-05T20:52:13.123Z] 15:52:13 [2023-03-05T20:52:13.123Z] setS1ASclassPath: 15:52:13 [2023-03-05T20:52:13.123Z] 15:52:13 [2023-03-05T20:52:13.123Z] init-common: 15:52:13 [2023-03-05T20:52:13.123Z] 15:52:13 [2023-03-05T20:52:13.123Z] delete-jdbc-connpool-common: 15:52:13 [2023-03-05T20:52:13.123Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-derby-xa-pool 15:52:13 [2023-03-05T20:52:13.380Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-derby-xa-pool 15:52:13 [2023-03-05T20:52:13.380Z] [exec] JDBC Connection pool jdbc-derby-xa-pool deleted successfully 15:52:13 [2023-03-05T20:52:13.380Z] [echo] cmd executed for server 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] all: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setOSConditions: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setToolWin: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setToolUnix: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setToolProperty: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setS1ASclassPath: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] init-common: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] clean: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setOSConditions: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setToolWin: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setToolUnix: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setToolProperty: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setS1ASclassPath: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] init-common: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] clean-common: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setOSConditions: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setToolWin: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setToolUnix: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setToolProperty: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setS1ASclassPath: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] init-common: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] clean-classes-common: 15:52:13 [2023-03-05T20:52:13.380Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setOSConditions: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setToolWin: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setToolUnix: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setToolProperty: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setS1ASclassPath: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] init-common: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] clean-jars-common: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] compile: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setOSConditions: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setToolWin: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setToolUnix: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setToolProperty: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] setS1ASclassPath: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] init-common: 15:52:13 [2023-03-05T20:52:13.380Z] 15:52:13 [2023-03-05T20:52:13.380Z] compile-common: 15:52:13 [2023-03-05T20:52:13.380Z] [echo] Current time (ISO): 2023-03-05T20:52:13.154+0000 15:52:13 [2023-03-05T20:52:13.380Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:52:13 [2023-03-05T20:52:13.380Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:52:14 [2023-03-05T20:52:14.758Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:52:14 [2023-03-05T20:52:14.758Z] [javac] 1 warning 15:52:14 [2023-03-05T20:52:14.758Z] 15:52:14 [2023-03-05T20:52:14.758Z] setOSConditions: 15:52:14 [2023-03-05T20:52:14.758Z] 15:52:14 [2023-03-05T20:52:14.758Z] setToolWin: 15:52:14 [2023-03-05T20:52:14.758Z] 15:52:14 [2023-03-05T20:52:14.758Z] setToolUnix: 15:52:14 [2023-03-05T20:52:14.758Z] 15:52:14 [2023-03-05T20:52:14.758Z] setToolProperty: 15:52:14 [2023-03-05T20:52:14.758Z] 15:52:14 [2023-03-05T20:52:14.758Z] setS1ASclassPath: 15:52:14 [2023-03-05T20:52:14.758Z] 15:52:14 [2023-03-05T20:52:14.758Z] init-common: 15:52:14 [2023-03-05T20:52:14.758Z] 15:52:14 [2023-03-05T20:52:14.758Z] compile-common: 15:52:14 [2023-03-05T20:52:14.758Z] [echo] Current time (ISO): 2023-03-05T20:52:14.553+0000 15:52:14 [2023-03-05T20:52:14.758Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:52:15 [2023-03-05T20:52:15.692Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:52:15 [2023-03-05T20:52:15.973Z] [javac] 1 warning 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] build: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] setOSConditions: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] fixFiles: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] convUnix: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] convWin: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] setToolWin: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] setToolUnix: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] setToolProperty: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] setS1ASclassPath: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] init-common: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] package-persistence-common: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] ejb-jar-common: 15:52:15 [2023-03-05T20:52:15.973Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] package-ejbjar-common: 15:52:15 [2023-03-05T20:52:15.973Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:15 [2023-03-05T20:52:15.973Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:15 [2023-03-05T20:52:15.973Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:15 [2023-03-05T20:52:15.973Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcf-ejb.jar 15:52:15 [2023-03-05T20:52:15.973Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] appclient-jar-common: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] package-appclientjar-common: 15:52:15 [2023-03-05T20:52:15.973Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:15 [2023-03-05T20:52:15.973Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:15 [2023-03-05T20:52:15.973Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:15 [2023-03-05T20:52:15.973Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcf-client.jar 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] webclient-war-common: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] build-ear-common: 15:52:15 [2023-03-05T20:52:15.973Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:15 [2023-03-05T20:52:15.973Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcfApp.ear 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] deploy: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] setOSConditions: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] setToolWin: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] setToolUnix: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] setToolProperty: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] setS1ASclassPath: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] init-common: 15:52:15 [2023-03-05T20:52:15.973Z] 15:52:15 [2023-03-05T20:52:15.973Z] create-jdbc-driver-connpool-common: 15:52:16 [2023-03-05T20:52:16.229Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 15:52:16 [2023-03-05T20:52:16.229Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 15:52:16 [2023-03-05T20:52:16.229Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --restype java.sql.Driver --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --driverclassname org.apache.derby.jdbc.ClientDriver --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true --target server jdbc-driver-pool 15:52:16 [2023-03-05T20:52:16.230Z] [exec] JDBC connection pool jdbc-driver-pool created successfully. 15:52:16 [2023-03-05T20:52:16.230Z] 15:52:16 [2023-03-05T20:52:16.230Z] set-derby-driver-connpool-props: 15:52:16 [2023-03-05T20:52:16.230Z] 15:52:16 [2023-03-05T20:52:16.230Z] asadmin-common-ignore-fail: 15:52:16 [2023-03-05T20:52:16.230Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-driver-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 15:52:16 [2023-03-05T20:52:16.486Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-driver-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 15:52:16 [2023-03-05T20:52:16.486Z] [exec] domain.resources.jdbc-connection-pool.jdbc-driver-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 15:52:16 [2023-03-05T20:52:16.486Z] 15:52:16 [2023-03-05T20:52:16.486Z] setOSConditions: 15:52:16 [2023-03-05T20:52:16.486Z] 15:52:16 [2023-03-05T20:52:16.486Z] setToolWin: 15:52:16 [2023-03-05T20:52:16.486Z] 15:52:16 [2023-03-05T20:52:16.486Z] setToolUnix: 15:52:16 [2023-03-05T20:52:16.486Z] 15:52:16 [2023-03-05T20:52:16.486Z] setToolProperty: 15:52:16 [2023-03-05T20:52:16.486Z] 15:52:16 [2023-03-05T20:52:16.486Z] setS1ASclassPath: 15:52:16 [2023-03-05T20:52:16.486Z] 15:52:16 [2023-03-05T20:52:16.486Z] init-common: 15:52:16 [2023-03-05T20:52:16.486Z] 15:52:16 [2023-03-05T20:52:16.486Z] create-jdbc-resource-common: 15:52:16 [2023-03-05T20:52:16.486Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-driver-pool --target server jdbc/driverRes 15:52:16 [2023-03-05T20:52:16.742Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-driver-pool --enabled=true --target server jdbc/driverRes 15:52:16 [2023-03-05T20:52:16.742Z] [exec] JDBC resource jdbc/driverRes created successfully. 15:52:16 [2023-03-05T20:52:16.742Z] [echo] cmd executed for server 15:52:16 [2023-03-05T20:52:16.742Z] 15:52:16 [2023-03-05T20:52:16.742Z] setOSConditions: 15:52:16 [2023-03-05T20:52:16.742Z] 15:52:16 [2023-03-05T20:52:16.742Z] setToolWin: 15:52:16 [2023-03-05T20:52:16.742Z] 15:52:16 [2023-03-05T20:52:16.742Z] setToolUnix: 15:52:16 [2023-03-05T20:52:16.742Z] 15:52:16 [2023-03-05T20:52:16.742Z] setToolProperty: 15:52:16 [2023-03-05T20:52:16.742Z] 15:52:16 [2023-03-05T20:52:16.742Z] setS1ASclassPath: 15:52:16 [2023-03-05T20:52:16.742Z] 15:52:16 [2023-03-05T20:52:16.742Z] init-common: 15:52:16 [2023-03-05T20:52:16.742Z] 15:52:16 [2023-03-05T20:52:16.742Z] create-jdbc-resource-common: 15:52:16 [2023-03-05T20:52:16.742Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-driver-pool --target server jdbc/driverRes1 15:52:16 [2023-03-05T20:52:16.998Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-driver-pool --enabled=true --target server jdbc/driverRes1 15:52:16 [2023-03-05T20:52:16.999Z] [exec] JDBC resource jdbc/driverRes1 created successfully. 15:52:17 [2023-03-05T20:52:17.254Z] [echo] cmd executed for server 15:52:17 [2023-03-05T20:52:17.254Z] 15:52:17 [2023-03-05T20:52:17.254Z] asadmin-common: 15:52:17 [2023-03-05T20:52:17.254Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-driver-pool.property.URL=jdbc:derby://localhost:1527/testdb;user=dbuser;password=dbpassword 15:52:17 [2023-03-05T20:52:17.521Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-driver-pool.property.URL=jdbc:derby://localhost:1527/testdb;user=dbuser;password=dbpassword 15:52:17 [2023-03-05T20:52:17.521Z] [exec] domain.resources.jdbc-connection-pool.jdbc-driver-pool.property.URL=jdbc:derby://localhost:1527/testdb;user=dbuser;password=dbpassword 15:52:17 [2023-03-05T20:52:17.521Z] 15:52:17 [2023-03-05T20:52:17.521Z] setOSConditions: 15:52:17 [2023-03-05T20:52:17.521Z] 15:52:17 [2023-03-05T20:52:17.521Z] setToolWin: 15:52:17 [2023-03-05T20:52:17.521Z] 15:52:17 [2023-03-05T20:52:17.521Z] setToolUnix: 15:52:17 [2023-03-05T20:52:17.521Z] 15:52:17 [2023-03-05T20:52:17.521Z] setToolProperty: 15:52:17 [2023-03-05T20:52:17.521Z] 15:52:17 [2023-03-05T20:52:17.521Z] setS1ASclassPath: 15:52:17 [2023-03-05T20:52:17.521Z] 15:52:17 [2023-03-05T20:52:17.521Z] init-common: 15:52:17 [2023-03-05T20:52:17.521Z] 15:52:17 [2023-03-05T20:52:17.521Z] deploy-common: 15:52:17 [2023-03-05T20:52:17.521Z] [echo] Current time (ISO): 2023-03-05T20:52:17.278+0000 15:52:17 [2023-03-05T20:52:17.521Z] 15:52:17 [2023-03-05T20:52:17.521Z] setOSConditions: 15:52:17 [2023-03-05T20:52:17.521Z] 15:52:17 [2023-03-05T20:52:17.521Z] setToolWin: 15:52:17 [2023-03-05T20:52:17.521Z] 15:52:17 [2023-03-05T20:52:17.521Z] setToolUnix: 15:52:17 [2023-03-05T20:52:17.521Z] 15:52:17 [2023-03-05T20:52:17.521Z] setToolProperty: 15:52:17 [2023-03-05T20:52:17.521Z] 15:52:17 [2023-03-05T20:52:17.521Z] setS1ASclassPath: 15:52:17 [2023-03-05T20:52:17.521Z] 15:52:17 [2023-03-05T20:52:17.521Z] init-common: 15:52:17 [2023-03-05T20:52:17.521Z] 15:52:17 [2023-03-05T20:52:17.521Z] deploy-common-pe: 15:52:17 [2023-03-05T20:52:17.777Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcfApp.ear 15:52:17 [2023-03-05T20:52:17.777Z] [exec] Application deployed with name jdbc-dmmcfApp. 15:52:17 [2023-03-05T20:52:17.777Z] [echo] Deployment on target server server successful 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] setOSConditions: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] setToolWin: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] setToolUnix: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] setToolProperty: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] setS1ASclassPath: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] init-common: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] deploy-common-ee: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] run: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] setOSConditions: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] setToolWin: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] setToolUnix: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] setToolProperty: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] setS1ASclassPath: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] init-common: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] execute-sql-common: 15:52:17 [2023-03-05T20:52:17.777Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf/sql/create_pointbase.sql 15:52:17 [2023-03-05T20:52:17.777Z] [sql] Failed to execute: Drop table CONNSHARING 15:52:17 [2023-03-05T20:52:17.777Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONNSHARING' because it does not exist. 15:52:17 [2023-03-05T20:52:17.777Z] [sql] 0 rows affected 15:52:17 [2023-03-05T20:52:17.777Z] [sql] 1 of 2 SQL statements executed successfully 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] setOSConditions: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] setToolWin: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] setToolUnix: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] setToolProperty: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] setS1ASclassPath: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] init-common: 15:52:17 [2023-03-05T20:52:17.777Z] 15:52:17 [2023-03-05T20:52:17.777Z] runclient-common: 15:52:17 [2023-03-05T20:52:17.777Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcfAppClient.jar -name jdbc-dmmcfClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:52:18 [2023-03-05T20:52:18.705Z] [exec] Mar 05, 2023 8:52:18 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:52:18 [2023-03-05T20:52:18.705Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:52:20 [2023-03-05T20:52:20.620Z] [exec] Mar 05, 2023 8:52:20 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:52:20 [2023-03-05T20:52:20.620Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2ca54da9 15:52:20 [2023-03-05T20:52:20.876Z] [exec] Value of key is: test1 : 15:52:20 [2023-03-05T20:52:20.876Z] [exec] Value of key is: test2 : 15:52:20 [2023-03-05T20:52:20.876Z] [exec] Value of key is: test3 : 15:52:20 [2023-03-05T20:52:20.876Z] [exec] Value of key is: test4 : 15:52:20 [2023-03-05T20:52:20.876Z] [exec] Value of key is: test5 : 15:52:20 [2023-03-05T20:52:20.876Z] [exec] Value of key is: test6 : 15:52:20 [2023-03-05T20:52:20.876Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:52:20 [2023-03-05T20:52:20.876Z] [exec] 15:52:20 [2023-03-05T20:52:20.876Z] [exec] 15:52:20 [2023-03-05T20:52:20.876Z] [exec] ----------------------------------------- 15:52:20 [2023-03-05T20:52:20.876Z] [exec] - test2 : : PASS - 15:52:20 [2023-03-05T20:52:20.876Z] [exec] - test1 : : PASS - 15:52:20 [2023-03-05T20:52:20.876Z] [exec] - test3 : : PASS - 15:52:20 [2023-03-05T20:52:20.876Z] [exec] - test6 : : PASS - 15:52:20 [2023-03-05T20:52:20.876Z] [exec] - test4 : : PASS - 15:52:20 [2023-03-05T20:52:20.876Z] [exec] - test5 : : PASS - 15:52:20 [2023-03-05T20:52:20.876Z] [exec] ----------------------------------------- 15:52:20 [2023-03-05T20:52:20.876Z] [exec] Total PASS: 6 15:52:20 [2023-03-05T20:52:20.876Z] [exec] Total FAIL: 0 15:52:20 [2023-03-05T20:52:20.876Z] [exec] Total DID NOT RUN: 0 15:52:20 [2023-03-05T20:52:20.876Z] [exec] ----------------------------------------- 15:52:20 [2023-03-05T20:52:20.876Z] [exec] in flushAll , creating new testSuiteHash 15:52:21 [2023-03-05T20:52:21.133Z] [exec] in flushAll , creating new testSuiteHash 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] checkReporting-common: 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] confirmReportPresent-common: 15:52:21 [2023-03-05T20:52:21.389Z] [echo] file RepRunConf.txt is present. 15:52:21 [2023-03-05T20:52:21.389Z] [echo] Test seems to be reported fine 15:52:21 [2023-03-05T20:52:21.389Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf/RepRunConf.txt 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] confirmMissingReport-common: 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] undeploy: 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] setOSConditions: 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] setToolWin: 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] setToolUnix: 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] setToolProperty: 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] setS1ASclassPath: 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] init-common: 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] execute-sql-common: 15:52:21 [2023-03-05T20:52:21.389Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf/sql/drop_pointbase.sql 15:52:21 [2023-03-05T20:52:21.389Z] [sql] 0 rows affected 15:52:21 [2023-03-05T20:52:21.389Z] [sql] 1 of 1 SQL statements executed successfully 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] setOSConditions: 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] setToolWin: 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] setToolUnix: 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] setToolProperty: 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] setS1ASclassPath: 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] init-common: 15:52:21 [2023-03-05T20:52:21.389Z] 15:52:21 [2023-03-05T20:52:21.389Z] delete-jdbc-resource-common: 15:52:21 [2023-03-05T20:52:21.389Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/driverRes 15:52:21 [2023-03-05T20:52:21.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/driverRes 15:52:21 [2023-03-05T20:52:21.645Z] [exec] JDBC resource jdbc/driverRes deleted successfully 15:52:21 [2023-03-05T20:52:21.645Z] [echo] cmd executed for server 15:52:21 [2023-03-05T20:52:21.645Z] 15:52:21 [2023-03-05T20:52:21.645Z] setOSConditions: 15:52:21 [2023-03-05T20:52:21.645Z] 15:52:21 [2023-03-05T20:52:21.645Z] setToolWin: 15:52:21 [2023-03-05T20:52:21.645Z] 15:52:21 [2023-03-05T20:52:21.645Z] setToolUnix: 15:52:21 [2023-03-05T20:52:21.645Z] 15:52:21 [2023-03-05T20:52:21.645Z] setToolProperty: 15:52:21 [2023-03-05T20:52:21.645Z] 15:52:21 [2023-03-05T20:52:21.645Z] setS1ASclassPath: 15:52:21 [2023-03-05T20:52:21.645Z] 15:52:21 [2023-03-05T20:52:21.645Z] init-common: 15:52:21 [2023-03-05T20:52:21.645Z] 15:52:21 [2023-03-05T20:52:21.645Z] delete-jdbc-resource-common: 15:52:21 [2023-03-05T20:52:21.645Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/driverRes1 15:52:21 [2023-03-05T20:52:21.901Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/driverRes1 15:52:21 [2023-03-05T20:52:21.901Z] [exec] JDBC resource jdbc/driverRes1 deleted successfully 15:52:21 [2023-03-05T20:52:21.901Z] [echo] cmd executed for server 15:52:21 [2023-03-05T20:52:21.901Z] 15:52:21 [2023-03-05T20:52:21.901Z] setOSConditions: 15:52:21 [2023-03-05T20:52:21.901Z] 15:52:21 [2023-03-05T20:52:21.901Z] setToolWin: 15:52:21 [2023-03-05T20:52:21.901Z] 15:52:21 [2023-03-05T20:52:21.901Z] setToolUnix: 15:52:21 [2023-03-05T20:52:21.901Z] 15:52:21 [2023-03-05T20:52:21.901Z] setToolProperty: 15:52:21 [2023-03-05T20:52:21.901Z] 15:52:21 [2023-03-05T20:52:21.901Z] setS1ASclassPath: 15:52:21 [2023-03-05T20:52:21.901Z] 15:52:21 [2023-03-05T20:52:21.901Z] init-common: 15:52:21 [2023-03-05T20:52:21.901Z] 15:52:21 [2023-03-05T20:52:21.901Z] delete-jdbc-connpool-common: 15:52:21 [2023-03-05T20:52:21.901Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-driver-pool 15:52:22 [2023-03-05T20:52:22.157Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-driver-pool 15:52:22 [2023-03-05T20:52:22.157Z] [exec] JDBC Connection pool jdbc-driver-pool deleted successfully 15:52:22 [2023-03-05T20:52:22.157Z] [echo] cmd executed for server 15:52:22 [2023-03-05T20:52:22.157Z] 15:52:22 [2023-03-05T20:52:22.157Z] setOSConditions: 15:52:22 [2023-03-05T20:52:22.157Z] 15:52:22 [2023-03-05T20:52:22.157Z] setToolWin: 15:52:22 [2023-03-05T20:52:22.157Z] 15:52:22 [2023-03-05T20:52:22.157Z] setToolUnix: 15:52:22 [2023-03-05T20:52:22.157Z] 15:52:22 [2023-03-05T20:52:22.157Z] setToolProperty: 15:52:22 [2023-03-05T20:52:22.157Z] 15:52:22 [2023-03-05T20:52:22.157Z] setS1ASclassPath: 15:52:22 [2023-03-05T20:52:22.157Z] 15:52:22 [2023-03-05T20:52:22.157Z] init-common: 15:52:22 [2023-03-05T20:52:22.157Z] 15:52:22 [2023-03-05T20:52:22.157Z] undeploy-common: 15:52:22 [2023-03-05T20:52:22.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-dmmcfApp 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] all: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setOSConditions: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setToolWin: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setToolUnix: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setToolProperty: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setS1ASclassPath: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] init-common: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] clean: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setOSConditions: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setToolWin: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setToolUnix: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setToolProperty: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setS1ASclassPath: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] init-common: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] clean-common: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setOSConditions: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setToolWin: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setToolUnix: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setToolProperty: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setS1ASclassPath: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] init-common: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] clean-classes-common: 15:52:22 [2023-03-05T20:52:22.678Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setOSConditions: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setToolWin: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setToolUnix: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setToolProperty: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setS1ASclassPath: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] init-common: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] clean-jars-common: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] compile: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setOSConditions: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setToolWin: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setToolUnix: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setToolProperty: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] setS1ASclassPath: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] init-common: 15:52:22 [2023-03-05T20:52:22.678Z] 15:52:22 [2023-03-05T20:52:22.678Z] compile-common: 15:52:22 [2023-03-05T20:52:22.678Z] [echo] Current time (ISO): 2023-03-05T20:52:22.462+0000 15:52:22 [2023-03-05T20:52:22.678Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:52:22 [2023-03-05T20:52:22.678Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:52:23 [2023-03-05T20:52:23.621Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:52:23 [2023-03-05T20:52:23.876Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/ejb/SimpleBMPBean.java:49: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:52:23 [2023-03-05T20:52:23.876Z] [javac] return new Integer(1); 15:52:23 [2023-03-05T20:52:23.876Z] [javac] ^ 15:52:23 [2023-03-05T20:52:23.876Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/ejb/SimpleBMPBean.java uses unchecked or unsafe operations. 15:52:23 [2023-03-05T20:52:23.876Z] [javac] Note: Recompile with -Xlint:unchecked for details. 15:52:23 [2023-03-05T20:52:23.876Z] [javac] 2 warnings 15:52:23 [2023-03-05T20:52:23.876Z] 15:52:23 [2023-03-05T20:52:23.876Z] setOSConditions: 15:52:23 [2023-03-05T20:52:23.876Z] 15:52:23 [2023-03-05T20:52:23.876Z] setToolWin: 15:52:23 [2023-03-05T20:52:23.876Z] 15:52:23 [2023-03-05T20:52:23.876Z] setToolUnix: 15:52:23 [2023-03-05T20:52:23.876Z] 15:52:23 [2023-03-05T20:52:23.876Z] setToolProperty: 15:52:23 [2023-03-05T20:52:23.876Z] 15:52:23 [2023-03-05T20:52:23.876Z] setS1ASclassPath: 15:52:23 [2023-03-05T20:52:23.876Z] 15:52:23 [2023-03-05T20:52:23.876Z] init-common: 15:52:23 [2023-03-05T20:52:23.876Z] 15:52:23 [2023-03-05T20:52:23.876Z] compile-common: 15:52:23 [2023-03-05T20:52:23.876Z] [echo] Current time (ISO): 2023-03-05T20:52:23.772+0000 15:52:23 [2023-03-05T20:52:23.876Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:52:25 [2023-03-05T20:52:25.241Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:52:25 [2023-03-05T20:52:25.241Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/client/Client.java:217: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 15:52:25 [2023-03-05T20:52:25.241Z] [javac] return new Integer(returnValue.get("count").toString()); 15:52:25 [2023-03-05T20:52:25.241Z] [javac] ^ 15:52:25 [2023-03-05T20:52:25.241Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/client/Client.java uses unchecked or unsafe operations. 15:52:25 [2023-03-05T20:52:25.241Z] [javac] Note: Recompile with -Xlint:unchecked for details. 15:52:25 [2023-03-05T20:52:25.241Z] [javac] 2 warnings 15:52:25 [2023-03-05T20:52:25.241Z] 15:52:25 [2023-03-05T20:52:25.241Z] build: 15:52:25 [2023-03-05T20:52:25.241Z] 15:52:25 [2023-03-05T20:52:25.241Z] setOSConditions: 15:52:25 [2023-03-05T20:52:25.241Z] 15:52:25 [2023-03-05T20:52:25.241Z] fixFiles: 15:52:25 [2023-03-05T20:52:25.241Z] 15:52:25 [2023-03-05T20:52:25.241Z] convUnix: 15:52:25 [2023-03-05T20:52:25.241Z] 15:52:25 [2023-03-05T20:52:25.241Z] convWin: 15:52:25 [2023-03-05T20:52:25.241Z] 15:52:25 [2023-03-05T20:52:25.241Z] setToolWin: 15:52:25 [2023-03-05T20:52:25.241Z] 15:52:25 [2023-03-05T20:52:25.241Z] setToolUnix: 15:52:25 [2023-03-05T20:52:25.241Z] 15:52:25 [2023-03-05T20:52:25.241Z] setToolProperty: 15:52:25 [2023-03-05T20:52:25.241Z] 15:52:25 [2023-03-05T20:52:25.241Z] setS1ASclassPath: 15:52:25 [2023-03-05T20:52:25.241Z] 15:52:25 [2023-03-05T20:52:25.241Z] init-common: 15:52:25 [2023-03-05T20:52:25.241Z] 15:52:25 [2023-03-05T20:52:25.241Z] package-persistence-common: 15:52:25 [2023-03-05T20:52:25.241Z] 15:52:25 [2023-03-05T20:52:25.241Z] ejb-jar-common: 15:52:25 [2023-03-05T20:52:25.241Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:52:25 [2023-03-05T20:52:25.241Z] 15:52:25 [2023-03-05T20:52:25.241Z] package-ejbjar-common: 15:52:25 [2023-03-05T20:52:25.241Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:25 [2023-03-05T20:52:25.241Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:25 [2023-03-05T20:52:25.241Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:25 [2023-03-05T20:52:25.242Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-ejb.jar 15:52:25 [2023-03-05T20:52:25.242Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:25 [2023-03-05T20:52:25.242Z] 15:52:25 [2023-03-05T20:52:25.242Z] appclient-jar-common: 15:52:25 [2023-03-05T20:52:25.242Z] 15:52:25 [2023-03-05T20:52:25.242Z] package-appclientjar-common: 15:52:25 [2023-03-05T20:52:25.242Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:25 [2023-03-05T20:52:25.242Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:25 [2023-03-05T20:52:25.242Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:25 [2023-03-05T20:52:25.242Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-client.jar 15:52:25 [2023-03-05T20:52:25.242Z] 15:52:25 [2023-03-05T20:52:25.242Z] webclient-war-common: 15:52:25 [2023-03-05T20:52:25.242Z] 15:52:25 [2023-03-05T20:52:25.242Z] build-ear-common: 15:52:25 [2023-03-05T20:52:25.242Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:25 [2023-03-05T20:52:25.242Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear 15:52:25 [2023-03-05T20:52:25.242Z] 15:52:25 [2023-03-05T20:52:25.242Z] deploy: 15:52:25 [2023-03-05T20:52:25.242Z] 15:52:25 [2023-03-05T20:52:25.242Z] setOSConditions: 15:52:25 [2023-03-05T20:52:25.242Z] 15:52:25 [2023-03-05T20:52:25.242Z] setToolWin: 15:52:25 [2023-03-05T20:52:25.242Z] 15:52:25 [2023-03-05T20:52:25.242Z] setToolUnix: 15:52:25 [2023-03-05T20:52:25.242Z] 15:52:25 [2023-03-05T20:52:25.242Z] setToolProperty: 15:52:25 [2023-03-05T20:52:25.242Z] 15:52:25 [2023-03-05T20:52:25.242Z] setS1ASclassPath: 15:52:25 [2023-03-05T20:52:25.242Z] 15:52:25 [2023-03-05T20:52:25.242Z] init-common: 15:52:25 [2023-03-05T20:52:25.242Z] 15:52:25 [2023-03-05T20:52:25.242Z] execute-sql-common: 15:52:25 [2023-03-05T20:52:25.242Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/sql/create_pointbase.sql 15:52:25 [2023-03-05T20:52:25.242Z] [sql] Failed to execute: Drop table O_Customer 15:52:25 [2023-03-05T20:52:25.242Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 0 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] Failed to execute: Drop table DESTROYED_INFO 15:52:25 [2023-03-05T20:52:25.242Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DESTROYED_INFO' because it does not exist. 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 0 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 1 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 1 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 1 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 1 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 1 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 1 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 1 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 1 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 1 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 1 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 1 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 1 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 1 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 1 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 1 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] 1 rows affected 15:52:25 [2023-03-05T20:52:25.242Z] [sql] Failed to execute: drop table owner 15:52:25 [2023-03-05T20:52:25.242Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER' because it does not exist. 15:52:25 [2023-03-05T20:52:25.519Z] [sql] 0 rows affected 15:52:25 [2023-03-05T20:52:25.519Z] [sql] 19 of 22 SQL statements executed successfully 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] setOSConditions: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] setToolWin: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] setToolUnix: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] setToolProperty: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] setS1ASclassPath: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] init-common: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] setup: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] setOSConditions: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] setToolWin: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] setToolUnix: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] setToolProperty: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] setS1ASclassPath: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] init-common: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] deploy-jdbc-common: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] setOSConditions: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] setToolWin: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] setToolUnix: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] setToolProperty: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] setS1ASclassPath: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] init-common: 15:52:25 [2023-03-05T20:52:25.519Z] 15:52:25 [2023-03-05T20:52:25.519Z] create-jdbc-connpool-common: 15:52:25 [2023-03-05T20:52:25.775Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-unshareable-pool 15:52:25 [2023-03-05T20:52:25.776Z] [exec] JDBC connection pool jdbc-unshareable-pool created successfully. 15:52:25 [2023-03-05T20:52:25.776Z] 15:52:25 [2023-03-05T20:52:25.776Z] set-derby-connpool-props: 15:52:26 [2023-03-05T20:52:26.032Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.User=dbuser 15:52:26 [2023-03-05T20:52:26.032Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.User=dbuser 15:52:26 [2023-03-05T20:52:26.594Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.Password=dbpassword 15:52:26 [2023-03-05T20:52:26.594Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.Password=dbpassword 15:52:26 [2023-03-05T20:52:26.594Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.driverType=4 15:52:26 [2023-03-05T20:52:26.594Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.driverType=4 15:52:27 [2023-03-05T20:52:27.158Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.portNumber=1527 15:52:27 [2023-03-05T20:52:27.158Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.portNumber=1527 15:52:27 [2023-03-05T20:52:27.421Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.dataBaseName=testdb 15:52:27 [2023-03-05T20:52:27.421Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.dataBaseName=testdb 15:52:27 [2023-03-05T20:52:27.677Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:52:27 [2023-03-05T20:52:27.677Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:52:27 [2023-03-05T20:52:27.933Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.create=true 15:52:27 [2023-03-05T20:52:27.933Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.create=true 15:52:28 [2023-03-05T20:52:28.189Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.serverName=localhost 15:52:28 [2023-03-05T20:52:28.189Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.serverName=localhost 15:52:28 [2023-03-05T20:52:28.189Z] 15:52:28 [2023-03-05T20:52:28.189Z] setOSConditions: 15:52:28 [2023-03-05T20:52:28.189Z] 15:52:28 [2023-03-05T20:52:28.189Z] setToolWin: 15:52:28 [2023-03-05T20:52:28.189Z] 15:52:28 [2023-03-05T20:52:28.189Z] setToolUnix: 15:52:28 [2023-03-05T20:52:28.189Z] 15:52:28 [2023-03-05T20:52:28.189Z] setToolProperty: 15:52:28 [2023-03-05T20:52:28.189Z] 15:52:28 [2023-03-05T20:52:28.189Z] setS1ASclassPath: 15:52:28 [2023-03-05T20:52:28.189Z] 15:52:28 [2023-03-05T20:52:28.189Z] init-common: 15:52:28 [2023-03-05T20:52:28.189Z] 15:52:28 [2023-03-05T20:52:28.189Z] create-jdbc-resource-common: 15:52:28 [2023-03-05T20:52:28.189Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-unshareable-pool --target server jdbc/unshareable 15:52:28 [2023-03-05T20:52:28.445Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-unshareable-pool --enabled=true --target server jdbc/unshareable 15:52:28 [2023-03-05T20:52:28.445Z] [exec] JDBC resource jdbc/unshareable created successfully. 15:52:28 [2023-03-05T20:52:28.445Z] [echo] cmd executed for server 15:52:28 [2023-03-05T20:52:28.445Z] 15:52:28 [2023-03-05T20:52:28.445Z] setOSConditions: 15:52:28 [2023-03-05T20:52:28.445Z] 15:52:28 [2023-03-05T20:52:28.445Z] setToolWin: 15:52:28 [2023-03-05T20:52:28.445Z] 15:52:28 [2023-03-05T20:52:28.445Z] setToolUnix: 15:52:28 [2023-03-05T20:52:28.445Z] 15:52:28 [2023-03-05T20:52:28.445Z] setToolProperty: 15:52:28 [2023-03-05T20:52:28.445Z] 15:52:28 [2023-03-05T20:52:28.445Z] setS1ASclassPath: 15:52:28 [2023-03-05T20:52:28.445Z] 15:52:28 [2023-03-05T20:52:28.445Z] init-common: 15:52:28 [2023-03-05T20:52:28.445Z] 15:52:28 [2023-03-05T20:52:28.445Z] deploy-jdbc-common: 15:52:28 [2023-03-05T20:52:28.445Z] 15:52:28 [2023-03-05T20:52:28.445Z] setOSConditions: 15:52:28 [2023-03-05T20:52:28.445Z] 15:52:28 [2023-03-05T20:52:28.445Z] setToolWin: 15:52:28 [2023-03-05T20:52:28.445Z] 15:52:28 [2023-03-05T20:52:28.445Z] setToolUnix: 15:52:28 [2023-03-05T20:52:28.445Z] 15:52:28 [2023-03-05T20:52:28.445Z] setToolProperty: 15:52:28 [2023-03-05T20:52:28.445Z] 15:52:28 [2023-03-05T20:52:28.445Z] setS1ASclassPath: 15:52:28 [2023-03-05T20:52:28.445Z] 15:52:28 [2023-03-05T20:52:28.445Z] init-common: 15:52:28 [2023-03-05T20:52:28.445Z] 15:52:28 [2023-03-05T20:52:28.445Z] create-jdbc-connpool-common: 15:52:28 [2023-03-05T20:52:28.721Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-shareable-pool 15:52:28 [2023-03-05T20:52:28.977Z] [exec] JDBC connection pool jdbc-shareable-pool created successfully. 15:52:28 [2023-03-05T20:52:28.977Z] 15:52:28 [2023-03-05T20:52:28.977Z] set-derby-connpool-props: 15:52:29 [2023-03-05T20:52:29.233Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.User=dbuser 15:52:29 [2023-03-05T20:52:29.233Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.User=dbuser 15:52:29 [2023-03-05T20:52:29.489Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.Password=dbpassword 15:52:29 [2023-03-05T20:52:29.489Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.Password=dbpassword 15:52:29 [2023-03-05T20:52:29.745Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.driverType=4 15:52:29 [2023-03-05T20:52:29.745Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.driverType=4 15:52:30 [2023-03-05T20:52:30.001Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.portNumber=1527 15:52:30 [2023-03-05T20:52:30.001Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.portNumber=1527 15:52:30 [2023-03-05T20:52:30.564Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.dataBaseName=testdb 15:52:30 [2023-03-05T20:52:30.564Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.dataBaseName=testdb 15:52:30 [2023-03-05T20:52:30.820Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:52:30 [2023-03-05T20:52:30.820Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:52:31 [2023-03-05T20:52:31.076Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.create=true 15:52:31 [2023-03-05T20:52:31.076Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.create=true 15:52:31 [2023-03-05T20:52:31.334Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.serverName=localhost 15:52:31 [2023-03-05T20:52:31.334Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.serverName=localhost 15:52:31 [2023-03-05T20:52:31.334Z] 15:52:31 [2023-03-05T20:52:31.334Z] setOSConditions: 15:52:31 [2023-03-05T20:52:31.334Z] 15:52:31 [2023-03-05T20:52:31.334Z] setToolWin: 15:52:31 [2023-03-05T20:52:31.334Z] 15:52:31 [2023-03-05T20:52:31.334Z] setToolUnix: 15:52:31 [2023-03-05T20:52:31.334Z] 15:52:31 [2023-03-05T20:52:31.334Z] setToolProperty: 15:52:31 [2023-03-05T20:52:31.334Z] 15:52:31 [2023-03-05T20:52:31.334Z] setS1ASclassPath: 15:52:31 [2023-03-05T20:52:31.334Z] 15:52:31 [2023-03-05T20:52:31.334Z] init-common: 15:52:31 [2023-03-05T20:52:31.334Z] 15:52:31 [2023-03-05T20:52:31.334Z] create-jdbc-resource-common: 15:52:31 [2023-03-05T20:52:31.334Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-shareable-pool --target server jdbc/shareable 15:52:31 [2023-03-05T20:52:31.590Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-shareable-pool --enabled=true --target server jdbc/shareable 15:52:31 [2023-03-05T20:52:31.590Z] [exec] JDBC resource jdbc/shareable created successfully. 15:52:31 [2023-03-05T20:52:31.590Z] [echo] cmd executed for server 15:52:31 [2023-03-05T20:52:31.590Z] 15:52:31 [2023-03-05T20:52:31.590Z] setOSConditions: 15:52:31 [2023-03-05T20:52:31.590Z] 15:52:31 [2023-03-05T20:52:31.590Z] setToolWin: 15:52:31 [2023-03-05T20:52:31.590Z] 15:52:31 [2023-03-05T20:52:31.590Z] setToolUnix: 15:52:31 [2023-03-05T20:52:31.590Z] 15:52:31 [2023-03-05T20:52:31.590Z] setToolProperty: 15:52:31 [2023-03-05T20:52:31.590Z] 15:52:31 [2023-03-05T20:52:31.590Z] setS1ASclassPath: 15:52:31 [2023-03-05T20:52:31.590Z] 15:52:31 [2023-03-05T20:52:31.590Z] init-common: 15:52:31 [2023-03-05T20:52:31.590Z] 15:52:31 [2023-03-05T20:52:31.590Z] deploy-jdbc-driver-common: 15:52:31 [2023-03-05T20:52:31.590Z] 15:52:31 [2023-03-05T20:52:31.590Z] setOSConditions: 15:52:31 [2023-03-05T20:52:31.590Z] 15:52:31 [2023-03-05T20:52:31.590Z] setToolWin: 15:52:31 [2023-03-05T20:52:31.590Z] 15:52:31 [2023-03-05T20:52:31.590Z] setToolUnix: 15:52:31 [2023-03-05T20:52:31.590Z] 15:52:31 [2023-03-05T20:52:31.590Z] setToolProperty: 15:52:31 [2023-03-05T20:52:31.590Z] 15:52:31 [2023-03-05T20:52:31.590Z] setS1ASclassPath: 15:52:31 [2023-03-05T20:52:31.590Z] 15:52:31 [2023-03-05T20:52:31.590Z] init-common: 15:52:31 [2023-03-05T20:52:31.590Z] 15:52:31 [2023-03-05T20:52:31.590Z] create-jdbc-driver-connpool-common: 15:52:31 [2023-03-05T20:52:31.846Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 15:52:31 [2023-03-05T20:52:31.846Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 15:52:31 [2023-03-05T20:52:31.847Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --restype java.sql.Driver --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --driverclassname org.apache.derby.jdbc.ClientDriver --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true --target server jdbc-local-pool 15:52:31 [2023-03-05T20:52:31.847Z] [exec] JDBC connection pool jdbc-local-pool created successfully. 15:52:31 [2023-03-05T20:52:31.847Z] 15:52:31 [2023-03-05T20:52:31.847Z] set-derby-driver-connpool-props: 15:52:31 [2023-03-05T20:52:31.847Z] 15:52:31 [2023-03-05T20:52:31.847Z] asadmin-common-ignore-fail: 15:52:31 [2023-03-05T20:52:31.847Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 15:52:32 [2023-03-05T20:52:32.427Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 15:52:32 [2023-03-05T20:52:32.427Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 15:52:32 [2023-03-05T20:52:32.427Z] 15:52:32 [2023-03-05T20:52:32.427Z] setOSConditions: 15:52:32 [2023-03-05T20:52:32.427Z] 15:52:32 [2023-03-05T20:52:32.427Z] setToolWin: 15:52:32 [2023-03-05T20:52:32.427Z] 15:52:32 [2023-03-05T20:52:32.427Z] setToolUnix: 15:52:32 [2023-03-05T20:52:32.427Z] 15:52:32 [2023-03-05T20:52:32.427Z] setToolProperty: 15:52:32 [2023-03-05T20:52:32.427Z] 15:52:32 [2023-03-05T20:52:32.427Z] setS1ASclassPath: 15:52:32 [2023-03-05T20:52:32.427Z] 15:52:32 [2023-03-05T20:52:32.427Z] init-common: 15:52:32 [2023-03-05T20:52:32.427Z] 15:52:32 [2023-03-05T20:52:32.427Z] create-jdbc-resource-common: 15:52:32 [2023-03-05T20:52:32.427Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-local-pool --target server jdbc/localdatasource 15:52:32 [2023-03-05T20:52:32.683Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-local-pool --enabled=true --target server jdbc/localdatasource 15:52:32 [2023-03-05T20:52:32.683Z] [exec] JDBC resource jdbc/localdatasource created successfully. 15:52:32 [2023-03-05T20:52:32.683Z] [echo] cmd executed for server 15:52:32 [2023-03-05T20:52:32.683Z] 15:52:32 [2023-03-05T20:52:32.683Z] asadmin-common: 15:52:32 [2023-03-05T20:52:32.683Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 15:52:32 [2023-03-05T20:52:32.939Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 15:52:32 [2023-03-05T20:52:32.939Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 15:52:32 [2023-03-05T20:52:32.939Z] 15:52:32 [2023-03-05T20:52:32.939Z] asadmin-common: 15:52:32 [2023-03-05T20:52:32.939Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-shareable-pool.steady_pool_size=5 15:52:33 [2023-03-05T20:52:33.195Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.steady_pool_size=5 15:52:33 [2023-03-05T20:52:33.195Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.steady-pool-size=5 15:52:33 [2023-03-05T20:52:33.195Z] 15:52:33 [2023-03-05T20:52:33.195Z] asadmin-common: 15:52:33 [2023-03-05T20:52:33.195Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-shareable-pool.max_pool_size=5 15:52:33 [2023-03-05T20:52:33.451Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.max_pool_size=5 15:52:33 [2023-03-05T20:52:33.451Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.max-pool-size=5 15:52:33 [2023-03-05T20:52:33.451Z] 15:52:33 [2023-03-05T20:52:33.451Z] asadmin-common: 15:52:33 [2023-03-05T20:52:33.451Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-shareable-pool.idle_timeout_in_seconds=3600 15:52:33 [2023-03-05T20:52:33.707Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.idle_timeout_in_seconds=3600 15:52:33 [2023-03-05T20:52:33.707Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.idle-timeout-in-seconds=3600 15:52:33 [2023-03-05T20:52:33.707Z] 15:52:33 [2023-03-05T20:52:33.707Z] asadmin-common: 15:52:33 [2023-03-05T20:52:33.707Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.steady_pool_size=5 15:52:34 [2023-03-05T20:52:34.269Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.steady_pool_size=5 15:52:34 [2023-03-05T20:52:34.269Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.steady-pool-size=5 15:52:34 [2023-03-05T20:52:34.269Z] 15:52:34 [2023-03-05T20:52:34.269Z] asadmin-common: 15:52:34 [2023-03-05T20:52:34.269Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.max_pool_size=5 15:52:34 [2023-03-05T20:52:34.525Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.max_pool_size=5 15:52:34 [2023-03-05T20:52:34.525Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.max-pool-size=5 15:52:34 [2023-03-05T20:52:34.525Z] 15:52:34 [2023-03-05T20:52:34.525Z] asadmin-common: 15:52:34 [2023-03-05T20:52:34.525Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.idle_timeout_in_seconds=3600 15:52:34 [2023-03-05T20:52:34.781Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.idle_timeout_in_seconds=3600 15:52:34 [2023-03-05T20:52:34.781Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.idle-timeout-in-seconds=3600 15:52:34 [2023-03-05T20:52:34.781Z] 15:52:34 [2023-03-05T20:52:34.781Z] asadmin-common: 15:52:34 [2023-03-05T20:52:34.781Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.steady_pool_size=5 15:52:35 [2023-03-05T20:52:35.037Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.steady_pool_size=5 15:52:35 [2023-03-05T20:52:35.037Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.steady-pool-size=5 15:52:35 [2023-03-05T20:52:35.037Z] 15:52:35 [2023-03-05T20:52:35.037Z] asadmin-common: 15:52:35 [2023-03-05T20:52:35.037Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.max_pool_size=5 15:52:35 [2023-03-05T20:52:35.295Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.max_pool_size=5 15:52:35 [2023-03-05T20:52:35.295Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.max-pool-size=5 15:52:35 [2023-03-05T20:52:35.295Z] 15:52:35 [2023-03-05T20:52:35.295Z] asadmin-common: 15:52:35 [2023-03-05T20:52:35.295Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.idle_timeout_in_seconds=3600 15:52:35 [2023-03-05T20:52:35.551Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.idle_timeout_in_seconds=3600 15:52:35 [2023-03-05T20:52:35.551Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.idle-timeout-in-seconds=3600 15:52:35 [2023-03-05T20:52:35.551Z] 15:52:35 [2023-03-05T20:52:35.551Z] setOSConditions: 15:52:35 [2023-03-05T20:52:35.551Z] 15:52:35 [2023-03-05T20:52:35.551Z] setToolWin: 15:52:35 [2023-03-05T20:52:35.551Z] 15:52:35 [2023-03-05T20:52:35.551Z] setToolUnix: 15:52:35 [2023-03-05T20:52:35.551Z] 15:52:35 [2023-03-05T20:52:35.551Z] setToolProperty: 15:52:35 [2023-03-05T20:52:35.551Z] 15:52:35 [2023-03-05T20:52:35.551Z] setS1ASclassPath: 15:52:35 [2023-03-05T20:52:35.551Z] 15:52:35 [2023-03-05T20:52:35.551Z] init-common: 15:52:35 [2023-03-05T20:52:35.551Z] 15:52:35 [2023-03-05T20:52:35.551Z] deploy-common: 15:52:35 [2023-03-05T20:52:35.551Z] [echo] Current time (ISO): 2023-03-05T20:52:35.536+0000 15:52:35 [2023-03-05T20:52:35.551Z] 15:52:35 [2023-03-05T20:52:35.551Z] setOSConditions: 15:52:35 [2023-03-05T20:52:35.551Z] 15:52:35 [2023-03-05T20:52:35.551Z] setToolWin: 15:52:35 [2023-03-05T20:52:35.551Z] 15:52:35 [2023-03-05T20:52:35.551Z] setToolUnix: 15:52:35 [2023-03-05T20:52:35.551Z] 15:52:35 [2023-03-05T20:52:35.551Z] setToolProperty: 15:52:35 [2023-03-05T20:52:35.551Z] 15:52:35 [2023-03-05T20:52:35.551Z] setS1ASclassPath: 15:52:35 [2023-03-05T20:52:35.551Z] 15:52:35 [2023-03-05T20:52:35.551Z] init-common: 15:52:35 [2023-03-05T20:52:35.551Z] 15:52:35 [2023-03-05T20:52:35.551Z] deploy-common-pe: 15:52:36 [2023-03-05T20:52:36.127Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear 15:52:36 [2023-03-05T20:52:36.127Z] [exec] Application deployed with name jdbc-markconnectionasbad.xaApp. 15:52:36 [2023-03-05T20:52:36.127Z] [echo] Deployment on target server server successful 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] setOSConditions: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] setToolWin: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] setToolUnix: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] setToolProperty: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] setS1ASclassPath: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] init-common: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] deploy-common-ee: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] run: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] setOSConditions: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] setToolWin: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] setToolUnix: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] setToolProperty: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] setS1ASclassPath: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] init-common: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] execute-sql-common: 15:52:36 [2023-03-05T20:52:36.127Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/sql/create_pointbase.sql 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 0 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 0 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 0 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 0 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 1 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 1 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 1 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 1 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 1 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 1 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 1 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 1 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 1 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 1 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 1 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 1 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 1 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 1 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 1 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 1 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 0 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 0 rows affected 15:52:36 [2023-03-05T20:52:36.127Z] [sql] 22 of 22 SQL statements executed successfully 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] setOSConditions: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] setToolWin: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] setToolUnix: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] setToolProperty: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] setS1ASclassPath: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] init-common: 15:52:36 [2023-03-05T20:52:36.127Z] 15:52:36 [2023-03-05T20:52:36.127Z] runclient-common: 15:52:36 [2023-03-05T20:52:36.127Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaAppClient.jar -name jdbc-markconnectionasbad.xaClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 15:52:36 [2023-03-05T20:52:36.690Z] [exec] Mar 05, 2023 8:52:36 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:52:36 [2023-03-05T20:52:36.690Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:52:39 [2023-03-05T20:52:39.248Z] [exec] Mar 05, 2023 8:52:38 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:52:39 [2023-03-05T20:52:39.248Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@62cbc478 15:52:39 [2023-03-05T20:52:39.248Z] [exec] localds = [1881071537] 15:52:39 [2023-03-05T20:52:39.248Z] [exec] localdsAfter = [1170350013] 15:52:39 [2023-03-05T20:52:39.248Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad destroyedCount localds: 15:52:39 [2023-03-05T20:52:39.248Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:52:39 [2023-03-05T20:52:39.248Z] [exec] 15:52:39 [2023-03-05T20:52:39.248Z] [exec] 15:52:39 [2023-03-05T20:52:39.248Z] [exec] ----------------------------------------- 15:52:39 [2023-03-05T20:52:39.248Z] [exec] - DMMCF Mark-Connection-As-Bad destroyedCount localds: : PASS - 15:52:39 [2023-03-05T20:52:39.248Z] [exec] ----------------------------------------- 15:52:39 [2023-03-05T20:52:39.248Z] [exec] Total PASS: 1 15:52:39 [2023-03-05T20:52:39.248Z] [exec] Total FAIL: 0 15:52:39 [2023-03-05T20:52:39.248Z] [exec] Total DID NOT RUN: 0 15:52:39 [2023-03-05T20:52:39.248Z] [exec] ----------------------------------------- 15:52:39 [2023-03-05T20:52:39.248Z] [exec] in flushAll , creating new testSuiteHash 15:52:39 [2023-03-05T20:52:39.248Z] [exec] in flushAll , creating new testSuiteHash 15:52:39 [2023-03-05T20:52:39.522Z] 15:52:39 [2023-03-05T20:52:39.522Z] checkReporting-common: 15:52:39 [2023-03-05T20:52:39.522Z] 15:52:39 [2023-03-05T20:52:39.522Z] confirmReportPresent-common: 15:52:39 [2023-03-05T20:52:39.522Z] [echo] file RepRunConf.txt is present. 15:52:39 [2023-03-05T20:52:39.522Z] [echo] Test seems to be reported fine 15:52:39 [2023-03-05T20:52:39.522Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/RepRunConf.txt 15:52:39 [2023-03-05T20:52:39.522Z] 15:52:39 [2023-03-05T20:52:39.522Z] confirmMissingReport-common: 15:52:39 [2023-03-05T20:52:39.522Z] 15:52:39 [2023-03-05T20:52:39.522Z] asadmin-common: 15:52:39 [2023-03-05T20:52:39.522Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 15:52:39 [2023-03-05T20:52:39.778Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 15:52:39 [2023-03-05T20:52:39.778Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 15:52:39 [2023-03-05T20:52:39.778Z] 15:52:39 [2023-03-05T20:52:39.778Z] asadmin-common: 15:52:39 [2023-03-05T20:52:39.778Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 15:52:40 [2023-03-05T20:52:40.034Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 15:52:40 [2023-03-05T20:52:40.291Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 15:52:40 [2023-03-05T20:52:40.291Z] 15:52:40 [2023-03-05T20:52:40.291Z] setOSConditions: 15:52:40 [2023-03-05T20:52:40.291Z] 15:52:40 [2023-03-05T20:52:40.291Z] setToolWin: 15:52:40 [2023-03-05T20:52:40.291Z] 15:52:40 [2023-03-05T20:52:40.291Z] setToolUnix: 15:52:40 [2023-03-05T20:52:40.291Z] 15:52:40 [2023-03-05T20:52:40.291Z] setToolProperty: 15:52:40 [2023-03-05T20:52:40.291Z] 15:52:40 [2023-03-05T20:52:40.291Z] setS1ASclassPath: 15:52:40 [2023-03-05T20:52:40.291Z] 15:52:40 [2023-03-05T20:52:40.291Z] init-common: 15:52:40 [2023-03-05T20:52:40.291Z] 15:52:40 [2023-03-05T20:52:40.291Z] runclient-common: 15:52:40 [2023-03-05T20:52:40.291Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaAppClient.jar -name jdbc-markconnectionasbad.xaClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 15:52:40 [2023-03-05T20:52:40.853Z] [exec] Mar 05, 2023 8:52:40 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:52:40 [2023-03-05T20:52:40.853Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:52:43 [2023-03-05T20:52:43.382Z] [exec] Mar 05, 2023 8:52:42 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:52:43 [2023-03-05T20:52:43.382Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5fef0c19 15:52:43 [2023-03-05T20:52:43.382Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - NoTx - UnShareable - ReadOnly] : 15:52:43 [2023-03-05T20:52:43.382Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - NoTx - UnShareable - Write] : 15:52:43 [2023-03-05T20:52:43.382Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - NoTx - Shareable - ReadOnly] : 15:52:43 [2023-03-05T20:52:43.382Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - NoTx - Shareable - Write] : 15:52:43 [2023-03-05T20:52:43.382Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - Tx - UnShareable - ReadOnly] : 15:52:43 [2023-03-05T20:52:43.638Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - Tx - UnShareable - Write] : 15:52:43 [2023-03-05T20:52:43.638Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - Tx - Shareable - ReadOnly] : 15:52:43 [2023-03-05T20:52:43.638Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - Tx - Shareable - Write] : 15:52:43 [2023-03-05T20:52:43.638Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Write] : 15:52:43 [2023-03-05T20:52:43.638Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Write] : 15:52:43 [2023-03-05T20:52:43.638Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Read] : 15:52:43 [2023-03-05T20:52:43.895Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Read] : 15:52:43 [2023-03-05T20:52:43.895Z] [exec] DMMCF Mark-Connection-As-Bad 15:52:43 [2023-03-05T20:52:43.895Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:52:43 [2023-03-05T20:52:43.895Z] [exec] 15:52:43 [2023-03-05T20:52:43.895Z] [exec] 15:52:43 [2023-03-05T20:52:43.895Z] [exec] ----------------------------------------- 15:52:43 [2023-03-05T20:52:43.895Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - Tx - Shareable - ReadOnly] : : PASS - 15:52:43 [2023-03-05T20:52:43.895Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - NoTx - UnShareable - ReadOnly] : : PASS - 15:52:43 [2023-03-05T20:52:43.895Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - NoTx - UnShareable - Write] : : PASS - 15:52:43 [2023-03-05T20:52:43.895Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - NoTx - Shareable - ReadOnly] : : PASS - 15:52:43 [2023-03-05T20:52:43.895Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - Tx - UnShareable - ReadOnly] : : PASS - 15:52:43 [2023-03-05T20:52:43.895Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - Tx - Shareable - Write] : : PASS - 15:52:43 [2023-03-05T20:52:43.895Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - NoTx - Shareable - Write] : : PASS - 15:52:43 [2023-03-05T20:52:43.895Z] [exec] - DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Write] : : PASS - 15:52:43 [2023-03-05T20:52:43.895Z] [exec] - DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Read] : : PASS - 15:52:43 [2023-03-05T20:52:43.895Z] [exec] - DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Read] : : PASS - 15:52:43 [2023-03-05T20:52:43.895Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - Tx - UnShareable - Write] : : PASS - 15:52:43 [2023-03-05T20:52:43.895Z] [exec] - DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Write] : : PASS - 15:52:43 [2023-03-05T20:52:43.895Z] [exec] ----------------------------------------- 15:52:43 [2023-03-05T20:52:43.895Z] [exec] Total PASS: 12 15:52:43 [2023-03-05T20:52:43.895Z] [exec] Total FAIL: 0 15:52:43 [2023-03-05T20:52:43.895Z] [exec] Total DID NOT RUN: 0 15:52:43 [2023-03-05T20:52:43.895Z] [exec] ----------------------------------------- 15:52:43 [2023-03-05T20:52:43.895Z] [exec] in flushAll , creating new testSuiteHash 15:52:43 [2023-03-05T20:52:43.895Z] [exec] in flushAll , creating new testSuiteHash 15:52:44 [2023-03-05T20:52:44.151Z] 15:52:44 [2023-03-05T20:52:44.151Z] checkReporting-common: 15:52:44 [2023-03-05T20:52:44.151Z] 15:52:44 [2023-03-05T20:52:44.151Z] confirmReportPresent-common: 15:52:44 [2023-03-05T20:52:44.151Z] [echo] file RepRunConf.txt is present. 15:52:44 [2023-03-05T20:52:44.152Z] [echo] Test seems to be reported fine 15:52:44 [2023-03-05T20:52:44.152Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/RepRunConf.txt 15:52:44 [2023-03-05T20:52:44.152Z] 15:52:44 [2023-03-05T20:52:44.152Z] confirmMissingReport-common: 15:52:44 [2023-03-05T20:52:44.152Z] 15:52:44 [2023-03-05T20:52:44.152Z] undeploy: 15:52:44 [2023-03-05T20:52:44.152Z] 15:52:44 [2023-03-05T20:52:44.152Z] setOSConditions: 15:52:44 [2023-03-05T20:52:44.152Z] 15:52:44 [2023-03-05T20:52:44.152Z] setToolWin: 15:52:44 [2023-03-05T20:52:44.152Z] 15:52:44 [2023-03-05T20:52:44.152Z] setToolUnix: 15:52:44 [2023-03-05T20:52:44.152Z] 15:52:44 [2023-03-05T20:52:44.152Z] setToolProperty: 15:52:44 [2023-03-05T20:52:44.152Z] 15:52:44 [2023-03-05T20:52:44.152Z] setS1ASclassPath: 15:52:44 [2023-03-05T20:52:44.152Z] 15:52:44 [2023-03-05T20:52:44.152Z] init-common: 15:52:44 [2023-03-05T20:52:44.152Z] 15:52:44 [2023-03-05T20:52:44.152Z] execute-sql-common: 15:52:44 [2023-03-05T20:52:44.152Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/sql/drop_pointbase.sql 15:52:44 [2023-03-05T20:52:44.152Z] [sql] 0 rows affected 15:52:44 [2023-03-05T20:52:44.152Z] [sql] 0 rows affected 15:52:44 [2023-03-05T20:52:44.152Z] [sql] 2 of 2 SQL statements executed successfully 15:52:44 [2023-03-05T20:52:44.152Z] 15:52:44 [2023-03-05T20:52:44.152Z] unsetup: 15:52:44 [2023-03-05T20:52:44.152Z] 15:52:44 [2023-03-05T20:52:44.152Z] asadmin-common: 15:52:44 [2023-03-05T20:52:44.152Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 15:52:44 [2023-03-05T20:52:44.408Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 15:52:44 [2023-03-05T20:52:44.664Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 15:52:44 [2023-03-05T20:52:44.664Z] 15:52:44 [2023-03-05T20:52:44.664Z] setOSConditions: 15:52:44 [2023-03-05T20:52:44.664Z] 15:52:44 [2023-03-05T20:52:44.664Z] setToolWin: 15:52:44 [2023-03-05T20:52:44.664Z] 15:52:44 [2023-03-05T20:52:44.664Z] setToolUnix: 15:52:44 [2023-03-05T20:52:44.664Z] 15:52:44 [2023-03-05T20:52:44.664Z] setToolProperty: 15:52:44 [2023-03-05T20:52:44.664Z] 15:52:44 [2023-03-05T20:52:44.664Z] setS1ASclassPath: 15:52:44 [2023-03-05T20:52:44.664Z] 15:52:44 [2023-03-05T20:52:44.664Z] init-common: 15:52:44 [2023-03-05T20:52:44.664Z] 15:52:44 [2023-03-05T20:52:44.664Z] delete-jdbc-resource-common: 15:52:44 [2023-03-05T20:52:44.664Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/unshareable 15:52:44 [2023-03-05T20:52:44.920Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/unshareable 15:52:44 [2023-03-05T20:52:44.920Z] [exec] JDBC resource jdbc/unshareable deleted successfully 15:52:44 [2023-03-05T20:52:44.920Z] [echo] cmd executed for server 15:52:44 [2023-03-05T20:52:44.920Z] 15:52:44 [2023-03-05T20:52:44.920Z] setOSConditions: 15:52:44 [2023-03-05T20:52:44.920Z] 15:52:44 [2023-03-05T20:52:44.920Z] setToolWin: 15:52:44 [2023-03-05T20:52:44.920Z] 15:52:44 [2023-03-05T20:52:44.920Z] setToolUnix: 15:52:44 [2023-03-05T20:52:44.920Z] 15:52:44 [2023-03-05T20:52:44.920Z] setToolProperty: 15:52:44 [2023-03-05T20:52:44.920Z] 15:52:44 [2023-03-05T20:52:44.920Z] setS1ASclassPath: 15:52:44 [2023-03-05T20:52:44.920Z] 15:52:44 [2023-03-05T20:52:44.920Z] init-common: 15:52:44 [2023-03-05T20:52:44.920Z] 15:52:44 [2023-03-05T20:52:44.920Z] delete-jdbc-connpool-common: 15:52:44 [2023-03-05T20:52:44.920Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-unshareable-pool 15:52:45 [2023-03-05T20:52:45.178Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-unshareable-pool 15:52:45 [2023-03-05T20:52:45.178Z] [exec] JDBC Connection pool jdbc-unshareable-pool deleted successfully 15:52:45 [2023-03-05T20:52:45.178Z] [echo] cmd executed for server 15:52:45 [2023-03-05T20:52:45.178Z] 15:52:45 [2023-03-05T20:52:45.178Z] setOSConditions: 15:52:45 [2023-03-05T20:52:45.178Z] 15:52:45 [2023-03-05T20:52:45.178Z] setToolWin: 15:52:45 [2023-03-05T20:52:45.178Z] 15:52:45 [2023-03-05T20:52:45.178Z] setToolUnix: 15:52:45 [2023-03-05T20:52:45.178Z] 15:52:45 [2023-03-05T20:52:45.178Z] setToolProperty: 15:52:45 [2023-03-05T20:52:45.178Z] 15:52:45 [2023-03-05T20:52:45.178Z] setS1ASclassPath: 15:52:45 [2023-03-05T20:52:45.178Z] 15:52:45 [2023-03-05T20:52:45.178Z] init-common: 15:52:45 [2023-03-05T20:52:45.178Z] 15:52:45 [2023-03-05T20:52:45.178Z] delete-jdbc-resource-common: 15:52:45 [2023-03-05T20:52:45.178Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/shareable 15:52:45 [2023-03-05T20:52:45.740Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/shareable 15:52:45 [2023-03-05T20:52:45.740Z] [exec] JDBC resource jdbc/shareable deleted successfully 15:52:45 [2023-03-05T20:52:45.740Z] [echo] cmd executed for server 15:52:45 [2023-03-05T20:52:45.740Z] 15:52:45 [2023-03-05T20:52:45.740Z] setOSConditions: 15:52:45 [2023-03-05T20:52:45.740Z] 15:52:45 [2023-03-05T20:52:45.740Z] setToolWin: 15:52:45 [2023-03-05T20:52:45.740Z] 15:52:45 [2023-03-05T20:52:45.740Z] setToolUnix: 15:52:45 [2023-03-05T20:52:45.740Z] 15:52:45 [2023-03-05T20:52:45.740Z] setToolProperty: 15:52:45 [2023-03-05T20:52:45.740Z] 15:52:45 [2023-03-05T20:52:45.740Z] setS1ASclassPath: 15:52:45 [2023-03-05T20:52:45.740Z] 15:52:45 [2023-03-05T20:52:45.740Z] init-common: 15:52:45 [2023-03-05T20:52:45.740Z] 15:52:45 [2023-03-05T20:52:45.740Z] delete-jdbc-connpool-common: 15:52:45 [2023-03-05T20:52:45.740Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-shareable-pool 15:52:46 [2023-03-05T20:52:46.020Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-shareable-pool 15:52:46 [2023-03-05T20:52:46.020Z] [exec] JDBC Connection pool jdbc-shareable-pool deleted successfully 15:52:46 [2023-03-05T20:52:46.020Z] [echo] cmd executed for server 15:52:46 [2023-03-05T20:52:46.020Z] 15:52:46 [2023-03-05T20:52:46.020Z] setOSConditions: 15:52:46 [2023-03-05T20:52:46.020Z] 15:52:46 [2023-03-05T20:52:46.020Z] setToolWin: 15:52:46 [2023-03-05T20:52:46.020Z] 15:52:46 [2023-03-05T20:52:46.020Z] setToolUnix: 15:52:46 [2023-03-05T20:52:46.020Z] 15:52:46 [2023-03-05T20:52:46.020Z] setToolProperty: 15:52:46 [2023-03-05T20:52:46.020Z] 15:52:46 [2023-03-05T20:52:46.020Z] setS1ASclassPath: 15:52:46 [2023-03-05T20:52:46.020Z] 15:52:46 [2023-03-05T20:52:46.020Z] init-common: 15:52:46 [2023-03-05T20:52:46.020Z] 15:52:46 [2023-03-05T20:52:46.020Z] delete-jdbc-resource-common: 15:52:46 [2023-03-05T20:52:46.020Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/localdatasource 15:52:46 [2023-03-05T20:52:46.276Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/localdatasource 15:52:46 [2023-03-05T20:52:46.276Z] [exec] JDBC resource jdbc/localdatasource deleted successfully 15:52:46 [2023-03-05T20:52:46.276Z] [echo] cmd executed for server 15:52:46 [2023-03-05T20:52:46.276Z] 15:52:46 [2023-03-05T20:52:46.276Z] setOSConditions: 15:52:46 [2023-03-05T20:52:46.276Z] 15:52:46 [2023-03-05T20:52:46.276Z] setToolWin: 15:52:46 [2023-03-05T20:52:46.276Z] 15:52:46 [2023-03-05T20:52:46.276Z] setToolUnix: 15:52:46 [2023-03-05T20:52:46.276Z] 15:52:46 [2023-03-05T20:52:46.276Z] setToolProperty: 15:52:46 [2023-03-05T20:52:46.276Z] 15:52:46 [2023-03-05T20:52:46.276Z] setS1ASclassPath: 15:52:46 [2023-03-05T20:52:46.276Z] 15:52:46 [2023-03-05T20:52:46.276Z] init-common: 15:52:46 [2023-03-05T20:52:46.276Z] 15:52:46 [2023-03-05T20:52:46.276Z] delete-jdbc-connpool-common: 15:52:46 [2023-03-05T20:52:46.276Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-local-pool 15:52:46 [2023-03-05T20:52:46.532Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-local-pool 15:52:46 [2023-03-05T20:52:46.532Z] [exec] JDBC Connection pool jdbc-local-pool deleted successfully 15:52:46 [2023-03-05T20:52:46.532Z] [echo] cmd executed for server 15:52:46 [2023-03-05T20:52:46.532Z] 15:52:46 [2023-03-05T20:52:46.532Z] setOSConditions: 15:52:46 [2023-03-05T20:52:46.532Z] 15:52:46 [2023-03-05T20:52:46.532Z] setToolWin: 15:52:46 [2023-03-05T20:52:46.532Z] 15:52:46 [2023-03-05T20:52:46.532Z] setToolUnix: 15:52:46 [2023-03-05T20:52:46.532Z] 15:52:46 [2023-03-05T20:52:46.532Z] setToolProperty: 15:52:46 [2023-03-05T20:52:46.532Z] 15:52:46 [2023-03-05T20:52:46.532Z] setS1ASclassPath: 15:52:46 [2023-03-05T20:52:46.532Z] 15:52:46 [2023-03-05T20:52:46.532Z] init-common: 15:52:46 [2023-03-05T20:52:46.532Z] 15:52:46 [2023-03-05T20:52:46.532Z] undeploy-common: 15:52:46 [2023-03-05T20:52:46.789Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-markconnectionasbad.xaApp 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] all: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setOSConditions: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolWin: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolUnix: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolProperty: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setS1ASclassPath: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] init-common: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] clean: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setOSConditions: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolWin: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolUnix: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolProperty: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setS1ASclassPath: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] init-common: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] clean-common: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setOSConditions: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolWin: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolUnix: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolProperty: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setS1ASclassPath: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] init-common: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] clean-classes-common: 15:52:46 [2023-03-05T20:52:46.789Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setOSConditions: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolWin: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolUnix: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolProperty: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setS1ASclassPath: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] init-common: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] clean-jars-common: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] compile: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setOSConditions: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolWin: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolUnix: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolProperty: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setS1ASclassPath: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] init-common: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] compile-common: 15:52:46 [2023-03-05T20:52:46.789Z] [echo] Current time (ISO): 2023-03-05T20:52:46.724+0000 15:52:46 [2023-03-05T20:52:46.789Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:52:46 [2023-03-05T20:52:46.789Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/ejb 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setOSConditions: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolWin: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolUnix: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setToolProperty: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] setS1ASclassPath: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] init-common: 15:52:46 [2023-03-05T20:52:46.789Z] 15:52:46 [2023-03-05T20:52:46.789Z] compile-common: 15:52:46 [2023-03-05T20:52:46.789Z] [echo] Current time (ISO): 2023-03-05T20:52:46.728+0000 15:52:46 [2023-03-05T20:52:46.789Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:52:48 [2023-03-05T20:52:48.159Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:52:48 [2023-03-05T20:52:48.159Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/client/Client.java uses unchecked or unsafe operations. 15:52:48 [2023-03-05T20:52:48.159Z] [javac] Note: Recompile with -Xlint:unchecked for details. 15:52:48 [2023-03-05T20:52:48.159Z] [javac] 1 warning 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] build: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] setOSConditions: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] fixFiles: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] convUnix: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] convWin: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] setToolWin: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] setToolUnix: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] setToolProperty: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] setS1ASclassPath: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] init-common: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] package-persistence-common: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] ejb-jar-common: 15:52:48 [2023-03-05T20:52:48.159Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] package-ejbjar-common: 15:52:48 [2023-03-05T20:52:48.159Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:48 [2023-03-05T20:52:48.159Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-ejb.jar 15:52:48 [2023-03-05T20:52:48.159Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] appclient-jar-common: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] package-appclientjar-common: 15:52:48 [2023-03-05T20:52:48.159Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:48 [2023-03-05T20:52:48.159Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:48 [2023-03-05T20:52:48.159Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:48 [2023-03-05T20:52:48.159Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-client.jar 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] webclient-war-common: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] build-ear-common: 15:52:48 [2023-03-05T20:52:48.159Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] deploy: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] setOSConditions: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] setToolWin: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] setToolUnix: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] setToolProperty: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] setS1ASclassPath: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] init-common: 15:52:48 [2023-03-05T20:52:48.159Z] 15:52:48 [2023-03-05T20:52:48.159Z] execute-sql-common: 15:52:48 [2023-03-05T20:52:48.159Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/sql/create_pointbase.sql 15:52:48 [2023-03-05T20:52:48.159Z] [sql] Failed to execute: Drop table O_Customer 15:52:48 [2023-03-05T20:52:48.159Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 0 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 0 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 0 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 1 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 1 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 1 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 1 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 1 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 1 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 1 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 1 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 1 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 1 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 1 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 1 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 1 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 1 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 1 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] 1 rows affected 15:52:48 [2023-03-05T20:52:48.159Z] [sql] Failed to execute: drop table owner 15:52:48 [2023-03-05T20:52:48.160Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER' because it does not exist. 15:52:48 [2023-03-05T20:52:48.160Z] [sql] 0 rows affected 15:52:48 [2023-03-05T20:52:48.160Z] [sql] 20 of 22 SQL statements executed successfully 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] setOSConditions: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] setToolWin: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] setToolUnix: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] setToolProperty: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] setS1ASclassPath: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] init-common: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] setup: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] setOSConditions: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] setToolWin: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] setToolUnix: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] setToolProperty: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] setS1ASclassPath: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] init-common: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] deploy-jdbc-driver-common: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] setOSConditions: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] setToolWin: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] setToolUnix: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] setToolProperty: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] setS1ASclassPath: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] init-common: 15:52:48 [2023-03-05T20:52:48.160Z] 15:52:48 [2023-03-05T20:52:48.160Z] create-jdbc-driver-connpool-common: 15:52:48 [2023-03-05T20:52:48.419Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 15:52:48 [2023-03-05T20:52:48.419Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 15:52:48 [2023-03-05T20:52:48.419Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --restype java.sql.Driver --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --driverclassname org.apache.derby.jdbc.ClientDriver --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true --target server jdbc-local-pool 15:52:48 [2023-03-05T20:52:48.419Z] [exec] JDBC connection pool jdbc-local-pool created successfully. 15:52:48 [2023-03-05T20:52:48.419Z] 15:52:48 [2023-03-05T20:52:48.419Z] set-derby-driver-connpool-props: 15:52:48 [2023-03-05T20:52:48.419Z] 15:52:48 [2023-03-05T20:52:48.419Z] asadmin-common-ignore-fail: 15:52:48 [2023-03-05T20:52:48.419Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 15:52:48 [2023-03-05T20:52:48.675Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 15:52:48 [2023-03-05T20:52:48.675Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 15:52:48 [2023-03-05T20:52:48.675Z] 15:52:48 [2023-03-05T20:52:48.675Z] setOSConditions: 15:52:48 [2023-03-05T20:52:48.675Z] 15:52:48 [2023-03-05T20:52:48.675Z] setToolWin: 15:52:48 [2023-03-05T20:52:48.675Z] 15:52:48 [2023-03-05T20:52:48.675Z] setToolUnix: 15:52:48 [2023-03-05T20:52:48.675Z] 15:52:48 [2023-03-05T20:52:48.675Z] setToolProperty: 15:52:48 [2023-03-05T20:52:48.675Z] 15:52:48 [2023-03-05T20:52:48.675Z] setS1ASclassPath: 15:52:48 [2023-03-05T20:52:48.675Z] 15:52:48 [2023-03-05T20:52:48.675Z] init-common: 15:52:48 [2023-03-05T20:52:48.675Z] 15:52:48 [2023-03-05T20:52:48.675Z] create-jdbc-resource-common: 15:52:48 [2023-03-05T20:52:48.675Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-local-pool --target server jdbc/localdatasource 15:52:48 [2023-03-05T20:52:48.932Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-local-pool --enabled=true --target server jdbc/localdatasource 15:52:48 [2023-03-05T20:52:48.932Z] [exec] JDBC resource jdbc/localdatasource created successfully. 15:52:48 [2023-03-05T20:52:48.932Z] [echo] cmd executed for server 15:52:48 [2023-03-05T20:52:48.932Z] 15:52:48 [2023-03-05T20:52:48.932Z] asadmin-common: 15:52:48 [2023-03-05T20:52:48.932Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.steady_pool_size=5 15:52:49 [2023-03-05T20:52:49.494Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.steady_pool_size=5 15:52:49 [2023-03-05T20:52:49.494Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.steady-pool-size=5 15:52:49 [2023-03-05T20:52:49.494Z] 15:52:49 [2023-03-05T20:52:49.494Z] asadmin-common: 15:52:49 [2023-03-05T20:52:49.494Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.max_pool_size=5 15:52:49 [2023-03-05T20:52:49.494Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.max_pool_size=5 15:52:49 [2023-03-05T20:52:49.494Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.max-pool-size=5 15:52:49 [2023-03-05T20:52:49.494Z] 15:52:49 [2023-03-05T20:52:49.494Z] asadmin-common: 15:52:49 [2023-03-05T20:52:49.494Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.idle_timeout_in_seconds=3600 15:52:50 [2023-03-05T20:52:50.061Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.idle_timeout_in_seconds=3600 15:52:50 [2023-03-05T20:52:50.061Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.idle-timeout-in-seconds=3600 15:52:50 [2023-03-05T20:52:50.061Z] 15:52:50 [2023-03-05T20:52:50.061Z] setOSConditions: 15:52:50 [2023-03-05T20:52:50.061Z] 15:52:50 [2023-03-05T20:52:50.061Z] setToolWin: 15:52:50 [2023-03-05T20:52:50.061Z] 15:52:50 [2023-03-05T20:52:50.061Z] setToolUnix: 15:52:50 [2023-03-05T20:52:50.061Z] 15:52:50 [2023-03-05T20:52:50.061Z] setToolProperty: 15:52:50 [2023-03-05T20:52:50.061Z] 15:52:50 [2023-03-05T20:52:50.061Z] setS1ASclassPath: 15:52:50 [2023-03-05T20:52:50.061Z] 15:52:50 [2023-03-05T20:52:50.061Z] init-common: 15:52:50 [2023-03-05T20:52:50.061Z] 15:52:50 [2023-03-05T20:52:50.061Z] deploy-common: 15:52:50 [2023-03-05T20:52:50.061Z] [echo] Current time (ISO): 2023-03-05T20:52:49.858+0000 15:52:50 [2023-03-05T20:52:50.061Z] 15:52:50 [2023-03-05T20:52:50.061Z] setOSConditions: 15:52:50 [2023-03-05T20:52:50.061Z] 15:52:50 [2023-03-05T20:52:50.061Z] setToolWin: 15:52:50 [2023-03-05T20:52:50.061Z] 15:52:50 [2023-03-05T20:52:50.061Z] setToolUnix: 15:52:50 [2023-03-05T20:52:50.061Z] 15:52:50 [2023-03-05T20:52:50.061Z] setToolProperty: 15:52:50 [2023-03-05T20:52:50.061Z] 15:52:50 [2023-03-05T20:52:50.061Z] setS1ASclassPath: 15:52:50 [2023-03-05T20:52:50.061Z] 15:52:50 [2023-03-05T20:52:50.061Z] init-common: 15:52:50 [2023-03-05T20:52:50.061Z] 15:52:50 [2023-03-05T20:52:50.061Z] deploy-common-pe: 15:52:50 [2023-03-05T20:52:50.320Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear 15:52:50 [2023-03-05T20:52:50.320Z] [exec] Application deployed with name jdbc-markconnectionasbad.xaApp. 15:52:50 [2023-03-05T20:52:50.320Z] [echo] Deployment on target server server successful 15:52:50 [2023-03-05T20:52:50.320Z] 15:52:50 [2023-03-05T20:52:50.320Z] setOSConditions: 15:52:50 [2023-03-05T20:52:50.320Z] 15:52:50 [2023-03-05T20:52:50.320Z] setToolWin: 15:52:50 [2023-03-05T20:52:50.320Z] 15:52:50 [2023-03-05T20:52:50.320Z] setToolUnix: 15:52:50 [2023-03-05T20:52:50.320Z] 15:52:50 [2023-03-05T20:52:50.320Z] setToolProperty: 15:52:50 [2023-03-05T20:52:50.320Z] 15:52:50 [2023-03-05T20:52:50.320Z] setS1ASclassPath: 15:52:50 [2023-03-05T20:52:50.320Z] 15:52:50 [2023-03-05T20:52:50.320Z] init-common: 15:52:50 [2023-03-05T20:52:50.320Z] 15:52:50 [2023-03-05T20:52:50.320Z] deploy-common-ee: 15:52:50 [2023-03-05T20:52:50.320Z] 15:52:50 [2023-03-05T20:52:50.320Z] run: 15:52:50 [2023-03-05T20:52:50.320Z] 15:52:50 [2023-03-05T20:52:50.320Z] setOSConditions: 15:52:50 [2023-03-05T20:52:50.320Z] 15:52:50 [2023-03-05T20:52:50.320Z] setToolWin: 15:52:50 [2023-03-05T20:52:50.320Z] 15:52:50 [2023-03-05T20:52:50.320Z] setToolUnix: 15:52:50 [2023-03-05T20:52:50.320Z] 15:52:50 [2023-03-05T20:52:50.320Z] setToolProperty: 15:52:50 [2023-03-05T20:52:50.320Z] 15:52:50 [2023-03-05T20:52:50.321Z] setS1ASclassPath: 15:52:50 [2023-03-05T20:52:50.321Z] 15:52:50 [2023-03-05T20:52:50.321Z] init-common: 15:52:50 [2023-03-05T20:52:50.321Z] 15:52:50 [2023-03-05T20:52:50.321Z] runclient-common: 15:52:50 [2023-03-05T20:52:50.321Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaAppClient.jar -name jdbc-markconnectionasbad.xaClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 15:52:50 [2023-03-05T20:52:50.883Z] [exec] Mar 05, 2023 8:52:50 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:52:50 [2023-03-05T20:52:50.883Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:52:53 [2023-03-05T20:52:53.448Z] [exec] Mar 05, 2023 8:52:52 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:52:53 [2023-03-05T20:52:53.448Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@1e6060f1 15:52:53 [2023-03-05T20:52:53.448Z] [exec] Mar 05, 2023 8:52:53 PM org.hibernate.validator.internal.util.Version <clinit> 15:52:53 [2023-03-05T20:52:53.448Z] [exec] INFO: HV000001: Hibernate Validator 8.0.0.Final 15:52:53 [2023-03-05T20:52:53.720Z] [exec] Mar 05, 2023 8:52:53 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool 15:52:53 [2023-03-05T20:52:53.721Z] [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@887343af[jndiName=jdbc-local-pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=off validation=off 15:52:53 [2023-03-05T20:52:53.978Z] [exec] localds = [1073352504] 15:52:53 [2023-03-05T20:52:53.978Z] [exec] Mar 05, 2023 8:52:53 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed 15:52:53 [2023-03-05T20:52:53.978Z] [exec] INFO: jdbc.markedForRemoval_conClosed 15:52:53 [2023-03-05T20:52:53.978Z] [exec] Mar 05, 2023 8:52:53 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed 15:52:53 [2023-03-05T20:52:53.978Z] [exec] INFO: jdbc.markedForRemoval_conClosed 15:52:53 [2023-03-05T20:52:53.978Z] [exec] Mar 05, 2023 8:52:53 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed 15:52:53 [2023-03-05T20:52:53.978Z] [exec] INFO: jdbc.markedForRemoval_conClosed 15:52:53 [2023-03-05T20:52:53.978Z] [exec] Mar 05, 2023 8:52:53 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed 15:52:53 [2023-03-05T20:52:53.978Z] [exec] INFO: jdbc.markedForRemoval_conClosed 15:52:53 [2023-03-05T20:52:53.978Z] [exec] Mar 05, 2023 8:52:53 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed 15:52:53 [2023-03-05T20:52:53.978Z] [exec] INFO: jdbc.markedForRemoval_conClosed 15:52:53 [2023-03-05T20:52:53.978Z] [exec] localdsAfter = [1403088342] 15:52:53 [2023-03-05T20:52:53.978Z] [exec] Value of key is: Mark-Connection-As-Bad destroyedCount localds: 15:52:53 [2023-03-05T20:52:53.978Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:52:53 [2023-03-05T20:52:53.978Z] [exec] 15:52:53 [2023-03-05T20:52:53.978Z] [exec] 15:52:53 [2023-03-05T20:52:53.978Z] [exec] ----------------------------------------- 15:52:53 [2023-03-05T20:52:53.978Z] [exec] - Mark-Connection-As-Bad destroyedCount localds: : PASS - 15:52:53 [2023-03-05T20:52:53.978Z] [exec] ----------------------------------------- 15:52:53 [2023-03-05T20:52:53.978Z] [exec] Total PASS: 1 15:52:53 [2023-03-05T20:52:53.978Z] [exec] Total FAIL: 0 15:52:53 [2023-03-05T20:52:53.978Z] [exec] Total DID NOT RUN: 0 15:52:53 [2023-03-05T20:52:53.978Z] [exec] ----------------------------------------- 15:52:53 [2023-03-05T20:52:53.978Z] [exec] in flushAll , creating new testSuiteHash 15:52:53 [2023-03-05T20:52:53.978Z] [exec] in flushAll , creating new testSuiteHash 15:52:53 [2023-03-05T20:52:53.978Z] [exec] Mar 05, 2023 8:52:53 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl sendStopToResourceAdapter 15:52:53 [2023-03-05T20:52:53.978Z] [exec] INFO: RAR7094: __dm_jdbc_ra shutdown successful. 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] checkReporting-common: 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] confirmReportPresent-common: 15:52:54 [2023-03-05T20:52:54.234Z] [echo] file RepRunConf.txt is present. 15:52:54 [2023-03-05T20:52:54.234Z] [echo] Test seems to be reported fine 15:52:54 [2023-03-05T20:52:54.234Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/RepRunConf.txt 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] confirmMissingReport-common: 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] undeploy: 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] setOSConditions: 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] setToolWin: 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] setToolUnix: 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] setToolProperty: 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] setS1ASclassPath: 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] init-common: 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] execute-sql-common: 15:52:54 [2023-03-05T20:52:54.234Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/sql/drop_pointbase.sql 15:52:54 [2023-03-05T20:52:54.234Z] [sql] 0 rows affected 15:52:54 [2023-03-05T20:52:54.234Z] [sql] 0 rows affected 15:52:54 [2023-03-05T20:52:54.234Z] [sql] 2 of 2 SQL statements executed successfully 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] unsetup: 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] setOSConditions: 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] setToolWin: 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] setToolUnix: 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] setToolProperty: 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] setS1ASclassPath: 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] init-common: 15:52:54 [2023-03-05T20:52:54.234Z] 15:52:54 [2023-03-05T20:52:54.234Z] delete-jdbc-resource-common: 15:52:54 [2023-03-05T20:52:54.234Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/localdatasource 15:52:54 [2023-03-05T20:52:54.819Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/localdatasource 15:52:54 [2023-03-05T20:52:54.819Z] [exec] JDBC resource jdbc/localdatasource deleted successfully 15:52:54 [2023-03-05T20:52:54.819Z] [echo] cmd executed for server 15:52:54 [2023-03-05T20:52:54.819Z] 15:52:54 [2023-03-05T20:52:54.819Z] setOSConditions: 15:52:54 [2023-03-05T20:52:54.819Z] 15:52:54 [2023-03-05T20:52:54.819Z] setToolWin: 15:52:54 [2023-03-05T20:52:54.819Z] 15:52:54 [2023-03-05T20:52:54.819Z] setToolUnix: 15:52:54 [2023-03-05T20:52:54.819Z] 15:52:54 [2023-03-05T20:52:54.819Z] setToolProperty: 15:52:54 [2023-03-05T20:52:54.819Z] 15:52:54 [2023-03-05T20:52:54.819Z] setS1ASclassPath: 15:52:54 [2023-03-05T20:52:54.819Z] 15:52:54 [2023-03-05T20:52:54.819Z] init-common: 15:52:54 [2023-03-05T20:52:54.819Z] 15:52:54 [2023-03-05T20:52:54.819Z] delete-jdbc-connpool-common: 15:52:54 [2023-03-05T20:52:54.819Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-local-pool 15:52:55 [2023-03-05T20:52:55.075Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-local-pool 15:52:55 [2023-03-05T20:52:55.075Z] [exec] JDBC Connection pool jdbc-local-pool deleted successfully 15:52:55 [2023-03-05T20:52:55.075Z] [echo] cmd executed for server 15:52:55 [2023-03-05T20:52:55.075Z] 15:52:55 [2023-03-05T20:52:55.075Z] setOSConditions: 15:52:55 [2023-03-05T20:52:55.075Z] 15:52:55 [2023-03-05T20:52:55.075Z] setToolWin: 15:52:55 [2023-03-05T20:52:55.075Z] 15:52:55 [2023-03-05T20:52:55.075Z] setToolUnix: 15:52:55 [2023-03-05T20:52:55.075Z] 15:52:55 [2023-03-05T20:52:55.075Z] setToolProperty: 15:52:55 [2023-03-05T20:52:55.075Z] 15:52:55 [2023-03-05T20:52:55.075Z] setS1ASclassPath: 15:52:55 [2023-03-05T20:52:55.075Z] 15:52:55 [2023-03-05T20:52:55.075Z] init-common: 15:52:55 [2023-03-05T20:52:55.075Z] 15:52:55 [2023-03-05T20:52:55.075Z] undeploy-common: 15:52:55 [2023-03-05T20:52:55.331Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-markconnectionasbad.xaApp 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] all: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setOSConditions: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setToolWin: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setToolUnix: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setToolProperty: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setS1ASclassPath: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] init-common: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] clean: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setOSConditions: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setToolWin: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setToolUnix: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setToolProperty: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setS1ASclassPath: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] init-common: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] clean-common: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setOSConditions: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setToolWin: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setToolUnix: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setToolProperty: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setS1ASclassPath: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] init-common: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] clean-classes-common: 15:52:55 [2023-03-05T20:52:55.331Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setOSConditions: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setToolWin: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setToolUnix: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setToolProperty: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setS1ASclassPath: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] init-common: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] clean-jars-common: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] compile: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setOSConditions: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setToolWin: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setToolUnix: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setToolProperty: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] setS1ASclassPath: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] init-common: 15:52:55 [2023-03-05T20:52:55.331Z] 15:52:55 [2023-03-05T20:52:55.331Z] compile-common: 15:52:55 [2023-03-05T20:52:55.331Z] [echo] Current time (ISO): 2023-03-05T20:52:55.233+0000 15:52:55 [2023-03-05T20:52:55.331Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:52:55 [2023-03-05T20:52:55.332Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:52:56 [2023-03-05T20:52:56.721Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:52:56 [2023-03-05T20:52:56.721Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/ejb/SimpleBMPBean.java:44: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:52:56 [2023-03-05T20:52:56.721Z] [javac] return new Integer(1); 15:52:56 [2023-03-05T20:52:56.721Z] [javac] ^ 15:52:56 [2023-03-05T20:52:56.721Z] [javac] 2 warnings 15:52:56 [2023-03-05T20:52:56.721Z] 15:52:56 [2023-03-05T20:52:56.721Z] setOSConditions: 15:52:56 [2023-03-05T20:52:56.721Z] 15:52:56 [2023-03-05T20:52:56.721Z] setToolWin: 15:52:56 [2023-03-05T20:52:56.721Z] 15:52:56 [2023-03-05T20:52:56.721Z] setToolUnix: 15:52:56 [2023-03-05T20:52:56.721Z] 15:52:56 [2023-03-05T20:52:56.721Z] setToolProperty: 15:52:56 [2023-03-05T20:52:56.721Z] 15:52:56 [2023-03-05T20:52:56.721Z] setS1ASclassPath: 15:52:56 [2023-03-05T20:52:56.721Z] 15:52:56 [2023-03-05T20:52:56.721Z] init-common: 15:52:56 [2023-03-05T20:52:56.721Z] 15:52:56 [2023-03-05T20:52:56.721Z] compile-common: 15:52:56 [2023-03-05T20:52:56.721Z] [echo] Current time (ISO): 2023-03-05T20:52:56.502+0000 15:52:56 [2023-03-05T20:52:56.721Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:52:57 [2023-03-05T20:52:57.650Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:52:57 [2023-03-05T20:52:57.920Z] [javac] 1 warning 15:52:57 [2023-03-05T20:52:57.920Z] 15:52:57 [2023-03-05T20:52:57.920Z] setOSConditions: 15:52:57 [2023-03-05T20:52:57.920Z] 15:52:57 [2023-03-05T20:52:57.920Z] setToolWin: 15:52:57 [2023-03-05T20:52:57.920Z] 15:52:57 [2023-03-05T20:52:57.920Z] setToolUnix: 15:52:57 [2023-03-05T20:52:57.920Z] 15:52:57 [2023-03-05T20:52:57.920Z] setToolProperty: 15:52:57 [2023-03-05T20:52:57.920Z] 15:52:57 [2023-03-05T20:52:57.920Z] setS1ASclassPath: 15:52:57 [2023-03-05T20:52:57.920Z] 15:52:57 [2023-03-05T20:52:57.920Z] init-common: 15:52:57 [2023-03-05T20:52:57.920Z] 15:52:57 [2023-03-05T20:52:57.920Z] compile-common: 15:52:57 [2023-03-05T20:52:57.920Z] [echo] Current time (ISO): 2023-03-05T20:52:57.679+0000 15:52:57 [2023-03-05T20:52:57.920Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:52:58 [2023-03-05T20:52:58.849Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:52:59 [2023-03-05T20:52:59.120Z] [javac] 1 warning 15:52:59 [2023-03-05T20:52:59.120Z] 15:52:59 [2023-03-05T20:52:59.120Z] build: 15:52:59 [2023-03-05T20:52:59.120Z] 15:52:59 [2023-03-05T20:52:59.120Z] setOSConditions: 15:52:59 [2023-03-05T20:52:59.120Z] 15:52:59 [2023-03-05T20:52:59.120Z] fixFiles: 15:52:59 [2023-03-05T20:52:59.120Z] 15:52:59 [2023-03-05T20:52:59.120Z] convUnix: 15:52:59 [2023-03-05T20:52:59.120Z] 15:52:59 [2023-03-05T20:52:59.120Z] convWin: 15:52:59 [2023-03-05T20:52:59.120Z] 15:52:59 [2023-03-05T20:52:59.120Z] setToolWin: 15:52:59 [2023-03-05T20:52:59.120Z] 15:52:59 [2023-03-05T20:52:59.120Z] setToolUnix: 15:52:59 [2023-03-05T20:52:59.120Z] 15:52:59 [2023-03-05T20:52:59.120Z] setToolProperty: 15:52:59 [2023-03-05T20:52:59.120Z] 15:52:59 [2023-03-05T20:52:59.120Z] setS1ASclassPath: 15:52:59 [2023-03-05T20:52:59.120Z] 15:52:59 [2023-03-05T20:52:59.120Z] init-common: 15:52:59 [2023-03-05T20:52:59.120Z] 15:52:59 [2023-03-05T20:52:59.120Z] package-persistence-common: 15:52:59 [2023-03-05T20:52:59.120Z] 15:52:59 [2023-03-05T20:52:59.120Z] ejb-jar-common: 15:52:59 [2023-03-05T20:52:59.120Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:52:59 [2023-03-05T20:52:59.120Z] 15:52:59 [2023-03-05T20:52:59.120Z] package-ejbjar-common: 15:52:59 [2023-03-05T20:52:59.120Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:59 [2023-03-05T20:52:59.120Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:59 [2023-03-05T20:52:59.120Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:59 [2023-03-05T20:52:59.121Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsql-ejb.jar 15:52:59 [2023-03-05T20:52:59.121Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:59 [2023-03-05T20:52:59.121Z] 15:52:59 [2023-03-05T20:52:59.121Z] appclient-jar-common: 15:52:59 [2023-03-05T20:52:59.121Z] 15:52:59 [2023-03-05T20:52:59.121Z] package-appclientjar-common: 15:52:59 [2023-03-05T20:52:59.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:59 [2023-03-05T20:52:59.121Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:59 [2023-03-05T20:52:59.121Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:59 [2023-03-05T20:52:59.121Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsql-client.jar 15:52:59 [2023-03-05T20:52:59.121Z] 15:52:59 [2023-03-05T20:52:59.121Z] webclient-war-common: 15:52:59 [2023-03-05T20:52:59.121Z] 15:52:59 [2023-03-05T20:52:59.121Z] build-ear-common: 15:52:59 [2023-03-05T20:52:59.121Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:52:59 [2023-03-05T20:52:59.121Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsqlApp.ear 15:52:59 [2023-03-05T20:52:59.121Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/logger/sql-trace-listener.jar 15:52:59 [2023-03-05T20:52:59.121Z] [copyfile] DEPRECATED - The copyfile task is deprecated. Use copy instead. 15:52:59 [2023-03-05T20:52:59.121Z] 15:52:59 [2023-03-05T20:52:59.121Z] restart-server: 15:52:59 [2023-03-05T20:52:59.121Z] 15:52:59 [2023-03-05T20:52:59.121Z] setOSConditions: 15:52:59 [2023-03-05T20:52:59.121Z] 15:52:59 [2023-03-05T20:52:59.121Z] stop-server: 15:52:59 [2023-03-05T20:52:59.121Z] 15:52:59 [2023-03-05T20:52:59.121Z] stop-server-unix: 15:52:59 [2023-03-05T20:52:59.121Z] [echo] stopping server on unix ... 15:53:02 [2023-03-05T20:53:02.430Z] [exec] Waiting for the domain to stop ... 15:53:02 [2023-03-05T20:53:02.430Z] [exec] Waiting finished after 2,489 ms. 15:53:02 [2023-03-05T20:53:02.430Z] [exec] Command stop-domain executed successfully. 15:53:12 [2023-03-05T20:53:12.379Z] 15:53:12 [2023-03-05T20:53:12.379Z] stop-server-windows: 15:53:17 [2023-03-05T20:53:17.627Z] 15:53:17 [2023-03-05T20:53:17.627Z] setOSConditions: 15:53:17 [2023-03-05T20:53:17.627Z] 15:53:17 [2023-03-05T20:53:17.627Z] start-server: 15:53:17 [2023-03-05T20:53:17.627Z] [echo] +-----------------------------+ 15:53:17 [2023-03-05T20:53:17.627Z] [echo] | | 15:53:17 [2023-03-05T20:53:17.627Z] [echo] | S T A R T I N G GLASSFISH | 15:53:17 [2023-03-05T20:53:17.627Z] [echo] | in Felix mode | 15:53:17 [2023-03-05T20:53:17.627Z] [echo] | | 15:53:17 [2023-03-05T20:53:17.627Z] [echo] +-----------------------------+ 15:53:17 [2023-03-05T20:53:17.627Z] 15:53:17 [2023-03-05T20:53:17.627Z] start-server-unix: 15:53:21 [2023-03-05T20:53:21.822Z] [exec] Waiting for domain1 to start .... 15:53:21 [2023-03-05T20:53:21.822Z] [exec] Waiting finished after 3,540 ms. 15:53:21 [2023-03-05T20:53:21.822Z] [exec] Successfully started the domain : domain1 15:53:21 [2023-03-05T20:53:21.822Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 15:53:21 [2023-03-05T20:53:21.822Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 15:53:21 [2023-03-05T20:53:21.822Z] [exec] Admin Port: 4,848 15:53:21 [2023-03-05T20:53:21.822Z] [exec] Command start-domain executed successfully. 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] start-server-windows: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] deploy: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] setOSConditions: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] setToolWin: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] setToolUnix: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] setToolProperty: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] setS1ASclassPath: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] init-common: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] execute-sql-common: 15:53:31 [2023-03-05T20:53:31.776Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/sql/create_pointbase.sql 15:53:31 [2023-03-05T20:53:31.776Z] [sql] Failed to execute: Drop table customer_stmt_wrapper 15:53:31 [2023-03-05T20:53:31.776Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER' because it does not exist. 15:53:31 [2023-03-05T20:53:31.776Z] [sql] 0 rows affected 15:53:31 [2023-03-05T20:53:31.776Z] [sql] 1 rows affected 15:53:31 [2023-03-05T20:53:31.776Z] [sql] 1 rows affected 15:53:31 [2023-03-05T20:53:31.776Z] [sql] Failed to execute: Drop table sql_trace 15:53:31 [2023-03-05T20:53:31.776Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SQL_TRACE' because it does not exist. 15:53:31 [2023-03-05T20:53:31.776Z] [sql] 0 rows affected 15:53:31 [2023-03-05T20:53:31.776Z] [sql] Failed to execute: Drop table null_entry_table 15:53:31 [2023-03-05T20:53:31.776Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NULL_ENTRY_TABLE' because it does not exist. 15:53:31 [2023-03-05T20:53:31.776Z] [sql] 0 rows affected 15:53:31 [2023-03-05T20:53:31.776Z] [sql] Failed to execute: Drop table expected_sql_trace 15:53:31 [2023-03-05T20:53:31.776Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EXPECTED_SQL_TRACE' because it does not exist. 15:53:31 [2023-03-05T20:53:31.776Z] [sql] 0 rows affected 15:53:31 [2023-03-05T20:53:31.776Z] [sql] 1 rows affected 15:53:31 [2023-03-05T20:53:31.776Z] [sql] 1 rows affected 15:53:31 [2023-03-05T20:53:31.776Z] [sql] 1 rows affected 15:53:31 [2023-03-05T20:53:31.776Z] [sql] 1 rows affected 15:53:31 [2023-03-05T20:53:31.776Z] [sql] 1 rows affected 15:53:31 [2023-03-05T20:53:31.776Z] [sql] 1 rows affected 15:53:31 [2023-03-05T20:53:31.776Z] [sql] 12 of 16 SQL statements executed successfully 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] setOSConditions: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] setToolWin: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] setToolUnix: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] setToolProperty: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] setS1ASclassPath: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] init-common: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] deploy-jdbc-common: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] setOSConditions: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] setToolWin: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] setToolUnix: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.776Z] setToolProperty: 15:53:31 [2023-03-05T20:53:31.776Z] 15:53:31 [2023-03-05T20:53:31.777Z] setS1ASclassPath: 15:53:31 [2023-03-05T20:53:31.777Z] 15:53:31 [2023-03-05T20:53:31.777Z] init-common: 15:53:31 [2023-03-05T20:53:31.777Z] 15:53:31 [2023-03-05T20:53:31.777Z] create-jdbc-connpool-common: 15:53:31 [2023-03-05T20:53:31.777Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 15:53:32 [2023-03-05T20:53:32.721Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 15:53:32 [2023-03-05T20:53:32.721Z] 15:53:32 [2023-03-05T20:53:32.721Z] set-derby-connpool-props: 15:53:32 [2023-03-05T20:53:32.976Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:53:32 [2023-03-05T20:53:32.976Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:53:33 [2023-03-05T20:53:33.539Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:53:33 [2023-03-05T20:53:33.539Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:53:33 [2023-03-05T20:53:33.821Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:53:33 [2023-03-05T20:53:33.821Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:53:34 [2023-03-05T20:53:34.077Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:53:34 [2023-03-05T20:53:34.077Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:53:34 [2023-03-05T20:53:34.333Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:53:34 [2023-03-05T20:53:34.334Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:53:34 [2023-03-05T20:53:34.589Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:53:34 [2023-03-05T20:53:34.589Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:53:35 [2023-03-05T20:53:35.152Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:53:35 [2023-03-05T20:53:35.152Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:53:35 [2023-03-05T20:53:35.421Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:53:35 [2023-03-05T20:53:35.421Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:53:35 [2023-03-05T20:53:35.421Z] 15:53:35 [2023-03-05T20:53:35.421Z] setOSConditions: 15:53:35 [2023-03-05T20:53:35.421Z] 15:53:35 [2023-03-05T20:53:35.421Z] setToolWin: 15:53:35 [2023-03-05T20:53:35.421Z] 15:53:35 [2023-03-05T20:53:35.421Z] setToolUnix: 15:53:35 [2023-03-05T20:53:35.421Z] 15:53:35 [2023-03-05T20:53:35.421Z] setToolProperty: 15:53:35 [2023-03-05T20:53:35.421Z] 15:53:35 [2023-03-05T20:53:35.421Z] setS1ASclassPath: 15:53:35 [2023-03-05T20:53:35.421Z] 15:53:35 [2023-03-05T20:53:35.421Z] init-common: 15:53:35 [2023-03-05T20:53:35.421Z] 15:53:35 [2023-03-05T20:53:35.421Z] create-jdbc-resource-common: 15:53:35 [2023-03-05T20:53:35.421Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 15:53:35 [2023-03-05T20:53:35.676Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 15:53:35 [2023-03-05T20:53:35.676Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 15:53:35 [2023-03-05T20:53:35.676Z] [echo] cmd executed for server 15:53:35 [2023-03-05T20:53:35.676Z] 15:53:35 [2023-03-05T20:53:35.677Z] asadmin-common: 15:53:35 [2023-03-05T20:53:35.677Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.sql_trace_listeners=com.sun.s1asdev.jdbc.tracingsql.logger.TraceLogger 15:53:35 [2023-03-05T20:53:35.934Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.sql_trace_listeners=com.sun.s1asdev.jdbc.tracingsql.logger.TraceLogger 15:53:35 [2023-03-05T20:53:35.934Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.sql-trace-listeners=com.sun.s1asdev.jdbc.tracingsql.logger.TraceLogger 15:53:35 [2023-03-05T20:53:35.934Z] 15:53:35 [2023-03-05T20:53:35.934Z] setOSConditions: 15:53:35 [2023-03-05T20:53:35.934Z] 15:53:35 [2023-03-05T20:53:35.934Z] setToolWin: 15:53:35 [2023-03-05T20:53:35.934Z] 15:53:35 [2023-03-05T20:53:35.934Z] setToolUnix: 15:53:35 [2023-03-05T20:53:35.934Z] 15:53:35 [2023-03-05T20:53:35.934Z] setToolProperty: 15:53:35 [2023-03-05T20:53:35.934Z] 15:53:35 [2023-03-05T20:53:35.934Z] setS1ASclassPath: 15:53:35 [2023-03-05T20:53:35.934Z] 15:53:35 [2023-03-05T20:53:35.934Z] init-common: 15:53:35 [2023-03-05T20:53:35.934Z] 15:53:35 [2023-03-05T20:53:35.934Z] deploy-jdbc-common: 15:53:35 [2023-03-05T20:53:35.934Z] 15:53:35 [2023-03-05T20:53:35.934Z] setOSConditions: 15:53:35 [2023-03-05T20:53:35.934Z] 15:53:35 [2023-03-05T20:53:35.934Z] setToolWin: 15:53:35 [2023-03-05T20:53:35.934Z] 15:53:35 [2023-03-05T20:53:35.934Z] setToolUnix: 15:53:35 [2023-03-05T20:53:35.934Z] 15:53:35 [2023-03-05T20:53:35.934Z] setToolProperty: 15:53:35 [2023-03-05T20:53:35.934Z] 15:53:35 [2023-03-05T20:53:35.934Z] setS1ASclassPath: 15:53:35 [2023-03-05T20:53:35.934Z] 15:53:35 [2023-03-05T20:53:35.934Z] init-common: 15:53:35 [2023-03-05T20:53:35.934Z] 15:53:35 [2023-03-05T20:53:35.934Z] create-jdbc-connpool-common: 15:53:36 [2023-03-05T20:53:36.190Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true tracingsql-pool 15:53:36 [2023-03-05T20:53:36.190Z] [exec] JDBC connection pool tracingsql-pool created successfully. 15:53:36 [2023-03-05T20:53:36.190Z] 15:53:36 [2023-03-05T20:53:36.190Z] set-derby-connpool-props: 15:53:36 [2023-03-05T20:53:36.753Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.property.User=dbuser 15:53:36 [2023-03-05T20:53:36.753Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.User=dbuser 15:53:37 [2023-03-05T20:53:37.010Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.property.Password=dbpassword 15:53:37 [2023-03-05T20:53:37.010Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.Password=dbpassword 15:53:37 [2023-03-05T20:53:37.273Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.property.driverType=4 15:53:37 [2023-03-05T20:53:37.273Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.driverType=4 15:53:37 [2023-03-05T20:53:37.529Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.property.portNumber=1527 15:53:37 [2023-03-05T20:53:37.530Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.portNumber=1527 15:53:37 [2023-03-05T20:53:37.785Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.property.dataBaseName=testdb 15:53:37 [2023-03-05T20:53:37.785Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.dataBaseName=testdb 15:53:38 [2023-03-05T20:53:38.057Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:53:38 [2023-03-05T20:53:38.057Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:53:38 [2023-03-05T20:53:38.633Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.property.create=true 15:53:38 [2023-03-05T20:53:38.633Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.create=true 15:53:38 [2023-03-05T20:53:38.889Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.property.serverName=localhost 15:53:38 [2023-03-05T20:53:38.889Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.serverName=localhost 15:53:38 [2023-03-05T20:53:38.889Z] 15:53:38 [2023-03-05T20:53:38.889Z] setOSConditions: 15:53:38 [2023-03-05T20:53:38.889Z] 15:53:38 [2023-03-05T20:53:38.889Z] setToolWin: 15:53:38 [2023-03-05T20:53:38.889Z] 15:53:38 [2023-03-05T20:53:38.889Z] setToolUnix: 15:53:38 [2023-03-05T20:53:38.889Z] 15:53:38 [2023-03-05T20:53:38.889Z] setToolProperty: 15:53:38 [2023-03-05T20:53:38.889Z] 15:53:38 [2023-03-05T20:53:38.889Z] setS1ASclassPath: 15:53:38 [2023-03-05T20:53:38.889Z] 15:53:38 [2023-03-05T20:53:38.889Z] init-common: 15:53:38 [2023-03-05T20:53:38.889Z] 15:53:38 [2023-03-05T20:53:38.889Z] create-jdbc-resource-common: 15:53:38 [2023-03-05T20:53:38.889Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid tracingsql-pool --target server jdbc/tracingsql-res 15:53:39 [2023-03-05T20:53:39.145Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid tracingsql-pool --enabled=true --target server jdbc/tracingsql-res 15:53:39 [2023-03-05T20:53:39.146Z] [exec] JDBC resource jdbc/tracingsql-res created successfully. 15:53:39 [2023-03-05T20:53:39.146Z] [echo] cmd executed for server 15:53:39 [2023-03-05T20:53:39.146Z] 15:53:39 [2023-03-05T20:53:39.146Z] asadmin-common: 15:53:39 [2023-03-05T20:53:39.146Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tracingsql-pool.non_transactional_connections=true 15:53:39 [2023-03-05T20:53:39.421Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.non_transactional_connections=true 15:53:39 [2023-03-05T20:53:39.421Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.non-transactional-connections=true 15:53:39 [2023-03-05T20:53:39.421Z] 15:53:39 [2023-03-05T20:53:39.421Z] setOSConditions: 15:53:39 [2023-03-05T20:53:39.421Z] 15:53:39 [2023-03-05T20:53:39.421Z] setToolWin: 15:53:39 [2023-03-05T20:53:39.421Z] 15:53:39 [2023-03-05T20:53:39.421Z] setToolUnix: 15:53:39 [2023-03-05T20:53:39.421Z] 15:53:39 [2023-03-05T20:53:39.421Z] setToolProperty: 15:53:39 [2023-03-05T20:53:39.421Z] 15:53:39 [2023-03-05T20:53:39.421Z] setS1ASclassPath: 15:53:39 [2023-03-05T20:53:39.421Z] 15:53:39 [2023-03-05T20:53:39.421Z] init-common: 15:53:39 [2023-03-05T20:53:39.421Z] 15:53:39 [2023-03-05T20:53:39.421Z] deploy-common: 15:53:39 [2023-03-05T20:53:39.421Z] [echo] Current time (ISO): 2023-03-05T20:53:39.298+0000 15:53:39 [2023-03-05T20:53:39.421Z] 15:53:39 [2023-03-05T20:53:39.421Z] setOSConditions: 15:53:39 [2023-03-05T20:53:39.421Z] 15:53:39 [2023-03-05T20:53:39.421Z] setToolWin: 15:53:39 [2023-03-05T20:53:39.421Z] 15:53:39 [2023-03-05T20:53:39.421Z] setToolUnix: 15:53:39 [2023-03-05T20:53:39.421Z] 15:53:39 [2023-03-05T20:53:39.421Z] setToolProperty: 15:53:39 [2023-03-05T20:53:39.421Z] 15:53:39 [2023-03-05T20:53:39.421Z] setS1ASclassPath: 15:53:39 [2023-03-05T20:53:39.421Z] 15:53:39 [2023-03-05T20:53:39.421Z] init-common: 15:53:39 [2023-03-05T20:53:39.421Z] 15:53:39 [2023-03-05T20:53:39.421Z] deploy-common-pe: 15:53:39 [2023-03-05T20:53:39.984Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsqlApp.ear 15:53:42 [2023-03-05T20:53:42.521Z] [exec] Application deployed with name ejb-bmp-tracingsqlApp. 15:53:42 [2023-03-05T20:53:42.521Z] [echo] Deployment on target server server successful 15:53:42 [2023-03-05T20:53:42.521Z] 15:53:42 [2023-03-05T20:53:42.521Z] setOSConditions: 15:53:42 [2023-03-05T20:53:42.521Z] 15:53:42 [2023-03-05T20:53:42.521Z] setToolWin: 15:53:42 [2023-03-05T20:53:42.521Z] 15:53:42 [2023-03-05T20:53:42.521Z] setToolUnix: 15:53:42 [2023-03-05T20:53:42.521Z] 15:53:42 [2023-03-05T20:53:42.521Z] setToolProperty: 15:53:42 [2023-03-05T20:53:42.521Z] 15:53:42 [2023-03-05T20:53:42.521Z] setS1ASclassPath: 15:53:42 [2023-03-05T20:53:42.521Z] 15:53:42 [2023-03-05T20:53:42.521Z] init-common: 15:53:42 [2023-03-05T20:53:42.521Z] 15:53:42 [2023-03-05T20:53:42.521Z] deploy-common-ee: 15:53:42 [2023-03-05T20:53:42.521Z] 15:53:42 [2023-03-05T20:53:42.521Z] run: 15:53:42 [2023-03-05T20:53:42.521Z] 15:53:42 [2023-03-05T20:53:42.521Z] setOSConditions: 15:53:42 [2023-03-05T20:53:42.521Z] 15:53:42 [2023-03-05T20:53:42.521Z] setToolWin: 15:53:42 [2023-03-05T20:53:42.521Z] 15:53:42 [2023-03-05T20:53:42.521Z] setToolUnix: 15:53:42 [2023-03-05T20:53:42.521Z] 15:53:42 [2023-03-05T20:53:42.521Z] setToolProperty: 15:53:42 [2023-03-05T20:53:42.521Z] 15:53:42 [2023-03-05T20:53:42.521Z] setS1ASclassPath: 15:53:42 [2023-03-05T20:53:42.521Z] 15:53:42 [2023-03-05T20:53:42.521Z] init-common: 15:53:42 [2023-03-05T20:53:42.521Z] 15:53:42 [2023-03-05T20:53:42.521Z] runclient-common: 15:53:42 [2023-03-05T20:53:42.521Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsqlAppClient.jar -name ejb-bmp-tracingsqlClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 15:53:42 [2023-03-05T20:53:42.777Z] [exec] Mar 05, 2023 8:53:42 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:53:42 [2023-03-05T20:53:42.777Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:53:44 [2023-03-05T20:53:44.685Z] [exec] Mar 05, 2023 8:53:44 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:53:44 [2023-03-05T20:53:44.685Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@382d71c7 15:53:46 [2023-03-05T20:53:46.060Z] [exec] Value of key is: preparedStatementTest : 15:53:46 [2023-03-05T20:53:46.060Z] [exec] Value of key is: Sql Tracing Test : 15:53:46 [2023-03-05T20:53:46.060Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:53:46 [2023-03-05T20:53:46.060Z] [exec] 15:53:46 [2023-03-05T20:53:46.060Z] [exec] 15:53:46 [2023-03-05T20:53:46.060Z] [exec] ----------------------------------------- 15:53:46 [2023-03-05T20:53:46.060Z] [exec] - Sql Tracing Test : : PASS - 15:53:46 [2023-03-05T20:53:46.060Z] [exec] - preparedStatementTest : : PASS - 15:53:46 [2023-03-05T20:53:46.060Z] [exec] ----------------------------------------- 15:53:46 [2023-03-05T20:53:46.060Z] [exec] Total PASS: 2 15:53:46 [2023-03-05T20:53:46.060Z] [exec] Total FAIL: 0 15:53:46 [2023-03-05T20:53:46.060Z] [exec] Total DID NOT RUN: 0 15:53:46 [2023-03-05T20:53:46.060Z] [exec] ----------------------------------------- 15:53:46 [2023-03-05T20:53:46.060Z] [exec] in flushAll , creating new testSuiteHash 15:53:46 [2023-03-05T20:53:46.060Z] [exec] in flushAll , creating new testSuiteHash 15:53:46 [2023-03-05T20:53:46.320Z] 15:53:46 [2023-03-05T20:53:46.320Z] checkReporting-common: 15:53:46 [2023-03-05T20:53:46.320Z] 15:53:46 [2023-03-05T20:53:46.320Z] confirmReportPresent-common: 15:53:46 [2023-03-05T20:53:46.320Z] [echo] file RepRunConf.txt is present. 15:53:46 [2023-03-05T20:53:46.320Z] [echo] Test seems to be reported fine 15:53:46 [2023-03-05T20:53:46.320Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/RepRunConf.txt 15:53:46 [2023-03-05T20:53:46.320Z] 15:53:46 [2023-03-05T20:53:46.320Z] confirmMissingReport-common: 15:53:46 [2023-03-05T20:53:46.320Z] 15:53:46 [2023-03-05T20:53:46.320Z] asadmin-common: 15:53:46 [2023-03-05T20:53:46.320Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.sql_trace_listeners=com.sun.s1asdev.jdbc.tracingsql.logger.TraceLogger,com.sun.gjc.util.SQLTraceLogger 15:53:46 [2023-03-05T20:53:46.576Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.sql_trace_listeners=com.sun.s1asdev.jdbc.tracingsql.logger.TraceLogger,com.sun.gjc.util.SQLTraceLogger 15:53:46 [2023-03-05T20:53:46.576Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.sql-trace-listeners=com.sun.s1asdev.jdbc.tracingsql.logger.TraceLogger,com.sun.gjc.util.SQLTraceLogger 15:53:46 [2023-03-05T20:53:46.576Z] 15:53:46 [2023-03-05T20:53:46.576Z] setOSConditions: 15:53:46 [2023-03-05T20:53:46.576Z] 15:53:46 [2023-03-05T20:53:46.576Z] setToolWin: 15:53:46 [2023-03-05T20:53:46.576Z] 15:53:46 [2023-03-05T20:53:46.576Z] setToolUnix: 15:53:46 [2023-03-05T20:53:46.576Z] 15:53:46 [2023-03-05T20:53:46.576Z] setToolProperty: 15:53:46 [2023-03-05T20:53:46.576Z] 15:53:46 [2023-03-05T20:53:46.576Z] setS1ASclassPath: 15:53:46 [2023-03-05T20:53:46.576Z] 15:53:46 [2023-03-05T20:53:46.576Z] init-common: 15:53:46 [2023-03-05T20:53:46.576Z] 15:53:46 [2023-03-05T20:53:46.576Z] execute-sql-common: 15:53:46 [2023-03-05T20:53:46.576Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/sql/recreate_sql_trace_table.sql 15:53:46 [2023-03-05T20:53:46.576Z] [sql] 0 rows affected 15:53:46 [2023-03-05T20:53:46.576Z] [sql] 0 rows affected 15:53:46 [2023-03-05T20:53:46.576Z] [sql] 2 of 2 SQL statements executed successfully 15:53:46 [2023-03-05T20:53:46.576Z] 15:53:46 [2023-03-05T20:53:46.576Z] setOSConditions: 15:53:46 [2023-03-05T20:53:46.576Z] 15:53:46 [2023-03-05T20:53:46.576Z] setToolWin: 15:53:46 [2023-03-05T20:53:46.576Z] 15:53:46 [2023-03-05T20:53:46.576Z] setToolUnix: 15:53:46 [2023-03-05T20:53:46.576Z] 15:53:46 [2023-03-05T20:53:46.576Z] setToolProperty: 15:53:46 [2023-03-05T20:53:46.576Z] 15:53:46 [2023-03-05T20:53:46.576Z] setS1ASclassPath: 15:53:46 [2023-03-05T20:53:46.576Z] 15:53:46 [2023-03-05T20:53:46.576Z] init-common: 15:53:46 [2023-03-05T20:53:46.576Z] 15:53:46 [2023-03-05T20:53:46.576Z] runclient-common: 15:53:46 [2023-03-05T20:53:46.576Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsqlAppClient.jar -name ejb-bmp-tracingsqlClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 15:53:47 [2023-03-05T20:53:47.138Z] [exec] Mar 05, 2023 8:53:46 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:53:47 [2023-03-05T20:53:47.138Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:53:49 [2023-03-05T20:53:49.683Z] [exec] Mar 05, 2023 8:53:49 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:53:49 [2023-03-05T20:53:49.683Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@382d71c7 15:53:49 [2023-03-05T20:53:49.683Z] [exec] Value of key is: preparedStatementTest : 15:53:49 [2023-03-05T20:53:49.683Z] [exec] Value of key is: Sql Tracing Test : 15:53:49 [2023-03-05T20:53:49.683Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:53:49 [2023-03-05T20:53:49.683Z] [exec] 15:53:49 [2023-03-05T20:53:49.683Z] [exec] 15:53:49 [2023-03-05T20:53:49.683Z] [exec] ----------------------------------------- 15:53:49 [2023-03-05T20:53:49.683Z] [exec] - Sql Tracing Test : : PASS - 15:53:49 [2023-03-05T20:53:49.683Z] [exec] - preparedStatementTest : : PASS - 15:53:49 [2023-03-05T20:53:49.683Z] [exec] ----------------------------------------- 15:53:49 [2023-03-05T20:53:49.683Z] [exec] Total PASS: 2 15:53:49 [2023-03-05T20:53:49.683Z] [exec] Total FAIL: 0 15:53:49 [2023-03-05T20:53:49.683Z] [exec] Total DID NOT RUN: 0 15:53:49 [2023-03-05T20:53:49.683Z] [exec] ----------------------------------------- 15:53:49 [2023-03-05T20:53:49.683Z] [exec] in flushAll , creating new testSuiteHash 15:53:49 [2023-03-05T20:53:49.683Z] [exec] in flushAll , creating new testSuiteHash 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] checkReporting-common: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] confirmReportPresent-common: 15:53:49 [2023-03-05T20:53:49.940Z] [echo] file RepRunConf.txt is present. 15:53:49 [2023-03-05T20:53:49.940Z] [echo] Test seems to be reported fine 15:53:49 [2023-03-05T20:53:49.940Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/RepRunConf.txt 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] confirmMissingReport-common: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] undeploy: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] setOSConditions: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] setToolWin: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] setToolUnix: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] setToolProperty: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] setS1ASclassPath: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] init-common: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] execute-sql-common: 15:53:49 [2023-03-05T20:53:49.940Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/sql/drop_pointbase.sql 15:53:49 [2023-03-05T20:53:49.940Z] [sql] 0 rows affected 15:53:49 [2023-03-05T20:53:49.940Z] [sql] 0 rows affected 15:53:49 [2023-03-05T20:53:49.940Z] [sql] 2 of 2 SQL statements executed successfully 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] setOSConditions: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] setToolWin: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] setToolUnix: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] setToolProperty: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] setS1ASclassPath: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] init-common: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] undeploy-jdbc-common: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] setOSConditions: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] setToolWin: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] setToolUnix: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] setToolProperty: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] setS1ASclassPath: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] init-common: 15:53:49 [2023-03-05T20:53:49.940Z] 15:53:49 [2023-03-05T20:53:49.940Z] delete-jdbc-resource-common: 15:53:49 [2023-03-05T20:53:49.940Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 15:53:50 [2023-03-05T20:53:50.196Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 15:53:50 [2023-03-05T20:53:50.196Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 15:53:50 [2023-03-05T20:53:50.196Z] [echo] cmd executed for server 15:53:50 [2023-03-05T20:53:50.196Z] 15:53:50 [2023-03-05T20:53:50.196Z] setOSConditions: 15:53:50 [2023-03-05T20:53:50.196Z] 15:53:50 [2023-03-05T20:53:50.196Z] setToolWin: 15:53:50 [2023-03-05T20:53:50.196Z] 15:53:50 [2023-03-05T20:53:50.196Z] setToolUnix: 15:53:50 [2023-03-05T20:53:50.196Z] 15:53:50 [2023-03-05T20:53:50.196Z] setToolProperty: 15:53:50 [2023-03-05T20:53:50.196Z] 15:53:50 [2023-03-05T20:53:50.196Z] setS1ASclassPath: 15:53:50 [2023-03-05T20:53:50.196Z] 15:53:50 [2023-03-05T20:53:50.196Z] init-common: 15:53:50 [2023-03-05T20:53:50.196Z] 15:53:50 [2023-03-05T20:53:50.196Z] delete-jdbc-connpool-common: 15:53:50 [2023-03-05T20:53:50.197Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 15:53:50 [2023-03-05T20:53:50.760Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 15:53:50 [2023-03-05T20:53:50.760Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 15:53:50 [2023-03-05T20:53:50.760Z] [echo] cmd executed for server 15:53:50 [2023-03-05T20:53:50.760Z] 15:53:50 [2023-03-05T20:53:50.760Z] setOSConditions: 15:53:50 [2023-03-05T20:53:50.760Z] 15:53:50 [2023-03-05T20:53:50.760Z] setToolWin: 15:53:50 [2023-03-05T20:53:50.760Z] 15:53:50 [2023-03-05T20:53:50.760Z] setToolUnix: 15:53:50 [2023-03-05T20:53:50.760Z] 15:53:50 [2023-03-05T20:53:50.760Z] setToolProperty: 15:53:50 [2023-03-05T20:53:50.760Z] 15:53:50 [2023-03-05T20:53:50.760Z] setS1ASclassPath: 15:53:50 [2023-03-05T20:53:50.760Z] 15:53:50 [2023-03-05T20:53:50.760Z] init-common: 15:53:50 [2023-03-05T20:53:50.760Z] 15:53:50 [2023-03-05T20:53:50.760Z] delete-jdbc-resource-common: 15:53:50 [2023-03-05T20:53:50.760Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/tracingsql-res 15:53:51 [2023-03-05T20:53:51.020Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/tracingsql-res 15:53:51 [2023-03-05T20:53:51.020Z] [exec] JDBC resource jdbc/tracingsql-res deleted successfully 15:53:51 [2023-03-05T20:53:51.020Z] [echo] cmd executed for server 15:53:51 [2023-03-05T20:53:51.020Z] 15:53:51 [2023-03-05T20:53:51.020Z] setOSConditions: 15:53:51 [2023-03-05T20:53:51.020Z] 15:53:51 [2023-03-05T20:53:51.020Z] setToolWin: 15:53:51 [2023-03-05T20:53:51.020Z] 15:53:51 [2023-03-05T20:53:51.020Z] setToolUnix: 15:53:51 [2023-03-05T20:53:51.020Z] 15:53:51 [2023-03-05T20:53:51.020Z] setToolProperty: 15:53:51 [2023-03-05T20:53:51.020Z] 15:53:51 [2023-03-05T20:53:51.020Z] setS1ASclassPath: 15:53:51 [2023-03-05T20:53:51.020Z] 15:53:51 [2023-03-05T20:53:51.020Z] init-common: 15:53:51 [2023-03-05T20:53:51.020Z] 15:53:51 [2023-03-05T20:53:51.020Z] delete-jdbc-connpool-common: 15:53:51 [2023-03-05T20:53:51.020Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true tracingsql-pool 15:53:51 [2023-03-05T20:53:51.277Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true tracingsql-pool 15:53:51 [2023-03-05T20:53:51.277Z] [exec] JDBC Connection pool tracingsql-pool deleted successfully 15:53:51 [2023-03-05T20:53:51.277Z] [echo] cmd executed for server 15:53:51 [2023-03-05T20:53:51.277Z] 15:53:51 [2023-03-05T20:53:51.277Z] setOSConditions: 15:53:51 [2023-03-05T20:53:51.277Z] 15:53:51 [2023-03-05T20:53:51.277Z] setToolWin: 15:53:51 [2023-03-05T20:53:51.277Z] 15:53:51 [2023-03-05T20:53:51.277Z] setToolUnix: 15:53:51 [2023-03-05T20:53:51.277Z] 15:53:51 [2023-03-05T20:53:51.277Z] setToolProperty: 15:53:51 [2023-03-05T20:53:51.277Z] 15:53:51 [2023-03-05T20:53:51.277Z] setS1ASclassPath: 15:53:51 [2023-03-05T20:53:51.277Z] 15:53:51 [2023-03-05T20:53:51.277Z] init-common: 15:53:51 [2023-03-05T20:53:51.277Z] 15:53:51 [2023-03-05T20:53:51.277Z] undeploy-common: 15:53:51 [2023-03-05T20:53:51.533Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-tracingsqlApp 15:53:51 [2023-03-05T20:53:51.533Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/lib/sql-trace-listener.jar 15:53:51 [2023-03-05T20:53:51.533Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/logger/sql-trace-listener.jar 15:53:51 [2023-03-05T20:53:51.533Z] 15:53:51 [2023-03-05T20:53:51.533Z] restart-server: 15:53:51 [2023-03-05T20:53:51.533Z] 15:53:51 [2023-03-05T20:53:51.533Z] setOSConditions: 15:53:51 [2023-03-05T20:53:51.533Z] 15:53:51 [2023-03-05T20:53:51.533Z] stop-server: 15:53:51 [2023-03-05T20:53:51.533Z] 15:53:51 [2023-03-05T20:53:51.533Z] stop-server-unix: 15:53:51 [2023-03-05T20:53:51.533Z] [echo] stopping server on unix ... 15:53:52 [2023-03-05T20:53:52.122Z] [exec] Waiting for the domain to stop . 15:53:52 [2023-03-05T20:53:52.379Z] [exec] Waiting finished after 120 ms. 15:53:52 [2023-03-05T20:53:52.379Z] [exec] Command stop-domain executed successfully. 15:54:02 [2023-03-05T20:54:02.338Z] 15:54:02 [2023-03-05T20:54:02.338Z] stop-server-windows: 15:54:07 [2023-03-05T20:54:07.591Z] 15:54:07 [2023-03-05T20:54:07.591Z] setOSConditions: 15:54:07 [2023-03-05T20:54:07.591Z] 15:54:07 [2023-03-05T20:54:07.591Z] start-server: 15:54:07 [2023-03-05T20:54:07.591Z] [echo] +-----------------------------+ 15:54:07 [2023-03-05T20:54:07.591Z] [echo] | | 15:54:07 [2023-03-05T20:54:07.591Z] [echo] | S T A R T I N G GLASSFISH | 15:54:07 [2023-03-05T20:54:07.591Z] [echo] | in Felix mode | 15:54:07 [2023-03-05T20:54:07.591Z] [echo] | | 15:54:07 [2023-03-05T20:54:07.591Z] [echo] +-----------------------------+ 15:54:07 [2023-03-05T20:54:07.591Z] 15:54:07 [2023-03-05T20:54:07.591Z] start-server-unix: 15:54:11 [2023-03-05T20:54:11.920Z] [exec] Waiting for domain1 to start .... 15:54:11 [2023-03-05T20:54:11.920Z] [exec] Waiting finished after 3,495 ms. 15:54:11 [2023-03-05T20:54:11.920Z] [exec] Successfully started the domain : domain1 15:54:11 [2023-03-05T20:54:11.920Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 15:54:11 [2023-03-05T20:54:11.920Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 15:54:11 [2023-03-05T20:54:11.920Z] [exec] Admin Port: 4,848 15:54:11 [2023-03-05T20:54:11.920Z] [exec] Command start-domain executed successfully. 15:54:21 [2023-03-05T20:54:21.876Z] 15:54:21 [2023-03-05T20:54:21.877Z] start-server-windows: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] all: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setOSConditions: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setToolWin: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setToolUnix: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setToolProperty: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setS1ASclassPath: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] init-common: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] clean: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setOSConditions: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setToolWin: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setToolUnix: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setToolProperty: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setS1ASclassPath: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] init-common: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] clean-common: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setOSConditions: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setToolWin: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setToolUnix: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setToolProperty: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setS1ASclassPath: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] init-common: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] clean-classes-common: 15:54:21 [2023-03-05T20:54:21.877Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setOSConditions: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setToolWin: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setToolUnix: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setToolProperty: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setS1ASclassPath: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] init-common: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] clean-jars-common: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] compile: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setOSConditions: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setToolWin: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setToolUnix: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setToolProperty: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] setS1ASclassPath: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] init-common: 15:54:21 [2023-03-05T20:54:21.877Z] 15:54:21 [2023-03-05T20:54:21.877Z] compile-common: 15:54:21 [2023-03-05T20:54:21.877Z] [echo] Current time (ISO): 2023-03-05T20:54:21.581+0000 15:54:21 [2023-03-05T20:54:21.877Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:54:21 [2023-03-05T20:54:21.877Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:54:22 [2023-03-05T20:54:22.806Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:54:22 [2023-03-05T20:54:22.806Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/datasource40/ejb/SimpleBMPBean.java:59: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:54:22 [2023-03-05T20:54:22.806Z] [javac] return new Integer(1); 15:54:22 [2023-03-05T20:54:22.806Z] [javac] ^ 15:54:22 [2023-03-05T20:54:22.806Z] [javac] 2 warnings 15:54:22 [2023-03-05T20:54:22.806Z] 15:54:22 [2023-03-05T20:54:22.806Z] setOSConditions: 15:54:22 [2023-03-05T20:54:22.806Z] 15:54:22 [2023-03-05T20:54:22.806Z] setToolWin: 15:54:22 [2023-03-05T20:54:22.806Z] 15:54:22 [2023-03-05T20:54:22.806Z] setToolUnix: 15:54:22 [2023-03-05T20:54:22.806Z] 15:54:22 [2023-03-05T20:54:22.806Z] setToolProperty: 15:54:22 [2023-03-05T20:54:22.806Z] 15:54:22 [2023-03-05T20:54:22.806Z] setS1ASclassPath: 15:54:22 [2023-03-05T20:54:22.806Z] 15:54:22 [2023-03-05T20:54:22.806Z] init-common: 15:54:22 [2023-03-05T20:54:22.806Z] 15:54:22 [2023-03-05T20:54:22.806Z] compile-common: 15:54:22 [2023-03-05T20:54:22.806Z] [echo] Current time (ISO): 2023-03-05T20:54:22.792+0000 15:54:22 [2023-03-05T20:54:22.806Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:54:24 [2023-03-05T20:54:24.171Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:54:24 [2023-03-05T20:54:24.171Z] [javac] 1 warning 15:54:24 [2023-03-05T20:54:24.171Z] 15:54:24 [2023-03-05T20:54:24.171Z] build: 15:54:24 [2023-03-05T20:54:24.171Z] 15:54:24 [2023-03-05T20:54:24.171Z] setOSConditions: 15:54:24 [2023-03-05T20:54:24.171Z] 15:54:24 [2023-03-05T20:54:24.171Z] fixFiles: 15:54:24 [2023-03-05T20:54:24.171Z] 15:54:24 [2023-03-05T20:54:24.171Z] convUnix: 15:54:24 [2023-03-05T20:54:24.171Z] 15:54:24 [2023-03-05T20:54:24.171Z] convWin: 15:54:24 [2023-03-05T20:54:24.171Z] 15:54:24 [2023-03-05T20:54:24.171Z] setToolWin: 15:54:24 [2023-03-05T20:54:24.171Z] 15:54:24 [2023-03-05T20:54:24.171Z] setToolUnix: 15:54:24 [2023-03-05T20:54:24.171Z] 15:54:24 [2023-03-05T20:54:24.171Z] setToolProperty: 15:54:24 [2023-03-05T20:54:24.171Z] 15:54:24 [2023-03-05T20:54:24.171Z] setS1ASclassPath: 15:54:24 [2023-03-05T20:54:24.171Z] 15:54:24 [2023-03-05T20:54:24.171Z] init-common: 15:54:24 [2023-03-05T20:54:24.171Z] 15:54:24 [2023-03-05T20:54:24.171Z] package-persistence-common: 15:54:24 [2023-03-05T20:54:24.171Z] 15:54:24 [2023-03-05T20:54:24.171Z] ejb-jar-common: 15:54:24 [2023-03-05T20:54:24.171Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:54:24 [2023-03-05T20:54:24.171Z] 15:54:24 [2023-03-05T20:54:24.171Z] package-ejbjar-common: 15:54:24 [2023-03-05T20:54:24.171Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:54:24 [2023-03-05T20:54:24.171Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:54:24 [2023-03-05T20:54:24.171Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:54:24 [2023-03-05T20:54:24.171Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40-ejb.jar 15:54:24 [2023-03-05T20:54:24.171Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:54:24 [2023-03-05T20:54:24.171Z] 15:54:24 [2023-03-05T20:54:24.171Z] appclient-jar-common: 15:54:24 [2023-03-05T20:54:24.171Z] 15:54:24 [2023-03-05T20:54:24.171Z] package-appclientjar-common: 15:54:24 [2023-03-05T20:54:24.171Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:54:24 [2023-03-05T20:54:24.172Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:54:24 [2023-03-05T20:54:24.172Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:54:24 [2023-03-05T20:54:24.172Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40-client.jar 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] webclient-war-common: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] build-ear-common: 15:54:24 [2023-03-05T20:54:24.172Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:54:24 [2023-03-05T20:54:24.172Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40App.ear 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] deploy: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] setOSConditions: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] setToolWin: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] setToolUnix: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] setToolProperty: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] setS1ASclassPath: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] init-common: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] execute-sql-common: 15:54:24 [2023-03-05T20:54:24.172Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/datasource40/sql/create_pointbase.sql 15:54:24 [2023-03-05T20:54:24.172Z] [sql] 0 of 0 SQL statements executed successfully 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] setOSConditions: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] setToolWin: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] setToolUnix: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] setToolProperty: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] setS1ASclassPath: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] init-common: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] deploy-jdbc-common: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] setOSConditions: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] setToolWin: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] setToolUnix: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] setToolProperty: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] setS1ASclassPath: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] init-common: 15:54:24 [2023-03-05T20:54:24.172Z] 15:54:24 [2023-03-05T20:54:24.172Z] create-jdbc-connpool-common: 15:54:24 [2023-03-05T20:54:24.428Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource40 --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ds-pool 15:54:25 [2023-03-05T20:54:25.356Z] [exec] JDBC connection pool ds-pool created successfully. 15:54:25 [2023-03-05T20:54:25.356Z] 15:54:25 [2023-03-05T20:54:25.356Z] set-derby-connpool-props: 15:54:25 [2023-03-05T20:54:25.625Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.property.User=dbuser 15:54:25 [2023-03-05T20:54:25.625Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.User=dbuser 15:54:25 [2023-03-05T20:54:25.882Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.property.Password=dbpassword 15:54:25 [2023-03-05T20:54:25.882Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.Password=dbpassword 15:54:26 [2023-03-05T20:54:26.446Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.property.driverType=4 15:54:26 [2023-03-05T20:54:26.446Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.driverType=4 15:54:26 [2023-03-05T20:54:26.721Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.property.portNumber=1527 15:54:26 [2023-03-05T20:54:26.721Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.portNumber=1527 15:54:26 [2023-03-05T20:54:26.977Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.property.dataBaseName=testdb 15:54:26 [2023-03-05T20:54:26.977Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.dataBaseName=testdb 15:54:27 [2023-03-05T20:54:27.233Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:54:27 [2023-03-05T20:54:27.233Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:54:27 [2023-03-05T20:54:27.489Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.property.create=true 15:54:27 [2023-03-05T20:54:27.489Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.create=true 15:54:28 [2023-03-05T20:54:28.051Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.property.serverName=localhost 15:54:28 [2023-03-05T20:54:28.051Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.serverName=localhost 15:54:28 [2023-03-05T20:54:28.051Z] 15:54:28 [2023-03-05T20:54:28.051Z] setOSConditions: 15:54:28 [2023-03-05T20:54:28.051Z] 15:54:28 [2023-03-05T20:54:28.051Z] setToolWin: 15:54:28 [2023-03-05T20:54:28.051Z] 15:54:28 [2023-03-05T20:54:28.051Z] setToolUnix: 15:54:28 [2023-03-05T20:54:28.051Z] 15:54:28 [2023-03-05T20:54:28.051Z] setToolProperty: 15:54:28 [2023-03-05T20:54:28.051Z] 15:54:28 [2023-03-05T20:54:28.051Z] setS1ASclassPath: 15:54:28 [2023-03-05T20:54:28.051Z] 15:54:28 [2023-03-05T20:54:28.051Z] init-common: 15:54:28 [2023-03-05T20:54:28.051Z] 15:54:28 [2023-03-05T20:54:28.051Z] create-jdbc-resource-common: 15:54:28 [2023-03-05T20:54:28.051Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ds-pool --target server jdbc/ds-resource 15:54:28 [2023-03-05T20:54:28.321Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ds-pool --enabled=true --target server jdbc/ds-resource 15:54:28 [2023-03-05T20:54:28.321Z] [exec] JDBC resource jdbc/ds-resource created successfully. 15:54:28 [2023-03-05T20:54:28.321Z] [echo] cmd executed for server 15:54:28 [2023-03-05T20:54:28.321Z] 15:54:28 [2023-03-05T20:54:28.321Z] setOSConditions: 15:54:28 [2023-03-05T20:54:28.321Z] 15:54:28 [2023-03-05T20:54:28.321Z] setToolWin: 15:54:28 [2023-03-05T20:54:28.321Z] 15:54:28 [2023-03-05T20:54:28.321Z] setToolUnix: 15:54:28 [2023-03-05T20:54:28.321Z] 15:54:28 [2023-03-05T20:54:28.321Z] setToolProperty: 15:54:28 [2023-03-05T20:54:28.321Z] 15:54:28 [2023-03-05T20:54:28.321Z] setS1ASclassPath: 15:54:28 [2023-03-05T20:54:28.321Z] 15:54:28 [2023-03-05T20:54:28.321Z] init-common: 15:54:28 [2023-03-05T20:54:28.321Z] 15:54:28 [2023-03-05T20:54:28.321Z] deploy-jdbc-common: 15:54:28 [2023-03-05T20:54:28.321Z] 15:54:28 [2023-03-05T20:54:28.321Z] setOSConditions: 15:54:28 [2023-03-05T20:54:28.321Z] 15:54:28 [2023-03-05T20:54:28.321Z] setToolWin: 15:54:28 [2023-03-05T20:54:28.321Z] 15:54:28 [2023-03-05T20:54:28.321Z] setToolUnix: 15:54:28 [2023-03-05T20:54:28.321Z] 15:54:28 [2023-03-05T20:54:28.321Z] setToolProperty: 15:54:28 [2023-03-05T20:54:28.321Z] 15:54:28 [2023-03-05T20:54:28.321Z] setS1ASclassPath: 15:54:28 [2023-03-05T20:54:28.321Z] 15:54:28 [2023-03-05T20:54:28.321Z] init-common: 15:54:28 [2023-03-05T20:54:28.321Z] 15:54:28 [2023-03-05T20:54:28.321Z] create-jdbc-connpool-common: 15:54:28 [2023-03-05T20:54:28.577Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource40 --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true xa-pool 15:54:28 [2023-03-05T20:54:28.577Z] [exec] JDBC connection pool xa-pool created successfully. 15:54:28 [2023-03-05T20:54:28.577Z] 15:54:28 [2023-03-05T20:54:28.577Z] set-derby-connpool-props: 15:54:28 [2023-03-05T20:54:28.833Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.xa-pool.property.User=dbuser 15:54:28 [2023-03-05T20:54:28.833Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.User=dbuser 15:54:29 [2023-03-05T20:54:29.395Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.xa-pool.property.Password=dbpassword 15:54:29 [2023-03-05T20:54:29.395Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.Password=dbpassword 15:54:29 [2023-03-05T20:54:29.651Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.xa-pool.property.driverType=4 15:54:29 [2023-03-05T20:54:29.651Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.driverType=4 15:54:29 [2023-03-05T20:54:29.922Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.xa-pool.property.portNumber=1527 15:54:29 [2023-03-05T20:54:29.922Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.portNumber=1527 15:54:30 [2023-03-05T20:54:30.178Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.xa-pool.property.dataBaseName=testdb 15:54:30 [2023-03-05T20:54:30.178Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.dataBaseName=testdb 15:54:30 [2023-03-05T20:54:30.438Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.xa-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:54:30 [2023-03-05T20:54:30.438Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:54:30 [2023-03-05T20:54:30.694Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.xa-pool.property.create=true 15:54:30 [2023-03-05T20:54:30.694Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.create=true 15:54:30 [2023-03-05T20:54:30.950Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.xa-pool.property.serverName=localhost 15:54:30 [2023-03-05T20:54:30.950Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.serverName=localhost 15:54:30 [2023-03-05T20:54:30.950Z] 15:54:30 [2023-03-05T20:54:30.950Z] setOSConditions: 15:54:30 [2023-03-05T20:54:30.950Z] 15:54:30 [2023-03-05T20:54:30.950Z] setToolWin: 15:54:30 [2023-03-05T20:54:30.950Z] 15:54:30 [2023-03-05T20:54:30.950Z] setToolUnix: 15:54:30 [2023-03-05T20:54:30.950Z] 15:54:30 [2023-03-05T20:54:30.950Z] setToolProperty: 15:54:30 [2023-03-05T20:54:30.950Z] 15:54:30 [2023-03-05T20:54:30.950Z] setS1ASclassPath: 15:54:30 [2023-03-05T20:54:30.950Z] 15:54:30 [2023-03-05T20:54:30.950Z] init-common: 15:54:30 [2023-03-05T20:54:30.950Z] 15:54:30 [2023-03-05T20:54:30.950Z] create-jdbc-resource-common: 15:54:30 [2023-03-05T20:54:30.950Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid xa-pool --target server jdbc/xa-resource 15:54:31 [2023-03-05T20:54:31.525Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid xa-pool --enabled=true --target server jdbc/xa-resource 15:54:31 [2023-03-05T20:54:31.525Z] [exec] JDBC resource jdbc/xa-resource created successfully. 15:54:31 [2023-03-05T20:54:31.525Z] [echo] cmd executed for server 15:54:31 [2023-03-05T20:54:31.525Z] 15:54:31 [2023-03-05T20:54:31.525Z] setOSConditions: 15:54:31 [2023-03-05T20:54:31.525Z] 15:54:31 [2023-03-05T20:54:31.525Z] setToolWin: 15:54:31 [2023-03-05T20:54:31.525Z] 15:54:31 [2023-03-05T20:54:31.525Z] setToolUnix: 15:54:31 [2023-03-05T20:54:31.525Z] 15:54:31 [2023-03-05T20:54:31.525Z] setToolProperty: 15:54:31 [2023-03-05T20:54:31.525Z] 15:54:31 [2023-03-05T20:54:31.525Z] setS1ASclassPath: 15:54:31 [2023-03-05T20:54:31.525Z] 15:54:31 [2023-03-05T20:54:31.525Z] init-common: 15:54:31 [2023-03-05T20:54:31.525Z] 15:54:31 [2023-03-05T20:54:31.525Z] deploy-jdbc-common: 15:54:31 [2023-03-05T20:54:31.525Z] 15:54:31 [2023-03-05T20:54:31.525Z] setOSConditions: 15:54:31 [2023-03-05T20:54:31.525Z] 15:54:31 [2023-03-05T20:54:31.525Z] setToolWin: 15:54:31 [2023-03-05T20:54:31.525Z] 15:54:31 [2023-03-05T20:54:31.525Z] setToolUnix: 15:54:31 [2023-03-05T20:54:31.525Z] 15:54:31 [2023-03-05T20:54:31.525Z] setToolProperty: 15:54:31 [2023-03-05T20:54:31.525Z] 15:54:31 [2023-03-05T20:54:31.525Z] setS1ASclassPath: 15:54:31 [2023-03-05T20:54:31.525Z] 15:54:31 [2023-03-05T20:54:31.525Z] init-common: 15:54:31 [2023-03-05T20:54:31.525Z] 15:54:31 [2023-03-05T20:54:31.525Z] create-jdbc-connpool-common: 15:54:31 [2023-03-05T20:54:31.781Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientConnectionPoolDataSource40 --restype javax.sql.ConnectionPoolDataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true cp-pool 15:54:31 [2023-03-05T20:54:31.781Z] [exec] JDBC connection pool cp-pool created successfully. 15:54:32 [2023-03-05T20:54:32.037Z] 15:54:32 [2023-03-05T20:54:32.037Z] set-derby-connpool-props: 15:54:32 [2023-03-05T20:54:32.293Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.cp-pool.property.User=dbuser 15:54:32 [2023-03-05T20:54:32.293Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.User=dbuser 15:54:32 [2023-03-05T20:54:32.549Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.cp-pool.property.Password=dbpassword 15:54:32 [2023-03-05T20:54:32.549Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.Password=dbpassword 15:54:32 [2023-03-05T20:54:32.805Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.cp-pool.property.driverType=4 15:54:32 [2023-03-05T20:54:32.805Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.driverType=4 15:54:33 [2023-03-05T20:54:33.366Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.cp-pool.property.portNumber=1527 15:54:33 [2023-03-05T20:54:33.366Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.portNumber=1527 15:54:33 [2023-03-05T20:54:33.622Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.cp-pool.property.dataBaseName=testdb 15:54:33 [2023-03-05T20:54:33.622Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.dataBaseName=testdb 15:54:33 [2023-03-05T20:54:33.880Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.cp-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:54:33 [2023-03-05T20:54:33.880Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:54:34 [2023-03-05T20:54:34.136Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.cp-pool.property.create=true 15:54:34 [2023-03-05T20:54:34.136Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.create=true 15:54:34 [2023-03-05T20:54:34.394Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.cp-pool.property.serverName=localhost 15:54:34 [2023-03-05T20:54:34.394Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.serverName=localhost 15:54:34 [2023-03-05T20:54:34.394Z] 15:54:34 [2023-03-05T20:54:34.394Z] setOSConditions: 15:54:34 [2023-03-05T20:54:34.394Z] 15:54:34 [2023-03-05T20:54:34.394Z] setToolWin: 15:54:34 [2023-03-05T20:54:34.394Z] 15:54:34 [2023-03-05T20:54:34.394Z] setToolUnix: 15:54:34 [2023-03-05T20:54:34.394Z] 15:54:34 [2023-03-05T20:54:34.394Z] setToolProperty: 15:54:34 [2023-03-05T20:54:34.394Z] 15:54:34 [2023-03-05T20:54:34.394Z] setS1ASclassPath: 15:54:34 [2023-03-05T20:54:34.394Z] 15:54:34 [2023-03-05T20:54:34.394Z] init-common: 15:54:34 [2023-03-05T20:54:34.394Z] 15:54:34 [2023-03-05T20:54:34.394Z] create-jdbc-resource-common: 15:54:34 [2023-03-05T20:54:34.394Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid cp-pool --target server jdbc/cp-resource 15:54:34 [2023-03-05T20:54:34.650Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid cp-pool --enabled=true --target server jdbc/cp-resource 15:54:34 [2023-03-05T20:54:34.650Z] [exec] JDBC resource jdbc/cp-resource created successfully. 15:54:34 [2023-03-05T20:54:34.650Z] [echo] cmd executed for server 15:54:34 [2023-03-05T20:54:34.650Z] 15:54:34 [2023-03-05T20:54:34.650Z] asadmin-common: 15:54:34 [2023-03-05T20:54:34.650Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ds-pool.steady_pool_size=1 15:54:35 [2023-03-05T20:54:35.227Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.steady_pool_size=1 15:54:35 [2023-03-05T20:54:35.227Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.steady-pool-size=1 15:54:35 [2023-03-05T20:54:35.227Z] 15:54:35 [2023-03-05T20:54:35.227Z] asadmin-common: 15:54:35 [2023-03-05T20:54:35.227Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ds-pool.max_pool_size=1 15:54:35 [2023-03-05T20:54:35.483Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.max_pool_size=1 15:54:35 [2023-03-05T20:54:35.483Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.max-pool-size=1 15:54:35 [2023-03-05T20:54:35.483Z] 15:54:35 [2023-03-05T20:54:35.483Z] setOSConditions: 15:54:35 [2023-03-05T20:54:35.483Z] 15:54:35 [2023-03-05T20:54:35.483Z] setToolWin: 15:54:35 [2023-03-05T20:54:35.483Z] 15:54:35 [2023-03-05T20:54:35.483Z] setToolUnix: 15:54:35 [2023-03-05T20:54:35.483Z] 15:54:35 [2023-03-05T20:54:35.483Z] setToolProperty: 15:54:35 [2023-03-05T20:54:35.483Z] 15:54:35 [2023-03-05T20:54:35.483Z] setS1ASclassPath: 15:54:35 [2023-03-05T20:54:35.483Z] 15:54:35 [2023-03-05T20:54:35.483Z] init-common: 15:54:35 [2023-03-05T20:54:35.483Z] 15:54:35 [2023-03-05T20:54:35.483Z] deploy-common: 15:54:35 [2023-03-05T20:54:35.483Z] [echo] Current time (ISO): 2023-03-05T20:54:35.256+0000 15:54:35 [2023-03-05T20:54:35.483Z] 15:54:35 [2023-03-05T20:54:35.483Z] setOSConditions: 15:54:35 [2023-03-05T20:54:35.483Z] 15:54:35 [2023-03-05T20:54:35.483Z] setToolWin: 15:54:35 [2023-03-05T20:54:35.483Z] 15:54:35 [2023-03-05T20:54:35.483Z] setToolUnix: 15:54:35 [2023-03-05T20:54:35.483Z] 15:54:35 [2023-03-05T20:54:35.483Z] setToolProperty: 15:54:35 [2023-03-05T20:54:35.483Z] 15:54:35 [2023-03-05T20:54:35.483Z] setS1ASclassPath: 15:54:35 [2023-03-05T20:54:35.483Z] 15:54:35 [2023-03-05T20:54:35.483Z] init-common: 15:54:35 [2023-03-05T20:54:35.483Z] 15:54:35 [2023-03-05T20:54:35.483Z] deploy-common-pe: 15:54:35 [2023-03-05T20:54:35.773Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40App.ear 15:54:38 [2023-03-05T20:54:38.291Z] [exec] Application deployed with name ejb-bmp-datasource40App. 15:54:38 [2023-03-05T20:54:38.291Z] [echo] Deployment on target server server successful 15:54:38 [2023-03-05T20:54:38.291Z] 15:54:38 [2023-03-05T20:54:38.291Z] setOSConditions: 15:54:38 [2023-03-05T20:54:38.291Z] 15:54:38 [2023-03-05T20:54:38.291Z] setToolWin: 15:54:38 [2023-03-05T20:54:38.291Z] 15:54:38 [2023-03-05T20:54:38.291Z] setToolUnix: 15:54:38 [2023-03-05T20:54:38.291Z] 15:54:38 [2023-03-05T20:54:38.291Z] setToolProperty: 15:54:38 [2023-03-05T20:54:38.291Z] 15:54:38 [2023-03-05T20:54:38.291Z] setS1ASclassPath: 15:54:38 [2023-03-05T20:54:38.291Z] 15:54:38 [2023-03-05T20:54:38.291Z] init-common: 15:54:38 [2023-03-05T20:54:38.291Z] 15:54:38 [2023-03-05T20:54:38.291Z] deploy-common-ee: 15:54:38 [2023-03-05T20:54:38.291Z] 15:54:38 [2023-03-05T20:54:38.291Z] run: 15:54:38 [2023-03-05T20:54:38.291Z] 15:54:38 [2023-03-05T20:54:38.291Z] setOSConditions: 15:54:38 [2023-03-05T20:54:38.291Z] 15:54:38 [2023-03-05T20:54:38.291Z] setToolWin: 15:54:38 [2023-03-05T20:54:38.291Z] 15:54:38 [2023-03-05T20:54:38.291Z] setToolUnix: 15:54:38 [2023-03-05T20:54:38.291Z] 15:54:38 [2023-03-05T20:54:38.291Z] setToolProperty: 15:54:38 [2023-03-05T20:54:38.291Z] 15:54:38 [2023-03-05T20:54:38.291Z] setS1ASclassPath: 15:54:38 [2023-03-05T20:54:38.291Z] 15:54:38 [2023-03-05T20:54:38.291Z] init-common: 15:54:38 [2023-03-05T20:54:38.291Z] 15:54:38 [2023-03-05T20:54:38.291Z] runclient-common: 15:54:38 [2023-03-05T20:54:38.291Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40AppClient.jar -name ejb-bmp-datasource40Client -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 15:54:38 [2023-03-05T20:54:38.548Z] [exec] Mar 05, 2023 8:54:38 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:54:38 [2023-03-05T20:54:38.548Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:54:41 [2023-03-05T20:54:41.121Z] [exec] Mar 05, 2023 8:54:40 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:54:41 [2023-03-05T20:54:41.121Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@72465eb2 15:54:41 [2023-03-05T20:54:41.733Z] [exec] Value of key is: test1 : 15:54:41 [2023-03-05T20:54:41.990Z] [exec] Value of key is: test2 : 15:54:41 [2023-03-05T20:54:41.990Z] [exec] Value of key is: test3 : 15:54:41 [2023-03-05T20:54:41.990Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:54:41 [2023-03-05T20:54:41.990Z] [exec] 15:54:41 [2023-03-05T20:54:41.990Z] [exec] 15:54:41 [2023-03-05T20:54:41.990Z] [exec] ----------------------------------------- 15:54:41 [2023-03-05T20:54:41.990Z] [exec] - test2 : : PASS - 15:54:41 [2023-03-05T20:54:41.990Z] [exec] - test1 : : PASS - 15:54:41 [2023-03-05T20:54:41.990Z] [exec] - test3 : : PASS - 15:54:41 [2023-03-05T20:54:41.990Z] [exec] ----------------------------------------- 15:54:41 [2023-03-05T20:54:41.990Z] [exec] Total PASS: 3 15:54:41 [2023-03-05T20:54:41.990Z] [exec] Total FAIL: 0 15:54:41 [2023-03-05T20:54:41.990Z] [exec] Total DID NOT RUN: 0 15:54:41 [2023-03-05T20:54:41.990Z] [exec] ----------------------------------------- 15:54:41 [2023-03-05T20:54:41.990Z] [exec] in flushAll , creating new testSuiteHash 15:54:41 [2023-03-05T20:54:41.990Z] [exec] in flushAll , creating new testSuiteHash 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] checkReporting-common: 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] confirmReportPresent-common: 15:54:42 [2023-03-05T20:54:42.246Z] [echo] file RepRunConf.txt is present. 15:54:42 [2023-03-05T20:54:42.246Z] [echo] Test seems to be reported fine 15:54:42 [2023-03-05T20:54:42.246Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/datasource40/RepRunConf.txt 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] confirmMissingReport-common: 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] undeploy: 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] setOSConditions: 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] setToolWin: 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] setToolUnix: 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] setToolProperty: 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] setS1ASclassPath: 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] init-common: 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] undeploy-jdbc-common: 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] setOSConditions: 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] setToolWin: 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] setToolUnix: 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] setToolProperty: 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] setS1ASclassPath: 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] init-common: 15:54:42 [2023-03-05T20:54:42.246Z] 15:54:42 [2023-03-05T20:54:42.246Z] delete-jdbc-resource-common: 15:54:42 [2023-03-05T20:54:42.246Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/ds-resource 15:54:42 [2023-03-05T20:54:42.502Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/ds-resource 15:54:42 [2023-03-05T20:54:42.502Z] [exec] JDBC resource jdbc/ds-resource deleted successfully 15:54:42 [2023-03-05T20:54:42.502Z] [echo] cmd executed for server 15:54:42 [2023-03-05T20:54:42.502Z] 15:54:42 [2023-03-05T20:54:42.502Z] setOSConditions: 15:54:42 [2023-03-05T20:54:42.502Z] 15:54:42 [2023-03-05T20:54:42.502Z] setToolWin: 15:54:42 [2023-03-05T20:54:42.502Z] 15:54:42 [2023-03-05T20:54:42.502Z] setToolUnix: 15:54:42 [2023-03-05T20:54:42.502Z] 15:54:42 [2023-03-05T20:54:42.502Z] setToolProperty: 15:54:42 [2023-03-05T20:54:42.502Z] 15:54:42 [2023-03-05T20:54:42.502Z] setS1ASclassPath: 15:54:42 [2023-03-05T20:54:42.502Z] 15:54:42 [2023-03-05T20:54:42.502Z] init-common: 15:54:42 [2023-03-05T20:54:42.502Z] 15:54:42 [2023-03-05T20:54:42.502Z] delete-jdbc-connpool-common: 15:54:42 [2023-03-05T20:54:42.502Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ds-pool 15:54:43 [2023-03-05T20:54:43.065Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ds-pool 15:54:43 [2023-03-05T20:54:43.065Z] [exec] JDBC Connection pool ds-pool deleted successfully 15:54:43 [2023-03-05T20:54:43.065Z] [echo] cmd executed for server 15:54:43 [2023-03-05T20:54:43.065Z] 15:54:43 [2023-03-05T20:54:43.065Z] setOSConditions: 15:54:43 [2023-03-05T20:54:43.065Z] 15:54:43 [2023-03-05T20:54:43.065Z] setToolWin: 15:54:43 [2023-03-05T20:54:43.065Z] 15:54:43 [2023-03-05T20:54:43.065Z] setToolUnix: 15:54:43 [2023-03-05T20:54:43.065Z] 15:54:43 [2023-03-05T20:54:43.065Z] setToolProperty: 15:54:43 [2023-03-05T20:54:43.065Z] 15:54:43 [2023-03-05T20:54:43.065Z] setS1ASclassPath: 15:54:43 [2023-03-05T20:54:43.065Z] 15:54:43 [2023-03-05T20:54:43.065Z] init-common: 15:54:43 [2023-03-05T20:54:43.065Z] 15:54:43 [2023-03-05T20:54:43.065Z] undeploy-jdbc-common: 15:54:43 [2023-03-05T20:54:43.065Z] 15:54:43 [2023-03-05T20:54:43.065Z] setOSConditions: 15:54:43 [2023-03-05T20:54:43.065Z] 15:54:43 [2023-03-05T20:54:43.065Z] setToolWin: 15:54:43 [2023-03-05T20:54:43.065Z] 15:54:43 [2023-03-05T20:54:43.065Z] setToolUnix: 15:54:43 [2023-03-05T20:54:43.065Z] 15:54:43 [2023-03-05T20:54:43.065Z] setToolProperty: 15:54:43 [2023-03-05T20:54:43.065Z] 15:54:43 [2023-03-05T20:54:43.065Z] setS1ASclassPath: 15:54:43 [2023-03-05T20:54:43.065Z] 15:54:43 [2023-03-05T20:54:43.065Z] init-common: 15:54:43 [2023-03-05T20:54:43.065Z] 15:54:43 [2023-03-05T20:54:43.065Z] delete-jdbc-resource-common: 15:54:43 [2023-03-05T20:54:43.065Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/cp-resource 15:54:43 [2023-03-05T20:54:43.321Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/cp-resource 15:54:43 [2023-03-05T20:54:43.321Z] [exec] JDBC resource jdbc/cp-resource deleted successfully 15:54:43 [2023-03-05T20:54:43.321Z] [echo] cmd executed for server 15:54:43 [2023-03-05T20:54:43.321Z] 15:54:43 [2023-03-05T20:54:43.321Z] setOSConditions: 15:54:43 [2023-03-05T20:54:43.321Z] 15:54:43 [2023-03-05T20:54:43.321Z] setToolWin: 15:54:43 [2023-03-05T20:54:43.321Z] 15:54:43 [2023-03-05T20:54:43.321Z] setToolUnix: 15:54:43 [2023-03-05T20:54:43.321Z] 15:54:43 [2023-03-05T20:54:43.321Z] setToolProperty: 15:54:43 [2023-03-05T20:54:43.321Z] 15:54:43 [2023-03-05T20:54:43.321Z] setS1ASclassPath: 15:54:43 [2023-03-05T20:54:43.321Z] 15:54:43 [2023-03-05T20:54:43.321Z] init-common: 15:54:43 [2023-03-05T20:54:43.321Z] 15:54:43 [2023-03-05T20:54:43.321Z] delete-jdbc-connpool-common: 15:54:43 [2023-03-05T20:54:43.321Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true cp-pool 15:54:43 [2023-03-05T20:54:43.577Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true cp-pool 15:54:43 [2023-03-05T20:54:43.577Z] [exec] JDBC Connection pool cp-pool deleted successfully 15:54:43 [2023-03-05T20:54:43.577Z] [echo] cmd executed for server 15:54:43 [2023-03-05T20:54:43.577Z] 15:54:43 [2023-03-05T20:54:43.577Z] setOSConditions: 15:54:43 [2023-03-05T20:54:43.577Z] 15:54:43 [2023-03-05T20:54:43.577Z] setToolWin: 15:54:43 [2023-03-05T20:54:43.577Z] 15:54:43 [2023-03-05T20:54:43.577Z] setToolUnix: 15:54:43 [2023-03-05T20:54:43.577Z] 15:54:43 [2023-03-05T20:54:43.577Z] setToolProperty: 15:54:43 [2023-03-05T20:54:43.577Z] 15:54:43 [2023-03-05T20:54:43.577Z] setS1ASclassPath: 15:54:43 [2023-03-05T20:54:43.577Z] 15:54:43 [2023-03-05T20:54:43.577Z] init-common: 15:54:43 [2023-03-05T20:54:43.577Z] 15:54:43 [2023-03-05T20:54:43.577Z] undeploy-jdbc-common: 15:54:43 [2023-03-05T20:54:43.577Z] 15:54:43 [2023-03-05T20:54:43.577Z] setOSConditions: 15:54:43 [2023-03-05T20:54:43.577Z] 15:54:43 [2023-03-05T20:54:43.577Z] setToolWin: 15:54:43 [2023-03-05T20:54:43.577Z] 15:54:43 [2023-03-05T20:54:43.577Z] setToolUnix: 15:54:43 [2023-03-05T20:54:43.577Z] 15:54:43 [2023-03-05T20:54:43.577Z] setToolProperty: 15:54:43 [2023-03-05T20:54:43.577Z] 15:54:43 [2023-03-05T20:54:43.577Z] setS1ASclassPath: 15:54:43 [2023-03-05T20:54:43.577Z] 15:54:43 [2023-03-05T20:54:43.577Z] init-common: 15:54:43 [2023-03-05T20:54:43.577Z] 15:54:43 [2023-03-05T20:54:43.577Z] delete-jdbc-resource-common: 15:54:43 [2023-03-05T20:54:43.577Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/xa-resource 15:54:43 [2023-03-05T20:54:43.833Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/xa-resource 15:54:43 [2023-03-05T20:54:43.833Z] [exec] JDBC resource jdbc/xa-resource deleted successfully 15:54:43 [2023-03-05T20:54:43.833Z] [echo] cmd executed for server 15:54:43 [2023-03-05T20:54:43.833Z] 15:54:43 [2023-03-05T20:54:43.833Z] setOSConditions: 15:54:43 [2023-03-05T20:54:43.833Z] 15:54:43 [2023-03-05T20:54:43.833Z] setToolWin: 15:54:43 [2023-03-05T20:54:43.833Z] 15:54:43 [2023-03-05T20:54:43.833Z] setToolUnix: 15:54:43 [2023-03-05T20:54:43.833Z] 15:54:43 [2023-03-05T20:54:43.833Z] setToolProperty: 15:54:43 [2023-03-05T20:54:43.833Z] 15:54:43 [2023-03-05T20:54:43.833Z] setS1ASclassPath: 15:54:43 [2023-03-05T20:54:43.833Z] 15:54:43 [2023-03-05T20:54:43.833Z] init-common: 15:54:43 [2023-03-05T20:54:43.833Z] 15:54:43 [2023-03-05T20:54:43.833Z] delete-jdbc-connpool-common: 15:54:43 [2023-03-05T20:54:43.833Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true xa-pool 15:54:44 [2023-03-05T20:54:44.091Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true xa-pool 15:54:44 [2023-03-05T20:54:44.091Z] [exec] JDBC Connection pool xa-pool deleted successfully 15:54:44 [2023-03-05T20:54:44.091Z] [echo] cmd executed for server 15:54:44 [2023-03-05T20:54:44.091Z] 15:54:44 [2023-03-05T20:54:44.091Z] setOSConditions: 15:54:44 [2023-03-05T20:54:44.091Z] 15:54:44 [2023-03-05T20:54:44.091Z] setToolWin: 15:54:44 [2023-03-05T20:54:44.091Z] 15:54:44 [2023-03-05T20:54:44.091Z] setToolUnix: 15:54:44 [2023-03-05T20:54:44.091Z] 15:54:44 [2023-03-05T20:54:44.091Z] setToolProperty: 15:54:44 [2023-03-05T20:54:44.091Z] 15:54:44 [2023-03-05T20:54:44.091Z] setS1ASclassPath: 15:54:44 [2023-03-05T20:54:44.091Z] 15:54:44 [2023-03-05T20:54:44.091Z] init-common: 15:54:44 [2023-03-05T20:54:44.091Z] 15:54:44 [2023-03-05T20:54:44.091Z] undeploy-common: 15:54:44 [2023-03-05T20:54:44.653Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-datasource40App 15:54:44 [2023-03-05T20:54:44.653Z] 15:54:44 [2023-03-05T20:54:44.654Z] all: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setOSConditions: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setToolWin: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setToolUnix: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setToolProperty: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setS1ASclassPath: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] init-common: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] clean: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setOSConditions: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setToolWin: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setToolUnix: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setToolProperty: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setS1ASclassPath: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] init-common: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] clean-common: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setOSConditions: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setToolWin: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setToolUnix: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setToolProperty: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setS1ASclassPath: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] init-common: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] clean-classes-common: 15:54:44 [2023-03-05T20:54:44.654Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setOSConditions: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setToolWin: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setToolUnix: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setToolProperty: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setS1ASclassPath: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] init-common: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] clean-jars-common: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] compile: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setOSConditions: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setToolWin: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setToolUnix: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setToolProperty: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] setS1ASclassPath: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] init-common: 15:54:44 [2023-03-05T20:54:44.654Z] 15:54:44 [2023-03-05T20:54:44.654Z] compile-common: 15:54:44 [2023-03-05T20:54:44.654Z] [echo] Current time (ISO): 2023-03-05T20:54:44.503+0000 15:54:44 [2023-03-05T20:54:44.654Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:54:44 [2023-03-05T20:54:44.654Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:54:46 [2023-03-05T20:54:46.057Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:54:46 [2023-03-05T20:54:46.057Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/ejb/SimpleBMPBean.java:42: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:54:46 [2023-03-05T20:54:46.057Z] [javac] return new Integer(1); 15:54:46 [2023-03-05T20:54:46.057Z] [javac] ^ 15:54:46 [2023-03-05T20:54:46.057Z] [javac] 2 warnings 15:54:46 [2023-03-05T20:54:46.057Z] 15:54:46 [2023-03-05T20:54:46.057Z] setOSConditions: 15:54:46 [2023-03-05T20:54:46.057Z] 15:54:46 [2023-03-05T20:54:46.057Z] setToolWin: 15:54:46 [2023-03-05T20:54:46.057Z] 15:54:46 [2023-03-05T20:54:46.057Z] setToolUnix: 15:54:46 [2023-03-05T20:54:46.057Z] 15:54:46 [2023-03-05T20:54:46.057Z] setToolProperty: 15:54:46 [2023-03-05T20:54:46.057Z] 15:54:46 [2023-03-05T20:54:46.057Z] setS1ASclassPath: 15:54:46 [2023-03-05T20:54:46.057Z] 15:54:46 [2023-03-05T20:54:46.057Z] init-common: 15:54:46 [2023-03-05T20:54:46.057Z] 15:54:46 [2023-03-05T20:54:46.057Z] compile-common: 15:54:46 [2023-03-05T20:54:46.057Z] [echo] Current time (ISO): 2023-03-05T20:54:45.756+0000 15:54:46 [2023-03-05T20:54:46.057Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:54:46 [2023-03-05T20:54:46.985Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:54:46 [2023-03-05T20:54:46.985Z] [javac] 1 warning 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] build: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setOSConditions: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] fixFiles: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] convUnix: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] convWin: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setToolWin: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setToolUnix: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setToolProperty: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setS1ASclassPath: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] init-common: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] package-persistence-common: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] ejb-jar-common: 15:54:46 [2023-03-05T20:54:46.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] package-ejbjar-common: 15:54:46 [2023-03-05T20:54:46.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:54:46 [2023-03-05T20:54:46.985Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:54:46 [2023-03-05T20:54:46.985Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:54:46 [2023-03-05T20:54:46.985Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-ejb.jar 15:54:46 [2023-03-05T20:54:46.985Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] appclient-jar-common: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] package-appclientjar-common: 15:54:46 [2023-03-05T20:54:46.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:54:46 [2023-03-05T20:54:46.985Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:54:46 [2023-03-05T20:54:46.985Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:54:46 [2023-03-05T20:54:46.985Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-client.jar 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] webclient-war-common: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] build-ear-common: 15:54:46 [2023-03-05T20:54:46.985Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:54:46 [2023-03-05T20:54:46.985Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customvalApp.ear 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] deploy: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setOSConditions: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setToolWin: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setToolUnix: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setToolProperty: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setS1ASclassPath: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] init-common: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] create-jdbc-stuff: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setOSConditions: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setToolWin: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setToolUnix: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setToolProperty: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setS1ASclassPath: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] init-common: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] deploy-jdbc-common: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setOSConditions: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setToolWin: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setToolUnix: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setToolProperty: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] setS1ASclassPath: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] init-common: 15:54:46 [2023-03-05T20:54:46.985Z] 15:54:46 [2023-03-05T20:54:46.985Z] create-jdbc-connpool-common: 15:54:47 [2023-03-05T20:54:47.242Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-customval 15:54:47 [2023-03-05T20:54:47.242Z] [exec] JDBC connection pool jdbc-customval created successfully. 15:54:47 [2023-03-05T20:54:47.242Z] 15:54:47 [2023-03-05T20:54:47.242Z] set-derby-connpool-props: 15:54:47 [2023-03-05T20:54:47.826Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.User=dbuser 15:54:47 [2023-03-05T20:54:47.826Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.User=dbuser 15:54:48 [2023-03-05T20:54:48.082Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.Password=dbpassword 15:54:48 [2023-03-05T20:54:48.082Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.Password=dbpassword 15:54:48 [2023-03-05T20:54:48.338Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.driverType=4 15:54:48 [2023-03-05T20:54:48.338Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.driverType=4 15:54:48 [2023-03-05T20:54:48.596Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.portNumber=1527 15:54:48 [2023-03-05T20:54:48.596Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.portNumber=1527 15:54:48 [2023-03-05T20:54:48.852Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.dataBaseName=testdb 15:54:48 [2023-03-05T20:54:48.852Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.dataBaseName=testdb 15:54:49 [2023-03-05T20:54:49.109Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.retrieveMessagesFromServerOnGetMessage=true 15:54:49 [2023-03-05T20:54:49.109Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.retrieveMessagesFromServerOnGetMessage=true 15:54:49 [2023-03-05T20:54:49.671Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.create=true 15:54:49 [2023-03-05T20:54:49.671Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.create=true 15:54:49 [2023-03-05T20:54:49.927Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.serverName=localhost 15:54:49 [2023-03-05T20:54:49.927Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.serverName=localhost 15:54:49 [2023-03-05T20:54:49.927Z] 15:54:49 [2023-03-05T20:54:49.927Z] setOSConditions: 15:54:49 [2023-03-05T20:54:49.928Z] 15:54:49 [2023-03-05T20:54:49.928Z] setToolWin: 15:54:49 [2023-03-05T20:54:49.928Z] 15:54:49 [2023-03-05T20:54:49.928Z] setToolUnix: 15:54:49 [2023-03-05T20:54:49.928Z] 15:54:49 [2023-03-05T20:54:49.928Z] setToolProperty: 15:54:49 [2023-03-05T20:54:49.928Z] 15:54:49 [2023-03-05T20:54:49.928Z] setS1ASclassPath: 15:54:49 [2023-03-05T20:54:49.928Z] 15:54:49 [2023-03-05T20:54:49.928Z] init-common: 15:54:49 [2023-03-05T20:54:49.928Z] 15:54:49 [2023-03-05T20:54:49.928Z] create-jdbc-resource-common: 15:54:49 [2023-03-05T20:54:49.928Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-customval --target server jdbc/customvalDB 15:54:50 [2023-03-05T20:54:50.184Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-customval --enabled=true --target server jdbc/customvalDB 15:54:50 [2023-03-05T20:54:50.184Z] [exec] JDBC resource jdbc/customvalDB created successfully. 15:54:50 [2023-03-05T20:54:50.184Z] [echo] cmd executed for server 15:54:50 [2023-03-05T20:54:50.184Z] 15:54:50 [2023-03-05T20:54:50.184Z] setOSConditions: 15:54:50 [2023-03-05T20:54:50.184Z] 15:54:50 [2023-03-05T20:54:50.184Z] setToolWin: 15:54:50 [2023-03-05T20:54:50.184Z] 15:54:50 [2023-03-05T20:54:50.184Z] setToolUnix: 15:54:50 [2023-03-05T20:54:50.184Z] 15:54:50 [2023-03-05T20:54:50.184Z] setToolProperty: 15:54:50 [2023-03-05T20:54:50.184Z] 15:54:50 [2023-03-05T20:54:50.184Z] setS1ASclassPath: 15:54:50 [2023-03-05T20:54:50.184Z] 15:54:50 [2023-03-05T20:54:50.184Z] init-common: 15:54:50 [2023-03-05T20:54:50.184Z] 15:54:50 [2023-03-05T20:54:50.184Z] deploy-common: 15:54:50 [2023-03-05T20:54:50.184Z] [echo] Current time (ISO): 2023-03-05T20:54:50.073+0000 15:54:50 [2023-03-05T20:54:50.184Z] 15:54:50 [2023-03-05T20:54:50.184Z] setOSConditions: 15:54:50 [2023-03-05T20:54:50.184Z] 15:54:50 [2023-03-05T20:54:50.184Z] setToolWin: 15:54:50 [2023-03-05T20:54:50.184Z] 15:54:50 [2023-03-05T20:54:50.184Z] setToolUnix: 15:54:50 [2023-03-05T20:54:50.184Z] 15:54:50 [2023-03-05T20:54:50.184Z] setToolProperty: 15:54:50 [2023-03-05T20:54:50.184Z] 15:54:50 [2023-03-05T20:54:50.184Z] setS1ASclassPath: 15:54:50 [2023-03-05T20:54:50.184Z] 15:54:50 [2023-03-05T20:54:50.184Z] init-common: 15:54:50 [2023-03-05T20:54:50.184Z] 15:54:50 [2023-03-05T20:54:50.184Z] deploy-common-pe: 15:54:50 [2023-03-05T20:54:50.440Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customvalApp.ear 15:54:50 [2023-03-05T20:54:50.696Z] [exec] Application deployed with name jdbc-customvalApp. 15:54:50 [2023-03-05T20:54:50.696Z] [echo] Deployment on target server server successful 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] setOSConditions: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] setToolWin: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] setToolUnix: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] setToolProperty: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] setS1ASclassPath: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] init-common: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] deploy-common-ee: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] run: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] setOSConditions: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] setToolWin: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] setToolUnix: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] setToolProperty: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] setS1ASclassPath: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] init-common: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] execute-sql-common: 15:54:50 [2023-03-05T20:54:50.696Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/sql/create_pointbase.sql 15:54:50 [2023-03-05T20:54:50.696Z] [sql] Failed to execute: Drop table O_Customer 15:54:50 [2023-03-05T20:54:50.696Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:54:50 [2023-03-05T20:54:50.696Z] [sql] 0 rows affected 15:54:50 [2023-03-05T20:54:50.696Z] [sql] 1 of 2 SQL statements executed successfully 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] setOSConditions: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] setToolWin: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] setToolUnix: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] setToolProperty: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] setS1ASclassPath: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] init-common: 15:54:50 [2023-03-05T20:54:50.696Z] 15:54:50 [2023-03-05T20:54:50.696Z] runclient-common: 15:54:50 [2023-03-05T20:54:50.696Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customvalAppClient.jar -name jdbc-customvalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 15:54:51 [2023-03-05T20:54:51.260Z] [exec] Mar 05, 2023 8:54:51 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:54:51 [2023-03-05T20:54:51.260Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:54:53 [2023-03-05T20:54:53.786Z] [exec] Mar 05, 2023 8:54:53 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:54:53 [2023-03-05T20:54:53.786Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@15e8f9b2 15:54:53 [2023-03-05T20:54:53.786Z] [exec] Value of key is: test-1 15:54:53 [2023-03-05T20:54:53.786Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:54:53 [2023-03-05T20:54:53.786Z] [exec] 15:54:53 [2023-03-05T20:54:53.786Z] [exec] 15:54:53 [2023-03-05T20:54:53.786Z] [exec] ----------------------------------------- 15:54:53 [2023-03-05T20:54:53.787Z] [exec] - test-1 : PASS - 15:54:53 [2023-03-05T20:54:53.787Z] [exec] ----------------------------------------- 15:54:53 [2023-03-05T20:54:53.787Z] [exec] Total PASS: 1 15:54:53 [2023-03-05T20:54:53.787Z] [exec] Total FAIL: 0 15:54:53 [2023-03-05T20:54:53.787Z] [exec] Total DID NOT RUN: 0 15:54:53 [2023-03-05T20:54:53.787Z] [exec] ----------------------------------------- 15:54:53 [2023-03-05T20:54:53.787Z] [exec] in flushAll , creating new testSuiteHash 15:54:53 [2023-03-05T20:54:53.787Z] [exec] in flushAll , creating new testSuiteHash 15:54:54 [2023-03-05T20:54:54.043Z] 15:54:54 [2023-03-05T20:54:54.043Z] checkReporting-common: 15:54:54 [2023-03-05T20:54:54.043Z] 15:54:54 [2023-03-05T20:54:54.043Z] confirmReportPresent-common: 15:54:54 [2023-03-05T20:54:54.043Z] [echo] file RepRunConf.txt is present. 15:54:54 [2023-03-05T20:54:54.043Z] [echo] Test seems to be reported fine 15:54:54 [2023-03-05T20:54:54.044Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/RepRunConf.txt 15:54:54 [2023-03-05T20:54:54.044Z] 15:54:54 [2023-03-05T20:54:54.044Z] confirmMissingReport-common: 15:54:54 [2023-03-05T20:54:54.044Z] 15:54:54 [2023-03-05T20:54:54.044Z] setOSConditions: 15:54:54 [2023-03-05T20:54:54.044Z] 15:54:54 [2023-03-05T20:54:54.044Z] setToolWin: 15:54:54 [2023-03-05T20:54:54.044Z] 15:54:54 [2023-03-05T20:54:54.044Z] setToolUnix: 15:54:54 [2023-03-05T20:54:54.044Z] 15:54:54 [2023-03-05T20:54:54.044Z] setToolProperty: 15:54:54 [2023-03-05T20:54:54.044Z] 15:54:54 [2023-03-05T20:54:54.044Z] setS1ASclassPath: 15:54:54 [2023-03-05T20:54:54.044Z] 15:54:54 [2023-03-05T20:54:54.044Z] init-common: 15:54:54 [2023-03-05T20:54:54.044Z] 15:54:54 [2023-03-05T20:54:54.044Z] stop-derby: 15:54:54 [2023-03-05T20:54:54.044Z] 15:54:54 [2023-03-05T20:54:54.044Z] stop-derby-aix: 15:54:54 [2023-03-05T20:54:54.044Z] 15:54:54 [2023-03-05T20:54:54.044Z] stop-derby-nonaix: 15:54:54 [2023-03-05T20:54:54.044Z] [echo] Stopping Derby DB Server ... 15:54:54 [2023-03-05T20:54:54.299Z] [java] Sun Mar 05 20:54:54 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:54:54 [2023-03-05T20:54:54.299Z] 15:54:54 [2023-03-05T20:54:54.299Z] setOSConditions: 15:54:54 [2023-03-05T20:54:54.299Z] 15:54:54 [2023-03-05T20:54:54.299Z] setToolWin: 15:54:54 [2023-03-05T20:54:54.299Z] 15:54:54 [2023-03-05T20:54:54.299Z] setToolUnix: 15:54:54 [2023-03-05T20:54:54.299Z] 15:54:54 [2023-03-05T20:54:54.299Z] setToolProperty: 15:54:54 [2023-03-05T20:54:54.299Z] 15:54:54 [2023-03-05T20:54:54.299Z] setS1ASclassPath: 15:54:54 [2023-03-05T20:54:54.299Z] 15:54:54 [2023-03-05T20:54:54.299Z] init-common: 15:54:54 [2023-03-05T20:54:54.299Z] 15:54:54 [2023-03-05T20:54:54.299Z] start-derby: 15:54:54 [2023-03-05T20:54:54.299Z] 15:54:54 [2023-03-05T20:54:54.299Z] start-derby-aix: 15:54:54 [2023-03-05T20:54:54.299Z] 15:54:54 [2023-03-05T20:54:54.299Z] start-derby-nonaix: 15:54:54 [2023-03-05T20:54:54.299Z] [echo] Starting Derby DB Server ... 15:55:12 [2023-03-05T20:55:12.356Z] 15:55:12 [2023-03-05T20:55:12.356Z] setOSConditions: 15:55:12 [2023-03-05T20:55:12.356Z] 15:55:12 [2023-03-05T20:55:12.356Z] setToolWin: 15:55:12 [2023-03-05T20:55:12.356Z] 15:55:12 [2023-03-05T20:55:12.356Z] setToolUnix: 15:55:12 [2023-03-05T20:55:12.356Z] 15:55:12 [2023-03-05T20:55:12.356Z] setToolProperty: 15:55:12 [2023-03-05T20:55:12.356Z] 15:55:12 [2023-03-05T20:55:12.356Z] setS1ASclassPath: 15:55:12 [2023-03-05T20:55:12.356Z] 15:55:12 [2023-03-05T20:55:12.356Z] init-common: 15:55:12 [2023-03-05T20:55:12.356Z] 15:55:12 [2023-03-05T20:55:12.356Z] runclient-common: 15:55:12 [2023-03-05T20:55:12.356Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customvalAppClient.jar -name jdbc-customvalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 15:55:12 [2023-03-05T20:55:12.356Z] [exec] Mar 05, 2023 8:55:09 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:55:12 [2023-03-05T20:55:12.356Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:55:12 [2023-03-05T20:55:12.927Z] [exec] Mar 05, 2023 8:55:12 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:55:12 [2023-03-05T20:55:12.927Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5fef0c19 15:55:13 [2023-03-05T20:55:13.184Z] [exec] Value of key is: test-2 15:55:13 [2023-03-05T20:55:13.184Z] [exec] test-2 returned false as validation is not enabled 15:55:13 [2023-03-05T20:55:13.184Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:55:13 [2023-03-05T20:55:13.184Z] [exec] 15:55:13 [2023-03-05T20:55:13.184Z] [exec] 15:55:13 [2023-03-05T20:55:13.184Z] [exec] ----------------------------------------- 15:55:13 [2023-03-05T20:55:13.184Z] [exec] - test-2 : PASS - 15:55:13 [2023-03-05T20:55:13.184Z] [exec] ----------------------------------------- 15:55:13 [2023-03-05T20:55:13.184Z] [exec] Total PASS: 1 15:55:13 [2023-03-05T20:55:13.184Z] [exec] Total FAIL: 0 15:55:13 [2023-03-05T20:55:13.184Z] [exec] Total DID NOT RUN: 0 15:55:13 [2023-03-05T20:55:13.184Z] [exec] ----------------------------------------- 15:55:13 [2023-03-05T20:55:13.184Z] [exec] in flushAll , creating new testSuiteHash 15:55:13 [2023-03-05T20:55:13.184Z] [exec] in flushAll , creating new testSuiteHash 15:55:13 [2023-03-05T20:55:13.441Z] 15:55:13 [2023-03-05T20:55:13.441Z] checkReporting-common: 15:55:13 [2023-03-05T20:55:13.441Z] 15:55:13 [2023-03-05T20:55:13.441Z] confirmReportPresent-common: 15:55:13 [2023-03-05T20:55:13.441Z] [echo] file RepRunConf.txt is present. 15:55:13 [2023-03-05T20:55:13.441Z] [echo] Test seems to be reported fine 15:55:13 [2023-03-05T20:55:13.441Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/RepRunConf.txt 15:55:13 [2023-03-05T20:55:13.441Z] 15:55:13 [2023-03-05T20:55:13.441Z] confirmMissingReport-common: 15:55:13 [2023-03-05T20:55:13.441Z] 15:55:13 [2023-03-05T20:55:13.441Z] asadmin-common: 15:55:13 [2023-03-05T20:55:13.441Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-customval.connection_validation_method=custom-validation 15:55:13 [2023-03-05T20:55:13.697Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.connection_validation_method=custom-validation 15:55:13 [2023-03-05T20:55:13.697Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.connection-validation-method=custom-validation 15:55:13 [2023-03-05T20:55:13.697Z] 15:55:13 [2023-03-05T20:55:13.697Z] asadmin-common: 15:55:13 [2023-03-05T20:55:13.697Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-customval.validation_classname=org.glassfish.api.jdbc.validation.DerbyConnectionValidation 15:55:13 [2023-03-05T20:55:13.953Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.validation_classname=org.glassfish.api.jdbc.validation.DerbyConnectionValidation 15:55:14 [2023-03-05T20:55:14.221Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.validation-classname=org.glassfish.api.jdbc.validation.DerbyConnectionValidation 15:55:14 [2023-03-05T20:55:14.221Z] 15:55:14 [2023-03-05T20:55:14.221Z] asadmin-common: 15:55:14 [2023-03-05T20:55:14.222Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-customval.is_connection_validation_required=true 15:55:14 [2023-03-05T20:55:14.478Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.is_connection_validation_required=true 15:55:14 [2023-03-05T20:55:14.478Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.is-connection-validation-required=true 15:55:14 [2023-03-05T20:55:14.478Z] 15:55:14 [2023-03-05T20:55:14.478Z] setOSConditions: 15:55:14 [2023-03-05T20:55:14.478Z] 15:55:14 [2023-03-05T20:55:14.478Z] setToolWin: 15:55:14 [2023-03-05T20:55:14.478Z] 15:55:14 [2023-03-05T20:55:14.478Z] setToolUnix: 15:55:14 [2023-03-05T20:55:14.478Z] 15:55:14 [2023-03-05T20:55:14.478Z] setToolProperty: 15:55:14 [2023-03-05T20:55:14.478Z] 15:55:14 [2023-03-05T20:55:14.478Z] setS1ASclassPath: 15:55:14 [2023-03-05T20:55:14.478Z] 15:55:14 [2023-03-05T20:55:14.478Z] init-common: 15:55:14 [2023-03-05T20:55:14.478Z] 15:55:14 [2023-03-05T20:55:14.478Z] runclient-common: 15:55:14 [2023-03-05T20:55:14.478Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customvalAppClient.jar -name jdbc-customvalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 3 15:55:15 [2023-03-05T20:55:15.421Z] [exec] Mar 05, 2023 8:55:15 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:55:15 [2023-03-05T20:55:15.421Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:55:18 [2023-03-05T20:55:18.721Z] [exec] Mar 05, 2023 8:55:18 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:55:18 [2023-03-05T20:55:18.721Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@1cd2ff5b 15:55:18 [2023-03-05T20:55:18.977Z] [exec] Value of key is: test-3 15:55:18 [2023-03-05T20:55:18.977Z] [exec] test-3 returned true as validation is enabled 15:55:18 [2023-03-05T20:55:18.977Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:55:18 [2023-03-05T20:55:18.977Z] [exec] 15:55:18 [2023-03-05T20:55:18.977Z] [exec] 15:55:18 [2023-03-05T20:55:18.977Z] [exec] ----------------------------------------- 15:55:18 [2023-03-05T20:55:18.977Z] [exec] - test-3 : PASS - 15:55:18 [2023-03-05T20:55:18.977Z] [exec] ----------------------------------------- 15:55:18 [2023-03-05T20:55:18.977Z] [exec] Total PASS: 1 15:55:18 [2023-03-05T20:55:18.977Z] [exec] Total FAIL: 0 15:55:18 [2023-03-05T20:55:18.977Z] [exec] Total DID NOT RUN: 0 15:55:18 [2023-03-05T20:55:18.977Z] [exec] ----------------------------------------- 15:55:18 [2023-03-05T20:55:18.977Z] [exec] in flushAll , creating new testSuiteHash 15:55:18 [2023-03-05T20:55:18.977Z] [exec] in flushAll , creating new testSuiteHash 15:55:19 [2023-03-05T20:55:19.233Z] 15:55:19 [2023-03-05T20:55:19.233Z] checkReporting-common: 15:55:19 [2023-03-05T20:55:19.233Z] 15:55:19 [2023-03-05T20:55:19.233Z] confirmReportPresent-common: 15:55:19 [2023-03-05T20:55:19.233Z] [echo] file RepRunConf.txt is present. 15:55:19 [2023-03-05T20:55:19.233Z] [echo] Test seems to be reported fine 15:55:19 [2023-03-05T20:55:19.233Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/RepRunConf.txt 15:55:19 [2023-03-05T20:55:19.233Z] 15:55:19 [2023-03-05T20:55:19.233Z] confirmMissingReport-common: 15:55:19 [2023-03-05T20:55:19.233Z] 15:55:19 [2023-03-05T20:55:19.233Z] setOSConditions: 15:55:19 [2023-03-05T20:55:19.233Z] 15:55:19 [2023-03-05T20:55:19.233Z] setToolWin: 15:55:19 [2023-03-05T20:55:19.233Z] 15:55:19 [2023-03-05T20:55:19.233Z] setToolUnix: 15:55:19 [2023-03-05T20:55:19.233Z] 15:55:19 [2023-03-05T20:55:19.233Z] setToolProperty: 15:55:19 [2023-03-05T20:55:19.233Z] 15:55:19 [2023-03-05T20:55:19.233Z] setS1ASclassPath: 15:55:19 [2023-03-05T20:55:19.233Z] 15:55:19 [2023-03-05T20:55:19.233Z] init-common: 15:55:19 [2023-03-05T20:55:19.233Z] 15:55:19 [2023-03-05T20:55:19.233Z] stop-derby: 15:55:19 [2023-03-05T20:55:19.233Z] 15:55:19 [2023-03-05T20:55:19.233Z] stop-derby-aix: 15:55:19 [2023-03-05T20:55:19.233Z] 15:55:19 [2023-03-05T20:55:19.233Z] stop-derby-nonaix: 15:55:19 [2023-03-05T20:55:19.233Z] [echo] Stopping Derby DB Server ... 15:55:19 [2023-03-05T20:55:19.489Z] [java] Sun Mar 05 20:55:19 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:55:19 [2023-03-05T20:55:19.489Z] 15:55:19 [2023-03-05T20:55:19.489Z] setOSConditions: 15:55:19 [2023-03-05T20:55:19.489Z] 15:55:19 [2023-03-05T20:55:19.489Z] setToolWin: 15:55:19 [2023-03-05T20:55:19.489Z] 15:55:19 [2023-03-05T20:55:19.489Z] setToolUnix: 15:55:19 [2023-03-05T20:55:19.489Z] 15:55:19 [2023-03-05T20:55:19.489Z] setToolProperty: 15:55:19 [2023-03-05T20:55:19.489Z] 15:55:19 [2023-03-05T20:55:19.489Z] setS1ASclassPath: 15:55:19 [2023-03-05T20:55:19.489Z] 15:55:19 [2023-03-05T20:55:19.489Z] init-common: 15:55:19 [2023-03-05T20:55:19.489Z] 15:55:19 [2023-03-05T20:55:19.489Z] start-derby: 15:55:19 [2023-03-05T20:55:19.489Z] 15:55:19 [2023-03-05T20:55:19.489Z] start-derby-aix: 15:55:19 [2023-03-05T20:55:19.489Z] 15:55:19 [2023-03-05T20:55:19.489Z] start-derby-nonaix: 15:55:19 [2023-03-05T20:55:19.489Z] [echo] Starting Derby DB Server ... 15:55:37 [2023-03-05T20:55:37.547Z] 15:55:37 [2023-03-05T20:55:37.547Z] setOSConditions: 15:55:37 [2023-03-05T20:55:37.547Z] 15:55:37 [2023-03-05T20:55:37.547Z] setToolWin: 15:55:37 [2023-03-05T20:55:37.547Z] 15:55:37 [2023-03-05T20:55:37.547Z] setToolUnix: 15:55:37 [2023-03-05T20:55:37.547Z] 15:55:37 [2023-03-05T20:55:37.547Z] setToolProperty: 15:55:37 [2023-03-05T20:55:37.547Z] 15:55:37 [2023-03-05T20:55:37.547Z] setS1ASclassPath: 15:55:37 [2023-03-05T20:55:37.547Z] 15:55:37 [2023-03-05T20:55:37.547Z] init-common: 15:55:37 [2023-03-05T20:55:37.547Z] 15:55:37 [2023-03-05T20:55:37.547Z] runclient-common: 15:55:37 [2023-03-05T20:55:37.547Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customvalAppClient.jar -name jdbc-customvalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 4 15:55:45 [2023-03-05T20:55:45.679Z] [exec] Mar 05, 2023 8:55:43 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:55:45 [2023-03-05T20:55:45.679Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:55:48 [2023-03-05T20:55:48.233Z] [exec] Mar 05, 2023 8:55:47 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:55:48 [2023-03-05T20:55:48.233Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@41e9f86 15:55:48 [2023-03-05T20:55:48.490Z] [exec] Value of key is: test-4 15:55:48 [2023-03-05T20:55:48.490Z] [exec] test-4 returned true as validation is enabled 15:55:48 [2023-03-05T20:55:48.490Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:55:48 [2023-03-05T20:55:48.490Z] [exec] 15:55:48 [2023-03-05T20:55:48.490Z] [exec] 15:55:48 [2023-03-05T20:55:48.490Z] [exec] ----------------------------------------- 15:55:48 [2023-03-05T20:55:48.490Z] [exec] - test-4 : PASS - 15:55:48 [2023-03-05T20:55:48.490Z] [exec] ----------------------------------------- 15:55:48 [2023-03-05T20:55:48.490Z] [exec] Total PASS: 1 15:55:48 [2023-03-05T20:55:48.490Z] [exec] Total FAIL: 0 15:55:48 [2023-03-05T20:55:48.490Z] [exec] Total DID NOT RUN: 0 15:55:48 [2023-03-05T20:55:48.490Z] [exec] ----------------------------------------- 15:55:48 [2023-03-05T20:55:48.490Z] [exec] in flushAll , creating new testSuiteHash 15:55:48 [2023-03-05T20:55:48.490Z] [exec] in flushAll , creating new testSuiteHash 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] checkReporting-common: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] confirmReportPresent-common: 15:55:49 [2023-03-05T20:55:49.514Z] [echo] file RepRunConf.txt is present. 15:55:49 [2023-03-05T20:55:49.514Z] [echo] Test seems to be reported fine 15:55:49 [2023-03-05T20:55:49.514Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/RepRunConf.txt 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] confirmMissingReport-common: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setOSConditions: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setToolWin: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setToolUnix: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setToolProperty: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setS1ASclassPath: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] init-common: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] execute-sql-common: 15:55:49 [2023-03-05T20:55:49.514Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/sql/drop_pointbase.sql 15:55:49 [2023-03-05T20:55:49.514Z] [sql] 0 rows affected 15:55:49 [2023-03-05T20:55:49.514Z] [sql] 1 of 1 SQL statements executed successfully 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] undeploy: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setOSConditions: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setToolWin: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setToolUnix: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setToolProperty: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setS1ASclassPath: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] init-common: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] delete-jdbc-stuff: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setOSConditions: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setToolWin: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setToolUnix: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setToolProperty: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setS1ASclassPath: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] init-common: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] delete-jdbc-resource-common: 15:55:49 [2023-03-05T20:55:49.514Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/customvalDB 15:55:49 [2023-03-05T20:55:49.514Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/customvalDB 15:55:49 [2023-03-05T20:55:49.514Z] [exec] JDBC resource jdbc/customvalDB deleted successfully 15:55:49 [2023-03-05T20:55:49.514Z] [echo] cmd executed for server 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setOSConditions: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setToolWin: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setToolUnix: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setToolProperty: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setS1ASclassPath: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] init-common: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] delete-jdbc-connpool-common: 15:55:49 [2023-03-05T20:55:49.514Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-customval 15:55:49 [2023-03-05T20:55:49.514Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-customval 15:55:49 [2023-03-05T20:55:49.514Z] [exec] JDBC Connection pool jdbc-customval deleted successfully 15:55:49 [2023-03-05T20:55:49.514Z] [echo] cmd executed for server 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setOSConditions: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setToolWin: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setToolUnix: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setToolProperty: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] setS1ASclassPath: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] init-common: 15:55:49 [2023-03-05T20:55:49.514Z] 15:55:49 [2023-03-05T20:55:49.514Z] undeploy-common: 15:55:49 [2023-03-05T20:55:49.771Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-customvalApp 15:55:49 [2023-03-05T20:55:49.771Z] 15:55:49 [2023-03-05T20:55:49.771Z] all: 15:55:49 [2023-03-05T20:55:49.771Z] 15:55:49 [2023-03-05T20:55:49.771Z] setOSConditions: 15:55:49 [2023-03-05T20:55:49.771Z] 15:55:49 [2023-03-05T20:55:49.771Z] setToolWin: 15:55:49 [2023-03-05T20:55:49.771Z] 15:55:49 [2023-03-05T20:55:49.771Z] setToolUnix: 15:55:49 [2023-03-05T20:55:49.771Z] 15:55:49 [2023-03-05T20:55:49.771Z] setToolProperty: 15:55:49 [2023-03-05T20:55:49.771Z] 15:55:49 [2023-03-05T20:55:49.771Z] setS1ASclassPath: 15:55:49 [2023-03-05T20:55:49.771Z] 15:55:49 [2023-03-05T20:55:49.771Z] init-common: 15:55:49 [2023-03-05T20:55:49.771Z] 15:55:49 [2023-03-05T20:55:49.771Z] clean: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setOSConditions: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setToolWin: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setToolUnix: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setToolProperty: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setS1ASclassPath: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] init-common: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] clean-common: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setOSConditions: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setToolWin: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setToolUnix: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setToolProperty: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setS1ASclassPath: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] init-common: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] clean-classes-common: 15:55:50 [2023-03-05T20:55:50.027Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setOSConditions: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setToolWin: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setToolUnix: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setToolProperty: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setS1ASclassPath: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] init-common: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] clean-jars-common: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] compile: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setOSConditions: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setToolWin: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setToolUnix: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setToolProperty: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] setS1ASclassPath: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] init-common: 15:55:50 [2023-03-05T20:55:50.027Z] 15:55:50 [2023-03-05T20:55:50.027Z] compile-common: 15:55:50 [2023-03-05T20:55:50.027Z] [echo] Current time (ISO): 2023-03-05T20:55:49.795+0000 15:55:50 [2023-03-05T20:55:50.027Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:55:50 [2023-03-05T20:55:50.027Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:55:51 [2023-03-05T20:55:51.420Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:55:51 [2023-03-05T20:55:51.420Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/ejb/SimpleBMPBean.java:42: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:55:51 [2023-03-05T20:55:51.420Z] [javac] return new Integer(1); 15:55:51 [2023-03-05T20:55:51.420Z] [javac] ^ 15:55:51 [2023-03-05T20:55:51.420Z] [javac] 2 warnings 15:55:51 [2023-03-05T20:55:51.420Z] 15:55:51 [2023-03-05T20:55:51.420Z] setOSConditions: 15:55:51 [2023-03-05T20:55:51.420Z] 15:55:51 [2023-03-05T20:55:51.420Z] setToolWin: 15:55:51 [2023-03-05T20:55:51.420Z] 15:55:51 [2023-03-05T20:55:51.420Z] setToolUnix: 15:55:51 [2023-03-05T20:55:51.420Z] 15:55:51 [2023-03-05T20:55:51.420Z] setToolProperty: 15:55:51 [2023-03-05T20:55:51.420Z] 15:55:51 [2023-03-05T20:55:51.420Z] setS1ASclassPath: 15:55:51 [2023-03-05T20:55:51.420Z] 15:55:51 [2023-03-05T20:55:51.420Z] init-common: 15:55:51 [2023-03-05T20:55:51.420Z] 15:55:51 [2023-03-05T20:55:51.420Z] compile-common: 15:55:51 [2023-03-05T20:55:51.420Z] [echo] Current time (ISO): 2023-03-05T20:55:51.039+0000 15:55:51 [2023-03-05T20:55:51.420Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:55:52 [2023-03-05T20:55:52.349Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:55:52 [2023-03-05T20:55:52.349Z] [javac] 1 warning 15:55:52 [2023-03-05T20:55:52.349Z] 15:55:52 [2023-03-05T20:55:52.349Z] setOSConditions: 15:55:52 [2023-03-05T20:55:52.349Z] 15:55:52 [2023-03-05T20:55:52.349Z] setToolWin: 15:55:52 [2023-03-05T20:55:52.349Z] 15:55:52 [2023-03-05T20:55:52.349Z] setToolUnix: 15:55:52 [2023-03-05T20:55:52.349Z] 15:55:52 [2023-03-05T20:55:52.349Z] setToolProperty: 15:55:52 [2023-03-05T20:55:52.349Z] 15:55:52 [2023-03-05T20:55:52.349Z] setS1ASclassPath: 15:55:52 [2023-03-05T20:55:52.349Z] 15:55:52 [2023-03-05T20:55:52.349Z] init-common: 15:55:52 [2023-03-05T20:55:52.349Z] 15:55:52 [2023-03-05T20:55:52.349Z] compile-common: 15:55:52 [2023-03-05T20:55:52.349Z] [echo] Current time (ISO): 2023-03-05T20:55:52.344+0000 15:55:52 [2023-03-05T20:55:52.349Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:55:53 [2023-03-05T20:55:53.729Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:55:53 [2023-03-05T20:55:53.729Z] [javac] 1 warning 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] build: 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] setOSConditions: 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] fixFiles: 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] convUnix: 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] convWin: 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] setToolWin: 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] setToolUnix: 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] setToolProperty: 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] setS1ASclassPath: 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] init-common: 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] package-persistence-common: 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] ejb-jar-common: 15:55:53 [2023-03-05T20:55:53.729Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] package-ejbjar-common: 15:55:53 [2023-03-05T20:55:53.729Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:55:53 [2023-03-05T20:55:53.729Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:55:53 [2023-03-05T20:55:53.729Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:55:53 [2023-03-05T20:55:53.729Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1-ejb.jar 15:55:53 [2023-03-05T20:55:53.729Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] appclient-jar-common: 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] package-appclientjar-common: 15:55:53 [2023-03-05T20:55:53.729Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:55:53 [2023-03-05T20:55:53.729Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:55:53 [2023-03-05T20:55:53.729Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:55:53 [2023-03-05T20:55:53.729Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1-client.jar 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] webclient-war-common: 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] build-ear-common: 15:55:53 [2023-03-05T20:55:53.729Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:55:53 [2023-03-05T20:55:53.729Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1App.ear 15:55:53 [2023-03-05T20:55:53.729Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/validator/myvalidator.jar 15:55:53 [2023-03-05T20:55:53.729Z] [copyfile] DEPRECATED - The copyfile task is deprecated. Use copy instead. 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] restart-server: 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] setOSConditions: 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] stop-server: 15:55:53 [2023-03-05T20:55:53.729Z] 15:55:53 [2023-03-05T20:55:53.729Z] stop-server-unix: 15:55:53 [2023-03-05T20:55:53.729Z] [echo] stopping server on unix ... 15:55:54 [2023-03-05T20:55:54.293Z] [exec] Waiting for the domain to stop . 15:55:54 [2023-03-05T20:55:54.293Z] [exec] Waiting finished after 150 ms. 15:55:54 [2023-03-05T20:55:54.293Z] [exec] Command stop-domain executed successfully. 15:56:06 [2023-03-05T20:56:06.473Z] 15:56:06 [2023-03-05T20:56:06.473Z] stop-server-windows: 15:56:09 [2023-03-05T20:56:09.748Z] 15:56:09 [2023-03-05T20:56:09.748Z] setOSConditions: 15:56:09 [2023-03-05T20:56:09.748Z] 15:56:09 [2023-03-05T20:56:09.748Z] start-server: 15:56:09 [2023-03-05T20:56:09.748Z] [echo] +-----------------------------+ 15:56:09 [2023-03-05T20:56:09.748Z] [echo] | | 15:56:09 [2023-03-05T20:56:09.748Z] [echo] | S T A R T I N G GLASSFISH | 15:56:09 [2023-03-05T20:56:09.748Z] [echo] | in Felix mode | 15:56:09 [2023-03-05T20:56:09.748Z] [echo] | | 15:56:09 [2023-03-05T20:56:09.748Z] [echo] +-----------------------------+ 15:56:09 [2023-03-05T20:56:09.748Z] 15:56:09 [2023-03-05T20:56:09.748Z] start-server-unix: 15:56:14 [2023-03-05T20:56:14.022Z] [exec] Waiting for domain1 to start .... 15:56:14 [2023-03-05T20:56:14.022Z] [exec] Waiting finished after 3,600 ms. 15:56:14 [2023-03-05T20:56:14.022Z] [exec] Successfully started the domain : domain1 15:56:14 [2023-03-05T20:56:14.022Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 15:56:14 [2023-03-05T20:56:14.022Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 15:56:14 [2023-03-05T20:56:14.022Z] [exec] Admin Port: 4,848 15:56:14 [2023-03-05T20:56:14.022Z] [exec] Command start-domain executed successfully. 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] start-server-windows: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] deploy: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] setOSConditions: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] setToolWin: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] setToolUnix: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] setToolProperty: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] setS1ASclassPath: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] init-common: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] create-jdbc-stuff: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] setOSConditions: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] setToolWin: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] setToolUnix: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] setToolProperty: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] setS1ASclassPath: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] init-common: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] deploy-jdbc-common: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] setOSConditions: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] setToolWin: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] setToolUnix: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] setToolProperty: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] setS1ASclassPath: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] init-common: 15:56:23 [2023-03-05T20:56:23.976Z] 15:56:23 [2023-03-05T20:56:23.976Z] create-jdbc-connpool-common: 15:56:24 [2023-03-05T20:56:24.232Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-customval 15:56:25 [2023-03-05T20:56:25.161Z] [exec] JDBC connection pool jdbc-customval created successfully. 15:56:25 [2023-03-05T20:56:25.161Z] 15:56:25 [2023-03-05T20:56:25.161Z] set-derby-connpool-props: 15:56:25 [2023-03-05T20:56:25.161Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.User=dbuser 15:56:25 [2023-03-05T20:56:25.161Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.User=dbuser 15:56:25 [2023-03-05T20:56:25.725Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.Password=dbpassword 15:56:25 [2023-03-05T20:56:25.725Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.Password=dbpassword 15:56:25 [2023-03-05T20:56:25.982Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.driverType=4 15:56:25 [2023-03-05T20:56:25.982Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.driverType=4 15:56:26 [2023-03-05T20:56:26.239Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.portNumber=1527 15:56:26 [2023-03-05T20:56:26.239Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.portNumber=1527 15:56:26 [2023-03-05T20:56:26.496Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.dataBaseName=testdb 15:56:26 [2023-03-05T20:56:26.496Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.dataBaseName=testdb 15:56:26 [2023-03-05T20:56:26.752Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.retrieveMessagesFromServerOnGetMessage=true 15:56:26 [2023-03-05T20:56:26.752Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.retrieveMessagesFromServerOnGetMessage=true 15:56:27 [2023-03-05T20:56:27.008Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.create=true 15:56:27 [2023-03-05T20:56:27.008Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.create=true 15:56:27 [2023-03-05T20:56:27.569Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.serverName=localhost 15:56:27 [2023-03-05T20:56:27.569Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.serverName=localhost 15:56:27 [2023-03-05T20:56:27.569Z] 15:56:27 [2023-03-05T20:56:27.569Z] setOSConditions: 15:56:27 [2023-03-05T20:56:27.569Z] 15:56:27 [2023-03-05T20:56:27.569Z] setToolWin: 15:56:27 [2023-03-05T20:56:27.569Z] 15:56:27 [2023-03-05T20:56:27.569Z] setToolUnix: 15:56:27 [2023-03-05T20:56:27.569Z] 15:56:27 [2023-03-05T20:56:27.569Z] setToolProperty: 15:56:27 [2023-03-05T20:56:27.569Z] 15:56:27 [2023-03-05T20:56:27.569Z] setS1ASclassPath: 15:56:27 [2023-03-05T20:56:27.569Z] 15:56:27 [2023-03-05T20:56:27.569Z] init-common: 15:56:27 [2023-03-05T20:56:27.569Z] 15:56:27 [2023-03-05T20:56:27.569Z] create-jdbc-resource-common: 15:56:27 [2023-03-05T20:56:27.569Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-customval --target server jdbc/customvalDB 15:56:27 [2023-03-05T20:56:27.826Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-customval --enabled=true --target server jdbc/customvalDB 15:56:27 [2023-03-05T20:56:27.826Z] [exec] JDBC resource jdbc/customvalDB created successfully. 15:56:27 [2023-03-05T20:56:27.826Z] [echo] cmd executed for server 15:56:27 [2023-03-05T20:56:27.826Z] 15:56:27 [2023-03-05T20:56:27.826Z] setOSConditions: 15:56:27 [2023-03-05T20:56:27.826Z] 15:56:27 [2023-03-05T20:56:27.826Z] setToolWin: 15:56:27 [2023-03-05T20:56:27.826Z] 15:56:27 [2023-03-05T20:56:27.826Z] setToolUnix: 15:56:27 [2023-03-05T20:56:27.826Z] 15:56:27 [2023-03-05T20:56:27.826Z] setToolProperty: 15:56:27 [2023-03-05T20:56:27.826Z] 15:56:27 [2023-03-05T20:56:27.826Z] setS1ASclassPath: 15:56:27 [2023-03-05T20:56:27.826Z] 15:56:27 [2023-03-05T20:56:27.826Z] init-common: 15:56:27 [2023-03-05T20:56:27.826Z] 15:56:27 [2023-03-05T20:56:27.826Z] deploy-common: 15:56:27 [2023-03-05T20:56:27.826Z] [echo] Current time (ISO): 2023-03-05T20:56:27.695+0000 15:56:27 [2023-03-05T20:56:27.826Z] 15:56:27 [2023-03-05T20:56:27.826Z] setOSConditions: 15:56:27 [2023-03-05T20:56:27.826Z] 15:56:27 [2023-03-05T20:56:27.826Z] setToolWin: 15:56:27 [2023-03-05T20:56:27.826Z] 15:56:27 [2023-03-05T20:56:27.826Z] setToolUnix: 15:56:27 [2023-03-05T20:56:27.826Z] 15:56:27 [2023-03-05T20:56:27.826Z] setToolProperty: 15:56:27 [2023-03-05T20:56:27.826Z] 15:56:27 [2023-03-05T20:56:27.826Z] setS1ASclassPath: 15:56:27 [2023-03-05T20:56:27.826Z] 15:56:27 [2023-03-05T20:56:27.826Z] init-common: 15:56:27 [2023-03-05T20:56:27.826Z] 15:56:27 [2023-03-05T20:56:27.826Z] deploy-common-pe: 15:56:28 [2023-03-05T20:56:28.082Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1App.ear 15:56:30 [2023-03-05T20:56:30.605Z] [exec] Application deployed with name jdbc-customval-1App. 15:56:30 [2023-03-05T20:56:30.605Z] [echo] Deployment on target server server successful 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] setOSConditions: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] setToolWin: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] setToolUnix: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] setToolProperty: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] setS1ASclassPath: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] init-common: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] deploy-common-ee: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] run: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] setOSConditions: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] setToolWin: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] setToolUnix: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] setToolProperty: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] setS1ASclassPath: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] init-common: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] execute-sql-common: 15:56:30 [2023-03-05T20:56:30.605Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/sql/create_pointbase.sql 15:56:30 [2023-03-05T20:56:30.605Z] [sql] Failed to execute: Drop table O_CUSTOMER 15:56:30 [2023-03-05T20:56:30.605Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:56:30 [2023-03-05T20:56:30.605Z] [sql] 0 rows affected 15:56:30 [2023-03-05T20:56:30.605Z] [sql] Failed to execute: Drop table DUMMY 15:56:30 [2023-03-05T20:56:30.605Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DUMMY' because it does not exist. 15:56:30 [2023-03-05T20:56:30.605Z] [sql] 0 rows affected 15:56:30 [2023-03-05T20:56:30.605Z] [sql] 1 rows affected 15:56:30 [2023-03-05T20:56:30.605Z] [sql] 3 of 5 SQL statements executed successfully 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] setOSConditions: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] setToolWin: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] setToolUnix: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] setToolProperty: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] setS1ASclassPath: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] init-common: 15:56:30 [2023-03-05T20:56:30.605Z] 15:56:30 [2023-03-05T20:56:30.605Z] runclient-common: 15:56:30 [2023-03-05T20:56:30.605Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1AppClient.jar -name jdbc-customval-1Client -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 15:56:31 [2023-03-05T20:56:31.169Z] [exec] Mar 05, 2023 8:56:30 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:56:31 [2023-03-05T20:56:31.169Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:56:31 [2023-03-05T20:56:31.732Z] [exec] Mar 05, 2023 8:56:31 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 15:56:31 [2023-03-05T20:56:31.732Z] [exec] WARNING: ACC001: Using the only client [jdbc-customval-1-client] with main class [com.sun.s1asdev.jdbc.customval.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1AppClient.jar even though it does not match the specified main class name null or client name jdbc-customval-1Client 15:56:33 [2023-03-05T20:56:33.098Z] [exec] Mar 05, 2023 8:56:33 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:56:33 [2023-03-05T20:56:33.098Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@66f16742 15:56:34 [2023-03-05T20:56:34.028Z] [exec] Value of key is: test-1 15:56:34 [2023-03-05T20:56:34.028Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:56:34 [2023-03-05T20:56:34.028Z] [exec] 15:56:34 [2023-03-05T20:56:34.028Z] [exec] 15:56:34 [2023-03-05T20:56:34.028Z] [exec] ----------------------------------------- 15:56:34 [2023-03-05T20:56:34.028Z] [exec] - test-1 : PASS - 15:56:34 [2023-03-05T20:56:34.028Z] [exec] ----------------------------------------- 15:56:34 [2023-03-05T20:56:34.028Z] [exec] Total PASS: 1 15:56:34 [2023-03-05T20:56:34.028Z] [exec] Total FAIL: 0 15:56:34 [2023-03-05T20:56:34.028Z] [exec] Total DID NOT RUN: 0 15:56:34 [2023-03-05T20:56:34.028Z] [exec] ----------------------------------------- 15:56:34 [2023-03-05T20:56:34.028Z] [exec] in flushAll , creating new testSuiteHash 15:56:34 [2023-03-05T20:56:34.028Z] [exec] in flushAll , creating new testSuiteHash 15:56:34 [2023-03-05T20:56:34.284Z] 15:56:34 [2023-03-05T20:56:34.284Z] checkReporting-common: 15:56:34 [2023-03-05T20:56:34.284Z] 15:56:34 [2023-03-05T20:56:34.284Z] confirmReportPresent-common: 15:56:34 [2023-03-05T20:56:34.284Z] [echo] file RepRunConf.txt is present. 15:56:34 [2023-03-05T20:56:34.284Z] [echo] Test seems to be reported fine 15:56:34 [2023-03-05T20:56:34.284Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/RepRunConf.txt 15:56:34 [2023-03-05T20:56:34.284Z] 15:56:34 [2023-03-05T20:56:34.284Z] confirmMissingReport-common: 15:56:34 [2023-03-05T20:56:34.284Z] 15:56:34 [2023-03-05T20:56:34.284Z] setOSConditions: 15:56:34 [2023-03-05T20:56:34.284Z] 15:56:34 [2023-03-05T20:56:34.284Z] setToolWin: 15:56:34 [2023-03-05T20:56:34.284Z] 15:56:34 [2023-03-05T20:56:34.284Z] setToolUnix: 15:56:34 [2023-03-05T20:56:34.284Z] 15:56:34 [2023-03-05T20:56:34.284Z] setToolProperty: 15:56:34 [2023-03-05T20:56:34.284Z] 15:56:34 [2023-03-05T20:56:34.284Z] setS1ASclassPath: 15:56:34 [2023-03-05T20:56:34.284Z] 15:56:34 [2023-03-05T20:56:34.284Z] init-common: 15:56:34 [2023-03-05T20:56:34.284Z] 15:56:34 [2023-03-05T20:56:34.284Z] stop-derby: 15:56:34 [2023-03-05T20:56:34.284Z] 15:56:34 [2023-03-05T20:56:34.284Z] stop-derby-aix: 15:56:34 [2023-03-05T20:56:34.284Z] 15:56:34 [2023-03-05T20:56:34.284Z] stop-derby-nonaix: 15:56:34 [2023-03-05T20:56:34.284Z] [echo] Stopping Derby DB Server ... 15:56:34 [2023-03-05T20:56:34.541Z] [java] Sun Mar 05 20:56:34 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:56:34 [2023-03-05T20:56:34.541Z] 15:56:34 [2023-03-05T20:56:34.541Z] setOSConditions: 15:56:34 [2023-03-05T20:56:34.541Z] 15:56:34 [2023-03-05T20:56:34.541Z] setToolWin: 15:56:34 [2023-03-05T20:56:34.541Z] 15:56:34 [2023-03-05T20:56:34.541Z] setToolUnix: 15:56:34 [2023-03-05T20:56:34.541Z] 15:56:34 [2023-03-05T20:56:34.541Z] setToolProperty: 15:56:34 [2023-03-05T20:56:34.541Z] 15:56:34 [2023-03-05T20:56:34.541Z] setS1ASclassPath: 15:56:34 [2023-03-05T20:56:34.541Z] 15:56:34 [2023-03-05T20:56:34.541Z] init-common: 15:56:34 [2023-03-05T20:56:34.541Z] 15:56:34 [2023-03-05T20:56:34.541Z] start-derby: 15:56:34 [2023-03-05T20:56:34.541Z] 15:56:34 [2023-03-05T20:56:34.541Z] start-derby-aix: 15:56:34 [2023-03-05T20:56:34.541Z] 15:56:34 [2023-03-05T20:56:34.541Z] start-derby-nonaix: 15:56:34 [2023-03-05T20:56:34.541Z] [echo] Starting Derby DB Server ... 15:56:52 [2023-03-05T20:56:52.600Z] 15:56:52 [2023-03-05T20:56:52.600Z] setOSConditions: 15:56:52 [2023-03-05T20:56:52.600Z] 15:56:52 [2023-03-05T20:56:52.600Z] setToolWin: 15:56:52 [2023-03-05T20:56:52.600Z] 15:56:52 [2023-03-05T20:56:52.600Z] setToolUnix: 15:56:52 [2023-03-05T20:56:52.600Z] 15:56:52 [2023-03-05T20:56:52.600Z] setToolProperty: 15:56:52 [2023-03-05T20:56:52.600Z] 15:56:52 [2023-03-05T20:56:52.600Z] setS1ASclassPath: 15:56:52 [2023-03-05T20:56:52.600Z] 15:56:52 [2023-03-05T20:56:52.600Z] init-common: 15:56:52 [2023-03-05T20:56:52.600Z] 15:56:52 [2023-03-05T20:56:52.600Z] runclient-common: 15:56:52 [2023-03-05T20:56:52.600Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1AppClient.jar -name jdbc-customval-1Client -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 15:56:52 [2023-03-05T20:56:52.600Z] [exec] Mar 05, 2023 8:56:50 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:56:52 [2023-03-05T20:56:52.600Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:56:52 [2023-03-05T20:56:52.600Z] [exec] Mar 05, 2023 8:56:50 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 15:56:52 [2023-03-05T20:56:52.600Z] [exec] WARNING: ACC001: Using the only client [jdbc-customval-1-client] with main class [com.sun.s1asdev.jdbc.customval.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1AppClient.jar even though it does not match the specified main class name null or client name jdbc-customval-1Client 15:56:52 [2023-03-05T20:56:52.600Z] [exec] Mar 05, 2023 8:56:52 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:56:52 [2023-03-05T20:56:52.600Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@28be7fec 15:56:52 [2023-03-05T20:56:52.600Z] [exec] Value of key is: test-2 15:56:52 [2023-03-05T20:56:52.600Z] [exec] test-2 returned false as validation is not enabled 15:56:52 [2023-03-05T20:56:52.600Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:56:52 [2023-03-05T20:56:52.600Z] [exec] 15:56:52 [2023-03-05T20:56:52.600Z] [exec] 15:56:52 [2023-03-05T20:56:52.600Z] [exec] ----------------------------------------- 15:56:52 [2023-03-05T20:56:52.600Z] [exec] - test-2 : PASS - 15:56:52 [2023-03-05T20:56:52.600Z] [exec] ----------------------------------------- 15:56:52 [2023-03-05T20:56:52.600Z] [exec] Total PASS: 1 15:56:52 [2023-03-05T20:56:52.600Z] [exec] Total FAIL: 0 15:56:52 [2023-03-05T20:56:52.600Z] [exec] Total DID NOT RUN: 0 15:56:52 [2023-03-05T20:56:52.600Z] [exec] ----------------------------------------- 15:56:52 [2023-03-05T20:56:52.600Z] [exec] in flushAll , creating new testSuiteHash 15:56:52 [2023-03-05T20:56:52.600Z] [exec] in flushAll , creating new testSuiteHash 15:56:52 [2023-03-05T20:56:52.856Z] 15:56:52 [2023-03-05T20:56:52.856Z] checkReporting-common: 15:56:52 [2023-03-05T20:56:52.856Z] 15:56:52 [2023-03-05T20:56:52.856Z] confirmReportPresent-common: 15:56:52 [2023-03-05T20:56:52.856Z] [echo] file RepRunConf.txt is present. 15:56:52 [2023-03-05T20:56:52.856Z] [echo] Test seems to be reported fine 15:56:52 [2023-03-05T20:56:52.856Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/RepRunConf.txt 15:56:52 [2023-03-05T20:56:52.856Z] 15:56:52 [2023-03-05T20:56:52.856Z] confirmMissingReport-common: 15:56:52 [2023-03-05T20:56:52.856Z] 15:56:52 [2023-03-05T20:56:52.856Z] asadmin-common: 15:56:52 [2023-03-05T20:56:52.856Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-customval.connection_validation_method=custom-validation 15:56:53 [2023-03-05T20:56:53.422Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.connection_validation_method=custom-validation 15:56:53 [2023-03-05T20:56:53.422Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.connection-validation-method=custom-validation 15:56:53 [2023-03-05T20:56:53.422Z] 15:56:53 [2023-03-05T20:56:53.422Z] asadmin-common: 15:56:53 [2023-03-05T20:56:53.422Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-customval.validation_classname=com.sun.s1asdev.jdbc.customval.validator.MyValidator 15:56:53 [2023-03-05T20:56:53.678Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.validation_classname=com.sun.s1asdev.jdbc.customval.validator.MyValidator 15:56:53 [2023-03-05T20:56:53.678Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.validation-classname=com.sun.s1asdev.jdbc.customval.validator.MyValidator 15:56:53 [2023-03-05T20:56:53.678Z] 15:56:53 [2023-03-05T20:56:53.678Z] asadmin-common: 15:56:53 [2023-03-05T20:56:53.678Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-customval.is_connection_validation_required=true 15:56:53 [2023-03-05T20:56:53.934Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.is_connection_validation_required=true 15:56:53 [2023-03-05T20:56:53.934Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.is-connection-validation-required=true 15:56:53 [2023-03-05T20:56:53.934Z] 15:56:53 [2023-03-05T20:56:53.934Z] setOSConditions: 15:56:53 [2023-03-05T20:56:53.934Z] 15:56:53 [2023-03-05T20:56:53.934Z] setToolWin: 15:56:53 [2023-03-05T20:56:53.934Z] 15:56:53 [2023-03-05T20:56:53.934Z] setToolUnix: 15:56:53 [2023-03-05T20:56:53.934Z] 15:56:53 [2023-03-05T20:56:53.934Z] setToolProperty: 15:56:53 [2023-03-05T20:56:53.934Z] 15:56:53 [2023-03-05T20:56:53.934Z] setS1ASclassPath: 15:56:53 [2023-03-05T20:56:53.934Z] 15:56:53 [2023-03-05T20:56:53.934Z] init-common: 15:56:53 [2023-03-05T20:56:53.934Z] 15:56:53 [2023-03-05T20:56:53.934Z] runclient-common: 15:56:53 [2023-03-05T20:56:53.934Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1AppClient.jar -name jdbc-customval-1Client -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 3 15:56:54 [2023-03-05T20:56:54.496Z] [exec] Mar 05, 2023 8:56:54 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:56:54 [2023-03-05T20:56:54.496Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:56:55 [2023-03-05T20:56:55.057Z] [exec] Mar 05, 2023 8:56:54 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 15:56:55 [2023-03-05T20:56:55.057Z] [exec] WARNING: ACC001: Using the only client [jdbc-customval-1-client] with main class [com.sun.s1asdev.jdbc.customval.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1AppClient.jar even though it does not match the specified main class name null or client name jdbc-customval-1Client 15:56:56 [2023-03-05T20:56:56.955Z] [exec] Mar 05, 2023 8:56:56 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:56:56 [2023-03-05T20:56:56.955Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@3b0d3a63 15:56:57 [2023-03-05T20:56:57.523Z] [exec] Value of key is: test-3 15:56:57 [2023-03-05T20:56:57.523Z] [exec] test-3 returned true as validation is enabled 15:56:57 [2023-03-05T20:56:57.523Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:56:57 [2023-03-05T20:56:57.523Z] [exec] 15:56:57 [2023-03-05T20:56:57.523Z] [exec] 15:56:57 [2023-03-05T20:56:57.523Z] [exec] ----------------------------------------- 15:56:57 [2023-03-05T20:56:57.523Z] [exec] - test-3 : PASS - 15:56:57 [2023-03-05T20:56:57.523Z] [exec] ----------------------------------------- 15:56:57 [2023-03-05T20:56:57.523Z] [exec] Total PASS: 1 15:56:57 [2023-03-05T20:56:57.523Z] [exec] Total FAIL: 0 15:56:57 [2023-03-05T20:56:57.523Z] [exec] Total DID NOT RUN: 0 15:56:57 [2023-03-05T20:56:57.523Z] [exec] ----------------------------------------- 15:56:57 [2023-03-05T20:56:57.523Z] [exec] in flushAll , creating new testSuiteHash 15:56:57 [2023-03-05T20:56:57.523Z] [exec] in flushAll , creating new testSuiteHash 15:56:57 [2023-03-05T20:56:57.779Z] 15:56:57 [2023-03-05T20:56:57.779Z] checkReporting-common: 15:56:57 [2023-03-05T20:56:57.779Z] 15:56:57 [2023-03-05T20:56:57.779Z] confirmReportPresent-common: 15:56:57 [2023-03-05T20:56:57.779Z] [echo] file RepRunConf.txt is present. 15:56:57 [2023-03-05T20:56:57.779Z] [echo] Test seems to be reported fine 15:56:57 [2023-03-05T20:56:57.779Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/RepRunConf.txt 15:56:57 [2023-03-05T20:56:57.779Z] 15:56:57 [2023-03-05T20:56:57.779Z] confirmMissingReport-common: 15:56:57 [2023-03-05T20:56:57.779Z] 15:56:57 [2023-03-05T20:56:57.779Z] setOSConditions: 15:56:57 [2023-03-05T20:56:57.779Z] 15:56:57 [2023-03-05T20:56:57.779Z] setToolWin: 15:56:57 [2023-03-05T20:56:57.779Z] 15:56:57 [2023-03-05T20:56:57.779Z] setToolUnix: 15:56:57 [2023-03-05T20:56:57.779Z] 15:56:57 [2023-03-05T20:56:57.779Z] setToolProperty: 15:56:57 [2023-03-05T20:56:57.779Z] 15:56:57 [2023-03-05T20:56:57.779Z] setS1ASclassPath: 15:56:57 [2023-03-05T20:56:57.779Z] 15:56:57 [2023-03-05T20:56:57.779Z] init-common: 15:56:57 [2023-03-05T20:56:57.779Z] 15:56:57 [2023-03-05T20:56:57.779Z] stop-derby: 15:56:57 [2023-03-05T20:56:57.779Z] 15:56:57 [2023-03-05T20:56:57.779Z] stop-derby-aix: 15:56:57 [2023-03-05T20:56:57.779Z] 15:56:57 [2023-03-05T20:56:57.779Z] stop-derby-nonaix: 15:56:57 [2023-03-05T20:56:57.779Z] [echo] Stopping Derby DB Server ... 15:56:58 [2023-03-05T20:56:58.036Z] [java] Sun Mar 05 20:56:57 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 15:56:58 [2023-03-05T20:56:58.036Z] 15:56:58 [2023-03-05T20:56:58.036Z] setOSConditions: 15:56:58 [2023-03-05T20:56:58.036Z] 15:56:58 [2023-03-05T20:56:58.036Z] setToolWin: 15:56:58 [2023-03-05T20:56:58.036Z] 15:56:58 [2023-03-05T20:56:58.036Z] setToolUnix: 15:56:58 [2023-03-05T20:56:58.036Z] 15:56:58 [2023-03-05T20:56:58.036Z] setToolProperty: 15:56:58 [2023-03-05T20:56:58.036Z] 15:56:58 [2023-03-05T20:56:58.036Z] setS1ASclassPath: 15:56:58 [2023-03-05T20:56:58.036Z] 15:56:58 [2023-03-05T20:56:58.036Z] init-common: 15:56:58 [2023-03-05T20:56:58.036Z] 15:56:58 [2023-03-05T20:56:58.036Z] start-derby: 15:56:58 [2023-03-05T20:56:58.036Z] 15:56:58 [2023-03-05T20:56:58.036Z] start-derby-aix: 15:56:58 [2023-03-05T20:56:58.036Z] 15:56:58 [2023-03-05T20:56:58.036Z] start-derby-nonaix: 15:56:58 [2023-03-05T20:56:58.036Z] [echo] Starting Derby DB Server ... 15:57:12 [2023-03-05T20:57:12.891Z] 15:57:12 [2023-03-05T20:57:12.891Z] setOSConditions: 15:57:12 [2023-03-05T20:57:12.891Z] 15:57:12 [2023-03-05T20:57:12.891Z] setToolWin: 15:57:12 [2023-03-05T20:57:12.891Z] 15:57:12 [2023-03-05T20:57:12.891Z] setToolUnix: 15:57:12 [2023-03-05T20:57:12.891Z] 15:57:12 [2023-03-05T20:57:12.891Z] setToolProperty: 15:57:12 [2023-03-05T20:57:12.891Z] 15:57:12 [2023-03-05T20:57:12.891Z] setS1ASclassPath: 15:57:12 [2023-03-05T20:57:12.891Z] 15:57:12 [2023-03-05T20:57:12.891Z] init-common: 15:57:12 [2023-03-05T20:57:12.891Z] 15:57:12 [2023-03-05T20:57:12.891Z] runclient-common: 15:57:12 [2023-03-05T20:57:12.891Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1AppClient.jar -name jdbc-customval-1Client -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 4 15:57:13 [2023-03-05T20:57:13.821Z] [exec] Mar 05, 2023 8:57:13 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:57:13 [2023-03-05T20:57:13.821Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:57:14 [2023-03-05T20:57:14.383Z] [exec] Mar 05, 2023 8:57:13 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 15:57:14 [2023-03-05T20:57:14.383Z] [exec] WARNING: ACC001: Using the only client [jdbc-customval-1-client] with main class [com.sun.s1asdev.jdbc.customval.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1AppClient.jar even though it does not match the specified main class name null or client name jdbc-customval-1Client 15:57:15 [2023-03-05T20:57:15.749Z] [exec] Mar 05, 2023 8:57:15 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:57:15 [2023-03-05T20:57:15.749Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@1a1c21b4 15:57:16 [2023-03-05T20:57:16.323Z] [exec] Value of key is: test-4 15:57:16 [2023-03-05T20:57:16.323Z] [exec] test-4 returned true as validation is enabled 15:57:16 [2023-03-05T20:57:16.323Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:57:16 [2023-03-05T20:57:16.323Z] [exec] 15:57:16 [2023-03-05T20:57:16.323Z] [exec] 15:57:16 [2023-03-05T20:57:16.323Z] [exec] ----------------------------------------- 15:57:16 [2023-03-05T20:57:16.323Z] [exec] - test-4 : PASS - 15:57:16 [2023-03-05T20:57:16.323Z] [exec] ----------------------------------------- 15:57:16 [2023-03-05T20:57:16.323Z] [exec] Total PASS: 1 15:57:16 [2023-03-05T20:57:16.323Z] [exec] Total FAIL: 0 15:57:16 [2023-03-05T20:57:16.323Z] [exec] Total DID NOT RUN: 0 15:57:16 [2023-03-05T20:57:16.323Z] [exec] ----------------------------------------- 15:57:16 [2023-03-05T20:57:16.323Z] [exec] in flushAll , creating new testSuiteHash 15:57:16 [2023-03-05T20:57:16.323Z] [exec] in flushAll , creating new testSuiteHash 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] checkReporting-common: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] confirmReportPresent-common: 15:57:16 [2023-03-05T20:57:16.886Z] [echo] file RepRunConf.txt is present. 15:57:16 [2023-03-05T20:57:16.886Z] [echo] Test seems to be reported fine 15:57:16 [2023-03-05T20:57:16.886Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/RepRunConf.txt 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] confirmMissingReport-common: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] setOSConditions: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] setToolWin: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] setToolUnix: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] setToolProperty: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] setS1ASclassPath: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] init-common: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] execute-sql-common: 15:57:16 [2023-03-05T20:57:16.886Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/sql/drop_pointbase.sql 15:57:16 [2023-03-05T20:57:16.886Z] [sql] 0 rows affected 15:57:16 [2023-03-05T20:57:16.886Z] [sql] 1 of 1 SQL statements executed successfully 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] undeploy: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] setOSConditions: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] setToolWin: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] setToolUnix: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] setToolProperty: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] setS1ASclassPath: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] init-common: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] delete-jdbc-stuff: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] setOSConditions: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] setToolWin: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] setToolUnix: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] setToolProperty: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] setS1ASclassPath: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] init-common: 15:57:16 [2023-03-05T20:57:16.886Z] 15:57:16 [2023-03-05T20:57:16.886Z] delete-jdbc-resource-common: 15:57:16 [2023-03-05T20:57:16.886Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/customvalDB 15:57:17 [2023-03-05T20:57:17.142Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/customvalDB 15:57:17 [2023-03-05T20:57:17.142Z] [exec] JDBC resource jdbc/customvalDB deleted successfully 15:57:17 [2023-03-05T20:57:17.142Z] [echo] cmd executed for server 15:57:17 [2023-03-05T20:57:17.142Z] 15:57:17 [2023-03-05T20:57:17.142Z] setOSConditions: 15:57:17 [2023-03-05T20:57:17.142Z] 15:57:17 [2023-03-05T20:57:17.142Z] setToolWin: 15:57:17 [2023-03-05T20:57:17.142Z] 15:57:17 [2023-03-05T20:57:17.142Z] setToolUnix: 15:57:17 [2023-03-05T20:57:17.142Z] 15:57:17 [2023-03-05T20:57:17.142Z] setToolProperty: 15:57:17 [2023-03-05T20:57:17.142Z] 15:57:17 [2023-03-05T20:57:17.142Z] setS1ASclassPath: 15:57:17 [2023-03-05T20:57:17.142Z] 15:57:17 [2023-03-05T20:57:17.142Z] init-common: 15:57:17 [2023-03-05T20:57:17.142Z] 15:57:17 [2023-03-05T20:57:17.142Z] delete-jdbc-connpool-common: 15:57:17 [2023-03-05T20:57:17.142Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-customval 15:57:17 [2023-03-05T20:57:17.399Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-customval 15:57:17 [2023-03-05T20:57:17.399Z] [exec] JDBC Connection pool jdbc-customval deleted successfully 15:57:17 [2023-03-05T20:57:17.399Z] [echo] cmd executed for server 15:57:17 [2023-03-05T20:57:17.399Z] 15:57:17 [2023-03-05T20:57:17.399Z] setOSConditions: 15:57:17 [2023-03-05T20:57:17.399Z] 15:57:17 [2023-03-05T20:57:17.399Z] setToolWin: 15:57:17 [2023-03-05T20:57:17.400Z] 15:57:17 [2023-03-05T20:57:17.400Z] setToolUnix: 15:57:17 [2023-03-05T20:57:17.400Z] 15:57:17 [2023-03-05T20:57:17.400Z] setToolProperty: 15:57:17 [2023-03-05T20:57:17.400Z] 15:57:17 [2023-03-05T20:57:17.400Z] setS1ASclassPath: 15:57:17 [2023-03-05T20:57:17.400Z] 15:57:17 [2023-03-05T20:57:17.400Z] init-common: 15:57:17 [2023-03-05T20:57:17.400Z] 15:57:17 [2023-03-05T20:57:17.400Z] undeploy-common: 15:57:17 [2023-03-05T20:57:17.656Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-customval-1App 15:57:17 [2023-03-05T20:57:17.656Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/lib/myvalidator.jar 15:57:17 [2023-03-05T20:57:17.656Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/validator/myvalidator.jar 15:57:17 [2023-03-05T20:57:17.656Z] 15:57:17 [2023-03-05T20:57:17.656Z] restart-server: 15:57:17 [2023-03-05T20:57:17.656Z] 15:57:17 [2023-03-05T20:57:17.656Z] setOSConditions: 15:57:17 [2023-03-05T20:57:17.656Z] 15:57:17 [2023-03-05T20:57:17.656Z] stop-server: 15:57:17 [2023-03-05T20:57:17.656Z] 15:57:17 [2023-03-05T20:57:17.656Z] stop-server-unix: 15:57:17 [2023-03-05T20:57:17.656Z] [echo] stopping server on unix ... 15:57:18 [2023-03-05T20:57:18.593Z] [exec] Waiting for the domain to stop . 15:57:18 [2023-03-05T20:57:18.593Z] [exec] Waiting finished after 165 ms. 15:57:18 [2023-03-05T20:57:18.593Z] [exec] Command stop-domain executed successfully. 15:57:28 [2023-03-05T20:57:28.548Z] 15:57:28 [2023-03-05T20:57:28.548Z] stop-server-windows: 15:57:33 [2023-03-05T20:57:33.820Z] 15:57:33 [2023-03-05T20:57:33.820Z] setOSConditions: 15:57:33 [2023-03-05T20:57:33.820Z] 15:57:33 [2023-03-05T20:57:33.820Z] start-server: 15:57:33 [2023-03-05T20:57:33.820Z] [echo] +-----------------------------+ 15:57:33 [2023-03-05T20:57:33.820Z] [echo] | | 15:57:33 [2023-03-05T20:57:33.820Z] [echo] | S T A R T I N G GLASSFISH | 15:57:33 [2023-03-05T20:57:33.820Z] [echo] | in Felix mode | 15:57:33 [2023-03-05T20:57:33.820Z] [echo] | | 15:57:33 [2023-03-05T20:57:33.820Z] [echo] +-----------------------------+ 15:57:33 [2023-03-05T20:57:33.820Z] 15:57:33 [2023-03-05T20:57:33.820Z] start-server-unix: 15:57:38 [2023-03-05T20:57:38.119Z] [exec] Waiting for domain1 to start .... 15:57:38 [2023-03-05T20:57:38.119Z] [exec] Waiting finished after 3,477 ms. 15:57:38 [2023-03-05T20:57:38.119Z] [exec] Successfully started the domain : domain1 15:57:38 [2023-03-05T20:57:38.119Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 15:57:38 [2023-03-05T20:57:38.119Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 15:57:38 [2023-03-05T20:57:38.119Z] [exec] Admin Port: 4,848 15:57:38 [2023-03-05T20:57:38.119Z] [exec] Command start-domain executed successfully. 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] start-server-windows: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] all: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] setOSConditions: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] setToolWin: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] setToolUnix: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] setToolProperty: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] setS1ASclassPath: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] init-common: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] clean: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] setOSConditions: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] setToolWin: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] setToolUnix: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] setToolProperty: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] setS1ASclassPath: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] init-common: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] clean-common: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] setOSConditions: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] setToolWin: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.073Z] setToolUnix: 15:57:48 [2023-03-05T20:57:48.073Z] 15:57:48 [2023-03-05T20:57:48.074Z] setToolProperty: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] setS1ASclassPath: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] init-common: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] clean-classes-common: 15:57:48 [2023-03-05T20:57:48.074Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] setOSConditions: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] setToolWin: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] setToolUnix: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] setToolProperty: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] setS1ASclassPath: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] init-common: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] clean-jars-common: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] compile: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] setOSConditions: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] setToolWin: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] setToolUnix: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] setToolProperty: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] setS1ASclassPath: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] init-common: 15:57:48 [2023-03-05T20:57:48.074Z] 15:57:48 [2023-03-05T20:57:48.074Z] compile-common: 15:57:48 [2023-03-05T20:57:48.074Z] [echo] Current time (ISO): 2023-03-05T20:57:47.686+0000 15:57:48 [2023-03-05T20:57:48.074Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:57:48 [2023-03-05T20:57:48.074Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:57:49 [2023-03-05T20:57:49.002Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:57:49 [2023-03-05T20:57:49.002Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/ejb/SimpleBMPBean.java:50: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:57:49 [2023-03-05T20:57:49.002Z] [javac] return new Integer(1); 15:57:49 [2023-03-05T20:57:49.002Z] [javac] ^ 15:57:49 [2023-03-05T20:57:49.002Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/ejb/SimpleBMPBean.java uses unchecked or unsafe operations. 15:57:49 [2023-03-05T20:57:49.002Z] [javac] Note: Recompile with -Xlint:unchecked for details. 15:57:49 [2023-03-05T20:57:49.002Z] [javac] 2 warnings 15:57:49 [2023-03-05T20:57:49.002Z] 15:57:49 [2023-03-05T20:57:49.002Z] setOSConditions: 15:57:49 [2023-03-05T20:57:49.002Z] 15:57:49 [2023-03-05T20:57:49.002Z] setToolWin: 15:57:49 [2023-03-05T20:57:49.002Z] 15:57:49 [2023-03-05T20:57:49.002Z] setToolUnix: 15:57:49 [2023-03-05T20:57:49.002Z] 15:57:49 [2023-03-05T20:57:49.002Z] setToolProperty: 15:57:49 [2023-03-05T20:57:49.002Z] 15:57:49 [2023-03-05T20:57:49.002Z] setS1ASclassPath: 15:57:49 [2023-03-05T20:57:49.002Z] 15:57:49 [2023-03-05T20:57:49.002Z] init-common: 15:57:49 [2023-03-05T20:57:49.002Z] 15:57:49 [2023-03-05T20:57:49.002Z] compile-common: 15:57:49 [2023-03-05T20:57:49.002Z] [echo] Current time (ISO): 2023-03-05T20:57:48.931+0000 15:57:49 [2023-03-05T20:57:49.002Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:57:50 [2023-03-05T20:57:50.368Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:57:50 [2023-03-05T20:57:50.368Z] [javac] 1 warning 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] build: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setOSConditions: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] fixFiles: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] convUnix: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] convWin: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setToolWin: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setToolUnix: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setToolProperty: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setS1ASclassPath: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] init-common: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] package-persistence-common: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] ejb-jar-common: 15:57:50 [2023-03-05T20:57:50.368Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] package-ejbjar-common: 15:57:50 [2023-03-05T20:57:50.368Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:57:50 [2023-03-05T20:57:50.368Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:57:50 [2023-03-05T20:57:50.368Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:57:50 [2023-03-05T20:57:50.368Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpool-ejb.jar 15:57:50 [2023-03-05T20:57:50.368Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] appclient-jar-common: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] package-appclientjar-common: 15:57:50 [2023-03-05T20:57:50.368Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:57:50 [2023-03-05T20:57:50.368Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:57:50 [2023-03-05T20:57:50.368Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:57:50 [2023-03-05T20:57:50.368Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpool-client.jar 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] webclient-war-common: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] build-ear-common: 15:57:50 [2023-03-05T20:57:50.368Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:57:50 [2023-03-05T20:57:50.368Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpoolApp.ear 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] deploy: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setOSConditions: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setToolWin: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setToolUnix: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setToolProperty: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setS1ASclassPath: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] init-common: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] execute-sql-common: 15:57:50 [2023-03-05T20:57:50.368Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/sql/create_pointbase.sql 15:57:50 [2023-03-05T20:57:50.368Z] [sql] Failed to execute: Drop table flush_connection_pool 15:57:50 [2023-03-05T20:57:50.368Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'FLUSH_CONNECTION_POOL' because it does not exist. 15:57:50 [2023-03-05T20:57:50.368Z] [sql] 0 rows affected 15:57:50 [2023-03-05T20:57:50.368Z] [sql] 1 of 2 SQL statements executed successfully 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setOSConditions: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setToolWin: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setToolUnix: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setToolProperty: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setS1ASclassPath: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] init-common: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setup: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setOSConditions: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setToolWin: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setToolUnix: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setToolProperty: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setS1ASclassPath: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] init-common: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] deploy-jdbc-common: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setOSConditions: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setToolWin: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setToolUnix: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setToolProperty: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] setS1ASclassPath: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] init-common: 15:57:50 [2023-03-05T20:57:50.368Z] 15:57:50 [2023-03-05T20:57:50.368Z] create-jdbc-connpool-common: 15:57:50 [2023-03-05T20:57:50.625Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-flushconnectionpool-pool 15:57:51 [2023-03-05T20:57:51.589Z] [exec] JDBC connection pool jdbc-flushconnectionpool-pool created successfully. 15:57:51 [2023-03-05T20:57:51.589Z] 15:57:51 [2023-03-05T20:57:51.589Z] set-derby-connpool-props: 15:57:51 [2023-03-05T20:57:51.845Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.User=dbuser 15:57:51 [2023-03-05T20:57:51.845Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.User=dbuser 15:57:52 [2023-03-05T20:57:52.120Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.Password=dbpassword 15:57:52 [2023-03-05T20:57:52.120Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.Password=dbpassword 15:57:52 [2023-03-05T20:57:52.377Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.driverType=4 15:57:52 [2023-03-05T20:57:52.377Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.driverType=4 15:57:52 [2023-03-05T20:57:52.634Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.portNumber=1527 15:57:52 [2023-03-05T20:57:52.634Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.portNumber=1527 15:57:53 [2023-03-05T20:57:53.196Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.dataBaseName=testdb 15:57:53 [2023-03-05T20:57:53.196Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.dataBaseName=testdb 15:57:53 [2023-03-05T20:57:53.452Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:57:53 [2023-03-05T20:57:53.452Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:57:53 [2023-03-05T20:57:53.721Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.create=true 15:57:53 [2023-03-05T20:57:53.721Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.create=true 15:57:53 [2023-03-05T20:57:53.977Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.serverName=localhost 15:57:53 [2023-03-05T20:57:53.977Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.serverName=localhost 15:57:53 [2023-03-05T20:57:53.977Z] 15:57:53 [2023-03-05T20:57:53.977Z] setOSConditions: 15:57:53 [2023-03-05T20:57:53.977Z] 15:57:53 [2023-03-05T20:57:53.977Z] setToolWin: 15:57:53 [2023-03-05T20:57:53.977Z] 15:57:53 [2023-03-05T20:57:53.977Z] setToolUnix: 15:57:53 [2023-03-05T20:57:53.977Z] 15:57:53 [2023-03-05T20:57:53.977Z] setToolProperty: 15:57:53 [2023-03-05T20:57:53.977Z] 15:57:53 [2023-03-05T20:57:53.977Z] setS1ASclassPath: 15:57:53 [2023-03-05T20:57:53.977Z] 15:57:53 [2023-03-05T20:57:53.977Z] init-common: 15:57:53 [2023-03-05T20:57:53.977Z] 15:57:53 [2023-03-05T20:57:53.977Z] create-jdbc-resource-common: 15:57:53 [2023-03-05T20:57:53.977Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-flushconnectionpool-pool --target server jdbc/flushconnectionpool 15:57:54 [2023-03-05T20:57:54.233Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-flushconnectionpool-pool --enabled=true --target server jdbc/flushconnectionpool 15:57:54 [2023-03-05T20:57:54.233Z] [exec] JDBC resource jdbc/flushconnectionpool created successfully. 15:57:54 [2023-03-05T20:57:54.233Z] [echo] cmd executed for server 15:57:54 [2023-03-05T20:57:54.489Z] 15:57:54 [2023-03-05T20:57:54.489Z] asadmin-common: 15:57:54 [2023-03-05T20:57:54.489Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.steady_pool_size=1 15:57:54 [2023-03-05T20:57:54.745Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.steady_pool_size=1 15:57:54 [2023-03-05T20:57:54.745Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.steady-pool-size=1 15:57:54 [2023-03-05T20:57:54.745Z] 15:57:54 [2023-03-05T20:57:54.745Z] asadmin-common: 15:57:54 [2023-03-05T20:57:54.745Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.max_pool_size=1 15:57:55 [2023-03-05T20:57:55.020Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.max_pool_size=1 15:57:55 [2023-03-05T20:57:55.020Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.max-pool-size=1 15:57:55 [2023-03-05T20:57:55.020Z] 15:57:55 [2023-03-05T20:57:55.020Z] setOSConditions: 15:57:55 [2023-03-05T20:57:55.020Z] 15:57:55 [2023-03-05T20:57:55.020Z] setToolWin: 15:57:55 [2023-03-05T20:57:55.020Z] 15:57:55 [2023-03-05T20:57:55.020Z] setToolUnix: 15:57:55 [2023-03-05T20:57:55.020Z] 15:57:55 [2023-03-05T20:57:55.020Z] setToolProperty: 15:57:55 [2023-03-05T20:57:55.020Z] 15:57:55 [2023-03-05T20:57:55.020Z] setS1ASclassPath: 15:57:55 [2023-03-05T20:57:55.020Z] 15:57:55 [2023-03-05T20:57:55.020Z] init-common: 15:57:55 [2023-03-05T20:57:55.020Z] 15:57:55 [2023-03-05T20:57:55.020Z] deploy-common: 15:57:55 [2023-03-05T20:57:55.020Z] [echo] Current time (ISO): 2023-03-05T20:57:54.843+0000 15:57:55 [2023-03-05T20:57:55.020Z] 15:57:55 [2023-03-05T20:57:55.020Z] setOSConditions: 15:57:55 [2023-03-05T20:57:55.020Z] 15:57:55 [2023-03-05T20:57:55.020Z] setToolWin: 15:57:55 [2023-03-05T20:57:55.020Z] 15:57:55 [2023-03-05T20:57:55.020Z] setToolUnix: 15:57:55 [2023-03-05T20:57:55.020Z] 15:57:55 [2023-03-05T20:57:55.020Z] setToolProperty: 15:57:55 [2023-03-05T20:57:55.020Z] 15:57:55 [2023-03-05T20:57:55.020Z] setS1ASclassPath: 15:57:55 [2023-03-05T20:57:55.020Z] 15:57:55 [2023-03-05T20:57:55.020Z] init-common: 15:57:55 [2023-03-05T20:57:55.020Z] 15:57:55 [2023-03-05T20:57:55.020Z] deploy-common-pe: 15:57:55 [2023-03-05T20:57:55.276Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpoolApp.ear 15:57:57 [2023-03-05T20:57:57.805Z] [exec] Application deployed with name jdbc-flushconnectionpoolApp. 15:57:57 [2023-03-05T20:57:57.805Z] [echo] Deployment on target server server successful 15:57:57 [2023-03-05T20:57:57.805Z] 15:57:57 [2023-03-05T20:57:57.805Z] setOSConditions: 15:57:57 [2023-03-05T20:57:57.805Z] 15:57:57 [2023-03-05T20:57:57.805Z] setToolWin: 15:57:57 [2023-03-05T20:57:57.805Z] 15:57:57 [2023-03-05T20:57:57.805Z] setToolUnix: 15:57:57 [2023-03-05T20:57:57.805Z] 15:57:57 [2023-03-05T20:57:57.805Z] setToolProperty: 15:57:57 [2023-03-05T20:57:57.805Z] 15:57:57 [2023-03-05T20:57:57.805Z] setS1ASclassPath: 15:57:57 [2023-03-05T20:57:57.805Z] 15:57:57 [2023-03-05T20:57:57.805Z] init-common: 15:57:57 [2023-03-05T20:57:57.805Z] 15:57:57 [2023-03-05T20:57:57.805Z] deploy-common-ee: 15:57:57 [2023-03-05T20:57:57.805Z] 15:57:57 [2023-03-05T20:57:57.805Z] run: 15:57:57 [2023-03-05T20:57:57.805Z] 15:57:57 [2023-03-05T20:57:57.805Z] setOSConditions: 15:57:57 [2023-03-05T20:57:57.805Z] 15:57:57 [2023-03-05T20:57:57.805Z] setToolWin: 15:57:57 [2023-03-05T20:57:57.805Z] 15:57:57 [2023-03-05T20:57:57.805Z] setToolUnix: 15:57:57 [2023-03-05T20:57:57.805Z] 15:57:57 [2023-03-05T20:57:57.805Z] setToolProperty: 15:57:57 [2023-03-05T20:57:57.805Z] 15:57:57 [2023-03-05T20:57:57.805Z] setS1ASclassPath: 15:57:57 [2023-03-05T20:57:57.805Z] 15:57:57 [2023-03-05T20:57:57.805Z] init-common: 15:57:57 [2023-03-05T20:57:57.805Z] 15:57:57 [2023-03-05T20:57:57.805Z] execute-sql-common: 15:57:57 [2023-03-05T20:57:57.805Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/sql/create_pointbase.sql 15:57:57 [2023-03-05T20:57:57.805Z] [sql] 0 rows affected 15:57:57 [2023-03-05T20:57:57.805Z] [sql] 0 rows affected 15:57:57 [2023-03-05T20:57:57.805Z] [sql] 2 of 2 SQL statements executed successfully 15:57:57 [2023-03-05T20:57:57.805Z] 15:57:57 [2023-03-05T20:57:57.806Z] setOSConditions: 15:57:57 [2023-03-05T20:57:57.806Z] 15:57:57 [2023-03-05T20:57:57.806Z] setToolWin: 15:57:57 [2023-03-05T20:57:57.806Z] 15:57:57 [2023-03-05T20:57:57.806Z] setToolUnix: 15:57:57 [2023-03-05T20:57:57.806Z] 15:57:57 [2023-03-05T20:57:57.806Z] setToolProperty: 15:57:57 [2023-03-05T20:57:57.806Z] 15:57:57 [2023-03-05T20:57:57.806Z] setS1ASclassPath: 15:57:57 [2023-03-05T20:57:57.806Z] 15:57:57 [2023-03-05T20:57:57.806Z] init-common: 15:57:57 [2023-03-05T20:57:57.806Z] 15:57:57 [2023-03-05T20:57:57.806Z] runclient-common: 15:57:57 [2023-03-05T20:57:57.806Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpoolAppClient.jar -name jdbc-flushconnectionpoolClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 15:57:58 [2023-03-05T20:57:58.367Z] [exec] Mar 05, 2023 8:57:57 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:57:58 [2023-03-05T20:57:58.367Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:58:00 [2023-03-05T20:58:00.258Z] [exec] Mar 05, 2023 8:58:00 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:58:00 [2023-03-05T20:58:00.259Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7d30007d 15:58:00 [2023-03-05T20:58:00.825Z] [exec] Value of key is: Flush Connection Pool - (test1): 15:58:00 [2023-03-05T20:58:00.825Z] [exec] Value of key is: Flush Connection Pool - (test2): 15:58:00 [2023-03-05T20:58:00.825Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:58:00 [2023-03-05T20:58:00.825Z] [exec] 15:58:00 [2023-03-05T20:58:00.825Z] [exec] 15:58:00 [2023-03-05T20:58:00.825Z] [exec] ----------------------------------------- 15:58:00 [2023-03-05T20:58:00.825Z] [exec] - Flush Connection Pool - (test1): : PASS - 15:58:00 [2023-03-05T20:58:00.825Z] [exec] - Flush Connection Pool - (test2): : PASS - 15:58:00 [2023-03-05T20:58:00.825Z] [exec] ----------------------------------------- 15:58:00 [2023-03-05T20:58:00.825Z] [exec] Total PASS: 2 15:58:00 [2023-03-05T20:58:00.825Z] [exec] Total FAIL: 0 15:58:00 [2023-03-05T20:58:00.825Z] [exec] Total DID NOT RUN: 0 15:58:00 [2023-03-05T20:58:00.825Z] [exec] ----------------------------------------- 15:58:00 [2023-03-05T20:58:00.825Z] [exec] in flushAll , creating new testSuiteHash 15:58:00 [2023-03-05T20:58:00.825Z] [exec] in flushAll , creating new testSuiteHash 15:58:01 [2023-03-05T20:58:01.081Z] 15:58:01 [2023-03-05T20:58:01.081Z] checkReporting-common: 15:58:01 [2023-03-05T20:58:01.081Z] 15:58:01 [2023-03-05T20:58:01.081Z] confirmReportPresent-common: 15:58:01 [2023-03-05T20:58:01.081Z] [echo] file RepRunConf.txt is present. 15:58:01 [2023-03-05T20:58:01.081Z] [echo] Test seems to be reported fine 15:58:01 [2023-03-05T20:58:01.081Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/RepRunConf.txt 15:58:01 [2023-03-05T20:58:01.337Z] 15:58:01 [2023-03-05T20:58:01.337Z] confirmMissingReport-common: 15:58:01 [2023-03-05T20:58:01.337Z] 15:58:01 [2023-03-05T20:58:01.337Z] asadmin-common: 15:58:01 [2023-03-05T20:58:01.337Z] [echo] asadmin flush-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdbc-flushconnectionpool-pool 15:58:01 [2023-03-05T20:58:01.593Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true flush-connection-pool jdbc-flushconnectionpool-pool 15:58:01 [2023-03-05T20:58:01.593Z] 15:58:01 [2023-03-05T20:58:01.593Z] setOSConditions: 15:58:01 [2023-03-05T20:58:01.593Z] 15:58:01 [2023-03-05T20:58:01.593Z] setToolWin: 15:58:01 [2023-03-05T20:58:01.593Z] 15:58:01 [2023-03-05T20:58:01.593Z] setToolUnix: 15:58:01 [2023-03-05T20:58:01.593Z] 15:58:01 [2023-03-05T20:58:01.593Z] setToolProperty: 15:58:01 [2023-03-05T20:58:01.593Z] 15:58:01 [2023-03-05T20:58:01.593Z] setS1ASclassPath: 15:58:01 [2023-03-05T20:58:01.593Z] 15:58:01 [2023-03-05T20:58:01.593Z] init-common: 15:58:01 [2023-03-05T20:58:01.593Z] 15:58:01 [2023-03-05T20:58:01.593Z] runclient-common: 15:58:01 [2023-03-05T20:58:01.593Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpoolAppClient.jar -name jdbc-flushconnectionpoolClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 15:58:02 [2023-03-05T20:58:02.155Z] [exec] Mar 05, 2023 8:58:02 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:58:02 [2023-03-05T20:58:02.156Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:58:06 [2023-03-05T20:58:06.336Z] [exec] Mar 05, 2023 8:58:05 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:58:06 [2023-03-05T20:58:06.336Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@62cbc478 15:58:06 [2023-03-05T20:58:06.336Z] [exec] Value of key is: Flush Connection Pool - (test1): 15:58:06 [2023-03-05T20:58:06.336Z] [exec] Value of key is: Flush Connection Pool - (test2): 15:58:06 [2023-03-05T20:58:06.336Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:58:06 [2023-03-05T20:58:06.336Z] [exec] 15:58:06 [2023-03-05T20:58:06.336Z] [exec] 15:58:06 [2023-03-05T20:58:06.336Z] [exec] ----------------------------------------- 15:58:06 [2023-03-05T20:58:06.336Z] [exec] - Flush Connection Pool - (test1): : PASS - 15:58:06 [2023-03-05T20:58:06.336Z] [exec] - Flush Connection Pool - (test2): : PASS - 15:58:06 [2023-03-05T20:58:06.336Z] [exec] ----------------------------------------- 15:58:06 [2023-03-05T20:58:06.336Z] [exec] Total PASS: 2 15:58:06 [2023-03-05T20:58:06.336Z] [exec] Total FAIL: 0 15:58:06 [2023-03-05T20:58:06.336Z] [exec] Total DID NOT RUN: 0 15:58:06 [2023-03-05T20:58:06.336Z] [exec] ----------------------------------------- 15:58:06 [2023-03-05T20:58:06.336Z] [exec] in flushAll , creating new testSuiteHash 15:58:06 [2023-03-05T20:58:06.336Z] [exec] in flushAll , creating new testSuiteHash 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] checkReporting-common: 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] confirmReportPresent-common: 15:58:06 [2023-03-05T20:58:06.592Z] [echo] file RepRunConf.txt is present. 15:58:06 [2023-03-05T20:58:06.592Z] [echo] Test seems to be reported fine 15:58:06 [2023-03-05T20:58:06.592Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/RepRunConf.txt 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] confirmMissingReport-common: 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] undeploy: 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] setOSConditions: 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] setToolWin: 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] setToolUnix: 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] setToolProperty: 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] setS1ASclassPath: 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] init-common: 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] execute-sql-common: 15:58:06 [2023-03-05T20:58:06.592Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/sql/drop_pointbase.sql 15:58:06 [2023-03-05T20:58:06.592Z] [sql] 0 rows affected 15:58:06 [2023-03-05T20:58:06.592Z] [sql] 1 of 1 SQL statements executed successfully 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] unsetup: 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] setOSConditions: 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] setToolWin: 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] setToolUnix: 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] setToolProperty: 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] setS1ASclassPath: 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] init-common: 15:58:06 [2023-03-05T20:58:06.592Z] 15:58:06 [2023-03-05T20:58:06.592Z] delete-jdbc-resource-common: 15:58:06 [2023-03-05T20:58:06.592Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/flushconnectionpool 15:58:06 [2023-03-05T20:58:06.848Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/flushconnectionpool 15:58:07 [2023-03-05T20:58:07.121Z] [exec] JDBC resource jdbc/flushconnectionpool deleted successfully 15:58:07 [2023-03-05T20:58:07.121Z] [echo] cmd executed for server 15:58:07 [2023-03-05T20:58:07.121Z] 15:58:07 [2023-03-05T20:58:07.121Z] setOSConditions: 15:58:07 [2023-03-05T20:58:07.121Z] 15:58:07 [2023-03-05T20:58:07.121Z] setToolWin: 15:58:07 [2023-03-05T20:58:07.121Z] 15:58:07 [2023-03-05T20:58:07.121Z] setToolUnix: 15:58:07 [2023-03-05T20:58:07.121Z] 15:58:07 [2023-03-05T20:58:07.121Z] setToolProperty: 15:58:07 [2023-03-05T20:58:07.121Z] 15:58:07 [2023-03-05T20:58:07.121Z] setS1ASclassPath: 15:58:07 [2023-03-05T20:58:07.121Z] 15:58:07 [2023-03-05T20:58:07.121Z] init-common: 15:58:07 [2023-03-05T20:58:07.121Z] 15:58:07 [2023-03-05T20:58:07.121Z] delete-jdbc-connpool-common: 15:58:07 [2023-03-05T20:58:07.121Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-flushconnectionpool-pool 15:58:07 [2023-03-05T20:58:07.376Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-flushconnectionpool-pool 15:58:07 [2023-03-05T20:58:07.376Z] [exec] JDBC Connection pool jdbc-flushconnectionpool-pool deleted successfully 15:58:07 [2023-03-05T20:58:07.377Z] [echo] cmd executed for server 15:58:07 [2023-03-05T20:58:07.377Z] 15:58:07 [2023-03-05T20:58:07.377Z] setOSConditions: 15:58:07 [2023-03-05T20:58:07.377Z] 15:58:07 [2023-03-05T20:58:07.377Z] setToolWin: 15:58:07 [2023-03-05T20:58:07.377Z] 15:58:07 [2023-03-05T20:58:07.377Z] setToolUnix: 15:58:07 [2023-03-05T20:58:07.377Z] 15:58:07 [2023-03-05T20:58:07.377Z] setToolProperty: 15:58:07 [2023-03-05T20:58:07.377Z] 15:58:07 [2023-03-05T20:58:07.377Z] setS1ASclassPath: 15:58:07 [2023-03-05T20:58:07.377Z] 15:58:07 [2023-03-05T20:58:07.377Z] init-common: 15:58:07 [2023-03-05T20:58:07.377Z] 15:58:07 [2023-03-05T20:58:07.377Z] undeploy-common: 15:58:07 [2023-03-05T20:58:07.634Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-flushconnectionpoolApp 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] all: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setOSConditions: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setToolWin: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setToolUnix: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setToolProperty: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setS1ASclassPath: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] init-common: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] clean: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setOSConditions: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setToolWin: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setToolUnix: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setToolProperty: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setS1ASclassPath: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] init-common: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] clean-common: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setOSConditions: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setToolWin: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setToolUnix: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setToolProperty: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setS1ASclassPath: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] init-common: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] clean-classes-common: 15:58:07 [2023-03-05T20:58:07.634Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setOSConditions: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setToolWin: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setToolUnix: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setToolProperty: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setS1ASclassPath: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] init-common: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] clean-jars-common: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] compile: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setOSConditions: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setToolWin: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setToolUnix: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setToolProperty: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] setS1ASclassPath: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] init-common: 15:58:07 [2023-03-05T20:58:07.634Z] 15:58:07 [2023-03-05T20:58:07.634Z] compile-common: 15:58:07 [2023-03-05T20:58:07.634Z] [echo] Current time (ISO): 2023-03-05T20:58:07.595+0000 15:58:07 [2023-03-05T20:58:07.634Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:58:07 [2023-03-05T20:58:07.634Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:58:09 [2023-03-05T20:58:09.000Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:58:09 [2023-03-05T20:58:09.000Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleakreclaimnotify/ejb/SimpleBMPBean.java:36: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:58:09 [2023-03-05T20:58:09.000Z] [javac] return new Integer(1); 15:58:09 [2023-03-05T20:58:09.000Z] [javac] ^ 15:58:09 [2023-03-05T20:58:09.000Z] [javac] 2 warnings 15:58:09 [2023-03-05T20:58:09.000Z] 15:58:09 [2023-03-05T20:58:09.000Z] setOSConditions: 15:58:09 [2023-03-05T20:58:09.000Z] 15:58:09 [2023-03-05T20:58:09.000Z] setToolWin: 15:58:09 [2023-03-05T20:58:09.000Z] 15:58:09 [2023-03-05T20:58:09.000Z] setToolUnix: 15:58:09 [2023-03-05T20:58:09.000Z] 15:58:09 [2023-03-05T20:58:09.000Z] setToolProperty: 15:58:09 [2023-03-05T20:58:09.000Z] 15:58:09 [2023-03-05T20:58:09.000Z] setS1ASclassPath: 15:58:09 [2023-03-05T20:58:09.000Z] 15:58:09 [2023-03-05T20:58:09.000Z] init-common: 15:58:09 [2023-03-05T20:58:09.000Z] 15:58:09 [2023-03-05T20:58:09.000Z] compile-common: 15:58:09 [2023-03-05T20:58:09.000Z] [echo] Current time (ISO): 2023-03-05T20:58:08.858+0000 15:58:09 [2023-03-05T20:58:09.000Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:58:10 [2023-03-05T20:58:10.370Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:58:10 [2023-03-05T20:58:10.370Z] [javac] 1 warning 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] build: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] setOSConditions: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] fixFiles: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] convUnix: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] convWin: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] setToolWin: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] setToolUnix: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] setToolProperty: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] setS1ASclassPath: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] init-common: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] package-persistence-common: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] ejb-jar-common: 15:58:10 [2023-03-05T20:58:10.370Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] package-ejbjar-common: 15:58:10 [2023-03-05T20:58:10.370Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:58:10 [2023-03-05T20:58:10.370Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:58:10 [2023-03-05T20:58:10.370Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:58:10 [2023-03-05T20:58:10.370Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapper-ejb.jar 15:58:10 [2023-03-05T20:58:10.370Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] appclient-jar-common: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] package-appclientjar-common: 15:58:10 [2023-03-05T20:58:10.370Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:58:10 [2023-03-05T20:58:10.370Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:58:10 [2023-03-05T20:58:10.370Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:58:10 [2023-03-05T20:58:10.370Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapper-client.jar 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] webclient-war-common: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] build-ear-common: 15:58:10 [2023-03-05T20:58:10.370Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:58:10 [2023-03-05T20:58:10.370Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperApp.ear 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] deploy: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] setOSConditions: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] setToolWin: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] setToolUnix: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] setToolProperty: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] setS1ASclassPath: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] init-common: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] execute-sql-common: 15:58:10 [2023-03-05T20:58:10.370Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleakreclaimnotify/sql/create_pointbase.sql 15:58:10 [2023-03-05T20:58:10.370Z] [sql] Failed to execute: Drop table O_Customer 15:58:10 [2023-03-05T20:58:10.370Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 15:58:10 [2023-03-05T20:58:10.370Z] [sql] 0 rows affected 15:58:10 [2023-03-05T20:58:10.370Z] [sql] 1 of 2 SQL statements executed successfully 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] setOSConditions: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] setToolWin: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] setToolUnix: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.370Z] setToolProperty: 15:58:10 [2023-03-05T20:58:10.370Z] 15:58:10 [2023-03-05T20:58:10.371Z] setS1ASclassPath: 15:58:10 [2023-03-05T20:58:10.371Z] 15:58:10 [2023-03-05T20:58:10.371Z] init-common: 15:58:10 [2023-03-05T20:58:10.371Z] 15:58:10 [2023-03-05T20:58:10.371Z] deploy-jdbc-common: 15:58:10 [2023-03-05T20:58:10.371Z] 15:58:10 [2023-03-05T20:58:10.371Z] setOSConditions: 15:58:10 [2023-03-05T20:58:10.371Z] 15:58:10 [2023-03-05T20:58:10.371Z] setToolWin: 15:58:10 [2023-03-05T20:58:10.371Z] 15:58:10 [2023-03-05T20:58:10.371Z] setToolUnix: 15:58:10 [2023-03-05T20:58:10.371Z] 15:58:10 [2023-03-05T20:58:10.371Z] setToolProperty: 15:58:10 [2023-03-05T20:58:10.371Z] 15:58:10 [2023-03-05T20:58:10.371Z] setS1ASclassPath: 15:58:10 [2023-03-05T20:58:10.371Z] 15:58:10 [2023-03-05T20:58:10.371Z] init-common: 15:58:10 [2023-03-05T20:58:10.371Z] 15:58:10 [2023-03-05T20:58:10.371Z] create-jdbc-connpool-common: 15:58:10 [2023-03-05T20:58:10.629Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 15:58:10 [2023-03-05T20:58:10.629Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 15:58:10 [2023-03-05T20:58:10.629Z] 15:58:10 [2023-03-05T20:58:10.629Z] set-derby-connpool-props: 15:58:10 [2023-03-05T20:58:10.885Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:58:10 [2023-03-05T20:58:10.885Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 15:58:11 [2023-03-05T20:58:11.142Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:58:11 [2023-03-05T20:58:11.142Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 15:58:11 [2023-03-05T20:58:11.720Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:58:11 [2023-03-05T20:58:11.720Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 15:58:12 [2023-03-05T20:58:12.017Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:58:12 [2023-03-05T20:58:12.017Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 15:58:12 [2023-03-05T20:58:12.275Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:58:12 [2023-03-05T20:58:12.275Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 15:58:12 [2023-03-05T20:58:12.531Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:58:12 [2023-03-05T20:58:12.531Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:58:13 [2023-03-05T20:58:13.093Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:58:13 [2023-03-05T20:58:13.093Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 15:58:13 [2023-03-05T20:58:13.374Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:58:13 [2023-03-05T20:58:13.374Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 15:58:13 [2023-03-05T20:58:13.374Z] 15:58:13 [2023-03-05T20:58:13.374Z] setOSConditions: 15:58:13 [2023-03-05T20:58:13.374Z] 15:58:13 [2023-03-05T20:58:13.374Z] setToolWin: 15:58:13 [2023-03-05T20:58:13.374Z] 15:58:13 [2023-03-05T20:58:13.374Z] setToolUnix: 15:58:13 [2023-03-05T20:58:13.374Z] 15:58:13 [2023-03-05T20:58:13.374Z] setToolProperty: 15:58:13 [2023-03-05T20:58:13.374Z] 15:58:13 [2023-03-05T20:58:13.374Z] setS1ASclassPath: 15:58:13 [2023-03-05T20:58:13.374Z] 15:58:13 [2023-03-05T20:58:13.374Z] init-common: 15:58:13 [2023-03-05T20:58:13.374Z] 15:58:13 [2023-03-05T20:58:13.374Z] create-jdbc-resource-common: 15:58:13 [2023-03-05T20:58:13.374Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 15:58:13 [2023-03-05T20:58:13.630Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 15:58:13 [2023-03-05T20:58:13.630Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 15:58:13 [2023-03-05T20:58:13.630Z] [echo] cmd executed for server 15:58:13 [2023-03-05T20:58:13.630Z] 15:58:13 [2023-03-05T20:58:13.630Z] asadmin-common: 15:58:13 [2023-03-05T20:58:13.630Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.max_pool_size=10 15:58:13 [2023-03-05T20:58:13.887Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.max_pool_size=10 15:58:13 [2023-03-05T20:58:13.887Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.max-pool-size=10 15:58:13 [2023-03-05T20:58:13.887Z] 15:58:13 [2023-03-05T20:58:13.887Z] asadmin-common: 15:58:13 [2023-03-05T20:58:13.887Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.steady_pool_size=10 15:58:14 [2023-03-05T20:58:14.143Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.steady_pool_size=10 15:58:14 [2023-03-05T20:58:14.143Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.steady-pool-size=10 15:58:14 [2023-03-05T20:58:14.143Z] 15:58:14 [2023-03-05T20:58:14.143Z] asadmin-common: 15:58:14 [2023-03-05T20:58:14.143Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.idle_timeout_in_seconds=0 15:58:14 [2023-03-05T20:58:14.398Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.idle_timeout_in_seconds=0 15:58:14 [2023-03-05T20:58:14.398Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.idle-timeout-in-seconds=0 15:58:14 [2023-03-05T20:58:14.398Z] 15:58:14 [2023-03-05T20:58:14.398Z] asadmin-common: 15:58:14 [2023-03-05T20:58:14.398Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.connection_leak_timeout_in_seconds=10 15:58:14 [2023-03-05T20:58:14.960Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.connection_leak_timeout_in_seconds=10 15:58:14 [2023-03-05T20:58:14.960Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.connection-leak-timeout-in-seconds=10 15:58:14 [2023-03-05T20:58:14.960Z] 15:58:14 [2023-03-05T20:58:14.960Z] asadmin-common: 15:58:14 [2023-03-05T20:58:14.960Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.connection_leak_reclaim=true 15:58:15 [2023-03-05T20:58:15.220Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.connection_leak_reclaim=true 15:58:15 [2023-03-05T20:58:15.220Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.connection-leak-reclaim=true 15:58:15 [2023-03-05T20:58:15.220Z] 15:58:15 [2023-03-05T20:58:15.220Z] setOSConditions: 15:58:15 [2023-03-05T20:58:15.220Z] 15:58:15 [2023-03-05T20:58:15.220Z] setToolWin: 15:58:15 [2023-03-05T20:58:15.220Z] 15:58:15 [2023-03-05T20:58:15.220Z] setToolUnix: 15:58:15 [2023-03-05T20:58:15.220Z] 15:58:15 [2023-03-05T20:58:15.220Z] setToolProperty: 15:58:15 [2023-03-05T20:58:15.220Z] 15:58:15 [2023-03-05T20:58:15.220Z] setS1ASclassPath: 15:58:15 [2023-03-05T20:58:15.220Z] 15:58:15 [2023-03-05T20:58:15.220Z] init-common: 15:58:15 [2023-03-05T20:58:15.220Z] 15:58:15 [2023-03-05T20:58:15.220Z] deploy-common: 15:58:15 [2023-03-05T20:58:15.220Z] [echo] Current time (ISO): 2023-03-05T20:58:15.008+0000 15:58:15 [2023-03-05T20:58:15.220Z] 15:58:15 [2023-03-05T20:58:15.220Z] setOSConditions: 15:58:15 [2023-03-05T20:58:15.220Z] 15:58:15 [2023-03-05T20:58:15.220Z] setToolWin: 15:58:15 [2023-03-05T20:58:15.220Z] 15:58:15 [2023-03-05T20:58:15.220Z] setToolUnix: 15:58:15 [2023-03-05T20:58:15.220Z] 15:58:15 [2023-03-05T20:58:15.220Z] setToolProperty: 15:58:15 [2023-03-05T20:58:15.220Z] 15:58:15 [2023-03-05T20:58:15.220Z] setS1ASclassPath: 15:58:15 [2023-03-05T20:58:15.220Z] 15:58:15 [2023-03-05T20:58:15.220Z] init-common: 15:58:15 [2023-03-05T20:58:15.220Z] 15:58:15 [2023-03-05T20:58:15.220Z] deploy-common-pe: 15:58:15 [2023-03-05T20:58:15.476Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperApp.ear 15:58:15 [2023-03-05T20:58:15.732Z] [exec] Application deployed with name ejb-bmp-statementwrapperApp. 15:58:15 [2023-03-05T20:58:15.732Z] [echo] Deployment on target server server successful 15:58:15 [2023-03-05T20:58:15.732Z] 15:58:15 [2023-03-05T20:58:15.732Z] setOSConditions: 15:58:15 [2023-03-05T20:58:15.732Z] 15:58:15 [2023-03-05T20:58:15.732Z] setToolWin: 15:58:15 [2023-03-05T20:58:15.732Z] 15:58:15 [2023-03-05T20:58:15.732Z] setToolUnix: 15:58:15 [2023-03-05T20:58:15.732Z] 15:58:15 [2023-03-05T20:58:15.732Z] setToolProperty: 15:58:15 [2023-03-05T20:58:15.732Z] 15:58:15 [2023-03-05T20:58:15.732Z] setS1ASclassPath: 15:58:15 [2023-03-05T20:58:15.732Z] 15:58:15 [2023-03-05T20:58:15.732Z] init-common: 15:58:15 [2023-03-05T20:58:15.732Z] 15:58:15 [2023-03-05T20:58:15.732Z] deploy-common-ee: 15:58:15 [2023-03-05T20:58:15.732Z] 15:58:15 [2023-03-05T20:58:15.732Z] run: 15:58:15 [2023-03-05T20:58:15.732Z] 15:58:15 [2023-03-05T20:58:15.732Z] setOSConditions: 15:58:15 [2023-03-05T20:58:15.732Z] 15:58:15 [2023-03-05T20:58:15.732Z] setToolWin: 15:58:15 [2023-03-05T20:58:15.732Z] 15:58:15 [2023-03-05T20:58:15.732Z] setToolUnix: 15:58:15 [2023-03-05T20:58:15.732Z] 15:58:15 [2023-03-05T20:58:15.732Z] setToolProperty: 15:58:15 [2023-03-05T20:58:15.732Z] 15:58:15 [2023-03-05T20:58:15.732Z] setS1ASclassPath: 15:58:15 [2023-03-05T20:58:15.732Z] 15:58:15 [2023-03-05T20:58:15.732Z] init-common: 15:58:15 [2023-03-05T20:58:15.732Z] 15:58:15 [2023-03-05T20:58:15.732Z] runclient-common: 15:58:15 [2023-03-05T20:58:15.732Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperAppClient.jar -name ejb-bmp-statementwrapperClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 15:58:16 [2023-03-05T20:58:16.295Z] [exec] Mar 05, 2023 8:58:16 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:58:16 [2023-03-05T20:58:16.295Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:58:18 [2023-03-05T20:58:18.844Z] [exec] Mar 05, 2023 8:58:18 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:58:18 [2023-03-05T20:58:18.844Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@4b7d087b 15:59:26 [2023-03-05T20:59:26.488Z] [exec] Value of key is: test1 : 15:59:26 [2023-03-05T20:59:26.488Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:59:26 [2023-03-05T20:59:26.488Z] [exec] 15:59:26 [2023-03-05T20:59:26.488Z] [exec] 15:59:26 [2023-03-05T20:59:26.488Z] [exec] ----------------------------------------- 15:59:26 [2023-03-05T20:59:26.488Z] [exec] - test1 : : PASS - 15:59:26 [2023-03-05T20:59:26.488Z] [exec] ----------------------------------------- 15:59:26 [2023-03-05T20:59:26.488Z] [exec] Total PASS: 1 15:59:26 [2023-03-05T20:59:26.488Z] [exec] Total FAIL: 0 15:59:26 [2023-03-05T20:59:26.488Z] [exec] Total DID NOT RUN: 0 15:59:26 [2023-03-05T20:59:26.488Z] [exec] ----------------------------------------- 15:59:26 [2023-03-05T20:59:26.488Z] [exec] in flushAll , creating new testSuiteHash 15:59:26 [2023-03-05T20:59:26.488Z] [exec] in flushAll , creating new testSuiteHash 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] checkReporting-common: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] confirmReportPresent-common: 15:59:26 [2023-03-05T20:59:26.488Z] [echo] file RepRunConf.txt is present. 15:59:26 [2023-03-05T20:59:26.488Z] [echo] Test seems to be reported fine 15:59:26 [2023-03-05T20:59:26.488Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleakreclaimnotify/RepRunConf.txt 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] confirmMissingReport-common: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] undeploy: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] setOSConditions: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] setToolWin: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] setToolUnix: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] setToolProperty: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] setS1ASclassPath: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] init-common: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] execute-sql-common: 15:59:26 [2023-03-05T20:59:26.488Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleakreclaimnotify/sql/drop_pointbase.sql 15:59:26 [2023-03-05T20:59:26.488Z] [sql] 0 rows affected 15:59:26 [2023-03-05T20:59:26.488Z] [sql] 1 of 1 SQL statements executed successfully 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] setOSConditions: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] setToolWin: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] setToolUnix: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] setToolProperty: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] setS1ASclassPath: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] init-common: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] undeploy-jdbc-common: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] setOSConditions: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] setToolWin: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] setToolUnix: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] setToolProperty: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] setS1ASclassPath: 15:59:26 [2023-03-05T20:59:26.488Z] 15:59:26 [2023-03-05T20:59:26.488Z] init-common: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] delete-jdbc-resource-common: 15:59:26 [2023-03-05T20:59:26.489Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 15:59:26 [2023-03-05T20:59:26.489Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 15:59:26 [2023-03-05T20:59:26.489Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 15:59:26 [2023-03-05T20:59:26.489Z] [echo] cmd executed for server 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setOSConditions: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolWin: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolUnix: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolProperty: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setS1ASclassPath: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] init-common: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] delete-jdbc-connpool-common: 15:59:26 [2023-03-05T20:59:26.489Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 15:59:26 [2023-03-05T20:59:26.489Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 15:59:26 [2023-03-05T20:59:26.489Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 15:59:26 [2023-03-05T20:59:26.489Z] [echo] cmd executed for server 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setOSConditions: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolWin: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolUnix: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolProperty: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setS1ASclassPath: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] init-common: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] undeploy-common: 15:59:26 [2023-03-05T20:59:26.489Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-statementwrapperApp 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] all: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setOSConditions: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolWin: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolUnix: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolProperty: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setS1ASclassPath: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] init-common: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] clean: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setOSConditions: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolWin: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolUnix: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolProperty: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setS1ASclassPath: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] init-common: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] clean-common: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setOSConditions: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolWin: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolUnix: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolProperty: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setS1ASclassPath: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] init-common: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] clean-classes-common: 15:59:26 [2023-03-05T20:59:26.489Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setOSConditions: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolWin: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolUnix: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolProperty: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setS1ASclassPath: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] init-common: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] clean-jars-common: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] compile: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setOSConditions: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolWin: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolUnix: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolProperty: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setS1ASclassPath: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] init-common: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] compile-common: 15:59:26 [2023-03-05T20:59:26.489Z] [echo] Current time (ISO): 2023-03-05T20:59:23.368+0000 15:59:26 [2023-03-05T20:59:26.489Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:59:26 [2023-03-05T20:59:26.489Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:59:26 [2023-03-05T20:59:26.489Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:59:26 [2023-03-05T20:59:26.489Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.monitoring/ejb/SimpleBMPBean.java:40: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:59:26 [2023-03-05T20:59:26.489Z] [javac] return new Integer(1); 15:59:26 [2023-03-05T20:59:26.489Z] [javac] ^ 15:59:26 [2023-03-05T20:59:26.489Z] [javac] 2 warnings 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setOSConditions: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolWin: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolUnix: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolProperty: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setS1ASclassPath: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] init-common: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] compile-common: 15:59:26 [2023-03-05T20:59:26.489Z] [echo] Current time (ISO): 2023-03-05T20:59:24.629+0000 15:59:26 [2023-03-05T20:59:26.489Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:59:26 [2023-03-05T20:59:26.489Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:59:26 [2023-03-05T20:59:26.489Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.monitoring/client/Client.java:106: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 15:59:26 [2023-03-05T20:59:26.489Z] [javac] return new Integer(returnValue.get("count").toString()); 15:59:26 [2023-03-05T20:59:26.489Z] [javac] ^ 15:59:26 [2023-03-05T20:59:26.489Z] [javac] 2 warnings 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] build: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setOSConditions: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] fixFiles: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] convUnix: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] convWin: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolWin: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolUnix: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolProperty: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setS1ASclassPath: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] init-common: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] package-persistence-common: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] ejb-jar-common: 15:59:26 [2023-03-05T20:59:26.489Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] package-ejbjar-common: 15:59:26 [2023-03-05T20:59:26.489Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:26 [2023-03-05T20:59:26.489Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:26 [2023-03-05T20:59:26.489Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:26 [2023-03-05T20:59:26.489Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-ejb.jar 15:59:26 [2023-03-05T20:59:26.489Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] appclient-jar-common: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] package-appclientjar-common: 15:59:26 [2023-03-05T20:59:26.489Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:26 [2023-03-05T20:59:26.489Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:26 [2023-03-05T20:59:26.489Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:26 [2023-03-05T20:59:26.489Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-client.jar 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] webclient-war-common: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] build-ear-common: 15:59:26 [2023-03-05T20:59:26.489Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:26 [2023-03-05T20:59:26.489Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] deploy: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setOSConditions: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolWin: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolUnix: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setToolProperty: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] setS1ASclassPath: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] init-common: 15:59:26 [2023-03-05T20:59:26.489Z] 15:59:26 [2023-03-05T20:59:26.489Z] execute-sql-common: 15:59:26 [2023-03-05T20:59:26.489Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.monitoring/sql/create_pointbase.sql 15:59:26 [2023-03-05T20:59:26.489Z] [sql] Failed to execute: drop table customer_stmt_wrapper1 15:59:26 [2023-03-05T20:59:26.489Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER1' because it does not exist. 15:59:26 [2023-03-05T20:59:26.489Z] [sql] Failed to execute: drop table customer_stmt_wrapper2 15:59:26 [2023-03-05T20:59:26.489Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER2' because it does not exist. 15:59:26 [2023-03-05T20:59:26.489Z] [sql] Failed to execute: drop table customer_stmt_wrapper3 15:59:26 [2023-03-05T20:59:26.490Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER3' because it does not exist. 15:59:26 [2023-03-05T20:59:26.490Z] [sql] Failed to execute: drop table customer_stmt_wrapper4 15:59:26 [2023-03-05T20:59:26.490Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER4' because it does not exist. 15:59:26 [2023-03-05T20:59:26.490Z] [sql] Failed to execute: drop table customer_stmt_wrapper5 15:59:26 [2023-03-05T20:59:26.490Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER5' because it does not exist. 15:59:26 [2023-03-05T20:59:26.490Z] [sql] Failed to execute: drop table customer_stmt_wrapper6 15:59:26 [2023-03-05T20:59:26.490Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER6' because it does not exist. 15:59:26 [2023-03-05T20:59:26.490Z] [sql] Failed to execute: drop table customer_stmt_wrapper7 15:59:26 [2023-03-05T20:59:26.490Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER7' because it does not exist. 15:59:26 [2023-03-05T20:59:26.490Z] [sql] Failed to execute: drop table customer_stmt_wrapper8 15:59:26 [2023-03-05T20:59:26.490Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER8' because it does not exist. 15:59:26 [2023-03-05T20:59:26.490Z] [sql] Failed to execute: drop table customer_stmt_wrapper9 15:59:26 [2023-03-05T20:59:26.490Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER9' because it does not exist. 15:59:26 [2023-03-05T20:59:26.490Z] [sql] Failed to execute: drop table customer_stmt_wrapper10 15:59:26 [2023-03-05T20:59:26.490Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER10' because it does not exist. 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 0 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 1 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 0 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 1 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 0 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 1 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 0 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 1 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 0 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 1 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 0 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 1 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 0 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 1 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 0 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 1 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 0 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 1 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 0 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 1 rows affected 15:59:26 [2023-03-05T20:59:26.490Z] [sql] 20 of 30 SQL statements executed successfully 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] setOSConditions: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] setToolWin: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] setToolUnix: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] setToolProperty: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] setS1ASclassPath: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] init-common: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] setup: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] setOSConditions: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] setToolWin: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] setToolUnix: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] setToolProperty: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] setS1ASclassPath: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] init-common: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] deploy-jdbc-common: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] setOSConditions: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] setToolWin: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] setToolUnix: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] setToolProperty: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] setS1ASclassPath: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] init-common: 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] create-jdbc-connpool-common: 15:59:26 [2023-03-05T20:59:26.490Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc/jdbc-stmtcaching_hit_miss-pool 15:59:26 [2023-03-05T20:59:26.490Z] [exec] JDBC connection pool jdbc/jdbc-stmtcaching_hit_miss-pool created successfully. 15:59:26 [2023-03-05T20:59:26.490Z] 15:59:26 [2023-03-05T20:59:26.490Z] set-derby-connpool-props: 15:59:26 [2023-03-05T20:59:26.747Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.User=dbuser 15:59:26 [2023-03-05T20:59:26.747Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.User=dbuser 15:59:27 [2023-03-05T20:59:27.003Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword 15:59:27 [2023-03-05T20:59:27.003Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword 15:59:27 [2023-03-05T20:59:27.566Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.driverType=4 15:59:27 [2023-03-05T20:59:27.566Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.driverType=4 15:59:27 [2023-03-05T20:59:27.822Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 15:59:27 [2023-03-05T20:59:27.822Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 15:59:28 [2023-03-05T20:59:28.078Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb 15:59:28 [2023-03-05T20:59:28.078Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb 15:59:28 [2023-03-05T20:59:28.334Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:59:28 [2023-03-05T20:59:28.334Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true 15:59:28 [2023-03-05T20:59:28.590Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.create=true 15:59:28 [2023-03-05T20:59:28.591Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.create=true 15:59:28 [2023-03-05T20:59:28.847Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost 15:59:28 [2023-03-05T20:59:28.847Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost 15:59:28 [2023-03-05T20:59:28.847Z] 15:59:28 [2023-03-05T20:59:28.847Z] setOSConditions: 15:59:28 [2023-03-05T20:59:28.847Z] 15:59:28 [2023-03-05T20:59:28.847Z] setToolWin: 15:59:28 [2023-03-05T20:59:28.847Z] 15:59:28 [2023-03-05T20:59:28.847Z] setToolUnix: 15:59:28 [2023-03-05T20:59:28.847Z] 15:59:28 [2023-03-05T20:59:28.847Z] setToolProperty: 15:59:28 [2023-03-05T20:59:28.847Z] 15:59:28 [2023-03-05T20:59:28.847Z] setS1ASclassPath: 15:59:28 [2023-03-05T20:59:28.847Z] 15:59:28 [2023-03-05T20:59:28.847Z] init-common: 15:59:28 [2023-03-05T20:59:28.847Z] 15:59:28 [2023-03-05T20:59:28.847Z] create-jdbc-resource-common: 15:59:28 [2023-03-05T20:59:28.847Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc/jdbc-stmtcaching_hit_miss-pool --target server jdbc/jdbc-stmtcaching_hit_miss 15:59:29 [2023-03-05T20:59:29.103Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc/jdbc-stmtcaching_hit_miss-pool --enabled=true --target server jdbc/jdbc-stmtcaching_hit_miss 15:59:29 [2023-03-05T20:59:29.103Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss created successfully. 15:59:29 [2023-03-05T20:59:29.103Z] [echo] cmd executed for server 15:59:29 [2023-03-05T20:59:29.103Z] 15:59:29 [2023-03-05T20:59:29.103Z] asadmin-common: 15:59:29 [2023-03-05T20:59:29.103Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.statement_cache_size=5 15:59:29 [2023-03-05T20:59:29.666Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.statement_cache_size=5 15:59:29 [2023-03-05T20:59:29.666Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.statement-cache-size=5 15:59:29 [2023-03-05T20:59:29.666Z] 15:59:29 [2023-03-05T20:59:29.666Z] asadmin-common: 15:59:29 [2023-03-05T20:59:29.666Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.wrap_jdbc_objects=true 15:59:29 [2023-03-05T20:59:29.923Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.wrap_jdbc_objects=true 15:59:29 [2023-03-05T20:59:29.923Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.wrap-jdbc-objects=true 15:59:29 [2023-03-05T20:59:29.923Z] 15:59:29 [2023-03-05T20:59:29.923Z] asadmin-common: 15:59:29 [2023-03-05T20:59:29.923Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.idle_timeout_in_seconds=3000 15:59:30 [2023-03-05T20:59:30.179Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.idle_timeout_in_seconds=3000 15:59:30 [2023-03-05T20:59:30.179Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.idle-timeout-in-seconds=3000 15:59:30 [2023-03-05T20:59:30.179Z] 15:59:30 [2023-03-05T20:59:30.179Z] setOSConditions: 15:59:30 [2023-03-05T20:59:30.179Z] 15:59:30 [2023-03-05T20:59:30.179Z] setToolWin: 15:59:30 [2023-03-05T20:59:30.179Z] 15:59:30 [2023-03-05T20:59:30.179Z] setToolUnix: 15:59:30 [2023-03-05T20:59:30.179Z] 15:59:30 [2023-03-05T20:59:30.179Z] setToolProperty: 15:59:30 [2023-03-05T20:59:30.179Z] 15:59:30 [2023-03-05T20:59:30.179Z] setS1ASclassPath: 15:59:30 [2023-03-05T20:59:30.179Z] 15:59:30 [2023-03-05T20:59:30.179Z] init-common: 15:59:30 [2023-03-05T20:59:30.179Z] 15:59:30 [2023-03-05T20:59:30.179Z] deploy-common: 15:59:30 [2023-03-05T20:59:30.179Z] [echo] Current time (ISO): 2023-03-05T20:59:30.120+0000 15:59:30 [2023-03-05T20:59:30.179Z] 15:59:30 [2023-03-05T20:59:30.179Z] setOSConditions: 15:59:30 [2023-03-05T20:59:30.179Z] 15:59:30 [2023-03-05T20:59:30.179Z] setToolWin: 15:59:30 [2023-03-05T20:59:30.179Z] 15:59:30 [2023-03-05T20:59:30.179Z] setToolUnix: 15:59:30 [2023-03-05T20:59:30.179Z] 15:59:30 [2023-03-05T20:59:30.179Z] setToolProperty: 15:59:30 [2023-03-05T20:59:30.179Z] 15:59:30 [2023-03-05T20:59:30.179Z] setS1ASclassPath: 15:59:30 [2023-03-05T20:59:30.179Z] 15:59:30 [2023-03-05T20:59:30.179Z] init-common: 15:59:30 [2023-03-05T20:59:30.179Z] 15:59:30 [2023-03-05T20:59:30.179Z] deploy-common-pe: 15:59:30 [2023-03-05T20:59:30.741Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear 15:59:30 [2023-03-05T20:59:30.741Z] [exec] Application deployed with name jdbc-stmtcaching_hit_missApp. 15:59:30 [2023-03-05T20:59:30.741Z] [echo] Deployment on target server server successful 15:59:30 [2023-03-05T20:59:30.741Z] 15:59:30 [2023-03-05T20:59:30.741Z] setOSConditions: 15:59:30 [2023-03-05T20:59:30.741Z] 15:59:30 [2023-03-05T20:59:30.741Z] setToolWin: 15:59:30 [2023-03-05T20:59:30.741Z] 15:59:30 [2023-03-05T20:59:30.741Z] setToolUnix: 15:59:30 [2023-03-05T20:59:30.741Z] 15:59:30 [2023-03-05T20:59:30.741Z] setToolProperty: 15:59:30 [2023-03-05T20:59:30.741Z] 15:59:30 [2023-03-05T20:59:30.742Z] setS1ASclassPath: 15:59:30 [2023-03-05T20:59:30.742Z] 15:59:30 [2023-03-05T20:59:30.742Z] init-common: 15:59:30 [2023-03-05T20:59:30.742Z] 15:59:30 [2023-03-05T20:59:30.742Z] deploy-common-ee: 15:59:30 [2023-03-05T20:59:30.742Z] 15:59:30 [2023-03-05T20:59:30.742Z] run: 15:59:30 [2023-03-05T20:59:30.742Z] 15:59:30 [2023-03-05T20:59:30.742Z] asadmin-common: 15:59:30 [2023-03-05T20:59:30.742Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 15:59:30 [2023-03-05T20:59:30.998Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 15:59:30 [2023-03-05T20:59:30.998Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 15:59:30 [2023-03-05T20:59:30.998Z] 15:59:30 [2023-03-05T20:59:30.998Z] asadmin-common: 15:59:30 [2023-03-05T20:59:30.998Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 15:59:31 [2023-03-05T20:59:31.560Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 15:59:31 [2023-03-05T20:59:31.560Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 15:59:31 [2023-03-05T20:59:31.817Z] 15:59:31 [2023-03-05T20:59:31.817Z] setOSConditions: 15:59:31 [2023-03-05T20:59:31.817Z] 15:59:31 [2023-03-05T20:59:31.817Z] setToolWin: 15:59:31 [2023-03-05T20:59:31.817Z] 15:59:31 [2023-03-05T20:59:31.817Z] setToolUnix: 15:59:31 [2023-03-05T20:59:31.817Z] 15:59:31 [2023-03-05T20:59:31.817Z] setToolProperty: 15:59:31 [2023-03-05T20:59:31.817Z] 15:59:31 [2023-03-05T20:59:31.817Z] setS1ASclassPath: 15:59:31 [2023-03-05T20:59:31.817Z] 15:59:31 [2023-03-05T20:59:31.817Z] init-common: 15:59:31 [2023-03-05T20:59:31.817Z] 15:59:31 [2023-03-05T20:59:31.817Z] runclient-common: 15:59:31 [2023-03-05T20:59:31.817Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missAppClient.jar -name jdbc-stmtcaching_hit_missClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 15:59:32 [2023-03-05T20:59:32.379Z] [exec] Mar 05, 2023 8:59:32 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:59:32 [2023-03-05T20:59:32.379Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:59:34 [2023-03-05T20:59:34.270Z] [exec] Mar 05, 2023 8:59:34 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:59:34 [2023-03-05T20:59:34.270Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7aa01bd9 15:59:35 [2023-03-05T20:59:35.659Z] [exec] >>>numstatementcachehit=1 15:59:35 [2023-03-05T20:59:35.659Z] [exec] >>>numstatementcachemiss=5 15:59:35 [2023-03-05T20:59:35.659Z] [exec] HIT pass 15:59:35 [2023-03-05T20:59:35.659Z] [exec] Value of key is: Statement Caching - (Hit): 15:59:35 [2023-03-05T20:59:35.659Z] [exec] >>>numstatementcachehit=6 15:59:35 [2023-03-05T20:59:35.659Z] [exec] >>>numstatementcachemiss=7 15:59:35 [2023-03-05T20:59:35.659Z] [exec] MISS pass 15:59:35 [2023-03-05T20:59:35.659Z] [exec] Value of key is: Statement Caching - (Miss): 15:59:35 [2023-03-05T20:59:35.659Z] [exec] >>>numstatementcachehit=7 15:59:35 [2023-03-05T20:59:35.659Z] [exec] >>>numstatementcachemiss=12 15:59:35 [2023-03-05T20:59:35.659Z] [exec] columnIndexes pass 15:59:35 [2023-03-05T20:59:35.659Z] [exec] Value of key is: Statement Caching - (hit columnIndexes) : 15:59:35 [2023-03-05T20:59:35.659Z] [exec] >>>numstatementcachehit=8 15:59:35 [2023-03-05T20:59:35.659Z] [exec] >>>numstatementcachemiss=17 15:59:35 [2023-03-05T20:59:35.659Z] [exec] columnNames pass 15:59:35 [2023-03-05T20:59:35.659Z] [exec] Value of key is: Statement Caching - (hit columnNames) : 15:59:35 [2023-03-05T20:59:35.659Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:59:35 [2023-03-05T20:59:35.659Z] [exec] 15:59:35 [2023-03-05T20:59:35.659Z] [exec] 15:59:35 [2023-03-05T20:59:35.659Z] [exec] ----------------------------------------- 15:59:35 [2023-03-05T20:59:35.659Z] [exec] - Statement Caching - (Hit): : PASS - 15:59:35 [2023-03-05T20:59:35.659Z] [exec] - Statement Caching - (Miss): : PASS - 15:59:35 [2023-03-05T20:59:35.659Z] [exec] - Statement Caching - (hit columnIndexes) : : PASS - 15:59:35 [2023-03-05T20:59:35.659Z] [exec] - Statement Caching - (hit columnNames) : : PASS - 15:59:35 [2023-03-05T20:59:35.659Z] [exec] ----------------------------------------- 15:59:35 [2023-03-05T20:59:35.659Z] [exec] Total PASS: 4 15:59:35 [2023-03-05T20:59:35.659Z] [exec] Total FAIL: 0 15:59:35 [2023-03-05T20:59:35.659Z] [exec] Total DID NOT RUN: 0 15:59:35 [2023-03-05T20:59:35.659Z] [exec] ----------------------------------------- 15:59:35 [2023-03-05T20:59:35.659Z] [exec] in flushAll , creating new testSuiteHash 15:59:35 [2023-03-05T20:59:35.659Z] [exec] in flushAll , creating new testSuiteHash 15:59:35 [2023-03-05T20:59:35.920Z] 15:59:35 [2023-03-05T20:59:35.920Z] checkReporting-common: 15:59:35 [2023-03-05T20:59:35.920Z] 15:59:35 [2023-03-05T20:59:35.920Z] confirmReportPresent-common: 15:59:35 [2023-03-05T20:59:35.920Z] [echo] file RepRunConf.txt is present. 15:59:35 [2023-03-05T20:59:35.920Z] [echo] Test seems to be reported fine 15:59:35 [2023-03-05T20:59:35.920Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.monitoring/RepRunConf.txt 15:59:35 [2023-03-05T20:59:35.920Z] 15:59:35 [2023-03-05T20:59:35.920Z] confirmMissingReport-common: 15:59:35 [2023-03-05T20:59:35.920Z] 15:59:35 [2023-03-05T20:59:35.920Z] undeploy: 15:59:35 [2023-03-05T20:59:35.920Z] 15:59:35 [2023-03-05T20:59:35.920Z] setOSConditions: 15:59:35 [2023-03-05T20:59:35.920Z] 15:59:35 [2023-03-05T20:59:35.920Z] setToolWin: 15:59:35 [2023-03-05T20:59:35.920Z] 15:59:35 [2023-03-05T20:59:35.920Z] setToolUnix: 15:59:35 [2023-03-05T20:59:35.920Z] 15:59:35 [2023-03-05T20:59:35.920Z] setToolProperty: 15:59:35 [2023-03-05T20:59:35.920Z] 15:59:35 [2023-03-05T20:59:35.920Z] setS1ASclassPath: 15:59:35 [2023-03-05T20:59:35.920Z] 15:59:35 [2023-03-05T20:59:35.920Z] init-common: 15:59:35 [2023-03-05T20:59:35.920Z] 15:59:35 [2023-03-05T20:59:35.920Z] execute-sql-common: 15:59:35 [2023-03-05T20:59:35.920Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.monitoring/sql/drop_pointbase.sql 15:59:35 [2023-03-05T20:59:35.920Z] [sql] 0 rows affected 15:59:36 [2023-03-05T20:59:36.176Z] [sql] 0 rows affected 15:59:36 [2023-03-05T20:59:36.176Z] [sql] 0 rows affected 15:59:36 [2023-03-05T20:59:36.176Z] [sql] 0 rows affected 15:59:36 [2023-03-05T20:59:36.176Z] [sql] 0 rows affected 15:59:36 [2023-03-05T20:59:36.176Z] [sql] 0 rows affected 15:59:36 [2023-03-05T20:59:36.176Z] [sql] 0 rows affected 15:59:36 [2023-03-05T20:59:36.176Z] [sql] 0 rows affected 15:59:36 [2023-03-05T20:59:36.176Z] [sql] 0 rows affected 15:59:36 [2023-03-05T20:59:36.176Z] [sql] 0 rows affected 15:59:36 [2023-03-05T20:59:36.176Z] [sql] 10 of 10 SQL statements executed successfully 15:59:36 [2023-03-05T20:59:36.176Z] 15:59:36 [2023-03-05T20:59:36.176Z] unsetup: 15:59:36 [2023-03-05T20:59:36.176Z] 15:59:36 [2023-03-05T20:59:36.176Z] asadmin-common: 15:59:36 [2023-03-05T20:59:36.176Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 15:59:36 [2023-03-05T20:59:36.432Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 15:59:36 [2023-03-05T20:59:36.688Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 15:59:36 [2023-03-05T20:59:36.688Z] 15:59:36 [2023-03-05T20:59:36.688Z] setOSConditions: 15:59:36 [2023-03-05T20:59:36.688Z] 15:59:36 [2023-03-05T20:59:36.688Z] setToolWin: 15:59:36 [2023-03-05T20:59:36.688Z] 15:59:36 [2023-03-05T20:59:36.688Z] setToolUnix: 15:59:36 [2023-03-05T20:59:36.688Z] 15:59:36 [2023-03-05T20:59:36.688Z] setToolProperty: 15:59:36 [2023-03-05T20:59:36.688Z] 15:59:36 [2023-03-05T20:59:36.688Z] setS1ASclassPath: 15:59:36 [2023-03-05T20:59:36.688Z] 15:59:36 [2023-03-05T20:59:36.688Z] init-common: 15:59:36 [2023-03-05T20:59:36.688Z] 15:59:36 [2023-03-05T20:59:36.688Z] delete-jdbc-resource-common: 15:59:36 [2023-03-05T20:59:36.688Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/jdbc-stmtcaching_hit_miss 15:59:36 [2023-03-05T20:59:36.944Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/jdbc-stmtcaching_hit_miss 15:59:36 [2023-03-05T20:59:36.944Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss deleted successfully 15:59:36 [2023-03-05T20:59:36.944Z] [echo] cmd executed for server 15:59:36 [2023-03-05T20:59:36.944Z] 15:59:36 [2023-03-05T20:59:36.944Z] setOSConditions: 15:59:36 [2023-03-05T20:59:36.944Z] 15:59:36 [2023-03-05T20:59:36.944Z] setToolWin: 15:59:36 [2023-03-05T20:59:36.944Z] 15:59:36 [2023-03-05T20:59:36.944Z] setToolUnix: 15:59:36 [2023-03-05T20:59:36.944Z] 15:59:36 [2023-03-05T20:59:36.944Z] setToolProperty: 15:59:36 [2023-03-05T20:59:36.944Z] 15:59:36 [2023-03-05T20:59:36.944Z] setS1ASclassPath: 15:59:36 [2023-03-05T20:59:36.944Z] 15:59:36 [2023-03-05T20:59:36.944Z] init-common: 15:59:36 [2023-03-05T20:59:36.944Z] 15:59:36 [2023-03-05T20:59:36.944Z] delete-jdbc-connpool-common: 15:59:36 [2023-03-05T20:59:36.944Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc/jdbc-stmtcaching_hit_miss-pool 15:59:37 [2023-03-05T20:59:37.200Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc/jdbc-stmtcaching_hit_miss-pool 15:59:37 [2023-03-05T20:59:37.200Z] [exec] JDBC Connection pool jdbc/jdbc-stmtcaching_hit_miss-pool deleted successfully 15:59:37 [2023-03-05T20:59:37.200Z] [echo] cmd executed for server 15:59:37 [2023-03-05T20:59:37.200Z] 15:59:37 [2023-03-05T20:59:37.200Z] setOSConditions: 15:59:37 [2023-03-05T20:59:37.200Z] 15:59:37 [2023-03-05T20:59:37.200Z] setToolWin: 15:59:37 [2023-03-05T20:59:37.200Z] 15:59:37 [2023-03-05T20:59:37.200Z] setToolUnix: 15:59:37 [2023-03-05T20:59:37.200Z] 15:59:37 [2023-03-05T20:59:37.200Z] setToolProperty: 15:59:37 [2023-03-05T20:59:37.200Z] 15:59:37 [2023-03-05T20:59:37.200Z] setS1ASclassPath: 15:59:37 [2023-03-05T20:59:37.200Z] 15:59:37 [2023-03-05T20:59:37.200Z] init-common: 15:59:37 [2023-03-05T20:59:37.200Z] 15:59:37 [2023-03-05T20:59:37.200Z] undeploy-common: 15:59:37 [2023-03-05T20:59:37.456Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-stmtcaching_hit_missApp 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] all: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setOSConditions: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setToolWin: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setToolUnix: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setToolProperty: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setS1ASclassPath: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] init-common: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] ejb-setup: 15:59:37 [2023-03-05T20:59:37.720Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/ejb 15:59:37 [2023-03-05T20:59:37.720Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/client 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] clean: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setOSConditions: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setToolWin: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setToolUnix: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setToolProperty: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setS1ASclassPath: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] init-common: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] clean-common: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setOSConditions: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setToolWin: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setToolUnix: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setToolProperty: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setS1ASclassPath: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] init-common: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] clean-classes-common: 15:59:37 [2023-03-05T20:59:37.720Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setOSConditions: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setToolWin: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setToolUnix: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setToolProperty: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setS1ASclassPath: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] init-common: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] clean-jars-common: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] compile: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setOSConditions: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setToolWin: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setToolUnix: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setToolProperty: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] setS1ASclassPath: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] init-common: 15:59:37 [2023-03-05T20:59:37.720Z] 15:59:37 [2023-03-05T20:59:37.720Z] compile-common: 15:59:37 [2023-03-05T20:59:37.720Z] [echo] Current time (ISO): 2023-03-05T20:59:37.481+0000 15:59:37 [2023-03-05T20:59:37.720Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:59:37 [2023-03-05T20:59:37.720Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:59:39 [2023-03-05T20:59:39.089Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:59:39 [2023-03-05T20:59:39.089Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 15:59:39 [2023-03-05T20:59:39.089Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 15:59:39 [2023-03-05T20:59:39.089Z] [javac] 2 warnings 15:59:39 [2023-03-05T20:59:39.089Z] 15:59:39 [2023-03-05T20:59:39.089Z] setOSConditions: 15:59:39 [2023-03-05T20:59:39.089Z] 15:59:39 [2023-03-05T20:59:39.089Z] setToolWin: 15:59:39 [2023-03-05T20:59:39.089Z] 15:59:39 [2023-03-05T20:59:39.089Z] setToolUnix: 15:59:39 [2023-03-05T20:59:39.089Z] 15:59:39 [2023-03-05T20:59:39.089Z] setToolProperty: 15:59:39 [2023-03-05T20:59:39.089Z] 15:59:39 [2023-03-05T20:59:39.089Z] setS1ASclassPath: 15:59:39 [2023-03-05T20:59:39.089Z] 15:59:39 [2023-03-05T20:59:39.089Z] init-common: 15:59:39 [2023-03-05T20:59:39.089Z] 15:59:39 [2023-03-05T20:59:39.089Z] compile-common: 15:59:39 [2023-03-05T20:59:39.089Z] [echo] Current time (ISO): 2023-03-05T20:59:38.990+0000 15:59:39 [2023-03-05T20:59:39.089Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:59:40 [2023-03-05T20:59:40.458Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:59:40 [2023-03-05T20:59:40.458Z] [javac] 1 warning 15:59:40 [2023-03-05T20:59:40.458Z] 15:59:40 [2023-03-05T20:59:40.458Z] build: 15:59:40 [2023-03-05T20:59:40.458Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib 15:59:40 [2023-03-05T20:59:40.458Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/ejb-ejb30-persistence-tx_propagation-lib.jar 15:59:40 [2023-03-05T20:59:40.458Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/ejb-ejb30-persistence-tx_propagation-par1.jar 15:59:40 [2023-03-05T20:59:40.458Z] 15:59:40 [2023-03-05T20:59:40.458Z] setOSConditions: 15:59:40 [2023-03-05T20:59:40.458Z] 15:59:40 [2023-03-05T20:59:40.458Z] fixFiles: 15:59:40 [2023-03-05T20:59:40.458Z] 15:59:40 [2023-03-05T20:59:40.458Z] convUnix: 15:59:40 [2023-03-05T20:59:40.458Z] 15:59:40 [2023-03-05T20:59:40.458Z] convWin: 15:59:40 [2023-03-05T20:59:40.458Z] 15:59:40 [2023-03-05T20:59:40.458Z] setToolWin: 15:59:40 [2023-03-05T20:59:40.458Z] 15:59:40 [2023-03-05T20:59:40.458Z] setToolUnix: 15:59:40 [2023-03-05T20:59:40.458Z] 15:59:40 [2023-03-05T20:59:40.458Z] setToolProperty: 15:59:40 [2023-03-05T20:59:40.458Z] 15:59:40 [2023-03-05T20:59:40.458Z] setS1ASclassPath: 15:59:40 [2023-03-05T20:59:40.458Z] 15:59:40 [2023-03-05T20:59:40.458Z] init-common: 15:59:40 [2023-03-05T20:59:40.458Z] 15:59:40 [2023-03-05T20:59:40.458Z] package-persistence-common: 15:59:40 [2023-03-05T20:59:40.458Z] 15:59:40 [2023-03-05T20:59:40.458Z] ejb-jar-common: 15:59:40 [2023-03-05T20:59:40.458Z] 15:59:40 [2023-03-05T20:59:40.458Z] package-ejbjar-common: 15:59:40 [2023-03-05T20:59:40.458Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:40 [2023-03-05T20:59:40.458Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagation-ejb.jar 15:59:40 [2023-03-05T20:59:40.459Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] appclient-jar-common: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] package-appclientjar-common: 15:59:40 [2023-03-05T20:59:40.459Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:40 [2023-03-05T20:59:40.459Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagation-client.jar 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] webclient-war-common: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] build-ear-common: 15:59:40 [2023-03-05T20:59:40.459Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear 15:59:40 [2023-03-05T20:59:40.459Z] [jar] Updating jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] setup: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] setOSConditions: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] setToolWin: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] setToolUnix: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] setToolProperty: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] setS1ASclassPath: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] init-common: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] execute-sql-common: 15:59:40 [2023-03-05T20:59:40.459Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/sql/create.sql 15:59:40 [2023-03-05T20:59:40.459Z] [sql] 0 rows affected 15:59:40 [2023-03-05T20:59:40.459Z] [sql] 1 of 1 SQL statements executed successfully 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] deploy: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] setOSConditions: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] setToolWin: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] setToolUnix: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] setToolProperty: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] setS1ASclassPath: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] init-common: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] deploy-common: 15:59:40 [2023-03-05T20:59:40.459Z] [echo] Current time (ISO): 2023-03-05T20:59:40.404+0000 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] setOSConditions: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] setToolWin: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] setToolUnix: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] setToolProperty: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] setS1ASclassPath: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] init-common: 15:59:40 [2023-03-05T20:59:40.459Z] 15:59:40 [2023-03-05T20:59:40.459Z] deploy-common-pe: 15:59:41 [2023-03-05T20:59:41.027Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear 15:59:42 [2023-03-05T20:59:42.419Z] [exec] Application deployed with name ejb-ejb30-persistence-tx_propagationApp. 15:59:42 [2023-03-05T20:59:42.419Z] [echo] Deployment on target server server successful 15:59:42 [2023-03-05T20:59:42.419Z] 15:59:42 [2023-03-05T20:59:42.419Z] setOSConditions: 15:59:42 [2023-03-05T20:59:42.419Z] 15:59:42 [2023-03-05T20:59:42.419Z] setToolWin: 15:59:42 [2023-03-05T20:59:42.419Z] 15:59:42 [2023-03-05T20:59:42.419Z] setToolUnix: 15:59:42 [2023-03-05T20:59:42.419Z] 15:59:42 [2023-03-05T20:59:42.419Z] setToolProperty: 15:59:42 [2023-03-05T20:59:42.419Z] 15:59:42 [2023-03-05T20:59:42.419Z] setS1ASclassPath: 15:59:42 [2023-03-05T20:59:42.419Z] 15:59:42 [2023-03-05T20:59:42.419Z] init-common: 15:59:42 [2023-03-05T20:59:42.419Z] 15:59:42 [2023-03-05T20:59:42.419Z] deploy-common-ee: 15:59:42 [2023-03-05T20:59:42.419Z] 15:59:42 [2023-03-05T20:59:42.419Z] run: 15:59:42 [2023-03-05T20:59:42.419Z] 15:59:42 [2023-03-05T20:59:42.419Z] setOSConditions: 15:59:42 [2023-03-05T20:59:42.419Z] 15:59:42 [2023-03-05T20:59:42.419Z] setToolWin: 15:59:42 [2023-03-05T20:59:42.419Z] 15:59:42 [2023-03-05T20:59:42.419Z] setToolUnix: 15:59:42 [2023-03-05T20:59:42.419Z] 15:59:42 [2023-03-05T20:59:42.419Z] setToolProperty: 15:59:42 [2023-03-05T20:59:42.419Z] 15:59:42 [2023-03-05T20:59:42.419Z] setS1ASclassPath: 15:59:42 [2023-03-05T20:59:42.419Z] 15:59:42 [2023-03-05T20:59:42.419Z] init-common: 15:59:42 [2023-03-05T20:59:42.419Z] 15:59:42 [2023-03-05T20:59:42.419Z] runclient-common: 15:59:42 [2023-03-05T20:59:42.419Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationAppClient.jar -name ejb-ejb30-persistence-tx_propagationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:59:43 [2023-03-05T20:59:43.348Z] [exec] Mar 05, 2023 8:59:42 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:59:43 [2023-03-05T20:59:43.348Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:59:43 [2023-03-05T20:59:43.621Z] [exec] Mar 05, 2023 8:59:43 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 15:59:43 [2023-03-05T20:59:43.622Z] [exec] WARNING: ACC001: Using the only client [ejb-ejb30-persistence-tx_propagation-client] with main class [com.sun.s1asdev.ejb.ejb30.persistence.tx_propagation.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationAppClient.jar even though it does not match the specified main class name null or client name ejb-ejb30-persistence-tx_propagationClient 15:59:45 [2023-03-05T20:59:45.521Z] [exec] Mar 05, 2023 8:59:45 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:59:45 [2023-03-05T20:59:45.521Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2bd8f7db 15:59:45 [2023-03-05T20:59:45.777Z] [exec] I am in client 15:59:46 [2023-03-05T20:59:46.034Z] [exec] Mar 05, 2023 8:59:45 PM org.hibernate.validator.internal.util.Version <clinit> 15:59:46 [2023-03-05T20:59:46.034Z] [exec] INFO: HV000001: Hibernate Validator 8.0.0.Final 15:59:46 [2023-03-05T20:59:46.034Z] [exec] Mar 05, 2023 8:59:45 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool 15:59:46 [2023-03-05T20:59:46.034Z] [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@f65bad20[jndiName=__SYSTEM/pools/__datasource_definition/ejb-ejb30-persistence-tx_propagationApp/java:app/jdbc/xa, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off 15:59:46 [2023-03-05T20:59:46.321Z] [exec] calling createPerson(duke) 15:59:46 [2023-03-05T20:59:46.321Z] [exec] created 15:59:46 [2023-03-05T20:59:46.321Z] [exec] utx.begin called 15:59:46 [2023-03-05T20:59:46.578Z] [exec] inserted 1,1 into table 15:59:46 [2023-03-05T20:59:46.579Z] [exec] Value of key is: delegateFoundMe 15:59:46 [2023-03-05T20:59:46.579Z] [exec] Value of key is: findDelegateCreatedPerson 15:59:46 [2023-03-05T20:59:46.579Z] [exec] calling utx.rollback 15:59:46 [2023-03-05T20:59:46.579Z] [exec] utx.rollback called 15:59:46 [2023-03-05T20:59:46.579Z] [exec] I am in client 15:59:46 [2023-03-05T20:59:46.579Z] [exec] calling createPerson(duke) 15:59:46 [2023-03-05T20:59:46.579Z] [exec] created 15:59:46 [2023-03-05T20:59:46.579Z] [exec] utx.begin called 15:59:46 [2023-03-05T20:59:46.579Z] [exec] Value of key is: delegateFoundMe 15:59:46 [2023-03-05T20:59:46.579Z] [exec] Value of key is: findDelegateCreatedPerson 15:59:46 [2023-03-05T20:59:46.579Z] [exec] inserted 1,1 into table 15:59:46 [2023-03-05T20:59:46.579Z] [exec] calling utx.commit 15:59:46 [2023-03-05T20:59:46.579Z] [exec] utx.commit called 15:59:46 [2023-03-05T20:59:46.579Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:59:46 [2023-03-05T20:59:46.579Z] [exec] 15:59:46 [2023-03-05T20:59:46.579Z] [exec] 15:59:46 [2023-03-05T20:59:46.579Z] [exec] ----------------------------------------- 15:59:46 [2023-03-05T20:59:46.579Z] [exec] Mar 05, 2023 8:59:46 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl sendStopToResourceAdapter 15:59:46 [2023-03-05T20:59:46.579Z] [exec] INFO: RAR7094: __xa_jdbc_ra shutdown successful. 15:59:46 [2023-03-05T20:59:46.579Z] [exec] - delegateFoundMe: PASS - 15:59:46 [2023-03-05T20:59:46.579Z] [exec] - findDelegateCreatedPerson: PASS - 15:59:46 [2023-03-05T20:59:46.579Z] [exec] ----------------------------------------- 15:59:46 [2023-03-05T20:59:46.579Z] [exec] Total PASS: 2 15:59:46 [2023-03-05T20:59:46.579Z] [exec] Total FAIL: 0 15:59:46 [2023-03-05T20:59:46.579Z] [exec] Total DID NOT RUN: 0 15:59:46 [2023-03-05T20:59:46.579Z] [exec] ----------------------------------------- 15:59:46 [2023-03-05T20:59:46.579Z] [exec] in flushAll , creating new testSuiteHash 15:59:46 [2023-03-05T20:59:46.579Z] [exec] in flushAll , creating new testSuiteHash 15:59:47 [2023-03-05T20:59:47.141Z] 15:59:47 [2023-03-05T20:59:47.141Z] checkReporting-common: 15:59:47 [2023-03-05T20:59:47.141Z] 15:59:47 [2023-03-05T20:59:47.141Z] confirmReportPresent-common: 15:59:47 [2023-03-05T20:59:47.141Z] [echo] file RepRunConf.txt is present. 15:59:47 [2023-03-05T20:59:47.141Z] [echo] Test seems to be reported fine 15:59:47 [2023-03-05T20:59:47.141Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/RepRunConf.txt 15:59:47 [2023-03-05T20:59:47.141Z] 15:59:47 [2023-03-05T20:59:47.141Z] confirmMissingReport-common: 15:59:47 [2023-03-05T20:59:47.141Z] 15:59:47 [2023-03-05T20:59:47.141Z] undeploy: 15:59:47 [2023-03-05T20:59:47.141Z] 15:59:47 [2023-03-05T20:59:47.141Z] setOSConditions: 15:59:47 [2023-03-05T20:59:47.141Z] 15:59:47 [2023-03-05T20:59:47.141Z] setToolWin: 15:59:47 [2023-03-05T20:59:47.141Z] 15:59:47 [2023-03-05T20:59:47.141Z] setToolUnix: 15:59:47 [2023-03-05T20:59:47.141Z] 15:59:47 [2023-03-05T20:59:47.141Z] setToolProperty: 15:59:47 [2023-03-05T20:59:47.141Z] 15:59:47 [2023-03-05T20:59:47.141Z] setS1ASclassPath: 15:59:47 [2023-03-05T20:59:47.141Z] 15:59:47 [2023-03-05T20:59:47.141Z] init-common: 15:59:47 [2023-03-05T20:59:47.141Z] 15:59:47 [2023-03-05T20:59:47.141Z] undeploy-common: 15:59:47 [2023-03-05T20:59:47.397Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-ejb30-persistence-tx_propagationApp 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] unsetup: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setOSConditions: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolWin: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolUnix: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolProperty: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setS1ASclassPath: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] init-common: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] execute-sql-common: 15:59:47 [2023-03-05T20:59:47.397Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/sql/drop.sql 15:59:47 [2023-03-05T20:59:47.397Z] [sql] 0 rows affected 15:59:47 [2023-03-05T20:59:47.397Z] [sql] 1 of 1 SQL statements executed successfully 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] all: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setOSConditions: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolWin: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolUnix: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolProperty: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setS1ASclassPath: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] init-common: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] appclient-setup: 15:59:47 [2023-03-05T20:59:47.397Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/client 15:59:47 [2023-03-05T20:59:47.397Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/ejb 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] clean: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setOSConditions: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolWin: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolUnix: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolProperty: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setS1ASclassPath: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] init-common: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] clean-common: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setOSConditions: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolWin: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolUnix: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolProperty: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setS1ASclassPath: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] init-common: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] clean-classes-common: 15:59:47 [2023-03-05T20:59:47.397Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setOSConditions: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolWin: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolUnix: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolProperty: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setS1ASclassPath: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] init-common: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] clean-jars-common: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] compile: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setOSConditions: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolWin: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolUnix: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setToolProperty: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] setS1ASclassPath: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] init-common: 15:59:47 [2023-03-05T20:59:47.397Z] 15:59:47 [2023-03-05T20:59:47.397Z] compile-common: 15:59:47 [2023-03-05T20:59:47.397Z] [echo] Current time (ISO): 2023-03-05T20:59:47.278+0000 15:59:47 [2023-03-05T20:59:47.397Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:59:47 [2023-03-05T20:59:47.397Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:59:48 [2023-03-05T20:59:48.766Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:59:48 [2023-03-05T20:59:48.766Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 15:59:48 [2023-03-05T20:59:48.766Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 15:59:48 [2023-03-05T20:59:48.766Z] [javac] 2 warnings 15:59:48 [2023-03-05T20:59:48.766Z] 15:59:48 [2023-03-05T20:59:48.766Z] setOSConditions: 15:59:48 [2023-03-05T20:59:48.766Z] 15:59:48 [2023-03-05T20:59:48.766Z] setToolWin: 15:59:48 [2023-03-05T20:59:48.766Z] 15:59:48 [2023-03-05T20:59:48.766Z] setToolUnix: 15:59:48 [2023-03-05T20:59:48.766Z] 15:59:48 [2023-03-05T20:59:48.766Z] setToolProperty: 15:59:48 [2023-03-05T20:59:48.766Z] 15:59:48 [2023-03-05T20:59:48.766Z] setS1ASclassPath: 15:59:48 [2023-03-05T20:59:48.766Z] 15:59:48 [2023-03-05T20:59:48.766Z] init-common: 15:59:48 [2023-03-05T20:59:48.766Z] 15:59:48 [2023-03-05T20:59:48.766Z] compile-common: 15:59:48 [2023-03-05T20:59:48.766Z] [echo] Current time (ISO): 2023-03-05T20:59:48.729+0000 15:59:48 [2023-03-05T20:59:48.766Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:59:50 [2023-03-05T20:59:50.159Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:59:50 [2023-03-05T20:59:50.159Z] [javac] 1 warning 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] build: 15:59:50 [2023-03-05T20:59:50.159Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib 15:59:50 [2023-03-05T20:59:50.159Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/ejb-ejb30-persistence-tx_propagation-lib.jar 15:59:50 [2023-03-05T20:59:50.159Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/ejb-ejb30-persistence-tx_propagation-par1.jar 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setOSConditions: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] fixFiles: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] convUnix: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] convWin: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setToolWin: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setToolUnix: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setToolProperty: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setS1ASclassPath: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] init-common: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] package-persistence-common: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] ejb-jar-common: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] package-ejbjar-common: 15:59:50 [2023-03-05T20:59:50.159Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:50 [2023-03-05T20:59:50.159Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagation-ejb.jar 15:59:50 [2023-03-05T20:59:50.159Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] appclient-jar-common: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] package-appclientjar-common: 15:59:50 [2023-03-05T20:59:50.159Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:50 [2023-03-05T20:59:50.159Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagation-client.jar 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] webclient-war-common: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] build-ear-common: 15:59:50 [2023-03-05T20:59:50.159Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear 15:59:50 [2023-03-05T20:59:50.159Z] [jar] Updating jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setup: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setOSConditions: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setToolWin: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setToolUnix: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setToolProperty: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setS1ASclassPath: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] init-common: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] execute-sql-common: 15:59:50 [2023-03-05T20:59:50.159Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/sql/create.sql 15:59:50 [2023-03-05T20:59:50.159Z] [sql] 0 rows affected 15:59:50 [2023-03-05T20:59:50.159Z] [sql] 1 of 1 SQL statements executed successfully 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] deploy: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setOSConditions: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setToolWin: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setToolUnix: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setToolProperty: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setS1ASclassPath: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] init-common: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] deploy-common: 15:59:50 [2023-03-05T20:59:50.159Z] [echo] Current time (ISO): 2023-03-05T20:59:50.016+0000 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setOSConditions: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setToolWin: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setToolUnix: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setToolProperty: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] setS1ASclassPath: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] init-common: 15:59:50 [2023-03-05T20:59:50.159Z] 15:59:50 [2023-03-05T20:59:50.159Z] deploy-common-pe: 15:59:50 [2023-03-05T20:59:50.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear 15:59:50 [2023-03-05T20:59:50.983Z] [exec] Application deployed with name ejb-ejb30-persistence-tx_propagationApp. 15:59:50 [2023-03-05T20:59:50.983Z] [echo] Deployment on target server server successful 15:59:50 [2023-03-05T20:59:50.983Z] 15:59:50 [2023-03-05T20:59:50.983Z] setOSConditions: 15:59:50 [2023-03-05T20:59:50.983Z] 15:59:50 [2023-03-05T20:59:50.983Z] setToolWin: 15:59:50 [2023-03-05T20:59:50.983Z] 15:59:50 [2023-03-05T20:59:50.983Z] setToolUnix: 15:59:50 [2023-03-05T20:59:50.983Z] 15:59:50 [2023-03-05T20:59:50.983Z] setToolProperty: 15:59:50 [2023-03-05T20:59:50.983Z] 15:59:50 [2023-03-05T20:59:50.983Z] setS1ASclassPath: 15:59:50 [2023-03-05T20:59:50.983Z] 15:59:50 [2023-03-05T20:59:50.983Z] init-common: 15:59:50 [2023-03-05T20:59:50.983Z] 15:59:50 [2023-03-05T20:59:50.983Z] deploy-common-ee: 15:59:50 [2023-03-05T20:59:50.983Z] 15:59:50 [2023-03-05T20:59:50.983Z] run: 15:59:50 [2023-03-05T20:59:50.983Z] 15:59:50 [2023-03-05T20:59:50.983Z] setOSConditions: 15:59:50 [2023-03-05T20:59:50.983Z] 15:59:50 [2023-03-05T20:59:50.983Z] setToolWin: 15:59:50 [2023-03-05T20:59:50.983Z] 15:59:50 [2023-03-05T20:59:50.983Z] setToolUnix: 15:59:50 [2023-03-05T20:59:50.983Z] 15:59:50 [2023-03-05T20:59:50.983Z] setToolProperty: 15:59:50 [2023-03-05T20:59:50.983Z] 15:59:50 [2023-03-05T20:59:50.983Z] setS1ASclassPath: 15:59:50 [2023-03-05T20:59:50.983Z] 15:59:50 [2023-03-05T20:59:50.983Z] init-common: 15:59:50 [2023-03-05T20:59:50.983Z] 15:59:50 [2023-03-05T20:59:50.983Z] runclient-common: 15:59:50 [2023-03-05T20:59:50.983Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationAppClient.jar -name ejb-ejb30-persistence-tx_propagationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 15:59:51 [2023-03-05T20:59:51.546Z] [exec] Mar 05, 2023 8:59:51 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 15:59:51 [2023-03-05T20:59:51.546Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 15:59:52 [2023-03-05T20:59:52.125Z] [exec] Mar 05, 2023 8:59:51 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 15:59:52 [2023-03-05T20:59:52.125Z] [exec] WARNING: ACC001: Using the only client [ejb-ejb30-persistence-tx_propagation-client] with main class [com.sun.s1asdev.ejb.ejb30.persistence.tx_propagation.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationAppClient.jar even though it does not match the specified main class name null or client name ejb-ejb30-persistence-tx_propagationClient 15:59:54 [2023-03-05T20:59:54.020Z] [exec] Mar 05, 2023 8:59:53 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 15:59:54 [2023-03-05T20:59:54.020Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5bb8e6fc 15:59:54 [2023-03-05T20:59:54.020Z] [exec] I am in client 15:59:54 [2023-03-05T20:59:54.276Z] [exec] Mar 05, 2023 8:59:54 PM org.hibernate.validator.internal.util.Version <clinit> 15:59:54 [2023-03-05T20:59:54.276Z] [exec] INFO: HV000001: Hibernate Validator 8.0.0.Final 15:59:54 [2023-03-05T20:59:54.532Z] [exec] Mar 05, 2023 8:59:54 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool 15:59:54 [2023-03-05T20:59:54.532Z] [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@f65bad20[jndiName=__SYSTEM/pools/__datasource_definition/ejb-ejb30-persistence-tx_propagationApp/java:app/jdbc/xa, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off 15:59:54 [2023-03-05T20:59:54.532Z] [exec] calling createPerson(duke) 15:59:54 [2023-03-05T20:59:54.532Z] [exec] created 15:59:54 [2023-03-05T20:59:54.532Z] [exec] utx.begin called 15:59:54 [2023-03-05T20:59:54.789Z] [exec] inserted 1,1 into table 15:59:54 [2023-03-05T20:59:54.789Z] [exec] Value of key is: delegateFoundMe 15:59:54 [2023-03-05T20:59:54.789Z] [exec] Value of key is: findDelegateCreatedPerson 15:59:54 [2023-03-05T20:59:54.789Z] [exec] calling utx.rollback 15:59:54 [2023-03-05T20:59:54.789Z] [exec] utx.rollback called 15:59:54 [2023-03-05T20:59:54.789Z] [exec] I am in client 15:59:54 [2023-03-05T20:59:54.789Z] [exec] calling createPerson(duke) 15:59:54 [2023-03-05T20:59:54.789Z] [exec] created 15:59:54 [2023-03-05T20:59:54.789Z] [exec] utx.begin called 15:59:54 [2023-03-05T20:59:54.789Z] [exec] inserted 1,1 into table 15:59:54 [2023-03-05T20:59:54.789Z] [exec] Value of key is: delegateFoundMe 15:59:54 [2023-03-05T20:59:54.789Z] [exec] Value of key is: findDelegateCreatedPerson 15:59:54 [2023-03-05T20:59:54.789Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 15:59:54 [2023-03-05T20:59:54.789Z] [exec] 15:59:54 [2023-03-05T20:59:54.789Z] [exec] 15:59:54 [2023-03-05T20:59:54.789Z] [exec] ----------------------------------------- 15:59:54 [2023-03-05T20:59:54.789Z] [exec] - delegateFoundMe: PASS - 15:59:54 [2023-03-05T20:59:54.789Z] [exec] - findDelegateCreatedPerson: PASS - 15:59:54 [2023-03-05T20:59:54.789Z] [exec] ----------------------------------------- 15:59:54 [2023-03-05T20:59:54.789Z] [exec] Total PASS: 2 15:59:54 [2023-03-05T20:59:54.789Z] [exec] Total FAIL: 0 15:59:54 [2023-03-05T20:59:54.789Z] [exec] Total DID NOT RUN: 0 15:59:54 [2023-03-05T20:59:54.789Z] [exec] ----------------------------------------- 15:59:54 [2023-03-05T20:59:54.789Z] [exec] in flushAll , creating new testSuiteHash 15:59:54 [2023-03-05T20:59:54.789Z] [exec] in flushAll , creating new testSuiteHash 15:59:54 [2023-03-05T20:59:54.789Z] [exec] calling utx.commit 15:59:54 [2023-03-05T20:59:54.789Z] [exec] utx.commit called 15:59:54 [2023-03-05T20:59:54.789Z] [exec] Mar 05, 2023 8:59:54 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl sendStopToResourceAdapter 15:59:54 [2023-03-05T20:59:54.789Z] [exec] INFO: RAR7094: __xa_jdbc_ra shutdown successful. 15:59:55 [2023-03-05T20:59:55.352Z] 15:59:55 [2023-03-05T20:59:55.352Z] checkReporting-common: 15:59:55 [2023-03-05T20:59:55.352Z] 15:59:55 [2023-03-05T20:59:55.352Z] confirmReportPresent-common: 15:59:55 [2023-03-05T20:59:55.352Z] [echo] file RepRunConf.txt is present. 15:59:55 [2023-03-05T20:59:55.352Z] [echo] Test seems to be reported fine 15:59:55 [2023-03-05T20:59:55.352Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/RepRunConf.txt 15:59:55 [2023-03-05T20:59:55.352Z] 15:59:55 [2023-03-05T20:59:55.352Z] confirmMissingReport-common: 15:59:55 [2023-03-05T20:59:55.352Z] 15:59:55 [2023-03-05T20:59:55.352Z] undeploy: 15:59:55 [2023-03-05T20:59:55.352Z] 15:59:55 [2023-03-05T20:59:55.352Z] setOSConditions: 15:59:55 [2023-03-05T20:59:55.352Z] 15:59:55 [2023-03-05T20:59:55.352Z] setToolWin: 15:59:55 [2023-03-05T20:59:55.352Z] 15:59:55 [2023-03-05T20:59:55.352Z] setToolUnix: 15:59:55 [2023-03-05T20:59:55.352Z] 15:59:55 [2023-03-05T20:59:55.352Z] setToolProperty: 15:59:55 [2023-03-05T20:59:55.352Z] 15:59:55 [2023-03-05T20:59:55.352Z] setS1ASclassPath: 15:59:55 [2023-03-05T20:59:55.352Z] 15:59:55 [2023-03-05T20:59:55.352Z] init-common: 15:59:55 [2023-03-05T20:59:55.352Z] 15:59:55 [2023-03-05T20:59:55.352Z] undeploy-common: 15:59:55 [2023-03-05T20:59:55.626Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-ejb30-persistence-tx_propagationApp 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] unsetup: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setOSConditions: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolWin: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolUnix: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolProperty: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setS1ASclassPath: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] init-common: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] execute-sql-common: 15:59:55 [2023-03-05T20:59:55.626Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/sql/drop.sql 15:59:55 [2023-03-05T20:59:55.626Z] [sql] 0 rows affected 15:59:55 [2023-03-05T20:59:55.626Z] [sql] 1 of 1 SQL statements executed successfully 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] all-appclient-exposed-dsd: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setOSConditions: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolWin: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolUnix: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolProperty: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setS1ASclassPath: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] init-common: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] clean: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setOSConditions: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolWin: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolUnix: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolProperty: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setS1ASclassPath: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] init-common: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] clean-common: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setOSConditions: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolWin: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolUnix: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolProperty: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setS1ASclassPath: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] init-common: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] clean-classes-common: 15:59:55 [2023-03-05T20:59:55.626Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setOSConditions: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolWin: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolUnix: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolProperty: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setS1ASclassPath: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] init-common: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] clean-jars-common: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] compile: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setOSConditions: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolWin: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolUnix: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setToolProperty: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] setS1ASclassPath: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] init-common: 15:59:55 [2023-03-05T20:59:55.626Z] 15:59:55 [2023-03-05T20:59:55.626Z] compile-common: 15:59:55 [2023-03-05T20:59:55.626Z] [echo] Current time (ISO): 2023-03-05T20:59:55.526+0000 15:59:55 [2023-03-05T20:59:55.626Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:59:55 [2023-03-05T20:59:55.626Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:59:56 [2023-03-05T20:59:56.995Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:59:56 [2023-03-05T20:59:56.995Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.fixed/ejb/SimpleBMPBean.java:40: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 15:59:56 [2023-03-05T20:59:56.995Z] [javac] return new Integer(1); 15:59:56 [2023-03-05T20:59:56.995Z] [javac] ^ 15:59:56 [2023-03-05T20:59:56.995Z] [javac] 2 warnings 15:59:56 [2023-03-05T20:59:56.995Z] 15:59:56 [2023-03-05T20:59:56.995Z] setOSConditions: 15:59:56 [2023-03-05T20:59:56.995Z] 15:59:56 [2023-03-05T20:59:56.995Z] setToolWin: 15:59:56 [2023-03-05T20:59:56.995Z] 15:59:56 [2023-03-05T20:59:56.995Z] setToolUnix: 15:59:56 [2023-03-05T20:59:56.995Z] 15:59:56 [2023-03-05T20:59:56.995Z] setToolProperty: 15:59:56 [2023-03-05T20:59:56.995Z] 15:59:56 [2023-03-05T20:59:56.995Z] setS1ASclassPath: 15:59:56 [2023-03-05T20:59:56.995Z] 15:59:56 [2023-03-05T20:59:56.995Z] init-common: 15:59:56 [2023-03-05T20:59:56.995Z] 15:59:56 [2023-03-05T20:59:56.995Z] compile-common: 15:59:56 [2023-03-05T20:59:56.995Z] [echo] Current time (ISO): 2023-03-05T20:59:56.930+0000 15:59:56 [2023-03-05T20:59:56.995Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 15:59:58 [2023-03-05T20:59:58.362Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 15:59:58 [2023-03-05T20:59:58.362Z] [javac] 1 warning 15:59:58 [2023-03-05T20:59:58.362Z] 15:59:58 [2023-03-05T20:59:58.362Z] build: 15:59:58 [2023-03-05T20:59:58.362Z] 15:59:58 [2023-03-05T20:59:58.362Z] setOSConditions: 15:59:58 [2023-03-05T20:59:58.362Z] 15:59:58 [2023-03-05T20:59:58.362Z] fixFiles: 15:59:58 [2023-03-05T20:59:58.362Z] 15:59:58 [2023-03-05T20:59:58.362Z] convUnix: 15:59:58 [2023-03-05T20:59:58.362Z] 15:59:58 [2023-03-05T20:59:58.362Z] convWin: 15:59:58 [2023-03-05T20:59:58.362Z] 15:59:58 [2023-03-05T20:59:58.362Z] setToolWin: 15:59:58 [2023-03-05T20:59:58.362Z] 15:59:58 [2023-03-05T20:59:58.362Z] setToolUnix: 15:59:58 [2023-03-05T20:59:58.362Z] 15:59:58 [2023-03-05T20:59:58.362Z] setToolProperty: 15:59:58 [2023-03-05T20:59:58.362Z] 15:59:58 [2023-03-05T20:59:58.362Z] setS1ASclassPath: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] init-common: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] package-persistence-common: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] ejb-jar-common: 15:59:58 [2023-03-05T20:59:58.363Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] package-ejbjar-common: 15:59:58 [2023-03-05T20:59:58.363Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:58 [2023-03-05T20:59:58.363Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:58 [2023-03-05T20:59:58.363Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:58 [2023-03-05T20:59:58.363Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-ejb.jar 15:59:58 [2023-03-05T20:59:58.363Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] appclient-jar-common: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] package-appclientjar-common: 15:59:58 [2023-03-05T20:59:58.363Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:58 [2023-03-05T20:59:58.363Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:58 [2023-03-05T20:59:58.363Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:58 [2023-03-05T20:59:58.363Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-client.jar 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] webclient-war-common: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] build-ear-common: 15:59:58 [2023-03-05T20:59:58.363Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 15:59:58 [2023-03-05T20:59:58.363Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] deploy: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setOSConditions: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setToolWin: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setToolUnix: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setToolProperty: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setS1ASclassPath: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] init-common: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] execute-sql-common: 15:59:58 [2023-03-05T20:59:58.363Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.fixed/sql/create_pointbase.sql 15:59:58 [2023-03-05T20:59:58.363Z] [sql] Failed to execute: drop table customer_stmt_wrapper1 15:59:58 [2023-03-05T20:59:58.363Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER1' because it does not exist. 15:59:58 [2023-03-05T20:59:58.363Z] [sql] Failed to execute: drop table customer_stmt_wrapper2 15:59:58 [2023-03-05T20:59:58.363Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER2' because it does not exist. 15:59:58 [2023-03-05T20:59:58.363Z] [sql] Failed to execute: drop table customer_stmt_wrapper3 15:59:58 [2023-03-05T20:59:58.363Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER3' because it does not exist. 15:59:58 [2023-03-05T20:59:58.363Z] [sql] Failed to execute: drop table customer_stmt_wrapper4 15:59:58 [2023-03-05T20:59:58.363Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER4' because it does not exist. 15:59:58 [2023-03-05T20:59:58.363Z] [sql] Failed to execute: drop table customer_stmt_wrapper5 15:59:58 [2023-03-05T20:59:58.363Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER5' because it does not exist. 15:59:58 [2023-03-05T20:59:58.363Z] [sql] Failed to execute: drop table customer_stmt_wrapper6 15:59:58 [2023-03-05T20:59:58.363Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER6' because it does not exist. 15:59:58 [2023-03-05T20:59:58.363Z] [sql] Failed to execute: drop table customer_stmt_wrapper7 15:59:58 [2023-03-05T20:59:58.363Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER7' because it does not exist. 15:59:58 [2023-03-05T20:59:58.363Z] [sql] Failed to execute: drop table customer_stmt_wrapper8 15:59:58 [2023-03-05T20:59:58.363Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER8' because it does not exist. 15:59:58 [2023-03-05T20:59:58.363Z] [sql] Failed to execute: drop table customer_stmt_wrapper9 15:59:58 [2023-03-05T20:59:58.363Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER9' because it does not exist. 15:59:58 [2023-03-05T20:59:58.363Z] [sql] Failed to execute: drop table customer_stmt_wrapper10 15:59:58 [2023-03-05T20:59:58.363Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER10' because it does not exist. 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 0 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 1 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 0 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 1 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 0 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 1 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 0 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 1 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 0 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 1 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 0 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 1 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 0 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 1 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 0 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 1 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 0 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 1 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 0 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 1 rows affected 15:59:58 [2023-03-05T20:59:58.363Z] [sql] 20 of 30 SQL statements executed successfully 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setOSConditions: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setToolWin: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setToolUnix: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setToolProperty: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setS1ASclassPath: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] init-common: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setup: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setOSConditions: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setToolWin: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setToolUnix: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setToolProperty: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setS1ASclassPath: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] init-common: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] deploy-jdbc-common: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setOSConditions: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setToolWin: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setToolUnix: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setToolProperty: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] setS1ASclassPath: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] init-common: 15:59:58 [2023-03-05T20:59:58.363Z] 15:59:58 [2023-03-05T20:59:58.363Z] create-jdbc-connpool-common: 15:59:58 [2023-03-05T20:59:58.620Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-stmtcaching_hit_miss-pool 15:59:58 [2023-03-05T20:59:58.620Z] [exec] JDBC connection pool jdbc-stmtcaching_hit_miss-pool created successfully. 15:59:58 [2023-03-05T20:59:58.620Z] 15:59:58 [2023-03-05T20:59:58.620Z] set-derby-connpool-props: 15:59:58 [2023-03-05T20:59:58.876Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.User=dbuser 15:59:58 [2023-03-05T20:59:58.876Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.User=dbuser 15:59:59 [2023-03-05T20:59:59.439Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword 15:59:59 [2023-03-05T20:59:59.439Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword 15:59:59 [2023-03-05T20:59:59.720Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.driverType=4 15:59:59 [2023-03-05T20:59:59.720Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.driverType=4 15:59:59 [2023-03-05T20:59:59.976Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 15:59:59 [2023-03-05T20:59:59.976Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 16:00:00 [2023-03-05T21:00:00.233Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb 16:00:00 [2023-03-05T21:00:00.233Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb 16:00:00 [2023-03-05T21:00:00.489Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:00:00 [2023-03-05T21:00:00.489Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:00:00 [2023-03-05T21:00:00.745Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.create=true 16:00:00 [2023-03-05T21:00:00.745Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.create=true 16:00:01 [2023-03-05T21:00:01.324Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost 16:00:01 [2023-03-05T21:00:01.324Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost 16:00:01 [2023-03-05T21:00:01.324Z] 16:00:01 [2023-03-05T21:00:01.324Z] setOSConditions: 16:00:01 [2023-03-05T21:00:01.324Z] 16:00:01 [2023-03-05T21:00:01.324Z] setToolWin: 16:00:01 [2023-03-05T21:00:01.324Z] 16:00:01 [2023-03-05T21:00:01.324Z] setToolUnix: 16:00:01 [2023-03-05T21:00:01.324Z] 16:00:01 [2023-03-05T21:00:01.324Z] setToolProperty: 16:00:01 [2023-03-05T21:00:01.324Z] 16:00:01 [2023-03-05T21:00:01.324Z] setS1ASclassPath: 16:00:01 [2023-03-05T21:00:01.324Z] 16:00:01 [2023-03-05T21:00:01.324Z] init-common: 16:00:01 [2023-03-05T21:00:01.324Z] 16:00:01 [2023-03-05T21:00:01.324Z] create-jdbc-resource-common: 16:00:01 [2023-03-05T21:00:01.324Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-stmtcaching_hit_miss-pool --target server jdbc/jdbc-stmtcaching_hit_miss 16:00:01 [2023-03-05T21:00:01.580Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-stmtcaching_hit_miss-pool --enabled=true --target server jdbc/jdbc-stmtcaching_hit_miss 16:00:01 [2023-03-05T21:00:01.580Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss created successfully. 16:00:01 [2023-03-05T21:00:01.580Z] [echo] cmd executed for server 16:00:01 [2023-03-05T21:00:01.580Z] 16:00:01 [2023-03-05T21:00:01.580Z] asadmin-common: 16:00:01 [2023-03-05T21:00:01.580Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement_cache_size=5 16:00:01 [2023-03-05T21:00:01.836Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement_cache_size=5 16:00:01 [2023-03-05T21:00:01.836Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement-cache-size=5 16:00:01 [2023-03-05T21:00:01.836Z] 16:00:01 [2023-03-05T21:00:01.836Z] asadmin-common: 16:00:01 [2023-03-05T21:00:01.836Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement_cache_type=FIXED 16:00:02 [2023-03-05T21:00:02.092Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement_cache_type=FIXED 16:00:02 [2023-03-05T21:00:02.092Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement-cache-type=FIXED 16:00:02 [2023-03-05T21:00:02.092Z] 16:00:02 [2023-03-05T21:00:02.092Z] asadmin-common: 16:00:02 [2023-03-05T21:00:02.092Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.wrap_jdbc_objects=true 16:00:02 [2023-03-05T21:00:02.354Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.wrap_jdbc_objects=true 16:00:02 [2023-03-05T21:00:02.354Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.wrap-jdbc-objects=true 16:00:02 [2023-03-05T21:00:02.354Z] 16:00:02 [2023-03-05T21:00:02.354Z] asadmin-common: 16:00:02 [2023-03-05T21:00:02.354Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.idle_timeout_in_seconds=3000 16:00:02 [2023-03-05T21:00:02.625Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.idle_timeout_in_seconds=3000 16:00:02 [2023-03-05T21:00:02.882Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.idle-timeout-in-seconds=3000 16:00:02 [2023-03-05T21:00:02.882Z] 16:00:02 [2023-03-05T21:00:02.882Z] setOSConditions: 16:00:02 [2023-03-05T21:00:02.882Z] 16:00:02 [2023-03-05T21:00:02.882Z] setToolWin: 16:00:02 [2023-03-05T21:00:02.882Z] 16:00:02 [2023-03-05T21:00:02.882Z] setToolUnix: 16:00:02 [2023-03-05T21:00:02.882Z] 16:00:02 [2023-03-05T21:00:02.882Z] setToolProperty: 16:00:02 [2023-03-05T21:00:02.882Z] 16:00:02 [2023-03-05T21:00:02.882Z] setS1ASclassPath: 16:00:02 [2023-03-05T21:00:02.882Z] 16:00:02 [2023-03-05T21:00:02.882Z] init-common: 16:00:02 [2023-03-05T21:00:02.882Z] 16:00:02 [2023-03-05T21:00:02.882Z] deploy-common: 16:00:02 [2023-03-05T21:00:02.882Z] [echo] Current time (ISO): 2023-03-05T21:00:02.649+0000 16:00:02 [2023-03-05T21:00:02.882Z] 16:00:02 [2023-03-05T21:00:02.882Z] setOSConditions: 16:00:02 [2023-03-05T21:00:02.882Z] 16:00:02 [2023-03-05T21:00:02.882Z] setToolWin: 16:00:02 [2023-03-05T21:00:02.882Z] 16:00:02 [2023-03-05T21:00:02.882Z] setToolUnix: 16:00:02 [2023-03-05T21:00:02.882Z] 16:00:02 [2023-03-05T21:00:02.882Z] setToolProperty: 16:00:02 [2023-03-05T21:00:02.882Z] 16:00:02 [2023-03-05T21:00:02.882Z] setS1ASclassPath: 16:00:02 [2023-03-05T21:00:02.882Z] 16:00:02 [2023-03-05T21:00:02.882Z] init-common: 16:00:02 [2023-03-05T21:00:02.882Z] 16:00:02 [2023-03-05T21:00:02.882Z] deploy-common-pe: 16:00:09 [2023-03-05T21:00:09.859Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear 16:00:09 [2023-03-05T21:00:09.859Z] [exec] Application deployed with name jdbc-stmtcaching_hit_missApp. 16:00:09 [2023-03-05T21:00:09.859Z] [echo] Deployment on target server server successful 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setOSConditions: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setToolWin: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setToolUnix: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setToolProperty: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setS1ASclassPath: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] init-common: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] deploy-common-ee: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] run: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setOSConditions: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setToolWin: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setToolUnix: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setToolProperty: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setS1ASclassPath: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] init-common: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] runclient-common: 16:00:09 [2023-03-05T21:00:09.859Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missAppClient.jar -name jdbc-stmtcaching_hit_missClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:00:09 [2023-03-05T21:00:09.859Z] [exec] Mar 05, 2023 9:00:03 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:00:09 [2023-03-05T21:00:09.859Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:00:09 [2023-03-05T21:00:09.859Z] [exec] Mar 05, 2023 9:00:09 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:00:09 [2023-03-05T21:00:09.859Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5fef0c19 16:00:09 [2023-03-05T21:00:09.859Z] [exec] Value of key is: Statement Caching - (Hit): 16:00:09 [2023-03-05T21:00:09.859Z] [exec] Value of key is: Statement Caching - (Miss): 16:00:09 [2023-03-05T21:00:09.859Z] [exec] Value of key is: Statement Caching - (hit columnIndexes) : 16:00:09 [2023-03-05T21:00:09.859Z] [exec] Value of key is: Statement Caching - (hit columnNames) : 16:00:09 [2023-03-05T21:00:09.859Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:00:09 [2023-03-05T21:00:09.859Z] [exec] 16:00:09 [2023-03-05T21:00:09.859Z] [exec] 16:00:09 [2023-03-05T21:00:09.859Z] [exec] ----------------------------------------- 16:00:09 [2023-03-05T21:00:09.859Z] [exec] - Statement Caching - (Hit): : PASS - 16:00:09 [2023-03-05T21:00:09.859Z] [exec] - Statement Caching - (Miss): : PASS - 16:00:09 [2023-03-05T21:00:09.859Z] [exec] - Statement Caching - (hit columnIndexes) : : PASS - 16:00:09 [2023-03-05T21:00:09.859Z] [exec] - Statement Caching - (hit columnNames) : : PASS - 16:00:09 [2023-03-05T21:00:09.859Z] [exec] ----------------------------------------- 16:00:09 [2023-03-05T21:00:09.859Z] [exec] Total PASS: 4 16:00:09 [2023-03-05T21:00:09.859Z] [exec] Total FAIL: 0 16:00:09 [2023-03-05T21:00:09.859Z] [exec] Total DID NOT RUN: 0 16:00:09 [2023-03-05T21:00:09.859Z] [exec] ----------------------------------------- 16:00:09 [2023-03-05T21:00:09.859Z] [exec] in flushAll , creating new testSuiteHash 16:00:09 [2023-03-05T21:00:09.859Z] [exec] in flushAll , creating new testSuiteHash 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] checkReporting-common: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] confirmReportPresent-common: 16:00:09 [2023-03-05T21:00:09.859Z] [echo] file RepRunConf.txt is present. 16:00:09 [2023-03-05T21:00:09.859Z] [echo] Test seems to be reported fine 16:00:09 [2023-03-05T21:00:09.859Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.fixed/RepRunConf.txt 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] confirmMissingReport-common: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] undeploy: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setOSConditions: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setToolWin: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setToolUnix: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setToolProperty: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setS1ASclassPath: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] init-common: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] execute-sql-common: 16:00:09 [2023-03-05T21:00:09.859Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.fixed/sql/drop_pointbase.sql 16:00:09 [2023-03-05T21:00:09.859Z] [sql] 0 rows affected 16:00:09 [2023-03-05T21:00:09.859Z] [sql] 0 rows affected 16:00:09 [2023-03-05T21:00:09.859Z] [sql] 0 rows affected 16:00:09 [2023-03-05T21:00:09.859Z] [sql] 0 rows affected 16:00:09 [2023-03-05T21:00:09.859Z] [sql] 0 rows affected 16:00:09 [2023-03-05T21:00:09.859Z] [sql] 0 rows affected 16:00:09 [2023-03-05T21:00:09.859Z] [sql] 0 rows affected 16:00:09 [2023-03-05T21:00:09.859Z] [sql] 0 rows affected 16:00:09 [2023-03-05T21:00:09.859Z] [sql] 0 rows affected 16:00:09 [2023-03-05T21:00:09.859Z] [sql] 0 rows affected 16:00:09 [2023-03-05T21:00:09.859Z] [sql] 10 of 10 SQL statements executed successfully 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] unsetup: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setOSConditions: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setToolWin: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setToolUnix: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setToolProperty: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] setS1ASclassPath: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] init-common: 16:00:09 [2023-03-05T21:00:09.859Z] 16:00:09 [2023-03-05T21:00:09.859Z] delete-jdbc-resource-common: 16:00:09 [2023-03-05T21:00:09.859Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/jdbc-stmtcaching_hit_miss 16:00:10 [2023-03-05T21:00:10.116Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/jdbc-stmtcaching_hit_miss 16:00:10 [2023-03-05T21:00:10.116Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss deleted successfully 16:00:10 [2023-03-05T21:00:10.116Z] [echo] cmd executed for server 16:00:10 [2023-03-05T21:00:10.116Z] 16:00:10 [2023-03-05T21:00:10.116Z] setOSConditions: 16:00:10 [2023-03-05T21:00:10.116Z] 16:00:10 [2023-03-05T21:00:10.116Z] setToolWin: 16:00:10 [2023-03-05T21:00:10.116Z] 16:00:10 [2023-03-05T21:00:10.116Z] setToolUnix: 16:00:10 [2023-03-05T21:00:10.116Z] 16:00:10 [2023-03-05T21:00:10.116Z] setToolProperty: 16:00:10 [2023-03-05T21:00:10.116Z] 16:00:10 [2023-03-05T21:00:10.116Z] setS1ASclassPath: 16:00:10 [2023-03-05T21:00:10.116Z] 16:00:10 [2023-03-05T21:00:10.116Z] init-common: 16:00:10 [2023-03-05T21:00:10.116Z] 16:00:10 [2023-03-05T21:00:10.116Z] delete-jdbc-connpool-common: 16:00:10 [2023-03-05T21:00:10.116Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-stmtcaching_hit_miss-pool 16:00:10 [2023-03-05T21:00:10.372Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-stmtcaching_hit_miss-pool 16:00:10 [2023-03-05T21:00:10.628Z] [exec] JDBC Connection pool jdbc-stmtcaching_hit_miss-pool deleted successfully 16:00:10 [2023-03-05T21:00:10.628Z] [echo] cmd executed for server 16:00:10 [2023-03-05T21:00:10.628Z] 16:00:10 [2023-03-05T21:00:10.628Z] setOSConditions: 16:00:10 [2023-03-05T21:00:10.628Z] 16:00:10 [2023-03-05T21:00:10.628Z] setToolWin: 16:00:10 [2023-03-05T21:00:10.628Z] 16:00:10 [2023-03-05T21:00:10.628Z] setToolUnix: 16:00:10 [2023-03-05T21:00:10.628Z] 16:00:10 [2023-03-05T21:00:10.628Z] setToolProperty: 16:00:10 [2023-03-05T21:00:10.628Z] 16:00:10 [2023-03-05T21:00:10.628Z] setS1ASclassPath: 16:00:10 [2023-03-05T21:00:10.628Z] 16:00:10 [2023-03-05T21:00:10.628Z] init-common: 16:00:10 [2023-03-05T21:00:10.628Z] 16:00:10 [2023-03-05T21:00:10.628Z] undeploy-common: 16:00:10 [2023-03-05T21:00:10.884Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-stmtcaching_hit_missApp 16:00:10 [2023-03-05T21:00:10.884Z] 16:00:10 [2023-03-05T21:00:10.884Z] all: 16:00:10 [2023-03-05T21:00:10.884Z] 16:00:10 [2023-03-05T21:00:10.884Z] report: 16:00:10 [2023-03-05T21:00:10.884Z] [echo] Comparing results with expected results 16:00:10 [2023-03-05T21:00:10.884Z] [xslt] Processing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html 16:00:10 [2023-03-05T21:00:10.884Z] [xslt] Loading stylesheet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/j2eeReporter.xsl 16:00:23 [2023-03-05T21:00:23.064Z] 16:00:23 [2023-03-05T21:00:23.064Z] report-sh: 16:00:23 [2023-03-05T21:00:23.064Z] [exec] input file=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml 16:00:23 [2023-03-05T21:00:23.064Z] [exec] ------------------------ 16:00:23 [2023-03-05T21:00:23.064Z] [exec] TOTAL = 230 16:00:23 [2023-03-05T21:00:23.064Z] [exec] ------------------------ 16:00:23 [2023-03-05T21:00:23.064Z] [exec] PASSED = 209 16:00:23 [2023-03-05T21:00:23.064Z] [exec] FAILED = 0 16:00:23 [2023-03-05T21:00:23.064Z] [exec] DID NOT RUN = 21 16:00:23 [2023-03-05T21:00:23.064Z] [exec] ------------------------ 16:00:23 [2023-03-05T21:00:23.064Z] 16:00:23 [2023-03-05T21:00:23.064Z] BUILD SUCCESSFUL 16:00:23 [2023-03-05T21:00:23.064Z] Total time: 24 minutes 52 seconds 16:00:23 [2023-03-05T21:00:23.064Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin stop-domain domain1 16:00:23 [2023-03-05T21:00:23.064Z] Waiting for the domain to stop . 16:00:23 [2023-03-05T21:00:23.064Z] Waiting finished after 114 ms. 16:00:23 [2023-03-05T21:00:23.064Z] Command stop-domain executed successfully. 16:00:23 [2023-03-05T21:00:23.064Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin stop-database 16:00:23 [2023-03-05T21:00:23.064Z] Sun Mar 05 21:00:22 UTC 2023 : Connection obtained for host: 0.0.0.0, port number 1527. 16:00:23 [2023-03-05T21:00:23.064Z] Sun Mar 05 21:00:22 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:00:23 [2023-03-05T21:00:23.064Z] Command stop-database executed successfully. 16:00:23 [2023-03-05T21:00:23.064Z] + check_successful_run 16:00:23 [2023-03-05T21:00:23.064Z] + printf '\n%s \n\n' '===== CHECK SUCCESSFUL RUN =====' 16:00:23 [2023-03-05T21:00:23.064Z] 16:00:23 [2023-03-05T21:00:23.064Z] ===== CHECK SUCCESSFUL RUN ===== 16:00:23 [2023-03-05T21:00:23.064Z] 16:00:23 [2023-03-05T21:00:23.064Z] + FILE=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html 16:00:23 [2023-03-05T21:00:23.064Z] + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html ']' 16:00:23 [2023-03-05T21:00:23.064Z] + echo 'File /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful' 16:00:23 [2023-03-05T21:00:23.064Z] File /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful 16:00:23 [2023-03-05T21:00:23.064Z] + generate_junit_report jdbc_all 16:00:23 [2023-03-05T21:00:23.064Z] + printf '\n%s \n\n' '===== GENERATE JUNIT REPORT =====' 16:00:23 [2023-03-05T21:00:23.064Z] 16:00:23 [2023-03-05T21:00:23.064Z] ===== GENERATE JUNIT REPORT ===== 16:00:23 [2023-03-05T21:00:23.064Z] 16:00:23 [2023-03-05T21:00:23.064Z] + TD=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml 16:00:23 [2023-03-05T21:00:23.064Z] + JUD=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml 16:00:23 [2023-03-05T21:00:23.064Z] + TESTSUITE_NAME=jdbc_all 16:00:23 [2023-03-05T21:00:23.064Z] + cat /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml 16:00:23 [2023-03-05T21:00:23.064Z] + awk -v suitename=jdbc_all ' 16:00:23 [2023-03-05T21:00:23.064Z] BEGIN { 16:00:23 [2023-03-05T21:00:23.064Z] totaltests = 0; 16:00:23 [2023-03-05T21:00:23.064Z] totalfailures = 0; 16:00:23 [2023-03-05T21:00:23.064Z] totalerrors = 0; 16:00:23 [2023-03-05T21:00:23.064Z] } 16:00:23 [2023-03-05T21:00:23.064Z] function getPropVal(str){ 16:00:23 [2023-03-05T21:00:23.064Z] split(str, a, "="); 16:00:23 [2023-03-05T21:00:23.064Z] val = a[2]; 16:00:23 [2023-03-05T21:00:23.064Z] # remove quotes 16:00:23 [2023-03-05T21:00:23.064Z] gsub("\"","",val); 16:00:23 [2023-03-05T21:00:23.064Z] return val; 16:00:23 [2023-03-05T21:00:23.064Z] } 16:00:23 [2023-03-05T21:00:23.064Z] function removeXMLTag(str){ 16:00:23 [2023-03-05T21:00:23.064Z] # remove xml tag quotes 16:00:23 [2023-03-05T21:00:23.064Z] gsub("</.*>","",str); 16:00:23 [2023-03-05T21:00:23.064Z] gsub("<.*>","",str); 16:00:23 [2023-03-05T21:00:23.064Z] gsub(">","",str); 16:00:23 [2023-03-05T21:00:23.064Z] return str; 16:00:23 [2023-03-05T21:00:23.064Z] } 16:00:23 [2023-03-05T21:00:23.064Z] /status value=/ { 16:00:23 [2023-03-05T21:00:23.064Z] result=getPropVal($0); 16:00:23 [2023-03-05T21:00:23.064Z] result=removeXMLTag(result); 16:00:23 [2023-03-05T21:00:23.064Z] } 16:00:23 [2023-03-05T21:00:23.064Z] /<testsuite>/ { 16:00:23 [2023-03-05T21:00:23.064Z] getline; 16:00:23 [2023-03-05T21:00:23.064Z] getline; 16:00:23 [2023-03-05T21:00:23.064Z] testunit=removeXMLTag($0); 16:00:23 [2023-03-05T21:00:23.064Z] gsub("\"","",testunit); 16:00:23 [2023-03-05T21:00:23.064Z] } 16:00:23 [2023-03-05T21:00:23.064Z] /<testcase>/ { 16:00:23 [2023-03-05T21:00:23.064Z] getline; 16:00:23 [2023-03-05T21:00:23.064Z] testname=removeXMLTag($0); 16:00:23 [2023-03-05T21:00:23.064Z] gsub("\"","",testname); 16:00:23 [2023-03-05T21:00:23.064Z] } 16:00:23 [2023-03-05T21:00:23.064Z] /<\/testcase>/{ 16:00:23 [2023-03-05T21:00:23.064Z] classname=testunit 16:00:23 [2023-03-05T21:00:23.064Z] # printing testcase to out 16:00:23 [2023-03-05T21:00:23.064Z] out = out sprintf(" <testcase classname=\"%s\" name=\"%s\" time=\"0.0\">\n", classname, testname); 16:00:23 [2023-03-05T21:00:23.064Z] if (result == "fail") { 16:00:23 [2023-03-05T21:00:23.064Z] out = out " <failure message=\"NA\" type=\"NA\"/>\n"; 16:00:23 [2023-03-05T21:00:23.064Z] totalfailures++; 16:00:23 [2023-03-05T21:00:23.064Z] } else if (result == "did_not_run") { 16:00:23 [2023-03-05T21:00:23.064Z] out = out " <error message=\"NA\" type=\"NA\"/>\n"; 16:00:23 [2023-03-05T21:00:23.064Z] totalerrors++; 16:00:23 [2023-03-05T21:00:23.064Z] } 16:00:23 [2023-03-05T21:00:23.064Z] out = out " </testcase>\n"; 16:00:23 [2023-03-05T21:00:23.064Z] 16:00:23 [2023-03-05T21:00:23.064Z] totaltests++; 16:00:23 [2023-03-05T21:00:23.064Z] result=""; 16:00:23 [2023-03-05T21:00:23.064Z] testname=""; 16:00:23 [2023-03-05T21:00:23.064Z] } 16:00:23 [2023-03-05T21:00:23.064Z] END { 16:00:23 [2023-03-05T21:00:23.064Z] print "<?xml version=\"1.0\" ?>" 16:00:23 [2023-03-05T21:00:23.064Z] printf "<testsuite tests=\"%d\" failures=\"%d\" errors=\"%d\" name=\"%s\">\n", totaltests, totalfailures, totalerrors, suitename; 16:00:23 [2023-03-05T21:00:23.064Z] printf "%s", out; 16:00:23 [2023-03-05T21:00:23.064Z] print "</testsuite>" 16:00:23 [2023-03-05T21:00:23.064Z] }' 16:00:23 [2023-03-05T21:00:23.064Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:00:23 [2023-03-05T21:00:23.064Z] + change_junit_report_class_names 16:00:23 [2023-03-05T21:00:23.064Z] + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml 16:00:23 [2023-03-05T21:00:23.064Z] + sed -i 's/\bclassname="/classname="jdbc_all./g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml 16:00:23 [2023-03-05T21:00:23.064Z] + copy_test_artifacts jdbc_all 16:00:23 [2023-03-05T21:00:23.064Z] + sleep 1 16:00:23 [2023-03-05T21:00:23.993Z] + printf '\n%s \n\n' '===== COPY TEST ARTIFACTS =====' 16:00:23 [2023-03-05T21:00:23.993Z] 16:00:23 [2023-03-05T21:00:23.993Z] ===== COPY TEST ARTIFACTS ===== 16:00:23 [2023-03-05T21:00:23.993Z] 16:00:23 [2023-03-05T21:00:23.993Z] + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:00:23 [2023-03-05T21:00:23.993Z] + tar -cf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains 16:00:23 [2023-03-05T21:00:23.993Z] tar: Removing leading `/' from member names 16:00:24 [2023-03-05T21:00:24.250Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:00:24 [2023-03-05T21:00:24.250Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/tests-run.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:00:24 [2023-03-05T21:00:24.250Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:00:24 [2023-03-05T21:00:24.250Z] ++ pwd 16:00:24 [2023-03-05T21:00:24.250Z] + cp '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/*/*logs.zip' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:00:24 [2023-03-05T21:00:24.250Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/*/*logs.zip': No such file or directory 16:00:24 [2023-03-05T21:00:24.250Z] + true 16:00:24 [2023-03-05T21:00:24.250Z] ++ pwd 16:00:24 [2023-03-05T21:00:24.250Z] + cp '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/*/*/*logs.zip' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:00:24 [2023-03-05T21:00:24.250Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/*/*/*logs.zip': No such file or directory 16:00:24 [2023-03-05T21:00:24.250Z] + true 16:00:24 [2023-03-05T21:00:24.250Z] + tar -caf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/jdbc_all-results.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results 16:00:24 [2023-03-05T21:00:24.250Z] tar: Removing leading `/' from member names 16:00:26 [2023-03-05T21:00:26.768Z] + break 16:00:26 [2023-03-05T21:00:26.768Z] + [[ true = false ]] 16:00:26 [2023-03-05T21:00:26.768Z] + git reset --hard 16:00:27 [2023-03-05T21:00:27.024Z] HEAD is now at 2d124bddc Merge pull request #24332 from dmatej/removed-admingui-dist-fragment [Pipeline] } [Pipeline] // timestamps [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (batch_all) [Pipeline] timestamps [Pipeline] { [Pipeline] sh 16:00:52 [2023-03-05T21:00:52.703Z] + rm -rf glassfish7 16:00:52 [2023-03-05T21:00:52.703Z] + true 16:00:52 [2023-03-05T21:00:52.703Z] + export MAVEN_ARGS=-Pstaging 16:00:52 [2023-03-05T21:00:52.703Z] + MAVEN_ARGS=-Pstaging 16:00:52 [2023-03-05T21:00:52.703Z] + ./runtests.sh batch_all 16:00:52 [2023-03-05T21:00:52.703Z] This script can be temporarily used for local testing until we integrate current set of tests to Maven 16:00:52 [2023-03-05T21:00:52.703Z] First argument is a version of GlassFish used for testing. It will be downloaded by Maven command 16:00:52 [2023-03-05T21:00:52.703Z] Second argument is a test set id, one of: 16:00:52 [2023-03-05T21:00:52.703Z] cdi_all, ql_gf_full_profile_all, \n 16:00:52 [2023-03-05T21:00:52.703Z] \n 16:00:52 [2023-03-05T21:00:52.703Z] web_jsp, deployment_all, \n 16:00:52 [2023-03-05T21:00:52.703Z] ejb_group_1. ejb_group_2, ejb_group_3, ejb_group_embedded, \n 16:00:52 [2023-03-05T21:00:52.703Z] cdi_all, ql_gf_full_profile_all, ql_gf_nucleus_all, \n 16:00:52 [2023-03-05T21:00:52.703Z] ql_gf_web_profile_all, nucleus_admin_all, jdbc_all, batch_all, persistence_all, webservice_all, \n 16:00:52 [2023-03-05T21:00:52.703Z] connector_group_1, connector_group_2, connector_group_3, connector_group_4 16:00:52 [2023-03-05T21:00:52.703Z] If you need to use a different JAVA_HOME than is used by your system, export it or edit this script. 16:00:52 [2023-03-05T21:00:52.703Z] 16:00:52 [2023-03-05T21:00:52.703Z] POM file "/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist 16:00:55 [2023-03-05T21:00:55.247Z] [INFO] Scanning for projects... 16:00:55 [2023-03-05T21:00:55.504Z] [INFO] 16:00:55 [2023-03-05T21:00:55.504Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ 16:00:55 [2023-03-05T21:00:55.504Z] [INFO] Building GlassFish Project 7.0.3-SNAPSHOT 16:00:55 [2023-03-05T21:00:55.504Z] [INFO] --------------------------------[ pom ]--------------------------------- 16:00:55 [2023-03-05T21:00:55.504Z] [INFO] 16:00:55 [2023-03-05T21:00:55.504Z] [INFO] --- maven-dependency-plugin:3.2.0:copy (default-cli) @ glassfish-main-aggregator --- 16:00:56 [2023-03-05T21:00:56.066Z] [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:runtime:0.8.8:jar 16:00:56 [2023-03-05T21:00:56.066Z] [INFO] org.jacoco:org.jacoco.agent:runtime:0.8.8:jar already exists in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:00:56 [2023-03-05T21:00:56.066Z] [INFO] ------------------------------------------------------------------------ 16:00:56 [2023-03-05T21:00:56.066Z] [INFO] BUILD SUCCESS 16:00:56 [2023-03-05T21:00:56.066Z] [INFO] ------------------------------------------------------------------------ 16:00:56 [2023-03-05T21:00:56.066Z] [INFO] Total time: 0.732 s 16:00:56 [2023-03-05T21:00:56.066Z] [INFO] Finished at: 2023-03-05T21:00:55Z 16:00:56 [2023-03-05T21:00:56.066Z] [INFO] ------------------------------------------------------------------------ 16:00:56 [2023-03-05T21:00:56.066Z] + '[' '!' -z /var/jenkins ']' 16:00:56 [2023-03-05T21:00:56.066Z] ++ mktemp -t XXXgf-internal-env 16:00:56 [2023-03-05T21:00:56.066Z] + readonly GF_INTERNAL_ENV_SH=/tmp/vOjgf-internal-env 16:00:56 [2023-03-05T21:00:56.066Z] + GF_INTERNAL_ENV_SH=/tmp/vOjgf-internal-env 16:00:56 [2023-03-05T21:00:56.066Z] + '[' '!' -z '' ']' 16:00:56 [2023-03-05T21:00:56.066Z] + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all 16:00:56 [2023-03-05T21:00:56.066Z] + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all 16:00:56 [2023-03-05T21:00:56.066Z] + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/maven-repo.tar.gz ']' 16:00:56 [2023-03-05T21:00:56.066Z] + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish' 16:00:56 [2023-03-05T21:00:56.066Z] Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:00:56 [2023-03-05T21:00:56.066Z] + rm -rf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:00:56 [2023-03-05T21:00:56.066Z] + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' 16:00:56 [2023-03-05T21:00:56.066Z] + '[' -z 7.0.3-SNAPSHOT ']' 16:00:56 [2023-03-05T21:00:56.066Z] + '[' -z /home/jenkins/.m2/repository ']' 16:00:56 [2023-03-05T21:00:56.066Z] + run_test batch_all 16:00:56 [2023-03-05T21:00:56.066Z] + local testid=batch_all 16:00:56 [2023-03-05T21:00:56.066Z] + local found=false 16:00:56 [2023-03-05T21:00:56.066Z] ++ find . -name run_test.sh 16:00:56 [2023-03-05T21:00:56.322Z] + for runtest in `find . -name run_test\.sh` 16:00:56 [2023-03-05T21:00:56.322Z] ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids 16:00:56 [2023-03-05T21:00:56.579Z] + OPT=list_test_ids 16:00:56 [2023-03-05T21:00:56.579Z] + TEST_ID= 16:00:56 [2023-03-05T21:00:56.579Z] ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh 16:00:56 [2023-03-05T21:00:56.579Z] + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh 16:00:56 [2023-03-05T21:00:56.579Z] +++ uname 16:00:56 [2023-03-05T21:00:56.579Z] +++ grep -i sunos 16:00:56 [2023-03-05T21:00:56.579Z] +++ wc -l 16:00:56 [2023-03-05T21:00:56.579Z] +++ awk '{print $1}' 16:00:56 [2023-03-05T21:00:56.579Z] ++ '[' 0 -eq 1 ']' 16:00:56 [2023-03-05T21:00:56.579Z] ++ GREP=grep 16:00:56 [2023-03-05T21:00:56.579Z] ++ AWK=awk 16:00:56 [2023-03-05T21:00:56.579Z] ++ SED=sed 16:00:56 [2023-03-05T21:00:56.579Z] ++ BC=bc 16:00:56 [2023-03-05T21:00:56.579Z] ++ export GREP AWK SED BC 16:00:56 [2023-03-05T21:00:56.579Z] + case ${OPT} in 16:00:56 [2023-03-05T21:00:56.579Z] + list_test_ids 16:00:56 [2023-03-05T21:00:56.579Z] + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 16:00:56 [2023-03-05T21:00:56.579Z] + for id in `${runtest} list_test_ids` 16:00:56 [2023-03-05T21:00:56.579Z] + [[ admin_cli_all = \b\a\t\c\h\_\a\l\l ]] 16:00:56 [2023-03-05T21:00:56.579Z] + for id in `${runtest} list_test_ids` 16:00:56 [2023-03-05T21:00:56.579Z] + [[ admin-cli-group-1 = \b\a\t\c\h\_\a\l\l ]] 16:00:56 [2023-03-05T21:00:56.579Z] + for id in `${runtest} list_test_ids` 16:00:56 [2023-03-05T21:00:56.579Z] + [[ admin-cli-group-2 = \b\a\t\c\h\_\a\l\l ]] 16:00:56 [2023-03-05T21:00:56.579Z] + for id in `${runtest} list_test_ids` 16:00:56 [2023-03-05T21:00:56.579Z] + [[ admin-cli-group-3 = \b\a\t\c\h\_\a\l\l ]] 16:00:56 [2023-03-05T21:00:56.579Z] + for id in `${runtest} list_test_ids` 16:00:56 [2023-03-05T21:00:56.579Z] + [[ admin-cli-group-4 = \b\a\t\c\h\_\a\l\l ]] 16:00:56 [2023-03-05T21:00:56.579Z] + for id in `${runtest} list_test_ids` 16:00:56 [2023-03-05T21:00:56.579Z] + [[ admin-cli-group-5 = \b\a\t\c\h\_\a\l\l ]] 16:00:56 [2023-03-05T21:00:56.579Z] + [[ false = true ]] 16:00:56 [2023-03-05T21:00:56.579Z] + for runtest in `find . -name run_test\.sh` 16:00:56 [2023-03-05T21:00:56.579Z] ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids 16:00:56 [2023-03-05T21:00:56.579Z] + OPT=list_test_ids 16:00:56 [2023-03-05T21:00:56.579Z] + TEST_ID= 16:00:56 [2023-03-05T21:00:56.579Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh 16:00:56 [2023-03-05T21:00:56.579Z] + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh 16:00:56 [2023-03-05T21:00:56.579Z] +++ uname 16:00:56 [2023-03-05T21:00:56.579Z] +++ grep -i sunos 16:00:56 [2023-03-05T21:00:56.579Z] +++ wc -l 16:00:56 [2023-03-05T21:00:56.579Z] +++ awk '{print $1}' 16:00:56 [2023-03-05T21:00:56.579Z] ++ '[' 0 -eq 1 ']' 16:00:56 [2023-03-05T21:00:56.579Z] ++ GREP=grep 16:00:56 [2023-03-05T21:00:56.579Z] ++ AWK=awk 16:00:56 [2023-03-05T21:00:56.579Z] ++ SED=sed 16:00:56 [2023-03-05T21:00:56.579Z] ++ BC=bc 16:00:56 [2023-03-05T21:00:56.579Z] ++ export GREP AWK SED BC 16:00:56 [2023-03-05T21:00:56.579Z] + case ${OPT} in 16:00:56 [2023-03-05T21:00:56.579Z] + list_test_ids 16:00:56 [2023-03-05T21:00:56.579Z] + echo batch_all 16:00:56 [2023-03-05T21:00:56.579Z] + for id in `${runtest} list_test_ids` 16:00:56 [2023-03-05T21:00:56.579Z] + [[ batch_all = \b\a\t\c\h\_\a\l\l ]] 16:00:56 [2023-03-05T21:00:56.579Z] + found=true 16:00:56 [2023-03-05T21:00:56.579Z] + break 16:00:56 [2023-03-05T21:00:56.579Z] + [[ true = true ]] 16:00:56 [2023-03-05T21:00:56.579Z] + ./appserver/tests/appserv-tests/devtests/batch/run_test.sh run_test_id batch_all 16:00:56 [2023-03-05T21:00:56.579Z] + OPT=run_test_id 16:00:56 [2023-03-05T21:00:56.579Z] + TEST_ID=batch_all 16:00:56 [2023-03-05T21:00:56.579Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh 16:00:56 [2023-03-05T21:00:56.579Z] + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh 16:00:56 [2023-03-05T21:00:56.579Z] +++ uname 16:00:56 [2023-03-05T21:00:56.579Z] +++ grep -i sunos 16:00:56 [2023-03-05T21:00:56.579Z] +++ wc -l 16:00:56 [2023-03-05T21:00:56.579Z] +++ awk '{print $1}' 16:00:56 [2023-03-05T21:00:56.579Z] ++ '[' 0 -eq 1 ']' 16:00:56 [2023-03-05T21:00:56.579Z] ++ GREP=grep 16:00:56 [2023-03-05T21:00:56.579Z] ++ AWK=awk 16:00:56 [2023-03-05T21:00:56.579Z] ++ SED=sed 16:00:56 [2023-03-05T21:00:56.579Z] ++ BC=bc 16:00:56 [2023-03-05T21:00:56.579Z] ++ export GREP AWK SED BC 16:00:56 [2023-03-05T21:00:56.579Z] + case ${OPT} in 16:00:56 [2023-03-05T21:00:56.579Z] + trap 'copy_test_artifacts batch_all' EXIT 16:00:56 [2023-03-05T21:00:56.579Z] + run_test_id batch_all 16:00:56 [2023-03-05T21:00:56.579Z] + unzip_test_resources /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip 16:00:56 [2023-03-05T21:00:56.579Z] + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' 16:00:56 [2023-03-05T21:00:56.579Z] 16:00:56 [2023-03-05T21:00:56.579Z] ===== UNZIP TEST RESOURCES ===== 16:00:56 [2023-03-05T21:00:56.579Z] 16:00:56 [2023-03-05T21:00:56.579Z] + for i in "${@}" 16:00:56 [2023-03-05T21:00:56.579Z] + [[ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip == *.zip* ]] 16:00:56 [2023-03-05T21:00:56.579Z] + unzip -qq -o /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target 16:00:57 [2023-03-05T21:00:57.520Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh 16:00:57 [2023-03-05T21:00:57.520Z] + cd ./appserver/tests/appserv-tests/devtests/batch 16:00:57 [2023-03-05T21:00:57.520Z] + test_init 16:00:57 [2023-03-05T21:00:57.520Z] + printf '\n%s \n\n' '===== V2 DEVTESTS INIT =====' 16:00:57 [2023-03-05T21:00:57.520Z] 16:00:57 [2023-03-05T21:00:57.520Z] ===== V2 DEVTESTS INIT ===== 16:00:57 [2023-03-05T21:00:57.520Z] 16:00:57 [2023-03-05T21:00:57.520Z] + find /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish -type f 16:00:57 [2023-03-05T21:00:57.520Z] + xargs touch 16:00:57 [2023-03-05T21:00:57.520Z] + echo S1AS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:00:57 [2023-03-05T21:00:57.520Z] S1AS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:00:57 [2023-03-05T21:00:57.520Z] + echo ANT_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant 16:00:57 [2023-03-05T21:00:57.520Z] ANT_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant 16:00:57 [2023-03-05T21:00:57.520Z] + echo APS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests 16:00:57 [2023-03-05T21:00:57.520Z] APS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests 16:00:57 [2023-03-05T21:00:57.520Z] + java -version 16:00:57 [2023-03-05T21:00:57.520Z] openjdk version "18.0.2" 2022-07-19 16:00:57 [2023-03-05T21:00:57.520Z] OpenJDK Runtime Environment (build 18.0.2+9-61) 16:00:57 [2023-03-05T21:00:57.520Z] OpenJDK 64-Bit Server VM (build 18.0.2+9-61, mixed mode, sharing) 16:00:57 [2023-03-05T21:00:57.520Z] + ant -version 16:00:57 [2023-03-05T21:00:57.520Z] Apache Ant(TM) version 1.9.16 compiled on July 10 2021 16:00:57 [2023-03-05T21:00:57.520Z] + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:00:57 [2023-03-05T21:00:57.520Z] + printf '\n\n' 16:00:57 [2023-03-05T21:00:57.520Z] 16:00:57 [2023-03-05T21:00:57.520Z] 16:00:57 [2023-03-05T21:00:57.520Z] + get_test_target batch_all 16:00:57 [2023-03-05T21:00:57.520Z] + case ${1} in 16:00:57 [2023-03-05T21:00:57.520Z] + TARGET=all 16:00:57 [2023-03-05T21:00:57.520Z] + export TARGET 16:00:57 [2023-03-05T21:00:57.520Z] + test_run 16:00:57 [2023-03-05T21:00:57.520Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin start-domain 16:01:02 [2023-03-05T21:01:02.120Z] Waiting for domain1 to start ..... 16:01:02 [2023-03-05T21:01:02.377Z] Waiting finished after 4,189 ms. 16:01:02 [2023-03-05T21:01:02.377Z] Successfully started the domain : domain1 16:01:02 [2023-03-05T21:01:02.377Z] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:01:02 [2023-03-05T21:01:02.377Z] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:01:02 [2023-03-05T21:01:02.377Z] Admin Port: 4,848 16:01:02 [2023-03-05T21:01:02.377Z] Command start-domain executed successfully. 16:01:02 [2023-03-05T21:01:02.634Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin start-database 16:01:03 [2023-03-05T21:01:03.622Z] Starting database in Network Server mode on host 0.0.0.0 and port 1527. 16:01:05 [2023-03-05T21:01:05.555Z] --------- Derby Network Server Information -------- 16:01:05 [2023-03-05T21:01:05.555Z] Version: CSS10150/10.15.2.0 - (1873585) Build: 1873585 DRDA Product Id: CSS10150 16:01:05 [2023-03-05T21:01:05.555Z] -- listing properties -- 16:01:05 [2023-03-05T21:01:05.555Z] derby.drda.timeSlice=0 16:01:05 [2023-03-05T21:01:05.555Z] derby.drda.portNumber=1527 16:01:05 [2023-03-05T21:01:05.555Z] derby.drda.minThreads=0 16:01:05 [2023-03-05T21:01:05.555Z] derby.drda.sslMode=off 16:01:05 [2023-03-05T21:01:05.555Z] derby.drda.traceAll=false 16:01:05 [2023-03-05T21:01:05.555Z] derby.drda.keepAlive=true 16:01:05 [2023-03-05T21:01:05.555Z] derby.drda.maxThreads=0 16:01:05 [2023-03-05T21:01:05.555Z] derby.drda.logConnections=false 16:01:05 [2023-03-05T21:01:05.555Z] derby.drda.startNetworkServer=false 16:01:05 [2023-03-05T21:01:05.555Z] derby.drda.host=0.0.0.0 16:01:05 [2023-03-05T21:01:05.555Z] derby.drda.traceDirectory=/home/jenkins/agent/workspace/glassfi... 16:01:05 [2023-03-05T21:01:05.555Z] ------------------ Java Information ------------------ 16:01:05 [2023-03-05T21:01:05.555Z] Java Version: 18.0.2 16:01:05 [2023-03-05T21:01:05.555Z] Java Vendor: Oracle Corporation 16:01:05 [2023-03-05T21:01:05.555Z] Java home: /opt/tools/java/openjdk/jdk-18/18.0.2+9 16:01:05 [2023-03-05T21:01:05.555Z] Java classpath: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/lib/asadmin/cli-optional.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derby.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyshared.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbytools.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbynet.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyclient.jar 16:01:05 [2023-03-05T21:01:05.555Z] OS name: Linux 16:01:05 [2023-03-05T21:01:05.555Z] OS architecture: amd64 16:01:05 [2023-03-05T21:01:05.555Z] OS version: 5.17.13-200.fc35.x86_64 16:01:05 [2023-03-05T21:01:05.555Z] Java user name: jenkins 16:01:05 [2023-03-05T21:01:05.555Z] Java user home: /home/jenkins 16:01:05 [2023-03-05T21:01:05.555Z] Java user dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch 16:01:05 [2023-03-05T21:01:05.555Z] java.specification.name: Java Platform API Specification 16:01:05 [2023-03-05T21:01:05.555Z] java.specification.version: 18 16:01:05 [2023-03-05T21:01:05.555Z] java.runtime.version: 18.0.2+9-61 16:01:05 [2023-03-05T21:01:05.555Z] --------- Derby Information -------- 16:01:05 [2023-03-05T21:01:05.555Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derby.jar] 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.555Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbytools.jar] 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.555Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbynet.jar] 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.555Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyclient.jar] 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.556Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyshared.jar] 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.556Z] ------------------------------------------------------ 16:01:05 [2023-03-05T21:01:05.556Z] ----------------- Locale Information ----------------- 16:01:05 [2023-03-05T21:01:05.556Z] Current Locale : [English/United States [en_US]] 16:01:05 [2023-03-05T21:01:05.556Z] Found support for locale: [cs] 16:01:05 [2023-03-05T21:01:05.556Z] version: 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.556Z] Found support for locale: [de_DE] 16:01:05 [2023-03-05T21:01:05.556Z] version: 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.556Z] Found support for locale: [es] 16:01:05 [2023-03-05T21:01:05.556Z] version: 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.556Z] Found support for locale: [fr] 16:01:05 [2023-03-05T21:01:05.556Z] version: 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.556Z] Found support for locale: [hu] 16:01:05 [2023-03-05T21:01:05.556Z] version: 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.556Z] Found support for locale: [it] 16:01:05 [2023-03-05T21:01:05.556Z] version: 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.556Z] Found support for locale: [ja_JP] 16:01:05 [2023-03-05T21:01:05.556Z] version: 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.556Z] Found support for locale: [ko_KR] 16:01:05 [2023-03-05T21:01:05.556Z] version: 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.556Z] Found support for locale: [pl] 16:01:05 [2023-03-05T21:01:05.556Z] version: 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.556Z] Found support for locale: [pt_BR] 16:01:05 [2023-03-05T21:01:05.556Z] version: 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.556Z] Found support for locale: [ru] 16:01:05 [2023-03-05T21:01:05.556Z] version: 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.556Z] Found support for locale: [zh_CN] 16:01:05 [2023-03-05T21:01:05.556Z] version: 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.556Z] Found support for locale: [zh_TW] 16:01:05 [2023-03-05T21:01:05.556Z] version: 10.15.2.0 - (1873585) 16:01:05 [2023-03-05T21:01:05.556Z] ------------------------------------------------------ 16:01:05 [2023-03-05T21:01:05.556Z] ------------------------------------------------------ 16:01:05 [2023-03-05T21:01:05.556Z] 16:01:05 [2023-03-05T21:01:05.556Z] Starting database in the background. 16:01:05 [2023-03-05T21:01:05.556Z] Log redirected to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.log. 16:01:05 [2023-03-05T21:01:05.556Z] Command start-database executed successfully. 16:01:05 [2023-03-05T21:01:05.556Z] + cd /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch 16:01:05 [2023-03-05T21:01:05.556Z] ++ echo 16:01:05 [2023-03-05T21:01:05.556Z] ++ cut -d: -f2 16:01:05 [2023-03-05T21:01:05.556Z] ++ sed 's/\/\///g' 16:01:08 [2023-03-05T21:01:08.831Z] + PROXY_HOST= 16:01:08 [2023-03-05T21:01:08.831Z] ++ echo 16:01:08 [2023-03-05T21:01:08.831Z] ++ cut -d: -f3 16:01:08 [2023-03-05T21:01:08.831Z] ++ sed 's/\///g' 16:01:08 [2023-03-05T21:01:08.831Z] + PROXY_PORT= 16:01:08 [2023-03-05T21:01:08.831Z] + ANT_OPTS='-Djavax.xml.accessExternalSchema=all -Dhttp.proxyHost= -Dhttp.proxyPort= -Dhttp.noProxyHosts='\''127.0.0.1|localhost|*.oracle.com'\'' -Dhttps.proxyHost= -Dhttps.proxyPort= -Dhttps.noProxyHosts='\''127.0.0.1|localhost|*.oracle.com'\''' 16:01:08 [2023-03-05T21:01:08.831Z] + export ANT_OPTS 16:01:08 [2023-03-05T21:01:08.831Z] + echo 'ANT_OPTS=-Djavax.xml.accessExternalSchema=all -Dhttp.proxyHost= -Dhttp.proxyPort= -Dhttp.noProxyHosts='\''127.0.0.1|localhost|*.oracle.com'\'' -Dhttps.proxyHost= -Dhttps.proxyPort= -Dhttps.noProxyHosts='\''127.0.0.1|localhost|*.oracle.com'\''' 16:01:08 [2023-03-05T21:01:08.831Z] ANT_OPTS=-Djavax.xml.accessExternalSchema=all -Dhttp.proxyHost= -Dhttp.proxyPort= -Dhttp.noProxyHosts='127.0.0.1|localhost|*.oracle.com' -Dhttps.proxyHost= -Dhttps.proxyPort= -Dhttps.noProxyHosts='127.0.0.1|localhost|*.oracle.com' 16:01:08 [2023-03-05T21:01:08.831Z] + ant all 16:01:08 [2023-03-05T21:01:08.831Z] + tee /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/tests-run.log 16:01:08 [2023-03-05T21:01:08.831Z] Buildfile: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/build.xml 16:01:09 [2023-03-05T21:01:09.087Z] 16:01:09 [2023-03-05T21:01:09.087Z] all: 16:01:09 [2023-03-05T21:01:09.087Z] 16:01:09 [2023-03-05T21:01:09.087Z] setOSConditions: 16:01:09 [2023-03-05T21:01:09.087Z] 16:01:09 [2023-03-05T21:01:09.087Z] setToolWin: 16:01:09 [2023-03-05T21:01:09.087Z] 16:01:09 [2023-03-05T21:01:09.087Z] setToolUnix: 16:01:09 [2023-03-05T21:01:09.087Z] 16:01:09 [2023-03-05T21:01:09.087Z] setToolProperty: 16:01:09 [2023-03-05T21:01:09.087Z] 16:01:09 [2023-03-05T21:01:09.087Z] setS1ASclassPath: 16:01:09 [2023-03-05T21:01:09.087Z] 16:01:09 [2023-03-05T21:01:09.087Z] init-common: 16:01:09 [2023-03-05T21:01:09.087Z] 16:01:09 [2023-03-05T21:01:09.087Z] clean: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setOSConditions: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setToolWin: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setToolUnix: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setToolProperty: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setS1ASclassPath: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] init-common: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] clean-common: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setOSConditions: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setToolWin: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setToolUnix: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setToolProperty: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setS1ASclassPath: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] init-common: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] clean-classes-common: 16:01:09 [2023-03-05T21:01:09.343Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setOSConditions: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setToolWin: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setToolUnix: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setToolProperty: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setS1ASclassPath: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] init-common: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] clean-jars-common: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] compile: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setOSConditions: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setToolWin: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setToolUnix: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setToolProperty: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] setS1ASclassPath: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] init-common: 16:01:09 [2023-03-05T21:01:09.343Z] 16:01:09 [2023-03-05T21:01:09.343Z] compile-common: 16:01:09 [2023-03-05T21:01:09.343Z] [echo] Current time (ISO): 2023-03-05T21:01:09.184+0000 16:01:09 [2023-03-05T21:01:09.343Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:01:09 [2023-03-05T21:01:09.343Z] [javac] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:01:10 [2023-03-05T21:01:10.731Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:01:10 [2023-03-05T21:01:10.731Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/bmt-chunk-job/ejb/com/oracle/javaee7/samples/batch/chunk/SimpleItemWriter.java uses unchecked or unsafe operations. 16:01:10 [2023-03-05T21:01:10.731Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:01:10 [2023-03-05T21:01:10.731Z] [javac] 1 warning 16:01:10 [2023-03-05T21:01:10.731Z] 16:01:10 [2023-03-05T21:01:10.731Z] setOSConditions: 16:01:10 [2023-03-05T21:01:10.731Z] 16:01:10 [2023-03-05T21:01:10.731Z] setToolWin: 16:01:10 [2023-03-05T21:01:10.731Z] 16:01:10 [2023-03-05T21:01:10.731Z] setToolUnix: 16:01:10 [2023-03-05T21:01:10.731Z] 16:01:10 [2023-03-05T21:01:10.731Z] setToolProperty: 16:01:10 [2023-03-05T21:01:10.731Z] 16:01:10 [2023-03-05T21:01:10.731Z] setS1ASclassPath: 16:01:10 [2023-03-05T21:01:10.731Z] 16:01:10 [2023-03-05T21:01:10.731Z] init-common: 16:01:10 [2023-03-05T21:01:10.731Z] 16:01:10 [2023-03-05T21:01:10.731Z] compile-common: 16:01:10 [2023-03-05T21:01:10.731Z] [echo] Current time (ISO): 2023-03-05T21:01:10.632+0000 16:01:10 [2023-03-05T21:01:10.731Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:01:12 [2023-03-05T21:01:12.103Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:01:12 [2023-03-05T21:01:12.103Z] [javac] 1 warning 16:01:12 [2023-03-05T21:01:12.103Z] 16:01:12 [2023-03-05T21:01:12.103Z] build: 16:01:12 [2023-03-05T21:01:12.104Z] 16:01:12 [2023-03-05T21:01:12.104Z] setOSConditions: 16:01:12 [2023-03-05T21:01:12.104Z] 16:01:12 [2023-03-05T21:01:12.104Z] fixFiles: 16:01:12 [2023-03-05T21:01:12.104Z] 16:01:12 [2023-03-05T21:01:12.104Z] convUnix: 16:01:12 [2023-03-05T21:01:12.104Z] 16:01:12 [2023-03-05T21:01:12.104Z] convWin: 16:01:12 [2023-03-05T21:01:12.104Z] 16:01:12 [2023-03-05T21:01:12.104Z] setToolWin: 16:01:12 [2023-03-05T21:01:12.104Z] 16:01:12 [2023-03-05T21:01:12.104Z] setToolUnix: 16:01:12 [2023-03-05T21:01:12.104Z] 16:01:12 [2023-03-05T21:01:12.104Z] setToolProperty: 16:01:12 [2023-03-05T21:01:12.104Z] 16:01:12 [2023-03-05T21:01:12.104Z] setS1ASclassPath: 16:01:12 [2023-03-05T21:01:12.104Z] 16:01:12 [2023-03-05T21:01:12.104Z] init-common: 16:01:12 [2023-03-05T21:01:12.104Z] 16:01:12 [2023-03-05T21:01:12.104Z] package-persistence-common: 16:01:12 [2023-03-05T21:01:12.104Z] 16:01:12 [2023-03-05T21:01:12.104Z] ejb-jar-common: 16:01:12 [2023-03-05T21:01:12.104Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:01:12 [2023-03-05T21:01:12.104Z] 16:01:12 [2023-03-05T21:01:12.104Z] package-ejbjar-common: 16:01:12 [2023-03-05T21:01:12.104Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:01:12 [2023-03-05T21:01:12.104Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:01:12 [2023-03-05T21:01:12.104Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF/batch-jobs 16:01:12 [2023-03-05T21:01:12.104Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/devtest-batch-bmt-chunk-job-ejb.jar 16:01:12 [2023-03-05T21:01:12.104Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:01:12 [2023-03-05T21:01:12.104Z] 16:01:12 [2023-03-05T21:01:12.104Z] appclient-jar-common: 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] package-appclientjar-common: 16:01:12 [2023-03-05T21:01:12.360Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:01:12 [2023-03-05T21:01:12.360Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/devtest-batch-bmt-chunk-job-client.jar 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] webclient-war-common: 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] build-ear-common: 16:01:12 [2023-03-05T21:01:12.360Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/devtest-batch-bmt-chunk-jobApp.ear 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] deploy: 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] setOSConditions: 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] setToolWin: 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] setToolUnix: 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] setToolProperty: 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] setS1ASclassPath: 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] init-common: 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] deploy-common: 16:01:12 [2023-03-05T21:01:12.360Z] [echo] Current time (ISO): 2023-03-05T21:01:12.133+0000 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] setOSConditions: 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] setToolWin: 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] setToolUnix: 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] setToolProperty: 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] setS1ASclassPath: 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] init-common: 16:01:12 [2023-03-05T21:01:12.360Z] 16:01:12 [2023-03-05T21:01:12.360Z] deploy-common-pe: 16:01:12 [2023-03-05T21:01:12.618Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/devtest-batch-bmt-chunk-jobApp.ear 16:01:16 [2023-03-05T21:01:16.789Z] [exec] Application deployed with name devtest-batch-bmt-chunk-jobApp. 16:01:16 [2023-03-05T21:01:16.789Z] [echo] Deployment on target server server successful 16:01:16 [2023-03-05T21:01:16.789Z] 16:01:16 [2023-03-05T21:01:16.789Z] setOSConditions: 16:01:16 [2023-03-05T21:01:16.789Z] 16:01:16 [2023-03-05T21:01:16.789Z] setToolWin: 16:01:16 [2023-03-05T21:01:16.789Z] 16:01:16 [2023-03-05T21:01:16.789Z] setToolUnix: 16:01:16 [2023-03-05T21:01:16.789Z] 16:01:16 [2023-03-05T21:01:16.789Z] setToolProperty: 16:01:16 [2023-03-05T21:01:16.789Z] 16:01:16 [2023-03-05T21:01:16.789Z] setS1ASclassPath: 16:01:16 [2023-03-05T21:01:16.789Z] 16:01:16 [2023-03-05T21:01:16.789Z] init-common: 16:01:16 [2023-03-05T21:01:16.789Z] 16:01:16 [2023-03-05T21:01:16.789Z] deploy-common-ee: 16:01:16 [2023-03-05T21:01:16.789Z] 16:01:16 [2023-03-05T21:01:16.789Z] run: 16:01:16 [2023-03-05T21:01:16.789Z] 16:01:16 [2023-03-05T21:01:16.789Z] setOSConditions: 16:01:16 [2023-03-05T21:01:16.789Z] 16:01:16 [2023-03-05T21:01:16.789Z] setToolWin: 16:01:16 [2023-03-05T21:01:16.789Z] 16:01:16 [2023-03-05T21:01:16.789Z] setToolUnix: 16:01:16 [2023-03-05T21:01:16.789Z] 16:01:16 [2023-03-05T21:01:16.789Z] setToolProperty: 16:01:16 [2023-03-05T21:01:16.789Z] 16:01:16 [2023-03-05T21:01:16.789Z] setS1ASclassPath: 16:01:16 [2023-03-05T21:01:16.789Z] 16:01:16 [2023-03-05T21:01:16.789Z] init-common: 16:01:16 [2023-03-05T21:01:16.789Z] 16:01:16 [2023-03-05T21:01:16.789Z] runclient-common: 16:01:16 [2023-03-05T21:01:16.789Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/devtest-batch-bmt-chunk-jobAppClient.jar -name devtest-batch-bmt-chunk-jobClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:01:17 [2023-03-05T21:01:17.353Z] [exec] Mar 05, 2023 9:01:17 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:01:17 [2023-03-05T21:01:17.353Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:01:17 [2023-03-05T21:01:17.926Z] [exec] Mar 05, 2023 9:01:17 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 16:01:17 [2023-03-05T21:01:17.926Z] [exec] WARNING: ACC001: Using the only client [devtest-batch-bmt-chunk-job-client] with main class [com.sun.ejb.devtest.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/devtest-batch-bmt-chunk-jobAppClient.jar even though it does not match the specified main class name null or client name devtest-batch-bmt-chunk-jobClient 16:01:19 [2023-03-05T21:01:19.852Z] [exec] Mar 05, 2023 9:01:19 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:01:19 [2023-03-05T21:01:19.852Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@46f73ffa 16:01:21 [2023-03-05T21:01:21.755Z] [exec] ************************************************ 16:01:21 [2023-03-05T21:01:21.755Z] [exec] ******* JobID: 1 ****************** 16:01:21 [2023-03-05T21:01:21.755Z] [exec] ************************************************ 16:01:21 [2023-03-05T21:01:21.755Z] [exec] Will sleep for 10 more seconds...: null 16:01:22 [2023-03-05T21:01:22.685Z] [exec] Value of key is:batch-chunk-stateless 16:01:22 [2023-03-05T21:01:22.685Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:01:22 [2023-03-05T21:01:22.685Z] [exec] 16:01:22 [2023-03-05T21:01:22.685Z] [exec] 16:01:22 [2023-03-05T21:01:22.685Z] [exec] ----------------------------------------- 16:01:22 [2023-03-05T21:01:22.685Z] [exec] - batch-chunk-stateless: PASS - 16:01:22 [2023-03-05T21:01:22.685Z] [exec] ----------------------------------------- 16:01:22 [2023-03-05T21:01:22.685Z] [exec] Total PASS: 1 16:01:22 [2023-03-05T21:01:22.685Z] [exec] Total FAIL: 0 16:01:22 [2023-03-05T21:01:22.685Z] [exec] Total DID NOT RUN: 0 16:01:22 [2023-03-05T21:01:22.685Z] [exec] ----------------------------------------- 16:01:22 [2023-03-05T21:01:22.685Z] [exec] in flushAll , creating new testSuiteHash 16:01:22 [2023-03-05T21:01:22.685Z] [exec] in flushAll , creating new testSuiteHash 16:01:22 [2023-03-05T21:01:22.942Z] 16:01:22 [2023-03-05T21:01:22.942Z] checkReporting-common: 16:01:22 [2023-03-05T21:01:22.942Z] 16:01:22 [2023-03-05T21:01:22.942Z] confirmReportPresent-common: 16:01:22 [2023-03-05T21:01:22.942Z] [echo] file RepRunConf.txt is present. 16:01:22 [2023-03-05T21:01:22.942Z] [echo] Test seems to be reported fine 16:01:22 [2023-03-05T21:01:22.942Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/bmt-chunk-job/RepRunConf.txt 16:01:22 [2023-03-05T21:01:22.942Z] 16:01:22 [2023-03-05T21:01:22.942Z] confirmMissingReport-common: 16:01:22 [2023-03-05T21:01:22.942Z] 16:01:22 [2023-03-05T21:01:22.942Z] undeploy: 16:01:22 [2023-03-05T21:01:22.942Z] 16:01:22 [2023-03-05T21:01:22.942Z] setOSConditions: 16:01:22 [2023-03-05T21:01:22.942Z] 16:01:22 [2023-03-05T21:01:22.942Z] setToolWin: 16:01:22 [2023-03-05T21:01:22.942Z] 16:01:22 [2023-03-05T21:01:22.942Z] setToolUnix: 16:01:22 [2023-03-05T21:01:22.942Z] 16:01:22 [2023-03-05T21:01:22.942Z] setToolProperty: 16:01:22 [2023-03-05T21:01:22.942Z] 16:01:22 [2023-03-05T21:01:22.942Z] setS1ASclassPath: 16:01:22 [2023-03-05T21:01:22.942Z] 16:01:22 [2023-03-05T21:01:22.942Z] init-common: 16:01:22 [2023-03-05T21:01:22.942Z] 16:01:22 [2023-03-05T21:01:22.942Z] undeploy-common: 16:01:23 [2023-03-05T21:01:23.220Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false devtest-batch-bmt-chunk-jobApp 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] all: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setOSConditions: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setToolWin: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setToolUnix: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setToolProperty: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setS1ASclassPath: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] init-common: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] clean: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setOSConditions: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setToolWin: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setToolUnix: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setToolProperty: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setS1ASclassPath: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] init-common: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] clean-common: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setOSConditions: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setToolWin: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setToolUnix: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setToolProperty: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setS1ASclassPath: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] init-common: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] clean-classes-common: 16:01:23 [2023-03-05T21:01:23.477Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setOSConditions: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setToolWin: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setToolUnix: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setToolProperty: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setS1ASclassPath: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] init-common: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] clean-jars-common: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] compile: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setOSConditions: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setToolWin: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setToolUnix: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setToolProperty: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] setS1ASclassPath: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] init-common: 16:01:23 [2023-03-05T21:01:23.477Z] 16:01:23 [2023-03-05T21:01:23.477Z] compile-common: 16:01:23 [2023-03-05T21:01:23.477Z] [echo] Current time (ISO): 2023-03-05T21:01:23.276+0000 16:01:23 [2023-03-05T21:01:23.477Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:01:23 [2023-03-05T21:01:23.477Z] [javac] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:01:24 [2023-03-05T21:01:24.859Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:01:24 [2023-03-05T21:01:24.859Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/cmt-chunk-job/ejb/com/oracle/javaee7/samples/batch/cmt/chunk/SimpleItemWriter.java uses unchecked or unsafe operations. 16:01:24 [2023-03-05T21:01:24.859Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:01:24 [2023-03-05T21:01:24.859Z] [javac] 1 warning 16:01:24 [2023-03-05T21:01:24.859Z] 16:01:24 [2023-03-05T21:01:24.859Z] setOSConditions: 16:01:24 [2023-03-05T21:01:24.859Z] 16:01:24 [2023-03-05T21:01:24.859Z] setToolWin: 16:01:24 [2023-03-05T21:01:24.859Z] 16:01:24 [2023-03-05T21:01:24.859Z] setToolUnix: 16:01:24 [2023-03-05T21:01:24.859Z] 16:01:24 [2023-03-05T21:01:24.859Z] setToolProperty: 16:01:24 [2023-03-05T21:01:24.859Z] 16:01:24 [2023-03-05T21:01:24.859Z] setS1ASclassPath: 16:01:24 [2023-03-05T21:01:24.859Z] 16:01:24 [2023-03-05T21:01:24.859Z] init-common: 16:01:24 [2023-03-05T21:01:24.859Z] 16:01:24 [2023-03-05T21:01:24.859Z] compile-common: 16:01:24 [2023-03-05T21:01:24.859Z] [echo] Current time (ISO): 2023-03-05T21:01:24.783+0000 16:01:24 [2023-03-05T21:01:24.859Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:01:26 [2023-03-05T21:01:26.256Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:01:26 [2023-03-05T21:01:26.256Z] [javac] 1 warning 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] build: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] setOSConditions: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] fixFiles: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] convUnix: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] convWin: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] setToolWin: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] setToolUnix: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] setToolProperty: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] setS1ASclassPath: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] init-common: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] package-persistence-common: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] ejb-jar-common: 16:01:26 [2023-03-05T21:01:26.256Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] package-ejbjar-common: 16:01:26 [2023-03-05T21:01:26.256Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:01:26 [2023-03-05T21:01:26.256Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:01:26 [2023-03-05T21:01:26.256Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF/batch-jobs 16:01:26 [2023-03-05T21:01:26.256Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/batch-cmt-chunk-ejb.jar 16:01:26 [2023-03-05T21:01:26.256Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] appclient-jar-common: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] package-appclientjar-common: 16:01:26 [2023-03-05T21:01:26.256Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:01:26 [2023-03-05T21:01:26.256Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/batch-cmt-chunk-client.jar 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] webclient-war-common: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] build-ear-common: 16:01:26 [2023-03-05T21:01:26.256Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/batch-cmt-chunkApp.ear 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] deploy: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] setOSConditions: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] setToolWin: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] setToolUnix: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] setToolProperty: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] setS1ASclassPath: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] init-common: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] deploy-common: 16:01:26 [2023-03-05T21:01:26.256Z] [echo] Current time (ISO): 2023-03-05T21:01:26.079+0000 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] setOSConditions: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] setToolWin: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] setToolUnix: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] setToolProperty: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] setS1ASclassPath: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] init-common: 16:01:26 [2023-03-05T21:01:26.256Z] 16:01:26 [2023-03-05T21:01:26.256Z] deploy-common-pe: 16:01:26 [2023-03-05T21:01:26.519Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/batch-cmt-chunkApp.ear 16:01:27 [2023-03-05T21:01:27.082Z] [exec] Application deployed with name batch-cmt-chunkApp. 16:01:27 [2023-03-05T21:01:27.082Z] [echo] Deployment on target server server successful 16:01:27 [2023-03-05T21:01:27.082Z] 16:01:27 [2023-03-05T21:01:27.082Z] setOSConditions: 16:01:27 [2023-03-05T21:01:27.082Z] 16:01:27 [2023-03-05T21:01:27.082Z] setToolWin: 16:01:27 [2023-03-05T21:01:27.082Z] 16:01:27 [2023-03-05T21:01:27.082Z] setToolUnix: 16:01:27 [2023-03-05T21:01:27.082Z] 16:01:27 [2023-03-05T21:01:27.082Z] setToolProperty: 16:01:27 [2023-03-05T21:01:27.082Z] 16:01:27 [2023-03-05T21:01:27.082Z] setS1ASclassPath: 16:01:27 [2023-03-05T21:01:27.082Z] 16:01:27 [2023-03-05T21:01:27.082Z] init-common: 16:01:27 [2023-03-05T21:01:27.082Z] 16:01:27 [2023-03-05T21:01:27.082Z] deploy-common-ee: 16:01:27 [2023-03-05T21:01:27.082Z] 16:01:27 [2023-03-05T21:01:27.082Z] run: 16:01:27 [2023-03-05T21:01:27.082Z] 16:01:27 [2023-03-05T21:01:27.082Z] setOSConditions: 16:01:27 [2023-03-05T21:01:27.082Z] 16:01:27 [2023-03-05T21:01:27.082Z] setToolWin: 16:01:27 [2023-03-05T21:01:27.082Z] 16:01:27 [2023-03-05T21:01:27.082Z] setToolUnix: 16:01:27 [2023-03-05T21:01:27.082Z] 16:01:27 [2023-03-05T21:01:27.082Z] setToolProperty: 16:01:27 [2023-03-05T21:01:27.082Z] 16:01:27 [2023-03-05T21:01:27.082Z] setS1ASclassPath: 16:01:27 [2023-03-05T21:01:27.082Z] 16:01:27 [2023-03-05T21:01:27.082Z] init-common: 16:01:27 [2023-03-05T21:01:27.082Z] 16:01:27 [2023-03-05T21:01:27.082Z] runclient-common: 16:01:27 [2023-03-05T21:01:27.082Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/batch-cmt-chunkAppClient.jar -name batch-cmt-chunkClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:01:27 [2023-03-05T21:01:27.644Z] [exec] Mar 05, 2023 9:01:27 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:01:27 [2023-03-05T21:01:27.644Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:01:28 [2023-03-05T21:01:28.225Z] [exec] Mar 05, 2023 9:01:28 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 16:01:28 [2023-03-05T21:01:28.225Z] [exec] WARNING: ACC001: Using the only client [batch-cmt-chunk-client] with main class [com.sun.ejb.devtest.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/batch-cmt-chunkAppClient.jar even though it does not match the specified main class name null or client name batch-cmt-chunkClient 16:01:30 [2023-03-05T21:01:30.144Z] [exec] Mar 05, 2023 9:01:29 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:01:30 [2023-03-05T21:01:30.144Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6380e9e9 16:01:30 [2023-03-05T21:01:30.144Z] [exec] Will sleep for 9 more seconds... 16:01:31 [2023-03-05T21:01:31.075Z] [exec] ** checkBatchJobStatus[2] ==> COMPLETED 16:01:31 [2023-03-05T21:01:31.075Z] [exec] Will sleep for 9 more seconds... 16:01:32 [2023-03-05T21:01:32.444Z] [exec] ** checkBatchJobStatus[3] ==> COMPLETED 16:01:32 [2023-03-05T21:01:32.444Z] [exec] Value of key is:batch-cmt-chunk-test1 16:01:32 [2023-03-05T21:01:32.444Z] [exec] Value of key is:batch-cmt-status-checkExe-jobName 16:01:32 [2023-03-05T21:01:32.444Z] [exec] Value of key is:batch-cmt-status-checkExe-appName 16:01:32 [2023-03-05T21:01:32.444Z] [exec] Value of key is:batch-cmt-status-checkExe-instanceCount 16:01:32 [2023-03-05T21:01:32.444Z] [exec] Value of key is:batch-cmt-status-checkExe-instanceID 16:01:32 [2023-03-05T21:01:32.444Z] [exec] Value of key is:batch-cmt-status-checkExe-executionID 16:01:32 [2023-03-05T21:01:32.444Z] [exec] Value of key is:batch-cmt-status-checkExe-startTime 16:01:32 [2023-03-05T21:01:32.444Z] [exec] Value of key is:batch-cmt-status-checkExe-batchStatus 16:01:32 [2023-03-05T21:01:32.444Z] [exec] Value of key is:batch-cmt-status-checkExe-endTime 16:01:32 [2023-03-05T21:01:32.444Z] [exec] Value of key is:batch-cmt-status-checkExe-isJobExecutionOK 16:01:32 [2023-03-05T21:01:32.444Z] [exec] Value of key is:batch-cmt-chunk-checkIfOnlyJobsFromThisAppAreVisible 16:01:32 [2023-03-05T21:01:32.444Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:01:32 [2023-03-05T21:01:32.444Z] [exec] 16:01:32 [2023-03-05T21:01:32.444Z] [exec] 16:01:32 [2023-03-05T21:01:32.444Z] [exec] ----------------------------------------- 16:01:32 [2023-03-05T21:01:32.444Z] [exec] - batch-cmt-chunk-test1: PASS - 16:01:32 [2023-03-05T21:01:32.444Z] [exec] - batch-cmt-status-checkExe-instanceCount: PASS - 16:01:32 [2023-03-05T21:01:32.444Z] [exec] - batch-cmt-status-checkExe-executionID: PASS - 16:01:32 [2023-03-05T21:01:32.444Z] [exec] - batch-cmt-status-checkExe-endTime: PASS - 16:01:32 [2023-03-05T21:01:32.444Z] [exec] - batch-cmt-status-checkExe-isJobExecutionOK: PASS - 16:01:32 [2023-03-05T21:01:32.444Z] [exec] - batch-cmt-status-checkExe-jobName: PASS - 16:01:32 [2023-03-05T21:01:32.444Z] [exec] - batch-cmt-status-checkExe-batchStatus: PASS - 16:01:32 [2023-03-05T21:01:32.444Z] [exec] - batch-cmt-status-checkExe-appName: PASS - 16:01:32 [2023-03-05T21:01:32.444Z] [exec] - batch-cmt-status-checkExe-instanceID: PASS - 16:01:32 [2023-03-05T21:01:32.444Z] [exec] - batch-cmt-status-checkExe-startTime: PASS - 16:01:32 [2023-03-05T21:01:32.444Z] [exec] - batch-cmt-chunk-checkIfOnlyJobsFromThisAppAreVisible: PASS - 16:01:32 [2023-03-05T21:01:32.444Z] [exec] ----------------------------------------- 16:01:32 [2023-03-05T21:01:32.444Z] [exec] Total PASS: 11 16:01:32 [2023-03-05T21:01:32.444Z] [exec] Total FAIL: 0 16:01:32 [2023-03-05T21:01:32.444Z] [exec] Total DID NOT RUN: 0 16:01:32 [2023-03-05T21:01:32.444Z] [exec] ----------------------------------------- 16:01:32 [2023-03-05T21:01:32.444Z] [exec] in flushAll , creating new testSuiteHash 16:01:32 [2023-03-05T21:01:32.444Z] [exec] in flushAll , creating new testSuiteHash 16:01:32 [2023-03-05T21:01:32.720Z] 16:01:32 [2023-03-05T21:01:32.720Z] checkReporting-common: 16:01:32 [2023-03-05T21:01:32.720Z] 16:01:32 [2023-03-05T21:01:32.720Z] confirmReportPresent-common: 16:01:32 [2023-03-05T21:01:32.720Z] [echo] file RepRunConf.txt is present. 16:01:32 [2023-03-05T21:01:32.720Z] [echo] Test seems to be reported fine 16:01:32 [2023-03-05T21:01:32.720Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/cmt-chunk-job/RepRunConf.txt 16:01:32 [2023-03-05T21:01:32.720Z] 16:01:32 [2023-03-05T21:01:32.720Z] confirmMissingReport-common: 16:01:32 [2023-03-05T21:01:32.720Z] 16:01:32 [2023-03-05T21:01:32.720Z] undeploy: 16:01:32 [2023-03-05T21:01:32.720Z] 16:01:32 [2023-03-05T21:01:32.720Z] setOSConditions: 16:01:32 [2023-03-05T21:01:32.720Z] 16:01:32 [2023-03-05T21:01:32.720Z] setToolWin: 16:01:32 [2023-03-05T21:01:32.720Z] 16:01:32 [2023-03-05T21:01:32.720Z] setToolUnix: 16:01:32 [2023-03-05T21:01:32.720Z] 16:01:32 [2023-03-05T21:01:32.720Z] setToolProperty: 16:01:32 [2023-03-05T21:01:32.720Z] 16:01:32 [2023-03-05T21:01:32.720Z] setS1ASclassPath: 16:01:32 [2023-03-05T21:01:32.720Z] 16:01:32 [2023-03-05T21:01:32.720Z] init-common: 16:01:32 [2023-03-05T21:01:32.720Z] 16:01:32 [2023-03-05T21:01:32.720Z] undeploy-common: 16:01:32 [2023-03-05T21:01:32.976Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false batch-cmt-chunkApp 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] all: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setOSConditions: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setToolWin: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setToolUnix: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setToolProperty: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setS1ASclassPath: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] init-common: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] clean: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setOSConditions: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setToolWin: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setToolUnix: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setToolProperty: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setS1ASclassPath: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] init-common: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] clean-common: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setOSConditions: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setToolWin: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setToolUnix: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setToolProperty: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setS1ASclassPath: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] init-common: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] clean-classes-common: 16:01:32 [2023-03-05T21:01:32.976Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setOSConditions: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setToolWin: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setToolUnix: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setToolProperty: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setS1ASclassPath: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] init-common: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] clean-jars-common: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] compile: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setOSConditions: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setToolWin: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setToolUnix: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setToolProperty: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] setS1ASclassPath: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] init-common: 16:01:32 [2023-03-05T21:01:32.976Z] 16:01:32 [2023-03-05T21:01:32.976Z] compile-common: 16:01:32 [2023-03-05T21:01:32.976Z] [echo] Current time (ISO): 2023-03-05T21:01:32.952+0000 16:01:32 [2023-03-05T21:01:32.976Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:01:32 [2023-03-05T21:01:32.976Z] [javac] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:01:34 [2023-03-05T21:01:34.343Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:01:34 [2023-03-05T21:01:34.343Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/simple-validation-test/ejb/com/oracle/javaee7/samples/batch/cmt/chunk/SimpleItemWriter.java uses unchecked or unsafe operations. 16:01:34 [2023-03-05T21:01:34.343Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:01:34 [2023-03-05T21:01:34.343Z] [javac] 1 warning 16:01:34 [2023-03-05T21:01:34.343Z] 16:01:34 [2023-03-05T21:01:34.343Z] setOSConditions: 16:01:34 [2023-03-05T21:01:34.343Z] 16:01:34 [2023-03-05T21:01:34.343Z] setToolWin: 16:01:34 [2023-03-05T21:01:34.343Z] 16:01:34 [2023-03-05T21:01:34.343Z] setToolUnix: 16:01:34 [2023-03-05T21:01:34.343Z] 16:01:34 [2023-03-05T21:01:34.343Z] setToolProperty: 16:01:34 [2023-03-05T21:01:34.343Z] 16:01:34 [2023-03-05T21:01:34.343Z] setS1ASclassPath: 16:01:34 [2023-03-05T21:01:34.343Z] 16:01:34 [2023-03-05T21:01:34.343Z] init-common: 16:01:34 [2023-03-05T21:01:34.343Z] 16:01:34 [2023-03-05T21:01:34.343Z] compile-common: 16:01:34 [2023-03-05T21:01:34.343Z] [echo] Current time (ISO): 2023-03-05T21:01:34.316+0000 16:01:34 [2023-03-05T21:01:34.343Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:01:35 [2023-03-05T21:01:35.729Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:01:35 [2023-03-05T21:01:35.729Z] [javac] 1 warning 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] build: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] setOSConditions: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] fixFiles: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] convUnix: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] convWin: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] setToolWin: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] setToolUnix: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] setToolProperty: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] setS1ASclassPath: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] init-common: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] package-persistence-common: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] ejb-jar-common: 16:01:35 [2023-03-05T21:01:35.729Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] package-ejbjar-common: 16:01:35 [2023-03-05T21:01:35.729Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:01:35 [2023-03-05T21:01:35.729Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:01:35 [2023-03-05T21:01:35.729Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF/batch-jobs 16:01:35 [2023-03-05T21:01:35.729Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/Simple-Validation-ejb.jar 16:01:35 [2023-03-05T21:01:35.729Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] appclient-jar-common: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] package-appclientjar-common: 16:01:35 [2023-03-05T21:01:35.729Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:01:35 [2023-03-05T21:01:35.729Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/Simple-Validation-client.jar 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] webclient-war-common: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] build-ear-common: 16:01:35 [2023-03-05T21:01:35.729Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/Simple-ValidationApp.ear 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] deploy: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] setOSConditions: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] setToolWin: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] setToolUnix: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] setToolProperty: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] setS1ASclassPath: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] init-common: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] deploy-common: 16:01:35 [2023-03-05T21:01:35.729Z] [echo] Current time (ISO): 2023-03-05T21:01:35.680+0000 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] setOSConditions: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] setToolWin: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] setToolUnix: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] setToolProperty: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] setS1ASclassPath: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] init-common: 16:01:35 [2023-03-05T21:01:35.729Z] 16:01:35 [2023-03-05T21:01:35.729Z] deploy-common-pe: 16:01:36 [2023-03-05T21:01:36.321Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/Simple-ValidationApp.ear 16:01:36 [2023-03-05T21:01:36.578Z] [exec] Application deployed with name Simple-ValidationApp. 16:01:36 [2023-03-05T21:01:36.578Z] [echo] Deployment on target server server successful 16:01:36 [2023-03-05T21:01:36.578Z] 16:01:36 [2023-03-05T21:01:36.578Z] setOSConditions: 16:01:36 [2023-03-05T21:01:36.578Z] 16:01:36 [2023-03-05T21:01:36.578Z] setToolWin: 16:01:36 [2023-03-05T21:01:36.578Z] 16:01:36 [2023-03-05T21:01:36.578Z] setToolUnix: 16:01:36 [2023-03-05T21:01:36.578Z] 16:01:36 [2023-03-05T21:01:36.578Z] setToolProperty: 16:01:36 [2023-03-05T21:01:36.578Z] 16:01:36 [2023-03-05T21:01:36.578Z] setS1ASclassPath: 16:01:36 [2023-03-05T21:01:36.578Z] 16:01:36 [2023-03-05T21:01:36.578Z] init-common: 16:01:36 [2023-03-05T21:01:36.578Z] 16:01:36 [2023-03-05T21:01:36.578Z] deploy-common-ee: 16:01:36 [2023-03-05T21:01:36.578Z] 16:01:36 [2023-03-05T21:01:36.578Z] run: 16:01:36 [2023-03-05T21:01:36.578Z] 16:01:36 [2023-03-05T21:01:36.578Z] setOSConditions: 16:01:36 [2023-03-05T21:01:36.578Z] 16:01:36 [2023-03-05T21:01:36.578Z] setToolWin: 16:01:36 [2023-03-05T21:01:36.578Z] 16:01:36 [2023-03-05T21:01:36.578Z] setToolUnix: 16:01:36 [2023-03-05T21:01:36.578Z] 16:01:36 [2023-03-05T21:01:36.578Z] setToolProperty: 16:01:36 [2023-03-05T21:01:36.578Z] 16:01:36 [2023-03-05T21:01:36.578Z] setS1ASclassPath: 16:01:36 [2023-03-05T21:01:36.578Z] 16:01:36 [2023-03-05T21:01:36.578Z] init-common: 16:01:36 [2023-03-05T21:01:36.578Z] 16:01:36 [2023-03-05T21:01:36.578Z] runclient-common: 16:01:36 [2023-03-05T21:01:36.578Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/Simple-ValidationAppClient.jar -name Simple-ValidationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:01:37 [2023-03-05T21:01:37.140Z] [exec] Mar 05, 2023 9:01:36 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:01:37 [2023-03-05T21:01:37.141Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:01:37 [2023-03-05T21:01:37.703Z] [exec] Mar 05, 2023 9:01:37 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 16:01:37 [2023-03-05T21:01:37.703Z] [exec] WARNING: ACC001: Using the only client [Simple-Validation-client] with main class [com.sun.ejb.devtest.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/Simple-ValidationAppClient.jar even though it does not match the specified main class name null or client name Simple-ValidationClient 16:01:39 [2023-03-05T21:01:39.595Z] [exec] Mar 05, 2023 9:01:39 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:01:39 [2023-03-05T21:01:39.595Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2589d787 16:01:39 [2023-03-05T21:01:39.595Z] [exec] Will sleep for 99 more seconds... 16:01:40 [2023-03-05T21:01:40.526Z] [exec] ** checkBatchJobStatus[4] ==> FAILED 16:01:40 [2023-03-05T21:01:40.526Z] [exec] Will sleep for 99 more seconds... 16:01:41 [2023-03-05T21:01:41.892Z] [exec] ** checkBatchJobStatus[5] ==> FAILED 16:01:41 [2023-03-05T21:01:41.892Z] [exec] Value of key is:batch-cmt-chunk-test1 16:01:41 [2023-03-05T21:01:41.892Z] [exec] ** JOB ==> Simple-Validation-Job 2 16:01:41 [2023-03-05T21:01:41.892Z] [exec] Value of key is:batch-cmt-chunk-test2 16:01:41 [2023-03-05T21:01:41.892Z] [exec] ** JOB ==> 0 Simple-Validation-Job server-config:Simple-ValidationApp FAILED FAILED 16:01:41 [2023-03-05T21:01:41.892Z] [exec] ** JOB ==> 1 Simple-Validation-Job server-config:Simple-ValidationApp FAILED FAILED 16:01:41 [2023-03-05T21:01:41.892Z] [exec] Value of key is:batch-cmt-chunk-test3 16:01:41 [2023-03-05T21:01:41.892Z] [exec] Value of key is:batch-cmt-status-checkExe-jobName 16:01:41 [2023-03-05T21:01:41.892Z] [exec] Value of key is:batch-cmt-status-checkExe-appName 16:01:41 [2023-03-05T21:01:41.892Z] [exec] Value of key is:batch-cmt-status-checkExe-instanceCount 16:01:41 [2023-03-05T21:01:41.892Z] [exec] Value of key is:batch-cmt-status-checkExe-instanceID 16:01:41 [2023-03-05T21:01:41.892Z] [exec] Value of key is:batch-cmt-status-checkExe-executionID 16:01:41 [2023-03-05T21:01:41.892Z] [exec] Value of key is:batch-cmt-status-checkExe-startTime 16:01:41 [2023-03-05T21:01:41.892Z] [exec] Value of key is:batch-cmt-status-checkExe-batchStatus 16:01:41 [2023-03-05T21:01:41.892Z] [exec] Value of key is:batch-cmt-status-checkExe-endTime 16:01:41 [2023-03-05T21:01:41.892Z] [exec] Value of key is:batch-cmt-status-checkExe-isJobExecutionOK 16:01:41 [2023-03-05T21:01:41.892Z] [exec] Value of key is:batch-cmt-status-checkExe-checkAllJobExecutions 16:01:41 [2023-03-05T21:01:41.892Z] [exec] Value of key is:batch-cmt-chunk-checkIfOnlyJobsFromThisAppAreVisible 16:01:41 [2023-03-05T21:01:41.892Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:01:41 [2023-03-05T21:01:41.892Z] [exec] 16:01:41 [2023-03-05T21:01:41.892Z] [exec] 16:01:41 [2023-03-05T21:01:41.893Z] [exec] ----------------------------------------- 16:01:41 [2023-03-05T21:01:41.893Z] [exec] - batch-cmt-chunk-test1: PASS - 16:01:41 [2023-03-05T21:01:41.893Z] [exec] - batch-cmt-chunk-test3: PASS - 16:01:41 [2023-03-05T21:01:41.893Z] [exec] - batch-cmt-status-checkExe-instanceCount: PASS - 16:01:41 [2023-03-05T21:01:41.893Z] [exec] - batch-cmt-chunk-test2: PASS - 16:01:41 [2023-03-05T21:01:41.893Z] [exec] - batch-cmt-status-checkExe-isJobExecutionOK: PASS - 16:01:41 [2023-03-05T21:01:41.893Z] [exec] - batch-cmt-status-checkExe-startTime: PASS - 16:01:41 [2023-03-05T21:01:41.893Z] [exec] - batch-cmt-status-checkExe-checkAllJobExecutions: PASS - 16:01:41 [2023-03-05T21:01:41.893Z] [exec] - batch-cmt-status-checkExe-executionID: PASS - 16:01:41 [2023-03-05T21:01:41.893Z] [exec] - batch-cmt-status-checkExe-endTime: PASS - 16:01:41 [2023-03-05T21:01:41.893Z] [exec] - batch-cmt-status-checkExe-jobName: PASS - 16:01:41 [2023-03-05T21:01:41.893Z] [exec] - batch-cmt-status-checkExe-batchStatus: PASS - 16:01:41 [2023-03-05T21:01:41.893Z] [exec] - batch-cmt-status-checkExe-appName: PASS - 16:01:41 [2023-03-05T21:01:41.893Z] [exec] - batch-cmt-status-checkExe-instanceID: PASS - 16:01:41 [2023-03-05T21:01:41.893Z] [exec] - batch-cmt-chunk-checkIfOnlyJobsFromThisAppAreVisible: PASS - 16:01:41 [2023-03-05T21:01:41.893Z] [exec] ----------------------------------------- 16:01:41 [2023-03-05T21:01:41.893Z] [exec] Total PASS: 14 16:01:41 [2023-03-05T21:01:41.893Z] [exec] Total FAIL: 0 16:01:41 [2023-03-05T21:01:41.893Z] [exec] Total DID NOT RUN: 0 16:01:41 [2023-03-05T21:01:41.893Z] [exec] ----------------------------------------- 16:01:41 [2023-03-05T21:01:41.893Z] [exec] in flushAll , creating new testSuiteHash 16:01:41 [2023-03-05T21:01:41.893Z] [exec] in flushAll , creating new testSuiteHash 16:01:42 [2023-03-05T21:01:42.149Z] 16:01:42 [2023-03-05T21:01:42.149Z] checkReporting-common: 16:01:42 [2023-03-05T21:01:42.149Z] 16:01:42 [2023-03-05T21:01:42.149Z] confirmReportPresent-common: 16:01:42 [2023-03-05T21:01:42.149Z] [echo] file RepRunConf.txt is present. 16:01:42 [2023-03-05T21:01:42.149Z] [echo] Test seems to be reported fine 16:01:42 [2023-03-05T21:01:42.149Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/simple-validation-test/RepRunConf.txt 16:01:42 [2023-03-05T21:01:42.149Z] 16:01:42 [2023-03-05T21:01:42.149Z] confirmMissingReport-common: 16:01:42 [2023-03-05T21:01:42.149Z] 16:01:42 [2023-03-05T21:01:42.149Z] undeploy: 16:01:42 [2023-03-05T21:01:42.149Z] 16:01:42 [2023-03-05T21:01:42.149Z] setOSConditions: 16:01:42 [2023-03-05T21:01:42.149Z] 16:01:42 [2023-03-05T21:01:42.149Z] setToolWin: 16:01:42 [2023-03-05T21:01:42.149Z] 16:01:42 [2023-03-05T21:01:42.149Z] setToolUnix: 16:01:42 [2023-03-05T21:01:42.149Z] 16:01:42 [2023-03-05T21:01:42.149Z] setToolProperty: 16:01:42 [2023-03-05T21:01:42.149Z] 16:01:42 [2023-03-05T21:01:42.149Z] setS1ASclassPath: 16:01:42 [2023-03-05T21:01:42.149Z] 16:01:42 [2023-03-05T21:01:42.149Z] init-common: 16:01:42 [2023-03-05T21:01:42.149Z] 16:01:42 [2023-03-05T21:01:42.150Z] undeploy-common: 16:01:49 [2023-03-05T21:01:49.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false Simple-ValidationApp 16:01:49 [2023-03-05T21:01:49.289Z] 16:01:49 [2023-03-05T21:01:49.289Z] all: 16:01:49 [2023-03-05T21:01:49.289Z] 16:01:49 [2023-03-05T21:01:49.289Z] BUILD SUCCESSFUL 16:01:49 [2023-03-05T21:01:49.289Z] Total time: 33 seconds 16:01:49 [2023-03-05T21:01:49.289Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin stop-database 16:01:49 [2023-03-05T21:01:49.289Z] Sun Mar 05 21:01:42 UTC 2023 : Connection obtained for host: 0.0.0.0, port number 1527. 16:01:49 [2023-03-05T21:01:49.289Z] Sun Mar 05 21:01:43 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:01:49 [2023-03-05T21:01:49.289Z] Command stop-database executed successfully. 16:01:49 [2023-03-05T21:01:49.289Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin stop-domain 16:01:49 [2023-03-05T21:01:49.289Z] Waiting for the domain to stop . 16:01:49 [2023-03-05T21:01:49.289Z] Waiting finished after 170 ms. 16:01:49 [2023-03-05T21:01:49.289Z] Command stop-domain executed successfully. 16:01:49 [2023-03-05T21:01:49.289Z] + generate_junit_report batch_all 16:01:49 [2023-03-05T21:01:49.289Z] + printf '\n%s \n\n' '===== GENERATE JUNIT REPORT =====' 16:01:49 [2023-03-05T21:01:49.289Z] 16:01:49 [2023-03-05T21:01:49.289Z] ===== GENERATE JUNIT REPORT ===== 16:01:49 [2023-03-05T21:01:49.289Z] 16:01:49 [2023-03-05T21:01:49.289Z] + TD=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml 16:01:49 [2023-03-05T21:01:49.289Z] + JUD=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml 16:01:49 [2023-03-05T21:01:49.289Z] + TESTSUITE_NAME=batch_all 16:01:49 [2023-03-05T21:01:49.289Z] + cat /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml 16:01:49 [2023-03-05T21:01:49.289Z] + awk -v suitename=batch_all ' 16:01:49 [2023-03-05T21:01:49.289Z] BEGIN { 16:01:49 [2023-03-05T21:01:49.289Z] totaltests = 0; 16:01:49 [2023-03-05T21:01:49.289Z] totalfailures = 0; 16:01:49 [2023-03-05T21:01:49.289Z] totalerrors = 0; 16:01:49 [2023-03-05T21:01:49.289Z] } 16:01:49 [2023-03-05T21:01:49.289Z] function getPropVal(str){ 16:01:49 [2023-03-05T21:01:49.289Z] split(str, a, "="); 16:01:49 [2023-03-05T21:01:49.289Z] val = a[2]; 16:01:49 [2023-03-05T21:01:49.289Z] # remove quotes 16:01:49 [2023-03-05T21:01:49.289Z] gsub("\"","",val); 16:01:49 [2023-03-05T21:01:49.289Z] return val; 16:01:49 [2023-03-05T21:01:49.289Z] } 16:01:49 [2023-03-05T21:01:49.289Z] function removeXMLTag(str){ 16:01:49 [2023-03-05T21:01:49.289Z] # remove xml tag quotes 16:01:49 [2023-03-05T21:01:49.289Z] gsub("</.*>","",str); 16:01:49 [2023-03-05T21:01:49.289Z] gsub("<.*>","",str); 16:01:49 [2023-03-05T21:01:49.289Z] gsub(">","",str); 16:01:49 [2023-03-05T21:01:49.289Z] return str; 16:01:49 [2023-03-05T21:01:49.289Z] } 16:01:49 [2023-03-05T21:01:49.289Z] /status value=/ { 16:01:49 [2023-03-05T21:01:49.289Z] result=getPropVal($0); 16:01:49 [2023-03-05T21:01:49.289Z] result=removeXMLTag(result); 16:01:49 [2023-03-05T21:01:49.289Z] } 16:01:49 [2023-03-05T21:01:49.289Z] /<testsuite>/ { 16:01:49 [2023-03-05T21:01:49.289Z] getline; 16:01:49 [2023-03-05T21:01:49.289Z] getline; 16:01:49 [2023-03-05T21:01:49.289Z] testunit=removeXMLTag($0); 16:01:49 [2023-03-05T21:01:49.289Z] gsub("\"","",testunit); 16:01:49 [2023-03-05T21:01:49.289Z] } 16:01:49 [2023-03-05T21:01:49.289Z] /<testcase>/ { 16:01:49 [2023-03-05T21:01:49.289Z] getline; 16:01:49 [2023-03-05T21:01:49.289Z] testname=removeXMLTag($0); 16:01:49 [2023-03-05T21:01:49.289Z] gsub("\"","",testname); 16:01:49 [2023-03-05T21:01:49.289Z] } 16:01:49 [2023-03-05T21:01:49.289Z] /<\/testcase>/{ 16:01:49 [2023-03-05T21:01:49.289Z] classname=testunit 16:01:49 [2023-03-05T21:01:49.289Z] # printing testcase to out 16:01:49 [2023-03-05T21:01:49.289Z] out = out sprintf(" <testcase classname=\"%s\" name=\"%s\" time=\"0.0\">\n", classname, testname); 16:01:49 [2023-03-05T21:01:49.289Z] if (result == "fail") { 16:01:49 [2023-03-05T21:01:49.289Z] out = out " <failure message=\"NA\" type=\"NA\"/>\n"; 16:01:49 [2023-03-05T21:01:49.289Z] totalfailures++; 16:01:49 [2023-03-05T21:01:49.289Z] } else if (result == "did_not_run") { 16:01:49 [2023-03-05T21:01:49.289Z] out = out " <error message=\"NA\" type=\"NA\"/>\n"; 16:01:49 [2023-03-05T21:01:49.289Z] totalerrors++; 16:01:49 [2023-03-05T21:01:49.289Z] } 16:01:49 [2023-03-05T21:01:49.289Z] out = out " </testcase>\n"; 16:01:49 [2023-03-05T21:01:49.289Z] 16:01:49 [2023-03-05T21:01:49.289Z] totaltests++; 16:01:49 [2023-03-05T21:01:49.289Z] result=""; 16:01:49 [2023-03-05T21:01:49.289Z] testname=""; 16:01:49 [2023-03-05T21:01:49.289Z] } 16:01:49 [2023-03-05T21:01:49.289Z] END { 16:01:49 [2023-03-05T21:01:49.289Z] print "<?xml version=\"1.0\" ?>" 16:01:49 [2023-03-05T21:01:49.289Z] printf "<testsuite tests=\"%d\" failures=\"%d\" errors=\"%d\" name=\"%s\">\n", totaltests, totalfailures, totalerrors, suitename; 16:01:49 [2023-03-05T21:01:49.289Z] printf "%s", out; 16:01:49 [2023-03-05T21:01:49.289Z] print "</testsuite>" 16:01:49 [2023-03-05T21:01:49.289Z] }' 16:01:49 [2023-03-05T21:01:49.289Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:01:49 [2023-03-05T21:01:49.289Z] + change_junit_report_class_names 16:01:49 [2023-03-05T21:01:49.289Z] + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml 16:01:49 [2023-03-05T21:01:49.289Z] + sed -i 's/\bclassname="/classname="batch_all./g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml 16:01:49 [2023-03-05T21:01:49.289Z] + copy_test_artifacts batch_all 16:01:49 [2023-03-05T21:01:49.289Z] + sleep 1 16:01:49 [2023-03-05T21:01:49.289Z] + printf '\n%s \n\n' '===== COPY TEST ARTIFACTS =====' 16:01:49 [2023-03-05T21:01:49.289Z] 16:01:49 [2023-03-05T21:01:49.289Z] ===== COPY TEST ARTIFACTS ===== 16:01:49 [2023-03-05T21:01:49.289Z] 16:01:49 [2023-03-05T21:01:49.289Z] + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:01:49 [2023-03-05T21:01:49.289Z] + tar -cf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains 16:01:49 [2023-03-05T21:01:49.289Z] tar: Removing leading `/' from member names 16:01:49 [2023-03-05T21:01:49.289Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:01:49 [2023-03-05T21:01:49.289Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/tests-run.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:01:49 [2023-03-05T21:01:49.290Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:01:49 [2023-03-05T21:01:49.290Z] ++ pwd 16:01:49 [2023-03-05T21:01:49.290Z] + cp '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/*/*logs.zip' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:01:49 [2023-03-05T21:01:49.290Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/*/*logs.zip': No such file or directory 16:01:49 [2023-03-05T21:01:49.290Z] + true 16:01:49 [2023-03-05T21:01:49.290Z] ++ pwd 16:01:49 [2023-03-05T21:01:49.290Z] + cp '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/*/*/*logs.zip' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:01:49 [2023-03-05T21:01:49.290Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/*/*/*logs.zip': No such file or directory 16:01:49 [2023-03-05T21:01:49.290Z] + true 16:01:49 [2023-03-05T21:01:49.290Z] + tar -caf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/batch_all-results.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results 16:01:49 [2023-03-05T21:01:49.290Z] tar: Removing leading `/' from member names 16:01:49 [2023-03-05T21:01:49.290Z] + break 16:01:49 [2023-03-05T21:01:49.290Z] + [[ true = false ]] 16:01:49 [2023-03-05T21:01:49.290Z] + git reset --hard 16:01:49 [2023-03-05T21:01:49.290Z] HEAD is now at 2d124bddc Merge pull request #24332 from dmatej/removed-admingui-dist-fragment [Pipeline] } [Pipeline] // timestamps [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (ejb_all) [Pipeline] timestamps [Pipeline] { [Pipeline] sh 16:02:54 [2023-03-05T21:02:54.125Z] + rm -rf glassfish7 16:02:54 [2023-03-05T21:02:54.125Z] + true 16:02:54 [2023-03-05T21:02:54.125Z] + export MAVEN_ARGS=-Pstaging 16:02:54 [2023-03-05T21:02:54.125Z] + MAVEN_ARGS=-Pstaging 16:02:54 [2023-03-05T21:02:54.125Z] + ./runtests.sh jdbc_all 16:02:54 [2023-03-05T21:02:54.125Z] This script can be temporarily used for local testing until we integrate current set of tests to Maven 16:02:54 [2023-03-05T21:02:54.125Z] First argument is a version of GlassFish used for testing. It will be downloaded by Maven command 16:02:54 [2023-03-05T21:02:54.125Z] Second argument is a test set id, one of: 16:02:54 [2023-03-05T21:02:54.125Z] cdi_all, ql_gf_full_profile_all, \n 16:02:54 [2023-03-05T21:02:54.125Z] \n 16:02:54 [2023-03-05T21:02:54.125Z] web_jsp, deployment_all, \n 16:02:54 [2023-03-05T21:02:54.125Z] ejb_group_1. ejb_group_2, ejb_group_3, ejb_group_embedded, \n 16:02:54 [2023-03-05T21:02:54.125Z] cdi_all, ql_gf_full_profile_all, ql_gf_nucleus_all, \n 16:02:54 [2023-03-05T21:02:54.125Z] ql_gf_web_profile_all, nucleus_admin_all, jdbc_all, batch_all, persistence_all, webservice_all, \n 16:02:54 [2023-03-05T21:02:54.125Z] connector_group_1, connector_group_2, connector_group_3, connector_group_4 16:02:54 [2023-03-05T21:02:54.125Z] If you need to use a different JAVA_HOME than is used by your system, export it or edit this script. 16:02:54 [2023-03-05T21:02:54.125Z] 16:02:54 [2023-03-05T21:02:54.125Z] POM file "/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist 16:02:56 [2023-03-05T21:02:56.670Z] [INFO] Scanning for projects... 16:02:56 [2023-03-05T21:02:56.926Z] [INFO] 16:02:56 [2023-03-05T21:02:56.926Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ 16:02:56 [2023-03-05T21:02:56.926Z] [INFO] Building GlassFish Project 7.0.3-SNAPSHOT 16:02:56 [2023-03-05T21:02:56.926Z] [INFO] --------------------------------[ pom ]--------------------------------- 16:02:56 [2023-03-05T21:02:56.926Z] [INFO] 16:02:56 [2023-03-05T21:02:56.926Z] [INFO] --- maven-dependency-plugin:3.2.0:copy (default-cli) @ glassfish-main-aggregator --- 16:02:57 [2023-03-05T21:02:57.489Z] [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:runtime:0.8.8:jar 16:02:57 [2023-03-05T21:02:57.489Z] [INFO] org.jacoco:org.jacoco.agent:runtime:0.8.8:jar already exists in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:02:57 [2023-03-05T21:02:57.489Z] [INFO] ------------------------------------------------------------------------ 16:02:57 [2023-03-05T21:02:57.489Z] [INFO] BUILD SUCCESS 16:02:57 [2023-03-05T21:02:57.489Z] [INFO] ------------------------------------------------------------------------ 16:02:57 [2023-03-05T21:02:57.489Z] [INFO] Total time: 0.839 s 16:02:57 [2023-03-05T21:02:57.489Z] [INFO] Finished at: 2023-03-05T21:02:57Z 16:02:57 [2023-03-05T21:02:57.489Z] [INFO] ------------------------------------------------------------------------ 16:02:57 [2023-03-05T21:02:57.489Z] + '[' '!' -z /var/jenkins ']' 16:02:57 [2023-03-05T21:02:57.489Z] ++ mktemp -t XXXgf-internal-env 16:02:57 [2023-03-05T21:02:57.489Z] + readonly GF_INTERNAL_ENV_SH=/tmp/gBagf-internal-env 16:02:57 [2023-03-05T21:02:57.489Z] + GF_INTERNAL_ENV_SH=/tmp/gBagf-internal-env 16:02:57 [2023-03-05T21:02:57.489Z] + '[' '!' -z '' ']' 16:02:57 [2023-03-05T21:02:57.489Z] + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all 16:02:57 [2023-03-05T21:02:57.489Z] + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all 16:02:57 [2023-03-05T21:02:57.489Z] + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/maven-repo.tar.gz ']' 16:02:57 [2023-03-05T21:02:57.489Z] + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish' 16:02:57 [2023-03-05T21:02:57.489Z] Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:02:57 [2023-03-05T21:02:57.489Z] + rm -rf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:02:57 [2023-03-05T21:02:57.489Z] + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' 16:02:57 [2023-03-05T21:02:57.489Z] + '[' -z 7.0.3-SNAPSHOT ']' 16:02:57 [2023-03-05T21:02:57.489Z] + '[' -z /home/jenkins/.m2/repository ']' 16:02:57 [2023-03-05T21:02:57.489Z] + run_test jdbc_all 16:02:57 [2023-03-05T21:02:57.489Z] + local testid=jdbc_all 16:02:57 [2023-03-05T21:02:57.489Z] + local found=false 16:02:57 [2023-03-05T21:02:57.489Z] ++ find . -name run_test.sh 16:02:58 [2023-03-05T21:02:58.052Z] + for runtest in `find . -name run_test\.sh` 16:02:58 [2023-03-05T21:02:58.052Z] ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + OPT=list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + TEST_ID= 16:02:58 [2023-03-05T21:02:58.052Z] ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh 16:02:58 [2023-03-05T21:02:58.052Z] + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh 16:02:58 [2023-03-05T21:02:58.052Z] +++ uname 16:02:58 [2023-03-05T21:02:58.052Z] +++ grep -i sunos 16:02:58 [2023-03-05T21:02:58.052Z] +++ wc -l 16:02:58 [2023-03-05T21:02:58.052Z] +++ awk '{print $1}' 16:02:58 [2023-03-05T21:02:58.052Z] ++ '[' 0 -eq 1 ']' 16:02:58 [2023-03-05T21:02:58.052Z] ++ GREP=grep 16:02:58 [2023-03-05T21:02:58.052Z] ++ AWK=awk 16:02:58 [2023-03-05T21:02:58.052Z] ++ SED=sed 16:02:58 [2023-03-05T21:02:58.052Z] ++ BC=bc 16:02:58 [2023-03-05T21:02:58.052Z] ++ export GREP AWK SED BC 16:02:58 [2023-03-05T21:02:58.052Z] + case ${OPT} in 16:02:58 [2023-03-05T21:02:58.052Z] + list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ admin_cli_all = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ admin-cli-group-1 = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ admin-cli-group-2 = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ admin-cli-group-3 = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ admin-cli-group-4 = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ admin-cli-group-5 = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + [[ false = true ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for runtest in `find . -name run_test\.sh` 16:02:58 [2023-03-05T21:02:58.052Z] ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + OPT=list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + TEST_ID= 16:02:58 [2023-03-05T21:02:58.052Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh 16:02:58 [2023-03-05T21:02:58.052Z] + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh 16:02:58 [2023-03-05T21:02:58.052Z] +++ uname 16:02:58 [2023-03-05T21:02:58.052Z] +++ grep -i sunos 16:02:58 [2023-03-05T21:02:58.052Z] +++ wc -l 16:02:58 [2023-03-05T21:02:58.052Z] +++ awk '{print $1}' 16:02:58 [2023-03-05T21:02:58.052Z] ++ '[' 0 -eq 1 ']' 16:02:58 [2023-03-05T21:02:58.052Z] ++ GREP=grep 16:02:58 [2023-03-05T21:02:58.052Z] ++ AWK=awk 16:02:58 [2023-03-05T21:02:58.052Z] ++ SED=sed 16:02:58 [2023-03-05T21:02:58.052Z] ++ BC=bc 16:02:58 [2023-03-05T21:02:58.052Z] ++ export GREP AWK SED BC 16:02:58 [2023-03-05T21:02:58.052Z] + case ${OPT} in 16:02:58 [2023-03-05T21:02:58.052Z] + list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + echo batch_all 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ batch_all = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + [[ false = true ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for runtest in `find . -name run_test\.sh` 16:02:58 [2023-03-05T21:02:58.052Z] ++ ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + OPT=list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + TEST_ID= 16:02:58 [2023-03-05T21:02:58.052Z] ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh 16:02:58 [2023-03-05T21:02:58.052Z] + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh 16:02:58 [2023-03-05T21:02:58.052Z] +++ uname 16:02:58 [2023-03-05T21:02:58.052Z] +++ grep -i sunos 16:02:58 [2023-03-05T21:02:58.052Z] +++ wc -l 16:02:58 [2023-03-05T21:02:58.052Z] +++ awk '{print $1}' 16:02:58 [2023-03-05T21:02:58.052Z] ++ '[' 0 -eq 1 ']' 16:02:58 [2023-03-05T21:02:58.052Z] ++ GREP=grep 16:02:58 [2023-03-05T21:02:58.052Z] ++ AWK=awk 16:02:58 [2023-03-05T21:02:58.052Z] ++ SED=sed 16:02:58 [2023-03-05T21:02:58.052Z] ++ BC=bc 16:02:58 [2023-03-05T21:02:58.052Z] ++ export GREP AWK SED BC 16:02:58 [2023-03-05T21:02:58.052Z] + case ${OPT} in 16:02:58 [2023-03-05T21:02:58.052Z] + list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + echo cdi_all 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ cdi_all = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + [[ false = true ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for runtest in `find . -name run_test\.sh` 16:02:58 [2023-03-05T21:02:58.052Z] ++ ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + OPT=list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + TEST_ID= 16:02:58 [2023-03-05T21:02:58.052Z] ++ dirname ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh 16:02:58 [2023-03-05T21:02:58.052Z] + source ./appserver/tests/appserv-tests/devtests/connector/v3/../../../../common_test.sh 16:02:58 [2023-03-05T21:02:58.052Z] +++ uname 16:02:58 [2023-03-05T21:02:58.052Z] +++ grep -i sunos 16:02:58 [2023-03-05T21:02:58.052Z] +++ wc -l 16:02:58 [2023-03-05T21:02:58.052Z] +++ awk '{print $1}' 16:02:58 [2023-03-05T21:02:58.052Z] ++ '[' 0 -eq 1 ']' 16:02:58 [2023-03-05T21:02:58.052Z] ++ GREP=grep 16:02:58 [2023-03-05T21:02:58.052Z] ++ AWK=awk 16:02:58 [2023-03-05T21:02:58.052Z] ++ SED=sed 16:02:58 [2023-03-05T21:02:58.052Z] ++ BC=bc 16:02:58 [2023-03-05T21:02:58.052Z] ++ export GREP AWK SED BC 16:02:58 [2023-03-05T21:02:58.052Z] + case ${OPT} in 16:02:58 [2023-03-05T21:02:58.052Z] + list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + echo connector_all connector_group_1 connector_group_2 connector_group_3 connector_group_4 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ connector_all = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ connector_group_1 = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ connector_group_2 = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ connector_group_3 = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ connector_group_4 = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + [[ false = true ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for runtest in `find . -name run_test\.sh` 16:02:58 [2023-03-05T21:02:58.052Z] ++ ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + OPT=list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + TEST_ID= 16:02:58 [2023-03-05T21:02:58.052Z] ++ dirname ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh 16:02:58 [2023-03-05T21:02:58.052Z] + source ./appserver/tests/appserv-tests/devtests/deployment/../../../common_test.sh 16:02:58 [2023-03-05T21:02:58.052Z] +++ uname 16:02:58 [2023-03-05T21:02:58.052Z] +++ grep -i sunos 16:02:58 [2023-03-05T21:02:58.052Z] +++ wc -l 16:02:58 [2023-03-05T21:02:58.052Z] +++ awk '{print $1}' 16:02:58 [2023-03-05T21:02:58.052Z] ++ '[' 0 -eq 1 ']' 16:02:58 [2023-03-05T21:02:58.052Z] ++ GREP=grep 16:02:58 [2023-03-05T21:02:58.052Z] ++ AWK=awk 16:02:58 [2023-03-05T21:02:58.052Z] ++ SED=sed 16:02:58 [2023-03-05T21:02:58.052Z] ++ BC=bc 16:02:58 [2023-03-05T21:02:58.052Z] ++ export GREP AWK SED BC 16:02:58 [2023-03-05T21:02:58.052Z] + case ${OPT} in 16:02:58 [2023-03-05T21:02:58.052Z] + list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + echo deployment_all deployment_cluster_all 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ deployment_all = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ deployment_cluster_all = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + [[ false = true ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for runtest in `find . -name run_test\.sh` 16:02:58 [2023-03-05T21:02:58.052Z] ++ ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + OPT=list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + TEST_ID= 16:02:58 [2023-03-05T21:02:58.052Z] ++ dirname ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh 16:02:58 [2023-03-05T21:02:58.052Z] + source ./appserver/tests/appserv-tests/devtests/ejb/../../../common_test.sh 16:02:58 [2023-03-05T21:02:58.052Z] +++ uname 16:02:58 [2023-03-05T21:02:58.052Z] +++ grep -i sunos 16:02:58 [2023-03-05T21:02:58.052Z] +++ wc -l 16:02:58 [2023-03-05T21:02:58.052Z] +++ awk '{print $1}' 16:02:58 [2023-03-05T21:02:58.052Z] ++ '[' 0 -eq 1 ']' 16:02:58 [2023-03-05T21:02:58.052Z] ++ GREP=grep 16:02:58 [2023-03-05T21:02:58.052Z] ++ AWK=awk 16:02:58 [2023-03-05T21:02:58.052Z] ++ SED=sed 16:02:58 [2023-03-05T21:02:58.052Z] ++ BC=bc 16:02:58 [2023-03-05T21:02:58.052Z] ++ export GREP AWK SED BC 16:02:58 [2023-03-05T21:02:58.052Z] + case ${OPT} in 16:02:58 [2023-03-05T21:02:58.052Z] + list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + echo ejb_all ejb_timer_cluster_all ejb_web_all ejb_group_1 ejb_group_2 ejb_group_3 ejb_group_embedded 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ ejb_all = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ ejb_timer_cluster_all = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ ejb_web_all = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ ejb_group_1 = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ ejb_group_2 = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ ejb_group_3 = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ ejb_group_embedded = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + [[ false = true ]] 16:02:58 [2023-03-05T21:02:58.052Z] + for runtest in `find . -name run_test\.sh` 16:02:58 [2023-03-05T21:02:58.052Z] ++ ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + OPT=list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + TEST_ID= 16:02:58 [2023-03-05T21:02:58.052Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh 16:02:58 [2023-03-05T21:02:58.052Z] + source ./appserver/tests/appserv-tests/devtests/jdbc/../../../common_test.sh 16:02:58 [2023-03-05T21:02:58.052Z] +++ uname 16:02:58 [2023-03-05T21:02:58.052Z] +++ grep -i sunos 16:02:58 [2023-03-05T21:02:58.052Z] +++ wc -l 16:02:58 [2023-03-05T21:02:58.052Z] +++ awk '{print $1}' 16:02:58 [2023-03-05T21:02:58.052Z] ++ '[' 0 -eq 1 ']' 16:02:58 [2023-03-05T21:02:58.052Z] ++ GREP=grep 16:02:58 [2023-03-05T21:02:58.052Z] ++ AWK=awk 16:02:58 [2023-03-05T21:02:58.052Z] ++ SED=sed 16:02:58 [2023-03-05T21:02:58.052Z] ++ BC=bc 16:02:58 [2023-03-05T21:02:58.052Z] ++ export GREP AWK SED BC 16:02:58 [2023-03-05T21:02:58.052Z] + case ${OPT} in 16:02:58 [2023-03-05T21:02:58.052Z] + list_test_ids 16:02:58 [2023-03-05T21:02:58.052Z] + echo jdbc_all 16:02:58 [2023-03-05T21:02:58.052Z] + for id in `${runtest} list_test_ids` 16:02:58 [2023-03-05T21:02:58.052Z] + [[ jdbc_all = \j\d\b\c\_\a\l\l ]] 16:02:58 [2023-03-05T21:02:58.052Z] + found=true 16:02:58 [2023-03-05T21:02:58.053Z] + break 16:02:58 [2023-03-05T21:02:58.053Z] + [[ true = true ]] 16:02:58 [2023-03-05T21:02:58.053Z] + ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh run_test_id jdbc_all 16:02:58 [2023-03-05T21:02:58.053Z] + OPT=run_test_id 16:02:58 [2023-03-05T21:02:58.053Z] + TEST_ID=jdbc_all 16:02:58 [2023-03-05T21:02:58.053Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh 16:02:58 [2023-03-05T21:02:58.053Z] + source ./appserver/tests/appserv-tests/devtests/jdbc/../../../common_test.sh 16:02:58 [2023-03-05T21:02:58.053Z] +++ uname 16:02:58 [2023-03-05T21:02:58.053Z] +++ grep -i sunos 16:02:58 [2023-03-05T21:02:58.053Z] +++ wc -l 16:02:58 [2023-03-05T21:02:58.053Z] +++ awk '{print $1}' 16:02:58 [2023-03-05T21:02:58.053Z] ++ '[' 0 -eq 1 ']' 16:02:58 [2023-03-05T21:02:58.053Z] ++ GREP=grep 16:02:58 [2023-03-05T21:02:58.053Z] ++ AWK=awk 16:02:58 [2023-03-05T21:02:58.053Z] ++ SED=sed 16:02:58 [2023-03-05T21:02:58.053Z] ++ BC=bc 16:02:58 [2023-03-05T21:02:58.053Z] ++ export GREP AWK SED BC 16:02:58 [2023-03-05T21:02:58.053Z] + case ${OPT} in 16:02:58 [2023-03-05T21:02:58.053Z] + trap 'copy_test_artifacts jdbc_all' EXIT 16:02:58 [2023-03-05T21:02:58.053Z] + run_test_id jdbc_all 16:02:58 [2023-03-05T21:02:58.053Z] + unzip_test_resources /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip 16:02:58 [2023-03-05T21:02:58.053Z] + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' 16:02:58 [2023-03-05T21:02:58.053Z] 16:02:58 [2023-03-05T21:02:58.053Z] ===== UNZIP TEST RESOURCES ===== 16:02:58 [2023-03-05T21:02:58.053Z] 16:02:58 [2023-03-05T21:02:58.053Z] + for i in "${@}" 16:02:58 [2023-03-05T21:02:58.053Z] + [[ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip == *.zip* ]] 16:02:58 [2023-03-05T21:02:58.053Z] + unzip -qq -o /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target 16:02:58 [2023-03-05T21:02:58.981Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh 16:02:58 [2023-03-05T21:02:58.982Z] + cd ./appserver/tests/appserv-tests/devtests/jdbc 16:02:58 [2023-03-05T21:02:58.982Z] + test_init 16:02:58 [2023-03-05T21:02:58.982Z] + printf '\n%s \n\n' '===== V2 DEVTESTS INIT =====' 16:02:58 [2023-03-05T21:02:58.982Z] 16:02:58 [2023-03-05T21:02:58.982Z] ===== V2 DEVTESTS INIT ===== 16:02:58 [2023-03-05T21:02:58.982Z] 16:02:58 [2023-03-05T21:02:58.982Z] + find /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish -type f 16:02:58 [2023-03-05T21:02:58.982Z] + xargs touch 16:02:58 [2023-03-05T21:02:58.982Z] + echo S1AS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:02:58 [2023-03-05T21:02:58.982Z] S1AS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:02:58 [2023-03-05T21:02:58.982Z] + echo ANT_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant 16:02:58 [2023-03-05T21:02:58.982Z] ANT_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant 16:02:58 [2023-03-05T21:02:58.982Z] + echo APS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests 16:02:58 [2023-03-05T21:02:58.982Z] APS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests 16:02:58 [2023-03-05T21:02:58.982Z] + java -version 16:02:58 [2023-03-05T21:02:58.982Z] openjdk version "18.0.2" 2022-07-19 16:02:58 [2023-03-05T21:02:58.982Z] OpenJDK Runtime Environment (build 18.0.2+9-61) 16:02:58 [2023-03-05T21:02:58.982Z] OpenJDK 64-Bit Server VM (build 18.0.2+9-61, mixed mode, sharing) 16:02:58 [2023-03-05T21:02:58.982Z] + ant -version 16:02:58 [2023-03-05T21:02:58.982Z] Apache Ant(TM) version 1.9.16 compiled on July 10 2021 16:02:58 [2023-03-05T21:02:58.982Z] + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:02:58 [2023-03-05T21:02:58.982Z] + printf '\n\n' 16:02:58 [2023-03-05T21:02:58.982Z] 16:02:58 [2023-03-05T21:02:58.982Z] 16:02:58 [2023-03-05T21:02:58.982Z] + get_test_target jdbc_all 16:02:58 [2023-03-05T21:02:58.982Z] + case ${1} in 16:02:58 [2023-03-05T21:02:58.982Z] + TARGET=all 16:02:58 [2023-03-05T21:02:58.982Z] + export TARGET 16:02:58 [2023-03-05T21:02:58.982Z] + test_run 16:02:58 [2023-03-05T21:02:58.982Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin start-domain domain1 16:03:03 [2023-03-05T21:03:03.777Z] Waiting for domain1 to start ..... 16:03:03 [2023-03-05T21:03:03.777Z] Waiting finished after 4,369 ms. 16:03:03 [2023-03-05T21:03:03.777Z] Successfully started the domain : domain1 16:03:03 [2023-03-05T21:03:03.777Z] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:03:03 [2023-03-05T21:03:03.777Z] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:03:03 [2023-03-05T21:03:03.777Z] Admin Port: 4,848 16:03:03 [2023-03-05T21:03:03.777Z] Command start-domain executed successfully. 16:03:04 [2023-03-05T21:03:04.340Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin start-database 16:03:04 [2023-03-05T21:03:04.927Z] Starting database in Network Server mode on host 0.0.0.0 and port 1527. 16:03:06 [2023-03-05T21:03:06.859Z] --------- Derby Network Server Information -------- 16:03:06 [2023-03-05T21:03:06.859Z] Version: CSS10150/10.15.2.0 - (1873585) Build: 1873585 DRDA Product Id: CSS10150 16:03:06 [2023-03-05T21:03:06.859Z] -- listing properties -- 16:03:06 [2023-03-05T21:03:06.859Z] derby.drda.timeSlice=0 16:03:06 [2023-03-05T21:03:06.859Z] derby.drda.portNumber=1527 16:03:06 [2023-03-05T21:03:06.859Z] derby.drda.minThreads=0 16:03:06 [2023-03-05T21:03:06.859Z] derby.drda.sslMode=off 16:03:06 [2023-03-05T21:03:06.859Z] derby.drda.traceAll=false 16:03:06 [2023-03-05T21:03:06.859Z] derby.drda.keepAlive=true 16:03:06 [2023-03-05T21:03:06.859Z] derby.drda.maxThreads=0 16:03:06 [2023-03-05T21:03:06.859Z] derby.drda.logConnections=false 16:03:06 [2023-03-05T21:03:06.859Z] derby.drda.startNetworkServer=false 16:03:06 [2023-03-05T21:03:06.859Z] derby.drda.host=0.0.0.0 16:03:06 [2023-03-05T21:03:06.859Z] derby.drda.traceDirectory=/home/jenkins/agent/workspace/glassfi... 16:03:06 [2023-03-05T21:03:06.859Z] ------------------ Java Information ------------------ 16:03:06 [2023-03-05T21:03:06.859Z] Java Version: 18.0.2 16:03:06 [2023-03-05T21:03:06.859Z] Java Vendor: Oracle Corporation 16:03:06 [2023-03-05T21:03:06.859Z] Java home: /opt/tools/java/openjdk/jdk-18/18.0.2+9 16:03:06 [2023-03-05T21:03:06.859Z] Java classpath: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/lib/asadmin/cli-optional.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derby.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyshared.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbytools.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbynet.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyclient.jar 16:03:06 [2023-03-05T21:03:06.859Z] OS name: Linux 16:03:06 [2023-03-05T21:03:06.859Z] OS architecture: amd64 16:03:06 [2023-03-05T21:03:06.859Z] OS version: 5.17.13-200.fc35.x86_64 16:03:06 [2023-03-05T21:03:06.859Z] Java user name: jenkins 16:03:06 [2023-03-05T21:03:06.859Z] Java user home: /home/jenkins 16:03:06 [2023-03-05T21:03:06.859Z] Java user dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc 16:03:06 [2023-03-05T21:03:06.859Z] java.specification.name: Java Platform API Specification 16:03:06 [2023-03-05T21:03:06.859Z] java.specification.version: 18 16:03:06 [2023-03-05T21:03:06.859Z] java.runtime.version: 18.0.2+9-61 16:03:06 [2023-03-05T21:03:06.859Z] --------- Derby Information -------- 16:03:06 [2023-03-05T21:03:06.859Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derby.jar] 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.859Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbytools.jar] 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.859Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbynet.jar] 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.859Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyclient.jar] 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.859Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyshared.jar] 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.859Z] ------------------------------------------------------ 16:03:06 [2023-03-05T21:03:06.859Z] ----------------- Locale Information ----------------- 16:03:06 [2023-03-05T21:03:06.859Z] Current Locale : [English/United States [en_US]] 16:03:06 [2023-03-05T21:03:06.859Z] Found support for locale: [cs] 16:03:06 [2023-03-05T21:03:06.859Z] version: 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.859Z] Found support for locale: [de_DE] 16:03:06 [2023-03-05T21:03:06.859Z] version: 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.860Z] Found support for locale: [es] 16:03:06 [2023-03-05T21:03:06.860Z] version: 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.860Z] Found support for locale: [fr] 16:03:06 [2023-03-05T21:03:06.860Z] version: 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.860Z] Found support for locale: [hu] 16:03:06 [2023-03-05T21:03:06.860Z] version: 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.860Z] Found support for locale: [it] 16:03:06 [2023-03-05T21:03:06.860Z] version: 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.860Z] Found support for locale: [ja_JP] 16:03:06 [2023-03-05T21:03:06.860Z] version: 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.860Z] Found support for locale: [ko_KR] 16:03:06 [2023-03-05T21:03:06.860Z] version: 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.860Z] Found support for locale: [pl] 16:03:06 [2023-03-05T21:03:06.860Z] version: 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.860Z] Found support for locale: [pt_BR] 16:03:06 [2023-03-05T21:03:06.860Z] version: 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.860Z] Found support for locale: [ru] 16:03:06 [2023-03-05T21:03:06.860Z] version: 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.860Z] Found support for locale: [zh_CN] 16:03:06 [2023-03-05T21:03:06.860Z] version: 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.860Z] Found support for locale: [zh_TW] 16:03:06 [2023-03-05T21:03:06.860Z] version: 10.15.2.0 - (1873585) 16:03:06 [2023-03-05T21:03:06.860Z] ------------------------------------------------------ 16:03:06 [2023-03-05T21:03:06.860Z] ------------------------------------------------------ 16:03:06 [2023-03-05T21:03:06.860Z] 16:03:06 [2023-03-05T21:03:06.860Z] Starting database in the background. 16:03:06 [2023-03-05T21:03:06.860Z] Log redirected to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.log. 16:03:06 [2023-03-05T21:03:06.860Z] Command start-database executed successfully. 16:03:08 [2023-03-05T21:03:08.642Z] + cd /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc 16:03:08 [2023-03-05T21:03:08.642Z] + ant all 16:03:08 [2023-03-05T21:03:08.642Z] + tee /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/tests-run.log 16:03:08 [2023-03-05T21:03:08.642Z] Buildfile: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/build.xml 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] all: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] jdbc-all: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] run-tests: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setOSConditions: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setToolWin: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setToolUnix: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setToolProperty: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setS1ASclassPath: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] init-common: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] clean: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setOSConditions: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setToolWin: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setToolUnix: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setToolProperty: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setS1ASclassPath: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] init-common: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] clean-common: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setOSConditions: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setToolWin: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setToolUnix: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setToolProperty: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setS1ASclassPath: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] init-common: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] clean-classes-common: 16:03:08 [2023-03-05T21:03:08.642Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setOSConditions: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setToolWin: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setToolUnix: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setToolProperty: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setS1ASclassPath: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] init-common: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] clean-jars-common: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] compile: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setOSConditions: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setToolWin: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setToolUnix: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setToolProperty: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] setS1ASclassPath: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] init-common: 16:03:08 [2023-03-05T21:03:08.642Z] 16:03:08 [2023-03-05T21:03:08.642Z] compile-common: 16:03:08 [2023-03-05T21:03:08.642Z] [echo] Current time (ISO): 2023-03-05T21:03:07.683+0000 16:03:08 [2023-03-05T21:03:08.642Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:03:08 [2023-03-05T21:03:08.642Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:03:08 [2023-03-05T21:03:08.899Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:03:08 [2023-03-05T21:03:08.899Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/ejb/SimpleBMPBean.java:42: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:03:08 [2023-03-05T21:03:08.899Z] [javac] return new Integer(1); 16:03:08 [2023-03-05T21:03:08.899Z] [javac] ^ 16:03:08 [2023-03-05T21:03:08.899Z] [javac] 2 warnings 16:03:09 [2023-03-05T21:03:09.172Z] 16:03:09 [2023-03-05T21:03:09.172Z] setOSConditions: 16:03:09 [2023-03-05T21:03:09.172Z] 16:03:09 [2023-03-05T21:03:09.172Z] setToolWin: 16:03:09 [2023-03-05T21:03:09.172Z] 16:03:09 [2023-03-05T21:03:09.172Z] setToolUnix: 16:03:09 [2023-03-05T21:03:09.172Z] 16:03:09 [2023-03-05T21:03:09.172Z] setToolProperty: 16:03:09 [2023-03-05T21:03:09.172Z] 16:03:09 [2023-03-05T21:03:09.172Z] setS1ASclassPath: 16:03:09 [2023-03-05T21:03:09.172Z] 16:03:09 [2023-03-05T21:03:09.172Z] init-common: 16:03:09 [2023-03-05T21:03:09.172Z] 16:03:09 [2023-03-05T21:03:09.172Z] compile-common: 16:03:09 [2023-03-05T21:03:09.172Z] [echo] Current time (ISO): 2023-03-05T21:03:08.935+0000 16:03:09 [2023-03-05T21:03:09.172Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:03:10 [2023-03-05T21:03:10.117Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:03:10 [2023-03-05T21:03:10.374Z] [javac] 1 warning 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.374Z] build: 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.374Z] setOSConditions: 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.374Z] fixFiles: 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.374Z] convUnix: 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.374Z] convWin: 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.374Z] setToolWin: 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.374Z] setToolUnix: 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.374Z] setToolProperty: 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.374Z] setS1ASclassPath: 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.374Z] init-common: 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.374Z] package-persistence-common: 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.374Z] ejb-jar-common: 16:03:10 [2023-03-05T21:03:10.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.374Z] package-ejbjar-common: 16:03:10 [2023-03-05T21:03:10.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:03:10 [2023-03-05T21:03:10.374Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:03:10 [2023-03-05T21:03:10.374Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:03:10 [2023-03-05T21:03:10.374Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauth-ejb.jar 16:03:10 [2023-03-05T21:03:10.374Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.374Z] appclient-jar-common: 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.374Z] package-appclientjar-common: 16:03:10 [2023-03-05T21:03:10.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:03:10 [2023-03-05T21:03:10.374Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:03:10 [2023-03-05T21:03:10.374Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:03:10 [2023-03-05T21:03:10.374Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauth-client.jar 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.374Z] webclient-war-common: 16:03:10 [2023-03-05T21:03:10.374Z] 16:03:10 [2023-03-05T21:03:10.375Z] build-ear-common: 16:03:10 [2023-03-05T21:03:10.375Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:03:10 [2023-03-05T21:03:10.375Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthApp.ear 16:03:10 [2023-03-05T21:03:10.375Z] 16:03:10 [2023-03-05T21:03:10.375Z] deploy: 16:03:10 [2023-03-05T21:03:10.375Z] 16:03:10 [2023-03-05T21:03:10.375Z] setOSConditions: 16:03:10 [2023-03-05T21:03:10.375Z] 16:03:10 [2023-03-05T21:03:10.375Z] setToolWin: 16:03:10 [2023-03-05T21:03:10.375Z] 16:03:10 [2023-03-05T21:03:10.375Z] setToolUnix: 16:03:10 [2023-03-05T21:03:10.375Z] 16:03:10 [2023-03-05T21:03:10.375Z] setToolProperty: 16:03:10 [2023-03-05T21:03:10.375Z] 16:03:10 [2023-03-05T21:03:10.375Z] setS1ASclassPath: 16:03:10 [2023-03-05T21:03:10.375Z] 16:03:10 [2023-03-05T21:03:10.375Z] init-common: 16:03:10 [2023-03-05T21:03:10.375Z] 16:03:10 [2023-03-05T21:03:10.375Z] execute-sql-common: 16:03:11 [2023-03-05T21:03:11.321Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/sql/create_pointbase.sql 16:03:11 [2023-03-05T21:03:11.321Z] [sql] Failed to execute: Drop table O_Customer 16:03:11 [2023-03-05T21:03:11.321Z] [sql] java.sql.SQLSyntaxErrorException: Schema 'DBUSER' does not exist 16:03:11 [2023-03-05T21:03:11.321Z] [sql] 0 rows affected 16:03:11 [2023-03-05T21:03:11.321Z] [sql] 1 of 2 SQL statements executed successfully 16:03:11 [2023-03-05T21:03:11.321Z] 16:03:11 [2023-03-05T21:03:11.321Z] setOSConditions: 16:03:11 [2023-03-05T21:03:11.321Z] 16:03:11 [2023-03-05T21:03:11.321Z] setToolWin: 16:03:11 [2023-03-05T21:03:11.321Z] 16:03:11 [2023-03-05T21:03:11.321Z] setToolUnix: 16:03:11 [2023-03-05T21:03:11.321Z] 16:03:11 [2023-03-05T21:03:11.321Z] setToolProperty: 16:03:11 [2023-03-05T21:03:11.321Z] 16:03:11 [2023-03-05T21:03:11.321Z] setS1ASclassPath: 16:03:11 [2023-03-05T21:03:11.321Z] 16:03:11 [2023-03-05T21:03:11.321Z] init-common: 16:03:11 [2023-03-05T21:03:11.321Z] 16:03:11 [2023-03-05T21:03:11.321Z] deploy-jdbc-common: 16:03:11 [2023-03-05T21:03:11.321Z] 16:03:11 [2023-03-05T21:03:11.321Z] setOSConditions: 16:03:11 [2023-03-05T21:03:11.321Z] 16:03:11 [2023-03-05T21:03:11.321Z] setToolWin: 16:03:11 [2023-03-05T21:03:11.321Z] 16:03:11 [2023-03-05T21:03:11.321Z] setToolUnix: 16:03:11 [2023-03-05T21:03:11.321Z] 16:03:11 [2023-03-05T21:03:11.321Z] setToolProperty: 16:03:11 [2023-03-05T21:03:11.321Z] 16:03:11 [2023-03-05T21:03:11.321Z] setS1ASclassPath: 16:03:11 [2023-03-05T21:03:11.321Z] 16:03:11 [2023-03-05T21:03:11.321Z] init-common: 16:03:11 [2023-03-05T21:03:11.321Z] 16:03:11 [2023-03-05T21:03:11.321Z] create-jdbc-connpool-common: 16:03:11 [2023-03-05T21:03:11.578Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:03:12 [2023-03-05T21:03:12.509Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:03:12 [2023-03-05T21:03:12.509Z] 16:03:12 [2023-03-05T21:03:12.509Z] set-derby-connpool-props: 16:03:12 [2023-03-05T21:03:12.766Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:03:12 [2023-03-05T21:03:12.766Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:03:13 [2023-03-05T21:03:13.328Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:03:13 [2023-03-05T21:03:13.328Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:03:13 [2023-03-05T21:03:13.619Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:03:13 [2023-03-05T21:03:13.619Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:03:13 [2023-03-05T21:03:13.875Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:03:13 [2023-03-05T21:03:13.875Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:03:14 [2023-03-05T21:03:14.779Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:03:14 [2023-03-05T21:03:14.780Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:03:14 [2023-03-05T21:03:14.780Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:03:14 [2023-03-05T21:03:14.780Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:03:14 [2023-03-05T21:03:14.780Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:03:14 [2023-03-05T21:03:14.780Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:03:15 [2023-03-05T21:03:15.036Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:03:15 [2023-03-05T21:03:15.036Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:03:15 [2023-03-05T21:03:15.036Z] 16:03:15 [2023-03-05T21:03:15.036Z] setOSConditions: 16:03:15 [2023-03-05T21:03:15.036Z] 16:03:15 [2023-03-05T21:03:15.036Z] setToolWin: 16:03:15 [2023-03-05T21:03:15.036Z] 16:03:15 [2023-03-05T21:03:15.036Z] setToolUnix: 16:03:15 [2023-03-05T21:03:15.036Z] 16:03:15 [2023-03-05T21:03:15.036Z] setToolProperty: 16:03:15 [2023-03-05T21:03:15.036Z] 16:03:15 [2023-03-05T21:03:15.036Z] setS1ASclassPath: 16:03:15 [2023-03-05T21:03:15.036Z] 16:03:15 [2023-03-05T21:03:15.036Z] init-common: 16:03:15 [2023-03-05T21:03:15.036Z] 16:03:15 [2023-03-05T21:03:15.036Z] create-jdbc-resource-common: 16:03:15 [2023-03-05T21:03:15.036Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 16:03:15 [2023-03-05T21:03:15.319Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 16:03:15 [2023-03-05T21:03:15.576Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 16:03:15 [2023-03-05T21:03:15.576Z] [echo] cmd executed for server 16:03:15 [2023-03-05T21:03:15.576Z] 16:03:15 [2023-03-05T21:03:15.576Z] setOSConditions: 16:03:15 [2023-03-05T21:03:15.576Z] 16:03:15 [2023-03-05T21:03:15.576Z] setToolWin: 16:03:15 [2023-03-05T21:03:15.576Z] 16:03:15 [2023-03-05T21:03:15.576Z] setToolUnix: 16:03:15 [2023-03-05T21:03:15.576Z] 16:03:15 [2023-03-05T21:03:15.576Z] setToolProperty: 16:03:15 [2023-03-05T21:03:15.576Z] 16:03:15 [2023-03-05T21:03:15.576Z] setS1ASclassPath: 16:03:15 [2023-03-05T21:03:15.576Z] 16:03:15 [2023-03-05T21:03:15.576Z] init-common: 16:03:15 [2023-03-05T21:03:15.576Z] 16:03:15 [2023-03-05T21:03:15.576Z] deploy-common: 16:03:15 [2023-03-05T21:03:15.576Z] [echo] Current time (ISO): 2023-03-05T21:03:15.367+0000 16:03:15 [2023-03-05T21:03:15.576Z] 16:03:15 [2023-03-05T21:03:15.576Z] setOSConditions: 16:03:15 [2023-03-05T21:03:15.576Z] 16:03:15 [2023-03-05T21:03:15.576Z] setToolWin: 16:03:15 [2023-03-05T21:03:15.576Z] 16:03:15 [2023-03-05T21:03:15.576Z] setToolUnix: 16:03:15 [2023-03-05T21:03:15.576Z] 16:03:15 [2023-03-05T21:03:15.576Z] setToolProperty: 16:03:15 [2023-03-05T21:03:15.576Z] 16:03:15 [2023-03-05T21:03:15.576Z] setS1ASclassPath: 16:03:15 [2023-03-05T21:03:15.576Z] 16:03:15 [2023-03-05T21:03:15.576Z] init-common: 16:03:15 [2023-03-05T21:03:15.576Z] 16:03:15 [2023-03-05T21:03:15.576Z] deploy-common-pe: 16:03:15 [2023-03-05T21:03:15.833Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthApp.ear 16:03:18 [2023-03-05T21:03:18.370Z] [exec] Application deployed with name ejb-bmp-appauthApp. 16:03:18 [2023-03-05T21:03:18.370Z] [echo] Deployment on target server server successful 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] setOSConditions: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] setToolWin: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] setToolUnix: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] setToolProperty: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] setS1ASclassPath: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] init-common: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] deploy-common-ee: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] run: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] setup-derby-for-authentication: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] setOSConditions: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] setToolWin: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] setToolUnix: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] setToolProperty: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] setS1ASclassPath: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] init-common: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] stop-derby: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] stop-derby-aix: 16:03:18 [2023-03-05T21:03:18.370Z] 16:03:18 [2023-03-05T21:03:18.370Z] stop-derby-nonaix: 16:03:18 [2023-03-05T21:03:18.370Z] [echo] Stopping Derby DB Server ... 16:03:18 [2023-03-05T21:03:18.627Z] [java] Sun Mar 05 21:03:18 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:03:18 [2023-03-05T21:03:18.627Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties to copy. 16:03:18 [2023-03-05T21:03:18.627Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases 16:03:18 [2023-03-05T21:03:18.627Z] 16:03:18 [2023-03-05T21:03:18.627Z] setOSConditions: 16:03:18 [2023-03-05T21:03:18.627Z] 16:03:18 [2023-03-05T21:03:18.627Z] setToolWin: 16:03:18 [2023-03-05T21:03:18.627Z] 16:03:18 [2023-03-05T21:03:18.627Z] setToolUnix: 16:03:18 [2023-03-05T21:03:18.627Z] 16:03:18 [2023-03-05T21:03:18.627Z] setToolProperty: 16:03:18 [2023-03-05T21:03:18.627Z] 16:03:18 [2023-03-05T21:03:18.627Z] setS1ASclassPath: 16:03:18 [2023-03-05T21:03:18.627Z] 16:03:18 [2023-03-05T21:03:18.627Z] init-common: 16:03:18 [2023-03-05T21:03:18.627Z] 16:03:18 [2023-03-05T21:03:18.627Z] start-derby: 16:03:18 [2023-03-05T21:03:18.627Z] 16:03:18 [2023-03-05T21:03:18.627Z] start-derby-aix: 16:03:18 [2023-03-05T21:03:18.627Z] 16:03:18 [2023-03-05T21:03:18.627Z] start-derby-nonaix: 16:03:18 [2023-03-05T21:03:18.627Z] [echo] Starting Derby DB Server ... 16:03:36 [2023-03-05T21:03:36.721Z] 16:03:36 [2023-03-05T21:03:36.721Z] setOSConditions: 16:03:36 [2023-03-05T21:03:36.721Z] 16:03:36 [2023-03-05T21:03:36.721Z] setToolWin: 16:03:36 [2023-03-05T21:03:36.721Z] 16:03:36 [2023-03-05T21:03:36.721Z] setToolUnix: 16:03:36 [2023-03-05T21:03:36.721Z] 16:03:36 [2023-03-05T21:03:36.721Z] setToolProperty: 16:03:36 [2023-03-05T21:03:36.721Z] 16:03:36 [2023-03-05T21:03:36.721Z] setS1ASclassPath: 16:03:36 [2023-03-05T21:03:36.721Z] 16:03:36 [2023-03-05T21:03:36.721Z] init-common: 16:03:36 [2023-03-05T21:03:36.721Z] 16:03:36 [2023-03-05T21:03:36.721Z] execute-sql-common: 16:03:36 [2023-03-05T21:03:36.721Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/sql/create_pointbase.sql 16:03:36 [2023-03-05T21:03:36.721Z] [sql] 0 rows affected 16:03:36 [2023-03-05T21:03:36.721Z] [sql] 0 rows affected 16:03:36 [2023-03-05T21:03:36.721Z] [sql] 2 of 2 SQL statements executed successfully 16:03:36 [2023-03-05T21:03:36.721Z] 16:03:36 [2023-03-05T21:03:36.721Z] setOSConditions: 16:03:36 [2023-03-05T21:03:36.721Z] 16:03:36 [2023-03-05T21:03:36.721Z] setToolWin: 16:03:36 [2023-03-05T21:03:36.721Z] 16:03:36 [2023-03-05T21:03:36.721Z] setToolUnix: 16:03:36 [2023-03-05T21:03:36.721Z] 16:03:36 [2023-03-05T21:03:36.721Z] setToolProperty: 16:03:36 [2023-03-05T21:03:36.721Z] 16:03:36 [2023-03-05T21:03:36.721Z] setS1ASclassPath: 16:03:36 [2023-03-05T21:03:36.721Z] 16:03:36 [2023-03-05T21:03:36.721Z] init-common: 16:03:36 [2023-03-05T21:03:36.721Z] 16:03:36 [2023-03-05T21:03:36.721Z] runclient-common: 16:03:36 [2023-03-05T21:03:36.721Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthAppClient.jar -name ejb-bmp-appauthClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:03:36 [2023-03-05T21:03:36.721Z] [exec] Mar 05, 2023 9:03:34 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:03:36 [2023-03-05T21:03:36.721Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:03:36 [2023-03-05T21:03:36.721Z] [exec] Mar 05, 2023 9:03:36 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:03:36 [2023-03-05T21:03:36.721Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@72465eb2 16:03:37 [2023-03-05T21:03:37.321Z] [exec] test 3 will fail with Derby 16:03:37 [2023-03-05T21:03:37.321Z] [exec] Value of key is: test1 : 16:03:37 [2023-03-05T21:03:37.321Z] [exec] Value of key is: test2 : 16:03:37 [2023-03-05T21:03:37.321Z] [exec] Value of key is: test3 : 16:03:37 [2023-03-05T21:03:37.321Z] [exec] Value of key is: test4 : 16:03:37 [2023-03-05T21:03:37.578Z] [exec] Value of key is: test5 : 16:03:37 [2023-03-05T21:03:37.578Z] [exec] jdbc appauth status: 16:03:37 [2023-03-05T21:03:37.578Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:03:37 [2023-03-05T21:03:37.578Z] [exec] 16:03:37 [2023-03-05T21:03:37.578Z] [exec] 16:03:37 [2023-03-05T21:03:37.578Z] [exec] ----------------------------------------- 16:03:37 [2023-03-05T21:03:37.578Z] [exec] - test2 : : PASS - 16:03:37 [2023-03-05T21:03:37.578Z] [exec] - test1 : : PASS - 16:03:37 [2023-03-05T21:03:37.578Z] [exec] - test3 : : PASS - 16:03:37 [2023-03-05T21:03:37.578Z] [exec] - test4 : : PASS - 16:03:37 [2023-03-05T21:03:37.578Z] [exec] - test5 : : PASS - 16:03:37 [2023-03-05T21:03:37.578Z] [exec] ----------------------------------------- 16:03:37 [2023-03-05T21:03:37.578Z] [exec] Total PASS: 5 16:03:37 [2023-03-05T21:03:37.578Z] [exec] Total FAIL: 0 16:03:37 [2023-03-05T21:03:37.578Z] [exec] Total DID NOT RUN: 0 16:03:37 [2023-03-05T21:03:37.578Z] [exec] ----------------------------------------- 16:03:37 [2023-03-05T21:03:37.578Z] [exec] in flushAll , creating new testSuiteHash 16:03:37 [2023-03-05T21:03:37.578Z] [exec] in flushAll , creating new testSuiteHash 16:03:37 [2023-03-05T21:03:37.835Z] 16:03:37 [2023-03-05T21:03:37.835Z] checkReporting-common: 16:03:37 [2023-03-05T21:03:37.835Z] 16:03:37 [2023-03-05T21:03:37.835Z] confirmReportPresent-common: 16:03:37 [2023-03-05T21:03:37.835Z] [echo] file RepRunConf.txt is present. 16:03:37 [2023-03-05T21:03:37.835Z] [echo] Test seems to be reported fine 16:03:37 [2023-03-05T21:03:37.835Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/RepRunConf.txt 16:03:37 [2023-03-05T21:03:37.835Z] 16:03:37 [2023-03-05T21:03:37.835Z] confirmMissingReport-common: 16:03:37 [2023-03-05T21:03:37.835Z] 16:03:37 [2023-03-05T21:03:37.835Z] reset-derby-for-no-authentication: 16:03:37 [2023-03-05T21:03:37.835Z] 16:03:37 [2023-03-05T21:03:37.835Z] setOSConditions: 16:03:37 [2023-03-05T21:03:37.835Z] 16:03:37 [2023-03-05T21:03:37.835Z] setToolWin: 16:03:37 [2023-03-05T21:03:37.835Z] 16:03:37 [2023-03-05T21:03:37.835Z] setToolUnix: 16:03:37 [2023-03-05T21:03:37.835Z] 16:03:37 [2023-03-05T21:03:37.835Z] setToolProperty: 16:03:37 [2023-03-05T21:03:37.835Z] 16:03:37 [2023-03-05T21:03:37.835Z] setS1ASclassPath: 16:03:37 [2023-03-05T21:03:37.835Z] 16:03:37 [2023-03-05T21:03:37.835Z] init-common: 16:03:37 [2023-03-05T21:03:37.835Z] 16:03:37 [2023-03-05T21:03:37.835Z] stop-derby: 16:03:37 [2023-03-05T21:03:37.835Z] 16:03:37 [2023-03-05T21:03:37.835Z] stop-derby-aix: 16:03:37 [2023-03-05T21:03:37.835Z] 16:03:37 [2023-03-05T21:03:37.835Z] stop-derby-nonaix: 16:03:37 [2023-03-05T21:03:37.835Z] [echo] Stopping Derby DB Server ... 16:03:38 [2023-03-05T21:03:38.092Z] [java] Sun Mar 05 21:03:37 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:03:38 [2023-03-05T21:03:38.092Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties 16:03:38 [2023-03-05T21:03:38.092Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties.bkp to copy. 16:03:38 [2023-03-05T21:03:38.092Z] 16:03:38 [2023-03-05T21:03:38.092Z] setOSConditions: 16:03:38 [2023-03-05T21:03:38.092Z] 16:03:38 [2023-03-05T21:03:38.092Z] setToolWin: 16:03:38 [2023-03-05T21:03:38.092Z] 16:03:38 [2023-03-05T21:03:38.092Z] setToolUnix: 16:03:38 [2023-03-05T21:03:38.092Z] 16:03:38 [2023-03-05T21:03:38.092Z] setToolProperty: 16:03:38 [2023-03-05T21:03:38.092Z] 16:03:38 [2023-03-05T21:03:38.092Z] setS1ASclassPath: 16:03:38 [2023-03-05T21:03:38.092Z] 16:03:38 [2023-03-05T21:03:38.092Z] init-common: 16:03:38 [2023-03-05T21:03:38.092Z] 16:03:38 [2023-03-05T21:03:38.092Z] start-derby: 16:03:38 [2023-03-05T21:03:38.092Z] 16:03:38 [2023-03-05T21:03:38.092Z] start-derby-aix: 16:03:38 [2023-03-05T21:03:38.092Z] 16:03:38 [2023-03-05T21:03:38.092Z] start-derby-nonaix: 16:03:38 [2023-03-05T21:03:38.092Z] [echo] Starting Derby DB Server ... 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] undeploy: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setOSConditions: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolWin: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolUnix: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolProperty: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setS1ASclassPath: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] init-common: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] execute-sql-common: 16:03:56 [2023-03-05T21:03:56.158Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/sql/drop_pointbase.sql 16:03:56 [2023-03-05T21:03:56.158Z] [sql] 0 rows affected 16:03:56 [2023-03-05T21:03:56.158Z] [sql] 1 of 1 SQL statements executed successfully 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setOSConditions: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolWin: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolUnix: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolProperty: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setS1ASclassPath: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] init-common: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] undeploy-jdbc-common: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setOSConditions: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolWin: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolUnix: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolProperty: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setS1ASclassPath: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] init-common: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] delete-jdbc-resource-common: 16:03:56 [2023-03-05T21:03:56.158Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 16:03:56 [2023-03-05T21:03:56.158Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 16:03:56 [2023-03-05T21:03:56.158Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 16:03:56 [2023-03-05T21:03:56.158Z] [echo] cmd executed for server 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setOSConditions: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolWin: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolUnix: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolProperty: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setS1ASclassPath: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] init-common: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] delete-jdbc-connpool-common: 16:03:56 [2023-03-05T21:03:56.158Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:03:56 [2023-03-05T21:03:56.158Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:03:56 [2023-03-05T21:03:56.158Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:03:56 [2023-03-05T21:03:56.158Z] [echo] cmd executed for server 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setOSConditions: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolWin: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolUnix: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolProperty: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setS1ASclassPath: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] init-common: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] undeploy-common: 16:03:56 [2023-03-05T21:03:56.158Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-appauthApp 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] all: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setOSConditions: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolWin: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolUnix: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setToolProperty: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setS1ASclassPath: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] init-common: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] clean: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.158Z] setOSConditions: 16:03:56 [2023-03-05T21:03:56.158Z] 16:03:56 [2023-03-05T21:03:56.159Z] setToolWin: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setToolUnix: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setToolProperty: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setS1ASclassPath: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] init-common: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] clean-common: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setOSConditions: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setToolWin: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setToolUnix: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setToolProperty: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setS1ASclassPath: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] init-common: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] clean-classes-common: 16:03:56 [2023-03-05T21:03:56.159Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setOSConditions: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setToolWin: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setToolUnix: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setToolProperty: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setS1ASclassPath: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] init-common: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] clean-jars-common: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] compile: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setOSConditions: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setToolWin: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setToolUnix: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setToolProperty: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setS1ASclassPath: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] init-common: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] compile-common: 16:03:56 [2023-03-05T21:03:56.159Z] [echo] Current time (ISO): 2023-03-05T21:03:54.316+0000 16:03:56 [2023-03-05T21:03:56.159Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:03:56 [2023-03-05T21:03:56.159Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:03:56 [2023-03-05T21:03:56.159Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:03:56 [2023-03-05T21:03:56.159Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/ejb/SimpleBMPBean.java:45: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:03:56 [2023-03-05T21:03:56.159Z] [javac] return new Integer(1); 16:03:56 [2023-03-05T21:03:56.159Z] [javac] ^ 16:03:56 [2023-03-05T21:03:56.159Z] [javac] 2 warnings 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setOSConditions: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setToolWin: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setToolUnix: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setToolProperty: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] setS1ASclassPath: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] init-common: 16:03:56 [2023-03-05T21:03:56.159Z] 16:03:56 [2023-03-05T21:03:56.159Z] compile-common: 16:03:56 [2023-03-05T21:03:56.159Z] [echo] Current time (ISO): 2023-03-05T21:03:55.486+0000 16:03:56 [2023-03-05T21:03:56.159Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:03:56 [2023-03-05T21:03:56.728Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:03:56 [2023-03-05T21:03:56.728Z] [javac] 1 warning 16:03:56 [2023-03-05T21:03:56.728Z] 16:03:56 [2023-03-05T21:03:56.728Z] build: 16:03:56 [2023-03-05T21:03:56.728Z] 16:03:56 [2023-03-05T21:03:56.728Z] setOSConditions: 16:03:56 [2023-03-05T21:03:56.728Z] 16:03:56 [2023-03-05T21:03:56.728Z] fixFiles: 16:03:56 [2023-03-05T21:03:56.728Z] 16:03:56 [2023-03-05T21:03:56.728Z] convUnix: 16:03:56 [2023-03-05T21:03:56.728Z] 16:03:56 [2023-03-05T21:03:56.728Z] convWin: 16:03:56 [2023-03-05T21:03:56.728Z] 16:03:56 [2023-03-05T21:03:56.728Z] setToolWin: 16:03:56 [2023-03-05T21:03:56.728Z] 16:03:56 [2023-03-05T21:03:56.728Z] setToolUnix: 16:03:56 [2023-03-05T21:03:56.728Z] 16:03:56 [2023-03-05T21:03:56.728Z] setToolProperty: 16:03:56 [2023-03-05T21:03:56.728Z] 16:03:56 [2023-03-05T21:03:56.728Z] setS1ASclassPath: 16:03:56 [2023-03-05T21:03:56.728Z] 16:03:56 [2023-03-05T21:03:56.728Z] init-common: 16:03:56 [2023-03-05T21:03:56.728Z] 16:03:56 [2023-03-05T21:03:56.728Z] package-persistence-common: 16:03:56 [2023-03-05T21:03:56.728Z] 16:03:56 [2023-03-05T21:03:56.728Z] ejb-jar-common: 16:03:56 [2023-03-05T21:03:56.728Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:03:56 [2023-03-05T21:03:56.728Z] 16:03:56 [2023-03-05T21:03:56.728Z] package-ejbjar-common: 16:03:56 [2023-03-05T21:03:56.728Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:03:56 [2023-03-05T21:03:56.728Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:03:56 [2023-03-05T21:03:56.728Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:03:56 [2023-03-05T21:03:56.985Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtx-ejb.jar 16:03:56 [2023-03-05T21:03:56.985Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:03:56 [2023-03-05T21:03:56.985Z] 16:03:56 [2023-03-05T21:03:56.985Z] appclient-jar-common: 16:03:56 [2023-03-05T21:03:56.985Z] 16:03:56 [2023-03-05T21:03:56.985Z] package-appclientjar-common: 16:03:56 [2023-03-05T21:03:56.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:03:56 [2023-03-05T21:03:56.985Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:03:56 [2023-03-05T21:03:56.985Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:03:56 [2023-03-05T21:03:56.985Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtx-client.jar 16:03:56 [2023-03-05T21:03:56.985Z] 16:03:56 [2023-03-05T21:03:56.985Z] webclient-war-common: 16:03:56 [2023-03-05T21:03:56.985Z] 16:03:56 [2023-03-05T21:03:56.985Z] build-ear-common: 16:03:56 [2023-03-05T21:03:56.985Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:03:56 [2023-03-05T21:03:56.985Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtxApp.ear 16:03:56 [2023-03-05T21:03:56.985Z] 16:03:56 [2023-03-05T21:03:56.985Z] deploy: 16:03:56 [2023-03-05T21:03:56.985Z] 16:03:56 [2023-03-05T21:03:56.985Z] setOSConditions: 16:03:56 [2023-03-05T21:03:56.985Z] 16:03:56 [2023-03-05T21:03:56.985Z] setToolWin: 16:03:56 [2023-03-05T21:03:56.985Z] 16:03:56 [2023-03-05T21:03:56.985Z] setToolUnix: 16:03:56 [2023-03-05T21:03:56.985Z] 16:03:56 [2023-03-05T21:03:56.985Z] setToolProperty: 16:03:56 [2023-03-05T21:03:56.985Z] 16:03:56 [2023-03-05T21:03:56.985Z] setS1ASclassPath: 16:03:56 [2023-03-05T21:03:56.985Z] 16:03:56 [2023-03-05T21:03:56.985Z] init-common: 16:03:56 [2023-03-05T21:03:56.985Z] 16:03:56 [2023-03-05T21:03:56.985Z] execute-sql-common: 16:03:56 [2023-03-05T21:03:56.985Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/sql/create_pointbase.sql 16:03:56 [2023-03-05T21:03:56.986Z] [sql] Failed to execute: Drop table O_Customer 16:03:56 [2023-03-05T21:03:56.986Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:03:56 [2023-03-05T21:03:56.986Z] [sql] 0 rows affected 16:03:56 [2023-03-05T21:03:56.986Z] [sql] 1 of 2 SQL statements executed successfully 16:03:56 [2023-03-05T21:03:56.986Z] 16:03:56 [2023-03-05T21:03:56.986Z] setOSConditions: 16:03:56 [2023-03-05T21:03:56.986Z] 16:03:56 [2023-03-05T21:03:56.986Z] setToolWin: 16:03:56 [2023-03-05T21:03:56.986Z] 16:03:56 [2023-03-05T21:03:56.986Z] setToolUnix: 16:03:56 [2023-03-05T21:03:56.986Z] 16:03:56 [2023-03-05T21:03:56.986Z] setToolProperty: 16:03:56 [2023-03-05T21:03:56.986Z] 16:03:56 [2023-03-05T21:03:56.986Z] setS1ASclassPath: 16:03:56 [2023-03-05T21:03:56.986Z] 16:03:56 [2023-03-05T21:03:56.986Z] init-common: 16:03:56 [2023-03-05T21:03:56.986Z] 16:03:56 [2023-03-05T21:03:56.986Z] create-jdbc-connpool-common: 16:03:57 [2023-03-05T21:03:57.243Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-appauth-pool1 16:03:57 [2023-03-05T21:03:57.243Z] [exec] JDBC connection pool jdbc-appauth-pool1 created successfully. 16:03:57 [2023-03-05T21:03:57.243Z] 16:03:57 [2023-03-05T21:03:57.243Z] set-derby-connpool-props: 16:03:57 [2023-03-05T21:03:57.499Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser 16:03:57 [2023-03-05T21:03:57.499Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser 16:03:57 [2023-03-05T21:03:57.755Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword 16:03:57 [2023-03-05T21:03:57.755Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword 16:03:58 [2023-03-05T21:03:58.327Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 16:03:58 [2023-03-05T21:03:58.327Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 16:03:58 [2023-03-05T21:03:58.583Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 16:03:58 [2023-03-05T21:03:58.583Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 16:03:58 [2023-03-05T21:03:58.840Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb 16:03:58 [2023-03-05T21:03:58.840Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb 16:03:59 [2023-03-05T21:03:59.097Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true 16:03:59 [2023-03-05T21:03:59.097Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true 16:03:59 [2023-03-05T21:03:59.374Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true 16:03:59 [2023-03-05T21:03:59.374Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true 16:03:59 [2023-03-05T21:03:59.630Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost 16:03:59 [2023-03-05T21:03:59.630Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost 16:03:59 [2023-03-05T21:03:59.921Z] 16:03:59 [2023-03-05T21:03:59.921Z] setOSConditions: 16:03:59 [2023-03-05T21:03:59.921Z] 16:03:59 [2023-03-05T21:03:59.921Z] setToolWin: 16:03:59 [2023-03-05T21:03:59.921Z] 16:03:59 [2023-03-05T21:03:59.921Z] setToolUnix: 16:03:59 [2023-03-05T21:03:59.921Z] 16:03:59 [2023-03-05T21:03:59.921Z] setToolProperty: 16:03:59 [2023-03-05T21:03:59.921Z] 16:03:59 [2023-03-05T21:03:59.921Z] setS1ASclassPath: 16:03:59 [2023-03-05T21:03:59.921Z] 16:03:59 [2023-03-05T21:03:59.921Z] init-common: 16:03:59 [2023-03-05T21:03:59.921Z] 16:03:59 [2023-03-05T21:03:59.921Z] create-jdbc-resource-common: 16:03:59 [2023-03-05T21:03:59.921Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-appauth-pool1 --target server jdbc/s1qeappauth1 16:04:00 [2023-03-05T21:04:00.178Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-appauth-pool1 --enabled=true --target server jdbc/s1qeappauth1 16:04:00 [2023-03-05T21:04:00.178Z] [exec] JDBC resource jdbc/s1qeappauth1 created successfully. 16:04:00 [2023-03-05T21:04:00.178Z] [echo] cmd executed for server 16:04:00 [2023-03-05T21:04:00.178Z] 16:04:00 [2023-03-05T21:04:00.178Z] setOSConditions: 16:04:00 [2023-03-05T21:04:00.178Z] 16:04:00 [2023-03-05T21:04:00.178Z] setToolWin: 16:04:00 [2023-03-05T21:04:00.178Z] 16:04:00 [2023-03-05T21:04:00.178Z] setToolUnix: 16:04:00 [2023-03-05T21:04:00.178Z] 16:04:00 [2023-03-05T21:04:00.178Z] setToolProperty: 16:04:00 [2023-03-05T21:04:00.178Z] 16:04:00 [2023-03-05T21:04:00.178Z] setS1ASclassPath: 16:04:00 [2023-03-05T21:04:00.178Z] 16:04:00 [2023-03-05T21:04:00.178Z] init-common: 16:04:00 [2023-03-05T21:04:00.178Z] 16:04:00 [2023-03-05T21:04:00.178Z] deploy-common: 16:04:00 [2023-03-05T21:04:00.178Z] [echo] Current time (ISO): 2023-03-05T21:04:00.076+0000 16:04:00 [2023-03-05T21:04:00.178Z] 16:04:00 [2023-03-05T21:04:00.178Z] setOSConditions: 16:04:00 [2023-03-05T21:04:00.178Z] 16:04:00 [2023-03-05T21:04:00.178Z] setToolWin: 16:04:00 [2023-03-05T21:04:00.178Z] 16:04:00 [2023-03-05T21:04:00.178Z] setToolUnix: 16:04:00 [2023-03-05T21:04:00.178Z] 16:04:00 [2023-03-05T21:04:00.178Z] setToolProperty: 16:04:00 [2023-03-05T21:04:00.178Z] 16:04:00 [2023-03-05T21:04:00.178Z] setS1ASclassPath: 16:04:00 [2023-03-05T21:04:00.178Z] 16:04:00 [2023-03-05T21:04:00.178Z] init-common: 16:04:00 [2023-03-05T21:04:00.178Z] 16:04:00 [2023-03-05T21:04:00.178Z] deploy-common-pe: 16:04:00 [2023-03-05T21:04:00.436Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtxApp.ear 16:04:00 [2023-03-05T21:04:00.693Z] [exec] Application deployed with name ejb-bmp-appauthtxApp. 16:04:00 [2023-03-05T21:04:00.693Z] [echo] Deployment on target server server successful 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] setOSConditions: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] setToolWin: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] setToolUnix: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] setToolProperty: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] setS1ASclassPath: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] init-common: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] deploy-common-ee: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] run: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] setup-derby-for-authentication: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] setOSConditions: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] setToolWin: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] setToolUnix: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] setToolProperty: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] setS1ASclassPath: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] init-common: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] stop-derby: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] stop-derby-aix: 16:04:00 [2023-03-05T21:04:00.693Z] 16:04:00 [2023-03-05T21:04:00.693Z] stop-derby-nonaix: 16:04:00 [2023-03-05T21:04:00.693Z] [echo] Stopping Derby DB Server ... 16:04:00 [2023-03-05T21:04:00.949Z] [java] Sun Mar 05 21:04:00 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:04:00 [2023-03-05T21:04:00.949Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties to copy. 16:04:00 [2023-03-05T21:04:00.949Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases 16:04:00 [2023-03-05T21:04:00.949Z] 16:04:00 [2023-03-05T21:04:00.949Z] setOSConditions: 16:04:00 [2023-03-05T21:04:00.949Z] 16:04:00 [2023-03-05T21:04:00.949Z] setToolWin: 16:04:00 [2023-03-05T21:04:00.949Z] 16:04:00 [2023-03-05T21:04:00.949Z] setToolUnix: 16:04:00 [2023-03-05T21:04:00.949Z] 16:04:00 [2023-03-05T21:04:00.949Z] setToolProperty: 16:04:00 [2023-03-05T21:04:00.949Z] 16:04:00 [2023-03-05T21:04:00.949Z] setS1ASclassPath: 16:04:00 [2023-03-05T21:04:00.949Z] 16:04:00 [2023-03-05T21:04:00.949Z] init-common: 16:04:00 [2023-03-05T21:04:00.949Z] 16:04:00 [2023-03-05T21:04:00.949Z] start-derby: 16:04:00 [2023-03-05T21:04:00.949Z] 16:04:00 [2023-03-05T21:04:00.949Z] start-derby-aix: 16:04:00 [2023-03-05T21:04:00.949Z] 16:04:00 [2023-03-05T21:04:00.949Z] start-derby-nonaix: 16:04:00 [2023-03-05T21:04:00.949Z] [echo] Starting Derby DB Server ... 16:04:19 [2023-03-05T21:04:19.022Z] 16:04:19 [2023-03-05T21:04:19.022Z] setOSConditions: 16:04:19 [2023-03-05T21:04:19.022Z] 16:04:19 [2023-03-05T21:04:19.022Z] setToolWin: 16:04:19 [2023-03-05T21:04:19.022Z] 16:04:19 [2023-03-05T21:04:19.022Z] setToolUnix: 16:04:19 [2023-03-05T21:04:19.022Z] 16:04:19 [2023-03-05T21:04:19.022Z] setToolProperty: 16:04:19 [2023-03-05T21:04:19.022Z] 16:04:19 [2023-03-05T21:04:19.022Z] setS1ASclassPath: 16:04:19 [2023-03-05T21:04:19.022Z] 16:04:19 [2023-03-05T21:04:19.022Z] init-common: 16:04:19 [2023-03-05T21:04:19.022Z] 16:04:19 [2023-03-05T21:04:19.022Z] execute-sql-common: 16:04:19 [2023-03-05T21:04:19.022Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/sql/create_pointbase.sql 16:04:19 [2023-03-05T21:04:19.022Z] [sql] 0 rows affected 16:04:19 [2023-03-05T21:04:19.022Z] [sql] 0 rows affected 16:04:19 [2023-03-05T21:04:19.022Z] [sql] 2 of 2 SQL statements executed successfully 16:04:19 [2023-03-05T21:04:19.022Z] 16:04:19 [2023-03-05T21:04:19.022Z] setOSConditions: 16:04:19 [2023-03-05T21:04:19.022Z] 16:04:19 [2023-03-05T21:04:19.022Z] setToolWin: 16:04:19 [2023-03-05T21:04:19.022Z] 16:04:19 [2023-03-05T21:04:19.022Z] setToolUnix: 16:04:19 [2023-03-05T21:04:19.022Z] 16:04:19 [2023-03-05T21:04:19.022Z] setToolProperty: 16:04:19 [2023-03-05T21:04:19.022Z] 16:04:19 [2023-03-05T21:04:19.022Z] setS1ASclassPath: 16:04:19 [2023-03-05T21:04:19.022Z] 16:04:19 [2023-03-05T21:04:19.022Z] init-common: 16:04:19 [2023-03-05T21:04:19.022Z] 16:04:19 [2023-03-05T21:04:19.022Z] runclient-common: 16:04:19 [2023-03-05T21:04:19.023Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtxAppClient.jar -name ejb-bmp-appauthtxClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:04:19 [2023-03-05T21:04:19.023Z] [exec] Mar 05, 2023 9:04:16 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:04:19 [2023-03-05T21:04:19.023Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:04:19 [2023-03-05T21:04:19.023Z] [exec] Mar 05, 2023 9:04:18 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:04:19 [2023-03-05T21:04:19.023Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@62cbc478 16:04:19 [2023-03-05T21:04:19.323Z] [exec] All tests will fail with Derby till XA driver is fixed 16:04:19 [2023-03-05T21:04:19.323Z] [exec] Value of key is: test1 : 16:04:19 [2023-03-05T21:04:19.584Z] [exec] Value of key is: test2 : 16:04:19 [2023-03-05T21:04:19.584Z] [exec] Value of key is: test3 : 16:04:19 [2023-03-05T21:04:19.584Z] [exec] jdbc appauthtx status: 16:04:19 [2023-03-05T21:04:19.584Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:04:19 [2023-03-05T21:04:19.584Z] [exec] 16:04:19 [2023-03-05T21:04:19.584Z] [exec] 16:04:19 [2023-03-05T21:04:19.584Z] [exec] ----------------------------------------- 16:04:19 [2023-03-05T21:04:19.584Z] [exec] - test2 : : PASS - 16:04:19 [2023-03-05T21:04:19.584Z] [exec] - test1 : : PASS - 16:04:19 [2023-03-05T21:04:19.584Z] [exec] - test3 : : PASS - 16:04:19 [2023-03-05T21:04:19.584Z] [exec] ----------------------------------------- 16:04:19 [2023-03-05T21:04:19.584Z] [exec] Total PASS: 3 16:04:19 [2023-03-05T21:04:19.584Z] [exec] Total FAIL: 0 16:04:19 [2023-03-05T21:04:19.584Z] [exec] Total DID NOT RUN: 0 16:04:19 [2023-03-05T21:04:19.584Z] [exec] ----------------------------------------- 16:04:19 [2023-03-05T21:04:19.584Z] [exec] in flushAll , creating new testSuiteHash 16:04:19 [2023-03-05T21:04:19.844Z] [exec] in flushAll , creating new testSuiteHash 16:04:20 [2023-03-05T21:04:20.120Z] 16:04:20 [2023-03-05T21:04:20.120Z] checkReporting-common: 16:04:20 [2023-03-05T21:04:20.120Z] 16:04:20 [2023-03-05T21:04:20.120Z] confirmReportPresent-common: 16:04:20 [2023-03-05T21:04:20.120Z] [echo] file RepRunConf.txt is present. 16:04:20 [2023-03-05T21:04:20.120Z] [echo] Test seems to be reported fine 16:04:20 [2023-03-05T21:04:20.120Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/RepRunConf.txt 16:04:20 [2023-03-05T21:04:20.120Z] 16:04:20 [2023-03-05T21:04:20.120Z] confirmMissingReport-common: 16:04:20 [2023-03-05T21:04:20.120Z] 16:04:20 [2023-03-05T21:04:20.120Z] reset-derby-for-no-authentication: 16:04:20 [2023-03-05T21:04:20.120Z] 16:04:20 [2023-03-05T21:04:20.120Z] setOSConditions: 16:04:20 [2023-03-05T21:04:20.120Z] 16:04:20 [2023-03-05T21:04:20.121Z] setToolWin: 16:04:20 [2023-03-05T21:04:20.121Z] 16:04:20 [2023-03-05T21:04:20.121Z] setToolUnix: 16:04:20 [2023-03-05T21:04:20.121Z] 16:04:20 [2023-03-05T21:04:20.121Z] setToolProperty: 16:04:20 [2023-03-05T21:04:20.121Z] 16:04:20 [2023-03-05T21:04:20.121Z] setS1ASclassPath: 16:04:20 [2023-03-05T21:04:20.121Z] 16:04:20 [2023-03-05T21:04:20.121Z] init-common: 16:04:20 [2023-03-05T21:04:20.121Z] 16:04:20 [2023-03-05T21:04:20.121Z] stop-derby: 16:04:20 [2023-03-05T21:04:20.121Z] 16:04:20 [2023-03-05T21:04:20.121Z] stop-derby-aix: 16:04:20 [2023-03-05T21:04:20.121Z] 16:04:20 [2023-03-05T21:04:20.121Z] stop-derby-nonaix: 16:04:20 [2023-03-05T21:04:20.121Z] [echo] Stopping Derby DB Server ... 16:04:20 [2023-03-05T21:04:20.381Z] [java] Sun Mar 05 21:04:20 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:04:20 [2023-03-05T21:04:20.381Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties 16:04:20 [2023-03-05T21:04:20.381Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties.bkp to copy. 16:04:20 [2023-03-05T21:04:20.381Z] 16:04:20 [2023-03-05T21:04:20.381Z] setOSConditions: 16:04:20 [2023-03-05T21:04:20.381Z] 16:04:20 [2023-03-05T21:04:20.381Z] setToolWin: 16:04:20 [2023-03-05T21:04:20.381Z] 16:04:20 [2023-03-05T21:04:20.381Z] setToolUnix: 16:04:20 [2023-03-05T21:04:20.381Z] 16:04:20 [2023-03-05T21:04:20.381Z] setToolProperty: 16:04:20 [2023-03-05T21:04:20.381Z] 16:04:20 [2023-03-05T21:04:20.381Z] setS1ASclassPath: 16:04:20 [2023-03-05T21:04:20.381Z] 16:04:20 [2023-03-05T21:04:20.381Z] init-common: 16:04:20 [2023-03-05T21:04:20.381Z] 16:04:20 [2023-03-05T21:04:20.381Z] start-derby: 16:04:20 [2023-03-05T21:04:20.381Z] 16:04:20 [2023-03-05T21:04:20.381Z] start-derby-aix: 16:04:20 [2023-03-05T21:04:20.381Z] 16:04:20 [2023-03-05T21:04:20.381Z] start-derby-nonaix: 16:04:20 [2023-03-05T21:04:20.381Z] [echo] Starting Derby DB Server ... 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] undeploy: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setOSConditions: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolWin: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolUnix: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolProperty: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setS1ASclassPath: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] init-common: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] undeploy-common: 16:04:38 [2023-03-05T21:04:38.484Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-appauthtxApp 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setOSConditions: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolWin: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolUnix: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolProperty: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setS1ASclassPath: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] init-common: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] delete-jdbc-resource-common: 16:04:38 [2023-03-05T21:04:38.484Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeappauth1 16:04:38 [2023-03-05T21:04:38.484Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeappauth1 16:04:38 [2023-03-05T21:04:38.484Z] [exec] JDBC resource jdbc/s1qeappauth1 deleted successfully 16:04:38 [2023-03-05T21:04:38.484Z] [echo] cmd executed for server 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setOSConditions: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolWin: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolUnix: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolProperty: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setS1ASclassPath: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] init-common: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] delete-jdbc-connpool-common: 16:04:38 [2023-03-05T21:04:38.484Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-appauth-pool1 16:04:38 [2023-03-05T21:04:38.484Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-appauth-pool1 16:04:38 [2023-03-05T21:04:38.484Z] [exec] JDBC Connection pool jdbc-appauth-pool1 deleted successfully 16:04:38 [2023-03-05T21:04:38.484Z] [echo] cmd executed for server 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setOSConditions: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolWin: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolUnix: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolProperty: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setS1ASclassPath: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] init-common: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] execute-sql-common: 16:04:38 [2023-03-05T21:04:38.484Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/sql/drop_pointbase.sql 16:04:38 [2023-03-05T21:04:38.484Z] [sql] 0 rows affected 16:04:38 [2023-03-05T21:04:38.484Z] [sql] 1 of 1 SQL statements executed successfully 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] all: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setOSConditions: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolWin: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolUnix: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolProperty: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setS1ASclassPath: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] init-common: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] clean: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setOSConditions: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolWin: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolUnix: 16:04:38 [2023-03-05T21:04:38.484Z] 16:04:38 [2023-03-05T21:04:38.484Z] setToolProperty: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setS1ASclassPath: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] init-common: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] clean-common: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setOSConditions: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setToolWin: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setToolUnix: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setToolProperty: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setS1ASclassPath: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] init-common: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] clean-classes-common: 16:04:38 [2023-03-05T21:04:38.485Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setOSConditions: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setToolWin: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setToolUnix: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setToolProperty: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setS1ASclassPath: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] init-common: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] clean-jars-common: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] compile: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setOSConditions: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setToolWin: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setToolUnix: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setToolProperty: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setS1ASclassPath: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] init-common: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] compile-common: 16:04:38 [2023-03-05T21:04:38.485Z] [echo] Current time (ISO): 2023-03-05T21:04:36.560+0000 16:04:38 [2023-03-05T21:04:38.485Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:04:38 [2023-03-05T21:04:38.485Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:04:38 [2023-03-05T21:04:38.485Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:04:38 [2023-03-05T21:04:38.485Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/ejb/SimpleBMPBean.java:44: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:04:38 [2023-03-05T21:04:38.485Z] [javac] return new Integer(1); 16:04:38 [2023-03-05T21:04:38.485Z] [javac] ^ 16:04:38 [2023-03-05T21:04:38.485Z] [javac] 2 warnings 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setOSConditions: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setToolWin: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setToolUnix: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setToolProperty: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] setS1ASclassPath: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] init-common: 16:04:38 [2023-03-05T21:04:38.485Z] 16:04:38 [2023-03-05T21:04:38.485Z] compile-common: 16:04:38 [2023-03-05T21:04:38.485Z] [echo] Current time (ISO): 2023-03-05T21:04:37.745+0000 16:04:38 [2023-03-05T21:04:38.485Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:04:39 [2023-03-05T21:04:39.048Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:04:39 [2023-03-05T21:04:39.048Z] [javac] 1 warning 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] build: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setOSConditions: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] fixFiles: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] convUnix: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] convWin: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setToolWin: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setToolUnix: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setToolProperty: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setS1ASclassPath: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] init-common: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] package-persistence-common: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] ejb-jar-common: 16:04:39 [2023-03-05T21:04:39.048Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] package-ejbjar-common: 16:04:39 [2023-03-05T21:04:39.048Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:04:39 [2023-03-05T21:04:39.048Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:04:39 [2023-03-05T21:04:39.048Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:04:39 [2023-03-05T21:04:39.048Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth-ejb.jar 16:04:39 [2023-03-05T21:04:39.048Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] appclient-jar-common: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] package-appclientjar-common: 16:04:39 [2023-03-05T21:04:39.048Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:04:39 [2023-03-05T21:04:39.048Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:04:39 [2023-03-05T21:04:39.048Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:04:39 [2023-03-05T21:04:39.048Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth-client.jar 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] webclient-war-common: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] build-ear-common: 16:04:39 [2023-03-05T21:04:39.048Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:04:39 [2023-03-05T21:04:39.048Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthApp.ear 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] deploy: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setOSConditions: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setToolWin: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setToolUnix: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setToolProperty: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setS1ASclassPath: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] init-common: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] execute-sql-common: 16:04:39 [2023-03-05T21:04:39.048Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/sql/create_pointbase.sql 16:04:39 [2023-03-05T21:04:39.048Z] [sql] Failed to execute: Drop table O_Customer 16:04:39 [2023-03-05T21:04:39.048Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:04:39 [2023-03-05T21:04:39.048Z] [sql] 0 rows affected 16:04:39 [2023-03-05T21:04:39.048Z] [sql] 1 of 2 SQL statements executed successfully 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setOSConditions: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setToolWin: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setToolUnix: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setToolProperty: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setS1ASclassPath: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] init-common: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] deploy-jdbc-common: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setOSConditions: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setToolWin: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setToolUnix: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setToolProperty: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] setS1ASclassPath: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] init-common: 16:04:39 [2023-03-05T21:04:39.048Z] 16:04:39 [2023-03-05T21:04:39.048Z] create-jdbc-connpool-common: 16:04:39 [2023-03-05T21:04:39.621Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:04:39 [2023-03-05T21:04:39.621Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:04:39 [2023-03-05T21:04:39.621Z] 16:04:39 [2023-03-05T21:04:39.621Z] set-derby-connpool-props: 16:04:39 [2023-03-05T21:04:39.877Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:04:39 [2023-03-05T21:04:39.877Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:04:40 [2023-03-05T21:04:40.133Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:04:40 [2023-03-05T21:04:40.133Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:04:40 [2023-03-05T21:04:40.390Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:04:40 [2023-03-05T21:04:40.390Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:04:40 [2023-03-05T21:04:40.953Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:04:40 [2023-03-05T21:04:40.953Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:04:41 [2023-03-05T21:04:41.221Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:04:41 [2023-03-05T21:04:41.221Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:04:41 [2023-03-05T21:04:41.478Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:04:41 [2023-03-05T21:04:41.478Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:04:41 [2023-03-05T21:04:41.735Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:04:41 [2023-03-05T21:04:41.735Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:04:41 [2023-03-05T21:04:41.991Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:04:41 [2023-03-05T21:04:41.991Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:04:41 [2023-03-05T21:04:41.991Z] 16:04:41 [2023-03-05T21:04:41.991Z] setOSConditions: 16:04:41 [2023-03-05T21:04:41.991Z] 16:04:41 [2023-03-05T21:04:41.991Z] setToolWin: 16:04:41 [2023-03-05T21:04:41.991Z] 16:04:41 [2023-03-05T21:04:41.991Z] setToolUnix: 16:04:41 [2023-03-05T21:04:41.991Z] 16:04:41 [2023-03-05T21:04:41.991Z] setToolProperty: 16:04:41 [2023-03-05T21:04:41.991Z] 16:04:41 [2023-03-05T21:04:41.991Z] setS1ASclassPath: 16:04:41 [2023-03-05T21:04:41.991Z] 16:04:41 [2023-03-05T21:04:41.991Z] init-common: 16:04:41 [2023-03-05T21:04:41.991Z] 16:04:41 [2023-03-05T21:04:41.991Z] create-jdbc-resource-common: 16:04:41 [2023-03-05T21:04:41.991Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 16:04:42 [2023-03-05T21:04:42.248Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 16:04:42 [2023-03-05T21:04:42.248Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 16:04:42 [2023-03-05T21:04:42.248Z] [echo] cmd executed for server 16:04:42 [2023-03-05T21:04:42.248Z] 16:04:42 [2023-03-05T21:04:42.248Z] setOSConditions: 16:04:42 [2023-03-05T21:04:42.248Z] 16:04:42 [2023-03-05T21:04:42.248Z] setToolWin: 16:04:42 [2023-03-05T21:04:42.248Z] 16:04:42 [2023-03-05T21:04:42.248Z] setToolUnix: 16:04:42 [2023-03-05T21:04:42.248Z] 16:04:42 [2023-03-05T21:04:42.248Z] setToolProperty: 16:04:42 [2023-03-05T21:04:42.248Z] 16:04:42 [2023-03-05T21:04:42.248Z] setS1ASclassPath: 16:04:42 [2023-03-05T21:04:42.248Z] 16:04:42 [2023-03-05T21:04:42.248Z] init-common: 16:04:42 [2023-03-05T21:04:42.248Z] 16:04:42 [2023-03-05T21:04:42.248Z] deploy-common: 16:04:42 [2023-03-05T21:04:42.248Z] [echo] Current time (ISO): 2023-03-05T21:04:42.193+0000 16:04:42 [2023-03-05T21:04:42.248Z] 16:04:42 [2023-03-05T21:04:42.248Z] setOSConditions: 16:04:42 [2023-03-05T21:04:42.248Z] 16:04:42 [2023-03-05T21:04:42.248Z] setToolWin: 16:04:42 [2023-03-05T21:04:42.248Z] 16:04:42 [2023-03-05T21:04:42.248Z] setToolUnix: 16:04:42 [2023-03-05T21:04:42.248Z] 16:04:42 [2023-03-05T21:04:42.248Z] setToolProperty: 16:04:42 [2023-03-05T21:04:42.248Z] 16:04:42 [2023-03-05T21:04:42.248Z] setS1ASclassPath: 16:04:42 [2023-03-05T21:04:42.248Z] 16:04:42 [2023-03-05T21:04:42.248Z] init-common: 16:04:42 [2023-03-05T21:04:42.248Z] 16:04:42 [2023-03-05T21:04:42.248Z] deploy-common-pe: 16:04:42 [2023-03-05T21:04:42.521Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthApp.ear 16:04:42 [2023-03-05T21:04:42.777Z] [exec] Application deployed with name ejb-bmp-contauthApp. 16:04:42 [2023-03-05T21:04:42.777Z] [echo] Deployment on target server server successful 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] setOSConditions: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] setToolWin: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] setToolUnix: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] setToolProperty: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] setS1ASclassPath: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] init-common: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] deploy-common-ee: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] run: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] setOSConditions: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] setToolWin: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] setToolUnix: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] setToolProperty: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] setS1ASclassPath: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] init-common: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] execute-sql-common: 16:04:42 [2023-03-05T21:04:42.777Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/sql/create_pointbase.sql 16:04:42 [2023-03-05T21:04:42.777Z] [sql] 0 rows affected 16:04:42 [2023-03-05T21:04:42.777Z] [sql] 0 rows affected 16:04:42 [2023-03-05T21:04:42.777Z] [sql] 2 of 2 SQL statements executed successfully 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] setOSConditions: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] setToolWin: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] setToolUnix: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] setToolProperty: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] setS1ASclassPath: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] init-common: 16:04:42 [2023-03-05T21:04:42.777Z] 16:04:42 [2023-03-05T21:04:42.777Z] runclient-common: 16:04:42 [2023-03-05T21:04:42.777Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthAppClient.jar -name ejb-bmp-contauthClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:04:43 [2023-03-05T21:04:43.341Z] [exec] Mar 05, 2023 9:04:43 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:04:43 [2023-03-05T21:04:43.341Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:04:45 [2023-03-05T21:04:45.885Z] [exec] Mar 05, 2023 9:04:45 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:04:45 [2023-03-05T21:04:45.885Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@50598a1a 16:04:45 [2023-03-05T21:04:45.885Z] [exec] Value of key is: test1 : 16:04:45 [2023-03-05T21:04:45.885Z] [exec] Value of key is: test2 : 16:04:45 [2023-03-05T21:04:45.885Z] [exec] jdbc contauth status: 16:04:45 [2023-03-05T21:04:45.885Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:04:45 [2023-03-05T21:04:45.885Z] [exec] 16:04:45 [2023-03-05T21:04:45.885Z] [exec] 16:04:45 [2023-03-05T21:04:45.885Z] [exec] ----------------------------------------- 16:04:45 [2023-03-05T21:04:45.885Z] [exec] - test2 : : PASS - 16:04:45 [2023-03-05T21:04:45.885Z] [exec] - test1 : : PASS - 16:04:45 [2023-03-05T21:04:45.885Z] [exec] ----------------------------------------- 16:04:45 [2023-03-05T21:04:45.885Z] [exec] Total PASS: 2 16:04:45 [2023-03-05T21:04:45.885Z] [exec] Total FAIL: 0 16:04:45 [2023-03-05T21:04:45.885Z] [exec] Total DID NOT RUN: 0 16:04:45 [2023-03-05T21:04:45.885Z] [exec] ----------------------------------------- 16:04:45 [2023-03-05T21:04:45.885Z] [exec] in flushAll , creating new testSuiteHash 16:04:45 [2023-03-05T21:04:45.885Z] [exec] in flushAll , creating new testSuiteHash 16:04:46 [2023-03-05T21:04:46.141Z] 16:04:46 [2023-03-05T21:04:46.141Z] checkReporting-common: 16:04:46 [2023-03-05T21:04:46.141Z] 16:04:46 [2023-03-05T21:04:46.141Z] confirmReportPresent-common: 16:04:46 [2023-03-05T21:04:46.141Z] [echo] file RepRunConf.txt is present. 16:04:46 [2023-03-05T21:04:46.141Z] [echo] Test seems to be reported fine 16:04:46 [2023-03-05T21:04:46.141Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/RepRunConf.txt 16:04:46 [2023-03-05T21:04:46.141Z] 16:04:46 [2023-03-05T21:04:46.141Z] confirmMissingReport-common: 16:04:46 [2023-03-05T21:04:46.141Z] 16:04:46 [2023-03-05T21:04:46.141Z] undeploy: 16:04:46 [2023-03-05T21:04:46.141Z] 16:04:46 [2023-03-05T21:04:46.141Z] setOSConditions: 16:04:46 [2023-03-05T21:04:46.141Z] 16:04:46 [2023-03-05T21:04:46.141Z] setToolWin: 16:04:46 [2023-03-05T21:04:46.141Z] 16:04:46 [2023-03-05T21:04:46.141Z] setToolUnix: 16:04:46 [2023-03-05T21:04:46.141Z] 16:04:46 [2023-03-05T21:04:46.141Z] setToolProperty: 16:04:46 [2023-03-05T21:04:46.141Z] 16:04:46 [2023-03-05T21:04:46.141Z] setS1ASclassPath: 16:04:46 [2023-03-05T21:04:46.141Z] 16:04:46 [2023-03-05T21:04:46.141Z] init-common: 16:04:46 [2023-03-05T21:04:46.141Z] 16:04:46 [2023-03-05T21:04:46.141Z] execute-sql-common: 16:04:46 [2023-03-05T21:04:46.141Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/sql/drop_pointbase.sql 16:04:46 [2023-03-05T21:04:46.141Z] [sql] 0 rows affected 16:04:46 [2023-03-05T21:04:46.142Z] [sql] 1 of 1 SQL statements executed successfully 16:04:46 [2023-03-05T21:04:46.142Z] 16:04:46 [2023-03-05T21:04:46.142Z] setOSConditions: 16:04:46 [2023-03-05T21:04:46.142Z] 16:04:46 [2023-03-05T21:04:46.142Z] setToolWin: 16:04:46 [2023-03-05T21:04:46.142Z] 16:04:46 [2023-03-05T21:04:46.142Z] setToolUnix: 16:04:46 [2023-03-05T21:04:46.142Z] 16:04:46 [2023-03-05T21:04:46.142Z] setToolProperty: 16:04:46 [2023-03-05T21:04:46.142Z] 16:04:46 [2023-03-05T21:04:46.142Z] setS1ASclassPath: 16:04:46 [2023-03-05T21:04:46.142Z] 16:04:46 [2023-03-05T21:04:46.142Z] init-common: 16:04:46 [2023-03-05T21:04:46.142Z] 16:04:46 [2023-03-05T21:04:46.142Z] undeploy-jdbc-common: 16:04:46 [2023-03-05T21:04:46.142Z] 16:04:46 [2023-03-05T21:04:46.142Z] setOSConditions: 16:04:46 [2023-03-05T21:04:46.398Z] 16:04:46 [2023-03-05T21:04:46.398Z] setToolWin: 16:04:46 [2023-03-05T21:04:46.398Z] 16:04:46 [2023-03-05T21:04:46.398Z] setToolUnix: 16:04:46 [2023-03-05T21:04:46.398Z] 16:04:46 [2023-03-05T21:04:46.398Z] setToolProperty: 16:04:46 [2023-03-05T21:04:46.398Z] 16:04:46 [2023-03-05T21:04:46.398Z] setS1ASclassPath: 16:04:46 [2023-03-05T21:04:46.398Z] 16:04:46 [2023-03-05T21:04:46.398Z] init-common: 16:04:46 [2023-03-05T21:04:46.398Z] 16:04:46 [2023-03-05T21:04:46.398Z] delete-jdbc-resource-common: 16:04:46 [2023-03-05T21:04:46.398Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 16:04:46 [2023-03-05T21:04:46.674Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 16:04:46 [2023-03-05T21:04:46.674Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 16:04:46 [2023-03-05T21:04:46.674Z] [echo] cmd executed for server 16:04:46 [2023-03-05T21:04:46.674Z] 16:04:46 [2023-03-05T21:04:46.674Z] setOSConditions: 16:04:46 [2023-03-05T21:04:46.674Z] 16:04:46 [2023-03-05T21:04:46.674Z] setToolWin: 16:04:46 [2023-03-05T21:04:46.674Z] 16:04:46 [2023-03-05T21:04:46.674Z] setToolUnix: 16:04:46 [2023-03-05T21:04:46.674Z] 16:04:46 [2023-03-05T21:04:46.674Z] setToolProperty: 16:04:46 [2023-03-05T21:04:46.674Z] 16:04:46 [2023-03-05T21:04:46.674Z] setS1ASclassPath: 16:04:46 [2023-03-05T21:04:46.674Z] 16:04:46 [2023-03-05T21:04:46.674Z] init-common: 16:04:46 [2023-03-05T21:04:46.674Z] 16:04:46 [2023-03-05T21:04:46.674Z] delete-jdbc-connpool-common: 16:04:46 [2023-03-05T21:04:46.674Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:04:46 [2023-03-05T21:04:46.930Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:04:46 [2023-03-05T21:04:46.930Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:04:46 [2023-03-05T21:04:46.930Z] [echo] cmd executed for server 16:04:46 [2023-03-05T21:04:46.930Z] 16:04:46 [2023-03-05T21:04:46.930Z] setOSConditions: 16:04:46 [2023-03-05T21:04:46.930Z] 16:04:46 [2023-03-05T21:04:46.930Z] setToolWin: 16:04:46 [2023-03-05T21:04:46.930Z] 16:04:46 [2023-03-05T21:04:46.930Z] setToolUnix: 16:04:46 [2023-03-05T21:04:46.930Z] 16:04:46 [2023-03-05T21:04:46.930Z] setToolProperty: 16:04:46 [2023-03-05T21:04:46.930Z] 16:04:46 [2023-03-05T21:04:46.930Z] setS1ASclassPath: 16:04:46 [2023-03-05T21:04:46.930Z] 16:04:46 [2023-03-05T21:04:46.930Z] init-common: 16:04:46 [2023-03-05T21:04:46.930Z] 16:04:46 [2023-03-05T21:04:46.930Z] undeploy-common: 16:04:47 [2023-03-05T21:04:47.190Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-contauthApp 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] all: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setOSConditions: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setToolWin: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setToolUnix: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setToolProperty: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setS1ASclassPath: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] init-common: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] clean: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setOSConditions: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setToolWin: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setToolUnix: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setToolProperty: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setS1ASclassPath: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] init-common: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] clean-common: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setOSConditions: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setToolWin: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setToolUnix: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setToolProperty: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setS1ASclassPath: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] init-common: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] clean-classes-common: 16:04:47 [2023-03-05T21:04:47.190Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setOSConditions: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setToolWin: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setToolUnix: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setToolProperty: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] setS1ASclassPath: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] init-common: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] clean-jars-common: 16:04:47 [2023-03-05T21:04:47.190Z] 16:04:47 [2023-03-05T21:04:47.190Z] compile: 16:04:47 [2023-03-05T21:04:47.447Z] 16:04:47 [2023-03-05T21:04:47.447Z] setOSConditions: 16:04:47 [2023-03-05T21:04:47.447Z] 16:04:47 [2023-03-05T21:04:47.447Z] setToolWin: 16:04:47 [2023-03-05T21:04:47.447Z] 16:04:47 [2023-03-05T21:04:47.447Z] setToolUnix: 16:04:47 [2023-03-05T21:04:47.447Z] 16:04:47 [2023-03-05T21:04:47.447Z] setToolProperty: 16:04:47 [2023-03-05T21:04:47.447Z] 16:04:47 [2023-03-05T21:04:47.447Z] setS1ASclassPath: 16:04:47 [2023-03-05T21:04:47.447Z] 16:04:47 [2023-03-05T21:04:47.447Z] init-common: 16:04:47 [2023-03-05T21:04:47.447Z] 16:04:47 [2023-03-05T21:04:47.447Z] compile-common: 16:04:47 [2023-03-05T21:04:47.447Z] [echo] Current time (ISO): 2023-03-05T21:04:47.190+0000 16:04:47 [2023-03-05T21:04:47.447Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:04:47 [2023-03-05T21:04:47.447Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:04:48 [2023-03-05T21:04:48.824Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:04:48 [2023-03-05T21:04:48.824Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/ejb/SimpleBMPBean.java:44: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:04:48 [2023-03-05T21:04:48.824Z] [javac] return new Integer(1); 16:04:48 [2023-03-05T21:04:48.824Z] [javac] ^ 16:04:48 [2023-03-05T21:04:48.824Z] [javac] 2 warnings 16:04:48 [2023-03-05T21:04:48.824Z] 16:04:48 [2023-03-05T21:04:48.824Z] setOSConditions: 16:04:48 [2023-03-05T21:04:48.824Z] 16:04:48 [2023-03-05T21:04:48.824Z] setToolWin: 16:04:48 [2023-03-05T21:04:48.824Z] 16:04:48 [2023-03-05T21:04:48.824Z] setToolUnix: 16:04:48 [2023-03-05T21:04:48.824Z] 16:04:48 [2023-03-05T21:04:48.824Z] setToolProperty: 16:04:48 [2023-03-05T21:04:48.824Z] 16:04:48 [2023-03-05T21:04:48.824Z] setS1ASclassPath: 16:04:48 [2023-03-05T21:04:48.824Z] 16:04:48 [2023-03-05T21:04:48.824Z] init-common: 16:04:48 [2023-03-05T21:04:48.824Z] 16:04:48 [2023-03-05T21:04:48.824Z] compile-common: 16:04:48 [2023-03-05T21:04:48.824Z] [echo] Current time (ISO): 2023-03-05T21:04:48.469+0000 16:04:48 [2023-03-05T21:04:48.824Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:04:49 [2023-03-05T21:04:49.755Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:04:49 [2023-03-05T21:04:49.755Z] [javac] 1 warning 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] build: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] setOSConditions: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] fixFiles: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] convUnix: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] convWin: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] setToolWin: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] setToolUnix: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] setToolProperty: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] setS1ASclassPath: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] init-common: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] package-persistence-common: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] ejb-jar-common: 16:04:49 [2023-03-05T21:04:49.755Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] package-ejbjar-common: 16:04:49 [2023-03-05T21:04:49.755Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:04:49 [2023-03-05T21:04:49.755Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:04:49 [2023-03-05T21:04:49.755Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:04:49 [2023-03-05T21:04:49.755Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtx-ejb.jar 16:04:49 [2023-03-05T21:04:49.755Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] appclient-jar-common: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] package-appclientjar-common: 16:04:49 [2023-03-05T21:04:49.755Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:04:49 [2023-03-05T21:04:49.755Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:04:49 [2023-03-05T21:04:49.755Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:04:49 [2023-03-05T21:04:49.755Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtx-client.jar 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] webclient-war-common: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] build-ear-common: 16:04:49 [2023-03-05T21:04:49.755Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:04:49 [2023-03-05T21:04:49.755Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtxApp.ear 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] deploy: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] setOSConditions: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] setToolWin: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] setToolUnix: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] setToolProperty: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] setS1ASclassPath: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] init-common: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] execute-sql-common: 16:04:49 [2023-03-05T21:04:49.755Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/sql/create_pointbase.sql 16:04:49 [2023-03-05T21:04:49.755Z] [sql] Failed to execute: Drop table O_Customer 16:04:49 [2023-03-05T21:04:49.755Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:04:49 [2023-03-05T21:04:49.755Z] [sql] 0 rows affected 16:04:49 [2023-03-05T21:04:49.755Z] [sql] 1 of 2 SQL statements executed successfully 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] setOSConditions: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] setToolWin: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] setToolUnix: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] setToolProperty: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] setS1ASclassPath: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] init-common: 16:04:49 [2023-03-05T21:04:49.755Z] 16:04:49 [2023-03-05T21:04:49.755Z] create-jdbc-connpool-common: 16:04:50 [2023-03-05T21:04:50.332Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-appauth-pool1 16:04:50 [2023-03-05T21:04:50.332Z] [exec] JDBC connection pool jdbc-appauth-pool1 created successfully. 16:04:50 [2023-03-05T21:04:50.332Z] 16:04:50 [2023-03-05T21:04:50.332Z] set-derby-connpool-props: 16:04:50 [2023-03-05T21:04:50.594Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser 16:04:50 [2023-03-05T21:04:50.594Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser 16:04:50 [2023-03-05T21:04:50.874Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword 16:04:50 [2023-03-05T21:04:50.874Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword 16:04:51 [2023-03-05T21:04:51.137Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 16:04:51 [2023-03-05T21:04:51.137Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 16:04:51 [2023-03-05T21:04:51.397Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 16:04:51 [2023-03-05T21:04:51.397Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 16:04:51 [2023-03-05T21:04:51.655Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb 16:04:51 [2023-03-05T21:04:51.655Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb 16:04:51 [2023-03-05T21:04:51.921Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true 16:04:51 [2023-03-05T21:04:51.922Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true 16:04:52 [2023-03-05T21:04:52.181Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true 16:04:52 [2023-03-05T21:04:52.181Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true 16:04:52 [2023-03-05T21:04:52.745Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost 16:04:52 [2023-03-05T21:04:52.745Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost 16:04:52 [2023-03-05T21:04:52.745Z] 16:04:52 [2023-03-05T21:04:52.745Z] setOSConditions: 16:04:52 [2023-03-05T21:04:52.745Z] 16:04:52 [2023-03-05T21:04:52.745Z] setToolWin: 16:04:52 [2023-03-05T21:04:52.745Z] 16:04:52 [2023-03-05T21:04:52.745Z] setToolUnix: 16:04:52 [2023-03-05T21:04:52.745Z] 16:04:52 [2023-03-05T21:04:52.745Z] setToolProperty: 16:04:52 [2023-03-05T21:04:52.745Z] 16:04:52 [2023-03-05T21:04:52.745Z] setS1ASclassPath: 16:04:52 [2023-03-05T21:04:52.745Z] 16:04:52 [2023-03-05T21:04:52.745Z] init-common: 16:04:52 [2023-03-05T21:04:52.745Z] 16:04:52 [2023-03-05T21:04:52.745Z] create-jdbc-resource-common: 16:04:52 [2023-03-05T21:04:52.745Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-appauth-pool1 --target server jdbc/s1qeappauth1 16:04:53 [2023-03-05T21:04:53.021Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-appauth-pool1 --enabled=true --target server jdbc/s1qeappauth1 16:04:53 [2023-03-05T21:04:53.021Z] [exec] JDBC resource jdbc/s1qeappauth1 created successfully. 16:04:53 [2023-03-05T21:04:53.021Z] [echo] cmd executed for server 16:04:53 [2023-03-05T21:04:53.021Z] 16:04:53 [2023-03-05T21:04:53.021Z] setOSConditions: 16:04:53 [2023-03-05T21:04:53.021Z] 16:04:53 [2023-03-05T21:04:53.021Z] setToolWin: 16:04:53 [2023-03-05T21:04:53.021Z] 16:04:53 [2023-03-05T21:04:53.021Z] setToolUnix: 16:04:53 [2023-03-05T21:04:53.021Z] 16:04:53 [2023-03-05T21:04:53.021Z] setToolProperty: 16:04:53 [2023-03-05T21:04:53.021Z] 16:04:53 [2023-03-05T21:04:53.021Z] setS1ASclassPath: 16:04:53 [2023-03-05T21:04:53.021Z] 16:04:53 [2023-03-05T21:04:53.021Z] init-common: 16:04:53 [2023-03-05T21:04:53.021Z] 16:04:53 [2023-03-05T21:04:53.021Z] deploy-common: 16:04:53 [2023-03-05T21:04:53.021Z] [echo] Current time (ISO): 2023-03-05T21:04:52.783+0000 16:04:53 [2023-03-05T21:04:53.021Z] 16:04:53 [2023-03-05T21:04:53.021Z] setOSConditions: 16:04:53 [2023-03-05T21:04:53.021Z] 16:04:53 [2023-03-05T21:04:53.021Z] setToolWin: 16:04:53 [2023-03-05T21:04:53.021Z] 16:04:53 [2023-03-05T21:04:53.021Z] setToolUnix: 16:04:53 [2023-03-05T21:04:53.021Z] 16:04:53 [2023-03-05T21:04:53.021Z] setToolProperty: 16:04:53 [2023-03-05T21:04:53.021Z] 16:04:53 [2023-03-05T21:04:53.021Z] setS1ASclassPath: 16:04:53 [2023-03-05T21:04:53.021Z] 16:04:53 [2023-03-05T21:04:53.021Z] init-common: 16:04:53 [2023-03-05T21:04:53.021Z] 16:04:53 [2023-03-05T21:04:53.021Z] deploy-common-pe: 16:04:53 [2023-03-05T21:04:53.279Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtxApp.ear 16:04:53 [2023-03-05T21:04:53.279Z] [exec] Application deployed with name ejb-bmp-contauthtxApp. 16:04:53 [2023-03-05T21:04:53.279Z] [echo] Deployment on target server server successful 16:04:53 [2023-03-05T21:04:53.279Z] 16:04:53 [2023-03-05T21:04:53.279Z] setOSConditions: 16:04:53 [2023-03-05T21:04:53.279Z] 16:04:53 [2023-03-05T21:04:53.279Z] setToolWin: 16:04:53 [2023-03-05T21:04:53.279Z] 16:04:53 [2023-03-05T21:04:53.279Z] setToolUnix: 16:04:53 [2023-03-05T21:04:53.279Z] 16:04:53 [2023-03-05T21:04:53.279Z] setToolProperty: 16:04:53 [2023-03-05T21:04:53.279Z] 16:04:53 [2023-03-05T21:04:53.279Z] setS1ASclassPath: 16:04:53 [2023-03-05T21:04:53.279Z] 16:04:53 [2023-03-05T21:04:53.279Z] init-common: 16:04:53 [2023-03-05T21:04:53.279Z] 16:04:53 [2023-03-05T21:04:53.279Z] deploy-common-ee: 16:04:53 [2023-03-05T21:04:53.279Z] 16:04:53 [2023-03-05T21:04:53.279Z] run: 16:04:53 [2023-03-05T21:04:53.279Z] 16:04:53 [2023-03-05T21:04:53.279Z] setOSConditions: 16:04:53 [2023-03-05T21:04:53.279Z] 16:04:53 [2023-03-05T21:04:53.279Z] setToolWin: 16:04:53 [2023-03-05T21:04:53.279Z] 16:04:53 [2023-03-05T21:04:53.279Z] setToolUnix: 16:04:53 [2023-03-05T21:04:53.279Z] 16:04:53 [2023-03-05T21:04:53.279Z] setToolProperty: 16:04:53 [2023-03-05T21:04:53.279Z] 16:04:53 [2023-03-05T21:04:53.279Z] setS1ASclassPath: 16:04:53 [2023-03-05T21:04:53.279Z] 16:04:53 [2023-03-05T21:04:53.279Z] init-common: 16:04:53 [2023-03-05T21:04:53.279Z] 16:04:53 [2023-03-05T21:04:53.279Z] execute-sql-common: 16:04:53 [2023-03-05T21:04:53.279Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/sql/create_pointbase.sql 16:04:53 [2023-03-05T21:04:53.536Z] [sql] 0 rows affected 16:04:53 [2023-03-05T21:04:53.536Z] [sql] 0 rows affected 16:04:53 [2023-03-05T21:04:53.536Z] [sql] 2 of 2 SQL statements executed successfully 16:04:53 [2023-03-05T21:04:53.536Z] 16:04:53 [2023-03-05T21:04:53.536Z] setOSConditions: 16:04:53 [2023-03-05T21:04:53.536Z] 16:04:53 [2023-03-05T21:04:53.536Z] setToolWin: 16:04:53 [2023-03-05T21:04:53.536Z] 16:04:53 [2023-03-05T21:04:53.536Z] setToolUnix: 16:04:53 [2023-03-05T21:04:53.536Z] 16:04:53 [2023-03-05T21:04:53.536Z] setToolProperty: 16:04:53 [2023-03-05T21:04:53.536Z] 16:04:53 [2023-03-05T21:04:53.536Z] setS1ASclassPath: 16:04:53 [2023-03-05T21:04:53.536Z] 16:04:53 [2023-03-05T21:04:53.536Z] init-common: 16:04:53 [2023-03-05T21:04:53.536Z] 16:04:53 [2023-03-05T21:04:53.536Z] runclient-common: 16:04:53 [2023-03-05T21:04:53.536Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtxAppClient.jar -name ejb-bmp-contauthtxClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:04:54 [2023-03-05T21:04:54.495Z] [exec] Mar 05, 2023 9:04:54 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:04:54 [2023-03-05T21:04:54.495Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:04:56 [2023-03-05T21:04:56.421Z] [exec] Mar 05, 2023 9:04:56 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:04:56 [2023-03-05T21:04:56.421Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 16:04:56 [2023-03-05T21:04:56.678Z] [exec] Will Fail till a better XA driver is integrated into Derby 16:04:56 [2023-03-05T21:04:56.678Z] [exec] Value of key is: test1 : 16:04:56 [2023-03-05T21:04:56.678Z] [exec] Value of key is: test2 : 16:04:56 [2023-03-05T21:04:56.678Z] [exec] jdbc contauthtx status: 16:04:56 [2023-03-05T21:04:56.678Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:04:56 [2023-03-05T21:04:56.678Z] [exec] 16:04:56 [2023-03-05T21:04:56.678Z] [exec] 16:04:56 [2023-03-05T21:04:56.678Z] [exec] ----------------------------------------- 16:04:56 [2023-03-05T21:04:56.678Z] [exec] - test2 : : PASS - 16:04:56 [2023-03-05T21:04:56.678Z] [exec] - test1 : : PASS - 16:04:56 [2023-03-05T21:04:56.678Z] [exec] ----------------------------------------- 16:04:56 [2023-03-05T21:04:56.678Z] [exec] Total PASS: 2 16:04:56 [2023-03-05T21:04:56.678Z] [exec] Total FAIL: 0 16:04:56 [2023-03-05T21:04:56.678Z] [exec] Total DID NOT RUN: 0 16:04:56 [2023-03-05T21:04:56.678Z] [exec] ----------------------------------------- 16:04:56 [2023-03-05T21:04:56.678Z] [exec] in flushAll , creating new testSuiteHash 16:04:56 [2023-03-05T21:04:56.678Z] [exec] in flushAll , creating new testSuiteHash 16:04:56 [2023-03-05T21:04:56.935Z] 16:04:56 [2023-03-05T21:04:56.935Z] checkReporting-common: 16:04:56 [2023-03-05T21:04:56.935Z] 16:04:56 [2023-03-05T21:04:56.935Z] confirmReportPresent-common: 16:04:56 [2023-03-05T21:04:56.935Z] [echo] file RepRunConf.txt is present. 16:04:56 [2023-03-05T21:04:56.935Z] [echo] Test seems to be reported fine 16:04:56 [2023-03-05T21:04:56.935Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/RepRunConf.txt 16:04:56 [2023-03-05T21:04:56.935Z] 16:04:56 [2023-03-05T21:04:56.935Z] confirmMissingReport-common: 16:04:56 [2023-03-05T21:04:56.935Z] 16:04:56 [2023-03-05T21:04:56.935Z] undeploy: 16:04:56 [2023-03-05T21:04:56.935Z] 16:04:56 [2023-03-05T21:04:56.935Z] setOSConditions: 16:04:56 [2023-03-05T21:04:56.935Z] 16:04:56 [2023-03-05T21:04:56.935Z] setToolWin: 16:04:56 [2023-03-05T21:04:56.935Z] 16:04:56 [2023-03-05T21:04:56.935Z] setToolUnix: 16:04:56 [2023-03-05T21:04:56.935Z] 16:04:56 [2023-03-05T21:04:56.935Z] setToolProperty: 16:04:56 [2023-03-05T21:04:56.935Z] 16:04:56 [2023-03-05T21:04:56.935Z] setS1ASclassPath: 16:04:56 [2023-03-05T21:04:56.935Z] 16:04:56 [2023-03-05T21:04:56.935Z] init-common: 16:04:56 [2023-03-05T21:04:56.935Z] 16:04:56 [2023-03-05T21:04:56.935Z] undeploy-common: 16:04:57 [2023-03-05T21:04:57.193Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-contauthtxApp 16:04:57 [2023-03-05T21:04:57.449Z] 16:04:57 [2023-03-05T21:04:57.449Z] setOSConditions: 16:04:57 [2023-03-05T21:04:57.449Z] 16:04:57 [2023-03-05T21:04:57.449Z] setToolWin: 16:04:57 [2023-03-05T21:04:57.449Z] 16:04:57 [2023-03-05T21:04:57.449Z] setToolUnix: 16:04:57 [2023-03-05T21:04:57.449Z] 16:04:57 [2023-03-05T21:04:57.449Z] setToolProperty: 16:04:57 [2023-03-05T21:04:57.449Z] 16:04:57 [2023-03-05T21:04:57.449Z] setS1ASclassPath: 16:04:57 [2023-03-05T21:04:57.449Z] 16:04:57 [2023-03-05T21:04:57.449Z] init-common: 16:04:57 [2023-03-05T21:04:57.449Z] 16:04:57 [2023-03-05T21:04:57.449Z] delete-jdbc-resource-common: 16:04:57 [2023-03-05T21:04:57.449Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeappauth1 16:04:57 [2023-03-05T21:04:57.706Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeappauth1 16:04:57 [2023-03-05T21:04:57.706Z] [exec] JDBC resource jdbc/s1qeappauth1 deleted successfully 16:04:57 [2023-03-05T21:04:57.706Z] [echo] cmd executed for server 16:04:57 [2023-03-05T21:04:57.706Z] 16:04:57 [2023-03-05T21:04:57.706Z] setOSConditions: 16:04:57 [2023-03-05T21:04:57.706Z] 16:04:57 [2023-03-05T21:04:57.706Z] setToolWin: 16:04:57 [2023-03-05T21:04:57.706Z] 16:04:57 [2023-03-05T21:04:57.706Z] setToolUnix: 16:04:57 [2023-03-05T21:04:57.706Z] 16:04:57 [2023-03-05T21:04:57.706Z] setToolProperty: 16:04:57 [2023-03-05T21:04:57.706Z] 16:04:57 [2023-03-05T21:04:57.706Z] setS1ASclassPath: 16:04:57 [2023-03-05T21:04:57.706Z] 16:04:57 [2023-03-05T21:04:57.706Z] init-common: 16:04:57 [2023-03-05T21:04:57.706Z] 16:04:57 [2023-03-05T21:04:57.706Z] delete-jdbc-connpool-common: 16:04:57 [2023-03-05T21:04:57.706Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-appauth-pool1 16:04:57 [2023-03-05T21:04:57.972Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-appauth-pool1 16:04:57 [2023-03-05T21:04:57.972Z] [exec] JDBC Connection pool jdbc-appauth-pool1 deleted successfully 16:04:57 [2023-03-05T21:04:57.972Z] [echo] cmd executed for server 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setOSConditions: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolWin: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolUnix: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolProperty: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setS1ASclassPath: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] init-common: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] execute-sql-common: 16:04:57 [2023-03-05T21:04:57.972Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/sql/drop_pointbase.sql 16:04:57 [2023-03-05T21:04:57.972Z] [sql] 0 rows affected 16:04:57 [2023-03-05T21:04:57.972Z] [sql] 1 of 1 SQL statements executed successfully 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] all: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setOSConditions: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolWin: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolUnix: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolProperty: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setS1ASclassPath: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] init-common: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] clean: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setOSConditions: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolWin: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolUnix: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolProperty: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setS1ASclassPath: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] init-common: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] clean-common: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setOSConditions: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolWin: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolUnix: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolProperty: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setS1ASclassPath: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] init-common: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] clean-classes-common: 16:04:57 [2023-03-05T21:04:57.972Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setOSConditions: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolWin: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolUnix: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolProperty: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setS1ASclassPath: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] init-common: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] clean-jars-common: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] compile: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setOSConditions: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolWin: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolUnix: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setToolProperty: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] setS1ASclassPath: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] init-common: 16:04:57 [2023-03-05T21:04:57.972Z] 16:04:57 [2023-03-05T21:04:57.972Z] compile-common: 16:04:57 [2023-03-05T21:04:57.972Z] [echo] Current time (ISO): 2023-03-05T21:04:57.929+0000 16:04:57 [2023-03-05T21:04:57.972Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:04:57 [2023-03-05T21:04:57.972Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:04:59 [2023-03-05T21:04:59.355Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:04:59 [2023-03-05T21:04:59.355Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/ejb/SimpleBMPBean.java:44: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:04:59 [2023-03-05T21:04:59.355Z] [javac] return new Integer(1); 16:04:59 [2023-03-05T21:04:59.355Z] [javac] ^ 16:04:59 [2023-03-05T21:04:59.355Z] [javac] 2 warnings 16:04:59 [2023-03-05T21:04:59.355Z] 16:04:59 [2023-03-05T21:04:59.355Z] setOSConditions: 16:04:59 [2023-03-05T21:04:59.355Z] 16:04:59 [2023-03-05T21:04:59.355Z] setToolWin: 16:04:59 [2023-03-05T21:04:59.355Z] 16:04:59 [2023-03-05T21:04:59.355Z] setToolUnix: 16:04:59 [2023-03-05T21:04:59.355Z] 16:04:59 [2023-03-05T21:04:59.355Z] setToolProperty: 16:04:59 [2023-03-05T21:04:59.355Z] 16:04:59 [2023-03-05T21:04:59.355Z] setS1ASclassPath: 16:04:59 [2023-03-05T21:04:59.355Z] 16:04:59 [2023-03-05T21:04:59.355Z] init-common: 16:04:59 [2023-03-05T21:04:59.355Z] 16:04:59 [2023-03-05T21:04:59.355Z] compile-common: 16:04:59 [2023-03-05T21:04:59.355Z] [echo] Current time (ISO): 2023-03-05T21:04:59.125+0000 16:04:59 [2023-03-05T21:04:59.355Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:05:00 [2023-03-05T21:05:00.290Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:05:00 [2023-03-05T21:05:00.546Z] [javac] 1 warning 16:05:00 [2023-03-05T21:05:00.546Z] 16:05:00 [2023-03-05T21:05:00.546Z] build: 16:05:00 [2023-03-05T21:05:00.546Z] 16:05:00 [2023-03-05T21:05:00.546Z] setOSConditions: 16:05:00 [2023-03-05T21:05:00.546Z] 16:05:00 [2023-03-05T21:05:00.546Z] fixFiles: 16:05:00 [2023-03-05T21:05:00.546Z] 16:05:00 [2023-03-05T21:05:00.546Z] convUnix: 16:05:00 [2023-03-05T21:05:00.546Z] 16:05:00 [2023-03-05T21:05:00.547Z] convWin: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setToolWin: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setToolUnix: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setToolProperty: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setS1ASclassPath: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] init-common: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] package-persistence-common: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] ejb-jar-common: 16:05:00 [2023-03-05T21:05:00.547Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] package-ejbjar-common: 16:05:00 [2023-03-05T21:05:00.547Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:05:00 [2023-03-05T21:05:00.547Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:05:00 [2023-03-05T21:05:00.547Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:05:00 [2023-03-05T21:05:00.547Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1-ejb.jar 16:05:00 [2023-03-05T21:05:00.547Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] appclient-jar-common: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] package-appclientjar-common: 16:05:00 [2023-03-05T21:05:00.547Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:05:00 [2023-03-05T21:05:00.547Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:05:00 [2023-03-05T21:05:00.547Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:05:00 [2023-03-05T21:05:00.547Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1-client.jar 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] webclient-war-common: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] build-ear-common: 16:05:00 [2023-03-05T21:05:00.547Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:05:00 [2023-03-05T21:05:00.547Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1App.ear 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] deploy: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setOSConditions: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setToolWin: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setToolUnix: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setToolProperty: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setS1ASclassPath: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] init-common: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] execute-sql-common: 16:05:00 [2023-03-05T21:05:00.547Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/sql/create_pointbase.sql 16:05:00 [2023-03-05T21:05:00.547Z] [sql] Failed to execute: Drop table O_Customer 16:05:00 [2023-03-05T21:05:00.547Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:05:00 [2023-03-05T21:05:00.547Z] [sql] 0 rows affected 16:05:00 [2023-03-05T21:05:00.547Z] [sql] 1 of 2 SQL statements executed successfully 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setOSConditions: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setToolWin: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setToolUnix: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setToolProperty: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setS1ASclassPath: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] init-common: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] deploy-jdbc-common: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setOSConditions: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setToolWin: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setToolUnix: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setToolProperty: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] setS1ASclassPath: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] init-common: 16:05:00 [2023-03-05T21:05:00.547Z] 16:05:00 [2023-03-05T21:05:00.547Z] create-jdbc-connpool-common: 16:05:00 [2023-03-05T21:05:00.803Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:05:00 [2023-03-05T21:05:00.803Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:05:00 [2023-03-05T21:05:00.803Z] 16:05:00 [2023-03-05T21:05:00.803Z] set-derby-connpool-props: 16:05:01 [2023-03-05T21:05:01.061Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:05:01 [2023-03-05T21:05:01.318Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:05:01 [2023-03-05T21:05:01.574Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:05:01 [2023-03-05T21:05:01.574Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:05:01 [2023-03-05T21:05:01.831Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:05:01 [2023-03-05T21:05:01.831Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:05:02 [2023-03-05T21:05:02.087Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:05:02 [2023-03-05T21:05:02.087Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:05:02 [2023-03-05T21:05:02.343Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:05:02 [2023-03-05T21:05:02.344Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:05:02 [2023-03-05T21:05:02.619Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:05:02 [2023-03-05T21:05:02.619Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:05:03 [2023-03-05T21:05:03.183Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:05:03 [2023-03-05T21:05:03.183Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:05:03 [2023-03-05T21:05:03.439Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:05:03 [2023-03-05T21:05:03.439Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:05:03 [2023-03-05T21:05:03.439Z] 16:05:03 [2023-03-05T21:05:03.439Z] setOSConditions: 16:05:03 [2023-03-05T21:05:03.439Z] 16:05:03 [2023-03-05T21:05:03.439Z] setToolWin: 16:05:03 [2023-03-05T21:05:03.439Z] 16:05:03 [2023-03-05T21:05:03.439Z] setToolUnix: 16:05:03 [2023-03-05T21:05:03.439Z] 16:05:03 [2023-03-05T21:05:03.439Z] setToolProperty: 16:05:03 [2023-03-05T21:05:03.439Z] 16:05:03 [2023-03-05T21:05:03.439Z] setS1ASclassPath: 16:05:03 [2023-03-05T21:05:03.439Z] 16:05:03 [2023-03-05T21:05:03.439Z] init-common: 16:05:03 [2023-03-05T21:05:03.439Z] 16:05:03 [2023-03-05T21:05:03.439Z] create-jdbc-resource-common: 16:05:03 [2023-03-05T21:05:03.439Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 16:05:03 [2023-03-05T21:05:03.720Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 16:05:03 [2023-03-05T21:05:03.720Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 16:05:03 [2023-03-05T21:05:03.720Z] [echo] cmd executed for server 16:05:03 [2023-03-05T21:05:03.720Z] 16:05:03 [2023-03-05T21:05:03.720Z] setOSConditions: 16:05:03 [2023-03-05T21:05:03.720Z] 16:05:03 [2023-03-05T21:05:03.720Z] setToolWin: 16:05:03 [2023-03-05T21:05:03.720Z] 16:05:03 [2023-03-05T21:05:03.720Z] setToolUnix: 16:05:03 [2023-03-05T21:05:03.720Z] 16:05:03 [2023-03-05T21:05:03.720Z] setToolProperty: 16:05:03 [2023-03-05T21:05:03.720Z] 16:05:03 [2023-03-05T21:05:03.720Z] setS1ASclassPath: 16:05:03 [2023-03-05T21:05:03.720Z] 16:05:03 [2023-03-05T21:05:03.720Z] init-common: 16:05:03 [2023-03-05T21:05:03.720Z] 16:05:03 [2023-03-05T21:05:03.720Z] deploy-common: 16:05:03 [2023-03-05T21:05:03.720Z] [echo] Current time (ISO): 2023-03-05T21:05:03.520+0000 16:05:03 [2023-03-05T21:05:03.720Z] 16:05:03 [2023-03-05T21:05:03.720Z] setOSConditions: 16:05:03 [2023-03-05T21:05:03.720Z] 16:05:03 [2023-03-05T21:05:03.720Z] setToolWin: 16:05:03 [2023-03-05T21:05:03.720Z] 16:05:03 [2023-03-05T21:05:03.720Z] setToolUnix: 16:05:03 [2023-03-05T21:05:03.720Z] 16:05:03 [2023-03-05T21:05:03.720Z] setToolProperty: 16:05:03 [2023-03-05T21:05:03.720Z] 16:05:03 [2023-03-05T21:05:03.720Z] setS1ASclassPath: 16:05:03 [2023-03-05T21:05:03.720Z] 16:05:03 [2023-03-05T21:05:03.720Z] init-common: 16:05:03 [2023-03-05T21:05:03.720Z] 16:05:03 [2023-03-05T21:05:03.720Z] deploy-common-pe: 16:05:03 [2023-03-05T21:05:03.978Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1App.ear 16:05:03 [2023-03-05T21:05:03.978Z] [exec] Application deployed with name ejb-bmp-contauth1App. 16:05:03 [2023-03-05T21:05:03.978Z] [echo] Deployment on target server server successful 16:05:03 [2023-03-05T21:05:03.978Z] 16:05:03 [2023-03-05T21:05:03.978Z] setOSConditions: 16:05:03 [2023-03-05T21:05:03.978Z] 16:05:03 [2023-03-05T21:05:03.978Z] setToolWin: 16:05:03 [2023-03-05T21:05:03.978Z] 16:05:03 [2023-03-05T21:05:03.978Z] setToolUnix: 16:05:03 [2023-03-05T21:05:03.978Z] 16:05:03 [2023-03-05T21:05:03.978Z] setToolProperty: 16:05:03 [2023-03-05T21:05:03.978Z] 16:05:03 [2023-03-05T21:05:03.978Z] setS1ASclassPath: 16:05:03 [2023-03-05T21:05:03.978Z] 16:05:03 [2023-03-05T21:05:03.978Z] init-common: 16:05:03 [2023-03-05T21:05:03.978Z] 16:05:03 [2023-03-05T21:05:03.978Z] deploy-common-ee: 16:05:03 [2023-03-05T21:05:03.978Z] 16:05:03 [2023-03-05T21:05:03.978Z] run: 16:05:03 [2023-03-05T21:05:03.978Z] 16:05:03 [2023-03-05T21:05:03.978Z] setup-derby-for-authentication: 16:05:03 [2023-03-05T21:05:03.978Z] 16:05:03 [2023-03-05T21:05:03.978Z] setOSConditions: 16:05:03 [2023-03-05T21:05:03.978Z] 16:05:03 [2023-03-05T21:05:03.978Z] setToolWin: 16:05:03 [2023-03-05T21:05:03.978Z] 16:05:03 [2023-03-05T21:05:03.978Z] setToolUnix: 16:05:03 [2023-03-05T21:05:03.978Z] 16:05:03 [2023-03-05T21:05:03.978Z] setToolProperty: 16:05:03 [2023-03-05T21:05:03.978Z] 16:05:03 [2023-03-05T21:05:03.978Z] setS1ASclassPath: 16:05:03 [2023-03-05T21:05:03.978Z] 16:05:03 [2023-03-05T21:05:03.978Z] init-common: 16:05:03 [2023-03-05T21:05:03.978Z] 16:05:03 [2023-03-05T21:05:03.978Z] stop-derby: 16:05:04 [2023-03-05T21:05:04.237Z] 16:05:04 [2023-03-05T21:05:04.237Z] stop-derby-aix: 16:05:04 [2023-03-05T21:05:04.237Z] 16:05:04 [2023-03-05T21:05:04.237Z] stop-derby-nonaix: 16:05:04 [2023-03-05T21:05:04.237Z] [echo] Stopping Derby DB Server ... 16:05:04 [2023-03-05T21:05:04.495Z] [java] Sun Mar 05 21:05:04 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:05:04 [2023-03-05T21:05:04.495Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties to copy. 16:05:04 [2023-03-05T21:05:04.495Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases 16:05:04 [2023-03-05T21:05:04.495Z] 16:05:04 [2023-03-05T21:05:04.495Z] setOSConditions: 16:05:04 [2023-03-05T21:05:04.495Z] 16:05:04 [2023-03-05T21:05:04.495Z] setToolWin: 16:05:04 [2023-03-05T21:05:04.495Z] 16:05:04 [2023-03-05T21:05:04.495Z] setToolUnix: 16:05:04 [2023-03-05T21:05:04.495Z] 16:05:04 [2023-03-05T21:05:04.495Z] setToolProperty: 16:05:04 [2023-03-05T21:05:04.495Z] 16:05:04 [2023-03-05T21:05:04.495Z] setS1ASclassPath: 16:05:04 [2023-03-05T21:05:04.495Z] 16:05:04 [2023-03-05T21:05:04.495Z] init-common: 16:05:04 [2023-03-05T21:05:04.495Z] 16:05:04 [2023-03-05T21:05:04.495Z] start-derby: 16:05:04 [2023-03-05T21:05:04.495Z] 16:05:04 [2023-03-05T21:05:04.495Z] start-derby-aix: 16:05:04 [2023-03-05T21:05:04.495Z] 16:05:04 [2023-03-05T21:05:04.495Z] start-derby-nonaix: 16:05:04 [2023-03-05T21:05:04.495Z] [echo] Starting Derby DB Server ... 16:05:19 [2023-03-05T21:05:19.350Z] 16:05:19 [2023-03-05T21:05:19.350Z] setOSConditions: 16:05:19 [2023-03-05T21:05:19.350Z] 16:05:19 [2023-03-05T21:05:19.350Z] setToolWin: 16:05:19 [2023-03-05T21:05:19.350Z] 16:05:19 [2023-03-05T21:05:19.350Z] setToolUnix: 16:05:19 [2023-03-05T21:05:19.350Z] 16:05:19 [2023-03-05T21:05:19.350Z] setToolProperty: 16:05:19 [2023-03-05T21:05:19.350Z] 16:05:19 [2023-03-05T21:05:19.350Z] setS1ASclassPath: 16:05:19 [2023-03-05T21:05:19.350Z] 16:05:19 [2023-03-05T21:05:19.350Z] init-common: 16:05:19 [2023-03-05T21:05:19.350Z] 16:05:19 [2023-03-05T21:05:19.350Z] execute-sql-common: 16:05:19 [2023-03-05T21:05:19.620Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/sql/create_pointbase.sql 16:05:19 [2023-03-05T21:05:19.620Z] [sql] 0 rows affected 16:05:19 [2023-03-05T21:05:19.620Z] [sql] 0 rows affected 16:05:19 [2023-03-05T21:05:19.620Z] [sql] 2 of 2 SQL statements executed successfully 16:05:19 [2023-03-05T21:05:19.620Z] 16:05:19 [2023-03-05T21:05:19.620Z] setOSConditions: 16:05:19 [2023-03-05T21:05:19.620Z] 16:05:19 [2023-03-05T21:05:19.620Z] setToolWin: 16:05:19 [2023-03-05T21:05:19.620Z] 16:05:19 [2023-03-05T21:05:19.620Z] setToolUnix: 16:05:19 [2023-03-05T21:05:19.620Z] 16:05:19 [2023-03-05T21:05:19.620Z] setToolProperty: 16:05:19 [2023-03-05T21:05:19.620Z] 16:05:19 [2023-03-05T21:05:19.620Z] setS1ASclassPath: 16:05:19 [2023-03-05T21:05:19.620Z] 16:05:19 [2023-03-05T21:05:19.620Z] init-common: 16:05:19 [2023-03-05T21:05:19.620Z] 16:05:19 [2023-03-05T21:05:19.620Z] runclient-common: 16:05:19 [2023-03-05T21:05:19.620Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1AppClient.jar -name ejb-bmp-contauth1Client -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:05:20 [2023-03-05T21:05:20.182Z] [exec] Mar 05, 2023 9:05:20 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:05:20 [2023-03-05T21:05:20.182Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:05:22 [2023-03-05T21:05:22.711Z] [exec] Mar 05, 2023 9:05:22 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:05:22 [2023-03-05T21:05:22.711Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@50598a1a 16:05:22 [2023-03-05T21:05:22.711Z] [exec] Test 2 will fail with Derby 16:05:22 [2023-03-05T21:05:22.711Z] [exec] Value of key is: test1 : 16:05:22 [2023-03-05T21:05:22.711Z] [exec] Value of key is: test2 : 16:05:22 [2023-03-05T21:05:22.711Z] [exec] jdbc contauth1 status: 16:05:22 [2023-03-05T21:05:22.711Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:05:22 [2023-03-05T21:05:22.711Z] [exec] 16:05:22 [2023-03-05T21:05:22.711Z] [exec] 16:05:22 [2023-03-05T21:05:22.711Z] [exec] ----------------------------------------- 16:05:22 [2023-03-05T21:05:22.711Z] [exec] - test2 : : PASS - 16:05:22 [2023-03-05T21:05:22.711Z] [exec] - test1 : : PASS - 16:05:22 [2023-03-05T21:05:22.711Z] [exec] ----------------------------------------- 16:05:22 [2023-03-05T21:05:22.711Z] [exec] Total PASS: 2 16:05:22 [2023-03-05T21:05:22.711Z] [exec] Total FAIL: 0 16:05:22 [2023-03-05T21:05:22.711Z] [exec] Total DID NOT RUN: 0 16:05:22 [2023-03-05T21:05:22.711Z] [exec] ----------------------------------------- 16:05:22 [2023-03-05T21:05:22.711Z] [exec] in flushAll , creating new testSuiteHash 16:05:22 [2023-03-05T21:05:22.969Z] [exec] in flushAll , creating new testSuiteHash 16:05:23 [2023-03-05T21:05:23.225Z] 16:05:23 [2023-03-05T21:05:23.226Z] checkReporting-common: 16:05:23 [2023-03-05T21:05:23.226Z] 16:05:23 [2023-03-05T21:05:23.226Z] confirmReportPresent-common: 16:05:23 [2023-03-05T21:05:23.226Z] [echo] file RepRunConf.txt is present. 16:05:23 [2023-03-05T21:05:23.226Z] [echo] Test seems to be reported fine 16:05:23 [2023-03-05T21:05:23.226Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/RepRunConf.txt 16:05:23 [2023-03-05T21:05:23.226Z] 16:05:23 [2023-03-05T21:05:23.226Z] confirmMissingReport-common: 16:05:23 [2023-03-05T21:05:23.226Z] 16:05:23 [2023-03-05T21:05:23.226Z] reset-derby-for-no-authentication: 16:05:23 [2023-03-05T21:05:23.226Z] 16:05:23 [2023-03-05T21:05:23.226Z] setOSConditions: 16:05:23 [2023-03-05T21:05:23.226Z] 16:05:23 [2023-03-05T21:05:23.226Z] setToolWin: 16:05:23 [2023-03-05T21:05:23.226Z] 16:05:23 [2023-03-05T21:05:23.226Z] setToolUnix: 16:05:23 [2023-03-05T21:05:23.226Z] 16:05:23 [2023-03-05T21:05:23.226Z] setToolProperty: 16:05:23 [2023-03-05T21:05:23.226Z] 16:05:23 [2023-03-05T21:05:23.226Z] setS1ASclassPath: 16:05:23 [2023-03-05T21:05:23.226Z] 16:05:23 [2023-03-05T21:05:23.226Z] init-common: 16:05:23 [2023-03-05T21:05:23.226Z] 16:05:23 [2023-03-05T21:05:23.226Z] stop-derby: 16:05:23 [2023-03-05T21:05:23.226Z] 16:05:23 [2023-03-05T21:05:23.226Z] stop-derby-aix: 16:05:23 [2023-03-05T21:05:23.226Z] 16:05:23 [2023-03-05T21:05:23.226Z] stop-derby-nonaix: 16:05:23 [2023-03-05T21:05:23.226Z] [echo] Stopping Derby DB Server ... 16:05:23 [2023-03-05T21:05:23.482Z] [java] Sun Mar 05 21:05:23 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:05:23 [2023-03-05T21:05:23.482Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties 16:05:23 [2023-03-05T21:05:23.482Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties.bkp to copy. 16:05:23 [2023-03-05T21:05:23.482Z] 16:05:23 [2023-03-05T21:05:23.482Z] setOSConditions: 16:05:23 [2023-03-05T21:05:23.482Z] 16:05:23 [2023-03-05T21:05:23.482Z] setToolWin: 16:05:23 [2023-03-05T21:05:23.482Z] 16:05:23 [2023-03-05T21:05:23.482Z] setToolUnix: 16:05:23 [2023-03-05T21:05:23.482Z] 16:05:23 [2023-03-05T21:05:23.482Z] setToolProperty: 16:05:23 [2023-03-05T21:05:23.482Z] 16:05:23 [2023-03-05T21:05:23.482Z] setS1ASclassPath: 16:05:23 [2023-03-05T21:05:23.482Z] 16:05:23 [2023-03-05T21:05:23.482Z] init-common: 16:05:23 [2023-03-05T21:05:23.482Z] 16:05:23 [2023-03-05T21:05:23.482Z] start-derby: 16:05:23 [2023-03-05T21:05:23.482Z] 16:05:23 [2023-03-05T21:05:23.482Z] start-derby-aix: 16:05:23 [2023-03-05T21:05:23.482Z] 16:05:23 [2023-03-05T21:05:23.482Z] start-derby-nonaix: 16:05:23 [2023-03-05T21:05:23.482Z] [echo] Starting Derby DB Server ... 16:05:38 [2023-03-05T21:05:38.333Z] 16:05:38 [2023-03-05T21:05:38.333Z] undeploy: 16:05:38 [2023-03-05T21:05:38.333Z] 16:05:38 [2023-03-05T21:05:38.333Z] setOSConditions: 16:05:38 [2023-03-05T21:05:38.333Z] 16:05:38 [2023-03-05T21:05:38.333Z] setToolWin: 16:05:38 [2023-03-05T21:05:38.333Z] 16:05:38 [2023-03-05T21:05:38.333Z] setToolUnix: 16:05:38 [2023-03-05T21:05:38.333Z] 16:05:38 [2023-03-05T21:05:38.333Z] setToolProperty: 16:05:38 [2023-03-05T21:05:38.333Z] 16:05:38 [2023-03-05T21:05:38.333Z] setS1ASclassPath: 16:05:38 [2023-03-05T21:05:38.333Z] 16:05:38 [2023-03-05T21:05:38.333Z] init-common: 16:05:38 [2023-03-05T21:05:38.333Z] 16:05:38 [2023-03-05T21:05:38.333Z] execute-sql-common: 16:05:38 [2023-03-05T21:05:38.589Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/sql/drop_pointbase.sql 16:05:38 [2023-03-05T21:05:38.589Z] [sql] 0 rows affected 16:05:38 [2023-03-05T21:05:38.589Z] [sql] 1 of 1 SQL statements executed successfully 16:05:38 [2023-03-05T21:05:38.589Z] 16:05:38 [2023-03-05T21:05:38.589Z] setOSConditions: 16:05:38 [2023-03-05T21:05:38.589Z] 16:05:38 [2023-03-05T21:05:38.589Z] setToolWin: 16:05:38 [2023-03-05T21:05:38.589Z] 16:05:38 [2023-03-05T21:05:38.589Z] setToolUnix: 16:05:38 [2023-03-05T21:05:38.589Z] 16:05:38 [2023-03-05T21:05:38.589Z] setToolProperty: 16:05:38 [2023-03-05T21:05:38.589Z] 16:05:38 [2023-03-05T21:05:38.589Z] setS1ASclassPath: 16:05:38 [2023-03-05T21:05:38.589Z] 16:05:38 [2023-03-05T21:05:38.589Z] init-common: 16:05:38 [2023-03-05T21:05:38.589Z] 16:05:38 [2023-03-05T21:05:38.589Z] undeploy-jdbc-common: 16:05:38 [2023-03-05T21:05:38.589Z] 16:05:38 [2023-03-05T21:05:38.589Z] setOSConditions: 16:05:38 [2023-03-05T21:05:38.589Z] 16:05:38 [2023-03-05T21:05:38.589Z] setToolWin: 16:05:38 [2023-03-05T21:05:38.589Z] 16:05:38 [2023-03-05T21:05:38.589Z] setToolUnix: 16:05:38 [2023-03-05T21:05:38.589Z] 16:05:38 [2023-03-05T21:05:38.589Z] setToolProperty: 16:05:38 [2023-03-05T21:05:38.589Z] 16:05:38 [2023-03-05T21:05:38.589Z] setS1ASclassPath: 16:05:38 [2023-03-05T21:05:38.589Z] 16:05:38 [2023-03-05T21:05:38.589Z] init-common: 16:05:38 [2023-03-05T21:05:38.589Z] 16:05:38 [2023-03-05T21:05:38.589Z] delete-jdbc-resource-common: 16:05:38 [2023-03-05T21:05:38.589Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 16:05:38 [2023-03-05T21:05:38.845Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 16:05:38 [2023-03-05T21:05:38.845Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 16:05:38 [2023-03-05T21:05:38.845Z] [echo] cmd executed for server 16:05:38 [2023-03-05T21:05:38.845Z] 16:05:38 [2023-03-05T21:05:38.845Z] setOSConditions: 16:05:38 [2023-03-05T21:05:38.845Z] 16:05:38 [2023-03-05T21:05:38.845Z] setToolWin: 16:05:38 [2023-03-05T21:05:38.845Z] 16:05:38 [2023-03-05T21:05:38.845Z] setToolUnix: 16:05:38 [2023-03-05T21:05:38.845Z] 16:05:38 [2023-03-05T21:05:38.845Z] setToolProperty: 16:05:38 [2023-03-05T21:05:38.845Z] 16:05:38 [2023-03-05T21:05:38.845Z] setS1ASclassPath: 16:05:38 [2023-03-05T21:05:38.845Z] 16:05:38 [2023-03-05T21:05:38.845Z] init-common: 16:05:38 [2023-03-05T21:05:38.845Z] 16:05:38 [2023-03-05T21:05:38.845Z] delete-jdbc-connpool-common: 16:05:38 [2023-03-05T21:05:38.845Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:05:39 [2023-03-05T21:05:39.101Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:05:39 [2023-03-05T21:05:39.101Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:05:39 [2023-03-05T21:05:39.101Z] [echo] cmd executed for server 16:05:39 [2023-03-05T21:05:39.101Z] 16:05:39 [2023-03-05T21:05:39.101Z] setOSConditions: 16:05:39 [2023-03-05T21:05:39.101Z] 16:05:39 [2023-03-05T21:05:39.101Z] setToolWin: 16:05:39 [2023-03-05T21:05:39.101Z] 16:05:39 [2023-03-05T21:05:39.101Z] setToolUnix: 16:05:39 [2023-03-05T21:05:39.101Z] 16:05:39 [2023-03-05T21:05:39.101Z] setToolProperty: 16:05:39 [2023-03-05T21:05:39.101Z] 16:05:39 [2023-03-05T21:05:39.101Z] setS1ASclassPath: 16:05:39 [2023-03-05T21:05:39.101Z] 16:05:39 [2023-03-05T21:05:39.101Z] init-common: 16:05:39 [2023-03-05T21:05:39.358Z] 16:05:39 [2023-03-05T21:05:39.358Z] undeploy-common: 16:05:39 [2023-03-05T21:05:39.617Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-contauth1App 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] all: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setOSConditions: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setToolWin: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setToolUnix: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setToolProperty: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setS1ASclassPath: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] init-common: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] clean: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setOSConditions: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setToolWin: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setToolUnix: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setToolProperty: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setS1ASclassPath: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] init-common: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] clean-common: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setOSConditions: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setToolWin: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setToolUnix: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setToolProperty: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setS1ASclassPath: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] init-common: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] clean-classes-common: 16:05:39 [2023-03-05T21:05:39.617Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setOSConditions: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setToolWin: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setToolUnix: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setToolProperty: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setS1ASclassPath: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] init-common: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] clean-jars-common: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] compile: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setOSConditions: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setToolWin: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setToolUnix: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setToolProperty: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] setS1ASclassPath: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] init-common: 16:05:39 [2023-03-05T21:05:39.617Z] 16:05:39 [2023-03-05T21:05:39.617Z] compile-common: 16:05:39 [2023-03-05T21:05:39.617Z] [echo] Current time (ISO): 2023-03-05T21:05:39.442+0000 16:05:39 [2023-03-05T21:05:39.617Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:05:39 [2023-03-05T21:05:39.617Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:05:40 [2023-03-05T21:05:40.984Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:05:40 [2023-03-05T21:05:40.984Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/ejb/SimpleBMPBean.java:45: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:05:40 [2023-03-05T21:05:40.984Z] [javac] return new Integer(1); 16:05:40 [2023-03-05T21:05:40.984Z] [javac] ^ 16:05:40 [2023-03-05T21:05:40.984Z] [javac] 2 warnings 16:05:40 [2023-03-05T21:05:40.984Z] 16:05:40 [2023-03-05T21:05:40.984Z] setOSConditions: 16:05:40 [2023-03-05T21:05:40.984Z] 16:05:40 [2023-03-05T21:05:40.984Z] setToolWin: 16:05:40 [2023-03-05T21:05:40.984Z] 16:05:40 [2023-03-05T21:05:40.984Z] setToolUnix: 16:05:40 [2023-03-05T21:05:40.984Z] 16:05:40 [2023-03-05T21:05:40.984Z] setToolProperty: 16:05:40 [2023-03-05T21:05:40.984Z] 16:05:40 [2023-03-05T21:05:40.984Z] setS1ASclassPath: 16:05:40 [2023-03-05T21:05:40.984Z] 16:05:40 [2023-03-05T21:05:40.984Z] init-common: 16:05:40 [2023-03-05T21:05:40.984Z] 16:05:40 [2023-03-05T21:05:40.984Z] compile-common: 16:05:40 [2023-03-05T21:05:40.984Z] [echo] Current time (ISO): 2023-03-05T21:05:40.677+0000 16:05:40 [2023-03-05T21:05:40.984Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:05:41 [2023-03-05T21:05:41.913Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:05:41 [2023-03-05T21:05:41.913Z] [javac] 1 warning 16:05:41 [2023-03-05T21:05:41.913Z] 16:05:41 [2023-03-05T21:05:41.913Z] build: 16:05:41 [2023-03-05T21:05:41.913Z] 16:05:41 [2023-03-05T21:05:41.913Z] setOSConditions: 16:05:41 [2023-03-05T21:05:41.913Z] 16:05:41 [2023-03-05T21:05:41.913Z] fixFiles: 16:05:41 [2023-03-05T21:05:41.913Z] 16:05:41 [2023-03-05T21:05:41.913Z] convUnix: 16:05:41 [2023-03-05T21:05:41.913Z] 16:05:41 [2023-03-05T21:05:41.913Z] convWin: 16:05:41 [2023-03-05T21:05:41.913Z] 16:05:41 [2023-03-05T21:05:41.913Z] setToolWin: 16:05:41 [2023-03-05T21:05:41.913Z] 16:05:41 [2023-03-05T21:05:41.913Z] setToolUnix: 16:05:41 [2023-03-05T21:05:41.913Z] 16:05:41 [2023-03-05T21:05:41.913Z] setToolProperty: 16:05:41 [2023-03-05T21:05:41.913Z] 16:05:41 [2023-03-05T21:05:41.913Z] setS1ASclassPath: 16:05:41 [2023-03-05T21:05:41.913Z] 16:05:41 [2023-03-05T21:05:41.913Z] init-common: 16:05:41 [2023-03-05T21:05:41.913Z] 16:05:41 [2023-03-05T21:05:41.913Z] package-persistence-common: 16:05:41 [2023-03-05T21:05:41.913Z] 16:05:41 [2023-03-05T21:05:41.913Z] ejb-jar-common: 16:05:41 [2023-03-05T21:05:41.913Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:05:41 [2023-03-05T21:05:41.913Z] 16:05:41 [2023-03-05T21:05:41.913Z] package-ejbjar-common: 16:05:41 [2023-03-05T21:05:41.913Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:05:41 [2023-03-05T21:05:41.913Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:05:41 [2023-03-05T21:05:41.913Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:05:41 [2023-03-05T21:05:41.913Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1tx-ejb.jar 16:05:41 [2023-03-05T21:05:41.913Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:05:41 [2023-03-05T21:05:41.913Z] 16:05:41 [2023-03-05T21:05:41.913Z] appclient-jar-common: 16:05:41 [2023-03-05T21:05:41.913Z] 16:05:41 [2023-03-05T21:05:41.913Z] package-appclientjar-common: 16:05:41 [2023-03-05T21:05:41.913Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:05:41 [2023-03-05T21:05:41.914Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:05:41 [2023-03-05T21:05:41.914Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:05:41 [2023-03-05T21:05:41.914Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1tx-client.jar 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] webclient-war-common: 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] build-ear-common: 16:05:42 [2023-03-05T21:05:42.170Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:05:42 [2023-03-05T21:05:42.170Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1txApp.ear 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] deploy: 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] setOSConditions: 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] setToolWin: 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] setToolUnix: 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] setToolProperty: 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] setS1ASclassPath: 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] init-common: 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] execute-sql-common: 16:05:42 [2023-03-05T21:05:42.170Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/sql/create_pointbase.sql 16:05:42 [2023-03-05T21:05:42.170Z] [sql] Failed to execute: Drop table O_Customer 16:05:42 [2023-03-05T21:05:42.170Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:05:42 [2023-03-05T21:05:42.170Z] [sql] 0 rows affected 16:05:42 [2023-03-05T21:05:42.170Z] [sql] 1 of 2 SQL statements executed successfully 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] setOSConditions: 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] setToolWin: 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] setToolUnix: 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] setToolProperty: 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] setS1ASclassPath: 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] init-common: 16:05:42 [2023-03-05T21:05:42.170Z] 16:05:42 [2023-03-05T21:05:42.170Z] create-jdbc-connpool-common: 16:05:42 [2023-03-05T21:05:42.427Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-appauth-pool1 16:05:42 [2023-03-05T21:05:42.427Z] [exec] JDBC connection pool jdbc-appauth-pool1 created successfully. 16:05:42 [2023-03-05T21:05:42.427Z] 16:05:42 [2023-03-05T21:05:42.427Z] set-derby-connpool-props: 16:05:42 [2023-03-05T21:05:42.683Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser 16:05:42 [2023-03-05T21:05:42.683Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser 16:05:42 [2023-03-05T21:05:42.939Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword 16:05:42 [2023-03-05T21:05:42.939Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword 16:05:43 [2023-03-05T21:05:43.195Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 16:05:43 [2023-03-05T21:05:43.195Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 16:05:43 [2023-03-05T21:05:43.757Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 16:05:43 [2023-03-05T21:05:43.757Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 16:05:44 [2023-03-05T21:05:44.020Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb 16:05:44 [2023-03-05T21:05:44.020Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb 16:05:44 [2023-03-05T21:05:44.276Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true 16:05:44 [2023-03-05T21:05:44.276Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true 16:05:44 [2023-03-05T21:05:44.534Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true 16:05:44 [2023-03-05T21:05:44.534Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true 16:05:44 [2023-03-05T21:05:44.790Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost 16:05:44 [2023-03-05T21:05:44.790Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost 16:05:44 [2023-03-05T21:05:44.791Z] 16:05:44 [2023-03-05T21:05:44.791Z] setOSConditions: 16:05:44 [2023-03-05T21:05:44.791Z] 16:05:44 [2023-03-05T21:05:44.791Z] setToolWin: 16:05:44 [2023-03-05T21:05:44.791Z] 16:05:44 [2023-03-05T21:05:44.791Z] setToolUnix: 16:05:44 [2023-03-05T21:05:44.791Z] 16:05:44 [2023-03-05T21:05:44.791Z] setToolProperty: 16:05:44 [2023-03-05T21:05:44.791Z] 16:05:44 [2023-03-05T21:05:44.791Z] setS1ASclassPath: 16:05:44 [2023-03-05T21:05:44.791Z] 16:05:44 [2023-03-05T21:05:44.791Z] init-common: 16:05:44 [2023-03-05T21:05:44.791Z] 16:05:44 [2023-03-05T21:05:44.791Z] create-jdbc-resource-common: 16:05:44 [2023-03-05T21:05:44.791Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-appauth-pool1 --target server jdbc/s1qeappauth1 16:05:45 [2023-03-05T21:05:45.357Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-appauth-pool1 --enabled=true --target server jdbc/s1qeappauth1 16:05:45 [2023-03-05T21:05:45.357Z] [exec] JDBC resource jdbc/s1qeappauth1 created successfully. 16:05:45 [2023-03-05T21:05:45.357Z] [echo] cmd executed for server 16:05:45 [2023-03-05T21:05:45.357Z] 16:05:45 [2023-03-05T21:05:45.357Z] setOSConditions: 16:05:45 [2023-03-05T21:05:45.357Z] 16:05:45 [2023-03-05T21:05:45.357Z] setToolWin: 16:05:45 [2023-03-05T21:05:45.357Z] 16:05:45 [2023-03-05T21:05:45.357Z] setToolUnix: 16:05:45 [2023-03-05T21:05:45.357Z] 16:05:45 [2023-03-05T21:05:45.357Z] setToolProperty: 16:05:45 [2023-03-05T21:05:45.357Z] 16:05:45 [2023-03-05T21:05:45.357Z] setS1ASclassPath: 16:05:45 [2023-03-05T21:05:45.357Z] 16:05:45 [2023-03-05T21:05:45.357Z] init-common: 16:05:45 [2023-03-05T21:05:45.357Z] 16:05:45 [2023-03-05T21:05:45.357Z] deploy-common: 16:05:45 [2023-03-05T21:05:45.357Z] [echo] Current time (ISO): 2023-03-05T21:05:45.082+0000 16:05:45 [2023-03-05T21:05:45.357Z] 16:05:45 [2023-03-05T21:05:45.357Z] setOSConditions: 16:05:45 [2023-03-05T21:05:45.357Z] 16:05:45 [2023-03-05T21:05:45.357Z] setToolWin: 16:05:45 [2023-03-05T21:05:45.357Z] 16:05:45 [2023-03-05T21:05:45.357Z] setToolUnix: 16:05:45 [2023-03-05T21:05:45.357Z] 16:05:45 [2023-03-05T21:05:45.357Z] setToolProperty: 16:05:45 [2023-03-05T21:05:45.357Z] 16:05:45 [2023-03-05T21:05:45.357Z] setS1ASclassPath: 16:05:45 [2023-03-05T21:05:45.357Z] 16:05:45 [2023-03-05T21:05:45.357Z] init-common: 16:05:45 [2023-03-05T21:05:45.357Z] 16:05:45 [2023-03-05T21:05:45.357Z] deploy-common-pe: 16:05:45 [2023-03-05T21:05:45.614Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1txApp.ear 16:05:45 [2023-03-05T21:05:45.614Z] [exec] Application deployed with name ejb-bmp-contauth1txApp. 16:05:45 [2023-03-05T21:05:45.614Z] [echo] Deployment on target server server successful 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] setOSConditions: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] setToolWin: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] setToolUnix: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] setToolProperty: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] setS1ASclassPath: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] init-common: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] deploy-common-ee: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] run: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] setup-derby-for-authentication: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] setOSConditions: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] setToolWin: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] setToolUnix: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] setToolProperty: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] setS1ASclassPath: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] init-common: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] stop-derby: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] stop-derby-aix: 16:05:45 [2023-03-05T21:05:45.614Z] 16:05:45 [2023-03-05T21:05:45.614Z] stop-derby-nonaix: 16:05:45 [2023-03-05T21:05:45.614Z] [echo] Stopping Derby DB Server ... 16:05:45 [2023-03-05T21:05:45.870Z] [java] Sun Mar 05 21:05:45 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:05:45 [2023-03-05T21:05:45.870Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties to copy. 16:05:45 [2023-03-05T21:05:45.870Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases 16:05:45 [2023-03-05T21:05:45.870Z] 16:05:45 [2023-03-05T21:05:45.870Z] setOSConditions: 16:05:45 [2023-03-05T21:05:45.870Z] 16:05:45 [2023-03-05T21:05:45.870Z] setToolWin: 16:05:45 [2023-03-05T21:05:45.870Z] 16:05:45 [2023-03-05T21:05:45.870Z] setToolUnix: 16:05:45 [2023-03-05T21:05:45.870Z] 16:05:45 [2023-03-05T21:05:45.870Z] setToolProperty: 16:05:45 [2023-03-05T21:05:45.870Z] 16:05:45 [2023-03-05T21:05:45.870Z] setS1ASclassPath: 16:05:45 [2023-03-05T21:05:45.870Z] 16:05:45 [2023-03-05T21:05:45.870Z] init-common: 16:05:45 [2023-03-05T21:05:45.870Z] 16:05:45 [2023-03-05T21:05:45.870Z] start-derby: 16:05:45 [2023-03-05T21:05:45.870Z] 16:05:45 [2023-03-05T21:05:45.870Z] start-derby-aix: 16:05:45 [2023-03-05T21:05:45.870Z] 16:05:45 [2023-03-05T21:05:45.870Z] start-derby-nonaix: 16:05:45 [2023-03-05T21:05:45.870Z] [echo] Starting Derby DB Server ... 16:06:03 [2023-03-05T21:06:03.928Z] 16:06:03 [2023-03-05T21:06:03.928Z] setOSConditions: 16:06:03 [2023-03-05T21:06:03.928Z] 16:06:03 [2023-03-05T21:06:03.928Z] setToolWin: 16:06:03 [2023-03-05T21:06:03.928Z] 16:06:03 [2023-03-05T21:06:03.928Z] setToolUnix: 16:06:03 [2023-03-05T21:06:03.928Z] 16:06:03 [2023-03-05T21:06:03.928Z] setToolProperty: 16:06:03 [2023-03-05T21:06:03.928Z] 16:06:03 [2023-03-05T21:06:03.928Z] setS1ASclassPath: 16:06:03 [2023-03-05T21:06:03.928Z] 16:06:03 [2023-03-05T21:06:03.928Z] init-common: 16:06:03 [2023-03-05T21:06:03.928Z] 16:06:03 [2023-03-05T21:06:03.928Z] execute-sql-common: 16:06:03 [2023-03-05T21:06:03.928Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/sql/create_pointbase.sql 16:06:03 [2023-03-05T21:06:03.928Z] [sql] 0 rows affected 16:06:03 [2023-03-05T21:06:03.928Z] [sql] 0 rows affected 16:06:03 [2023-03-05T21:06:03.928Z] [sql] 2 of 2 SQL statements executed successfully 16:06:03 [2023-03-05T21:06:03.928Z] 16:06:03 [2023-03-05T21:06:03.928Z] setOSConditions: 16:06:03 [2023-03-05T21:06:03.928Z] 16:06:03 [2023-03-05T21:06:03.928Z] setToolWin: 16:06:03 [2023-03-05T21:06:03.928Z] 16:06:03 [2023-03-05T21:06:03.928Z] setToolUnix: 16:06:03 [2023-03-05T21:06:03.928Z] 16:06:03 [2023-03-05T21:06:03.928Z] setToolProperty: 16:06:03 [2023-03-05T21:06:03.928Z] 16:06:03 [2023-03-05T21:06:03.928Z] setS1ASclassPath: 16:06:03 [2023-03-05T21:06:03.928Z] 16:06:03 [2023-03-05T21:06:03.928Z] init-common: 16:06:03 [2023-03-05T21:06:03.928Z] 16:06:03 [2023-03-05T21:06:03.928Z] runclient-common: 16:06:03 [2023-03-05T21:06:03.928Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1txAppClient.jar -name ejb-bmp-contauth1txClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:06:03 [2023-03-05T21:06:03.928Z] [exec] Mar 05, 2023 9:06:01 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:06:03 [2023-03-05T21:06:03.928Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:06:03 [2023-03-05T21:06:03.929Z] [exec] Mar 05, 2023 9:06:03 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:06:03 [2023-03-05T21:06:03.929Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5a9840f3 16:06:04 [2023-03-05T21:06:04.220Z] [exec] All tests shall fail till a stable XA driver is integrated into Derby 16:06:04 [2023-03-05T21:06:04.477Z] [exec] Value of key is: test1 : 16:06:04 [2023-03-05T21:06:04.477Z] [exec] Value of key is: test2 : 16:06:04 [2023-03-05T21:06:04.477Z] [exec] jdbc contauth1tx status: 16:06:04 [2023-03-05T21:06:04.477Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:06:04 [2023-03-05T21:06:04.477Z] [exec] 16:06:04 [2023-03-05T21:06:04.477Z] [exec] 16:06:04 [2023-03-05T21:06:04.477Z] [exec] ----------------------------------------- 16:06:04 [2023-03-05T21:06:04.477Z] [exec] - test2 : : PASS - 16:06:04 [2023-03-05T21:06:04.477Z] [exec] - test1 : : PASS - 16:06:04 [2023-03-05T21:06:04.477Z] [exec] ----------------------------------------- 16:06:04 [2023-03-05T21:06:04.477Z] [exec] Total PASS: 2 16:06:04 [2023-03-05T21:06:04.477Z] [exec] Total FAIL: 0 16:06:04 [2023-03-05T21:06:04.477Z] [exec] Total DID NOT RUN: 0 16:06:04 [2023-03-05T21:06:04.477Z] [exec] ----------------------------------------- 16:06:04 [2023-03-05T21:06:04.477Z] [exec] in flushAll , creating new testSuiteHash 16:06:04 [2023-03-05T21:06:04.477Z] [exec] in flushAll , creating new testSuiteHash 16:06:04 [2023-03-05T21:06:04.733Z] 16:06:04 [2023-03-05T21:06:04.733Z] checkReporting-common: 16:06:04 [2023-03-05T21:06:04.733Z] 16:06:04 [2023-03-05T21:06:04.733Z] confirmReportPresent-common: 16:06:04 [2023-03-05T21:06:04.733Z] [echo] file RepRunConf.txt is present. 16:06:04 [2023-03-05T21:06:04.733Z] [echo] Test seems to be reported fine 16:06:04 [2023-03-05T21:06:04.733Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/RepRunConf.txt 16:06:04 [2023-03-05T21:06:04.733Z] 16:06:04 [2023-03-05T21:06:04.733Z] confirmMissingReport-common: 16:06:04 [2023-03-05T21:06:04.733Z] 16:06:04 [2023-03-05T21:06:04.733Z] reset-derby-for-no-authentication: 16:06:04 [2023-03-05T21:06:04.733Z] 16:06:04 [2023-03-05T21:06:04.733Z] setOSConditions: 16:06:04 [2023-03-05T21:06:04.733Z] 16:06:04 [2023-03-05T21:06:04.733Z] setToolWin: 16:06:04 [2023-03-05T21:06:04.733Z] 16:06:04 [2023-03-05T21:06:04.733Z] setToolUnix: 16:06:04 [2023-03-05T21:06:04.733Z] 16:06:04 [2023-03-05T21:06:04.733Z] setToolProperty: 16:06:04 [2023-03-05T21:06:04.733Z] 16:06:04 [2023-03-05T21:06:04.733Z] setS1ASclassPath: 16:06:04 [2023-03-05T21:06:04.733Z] 16:06:04 [2023-03-05T21:06:04.733Z] init-common: 16:06:04 [2023-03-05T21:06:04.733Z] 16:06:04 [2023-03-05T21:06:04.733Z] stop-derby: 16:06:04 [2023-03-05T21:06:04.733Z] 16:06:04 [2023-03-05T21:06:04.733Z] stop-derby-aix: 16:06:04 [2023-03-05T21:06:04.733Z] 16:06:04 [2023-03-05T21:06:04.733Z] stop-derby-nonaix: 16:06:04 [2023-03-05T21:06:04.733Z] [echo] Stopping Derby DB Server ... 16:06:04 [2023-03-05T21:06:04.989Z] [java] Sun Mar 05 21:06:04 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:06:04 [2023-03-05T21:06:04.989Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties 16:06:04 [2023-03-05T21:06:04.989Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties.bkp to copy. 16:06:04 [2023-03-05T21:06:04.989Z] 16:06:04 [2023-03-05T21:06:04.989Z] setOSConditions: 16:06:04 [2023-03-05T21:06:04.989Z] 16:06:04 [2023-03-05T21:06:04.989Z] setToolWin: 16:06:04 [2023-03-05T21:06:04.989Z] 16:06:04 [2023-03-05T21:06:04.989Z] setToolUnix: 16:06:04 [2023-03-05T21:06:04.989Z] 16:06:04 [2023-03-05T21:06:04.989Z] setToolProperty: 16:06:04 [2023-03-05T21:06:04.989Z] 16:06:04 [2023-03-05T21:06:04.989Z] setS1ASclassPath: 16:06:04 [2023-03-05T21:06:04.989Z] 16:06:04 [2023-03-05T21:06:04.989Z] init-common: 16:06:04 [2023-03-05T21:06:04.989Z] 16:06:04 [2023-03-05T21:06:04.989Z] start-derby: 16:06:04 [2023-03-05T21:06:04.989Z] 16:06:04 [2023-03-05T21:06:04.989Z] start-derby-aix: 16:06:04 [2023-03-05T21:06:04.989Z] 16:06:04 [2023-03-05T21:06:04.989Z] start-derby-nonaix: 16:06:04 [2023-03-05T21:06:04.989Z] [echo] Starting Derby DB Server ... 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] undeploy: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setOSConditions: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolWin: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolUnix: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolProperty: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setS1ASclassPath: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] init-common: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] undeploy-common: 16:06:23 [2023-03-05T21:06:23.050Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-contauth1txApp 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setOSConditions: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolWin: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolUnix: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolProperty: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setS1ASclassPath: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] init-common: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] delete-jdbc-resource-common: 16:06:23 [2023-03-05T21:06:23.050Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeappauth1 16:06:23 [2023-03-05T21:06:23.050Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeappauth1 16:06:23 [2023-03-05T21:06:23.050Z] [exec] JDBC resource jdbc/s1qeappauth1 deleted successfully 16:06:23 [2023-03-05T21:06:23.050Z] [echo] cmd executed for server 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setOSConditions: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolWin: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolUnix: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolProperty: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setS1ASclassPath: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] init-common: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] delete-jdbc-connpool-common: 16:06:23 [2023-03-05T21:06:23.050Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-appauth-pool1 16:06:23 [2023-03-05T21:06:23.050Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-appauth-pool1 16:06:23 [2023-03-05T21:06:23.050Z] [exec] JDBC Connection pool jdbc-appauth-pool1 deleted successfully 16:06:23 [2023-03-05T21:06:23.050Z] [echo] cmd executed for server 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setOSConditions: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolWin: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolUnix: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolProperty: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setS1ASclassPath: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] init-common: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] execute-sql-common: 16:06:23 [2023-03-05T21:06:23.050Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/sql/drop_pointbase.sql 16:06:23 [2023-03-05T21:06:23.050Z] [sql] 0 rows affected 16:06:23 [2023-03-05T21:06:23.050Z] [sql] 1 of 1 SQL statements executed successfully 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] all: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] all: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setOSConditions: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolWin: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolUnix: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolProperty: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setS1ASclassPath: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] init-common: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] clean: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setOSConditions: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolWin: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolUnix: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolProperty: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setS1ASclassPath: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] init-common: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] clean-common: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setOSConditions: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolWin: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolUnix: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setToolProperty: 16:06:23 [2023-03-05T21:06:23.050Z] 16:06:23 [2023-03-05T21:06:23.050Z] setS1ASclassPath: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] init-common: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] clean-classes-common: 16:06:23 [2023-03-05T21:06:23.051Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] setOSConditions: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] setToolWin: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] setToolUnix: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] setToolProperty: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] setS1ASclassPath: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] init-common: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] clean-jars-common: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] compile: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] setOSConditions: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] setToolWin: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] setToolUnix: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] setToolProperty: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] setS1ASclassPath: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] init-common: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] compile-common: 16:06:23 [2023-03-05T21:06:23.051Z] [echo] Current time (ISO): 2023-03-05T21:06:21.105+0000 16:06:23 [2023-03-05T21:06:23.051Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:06:23 [2023-03-05T21:06:23.051Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:06:23 [2023-03-05T21:06:23.051Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:06:23 [2023-03-05T21:06:23.051Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/ejb/SimpleBMPBean.java:35: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:06:23 [2023-03-05T21:06:23.051Z] [javac] return new Integer(1); 16:06:23 [2023-03-05T21:06:23.051Z] [javac] ^ 16:06:23 [2023-03-05T21:06:23.051Z] [javac] 2 warnings 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] setOSConditions: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] setToolWin: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] setToolUnix: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] setToolProperty: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] setS1ASclassPath: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] init-common: 16:06:23 [2023-03-05T21:06:23.051Z] 16:06:23 [2023-03-05T21:06:23.051Z] compile-common: 16:06:23 [2023-03-05T21:06:23.051Z] [echo] Current time (ISO): 2023-03-05T21:06:22.289+0000 16:06:23 [2023-03-05T21:06:23.051Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:06:23 [2023-03-05T21:06:23.627Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:06:23 [2023-03-05T21:06:23.627Z] [javac] 1 warning 16:06:23 [2023-03-05T21:06:23.627Z] 16:06:23 [2023-03-05T21:06:23.627Z] build: 16:06:23 [2023-03-05T21:06:23.627Z] 16:06:23 [2023-03-05T21:06:23.627Z] setOSConditions: 16:06:23 [2023-03-05T21:06:23.627Z] 16:06:23 [2023-03-05T21:06:23.627Z] fixFiles: 16:06:23 [2023-03-05T21:06:23.627Z] 16:06:23 [2023-03-05T21:06:23.627Z] convUnix: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] convWin: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] setToolWin: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] setToolUnix: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] setToolProperty: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] setS1ASclassPath: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] init-common: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] package-persistence-common: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] ejb-jar-common: 16:06:23 [2023-03-05T21:06:23.883Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] package-ejbjar-common: 16:06:23 [2023-03-05T21:06:23.883Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:06:23 [2023-03-05T21:06:23.883Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:06:23 [2023-03-05T21:06:23.883Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:06:23 [2023-03-05T21:06:23.883Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsize-ejb.jar 16:06:23 [2023-03-05T21:06:23.883Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] appclient-jar-common: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] package-appclientjar-common: 16:06:23 [2023-03-05T21:06:23.883Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:06:23 [2023-03-05T21:06:23.883Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:06:23 [2023-03-05T21:06:23.883Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:06:23 [2023-03-05T21:06:23.883Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsize-client.jar 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] webclient-war-common: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] build-ear-common: 16:06:23 [2023-03-05T21:06:23.883Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:06:23 [2023-03-05T21:06:23.883Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsizeApp.ear 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] deploy: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] setOSConditions: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] setToolWin: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] setToolUnix: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] setToolProperty: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] setS1ASclassPath: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] init-common: 16:06:23 [2023-03-05T21:06:23.883Z] 16:06:23 [2023-03-05T21:06:23.883Z] create-jdbc-connpool-common: 16:06:24 [2023-03-05T21:06:24.174Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-maxpoolsize-pool 16:06:24 [2023-03-05T21:06:24.174Z] [exec] JDBC connection pool jdbc-maxpoolsize-pool created successfully. 16:06:24 [2023-03-05T21:06:24.174Z] 16:06:24 [2023-03-05T21:06:24.174Z] set-derby-connpool-props: 16:06:24 [2023-03-05T21:06:24.431Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.User=dbuser 16:06:24 [2023-03-05T21:06:24.431Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.User=dbuser 16:06:24 [2023-03-05T21:06:24.687Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.Password=dbpassword 16:06:24 [2023-03-05T21:06:24.687Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.Password=dbpassword 16:06:24 [2023-03-05T21:06:24.943Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.driverType=4 16:06:24 [2023-03-05T21:06:24.943Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.driverType=4 16:06:25 [2023-03-05T21:06:25.199Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.portNumber=1527 16:06:25 [2023-03-05T21:06:25.200Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.portNumber=1527 16:06:25 [2023-03-05T21:06:25.768Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.dataBaseName=testdb 16:06:25 [2023-03-05T21:06:25.768Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.dataBaseName=testdb 16:06:26 [2023-03-05T21:06:26.024Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:06:26 [2023-03-05T21:06:26.024Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:06:26 [2023-03-05T21:06:26.281Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.create=true 16:06:26 [2023-03-05T21:06:26.282Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.create=true 16:06:26 [2023-03-05T21:06:26.538Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.serverName=localhost 16:06:26 [2023-03-05T21:06:26.538Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.serverName=localhost 16:06:26 [2023-03-05T21:06:26.538Z] 16:06:26 [2023-03-05T21:06:26.538Z] setOSConditions: 16:06:26 [2023-03-05T21:06:26.538Z] 16:06:26 [2023-03-05T21:06:26.538Z] setToolWin: 16:06:26 [2023-03-05T21:06:26.538Z] 16:06:26 [2023-03-05T21:06:26.538Z] setToolUnix: 16:06:26 [2023-03-05T21:06:26.538Z] 16:06:26 [2023-03-05T21:06:26.538Z] setToolProperty: 16:06:26 [2023-03-05T21:06:26.538Z] 16:06:26 [2023-03-05T21:06:26.538Z] setS1ASclassPath: 16:06:26 [2023-03-05T21:06:26.538Z] 16:06:26 [2023-03-05T21:06:26.538Z] init-common: 16:06:26 [2023-03-05T21:06:26.538Z] 16:06:26 [2023-03-05T21:06:26.538Z] create-jdbc-resource-common: 16:06:26 [2023-03-05T21:06:26.538Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-maxpoolsize-pool --target server jdbc/maxpoolsize 16:06:26 [2023-03-05T21:06:26.794Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-maxpoolsize-pool --enabled=true --target server jdbc/maxpoolsize 16:06:26 [2023-03-05T21:06:26.794Z] [exec] JDBC resource jdbc/maxpoolsize created successfully. 16:06:26 [2023-03-05T21:06:26.794Z] [echo] cmd executed for server 16:06:26 [2023-03-05T21:06:26.794Z] 16:06:26 [2023-03-05T21:06:26.794Z] setOSConditions: 16:06:26 [2023-03-05T21:06:26.794Z] 16:06:26 [2023-03-05T21:06:26.794Z] setToolWin: 16:06:26 [2023-03-05T21:06:26.794Z] 16:06:26 [2023-03-05T21:06:26.794Z] setToolUnix: 16:06:26 [2023-03-05T21:06:26.794Z] 16:06:26 [2023-03-05T21:06:26.794Z] setToolProperty: 16:06:26 [2023-03-05T21:06:26.794Z] 16:06:26 [2023-03-05T21:06:26.794Z] setS1ASclassPath: 16:06:26 [2023-03-05T21:06:26.794Z] 16:06:26 [2023-03-05T21:06:26.794Z] init-common: 16:06:26 [2023-03-05T21:06:26.794Z] 16:06:26 [2023-03-05T21:06:26.794Z] create-jdbc-connpool-common: 16:06:27 [2023-03-05T21:06:27.357Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-maxpoolsize-pool-xa 16:06:27 [2023-03-05T21:06:27.357Z] [exec] JDBC connection pool jdbc-maxpoolsize-pool-xa created successfully. 16:06:27 [2023-03-05T21:06:27.357Z] 16:06:27 [2023-03-05T21:06:27.357Z] set-derby-connpool-props: 16:06:27 [2023-03-05T21:06:27.620Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.User=dbuser 16:06:27 [2023-03-05T21:06:27.620Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.User=dbuser 16:06:27 [2023-03-05T21:06:27.877Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.Password=dbpassword 16:06:27 [2023-03-05T21:06:27.877Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.Password=dbpassword 16:06:28 [2023-03-05T21:06:28.133Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.driverType=4 16:06:28 [2023-03-05T21:06:28.133Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.driverType=4 16:06:28 [2023-03-05T21:06:28.388Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.portNumber=1527 16:06:28 [2023-03-05T21:06:28.388Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.portNumber=1527 16:06:28 [2023-03-05T21:06:28.951Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.dataBaseName=testdb 16:06:28 [2023-03-05T21:06:28.951Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.dataBaseName=testdb 16:06:29 [2023-03-05T21:06:29.222Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.retrieveMessagesFromServerOnGetMessage=true 16:06:29 [2023-03-05T21:06:29.222Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.retrieveMessagesFromServerOnGetMessage=true 16:06:29 [2023-03-05T21:06:29.478Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.create=true 16:06:29 [2023-03-05T21:06:29.478Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.create=true 16:06:29 [2023-03-05T21:06:29.734Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.serverName=localhost 16:06:29 [2023-03-05T21:06:29.734Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.serverName=localhost 16:06:29 [2023-03-05T21:06:29.734Z] 16:06:29 [2023-03-05T21:06:29.734Z] setOSConditions: 16:06:29 [2023-03-05T21:06:29.734Z] 16:06:29 [2023-03-05T21:06:29.734Z] setToolWin: 16:06:29 [2023-03-05T21:06:29.734Z] 16:06:29 [2023-03-05T21:06:29.734Z] setToolUnix: 16:06:29 [2023-03-05T21:06:29.734Z] 16:06:29 [2023-03-05T21:06:29.734Z] setToolProperty: 16:06:29 [2023-03-05T21:06:29.734Z] 16:06:29 [2023-03-05T21:06:29.734Z] setS1ASclassPath: 16:06:29 [2023-03-05T21:06:29.734Z] 16:06:29 [2023-03-05T21:06:29.734Z] init-common: 16:06:29 [2023-03-05T21:06:29.734Z] 16:06:29 [2023-03-05T21:06:29.734Z] create-jdbc-resource-common: 16:06:29 [2023-03-05T21:06:29.734Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-maxpoolsize-pool-xa --target server jdbc/maxpoolsize-xa 16:06:29 [2023-03-05T21:06:29.990Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-maxpoolsize-pool-xa --enabled=true --target server jdbc/maxpoolsize-xa 16:06:29 [2023-03-05T21:06:29.990Z] [exec] JDBC resource jdbc/maxpoolsize-xa created successfully. 16:06:29 [2023-03-05T21:06:29.990Z] [echo] cmd executed for server 16:06:29 [2023-03-05T21:06:29.990Z] 16:06:29 [2023-03-05T21:06:29.990Z] setOSConditions: 16:06:29 [2023-03-05T21:06:29.990Z] 16:06:29 [2023-03-05T21:06:29.990Z] setToolWin: 16:06:29 [2023-03-05T21:06:29.990Z] 16:06:29 [2023-03-05T21:06:29.990Z] setToolUnix: 16:06:29 [2023-03-05T21:06:29.990Z] 16:06:29 [2023-03-05T21:06:29.990Z] setToolProperty: 16:06:29 [2023-03-05T21:06:29.990Z] 16:06:29 [2023-03-05T21:06:29.990Z] setS1ASclassPath: 16:06:29 [2023-03-05T21:06:29.990Z] 16:06:29 [2023-03-05T21:06:29.990Z] init-common: 16:06:29 [2023-03-05T21:06:29.990Z] 16:06:29 [2023-03-05T21:06:29.990Z] deploy-common: 16:06:29 [2023-03-05T21:06:29.990Z] [echo] Current time (ISO): 2023-03-05T21:06:29.930+0000 16:06:29 [2023-03-05T21:06:29.990Z] 16:06:29 [2023-03-05T21:06:29.990Z] setOSConditions: 16:06:29 [2023-03-05T21:06:29.990Z] 16:06:29 [2023-03-05T21:06:29.990Z] setToolWin: 16:06:29 [2023-03-05T21:06:29.990Z] 16:06:29 [2023-03-05T21:06:29.990Z] setToolUnix: 16:06:29 [2023-03-05T21:06:29.990Z] 16:06:29 [2023-03-05T21:06:29.990Z] setToolProperty: 16:06:29 [2023-03-05T21:06:29.990Z] 16:06:29 [2023-03-05T21:06:29.990Z] setS1ASclassPath: 16:06:29 [2023-03-05T21:06:29.990Z] 16:06:29 [2023-03-05T21:06:29.990Z] init-common: 16:06:29 [2023-03-05T21:06:29.990Z] 16:06:29 [2023-03-05T21:06:29.990Z] deploy-common-pe: 16:06:30 [2023-03-05T21:06:30.552Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsizeApp.ear 16:06:30 [2023-03-05T21:06:30.552Z] [exec] Application deployed with name jdbc-reconfig-maxpoolsizeApp. 16:06:30 [2023-03-05T21:06:30.552Z] [echo] Deployment on target server server successful 16:06:30 [2023-03-05T21:06:30.552Z] 16:06:30 [2023-03-05T21:06:30.552Z] setOSConditions: 16:06:30 [2023-03-05T21:06:30.552Z] 16:06:30 [2023-03-05T21:06:30.552Z] setToolWin: 16:06:30 [2023-03-05T21:06:30.552Z] 16:06:30 [2023-03-05T21:06:30.552Z] setToolUnix: 16:06:30 [2023-03-05T21:06:30.552Z] 16:06:30 [2023-03-05T21:06:30.552Z] setToolProperty: 16:06:30 [2023-03-05T21:06:30.552Z] 16:06:30 [2023-03-05T21:06:30.552Z] setS1ASclassPath: 16:06:30 [2023-03-05T21:06:30.552Z] 16:06:30 [2023-03-05T21:06:30.552Z] init-common: 16:06:30 [2023-03-05T21:06:30.552Z] 16:06:30 [2023-03-05T21:06:30.552Z] deploy-common-ee: 16:06:30 [2023-03-05T21:06:30.552Z] 16:06:30 [2023-03-05T21:06:30.552Z] run: 16:06:30 [2023-03-05T21:06:30.552Z] 16:06:30 [2023-03-05T21:06:30.552Z] asadmin-common: 16:06:30 [2023-03-05T21:06:30.552Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max_pool_size=10 16:06:31 [2023-03-05T21:06:31.120Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max_pool_size=10 16:06:31 [2023-03-05T21:06:31.120Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max-pool-size=10 16:06:31 [2023-03-05T21:06:31.120Z] 16:06:31 [2023-03-05T21:06:31.121Z] asadmin-common: 16:06:31 [2023-03-05T21:06:31.121Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max_wait_time_in_millis=1000 16:06:31 [2023-03-05T21:06:31.376Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max_wait_time_in_millis=1000 16:06:31 [2023-03-05T21:06:31.377Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max-wait-time-in-millis=1000 16:06:31 [2023-03-05T21:06:31.377Z] 16:06:31 [2023-03-05T21:06:31.377Z] setOSConditions: 16:06:31 [2023-03-05T21:06:31.377Z] 16:06:31 [2023-03-05T21:06:31.377Z] setToolWin: 16:06:31 [2023-03-05T21:06:31.377Z] 16:06:31 [2023-03-05T21:06:31.377Z] setToolUnix: 16:06:31 [2023-03-05T21:06:31.377Z] 16:06:31 [2023-03-05T21:06:31.377Z] setToolProperty: 16:06:31 [2023-03-05T21:06:31.377Z] 16:06:31 [2023-03-05T21:06:31.377Z] setS1ASclassPath: 16:06:31 [2023-03-05T21:06:31.377Z] 16:06:31 [2023-03-05T21:06:31.377Z] init-common: 16:06:31 [2023-03-05T21:06:31.377Z] 16:06:31 [2023-03-05T21:06:31.377Z] runclient-common: 16:06:31 [2023-03-05T21:06:31.377Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsizeAppClient.jar -name jdbc-reconfig-maxpoolsizeClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 16:06:31 [2023-03-05T21:06:31.939Z] [exec] Mar 05, 2023 9:06:31 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:06:31 [2023-03-05T21:06:31.939Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:06:34 [2023-03-05T21:06:34.481Z] [exec] Mar 05, 2023 9:06:33 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:06:34 [2023-03-05T21:06:34.481Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2ca54da9 16:06:35 [2023-03-05T21:06:35.411Z] [exec] Value of key is: test1 : 16:06:35 [2023-03-05T21:06:35.411Z] [exec] jdbc reconfig-maxpoolsize status: 16:06:35 [2023-03-05T21:06:35.411Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:06:35 [2023-03-05T21:06:35.411Z] [exec] 16:06:35 [2023-03-05T21:06:35.411Z] [exec] 16:06:35 [2023-03-05T21:06:35.411Z] [exec] ----------------------------------------- 16:06:35 [2023-03-05T21:06:35.411Z] [exec] - test1 : : PASS - 16:06:35 [2023-03-05T21:06:35.411Z] [exec] ----------------------------------------- 16:06:35 [2023-03-05T21:06:35.411Z] [exec] Total PASS: 1 16:06:35 [2023-03-05T21:06:35.411Z] [exec] Total FAIL: 0 16:06:35 [2023-03-05T21:06:35.411Z] [exec] Total DID NOT RUN: 0 16:06:35 [2023-03-05T21:06:35.411Z] [exec] ----------------------------------------- 16:06:35 [2023-03-05T21:06:35.411Z] [exec] in flushAll , creating new testSuiteHash 16:06:35 [2023-03-05T21:06:35.411Z] [exec] in flushAll , creating new testSuiteHash 16:06:35 [2023-03-05T21:06:35.667Z] 16:06:35 [2023-03-05T21:06:35.667Z] checkReporting-common: 16:06:35 [2023-03-05T21:06:35.667Z] 16:06:35 [2023-03-05T21:06:35.667Z] confirmReportPresent-common: 16:06:35 [2023-03-05T21:06:35.667Z] [echo] file RepRunConf.txt is present. 16:06:35 [2023-03-05T21:06:35.667Z] [echo] Test seems to be reported fine 16:06:35 [2023-03-05T21:06:35.667Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/RepRunConf.txt 16:06:35 [2023-03-05T21:06:35.667Z] 16:06:35 [2023-03-05T21:06:35.667Z] confirmMissingReport-common: 16:06:35 [2023-03-05T21:06:35.667Z] 16:06:35 [2023-03-05T21:06:35.667Z] asadmin-common: 16:06:35 [2023-03-05T21:06:35.667Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max_pool_size=20 16:06:36 [2023-03-05T21:06:36.230Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max_pool_size=20 16:06:36 [2023-03-05T21:06:36.230Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max-pool-size=20 16:06:36 [2023-03-05T21:06:36.230Z] 16:06:36 [2023-03-05T21:06:36.230Z] setOSConditions: 16:06:36 [2023-03-05T21:06:36.230Z] 16:06:36 [2023-03-05T21:06:36.230Z] setToolWin: 16:06:36 [2023-03-05T21:06:36.230Z] 16:06:36 [2023-03-05T21:06:36.230Z] setToolUnix: 16:06:36 [2023-03-05T21:06:36.230Z] 16:06:36 [2023-03-05T21:06:36.230Z] setToolProperty: 16:06:36 [2023-03-05T21:06:36.230Z] 16:06:36 [2023-03-05T21:06:36.230Z] setS1ASclassPath: 16:06:36 [2023-03-05T21:06:36.230Z] 16:06:36 [2023-03-05T21:06:36.230Z] init-common: 16:06:36 [2023-03-05T21:06:36.230Z] 16:06:36 [2023-03-05T21:06:36.230Z] runclient-common: 16:06:36 [2023-03-05T21:06:36.230Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsizeAppClient.jar -name jdbc-reconfig-maxpoolsizeClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 16:06:36 [2023-03-05T21:06:36.793Z] [exec] Mar 05, 2023 9:06:36 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:06:36 [2023-03-05T21:06:36.793Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:06:39 [2023-03-05T21:06:39.313Z] [exec] Mar 05, 2023 9:06:38 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:06:39 [2023-03-05T21:06:39.313Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@62cbc478 16:06:39 [2023-03-05T21:06:39.313Z] [exec] Value of key is: test2 : 16:06:39 [2023-03-05T21:06:39.313Z] [exec] jdbc reconfig-maxpoolsize status: 16:06:39 [2023-03-05T21:06:39.313Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:06:39 [2023-03-05T21:06:39.313Z] [exec] 16:06:39 [2023-03-05T21:06:39.313Z] [exec] 16:06:39 [2023-03-05T21:06:39.313Z] [exec] ----------------------------------------- 16:06:39 [2023-03-05T21:06:39.313Z] [exec] - test2 : : PASS - 16:06:39 [2023-03-05T21:06:39.313Z] [exec] ----------------------------------------- 16:06:39 [2023-03-05T21:06:39.313Z] [exec] Total PASS: 1 16:06:39 [2023-03-05T21:06:39.313Z] [exec] Total FAIL: 0 16:06:39 [2023-03-05T21:06:39.313Z] [exec] Total DID NOT RUN: 0 16:06:39 [2023-03-05T21:06:39.313Z] [exec] ----------------------------------------- 16:06:39 [2023-03-05T21:06:39.313Z] [exec] in flushAll , creating new testSuiteHash 16:06:39 [2023-03-05T21:06:39.313Z] [exec] in flushAll , creating new testSuiteHash 16:06:39 [2023-03-05T21:06:39.313Z] 16:06:39 [2023-03-05T21:06:39.313Z] checkReporting-common: 16:06:39 [2023-03-05T21:06:39.313Z] 16:06:39 [2023-03-05T21:06:39.313Z] confirmReportPresent-common: 16:06:39 [2023-03-05T21:06:39.313Z] [echo] file RepRunConf.txt is present. 16:06:39 [2023-03-05T21:06:39.313Z] [echo] Test seems to be reported fine 16:06:39 [2023-03-05T21:06:39.313Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/RepRunConf.txt 16:06:39 [2023-03-05T21:06:39.313Z] 16:06:39 [2023-03-05T21:06:39.313Z] confirmMissingReport-common: 16:06:39 [2023-03-05T21:06:39.313Z] 16:06:39 [2023-03-05T21:06:39.313Z] asadmin-common: 16:06:39 [2023-03-05T21:06:39.313Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max_pool_size=10 16:06:39 [2023-03-05T21:06:39.875Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max_pool_size=10 16:06:39 [2023-03-05T21:06:39.875Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max-pool-size=10 16:06:39 [2023-03-05T21:06:39.875Z] 16:06:39 [2023-03-05T21:06:39.875Z] asadmin-common: 16:06:39 [2023-03-05T21:06:39.875Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max_wait_time_in_millis=1000 16:06:40 [2023-03-05T21:06:40.131Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max_wait_time_in_millis=1000 16:06:40 [2023-03-05T21:06:40.131Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max-wait-time-in-millis=1000 16:06:40 [2023-03-05T21:06:40.131Z] 16:06:40 [2023-03-05T21:06:40.131Z] setOSConditions: 16:06:40 [2023-03-05T21:06:40.131Z] 16:06:40 [2023-03-05T21:06:40.131Z] setToolWin: 16:06:40 [2023-03-05T21:06:40.131Z] 16:06:40 [2023-03-05T21:06:40.131Z] setToolUnix: 16:06:40 [2023-03-05T21:06:40.131Z] 16:06:40 [2023-03-05T21:06:40.131Z] setToolProperty: 16:06:40 [2023-03-05T21:06:40.131Z] 16:06:40 [2023-03-05T21:06:40.131Z] setS1ASclassPath: 16:06:40 [2023-03-05T21:06:40.131Z] 16:06:40 [2023-03-05T21:06:40.131Z] init-common: 16:06:40 [2023-03-05T21:06:40.131Z] 16:06:40 [2023-03-05T21:06:40.131Z] runclient-common: 16:06:40 [2023-03-05T21:06:40.131Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsizeAppClient.jar -name jdbc-reconfig-maxpoolsizeClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 3 16:06:40 [2023-03-05T21:06:40.694Z] [exec] Mar 05, 2023 9:06:40 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:06:40 [2023-03-05T21:06:40.694Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:06:43 [2023-03-05T21:06:43.212Z] [exec] Mar 05, 2023 9:06:42 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:06:43 [2023-03-05T21:06:43.212Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2ca54da9 16:06:43 [2023-03-05T21:06:43.212Z] [exec] Value of key is: test3 : 16:06:43 [2023-03-05T21:06:43.212Z] [exec] jdbc reconfig-maxpoolsize status: 16:06:43 [2023-03-05T21:06:43.212Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:06:43 [2023-03-05T21:06:43.212Z] [exec] 16:06:43 [2023-03-05T21:06:43.212Z] [exec] 16:06:43 [2023-03-05T21:06:43.212Z] [exec] ----------------------------------------- 16:06:43 [2023-03-05T21:06:43.212Z] [exec] - test3 : : PASS - 16:06:43 [2023-03-05T21:06:43.212Z] [exec] ----------------------------------------- 16:06:43 [2023-03-05T21:06:43.212Z] [exec] Total PASS: 1 16:06:43 [2023-03-05T21:06:43.212Z] [exec] Total FAIL: 0 16:06:43 [2023-03-05T21:06:43.212Z] [exec] Total DID NOT RUN: 0 16:06:43 [2023-03-05T21:06:43.212Z] [exec] ----------------------------------------- 16:06:43 [2023-03-05T21:06:43.212Z] [exec] in flushAll , creating new testSuiteHash 16:06:43 [2023-03-05T21:06:43.212Z] [exec] in flushAll , creating new testSuiteHash 16:06:43 [2023-03-05T21:06:43.212Z] 16:06:43 [2023-03-05T21:06:43.212Z] checkReporting-common: 16:06:43 [2023-03-05T21:06:43.212Z] 16:06:43 [2023-03-05T21:06:43.212Z] confirmReportPresent-common: 16:06:43 [2023-03-05T21:06:43.212Z] [echo] file RepRunConf.txt is present. 16:06:43 [2023-03-05T21:06:43.212Z] [echo] Test seems to be reported fine 16:06:43 [2023-03-05T21:06:43.212Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/RepRunConf.txt 16:06:43 [2023-03-05T21:06:43.212Z] 16:06:43 [2023-03-05T21:06:43.212Z] confirmMissingReport-common: 16:06:43 [2023-03-05T21:06:43.212Z] 16:06:43 [2023-03-05T21:06:43.212Z] asadmin-common: 16:06:43 [2023-03-05T21:06:43.212Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max_pool_size=20 16:06:43 [2023-03-05T21:06:43.774Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max_pool_size=20 16:06:43 [2023-03-05T21:06:43.774Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max-pool-size=20 16:06:43 [2023-03-05T21:06:43.774Z] 16:06:43 [2023-03-05T21:06:43.774Z] setOSConditions: 16:06:43 [2023-03-05T21:06:43.774Z] 16:06:43 [2023-03-05T21:06:43.774Z] setToolWin: 16:06:43 [2023-03-05T21:06:43.774Z] 16:06:43 [2023-03-05T21:06:43.774Z] setToolUnix: 16:06:43 [2023-03-05T21:06:43.774Z] 16:06:43 [2023-03-05T21:06:43.774Z] setToolProperty: 16:06:43 [2023-03-05T21:06:43.774Z] 16:06:43 [2023-03-05T21:06:43.774Z] setS1ASclassPath: 16:06:43 [2023-03-05T21:06:43.774Z] 16:06:43 [2023-03-05T21:06:43.774Z] init-common: 16:06:43 [2023-03-05T21:06:43.774Z] 16:06:43 [2023-03-05T21:06:43.774Z] runclient-common: 16:06:43 [2023-03-05T21:06:43.774Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsizeAppClient.jar -name jdbc-reconfig-maxpoolsizeClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 4 16:06:44 [2023-03-05T21:06:44.336Z] [exec] Mar 05, 2023 9:06:44 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:06:44 [2023-03-05T21:06:44.336Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:06:46 [2023-03-05T21:06:46.855Z] [exec] Mar 05, 2023 9:06:46 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:06:46 [2023-03-05T21:06:46.855Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@1cd2ff5b 16:06:46 [2023-03-05T21:06:46.855Z] [exec] Value of key is: test4 : 16:06:46 [2023-03-05T21:06:46.855Z] [exec] jdbc reconfig-maxpoolsize status: 16:06:46 [2023-03-05T21:06:46.855Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:06:46 [2023-03-05T21:06:46.855Z] [exec] 16:06:46 [2023-03-05T21:06:46.855Z] [exec] 16:06:46 [2023-03-05T21:06:46.855Z] [exec] ----------------------------------------- 16:06:46 [2023-03-05T21:06:46.855Z] [exec] - test4 : : PASS - 16:06:46 [2023-03-05T21:06:46.855Z] [exec] ----------------------------------------- 16:06:46 [2023-03-05T21:06:46.855Z] [exec] Total PASS: 1 16:06:46 [2023-03-05T21:06:46.855Z] [exec] Total FAIL: 0 16:06:46 [2023-03-05T21:06:46.855Z] [exec] Total DID NOT RUN: 0 16:06:46 [2023-03-05T21:06:46.855Z] [exec] ----------------------------------------- 16:06:46 [2023-03-05T21:06:46.855Z] [exec] in flushAll , creating new testSuiteHash 16:06:46 [2023-03-05T21:06:46.855Z] [exec] in flushAll , creating new testSuiteHash 16:06:46 [2023-03-05T21:06:46.855Z] 16:06:46 [2023-03-05T21:06:46.855Z] checkReporting-common: 16:06:46 [2023-03-05T21:06:46.855Z] 16:06:46 [2023-03-05T21:06:46.855Z] confirmReportPresent-common: 16:06:46 [2023-03-05T21:06:46.855Z] [echo] file RepRunConf.txt is present. 16:06:46 [2023-03-05T21:06:46.855Z] [echo] Test seems to be reported fine 16:06:46 [2023-03-05T21:06:46.855Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/RepRunConf.txt 16:06:46 [2023-03-05T21:06:46.855Z] 16:06:46 [2023-03-05T21:06:46.855Z] confirmMissingReport-common: 16:06:46 [2023-03-05T21:06:46.855Z] 16:06:46 [2023-03-05T21:06:46.855Z] undeploy: 16:06:46 [2023-03-05T21:06:46.855Z] 16:06:46 [2023-03-05T21:06:46.855Z] setOSConditions: 16:06:46 [2023-03-05T21:06:46.855Z] 16:06:46 [2023-03-05T21:06:46.855Z] setToolWin: 16:06:46 [2023-03-05T21:06:46.855Z] 16:06:46 [2023-03-05T21:06:46.855Z] setToolUnix: 16:06:46 [2023-03-05T21:06:46.855Z] 16:06:46 [2023-03-05T21:06:46.855Z] setToolProperty: 16:06:46 [2023-03-05T21:06:46.855Z] 16:06:46 [2023-03-05T21:06:46.855Z] setS1ASclassPath: 16:06:46 [2023-03-05T21:06:46.855Z] 16:06:46 [2023-03-05T21:06:46.855Z] init-common: 16:06:46 [2023-03-05T21:06:46.855Z] 16:06:46 [2023-03-05T21:06:46.855Z] undeploy-common: 16:06:47 [2023-03-05T21:06:47.112Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-reconfig-maxpoolsizeApp 16:06:47 [2023-03-05T21:06:47.112Z] 16:06:47 [2023-03-05T21:06:47.112Z] setOSConditions: 16:06:47 [2023-03-05T21:06:47.112Z] 16:06:47 [2023-03-05T21:06:47.112Z] setToolWin: 16:06:47 [2023-03-05T21:06:47.112Z] 16:06:47 [2023-03-05T21:06:47.112Z] setToolUnix: 16:06:47 [2023-03-05T21:06:47.112Z] 16:06:47 [2023-03-05T21:06:47.112Z] setToolProperty: 16:06:47 [2023-03-05T21:06:47.112Z] 16:06:47 [2023-03-05T21:06:47.112Z] setS1ASclassPath: 16:06:47 [2023-03-05T21:06:47.112Z] 16:06:47 [2023-03-05T21:06:47.112Z] init-common: 16:06:47 [2023-03-05T21:06:47.112Z] 16:06:47 [2023-03-05T21:06:47.112Z] undeploy-jdbc-common: 16:06:47 [2023-03-05T21:06:47.112Z] 16:06:47 [2023-03-05T21:06:47.112Z] setOSConditions: 16:06:47 [2023-03-05T21:06:47.112Z] 16:06:47 [2023-03-05T21:06:47.112Z] setToolWin: 16:06:47 [2023-03-05T21:06:47.112Z] 16:06:47 [2023-03-05T21:06:47.112Z] setToolUnix: 16:06:47 [2023-03-05T21:06:47.112Z] 16:06:47 [2023-03-05T21:06:47.112Z] setToolProperty: 16:06:47 [2023-03-05T21:06:47.112Z] 16:06:47 [2023-03-05T21:06:47.112Z] setS1ASclassPath: 16:06:47 [2023-03-05T21:06:47.112Z] 16:06:47 [2023-03-05T21:06:47.112Z] init-common: 16:06:47 [2023-03-05T21:06:47.112Z] 16:06:47 [2023-03-05T21:06:47.112Z] delete-jdbc-resource-common: 16:06:47 [2023-03-05T21:06:47.112Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/maxpoolsize 16:06:47 [2023-03-05T21:06:47.674Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/maxpoolsize 16:06:47 [2023-03-05T21:06:47.674Z] [exec] JDBC resource jdbc/maxpoolsize deleted successfully 16:06:47 [2023-03-05T21:06:47.674Z] [echo] cmd executed for server 16:06:47 [2023-03-05T21:06:47.674Z] 16:06:47 [2023-03-05T21:06:47.674Z] setOSConditions: 16:06:47 [2023-03-05T21:06:47.674Z] 16:06:47 [2023-03-05T21:06:47.674Z] setToolWin: 16:06:47 [2023-03-05T21:06:47.674Z] 16:06:47 [2023-03-05T21:06:47.674Z] setToolUnix: 16:06:47 [2023-03-05T21:06:47.674Z] 16:06:47 [2023-03-05T21:06:47.674Z] setToolProperty: 16:06:47 [2023-03-05T21:06:47.674Z] 16:06:47 [2023-03-05T21:06:47.674Z] setS1ASclassPath: 16:06:47 [2023-03-05T21:06:47.674Z] 16:06:47 [2023-03-05T21:06:47.674Z] init-common: 16:06:47 [2023-03-05T21:06:47.674Z] 16:06:47 [2023-03-05T21:06:47.674Z] delete-jdbc-connpool-common: 16:06:47 [2023-03-05T21:06:47.674Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-maxpoolsize-pool 16:06:47 [2023-03-05T21:06:47.930Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-maxpoolsize-pool 16:06:47 [2023-03-05T21:06:47.930Z] [exec] JDBC Connection pool jdbc-maxpoolsize-pool deleted successfully 16:06:47 [2023-03-05T21:06:47.931Z] [echo] cmd executed for server 16:06:47 [2023-03-05T21:06:47.931Z] 16:06:47 [2023-03-05T21:06:47.931Z] setOSConditions: 16:06:47 [2023-03-05T21:06:47.931Z] 16:06:47 [2023-03-05T21:06:47.931Z] setToolWin: 16:06:47 [2023-03-05T21:06:47.931Z] 16:06:47 [2023-03-05T21:06:47.931Z] setToolUnix: 16:06:47 [2023-03-05T21:06:47.931Z] 16:06:47 [2023-03-05T21:06:47.931Z] setToolProperty: 16:06:47 [2023-03-05T21:06:47.931Z] 16:06:47 [2023-03-05T21:06:47.931Z] setS1ASclassPath: 16:06:47 [2023-03-05T21:06:47.931Z] 16:06:47 [2023-03-05T21:06:47.931Z] init-common: 16:06:47 [2023-03-05T21:06:47.931Z] 16:06:47 [2023-03-05T21:06:47.931Z] undeploy-jdbc-common: 16:06:47 [2023-03-05T21:06:47.931Z] 16:06:47 [2023-03-05T21:06:47.931Z] setOSConditions: 16:06:47 [2023-03-05T21:06:47.931Z] 16:06:47 [2023-03-05T21:06:47.931Z] setToolWin: 16:06:47 [2023-03-05T21:06:47.931Z] 16:06:47 [2023-03-05T21:06:47.931Z] setToolUnix: 16:06:47 [2023-03-05T21:06:47.931Z] 16:06:47 [2023-03-05T21:06:47.931Z] setToolProperty: 16:06:47 [2023-03-05T21:06:47.931Z] 16:06:47 [2023-03-05T21:06:47.931Z] setS1ASclassPath: 16:06:47 [2023-03-05T21:06:47.931Z] 16:06:47 [2023-03-05T21:06:47.931Z] init-common: 16:06:47 [2023-03-05T21:06:47.931Z] 16:06:47 [2023-03-05T21:06:47.931Z] delete-jdbc-resource-common: 16:06:47 [2023-03-05T21:06:47.931Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/maxpoolsize-xa 16:06:48 [2023-03-05T21:06:48.187Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/maxpoolsize-xa 16:06:48 [2023-03-05T21:06:48.187Z] [exec] JDBC resource jdbc/maxpoolsize-xa deleted successfully 16:06:48 [2023-03-05T21:06:48.187Z] [echo] cmd executed for server 16:06:48 [2023-03-05T21:06:48.187Z] 16:06:48 [2023-03-05T21:06:48.187Z] setOSConditions: 16:06:48 [2023-03-05T21:06:48.187Z] 16:06:48 [2023-03-05T21:06:48.187Z] setToolWin: 16:06:48 [2023-03-05T21:06:48.187Z] 16:06:48 [2023-03-05T21:06:48.187Z] setToolUnix: 16:06:48 [2023-03-05T21:06:48.187Z] 16:06:48 [2023-03-05T21:06:48.187Z] setToolProperty: 16:06:48 [2023-03-05T21:06:48.187Z] 16:06:48 [2023-03-05T21:06:48.187Z] setS1ASclassPath: 16:06:48 [2023-03-05T21:06:48.187Z] 16:06:48 [2023-03-05T21:06:48.187Z] init-common: 16:06:48 [2023-03-05T21:06:48.187Z] 16:06:48 [2023-03-05T21:06:48.187Z] delete-jdbc-connpool-common: 16:06:48 [2023-03-05T21:06:48.187Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-maxpoolsize-pool-xa 16:06:48 [2023-03-05T21:06:48.443Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-maxpoolsize-pool-xa 16:06:48 [2023-03-05T21:06:48.443Z] [exec] JDBC Connection pool jdbc-maxpoolsize-pool-xa deleted successfully 16:06:48 [2023-03-05T21:06:48.443Z] [echo] cmd executed for server 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] all: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setOSConditions: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setToolWin: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setToolUnix: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setToolProperty: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setS1ASclassPath: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] init-common: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] clean: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setOSConditions: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setToolWin: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setToolUnix: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setToolProperty: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setS1ASclassPath: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] init-common: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] clean-common: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setOSConditions: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setToolWin: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setToolUnix: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setToolProperty: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setS1ASclassPath: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] init-common: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] clean-classes-common: 16:06:48 [2023-03-05T21:06:48.443Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setOSConditions: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setToolWin: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setToolUnix: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setToolProperty: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setS1ASclassPath: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] init-common: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] clean-jars-common: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] compile: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setOSConditions: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setToolWin: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setToolUnix: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setToolProperty: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] setS1ASclassPath: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] init-common: 16:06:48 [2023-03-05T21:06:48.443Z] 16:06:48 [2023-03-05T21:06:48.443Z] compile-common: 16:06:48 [2023-03-05T21:06:48.443Z] [echo] Current time (ISO): 2023-03-05T21:06:48.394+0000 16:06:48 [2023-03-05T21:06:48.443Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:06:48 [2023-03-05T21:06:48.443Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:06:49 [2023-03-05T21:06:49.858Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:06:49 [2023-03-05T21:06:49.858Z] [javac] 1 warning 16:06:49 [2023-03-05T21:06:49.858Z] 16:06:49 [2023-03-05T21:06:49.858Z] setOSConditions: 16:06:49 [2023-03-05T21:06:49.858Z] 16:06:49 [2023-03-05T21:06:49.858Z] setToolWin: 16:06:49 [2023-03-05T21:06:49.858Z] 16:06:49 [2023-03-05T21:06:49.858Z] setToolUnix: 16:06:49 [2023-03-05T21:06:49.858Z] 16:06:49 [2023-03-05T21:06:49.858Z] setToolProperty: 16:06:49 [2023-03-05T21:06:49.858Z] 16:06:49 [2023-03-05T21:06:49.858Z] setS1ASclassPath: 16:06:49 [2023-03-05T21:06:49.858Z] 16:06:49 [2023-03-05T21:06:49.858Z] init-common: 16:06:49 [2023-03-05T21:06:49.858Z] 16:06:49 [2023-03-05T21:06:49.858Z] compile-common: 16:06:49 [2023-03-05T21:06:49.858Z] [echo] Current time (ISO): 2023-03-05T21:06:49.584+0000 16:06:49 [2023-03-05T21:06:49.858Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:06:50 [2023-03-05T21:06:50.788Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:06:50 [2023-03-05T21:06:50.788Z] [javac] 1 warning 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] build: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] setOSConditions: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] fixFiles: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] convUnix: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] convWin: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] setToolWin: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] setToolUnix: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] setToolProperty: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] setS1ASclassPath: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] init-common: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] package-persistence-common: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] ejb-jar-common: 16:06:50 [2023-03-05T21:06:50.788Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] package-ejbjar-common: 16:06:50 [2023-03-05T21:06:50.788Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:06:50 [2023-03-05T21:06:50.788Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:06:50 [2023-03-05T21:06:50.788Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:06:50 [2023-03-05T21:06:50.788Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauth-ejb.jar 16:06:50 [2023-03-05T21:06:50.788Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] appclient-jar-common: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] package-appclientjar-common: 16:06:50 [2023-03-05T21:06:50.788Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:06:50 [2023-03-05T21:06:50.788Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:06:50 [2023-03-05T21:06:50.788Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:06:50 [2023-03-05T21:06:50.788Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauth-client.jar 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] webclient-war-common: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] build-ear-common: 16:06:50 [2023-03-05T21:06:50.788Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:06:50 [2023-03-05T21:06:50.788Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthApp.ear 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] deploy: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] setOSConditions: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] setToolWin: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] setToolUnix: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] setToolProperty: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] setS1ASclassPath: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] init-common: 16:06:50 [2023-03-05T21:06:50.788Z] 16:06:50 [2023-03-05T21:06:50.788Z] create-jdbc-connpool-common: 16:06:51 [2023-03-05T21:06:51.044Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-poolauth-pool 16:06:51 [2023-03-05T21:06:51.044Z] [exec] JDBC connection pool jdbc-poolauth-pool created successfully. 16:06:51 [2023-03-05T21:06:51.320Z] 16:06:51 [2023-03-05T21:06:51.320Z] set-derby-connpool-props: 16:06:51 [2023-03-05T21:06:51.576Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 16:06:51 [2023-03-05T21:06:51.576Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 16:06:51 [2023-03-05T21:06:51.833Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 16:06:51 [2023-03-05T21:06:51.833Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 16:06:52 [2023-03-05T21:06:52.089Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.driverType=4 16:06:52 [2023-03-05T21:06:52.089Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.driverType=4 16:06:52 [2023-03-05T21:06:52.344Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.portNumber=1527 16:06:52 [2023-03-05T21:06:52.344Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.portNumber=1527 16:06:52 [2023-03-05T21:06:52.600Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.dataBaseName=testdb 16:06:52 [2023-03-05T21:06:52.600Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.dataBaseName=testdb 16:06:52 [2023-03-05T21:06:52.856Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:06:52 [2023-03-05T21:06:52.856Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:06:53 [2023-03-05T21:06:53.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.create=true 16:06:53 [2023-03-05T21:06:53.420Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.create=true 16:06:53 [2023-03-05T21:06:53.677Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.serverName=localhost 16:06:53 [2023-03-05T21:06:53.677Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.serverName=localhost 16:06:53 [2023-03-05T21:06:53.677Z] 16:06:53 [2023-03-05T21:06:53.677Z] setOSConditions: 16:06:53 [2023-03-05T21:06:53.677Z] 16:06:53 [2023-03-05T21:06:53.677Z] setToolWin: 16:06:53 [2023-03-05T21:06:53.677Z] 16:06:53 [2023-03-05T21:06:53.677Z] setToolUnix: 16:06:53 [2023-03-05T21:06:53.677Z] 16:06:53 [2023-03-05T21:06:53.677Z] setToolProperty: 16:06:53 [2023-03-05T21:06:53.677Z] 16:06:53 [2023-03-05T21:06:53.677Z] setS1ASclassPath: 16:06:53 [2023-03-05T21:06:53.677Z] 16:06:53 [2023-03-05T21:06:53.677Z] init-common: 16:06:53 [2023-03-05T21:06:53.677Z] 16:06:53 [2023-03-05T21:06:53.677Z] create-jdbc-resource-common: 16:06:53 [2023-03-05T21:06:53.677Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-poolauth-pool --target server jdbc/poolauth 16:06:53 [2023-03-05T21:06:53.933Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-poolauth-pool --enabled=true --target server jdbc/poolauth 16:06:53 [2023-03-05T21:06:53.933Z] [exec] JDBC resource jdbc/poolauth created successfully. 16:06:53 [2023-03-05T21:06:53.933Z] [echo] cmd executed for server 16:06:53 [2023-03-05T21:06:53.933Z] 16:06:53 [2023-03-05T21:06:53.933Z] setOSConditions: 16:06:53 [2023-03-05T21:06:53.933Z] 16:06:53 [2023-03-05T21:06:53.933Z] setToolWin: 16:06:53 [2023-03-05T21:06:53.933Z] 16:06:53 [2023-03-05T21:06:53.933Z] setToolUnix: 16:06:53 [2023-03-05T21:06:53.933Z] 16:06:53 [2023-03-05T21:06:53.933Z] setToolProperty: 16:06:53 [2023-03-05T21:06:53.933Z] 16:06:53 [2023-03-05T21:06:53.933Z] setS1ASclassPath: 16:06:53 [2023-03-05T21:06:53.933Z] 16:06:53 [2023-03-05T21:06:53.933Z] init-common: 16:06:53 [2023-03-05T21:06:53.933Z] 16:06:53 [2023-03-05T21:06:53.933Z] deploy-common: 16:06:53 [2023-03-05T21:06:53.933Z] [echo] Current time (ISO): 2023-03-05T21:06:53.794+0000 16:06:53 [2023-03-05T21:06:53.933Z] 16:06:53 [2023-03-05T21:06:53.933Z] setOSConditions: 16:06:53 [2023-03-05T21:06:53.933Z] 16:06:53 [2023-03-05T21:06:53.933Z] setToolWin: 16:06:53 [2023-03-05T21:06:53.933Z] 16:06:53 [2023-03-05T21:06:53.933Z] setToolUnix: 16:06:53 [2023-03-05T21:06:53.933Z] 16:06:53 [2023-03-05T21:06:53.933Z] setToolProperty: 16:06:53 [2023-03-05T21:06:53.933Z] 16:06:53 [2023-03-05T21:06:53.933Z] setS1ASclassPath: 16:06:53 [2023-03-05T21:06:53.933Z] 16:06:53 [2023-03-05T21:06:53.933Z] init-common: 16:06:53 [2023-03-05T21:06:53.933Z] 16:06:53 [2023-03-05T21:06:53.933Z] deploy-common-pe: 16:06:54 [2023-03-05T21:06:54.190Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthApp.ear 16:06:54 [2023-03-05T21:06:54.446Z] [exec] Application deployed with name jdbc-poolauthApp. 16:06:54 [2023-03-05T21:06:54.446Z] [echo] Deployment on target server server successful 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] setOSConditions: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] setToolWin: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] setToolUnix: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] setToolProperty: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] setS1ASclassPath: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] init-common: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] deploy-common-ee: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] run: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] create-sql: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] setOSConditions: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] setToolWin: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] setToolUnix: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] setToolProperty: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] setS1ASclassPath: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] init-common: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] execute-sql-common: 16:06:54 [2023-03-05T21:06:54.446Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/sql/create_dbuser_tables.sql 16:06:54 [2023-03-05T21:06:54.446Z] [sql] Failed to execute: Drop table DBUSERTABLE 16:06:54 [2023-03-05T21:06:54.446Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DBUSERTABLE' because it does not exist. 16:06:54 [2023-03-05T21:06:54.446Z] [sql] 0 rows affected 16:06:54 [2023-03-05T21:06:54.446Z] [sql] 1 rows affected 16:06:54 [2023-03-05T21:06:54.446Z] [sql] 1 rows affected 16:06:54 [2023-03-05T21:06:54.446Z] [sql] 3 of 4 SQL statements executed successfully 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] setOSConditions: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] setToolWin: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] setToolUnix: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] setToolProperty: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] setS1ASclassPath: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] init-common: 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] execute-sql-common: 16:06:54 [2023-03-05T21:06:54.446Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/sql/create_pbpublic_tables.sql 16:06:54 [2023-03-05T21:06:54.446Z] [sql] Failed to execute: Drop table PBPUBLICTABLE 16:06:54 [2023-03-05T21:06:54.446Z] [sql] java.sql.SQLSyntaxErrorException: Schema 'PBPUBLIC' does not exist 16:06:54 [2023-03-05T21:06:54.446Z] [sql] 0 rows affected 16:06:54 [2023-03-05T21:06:54.446Z] [sql] 1 rows affected 16:06:54 [2023-03-05T21:06:54.446Z] [sql] 1 rows affected 16:06:54 [2023-03-05T21:06:54.446Z] [sql] 3 of 4 SQL statements executed successfully 16:06:54 [2023-03-05T21:06:54.446Z] 16:06:54 [2023-03-05T21:06:54.446Z] asadmin-common: 16:06:54 [2023-03-05T21:06:54.446Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 16:06:54 [2023-03-05T21:06:54.702Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 16:06:54 [2023-03-05T21:06:54.702Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 16:06:54 [2023-03-05T21:06:54.702Z] 16:06:54 [2023-03-05T21:06:54.702Z] asadmin-common: 16:06:54 [2023-03-05T21:06:54.702Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 16:06:55 [2023-03-05T21:06:55.272Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 16:06:55 [2023-03-05T21:06:55.272Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 16:06:55 [2023-03-05T21:06:55.272Z] 16:06:55 [2023-03-05T21:06:55.272Z] setOSConditions: 16:06:55 [2023-03-05T21:06:55.272Z] 16:06:55 [2023-03-05T21:06:55.272Z] setToolWin: 16:06:55 [2023-03-05T21:06:55.272Z] 16:06:55 [2023-03-05T21:06:55.272Z] setToolUnix: 16:06:55 [2023-03-05T21:06:55.272Z] 16:06:55 [2023-03-05T21:06:55.272Z] setToolProperty: 16:06:55 [2023-03-05T21:06:55.272Z] 16:06:55 [2023-03-05T21:06:55.272Z] setS1ASclassPath: 16:06:55 [2023-03-05T21:06:55.272Z] 16:06:55 [2023-03-05T21:06:55.272Z] init-common: 16:06:55 [2023-03-05T21:06:55.272Z] 16:06:55 [2023-03-05T21:06:55.272Z] runclient-common: 16:06:55 [2023-03-05T21:06:55.272Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthAppClient.jar -name jdbc-poolauthClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 16:06:55 [2023-03-05T21:06:55.834Z] [exec] Mar 05, 2023 9:06:55 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:06:55 [2023-03-05T21:06:55.834Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:06:58 [2023-03-05T21:06:58.374Z] [exec] Mar 05, 2023 9:06:57 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:06:58 [2023-03-05T21:06:58.374Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2ca54da9 16:06:58 [2023-03-05T21:06:58.374Z] [exec] Value of key is: test1 : 16:06:58 [2023-03-05T21:06:58.374Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:06:58 [2023-03-05T21:06:58.374Z] [exec] 16:06:58 [2023-03-05T21:06:58.374Z] [exec] 16:06:58 [2023-03-05T21:06:58.374Z] [exec] ----------------------------------------- 16:06:58 [2023-03-05T21:06:58.374Z] [exec] - test1 : : PASS - 16:06:58 [2023-03-05T21:06:58.374Z] [exec] ----------------------------------------- 16:06:58 [2023-03-05T21:06:58.374Z] [exec] Total PASS: 1 16:06:58 [2023-03-05T21:06:58.374Z] [exec] Total FAIL: 0 16:06:58 [2023-03-05T21:06:58.374Z] [exec] Total DID NOT RUN: 0 16:06:58 [2023-03-05T21:06:58.374Z] [exec] ----------------------------------------- 16:06:58 [2023-03-05T21:06:58.374Z] [exec] in flushAll , creating new testSuiteHash 16:06:58 [2023-03-05T21:06:58.374Z] [exec] in flushAll , creating new testSuiteHash 16:06:58 [2023-03-05T21:06:58.374Z] 16:06:58 [2023-03-05T21:06:58.374Z] checkReporting-common: 16:06:58 [2023-03-05T21:06:58.374Z] 16:06:58 [2023-03-05T21:06:58.374Z] confirmReportPresent-common: 16:06:58 [2023-03-05T21:06:58.374Z] [echo] file RepRunConf.txt is present. 16:06:58 [2023-03-05T21:06:58.374Z] [echo] Test seems to be reported fine 16:06:58 [2023-03-05T21:06:58.374Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/RepRunConf.txt 16:06:58 [2023-03-05T21:06:58.374Z] 16:06:58 [2023-03-05T21:06:58.374Z] confirmMissingReport-common: 16:06:58 [2023-03-05T21:06:58.374Z] 16:06:58 [2023-03-05T21:06:58.374Z] asadmin-common: 16:06:58 [2023-03-05T21:06:58.374Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=pbpublic 16:06:58 [2023-03-05T21:06:58.631Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=pbpublic 16:06:58 [2023-03-05T21:06:58.631Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=pbpublic 16:06:58 [2023-03-05T21:06:58.631Z] 16:06:58 [2023-03-05T21:06:58.631Z] asadmin-common: 16:06:58 [2023-03-05T21:06:58.631Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=pbpublic 16:06:58 [2023-03-05T21:06:58.887Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=pbpublic 16:06:58 [2023-03-05T21:06:58.887Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=pbpublic 16:06:59 [2023-03-05T21:06:59.144Z] 16:06:59 [2023-03-05T21:06:59.144Z] setOSConditions: 16:06:59 [2023-03-05T21:06:59.144Z] 16:06:59 [2023-03-05T21:06:59.144Z] setToolWin: 16:06:59 [2023-03-05T21:06:59.144Z] 16:06:59 [2023-03-05T21:06:59.144Z] setToolUnix: 16:06:59 [2023-03-05T21:06:59.144Z] 16:06:59 [2023-03-05T21:06:59.144Z] setToolProperty: 16:06:59 [2023-03-05T21:06:59.144Z] 16:06:59 [2023-03-05T21:06:59.144Z] setS1ASclassPath: 16:06:59 [2023-03-05T21:06:59.144Z] 16:06:59 [2023-03-05T21:06:59.144Z] init-common: 16:06:59 [2023-03-05T21:06:59.144Z] 16:06:59 [2023-03-05T21:06:59.144Z] runclient-common: 16:06:59 [2023-03-05T21:06:59.144Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthAppClient.jar -name jdbc-poolauthClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 16:06:59 [2023-03-05T21:06:59.726Z] [exec] Mar 05, 2023 9:06:59 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:06:59 [2023-03-05T21:06:59.726Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:07:02 [2023-03-05T21:07:02.245Z] [exec] Mar 05, 2023 9:07:01 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:07:02 [2023-03-05T21:07:02.246Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@281b2dfd 16:07:02 [2023-03-05T21:07:02.246Z] [exec] Value of key is: test2 : 16:07:02 [2023-03-05T21:07:02.246Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:07:02 [2023-03-05T21:07:02.246Z] [exec] 16:07:02 [2023-03-05T21:07:02.246Z] [exec] 16:07:02 [2023-03-05T21:07:02.246Z] [exec] ----------------------------------------- 16:07:02 [2023-03-05T21:07:02.246Z] [exec] - test2 : : PASS - 16:07:02 [2023-03-05T21:07:02.246Z] [exec] ----------------------------------------- 16:07:02 [2023-03-05T21:07:02.246Z] [exec] Total PASS: 1 16:07:02 [2023-03-05T21:07:02.246Z] [exec] Total FAIL: 0 16:07:02 [2023-03-05T21:07:02.246Z] [exec] Total DID NOT RUN: 0 16:07:02 [2023-03-05T21:07:02.246Z] [exec] ----------------------------------------- 16:07:02 [2023-03-05T21:07:02.246Z] [exec] in flushAll , creating new testSuiteHash 16:07:02 [2023-03-05T21:07:02.811Z] [exec] in flushAll , creating new testSuiteHash 16:07:03 [2023-03-05T21:07:03.067Z] 16:07:03 [2023-03-05T21:07:03.067Z] checkReporting-common: 16:07:03 [2023-03-05T21:07:03.067Z] 16:07:03 [2023-03-05T21:07:03.067Z] confirmReportPresent-common: 16:07:03 [2023-03-05T21:07:03.067Z] [echo] file RepRunConf.txt is present. 16:07:03 [2023-03-05T21:07:03.067Z] [echo] Test seems to be reported fine 16:07:03 [2023-03-05T21:07:03.067Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/RepRunConf.txt 16:07:03 [2023-03-05T21:07:03.067Z] 16:07:03 [2023-03-05T21:07:03.067Z] confirmMissingReport-common: 16:07:03 [2023-03-05T21:07:03.067Z] 16:07:03 [2023-03-05T21:07:03.067Z] undeploy: 16:07:03 [2023-03-05T21:07:03.067Z] 16:07:03 [2023-03-05T21:07:03.067Z] drop-sql: 16:07:03 [2023-03-05T21:07:03.067Z] 16:07:03 [2023-03-05T21:07:03.067Z] setOSConditions: 16:07:03 [2023-03-05T21:07:03.067Z] 16:07:03 [2023-03-05T21:07:03.067Z] setToolWin: 16:07:03 [2023-03-05T21:07:03.067Z] 16:07:03 [2023-03-05T21:07:03.067Z] setToolUnix: 16:07:03 [2023-03-05T21:07:03.067Z] 16:07:03 [2023-03-05T21:07:03.068Z] setToolProperty: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] setS1ASclassPath: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] init-common: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] execute-sql-common: 16:07:03 [2023-03-05T21:07:03.068Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/sql/drop_dbuser_tables.sql 16:07:03 [2023-03-05T21:07:03.068Z] [sql] 0 rows affected 16:07:03 [2023-03-05T21:07:03.068Z] [sql] 1 of 1 SQL statements executed successfully 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] setOSConditions: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] setToolWin: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] setToolUnix: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] setToolProperty: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] setS1ASclassPath: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] init-common: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] execute-sql-common: 16:07:03 [2023-03-05T21:07:03.068Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/sql/drop_pbpublic_tables.sql 16:07:03 [2023-03-05T21:07:03.068Z] [sql] 0 rows affected 16:07:03 [2023-03-05T21:07:03.068Z] [sql] 1 of 1 SQL statements executed successfully 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] setOSConditions: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] setToolWin: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] setToolUnix: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] setToolProperty: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] setS1ASclassPath: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] init-common: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] undeploy-jdbc-common: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] setOSConditions: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] setToolWin: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] setToolUnix: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] setToolProperty: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] setS1ASclassPath: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] init-common: 16:07:03 [2023-03-05T21:07:03.068Z] 16:07:03 [2023-03-05T21:07:03.068Z] delete-jdbc-resource-common: 16:07:03 [2023-03-05T21:07:03.068Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/poolauth 16:07:04 [2023-03-05T21:07:04.018Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/poolauth 16:07:04 [2023-03-05T21:07:04.018Z] [exec] JDBC resource jdbc/poolauth deleted successfully 16:07:04 [2023-03-05T21:07:04.018Z] [echo] cmd executed for server 16:07:04 [2023-03-05T21:07:04.018Z] 16:07:04 [2023-03-05T21:07:04.018Z] setOSConditions: 16:07:04 [2023-03-05T21:07:04.018Z] 16:07:04 [2023-03-05T21:07:04.018Z] setToolWin: 16:07:04 [2023-03-05T21:07:04.018Z] 16:07:04 [2023-03-05T21:07:04.018Z] setToolUnix: 16:07:04 [2023-03-05T21:07:04.018Z] 16:07:04 [2023-03-05T21:07:04.018Z] setToolProperty: 16:07:04 [2023-03-05T21:07:04.018Z] 16:07:04 [2023-03-05T21:07:04.018Z] setS1ASclassPath: 16:07:04 [2023-03-05T21:07:04.018Z] 16:07:04 [2023-03-05T21:07:04.018Z] init-common: 16:07:04 [2023-03-05T21:07:04.018Z] 16:07:04 [2023-03-05T21:07:04.018Z] delete-jdbc-connpool-common: 16:07:04 [2023-03-05T21:07:04.018Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-poolauth-pool 16:07:04 [2023-03-05T21:07:04.274Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-poolauth-pool 16:07:04 [2023-03-05T21:07:04.274Z] [exec] JDBC Connection pool jdbc-poolauth-pool deleted successfully 16:07:04 [2023-03-05T21:07:04.274Z] [echo] cmd executed for server 16:07:04 [2023-03-05T21:07:04.274Z] 16:07:04 [2023-03-05T21:07:04.274Z] setOSConditions: 16:07:04 [2023-03-05T21:07:04.274Z] 16:07:04 [2023-03-05T21:07:04.274Z] setToolWin: 16:07:04 [2023-03-05T21:07:04.274Z] 16:07:04 [2023-03-05T21:07:04.274Z] setToolUnix: 16:07:04 [2023-03-05T21:07:04.274Z] 16:07:04 [2023-03-05T21:07:04.274Z] setToolProperty: 16:07:04 [2023-03-05T21:07:04.274Z] 16:07:04 [2023-03-05T21:07:04.274Z] setS1ASclassPath: 16:07:04 [2023-03-05T21:07:04.274Z] 16:07:04 [2023-03-05T21:07:04.274Z] init-common: 16:07:04 [2023-03-05T21:07:04.274Z] 16:07:04 [2023-03-05T21:07:04.274Z] undeploy-common: 16:07:04 [2023-03-05T21:07:04.530Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-poolauthApp 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] all: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setOSConditions: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setToolWin: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setToolUnix: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setToolProperty: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setS1ASclassPath: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] init-common: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] clean: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setOSConditions: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setToolWin: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setToolUnix: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setToolProperty: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setS1ASclassPath: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] init-common: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] clean-common: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setOSConditions: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setToolWin: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setToolUnix: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setToolProperty: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setS1ASclassPath: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] init-common: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] clean-classes-common: 16:07:04 [2023-03-05T21:07:04.530Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setOSConditions: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setToolWin: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setToolUnix: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setToolProperty: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setS1ASclassPath: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] init-common: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] clean-jars-common: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] compile: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setOSConditions: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setToolWin: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setToolUnix: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setToolProperty: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] setS1ASclassPath: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] init-common: 16:07:04 [2023-03-05T21:07:04.530Z] 16:07:04 [2023-03-05T21:07:04.530Z] compile-common: 16:07:04 [2023-03-05T21:07:04.530Z] [echo] Current time (ISO): 2023-03-05T21:07:04.476+0000 16:07:04 [2023-03-05T21:07:04.530Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:07:04 [2023-03-05T21:07:04.530Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:07:05 [2023-03-05T21:07:05.920Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:07:05 [2023-03-05T21:07:05.920Z] [javac] 1 warning 16:07:05 [2023-03-05T21:07:05.920Z] 16:07:05 [2023-03-05T21:07:05.920Z] setOSConditions: 16:07:05 [2023-03-05T21:07:05.920Z] 16:07:05 [2023-03-05T21:07:05.920Z] setToolWin: 16:07:05 [2023-03-05T21:07:05.920Z] 16:07:05 [2023-03-05T21:07:05.920Z] setToolUnix: 16:07:05 [2023-03-05T21:07:05.920Z] 16:07:05 [2023-03-05T21:07:05.920Z] setToolProperty: 16:07:05 [2023-03-05T21:07:05.920Z] 16:07:05 [2023-03-05T21:07:05.920Z] setS1ASclassPath: 16:07:05 [2023-03-05T21:07:05.920Z] 16:07:05 [2023-03-05T21:07:05.920Z] init-common: 16:07:05 [2023-03-05T21:07:05.920Z] 16:07:05 [2023-03-05T21:07:05.920Z] compile-common: 16:07:05 [2023-03-05T21:07:05.920Z] [echo] Current time (ISO): 2023-03-05T21:07:05.700+0000 16:07:05 [2023-03-05T21:07:05.920Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:07:07 [2023-03-05T21:07:07.288Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:07:07 [2023-03-05T21:07:07.288Z] [javac] 1 warning 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] build: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] setOSConditions: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] fixFiles: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] convUnix: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] convWin: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] setToolWin: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] setToolUnix: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] setToolProperty: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] setS1ASclassPath: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] init-common: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] package-persistence-common: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] ejb-jar-common: 16:07:07 [2023-03-05T21:07:07.288Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] package-ejbjar-common: 16:07:07 [2023-03-05T21:07:07.288Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:07 [2023-03-05T21:07:07.288Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:07 [2023-03-05T21:07:07.288Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:07 [2023-03-05T21:07:07.288Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauth-ejb.jar 16:07:07 [2023-03-05T21:07:07.288Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] appclient-jar-common: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] package-appclientjar-common: 16:07:07 [2023-03-05T21:07:07.288Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:07 [2023-03-05T21:07:07.288Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:07 [2023-03-05T21:07:07.288Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:07 [2023-03-05T21:07:07.288Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauth-client.jar 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] webclient-war-common: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] build-ear-common: 16:07:07 [2023-03-05T21:07:07.288Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:07 [2023-03-05T21:07:07.288Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthApp.ear 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] deploy: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] setOSConditions: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] setToolWin: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] setToolUnix: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] setToolProperty: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] setS1ASclassPath: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] init-common: 16:07:07 [2023-03-05T21:07:07.288Z] 16:07:07 [2023-03-05T21:07:07.288Z] create-jdbc-connpool-common: 16:07:07 [2023-03-05T21:07:07.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-poolauth-pool 16:07:07 [2023-03-05T21:07:07.289Z] [exec] JDBC connection pool jdbc-poolauth-pool created successfully. 16:07:07 [2023-03-05T21:07:07.289Z] 16:07:07 [2023-03-05T21:07:07.289Z] set-derby-connpool-props: 16:07:07 [2023-03-05T21:07:07.851Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 16:07:07 [2023-03-05T21:07:07.851Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 16:07:08 [2023-03-05T21:07:08.121Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 16:07:08 [2023-03-05T21:07:08.121Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 16:07:08 [2023-03-05T21:07:08.377Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.driverType=4 16:07:08 [2023-03-05T21:07:08.377Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.driverType=4 16:07:08 [2023-03-05T21:07:08.633Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.portNumber=1527 16:07:08 [2023-03-05T21:07:08.633Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.portNumber=1527 16:07:08 [2023-03-05T21:07:08.889Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.dataBaseName=testdb 16:07:08 [2023-03-05T21:07:08.889Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.dataBaseName=testdb 16:07:09 [2023-03-05T21:07:09.145Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:07:09 [2023-03-05T21:07:09.145Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:07:09 [2023-03-05T21:07:09.708Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.create=true 16:07:09 [2023-03-05T21:07:09.708Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.create=true 16:07:09 [2023-03-05T21:07:09.708Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.serverName=localhost 16:07:09 [2023-03-05T21:07:09.708Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.serverName=localhost 16:07:09 [2023-03-05T21:07:09.708Z] 16:07:09 [2023-03-05T21:07:09.708Z] setOSConditions: 16:07:09 [2023-03-05T21:07:09.708Z] 16:07:09 [2023-03-05T21:07:09.708Z] setToolWin: 16:07:09 [2023-03-05T21:07:09.708Z] 16:07:09 [2023-03-05T21:07:09.708Z] setToolUnix: 16:07:09 [2023-03-05T21:07:09.708Z] 16:07:09 [2023-03-05T21:07:09.708Z] setToolProperty: 16:07:09 [2023-03-05T21:07:09.708Z] 16:07:09 [2023-03-05T21:07:09.708Z] setS1ASclassPath: 16:07:09 [2023-03-05T21:07:09.708Z] 16:07:09 [2023-03-05T21:07:09.708Z] init-common: 16:07:09 [2023-03-05T21:07:09.708Z] 16:07:09 [2023-03-05T21:07:09.708Z] create-jdbc-resource-common: 16:07:09 [2023-03-05T21:07:09.708Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-poolauth-pool --target server jdbc/poolauth 16:07:10 [2023-03-05T21:07:10.271Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-poolauth-pool --enabled=true --target server jdbc/poolauth 16:07:10 [2023-03-05T21:07:10.271Z] [exec] JDBC resource jdbc/poolauth created successfully. 16:07:10 [2023-03-05T21:07:10.271Z] [echo] cmd executed for server 16:07:10 [2023-03-05T21:07:10.271Z] 16:07:10 [2023-03-05T21:07:10.271Z] setOSConditions: 16:07:10 [2023-03-05T21:07:10.271Z] 16:07:10 [2023-03-05T21:07:10.271Z] setToolWin: 16:07:10 [2023-03-05T21:07:10.271Z] 16:07:10 [2023-03-05T21:07:10.271Z] setToolUnix: 16:07:10 [2023-03-05T21:07:10.271Z] 16:07:10 [2023-03-05T21:07:10.271Z] setToolProperty: 16:07:10 [2023-03-05T21:07:10.271Z] 16:07:10 [2023-03-05T21:07:10.271Z] setS1ASclassPath: 16:07:10 [2023-03-05T21:07:10.271Z] 16:07:10 [2023-03-05T21:07:10.271Z] init-common: 16:07:10 [2023-03-05T21:07:10.271Z] 16:07:10 [2023-03-05T21:07:10.271Z] deploy-common: 16:07:10 [2023-03-05T21:07:10.271Z] [echo] Current time (ISO): 2023-03-05T21:07:09.993+0000 16:07:10 [2023-03-05T21:07:10.271Z] 16:07:10 [2023-03-05T21:07:10.271Z] setOSConditions: 16:07:10 [2023-03-05T21:07:10.271Z] 16:07:10 [2023-03-05T21:07:10.271Z] setToolWin: 16:07:10 [2023-03-05T21:07:10.271Z] 16:07:10 [2023-03-05T21:07:10.271Z] setToolUnix: 16:07:10 [2023-03-05T21:07:10.271Z] 16:07:10 [2023-03-05T21:07:10.271Z] setToolProperty: 16:07:10 [2023-03-05T21:07:10.271Z] 16:07:10 [2023-03-05T21:07:10.271Z] setS1ASclassPath: 16:07:10 [2023-03-05T21:07:10.271Z] 16:07:10 [2023-03-05T21:07:10.271Z] init-common: 16:07:10 [2023-03-05T21:07:10.271Z] 16:07:10 [2023-03-05T21:07:10.271Z] deploy-common-pe: 16:07:10 [2023-03-05T21:07:10.527Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthApp.ear 16:07:10 [2023-03-05T21:07:10.527Z] [exec] Application deployed with name jdbc-poolauthApp. 16:07:10 [2023-03-05T21:07:10.527Z] [echo] Deployment on target server server successful 16:07:10 [2023-03-05T21:07:10.527Z] 16:07:10 [2023-03-05T21:07:10.527Z] setOSConditions: 16:07:10 [2023-03-05T21:07:10.527Z] 16:07:10 [2023-03-05T21:07:10.527Z] setToolWin: 16:07:10 [2023-03-05T21:07:10.527Z] 16:07:10 [2023-03-05T21:07:10.527Z] setToolUnix: 16:07:10 [2023-03-05T21:07:10.527Z] 16:07:10 [2023-03-05T21:07:10.527Z] setToolProperty: 16:07:10 [2023-03-05T21:07:10.527Z] 16:07:10 [2023-03-05T21:07:10.527Z] setS1ASclassPath: 16:07:10 [2023-03-05T21:07:10.527Z] 16:07:10 [2023-03-05T21:07:10.527Z] init-common: 16:07:10 [2023-03-05T21:07:10.527Z] 16:07:10 [2023-03-05T21:07:10.527Z] deploy-common-ee: 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] run: 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] create-sql: 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] setOSConditions: 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] setToolWin: 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] setToolUnix: 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] setToolProperty: 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] setS1ASclassPath: 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] init-common: 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] execute-sql-common: 16:07:10 [2023-03-05T21:07:10.528Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/sql/create_dbuser_tables.sql 16:07:10 [2023-03-05T21:07:10.528Z] [sql] Failed to execute: Drop table DBUSERTABLE 16:07:10 [2023-03-05T21:07:10.528Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DBUSERTABLE' because it does not exist. 16:07:10 [2023-03-05T21:07:10.528Z] [sql] 0 rows affected 16:07:10 [2023-03-05T21:07:10.528Z] [sql] 1 rows affected 16:07:10 [2023-03-05T21:07:10.528Z] [sql] 1 rows affected 16:07:10 [2023-03-05T21:07:10.528Z] [sql] 3 of 4 SQL statements executed successfully 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] setOSConditions: 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] setToolWin: 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] setToolUnix: 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] setToolProperty: 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] setS1ASclassPath: 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] init-common: 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] execute-sql-common: 16:07:10 [2023-03-05T21:07:10.528Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/sql/create_pbpublic_tables.sql 16:07:10 [2023-03-05T21:07:10.528Z] [sql] Failed to execute: Drop table PBPUBLICTABLE 16:07:10 [2023-03-05T21:07:10.528Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PBPUBLICTABLE' because it does not exist. 16:07:10 [2023-03-05T21:07:10.528Z] [sql] 0 rows affected 16:07:10 [2023-03-05T21:07:10.528Z] [sql] 1 rows affected 16:07:10 [2023-03-05T21:07:10.528Z] [sql] 1 rows affected 16:07:10 [2023-03-05T21:07:10.528Z] [sql] 3 of 4 SQL statements executed successfully 16:07:10 [2023-03-05T21:07:10.528Z] 16:07:10 [2023-03-05T21:07:10.528Z] asadmin-common: 16:07:10 [2023-03-05T21:07:10.528Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 16:07:11 [2023-03-05T21:07:11.090Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 16:07:11 [2023-03-05T21:07:11.090Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser 16:07:11 [2023-03-05T21:07:11.090Z] 16:07:11 [2023-03-05T21:07:11.090Z] asadmin-common: 16:07:11 [2023-03-05T21:07:11.090Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 16:07:11 [2023-03-05T21:07:11.547Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 16:07:11 [2023-03-05T21:07:11.547Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword 16:07:11 [2023-03-05T21:07:11.547Z] 16:07:11 [2023-03-05T21:07:11.547Z] setOSConditions: 16:07:11 [2023-03-05T21:07:11.547Z] 16:07:11 [2023-03-05T21:07:11.547Z] setToolWin: 16:07:11 [2023-03-05T21:07:11.547Z] 16:07:11 [2023-03-05T21:07:11.547Z] setToolUnix: 16:07:11 [2023-03-05T21:07:11.547Z] 16:07:11 [2023-03-05T21:07:11.547Z] setToolProperty: 16:07:11 [2023-03-05T21:07:11.547Z] 16:07:11 [2023-03-05T21:07:11.547Z] setS1ASclassPath: 16:07:11 [2023-03-05T21:07:11.547Z] 16:07:11 [2023-03-05T21:07:11.547Z] init-common: 16:07:11 [2023-03-05T21:07:11.547Z] 16:07:11 [2023-03-05T21:07:11.547Z] runclient-common: 16:07:11 [2023-03-05T21:07:11.547Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthAppClient.jar -name jdbc-poolauthClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 16:07:11 [2023-03-05T21:07:11.818Z] [exec] Mar 05, 2023 9:07:11 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:07:11 [2023-03-05T21:07:11.818Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:07:14 [2023-03-05T21:07:14.350Z] [exec] Mar 05, 2023 9:07:13 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:07:14 [2023-03-05T21:07:14.350Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5fef0c19 16:07:14 [2023-03-05T21:07:14.350Z] [exec] Value of key is: test1 : 16:07:14 [2023-03-05T21:07:14.350Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:07:14 [2023-03-05T21:07:14.350Z] [exec] 16:07:14 [2023-03-05T21:07:14.350Z] [exec] 16:07:14 [2023-03-05T21:07:14.350Z] [exec] ----------------------------------------- 16:07:14 [2023-03-05T21:07:14.350Z] [exec] - test1 : : PASS - 16:07:14 [2023-03-05T21:07:14.350Z] [exec] ----------------------------------------- 16:07:14 [2023-03-05T21:07:14.350Z] [exec] Total PASS: 1 16:07:14 [2023-03-05T21:07:14.350Z] [exec] Total FAIL: 0 16:07:14 [2023-03-05T21:07:14.350Z] [exec] Total DID NOT RUN: 0 16:07:14 [2023-03-05T21:07:14.350Z] [exec] ----------------------------------------- 16:07:14 [2023-03-05T21:07:14.350Z] [exec] in flushAll , creating new testSuiteHash 16:07:14 [2023-03-05T21:07:14.350Z] [exec] in flushAll , creating new testSuiteHash 16:07:14 [2023-03-05T21:07:14.606Z] 16:07:14 [2023-03-05T21:07:14.606Z] checkReporting-common: 16:07:14 [2023-03-05T21:07:14.606Z] 16:07:14 [2023-03-05T21:07:14.606Z] confirmReportPresent-common: 16:07:14 [2023-03-05T21:07:14.606Z] [echo] file RepRunConf.txt is present. 16:07:14 [2023-03-05T21:07:14.606Z] [echo] Test seems to be reported fine 16:07:14 [2023-03-05T21:07:14.606Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/RepRunConf.txt 16:07:14 [2023-03-05T21:07:14.606Z] 16:07:14 [2023-03-05T21:07:14.606Z] confirmMissingReport-common: 16:07:14 [2023-03-05T21:07:14.606Z] 16:07:14 [2023-03-05T21:07:14.606Z] asadmin-common: 16:07:14 [2023-03-05T21:07:14.606Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=pbpublic 16:07:14 [2023-03-05T21:07:14.862Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=pbpublic 16:07:14 [2023-03-05T21:07:14.862Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=pbpublic 16:07:14 [2023-03-05T21:07:14.862Z] 16:07:14 [2023-03-05T21:07:14.862Z] asadmin-common: 16:07:14 [2023-03-05T21:07:14.862Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=pbpublic 16:07:15 [2023-03-05T21:07:15.118Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=pbpublic 16:07:15 [2023-03-05T21:07:15.118Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=pbpublic 16:07:15 [2023-03-05T21:07:15.118Z] 16:07:15 [2023-03-05T21:07:15.118Z] asadmin-common: 16:07:15 [2023-03-05T21:07:15.118Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true applications.application.jdbc-poolauthApp.enabled=false 16:07:15 [2023-03-05T21:07:15.373Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set applications.application.jdbc-poolauthApp.enabled=false 16:07:15 [2023-03-05T21:07:15.630Z] [exec] applications.application.jdbc-poolauthApp.enabled=false 16:07:15 [2023-03-05T21:07:15.630Z] 16:07:15 [2023-03-05T21:07:15.630Z] asadmin-common: 16:07:15 [2023-03-05T21:07:15.630Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true applications.application.jdbc-poolauthApp.enabled=true 16:07:15 [2023-03-05T21:07:15.921Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set applications.application.jdbc-poolauthApp.enabled=true 16:07:15 [2023-03-05T21:07:15.921Z] [exec] applications.application.jdbc-poolauthApp.enabled=true 16:07:15 [2023-03-05T21:07:15.921Z] 16:07:15 [2023-03-05T21:07:15.921Z] setOSConditions: 16:07:15 [2023-03-05T21:07:15.921Z] 16:07:15 [2023-03-05T21:07:15.921Z] setToolWin: 16:07:15 [2023-03-05T21:07:15.921Z] 16:07:15 [2023-03-05T21:07:15.921Z] setToolUnix: 16:07:15 [2023-03-05T21:07:15.921Z] 16:07:15 [2023-03-05T21:07:15.921Z] setToolProperty: 16:07:15 [2023-03-05T21:07:15.921Z] 16:07:15 [2023-03-05T21:07:15.921Z] setS1ASclassPath: 16:07:15 [2023-03-05T21:07:15.921Z] 16:07:15 [2023-03-05T21:07:15.921Z] init-common: 16:07:15 [2023-03-05T21:07:15.921Z] 16:07:15 [2023-03-05T21:07:15.921Z] runclient-common: 16:07:15 [2023-03-05T21:07:15.921Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthAppClient.jar -name jdbc-poolauthClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 16:07:16 [2023-03-05T21:07:16.483Z] [exec] Mar 05, 2023 9:07:16 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:07:16 [2023-03-05T21:07:16.483Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:07:19 [2023-03-05T21:07:19.012Z] [exec] Mar 05, 2023 9:07:18 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:07:19 [2023-03-05T21:07:19.012Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5a9840f3 16:07:19 [2023-03-05T21:07:19.012Z] [exec] Value of key is: test2 : 16:07:19 [2023-03-05T21:07:19.012Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:07:19 [2023-03-05T21:07:19.012Z] [exec] 16:07:19 [2023-03-05T21:07:19.012Z] [exec] 16:07:19 [2023-03-05T21:07:19.012Z] [exec] ----------------------------------------- 16:07:19 [2023-03-05T21:07:19.012Z] [exec] - test2 : : PASS - 16:07:19 [2023-03-05T21:07:19.012Z] [exec] ----------------------------------------- 16:07:19 [2023-03-05T21:07:19.012Z] [exec] Total PASS: 1 16:07:19 [2023-03-05T21:07:19.012Z] [exec] Total FAIL: 0 16:07:19 [2023-03-05T21:07:19.012Z] [exec] Total DID NOT RUN: 0 16:07:19 [2023-03-05T21:07:19.012Z] [exec] ----------------------------------------- 16:07:19 [2023-03-05T21:07:19.012Z] [exec] in flushAll , creating new testSuiteHash 16:07:19 [2023-03-05T21:07:19.012Z] [exec] in flushAll , creating new testSuiteHash 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] checkReporting-common: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] confirmReportPresent-common: 16:07:19 [2023-03-05T21:07:19.268Z] [echo] file RepRunConf.txt is present. 16:07:19 [2023-03-05T21:07:19.268Z] [echo] Test seems to be reported fine 16:07:19 [2023-03-05T21:07:19.268Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/RepRunConf.txt 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] confirmMissingReport-common: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] undeploy: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] drop-sql: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setOSConditions: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setToolWin: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setToolUnix: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setToolProperty: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setS1ASclassPath: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] init-common: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] execute-sql-common: 16:07:19 [2023-03-05T21:07:19.268Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/sql/drop_dbuser_tables.sql 16:07:19 [2023-03-05T21:07:19.268Z] [sql] 0 rows affected 16:07:19 [2023-03-05T21:07:19.268Z] [sql] 1 of 1 SQL statements executed successfully 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setOSConditions: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setToolWin: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setToolUnix: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setToolProperty: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setS1ASclassPath: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] init-common: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] execute-sql-common: 16:07:19 [2023-03-05T21:07:19.268Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/sql/drop_pbpublic_tables.sql 16:07:19 [2023-03-05T21:07:19.268Z] [sql] 0 rows affected 16:07:19 [2023-03-05T21:07:19.268Z] [sql] 1 of 1 SQL statements executed successfully 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setOSConditions: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setToolWin: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setToolUnix: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setToolProperty: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setS1ASclassPath: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] init-common: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] undeploy-jdbc-common: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setOSConditions: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setToolWin: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setToolUnix: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setToolProperty: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] setS1ASclassPath: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] init-common: 16:07:19 [2023-03-05T21:07:19.268Z] 16:07:19 [2023-03-05T21:07:19.268Z] delete-jdbc-resource-common: 16:07:19 [2023-03-05T21:07:19.268Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/poolauth 16:07:19 [2023-03-05T21:07:19.524Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/poolauth 16:07:19 [2023-03-05T21:07:19.525Z] [exec] JDBC resource jdbc/poolauth deleted successfully 16:07:19 [2023-03-05T21:07:19.525Z] [echo] cmd executed for server 16:07:19 [2023-03-05T21:07:19.525Z] 16:07:19 [2023-03-05T21:07:19.525Z] setOSConditions: 16:07:19 [2023-03-05T21:07:19.525Z] 16:07:19 [2023-03-05T21:07:19.525Z] setToolWin: 16:07:19 [2023-03-05T21:07:19.525Z] 16:07:19 [2023-03-05T21:07:19.525Z] setToolUnix: 16:07:19 [2023-03-05T21:07:19.525Z] 16:07:19 [2023-03-05T21:07:19.525Z] setToolProperty: 16:07:19 [2023-03-05T21:07:19.525Z] 16:07:19 [2023-03-05T21:07:19.525Z] setS1ASclassPath: 16:07:19 [2023-03-05T21:07:19.525Z] 16:07:19 [2023-03-05T21:07:19.525Z] init-common: 16:07:19 [2023-03-05T21:07:19.525Z] 16:07:19 [2023-03-05T21:07:19.525Z] delete-jdbc-connpool-common: 16:07:19 [2023-03-05T21:07:19.525Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-poolauth-pool 16:07:19 [2023-03-05T21:07:19.780Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-poolauth-pool 16:07:19 [2023-03-05T21:07:19.780Z] [exec] JDBC Connection pool jdbc-poolauth-pool deleted successfully 16:07:19 [2023-03-05T21:07:19.780Z] [echo] cmd executed for server 16:07:19 [2023-03-05T21:07:19.780Z] 16:07:19 [2023-03-05T21:07:19.780Z] setOSConditions: 16:07:19 [2023-03-05T21:07:19.780Z] 16:07:19 [2023-03-05T21:07:19.780Z] setToolWin: 16:07:19 [2023-03-05T21:07:19.780Z] 16:07:19 [2023-03-05T21:07:19.780Z] setToolUnix: 16:07:19 [2023-03-05T21:07:19.780Z] 16:07:19 [2023-03-05T21:07:19.780Z] setToolProperty: 16:07:19 [2023-03-05T21:07:19.780Z] 16:07:19 [2023-03-05T21:07:19.780Z] setS1ASclassPath: 16:07:19 [2023-03-05T21:07:19.780Z] 16:07:19 [2023-03-05T21:07:19.780Z] init-common: 16:07:19 [2023-03-05T21:07:19.780Z] 16:07:19 [2023-03-05T21:07:19.780Z] undeploy-common: 16:07:20 [2023-03-05T21:07:20.342Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-poolauthApp 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] all: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setOSConditions: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setToolWin: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setToolUnix: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setToolProperty: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setS1ASclassPath: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] init-common: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] clean: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setOSConditions: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setToolWin: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setToolUnix: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setToolProperty: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setS1ASclassPath: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] init-common: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] clean-common: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setOSConditions: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setToolWin: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setToolUnix: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setToolProperty: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setS1ASclassPath: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] init-common: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] clean-classes-common: 16:07:20 [2023-03-05T21:07:20.342Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setOSConditions: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setToolWin: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setToolUnix: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setToolProperty: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setS1ASclassPath: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] init-common: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] clean-jars-common: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] compile: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setOSConditions: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setToolWin: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setToolUnix: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setToolProperty: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] setS1ASclassPath: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] init-common: 16:07:20 [2023-03-05T21:07:20.342Z] 16:07:20 [2023-03-05T21:07:20.342Z] compile-common: 16:07:20 [2023-03-05T21:07:20.342Z] [echo] Current time (ISO): 2023-03-05T21:07:20.149+0000 16:07:20 [2023-03-05T21:07:20.342Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:07:20 [2023-03-05T21:07:20.342Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:07:21 [2023-03-05T21:07:21.271Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:07:21 [2023-03-05T21:07:21.271Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/ejb/SimpleBMPBean.java:43: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:07:21 [2023-03-05T21:07:21.271Z] [javac] return new Integer(1); 16:07:21 [2023-03-05T21:07:21.271Z] [javac] ^ 16:07:21 [2023-03-05T21:07:21.527Z] [javac] 2 warnings 16:07:21 [2023-03-05T21:07:21.527Z] 16:07:21 [2023-03-05T21:07:21.527Z] setOSConditions: 16:07:21 [2023-03-05T21:07:21.527Z] 16:07:21 [2023-03-05T21:07:21.527Z] setToolWin: 16:07:21 [2023-03-05T21:07:21.527Z] 16:07:21 [2023-03-05T21:07:21.527Z] setToolUnix: 16:07:21 [2023-03-05T21:07:21.527Z] 16:07:21 [2023-03-05T21:07:21.527Z] setToolProperty: 16:07:21 [2023-03-05T21:07:21.527Z] 16:07:21 [2023-03-05T21:07:21.527Z] setS1ASclassPath: 16:07:21 [2023-03-05T21:07:21.527Z] 16:07:21 [2023-03-05T21:07:21.527Z] init-common: 16:07:21 [2023-03-05T21:07:21.527Z] 16:07:21 [2023-03-05T21:07:21.527Z] compile-common: 16:07:21 [2023-03-05T21:07:21.527Z] [echo] Current time (ISO): 2023-03-05T21:07:21.342+0000 16:07:21 [2023-03-05T21:07:21.527Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:07:22 [2023-03-05T21:07:22.894Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:07:22 [2023-03-05T21:07:22.894Z] [javac] 1 warning 16:07:22 [2023-03-05T21:07:22.894Z] 16:07:22 [2023-03-05T21:07:22.894Z] build: 16:07:22 [2023-03-05T21:07:22.894Z] 16:07:22 [2023-03-05T21:07:22.894Z] setOSConditions: 16:07:22 [2023-03-05T21:07:22.894Z] 16:07:22 [2023-03-05T21:07:22.894Z] fixFiles: 16:07:22 [2023-03-05T21:07:22.894Z] 16:07:22 [2023-03-05T21:07:22.894Z] convUnix: 16:07:22 [2023-03-05T21:07:22.894Z] 16:07:22 [2023-03-05T21:07:22.894Z] convWin: 16:07:22 [2023-03-05T21:07:22.894Z] 16:07:22 [2023-03-05T21:07:22.894Z] setToolWin: 16:07:22 [2023-03-05T21:07:22.894Z] 16:07:22 [2023-03-05T21:07:22.894Z] setToolUnix: 16:07:22 [2023-03-05T21:07:22.894Z] 16:07:22 [2023-03-05T21:07:22.894Z] setToolProperty: 16:07:22 [2023-03-05T21:07:22.894Z] 16:07:22 [2023-03-05T21:07:22.894Z] setS1ASclassPath: 16:07:22 [2023-03-05T21:07:22.894Z] 16:07:22 [2023-03-05T21:07:22.894Z] init-common: 16:07:22 [2023-03-05T21:07:22.894Z] 16:07:22 [2023-03-05T21:07:22.894Z] package-persistence-common: 16:07:22 [2023-03-05T21:07:22.894Z] 16:07:22 [2023-03-05T21:07:22.894Z] ejb-jar-common: 16:07:22 [2023-03-05T21:07:22.894Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:07:22 [2023-03-05T21:07:22.894Z] 16:07:22 [2023-03-05T21:07:22.894Z] package-ejbjar-common: 16:07:22 [2023-03-05T21:07:22.894Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:22 [2023-03-05T21:07:22.894Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:22 [2023-03-05T21:07:22.894Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:22 [2023-03-05T21:07:22.894Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommit-ejb.jar 16:07:22 [2023-03-05T21:07:22.894Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:22 [2023-03-05T21:07:22.894Z] 16:07:22 [2023-03-05T21:07:22.894Z] appclient-jar-common: 16:07:22 [2023-03-05T21:07:22.894Z] 16:07:22 [2023-03-05T21:07:22.895Z] package-appclientjar-common: 16:07:22 [2023-03-05T21:07:22.895Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:22 [2023-03-05T21:07:22.895Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:22 [2023-03-05T21:07:22.895Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:22 [2023-03-05T21:07:22.895Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommit-client.jar 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] webclient-war-common: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] build-ear-common: 16:07:22 [2023-03-05T21:07:22.895Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:22 [2023-03-05T21:07:22.895Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommitApp.ear 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] deploy: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setOSConditions: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setToolWin: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setToolUnix: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setToolProperty: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setS1ASclassPath: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] init-common: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] execute-sql-common: 16:07:22 [2023-03-05T21:07:22.895Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/sql/create_pointbase.sql 16:07:22 [2023-03-05T21:07:22.895Z] [sql] Failed to execute: Drop table O_Customer 16:07:22 [2023-03-05T21:07:22.895Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:07:22 [2023-03-05T21:07:22.895Z] [sql] 0 rows affected 16:07:22 [2023-03-05T21:07:22.895Z] [sql] 1 of 2 SQL statements executed successfully 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setOSConditions: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setToolWin: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setToolUnix: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setToolProperty: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setS1ASclassPath: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] init-common: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setup: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setOSConditions: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setToolWin: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setToolUnix: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setToolProperty: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setS1ASclassPath: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] init-common: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] deploy-jdbc-common: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setOSConditions: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setToolWin: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setToolUnix: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setToolProperty: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] setS1ASclassPath: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] init-common: 16:07:22 [2023-03-05T21:07:22.895Z] 16:07:22 [2023-03-05T21:07:22.895Z] create-jdbc-connpool-common: 16:07:23 [2023-03-05T21:07:23.151Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-autocommit-pool 16:07:23 [2023-03-05T21:07:23.151Z] [exec] JDBC connection pool jdbc-autocommit-pool created successfully. 16:07:23 [2023-03-05T21:07:23.151Z] 16:07:23 [2023-03-05T21:07:23.151Z] set-derby-connpool-props: 16:07:23 [2023-03-05T21:07:23.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.User=dbuser 16:07:23 [2023-03-05T21:07:23.420Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.User=dbuser 16:07:23 [2023-03-05T21:07:23.677Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.Password=dbpassword 16:07:23 [2023-03-05T21:07:23.677Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.Password=dbpassword 16:07:23 [2023-03-05T21:07:23.933Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.driverType=4 16:07:23 [2023-03-05T21:07:23.933Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.driverType=4 16:07:24 [2023-03-05T21:07:24.190Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.portNumber=1527 16:07:24 [2023-03-05T21:07:24.190Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.portNumber=1527 16:07:24 [2023-03-05T21:07:24.446Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.dataBaseName=testdb 16:07:24 [2023-03-05T21:07:24.446Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.dataBaseName=testdb 16:07:24 [2023-03-05T21:07:24.722Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:07:24 [2023-03-05T21:07:24.979Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:07:25 [2023-03-05T21:07:25.235Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.create=true 16:07:25 [2023-03-05T21:07:25.235Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.create=true 16:07:25 [2023-03-05T21:07:25.492Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.serverName=localhost 16:07:25 [2023-03-05T21:07:25.492Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.serverName=localhost 16:07:25 [2023-03-05T21:07:25.492Z] 16:07:25 [2023-03-05T21:07:25.492Z] setOSConditions: 16:07:25 [2023-03-05T21:07:25.492Z] 16:07:25 [2023-03-05T21:07:25.492Z] setToolWin: 16:07:25 [2023-03-05T21:07:25.492Z] 16:07:25 [2023-03-05T21:07:25.492Z] setToolUnix: 16:07:25 [2023-03-05T21:07:25.492Z] 16:07:25 [2023-03-05T21:07:25.492Z] setToolProperty: 16:07:25 [2023-03-05T21:07:25.492Z] 16:07:25 [2023-03-05T21:07:25.492Z] setS1ASclassPath: 16:07:25 [2023-03-05T21:07:25.492Z] 16:07:25 [2023-03-05T21:07:25.492Z] init-common: 16:07:25 [2023-03-05T21:07:25.492Z] 16:07:25 [2023-03-05T21:07:25.492Z] create-jdbc-resource-common: 16:07:25 [2023-03-05T21:07:25.492Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-autocommit-pool --target server jdbc/autocommit 16:07:25 [2023-03-05T21:07:25.748Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-autocommit-pool --enabled=true --target server jdbc/autocommit 16:07:25 [2023-03-05T21:07:25.748Z] [exec] JDBC resource jdbc/autocommit created successfully. 16:07:25 [2023-03-05T21:07:25.748Z] [echo] cmd executed for server 16:07:26 [2023-03-05T21:07:26.021Z] 16:07:26 [2023-03-05T21:07:26.021Z] asadmin-common: 16:07:26 [2023-03-05T21:07:26.021Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.steady_pool_size=2 16:07:26 [2023-03-05T21:07:26.277Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.steady_pool_size=2 16:07:26 [2023-03-05T21:07:26.277Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.steady-pool-size=2 16:07:26 [2023-03-05T21:07:26.277Z] 16:07:26 [2023-03-05T21:07:26.277Z] asadmin-common: 16:07:26 [2023-03-05T21:07:26.277Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.max_pool_size=2 16:07:26 [2023-03-05T21:07:26.533Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.max_pool_size=2 16:07:26 [2023-03-05T21:07:26.533Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.max-pool-size=2 16:07:26 [2023-03-05T21:07:26.533Z] 16:07:26 [2023-03-05T21:07:26.533Z] setOSConditions: 16:07:26 [2023-03-05T21:07:26.533Z] 16:07:26 [2023-03-05T21:07:26.533Z] setToolWin: 16:07:26 [2023-03-05T21:07:26.533Z] 16:07:26 [2023-03-05T21:07:26.533Z] setToolUnix: 16:07:26 [2023-03-05T21:07:26.533Z] 16:07:26 [2023-03-05T21:07:26.533Z] setToolProperty: 16:07:26 [2023-03-05T21:07:26.533Z] 16:07:26 [2023-03-05T21:07:26.533Z] setS1ASclassPath: 16:07:26 [2023-03-05T21:07:26.533Z] 16:07:26 [2023-03-05T21:07:26.533Z] init-common: 16:07:26 [2023-03-05T21:07:26.533Z] 16:07:26 [2023-03-05T21:07:26.533Z] deploy-common: 16:07:26 [2023-03-05T21:07:26.533Z] [echo] Current time (ISO): 2023-03-05T21:07:26.367+0000 16:07:26 [2023-03-05T21:07:26.533Z] 16:07:26 [2023-03-05T21:07:26.533Z] setOSConditions: 16:07:26 [2023-03-05T21:07:26.533Z] 16:07:26 [2023-03-05T21:07:26.533Z] setToolWin: 16:07:26 [2023-03-05T21:07:26.533Z] 16:07:26 [2023-03-05T21:07:26.533Z] setToolUnix: 16:07:26 [2023-03-05T21:07:26.533Z] 16:07:26 [2023-03-05T21:07:26.533Z] setToolProperty: 16:07:26 [2023-03-05T21:07:26.533Z] 16:07:26 [2023-03-05T21:07:26.533Z] setS1ASclassPath: 16:07:26 [2023-03-05T21:07:26.533Z] 16:07:26 [2023-03-05T21:07:26.533Z] init-common: 16:07:26 [2023-03-05T21:07:26.533Z] 16:07:26 [2023-03-05T21:07:26.533Z] deploy-common-pe: 16:07:26 [2023-03-05T21:07:26.789Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommitApp.ear 16:07:27 [2023-03-05T21:07:27.046Z] [exec] Application deployed with name jdbc-autocommitApp. 16:07:27 [2023-03-05T21:07:27.046Z] [echo] Deployment on target server server successful 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] setOSConditions: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] setToolWin: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] setToolUnix: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] setToolProperty: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] setS1ASclassPath: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] init-common: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] deploy-common-ee: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] run: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] setOSConditions: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] setToolWin: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] setToolUnix: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] setToolProperty: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] setS1ASclassPath: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] init-common: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] execute-sql-common: 16:07:27 [2023-03-05T21:07:27.046Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/sql/create_pointbase.sql 16:07:27 [2023-03-05T21:07:27.046Z] [sql] 0 rows affected 16:07:27 [2023-03-05T21:07:27.046Z] [sql] 0 rows affected 16:07:27 [2023-03-05T21:07:27.046Z] [sql] 2 of 2 SQL statements executed successfully 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] setOSConditions: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] setToolWin: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] setToolUnix: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] setToolProperty: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] setS1ASclassPath: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] init-common: 16:07:27 [2023-03-05T21:07:27.046Z] 16:07:27 [2023-03-05T21:07:27.046Z] runclient-common: 16:07:27 [2023-03-05T21:07:27.046Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommitAppClient.jar -name jdbc-autocommitClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:07:27 [2023-03-05T21:07:27.620Z] [exec] Mar 05, 2023 9:07:27 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:07:27 [2023-03-05T21:07:27.620Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:07:30 [2023-03-05T21:07:30.145Z] [exec] Mar 05, 2023 9:07:29 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:07:30 [2023-03-05T21:07:30.145Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5a9840f3 16:07:30 [2023-03-05T21:07:30.145Z] [exec] Value of key is: AutoCommit test1 : 16:07:30 [2023-03-05T21:07:30.145Z] [exec] Value of key is: AutoCommit test2 : 16:07:30 [2023-03-05T21:07:30.145Z] [exec] jdbc autocommit status: 16:07:30 [2023-03-05T21:07:30.145Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:07:30 [2023-03-05T21:07:30.145Z] [exec] 16:07:30 [2023-03-05T21:07:30.145Z] [exec] 16:07:30 [2023-03-05T21:07:30.145Z] [exec] ----------------------------------------- 16:07:30 [2023-03-05T21:07:30.145Z] [exec] - AutoCommit test1 : : PASS - 16:07:30 [2023-03-05T21:07:30.145Z] [exec] - AutoCommit test2 : : PASS - 16:07:30 [2023-03-05T21:07:30.145Z] [exec] ----------------------------------------- 16:07:30 [2023-03-05T21:07:30.145Z] [exec] Total PASS: 2 16:07:30 [2023-03-05T21:07:30.145Z] [exec] Total FAIL: 0 16:07:30 [2023-03-05T21:07:30.145Z] [exec] Total DID NOT RUN: 0 16:07:30 [2023-03-05T21:07:30.145Z] [exec] ----------------------------------------- 16:07:30 [2023-03-05T21:07:30.145Z] [exec] in flushAll , creating new testSuiteHash 16:07:30 [2023-03-05T21:07:30.145Z] [exec] in flushAll , creating new testSuiteHash 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] checkReporting-common: 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] confirmReportPresent-common: 16:07:30 [2023-03-05T21:07:30.417Z] [echo] file RepRunConf.txt is present. 16:07:30 [2023-03-05T21:07:30.417Z] [echo] Test seems to be reported fine 16:07:30 [2023-03-05T21:07:30.417Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/RepRunConf.txt 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] confirmMissingReport-common: 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] undeploy: 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] setOSConditions: 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] setToolWin: 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] setToolUnix: 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] setToolProperty: 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] setS1ASclassPath: 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] init-common: 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] execute-sql-common: 16:07:30 [2023-03-05T21:07:30.417Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/sql/drop_pointbase.sql 16:07:30 [2023-03-05T21:07:30.417Z] [sql] 0 rows affected 16:07:30 [2023-03-05T21:07:30.417Z] [sql] 1 of 1 SQL statements executed successfully 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] unsetup: 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] setOSConditions: 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] setToolWin: 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] setToolUnix: 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] setToolProperty: 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] setS1ASclassPath: 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] init-common: 16:07:30 [2023-03-05T21:07:30.417Z] 16:07:30 [2023-03-05T21:07:30.417Z] delete-jdbc-resource-common: 16:07:30 [2023-03-05T21:07:30.417Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/autocommit 16:07:30 [2023-03-05T21:07:30.673Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/autocommit 16:07:30 [2023-03-05T21:07:30.673Z] [exec] JDBC resource jdbc/autocommit deleted successfully 16:07:30 [2023-03-05T21:07:30.673Z] [echo] cmd executed for server 16:07:30 [2023-03-05T21:07:30.673Z] 16:07:30 [2023-03-05T21:07:30.673Z] setOSConditions: 16:07:30 [2023-03-05T21:07:30.673Z] 16:07:30 [2023-03-05T21:07:30.673Z] setToolWin: 16:07:30 [2023-03-05T21:07:30.673Z] 16:07:30 [2023-03-05T21:07:30.673Z] setToolUnix: 16:07:30 [2023-03-05T21:07:30.673Z] 16:07:30 [2023-03-05T21:07:30.673Z] setToolProperty: 16:07:30 [2023-03-05T21:07:30.673Z] 16:07:30 [2023-03-05T21:07:30.673Z] setS1ASclassPath: 16:07:30 [2023-03-05T21:07:30.673Z] 16:07:30 [2023-03-05T21:07:30.673Z] init-common: 16:07:30 [2023-03-05T21:07:30.673Z] 16:07:30 [2023-03-05T21:07:30.674Z] delete-jdbc-connpool-common: 16:07:30 [2023-03-05T21:07:30.674Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-autocommit-pool 16:07:30 [2023-03-05T21:07:30.930Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-autocommit-pool 16:07:30 [2023-03-05T21:07:30.930Z] [exec] JDBC Connection pool jdbc-autocommit-pool deleted successfully 16:07:30 [2023-03-05T21:07:30.930Z] [echo] cmd executed for server 16:07:30 [2023-03-05T21:07:30.930Z] 16:07:30 [2023-03-05T21:07:30.930Z] setOSConditions: 16:07:30 [2023-03-05T21:07:30.930Z] 16:07:30 [2023-03-05T21:07:30.930Z] setToolWin: 16:07:30 [2023-03-05T21:07:30.930Z] 16:07:30 [2023-03-05T21:07:30.930Z] setToolUnix: 16:07:30 [2023-03-05T21:07:30.930Z] 16:07:30 [2023-03-05T21:07:30.930Z] setToolProperty: 16:07:30 [2023-03-05T21:07:30.930Z] 16:07:30 [2023-03-05T21:07:30.930Z] setS1ASclassPath: 16:07:30 [2023-03-05T21:07:30.930Z] 16:07:30 [2023-03-05T21:07:30.930Z] init-common: 16:07:30 [2023-03-05T21:07:30.930Z] 16:07:30 [2023-03-05T21:07:30.930Z] undeploy-common: 16:07:31 [2023-03-05T21:07:31.186Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-autocommitApp 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] all: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setOSConditions: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setToolWin: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setToolUnix: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setToolProperty: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setS1ASclassPath: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] init-common: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] clean: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setOSConditions: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setToolWin: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setToolUnix: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setToolProperty: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setS1ASclassPath: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] init-common: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] clean-common: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setOSConditions: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setToolWin: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setToolUnix: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setToolProperty: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setS1ASclassPath: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] init-common: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] clean-classes-common: 16:07:31 [2023-03-05T21:07:31.186Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setOSConditions: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setToolWin: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setToolUnix: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setToolProperty: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setS1ASclassPath: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] init-common: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] clean-jars-common: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] compile: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setOSConditions: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setToolWin: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setToolUnix: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setToolProperty: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] setS1ASclassPath: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] init-common: 16:07:31 [2023-03-05T21:07:31.186Z] 16:07:31 [2023-03-05T21:07:31.186Z] compile-common: 16:07:31 [2023-03-05T21:07:31.186Z] [echo] Current time (ISO): 2023-03-05T21:07:31.172+0000 16:07:31 [2023-03-05T21:07:31.186Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:07:31 [2023-03-05T21:07:31.186Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:07:32 [2023-03-05T21:07:32.556Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:07:32 [2023-03-05T21:07:32.556Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/ejb/SimpleBMPBean.java:46: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:07:32 [2023-03-05T21:07:32.556Z] [javac] return new Integer(1); 16:07:32 [2023-03-05T21:07:32.556Z] [javac] ^ 16:07:32 [2023-03-05T21:07:32.556Z] [javac] 2 warnings 16:07:32 [2023-03-05T21:07:32.556Z] 16:07:32 [2023-03-05T21:07:32.556Z] setOSConditions: 16:07:32 [2023-03-05T21:07:32.556Z] 16:07:32 [2023-03-05T21:07:32.556Z] setToolWin: 16:07:32 [2023-03-05T21:07:32.556Z] 16:07:32 [2023-03-05T21:07:32.556Z] setToolUnix: 16:07:32 [2023-03-05T21:07:32.556Z] 16:07:32 [2023-03-05T21:07:32.556Z] setToolProperty: 16:07:32 [2023-03-05T21:07:32.556Z] 16:07:32 [2023-03-05T21:07:32.556Z] setS1ASclassPath: 16:07:32 [2023-03-05T21:07:32.556Z] 16:07:32 [2023-03-05T21:07:32.556Z] init-common: 16:07:32 [2023-03-05T21:07:32.556Z] 16:07:32 [2023-03-05T21:07:32.556Z] compile-common: 16:07:32 [2023-03-05T21:07:32.556Z] [echo] Current time (ISO): 2023-03-05T21:07:32.465+0000 16:07:32 [2023-03-05T21:07:32.556Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:07:33 [2023-03-05T21:07:33.959Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:07:33 [2023-03-05T21:07:33.959Z] [javac] 1 warning 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] build: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setOSConditions: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] fixFiles: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] convUnix: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] convWin: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setToolWin: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setToolUnix: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setToolProperty: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setS1ASclassPath: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] init-common: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] package-persistence-common: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] ejb-jar-common: 16:07:33 [2023-03-05T21:07:33.959Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] package-ejbjar-common: 16:07:33 [2023-03-05T21:07:33.959Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:33 [2023-03-05T21:07:33.959Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:33 [2023-03-05T21:07:33.959Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:33 [2023-03-05T21:07:33.959Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauth-ejb.jar 16:07:33 [2023-03-05T21:07:33.959Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] appclient-jar-common: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] package-appclientjar-common: 16:07:33 [2023-03-05T21:07:33.959Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:33 [2023-03-05T21:07:33.959Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:33 [2023-03-05T21:07:33.959Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:33 [2023-03-05T21:07:33.959Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauth-client.jar 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] webclient-war-common: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] build-ear-common: 16:07:33 [2023-03-05T21:07:33.959Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:07:33 [2023-03-05T21:07:33.959Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauthApp.ear 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] deploy: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setOSConditions: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setToolWin: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setToolUnix: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setToolProperty: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setS1ASclassPath: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] init-common: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] execute-sql-common: 16:07:33 [2023-03-05T21:07:33.959Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/sql/create_pointbase.sql 16:07:33 [2023-03-05T21:07:33.959Z] [sql] Failed to execute: Drop table O_Customer 16:07:33 [2023-03-05T21:07:33.959Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:07:33 [2023-03-05T21:07:33.959Z] [sql] 0 rows affected 16:07:33 [2023-03-05T21:07:33.959Z] [sql] 1 of 2 SQL statements executed successfully 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setOSConditions: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setToolWin: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setToolUnix: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setToolProperty: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setS1ASclassPath: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] init-common: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] deploy-jdbc-common: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setOSConditions: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setToolWin: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setToolUnix: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setToolProperty: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] setS1ASclassPath: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] init-common: 16:07:33 [2023-03-05T21:07:33.959Z] 16:07:33 [2023-03-05T21:07:33.959Z] create-jdbc-connpool-common: 16:07:34 [2023-03-05T21:07:34.523Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:07:34 [2023-03-05T21:07:34.523Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:07:34 [2023-03-05T21:07:34.523Z] 16:07:34 [2023-03-05T21:07:34.523Z] set-derby-connpool-props: 16:07:34 [2023-03-05T21:07:34.779Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:07:34 [2023-03-05T21:07:34.779Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:07:35 [2023-03-05T21:07:35.035Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:07:35 [2023-03-05T21:07:35.035Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:07:35 [2023-03-05T21:07:35.291Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:07:35 [2023-03-05T21:07:35.291Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:07:35 [2023-03-05T21:07:35.547Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:07:35 [2023-03-05T21:07:35.547Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:07:35 [2023-03-05T21:07:35.803Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:07:35 [2023-03-05T21:07:35.803Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:07:36 [2023-03-05T21:07:36.367Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:07:36 [2023-03-05T21:07:36.367Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:07:36 [2023-03-05T21:07:36.623Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:07:36 [2023-03-05T21:07:36.623Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:07:36 [2023-03-05T21:07:36.880Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:07:36 [2023-03-05T21:07:36.880Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:07:36 [2023-03-05T21:07:36.880Z] 16:07:36 [2023-03-05T21:07:36.880Z] setOSConditions: 16:07:36 [2023-03-05T21:07:36.880Z] 16:07:36 [2023-03-05T21:07:36.880Z] setToolWin: 16:07:36 [2023-03-05T21:07:36.880Z] 16:07:36 [2023-03-05T21:07:36.880Z] setToolUnix: 16:07:36 [2023-03-05T21:07:36.880Z] 16:07:36 [2023-03-05T21:07:36.880Z] setToolProperty: 16:07:36 [2023-03-05T21:07:36.880Z] 16:07:36 [2023-03-05T21:07:36.880Z] setS1ASclassPath: 16:07:36 [2023-03-05T21:07:36.880Z] 16:07:36 [2023-03-05T21:07:36.880Z] init-common: 16:07:36 [2023-03-05T21:07:36.880Z] 16:07:36 [2023-03-05T21:07:36.880Z] create-jdbc-resource-common: 16:07:36 [2023-03-05T21:07:36.880Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 16:07:37 [2023-03-05T21:07:37.136Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 16:07:37 [2023-03-05T21:07:37.136Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 16:07:37 [2023-03-05T21:07:37.136Z] [echo] cmd executed for server 16:07:37 [2023-03-05T21:07:37.136Z] 16:07:37 [2023-03-05T21:07:37.136Z] setOSConditions: 16:07:37 [2023-03-05T21:07:37.136Z] 16:07:37 [2023-03-05T21:07:37.136Z] setToolWin: 16:07:37 [2023-03-05T21:07:37.136Z] 16:07:37 [2023-03-05T21:07:37.136Z] setToolUnix: 16:07:37 [2023-03-05T21:07:37.136Z] 16:07:37 [2023-03-05T21:07:37.136Z] setToolProperty: 16:07:37 [2023-03-05T21:07:37.136Z] 16:07:37 [2023-03-05T21:07:37.136Z] setS1ASclassPath: 16:07:37 [2023-03-05T21:07:37.136Z] 16:07:37 [2023-03-05T21:07:37.136Z] init-common: 16:07:37 [2023-03-05T21:07:37.136Z] 16:07:37 [2023-03-05T21:07:37.136Z] create-jdbc-resource-common: 16:07:37 [2023-03-05T21:07:37.136Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB_CM 16:07:37 [2023-03-05T21:07:37.391Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB_CM 16:07:37 [2023-03-05T21:07:37.391Z] [exec] JDBC resource jdbc/s1qeDB_CM created successfully. 16:07:37 [2023-03-05T21:07:37.391Z] [echo] cmd executed for server 16:07:37 [2023-03-05T21:07:37.391Z] 16:07:37 [2023-03-05T21:07:37.392Z] setOSConditions: 16:07:37 [2023-03-05T21:07:37.392Z] 16:07:37 [2023-03-05T21:07:37.392Z] setToolWin: 16:07:37 [2023-03-05T21:07:37.392Z] 16:07:37 [2023-03-05T21:07:37.392Z] setToolUnix: 16:07:37 [2023-03-05T21:07:37.392Z] 16:07:37 [2023-03-05T21:07:37.392Z] setToolProperty: 16:07:37 [2023-03-05T21:07:37.392Z] 16:07:37 [2023-03-05T21:07:37.392Z] setS1ASclassPath: 16:07:37 [2023-03-05T21:07:37.392Z] 16:07:37 [2023-03-05T21:07:37.392Z] init-common: 16:07:37 [2023-03-05T21:07:37.392Z] 16:07:37 [2023-03-05T21:07:37.392Z] deploy-jms-stuff: 16:07:37 [2023-03-05T21:07:37.392Z] 16:07:37 [2023-03-05T21:07:37.392Z] setOSConditions: 16:07:37 [2023-03-05T21:07:37.392Z] 16:07:37 [2023-03-05T21:07:37.392Z] setToolWin: 16:07:37 [2023-03-05T21:07:37.392Z] 16:07:37 [2023-03-05T21:07:37.392Z] setToolUnix: 16:07:37 [2023-03-05T21:07:37.392Z] 16:07:37 [2023-03-05T21:07:37.392Z] setToolProperty: 16:07:37 [2023-03-05T21:07:37.392Z] 16:07:37 [2023-03-05T21:07:37.392Z] setS1ASclassPath: 16:07:37 [2023-03-05T21:07:37.392Z] 16:07:37 [2023-03-05T21:07:37.392Z] init-common: 16:07:37 [2023-03-05T21:07:37.392Z] 16:07:37 [2023-03-05T21:07:37.392Z] create-jms-connection-common: 16:07:37 [2023-03-05T21:07:37.648Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.QueueConnectionFactory --enabled=true --target server --force=false jms/jdbcjmsauth_QCF1 16:07:39 [2023-03-05T21:07:39.058Z] [exec] Connector resource jms/jdbcjmsauth_QCF1 created. 16:07:39 [2023-03-05T21:07:39.058Z] 16:07:39 [2023-03-05T21:07:39.058Z] setOSConditions: 16:07:39 [2023-03-05T21:07:39.058Z] 16:07:39 [2023-03-05T21:07:39.058Z] setToolWin: 16:07:39 [2023-03-05T21:07:39.058Z] 16:07:39 [2023-03-05T21:07:39.058Z] setToolUnix: 16:07:39 [2023-03-05T21:07:39.058Z] 16:07:39 [2023-03-05T21:07:39.058Z] setToolProperty: 16:07:39 [2023-03-05T21:07:39.058Z] 16:07:39 [2023-03-05T21:07:39.058Z] setS1ASclassPath: 16:07:39 [2023-03-05T21:07:39.058Z] 16:07:39 [2023-03-05T21:07:39.058Z] init-common: 16:07:39 [2023-03-05T21:07:39.058Z] 16:07:39 [2023-03-05T21:07:39.058Z] create-jms-connection-common: 16:07:39 [2023-03-05T21:07:39.321Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.QueueConnectionFactory --enabled=true --target server --force=false jms/jdbcjmsauth_QCF2 16:07:40 [2023-03-05T21:07:40.249Z] [exec] Connector resource jms/jdbcjmsauth_QCF2 created. 16:07:40 [2023-03-05T21:07:40.249Z] 16:07:40 [2023-03-05T21:07:40.249Z] setOSConditions: 16:07:40 [2023-03-05T21:07:40.249Z] 16:07:40 [2023-03-05T21:07:40.249Z] setToolWin: 16:07:40 [2023-03-05T21:07:40.249Z] 16:07:40 [2023-03-05T21:07:40.249Z] setToolUnix: 16:07:40 [2023-03-05T21:07:40.249Z] 16:07:40 [2023-03-05T21:07:40.249Z] setToolProperty: 16:07:40 [2023-03-05T21:07:40.249Z] 16:07:40 [2023-03-05T21:07:40.249Z] setS1ASclassPath: 16:07:40 [2023-03-05T21:07:40.249Z] 16:07:40 [2023-03-05T21:07:40.249Z] init-common: 16:07:40 [2023-03-05T21:07:40.249Z] 16:07:40 [2023-03-05T21:07:40.249Z] deploy-common: 16:07:40 [2023-03-05T21:07:40.249Z] [echo] Current time (ISO): 2023-03-05T21:07:40.067+0000 16:07:40 [2023-03-05T21:07:40.249Z] 16:07:40 [2023-03-05T21:07:40.250Z] setOSConditions: 16:07:40 [2023-03-05T21:07:40.250Z] 16:07:40 [2023-03-05T21:07:40.250Z] setToolWin: 16:07:40 [2023-03-05T21:07:40.250Z] 16:07:40 [2023-03-05T21:07:40.250Z] setToolUnix: 16:07:40 [2023-03-05T21:07:40.250Z] 16:07:40 [2023-03-05T21:07:40.250Z] setToolProperty: 16:07:40 [2023-03-05T21:07:40.250Z] 16:07:40 [2023-03-05T21:07:40.250Z] setS1ASclassPath: 16:07:40 [2023-03-05T21:07:40.250Z] 16:07:40 [2023-03-05T21:07:40.250Z] init-common: 16:07:40 [2023-03-05T21:07:40.250Z] 16:07:40 [2023-03-05T21:07:40.250Z] deploy-common-pe: 16:07:40 [2023-03-05T21:07:40.520Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauthApp.ear 16:07:40 [2023-03-05T21:07:40.777Z] [exec] Application deployed with name jdbc-jdbcjmsauthApp. 16:07:40 [2023-03-05T21:07:40.777Z] [echo] Deployment on target server server successful 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] setOSConditions: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] setToolWin: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] setToolUnix: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] setToolProperty: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] setS1ASclassPath: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] init-common: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] deploy-common-ee: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] run: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] setup-derby-for-authentication: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] setOSConditions: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] setToolWin: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] setToolUnix: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] setToolProperty: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] setS1ASclassPath: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] init-common: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] stop-derby: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] stop-derby-aix: 16:07:40 [2023-03-05T21:07:40.777Z] 16:07:40 [2023-03-05T21:07:40.777Z] stop-derby-nonaix: 16:07:40 [2023-03-05T21:07:40.777Z] [echo] Stopping Derby DB Server ... 16:07:41 [2023-03-05T21:07:41.339Z] [java] Sun Mar 05 21:07:41 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:07:41 [2023-03-05T21:07:41.339Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties to copy. 16:07:41 [2023-03-05T21:07:41.339Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases 16:07:41 [2023-03-05T21:07:41.339Z] 16:07:41 [2023-03-05T21:07:41.339Z] setOSConditions: 16:07:41 [2023-03-05T21:07:41.339Z] 16:07:41 [2023-03-05T21:07:41.339Z] setToolWin: 16:07:41 [2023-03-05T21:07:41.339Z] 16:07:41 [2023-03-05T21:07:41.339Z] setToolUnix: 16:07:41 [2023-03-05T21:07:41.339Z] 16:07:41 [2023-03-05T21:07:41.339Z] setToolProperty: 16:07:41 [2023-03-05T21:07:41.339Z] 16:07:41 [2023-03-05T21:07:41.339Z] setS1ASclassPath: 16:07:41 [2023-03-05T21:07:41.339Z] 16:07:41 [2023-03-05T21:07:41.339Z] init-common: 16:07:41 [2023-03-05T21:07:41.339Z] 16:07:41 [2023-03-05T21:07:41.339Z] start-derby: 16:07:41 [2023-03-05T21:07:41.339Z] 16:07:41 [2023-03-05T21:07:41.339Z] start-derby-aix: 16:07:41 [2023-03-05T21:07:41.339Z] 16:07:41 [2023-03-05T21:07:41.339Z] start-derby-nonaix: 16:07:41 [2023-03-05T21:07:41.339Z] [echo] Starting Derby DB Server ... 16:07:56 [2023-03-05T21:07:56.191Z] 16:07:56 [2023-03-05T21:07:56.191Z] setOSConditions: 16:07:56 [2023-03-05T21:07:56.191Z] 16:07:56 [2023-03-05T21:07:56.191Z] setToolWin: 16:07:56 [2023-03-05T21:07:56.191Z] 16:07:56 [2023-03-05T21:07:56.191Z] setToolUnix: 16:07:56 [2023-03-05T21:07:56.191Z] 16:07:56 [2023-03-05T21:07:56.191Z] setToolProperty: 16:07:56 [2023-03-05T21:07:56.191Z] 16:07:56 [2023-03-05T21:07:56.191Z] setS1ASclassPath: 16:07:56 [2023-03-05T21:07:56.192Z] 16:07:56 [2023-03-05T21:07:56.192Z] init-common: 16:07:56 [2023-03-05T21:07:56.192Z] 16:07:56 [2023-03-05T21:07:56.192Z] execute-sql-common: 16:07:56 [2023-03-05T21:07:56.448Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/sql/create_pointbase.sql 16:07:56 [2023-03-05T21:07:56.448Z] [sql] 0 rows affected 16:07:56 [2023-03-05T21:07:56.448Z] [sql] 0 rows affected 16:07:56 [2023-03-05T21:07:56.448Z] [sql] 2 of 2 SQL statements executed successfully 16:07:56 [2023-03-05T21:07:56.448Z] 16:07:56 [2023-03-05T21:07:56.448Z] setOSConditions: 16:07:56 [2023-03-05T21:07:56.448Z] 16:07:56 [2023-03-05T21:07:56.448Z] setToolWin: 16:07:56 [2023-03-05T21:07:56.448Z] 16:07:56 [2023-03-05T21:07:56.448Z] setToolUnix: 16:07:56 [2023-03-05T21:07:56.448Z] 16:07:56 [2023-03-05T21:07:56.448Z] setToolProperty: 16:07:56 [2023-03-05T21:07:56.448Z] 16:07:56 [2023-03-05T21:07:56.448Z] setS1ASclassPath: 16:07:56 [2023-03-05T21:07:56.448Z] 16:07:56 [2023-03-05T21:07:56.448Z] init-common: 16:07:56 [2023-03-05T21:07:56.448Z] 16:07:56 [2023-03-05T21:07:56.448Z] runclient-common: 16:07:56 [2023-03-05T21:07:56.448Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauthAppClient.jar -name jdbc-jdbcjmsauthClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:07:57 [2023-03-05T21:07:57.011Z] [exec] Mar 05, 2023 9:07:56 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:07:57 [2023-03-05T21:07:57.011Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:07:58 [2023-03-05T21:07:58.921Z] [exec] Mar 05, 2023 9:07:58 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:07:58 [2023-03-05T21:07:58.921Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6b2fdffc 16:07:59 [2023-03-05T21:07:59.218Z] [exec] jdbc tests 3 & 7 will fail with Derby 16:07:59 [2023-03-05T21:07:59.218Z] [exec] ----------------------------------------------- 16:07:59 [2023-03-05T21:07:59.218Z] [exec] JDBC Tests 16:07:59 [2023-03-05T21:07:59.218Z] [exec] ----------------------------------------------- 16:07:59 [2023-03-05T21:07:59.218Z] [exec] app auth : getting connection w/o user/pass 16:07:59 [2023-03-05T21:07:59.218Z] [exec] Should NOT get a connection : Value of key is: test1 16:07:59 [2023-03-05T21:07:59.218Z] [exec] ----------------------------------------------- 16:07:59 [2023-03-05T21:07:59.218Z] [exec] app auth : getting connection w/ user/pass 16:07:59 [2023-03-05T21:07:59.520Z] [exec] Should get a connection : Value of key is: test2 16:07:59 [2023-03-05T21:07:59.521Z] [exec] ----------------------------------------------- 16:07:59 [2023-03-05T21:07:59.521Z] [exec] app auth : getting connection w/ wrong user/pass 16:07:59 [2023-03-05T21:07:59.521Z] [exec] Should NOT get a connection : Value of key is: test3 16:07:59 [2023-03-05T21:07:59.521Z] [exec] ----------------------------------------------- 16:07:59 [2023-03-05T21:07:59.521Z] [exec] app auth : getting connection w/ correct then wrong user/pass 16:07:59 [2023-03-05T21:07:59.521Z] [exec] Should get a connection then NOT get a connection : Value of key is: test4 16:07:59 [2023-03-05T21:07:59.521Z] [exec] ----------------------------------------------- 16:07:59 [2023-03-05T21:07:59.521Z] [exec] container auth : getting connection w/o user/pass 16:07:59 [2023-03-05T21:07:59.521Z] [exec] Should get a connection : Value of key is: test5 16:07:59 [2023-03-05T21:07:59.521Z] [exec] ----------------------------------------------- 16:07:59 [2023-03-05T21:07:59.521Z] [exec] container auth : getting connection w/ user/pass 16:07:59 [2023-03-05T21:07:59.521Z] [exec] Should get a connection : Value of key is: test6 16:07:59 [2023-03-05T21:07:59.521Z] [exec] ----------------------------------------------- 16:07:59 [2023-03-05T21:07:59.521Z] [exec] container auth : getting connection w/ wrong user/pass 16:07:59 [2023-03-05T21:07:59.521Z] [exec] Should NOT get a connection : Value of key is: test7 16:07:59 [2023-03-05T21:07:59.521Z] [exec] ----------------------------------------------- 16:07:59 [2023-03-05T21:07:59.521Z] [exec] JMS tests 16:07:59 [2023-03-05T21:07:59.521Z] [exec] ----------------------------------------------- 16:07:59 [2023-03-05T21:07:59.521Z] [exec] app auth : getting connection w/ user/pass 16:08:00 [2023-03-05T21:08:00.931Z] [exec] Should get a connection : Value of key is: test1 16:08:00 [2023-03-05T21:08:00.931Z] [exec] ----------------------------------------------- 16:08:00 [2023-03-05T21:08:00.931Z] [exec] app auth : getting connection w/o user/pass 16:08:00 [2023-03-05T21:08:00.931Z] [exec] Should get a connection : Value of key is: test2 16:08:00 [2023-03-05T21:08:00.931Z] [exec] ----------------------------------------------- 16:08:00 [2023-03-05T21:08:00.931Z] [exec] app auth : getting connection w/ wrong user/pass 16:08:00 [2023-03-05T21:08:00.931Z] [exec] Error? Test Case : test6 ID already added. Overwriting the previous test case 16:08:00 [2023-03-05T21:08:00.931Z] [exec] Error? Test Case : test5 ID already added. Overwriting the previous test case 16:08:00 [2023-03-05T21:08:00.931Z] [exec] Error? Test Case : test4 ID already added. Overwriting the previous test case 16:08:00 [2023-03-05T21:08:00.931Z] [exec] Error? Test Case : test3 ID already added. Overwriting the previous test case 16:08:00 [2023-03-05T21:08:00.931Z] [exec] Error? Test Case : test2 ID already added. Overwriting the previous test case 16:08:00 [2023-03-05T21:08:00.931Z] [exec] Error? Test Case : test1 ID already added. Overwriting the previous test case 16:08:00 [2023-03-05T21:08:00.931Z] [exec] Should NOT get a connection : Value of key is: test3 16:08:00 [2023-03-05T21:08:00.931Z] [exec] ----------------------------------------------- 16:08:00 [2023-03-05T21:08:00.931Z] [exec] app auth : getting connection w/ correct then wrong user/pass 16:08:00 [2023-03-05T21:08:00.931Z] [exec] Should get a connection then NOT get a connection : Value of key is: test4 16:08:00 [2023-03-05T21:08:00.931Z] [exec] ----------------------------------------------- 16:08:00 [2023-03-05T21:08:00.931Z] [exec] container auth : getting connection w/o user/pass 16:08:00 [2023-03-05T21:08:00.931Z] [exec] Should get a connection : Value of key is: test5 16:08:00 [2023-03-05T21:08:00.931Z] [exec] ----------------------------------------------- 16:08:00 [2023-03-05T21:08:00.931Z] [exec] container auth : getting connection w/ user/pass 16:08:00 [2023-03-05T21:08:00.931Z] [exec] Should get a connection : Value of key is: test6 16:08:00 [2023-03-05T21:08:00.931Z] [exec] ----------------------------------------------- 16:08:00 [2023-03-05T21:08:00.931Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:08:00 [2023-03-05T21:08:00.931Z] [exec] 16:08:00 [2023-03-05T21:08:00.931Z] [exec] 16:08:00 [2023-03-05T21:08:00.931Z] [exec] ----------------------------------------- 16:08:00 [2023-03-05T21:08:00.931Z] [exec] - test4 : PASS - 16:08:00 [2023-03-05T21:08:00.931Z] [exec] - test3 : PASS - 16:08:00 [2023-03-05T21:08:00.931Z] [exec] - test6 : PASS - 16:08:00 [2023-03-05T21:08:00.931Z] [exec] - test5 : PASS - 16:08:00 [2023-03-05T21:08:00.931Z] [exec] - test2 : PASS - 16:08:00 [2023-03-05T21:08:00.931Z] [exec] - test1 : PASS - 16:08:00 [2023-03-05T21:08:00.931Z] [exec] - test6 : PASS - 16:08:00 [2023-03-05T21:08:00.931Z] [exec] - test5 : PASS - 16:08:00 [2023-03-05T21:08:00.931Z] [exec] - test4 : PASS - 16:08:00 [2023-03-05T21:08:00.931Z] [exec] - test3 : PASS - 16:08:00 [2023-03-05T21:08:00.931Z] [exec] - test2 : PASS - 16:08:00 [2023-03-05T21:08:00.931Z] [exec] - test7 : PASS - 16:08:00 [2023-03-05T21:08:00.931Z] [exec] - test1 : PASS - 16:08:00 [2023-03-05T21:08:00.931Z] [exec] ----------------------------------------- 16:08:00 [2023-03-05T21:08:00.931Z] [exec] Total PASS: 13 16:08:00 [2023-03-05T21:08:00.931Z] [exec] Total FAIL: 0 16:08:00 [2023-03-05T21:08:00.931Z] [exec] Total DID NOT RUN: 0 16:08:00 [2023-03-05T21:08:00.931Z] [exec] ----------------------------------------- 16:08:00 [2023-03-05T21:08:00.931Z] [exec] in flushAll , creating new testSuiteHash 16:08:00 [2023-03-05T21:08:00.931Z] [exec] in flushAll , creating new testSuiteHash 16:08:01 [2023-03-05T21:08:01.494Z] 16:08:01 [2023-03-05T21:08:01.494Z] checkReporting-common: 16:08:01 [2023-03-05T21:08:01.494Z] 16:08:01 [2023-03-05T21:08:01.494Z] confirmReportPresent-common: 16:08:01 [2023-03-05T21:08:01.494Z] [echo] file RepRunConf.txt is present. 16:08:01 [2023-03-05T21:08:01.494Z] [echo] Test seems to be reported fine 16:08:01 [2023-03-05T21:08:01.494Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/RepRunConf.txt 16:08:01 [2023-03-05T21:08:01.494Z] 16:08:01 [2023-03-05T21:08:01.494Z] confirmMissingReport-common: 16:08:01 [2023-03-05T21:08:01.494Z] 16:08:01 [2023-03-05T21:08:01.494Z] reset-derby-for-no-authentication: 16:08:01 [2023-03-05T21:08:01.494Z] 16:08:01 [2023-03-05T21:08:01.494Z] setOSConditions: 16:08:01 [2023-03-05T21:08:01.494Z] 16:08:01 [2023-03-05T21:08:01.494Z] setToolWin: 16:08:01 [2023-03-05T21:08:01.494Z] 16:08:01 [2023-03-05T21:08:01.494Z] setToolUnix: 16:08:01 [2023-03-05T21:08:01.494Z] 16:08:01 [2023-03-05T21:08:01.494Z] setToolProperty: 16:08:01 [2023-03-05T21:08:01.494Z] 16:08:01 [2023-03-05T21:08:01.494Z] setS1ASclassPath: 16:08:01 [2023-03-05T21:08:01.494Z] 16:08:01 [2023-03-05T21:08:01.494Z] init-common: 16:08:01 [2023-03-05T21:08:01.494Z] 16:08:01 [2023-03-05T21:08:01.494Z] stop-derby: 16:08:01 [2023-03-05T21:08:01.494Z] 16:08:01 [2023-03-05T21:08:01.494Z] stop-derby-aix: 16:08:01 [2023-03-05T21:08:01.494Z] 16:08:01 [2023-03-05T21:08:01.494Z] stop-derby-nonaix: 16:08:01 [2023-03-05T21:08:01.494Z] [echo] Stopping Derby DB Server ... 16:08:01 [2023-03-05T21:08:01.750Z] [java] Sun Mar 05 21:08:01 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:08:01 [2023-03-05T21:08:01.750Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties 16:08:01 [2023-03-05T21:08:01.750Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties.bkp to copy. 16:08:01 [2023-03-05T21:08:01.750Z] 16:08:01 [2023-03-05T21:08:01.750Z] setOSConditions: 16:08:01 [2023-03-05T21:08:01.750Z] 16:08:01 [2023-03-05T21:08:01.750Z] setToolWin: 16:08:01 [2023-03-05T21:08:01.750Z] 16:08:01 [2023-03-05T21:08:01.750Z] setToolUnix: 16:08:01 [2023-03-05T21:08:01.750Z] 16:08:01 [2023-03-05T21:08:01.750Z] setToolProperty: 16:08:01 [2023-03-05T21:08:01.750Z] 16:08:01 [2023-03-05T21:08:01.750Z] setS1ASclassPath: 16:08:01 [2023-03-05T21:08:01.750Z] 16:08:01 [2023-03-05T21:08:01.750Z] init-common: 16:08:01 [2023-03-05T21:08:01.750Z] 16:08:01 [2023-03-05T21:08:01.750Z] start-derby: 16:08:01 [2023-03-05T21:08:01.750Z] 16:08:01 [2023-03-05T21:08:01.750Z] start-derby-aix: 16:08:01 [2023-03-05T21:08:01.750Z] 16:08:01 [2023-03-05T21:08:01.750Z] start-derby-nonaix: 16:08:01 [2023-03-05T21:08:01.750Z] [echo] Starting Derby DB Server ... 16:08:16 [2023-03-05T21:08:16.608Z] 16:08:16 [2023-03-05T21:08:16.608Z] undeploy: 16:08:16 [2023-03-05T21:08:16.608Z] 16:08:16 [2023-03-05T21:08:16.608Z] setOSConditions: 16:08:16 [2023-03-05T21:08:16.608Z] 16:08:16 [2023-03-05T21:08:16.608Z] setToolWin: 16:08:16 [2023-03-05T21:08:16.608Z] 16:08:16 [2023-03-05T21:08:16.608Z] setToolUnix: 16:08:16 [2023-03-05T21:08:16.608Z] 16:08:16 [2023-03-05T21:08:16.608Z] setToolProperty: 16:08:16 [2023-03-05T21:08:16.608Z] 16:08:16 [2023-03-05T21:08:16.608Z] setS1ASclassPath: 16:08:16 [2023-03-05T21:08:16.608Z] 16:08:16 [2023-03-05T21:08:16.608Z] init-common: 16:08:16 [2023-03-05T21:08:16.608Z] 16:08:16 [2023-03-05T21:08:16.608Z] execute-sql-common: 16:08:16 [2023-03-05T21:08:16.865Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/sql/drop_pointbase.sql 16:08:16 [2023-03-05T21:08:16.865Z] [sql] 0 rows affected 16:08:16 [2023-03-05T21:08:16.865Z] [sql] 1 of 1 SQL statements executed successfully 16:08:16 [2023-03-05T21:08:16.865Z] 16:08:16 [2023-03-05T21:08:16.865Z] setOSConditions: 16:08:16 [2023-03-05T21:08:16.865Z] 16:08:16 [2023-03-05T21:08:16.865Z] setToolWin: 16:08:16 [2023-03-05T21:08:16.865Z] 16:08:16 [2023-03-05T21:08:16.865Z] setToolUnix: 16:08:16 [2023-03-05T21:08:16.865Z] 16:08:16 [2023-03-05T21:08:16.865Z] setToolProperty: 16:08:16 [2023-03-05T21:08:16.865Z] 16:08:16 [2023-03-05T21:08:16.865Z] setS1ASclassPath: 16:08:16 [2023-03-05T21:08:16.865Z] 16:08:16 [2023-03-05T21:08:16.865Z] init-common: 16:08:16 [2023-03-05T21:08:16.865Z] 16:08:16 [2023-03-05T21:08:16.865Z] delete-jdbc-resource-common: 16:08:16 [2023-03-05T21:08:16.865Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB_CM 16:08:22 [2023-03-05T21:08:22.124Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB_CM 16:08:22 [2023-03-05T21:08:22.124Z] [exec] JDBC resource jdbc/s1qeDB_CM deleted successfully 16:08:22 [2023-03-05T21:08:22.124Z] [echo] cmd executed for server 16:08:22 [2023-03-05T21:08:22.124Z] 16:08:22 [2023-03-05T21:08:22.124Z] setOSConditions: 16:08:22 [2023-03-05T21:08:22.124Z] 16:08:22 [2023-03-05T21:08:22.124Z] setToolWin: 16:08:22 [2023-03-05T21:08:22.124Z] 16:08:22 [2023-03-05T21:08:22.124Z] setToolUnix: 16:08:22 [2023-03-05T21:08:22.124Z] 16:08:22 [2023-03-05T21:08:22.124Z] setToolProperty: 16:08:22 [2023-03-05T21:08:22.124Z] 16:08:22 [2023-03-05T21:08:22.124Z] setS1ASclassPath: 16:08:22 [2023-03-05T21:08:22.124Z] 16:08:22 [2023-03-05T21:08:22.124Z] init-common: 16:08:22 [2023-03-05T21:08:22.124Z] 16:08:22 [2023-03-05T21:08:22.124Z] undeploy-jdbc-common: 16:08:22 [2023-03-05T21:08:22.124Z] 16:08:22 [2023-03-05T21:08:22.124Z] setOSConditions: 16:08:22 [2023-03-05T21:08:22.124Z] 16:08:22 [2023-03-05T21:08:22.124Z] setToolWin: 16:08:22 [2023-03-05T21:08:22.124Z] 16:08:22 [2023-03-05T21:08:22.124Z] setToolUnix: 16:08:22 [2023-03-05T21:08:22.124Z] 16:08:22 [2023-03-05T21:08:22.124Z] setToolProperty: 16:08:22 [2023-03-05T21:08:22.124Z] 16:08:22 [2023-03-05T21:08:22.124Z] setS1ASclassPath: 16:08:22 [2023-03-05T21:08:22.124Z] 16:08:22 [2023-03-05T21:08:22.124Z] init-common: 16:08:22 [2023-03-05T21:08:22.124Z] 16:08:22 [2023-03-05T21:08:22.124Z] delete-jdbc-resource-common: 16:08:22 [2023-03-05T21:08:22.124Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 16:08:22 [2023-03-05T21:08:22.125Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 16:08:22 [2023-03-05T21:08:22.125Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 16:08:22 [2023-03-05T21:08:22.125Z] [echo] cmd executed for server 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] setOSConditions: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] setToolWin: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] setToolUnix: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] setToolProperty: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] setS1ASclassPath: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] init-common: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] delete-jdbc-connpool-common: 16:08:22 [2023-03-05T21:08:22.125Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:08:22 [2023-03-05T21:08:22.125Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:08:22 [2023-03-05T21:08:22.125Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:08:22 [2023-03-05T21:08:22.125Z] [echo] cmd executed for server 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] setOSConditions: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] setToolWin: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] setToolUnix: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] setToolProperty: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] setS1ASclassPath: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] init-common: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] undeploy-jms-stuff: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] setOSConditions: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] setToolWin: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] setToolUnix: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] setToolProperty: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] setS1ASclassPath: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] init-common: 16:08:22 [2023-03-05T21:08:22.125Z] 16:08:22 [2023-03-05T21:08:22.125Z] delete-jms-connection-common: 16:08:23 [2023-03-05T21:08:23.725Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/jdbcjmsauth_QCF1 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setOSConditions: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolWin: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolUnix: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolProperty: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setS1ASclassPath: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] init-common: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] delete-jms-connection-common: 16:08:23 [2023-03-05T21:08:23.725Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/jdbcjmsauth_QCF2 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setOSConditions: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolWin: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolUnix: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolProperty: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setS1ASclassPath: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] init-common: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] undeploy-common: 16:08:23 [2023-03-05T21:08:23.725Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-jdbcjmsauthApp 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] all: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setOSConditions: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolWin: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolUnix: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolProperty: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setS1ASclassPath: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] init-common: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] clean: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setOSConditions: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolWin: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolUnix: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolProperty: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setS1ASclassPath: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] init-common: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] clean-common: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setOSConditions: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolWin: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolUnix: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolProperty: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setS1ASclassPath: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] init-common: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] clean-classes-common: 16:08:23 [2023-03-05T21:08:23.725Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setOSConditions: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolWin: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolUnix: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolProperty: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setS1ASclassPath: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] init-common: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] clean-jars-common: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] compile: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setOSConditions: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolWin: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolUnix: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setToolProperty: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] setS1ASclassPath: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] init-common: 16:08:23 [2023-03-05T21:08:23.725Z] 16:08:23 [2023-03-05T21:08:23.725Z] compile-common: 16:08:23 [2023-03-05T21:08:23.725Z] [echo] Current time (ISO): 2023-03-05T21:08:23.083+0000 16:08:23 [2023-03-05T21:08:23.725Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:08:23 [2023-03-05T21:08:23.725Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:08:24 [2023-03-05T21:08:24.288Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:08:24 [2023-03-05T21:08:24.288Z] [javac] 1 warning 16:08:24 [2023-03-05T21:08:24.288Z] 16:08:24 [2023-03-05T21:08:24.288Z] setOSConditions: 16:08:24 [2023-03-05T21:08:24.288Z] 16:08:24 [2023-03-05T21:08:24.288Z] setToolWin: 16:08:24 [2023-03-05T21:08:24.288Z] 16:08:24 [2023-03-05T21:08:24.288Z] setToolUnix: 16:08:24 [2023-03-05T21:08:24.288Z] 16:08:24 [2023-03-05T21:08:24.288Z] setToolProperty: 16:08:24 [2023-03-05T21:08:24.288Z] 16:08:24 [2023-03-05T21:08:24.288Z] setS1ASclassPath: 16:08:24 [2023-03-05T21:08:24.288Z] 16:08:24 [2023-03-05T21:08:24.288Z] init-common: 16:08:24 [2023-03-05T21:08:24.288Z] 16:08:24 [2023-03-05T21:08:24.288Z] compile-common: 16:08:24 [2023-03-05T21:08:24.288Z] [echo] Current time (ISO): 2023-03-05T21:08:24.246+0000 16:08:24 [2023-03-05T21:08:24.288Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:08:25 [2023-03-05T21:08:25.659Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:08:25 [2023-03-05T21:08:25.659Z] [javac] 1 warning 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] build: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] setOSConditions: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] fixFiles: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] convUnix: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] convWin: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] setToolWin: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] setToolUnix: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] setToolProperty: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] setS1ASclassPath: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] init-common: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] package-persistence-common: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] ejb-jar-common: 16:08:25 [2023-03-05T21:08:25.659Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] package-ejbjar-common: 16:08:25 [2023-03-05T21:08:25.659Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:08:25 [2023-03-05T21:08:25.659Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:08:25 [2023-03-05T21:08:25.659Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:08:25 [2023-03-05T21:08:25.659Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordb-ejb.jar 16:08:25 [2023-03-05T21:08:25.659Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] appclient-jar-common: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] package-appclientjar-common: 16:08:25 [2023-03-05T21:08:25.659Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:08:25 [2023-03-05T21:08:25.659Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:08:25 [2023-03-05T21:08:25.659Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:08:25 [2023-03-05T21:08:25.659Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordb-client.jar 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] webclient-war-common: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] build-ear-common: 16:08:25 [2023-03-05T21:08:25.659Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:08:25 [2023-03-05T21:08:25.659Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordbApp.ear 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] deploy: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] setOSConditions: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] setToolWin: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] setToolUnix: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] setToolProperty: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] setS1ASclassPath: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] init-common: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] deploy-jdbc-common: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] setOSConditions: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] setToolWin: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] setToolUnix: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] setToolProperty: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] setS1ASclassPath: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] init-common: 16:08:25 [2023-03-05T21:08:25.659Z] 16:08:25 [2023-03-05T21:08:25.659Z] create-jdbc-connpool-common: 16:08:25 [2023-03-05T21:08:25.915Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:08:25 [2023-03-05T21:08:25.915Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:08:25 [2023-03-05T21:08:25.915Z] 16:08:25 [2023-03-05T21:08:25.915Z] set-derby-connpool-props: 16:08:26 [2023-03-05T21:08:26.172Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:08:26 [2023-03-05T21:08:26.172Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:08:26 [2023-03-05T21:08:26.735Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:08:26 [2023-03-05T21:08:26.735Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:08:27 [2023-03-05T21:08:27.317Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:08:27 [2023-03-05T21:08:27.317Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:08:27 [2023-03-05T21:08:27.318Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:08:27 [2023-03-05T21:08:27.318Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:08:27 [2023-03-05T21:08:27.574Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:08:27 [2023-03-05T21:08:27.574Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:08:27 [2023-03-05T21:08:27.830Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:08:27 [2023-03-05T21:08:27.830Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:08:28 [2023-03-05T21:08:28.392Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:08:28 [2023-03-05T21:08:28.392Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:08:28 [2023-03-05T21:08:28.673Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:08:28 [2023-03-05T21:08:28.673Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:08:28 [2023-03-05T21:08:28.673Z] 16:08:28 [2023-03-05T21:08:28.673Z] setOSConditions: 16:08:28 [2023-03-05T21:08:28.673Z] 16:08:28 [2023-03-05T21:08:28.673Z] setToolWin: 16:08:28 [2023-03-05T21:08:28.673Z] 16:08:28 [2023-03-05T21:08:28.673Z] setToolUnix: 16:08:28 [2023-03-05T21:08:28.673Z] 16:08:28 [2023-03-05T21:08:28.673Z] setToolProperty: 16:08:28 [2023-03-05T21:08:28.673Z] 16:08:28 [2023-03-05T21:08:28.673Z] setS1ASclassPath: 16:08:28 [2023-03-05T21:08:28.673Z] 16:08:28 [2023-03-05T21:08:28.673Z] init-common: 16:08:28 [2023-03-05T21:08:28.673Z] 16:08:28 [2023-03-05T21:08:28.673Z] create-jdbc-resource-common: 16:08:28 [2023-03-05T21:08:28.673Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 16:08:28 [2023-03-05T21:08:28.930Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 16:08:28 [2023-03-05T21:08:28.930Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 16:08:28 [2023-03-05T21:08:28.930Z] [echo] cmd executed for server 16:08:28 [2023-03-05T21:08:28.930Z] 16:08:28 [2023-03-05T21:08:28.930Z] setOSConditions: 16:08:28 [2023-03-05T21:08:28.930Z] 16:08:28 [2023-03-05T21:08:28.930Z] setToolWin: 16:08:28 [2023-03-05T21:08:28.930Z] 16:08:28 [2023-03-05T21:08:28.930Z] setToolUnix: 16:08:28 [2023-03-05T21:08:28.930Z] 16:08:28 [2023-03-05T21:08:28.930Z] setToolProperty: 16:08:28 [2023-03-05T21:08:28.930Z] 16:08:28 [2023-03-05T21:08:28.930Z] setS1ASclassPath: 16:08:28 [2023-03-05T21:08:28.930Z] 16:08:28 [2023-03-05T21:08:28.930Z] init-common: 16:08:28 [2023-03-05T21:08:28.930Z] 16:08:28 [2023-03-05T21:08:28.930Z] create-jdbc-resource-common: 16:08:28 [2023-03-05T21:08:28.930Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB1 16:08:29 [2023-03-05T21:08:29.186Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB1 16:08:29 [2023-03-05T21:08:29.186Z] [exec] JDBC resource jdbc/s1qeDB1 created successfully. 16:08:29 [2023-03-05T21:08:29.186Z] [echo] cmd executed for server 16:08:29 [2023-03-05T21:08:29.186Z] 16:08:29 [2023-03-05T21:08:29.186Z] setOSConditions: 16:08:29 [2023-03-05T21:08:29.186Z] 16:08:29 [2023-03-05T21:08:29.186Z] setToolWin: 16:08:29 [2023-03-05T21:08:29.186Z] 16:08:29 [2023-03-05T21:08:29.186Z] setToolUnix: 16:08:29 [2023-03-05T21:08:29.186Z] 16:08:29 [2023-03-05T21:08:29.186Z] setToolProperty: 16:08:29 [2023-03-05T21:08:29.186Z] 16:08:29 [2023-03-05T21:08:29.186Z] setS1ASclassPath: 16:08:29 [2023-03-05T21:08:29.186Z] 16:08:29 [2023-03-05T21:08:29.186Z] init-common: 16:08:29 [2023-03-05T21:08:29.186Z] 16:08:29 [2023-03-05T21:08:29.186Z] create-jdbc-connpool-common: 16:08:29 [2023-03-05T21:08:29.442Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-nopasswdfordb-pool 16:08:29 [2023-03-05T21:08:29.442Z] [exec] JDBC connection pool jdbc-nopasswdfordb-pool created successfully. 16:08:29 [2023-03-05T21:08:29.442Z] 16:08:29 [2023-03-05T21:08:29.442Z] set-derby-connpool-props: 16:08:29 [2023-03-05T21:08:29.698Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.User=dbuser 16:08:29 [2023-03-05T21:08:29.698Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.User=dbuser 16:08:30 [2023-03-05T21:08:30.260Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.Password=dbpassword 16:08:30 [2023-03-05T21:08:30.260Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.Password=dbpassword 16:08:30 [2023-03-05T21:08:30.519Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.driverType=4 16:08:30 [2023-03-05T21:08:30.519Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.driverType=4 16:08:30 [2023-03-05T21:08:30.775Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.portNumber=1527 16:08:30 [2023-03-05T21:08:30.775Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.portNumber=1527 16:08:31 [2023-03-05T21:08:31.032Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.dataBaseName=testdb 16:08:31 [2023-03-05T21:08:31.032Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.dataBaseName=testdb 16:08:31 [2023-03-05T21:08:31.288Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:08:31 [2023-03-05T21:08:31.288Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:08:31 [2023-03-05T21:08:31.543Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.create=true 16:08:31 [2023-03-05T21:08:31.543Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.create=true 16:08:32 [2023-03-05T21:08:32.127Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.serverName=localhost 16:08:32 [2023-03-05T21:08:32.127Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.serverName=localhost 16:08:32 [2023-03-05T21:08:32.127Z] 16:08:32 [2023-03-05T21:08:32.127Z] asadmin-common-ignore-fail: 16:08:32 [2023-03-05T21:08:32.127Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.Password= 16:08:32 [2023-03-05T21:08:32.383Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.Password= 16:08:32 [2023-03-05T21:08:32.383Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.Password= 16:08:32 [2023-03-05T21:08:32.383Z] 16:08:32 [2023-03-05T21:08:32.383Z] setOSConditions: 16:08:32 [2023-03-05T21:08:32.383Z] 16:08:32 [2023-03-05T21:08:32.383Z] setToolWin: 16:08:32 [2023-03-05T21:08:32.383Z] 16:08:32 [2023-03-05T21:08:32.383Z] setToolUnix: 16:08:32 [2023-03-05T21:08:32.383Z] 16:08:32 [2023-03-05T21:08:32.383Z] setToolProperty: 16:08:32 [2023-03-05T21:08:32.383Z] 16:08:32 [2023-03-05T21:08:32.383Z] setS1ASclassPath: 16:08:32 [2023-03-05T21:08:32.383Z] 16:08:32 [2023-03-05T21:08:32.383Z] init-common: 16:08:32 [2023-03-05T21:08:32.383Z] 16:08:32 [2023-03-05T21:08:32.383Z] create-jdbc-resource-common: 16:08:32 [2023-03-05T21:08:32.383Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-nopasswdfordb-pool --target server jdbc/s1qeDB2 16:08:32 [2023-03-05T21:08:32.639Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-nopasswdfordb-pool --enabled=true --target server jdbc/s1qeDB2 16:08:32 [2023-03-05T21:08:32.639Z] [exec] JDBC resource jdbc/s1qeDB2 created successfully. 16:08:32 [2023-03-05T21:08:32.639Z] [echo] cmd executed for server 16:08:32 [2023-03-05T21:08:32.639Z] 16:08:32 [2023-03-05T21:08:32.639Z] setOSConditions: 16:08:32 [2023-03-05T21:08:32.639Z] 16:08:32 [2023-03-05T21:08:32.639Z] setToolWin: 16:08:32 [2023-03-05T21:08:32.639Z] 16:08:32 [2023-03-05T21:08:32.639Z] setToolUnix: 16:08:32 [2023-03-05T21:08:32.639Z] 16:08:32 [2023-03-05T21:08:32.639Z] setToolProperty: 16:08:32 [2023-03-05T21:08:32.639Z] 16:08:32 [2023-03-05T21:08:32.639Z] setS1ASclassPath: 16:08:32 [2023-03-05T21:08:32.639Z] 16:08:32 [2023-03-05T21:08:32.639Z] init-common: 16:08:32 [2023-03-05T21:08:32.639Z] 16:08:32 [2023-03-05T21:08:32.639Z] create-jdbc-connpool-common: 16:08:32 [2023-03-05T21:08:32.895Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-nopasswdfordb-xa-pool-1 16:08:32 [2023-03-05T21:08:32.895Z] [exec] JDBC connection pool jdbc-nopasswdfordb-xa-pool-1 created successfully. 16:08:32 [2023-03-05T21:08:32.895Z] 16:08:32 [2023-03-05T21:08:32.895Z] set-derby-connpool-props: 16:08:33 [2023-03-05T21:08:33.152Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.User=dbuser 16:08:33 [2023-03-05T21:08:33.152Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.User=dbuser 16:08:33 [2023-03-05T21:08:33.408Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.Password=dbpassword 16:08:33 [2023-03-05T21:08:33.408Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.Password=dbpassword 16:08:33 [2023-03-05T21:08:33.664Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.driverType=4 16:08:33 [2023-03-05T21:08:33.921Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.driverType=4 16:08:34 [2023-03-05T21:08:34.177Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.portNumber=1527 16:08:34 [2023-03-05T21:08:34.177Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.portNumber=1527 16:08:34 [2023-03-05T21:08:34.434Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.dataBaseName=testdb 16:08:34 [2023-03-05T21:08:34.434Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.dataBaseName=testdb 16:08:34 [2023-03-05T21:08:34.691Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.retrieveMessagesFromServerOnGetMessage=true 16:08:34 [2023-03-05T21:08:34.691Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.retrieveMessagesFromServerOnGetMessage=true 16:08:34 [2023-03-05T21:08:34.947Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.create=true 16:08:34 [2023-03-05T21:08:34.947Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.create=true 16:08:35 [2023-03-05T21:08:35.203Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.serverName=localhost 16:08:35 [2023-03-05T21:08:35.203Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.serverName=localhost 16:08:35 [2023-03-05T21:08:35.203Z] 16:08:35 [2023-03-05T21:08:35.203Z] setOSConditions: 16:08:35 [2023-03-05T21:08:35.203Z] 16:08:35 [2023-03-05T21:08:35.203Z] setToolWin: 16:08:35 [2023-03-05T21:08:35.203Z] 16:08:35 [2023-03-05T21:08:35.203Z] setToolUnix: 16:08:35 [2023-03-05T21:08:35.203Z] 16:08:35 [2023-03-05T21:08:35.203Z] setToolProperty: 16:08:35 [2023-03-05T21:08:35.203Z] 16:08:35 [2023-03-05T21:08:35.203Z] setS1ASclassPath: 16:08:35 [2023-03-05T21:08:35.203Z] 16:08:35 [2023-03-05T21:08:35.203Z] init-common: 16:08:35 [2023-03-05T21:08:35.203Z] 16:08:35 [2023-03-05T21:08:35.203Z] create-jdbc-resource-common: 16:08:35 [2023-03-05T21:08:35.203Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-nopasswdfordb-xa-pool-1 --target server jdbc/s1qeDB-xa 16:08:35 [2023-03-05T21:08:35.765Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-nopasswdfordb-xa-pool-1 --enabled=true --target server jdbc/s1qeDB-xa 16:08:35 [2023-03-05T21:08:35.765Z] [exec] JDBC resource jdbc/s1qeDB-xa created successfully. 16:08:35 [2023-03-05T21:08:35.765Z] [echo] cmd executed for server 16:08:35 [2023-03-05T21:08:35.765Z] 16:08:35 [2023-03-05T21:08:35.765Z] setOSConditions: 16:08:35 [2023-03-05T21:08:35.765Z] 16:08:35 [2023-03-05T21:08:35.765Z] setToolWin: 16:08:35 [2023-03-05T21:08:35.765Z] 16:08:35 [2023-03-05T21:08:35.765Z] setToolUnix: 16:08:35 [2023-03-05T21:08:35.765Z] 16:08:35 [2023-03-05T21:08:35.765Z] setToolProperty: 16:08:35 [2023-03-05T21:08:35.765Z] 16:08:35 [2023-03-05T21:08:35.765Z] setS1ASclassPath: 16:08:35 [2023-03-05T21:08:35.765Z] 16:08:35 [2023-03-05T21:08:35.765Z] init-common: 16:08:35 [2023-03-05T21:08:35.765Z] 16:08:35 [2023-03-05T21:08:35.765Z] create-jdbc-resource-common: 16:08:35 [2023-03-05T21:08:35.765Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-nopasswdfordb-xa-pool-1 --target server jdbc/s1qeDB1-xa 16:08:36 [2023-03-05T21:08:36.021Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-nopasswdfordb-xa-pool-1 --enabled=true --target server jdbc/s1qeDB1-xa 16:08:36 [2023-03-05T21:08:36.021Z] [exec] JDBC resource jdbc/s1qeDB1-xa created successfully. 16:08:36 [2023-03-05T21:08:36.021Z] [echo] cmd executed for server 16:08:36 [2023-03-05T21:08:36.021Z] 16:08:36 [2023-03-05T21:08:36.021Z] setOSConditions: 16:08:36 [2023-03-05T21:08:36.021Z] 16:08:36 [2023-03-05T21:08:36.021Z] setToolWin: 16:08:36 [2023-03-05T21:08:36.021Z] 16:08:36 [2023-03-05T21:08:36.021Z] setToolUnix: 16:08:36 [2023-03-05T21:08:36.021Z] 16:08:36 [2023-03-05T21:08:36.021Z] setToolProperty: 16:08:36 [2023-03-05T21:08:36.021Z] 16:08:36 [2023-03-05T21:08:36.021Z] setS1ASclassPath: 16:08:36 [2023-03-05T21:08:36.021Z] 16:08:36 [2023-03-05T21:08:36.021Z] init-common: 16:08:36 [2023-03-05T21:08:36.021Z] 16:08:36 [2023-03-05T21:08:36.021Z] create-jdbc-connpool-common: 16:08:36 [2023-03-05T21:08:36.277Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-nopasswdfordb-xa-pool-2 16:08:36 [2023-03-05T21:08:36.277Z] [exec] JDBC connection pool jdbc-nopasswdfordb-xa-pool-2 created successfully. 16:08:36 [2023-03-05T21:08:36.277Z] 16:08:36 [2023-03-05T21:08:36.277Z] set-derby-connpool-props: 16:08:36 [2023-03-05T21:08:36.533Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.User=dbuser 16:08:36 [2023-03-05T21:08:36.533Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.User=dbuser 16:08:36 [2023-03-05T21:08:36.789Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.Password=dbpassword 16:08:36 [2023-03-05T21:08:36.789Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.Password=dbpassword 16:08:37 [2023-03-05T21:08:37.353Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.driverType=4 16:08:37 [2023-03-05T21:08:37.353Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.driverType=4 16:08:37 [2023-03-05T21:08:37.620Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.portNumber=1527 16:08:37 [2023-03-05T21:08:37.620Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.portNumber=1527 16:08:37 [2023-03-05T21:08:37.877Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.dataBaseName=testdb 16:08:37 [2023-03-05T21:08:37.877Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.dataBaseName=testdb 16:08:38 [2023-03-05T21:08:38.132Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.retrieveMessagesFromServerOnGetMessage=true 16:08:38 [2023-03-05T21:08:38.132Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.retrieveMessagesFromServerOnGetMessage=true 16:08:38 [2023-03-05T21:08:38.389Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.create=true 16:08:38 [2023-03-05T21:08:38.389Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.create=true 16:08:38 [2023-03-05T21:08:38.950Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.serverName=localhost 16:08:38 [2023-03-05T21:08:38.950Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.serverName=localhost 16:08:38 [2023-03-05T21:08:38.950Z] 16:08:38 [2023-03-05T21:08:38.950Z] asadmin-common-ignore-fail: 16:08:38 [2023-03-05T21:08:38.950Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.Password= 16:08:39 [2023-03-05T21:08:39.220Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.Password= 16:08:39 [2023-03-05T21:08:39.220Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.Password= 16:08:39 [2023-03-05T21:08:39.220Z] 16:08:39 [2023-03-05T21:08:39.220Z] setOSConditions: 16:08:39 [2023-03-05T21:08:39.220Z] 16:08:39 [2023-03-05T21:08:39.220Z] setToolWin: 16:08:39 [2023-03-05T21:08:39.220Z] 16:08:39 [2023-03-05T21:08:39.220Z] setToolUnix: 16:08:39 [2023-03-05T21:08:39.220Z] 16:08:39 [2023-03-05T21:08:39.220Z] setToolProperty: 16:08:39 [2023-03-05T21:08:39.220Z] 16:08:39 [2023-03-05T21:08:39.220Z] setS1ASclassPath: 16:08:39 [2023-03-05T21:08:39.220Z] 16:08:39 [2023-03-05T21:08:39.220Z] init-common: 16:08:39 [2023-03-05T21:08:39.220Z] 16:08:39 [2023-03-05T21:08:39.220Z] create-jdbc-resource-common: 16:08:39 [2023-03-05T21:08:39.220Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-nopasswdfordb-xa-pool-2 --target server jdbc/s1qeDB2-xa 16:08:39 [2023-03-05T21:08:39.476Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-nopasswdfordb-xa-pool-2 --enabled=true --target server jdbc/s1qeDB2-xa 16:08:39 [2023-03-05T21:08:39.476Z] [exec] JDBC resource jdbc/s1qeDB2-xa created successfully. 16:08:39 [2023-03-05T21:08:39.476Z] [echo] cmd executed for server 16:08:39 [2023-03-05T21:08:39.476Z] 16:08:39 [2023-03-05T21:08:39.476Z] setOSConditions: 16:08:39 [2023-03-05T21:08:39.476Z] 16:08:39 [2023-03-05T21:08:39.476Z] setToolWin: 16:08:39 [2023-03-05T21:08:39.476Z] 16:08:39 [2023-03-05T21:08:39.476Z] setToolUnix: 16:08:39 [2023-03-05T21:08:39.476Z] 16:08:39 [2023-03-05T21:08:39.476Z] setToolProperty: 16:08:39 [2023-03-05T21:08:39.476Z] 16:08:39 [2023-03-05T21:08:39.476Z] setS1ASclassPath: 16:08:39 [2023-03-05T21:08:39.476Z] 16:08:39 [2023-03-05T21:08:39.476Z] init-common: 16:08:39 [2023-03-05T21:08:39.476Z] 16:08:39 [2023-03-05T21:08:39.476Z] deploy-common: 16:08:39 [2023-03-05T21:08:39.476Z] [echo] Current time (ISO): 2023-03-05T21:08:39.273+0000 16:08:39 [2023-03-05T21:08:39.476Z] 16:08:39 [2023-03-05T21:08:39.476Z] setOSConditions: 16:08:39 [2023-03-05T21:08:39.476Z] 16:08:39 [2023-03-05T21:08:39.477Z] setToolWin: 16:08:39 [2023-03-05T21:08:39.477Z] 16:08:39 [2023-03-05T21:08:39.477Z] setToolUnix: 16:08:39 [2023-03-05T21:08:39.477Z] 16:08:39 [2023-03-05T21:08:39.477Z] setToolProperty: 16:08:39 [2023-03-05T21:08:39.477Z] 16:08:39 [2023-03-05T21:08:39.477Z] setS1ASclassPath: 16:08:39 [2023-03-05T21:08:39.477Z] 16:08:39 [2023-03-05T21:08:39.477Z] init-common: 16:08:39 [2023-03-05T21:08:39.477Z] 16:08:39 [2023-03-05T21:08:39.477Z] deploy-common-pe: 16:08:39 [2023-03-05T21:08:39.733Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordbApp.ear 16:08:39 [2023-03-05T21:08:39.989Z] [exec] Application deployed with name jdbc-nopasswdfordbApp. 16:08:39 [2023-03-05T21:08:39.990Z] [echo] Deployment on target server server successful 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] setOSConditions: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] setToolWin: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] setToolUnix: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] setToolProperty: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] setS1ASclassPath: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] init-common: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] deploy-common-ee: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] run: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] setOSConditions: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] setToolWin: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] setToolUnix: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] setToolProperty: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] setS1ASclassPath: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] init-common: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] execute-sql-common: 16:08:39 [2023-03-05T21:08:39.990Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/nopasswdfordb/sql/create_pointbase.sql 16:08:39 [2023-03-05T21:08:39.990Z] [sql] Failed to execute: Drop table TXLEVELSWITCH 16:08:39 [2023-03-05T21:08:39.990Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. 16:08:39 [2023-03-05T21:08:39.990Z] [sql] 0 rows affected 16:08:39 [2023-03-05T21:08:39.990Z] [sql] 1 rows affected 16:08:39 [2023-03-05T21:08:39.990Z] [sql] 1 rows affected 16:08:39 [2023-03-05T21:08:39.990Z] [sql] 3 of 4 SQL statements executed successfully 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] setOSConditions: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] setToolWin: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] setToolUnix: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] setToolProperty: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] setS1ASclassPath: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] init-common: 16:08:39 [2023-03-05T21:08:39.990Z] 16:08:39 [2023-03-05T21:08:39.990Z] runclient-common: 16:08:39 [2023-03-05T21:08:39.990Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordbAppClient.jar -name jdbc-nopasswdfordbClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:08:40 [2023-03-05T21:08:40.552Z] [exec] Mar 05, 2023 9:08:40 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:08:40 [2023-03-05T21:08:40.552Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:08:43 [2023-03-05T21:08:43.121Z] [exec] Mar 05, 2023 9:08:42 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:08:43 [2023-03-05T21:08:43.121Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7aa01bd9 16:08:43 [2023-03-05T21:08:43.121Z] [exec] Will fail till Derby gets a better XA driver 16:08:43 [2023-03-05T21:08:43.121Z] [exec] Value of key is: test1 : 16:08:43 [2023-03-05T21:08:43.121Z] [exec] Value of key is: test2 : 16:08:43 [2023-03-05T21:08:43.121Z] [exec] Value of key is: test3 : 16:08:43 [2023-03-05T21:08:43.121Z] [exec] Value of key is: test4 : 16:08:43 [2023-03-05T21:08:43.121Z] [exec] Value of key is: test5 : 16:08:43 [2023-03-05T21:08:43.121Z] [exec] Value of key is: test6 : 16:08:43 [2023-03-05T21:08:43.121Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:08:43 [2023-03-05T21:08:43.121Z] [exec] 16:08:43 [2023-03-05T21:08:43.121Z] [exec] 16:08:43 [2023-03-05T21:08:43.121Z] [exec] ----------------------------------------- 16:08:43 [2023-03-05T21:08:43.121Z] [exec] - test6 : : PASS - 16:08:43 [2023-03-05T21:08:43.121Z] [exec] - test5 : : PASS - 16:08:43 [2023-03-05T21:08:43.121Z] [exec] - test3 : : PASS - 16:08:43 [2023-03-05T21:08:43.121Z] [exec] - test4 : : PASS - 16:08:43 [2023-03-05T21:08:43.121Z] [exec] - test2 : : PASS - 16:08:43 [2023-03-05T21:08:43.121Z] [exec] - test1 : : PASS - 16:08:43 [2023-03-05T21:08:43.121Z] [exec] ----------------------------------------- 16:08:43 [2023-03-05T21:08:43.121Z] [exec] Total PASS: 6 16:08:43 [2023-03-05T21:08:43.121Z] [exec] Total FAIL: 0 16:08:43 [2023-03-05T21:08:43.121Z] [exec] Total DID NOT RUN: 0 16:08:43 [2023-03-05T21:08:43.121Z] [exec] ----------------------------------------- 16:08:43 [2023-03-05T21:08:43.121Z] [exec] in flushAll , creating new testSuiteHash 16:08:43 [2023-03-05T21:08:43.377Z] [exec] in flushAll , creating new testSuiteHash 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] checkReporting-common: 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] confirmReportPresent-common: 16:08:43 [2023-03-05T21:08:43.633Z] [echo] file RepRunConf.txt is present. 16:08:43 [2023-03-05T21:08:43.633Z] [echo] Test seems to be reported fine 16:08:43 [2023-03-05T21:08:43.633Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/nopasswdfordb/RepRunConf.txt 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] confirmMissingReport-common: 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] undeploy: 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] setOSConditions: 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] setToolWin: 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] setToolUnix: 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] setToolProperty: 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] setS1ASclassPath: 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] init-common: 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] execute-sql-common: 16:08:43 [2023-03-05T21:08:43.633Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/nopasswdfordb/sql/drop_pointbase.sql 16:08:43 [2023-03-05T21:08:43.633Z] [sql] 0 rows affected 16:08:43 [2023-03-05T21:08:43.633Z] [sql] Failed to execute: Drop table TXLEVELSWITCH2 16:08:43 [2023-03-05T21:08:43.633Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. 16:08:43 [2023-03-05T21:08:43.633Z] [sql] 1 of 2 SQL statements executed successfully 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] setOSConditions: 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] setToolWin: 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] setToolUnix: 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] setToolProperty: 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] setS1ASclassPath: 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] init-common: 16:08:43 [2023-03-05T21:08:43.633Z] 16:08:43 [2023-03-05T21:08:43.633Z] delete-jdbc-resource-common: 16:08:43 [2023-03-05T21:08:43.633Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB1 16:08:43 [2023-03-05T21:08:43.889Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB1 16:08:43 [2023-03-05T21:08:43.889Z] [exec] JDBC resource jdbc/s1qeDB1 deleted successfully 16:08:43 [2023-03-05T21:08:43.889Z] [echo] cmd executed for server 16:08:43 [2023-03-05T21:08:43.889Z] 16:08:43 [2023-03-05T21:08:43.889Z] setOSConditions: 16:08:43 [2023-03-05T21:08:43.889Z] 16:08:43 [2023-03-05T21:08:43.889Z] setToolWin: 16:08:43 [2023-03-05T21:08:43.889Z] 16:08:43 [2023-03-05T21:08:43.889Z] setToolUnix: 16:08:43 [2023-03-05T21:08:43.889Z] 16:08:43 [2023-03-05T21:08:43.889Z] setToolProperty: 16:08:43 [2023-03-05T21:08:43.889Z] 16:08:43 [2023-03-05T21:08:43.889Z] setS1ASclassPath: 16:08:43 [2023-03-05T21:08:43.889Z] 16:08:43 [2023-03-05T21:08:43.889Z] init-common: 16:08:43 [2023-03-05T21:08:43.889Z] 16:08:43 [2023-03-05T21:08:43.889Z] undeploy-jdbc-common: 16:08:43 [2023-03-05T21:08:43.889Z] 16:08:43 [2023-03-05T21:08:43.889Z] setOSConditions: 16:08:43 [2023-03-05T21:08:43.889Z] 16:08:43 [2023-03-05T21:08:43.889Z] setToolWin: 16:08:43 [2023-03-05T21:08:43.889Z] 16:08:43 [2023-03-05T21:08:43.889Z] setToolUnix: 16:08:43 [2023-03-05T21:08:43.889Z] 16:08:43 [2023-03-05T21:08:43.889Z] setToolProperty: 16:08:43 [2023-03-05T21:08:43.889Z] 16:08:43 [2023-03-05T21:08:43.889Z] setS1ASclassPath: 16:08:43 [2023-03-05T21:08:43.889Z] 16:08:43 [2023-03-05T21:08:43.889Z] init-common: 16:08:43 [2023-03-05T21:08:43.889Z] 16:08:43 [2023-03-05T21:08:43.889Z] delete-jdbc-resource-common: 16:08:43 [2023-03-05T21:08:43.889Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB2 16:08:44 [2023-03-05T21:08:44.146Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB2 16:08:44 [2023-03-05T21:08:44.146Z] [exec] JDBC resource jdbc/s1qeDB2 deleted successfully 16:08:44 [2023-03-05T21:08:44.146Z] [echo] cmd executed for server 16:08:44 [2023-03-05T21:08:44.146Z] 16:08:44 [2023-03-05T21:08:44.146Z] setOSConditions: 16:08:44 [2023-03-05T21:08:44.146Z] 16:08:44 [2023-03-05T21:08:44.146Z] setToolWin: 16:08:44 [2023-03-05T21:08:44.146Z] 16:08:44 [2023-03-05T21:08:44.146Z] setToolUnix: 16:08:44 [2023-03-05T21:08:44.146Z] 16:08:44 [2023-03-05T21:08:44.146Z] setToolProperty: 16:08:44 [2023-03-05T21:08:44.146Z] 16:08:44 [2023-03-05T21:08:44.146Z] setS1ASclassPath: 16:08:44 [2023-03-05T21:08:44.146Z] 16:08:44 [2023-03-05T21:08:44.146Z] init-common: 16:08:44 [2023-03-05T21:08:44.146Z] 16:08:44 [2023-03-05T21:08:44.146Z] delete-jdbc-connpool-common: 16:08:44 [2023-03-05T21:08:44.146Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-nopasswdfordb-pool 16:08:44 [2023-03-05T21:08:44.419Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-nopasswdfordb-pool 16:08:44 [2023-03-05T21:08:44.675Z] [exec] JDBC Connection pool jdbc-nopasswdfordb-pool deleted successfully 16:08:44 [2023-03-05T21:08:44.675Z] [echo] cmd executed for server 16:08:44 [2023-03-05T21:08:44.675Z] 16:08:44 [2023-03-05T21:08:44.675Z] setOSConditions: 16:08:44 [2023-03-05T21:08:44.675Z] 16:08:44 [2023-03-05T21:08:44.675Z] setToolWin: 16:08:44 [2023-03-05T21:08:44.675Z] 16:08:44 [2023-03-05T21:08:44.675Z] setToolUnix: 16:08:44 [2023-03-05T21:08:44.675Z] 16:08:44 [2023-03-05T21:08:44.675Z] setToolProperty: 16:08:44 [2023-03-05T21:08:44.675Z] 16:08:44 [2023-03-05T21:08:44.675Z] setS1ASclassPath: 16:08:44 [2023-03-05T21:08:44.675Z] 16:08:44 [2023-03-05T21:08:44.675Z] init-common: 16:08:44 [2023-03-05T21:08:44.675Z] 16:08:44 [2023-03-05T21:08:44.675Z] undeploy-jdbc-common: 16:08:44 [2023-03-05T21:08:44.675Z] 16:08:44 [2023-03-05T21:08:44.675Z] setOSConditions: 16:08:44 [2023-03-05T21:08:44.675Z] 16:08:44 [2023-03-05T21:08:44.675Z] setToolWin: 16:08:44 [2023-03-05T21:08:44.675Z] 16:08:44 [2023-03-05T21:08:44.675Z] setToolUnix: 16:08:44 [2023-03-05T21:08:44.675Z] 16:08:44 [2023-03-05T21:08:44.675Z] setToolProperty: 16:08:44 [2023-03-05T21:08:44.675Z] 16:08:44 [2023-03-05T21:08:44.675Z] setS1ASclassPath: 16:08:44 [2023-03-05T21:08:44.675Z] 16:08:44 [2023-03-05T21:08:44.675Z] init-common: 16:08:44 [2023-03-05T21:08:44.675Z] 16:08:44 [2023-03-05T21:08:44.675Z] delete-jdbc-resource-common: 16:08:44 [2023-03-05T21:08:44.675Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 16:08:44 [2023-03-05T21:08:44.931Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 16:08:44 [2023-03-05T21:08:44.931Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 16:08:44 [2023-03-05T21:08:44.931Z] [echo] cmd executed for server 16:08:44 [2023-03-05T21:08:44.931Z] 16:08:44 [2023-03-05T21:08:44.931Z] setOSConditions: 16:08:44 [2023-03-05T21:08:44.931Z] 16:08:44 [2023-03-05T21:08:44.931Z] setToolWin: 16:08:44 [2023-03-05T21:08:44.931Z] 16:08:44 [2023-03-05T21:08:44.931Z] setToolUnix: 16:08:44 [2023-03-05T21:08:44.931Z] 16:08:44 [2023-03-05T21:08:44.931Z] setToolProperty: 16:08:44 [2023-03-05T21:08:44.931Z] 16:08:44 [2023-03-05T21:08:44.931Z] setS1ASclassPath: 16:08:44 [2023-03-05T21:08:44.931Z] 16:08:44 [2023-03-05T21:08:44.931Z] init-common: 16:08:44 [2023-03-05T21:08:44.931Z] 16:08:44 [2023-03-05T21:08:44.931Z] delete-jdbc-connpool-common: 16:08:44 [2023-03-05T21:08:44.931Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:08:45 [2023-03-05T21:08:45.188Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:08:45 [2023-03-05T21:08:45.188Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:08:45 [2023-03-05T21:08:45.188Z] [echo] cmd executed for server 16:08:45 [2023-03-05T21:08:45.188Z] 16:08:45 [2023-03-05T21:08:45.188Z] setOSConditions: 16:08:45 [2023-03-05T21:08:45.188Z] 16:08:45 [2023-03-05T21:08:45.188Z] setToolWin: 16:08:45 [2023-03-05T21:08:45.188Z] 16:08:45 [2023-03-05T21:08:45.188Z] setToolUnix: 16:08:45 [2023-03-05T21:08:45.188Z] 16:08:45 [2023-03-05T21:08:45.188Z] setToolProperty: 16:08:45 [2023-03-05T21:08:45.188Z] 16:08:45 [2023-03-05T21:08:45.188Z] setS1ASclassPath: 16:08:45 [2023-03-05T21:08:45.188Z] 16:08:45 [2023-03-05T21:08:45.188Z] init-common: 16:08:45 [2023-03-05T21:08:45.188Z] 16:08:45 [2023-03-05T21:08:45.188Z] delete-jdbc-resource-common: 16:08:45 [2023-03-05T21:08:45.188Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB1-xa 16:08:45 [2023-03-05T21:08:45.444Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB1-xa 16:08:45 [2023-03-05T21:08:45.444Z] [exec] JDBC resource jdbc/s1qeDB1-xa deleted successfully 16:08:45 [2023-03-05T21:08:45.444Z] [echo] cmd executed for server 16:08:45 [2023-03-05T21:08:45.444Z] 16:08:45 [2023-03-05T21:08:45.444Z] setOSConditions: 16:08:45 [2023-03-05T21:08:45.444Z] 16:08:45 [2023-03-05T21:08:45.444Z] setToolWin: 16:08:45 [2023-03-05T21:08:45.444Z] 16:08:45 [2023-03-05T21:08:45.444Z] setToolUnix: 16:08:45 [2023-03-05T21:08:45.444Z] 16:08:45 [2023-03-05T21:08:45.444Z] setToolProperty: 16:08:45 [2023-03-05T21:08:45.444Z] 16:08:45 [2023-03-05T21:08:45.444Z] setS1ASclassPath: 16:08:45 [2023-03-05T21:08:45.444Z] 16:08:45 [2023-03-05T21:08:45.444Z] init-common: 16:08:45 [2023-03-05T21:08:45.444Z] 16:08:45 [2023-03-05T21:08:45.444Z] undeploy-jdbc-common: 16:08:45 [2023-03-05T21:08:45.444Z] 16:08:45 [2023-03-05T21:08:45.444Z] setOSConditions: 16:08:45 [2023-03-05T21:08:45.444Z] 16:08:45 [2023-03-05T21:08:45.444Z] setToolWin: 16:08:45 [2023-03-05T21:08:45.444Z] 16:08:45 [2023-03-05T21:08:45.444Z] setToolUnix: 16:08:45 [2023-03-05T21:08:45.444Z] 16:08:45 [2023-03-05T21:08:45.444Z] setToolProperty: 16:08:45 [2023-03-05T21:08:45.444Z] 16:08:45 [2023-03-05T21:08:45.444Z] setS1ASclassPath: 16:08:45 [2023-03-05T21:08:45.444Z] 16:08:45 [2023-03-05T21:08:45.444Z] init-common: 16:08:45 [2023-03-05T21:08:45.444Z] 16:08:45 [2023-03-05T21:08:45.444Z] delete-jdbc-resource-common: 16:08:45 [2023-03-05T21:08:45.444Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB-xa 16:08:45 [2023-03-05T21:08:45.700Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB-xa 16:08:45 [2023-03-05T21:08:45.700Z] [exec] JDBC resource jdbc/s1qeDB-xa deleted successfully 16:08:45 [2023-03-05T21:08:45.956Z] [echo] cmd executed for server 16:08:45 [2023-03-05T21:08:45.956Z] 16:08:45 [2023-03-05T21:08:45.956Z] setOSConditions: 16:08:45 [2023-03-05T21:08:45.956Z] 16:08:45 [2023-03-05T21:08:45.956Z] setToolWin: 16:08:45 [2023-03-05T21:08:45.956Z] 16:08:45 [2023-03-05T21:08:45.956Z] setToolUnix: 16:08:45 [2023-03-05T21:08:45.956Z] 16:08:45 [2023-03-05T21:08:45.956Z] setToolProperty: 16:08:45 [2023-03-05T21:08:45.956Z] 16:08:45 [2023-03-05T21:08:45.956Z] setS1ASclassPath: 16:08:45 [2023-03-05T21:08:45.956Z] 16:08:45 [2023-03-05T21:08:45.956Z] init-common: 16:08:45 [2023-03-05T21:08:45.956Z] 16:08:45 [2023-03-05T21:08:45.956Z] delete-jdbc-connpool-common: 16:08:45 [2023-03-05T21:08:45.956Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-nopasswdfordb-xa-pool-1 16:08:46 [2023-03-05T21:08:46.221Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-nopasswdfordb-xa-pool-1 16:08:46 [2023-03-05T21:08:46.221Z] [exec] JDBC Connection pool jdbc-nopasswdfordb-xa-pool-1 deleted successfully 16:08:46 [2023-03-05T21:08:46.221Z] [echo] cmd executed for server 16:08:46 [2023-03-05T21:08:46.221Z] 16:08:46 [2023-03-05T21:08:46.221Z] setOSConditions: 16:08:46 [2023-03-05T21:08:46.221Z] 16:08:46 [2023-03-05T21:08:46.221Z] setToolWin: 16:08:46 [2023-03-05T21:08:46.221Z] 16:08:46 [2023-03-05T21:08:46.221Z] setToolUnix: 16:08:46 [2023-03-05T21:08:46.221Z] 16:08:46 [2023-03-05T21:08:46.221Z] setToolProperty: 16:08:46 [2023-03-05T21:08:46.221Z] 16:08:46 [2023-03-05T21:08:46.221Z] setS1ASclassPath: 16:08:46 [2023-03-05T21:08:46.221Z] 16:08:46 [2023-03-05T21:08:46.221Z] init-common: 16:08:46 [2023-03-05T21:08:46.221Z] 16:08:46 [2023-03-05T21:08:46.221Z] undeploy-jdbc-common: 16:08:46 [2023-03-05T21:08:46.221Z] 16:08:46 [2023-03-05T21:08:46.221Z] setOSConditions: 16:08:46 [2023-03-05T21:08:46.221Z] 16:08:46 [2023-03-05T21:08:46.221Z] setToolWin: 16:08:46 [2023-03-05T21:08:46.221Z] 16:08:46 [2023-03-05T21:08:46.221Z] setToolUnix: 16:08:46 [2023-03-05T21:08:46.221Z] 16:08:46 [2023-03-05T21:08:46.221Z] setToolProperty: 16:08:46 [2023-03-05T21:08:46.221Z] 16:08:46 [2023-03-05T21:08:46.221Z] setS1ASclassPath: 16:08:46 [2023-03-05T21:08:46.221Z] 16:08:46 [2023-03-05T21:08:46.221Z] init-common: 16:08:46 [2023-03-05T21:08:46.221Z] 16:08:46 [2023-03-05T21:08:46.221Z] delete-jdbc-resource-common: 16:08:46 [2023-03-05T21:08:46.221Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB2-xa 16:08:46 [2023-03-05T21:08:46.477Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB2-xa 16:08:46 [2023-03-05T21:08:46.477Z] [exec] JDBC resource jdbc/s1qeDB2-xa deleted successfully 16:08:46 [2023-03-05T21:08:46.477Z] [echo] cmd executed for server 16:08:46 [2023-03-05T21:08:46.477Z] 16:08:46 [2023-03-05T21:08:46.477Z] setOSConditions: 16:08:46 [2023-03-05T21:08:46.477Z] 16:08:46 [2023-03-05T21:08:46.477Z] setToolWin: 16:08:46 [2023-03-05T21:08:46.477Z] 16:08:46 [2023-03-05T21:08:46.477Z] setToolUnix: 16:08:46 [2023-03-05T21:08:46.477Z] 16:08:46 [2023-03-05T21:08:46.477Z] setToolProperty: 16:08:46 [2023-03-05T21:08:46.477Z] 16:08:46 [2023-03-05T21:08:46.477Z] setS1ASclassPath: 16:08:46 [2023-03-05T21:08:46.477Z] 16:08:46 [2023-03-05T21:08:46.477Z] init-common: 16:08:46 [2023-03-05T21:08:46.477Z] 16:08:46 [2023-03-05T21:08:46.477Z] delete-jdbc-connpool-common: 16:08:46 [2023-03-05T21:08:46.477Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-nopasswdfordb-xa-pool-2 16:08:46 [2023-03-05T21:08:46.733Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-nopasswdfordb-xa-pool-2 16:08:46 [2023-03-05T21:08:46.733Z] [exec] JDBC Connection pool jdbc-nopasswdfordb-xa-pool-2 deleted successfully 16:08:46 [2023-03-05T21:08:46.733Z] [echo] cmd executed for server 16:08:46 [2023-03-05T21:08:46.733Z] 16:08:46 [2023-03-05T21:08:46.733Z] setOSConditions: 16:08:46 [2023-03-05T21:08:46.733Z] 16:08:46 [2023-03-05T21:08:46.733Z] setToolWin: 16:08:46 [2023-03-05T21:08:46.733Z] 16:08:46 [2023-03-05T21:08:46.733Z] setToolUnix: 16:08:46 [2023-03-05T21:08:46.733Z] 16:08:46 [2023-03-05T21:08:46.733Z] setToolProperty: 16:08:46 [2023-03-05T21:08:46.733Z] 16:08:46 [2023-03-05T21:08:46.733Z] setS1ASclassPath: 16:08:46 [2023-03-05T21:08:46.733Z] 16:08:46 [2023-03-05T21:08:46.733Z] init-common: 16:08:46 [2023-03-05T21:08:46.733Z] 16:08:46 [2023-03-05T21:08:46.733Z] undeploy-common: 16:08:46 [2023-03-05T21:08:46.989Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-nopasswdfordbApp 16:08:47 [2023-03-05T21:08:47.245Z] 16:08:47 [2023-03-05T21:08:47.245Z] all: 16:08:47 [2023-03-05T21:08:47.245Z] 16:08:47 [2023-03-05T21:08:47.245Z] setOSConditions: 16:08:47 [2023-03-05T21:08:47.245Z] 16:08:47 [2023-03-05T21:08:47.245Z] setToolWin: 16:08:47 [2023-03-05T21:08:47.245Z] 16:08:47 [2023-03-05T21:08:47.245Z] setToolUnix: 16:08:47 [2023-03-05T21:08:47.245Z] 16:08:47 [2023-03-05T21:08:47.245Z] setToolProperty: 16:08:47 [2023-03-05T21:08:47.245Z] 16:08:47 [2023-03-05T21:08:47.245Z] setS1ASclassPath: 16:08:47 [2023-03-05T21:08:47.245Z] 16:08:47 [2023-03-05T21:08:47.245Z] init-common: 16:08:47 [2023-03-05T21:08:47.245Z] 16:08:47 [2023-03-05T21:08:47.245Z] clean: 16:08:47 [2023-03-05T21:08:47.245Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:08:47 [2023-03-05T21:08:47.245Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:08:47 [2023-03-05T21:08:47.245Z] 16:08:47 [2023-03-05T21:08:47.245Z] compile: 16:08:47 [2023-03-05T21:08:47.245Z] 16:08:47 [2023-03-05T21:08:47.245Z] setOSConditions: 16:08:47 [2023-03-05T21:08:47.245Z] 16:08:47 [2023-03-05T21:08:47.245Z] setToolWin: 16:08:47 [2023-03-05T21:08:47.245Z] 16:08:47 [2023-03-05T21:08:47.245Z] setToolUnix: 16:08:47 [2023-03-05T21:08:47.245Z] 16:08:47 [2023-03-05T21:08:47.245Z] setToolProperty: 16:08:47 [2023-03-05T21:08:47.245Z] 16:08:47 [2023-03-05T21:08:47.245Z] setS1ASclassPath: 16:08:47 [2023-03-05T21:08:47.245Z] 16:08:47 [2023-03-05T21:08:47.245Z] init-common: 16:08:47 [2023-03-05T21:08:47.245Z] 16:08:47 [2023-03-05T21:08:47.245Z] compile-common: 16:08:47 [2023-03-05T21:08:47.245Z] [echo] Current time (ISO): 2023-03-05T21:08:47.057+0000 16:08:47 [2023-03-05T21:08:47.245Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:08:47 [2023-03-05T21:08:47.245Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:08:48 [2023-03-05T21:08:48.628Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:08:48 [2023-03-05T21:08:48.628Z] [javac] 1 warning 16:08:48 [2023-03-05T21:08:48.628Z] 16:08:48 [2023-03-05T21:08:48.628Z] setOSConditions: 16:08:48 [2023-03-05T21:08:48.628Z] 16:08:48 [2023-03-05T21:08:48.628Z] setToolWin: 16:08:48 [2023-03-05T21:08:48.628Z] 16:08:48 [2023-03-05T21:08:48.628Z] setToolUnix: 16:08:48 [2023-03-05T21:08:48.628Z] 16:08:48 [2023-03-05T21:08:48.628Z] setToolProperty: 16:08:48 [2023-03-05T21:08:48.628Z] 16:08:48 [2023-03-05T21:08:48.628Z] setS1ASclassPath: 16:08:48 [2023-03-05T21:08:48.628Z] 16:08:48 [2023-03-05T21:08:48.628Z] init-common: 16:08:48 [2023-03-05T21:08:48.628Z] 16:08:48 [2023-03-05T21:08:48.628Z] compile-common: 16:08:48 [2023-03-05T21:08:48.628Z] [echo] Current time (ISO): 2023-03-05T21:08:48.427+0000 16:08:48 [2023-03-05T21:08:48.629Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:08:49 [2023-03-05T21:08:49.582Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:08:49 [2023-03-05T21:08:49.838Z] [javac] 1 warning 16:08:49 [2023-03-05T21:08:49.838Z] 16:08:49 [2023-03-05T21:08:49.838Z] build: 16:08:49 [2023-03-05T21:08:49.838Z] 16:08:49 [2023-03-05T21:08:49.838Z] setOSConditions: 16:08:49 [2023-03-05T21:08:49.838Z] 16:08:49 [2023-03-05T21:08:49.838Z] fixFiles: 16:08:49 [2023-03-05T21:08:49.838Z] 16:08:49 [2023-03-05T21:08:49.838Z] convUnix: 16:08:49 [2023-03-05T21:08:49.838Z] 16:08:49 [2023-03-05T21:08:49.838Z] convWin: 16:08:49 [2023-03-05T21:08:49.838Z] 16:08:49 [2023-03-05T21:08:49.838Z] setToolWin: 16:08:49 [2023-03-05T21:08:49.838Z] 16:08:49 [2023-03-05T21:08:49.838Z] setToolUnix: 16:08:49 [2023-03-05T21:08:49.838Z] 16:08:49 [2023-03-05T21:08:49.838Z] setToolProperty: 16:08:49 [2023-03-05T21:08:49.838Z] 16:08:49 [2023-03-05T21:08:49.838Z] setS1ASclassPath: 16:08:49 [2023-03-05T21:08:49.838Z] 16:08:49 [2023-03-05T21:08:49.839Z] init-common: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] package-persistence-common: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] ejb-jar-common: 16:08:49 [2023-03-05T21:08:49.839Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] package-ejbjar-common: 16:08:49 [2023-03-05T21:08:49.839Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:08:49 [2023-03-05T21:08:49.839Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:08:49 [2023-03-05T21:08:49.839Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:08:49 [2023-03-05T21:08:49.839Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthrough-ejb.jar 16:08:49 [2023-03-05T21:08:49.839Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] appclient-jar-common: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] package-appclientjar-common: 16:08:49 [2023-03-05T21:08:49.839Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:08:49 [2023-03-05T21:08:49.839Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:08:49 [2023-03-05T21:08:49.839Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:08:49 [2023-03-05T21:08:49.839Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthrough-client.jar 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] webclient-war-common: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] build-ear-common: 16:08:49 [2023-03-05T21:08:49.839Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:08:49 [2023-03-05T21:08:49.839Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthroughApp.ear 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] setOSConditions: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] fixFiles: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] convUnix: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] convWin: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] setToolWin: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] setToolUnix: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] setToolProperty: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] setS1ASclassPath: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] init-common: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] ear-common: 16:08:49 [2023-03-05T21:08:49.839Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txpassthrough/descriptor/sun-application.xml to copy. 16:08:49 [2023-03-05T21:08:49.839Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txpassthrough/${glassfish-resources-ear.xml} to copy. 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] deploy: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] setOSConditions: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] setToolWin: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] setToolUnix: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] setToolProperty: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] setS1ASclassPath: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] init-common: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] deploy-jdbc-common: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] setOSConditions: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] setToolWin: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] setToolUnix: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] setToolProperty: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] setS1ASclassPath: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] init-common: 16:08:49 [2023-03-05T21:08:49.839Z] 16:08:49 [2023-03-05T21:08:49.839Z] create-jdbc-connpool-common: 16:08:50 [2023-03-05T21:08:50.095Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:08:50 [2023-03-05T21:08:50.095Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:08:50 [2023-03-05T21:08:50.095Z] 16:08:50 [2023-03-05T21:08:50.095Z] set-derby-connpool-props: 16:08:50 [2023-03-05T21:08:50.658Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:08:50 [2023-03-05T21:08:50.658Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:08:50 [2023-03-05T21:08:50.922Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:08:50 [2023-03-05T21:08:50.922Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:08:51 [2023-03-05T21:08:51.179Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:08:51 [2023-03-05T21:08:51.179Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:08:51 [2023-03-05T21:08:51.435Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:08:51 [2023-03-05T21:08:51.435Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:08:51 [2023-03-05T21:08:51.691Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:08:51 [2023-03-05T21:08:51.691Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:08:51 [2023-03-05T21:08:51.947Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:08:51 [2023-03-05T21:08:51.947Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:08:52 [2023-03-05T21:08:52.203Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:08:52 [2023-03-05T21:08:52.203Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:08:52 [2023-03-05T21:08:52.765Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:08:52 [2023-03-05T21:08:52.765Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:08:52 [2023-03-05T21:08:52.765Z] 16:08:52 [2023-03-05T21:08:52.765Z] setOSConditions: 16:08:52 [2023-03-05T21:08:52.765Z] 16:08:52 [2023-03-05T21:08:52.765Z] setToolWin: 16:08:52 [2023-03-05T21:08:52.765Z] 16:08:52 [2023-03-05T21:08:52.765Z] setToolUnix: 16:08:52 [2023-03-05T21:08:52.765Z] 16:08:52 [2023-03-05T21:08:52.765Z] setToolProperty: 16:08:52 [2023-03-05T21:08:52.765Z] 16:08:52 [2023-03-05T21:08:52.765Z] setS1ASclassPath: 16:08:52 [2023-03-05T21:08:52.765Z] 16:08:52 [2023-03-05T21:08:52.765Z] init-common: 16:08:52 [2023-03-05T21:08:52.765Z] 16:08:52 [2023-03-05T21:08:52.765Z] create-jdbc-resource-common: 16:08:52 [2023-03-05T21:08:52.765Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 16:08:53 [2023-03-05T21:08:53.021Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 16:08:53 [2023-03-05T21:08:53.021Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 16:08:53 [2023-03-05T21:08:53.021Z] [echo] cmd executed for server 16:08:53 [2023-03-05T21:08:53.021Z] 16:08:53 [2023-03-05T21:08:53.021Z] setOSConditions: 16:08:53 [2023-03-05T21:08:53.021Z] 16:08:53 [2023-03-05T21:08:53.021Z] setToolWin: 16:08:53 [2023-03-05T21:08:53.021Z] 16:08:53 [2023-03-05T21:08:53.021Z] setToolUnix: 16:08:53 [2023-03-05T21:08:53.021Z] 16:08:53 [2023-03-05T21:08:53.021Z] setToolProperty: 16:08:53 [2023-03-05T21:08:53.021Z] 16:08:53 [2023-03-05T21:08:53.021Z] setS1ASclassPath: 16:08:53 [2023-03-05T21:08:53.021Z] 16:08:53 [2023-03-05T21:08:53.021Z] init-common: 16:08:53 [2023-03-05T21:08:53.021Z] 16:08:53 [2023-03-05T21:08:53.021Z] deploy-common: 16:08:53 [2023-03-05T21:08:53.021Z] [echo] Current time (ISO): 2023-03-05T21:08:52.830+0000 16:08:53 [2023-03-05T21:08:53.021Z] 16:08:53 [2023-03-05T21:08:53.021Z] setOSConditions: 16:08:53 [2023-03-05T21:08:53.021Z] 16:08:53 [2023-03-05T21:08:53.021Z] setToolWin: 16:08:53 [2023-03-05T21:08:53.021Z] 16:08:53 [2023-03-05T21:08:53.021Z] setToolUnix: 16:08:53 [2023-03-05T21:08:53.021Z] 16:08:53 [2023-03-05T21:08:53.021Z] setToolProperty: 16:08:53 [2023-03-05T21:08:53.021Z] 16:08:53 [2023-03-05T21:08:53.021Z] setS1ASclassPath: 16:08:53 [2023-03-05T21:08:53.021Z] 16:08:53 [2023-03-05T21:08:53.021Z] init-common: 16:08:53 [2023-03-05T21:08:53.021Z] 16:08:53 [2023-03-05T21:08:53.021Z] deploy-common-pe: 16:08:53 [2023-03-05T21:08:53.277Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthroughApp.ear 16:08:53 [2023-03-05T21:08:53.277Z] [exec] Application deployed with name jdbc-txpassthroughApp. 16:08:53 [2023-03-05T21:08:53.277Z] [echo] Deployment on target server server successful 16:08:53 [2023-03-05T21:08:53.277Z] 16:08:53 [2023-03-05T21:08:53.277Z] setOSConditions: 16:08:53 [2023-03-05T21:08:53.277Z] 16:08:53 [2023-03-05T21:08:53.277Z] setToolWin: 16:08:53 [2023-03-05T21:08:53.277Z] 16:08:53 [2023-03-05T21:08:53.277Z] setToolUnix: 16:08:53 [2023-03-05T21:08:53.277Z] 16:08:53 [2023-03-05T21:08:53.277Z] setToolProperty: 16:08:53 [2023-03-05T21:08:53.277Z] 16:08:53 [2023-03-05T21:08:53.277Z] setS1ASclassPath: 16:08:53 [2023-03-05T21:08:53.277Z] 16:08:53 [2023-03-05T21:08:53.277Z] init-common: 16:08:53 [2023-03-05T21:08:53.533Z] 16:08:53 [2023-03-05T21:08:53.533Z] deploy-common-ee: 16:08:53 [2023-03-05T21:08:53.533Z] 16:08:53 [2023-03-05T21:08:53.533Z] run: 16:08:53 [2023-03-05T21:08:53.533Z] 16:08:53 [2023-03-05T21:08:53.533Z] setOSConditions: 16:08:53 [2023-03-05T21:08:53.533Z] 16:08:53 [2023-03-05T21:08:53.533Z] setToolWin: 16:08:53 [2023-03-05T21:08:53.533Z] 16:08:53 [2023-03-05T21:08:53.533Z] setToolUnix: 16:08:53 [2023-03-05T21:08:53.533Z] 16:08:53 [2023-03-05T21:08:53.533Z] setToolProperty: 16:08:53 [2023-03-05T21:08:53.533Z] 16:08:53 [2023-03-05T21:08:53.533Z] setS1ASclassPath: 16:08:53 [2023-03-05T21:08:53.533Z] 16:08:53 [2023-03-05T21:08:53.533Z] init-common: 16:08:53 [2023-03-05T21:08:53.533Z] 16:08:53 [2023-03-05T21:08:53.533Z] execute-sql-common: 16:08:53 [2023-03-05T21:08:53.533Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txpassthrough/sql/create.sql 16:08:53 [2023-03-05T21:08:53.533Z] [sql] Failed to execute: DROP TABLE ONLYGETCONNECTION 16:08:53 [2023-03-05T21:08:53.533Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'ONLYGETCONNECTION' because it does not exist. 16:08:53 [2023-03-05T21:08:53.533Z] [sql] 0 rows affected 16:08:53 [2023-03-05T21:08:53.533Z] [sql] 1 of 2 SQL statements executed successfully 16:08:53 [2023-03-05T21:08:53.533Z] 16:08:53 [2023-03-05T21:08:53.533Z] setOSConditions: 16:08:53 [2023-03-05T21:08:53.533Z] 16:08:53 [2023-03-05T21:08:53.533Z] setToolWin: 16:08:53 [2023-03-05T21:08:53.533Z] 16:08:53 [2023-03-05T21:08:53.533Z] setToolUnix: 16:08:53 [2023-03-05T21:08:53.533Z] 16:08:53 [2023-03-05T21:08:53.533Z] setToolProperty: 16:08:53 [2023-03-05T21:08:53.533Z] 16:08:53 [2023-03-05T21:08:53.533Z] setS1ASclassPath: 16:08:53 [2023-03-05T21:08:53.533Z] 16:08:53 [2023-03-05T21:08:53.533Z] init-common: 16:08:53 [2023-03-05T21:08:53.533Z] 16:08:53 [2023-03-05T21:08:53.533Z] runclient-common: 16:08:53 [2023-03-05T21:08:53.533Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthroughAppClient.jar -name jdbc-txpassthroughClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:08:54 [2023-03-05T21:08:54.096Z] [exec] Mar 05, 2023 9:08:53 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:08:54 [2023-03-05T21:08:54.096Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:08:57 [2023-03-05T21:08:57.420Z] [exec] Mar 05, 2023 9:08:57 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:08:57 [2023-03-05T21:08:57.420Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 16:08:57 [2023-03-05T21:08:57.677Z] [exec] Value of key is: test1 : 16:08:57 [2023-03-05T21:08:57.677Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:08:57 [2023-03-05T21:08:57.677Z] [exec] 16:08:57 [2023-03-05T21:08:57.677Z] [exec] 16:08:57 [2023-03-05T21:08:57.677Z] [exec] ----------------------------------------- 16:08:57 [2023-03-05T21:08:57.677Z] [exec] - test1 : : PASS - 16:08:57 [2023-03-05T21:08:57.677Z] [exec] ----------------------------------------- 16:08:57 [2023-03-05T21:08:57.677Z] [exec] Total PASS: 1 16:08:57 [2023-03-05T21:08:57.677Z] [exec] Total FAIL: 0 16:08:57 [2023-03-05T21:08:57.677Z] [exec] Total DID NOT RUN: 0 16:08:57 [2023-03-05T21:08:57.677Z] [exec] ----------------------------------------- 16:08:57 [2023-03-05T21:08:57.677Z] [exec] in flushAll , creating new testSuiteHash 16:08:57 [2023-03-05T21:08:57.677Z] [exec] in flushAll , creating new testSuiteHash 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] checkReporting-common: 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] confirmReportPresent-common: 16:08:57 [2023-03-05T21:08:57.933Z] [echo] file RepRunConf.txt is present. 16:08:57 [2023-03-05T21:08:57.933Z] [echo] Test seems to be reported fine 16:08:57 [2023-03-05T21:08:57.933Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txpassthrough/RepRunConf.txt 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] confirmMissingReport-common: 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] undeploy: 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] setOSConditions: 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] setToolWin: 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] setToolUnix: 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] setToolProperty: 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] setS1ASclassPath: 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] init-common: 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] undeploy-jdbc-common: 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] setOSConditions: 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] setToolWin: 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] setToolUnix: 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] setToolProperty: 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] setS1ASclassPath: 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] init-common: 16:08:57 [2023-03-05T21:08:57.933Z] 16:08:57 [2023-03-05T21:08:57.933Z] delete-jdbc-resource-common: 16:08:57 [2023-03-05T21:08:57.933Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 16:08:59 [2023-03-05T21:08:59.172Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 16:08:59 [2023-03-05T21:08:59.172Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 16:08:59 [2023-03-05T21:08:59.172Z] [echo] cmd executed for server 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setOSConditions: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolWin: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolUnix: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolProperty: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setS1ASclassPath: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] init-common: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] delete-jdbc-connpool-common: 16:08:59 [2023-03-05T21:08:59.172Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:08:59 [2023-03-05T21:08:59.172Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:08:59 [2023-03-05T21:08:59.172Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:08:59 [2023-03-05T21:08:59.172Z] [echo] cmd executed for server 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setOSConditions: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolWin: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolUnix: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolProperty: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setS1ASclassPath: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] init-common: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] undeploy-common: 16:08:59 [2023-03-05T21:08:59.172Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-txpassthroughApp 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] all: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setOSConditions: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolWin: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolUnix: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolProperty: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setS1ASclassPath: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] init-common: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] clean: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setOSConditions: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolWin: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolUnix: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolProperty: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setS1ASclassPath: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] init-common: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] clean-common: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setOSConditions: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolWin: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolUnix: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolProperty: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setS1ASclassPath: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] init-common: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] clean-classes-common: 16:08:59 [2023-03-05T21:08:59.172Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setOSConditions: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolWin: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolUnix: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolProperty: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setS1ASclassPath: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] init-common: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] clean-jars-common: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] compile: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setOSConditions: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolWin: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolUnix: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setToolProperty: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] setS1ASclassPath: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] init-common: 16:08:59 [2023-03-05T21:08:59.172Z] 16:08:59 [2023-03-05T21:08:59.172Z] compile-common: 16:08:59 [2023-03-05T21:08:59.172Z] [echo] Current time (ISO): 2023-03-05T21:08:58.880+0000 16:08:59 [2023-03-05T21:08:59.172Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:08:59 [2023-03-05T21:08:59.172Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:00 [2023-03-05T21:09:00.102Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:09:00 [2023-03-05T21:09:00.102Z] [javac] 1 warning 16:09:00 [2023-03-05T21:09:00.102Z] 16:09:00 [2023-03-05T21:09:00.102Z] setOSConditions: 16:09:00 [2023-03-05T21:09:00.102Z] 16:09:00 [2023-03-05T21:09:00.102Z] setToolWin: 16:09:00 [2023-03-05T21:09:00.102Z] 16:09:00 [2023-03-05T21:09:00.102Z] setToolUnix: 16:09:00 [2023-03-05T21:09:00.102Z] 16:09:00 [2023-03-05T21:09:00.102Z] setToolProperty: 16:09:00 [2023-03-05T21:09:00.102Z] 16:09:00 [2023-03-05T21:09:00.102Z] setS1ASclassPath: 16:09:00 [2023-03-05T21:09:00.102Z] 16:09:00 [2023-03-05T21:09:00.102Z] init-common: 16:09:00 [2023-03-05T21:09:00.102Z] 16:09:00 [2023-03-05T21:09:00.102Z] compile-common: 16:09:00 [2023-03-05T21:09:00.102Z] [echo] Current time (ISO): 2023-03-05T21:09:00.094+0000 16:09:00 [2023-03-05T21:09:00.102Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:01 [2023-03-05T21:09:01.470Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:09:01 [2023-03-05T21:09:01.470Z] [javac] 1 warning 16:09:01 [2023-03-05T21:09:01.470Z] 16:09:01 [2023-03-05T21:09:01.470Z] build: 16:09:01 [2023-03-05T21:09:01.470Z] 16:09:01 [2023-03-05T21:09:01.470Z] setOSConditions: 16:09:01 [2023-03-05T21:09:01.470Z] 16:09:01 [2023-03-05T21:09:01.470Z] fixFiles: 16:09:01 [2023-03-05T21:09:01.470Z] 16:09:01 [2023-03-05T21:09:01.470Z] convUnix: 16:09:01 [2023-03-05T21:09:01.470Z] 16:09:01 [2023-03-05T21:09:01.470Z] convWin: 16:09:01 [2023-03-05T21:09:01.470Z] 16:09:01 [2023-03-05T21:09:01.470Z] setToolWin: 16:09:01 [2023-03-05T21:09:01.470Z] 16:09:01 [2023-03-05T21:09:01.470Z] setToolUnix: 16:09:01 [2023-03-05T21:09:01.470Z] 16:09:01 [2023-03-05T21:09:01.470Z] setToolProperty: 16:09:01 [2023-03-05T21:09:01.470Z] 16:09:01 [2023-03-05T21:09:01.470Z] setS1ASclassPath: 16:09:01 [2023-03-05T21:09:01.470Z] 16:09:01 [2023-03-05T21:09:01.470Z] init-common: 16:09:01 [2023-03-05T21:09:01.470Z] 16:09:01 [2023-03-05T21:09:01.470Z] package-persistence-common: 16:09:01 [2023-03-05T21:09:01.470Z] 16:09:01 [2023-03-05T21:09:01.470Z] ejb-jar-common: 16:09:01 [2023-03-05T21:09:01.470Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:09:01 [2023-03-05T21:09:01.470Z] 16:09:01 [2023-03-05T21:09:01.470Z] package-ejbjar-common: 16:09:01 [2023-03-05T21:09:01.470Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:01 [2023-03-05T21:09:01.470Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:01 [2023-03-05T21:09:01.470Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:01 [2023-03-05T21:09:01.471Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontx-ejb.jar 16:09:01 [2023-03-05T21:09:01.471Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:01 [2023-03-05T21:09:01.471Z] 16:09:01 [2023-03-05T21:09:01.471Z] appclient-jar-common: 16:09:01 [2023-03-05T21:09:01.471Z] 16:09:01 [2023-03-05T21:09:01.471Z] package-appclientjar-common: 16:09:01 [2023-03-05T21:09:01.471Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:01 [2023-03-05T21:09:01.471Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:01 [2023-03-05T21:09:01.471Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:01 [2023-03-05T21:09:01.471Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontx-client.jar 16:09:01 [2023-03-05T21:09:01.471Z] 16:09:01 [2023-03-05T21:09:01.471Z] webclient-war-common: 16:09:01 [2023-03-05T21:09:01.471Z] 16:09:01 [2023-03-05T21:09:01.471Z] build-ear-common: 16:09:01 [2023-03-05T21:09:01.471Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:01 [2023-03-05T21:09:01.471Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxApp.ear 16:09:01 [2023-03-05T21:09:01.471Z] 16:09:01 [2023-03-05T21:09:01.471Z] deploy: 16:09:01 [2023-03-05T21:09:01.471Z] 16:09:01 [2023-03-05T21:09:01.471Z] setOSConditions: 16:09:01 [2023-03-05T21:09:01.471Z] 16:09:01 [2023-03-05T21:09:01.471Z] setToolWin: 16:09:01 [2023-03-05T21:09:01.471Z] 16:09:01 [2023-03-05T21:09:01.471Z] setToolUnix: 16:09:01 [2023-03-05T21:09:01.471Z] 16:09:01 [2023-03-05T21:09:01.471Z] setToolProperty: 16:09:01 [2023-03-05T21:09:01.471Z] 16:09:01 [2023-03-05T21:09:01.471Z] setS1ASclassPath: 16:09:01 [2023-03-05T21:09:01.471Z] 16:09:01 [2023-03-05T21:09:01.471Z] init-common: 16:09:01 [2023-03-05T21:09:01.471Z] 16:09:01 [2023-03-05T21:09:01.471Z] create-jdbc-connpool-common: 16:09:01 [2023-03-05T21:09:01.727Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-txafternontx-pool 16:09:01 [2023-03-05T21:09:01.727Z] [exec] JDBC connection pool jdbc-txafternontx-pool created successfully. 16:09:01 [2023-03-05T21:09:01.727Z] 16:09:01 [2023-03-05T21:09:01.727Z] set-derby-connpool-props: 16:09:02 [2023-03-05T21:09:02.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.User=dbuser 16:09:02 [2023-03-05T21:09:02.289Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.User=dbuser 16:09:02 [2023-03-05T21:09:02.545Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.Password=dbpassword 16:09:02 [2023-03-05T21:09:02.545Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.Password=dbpassword 16:09:02 [2023-03-05T21:09:02.801Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.driverType=4 16:09:02 [2023-03-05T21:09:02.801Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.driverType=4 16:09:03 [2023-03-05T21:09:03.364Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.portNumber=1527 16:09:03 [2023-03-05T21:09:03.364Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.portNumber=1527 16:09:03 [2023-03-05T21:09:03.621Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.dataBaseName=testdb 16:09:03 [2023-03-05T21:09:03.621Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.dataBaseName=testdb 16:09:03 [2023-03-05T21:09:03.878Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:09:03 [2023-03-05T21:09:03.878Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:09:04 [2023-03-05T21:09:04.134Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.create=true 16:09:04 [2023-03-05T21:09:04.134Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.create=true 16:09:04 [2023-03-05T21:09:04.518Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.serverName=localhost 16:09:04 [2023-03-05T21:09:04.518Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.serverName=localhost 16:09:04 [2023-03-05T21:09:04.518Z] 16:09:04 [2023-03-05T21:09:04.518Z] setOSConditions: 16:09:04 [2023-03-05T21:09:04.518Z] 16:09:04 [2023-03-05T21:09:04.518Z] setToolWin: 16:09:04 [2023-03-05T21:09:04.518Z] 16:09:04 [2023-03-05T21:09:04.518Z] setToolUnix: 16:09:04 [2023-03-05T21:09:04.518Z] 16:09:04 [2023-03-05T21:09:04.518Z] setToolProperty: 16:09:04 [2023-03-05T21:09:04.518Z] 16:09:04 [2023-03-05T21:09:04.518Z] setS1ASclassPath: 16:09:04 [2023-03-05T21:09:04.518Z] 16:09:04 [2023-03-05T21:09:04.518Z] init-common: 16:09:04 [2023-03-05T21:09:04.518Z] 16:09:04 [2023-03-05T21:09:04.518Z] create-jdbc-resource-common: 16:09:04 [2023-03-05T21:09:04.518Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-txafternontx-pool --target server jdbc/txafternontx 16:09:04 [2023-03-05T21:09:04.774Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-txafternontx-pool --enabled=true --target server jdbc/txafternontx 16:09:04 [2023-03-05T21:09:04.774Z] [exec] JDBC resource jdbc/txafternontx created successfully. 16:09:04 [2023-03-05T21:09:04.774Z] [echo] cmd executed for server 16:09:04 [2023-03-05T21:09:04.774Z] 16:09:04 [2023-03-05T21:09:04.774Z] setOSConditions: 16:09:04 [2023-03-05T21:09:04.774Z] 16:09:04 [2023-03-05T21:09:04.774Z] setToolWin: 16:09:04 [2023-03-05T21:09:04.774Z] 16:09:04 [2023-03-05T21:09:04.774Z] setToolUnix: 16:09:04 [2023-03-05T21:09:04.774Z] 16:09:04 [2023-03-05T21:09:04.774Z] setToolProperty: 16:09:04 [2023-03-05T21:09:04.774Z] 16:09:04 [2023-03-05T21:09:04.774Z] setS1ASclassPath: 16:09:04 [2023-03-05T21:09:04.774Z] 16:09:04 [2023-03-05T21:09:04.774Z] init-common: 16:09:04 [2023-03-05T21:09:04.774Z] 16:09:04 [2023-03-05T21:09:04.774Z] deploy-common: 16:09:04 [2023-03-05T21:09:04.774Z] [echo] Current time (ISO): 2023-03-05T21:09:04.630+0000 16:09:04 [2023-03-05T21:09:04.774Z] 16:09:04 [2023-03-05T21:09:04.774Z] setOSConditions: 16:09:04 [2023-03-05T21:09:04.774Z] 16:09:04 [2023-03-05T21:09:04.774Z] setToolWin: 16:09:04 [2023-03-05T21:09:04.774Z] 16:09:04 [2023-03-05T21:09:04.774Z] setToolUnix: 16:09:04 [2023-03-05T21:09:04.774Z] 16:09:04 [2023-03-05T21:09:04.774Z] setToolProperty: 16:09:04 [2023-03-05T21:09:04.774Z] 16:09:04 [2023-03-05T21:09:04.774Z] setS1ASclassPath: 16:09:04 [2023-03-05T21:09:04.774Z] 16:09:04 [2023-03-05T21:09:04.774Z] init-common: 16:09:04 [2023-03-05T21:09:04.774Z] 16:09:04 [2023-03-05T21:09:04.774Z] deploy-common-pe: 16:09:05 [2023-03-05T21:09:05.030Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxApp.ear 16:09:05 [2023-03-05T21:09:05.286Z] [exec] Application deployed with name jdbc-txafternontxApp. 16:09:05 [2023-03-05T21:09:05.286Z] [echo] Deployment on target server server successful 16:09:05 [2023-03-05T21:09:05.286Z] 16:09:05 [2023-03-05T21:09:05.286Z] setOSConditions: 16:09:05 [2023-03-05T21:09:05.286Z] 16:09:05 [2023-03-05T21:09:05.286Z] setToolWin: 16:09:05 [2023-03-05T21:09:05.286Z] 16:09:05 [2023-03-05T21:09:05.286Z] setToolUnix: 16:09:05 [2023-03-05T21:09:05.286Z] 16:09:05 [2023-03-05T21:09:05.286Z] setToolProperty: 16:09:05 [2023-03-05T21:09:05.286Z] 16:09:05 [2023-03-05T21:09:05.286Z] setS1ASclassPath: 16:09:05 [2023-03-05T21:09:05.286Z] 16:09:05 [2023-03-05T21:09:05.286Z] init-common: 16:09:05 [2023-03-05T21:09:05.286Z] 16:09:05 [2023-03-05T21:09:05.286Z] deploy-common-ee: 16:09:05 [2023-03-05T21:09:05.286Z] 16:09:05 [2023-03-05T21:09:05.286Z] run: 16:09:05 [2023-03-05T21:09:05.286Z] 16:09:05 [2023-03-05T21:09:05.286Z] setOSConditions: 16:09:05 [2023-03-05T21:09:05.286Z] 16:09:05 [2023-03-05T21:09:05.286Z] setToolWin: 16:09:05 [2023-03-05T21:09:05.286Z] 16:09:05 [2023-03-05T21:09:05.287Z] setToolUnix: 16:09:05 [2023-03-05T21:09:05.287Z] 16:09:05 [2023-03-05T21:09:05.287Z] setToolProperty: 16:09:05 [2023-03-05T21:09:05.287Z] 16:09:05 [2023-03-05T21:09:05.287Z] setS1ASclassPath: 16:09:05 [2023-03-05T21:09:05.287Z] 16:09:05 [2023-03-05T21:09:05.287Z] init-common: 16:09:05 [2023-03-05T21:09:05.287Z] 16:09:05 [2023-03-05T21:09:05.287Z] execute-sql-common: 16:09:05 [2023-03-05T21:09:05.287Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontx/sql/create_pointbase.sql 16:09:05 [2023-03-05T21:09:05.287Z] [sql] Failed to execute: Drop table O_Customer 16:09:05 [2023-03-05T21:09:05.287Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:09:05 [2023-03-05T21:09:05.287Z] [sql] 0 rows affected 16:09:05 [2023-03-05T21:09:05.287Z] [sql] 1 rows affected 16:09:05 [2023-03-05T21:09:05.287Z] [sql] 1 rows affected 16:09:05 [2023-03-05T21:09:05.287Z] [sql] 3 of 4 SQL statements executed successfully 16:09:05 [2023-03-05T21:09:05.287Z] 16:09:05 [2023-03-05T21:09:05.287Z] setOSConditions: 16:09:05 [2023-03-05T21:09:05.287Z] 16:09:05 [2023-03-05T21:09:05.287Z] setToolWin: 16:09:05 [2023-03-05T21:09:05.287Z] 16:09:05 [2023-03-05T21:09:05.287Z] setToolUnix: 16:09:05 [2023-03-05T21:09:05.287Z] 16:09:05 [2023-03-05T21:09:05.287Z] setToolProperty: 16:09:05 [2023-03-05T21:09:05.287Z] 16:09:05 [2023-03-05T21:09:05.287Z] setS1ASclassPath: 16:09:05 [2023-03-05T21:09:05.287Z] 16:09:05 [2023-03-05T21:09:05.287Z] init-common: 16:09:05 [2023-03-05T21:09:05.287Z] 16:09:05 [2023-03-05T21:09:05.287Z] runclient-common: 16:09:05 [2023-03-05T21:09:05.287Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxAppClient.jar -name jdbc-txafternontxClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:09:05 [2023-03-05T21:09:05.850Z] [exec] Mar 05, 2023 9:09:05 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:09:05 [2023-03-05T21:09:05.850Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:09:07 [2023-03-05T21:09:07.757Z] [exec] Mar 05, 2023 9:09:07 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:09:07 [2023-03-05T21:09:07.757Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@50598a1a 16:09:08 [2023-03-05T21:09:08.014Z] [exec] Value of key is: test1 : 16:09:08 [2023-03-05T21:09:08.014Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:09:08 [2023-03-05T21:09:08.014Z] [exec] 16:09:08 [2023-03-05T21:09:08.014Z] [exec] 16:09:08 [2023-03-05T21:09:08.014Z] [exec] ----------------------------------------- 16:09:08 [2023-03-05T21:09:08.014Z] [exec] - test1 : : PASS - 16:09:08 [2023-03-05T21:09:08.014Z] [exec] ----------------------------------------- 16:09:08 [2023-03-05T21:09:08.014Z] [exec] Total PASS: 1 16:09:08 [2023-03-05T21:09:08.014Z] [exec] Total FAIL: 0 16:09:08 [2023-03-05T21:09:08.014Z] [exec] Total DID NOT RUN: 0 16:09:08 [2023-03-05T21:09:08.014Z] [exec] ----------------------------------------- 16:09:08 [2023-03-05T21:09:08.014Z] [exec] in flushAll , creating new testSuiteHash 16:09:08 [2023-03-05T21:09:08.014Z] [exec] in flushAll , creating new testSuiteHash 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] checkReporting-common: 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] confirmReportPresent-common: 16:09:08 [2023-03-05T21:09:08.270Z] [echo] file RepRunConf.txt is present. 16:09:08 [2023-03-05T21:09:08.270Z] [echo] Test seems to be reported fine 16:09:08 [2023-03-05T21:09:08.270Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontx/RepRunConf.txt 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] confirmMissingReport-common: 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] undeploy: 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] setOSConditions: 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] setToolWin: 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] setToolUnix: 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] setToolProperty: 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] setS1ASclassPath: 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] init-common: 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] execute-sql-common: 16:09:08 [2023-03-05T21:09:08.270Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontx/sql/drop_pointbase.sql 16:09:08 [2023-03-05T21:09:08.270Z] [sql] 0 rows affected 16:09:08 [2023-03-05T21:09:08.270Z] [sql] 1 of 1 SQL statements executed successfully 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] setOSConditions: 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] setToolWin: 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] setToolUnix: 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] setToolProperty: 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] setS1ASclassPath: 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] init-common: 16:09:08 [2023-03-05T21:09:08.270Z] 16:09:08 [2023-03-05T21:09:08.270Z] delete-jdbc-resource-common: 16:09:08 [2023-03-05T21:09:08.270Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/txafternontx 16:09:08 [2023-03-05T21:09:08.832Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/txafternontx 16:09:08 [2023-03-05T21:09:08.832Z] [exec] JDBC resource jdbc/txafternontx deleted successfully 16:09:08 [2023-03-05T21:09:08.832Z] [echo] cmd executed for server 16:09:08 [2023-03-05T21:09:08.832Z] 16:09:08 [2023-03-05T21:09:08.832Z] setOSConditions: 16:09:08 [2023-03-05T21:09:08.832Z] 16:09:08 [2023-03-05T21:09:08.832Z] setToolWin: 16:09:08 [2023-03-05T21:09:08.832Z] 16:09:08 [2023-03-05T21:09:08.832Z] setToolUnix: 16:09:08 [2023-03-05T21:09:08.832Z] 16:09:08 [2023-03-05T21:09:08.832Z] setToolProperty: 16:09:08 [2023-03-05T21:09:08.832Z] 16:09:08 [2023-03-05T21:09:08.832Z] setS1ASclassPath: 16:09:08 [2023-03-05T21:09:08.832Z] 16:09:08 [2023-03-05T21:09:08.832Z] init-common: 16:09:08 [2023-03-05T21:09:08.832Z] 16:09:08 [2023-03-05T21:09:08.832Z] delete-jdbc-connpool-common: 16:09:08 [2023-03-05T21:09:08.832Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-txafternontx-pool 16:09:09 [2023-03-05T21:09:09.119Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-txafternontx-pool 16:09:09 [2023-03-05T21:09:09.119Z] [exec] JDBC Connection pool jdbc-txafternontx-pool deleted successfully 16:09:09 [2023-03-05T21:09:09.119Z] [echo] cmd executed for server 16:09:09 [2023-03-05T21:09:09.119Z] 16:09:09 [2023-03-05T21:09:09.119Z] setOSConditions: 16:09:09 [2023-03-05T21:09:09.119Z] 16:09:09 [2023-03-05T21:09:09.119Z] setToolWin: 16:09:09 [2023-03-05T21:09:09.119Z] 16:09:09 [2023-03-05T21:09:09.119Z] setToolUnix: 16:09:09 [2023-03-05T21:09:09.119Z] 16:09:09 [2023-03-05T21:09:09.119Z] setToolProperty: 16:09:09 [2023-03-05T21:09:09.119Z] 16:09:09 [2023-03-05T21:09:09.119Z] setS1ASclassPath: 16:09:09 [2023-03-05T21:09:09.119Z] 16:09:09 [2023-03-05T21:09:09.119Z] init-common: 16:09:09 [2023-03-05T21:09:09.119Z] 16:09:09 [2023-03-05T21:09:09.119Z] undeploy-common: 16:09:09 [2023-03-05T21:09:09.375Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-txafternontxApp 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] all: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setOSConditions: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setToolWin: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setToolUnix: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setToolProperty: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setS1ASclassPath: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] init-common: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] clean: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setOSConditions: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setToolWin: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setToolUnix: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setToolProperty: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setS1ASclassPath: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] init-common: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] clean-common: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setOSConditions: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setToolWin: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setToolUnix: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setToolProperty: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setS1ASclassPath: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] init-common: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] clean-classes-common: 16:09:09 [2023-03-05T21:09:09.375Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setOSConditions: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setToolWin: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setToolUnix: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setToolProperty: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setS1ASclassPath: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] init-common: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] clean-jars-common: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] compile: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setOSConditions: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setToolWin: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setToolUnix: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setToolProperty: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] setS1ASclassPath: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] init-common: 16:09:09 [2023-03-05T21:09:09.375Z] 16:09:09 [2023-03-05T21:09:09.375Z] compile-common: 16:09:09 [2023-03-05T21:09:09.375Z] [echo] Current time (ISO): 2023-03-05T21:09:09.218+0000 16:09:09 [2023-03-05T21:09:09.375Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:09 [2023-03-05T21:09:09.375Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:10 [2023-03-05T21:09:10.759Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:09:10 [2023-03-05T21:09:10.759Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontxjndi/ejb/SimpleSessionBean.java uses unchecked or unsafe operations. 16:09:10 [2023-03-05T21:09:10.759Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:09:10 [2023-03-05T21:09:10.759Z] [javac] 1 warning 16:09:10 [2023-03-05T21:09:10.759Z] 16:09:10 [2023-03-05T21:09:10.759Z] setOSConditions: 16:09:10 [2023-03-05T21:09:10.759Z] 16:09:10 [2023-03-05T21:09:10.759Z] setToolWin: 16:09:10 [2023-03-05T21:09:10.759Z] 16:09:10 [2023-03-05T21:09:10.759Z] setToolUnix: 16:09:10 [2023-03-05T21:09:10.759Z] 16:09:10 [2023-03-05T21:09:10.759Z] setToolProperty: 16:09:10 [2023-03-05T21:09:10.759Z] 16:09:10 [2023-03-05T21:09:10.759Z] setS1ASclassPath: 16:09:10 [2023-03-05T21:09:10.759Z] 16:09:10 [2023-03-05T21:09:10.759Z] init-common: 16:09:10 [2023-03-05T21:09:10.759Z] 16:09:10 [2023-03-05T21:09:10.759Z] compile-common: 16:09:10 [2023-03-05T21:09:10.759Z] [echo] Current time (ISO): 2023-03-05T21:09:10.503+0000 16:09:10 [2023-03-05T21:09:10.759Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:11 [2023-03-05T21:09:11.693Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:09:11 [2023-03-05T21:09:11.693Z] [javac] 1 warning 16:09:11 [2023-03-05T21:09:11.693Z] 16:09:11 [2023-03-05T21:09:11.693Z] build: 16:09:11 [2023-03-05T21:09:11.693Z] 16:09:11 [2023-03-05T21:09:11.693Z] setOSConditions: 16:09:11 [2023-03-05T21:09:11.693Z] 16:09:11 [2023-03-05T21:09:11.693Z] fixFiles: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] convUnix: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] convWin: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] setToolWin: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] setToolUnix: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] setToolProperty: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] setS1ASclassPath: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] init-common: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] package-persistence-common: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] ejb-jar-common: 16:09:11 [2023-03-05T21:09:11.949Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] package-ejbjar-common: 16:09:11 [2023-03-05T21:09:11.949Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:11 [2023-03-05T21:09:11.949Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:11 [2023-03-05T21:09:11.949Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:11 [2023-03-05T21:09:11.949Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontx-ejb.jar 16:09:11 [2023-03-05T21:09:11.949Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] appclient-jar-common: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] package-appclientjar-common: 16:09:11 [2023-03-05T21:09:11.949Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:11 [2023-03-05T21:09:11.949Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:11 [2023-03-05T21:09:11.949Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:11 [2023-03-05T21:09:11.949Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontx-client.jar 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] webclient-war-common: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] build-ear-common: 16:09:11 [2023-03-05T21:09:11.949Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:11 [2023-03-05T21:09:11.949Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxApp.ear 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] deploy: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] setOSConditions: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] setToolWin: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] setToolUnix: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] setToolProperty: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] setS1ASclassPath: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] init-common: 16:09:11 [2023-03-05T21:09:11.949Z] 16:09:11 [2023-03-05T21:09:11.949Z] create-jdbc-connpool-common: 16:09:12 [2023-03-05T21:09:12.221Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-txafternontx-pool 16:09:12 [2023-03-05T21:09:12.221Z] [exec] JDBC connection pool jdbc-txafternontx-pool created successfully. 16:09:12 [2023-03-05T21:09:12.221Z] 16:09:12 [2023-03-05T21:09:12.221Z] set-derby-connpool-props: 16:09:12 [2023-03-05T21:09:12.477Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.User=dbuser 16:09:12 [2023-03-05T21:09:12.477Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.User=dbuser 16:09:12 [2023-03-05T21:09:12.733Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.Password=dbpassword 16:09:12 [2023-03-05T21:09:12.733Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.Password=dbpassword 16:09:12 [2023-03-05T21:09:12.988Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.driverType=4 16:09:12 [2023-03-05T21:09:12.988Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.driverType=4 16:09:13 [2023-03-05T21:09:13.245Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.portNumber=1527 16:09:13 [2023-03-05T21:09:13.245Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.portNumber=1527 16:09:13 [2023-03-05T21:09:13.501Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.dataBaseName=testdb 16:09:13 [2023-03-05T21:09:13.501Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.dataBaseName=testdb 16:09:14 [2023-03-05T21:09:14.063Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:09:14 [2023-03-05T21:09:14.063Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:09:14 [2023-03-05T21:09:14.321Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.create=true 16:09:14 [2023-03-05T21:09:14.321Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.create=true 16:09:14 [2023-03-05T21:09:14.578Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.serverName=localhost 16:09:14 [2023-03-05T21:09:14.578Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.serverName=localhost 16:09:14 [2023-03-05T21:09:14.578Z] 16:09:14 [2023-03-05T21:09:14.578Z] setOSConditions: 16:09:14 [2023-03-05T21:09:14.578Z] 16:09:14 [2023-03-05T21:09:14.578Z] setToolWin: 16:09:14 [2023-03-05T21:09:14.578Z] 16:09:14 [2023-03-05T21:09:14.578Z] setToolUnix: 16:09:14 [2023-03-05T21:09:14.578Z] 16:09:14 [2023-03-05T21:09:14.578Z] setToolProperty: 16:09:14 [2023-03-05T21:09:14.578Z] 16:09:14 [2023-03-05T21:09:14.578Z] setS1ASclassPath: 16:09:14 [2023-03-05T21:09:14.578Z] 16:09:14 [2023-03-05T21:09:14.578Z] init-common: 16:09:14 [2023-03-05T21:09:14.578Z] 16:09:14 [2023-03-05T21:09:14.578Z] create-jdbc-resource-common: 16:09:14 [2023-03-05T21:09:14.578Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-txafternontx-pool --target server jdbc/txafternontx 16:09:14 [2023-03-05T21:09:14.835Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-txafternontx-pool --enabled=true --target server jdbc/txafternontx 16:09:14 [2023-03-05T21:09:14.835Z] [exec] JDBC resource jdbc/txafternontx created successfully. 16:09:14 [2023-03-05T21:09:14.835Z] [echo] cmd executed for server 16:09:14 [2023-03-05T21:09:14.835Z] 16:09:14 [2023-03-05T21:09:14.835Z] setOSConditions: 16:09:14 [2023-03-05T21:09:14.835Z] 16:09:14 [2023-03-05T21:09:14.835Z] setToolWin: 16:09:14 [2023-03-05T21:09:14.835Z] 16:09:14 [2023-03-05T21:09:14.835Z] setToolUnix: 16:09:14 [2023-03-05T21:09:14.835Z] 16:09:14 [2023-03-05T21:09:14.835Z] setToolProperty: 16:09:14 [2023-03-05T21:09:14.835Z] 16:09:14 [2023-03-05T21:09:14.835Z] setS1ASclassPath: 16:09:14 [2023-03-05T21:09:14.835Z] 16:09:14 [2023-03-05T21:09:14.835Z] init-common: 16:09:14 [2023-03-05T21:09:14.835Z] 16:09:14 [2023-03-05T21:09:14.835Z] deploy-common: 16:09:14 [2023-03-05T21:09:14.835Z] [echo] Current time (ISO): 2023-03-05T21:09:14.684+0000 16:09:14 [2023-03-05T21:09:14.835Z] 16:09:14 [2023-03-05T21:09:14.835Z] setOSConditions: 16:09:14 [2023-03-05T21:09:14.835Z] 16:09:14 [2023-03-05T21:09:14.835Z] setToolWin: 16:09:14 [2023-03-05T21:09:14.835Z] 16:09:14 [2023-03-05T21:09:14.835Z] setToolUnix: 16:09:14 [2023-03-05T21:09:14.835Z] 16:09:14 [2023-03-05T21:09:14.835Z] setToolProperty: 16:09:14 [2023-03-05T21:09:14.835Z] 16:09:14 [2023-03-05T21:09:14.835Z] setS1ASclassPath: 16:09:14 [2023-03-05T21:09:14.835Z] 16:09:14 [2023-03-05T21:09:14.835Z] init-common: 16:09:14 [2023-03-05T21:09:14.835Z] 16:09:14 [2023-03-05T21:09:14.835Z] deploy-common-pe: 16:09:16 [2023-03-05T21:09:16.921Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxApp.ear 16:09:16 [2023-03-05T21:09:16.921Z] [exec] Application deployed with name jdbc-txafternontxApp. 16:09:16 [2023-03-05T21:09:16.921Z] [echo] Deployment on target server server successful 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] setOSConditions: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] setToolWin: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] setToolUnix: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] setToolProperty: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] setS1ASclassPath: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] init-common: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] deploy-common-ee: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] run: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] setOSConditions: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] setToolWin: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] setToolUnix: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] setToolProperty: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] setS1ASclassPath: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] init-common: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] execute-sql-common: 16:09:16 [2023-03-05T21:09:16.921Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontxjndi/sql/create_pointbase.sql 16:09:16 [2023-03-05T21:09:16.921Z] [sql] Failed to execute: Drop table O_Customer 16:09:16 [2023-03-05T21:09:16.921Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:09:16 [2023-03-05T21:09:16.921Z] [sql] 0 rows affected 16:09:16 [2023-03-05T21:09:16.921Z] [sql] 1 rows affected 16:09:16 [2023-03-05T21:09:16.921Z] [sql] 1 rows affected 16:09:16 [2023-03-05T21:09:16.921Z] [sql] 3 of 4 SQL statements executed successfully 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] setOSConditions: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] setToolWin: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] setToolUnix: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] setToolProperty: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] setS1ASclassPath: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] init-common: 16:09:16 [2023-03-05T21:09:16.921Z] 16:09:16 [2023-03-05T21:09:16.921Z] runclient-common: 16:09:16 [2023-03-05T21:09:16.921Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxAppClient.jar -name jdbc-txafternontxClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:09:16 [2023-03-05T21:09:16.921Z] [exec] Mar 05, 2023 9:09:15 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:09:16 [2023-03-05T21:09:16.921Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:09:18 [2023-03-05T21:09:18.286Z] [exec] Mar 05, 2023 9:09:18 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:09:18 [2023-03-05T21:09:18.286Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 16:09:18 [2023-03-05T21:09:18.542Z] [exec] Value of key is: test1 : 16:09:18 [2023-03-05T21:09:18.542Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:09:18 [2023-03-05T21:09:18.542Z] [exec] 16:09:18 [2023-03-05T21:09:18.542Z] [exec] 16:09:18 [2023-03-05T21:09:18.542Z] [exec] ----------------------------------------- 16:09:18 [2023-03-05T21:09:18.542Z] [exec] - test1 : : PASS - 16:09:18 [2023-03-05T21:09:18.542Z] [exec] ----------------------------------------- 16:09:18 [2023-03-05T21:09:18.542Z] [exec] Total PASS: 1 16:09:18 [2023-03-05T21:09:18.542Z] [exec] Total FAIL: 0 16:09:18 [2023-03-05T21:09:18.542Z] [exec] Total DID NOT RUN: 0 16:09:18 [2023-03-05T21:09:18.542Z] [exec] ----------------------------------------- 16:09:18 [2023-03-05T21:09:18.542Z] [exec] in flushAll , creating new testSuiteHash 16:09:23 [2023-03-05T21:09:23.794Z] [exec] in flushAll , creating new testSuiteHash 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] checkReporting-common: 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] confirmReportPresent-common: 16:09:23 [2023-03-05T21:09:23.794Z] [echo] file RepRunConf.txt is present. 16:09:23 [2023-03-05T21:09:23.794Z] [echo] Test seems to be reported fine 16:09:23 [2023-03-05T21:09:23.794Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontxjndi/RepRunConf.txt 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] confirmMissingReport-common: 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] undeploy: 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] setOSConditions: 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] setToolWin: 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] setToolUnix: 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] setToolProperty: 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] setS1ASclassPath: 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] init-common: 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] execute-sql-common: 16:09:23 [2023-03-05T21:09:23.794Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontxjndi/sql/drop_pointbase.sql 16:09:23 [2023-03-05T21:09:23.794Z] [sql] 0 rows affected 16:09:23 [2023-03-05T21:09:23.794Z] [sql] 1 of 1 SQL statements executed successfully 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] setOSConditions: 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] setToolWin: 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] setToolUnix: 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] setToolProperty: 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] setS1ASclassPath: 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.794Z] init-common: 16:09:23 [2023-03-05T21:09:23.794Z] 16:09:23 [2023-03-05T21:09:23.795Z] delete-jdbc-resource-common: 16:09:23 [2023-03-05T21:09:23.795Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/txafternontx 16:09:24 [2023-03-05T21:09:24.531Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/txafternontx 16:09:24 [2023-03-05T21:09:24.531Z] [exec] JDBC resource jdbc/txafternontx deleted successfully 16:09:24 [2023-03-05T21:09:24.531Z] [echo] cmd executed for server 16:09:24 [2023-03-05T21:09:24.531Z] 16:09:24 [2023-03-05T21:09:24.531Z] setOSConditions: 16:09:24 [2023-03-05T21:09:24.531Z] 16:09:24 [2023-03-05T21:09:24.531Z] setToolWin: 16:09:24 [2023-03-05T21:09:24.531Z] 16:09:24 [2023-03-05T21:09:24.531Z] setToolUnix: 16:09:24 [2023-03-05T21:09:24.531Z] 16:09:24 [2023-03-05T21:09:24.531Z] setToolProperty: 16:09:24 [2023-03-05T21:09:24.531Z] 16:09:24 [2023-03-05T21:09:24.531Z] setS1ASclassPath: 16:09:24 [2023-03-05T21:09:24.531Z] 16:09:24 [2023-03-05T21:09:24.531Z] init-common: 16:09:24 [2023-03-05T21:09:24.531Z] 16:09:24 [2023-03-05T21:09:24.531Z] delete-jdbc-connpool-common: 16:09:24 [2023-03-05T21:09:24.531Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-txafternontx-pool 16:09:24 [2023-03-05T21:09:24.787Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-txafternontx-pool 16:09:24 [2023-03-05T21:09:24.787Z] [exec] JDBC Connection pool jdbc-txafternontx-pool deleted successfully 16:09:24 [2023-03-05T21:09:24.787Z] [echo] cmd executed for server 16:09:24 [2023-03-05T21:09:24.787Z] 16:09:24 [2023-03-05T21:09:24.787Z] setOSConditions: 16:09:24 [2023-03-05T21:09:24.787Z] 16:09:24 [2023-03-05T21:09:24.787Z] setToolWin: 16:09:24 [2023-03-05T21:09:24.787Z] 16:09:24 [2023-03-05T21:09:24.787Z] setToolUnix: 16:09:24 [2023-03-05T21:09:24.787Z] 16:09:24 [2023-03-05T21:09:24.787Z] setToolProperty: 16:09:24 [2023-03-05T21:09:24.787Z] 16:09:24 [2023-03-05T21:09:24.787Z] setS1ASclassPath: 16:09:24 [2023-03-05T21:09:24.787Z] 16:09:24 [2023-03-05T21:09:24.787Z] init-common: 16:09:24 [2023-03-05T21:09:24.787Z] 16:09:24 [2023-03-05T21:09:24.787Z] undeploy-common: 16:09:25 [2023-03-05T21:09:25.043Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-txafternontxApp 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] all: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setOSConditions: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setToolWin: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setToolUnix: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setToolProperty: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setS1ASclassPath: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] init-common: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] clean: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setOSConditions: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setToolWin: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setToolUnix: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setToolProperty: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setS1ASclassPath: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] init-common: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] clean-common: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setOSConditions: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setToolWin: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setToolUnix: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setToolProperty: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setS1ASclassPath: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] init-common: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] clean-classes-common: 16:09:25 [2023-03-05T21:09:25.043Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setOSConditions: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setToolWin: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setToolUnix: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setToolProperty: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setS1ASclassPath: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] init-common: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] clean-jars-common: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] compile: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setOSConditions: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setToolWin: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setToolUnix: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setToolProperty: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] setS1ASclassPath: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] init-common: 16:09:25 [2023-03-05T21:09:25.043Z] 16:09:25 [2023-03-05T21:09:25.043Z] compile-common: 16:09:25 [2023-03-05T21:09:25.044Z] [echo] Current time (ISO): 2023-03-05T21:09:25.033+0000 16:09:25 [2023-03-05T21:09:25.044Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:25 [2023-03-05T21:09:25.044Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:26 [2023-03-05T21:09:26.433Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:09:26 [2023-03-05T21:09:26.433Z] [javac] 1 warning 16:09:26 [2023-03-05T21:09:26.433Z] 16:09:26 [2023-03-05T21:09:26.433Z] setOSConditions: 16:09:26 [2023-03-05T21:09:26.433Z] 16:09:26 [2023-03-05T21:09:26.433Z] setToolWin: 16:09:26 [2023-03-05T21:09:26.433Z] 16:09:26 [2023-03-05T21:09:26.433Z] setToolUnix: 16:09:26 [2023-03-05T21:09:26.433Z] 16:09:26 [2023-03-05T21:09:26.433Z] setToolProperty: 16:09:26 [2023-03-05T21:09:26.433Z] 16:09:26 [2023-03-05T21:09:26.433Z] setS1ASclassPath: 16:09:26 [2023-03-05T21:09:26.433Z] 16:09:26 [2023-03-05T21:09:26.433Z] init-common: 16:09:26 [2023-03-05T21:09:26.433Z] 16:09:26 [2023-03-05T21:09:26.433Z] compile-common: 16:09:26 [2023-03-05T21:09:26.433Z] [echo] Current time (ISO): 2023-03-05T21:09:26.382+0000 16:09:26 [2023-03-05T21:09:26.433Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:27 [2023-03-05T21:09:27.823Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:09:27 [2023-03-05T21:09:27.823Z] [javac] 1 warning 16:09:27 [2023-03-05T21:09:27.823Z] 16:09:27 [2023-03-05T21:09:27.823Z] build: 16:09:27 [2023-03-05T21:09:27.823Z] 16:09:27 [2023-03-05T21:09:27.823Z] setOSConditions: 16:09:27 [2023-03-05T21:09:27.823Z] 16:09:27 [2023-03-05T21:09:27.823Z] fixFiles: 16:09:27 [2023-03-05T21:09:27.823Z] 16:09:27 [2023-03-05T21:09:27.823Z] convUnix: 16:09:27 [2023-03-05T21:09:27.823Z] 16:09:27 [2023-03-05T21:09:27.823Z] convWin: 16:09:27 [2023-03-05T21:09:27.823Z] 16:09:27 [2023-03-05T21:09:27.823Z] setToolWin: 16:09:27 [2023-03-05T21:09:27.823Z] 16:09:27 [2023-03-05T21:09:27.823Z] setToolUnix: 16:09:27 [2023-03-05T21:09:27.823Z] 16:09:27 [2023-03-05T21:09:27.824Z] setToolProperty: 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] setS1ASclassPath: 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] init-common: 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] package-persistence-common: 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] ejb-jar-common: 16:09:27 [2023-03-05T21:09:27.824Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] package-ejbjar-common: 16:09:27 [2023-03-05T21:09:27.824Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:27 [2023-03-05T21:09:27.824Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:27 [2023-03-05T21:09:27.824Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:27 [2023-03-05T21:09:27.824Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxops-ejb.jar 16:09:27 [2023-03-05T21:09:27.824Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] appclient-jar-common: 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] package-appclientjar-common: 16:09:27 [2023-03-05T21:09:27.824Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:27 [2023-03-05T21:09:27.824Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:27 [2023-03-05T21:09:27.824Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:27 [2023-03-05T21:09:27.824Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxops-client.jar 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] webclient-war-common: 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] build-ear-common: 16:09:27 [2023-03-05T21:09:27.824Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:27 [2023-03-05T21:09:27.824Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxopsApp.ear 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] deploy: 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] setOSConditions: 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] setToolWin: 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] setToolUnix: 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] setToolProperty: 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] setS1ASclassPath: 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] init-common: 16:09:27 [2023-03-05T21:09:27.824Z] 16:09:27 [2023-03-05T21:09:27.824Z] create-jdbc-connpool-common: 16:09:28 [2023-03-05T21:09:28.081Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-notxops-pool 16:09:28 [2023-03-05T21:09:28.081Z] [exec] JDBC connection pool jdbc-notxops-pool created successfully. 16:09:28 [2023-03-05T21:09:28.081Z] 16:09:28 [2023-03-05T21:09:28.081Z] set-derby-connpool-props: 16:09:28 [2023-03-05T21:09:28.343Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.User=dbuser 16:09:28 [2023-03-05T21:09:28.343Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.User=dbuser 16:09:28 [2023-03-05T21:09:28.600Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.Password=dbpassword 16:09:28 [2023-03-05T21:09:28.600Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.Password=dbpassword 16:09:28 [2023-03-05T21:09:28.858Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.driverType=4 16:09:28 [2023-03-05T21:09:28.858Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.driverType=4 16:09:29 [2023-03-05T21:09:29.427Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.portNumber=1527 16:09:29 [2023-03-05T21:09:29.427Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.portNumber=1527 16:09:29 [2023-03-05T21:09:29.683Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.dataBaseName=testdb 16:09:29 [2023-03-05T21:09:29.683Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.dataBaseName=testdb 16:09:29 [2023-03-05T21:09:29.939Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:09:29 [2023-03-05T21:09:29.939Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:09:30 [2023-03-05T21:09:30.195Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.create=true 16:09:30 [2023-03-05T21:09:30.195Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.create=true 16:09:30 [2023-03-05T21:09:30.452Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.serverName=localhost 16:09:30 [2023-03-05T21:09:30.452Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.serverName=localhost 16:09:30 [2023-03-05T21:09:30.452Z] 16:09:30 [2023-03-05T21:09:30.452Z] asadmin-common: 16:09:30 [2023-03-05T21:09:30.452Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-notxops-pool.steady_pool_size=1 16:09:30 [2023-03-05T21:09:30.718Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.steady_pool_size=1 16:09:30 [2023-03-05T21:09:30.718Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.steady-pool-size=1 16:09:30 [2023-03-05T21:09:30.718Z] 16:09:30 [2023-03-05T21:09:30.718Z] asadmin-common: 16:09:30 [2023-03-05T21:09:30.718Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-notxops-pool.max_pool_size=1 16:09:31 [2023-03-05T21:09:31.282Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-notxops-pool.max_pool_size=1 16:09:31 [2023-03-05T21:09:31.282Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.max-pool-size=1 16:09:31 [2023-03-05T21:09:31.282Z] 16:09:31 [2023-03-05T21:09:31.282Z] setOSConditions: 16:09:31 [2023-03-05T21:09:31.282Z] 16:09:31 [2023-03-05T21:09:31.282Z] setToolWin: 16:09:31 [2023-03-05T21:09:31.282Z] 16:09:31 [2023-03-05T21:09:31.282Z] setToolUnix: 16:09:31 [2023-03-05T21:09:31.282Z] 16:09:31 [2023-03-05T21:09:31.282Z] setToolProperty: 16:09:31 [2023-03-05T21:09:31.282Z] 16:09:31 [2023-03-05T21:09:31.282Z] setS1ASclassPath: 16:09:31 [2023-03-05T21:09:31.282Z] 16:09:31 [2023-03-05T21:09:31.282Z] init-common: 16:09:31 [2023-03-05T21:09:31.282Z] 16:09:31 [2023-03-05T21:09:31.282Z] create-jdbc-resource-common: 16:09:31 [2023-03-05T21:09:31.282Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-notxops-pool --target server jdbc/notxops 16:09:31 [2023-03-05T21:09:31.538Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-notxops-pool --enabled=true --target server jdbc/notxops 16:09:31 [2023-03-05T21:09:31.538Z] [exec] JDBC resource jdbc/notxops created successfully. 16:09:31 [2023-03-05T21:09:31.538Z] [echo] cmd executed for server 16:09:31 [2023-03-05T21:09:31.538Z] 16:09:31 [2023-03-05T21:09:31.538Z] setOSConditions: 16:09:31 [2023-03-05T21:09:31.538Z] 16:09:31 [2023-03-05T21:09:31.538Z] setToolWin: 16:09:31 [2023-03-05T21:09:31.538Z] 16:09:31 [2023-03-05T21:09:31.538Z] setToolUnix: 16:09:31 [2023-03-05T21:09:31.538Z] 16:09:31 [2023-03-05T21:09:31.538Z] setToolProperty: 16:09:31 [2023-03-05T21:09:31.538Z] 16:09:31 [2023-03-05T21:09:31.538Z] setS1ASclassPath: 16:09:31 [2023-03-05T21:09:31.538Z] 16:09:31 [2023-03-05T21:09:31.538Z] init-common: 16:09:31 [2023-03-05T21:09:31.538Z] 16:09:31 [2023-03-05T21:09:31.538Z] deploy-common: 16:09:31 [2023-03-05T21:09:31.538Z] [echo] Current time (ISO): 2023-03-05T21:09:31.335+0000 16:09:31 [2023-03-05T21:09:31.538Z] 16:09:31 [2023-03-05T21:09:31.538Z] setOSConditions: 16:09:31 [2023-03-05T21:09:31.538Z] 16:09:31 [2023-03-05T21:09:31.538Z] setToolWin: 16:09:31 [2023-03-05T21:09:31.538Z] 16:09:31 [2023-03-05T21:09:31.538Z] setToolUnix: 16:09:31 [2023-03-05T21:09:31.538Z] 16:09:31 [2023-03-05T21:09:31.538Z] setToolProperty: 16:09:31 [2023-03-05T21:09:31.538Z] 16:09:31 [2023-03-05T21:09:31.538Z] setS1ASclassPath: 16:09:31 [2023-03-05T21:09:31.538Z] 16:09:31 [2023-03-05T21:09:31.538Z] init-common: 16:09:31 [2023-03-05T21:09:31.538Z] 16:09:31 [2023-03-05T21:09:31.539Z] deploy-common-pe: 16:09:31 [2023-03-05T21:09:31.795Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxopsApp.ear 16:09:31 [2023-03-05T21:09:31.795Z] [exec] Application deployed with name jdbc-notxopsApp. 16:09:31 [2023-03-05T21:09:31.795Z] [echo] Deployment on target server server successful 16:09:31 [2023-03-05T21:09:31.795Z] 16:09:31 [2023-03-05T21:09:31.795Z] setOSConditions: 16:09:31 [2023-03-05T21:09:31.795Z] 16:09:31 [2023-03-05T21:09:31.795Z] setToolWin: 16:09:31 [2023-03-05T21:09:31.795Z] 16:09:31 [2023-03-05T21:09:31.795Z] setToolUnix: 16:09:31 [2023-03-05T21:09:31.795Z] 16:09:31 [2023-03-05T21:09:31.795Z] setToolProperty: 16:09:31 [2023-03-05T21:09:31.795Z] 16:09:31 [2023-03-05T21:09:31.795Z] setS1ASclassPath: 16:09:31 [2023-03-05T21:09:31.795Z] 16:09:31 [2023-03-05T21:09:31.795Z] init-common: 16:09:31 [2023-03-05T21:09:31.795Z] 16:09:31 [2023-03-05T21:09:31.795Z] deploy-common-ee: 16:09:31 [2023-03-05T21:09:31.795Z] 16:09:31 [2023-03-05T21:09:31.795Z] run: 16:09:32 [2023-03-05T21:09:32.051Z] 16:09:32 [2023-03-05T21:09:32.051Z] setOSConditions: 16:09:32 [2023-03-05T21:09:32.051Z] 16:09:32 [2023-03-05T21:09:32.051Z] setToolWin: 16:09:32 [2023-03-05T21:09:32.051Z] 16:09:32 [2023-03-05T21:09:32.051Z] setToolUnix: 16:09:32 [2023-03-05T21:09:32.051Z] 16:09:32 [2023-03-05T21:09:32.051Z] setToolProperty: 16:09:32 [2023-03-05T21:09:32.051Z] 16:09:32 [2023-03-05T21:09:32.051Z] setS1ASclassPath: 16:09:32 [2023-03-05T21:09:32.051Z] 16:09:32 [2023-03-05T21:09:32.051Z] init-common: 16:09:32 [2023-03-05T21:09:32.051Z] 16:09:32 [2023-03-05T21:09:32.051Z] execute-sql-common: 16:09:32 [2023-03-05T21:09:32.051Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/notxops/sql/create_pointbase.sql 16:09:32 [2023-03-05T21:09:32.052Z] [sql] Failed to execute: Drop table NOTXOPS 16:09:32 [2023-03-05T21:09:32.052Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NOTXOPS' because it does not exist. 16:09:32 [2023-03-05T21:09:32.052Z] [sql] 0 rows affected 16:09:32 [2023-03-05T21:09:32.052Z] [sql] 1 rows affected 16:09:32 [2023-03-05T21:09:32.052Z] [sql] 1 rows affected 16:09:32 [2023-03-05T21:09:32.052Z] [sql] 3 of 4 SQL statements executed successfully 16:09:32 [2023-03-05T21:09:32.052Z] 16:09:32 [2023-03-05T21:09:32.052Z] setOSConditions: 16:09:32 [2023-03-05T21:09:32.052Z] 16:09:32 [2023-03-05T21:09:32.052Z] setToolWin: 16:09:32 [2023-03-05T21:09:32.052Z] 16:09:32 [2023-03-05T21:09:32.052Z] setToolUnix: 16:09:32 [2023-03-05T21:09:32.052Z] 16:09:32 [2023-03-05T21:09:32.052Z] setToolProperty: 16:09:32 [2023-03-05T21:09:32.052Z] 16:09:32 [2023-03-05T21:09:32.052Z] setS1ASclassPath: 16:09:32 [2023-03-05T21:09:32.052Z] 16:09:32 [2023-03-05T21:09:32.052Z] init-common: 16:09:32 [2023-03-05T21:09:32.052Z] 16:09:32 [2023-03-05T21:09:32.052Z] runclient-common: 16:09:32 [2023-03-05T21:09:32.052Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxopsAppClient.jar -name jdbc-notxopsClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:09:32 [2023-03-05T21:09:32.621Z] [exec] Mar 05, 2023 9:09:32 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:09:32 [2023-03-05T21:09:32.621Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:09:34 [2023-03-05T21:09:34.512Z] [exec] Mar 05, 2023 9:09:34 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:09:34 [2023-03-05T21:09:34.512Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@41e9f86 16:09:34 [2023-03-05T21:09:34.770Z] [exec] Will fail till a better XA driver is integrated with Derby 16:09:34 [2023-03-05T21:09:34.770Z] [exec] Value of key is: test1 : 16:09:34 [2023-03-05T21:09:34.770Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:09:34 [2023-03-05T21:09:34.770Z] [exec] 16:09:34 [2023-03-05T21:09:34.770Z] [exec] 16:09:34 [2023-03-05T21:09:34.770Z] [exec] ----------------------------------------- 16:09:34 [2023-03-05T21:09:34.770Z] [exec] - test1 : : PASS - 16:09:34 [2023-03-05T21:09:34.770Z] [exec] ----------------------------------------- 16:09:34 [2023-03-05T21:09:34.770Z] [exec] Total PASS: 1 16:09:34 [2023-03-05T21:09:34.770Z] [exec] Total FAIL: 0 16:09:34 [2023-03-05T21:09:34.770Z] [exec] Total DID NOT RUN: 0 16:09:34 [2023-03-05T21:09:34.770Z] [exec] ----------------------------------------- 16:09:34 [2023-03-05T21:09:34.770Z] [exec] in flushAll , creating new testSuiteHash 16:09:34 [2023-03-05T21:09:34.770Z] [exec] in flushAll , creating new testSuiteHash 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] checkReporting-common: 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] confirmReportPresent-common: 16:09:35 [2023-03-05T21:09:35.026Z] [echo] file RepRunConf.txt is present. 16:09:35 [2023-03-05T21:09:35.026Z] [echo] Test seems to be reported fine 16:09:35 [2023-03-05T21:09:35.026Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/notxops/RepRunConf.txt 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] confirmMissingReport-common: 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] undeploy: 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] setOSConditions: 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] setToolWin: 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] setToolUnix: 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] setToolProperty: 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] setS1ASclassPath: 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] init-common: 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] execute-sql-common: 16:09:35 [2023-03-05T21:09:35.026Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/notxops/sql/drop_pointbase.sql 16:09:35 [2023-03-05T21:09:35.026Z] [sql] 0 rows affected 16:09:35 [2023-03-05T21:09:35.026Z] [sql] Failed to execute: Drop table NOTXOPS 16:09:35 [2023-03-05T21:09:35.026Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NOTXOPS' because it does not exist. 16:09:35 [2023-03-05T21:09:35.026Z] [sql] 1 of 2 SQL statements executed successfully 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] setOSConditions: 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] setToolWin: 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] setToolUnix: 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] setToolProperty: 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] setS1ASclassPath: 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] init-common: 16:09:35 [2023-03-05T21:09:35.026Z] 16:09:35 [2023-03-05T21:09:35.026Z] delete-jdbc-resource-common: 16:09:35 [2023-03-05T21:09:35.026Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/notxops 16:09:35 [2023-03-05T21:09:35.588Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/notxops 16:09:35 [2023-03-05T21:09:35.588Z] [exec] JDBC resource jdbc/notxops deleted successfully 16:09:35 [2023-03-05T21:09:35.588Z] [echo] cmd executed for server 16:09:35 [2023-03-05T21:09:35.588Z] 16:09:35 [2023-03-05T21:09:35.588Z] setOSConditions: 16:09:35 [2023-03-05T21:09:35.588Z] 16:09:35 [2023-03-05T21:09:35.588Z] setToolWin: 16:09:35 [2023-03-05T21:09:35.588Z] 16:09:35 [2023-03-05T21:09:35.588Z] setToolUnix: 16:09:35 [2023-03-05T21:09:35.588Z] 16:09:35 [2023-03-05T21:09:35.588Z] setToolProperty: 16:09:35 [2023-03-05T21:09:35.588Z] 16:09:35 [2023-03-05T21:09:35.588Z] setS1ASclassPath: 16:09:35 [2023-03-05T21:09:35.588Z] 16:09:35 [2023-03-05T21:09:35.588Z] init-common: 16:09:35 [2023-03-05T21:09:35.588Z] 16:09:35 [2023-03-05T21:09:35.588Z] delete-jdbc-connpool-common: 16:09:35 [2023-03-05T21:09:35.588Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-notxops-pool 16:09:35 [2023-03-05T21:09:35.845Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-notxops-pool 16:09:35 [2023-03-05T21:09:35.845Z] [exec] JDBC Connection pool jdbc-notxops-pool deleted successfully 16:09:35 [2023-03-05T21:09:35.845Z] [echo] cmd executed for server 16:09:35 [2023-03-05T21:09:35.845Z] 16:09:35 [2023-03-05T21:09:35.845Z] setOSConditions: 16:09:35 [2023-03-05T21:09:35.845Z] 16:09:35 [2023-03-05T21:09:35.845Z] setToolWin: 16:09:35 [2023-03-05T21:09:35.845Z] 16:09:35 [2023-03-05T21:09:35.845Z] setToolUnix: 16:09:35 [2023-03-05T21:09:35.845Z] 16:09:35 [2023-03-05T21:09:35.845Z] setToolProperty: 16:09:35 [2023-03-05T21:09:35.845Z] 16:09:35 [2023-03-05T21:09:35.845Z] setS1ASclassPath: 16:09:35 [2023-03-05T21:09:35.845Z] 16:09:35 [2023-03-05T21:09:35.845Z] init-common: 16:09:35 [2023-03-05T21:09:35.845Z] 16:09:35 [2023-03-05T21:09:35.845Z] undeploy-common: 16:09:36 [2023-03-05T21:09:36.103Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-notxopsApp 16:09:36 [2023-03-05T21:09:36.103Z] 16:09:36 [2023-03-05T21:09:36.103Z] all: 16:09:36 [2023-03-05T21:09:36.103Z] 16:09:36 [2023-03-05T21:09:36.103Z] setOSConditions: 16:09:36 [2023-03-05T21:09:36.103Z] 16:09:36 [2023-03-05T21:09:36.103Z] setToolWin: 16:09:36 [2023-03-05T21:09:36.103Z] 16:09:36 [2023-03-05T21:09:36.103Z] setToolUnix: 16:09:36 [2023-03-05T21:09:36.103Z] 16:09:36 [2023-03-05T21:09:36.103Z] setToolProperty: 16:09:36 [2023-03-05T21:09:36.103Z] 16:09:36 [2023-03-05T21:09:36.103Z] setS1ASclassPath: 16:09:36 [2023-03-05T21:09:36.103Z] 16:09:36 [2023-03-05T21:09:36.103Z] init-common: 16:09:36 [2023-03-05T21:09:36.103Z] 16:09:36 [2023-03-05T21:09:36.103Z] clean: 16:09:36 [2023-03-05T21:09:36.103Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:36 [2023-03-05T21:09:36.103Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:09:36 [2023-03-05T21:09:36.103Z] 16:09:36 [2023-03-05T21:09:36.103Z] build: 16:09:36 [2023-03-05T21:09:36.103Z] 16:09:36 [2023-03-05T21:09:36.103Z] setOSConditions: 16:09:36 [2023-03-05T21:09:36.103Z] 16:09:36 [2023-03-05T21:09:36.103Z] setToolWin: 16:09:36 [2023-03-05T21:09:36.103Z] 16:09:36 [2023-03-05T21:09:36.103Z] setToolUnix: 16:09:36 [2023-03-05T21:09:36.103Z] 16:09:36 [2023-03-05T21:09:36.103Z] setToolProperty: 16:09:36 [2023-03-05T21:09:36.103Z] 16:09:36 [2023-03-05T21:09:36.103Z] setS1ASclassPath: 16:09:36 [2023-03-05T21:09:36.103Z] 16:09:36 [2023-03-05T21:09:36.103Z] init-common: 16:09:36 [2023-03-05T21:09:36.103Z] 16:09:36 [2023-03-05T21:09:36.103Z] compile-common: 16:09:36 [2023-03-05T21:09:36.103Z] [echo] Current time (ISO): 2023-03-05T21:09:36.003+0000 16:09:36 [2023-03-05T21:09:36.103Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:36 [2023-03-05T21:09:36.103Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:37 [2023-03-05T21:09:37.073Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:09:37 [2023-03-05T21:09:37.355Z] [javac] 1 warning 16:09:37 [2023-03-05T21:09:37.355Z] 16:09:37 [2023-03-05T21:09:37.355Z] deploy: 16:09:37 [2023-03-05T21:09:37.355Z] 16:09:37 [2023-03-05T21:09:37.355Z] setOSConditions: 16:09:37 [2023-03-05T21:09:37.355Z] 16:09:37 [2023-03-05T21:09:37.355Z] setToolWin: 16:09:37 [2023-03-05T21:09:37.355Z] 16:09:37 [2023-03-05T21:09:37.355Z] setToolUnix: 16:09:37 [2023-03-05T21:09:37.355Z] 16:09:37 [2023-03-05T21:09:37.355Z] setToolProperty: 16:09:37 [2023-03-05T21:09:37.355Z] 16:09:37 [2023-03-05T21:09:37.355Z] setS1ASclassPath: 16:09:37 [2023-03-05T21:09:37.355Z] 16:09:37 [2023-03-05T21:09:37.355Z] init-common: 16:09:37 [2023-03-05T21:09:37.355Z] 16:09:37 [2023-03-05T21:09:37.355Z] deploy-jdbc-common: 16:09:37 [2023-03-05T21:09:37.355Z] 16:09:37 [2023-03-05T21:09:37.355Z] setOSConditions: 16:09:37 [2023-03-05T21:09:37.355Z] 16:09:37 [2023-03-05T21:09:37.355Z] setToolWin: 16:09:37 [2023-03-05T21:09:37.355Z] 16:09:37 [2023-03-05T21:09:37.355Z] setToolUnix: 16:09:37 [2023-03-05T21:09:37.355Z] 16:09:37 [2023-03-05T21:09:37.355Z] setToolProperty: 16:09:37 [2023-03-05T21:09:37.355Z] 16:09:37 [2023-03-05T21:09:37.355Z] setS1ASclassPath: 16:09:37 [2023-03-05T21:09:37.355Z] 16:09:37 [2023-03-05T21:09:37.355Z] init-common: 16:09:37 [2023-03-05T21:09:37.355Z] 16:09:37 [2023-03-05T21:09:37.355Z] create-jdbc-connpool-common: 16:09:37 [2023-03-05T21:09:37.641Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:09:37 [2023-03-05T21:09:37.641Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:09:37 [2023-03-05T21:09:37.641Z] 16:09:37 [2023-03-05T21:09:37.641Z] set-derby-connpool-props: 16:09:37 [2023-03-05T21:09:37.926Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:09:37 [2023-03-05T21:09:37.926Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:09:38 [2023-03-05T21:09:38.190Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:09:38 [2023-03-05T21:09:38.190Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:09:38 [2023-03-05T21:09:38.446Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:09:38 [2023-03-05T21:09:38.446Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:09:38 [2023-03-05T21:09:38.701Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:09:38 [2023-03-05T21:09:38.701Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:09:39 [2023-03-05T21:09:39.264Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:09:39 [2023-03-05T21:09:39.264Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:09:39 [2023-03-05T21:09:39.522Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:09:39 [2023-03-05T21:09:39.522Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:09:39 [2023-03-05T21:09:39.780Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:09:39 [2023-03-05T21:09:39.780Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:09:40 [2023-03-05T21:09:40.037Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:09:40 [2023-03-05T21:09:40.037Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:09:40 [2023-03-05T21:09:40.037Z] 16:09:40 [2023-03-05T21:09:40.037Z] setOSConditions: 16:09:40 [2023-03-05T21:09:40.037Z] 16:09:40 [2023-03-05T21:09:40.037Z] setToolWin: 16:09:40 [2023-03-05T21:09:40.037Z] 16:09:40 [2023-03-05T21:09:40.037Z] setToolUnix: 16:09:40 [2023-03-05T21:09:40.037Z] 16:09:40 [2023-03-05T21:09:40.037Z] setToolProperty: 16:09:40 [2023-03-05T21:09:40.037Z] 16:09:40 [2023-03-05T21:09:40.037Z] setS1ASclassPath: 16:09:40 [2023-03-05T21:09:40.037Z] 16:09:40 [2023-03-05T21:09:40.037Z] init-common: 16:09:40 [2023-03-05T21:09:40.037Z] 16:09:40 [2023-03-05T21:09:40.037Z] create-jdbc-resource-common: 16:09:40 [2023-03-05T21:09:40.037Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/nonacc 16:09:40 [2023-03-05T21:09:40.621Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/nonacc 16:09:40 [2023-03-05T21:09:40.621Z] [exec] JDBC resource jdbc/nonacc created successfully. 16:09:40 [2023-03-05T21:09:40.621Z] [echo] cmd executed for server 16:09:40 [2023-03-05T21:09:40.621Z] 16:09:40 [2023-03-05T21:09:40.621Z] run: 16:09:40 [2023-03-05T21:09:40.621Z] 16:09:40 [2023-03-05T21:09:40.621Z] setOSConditions: 16:09:40 [2023-03-05T21:09:40.621Z] 16:09:40 [2023-03-05T21:09:40.621Z] setToolWin: 16:09:40 [2023-03-05T21:09:40.621Z] 16:09:40 [2023-03-05T21:09:40.621Z] setToolUnix: 16:09:40 [2023-03-05T21:09:40.621Z] 16:09:40 [2023-03-05T21:09:40.621Z] setToolProperty: 16:09:40 [2023-03-05T21:09:40.621Z] 16:09:40 [2023-03-05T21:09:40.621Z] setS1ASclassPath: 16:09:40 [2023-03-05T21:09:40.621Z] 16:09:40 [2023-03-05T21:09:40.621Z] init-common: 16:09:40 [2023-03-05T21:09:40.621Z] 16:09:40 [2023-03-05T21:09:40.621Z] setup-sql: 16:09:40 [2023-03-05T21:09:40.621Z] 16:09:40 [2023-03-05T21:09:40.621Z] setOSConditions: 16:09:40 [2023-03-05T21:09:40.621Z] 16:09:40 [2023-03-05T21:09:40.621Z] setToolWin: 16:09:40 [2023-03-05T21:09:40.621Z] 16:09:40 [2023-03-05T21:09:40.621Z] setToolUnix: 16:09:40 [2023-03-05T21:09:40.621Z] 16:09:40 [2023-03-05T21:09:40.621Z] setToolProperty: 16:09:40 [2023-03-05T21:09:40.621Z] 16:09:40 [2023-03-05T21:09:40.621Z] setS1ASclassPath: 16:09:40 [2023-03-05T21:09:40.621Z] 16:09:40 [2023-03-05T21:09:40.621Z] init-common: 16:09:40 [2023-03-05T21:09:40.621Z] 16:09:40 [2023-03-05T21:09:40.621Z] execute-sql-common: 16:09:40 [2023-03-05T21:09:40.621Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/nonacc/sql/create.sql 16:09:40 [2023-03-05T21:09:40.621Z] [sql] Failed to execute: DROP TABLE NONACC 16:09:40 [2023-03-05T21:09:40.621Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NONACC' because it does not exist. 16:09:40 [2023-03-05T21:09:40.621Z] [sql] 0 rows affected 16:09:40 [2023-03-05T21:09:40.621Z] [sql] 1 of 2 SQL statements executed successfully 16:09:40 [2023-03-05T21:09:40.878Z] [java] Mar 05, 2023 9:09:40 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient 16:09:40 [2023-03-05T21:09:40.878Z] [java] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. 16:09:42 [2023-03-05T21:09:42.256Z] [java] Mar 05, 2023 9:09:42 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:09:42 [2023-03-05T21:09:42.256Z] [java] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@3531f3ca 16:09:42 [2023-03-05T21:09:42.830Z] [java] Mar 05, 2023 9:09:42 PM org.hibernate.validator.internal.util.Version <clinit> 16:09:42 [2023-03-05T21:09:42.830Z] [java] INFO: HV000001: Hibernate Validator 8.0.0.Final 16:09:43 [2023-03-05T21:09:43.118Z] [java] Mar 05, 2023 9:09:42 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool 16:09:43 [2023-03-05T21:09:43.118Z] [java] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@bff7bbdb[jndiName=ql-jdbc-pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=off validation=off 16:09:43 [2023-03-05T21:09:43.375Z] [java] Got connection com.sun.gjc.spi.jdbc40.ConnectionWrapper40@f10d055 16:09:43 [2023-03-05T21:09:43.375Z] [java] Value of key is: test1 16:09:43 [2023-03-05T21:09:43.375Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:09:43 [2023-03-05T21:09:43.375Z] [java] 16:09:43 [2023-03-05T21:09:43.375Z] [java] 16:09:43 [2023-03-05T21:09:43.375Z] [java] ----------------------------------------- 16:09:43 [2023-03-05T21:09:43.375Z] [java] - test1 : PASS - 16:09:43 [2023-03-05T21:09:43.375Z] [java] ----------------------------------------- 16:09:43 [2023-03-05T21:09:43.375Z] [java] Total PASS: 1 16:09:43 [2023-03-05T21:09:43.375Z] [java] Total FAIL: 0 16:09:43 [2023-03-05T21:09:43.375Z] [java] Total DID NOT RUN: 0 16:09:43 [2023-03-05T21:09:43.375Z] [java] ----------------------------------------- 16:09:43 [2023-03-05T21:09:43.375Z] [java] in flushAll , creating new testSuiteHash 16:09:43 [2023-03-05T21:09:43.375Z] [java] in flushAll , creating new testSuiteHash 16:09:43 [2023-03-05T21:09:43.631Z] 16:09:43 [2023-03-05T21:09:43.631Z] undeploy: 16:09:43 [2023-03-05T21:09:43.631Z] 16:09:43 [2023-03-05T21:09:43.631Z] setOSConditions: 16:09:43 [2023-03-05T21:09:43.631Z] 16:09:43 [2023-03-05T21:09:43.631Z] setToolWin: 16:09:43 [2023-03-05T21:09:43.631Z] 16:09:43 [2023-03-05T21:09:43.631Z] setToolUnix: 16:09:43 [2023-03-05T21:09:43.631Z] 16:09:43 [2023-03-05T21:09:43.631Z] setToolProperty: 16:09:43 [2023-03-05T21:09:43.631Z] 16:09:43 [2023-03-05T21:09:43.631Z] setS1ASclassPath: 16:09:43 [2023-03-05T21:09:43.631Z] 16:09:43 [2023-03-05T21:09:43.631Z] init-common: 16:09:43 [2023-03-05T21:09:43.631Z] 16:09:43 [2023-03-05T21:09:43.631Z] undeploy-jdbc-common: 16:09:43 [2023-03-05T21:09:43.631Z] 16:09:43 [2023-03-05T21:09:43.631Z] setOSConditions: 16:09:43 [2023-03-05T21:09:43.631Z] 16:09:43 [2023-03-05T21:09:43.631Z] setToolWin: 16:09:43 [2023-03-05T21:09:43.631Z] 16:09:43 [2023-03-05T21:09:43.631Z] setToolUnix: 16:09:43 [2023-03-05T21:09:43.631Z] 16:09:43 [2023-03-05T21:09:43.631Z] setToolProperty: 16:09:43 [2023-03-05T21:09:43.631Z] 16:09:43 [2023-03-05T21:09:43.631Z] setS1ASclassPath: 16:09:43 [2023-03-05T21:09:43.631Z] 16:09:43 [2023-03-05T21:09:43.631Z] init-common: 16:09:43 [2023-03-05T21:09:43.631Z] 16:09:43 [2023-03-05T21:09:43.631Z] delete-jdbc-resource-common: 16:09:43 [2023-03-05T21:09:43.631Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/nonacc 16:09:44 [2023-03-05T21:09:44.193Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/nonacc 16:09:44 [2023-03-05T21:09:44.193Z] [exec] JDBC resource jdbc/nonacc deleted successfully 16:09:44 [2023-03-05T21:09:44.193Z] [echo] cmd executed for server 16:09:44 [2023-03-05T21:09:44.193Z] 16:09:44 [2023-03-05T21:09:44.193Z] setOSConditions: 16:09:44 [2023-03-05T21:09:44.193Z] 16:09:44 [2023-03-05T21:09:44.193Z] setToolWin: 16:09:44 [2023-03-05T21:09:44.193Z] 16:09:44 [2023-03-05T21:09:44.193Z] setToolUnix: 16:09:44 [2023-03-05T21:09:44.193Z] 16:09:44 [2023-03-05T21:09:44.193Z] setToolProperty: 16:09:44 [2023-03-05T21:09:44.193Z] 16:09:44 [2023-03-05T21:09:44.193Z] setS1ASclassPath: 16:09:44 [2023-03-05T21:09:44.193Z] 16:09:44 [2023-03-05T21:09:44.193Z] init-common: 16:09:44 [2023-03-05T21:09:44.193Z] 16:09:44 [2023-03-05T21:09:44.193Z] delete-jdbc-connpool-common: 16:09:44 [2023-03-05T21:09:44.193Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:09:44 [2023-03-05T21:09:44.193Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:09:44 [2023-03-05T21:09:44.193Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:09:44 [2023-03-05T21:09:44.193Z] [echo] cmd executed for server 16:09:44 [2023-03-05T21:09:44.193Z] 16:09:44 [2023-03-05T21:09:44.193Z] all: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setOSConditions: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setToolWin: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setToolUnix: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setToolProperty: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setS1ASclassPath: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] init-common: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] clean: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setOSConditions: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setToolWin: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setToolUnix: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setToolProperty: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setS1ASclassPath: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] init-common: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] clean-common: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setOSConditions: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setToolWin: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setToolUnix: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setToolProperty: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setS1ASclassPath: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] init-common: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] clean-classes-common: 16:09:44 [2023-03-05T21:09:44.450Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setOSConditions: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setToolWin: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setToolUnix: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setToolProperty: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setS1ASclassPath: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] init-common: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] clean-jars-common: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] compile: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setOSConditions: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setToolWin: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setToolUnix: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setToolProperty: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] setS1ASclassPath: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] init-common: 16:09:44 [2023-03-05T21:09:44.450Z] 16:09:44 [2023-03-05T21:09:44.450Z] compile-common: 16:09:44 [2023-03-05T21:09:44.450Z] [echo] Current time (ISO): 2023-03-05T21:09:44.229+0000 16:09:44 [2023-03-05T21:09:44.450Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:44 [2023-03-05T21:09:44.450Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:45 [2023-03-05T21:09:45.387Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:09:45 [2023-03-05T21:09:45.643Z] [javac] 1 warning 16:09:45 [2023-03-05T21:09:45.643Z] 16:09:45 [2023-03-05T21:09:45.643Z] setOSConditions: 16:09:45 [2023-03-05T21:09:45.643Z] 16:09:45 [2023-03-05T21:09:45.643Z] setToolWin: 16:09:45 [2023-03-05T21:09:45.643Z] 16:09:45 [2023-03-05T21:09:45.643Z] setToolUnix: 16:09:45 [2023-03-05T21:09:45.643Z] 16:09:45 [2023-03-05T21:09:45.643Z] setToolProperty: 16:09:45 [2023-03-05T21:09:45.643Z] 16:09:45 [2023-03-05T21:09:45.643Z] setS1ASclassPath: 16:09:45 [2023-03-05T21:09:45.643Z] 16:09:45 [2023-03-05T21:09:45.643Z] init-common: 16:09:45 [2023-03-05T21:09:45.643Z] 16:09:45 [2023-03-05T21:09:45.643Z] compile-common: 16:09:45 [2023-03-05T21:09:45.643Z] [echo] Current time (ISO): 2023-03-05T21:09:45.399+0000 16:09:45 [2023-03-05T21:09:45.643Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:46 [2023-03-05T21:09:46.586Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:09:46 [2023-03-05T21:09:46.586Z] [javac] 1 warning 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] build: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] setOSConditions: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] fixFiles: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] convUnix: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] convWin: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] setToolWin: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] setToolUnix: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] setToolProperty: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] setS1ASclassPath: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] init-common: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] package-persistence-common: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] ejb-jar-common: 16:09:46 [2023-03-05T21:09:46.586Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] package-ejbjar-common: 16:09:46 [2023-03-05T21:09:46.586Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:46 [2023-03-05T21:09:46.586Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:46 [2023-03-05T21:09:46.586Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:46 [2023-03-05T21:09:46.586Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassoc-ejb.jar 16:09:46 [2023-03-05T21:09:46.586Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] appclient-jar-common: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] package-appclientjar-common: 16:09:46 [2023-03-05T21:09:46.586Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:46 [2023-03-05T21:09:46.586Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:46 [2023-03-05T21:09:46.586Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:46 [2023-03-05T21:09:46.586Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassoc-client.jar 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] webclient-war-common: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] build-ear-common: 16:09:46 [2023-03-05T21:09:46.586Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:46 [2023-03-05T21:09:46.586Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassocApp.ear 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] deploy: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] setOSConditions: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] setToolWin: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] setToolUnix: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] setToolProperty: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] setS1ASclassPath: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] init-common: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] deploy-jdbc-common: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] setOSConditions: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] setToolWin: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] setToolUnix: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] setToolProperty: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] setS1ASclassPath: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] init-common: 16:09:46 [2023-03-05T21:09:46.586Z] 16:09:46 [2023-03-05T21:09:46.586Z] create-jdbc-connpool-common: 16:09:47 [2023-03-05T21:09:47.149Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:09:47 [2023-03-05T21:09:47.149Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:09:47 [2023-03-05T21:09:47.149Z] 16:09:47 [2023-03-05T21:09:47.149Z] set-derby-connpool-props: 16:09:47 [2023-03-05T21:09:47.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:09:47 [2023-03-05T21:09:47.420Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:09:47 [2023-03-05T21:09:47.677Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:09:47 [2023-03-05T21:09:47.677Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:09:47 [2023-03-05T21:09:47.933Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:09:47 [2023-03-05T21:09:47.933Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:09:48 [2023-03-05T21:09:48.189Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:09:48 [2023-03-05T21:09:48.189Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:09:48 [2023-03-05T21:09:48.751Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:09:48 [2023-03-05T21:09:48.751Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:09:49 [2023-03-05T21:09:49.020Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:09:49 [2023-03-05T21:09:49.020Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:09:49 [2023-03-05T21:09:49.319Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:09:49 [2023-03-05T21:09:49.319Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:09:49 [2023-03-05T21:09:49.576Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:09:49 [2023-03-05T21:09:49.576Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:09:49 [2023-03-05T21:09:49.576Z] 16:09:49 [2023-03-05T21:09:49.576Z] setOSConditions: 16:09:49 [2023-03-05T21:09:49.576Z] 16:09:49 [2023-03-05T21:09:49.576Z] setToolWin: 16:09:49 [2023-03-05T21:09:49.576Z] 16:09:49 [2023-03-05T21:09:49.576Z] setToolUnix: 16:09:49 [2023-03-05T21:09:49.576Z] 16:09:49 [2023-03-05T21:09:49.576Z] setToolProperty: 16:09:49 [2023-03-05T21:09:49.576Z] 16:09:49 [2023-03-05T21:09:49.576Z] setS1ASclassPath: 16:09:49 [2023-03-05T21:09:49.576Z] 16:09:49 [2023-03-05T21:09:49.576Z] init-common: 16:09:49 [2023-03-05T21:09:49.576Z] 16:09:49 [2023-03-05T21:09:49.576Z] create-jdbc-resource-common: 16:09:49 [2023-03-05T21:09:49.576Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 16:09:49 [2023-03-05T21:09:49.831Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 16:09:49 [2023-03-05T21:09:49.831Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 16:09:49 [2023-03-05T21:09:49.831Z] [echo] cmd executed for server 16:09:49 [2023-03-05T21:09:49.831Z] 16:09:49 [2023-03-05T21:09:49.831Z] asadmin-common: 16:09:49 [2023-03-05T21:09:49.831Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.lazy-connection-enlistment=true 16:09:50 [2023-03-05T21:09:50.394Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.lazy-connection-enlistment=true 16:09:50 [2023-03-05T21:09:50.394Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.lazy-connection-enlistment=true 16:09:50 [2023-03-05T21:09:50.394Z] 16:09:50 [2023-03-05T21:09:50.394Z] asadmin-common: 16:09:50 [2023-03-05T21:09:50.394Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.lazy-connection-association=true 16:09:50 [2023-03-05T21:09:50.650Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.lazy-connection-association=true 16:09:50 [2023-03-05T21:09:50.650Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.lazy-connection-association=true 16:09:50 [2023-03-05T21:09:50.650Z] 16:09:50 [2023-03-05T21:09:50.650Z] setOSConditions: 16:09:50 [2023-03-05T21:09:50.650Z] 16:09:50 [2023-03-05T21:09:50.650Z] setToolWin: 16:09:50 [2023-03-05T21:09:50.650Z] 16:09:50 [2023-03-05T21:09:50.650Z] setToolUnix: 16:09:50 [2023-03-05T21:09:50.650Z] 16:09:50 [2023-03-05T21:09:50.650Z] setToolProperty: 16:09:50 [2023-03-05T21:09:50.650Z] 16:09:50 [2023-03-05T21:09:50.650Z] setS1ASclassPath: 16:09:50 [2023-03-05T21:09:50.650Z] 16:09:50 [2023-03-05T21:09:50.650Z] init-common: 16:09:50 [2023-03-05T21:09:50.650Z] 16:09:50 [2023-03-05T21:09:50.650Z] deploy-common: 16:09:50 [2023-03-05T21:09:50.650Z] [echo] Current time (ISO): 2023-03-05T21:09:50.414+0000 16:09:50 [2023-03-05T21:09:50.650Z] 16:09:50 [2023-03-05T21:09:50.650Z] setOSConditions: 16:09:50 [2023-03-05T21:09:50.650Z] 16:09:50 [2023-03-05T21:09:50.650Z] setToolWin: 16:09:50 [2023-03-05T21:09:50.650Z] 16:09:50 [2023-03-05T21:09:50.650Z] setToolUnix: 16:09:50 [2023-03-05T21:09:50.650Z] 16:09:50 [2023-03-05T21:09:50.650Z] setToolProperty: 16:09:50 [2023-03-05T21:09:50.650Z] 16:09:50 [2023-03-05T21:09:50.650Z] setS1ASclassPath: 16:09:50 [2023-03-05T21:09:50.650Z] 16:09:50 [2023-03-05T21:09:50.650Z] init-common: 16:09:50 [2023-03-05T21:09:50.650Z] 16:09:50 [2023-03-05T21:09:50.650Z] deploy-common-pe: 16:09:50 [2023-03-05T21:09:50.908Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassocApp.ear 16:09:50 [2023-03-05T21:09:50.908Z] [exec] Application deployed with name jdbc-lazyassocApp. 16:09:50 [2023-03-05T21:09:50.908Z] [echo] Deployment on target server server successful 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] setOSConditions: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] setToolWin: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] setToolUnix: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] setToolProperty: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] setS1ASclassPath: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] init-common: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] deploy-common-ee: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] run: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] setOSConditions: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] setToolWin: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] setToolUnix: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] setToolProperty: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] setS1ASclassPath: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] init-common: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] execute-sql-common: 16:09:50 [2023-03-05T21:09:50.908Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/lazyassoc/sql/create_pointbase.sql 16:09:50 [2023-03-05T21:09:50.908Z] [sql] Failed to execute: Drop table TXLEVELSWITCH 16:09:50 [2023-03-05T21:09:50.908Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. 16:09:50 [2023-03-05T21:09:50.908Z] [sql] 0 rows affected 16:09:50 [2023-03-05T21:09:50.908Z] [sql] 1 rows affected 16:09:50 [2023-03-05T21:09:50.908Z] [sql] 1 rows affected 16:09:50 [2023-03-05T21:09:50.908Z] [sql] 3 of 4 SQL statements executed successfully 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] setOSConditions: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] setToolWin: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] setToolUnix: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] setToolProperty: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] setS1ASclassPath: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] init-common: 16:09:50 [2023-03-05T21:09:50.908Z] 16:09:50 [2023-03-05T21:09:50.908Z] runclient-common: 16:09:50 [2023-03-05T21:09:50.908Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassocAppClient.jar -name jdbc-lazyassocClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:09:51 [2023-03-05T21:09:51.836Z] [exec] Mar 05, 2023 9:09:51 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:09:51 [2023-03-05T21:09:51.836Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:09:53 [2023-03-05T21:09:53.730Z] [exec] Mar 05, 2023 9:09:53 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:09:53 [2023-03-05T21:09:53.730Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5fef0c19 16:09:54 [2023-03-05T21:09:54.020Z] [exec] Value of key is: test1 : 16:09:54 [2023-03-05T21:09:54.278Z] [exec] Value of key is: test2 : 16:09:54 [2023-03-05T21:09:54.278Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:09:54 [2023-03-05T21:09:54.278Z] [exec] 16:09:54 [2023-03-05T21:09:54.278Z] [exec] 16:09:54 [2023-03-05T21:09:54.278Z] [exec] ----------------------------------------- 16:09:54 [2023-03-05T21:09:54.278Z] [exec] - test2 : : PASS - 16:09:54 [2023-03-05T21:09:54.278Z] [exec] - test1 : : PASS - 16:09:54 [2023-03-05T21:09:54.278Z] [exec] ----------------------------------------- 16:09:54 [2023-03-05T21:09:54.278Z] [exec] Total PASS: 2 16:09:54 [2023-03-05T21:09:54.278Z] [exec] Total FAIL: 0 16:09:54 [2023-03-05T21:09:54.278Z] [exec] Total DID NOT RUN: 0 16:09:54 [2023-03-05T21:09:54.278Z] [exec] ----------------------------------------- 16:09:54 [2023-03-05T21:09:54.278Z] [exec] in flushAll , creating new testSuiteHash 16:09:54 [2023-03-05T21:09:54.278Z] [exec] in flushAll , creating new testSuiteHash 16:09:54 [2023-03-05T21:09:54.535Z] 16:09:54 [2023-03-05T21:09:54.535Z] checkReporting-common: 16:09:54 [2023-03-05T21:09:54.535Z] 16:09:54 [2023-03-05T21:09:54.535Z] confirmReportPresent-common: 16:09:54 [2023-03-05T21:09:54.535Z] [echo] file RepRunConf.txt is present. 16:09:54 [2023-03-05T21:09:54.535Z] [echo] Test seems to be reported fine 16:09:54 [2023-03-05T21:09:54.535Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/lazyassoc/RepRunConf.txt 16:09:54 [2023-03-05T21:09:54.535Z] 16:09:54 [2023-03-05T21:09:54.535Z] confirmMissingReport-common: 16:09:54 [2023-03-05T21:09:54.535Z] 16:09:54 [2023-03-05T21:09:54.535Z] undeploy: 16:09:54 [2023-03-05T21:09:54.535Z] 16:09:54 [2023-03-05T21:09:54.536Z] setOSConditions: 16:09:54 [2023-03-05T21:09:54.536Z] 16:09:54 [2023-03-05T21:09:54.536Z] setToolWin: 16:09:54 [2023-03-05T21:09:54.536Z] 16:09:54 [2023-03-05T21:09:54.536Z] setToolUnix: 16:09:54 [2023-03-05T21:09:54.536Z] 16:09:54 [2023-03-05T21:09:54.536Z] setToolProperty: 16:09:54 [2023-03-05T21:09:54.536Z] 16:09:54 [2023-03-05T21:09:54.536Z] setS1ASclassPath: 16:09:54 [2023-03-05T21:09:54.536Z] 16:09:54 [2023-03-05T21:09:54.536Z] init-common: 16:09:54 [2023-03-05T21:09:54.536Z] 16:09:54 [2023-03-05T21:09:54.536Z] execute-sql-common: 16:09:54 [2023-03-05T21:09:54.536Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/lazyassoc/sql/drop_pointbase.sql 16:09:54 [2023-03-05T21:09:54.536Z] [sql] 0 rows affected 16:09:54 [2023-03-05T21:09:54.536Z] [sql] Failed to execute: Drop table TXLEVELSWITCH2 16:09:54 [2023-03-05T21:09:54.536Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. 16:09:54 [2023-03-05T21:09:54.536Z] [sql] 1 of 2 SQL statements executed successfully 16:09:54 [2023-03-05T21:09:54.536Z] 16:09:54 [2023-03-05T21:09:54.536Z] setOSConditions: 16:09:54 [2023-03-05T21:09:54.536Z] 16:09:54 [2023-03-05T21:09:54.536Z] setToolWin: 16:09:54 [2023-03-05T21:09:54.536Z] 16:09:54 [2023-03-05T21:09:54.536Z] setToolUnix: 16:09:54 [2023-03-05T21:09:54.536Z] 16:09:54 [2023-03-05T21:09:54.536Z] setToolProperty: 16:09:54 [2023-03-05T21:09:54.536Z] 16:09:54 [2023-03-05T21:09:54.536Z] setS1ASclassPath: 16:09:54 [2023-03-05T21:09:54.536Z] 16:09:54 [2023-03-05T21:09:54.536Z] init-common: 16:09:54 [2023-03-05T21:09:54.536Z] 16:09:54 [2023-03-05T21:09:54.536Z] undeploy-common: 16:09:55 [2023-03-05T21:09:55.121Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-lazyassocApp 16:09:55 [2023-03-05T21:09:55.121Z] 16:09:55 [2023-03-05T21:09:55.121Z] setOSConditions: 16:09:55 [2023-03-05T21:09:55.121Z] 16:09:55 [2023-03-05T21:09:55.121Z] setToolWin: 16:09:55 [2023-03-05T21:09:55.121Z] 16:09:55 [2023-03-05T21:09:55.121Z] setToolUnix: 16:09:55 [2023-03-05T21:09:55.121Z] 16:09:55 [2023-03-05T21:09:55.121Z] setToolProperty: 16:09:55 [2023-03-05T21:09:55.121Z] 16:09:55 [2023-03-05T21:09:55.121Z] setS1ASclassPath: 16:09:55 [2023-03-05T21:09:55.121Z] 16:09:55 [2023-03-05T21:09:55.121Z] init-common: 16:09:55 [2023-03-05T21:09:55.121Z] 16:09:55 [2023-03-05T21:09:55.121Z] undeploy-jdbc-common: 16:09:55 [2023-03-05T21:09:55.121Z] 16:09:55 [2023-03-05T21:09:55.121Z] setOSConditions: 16:09:55 [2023-03-05T21:09:55.121Z] 16:09:55 [2023-03-05T21:09:55.121Z] setToolWin: 16:09:55 [2023-03-05T21:09:55.121Z] 16:09:55 [2023-03-05T21:09:55.121Z] setToolUnix: 16:09:55 [2023-03-05T21:09:55.121Z] 16:09:55 [2023-03-05T21:09:55.121Z] setToolProperty: 16:09:55 [2023-03-05T21:09:55.121Z] 16:09:55 [2023-03-05T21:09:55.121Z] setS1ASclassPath: 16:09:55 [2023-03-05T21:09:55.121Z] 16:09:55 [2023-03-05T21:09:55.121Z] init-common: 16:09:55 [2023-03-05T21:09:55.121Z] 16:09:55 [2023-03-05T21:09:55.121Z] delete-jdbc-resource-common: 16:09:55 [2023-03-05T21:09:55.121Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 16:09:55 [2023-03-05T21:09:55.377Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 16:09:55 [2023-03-05T21:09:55.377Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 16:09:55 [2023-03-05T21:09:55.378Z] [echo] cmd executed for server 16:09:55 [2023-03-05T21:09:55.378Z] 16:09:55 [2023-03-05T21:09:55.378Z] setOSConditions: 16:09:55 [2023-03-05T21:09:55.378Z] 16:09:55 [2023-03-05T21:09:55.378Z] setToolWin: 16:09:55 [2023-03-05T21:09:55.378Z] 16:09:55 [2023-03-05T21:09:55.378Z] setToolUnix: 16:09:55 [2023-03-05T21:09:55.378Z] 16:09:55 [2023-03-05T21:09:55.378Z] setToolProperty: 16:09:55 [2023-03-05T21:09:55.378Z] 16:09:55 [2023-03-05T21:09:55.378Z] setS1ASclassPath: 16:09:55 [2023-03-05T21:09:55.378Z] 16:09:55 [2023-03-05T21:09:55.378Z] init-common: 16:09:55 [2023-03-05T21:09:55.378Z] 16:09:55 [2023-03-05T21:09:55.378Z] delete-jdbc-connpool-common: 16:09:55 [2023-03-05T21:09:55.378Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:09:55 [2023-03-05T21:09:55.634Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:09:55 [2023-03-05T21:09:55.634Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:09:55 [2023-03-05T21:09:55.634Z] [echo] cmd executed for server 16:09:55 [2023-03-05T21:09:55.634Z] 16:09:55 [2023-03-05T21:09:55.634Z] all: 16:09:55 [2023-03-05T21:09:55.634Z] 16:09:55 [2023-03-05T21:09:55.634Z] setOSConditions: 16:09:55 [2023-03-05T21:09:55.634Z] 16:09:55 [2023-03-05T21:09:55.634Z] setToolWin: 16:09:55 [2023-03-05T21:09:55.634Z] 16:09:55 [2023-03-05T21:09:55.634Z] setToolUnix: 16:09:55 [2023-03-05T21:09:55.634Z] 16:09:55 [2023-03-05T21:09:55.634Z] setToolProperty: 16:09:55 [2023-03-05T21:09:55.634Z] 16:09:55 [2023-03-05T21:09:55.634Z] setS1ASclassPath: 16:09:55 [2023-03-05T21:09:55.634Z] 16:09:55 [2023-03-05T21:09:55.634Z] init-common: 16:09:55 [2023-03-05T21:09:55.634Z] 16:09:55 [2023-03-05T21:09:55.634Z] clean: 16:09:55 [2023-03-05T21:09:55.634Z] 16:09:55 [2023-03-05T21:09:55.634Z] setOSConditions: 16:09:55 [2023-03-05T21:09:55.634Z] 16:09:55 [2023-03-05T21:09:55.635Z] setToolWin: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setToolUnix: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setToolProperty: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setS1ASclassPath: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] init-common: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] clean-common: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setOSConditions: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setToolWin: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setToolUnix: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setToolProperty: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setS1ASclassPath: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] init-common: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] clean-classes-common: 16:09:55 [2023-03-05T21:09:55.635Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setOSConditions: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setToolWin: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setToolUnix: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setToolProperty: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setS1ASclassPath: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] init-common: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] clean-jars-common: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] compile: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setOSConditions: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setToolWin: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setToolUnix: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setToolProperty: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] setS1ASclassPath: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] init-common: 16:09:55 [2023-03-05T21:09:55.635Z] 16:09:55 [2023-03-05T21:09:55.635Z] compile-common: 16:09:55 [2023-03-05T21:09:55.635Z] [echo] Current time (ISO): 2023-03-05T21:09:55.513+0000 16:09:55 [2023-03-05T21:09:55.635Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:55 [2023-03-05T21:09:55.635Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:57 [2023-03-05T21:09:57.021Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:09:57 [2023-03-05T21:09:57.021Z] [javac] 1 warning 16:09:57 [2023-03-05T21:09:57.021Z] 16:09:57 [2023-03-05T21:09:57.021Z] setOSConditions: 16:09:57 [2023-03-05T21:09:57.021Z] 16:09:57 [2023-03-05T21:09:57.021Z] setToolWin: 16:09:57 [2023-03-05T21:09:57.021Z] 16:09:57 [2023-03-05T21:09:57.021Z] setToolUnix: 16:09:57 [2023-03-05T21:09:57.021Z] 16:09:57 [2023-03-05T21:09:57.021Z] setToolProperty: 16:09:57 [2023-03-05T21:09:57.021Z] 16:09:57 [2023-03-05T21:09:57.021Z] setS1ASclassPath: 16:09:57 [2023-03-05T21:09:57.021Z] 16:09:57 [2023-03-05T21:09:57.021Z] init-common: 16:09:57 [2023-03-05T21:09:57.021Z] 16:09:57 [2023-03-05T21:09:57.021Z] compile-common: 16:09:57 [2023-03-05T21:09:57.021Z] [echo] Current time (ISO): 2023-03-05T21:09:56.827+0000 16:09:57 [2023-03-05T21:09:57.021Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:09:58 [2023-03-05T21:09:58.388Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:09:58 [2023-03-05T21:09:58.388Z] [javac] 1 warning 16:09:58 [2023-03-05T21:09:58.388Z] 16:09:58 [2023-03-05T21:09:58.388Z] build: 16:09:58 [2023-03-05T21:09:58.388Z] 16:09:58 [2023-03-05T21:09:58.388Z] setOSConditions: 16:09:58 [2023-03-05T21:09:58.388Z] 16:09:58 [2023-03-05T21:09:58.388Z] fixFiles: 16:09:58 [2023-03-05T21:09:58.388Z] 16:09:58 [2023-03-05T21:09:58.388Z] convUnix: 16:09:58 [2023-03-05T21:09:58.388Z] 16:09:58 [2023-03-05T21:09:58.388Z] convWin: 16:09:58 [2023-03-05T21:09:58.388Z] 16:09:58 [2023-03-05T21:09:58.388Z] setToolWin: 16:09:58 [2023-03-05T21:09:58.388Z] 16:09:58 [2023-03-05T21:09:58.388Z] setToolUnix: 16:09:58 [2023-03-05T21:09:58.388Z] 16:09:58 [2023-03-05T21:09:58.388Z] setToolProperty: 16:09:58 [2023-03-05T21:09:58.388Z] 16:09:58 [2023-03-05T21:09:58.388Z] setS1ASclassPath: 16:09:58 [2023-03-05T21:09:58.388Z] 16:09:58 [2023-03-05T21:09:58.388Z] init-common: 16:09:58 [2023-03-05T21:09:58.388Z] 16:09:58 [2023-03-05T21:09:58.388Z] package-persistence-common: 16:09:58 [2023-03-05T21:09:58.388Z] 16:09:58 [2023-03-05T21:09:58.388Z] ejb-jar-common: 16:09:58 [2023-03-05T21:09:58.388Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:09:58 [2023-03-05T21:09:58.388Z] 16:09:58 [2023-03-05T21:09:58.388Z] package-ejbjar-common: 16:09:58 [2023-03-05T21:09:58.388Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:58 [2023-03-05T21:09:58.388Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:58 [2023-03-05T21:09:58.388Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:58 [2023-03-05T21:09:58.388Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.local-ejb.jar 16:09:58 [2023-03-05T21:09:58.389Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] appclient-jar-common: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] package-appclientjar-common: 16:09:58 [2023-03-05T21:09:58.389Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:58 [2023-03-05T21:09:58.389Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:58 [2023-03-05T21:09:58.389Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:58 [2023-03-05T21:09:58.389Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.local-client.jar 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] webclient-war-common: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] build-ear-common: 16:09:58 [2023-03-05T21:09:58.389Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:09:58 [2023-03-05T21:09:58.389Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.localApp.ear 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] deploy: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setOSConditions: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setToolWin: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setToolUnix: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setToolProperty: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setS1ASclassPath: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] init-common: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] execute-sql-common: 16:09:58 [2023-03-05T21:09:58.389Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.local/sql/create_pointbase.sql 16:09:58 [2023-03-05T21:09:58.389Z] [sql] Failed to execute: Drop table O_Customer 16:09:58 [2023-03-05T21:09:58.389Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:09:58 [2023-03-05T21:09:58.389Z] [sql] 0 rows affected 16:09:58 [2023-03-05T21:09:58.389Z] [sql] 1 of 2 SQL statements executed successfully 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setOSConditions: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setToolWin: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setToolUnix: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setToolProperty: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setS1ASclassPath: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] init-common: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setup: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setOSConditions: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setToolWin: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setToolUnix: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setToolProperty: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setS1ASclassPath: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] init-common: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] deploy-jdbc-common: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setOSConditions: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setToolWin: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setToolUnix: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setToolProperty: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] setS1ASclassPath: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] init-common: 16:09:58 [2023-03-05T21:09:58.389Z] 16:09:58 [2023-03-05T21:09:58.389Z] create-jdbc-connpool-common: 16:09:58 [2023-03-05T21:09:58.672Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-markconnectionasbad-local-pool 16:09:58 [2023-03-05T21:09:58.673Z] [exec] JDBC connection pool jdbc-markconnectionasbad-local-pool created successfully. 16:09:58 [2023-03-05T21:09:58.673Z] 16:09:58 [2023-03-05T21:09:58.673Z] set-derby-connpool-props: 16:09:58 [2023-03-05T21:09:58.929Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.User=dbuser 16:09:58 [2023-03-05T21:09:58.929Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.User=dbuser 16:09:59 [2023-03-05T21:09:59.186Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.Password=dbpassword 16:09:59 [2023-03-05T21:09:59.186Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.Password=dbpassword 16:09:59 [2023-03-05T21:09:59.442Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.driverType=4 16:09:59 [2023-03-05T21:09:59.442Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.driverType=4 16:09:59 [2023-03-05T21:09:59.698Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.portNumber=1527 16:09:59 [2023-03-05T21:09:59.955Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.portNumber=1527 16:10:00 [2023-03-05T21:10:00.221Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.dataBaseName=testdb 16:10:00 [2023-03-05T21:10:00.221Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.dataBaseName=testdb 16:10:00 [2023-03-05T21:10:00.477Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:10:00 [2023-03-05T21:10:00.477Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:10:00 [2023-03-05T21:10:00.734Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.create=true 16:10:00 [2023-03-05T21:10:00.734Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.create=true 16:10:01 [2023-03-05T21:10:01.318Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.serverName=localhost 16:10:01 [2023-03-05T21:10:01.318Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.serverName=localhost 16:10:01 [2023-03-05T21:10:01.318Z] 16:10:01 [2023-03-05T21:10:01.318Z] setOSConditions: 16:10:01 [2023-03-05T21:10:01.318Z] 16:10:01 [2023-03-05T21:10:01.318Z] setToolWin: 16:10:01 [2023-03-05T21:10:01.318Z] 16:10:01 [2023-03-05T21:10:01.318Z] setToolUnix: 16:10:01 [2023-03-05T21:10:01.318Z] 16:10:01 [2023-03-05T21:10:01.318Z] setToolProperty: 16:10:01 [2023-03-05T21:10:01.318Z] 16:10:01 [2023-03-05T21:10:01.318Z] setS1ASclassPath: 16:10:01 [2023-03-05T21:10:01.318Z] 16:10:01 [2023-03-05T21:10:01.318Z] init-common: 16:10:01 [2023-03-05T21:10:01.318Z] 16:10:01 [2023-03-05T21:10:01.318Z] create-jdbc-resource-common: 16:10:01 [2023-03-05T21:10:01.318Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-markconnectionasbad-local-pool --target server jdbc/markconnectionasbad-local 16:10:01 [2023-03-05T21:10:01.574Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-markconnectionasbad-local-pool --enabled=true --target server jdbc/markconnectionasbad-local 16:10:01 [2023-03-05T21:10:01.574Z] [exec] JDBC resource jdbc/markconnectionasbad-local created successfully. 16:10:01 [2023-03-05T21:10:01.574Z] [echo] cmd executed for server 16:10:01 [2023-03-05T21:10:01.574Z] 16:10:01 [2023-03-05T21:10:01.574Z] setOSConditions: 16:10:01 [2023-03-05T21:10:01.574Z] 16:10:01 [2023-03-05T21:10:01.574Z] setToolWin: 16:10:01 [2023-03-05T21:10:01.574Z] 16:10:01 [2023-03-05T21:10:01.574Z] setToolUnix: 16:10:01 [2023-03-05T21:10:01.574Z] 16:10:01 [2023-03-05T21:10:01.574Z] setToolProperty: 16:10:01 [2023-03-05T21:10:01.574Z] 16:10:01 [2023-03-05T21:10:01.574Z] setS1ASclassPath: 16:10:01 [2023-03-05T21:10:01.574Z] 16:10:01 [2023-03-05T21:10:01.574Z] init-common: 16:10:01 [2023-03-05T21:10:01.574Z] 16:10:01 [2023-03-05T21:10:01.574Z] deploy-jdbc-common: 16:10:01 [2023-03-05T21:10:01.574Z] 16:10:01 [2023-03-05T21:10:01.574Z] setOSConditions: 16:10:01 [2023-03-05T21:10:01.574Z] 16:10:01 [2023-03-05T21:10:01.574Z] setToolWin: 16:10:01 [2023-03-05T21:10:01.574Z] 16:10:01 [2023-03-05T21:10:01.574Z] setToolUnix: 16:10:01 [2023-03-05T21:10:01.574Z] 16:10:01 [2023-03-05T21:10:01.574Z] setToolProperty: 16:10:01 [2023-03-05T21:10:01.574Z] 16:10:01 [2023-03-05T21:10:01.574Z] setS1ASclassPath: 16:10:01 [2023-03-05T21:10:01.574Z] 16:10:01 [2023-03-05T21:10:01.574Z] init-common: 16:10:01 [2023-03-05T21:10:01.574Z] 16:10:01 [2023-03-05T21:10:01.574Z] create-jdbc-connpool-common: 16:10:01 [2023-03-05T21:10:01.830Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-markconnectionasbad-local-unshareable-pool 16:10:01 [2023-03-05T21:10:01.830Z] [exec] JDBC connection pool jdbc-markconnectionasbad-local-unshareable-pool created successfully. 16:10:01 [2023-03-05T21:10:01.830Z] 16:10:01 [2023-03-05T21:10:01.830Z] set-derby-connpool-props: 16:10:02 [2023-03-05T21:10:02.087Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.User=dbuser 16:10:02 [2023-03-05T21:10:02.087Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.User=dbuser 16:10:02 [2023-03-05T21:10:02.343Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.Password=dbpassword 16:10:02 [2023-03-05T21:10:02.343Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.Password=dbpassword 16:10:02 [2023-03-05T21:10:02.599Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.driverType=4 16:10:02 [2023-03-05T21:10:02.599Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.driverType=4 16:10:03 [2023-03-05T21:10:03.162Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.portNumber=1527 16:10:03 [2023-03-05T21:10:03.162Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.portNumber=1527 16:10:03 [2023-03-05T21:10:03.423Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.dataBaseName=testdb 16:10:03 [2023-03-05T21:10:03.423Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.dataBaseName=testdb 16:10:03 [2023-03-05T21:10:03.679Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:10:03 [2023-03-05T21:10:03.679Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:10:03 [2023-03-05T21:10:03.935Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.create=true 16:10:03 [2023-03-05T21:10:03.935Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.create=true 16:10:04 [2023-03-05T21:10:04.192Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.serverName=localhost 16:10:04 [2023-03-05T21:10:04.192Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.serverName=localhost 16:10:04 [2023-03-05T21:10:04.192Z] 16:10:04 [2023-03-05T21:10:04.192Z] setOSConditions: 16:10:04 [2023-03-05T21:10:04.192Z] 16:10:04 [2023-03-05T21:10:04.192Z] setToolWin: 16:10:04 [2023-03-05T21:10:04.192Z] 16:10:04 [2023-03-05T21:10:04.192Z] setToolUnix: 16:10:04 [2023-03-05T21:10:04.192Z] 16:10:04 [2023-03-05T21:10:04.192Z] setToolProperty: 16:10:04 [2023-03-05T21:10:04.192Z] 16:10:04 [2023-03-05T21:10:04.192Z] setS1ASclassPath: 16:10:04 [2023-03-05T21:10:04.192Z] 16:10:04 [2023-03-05T21:10:04.192Z] init-common: 16:10:04 [2023-03-05T21:10:04.192Z] 16:10:04 [2023-03-05T21:10:04.192Z] create-jdbc-resource-common: 16:10:04 [2023-03-05T21:10:04.192Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-markconnectionasbad-local-unshareable-pool --target server jdbc/markconnectionasbad-local-unshareable 16:10:04 [2023-03-05T21:10:04.448Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-markconnectionasbad-local-unshareable-pool --enabled=true --target server jdbc/markconnectionasbad-local-unshareable 16:10:04 [2023-03-05T21:10:04.448Z] [exec] JDBC resource jdbc/markconnectionasbad-local-unshareable created successfully. 16:10:04 [2023-03-05T21:10:04.448Z] [echo] cmd executed for server 16:10:04 [2023-03-05T21:10:04.448Z] 16:10:04 [2023-03-05T21:10:04.448Z] asadmin-common: 16:10:04 [2023-03-05T21:10:04.448Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.steady_pool_size=1 16:10:05 [2023-03-05T21:10:05.573Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.steady_pool_size=1 16:10:05 [2023-03-05T21:10:05.573Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.steady-pool-size=1 16:10:05 [2023-03-05T21:10:05.573Z] 16:10:05 [2023-03-05T21:10:05.573Z] asadmin-common: 16:10:05 [2023-03-05T21:10:05.573Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.max_pool_size=1 16:10:05 [2023-03-05T21:10:05.573Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.max_pool_size=1 16:10:05 [2023-03-05T21:10:05.573Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.max-pool-size=1 16:10:05 [2023-03-05T21:10:05.573Z] 16:10:05 [2023-03-05T21:10:05.573Z] asadmin-common: 16:10:05 [2023-03-05T21:10:05.573Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.idle_timeout_in_seconds=3600 16:10:05 [2023-03-05T21:10:05.573Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.idle_timeout_in_seconds=3600 16:10:05 [2023-03-05T21:10:05.573Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.idle-timeout-in-seconds=3600 16:10:05 [2023-03-05T21:10:05.573Z] 16:10:05 [2023-03-05T21:10:05.573Z] setOSConditions: 16:10:05 [2023-03-05T21:10:05.573Z] 16:10:05 [2023-03-05T21:10:05.573Z] setToolWin: 16:10:05 [2023-03-05T21:10:05.573Z] 16:10:05 [2023-03-05T21:10:05.573Z] setToolUnix: 16:10:05 [2023-03-05T21:10:05.573Z] 16:10:05 [2023-03-05T21:10:05.573Z] setToolProperty: 16:10:05 [2023-03-05T21:10:05.573Z] 16:10:05 [2023-03-05T21:10:05.573Z] setS1ASclassPath: 16:10:05 [2023-03-05T21:10:05.573Z] 16:10:05 [2023-03-05T21:10:05.573Z] init-common: 16:10:05 [2023-03-05T21:10:05.573Z] 16:10:05 [2023-03-05T21:10:05.573Z] deploy-common: 16:10:05 [2023-03-05T21:10:05.573Z] [echo] Current time (ISO): 2023-03-05T21:10:05.359+0000 16:10:05 [2023-03-05T21:10:05.573Z] 16:10:05 [2023-03-05T21:10:05.573Z] setOSConditions: 16:10:05 [2023-03-05T21:10:05.573Z] 16:10:05 [2023-03-05T21:10:05.573Z] setToolWin: 16:10:05 [2023-03-05T21:10:05.573Z] 16:10:05 [2023-03-05T21:10:05.573Z] setToolUnix: 16:10:05 [2023-03-05T21:10:05.573Z] 16:10:05 [2023-03-05T21:10:05.573Z] setToolProperty: 16:10:05 [2023-03-05T21:10:05.573Z] 16:10:05 [2023-03-05T21:10:05.573Z] setS1ASclassPath: 16:10:05 [2023-03-05T21:10:05.573Z] 16:10:05 [2023-03-05T21:10:05.573Z] init-common: 16:10:05 [2023-03-05T21:10:05.573Z] 16:10:05 [2023-03-05T21:10:05.573Z] deploy-common-pe: 16:10:05 [2023-03-05T21:10:05.830Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.localApp.ear 16:10:06 [2023-03-05T21:10:06.121Z] [exec] Application deployed with name jdbc-markconnectionasbad.localApp. 16:10:06 [2023-03-05T21:10:06.121Z] [echo] Deployment on target server server successful 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] setOSConditions: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] setToolWin: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] setToolUnix: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] setToolProperty: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] setS1ASclassPath: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] init-common: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] deploy-common-ee: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] run: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] setOSConditions: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] setToolWin: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] setToolUnix: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] setToolProperty: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] setS1ASclassPath: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] init-common: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] execute-sql-common: 16:10:06 [2023-03-05T21:10:06.121Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.local/sql/create_pointbase.sql 16:10:06 [2023-03-05T21:10:06.121Z] [sql] 0 rows affected 16:10:06 [2023-03-05T21:10:06.121Z] [sql] 0 rows affected 16:10:06 [2023-03-05T21:10:06.121Z] [sql] 2 of 2 SQL statements executed successfully 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] setOSConditions: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] setToolWin: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] setToolUnix: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] setToolProperty: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] setS1ASclassPath: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] init-common: 16:10:06 [2023-03-05T21:10:06.121Z] 16:10:06 [2023-03-05T21:10:06.121Z] runclient-common: 16:10:06 [2023-03-05T21:10:06.121Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.localAppClient.jar -name jdbc-markconnectionasbad.localClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:10:07 [2023-03-05T21:10:07.051Z] [exec] Mar 05, 2023 9:10:06 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:10:07 [2023-03-05T21:10:07.051Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:10:08 [2023-03-05T21:10:08.984Z] [exec] Mar 05, 2023 9:10:08 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:10:08 [2023-03-05T21:10:08.984Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@4f114b 16:10:09 [2023-03-05T21:10:09.241Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - Shareable - ReadOnly] : 16:10:09 [2023-03-05T21:10:09.241Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - Shareable Write] : 16:10:09 [2023-03-05T21:10:09.241Z] [exec] Value of key is: Mark-Connection-As-Bad [local - NoTx - Shareable ReadOnly] : 16:10:09 [2023-03-05T21:10:09.241Z] [exec] Value of key is: Mark-Connection-As-Bad [local - NoTx - Shareable Write] : 16:10:09 [2023-03-05T21:10:09.241Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - UnShareable Write (1) ] : 16:10:09 [2023-03-05T21:10:09.497Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - UnShareable Write (2) ] : 16:10:09 [2023-03-05T21:10:09.497Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - UnShareable Write (3) ] : 16:10:09 [2023-03-05T21:10:09.497Z] [exec] Mark-Connection-As-Bad Status: 16:10:09 [2023-03-05T21:10:09.498Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:10:09 [2023-03-05T21:10:09.498Z] [exec] 16:10:09 [2023-03-05T21:10:09.498Z] [exec] 16:10:09 [2023-03-05T21:10:09.498Z] [exec] ----------------------------------------- 16:10:09 [2023-03-05T21:10:09.498Z] [exec] - Mark-Connection-As-Bad [local - Tx - Shareable - ReadOnly] : : PASS - 16:10:09 [2023-03-05T21:10:09.498Z] [exec] - Mark-Connection-As-Bad [local - NoTx - Shareable Write] : : PASS - 16:10:09 [2023-03-05T21:10:09.498Z] [exec] - Mark-Connection-As-Bad [local - Tx - UnShareable Write (1) ] : : PASS - 16:10:09 [2023-03-05T21:10:09.498Z] [exec] - Mark-Connection-As-Bad [local - NoTx - Shareable ReadOnly] : : PASS - 16:10:09 [2023-03-05T21:10:09.498Z] [exec] - Mark-Connection-As-Bad [local - Tx - UnShareable Write (3) ] : : PASS - 16:10:09 [2023-03-05T21:10:09.498Z] [exec] - Mark-Connection-As-Bad [local - Tx - Shareable Write] : : PASS - 16:10:09 [2023-03-05T21:10:09.498Z] [exec] - Mark-Connection-As-Bad [local - Tx - UnShareable Write (2) ] : : PASS - 16:10:09 [2023-03-05T21:10:09.498Z] [exec] ----------------------------------------- 16:10:09 [2023-03-05T21:10:09.498Z] [exec] Total PASS: 7 16:10:09 [2023-03-05T21:10:09.498Z] [exec] Total FAIL: 0 16:10:09 [2023-03-05T21:10:09.498Z] [exec] Total DID NOT RUN: 0 16:10:09 [2023-03-05T21:10:09.498Z] [exec] ----------------------------------------- 16:10:09 [2023-03-05T21:10:09.498Z] [exec] in flushAll , creating new testSuiteHash 16:10:09 [2023-03-05T21:10:09.498Z] [exec] in flushAll , creating new testSuiteHash 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] checkReporting-common: 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] confirmReportPresent-common: 16:10:09 [2023-03-05T21:10:09.754Z] [echo] file RepRunConf.txt is present. 16:10:09 [2023-03-05T21:10:09.754Z] [echo] Test seems to be reported fine 16:10:09 [2023-03-05T21:10:09.754Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.local/RepRunConf.txt 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] confirmMissingReport-common: 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] undeploy: 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] setOSConditions: 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] setToolWin: 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] setToolUnix: 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] setToolProperty: 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] setS1ASclassPath: 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] init-common: 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] execute-sql-common: 16:10:09 [2023-03-05T21:10:09.754Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.local/sql/drop_pointbase.sql 16:10:09 [2023-03-05T21:10:09.754Z] [sql] 0 rows affected 16:10:09 [2023-03-05T21:10:09.754Z] [sql] 1 of 1 SQL statements executed successfully 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] unsetup: 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] setOSConditions: 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] setToolWin: 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] setToolUnix: 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] setToolProperty: 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] setS1ASclassPath: 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] init-common: 16:10:09 [2023-03-05T21:10:09.754Z] 16:10:09 [2023-03-05T21:10:09.754Z] delete-jdbc-resource-common: 16:10:09 [2023-03-05T21:10:09.754Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/markconnectionasbad-local 16:10:10 [2023-03-05T21:10:10.010Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/markconnectionasbad-local 16:10:10 [2023-03-05T21:10:10.010Z] [exec] JDBC resource jdbc/markconnectionasbad-local deleted successfully 16:10:10 [2023-03-05T21:10:10.010Z] [echo] cmd executed for server 16:10:10 [2023-03-05T21:10:10.010Z] 16:10:10 [2023-03-05T21:10:10.010Z] setOSConditions: 16:10:10 [2023-03-05T21:10:10.010Z] 16:10:10 [2023-03-05T21:10:10.010Z] setToolWin: 16:10:10 [2023-03-05T21:10:10.010Z] 16:10:10 [2023-03-05T21:10:10.010Z] setToolUnix: 16:10:10 [2023-03-05T21:10:10.010Z] 16:10:10 [2023-03-05T21:10:10.010Z] setToolProperty: 16:10:10 [2023-03-05T21:10:10.010Z] 16:10:10 [2023-03-05T21:10:10.010Z] setS1ASclassPath: 16:10:10 [2023-03-05T21:10:10.010Z] 16:10:10 [2023-03-05T21:10:10.010Z] init-common: 16:10:10 [2023-03-05T21:10:10.010Z] 16:10:10 [2023-03-05T21:10:10.010Z] delete-jdbc-resource-common: 16:10:10 [2023-03-05T21:10:10.010Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/markconnectionasbad-local-unshareable 16:10:10 [2023-03-05T21:10:10.267Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/markconnectionasbad-local-unshareable 16:10:10 [2023-03-05T21:10:10.267Z] [exec] JDBC resource jdbc/markconnectionasbad-local-unshareable deleted successfully 16:10:10 [2023-03-05T21:10:10.267Z] [echo] cmd executed for server 16:10:10 [2023-03-05T21:10:10.267Z] 16:10:10 [2023-03-05T21:10:10.267Z] setOSConditions: 16:10:10 [2023-03-05T21:10:10.267Z] 16:10:10 [2023-03-05T21:10:10.267Z] setToolWin: 16:10:10 [2023-03-05T21:10:10.267Z] 16:10:10 [2023-03-05T21:10:10.267Z] setToolUnix: 16:10:10 [2023-03-05T21:10:10.267Z] 16:10:10 [2023-03-05T21:10:10.267Z] setToolProperty: 16:10:10 [2023-03-05T21:10:10.267Z] 16:10:10 [2023-03-05T21:10:10.267Z] setS1ASclassPath: 16:10:10 [2023-03-05T21:10:10.267Z] 16:10:10 [2023-03-05T21:10:10.267Z] init-common: 16:10:10 [2023-03-05T21:10:10.267Z] 16:10:10 [2023-03-05T21:10:10.267Z] delete-jdbc-connpool-common: 16:10:10 [2023-03-05T21:10:10.267Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-markconnectionasbad-local-pool 16:10:10 [2023-03-05T21:10:10.830Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-markconnectionasbad-local-pool 16:10:10 [2023-03-05T21:10:10.830Z] [exec] JDBC Connection pool jdbc-markconnectionasbad-local-pool deleted successfully 16:10:10 [2023-03-05T21:10:10.830Z] [echo] cmd executed for server 16:10:10 [2023-03-05T21:10:10.830Z] 16:10:10 [2023-03-05T21:10:10.830Z] setOSConditions: 16:10:10 [2023-03-05T21:10:10.830Z] 16:10:10 [2023-03-05T21:10:10.830Z] setToolWin: 16:10:10 [2023-03-05T21:10:10.830Z] 16:10:10 [2023-03-05T21:10:10.830Z] setToolUnix: 16:10:10 [2023-03-05T21:10:10.830Z] 16:10:10 [2023-03-05T21:10:10.830Z] setToolProperty: 16:10:10 [2023-03-05T21:10:10.830Z] 16:10:10 [2023-03-05T21:10:10.830Z] setS1ASclassPath: 16:10:10 [2023-03-05T21:10:10.830Z] 16:10:10 [2023-03-05T21:10:10.830Z] init-common: 16:10:10 [2023-03-05T21:10:10.830Z] 16:10:10 [2023-03-05T21:10:10.830Z] delete-jdbc-connpool-common: 16:10:10 [2023-03-05T21:10:10.830Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-markconnectionasbad-local-unshareable-pool 16:10:11 [2023-03-05T21:10:11.086Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-markconnectionasbad-local-unshareable-pool 16:10:11 [2023-03-05T21:10:11.086Z] [exec] JDBC Connection pool jdbc-markconnectionasbad-local-unshareable-pool deleted successfully 16:10:11 [2023-03-05T21:10:11.086Z] [echo] cmd executed for server 16:10:11 [2023-03-05T21:10:11.086Z] 16:10:11 [2023-03-05T21:10:11.086Z] setOSConditions: 16:10:11 [2023-03-05T21:10:11.086Z] 16:10:11 [2023-03-05T21:10:11.086Z] setToolWin: 16:10:11 [2023-03-05T21:10:11.086Z] 16:10:11 [2023-03-05T21:10:11.086Z] setToolUnix: 16:10:11 [2023-03-05T21:10:11.086Z] 16:10:11 [2023-03-05T21:10:11.086Z] setToolProperty: 16:10:11 [2023-03-05T21:10:11.086Z] 16:10:11 [2023-03-05T21:10:11.086Z] setS1ASclassPath: 16:10:11 [2023-03-05T21:10:11.086Z] 16:10:11 [2023-03-05T21:10:11.086Z] init-common: 16:10:11 [2023-03-05T21:10:11.086Z] 16:10:11 [2023-03-05T21:10:11.086Z] undeploy-common: 16:10:11 [2023-03-05T21:10:11.342Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-markconnectionasbad.localApp 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] all: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setOSConditions: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setToolWin: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setToolUnix: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setToolProperty: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setS1ASclassPath: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] init-common: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] clean: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setOSConditions: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setToolWin: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setToolUnix: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setToolProperty: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setS1ASclassPath: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] init-common: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] clean-common: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setOSConditions: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setToolWin: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setToolUnix: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setToolProperty: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setS1ASclassPath: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] init-common: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] clean-classes-common: 16:10:11 [2023-03-05T21:10:11.342Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setOSConditions: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setToolWin: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setToolUnix: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setToolProperty: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setS1ASclassPath: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] init-common: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] clean-jars-common: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] compile: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setOSConditions: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setToolWin: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setToolUnix: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setToolProperty: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] setS1ASclassPath: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] init-common: 16:10:11 [2023-03-05T21:10:11.342Z] 16:10:11 [2023-03-05T21:10:11.342Z] compile-common: 16:10:11 [2023-03-05T21:10:11.342Z] [echo] Current time (ISO): 2023-03-05T21:10:11.228+0000 16:10:11 [2023-03-05T21:10:11.342Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:10:11 [2023-03-05T21:10:11.342Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:10:12 [2023-03-05T21:10:12.727Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:10:12 [2023-03-05T21:10:12.727Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/ejb/SimpleBMPBean.java:46: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:10:12 [2023-03-05T21:10:12.727Z] [javac] return new Integer(1); 16:10:12 [2023-03-05T21:10:12.727Z] [javac] ^ 16:10:12 [2023-03-05T21:10:12.727Z] [javac] 2 warnings 16:10:12 [2023-03-05T21:10:12.727Z] 16:10:12 [2023-03-05T21:10:12.727Z] setOSConditions: 16:10:12 [2023-03-05T21:10:12.727Z] 16:10:12 [2023-03-05T21:10:12.727Z] setToolWin: 16:10:12 [2023-03-05T21:10:12.727Z] 16:10:12 [2023-03-05T21:10:12.727Z] setToolUnix: 16:10:12 [2023-03-05T21:10:12.727Z] 16:10:12 [2023-03-05T21:10:12.727Z] setToolProperty: 16:10:12 [2023-03-05T21:10:12.727Z] 16:10:12 [2023-03-05T21:10:12.727Z] setS1ASclassPath: 16:10:12 [2023-03-05T21:10:12.727Z] 16:10:12 [2023-03-05T21:10:12.727Z] init-common: 16:10:12 [2023-03-05T21:10:12.727Z] 16:10:12 [2023-03-05T21:10:12.727Z] compile-common: 16:10:12 [2023-03-05T21:10:12.727Z] [echo] Current time (ISO): 2023-03-05T21:10:12.529+0000 16:10:12 [2023-03-05T21:10:12.727Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:10:14 [2023-03-05T21:10:14.121Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:10:14 [2023-03-05T21:10:14.121Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/client/Client.java:155: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 16:10:14 [2023-03-05T21:10:14.121Z] [javac] return new Integer(returnValue.get("count").toString()); 16:10:14 [2023-03-05T21:10:14.121Z] [javac] ^ 16:10:14 [2023-03-05T21:10:14.121Z] [javac] 2 warnings 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] build: 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] setOSConditions: 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] fixFiles: 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] convUnix: 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] convWin: 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] setToolWin: 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] setToolUnix: 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] setToolProperty: 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] setS1ASclassPath: 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] init-common: 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] package-persistence-common: 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] ejb-jar-common: 16:10:14 [2023-03-05T21:10:14.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] package-ejbjar-common: 16:10:14 [2023-03-05T21:10:14.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:14 [2023-03-05T21:10:14.121Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:14 [2023-03-05T21:10:14.121Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:14 [2023-03-05T21:10:14.121Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-ejb.jar 16:10:14 [2023-03-05T21:10:14.121Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] appclient-jar-common: 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] package-appclientjar-common: 16:10:14 [2023-03-05T21:10:14.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:14 [2023-03-05T21:10:14.121Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:14 [2023-03-05T21:10:14.121Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:14 [2023-03-05T21:10:14.121Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-client.jar 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] webclient-war-common: 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] build-ear-common: 16:10:14 [2023-03-05T21:10:14.121Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:14 [2023-03-05T21:10:14.121Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] deploy: 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.121Z] setOSConditions: 16:10:14 [2023-03-05T21:10:14.121Z] 16:10:14 [2023-03-05T21:10:14.122Z] setToolWin: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setToolUnix: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setToolProperty: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setS1ASclassPath: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] init-common: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] execute-sql-common: 16:10:14 [2023-03-05T21:10:14.122Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/sql/create_pointbase.sql 16:10:14 [2023-03-05T21:10:14.122Z] [sql] Failed to execute: Drop table O_Customer 16:10:14 [2023-03-05T21:10:14.122Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:10:14 [2023-03-05T21:10:14.122Z] [sql] 0 rows affected 16:10:14 [2023-03-05T21:10:14.122Z] [sql] Failed to execute: drop table owner 16:10:14 [2023-03-05T21:10:14.122Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER' because it does not exist. 16:10:14 [2023-03-05T21:10:14.122Z] [sql] 0 rows affected 16:10:14 [2023-03-05T21:10:14.122Z] [sql] 2 of 4 SQL statements executed successfully 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setOSConditions: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setToolWin: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setToolUnix: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setToolProperty: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setS1ASclassPath: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] init-common: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setup: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setOSConditions: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setToolWin: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setToolUnix: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setToolProperty: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setS1ASclassPath: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] init-common: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] deploy-jdbc-common: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setOSConditions: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setToolWin: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setToolUnix: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setToolProperty: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] setS1ASclassPath: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] init-common: 16:10:14 [2023-03-05T21:10:14.122Z] 16:10:14 [2023-03-05T21:10:14.122Z] create-jdbc-connpool-common: 16:10:14 [2023-03-05T21:10:14.379Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc/jdbc-unshareable-pool 16:10:14 [2023-03-05T21:10:14.379Z] [exec] JDBC connection pool jdbc/jdbc-unshareable-pool created successfully. 16:10:14 [2023-03-05T21:10:14.379Z] 16:10:14 [2023-03-05T21:10:14.379Z] set-derby-connpool-props: 16:10:14 [2023-03-05T21:10:14.635Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.User=dbuser 16:10:14 [2023-03-05T21:10:14.635Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.User=dbuser 16:10:14 [2023-03-05T21:10:14.892Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.Password=dbpassword 16:10:14 [2023-03-05T21:10:14.892Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.Password=dbpassword 16:10:15 [2023-03-05T21:10:15.148Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.driverType=4 16:10:15 [2023-03-05T21:10:15.148Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.driverType=4 16:10:15 [2023-03-05T21:10:15.406Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.portNumber=1527 16:10:15 [2023-03-05T21:10:15.406Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.portNumber=1527 16:10:15 [2023-03-05T21:10:15.972Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.dataBaseName=testdb 16:10:15 [2023-03-05T21:10:15.972Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.dataBaseName=testdb 16:10:16 [2023-03-05T21:10:16.229Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:10:16 [2023-03-05T21:10:16.229Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:10:16 [2023-03-05T21:10:16.488Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.create=true 16:10:16 [2023-03-05T21:10:16.488Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.create=true 16:10:16 [2023-03-05T21:10:16.746Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.serverName=localhost 16:10:16 [2023-03-05T21:10:16.746Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.serverName=localhost 16:10:16 [2023-03-05T21:10:16.746Z] 16:10:16 [2023-03-05T21:10:16.746Z] setOSConditions: 16:10:16 [2023-03-05T21:10:16.746Z] 16:10:16 [2023-03-05T21:10:16.746Z] setToolWin: 16:10:16 [2023-03-05T21:10:16.746Z] 16:10:16 [2023-03-05T21:10:16.746Z] setToolUnix: 16:10:16 [2023-03-05T21:10:16.746Z] 16:10:16 [2023-03-05T21:10:16.746Z] setToolProperty: 16:10:16 [2023-03-05T21:10:16.746Z] 16:10:16 [2023-03-05T21:10:16.746Z] setS1ASclassPath: 16:10:16 [2023-03-05T21:10:16.746Z] 16:10:16 [2023-03-05T21:10:16.746Z] init-common: 16:10:16 [2023-03-05T21:10:16.746Z] 16:10:16 [2023-03-05T21:10:16.746Z] create-jdbc-resource-common: 16:10:16 [2023-03-05T21:10:16.746Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc/jdbc-unshareable-pool --target server jdbc/unshareable 16:10:17 [2023-03-05T21:10:17.021Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc/jdbc-unshareable-pool --enabled=true --target server jdbc/unshareable 16:10:17 [2023-03-05T21:10:17.021Z] [exec] JDBC resource jdbc/unshareable created successfully. 16:10:17 [2023-03-05T21:10:17.021Z] [echo] cmd executed for server 16:10:17 [2023-03-05T21:10:17.021Z] 16:10:17 [2023-03-05T21:10:17.021Z] setOSConditions: 16:10:17 [2023-03-05T21:10:17.021Z] 16:10:17 [2023-03-05T21:10:17.021Z] setToolWin: 16:10:17 [2023-03-05T21:10:17.021Z] 16:10:17 [2023-03-05T21:10:17.021Z] setToolUnix: 16:10:17 [2023-03-05T21:10:17.021Z] 16:10:17 [2023-03-05T21:10:17.021Z] setToolProperty: 16:10:17 [2023-03-05T21:10:17.021Z] 16:10:17 [2023-03-05T21:10:17.021Z] setS1ASclassPath: 16:10:17 [2023-03-05T21:10:17.021Z] 16:10:17 [2023-03-05T21:10:17.021Z] init-common: 16:10:17 [2023-03-05T21:10:17.021Z] 16:10:17 [2023-03-05T21:10:17.021Z] deploy-jdbc-common: 16:10:17 [2023-03-05T21:10:17.021Z] 16:10:17 [2023-03-05T21:10:17.021Z] setOSConditions: 16:10:17 [2023-03-05T21:10:17.021Z] 16:10:17 [2023-03-05T21:10:17.021Z] setToolWin: 16:10:17 [2023-03-05T21:10:17.021Z] 16:10:17 [2023-03-05T21:10:17.021Z] setToolUnix: 16:10:17 [2023-03-05T21:10:17.021Z] 16:10:17 [2023-03-05T21:10:17.021Z] setToolProperty: 16:10:17 [2023-03-05T21:10:17.021Z] 16:10:17 [2023-03-05T21:10:17.021Z] setS1ASclassPath: 16:10:17 [2023-03-05T21:10:17.021Z] 16:10:17 [2023-03-05T21:10:17.021Z] init-common: 16:10:17 [2023-03-05T21:10:17.021Z] 16:10:17 [2023-03-05T21:10:17.021Z] create-jdbc-connpool-common: 16:10:17 [2023-03-05T21:10:17.278Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-shareable-pool 16:10:17 [2023-03-05T21:10:17.278Z] [exec] JDBC connection pool jdbc-shareable-pool created successfully. 16:10:17 [2023-03-05T21:10:17.278Z] 16:10:17 [2023-03-05T21:10:17.278Z] set-derby-connpool-props: 16:10:17 [2023-03-05T21:10:17.534Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.User=dbuser 16:10:17 [2023-03-05T21:10:17.534Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.User=dbuser 16:10:18 [2023-03-05T21:10:18.117Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.Password=dbpassword 16:10:18 [2023-03-05T21:10:18.117Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.Password=dbpassword 16:10:18 [2023-03-05T21:10:18.117Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.driverType=4 16:10:18 [2023-03-05T21:10:18.117Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.driverType=4 16:10:18 [2023-03-05T21:10:18.681Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.portNumber=1527 16:10:18 [2023-03-05T21:10:18.681Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.portNumber=1527 16:10:18 [2023-03-05T21:10:18.681Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.dataBaseName=testdb 16:10:18 [2023-03-05T21:10:18.681Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.dataBaseName=testdb 16:10:19 [2023-03-05T21:10:19.243Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:10:19 [2023-03-05T21:10:19.243Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:10:19 [2023-03-05T21:10:19.521Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.create=true 16:10:19 [2023-03-05T21:10:19.521Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.create=true 16:10:19 [2023-03-05T21:10:19.778Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.serverName=localhost 16:10:19 [2023-03-05T21:10:19.778Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.serverName=localhost 16:10:19 [2023-03-05T21:10:19.778Z] 16:10:19 [2023-03-05T21:10:19.778Z] setOSConditions: 16:10:19 [2023-03-05T21:10:19.778Z] 16:10:19 [2023-03-05T21:10:19.778Z] setToolWin: 16:10:19 [2023-03-05T21:10:19.778Z] 16:10:19 [2023-03-05T21:10:19.778Z] setToolUnix: 16:10:19 [2023-03-05T21:10:19.778Z] 16:10:19 [2023-03-05T21:10:19.778Z] setToolProperty: 16:10:19 [2023-03-05T21:10:19.778Z] 16:10:19 [2023-03-05T21:10:19.778Z] setS1ASclassPath: 16:10:19 [2023-03-05T21:10:19.778Z] 16:10:19 [2023-03-05T21:10:19.778Z] init-common: 16:10:19 [2023-03-05T21:10:19.778Z] 16:10:19 [2023-03-05T21:10:19.778Z] create-jdbc-resource-common: 16:10:19 [2023-03-05T21:10:19.778Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-shareable-pool --target server jdbc/shareable 16:10:20 [2023-03-05T21:10:20.035Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-shareable-pool --enabled=true --target server jdbc/shareable 16:10:20 [2023-03-05T21:10:20.035Z] [exec] JDBC resource jdbc/shareable created successfully. 16:10:20 [2023-03-05T21:10:20.035Z] [echo] cmd executed for server 16:10:20 [2023-03-05T21:10:20.035Z] 16:10:20 [2023-03-05T21:10:20.035Z] setOSConditions: 16:10:20 [2023-03-05T21:10:20.035Z] 16:10:20 [2023-03-05T21:10:20.035Z] setToolWin: 16:10:20 [2023-03-05T21:10:20.035Z] 16:10:20 [2023-03-05T21:10:20.035Z] setToolUnix: 16:10:20 [2023-03-05T21:10:20.035Z] 16:10:20 [2023-03-05T21:10:20.035Z] setToolProperty: 16:10:20 [2023-03-05T21:10:20.035Z] 16:10:20 [2023-03-05T21:10:20.035Z] setS1ASclassPath: 16:10:20 [2023-03-05T21:10:20.035Z] 16:10:20 [2023-03-05T21:10:20.035Z] init-common: 16:10:20 [2023-03-05T21:10:20.035Z] 16:10:20 [2023-03-05T21:10:20.035Z] deploy-jdbc-common: 16:10:20 [2023-03-05T21:10:20.035Z] 16:10:20 [2023-03-05T21:10:20.035Z] setOSConditions: 16:10:20 [2023-03-05T21:10:20.035Z] 16:10:20 [2023-03-05T21:10:20.035Z] setToolWin: 16:10:20 [2023-03-05T21:10:20.035Z] 16:10:20 [2023-03-05T21:10:20.035Z] setToolUnix: 16:10:20 [2023-03-05T21:10:20.035Z] 16:10:20 [2023-03-05T21:10:20.035Z] setToolProperty: 16:10:20 [2023-03-05T21:10:20.035Z] 16:10:20 [2023-03-05T21:10:20.035Z] setS1ASclassPath: 16:10:20 [2023-03-05T21:10:20.035Z] 16:10:20 [2023-03-05T21:10:20.035Z] init-common: 16:10:20 [2023-03-05T21:10:20.035Z] 16:10:20 [2023-03-05T21:10:20.035Z] create-jdbc-connpool-common: 16:10:20 [2023-03-05T21:10:20.292Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-local-pool 16:10:20 [2023-03-05T21:10:20.292Z] [exec] JDBC connection pool jdbc-local-pool created successfully. 16:10:20 [2023-03-05T21:10:20.292Z] 16:10:20 [2023-03-05T21:10:20.292Z] set-derby-connpool-props: 16:10:20 [2023-03-05T21:10:20.854Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.User=dbuser 16:10:20 [2023-03-05T21:10:20.854Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.User=dbuser 16:10:21 [2023-03-05T21:10:21.272Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.Password=dbpassword 16:10:21 [2023-03-05T21:10:21.272Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.Password=dbpassword 16:10:21 [2023-03-05T21:10:21.272Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.driverType=4 16:10:21 [2023-03-05T21:10:21.273Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.driverType=4 16:10:21 [2023-03-05T21:10:21.529Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.portNumber=1527 16:10:21 [2023-03-05T21:10:21.529Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.portNumber=1527 16:10:21 [2023-03-05T21:10:21.785Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.dataBaseName=testdb 16:10:21 [2023-03-05T21:10:21.785Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.dataBaseName=testdb 16:10:22 [2023-03-05T21:10:22.347Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:10:22 [2023-03-05T21:10:22.347Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:10:22 [2023-03-05T21:10:22.619Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.create=true 16:10:22 [2023-03-05T21:10:22.619Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.create=true 16:10:22 [2023-03-05T21:10:22.875Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.serverName=localhost 16:10:22 [2023-03-05T21:10:22.875Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.serverName=localhost 16:10:22 [2023-03-05T21:10:22.875Z] 16:10:22 [2023-03-05T21:10:22.875Z] setOSConditions: 16:10:22 [2023-03-05T21:10:22.875Z] 16:10:22 [2023-03-05T21:10:22.875Z] setToolWin: 16:10:22 [2023-03-05T21:10:22.875Z] 16:10:22 [2023-03-05T21:10:22.875Z] setToolUnix: 16:10:22 [2023-03-05T21:10:22.875Z] 16:10:22 [2023-03-05T21:10:22.875Z] setToolProperty: 16:10:22 [2023-03-05T21:10:22.875Z] 16:10:22 [2023-03-05T21:10:22.875Z] setS1ASclassPath: 16:10:22 [2023-03-05T21:10:22.875Z] 16:10:22 [2023-03-05T21:10:22.875Z] init-common: 16:10:22 [2023-03-05T21:10:22.875Z] 16:10:22 [2023-03-05T21:10:22.875Z] create-jdbc-resource-common: 16:10:22 [2023-03-05T21:10:22.875Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-local-pool --target server jdbc/localdatasource 16:10:23 [2023-03-05T21:10:23.132Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-local-pool --enabled=true --target server jdbc/localdatasource 16:10:23 [2023-03-05T21:10:23.132Z] [exec] JDBC resource jdbc/localdatasource created successfully. 16:10:23 [2023-03-05T21:10:23.132Z] [echo] cmd executed for server 16:10:23 [2023-03-05T21:10:23.132Z] 16:10:23 [2023-03-05T21:10:23.132Z] asadmin-common: 16:10:23 [2023-03-05T21:10:23.132Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 16:10:23 [2023-03-05T21:10:23.388Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 16:10:23 [2023-03-05T21:10:23.645Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 16:10:23 [2023-03-05T21:10:23.645Z] 16:10:23 [2023-03-05T21:10:23.645Z] asadmin-common: 16:10:23 [2023-03-05T21:10:23.645Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-shareable-pool.steady_pool_size=5 16:10:23 [2023-03-05T21:10:23.902Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.steady_pool_size=5 16:10:23 [2023-03-05T21:10:23.902Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.steady-pool-size=5 16:10:23 [2023-03-05T21:10:23.902Z] 16:10:23 [2023-03-05T21:10:23.902Z] asadmin-common: 16:10:23 [2023-03-05T21:10:23.902Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-shareable-pool.max_pool_size=5 16:10:24 [2023-03-05T21:10:24.158Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.max_pool_size=5 16:10:24 [2023-03-05T21:10:24.158Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.max-pool-size=5 16:10:24 [2023-03-05T21:10:24.158Z] 16:10:24 [2023-03-05T21:10:24.158Z] asadmin-common: 16:10:24 [2023-03-05T21:10:24.158Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-shareable-pool.idle_timeout_in_seconds=3600 16:10:24 [2023-03-05T21:10:24.421Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.idle_timeout_in_seconds=3600 16:10:24 [2023-03-05T21:10:24.421Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.idle-timeout-in-seconds=3600 16:10:24 [2023-03-05T21:10:24.421Z] 16:10:24 [2023-03-05T21:10:24.421Z] asadmin-common: 16:10:24 [2023-03-05T21:10:24.421Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.steady_pool_size=5 16:10:24 [2023-03-05T21:10:24.678Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.steady_pool_size=5 16:10:24 [2023-03-05T21:10:24.678Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.steady-pool-size=5 16:10:24 [2023-03-05T21:10:24.678Z] 16:10:24 [2023-03-05T21:10:24.678Z] asadmin-common: 16:10:24 [2023-03-05T21:10:24.678Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.max_pool_size=5 16:10:24 [2023-03-05T21:10:24.935Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.max_pool_size=5 16:10:24 [2023-03-05T21:10:24.935Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.max-pool-size=5 16:10:24 [2023-03-05T21:10:24.935Z] 16:10:24 [2023-03-05T21:10:24.935Z] asadmin-common: 16:10:24 [2023-03-05T21:10:24.935Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.idle_timeout_in_seconds=3600 16:10:25 [2023-03-05T21:10:25.191Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.idle_timeout_in_seconds=3600 16:10:25 [2023-03-05T21:10:25.191Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.idle-timeout-in-seconds=3600 16:10:25 [2023-03-05T21:10:25.191Z] 16:10:25 [2023-03-05T21:10:25.191Z] asadmin-common: 16:10:25 [2023-03-05T21:10:25.191Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.steady_pool_size=5 16:10:25 [2023-03-05T21:10:25.753Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.steady_pool_size=5 16:10:25 [2023-03-05T21:10:25.753Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.steady-pool-size=5 16:10:25 [2023-03-05T21:10:25.753Z] 16:10:25 [2023-03-05T21:10:25.753Z] asadmin-common: 16:10:25 [2023-03-05T21:10:25.753Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.max_pool_size=5 16:10:26 [2023-03-05T21:10:26.021Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.max_pool_size=5 16:10:26 [2023-03-05T21:10:26.021Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.max-pool-size=5 16:10:26 [2023-03-05T21:10:26.021Z] 16:10:26 [2023-03-05T21:10:26.021Z] asadmin-common: 16:10:26 [2023-03-05T21:10:26.021Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.idle_timeout_in_seconds=3600 16:10:26 [2023-03-05T21:10:26.277Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.idle_timeout_in_seconds=3600 16:10:26 [2023-03-05T21:10:26.277Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.idle-timeout-in-seconds=3600 16:10:26 [2023-03-05T21:10:26.277Z] 16:10:26 [2023-03-05T21:10:26.277Z] setOSConditions: 16:10:26 [2023-03-05T21:10:26.277Z] 16:10:26 [2023-03-05T21:10:26.277Z] setToolWin: 16:10:26 [2023-03-05T21:10:26.277Z] 16:10:26 [2023-03-05T21:10:26.277Z] setToolUnix: 16:10:26 [2023-03-05T21:10:26.277Z] 16:10:26 [2023-03-05T21:10:26.277Z] setToolProperty: 16:10:26 [2023-03-05T21:10:26.277Z] 16:10:26 [2023-03-05T21:10:26.277Z] setS1ASclassPath: 16:10:26 [2023-03-05T21:10:26.277Z] 16:10:26 [2023-03-05T21:10:26.277Z] init-common: 16:10:26 [2023-03-05T21:10:26.277Z] 16:10:26 [2023-03-05T21:10:26.277Z] deploy-common: 16:10:26 [2023-03-05T21:10:26.277Z] [echo] Current time (ISO): 2023-03-05T21:10:26.089+0000 16:10:26 [2023-03-05T21:10:26.277Z] 16:10:26 [2023-03-05T21:10:26.277Z] setOSConditions: 16:10:26 [2023-03-05T21:10:26.277Z] 16:10:26 [2023-03-05T21:10:26.277Z] setToolWin: 16:10:26 [2023-03-05T21:10:26.277Z] 16:10:26 [2023-03-05T21:10:26.277Z] setToolUnix: 16:10:26 [2023-03-05T21:10:26.277Z] 16:10:26 [2023-03-05T21:10:26.277Z] setToolProperty: 16:10:26 [2023-03-05T21:10:26.277Z] 16:10:26 [2023-03-05T21:10:26.277Z] setS1ASclassPath: 16:10:26 [2023-03-05T21:10:26.277Z] 16:10:26 [2023-03-05T21:10:26.277Z] init-common: 16:10:26 [2023-03-05T21:10:26.277Z] 16:10:26 [2023-03-05T21:10:26.277Z] deploy-common-pe: 16:10:26 [2023-03-05T21:10:26.533Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear 16:10:26 [2023-03-05T21:10:26.533Z] [exec] Application deployed with name jdbc-markconnectionasbad.xaApp. 16:10:26 [2023-03-05T21:10:26.533Z] [echo] Deployment on target server server successful 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] setOSConditions: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] setToolWin: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] setToolUnix: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] setToolProperty: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] setS1ASclassPath: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] init-common: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] deploy-common-ee: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] run: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] setOSConditions: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] setToolWin: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] setToolUnix: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] setToolProperty: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] setS1ASclassPath: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] init-common: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] execute-sql-common: 16:10:26 [2023-03-05T21:10:26.533Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/sql/create_pointbase.sql 16:10:26 [2023-03-05T21:10:26.533Z] [sql] 0 rows affected 16:10:26 [2023-03-05T21:10:26.533Z] [sql] 0 rows affected 16:10:26 [2023-03-05T21:10:26.533Z] [sql] 0 rows affected 16:10:26 [2023-03-05T21:10:26.533Z] [sql] 0 rows affected 16:10:26 [2023-03-05T21:10:26.533Z] [sql] 4 of 4 SQL statements executed successfully 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] setOSConditions: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] setToolWin: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] setToolUnix: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] setToolProperty: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] setS1ASclassPath: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] init-common: 16:10:26 [2023-03-05T21:10:26.533Z] 16:10:26 [2023-03-05T21:10:26.533Z] runclient-common: 16:10:26 [2023-03-05T21:10:26.533Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaAppClient.jar -name jdbc-markconnectionasbad.xaClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:10:27 [2023-03-05T21:10:27.482Z] [exec] Mar 05, 2023 9:10:27 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:10:27 [2023-03-05T21:10:27.482Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:10:29 [2023-03-05T21:10:29.379Z] [exec] Mar 05, 2023 9:10:29 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:10:29 [2023-03-05T21:10:29.379Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@62cbc478 16:10:30 [2023-03-05T21:10:30.818Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - NoTx - UnShareable - ReadOnly] : 16:10:30 [2023-03-05T21:10:30.818Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - NoTx - UnShareable - Write] : 16:10:30 [2023-03-05T21:10:30.818Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - NoTx - Shareable - ReadOnly] : 16:10:30 [2023-03-05T21:10:30.818Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - NoTx - Shareable - Write] : 16:10:30 [2023-03-05T21:10:30.818Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - Tx - UnShareable - ReadOnly] : 16:10:31 [2023-03-05T21:10:31.121Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - Tx - UnShareable - Write] : 16:10:31 [2023-03-05T21:10:31.121Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - Tx - Shareable - ReadOnly] : 16:10:31 [2023-03-05T21:10:31.121Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - Tx - Shareable - Write] : 16:10:31 [2023-03-05T21:10:31.121Z] [exec] Value of key is: Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Write] : 16:10:31 [2023-03-05T21:10:31.377Z] [exec] Value of key is: Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Write] : 16:10:31 [2023-03-05T21:10:31.377Z] [exec] Value of key is: Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Read] : 16:10:31 [2023-03-05T21:10:31.377Z] [exec] Value of key is: Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Read] : 16:10:31 [2023-03-05T21:10:31.377Z] [exec] Mark-Connection-As-Bad 16:10:31 [2023-03-05T21:10:31.377Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:10:31 [2023-03-05T21:10:31.377Z] [exec] 16:10:31 [2023-03-05T21:10:31.377Z] [exec] 16:10:31 [2023-03-05T21:10:31.377Z] [exec] ----------------------------------------- 16:10:31 [2023-03-05T21:10:31.377Z] [exec] - Mark-Connection-As-Bad [XA - Tx - Shareable - ReadOnly] : : PASS - 16:10:31 [2023-03-05T21:10:31.377Z] [exec] - Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Write] : : PASS - 16:10:31 [2023-03-05T21:10:31.377Z] [exec] - Mark-Connection-As-Bad [XA - NoTx - UnShareable - Write] : : PASS - 16:10:31 [2023-03-05T21:10:31.377Z] [exec] - Mark-Connection-As-Bad [XA - NoTx - UnShareable - ReadOnly] : : PASS - 16:10:31 [2023-03-05T21:10:31.377Z] [exec] - Mark-Connection-As-Bad [XA - Tx - Shareable - Write] : : PASS - 16:10:31 [2023-03-05T21:10:31.377Z] [exec] - Mark-Connection-As-Bad [XA - NoTx - Shareable - Write] : : PASS - 16:10:31 [2023-03-05T21:10:31.377Z] [exec] - Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Write] : : PASS - 16:10:31 [2023-03-05T21:10:31.377Z] [exec] - Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Read] : : PASS - 16:10:31 [2023-03-05T21:10:31.377Z] [exec] - Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Read] : : PASS - 16:10:31 [2023-03-05T21:10:31.377Z] [exec] - Mark-Connection-As-Bad [XA - Tx - UnShareable - ReadOnly] : : PASS - 16:10:31 [2023-03-05T21:10:31.377Z] [exec] - Mark-Connection-As-Bad [XA - Tx - UnShareable - Write] : : PASS - 16:10:31 [2023-03-05T21:10:31.377Z] [exec] - Mark-Connection-As-Bad [XA - NoTx - Shareable - ReadOnly] : : PASS - 16:10:31 [2023-03-05T21:10:31.377Z] [exec] ----------------------------------------- 16:10:31 [2023-03-05T21:10:31.377Z] [exec] Total PASS: 12 16:10:31 [2023-03-05T21:10:31.377Z] [exec] Total FAIL: 0 16:10:31 [2023-03-05T21:10:31.377Z] [exec] Total DID NOT RUN: 0 16:10:31 [2023-03-05T21:10:31.377Z] [exec] ----------------------------------------- 16:10:31 [2023-03-05T21:10:31.377Z] [exec] in flushAll , creating new testSuiteHash 16:10:31 [2023-03-05T21:10:31.377Z] [exec] in flushAll , creating new testSuiteHash 16:10:31 [2023-03-05T21:10:31.633Z] 16:10:31 [2023-03-05T21:10:31.633Z] checkReporting-common: 16:10:31 [2023-03-05T21:10:31.634Z] 16:10:31 [2023-03-05T21:10:31.634Z] confirmReportPresent-common: 16:10:31 [2023-03-05T21:10:31.634Z] [echo] file RepRunConf.txt is present. 16:10:31 [2023-03-05T21:10:31.634Z] [echo] Test seems to be reported fine 16:10:31 [2023-03-05T21:10:31.634Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/RepRunConf.txt 16:10:31 [2023-03-05T21:10:31.634Z] 16:10:31 [2023-03-05T21:10:31.634Z] confirmMissingReport-common: 16:10:31 [2023-03-05T21:10:31.634Z] 16:10:31 [2023-03-05T21:10:31.634Z] undeploy: 16:10:31 [2023-03-05T21:10:31.634Z] 16:10:31 [2023-03-05T21:10:31.634Z] setOSConditions: 16:10:31 [2023-03-05T21:10:31.634Z] 16:10:31 [2023-03-05T21:10:31.634Z] setToolWin: 16:10:31 [2023-03-05T21:10:31.634Z] 16:10:31 [2023-03-05T21:10:31.634Z] setToolUnix: 16:10:31 [2023-03-05T21:10:31.634Z] 16:10:31 [2023-03-05T21:10:31.634Z] setToolProperty: 16:10:31 [2023-03-05T21:10:31.634Z] 16:10:31 [2023-03-05T21:10:31.634Z] setS1ASclassPath: 16:10:31 [2023-03-05T21:10:31.634Z] 16:10:31 [2023-03-05T21:10:31.634Z] init-common: 16:10:31 [2023-03-05T21:10:31.634Z] 16:10:31 [2023-03-05T21:10:31.634Z] execute-sql-common: 16:10:31 [2023-03-05T21:10:31.634Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/sql/drop_pointbase.sql 16:10:31 [2023-03-05T21:10:31.634Z] [sql] 0 rows affected 16:10:31 [2023-03-05T21:10:31.634Z] [sql] 0 rows affected 16:10:31 [2023-03-05T21:10:31.634Z] [sql] 2 of 2 SQL statements executed successfully 16:10:31 [2023-03-05T21:10:31.634Z] 16:10:31 [2023-03-05T21:10:31.634Z] unsetup: 16:10:31 [2023-03-05T21:10:31.634Z] 16:10:31 [2023-03-05T21:10:31.634Z] asadmin-common: 16:10:31 [2023-03-05T21:10:31.634Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 16:10:32 [2023-03-05T21:10:32.220Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 16:10:32 [2023-03-05T21:10:32.220Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 16:10:32 [2023-03-05T21:10:32.220Z] 16:10:32 [2023-03-05T21:10:32.220Z] setOSConditions: 16:10:32 [2023-03-05T21:10:32.220Z] 16:10:32 [2023-03-05T21:10:32.220Z] setToolWin: 16:10:32 [2023-03-05T21:10:32.220Z] 16:10:32 [2023-03-05T21:10:32.220Z] setToolUnix: 16:10:32 [2023-03-05T21:10:32.220Z] 16:10:32 [2023-03-05T21:10:32.220Z] setToolProperty: 16:10:32 [2023-03-05T21:10:32.220Z] 16:10:32 [2023-03-05T21:10:32.220Z] setS1ASclassPath: 16:10:32 [2023-03-05T21:10:32.220Z] 16:10:32 [2023-03-05T21:10:32.220Z] init-common: 16:10:32 [2023-03-05T21:10:32.220Z] 16:10:32 [2023-03-05T21:10:32.220Z] delete-jdbc-resource-common: 16:10:32 [2023-03-05T21:10:32.220Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/unshareable 16:10:32 [2023-03-05T21:10:32.477Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/unshareable 16:10:32 [2023-03-05T21:10:32.477Z] [exec] JDBC resource jdbc/unshareable deleted successfully 16:10:32 [2023-03-05T21:10:32.477Z] [echo] cmd executed for server 16:10:32 [2023-03-05T21:10:32.477Z] 16:10:32 [2023-03-05T21:10:32.477Z] setOSConditions: 16:10:32 [2023-03-05T21:10:32.477Z] 16:10:32 [2023-03-05T21:10:32.477Z] setToolWin: 16:10:32 [2023-03-05T21:10:32.477Z] 16:10:32 [2023-03-05T21:10:32.477Z] setToolUnix: 16:10:32 [2023-03-05T21:10:32.477Z] 16:10:32 [2023-03-05T21:10:32.477Z] setToolProperty: 16:10:32 [2023-03-05T21:10:32.477Z] 16:10:32 [2023-03-05T21:10:32.477Z] setS1ASclassPath: 16:10:32 [2023-03-05T21:10:32.477Z] 16:10:32 [2023-03-05T21:10:32.477Z] init-common: 16:10:32 [2023-03-05T21:10:32.477Z] 16:10:32 [2023-03-05T21:10:32.477Z] delete-jdbc-connpool-common: 16:10:32 [2023-03-05T21:10:32.477Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc/jdbc-unshareable-pool 16:10:32 [2023-03-05T21:10:32.733Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc/jdbc-unshareable-pool 16:10:32 [2023-03-05T21:10:32.733Z] [exec] JDBC Connection pool jdbc/jdbc-unshareable-pool deleted successfully 16:10:32 [2023-03-05T21:10:32.733Z] [echo] cmd executed for server 16:10:32 [2023-03-05T21:10:32.733Z] 16:10:32 [2023-03-05T21:10:32.733Z] setOSConditions: 16:10:32 [2023-03-05T21:10:32.733Z] 16:10:32 [2023-03-05T21:10:32.733Z] setToolWin: 16:10:32 [2023-03-05T21:10:32.733Z] 16:10:32 [2023-03-05T21:10:32.733Z] setToolUnix: 16:10:32 [2023-03-05T21:10:32.733Z] 16:10:32 [2023-03-05T21:10:32.733Z] setToolProperty: 16:10:32 [2023-03-05T21:10:32.733Z] 16:10:32 [2023-03-05T21:10:32.733Z] setS1ASclassPath: 16:10:32 [2023-03-05T21:10:32.733Z] 16:10:32 [2023-03-05T21:10:32.733Z] init-common: 16:10:32 [2023-03-05T21:10:32.733Z] 16:10:32 [2023-03-05T21:10:32.733Z] delete-jdbc-resource-common: 16:10:32 [2023-03-05T21:10:32.733Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/shareable 16:10:32 [2023-03-05T21:10:32.991Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/shareable 16:10:32 [2023-03-05T21:10:32.991Z] [exec] JDBC resource jdbc/shareable deleted successfully 16:10:32 [2023-03-05T21:10:32.991Z] [echo] cmd executed for server 16:10:33 [2023-03-05T21:10:33.247Z] 16:10:33 [2023-03-05T21:10:33.247Z] setOSConditions: 16:10:33 [2023-03-05T21:10:33.247Z] 16:10:33 [2023-03-05T21:10:33.247Z] setToolWin: 16:10:33 [2023-03-05T21:10:33.247Z] 16:10:33 [2023-03-05T21:10:33.247Z] setToolUnix: 16:10:33 [2023-03-05T21:10:33.247Z] 16:10:33 [2023-03-05T21:10:33.247Z] setToolProperty: 16:10:33 [2023-03-05T21:10:33.247Z] 16:10:33 [2023-03-05T21:10:33.247Z] setS1ASclassPath: 16:10:33 [2023-03-05T21:10:33.247Z] 16:10:33 [2023-03-05T21:10:33.247Z] init-common: 16:10:33 [2023-03-05T21:10:33.247Z] 16:10:33 [2023-03-05T21:10:33.247Z] delete-jdbc-connpool-common: 16:10:33 [2023-03-05T21:10:33.247Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-shareable-pool 16:10:33 [2023-03-05T21:10:33.521Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-shareable-pool 16:10:33 [2023-03-05T21:10:33.521Z] [exec] JDBC Connection pool jdbc-shareable-pool deleted successfully 16:10:33 [2023-03-05T21:10:33.521Z] [echo] cmd executed for server 16:10:33 [2023-03-05T21:10:33.521Z] 16:10:33 [2023-03-05T21:10:33.521Z] setOSConditions: 16:10:33 [2023-03-05T21:10:33.521Z] 16:10:33 [2023-03-05T21:10:33.521Z] setToolWin: 16:10:33 [2023-03-05T21:10:33.521Z] 16:10:33 [2023-03-05T21:10:33.521Z] setToolUnix: 16:10:33 [2023-03-05T21:10:33.521Z] 16:10:33 [2023-03-05T21:10:33.521Z] setToolProperty: 16:10:33 [2023-03-05T21:10:33.521Z] 16:10:33 [2023-03-05T21:10:33.521Z] setS1ASclassPath: 16:10:33 [2023-03-05T21:10:33.521Z] 16:10:33 [2023-03-05T21:10:33.521Z] init-common: 16:10:33 [2023-03-05T21:10:33.521Z] 16:10:33 [2023-03-05T21:10:33.521Z] delete-jdbc-resource-common: 16:10:33 [2023-03-05T21:10:33.521Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/localdatasource 16:10:33 [2023-03-05T21:10:33.777Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/localdatasource 16:10:33 [2023-03-05T21:10:33.777Z] [exec] JDBC resource jdbc/localdatasource deleted successfully 16:10:33 [2023-03-05T21:10:33.777Z] [echo] cmd executed for server 16:10:33 [2023-03-05T21:10:33.777Z] 16:10:33 [2023-03-05T21:10:33.777Z] setOSConditions: 16:10:33 [2023-03-05T21:10:33.777Z] 16:10:33 [2023-03-05T21:10:33.777Z] setToolWin: 16:10:33 [2023-03-05T21:10:33.777Z] 16:10:33 [2023-03-05T21:10:33.777Z] setToolUnix: 16:10:33 [2023-03-05T21:10:33.777Z] 16:10:33 [2023-03-05T21:10:33.777Z] setToolProperty: 16:10:33 [2023-03-05T21:10:33.777Z] 16:10:33 [2023-03-05T21:10:33.777Z] setS1ASclassPath: 16:10:33 [2023-03-05T21:10:33.777Z] 16:10:33 [2023-03-05T21:10:33.777Z] init-common: 16:10:33 [2023-03-05T21:10:33.777Z] 16:10:33 [2023-03-05T21:10:33.777Z] delete-jdbc-connpool-common: 16:10:33 [2023-03-05T21:10:33.777Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-local-pool 16:10:34 [2023-03-05T21:10:34.033Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-local-pool 16:10:34 [2023-03-05T21:10:34.033Z] [exec] JDBC Connection pool jdbc-local-pool deleted successfully 16:10:34 [2023-03-05T21:10:34.033Z] [echo] cmd executed for server 16:10:34 [2023-03-05T21:10:34.033Z] 16:10:34 [2023-03-05T21:10:34.033Z] setOSConditions: 16:10:34 [2023-03-05T21:10:34.033Z] 16:10:34 [2023-03-05T21:10:34.033Z] setToolWin: 16:10:34 [2023-03-05T21:10:34.033Z] 16:10:34 [2023-03-05T21:10:34.033Z] setToolUnix: 16:10:34 [2023-03-05T21:10:34.033Z] 16:10:34 [2023-03-05T21:10:34.033Z] setToolProperty: 16:10:34 [2023-03-05T21:10:34.033Z] 16:10:34 [2023-03-05T21:10:34.033Z] setS1ASclassPath: 16:10:34 [2023-03-05T21:10:34.033Z] 16:10:34 [2023-03-05T21:10:34.033Z] init-common: 16:10:34 [2023-03-05T21:10:34.033Z] 16:10:34 [2023-03-05T21:10:34.033Z] undeploy-common: 16:10:34 [2023-03-05T21:10:34.291Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-markconnectionasbad.xaApp 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] all: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setOSConditions: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setToolWin: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setToolUnix: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setToolProperty: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setS1ASclassPath: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] init-common: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] clean: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setOSConditions: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setToolWin: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setToolUnix: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setToolProperty: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setS1ASclassPath: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] init-common: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] clean-common: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setOSConditions: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setToolWin: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setToolUnix: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setToolProperty: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setS1ASclassPath: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] init-common: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] clean-classes-common: 16:10:34 [2023-03-05T21:10:34.291Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setOSConditions: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setToolWin: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setToolUnix: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setToolProperty: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setS1ASclassPath: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] init-common: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] clean-jars-common: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] compile: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setOSConditions: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setToolWin: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setToolUnix: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setToolProperty: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] setS1ASclassPath: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] init-common: 16:10:34 [2023-03-05T21:10:34.291Z] 16:10:34 [2023-03-05T21:10:34.291Z] compile-common: 16:10:34 [2023-03-05T21:10:34.291Z] [echo] Current time (ISO): 2023-03-05T21:10:34.235+0000 16:10:34 [2023-03-05T21:10:34.291Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:10:34 [2023-03-05T21:10:34.291Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:10:35 [2023-03-05T21:10:35.659Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:10:35 [2023-03-05T21:10:35.659Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/ejb/SimpleBMPBean.java:42: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:10:35 [2023-03-05T21:10:35.659Z] [javac] return new Integer(1); 16:10:35 [2023-03-05T21:10:35.659Z] [javac] ^ 16:10:35 [2023-03-05T21:10:35.659Z] [javac] 2 warnings 16:10:35 [2023-03-05T21:10:35.659Z] 16:10:35 [2023-03-05T21:10:35.659Z] setOSConditions: 16:10:35 [2023-03-05T21:10:35.659Z] 16:10:35 [2023-03-05T21:10:35.659Z] setToolWin: 16:10:35 [2023-03-05T21:10:35.660Z] 16:10:35 [2023-03-05T21:10:35.660Z] setToolUnix: 16:10:35 [2023-03-05T21:10:35.660Z] 16:10:35 [2023-03-05T21:10:35.660Z] setToolProperty: 16:10:35 [2023-03-05T21:10:35.660Z] 16:10:35 [2023-03-05T21:10:35.660Z] setS1ASclassPath: 16:10:35 [2023-03-05T21:10:35.660Z] 16:10:35 [2023-03-05T21:10:35.660Z] init-common: 16:10:35 [2023-03-05T21:10:35.660Z] 16:10:35 [2023-03-05T21:10:35.660Z] compile-common: 16:10:35 [2023-03-05T21:10:35.660Z] [echo] Current time (ISO): 2023-03-05T21:10:35.475+0000 16:10:35 [2023-03-05T21:10:35.660Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:10:37 [2023-03-05T21:10:37.059Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:10:37 [2023-03-05T21:10:37.059Z] [javac] 1 warning 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] build: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setOSConditions: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] fixFiles: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] convUnix: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] convWin: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setToolWin: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setToolUnix: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setToolProperty: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setS1ASclassPath: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] init-common: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] package-persistence-common: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] ejb-jar-common: 16:10:37 [2023-03-05T21:10:37.059Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] package-ejbjar-common: 16:10:37 [2023-03-05T21:10:37.059Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:37 [2023-03-05T21:10:37.059Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:37 [2023-03-05T21:10:37.059Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:37 [2023-03-05T21:10:37.059Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapper-ejb.jar 16:10:37 [2023-03-05T21:10:37.059Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] appclient-jar-common: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] package-appclientjar-common: 16:10:37 [2023-03-05T21:10:37.059Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:37 [2023-03-05T21:10:37.059Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:37 [2023-03-05T21:10:37.059Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:37 [2023-03-05T21:10:37.059Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapper-client.jar 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] webclient-war-common: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] build-ear-common: 16:10:37 [2023-03-05T21:10:37.059Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:37 [2023-03-05T21:10:37.059Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperApp.ear 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] deploy: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setOSConditions: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setToolWin: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setToolUnix: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setToolProperty: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setS1ASclassPath: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] init-common: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] execute-sql-common: 16:10:37 [2023-03-05T21:10:37.059Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/sql/create_pointbase.sql 16:10:37 [2023-03-05T21:10:37.059Z] [sql] Failed to execute: Drop table customer_stmt_wrapper 16:10:37 [2023-03-05T21:10:37.059Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER' because it does not exist. 16:10:37 [2023-03-05T21:10:37.059Z] [sql] 0 rows affected 16:10:37 [2023-03-05T21:10:37.059Z] [sql] 1 rows affected 16:10:37 [2023-03-05T21:10:37.059Z] [sql] 1 rows affected 16:10:37 [2023-03-05T21:10:37.059Z] [sql] 3 of 4 SQL statements executed successfully 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setOSConditions: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setToolWin: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setToolUnix: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setToolProperty: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setS1ASclassPath: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] init-common: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] deploy-jdbc-common: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setOSConditions: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setToolWin: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setToolUnix: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setToolProperty: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] setS1ASclassPath: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] init-common: 16:10:37 [2023-03-05T21:10:37.059Z] 16:10:37 [2023-03-05T21:10:37.059Z] create-jdbc-connpool-common: 16:10:37 [2023-03-05T21:10:37.315Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:10:37 [2023-03-05T21:10:37.316Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:10:37 [2023-03-05T21:10:37.316Z] 16:10:37 [2023-03-05T21:10:37.316Z] set-derby-connpool-props: 16:10:37 [2023-03-05T21:10:37.572Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:10:37 [2023-03-05T21:10:37.572Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:10:37 [2023-03-05T21:10:37.827Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:10:37 [2023-03-05T21:10:37.828Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:10:38 [2023-03-05T21:10:38.083Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:10:38 [2023-03-05T21:10:38.083Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:10:38 [2023-03-05T21:10:38.340Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:10:38 [2023-03-05T21:10:38.340Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:10:38 [2023-03-05T21:10:38.595Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:10:38 [2023-03-05T21:10:38.595Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:10:39 [2023-03-05T21:10:39.157Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:10:39 [2023-03-05T21:10:39.157Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:10:39 [2023-03-05T21:10:39.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:10:39 [2023-03-05T21:10:39.420Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:10:39 [2023-03-05T21:10:39.677Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:10:39 [2023-03-05T21:10:39.677Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:10:39 [2023-03-05T21:10:39.677Z] 16:10:39 [2023-03-05T21:10:39.677Z] setOSConditions: 16:10:39 [2023-03-05T21:10:39.677Z] 16:10:39 [2023-03-05T21:10:39.677Z] setToolWin: 16:10:39 [2023-03-05T21:10:39.677Z] 16:10:39 [2023-03-05T21:10:39.677Z] setToolUnix: 16:10:39 [2023-03-05T21:10:39.677Z] 16:10:39 [2023-03-05T21:10:39.677Z] setToolProperty: 16:10:39 [2023-03-05T21:10:39.677Z] 16:10:39 [2023-03-05T21:10:39.677Z] setS1ASclassPath: 16:10:39 [2023-03-05T21:10:39.677Z] 16:10:39 [2023-03-05T21:10:39.677Z] init-common: 16:10:39 [2023-03-05T21:10:39.677Z] 16:10:39 [2023-03-05T21:10:39.677Z] create-jdbc-resource-common: 16:10:39 [2023-03-05T21:10:39.677Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 16:10:39 [2023-03-05T21:10:39.933Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 16:10:39 [2023-03-05T21:10:39.933Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 16:10:39 [2023-03-05T21:10:39.933Z] [echo] cmd executed for server 16:10:39 [2023-03-05T21:10:39.933Z] 16:10:39 [2023-03-05T21:10:39.933Z] setOSConditions: 16:10:39 [2023-03-05T21:10:39.933Z] 16:10:39 [2023-03-05T21:10:39.933Z] setToolWin: 16:10:39 [2023-03-05T21:10:39.933Z] 16:10:39 [2023-03-05T21:10:39.933Z] setToolUnix: 16:10:39 [2023-03-05T21:10:39.933Z] 16:10:39 [2023-03-05T21:10:39.933Z] setToolProperty: 16:10:39 [2023-03-05T21:10:39.933Z] 16:10:39 [2023-03-05T21:10:39.933Z] setS1ASclassPath: 16:10:39 [2023-03-05T21:10:39.933Z] 16:10:39 [2023-03-05T21:10:39.933Z] init-common: 16:10:39 [2023-03-05T21:10:39.933Z] 16:10:39 [2023-03-05T21:10:39.933Z] deploy-common: 16:10:39 [2023-03-05T21:10:39.933Z] [echo] Current time (ISO): 2023-03-05T21:10:39.880+0000 16:10:39 [2023-03-05T21:10:39.933Z] 16:10:39 [2023-03-05T21:10:39.933Z] setOSConditions: 16:10:39 [2023-03-05T21:10:39.933Z] 16:10:39 [2023-03-05T21:10:39.933Z] setToolWin: 16:10:39 [2023-03-05T21:10:39.933Z] 16:10:39 [2023-03-05T21:10:39.933Z] setToolUnix: 16:10:39 [2023-03-05T21:10:39.933Z] 16:10:39 [2023-03-05T21:10:39.933Z] setToolProperty: 16:10:39 [2023-03-05T21:10:39.933Z] 16:10:39 [2023-03-05T21:10:39.933Z] setS1ASclassPath: 16:10:39 [2023-03-05T21:10:39.933Z] 16:10:39 [2023-03-05T21:10:39.933Z] init-common: 16:10:39 [2023-03-05T21:10:39.933Z] 16:10:39 [2023-03-05T21:10:39.933Z] deploy-common-pe: 16:10:40 [2023-03-05T21:10:40.190Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperApp.ear 16:10:40 [2023-03-05T21:10:40.446Z] [exec] Application deployed with name ejb-bmp-statementwrapperApp. 16:10:40 [2023-03-05T21:10:40.446Z] [echo] Deployment on target server server successful 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] setOSConditions: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] setToolWin: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] setToolUnix: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] setToolProperty: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] setS1ASclassPath: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] init-common: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] deploy-common-ee: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] run: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] setOSConditions: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] setToolWin: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] setToolUnix: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] setToolProperty: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] setS1ASclassPath: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] init-common: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] execute-sql-common: 16:10:40 [2023-03-05T21:10:40.446Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/sql/create_pointbase.sql 16:10:40 [2023-03-05T21:10:40.446Z] [sql] 0 rows affected 16:10:40 [2023-03-05T21:10:40.446Z] [sql] 0 rows affected 16:10:40 [2023-03-05T21:10:40.446Z] [sql] 1 rows affected 16:10:40 [2023-03-05T21:10:40.446Z] [sql] 1 rows affected 16:10:40 [2023-03-05T21:10:40.446Z] [sql] 4 of 4 SQL statements executed successfully 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] setOSConditions: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] setToolWin: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] setToolUnix: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] setToolProperty: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] setS1ASclassPath: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] init-common: 16:10:40 [2023-03-05T21:10:40.446Z] 16:10:40 [2023-03-05T21:10:40.446Z] runclient-common: 16:10:40 [2023-03-05T21:10:40.446Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperAppClient.jar -name ejb-bmp-statementwrapperClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:10:41 [2023-03-05T21:10:41.386Z] [exec] Mar 05, 2023 9:10:40 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:10:41 [2023-03-05T21:10:41.386Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:10:43 [2023-03-05T21:10:43.277Z] [exec] Mar 05, 2023 9:10:43 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:10:43 [2023-03-05T21:10:43.277Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5fef0c19 16:10:43 [2023-03-05T21:10:43.534Z] [exec] Value of key is: statementTest : 16:10:43 [2023-03-05T21:10:43.534Z] [exec] Value of key is: preparedStatementTest : 16:10:43 [2023-03-05T21:10:43.534Z] [exec] Value of key is: callableStatementTest : 16:10:43 [2023-03-05T21:10:43.534Z] [exec] Value of key is: metaDataTest : 16:10:43 [2023-03-05T21:10:43.534Z] [exec] Value of key is: resultSetTest : 16:10:43 [2023-03-05T21:10:43.534Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:10:43 [2023-03-05T21:10:43.534Z] [exec] 16:10:43 [2023-03-05T21:10:43.534Z] [exec] 16:10:43 [2023-03-05T21:10:43.534Z] [exec] ----------------------------------------- 16:10:43 [2023-03-05T21:10:43.534Z] [exec] - callableStatementTest : : PASS - 16:10:43 [2023-03-05T21:10:43.534Z] [exec] - statementTest : : PASS - 16:10:43 [2023-03-05T21:10:43.534Z] [exec] - metaDataTest : : PASS - 16:10:43 [2023-03-05T21:10:43.534Z] [exec] - preparedStatementTest : : PASS - 16:10:43 [2023-03-05T21:10:43.534Z] [exec] - resultSetTest : : PASS - 16:10:43 [2023-03-05T21:10:43.534Z] [exec] ----------------------------------------- 16:10:43 [2023-03-05T21:10:43.534Z] [exec] Total PASS: 5 16:10:43 [2023-03-05T21:10:43.534Z] [exec] Total FAIL: 0 16:10:43 [2023-03-05T21:10:43.534Z] [exec] Total DID NOT RUN: 0 16:10:43 [2023-03-05T21:10:43.534Z] [exec] ----------------------------------------- 16:10:43 [2023-03-05T21:10:43.534Z] [exec] in flushAll , creating new testSuiteHash 16:10:43 [2023-03-05T21:10:43.534Z] [exec] in flushAll , creating new testSuiteHash 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] checkReporting-common: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] confirmReportPresent-common: 16:10:43 [2023-03-05T21:10:43.791Z] [echo] file RepRunConf.txt is present. 16:10:43 [2023-03-05T21:10:43.791Z] [echo] Test seems to be reported fine 16:10:43 [2023-03-05T21:10:43.791Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/RepRunConf.txt 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] confirmMissingReport-common: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] undeploy: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] setOSConditions: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] setToolWin: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] setToolUnix: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] setToolProperty: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] setS1ASclassPath: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] init-common: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] execute-sql-common: 16:10:43 [2023-03-05T21:10:43.791Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/sql/drop_pointbase.sql 16:10:43 [2023-03-05T21:10:43.791Z] [sql] 0 rows affected 16:10:43 [2023-03-05T21:10:43.791Z] [sql] 1 of 1 SQL statements executed successfully 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] setOSConditions: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] setToolWin: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] setToolUnix: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] setToolProperty: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] setS1ASclassPath: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] init-common: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] undeploy-jdbc-common: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] setOSConditions: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] setToolWin: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] setToolUnix: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] setToolProperty: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] setS1ASclassPath: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] init-common: 16:10:43 [2023-03-05T21:10:43.791Z] 16:10:43 [2023-03-05T21:10:43.791Z] delete-jdbc-resource-common: 16:10:43 [2023-03-05T21:10:43.791Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 16:10:44 [2023-03-05T21:10:44.354Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 16:10:44 [2023-03-05T21:10:44.354Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 16:10:44 [2023-03-05T21:10:44.354Z] [echo] cmd executed for server 16:10:44 [2023-03-05T21:10:44.354Z] 16:10:44 [2023-03-05T21:10:44.354Z] setOSConditions: 16:10:44 [2023-03-05T21:10:44.354Z] 16:10:44 [2023-03-05T21:10:44.354Z] setToolWin: 16:10:44 [2023-03-05T21:10:44.354Z] 16:10:44 [2023-03-05T21:10:44.354Z] setToolUnix: 16:10:44 [2023-03-05T21:10:44.354Z] 16:10:44 [2023-03-05T21:10:44.354Z] setToolProperty: 16:10:44 [2023-03-05T21:10:44.354Z] 16:10:44 [2023-03-05T21:10:44.354Z] setS1ASclassPath: 16:10:44 [2023-03-05T21:10:44.354Z] 16:10:44 [2023-03-05T21:10:44.354Z] init-common: 16:10:44 [2023-03-05T21:10:44.354Z] 16:10:44 [2023-03-05T21:10:44.354Z] delete-jdbc-connpool-common: 16:10:44 [2023-03-05T21:10:44.354Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:10:44 [2023-03-05T21:10:44.621Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:10:44 [2023-03-05T21:10:44.621Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:10:44 [2023-03-05T21:10:44.621Z] [echo] cmd executed for server 16:10:44 [2023-03-05T21:10:44.621Z] 16:10:44 [2023-03-05T21:10:44.621Z] setOSConditions: 16:10:44 [2023-03-05T21:10:44.621Z] 16:10:44 [2023-03-05T21:10:44.621Z] setToolWin: 16:10:44 [2023-03-05T21:10:44.621Z] 16:10:44 [2023-03-05T21:10:44.621Z] setToolUnix: 16:10:44 [2023-03-05T21:10:44.621Z] 16:10:44 [2023-03-05T21:10:44.621Z] setToolProperty: 16:10:44 [2023-03-05T21:10:44.621Z] 16:10:44 [2023-03-05T21:10:44.621Z] setS1ASclassPath: 16:10:44 [2023-03-05T21:10:44.621Z] 16:10:44 [2023-03-05T21:10:44.621Z] init-common: 16:10:44 [2023-03-05T21:10:44.621Z] 16:10:44 [2023-03-05T21:10:44.621Z] undeploy-common: 16:10:44 [2023-03-05T21:10:44.878Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-statementwrapperApp 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] all: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setOSConditions: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setToolWin: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setToolUnix: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setToolProperty: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setS1ASclassPath: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] init-common: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] clean: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setOSConditions: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setToolWin: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setToolUnix: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setToolProperty: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setS1ASclassPath: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] init-common: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] clean-common: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setOSConditions: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setToolWin: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setToolUnix: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setToolProperty: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setS1ASclassPath: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] init-common: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] clean-classes-common: 16:10:44 [2023-03-05T21:10:44.878Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setOSConditions: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setToolWin: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setToolUnix: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setToolProperty: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setS1ASclassPath: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] init-common: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] clean-jars-common: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] compile: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setOSConditions: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setToolWin: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setToolUnix: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setToolProperty: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] setS1ASclassPath: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] init-common: 16:10:44 [2023-03-05T21:10:44.878Z] 16:10:44 [2023-03-05T21:10:44.878Z] compile-common: 16:10:44 [2023-03-05T21:10:44.878Z] [echo] Current time (ISO): 2023-03-05T21:10:44.787+0000 16:10:44 [2023-03-05T21:10:44.878Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:10:44 [2023-03-05T21:10:44.878Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:10:46 [2023-03-05T21:10:46.245Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:10:46 [2023-03-05T21:10:46.245Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/ejb/SimpleBMPBean.java:40: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:10:46 [2023-03-05T21:10:46.245Z] [javac] return new Integer(1); 16:10:46 [2023-03-05T21:10:46.245Z] [javac] ^ 16:10:46 [2023-03-05T21:10:46.245Z] [javac] 2 warnings 16:10:46 [2023-03-05T21:10:46.245Z] 16:10:46 [2023-03-05T21:10:46.245Z] setOSConditions: 16:10:46 [2023-03-05T21:10:46.245Z] 16:10:46 [2023-03-05T21:10:46.245Z] setToolWin: 16:10:46 [2023-03-05T21:10:46.245Z] 16:10:46 [2023-03-05T21:10:46.245Z] setToolUnix: 16:10:46 [2023-03-05T21:10:46.245Z] 16:10:46 [2023-03-05T21:10:46.245Z] setToolProperty: 16:10:46 [2023-03-05T21:10:46.245Z] 16:10:46 [2023-03-05T21:10:46.245Z] setS1ASclassPath: 16:10:46 [2023-03-05T21:10:46.245Z] 16:10:46 [2023-03-05T21:10:46.245Z] init-common: 16:10:46 [2023-03-05T21:10:46.245Z] 16:10:46 [2023-03-05T21:10:46.245Z] compile-common: 16:10:46 [2023-03-05T21:10:46.245Z] [echo] Current time (ISO): 2023-03-05T21:10:46.081+0000 16:10:46 [2023-03-05T21:10:46.245Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:10:47 [2023-03-05T21:10:47.626Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:10:47 [2023-03-05T21:10:47.626Z] [javac] 1 warning 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] build: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] setOSConditions: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] fixFiles: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] convUnix: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] convWin: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] setToolWin: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] setToolUnix: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] setToolProperty: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] setS1ASclassPath: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] init-common: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] package-persistence-common: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] ejb-jar-common: 16:10:47 [2023-03-05T21:10:47.626Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] package-ejbjar-common: 16:10:47 [2023-03-05T21:10:47.626Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:47 [2023-03-05T21:10:47.626Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:47 [2023-03-05T21:10:47.626Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:47 [2023-03-05T21:10:47.626Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusage-ejb.jar 16:10:47 [2023-03-05T21:10:47.626Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] appclient-jar-common: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] package-appclientjar-common: 16:10:47 [2023-03-05T21:10:47.626Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:47 [2023-03-05T21:10:47.626Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:47 [2023-03-05T21:10:47.626Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:47 [2023-03-05T21:10:47.626Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusage-client.jar 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] webclient-war-common: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] build-ear-common: 16:10:47 [2023-03-05T21:10:47.626Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:10:47 [2023-03-05T21:10:47.626Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusageApp.ear 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] deploy: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] setOSConditions: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] setToolWin: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] setToolUnix: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] setToolProperty: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] setS1ASclassPath: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] init-common: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] execute-sql-common: 16:10:47 [2023-03-05T21:10:47.626Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/sql/create_pointbase.sql 16:10:47 [2023-03-05T21:10:47.626Z] [sql] Failed to execute: Drop table max_connection_usage 16:10:47 [2023-03-05T21:10:47.626Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAX_CONNECTION_USAGE' because it does not exist. 16:10:47 [2023-03-05T21:10:47.626Z] [sql] 0 rows affected 16:10:47 [2023-03-05T21:10:47.626Z] [sql] 1 of 2 SQL statements executed successfully 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] setOSConditions: 16:10:47 [2023-03-05T21:10:47.626Z] 16:10:47 [2023-03-05T21:10:47.626Z] setToolWin: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] setToolUnix: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] setToolProperty: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] setS1ASclassPath: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] init-common: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] setup: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] setOSConditions: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] setToolWin: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] setToolUnix: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] setToolProperty: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] setS1ASclassPath: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] init-common: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] deploy-jdbc-common: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] setOSConditions: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] setToolWin: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] setToolUnix: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] setToolProperty: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] setS1ASclassPath: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] init-common: 16:10:47 [2023-03-05T21:10:47.627Z] 16:10:47 [2023-03-05T21:10:47.627Z] create-jdbc-connpool-common: 16:10:47 [2023-03-05T21:10:47.883Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-maxconnectionusage-pool 16:10:47 [2023-03-05T21:10:47.883Z] [exec] JDBC connection pool jdbc-maxconnectionusage-pool created successfully. 16:10:47 [2023-03-05T21:10:47.883Z] 16:10:47 [2023-03-05T21:10:47.883Z] set-derby-connpool-props: 16:10:48 [2023-03-05T21:10:48.139Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.User=dbuser 16:10:48 [2023-03-05T21:10:48.139Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.User=dbuser 16:10:48 [2023-03-05T21:10:48.421Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.Password=dbpassword 16:10:48 [2023-03-05T21:10:48.421Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.Password=dbpassword 16:10:48 [2023-03-05T21:10:48.678Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.driverType=4 16:10:48 [2023-03-05T21:10:48.678Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.driverType=4 16:10:48 [2023-03-05T21:10:48.934Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.portNumber=1527 16:10:48 [2023-03-05T21:10:48.934Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.portNumber=1527 16:10:49 [2023-03-05T21:10:49.190Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.dataBaseName=testdb 16:10:49 [2023-03-05T21:10:49.190Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.dataBaseName=testdb 16:10:49 [2023-03-05T21:10:49.446Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:10:49 [2023-03-05T21:10:49.446Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:10:50 [2023-03-05T21:10:50.009Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.create=true 16:10:50 [2023-03-05T21:10:50.009Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.create=true 16:10:50 [2023-03-05T21:10:50.009Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.serverName=localhost 16:10:50 [2023-03-05T21:10:50.009Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.serverName=localhost 16:10:50 [2023-03-05T21:10:50.009Z] 16:10:50 [2023-03-05T21:10:50.009Z] setOSConditions: 16:10:50 [2023-03-05T21:10:50.009Z] 16:10:50 [2023-03-05T21:10:50.009Z] setToolWin: 16:10:50 [2023-03-05T21:10:50.009Z] 16:10:50 [2023-03-05T21:10:50.009Z] setToolUnix: 16:10:50 [2023-03-05T21:10:50.009Z] 16:10:50 [2023-03-05T21:10:50.009Z] setToolProperty: 16:10:50 [2023-03-05T21:10:50.009Z] 16:10:50 [2023-03-05T21:10:50.009Z] setS1ASclassPath: 16:10:50 [2023-03-05T21:10:50.009Z] 16:10:50 [2023-03-05T21:10:50.009Z] init-common: 16:10:50 [2023-03-05T21:10:50.009Z] 16:10:50 [2023-03-05T21:10:50.009Z] create-jdbc-resource-common: 16:10:50 [2023-03-05T21:10:50.009Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-maxconnectionusage-pool --target server jdbc/maxconnectionusage 16:10:50 [2023-03-05T21:10:50.571Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-maxconnectionusage-pool --enabled=true --target server jdbc/maxconnectionusage 16:10:50 [2023-03-05T21:10:50.571Z] [exec] JDBC resource jdbc/maxconnectionusage created successfully. 16:10:50 [2023-03-05T21:10:50.571Z] [echo] cmd executed for server 16:10:50 [2023-03-05T21:10:50.571Z] 16:10:50 [2023-03-05T21:10:50.571Z] asadmin-common: 16:10:50 [2023-03-05T21:10:50.571Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.steady_pool_size=1 16:10:50 [2023-03-05T21:10:50.827Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.steady_pool_size=1 16:10:50 [2023-03-05T21:10:50.827Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.steady-pool-size=1 16:10:50 [2023-03-05T21:10:50.827Z] 16:10:50 [2023-03-05T21:10:50.827Z] asadmin-common: 16:10:50 [2023-03-05T21:10:50.827Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.max_pool_size=1 16:10:51 [2023-03-05T21:10:51.084Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.max_pool_size=1 16:10:51 [2023-03-05T21:10:51.084Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.max-pool-size=1 16:10:51 [2023-03-05T21:10:51.084Z] 16:10:51 [2023-03-05T21:10:51.084Z] asadmin-common: 16:10:51 [2023-03-05T21:10:51.084Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.max_connection_usage_count=10 16:10:51 [2023-03-05T21:10:51.340Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.max_connection_usage_count=10 16:10:51 [2023-03-05T21:10:51.340Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.max-connection-usage-count=10 16:10:51 [2023-03-05T21:10:51.340Z] 16:10:51 [2023-03-05T21:10:51.340Z] setOSConditions: 16:10:51 [2023-03-05T21:10:51.340Z] 16:10:51 [2023-03-05T21:10:51.340Z] setToolWin: 16:10:51 [2023-03-05T21:10:51.340Z] 16:10:51 [2023-03-05T21:10:51.340Z] setToolUnix: 16:10:51 [2023-03-05T21:10:51.340Z] 16:10:51 [2023-03-05T21:10:51.340Z] setToolProperty: 16:10:51 [2023-03-05T21:10:51.340Z] 16:10:51 [2023-03-05T21:10:51.340Z] setS1ASclassPath: 16:10:51 [2023-03-05T21:10:51.340Z] 16:10:51 [2023-03-05T21:10:51.340Z] init-common: 16:10:51 [2023-03-05T21:10:51.340Z] 16:10:51 [2023-03-05T21:10:51.340Z] deploy-jdbc-common: 16:10:51 [2023-03-05T21:10:51.340Z] 16:10:51 [2023-03-05T21:10:51.340Z] setOSConditions: 16:10:51 [2023-03-05T21:10:51.340Z] 16:10:51 [2023-03-05T21:10:51.340Z] setToolWin: 16:10:51 [2023-03-05T21:10:51.340Z] 16:10:51 [2023-03-05T21:10:51.340Z] setToolUnix: 16:10:51 [2023-03-05T21:10:51.340Z] 16:10:51 [2023-03-05T21:10:51.340Z] setToolProperty: 16:10:51 [2023-03-05T21:10:51.340Z] 16:10:51 [2023-03-05T21:10:51.340Z] setS1ASclassPath: 16:10:51 [2023-03-05T21:10:51.340Z] 16:10:51 [2023-03-05T21:10:51.340Z] init-common: 16:10:51 [2023-03-05T21:10:51.340Z] 16:10:51 [2023-03-05T21:10:51.340Z] create-jdbc-connpool-common: 16:10:51 [2023-03-05T21:10:51.598Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-maxconnectionusageXA-pool 16:10:51 [2023-03-05T21:10:51.598Z] [exec] JDBC connection pool jdbc-maxconnectionusageXA-pool created successfully. 16:10:51 [2023-03-05T21:10:51.598Z] 16:10:51 [2023-03-05T21:10:51.598Z] set-derby-connpool-props: 16:10:51 [2023-03-05T21:10:51.854Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.User=dbuser 16:10:51 [2023-03-05T21:10:51.854Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.User=dbuser 16:10:52 [2023-03-05T21:10:52.110Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.Password=dbpassword 16:10:52 [2023-03-05T21:10:52.110Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.Password=dbpassword 16:10:52 [2023-03-05T21:10:52.677Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.driverType=4 16:10:52 [2023-03-05T21:10:52.677Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.driverType=4 16:10:52 [2023-03-05T21:10:52.933Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.portNumber=1527 16:10:52 [2023-03-05T21:10:52.933Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.portNumber=1527 16:10:53 [2023-03-05T21:10:53.189Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.dataBaseName=testdb 16:10:53 [2023-03-05T21:10:53.189Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.dataBaseName=testdb 16:10:53 [2023-03-05T21:10:53.445Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:10:53 [2023-03-05T21:10:53.445Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:10:53 [2023-03-05T21:10:53.701Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.create=true 16:10:53 [2023-03-05T21:10:53.701Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.create=true 16:10:53 [2023-03-05T21:10:53.957Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.serverName=localhost 16:10:53 [2023-03-05T21:10:53.957Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.serverName=localhost 16:10:53 [2023-03-05T21:10:53.957Z] 16:10:53 [2023-03-05T21:10:53.957Z] setOSConditions: 16:10:53 [2023-03-05T21:10:53.957Z] 16:10:53 [2023-03-05T21:10:53.957Z] setToolWin: 16:10:53 [2023-03-05T21:10:53.957Z] 16:10:53 [2023-03-05T21:10:53.957Z] setToolUnix: 16:10:53 [2023-03-05T21:10:53.957Z] 16:10:53 [2023-03-05T21:10:53.957Z] setToolProperty: 16:10:53 [2023-03-05T21:10:53.957Z] 16:10:53 [2023-03-05T21:10:53.957Z] setS1ASclassPath: 16:10:53 [2023-03-05T21:10:53.957Z] 16:10:53 [2023-03-05T21:10:53.957Z] init-common: 16:10:53 [2023-03-05T21:10:53.957Z] 16:10:53 [2023-03-05T21:10:53.957Z] create-jdbc-resource-common: 16:10:53 [2023-03-05T21:10:53.957Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-maxconnectionusageXA-pool --target server jdbc/maxconnectionusageXA 16:10:54 [2023-03-05T21:10:54.522Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-maxconnectionusageXA-pool --enabled=true --target server jdbc/maxconnectionusageXA 16:10:54 [2023-03-05T21:10:54.522Z] [exec] JDBC resource jdbc/maxconnectionusageXA created successfully. 16:10:54 [2023-03-05T21:10:54.522Z] [echo] cmd executed for server 16:10:54 [2023-03-05T21:10:54.522Z] 16:10:54 [2023-03-05T21:10:54.522Z] asadmin-common: 16:10:54 [2023-03-05T21:10:54.522Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.steady_pool_size=1 16:10:54 [2023-03-05T21:10:54.778Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.steady_pool_size=1 16:10:54 [2023-03-05T21:10:54.778Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.steady-pool-size=1 16:10:54 [2023-03-05T21:10:54.778Z] 16:10:54 [2023-03-05T21:10:54.778Z] asadmin-common: 16:10:54 [2023-03-05T21:10:54.778Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.max_pool_size=1 16:10:55 [2023-03-05T21:10:55.034Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.max_pool_size=1 16:10:55 [2023-03-05T21:10:55.034Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.max-pool-size=1 16:10:55 [2023-03-05T21:10:55.034Z] 16:10:55 [2023-03-05T21:10:55.034Z] asadmin-common: 16:10:55 [2023-03-05T21:10:55.035Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.max_connection_usage_count=10 16:10:55 [2023-03-05T21:10:55.290Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.max_connection_usage_count=10 16:10:55 [2023-03-05T21:10:55.290Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.max-connection-usage-count=10 16:10:55 [2023-03-05T21:10:55.290Z] 16:10:55 [2023-03-05T21:10:55.290Z] setOSConditions: 16:10:55 [2023-03-05T21:10:55.290Z] 16:10:55 [2023-03-05T21:10:55.290Z] setToolWin: 16:10:55 [2023-03-05T21:10:55.290Z] 16:10:55 [2023-03-05T21:10:55.290Z] setToolUnix: 16:10:55 [2023-03-05T21:10:55.290Z] 16:10:55 [2023-03-05T21:10:55.290Z] setToolProperty: 16:10:55 [2023-03-05T21:10:55.290Z] 16:10:55 [2023-03-05T21:10:55.290Z] setS1ASclassPath: 16:10:55 [2023-03-05T21:10:55.290Z] 16:10:55 [2023-03-05T21:10:55.290Z] init-common: 16:10:55 [2023-03-05T21:10:55.290Z] 16:10:55 [2023-03-05T21:10:55.290Z] deploy-common: 16:10:55 [2023-03-05T21:10:55.290Z] [echo] Current time (ISO): 2023-03-05T21:10:55.158+0000 16:10:55 [2023-03-05T21:10:55.290Z] 16:10:55 [2023-03-05T21:10:55.290Z] setOSConditions: 16:10:55 [2023-03-05T21:10:55.290Z] 16:10:55 [2023-03-05T21:10:55.290Z] setToolWin: 16:10:55 [2023-03-05T21:10:55.290Z] 16:10:55 [2023-03-05T21:10:55.290Z] setToolUnix: 16:10:55 [2023-03-05T21:10:55.290Z] 16:10:55 [2023-03-05T21:10:55.290Z] setToolProperty: 16:10:55 [2023-03-05T21:10:55.290Z] 16:10:55 [2023-03-05T21:10:55.290Z] setS1ASclassPath: 16:10:55 [2023-03-05T21:10:55.290Z] 16:10:55 [2023-03-05T21:10:55.290Z] init-common: 16:10:55 [2023-03-05T21:10:55.290Z] 16:10:55 [2023-03-05T21:10:55.290Z] deploy-common-pe: 16:10:55 [2023-03-05T21:10:55.547Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusageApp.ear 16:10:55 [2023-03-05T21:10:55.819Z] [exec] Application deployed with name jdbc-maxconnectionusageApp. 16:10:55 [2023-03-05T21:10:55.819Z] [echo] Deployment on target server server successful 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] setOSConditions: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] setToolWin: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] setToolUnix: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] setToolProperty: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] setS1ASclassPath: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] init-common: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] deploy-common-ee: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] run: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] setOSConditions: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] setToolWin: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] setToolUnix: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] setToolProperty: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] setS1ASclassPath: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] init-common: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] execute-sql-common: 16:10:55 [2023-03-05T21:10:55.819Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/sql/create_pointbase.sql 16:10:55 [2023-03-05T21:10:55.819Z] [sql] 0 rows affected 16:10:55 [2023-03-05T21:10:55.819Z] [sql] 0 rows affected 16:10:55 [2023-03-05T21:10:55.819Z] [sql] 2 of 2 SQL statements executed successfully 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] setOSConditions: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] setToolWin: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] setToolUnix: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] setToolProperty: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] setS1ASclassPath: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] init-common: 16:10:55 [2023-03-05T21:10:55.819Z] 16:10:55 [2023-03-05T21:10:55.819Z] runclient-common: 16:10:55 [2023-03-05T21:10:55.819Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusageAppClient.jar -name jdbc-maxconnectionusageClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:10:56 [2023-03-05T21:10:56.380Z] [exec] Mar 05, 2023 9:10:56 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:10:56 [2023-03-05T21:10:56.380Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:10:58 [2023-03-05T21:10:58.911Z] [exec] Mar 05, 2023 9:10:58 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:10:58 [2023-03-05T21:10:58.911Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 16:10:58 [2023-03-05T21:10:58.911Z] [exec] Value of key is: Max Connection Usage - (local-TxNotSupported): 16:10:58 [2023-03-05T21:10:58.911Z] [exec] Value of key is: Max Connection Usage - (local-Tx-Sharing) : 16:10:58 [2023-03-05T21:10:58.911Z] [exec] Value of key is: Max Connection Usage - (XA-TxNotSupported) : 16:10:58 [2023-03-05T21:10:58.911Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:10:58 [2023-03-05T21:10:58.911Z] [exec] 16:10:58 [2023-03-05T21:10:58.911Z] [exec] 16:10:58 [2023-03-05T21:10:58.911Z] [exec] ----------------------------------------- 16:10:58 [2023-03-05T21:10:58.911Z] [exec] - Max Connection Usage - (local-TxNotSupported): : PASS - 16:10:58 [2023-03-05T21:10:58.911Z] [exec] - Max Connection Usage - (local-Tx-Sharing) : : PASS - 16:10:58 [2023-03-05T21:10:58.911Z] [exec] - Max Connection Usage - (XA-TxNotSupported) : : PASS - 16:10:58 [2023-03-05T21:10:58.911Z] [exec] ----------------------------------------- 16:10:58 [2023-03-05T21:10:58.911Z] [exec] Total PASS: 3 16:10:58 [2023-03-05T21:10:58.911Z] [exec] Total FAIL: 0 16:10:58 [2023-03-05T21:10:58.911Z] [exec] Total DID NOT RUN: 0 16:10:58 [2023-03-05T21:10:58.911Z] [exec] ----------------------------------------- 16:10:58 [2023-03-05T21:10:58.911Z] [exec] in flushAll , creating new testSuiteHash 16:10:58 [2023-03-05T21:10:58.911Z] [exec] in flushAll , creating new testSuiteHash 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] checkReporting-common: 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] confirmReportPresent-common: 16:10:59 [2023-03-05T21:10:59.168Z] [echo] file RepRunConf.txt is present. 16:10:59 [2023-03-05T21:10:59.168Z] [echo] Test seems to be reported fine 16:10:59 [2023-03-05T21:10:59.168Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/RepRunConf.txt 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] confirmMissingReport-common: 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] undeploy: 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] setOSConditions: 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] setToolWin: 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] setToolUnix: 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] setToolProperty: 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] setS1ASclassPath: 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] init-common: 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] execute-sql-common: 16:10:59 [2023-03-05T21:10:59.168Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/sql/drop_pointbase.sql 16:10:59 [2023-03-05T21:10:59.168Z] [sql] 0 rows affected 16:10:59 [2023-03-05T21:10:59.168Z] [sql] 1 of 1 SQL statements executed successfully 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] unsetup: 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] setOSConditions: 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] setToolWin: 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] setToolUnix: 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] setToolProperty: 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] setS1ASclassPath: 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] init-common: 16:10:59 [2023-03-05T21:10:59.168Z] 16:10:59 [2023-03-05T21:10:59.168Z] delete-jdbc-resource-common: 16:10:59 [2023-03-05T21:10:59.168Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/maxconnectionusage 16:10:59 [2023-03-05T21:10:59.731Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/maxconnectionusage 16:10:59 [2023-03-05T21:10:59.731Z] [exec] JDBC resource jdbc/maxconnectionusage deleted successfully 16:10:59 [2023-03-05T21:10:59.731Z] [echo] cmd executed for server 16:10:59 [2023-03-05T21:10:59.731Z] 16:10:59 [2023-03-05T21:10:59.731Z] setOSConditions: 16:10:59 [2023-03-05T21:10:59.731Z] 16:10:59 [2023-03-05T21:10:59.731Z] setToolWin: 16:10:59 [2023-03-05T21:10:59.731Z] 16:10:59 [2023-03-05T21:10:59.731Z] setToolUnix: 16:10:59 [2023-03-05T21:10:59.731Z] 16:10:59 [2023-03-05T21:10:59.731Z] setToolProperty: 16:10:59 [2023-03-05T21:10:59.731Z] 16:10:59 [2023-03-05T21:10:59.731Z] setS1ASclassPath: 16:10:59 [2023-03-05T21:10:59.731Z] 16:10:59 [2023-03-05T21:10:59.731Z] init-common: 16:10:59 [2023-03-05T21:10:59.731Z] 16:10:59 [2023-03-05T21:10:59.731Z] delete-jdbc-connpool-common: 16:10:59 [2023-03-05T21:10:59.731Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-maxconnectionusage-pool 16:10:59 [2023-03-05T21:10:59.986Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-maxconnectionusage-pool 16:10:59 [2023-03-05T21:10:59.986Z] [exec] JDBC Connection pool jdbc-maxconnectionusage-pool deleted successfully 16:10:59 [2023-03-05T21:10:59.986Z] [echo] cmd executed for server 16:10:59 [2023-03-05T21:10:59.986Z] 16:10:59 [2023-03-05T21:10:59.986Z] setOSConditions: 16:10:59 [2023-03-05T21:10:59.986Z] 16:10:59 [2023-03-05T21:10:59.986Z] setToolWin: 16:10:59 [2023-03-05T21:10:59.986Z] 16:10:59 [2023-03-05T21:10:59.987Z] setToolUnix: 16:10:59 [2023-03-05T21:10:59.987Z] 16:10:59 [2023-03-05T21:10:59.987Z] setToolProperty: 16:10:59 [2023-03-05T21:10:59.987Z] 16:10:59 [2023-03-05T21:10:59.987Z] setS1ASclassPath: 16:10:59 [2023-03-05T21:10:59.987Z] 16:10:59 [2023-03-05T21:10:59.987Z] init-common: 16:10:59 [2023-03-05T21:10:59.987Z] 16:10:59 [2023-03-05T21:10:59.987Z] delete-jdbc-resource-common: 16:10:59 [2023-03-05T21:10:59.987Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/maxconnectionusageXA 16:11:00 [2023-03-05T21:11:00.243Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/maxconnectionusageXA 16:11:00 [2023-03-05T21:11:00.243Z] [exec] JDBC resource jdbc/maxconnectionusageXA deleted successfully 16:11:00 [2023-03-05T21:11:00.243Z] [echo] cmd executed for server 16:11:00 [2023-03-05T21:11:00.243Z] 16:11:00 [2023-03-05T21:11:00.243Z] setOSConditions: 16:11:00 [2023-03-05T21:11:00.243Z] 16:11:00 [2023-03-05T21:11:00.243Z] setToolWin: 16:11:00 [2023-03-05T21:11:00.243Z] 16:11:00 [2023-03-05T21:11:00.243Z] setToolUnix: 16:11:00 [2023-03-05T21:11:00.243Z] 16:11:00 [2023-03-05T21:11:00.243Z] setToolProperty: 16:11:00 [2023-03-05T21:11:00.243Z] 16:11:00 [2023-03-05T21:11:00.243Z] setS1ASclassPath: 16:11:00 [2023-03-05T21:11:00.243Z] 16:11:00 [2023-03-05T21:11:00.243Z] init-common: 16:11:00 [2023-03-05T21:11:00.243Z] 16:11:00 [2023-03-05T21:11:00.243Z] delete-jdbc-connpool-common: 16:11:00 [2023-03-05T21:11:00.243Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-maxconnectionusageXA-pool 16:11:00 [2023-03-05T21:11:00.499Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-maxconnectionusageXA-pool 16:11:00 [2023-03-05T21:11:00.499Z] [exec] JDBC Connection pool jdbc-maxconnectionusageXA-pool deleted successfully 16:11:00 [2023-03-05T21:11:00.499Z] [echo] cmd executed for server 16:11:00 [2023-03-05T21:11:00.499Z] 16:11:00 [2023-03-05T21:11:00.499Z] setOSConditions: 16:11:00 [2023-03-05T21:11:00.499Z] 16:11:00 [2023-03-05T21:11:00.499Z] setToolWin: 16:11:00 [2023-03-05T21:11:00.499Z] 16:11:00 [2023-03-05T21:11:00.499Z] setToolUnix: 16:11:00 [2023-03-05T21:11:00.499Z] 16:11:00 [2023-03-05T21:11:00.499Z] setToolProperty: 16:11:00 [2023-03-05T21:11:00.499Z] 16:11:00 [2023-03-05T21:11:00.499Z] setS1ASclassPath: 16:11:00 [2023-03-05T21:11:00.499Z] 16:11:00 [2023-03-05T21:11:00.499Z] init-common: 16:11:00 [2023-03-05T21:11:00.499Z] 16:11:00 [2023-03-05T21:11:00.499Z] undeploy-common: 16:11:00 [2023-03-05T21:11:00.771Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-maxconnectionusageApp 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] all: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setOSConditions: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setToolWin: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setToolUnix: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setToolProperty: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setS1ASclassPath: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] init-common: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] clean: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setOSConditions: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setToolWin: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setToolUnix: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setToolProperty: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setS1ASclassPath: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] init-common: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] clean-common: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setOSConditions: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setToolWin: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setToolUnix: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setToolProperty: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setS1ASclassPath: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] init-common: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] clean-classes-common: 16:11:00 [2023-03-05T21:11:00.772Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setOSConditions: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setToolWin: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setToolUnix: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setToolProperty: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setS1ASclassPath: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] init-common: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] clean-jars-common: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] compile: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setOSConditions: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setToolWin: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setToolUnix: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setToolProperty: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] setS1ASclassPath: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] init-common: 16:11:00 [2023-03-05T21:11:00.772Z] 16:11:00 [2023-03-05T21:11:00.772Z] compile-common: 16:11:00 [2023-03-05T21:11:00.772Z] [echo] Current time (ISO): 2023-03-05T21:11:00.756+0000 16:11:00 [2023-03-05T21:11:00.772Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:11:00 [2023-03-05T21:11:00.772Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:11:02 [2023-03-05T21:11:02.158Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:11:02 [2023-03-05T21:11:02.158Z] [javac] 1 warning 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] build: 16:11:02 [2023-03-05T21:11:02.158Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] package-appclientjar-common: 16:11:02 [2023-03-05T21:11:02.158Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:02 [2023-03-05T21:11:02.158Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:02 [2023-03-05T21:11:02.158Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:02 [2023-03-05T21:11:02.158Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/switchoffACCconnpoolingAppClient.jar 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] setup: 16:11:02 [2023-03-05T21:11:02.158Z] [echo] Setting up derby .... 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] setOSConditions: 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] setToolWin: 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] setToolUnix: 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] setToolProperty: 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] setS1ASclassPath: 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] init-common: 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] deploy-jdbc-common: 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] setOSConditions: 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] setToolWin: 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] setToolUnix: 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] setToolProperty: 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] setS1ASclassPath: 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] init-common: 16:11:02 [2023-03-05T21:11:02.158Z] 16:11:02 [2023-03-05T21:11:02.158Z] create-jdbc-connpool-common: 16:11:02 [2023-03-05T21:11:02.927Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-derby-pool 16:11:02 [2023-03-05T21:11:02.927Z] [exec] JDBC connection pool jdbc-derby-pool created successfully. 16:11:02 [2023-03-05T21:11:02.927Z] 16:11:02 [2023-03-05T21:11:02.927Z] set-derby-connpool-props: 16:11:03 [2023-03-05T21:11:03.183Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.User=dbuser 16:11:03 [2023-03-05T21:11:03.183Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.User=dbuser 16:11:03 [2023-03-05T21:11:03.439Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.Password=dbpassword 16:11:03 [2023-03-05T21:11:03.439Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.Password=dbpassword 16:11:03 [2023-03-05T21:11:03.717Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.driverType=4 16:11:03 [2023-03-05T21:11:03.717Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.driverType=4 16:11:03 [2023-03-05T21:11:03.974Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.portNumber=1527 16:11:03 [2023-03-05T21:11:03.974Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.portNumber=1527 16:11:04 [2023-03-05T21:11:04.230Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.dataBaseName=testdb 16:11:04 [2023-03-05T21:11:04.230Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.dataBaseName=testdb 16:11:04 [2023-03-05T21:11:04.486Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:11:04 [2023-03-05T21:11:04.486Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:11:05 [2023-03-05T21:11:05.049Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.create=true 16:11:05 [2023-03-05T21:11:05.049Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.create=true 16:11:05 [2023-03-05T21:11:05.320Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.serverName=localhost 16:11:05 [2023-03-05T21:11:05.320Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.serverName=localhost 16:11:05 [2023-03-05T21:11:05.320Z] 16:11:05 [2023-03-05T21:11:05.320Z] setOSConditions: 16:11:05 [2023-03-05T21:11:05.320Z] 16:11:05 [2023-03-05T21:11:05.320Z] setToolWin: 16:11:05 [2023-03-05T21:11:05.320Z] 16:11:05 [2023-03-05T21:11:05.320Z] setToolUnix: 16:11:05 [2023-03-05T21:11:05.320Z] 16:11:05 [2023-03-05T21:11:05.320Z] setToolProperty: 16:11:05 [2023-03-05T21:11:05.320Z] 16:11:05 [2023-03-05T21:11:05.320Z] setS1ASclassPath: 16:11:05 [2023-03-05T21:11:05.320Z] 16:11:05 [2023-03-05T21:11:05.320Z] init-common: 16:11:05 [2023-03-05T21:11:05.320Z] 16:11:05 [2023-03-05T21:11:05.320Z] create-jdbc-resource-common: 16:11:05 [2023-03-05T21:11:05.320Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-derby-pool --target server jdbc/nonxaresource 16:11:05 [2023-03-05T21:11:05.577Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-derby-pool --enabled=true --target server jdbc/nonxaresource 16:11:05 [2023-03-05T21:11:05.577Z] [exec] JDBC resource jdbc/nonxaresource created successfully. 16:11:05 [2023-03-05T21:11:05.577Z] [echo] cmd executed for server 16:11:05 [2023-03-05T21:11:05.577Z] 16:11:05 [2023-03-05T21:11:05.577Z] setOSConditions: 16:11:05 [2023-03-05T21:11:05.577Z] 16:11:05 [2023-03-05T21:11:05.577Z] setToolWin: 16:11:05 [2023-03-05T21:11:05.577Z] 16:11:05 [2023-03-05T21:11:05.577Z] setToolUnix: 16:11:05 [2023-03-05T21:11:05.577Z] 16:11:05 [2023-03-05T21:11:05.577Z] setToolProperty: 16:11:05 [2023-03-05T21:11:05.577Z] 16:11:05 [2023-03-05T21:11:05.577Z] setS1ASclassPath: 16:11:05 [2023-03-05T21:11:05.577Z] 16:11:05 [2023-03-05T21:11:05.577Z] init-common: 16:11:05 [2023-03-05T21:11:05.577Z] 16:11:05 [2023-03-05T21:11:05.577Z] deploy-jdbc-common: 16:11:05 [2023-03-05T21:11:05.577Z] 16:11:05 [2023-03-05T21:11:05.577Z] setOSConditions: 16:11:05 [2023-03-05T21:11:05.577Z] 16:11:05 [2023-03-05T21:11:05.577Z] setToolWin: 16:11:05 [2023-03-05T21:11:05.577Z] 16:11:05 [2023-03-05T21:11:05.577Z] setToolUnix: 16:11:05 [2023-03-05T21:11:05.577Z] 16:11:05 [2023-03-05T21:11:05.577Z] setToolProperty: 16:11:05 [2023-03-05T21:11:05.577Z] 16:11:05 [2023-03-05T21:11:05.577Z] setS1ASclassPath: 16:11:05 [2023-03-05T21:11:05.577Z] 16:11:05 [2023-03-05T21:11:05.577Z] init-common: 16:11:05 [2023-03-05T21:11:05.577Z] 16:11:05 [2023-03-05T21:11:05.577Z] create-jdbc-connpool-common: 16:11:05 [2023-03-05T21:11:05.833Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-derby-xa-pool 16:11:05 [2023-03-05T21:11:05.833Z] [exec] JDBC connection pool jdbc-derby-xa-pool created successfully. 16:11:05 [2023-03-05T21:11:05.833Z] 16:11:05 [2023-03-05T21:11:05.833Z] set-derby-connpool-props: 16:11:06 [2023-03-05T21:11:06.089Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.User=dbuser 16:11:06 [2023-03-05T21:11:06.089Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.User=dbuser 16:11:06 [2023-03-05T21:11:06.346Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.Password=dbpassword 16:11:06 [2023-03-05T21:11:06.346Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.Password=dbpassword 16:11:06 [2023-03-05T21:11:06.602Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.driverType=4 16:11:06 [2023-03-05T21:11:06.602Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.driverType=4 16:11:07 [2023-03-05T21:11:07.169Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.portNumber=1527 16:11:07 [2023-03-05T21:11:07.169Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.portNumber=1527 16:11:07 [2023-03-05T21:11:07.425Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.dataBaseName=testdb 16:11:07 [2023-03-05T21:11:07.425Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.dataBaseName=testdb 16:11:10 [2023-03-05T21:11:10.021Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:11:10 [2023-03-05T21:11:10.022Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:11:10 [2023-03-05T21:11:10.022Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.create=true 16:11:10 [2023-03-05T21:11:10.022Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.create=true 16:11:10 [2023-03-05T21:11:10.022Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.serverName=localhost 16:11:10 [2023-03-05T21:11:10.022Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.serverName=localhost 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] setOSConditions: 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] setToolWin: 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] setToolUnix: 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] setToolProperty: 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] setS1ASclassPath: 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] init-common: 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] create-jdbc-resource-common: 16:11:10 [2023-03-05T21:11:10.022Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-derby-xa-pool --target server jdbc/xaresource 16:11:10 [2023-03-05T21:11:10.022Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-derby-xa-pool --enabled=true --target server jdbc/xaresource 16:11:10 [2023-03-05T21:11:10.022Z] [exec] JDBC resource jdbc/xaresource created successfully. 16:11:10 [2023-03-05T21:11:10.022Z] [echo] cmd executed for server 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] asadmin-common: 16:11:10 [2023-03-05T21:11:10.022Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.connectionAttributes=create=true; 16:11:10 [2023-03-05T21:11:10.022Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.connectionAttributes=create=true; 16:11:10 [2023-03-05T21:11:10.022Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.connectionAttributes=create=true; 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] asadmin-common: 16:11:10 [2023-03-05T21:11:10.022Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.connectionAttributes=create=true; 16:11:10 [2023-03-05T21:11:10.022Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.connectionAttributes=create=true; 16:11:10 [2023-03-05T21:11:10.022Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.connectionAttributes=create=true; 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] run: 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] setOSConditions: 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] setToolWin: 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] setToolUnix: 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] setToolProperty: 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] setS1ASclassPath: 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] init-common: 16:11:10 [2023-03-05T21:11:10.022Z] 16:11:10 [2023-03-05T21:11:10.022Z] myrunclient: 16:11:10 [2023-03-05T21:11:10.022Z] [echo] appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/switchoffACCconnpoolingAppClient.jar -name switchoffACCconnpoolingClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:11:10 [2023-03-05T21:11:10.022Z] [exec] Mar 05, 2023 9:11:09 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:11:10 [2023-03-05T21:11:10.022Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:11:10 [2023-03-05T21:11:10.951Z] [exec] verifying uniqueness of all connection 16:11:12 [2023-03-05T21:11:12.331Z] [exec] Mar 05, 2023 9:11:12 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:11:12 [2023-03-05T21:11:12.331Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@32507479 16:11:12 [2023-03-05T21:11:12.619Z] [exec] Mar 05, 2023 9:11:12 PM org.hibernate.validator.internal.util.Version <clinit> 16:11:12 [2023-03-05T21:11:12.619Z] [exec] INFO: HV000001: Hibernate Validator 8.0.0.Final 16:11:12 [2023-03-05T21:11:12.920Z] [exec] Mar 05, 2023 9:11:12 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool 16:11:12 [2023-03-05T21:11:12.920Z] [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@a4f87452[jndiName=jdbc-derby-pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=off validation=off 16:11:12 [2023-03-05T21:11:12.920Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@1eda309d 16:11:12 [2023-03-05T21:11:12.920Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@7096d451 16:11:12 [2023-03-05T21:11:12.920Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@1f70bce5 16:11:12 [2023-03-05T21:11:12.920Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@7b8fcdf2 16:11:12 [2023-03-05T21:11:12.920Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@69cc49ec 16:11:12 [2023-03-05T21:11:12.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@67f266bd 16:11:12 [2023-03-05T21:11:12.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@7057dbda 16:11:12 [2023-03-05T21:11:12.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@5cdc8499 16:11:12 [2023-03-05T21:11:12.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@52b891de 16:11:12 [2023-03-05T21:11:12.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@432448 16:11:12 [2023-03-05T21:11:12.921Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@1d33e72e 16:11:13 [2023-03-05T21:11:13.220Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@6033f36c 16:11:13 [2023-03-05T21:11:13.220Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@3794b7b1 16:11:13 [2023-03-05T21:11:13.220Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@703e5614 16:11:13 [2023-03-05T21:11:13.220Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@97cb8dc 16:11:13 [2023-03-05T21:11:13.220Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@706690e1 16:11:13 [2023-03-05T21:11:13.220Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@49b180c8 16:11:13 [2023-03-05T21:11:13.220Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@7267006e 16:11:13 [2023-03-05T21:11:13.220Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@7dbbf730 16:11:13 [2023-03-05T21:11:13.220Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@2681185e 16:11:13 [2023-03-05T21:11:13.220Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@6166aac5 16:11:13 [2023-03-05T21:11:13.220Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@6318ff9 16:11:13 [2023-03-05T21:11:13.220Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@2e1c8027 16:11:13 [2023-03-05T21:11:13.220Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@7841c990 16:11:13 [2023-03-05T21:11:13.220Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@72b6fa98 16:11:13 [2023-03-05T21:11:13.221Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@57777c23 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@3833897c 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@20b921be 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@28521ed5 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@22ba30b0 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@5f3c866c 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@34525143 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@682270ff 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@3093161a 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@75d61b62 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@56bf6f1e 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@4687fee7 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@5b5e45bc 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@2f51b100 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@6af02de0 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Total connection requested : 40 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Total connection created : 40 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Total number of unique connection : 40 16:11:13 [2023-03-05T21:11:13.521Z] [exec] Value of key is:switchoffACCconnpooling-test1 16:11:13 [2023-03-05T21:11:13.521Z] [exec] switchoffACCconnpooling-test1: passed 16:11:13 [2023-03-05T21:11:13.521Z] [exec] creating connection upto max-pool-size of 32 16:11:13 [2023-03-05T21:11:13.777Z] [exec] Mar 05, 2023 9:11:13 PM com.sun.enterprise.resource.pool.UnpooledResource incrementPoolSize 16:11:13 [2023-03-05T21:11:13.777Z] [exec] INFO: Fail as poolSize : 32 16:11:13 [2023-03-05T21:11:13.777Z] [exec] Mar 05, 2023 9:11:13 PM com.sun.enterprise.connectors.ConnectionManagerImpl internalGetConnection 16:11:13 [2023-03-05T21:11:13.777Z] [exec] WARNING: RAR5117 : Failed to obtain/create connection from connection pool [ org.glassfish.resourcebase.resources.api.PoolInfo@a4f87452[jndiName=jdbc-derby-pool, applicationName=null, moduleName=null] ]. Reason : com.sun.appserv.connectors.internal.api.PoolingException: In-use connections equal max-pool-size therefore cannot allocate any more connections. 16:11:13 [2023-03-05T21:11:13.777Z] [exec] Mar 05, 2023 9:11:13 PM com.sun.gjc.spi.base.AbstractDataSource logNonTransientException 16:11:13 [2023-03-05T21:11:13.777Z] [exec] WARNING: jdbc.exc_get_conn 16:11:13 [2023-03-05T21:11:13.777Z] [exec] Able to create max connections 16:11:13 [2023-03-05T21:11:13.777Z] [exec] Value of key is:switchoffACCconnpooling-test2 16:11:13 [2023-03-05T21:11:13.777Z] [exec] switchoffACCconnpooling-test2: passed 16:11:13 [2023-03-05T21:11:13.777Z] [exec] Unable to create beyond max connections 16:11:13 [2023-03-05T21:11:13.777Z] [exec] Value of key is:switchoffACCconnpooling-test3 16:11:13 [2023-03-05T21:11:13.777Z] [exec] switchoffACCconnpooling-test3: passed 16:11:13 [2023-03-05T21:11:13.777Z] [exec] rollback set to false 16:11:13 [2023-03-05T21:11:13.777Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@561e8bab 16:11:14 [2023-03-05T21:11:14.033Z] [exec] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist. 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:94) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:325) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdate(ClientStatement.java:540) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at com.sun.gjc.spi.base.StatementWrapper.executeUpdate(StatementWrapper.java:94) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.createTable(Client.java:357) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.test1(Client.java:99) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.runTest(Client.java:70) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.main(Client.java:58) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] Caused by: ERROR 42Y55: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist. 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.ClientStatement.completeSqlca(ClientStatement.java:2116) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.ClientStatement.completeExecuteImmediate(ClientStatement.java:1683) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.net.NetStatementReply.parseEXCSQLIMMreply(NetStatementReply.java:209) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.net.NetStatementReply.readExecuteImmediate(NetStatementReply.java:60) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.net.StatementReply.readExecuteImmediate(StatementReply.java:47) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.net.NetStatement.readExecuteImmediate_(NetStatement.java:142) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.ClientStatement.readExecuteImmediate(ClientStatement.java:1679) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.ClientStatement.flowExecute(ClientStatement.java:2408) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdateX(ClientStatement.java:566) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdate(ClientStatement.java:531) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] ... 5 more 16:11:14 [2023-03-05T21:11:14.033Z] [exec] count1 : 0 16:11:14 [2023-03-05T21:11:14.033Z] [exec] count2 : 10 16:11:14 [2023-03-05T21:11:14.033Z] [exec] Value of key is:switchoffACCconnpooling-test4 16:11:14 [2023-03-05T21:11:14.033Z] [exec] switchoffACCconnpooling-test4: passed 16:11:14 [2023-03-05T21:11:14.033Z] [exec] Mar 05, 2023 9:11:13 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool 16:11:14 [2023-03-05T21:11:14.033Z] [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@f59de6a8[jndiName=jdbc-derby-xa-pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=off validation=off 16:11:14 [2023-03-05T21:11:14.033Z] [exec] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE_XA' because it does not exist. 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:94) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:325) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdate(ClientStatement.java:540) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at com.sun.gjc.spi.base.StatementWrapper.executeUpdate(StatementWrapper.java:94) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@3bd69bf6 16:11:14 [2023-03-05T21:11:14.033Z] [exec] count1 : 0 16:11:14 [2023-03-05T21:11:14.033Z] [exec] count2 : 10 16:11:14 [2023-03-05T21:11:14.033Z] [exec] Value of key is:switchoffACCconnpooling-test5 16:11:14 [2023-03-05T21:11:14.033Z] [exec] switchoffACCconnpooling-test5: passed 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.createTable(Client.java:357) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.test1(Client.java:99) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.runTest(Client.java:73) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.main(Client.java:58) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] Caused by: ERROR 42Y55: 'DROP TABLE' cannot be performed on 'COFFEE_XA' because it does not exist. 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.ClientStatement.completeSqlca(ClientStatement.java:2116) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.ClientStatement.completeExecuteImmediate(ClientStatement.java:1683) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.net.NetStatementReply.parseEXCSQLIMMreply(NetStatementReply.java:209) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.net.NetStatementReply.readExecuteImmediate(NetStatementReply.java:60) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.net.StatementReply.readExecuteImmediate(StatementReply.java:47) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.net.NetStatement.readExecuteImmediate_(NetStatement.java:142) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.ClientStatement.readExecuteImmediate(ClientStatement.java:1679) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.ClientStatement.flowExecute(ClientStatement.java:2408) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdateX(ClientStatement.java:566) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdate(ClientStatement.java:531) 16:11:14 [2023-03-05T21:11:14.033Z] [exec] ... 5 more 16:11:14 [2023-03-05T21:11:14.320Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@15d6f0e1 16:11:14 [2023-03-05T21:11:14.320Z] [exec] count1 : 0 16:11:14 [2023-03-05T21:11:14.320Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@1070308e 16:11:14 [2023-03-05T21:11:14.320Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@4cef1ea6 16:11:14 [2023-03-05T21:11:14.320Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@1233f419 16:11:14 [2023-03-05T21:11:14.320Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7fa9e773 16:11:14 [2023-03-05T21:11:14.320Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@757b8c47 16:11:14 [2023-03-05T21:11:14.320Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@10009505 16:11:14 [2023-03-05T21:11:14.320Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@414fd9f2 16:11:14 [2023-03-05T21:11:14.576Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@1f9678b0 16:11:14 [2023-03-05T21:11:14.576Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@5078c8f6 16:11:14 [2023-03-05T21:11:14.576Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@136cd71b 16:11:14 [2023-03-05T21:11:14.576Z] [exec] count2 : 10 16:11:14 [2023-03-05T21:11:14.576Z] [exec] Value of key is:switchoffACCconnpooling-test6 16:11:14 [2023-03-05T21:11:14.576Z] [exec] switchoffACCconnpooling-test6: passed 16:11:14 [2023-03-05T21:11:14.576Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@57441348 16:11:14 [2023-03-05T21:11:14.576Z] [exec] count1 : 0 16:11:14 [2023-03-05T21:11:14.576Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@52c482d9 16:11:14 [2023-03-05T21:11:14.576Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6a0096a8 16:11:14 [2023-03-05T21:11:14.576Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@2442f36d 16:11:14 [2023-03-05T21:11:14.576Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@1c5123ca 16:11:14 [2023-03-05T21:11:14.576Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6a75b8d3 16:11:14 [2023-03-05T21:11:14.576Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@42ec6e3 16:11:14 [2023-03-05T21:11:14.576Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@37c48490 16:11:14 [2023-03-05T21:11:14.576Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@221ebed1 16:11:14 [2023-03-05T21:11:14.576Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@65ea3961 16:11:14 [2023-03-05T21:11:14.576Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@1781e2e1 16:11:14 [2023-03-05T21:11:14.576Z] [exec] count2 : 10 16:11:14 [2023-03-05T21:11:14.576Z] [exec] Value of key is:switchoffACCconnpooling-test7 16:11:14 [2023-03-05T21:11:14.576Z] [exec] switchoffACCconnpooling-test7: passed 16:11:14 [2023-03-05T21:11:14.576Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@23ddf8e5 16:11:14 [2023-03-05T21:11:14.576Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@7d97eeb4 16:11:14 [2023-03-05T21:11:14.576Z] [exec] count1 : 0 16:11:14 [2023-03-05T21:11:14.576Z] [exec] count3 : 0 16:11:14 [2023-03-05T21:11:14.832Z] [exec] count2 : 10 16:11:14 [2023-03-05T21:11:14.832Z] [exec] count4 : 10 16:11:14 [2023-03-05T21:11:14.832Z] [exec] Value of key is:switchoffACCconnpooling-test8 16:11:14 [2023-03-05T21:11:14.832Z] [exec] switchoffACCconnpooling-test8: passed 16:11:14 [2023-03-05T21:11:14.832Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@75e032af 16:11:14 [2023-03-05T21:11:14.832Z] [exec] count1 : 0 xacount1 : 0 16:11:14 [2023-03-05T21:11:14.832Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@d74f68e 16:11:14 [2023-03-05T21:11:14.832Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6b85fabc 16:11:14 [2023-03-05T21:11:14.832Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@54039b8a 16:11:14 [2023-03-05T21:11:14.832Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7b29d791 16:11:14 [2023-03-05T21:11:14.832Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@2211432e 16:11:14 [2023-03-05T21:11:14.832Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6a3044cb 16:11:14 [2023-03-05T21:11:14.833Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@619ef9cb 16:11:14 [2023-03-05T21:11:14.833Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@4b453c61 16:11:14 [2023-03-05T21:11:14.833Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@36891524 16:11:14 [2023-03-05T21:11:14.833Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6d2c5e02 16:11:14 [2023-03-05T21:11:14.833Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@300f120d 16:11:15 [2023-03-05T21:11:15.121Z] [exec] count2 : 10 xacount2 : 1 16:11:15 [2023-03-05T21:11:15.121Z] [exec] Value of key is:switchoffACCconnpooling-test9 16:11:15 [2023-03-05T21:11:15.121Z] [exec] switchoffACCconnpooling-test9: passed 16:11:15 [2023-03-05T21:11:15.121Z] [exec] rollback set to true 16:11:15 [2023-03-05T21:11:15.121Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@60651b10 16:11:15 [2023-03-05T21:11:15.121Z] [exec] count1 : 0 16:11:15 [2023-03-05T21:11:15.121Z] [exec] count2 : 0 16:11:15 [2023-03-05T21:11:15.121Z] [exec] Value of key is:switchoffACCconnpooling-test10 16:11:15 [2023-03-05T21:11:15.121Z] [exec] switchoffACCconnpooling-test10: passed 16:11:15 [2023-03-05T21:11:15.121Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@180e1754 16:11:15 [2023-03-05T21:11:15.621Z] [exec] count1 : 0 16:11:15 [2023-03-05T21:11:15.621Z] [exec] count2 : 0 16:11:15 [2023-03-05T21:11:15.621Z] [exec] Value of key is:switchoffACCconnpooling-test11 16:11:15 [2023-03-05T21:11:15.621Z] [exec] switchoffACCconnpooling-test11: passed 16:11:15 [2023-03-05T21:11:15.621Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@6c26a27e 16:11:15 [2023-03-05T21:11:15.621Z] [exec] count1 : 0 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@cc6baae 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@3e5d28ee 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@bbaf70f 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@62065a8c 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@30f8e8b2 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@66910ced 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7ebc78f1 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@68eb7c52 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6f8cd739 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@69bd4edb 16:11:15 [2023-03-05T21:11:15.621Z] [exec] count2 : 0 16:11:15 [2023-03-05T21:11:15.621Z] [exec] Value of key is:switchoffACCconnpooling-test12 16:11:15 [2023-03-05T21:11:15.621Z] [exec] switchoffACCconnpooling-test12: passed 16:11:15 [2023-03-05T21:11:15.621Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@46550324 16:11:15 [2023-03-05T21:11:15.621Z] [exec] count1 : 0 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@5adf6039 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@fe972c4 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@240844b6 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@610f146c 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@40f06edc 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@44b4b54 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6280829f 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7b3556d7 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@387051e3 16:11:15 [2023-03-05T21:11:15.621Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@66bfbc52 16:11:15 [2023-03-05T21:11:15.621Z] [exec] count2 : 0 16:11:15 [2023-03-05T21:11:15.621Z] [exec] Value of key is:switchoffACCconnpooling-test13 16:11:15 [2023-03-05T21:11:15.621Z] [exec] switchoffACCconnpooling-test13: passed 16:11:15 [2023-03-05T21:11:15.621Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@50d01924 16:11:15 [2023-03-05T21:11:15.621Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@eb28f39 16:11:15 [2023-03-05T21:11:15.621Z] [exec] count1 : 0 16:11:15 [2023-03-05T21:11:15.621Z] [exec] count3 : 0 16:11:15 [2023-03-05T21:11:15.877Z] [exec] count2 : 0 16:11:15 [2023-03-05T21:11:15.877Z] [exec] count4 : 0 16:11:15 [2023-03-05T21:11:15.877Z] [exec] Value of key is:switchoffACCconnpooling-test14 16:11:15 [2023-03-05T21:11:15.877Z] [exec] switchoffACCconnpooling-test14: passed 16:11:15 [2023-03-05T21:11:15.877Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@55cb75bf 16:11:15 [2023-03-05T21:11:15.877Z] [exec] count1 : 0 xacount1 : 0 16:11:15 [2023-03-05T21:11:15.877Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@3993c2be 16:11:15 [2023-03-05T21:11:15.877Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@861dafd 16:11:15 [2023-03-05T21:11:15.877Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@2f8b4c20 16:11:15 [2023-03-05T21:11:15.877Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@2eac48ea 16:11:15 [2023-03-05T21:11:15.877Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7fb8eff8 16:11:15 [2023-03-05T21:11:15.877Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@11cc812f 16:11:15 [2023-03-05T21:11:15.877Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@3ecba23a 16:11:15 [2023-03-05T21:11:15.877Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@68212a18 16:11:15 [2023-03-05T21:11:15.877Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7bc0ff69 16:11:15 [2023-03-05T21:11:15.877Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@27574ba9 16:11:15 [2023-03-05T21:11:15.877Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@4e725977 16:11:16 [2023-03-05T21:11:16.134Z] [exec] count2 : 0 xacount2 : 0 16:11:16 [2023-03-05T21:11:16.135Z] [exec] Value of key is:switchoffACCconnpooling-test15 16:11:16 [2023-03-05T21:11:16.135Z] [exec] switchoffACCconnpooling-test15: passed 16:11:16 [2023-03-05T21:11:16.135Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:11:16 [2023-03-05T21:11:16.135Z] [exec] 16:11:16 [2023-03-05T21:11:16.135Z] [exec] 16:11:16 [2023-03-05T21:11:16.135Z] [exec] ----------------------------------------- 16:11:16 [2023-03-05T21:11:16.135Z] [exec] - switchoffACCconnpooling-test1: PASS - 16:11:16 [2023-03-05T21:11:16.135Z] [exec] - switchoffACCconnpooling-test10: PASS - 16:11:16 [2023-03-05T21:11:16.135Z] [exec] - switchoffACCconnpooling-test2: PASS - 16:11:16 [2023-03-05T21:11:16.135Z] [exec] - switchoffACCconnpooling-test11: PASS - 16:11:16 [2023-03-05T21:11:16.135Z] [exec] - switchoffACCconnpooling-test12: PASS - 16:11:16 [2023-03-05T21:11:16.135Z] [exec] - switchoffACCconnpooling-test13: PASS - 16:11:16 [2023-03-05T21:11:16.135Z] [exec] - switchoffACCconnpooling-test14: PASS - 16:11:16 [2023-03-05T21:11:16.135Z] [exec] - switchoffACCconnpooling-test15: PASS - 16:11:16 [2023-03-05T21:11:16.135Z] [exec] - switchoffACCconnpooling-test7: PASS - 16:11:16 [2023-03-05T21:11:16.135Z] [exec] - switchoffACCconnpooling-test8: PASS - 16:11:16 [2023-03-05T21:11:16.135Z] [exec] - switchoffACCconnpooling-test9: PASS - 16:11:16 [2023-03-05T21:11:16.135Z] [exec] - switchoffACCconnpooling-test3: PASS - 16:11:16 [2023-03-05T21:11:16.135Z] [exec] - switchoffACCconnpooling-test4: PASS - 16:11:16 [2023-03-05T21:11:16.135Z] [exec] - switchoffACCconnpooling-test5: PASS - 16:11:16 [2023-03-05T21:11:16.135Z] [exec] - switchoffACCconnpooling-test6: PASS - 16:11:16 [2023-03-05T21:11:16.135Z] [exec] ----------------------------------------- 16:11:16 [2023-03-05T21:11:16.135Z] [exec] Total PASS: 15 16:11:16 [2023-03-05T21:11:16.135Z] [exec] Total FAIL: 0 16:11:16 [2023-03-05T21:11:16.135Z] [exec] Total DID NOT RUN: 0 16:11:16 [2023-03-05T21:11:16.135Z] [exec] ----------------------------------------- 16:11:16 [2023-03-05T21:11:16.135Z] [exec] in flushAll , creating new testSuiteHash 16:11:16 [2023-03-05T21:11:16.135Z] [exec] in flushAll , creating new testSuiteHash 16:11:16 [2023-03-05T21:11:16.420Z] 16:11:16 [2023-03-05T21:11:16.420Z] checkReporting-common: 16:11:16 [2023-03-05T21:11:16.420Z] 16:11:16 [2023-03-05T21:11:16.420Z] confirmReportPresent-common: 16:11:16 [2023-03-05T21:11:16.420Z] [echo] file RepRunConf.txt is present. 16:11:16 [2023-03-05T21:11:16.420Z] [echo] Test seems to be reported fine 16:11:16 [2023-03-05T21:11:16.420Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/switchoffACCconnpooling/RepRunConf.txt 16:11:16 [2023-03-05T21:11:16.420Z] 16:11:16 [2023-03-05T21:11:16.420Z] confirmMissingReport-common: 16:11:16 [2023-03-05T21:11:16.420Z] 16:11:16 [2023-03-05T21:11:16.420Z] unsetup: 16:11:16 [2023-03-05T21:11:16.420Z] 16:11:16 [2023-03-05T21:11:16.420Z] setOSConditions: 16:11:16 [2023-03-05T21:11:16.420Z] 16:11:16 [2023-03-05T21:11:16.420Z] setToolWin: 16:11:16 [2023-03-05T21:11:16.420Z] 16:11:16 [2023-03-05T21:11:16.420Z] setToolUnix: 16:11:16 [2023-03-05T21:11:16.420Z] 16:11:16 [2023-03-05T21:11:16.420Z] setToolProperty: 16:11:16 [2023-03-05T21:11:16.420Z] 16:11:16 [2023-03-05T21:11:16.420Z] setS1ASclassPath: 16:11:16 [2023-03-05T21:11:16.420Z] 16:11:16 [2023-03-05T21:11:16.420Z] init-common: 16:11:16 [2023-03-05T21:11:16.420Z] 16:11:16 [2023-03-05T21:11:16.420Z] delete-jdbc-resource-common: 16:11:16 [2023-03-05T21:11:16.420Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/nonxaresource 16:11:16 [2023-03-05T21:11:16.676Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/nonxaresource 16:11:16 [2023-03-05T21:11:16.676Z] [exec] JDBC resource jdbc/nonxaresource deleted successfully 16:11:16 [2023-03-05T21:11:16.676Z] [echo] cmd executed for server 16:11:16 [2023-03-05T21:11:16.676Z] 16:11:16 [2023-03-05T21:11:16.676Z] setOSConditions: 16:11:16 [2023-03-05T21:11:16.676Z] 16:11:16 [2023-03-05T21:11:16.676Z] setToolWin: 16:11:16 [2023-03-05T21:11:16.676Z] 16:11:16 [2023-03-05T21:11:16.676Z] setToolUnix: 16:11:16 [2023-03-05T21:11:16.676Z] 16:11:16 [2023-03-05T21:11:16.676Z] setToolProperty: 16:11:16 [2023-03-05T21:11:16.676Z] 16:11:16 [2023-03-05T21:11:16.676Z] setS1ASclassPath: 16:11:16 [2023-03-05T21:11:16.676Z] 16:11:16 [2023-03-05T21:11:16.676Z] init-common: 16:11:16 [2023-03-05T21:11:16.676Z] 16:11:16 [2023-03-05T21:11:16.676Z] delete-jdbc-connpool-common: 16:11:16 [2023-03-05T21:11:16.676Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-derby-pool 16:11:16 [2023-03-05T21:11:16.932Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-derby-pool 16:11:16 [2023-03-05T21:11:16.932Z] [exec] JDBC Connection pool jdbc-derby-pool deleted successfully 16:11:16 [2023-03-05T21:11:16.932Z] [echo] cmd executed for server 16:11:16 [2023-03-05T21:11:16.932Z] 16:11:16 [2023-03-05T21:11:16.932Z] setOSConditions: 16:11:16 [2023-03-05T21:11:16.932Z] 16:11:16 [2023-03-05T21:11:16.932Z] setToolWin: 16:11:16 [2023-03-05T21:11:16.932Z] 16:11:16 [2023-03-05T21:11:16.932Z] setToolUnix: 16:11:16 [2023-03-05T21:11:16.932Z] 16:11:16 [2023-03-05T21:11:16.932Z] setToolProperty: 16:11:16 [2023-03-05T21:11:16.932Z] 16:11:16 [2023-03-05T21:11:16.932Z] setS1ASclassPath: 16:11:16 [2023-03-05T21:11:16.932Z] 16:11:16 [2023-03-05T21:11:16.932Z] init-common: 16:11:16 [2023-03-05T21:11:16.932Z] 16:11:16 [2023-03-05T21:11:16.932Z] delete-jdbc-resource-common: 16:11:16 [2023-03-05T21:11:16.932Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/xaresource 16:11:17 [2023-03-05T21:11:17.188Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/xaresource 16:11:17 [2023-03-05T21:11:17.188Z] [exec] JDBC resource jdbc/xaresource deleted successfully 16:11:17 [2023-03-05T21:11:17.188Z] [echo] cmd executed for server 16:11:17 [2023-03-05T21:11:17.188Z] 16:11:17 [2023-03-05T21:11:17.188Z] setOSConditions: 16:11:17 [2023-03-05T21:11:17.188Z] 16:11:17 [2023-03-05T21:11:17.188Z] setToolWin: 16:11:17 [2023-03-05T21:11:17.188Z] 16:11:17 [2023-03-05T21:11:17.188Z] setToolUnix: 16:11:17 [2023-03-05T21:11:17.188Z] 16:11:17 [2023-03-05T21:11:17.188Z] setToolProperty: 16:11:17 [2023-03-05T21:11:17.188Z] 16:11:17 [2023-03-05T21:11:17.188Z] setS1ASclassPath: 16:11:17 [2023-03-05T21:11:17.188Z] 16:11:17 [2023-03-05T21:11:17.188Z] init-common: 16:11:17 [2023-03-05T21:11:17.188Z] 16:11:17 [2023-03-05T21:11:17.188Z] delete-jdbc-connpool-common: 16:11:17 [2023-03-05T21:11:17.188Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-derby-xa-pool 16:11:17 [2023-03-05T21:11:17.445Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-derby-xa-pool 16:11:17 [2023-03-05T21:11:17.445Z] [exec] JDBC Connection pool jdbc-derby-xa-pool deleted successfully 16:11:17 [2023-03-05T21:11:17.445Z] [echo] cmd executed for server 16:11:17 [2023-03-05T21:11:17.445Z] 16:11:17 [2023-03-05T21:11:17.445Z] all: 16:11:17 [2023-03-05T21:11:17.445Z] 16:11:17 [2023-03-05T21:11:17.445Z] setOSConditions: 16:11:17 [2023-03-05T21:11:17.445Z] 16:11:17 [2023-03-05T21:11:17.445Z] setToolWin: 16:11:17 [2023-03-05T21:11:17.445Z] 16:11:17 [2023-03-05T21:11:17.445Z] setToolUnix: 16:11:17 [2023-03-05T21:11:17.445Z] 16:11:17 [2023-03-05T21:11:17.445Z] setToolProperty: 16:11:17 [2023-03-05T21:11:17.445Z] 16:11:17 [2023-03-05T21:11:17.445Z] setS1ASclassPath: 16:11:17 [2023-03-05T21:11:17.445Z] 16:11:17 [2023-03-05T21:11:17.445Z] init-common: 16:11:17 [2023-03-05T21:11:17.445Z] 16:11:17 [2023-03-05T21:11:17.445Z] clean: 16:11:17 [2023-03-05T21:11:17.445Z] 16:11:17 [2023-03-05T21:11:17.446Z] setOSConditions: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setToolWin: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setToolUnix: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setToolProperty: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setS1ASclassPath: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] init-common: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] clean-common: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setOSConditions: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setToolWin: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setToolUnix: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setToolProperty: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setS1ASclassPath: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] init-common: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] clean-classes-common: 16:11:17 [2023-03-05T21:11:17.446Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setOSConditions: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setToolWin: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setToolUnix: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setToolProperty: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setS1ASclassPath: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] init-common: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] clean-jars-common: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] compile: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setOSConditions: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setToolWin: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setToolUnix: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setToolProperty: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] setS1ASclassPath: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] init-common: 16:11:17 [2023-03-05T21:11:17.446Z] 16:11:17 [2023-03-05T21:11:17.446Z] compile-common: 16:11:17 [2023-03-05T21:11:17.446Z] [echo] Current time (ISO): 2023-03-05T21:11:17.428+0000 16:11:17 [2023-03-05T21:11:17.446Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:11:17 [2023-03-05T21:11:17.446Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:11:18 [2023-03-05T21:11:18.832Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:11:18 [2023-03-05T21:11:18.832Z] [javac] 1 warning 16:11:18 [2023-03-05T21:11:18.832Z] 16:11:18 [2023-03-05T21:11:18.832Z] setOSConditions: 16:11:18 [2023-03-05T21:11:18.832Z] 16:11:18 [2023-03-05T21:11:18.832Z] setToolWin: 16:11:18 [2023-03-05T21:11:18.832Z] 16:11:18 [2023-03-05T21:11:18.832Z] setToolUnix: 16:11:18 [2023-03-05T21:11:18.832Z] 16:11:18 [2023-03-05T21:11:18.832Z] setToolProperty: 16:11:18 [2023-03-05T21:11:18.832Z] 16:11:18 [2023-03-05T21:11:18.832Z] setS1ASclassPath: 16:11:18 [2023-03-05T21:11:18.832Z] 16:11:18 [2023-03-05T21:11:18.832Z] init-common: 16:11:18 [2023-03-05T21:11:18.832Z] 16:11:18 [2023-03-05T21:11:18.832Z] compile-common: 16:11:18 [2023-03-05T21:11:18.832Z] [echo] Current time (ISO): 2023-03-05T21:11:18.657+0000 16:11:18 [2023-03-05T21:11:18.832Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:11:19 [2023-03-05T21:11:19.782Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:11:20 [2023-03-05T21:11:20.038Z] [javac] 1 warning 16:11:20 [2023-03-05T21:11:20.038Z] 16:11:20 [2023-03-05T21:11:20.038Z] build: 16:11:20 [2023-03-05T21:11:20.038Z] 16:11:20 [2023-03-05T21:11:20.038Z] setOSConditions: 16:11:20 [2023-03-05T21:11:20.038Z] 16:11:20 [2023-03-05T21:11:20.038Z] fixFiles: 16:11:20 [2023-03-05T21:11:20.038Z] 16:11:20 [2023-03-05T21:11:20.038Z] convUnix: 16:11:20 [2023-03-05T21:11:20.038Z] 16:11:20 [2023-03-05T21:11:20.038Z] convWin: 16:11:20 [2023-03-05T21:11:20.038Z] 16:11:20 [2023-03-05T21:11:20.038Z] setToolWin: 16:11:20 [2023-03-05T21:11:20.038Z] 16:11:20 [2023-03-05T21:11:20.038Z] setToolUnix: 16:11:20 [2023-03-05T21:11:20.038Z] 16:11:20 [2023-03-05T21:11:20.038Z] setToolProperty: 16:11:20 [2023-03-05T21:11:20.038Z] 16:11:20 [2023-03-05T21:11:20.038Z] setS1ASclassPath: 16:11:20 [2023-03-05T21:11:20.038Z] 16:11:20 [2023-03-05T21:11:20.038Z] init-common: 16:11:20 [2023-03-05T21:11:20.038Z] 16:11:20 [2023-03-05T21:11:20.038Z] package-persistence-common: 16:11:20 [2023-03-05T21:11:20.038Z] 16:11:20 [2023-03-05T21:11:20.038Z] ejb-jar-common: 16:11:20 [2023-03-05T21:11:20.038Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:11:20 [2023-03-05T21:11:20.038Z] 16:11:20 [2023-03-05T21:11:20.038Z] package-ejbjar-common: 16:11:20 [2023-03-05T21:11:20.038Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:20 [2023-03-05T21:11:20.038Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:20 [2023-03-05T21:11:20.038Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:20 [2023-03-05T21:11:20.038Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentials-ejb.jar 16:11:20 [2023-03-05T21:11:20.038Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:20 [2023-03-05T21:11:20.038Z] 16:11:20 [2023-03-05T21:11:20.039Z] appclient-jar-common: 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] package-appclientjar-common: 16:11:20 [2023-03-05T21:11:20.039Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:20 [2023-03-05T21:11:20.039Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:20 [2023-03-05T21:11:20.039Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:20 [2023-03-05T21:11:20.039Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentials-client.jar 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] webclient-war-common: 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] build-ear-common: 16:11:20 [2023-03-05T21:11:20.039Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:20 [2023-03-05T21:11:20.039Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentialsApp.ear 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] deploy: 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] setOSConditions: 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] setToolWin: 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] setToolUnix: 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] setToolProperty: 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] setS1ASclassPath: 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] init-common: 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] deploy-jdbc-common: 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] setOSConditions: 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] setToolWin: 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] setToolUnix: 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] setToolProperty: 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] setS1ASclassPath: 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] init-common: 16:11:20 [2023-03-05T21:11:20.039Z] 16:11:20 [2023-03-05T21:11:20.039Z] create-jdbc-connpool-common: 16:11:20 [2023-03-05T21:11:20.295Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:11:20 [2023-03-05T21:11:20.295Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:11:20 [2023-03-05T21:11:20.295Z] 16:11:20 [2023-03-05T21:11:20.295Z] set-derby-connpool-props: 16:11:20 [2023-03-05T21:11:20.552Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:11:20 [2023-03-05T21:11:20.552Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:11:20 [2023-03-05T21:11:20.808Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:11:20 [2023-03-05T21:11:20.808Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:11:21 [2023-03-05T21:11:21.370Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:11:21 [2023-03-05T21:11:21.370Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:11:21 [2023-03-05T21:11:21.370Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:11:21 [2023-03-05T21:11:21.370Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:11:21 [2023-03-05T21:11:21.932Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:11:21 [2023-03-05T21:11:21.932Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:11:22 [2023-03-05T21:11:22.188Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:11:22 [2023-03-05T21:11:22.188Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:11:22 [2023-03-05T21:11:22.445Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:11:22 [2023-03-05T21:11:22.445Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:11:22 [2023-03-05T21:11:22.701Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:11:22 [2023-03-05T21:11:22.701Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:11:22 [2023-03-05T21:11:22.701Z] 16:11:22 [2023-03-05T21:11:22.701Z] setOSConditions: 16:11:22 [2023-03-05T21:11:22.701Z] 16:11:22 [2023-03-05T21:11:22.701Z] setToolWin: 16:11:22 [2023-03-05T21:11:22.701Z] 16:11:22 [2023-03-05T21:11:22.701Z] setToolUnix: 16:11:22 [2023-03-05T21:11:22.701Z] 16:11:22 [2023-03-05T21:11:22.701Z] setToolProperty: 16:11:22 [2023-03-05T21:11:22.701Z] 16:11:22 [2023-03-05T21:11:22.701Z] setS1ASclassPath: 16:11:22 [2023-03-05T21:11:22.701Z] 16:11:22 [2023-03-05T21:11:22.701Z] init-common: 16:11:22 [2023-03-05T21:11:22.701Z] 16:11:22 [2023-03-05T21:11:22.701Z] create-jdbc-resource-common: 16:11:22 [2023-03-05T21:11:22.701Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 16:11:22 [2023-03-05T21:11:22.957Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 16:11:22 [2023-03-05T21:11:22.957Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 16:11:22 [2023-03-05T21:11:22.957Z] [echo] cmd executed for server 16:11:22 [2023-03-05T21:11:22.957Z] 16:11:22 [2023-03-05T21:11:22.957Z] asadmin-common: 16:11:22 [2023-03-05T21:11:22.957Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.match_connections=true 16:11:23 [2023-03-05T21:11:23.527Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.match_connections=true 16:11:23 [2023-03-05T21:11:23.527Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.match-connections=true 16:11:23 [2023-03-05T21:11:23.527Z] 16:11:23 [2023-03-05T21:11:23.527Z] asadmin-common: 16:11:23 [2023-03-05T21:11:23.527Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.idle_timeout_in_seconds=900 16:11:23 [2023-03-05T21:11:23.784Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.idle_timeout_in_seconds=900 16:11:23 [2023-03-05T21:11:23.784Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.idle-timeout-in-seconds=900 16:11:23 [2023-03-05T21:11:23.784Z] 16:11:23 [2023-03-05T21:11:23.784Z] asadmin-common: 16:11:23 [2023-03-05T21:11:23.784Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.max_wait_time_in_millis=15000 16:11:24 [2023-03-05T21:11:24.041Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.max_wait_time_in_millis=15000 16:11:24 [2023-03-05T21:11:24.041Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.max-wait-time-in-millis=15000 16:11:24 [2023-03-05T21:11:24.041Z] 16:11:24 [2023-03-05T21:11:24.041Z] setOSConditions: 16:11:24 [2023-03-05T21:11:24.041Z] 16:11:24 [2023-03-05T21:11:24.041Z] setToolWin: 16:11:24 [2023-03-05T21:11:24.041Z] 16:11:24 [2023-03-05T21:11:24.041Z] setToolUnix: 16:11:24 [2023-03-05T21:11:24.041Z] 16:11:24 [2023-03-05T21:11:24.041Z] setToolProperty: 16:11:24 [2023-03-05T21:11:24.041Z] 16:11:24 [2023-03-05T21:11:24.041Z] setS1ASclassPath: 16:11:24 [2023-03-05T21:11:24.041Z] 16:11:24 [2023-03-05T21:11:24.041Z] init-common: 16:11:24 [2023-03-05T21:11:24.041Z] 16:11:24 [2023-03-05T21:11:24.041Z] deploy-common: 16:11:24 [2023-03-05T21:11:24.041Z] [echo] Current time (ISO): 2023-03-05T21:11:23.870+0000 16:11:24 [2023-03-05T21:11:24.041Z] 16:11:24 [2023-03-05T21:11:24.041Z] setOSConditions: 16:11:24 [2023-03-05T21:11:24.041Z] 16:11:24 [2023-03-05T21:11:24.041Z] setToolWin: 16:11:24 [2023-03-05T21:11:24.041Z] 16:11:24 [2023-03-05T21:11:24.041Z] setToolUnix: 16:11:24 [2023-03-05T21:11:24.041Z] 16:11:24 [2023-03-05T21:11:24.041Z] setToolProperty: 16:11:24 [2023-03-05T21:11:24.041Z] 16:11:24 [2023-03-05T21:11:24.041Z] setS1ASclassPath: 16:11:24 [2023-03-05T21:11:24.041Z] 16:11:24 [2023-03-05T21:11:24.041Z] init-common: 16:11:24 [2023-03-05T21:11:24.041Z] 16:11:24 [2023-03-05T21:11:24.041Z] deploy-common-pe: 16:11:24 [2023-03-05T21:11:24.321Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentialsApp.ear 16:11:24 [2023-03-05T21:11:24.577Z] [exec] Application deployed with name jdbc-multipleusercredentialsApp. 16:11:24 [2023-03-05T21:11:24.577Z] [echo] Deployment on target server server successful 16:11:24 [2023-03-05T21:11:24.577Z] 16:11:24 [2023-03-05T21:11:24.577Z] setOSConditions: 16:11:24 [2023-03-05T21:11:24.577Z] 16:11:24 [2023-03-05T21:11:24.577Z] setToolWin: 16:11:24 [2023-03-05T21:11:24.577Z] 16:11:24 [2023-03-05T21:11:24.577Z] setToolUnix: 16:11:24 [2023-03-05T21:11:24.577Z] 16:11:24 [2023-03-05T21:11:24.577Z] setToolProperty: 16:11:24 [2023-03-05T21:11:24.577Z] 16:11:24 [2023-03-05T21:11:24.577Z] setS1ASclassPath: 16:11:24 [2023-03-05T21:11:24.577Z] 16:11:24 [2023-03-05T21:11:24.577Z] init-common: 16:11:24 [2023-03-05T21:11:24.577Z] 16:11:24 [2023-03-05T21:11:24.577Z] deploy-common-ee: 16:11:24 [2023-03-05T21:11:24.577Z] 16:11:24 [2023-03-05T21:11:24.577Z] run: 16:11:24 [2023-03-05T21:11:24.577Z] 16:11:24 [2023-03-05T21:11:24.577Z] setOSConditions: 16:11:24 [2023-03-05T21:11:24.577Z] 16:11:24 [2023-03-05T21:11:24.577Z] setToolWin: 16:11:24 [2023-03-05T21:11:24.577Z] 16:11:24 [2023-03-05T21:11:24.577Z] setToolUnix: 16:11:24 [2023-03-05T21:11:24.577Z] 16:11:24 [2023-03-05T21:11:24.577Z] setToolProperty: 16:11:24 [2023-03-05T21:11:24.577Z] 16:11:24 [2023-03-05T21:11:24.578Z] setS1ASclassPath: 16:11:24 [2023-03-05T21:11:24.578Z] 16:11:24 [2023-03-05T21:11:24.578Z] init-common: 16:11:24 [2023-03-05T21:11:24.578Z] 16:11:24 [2023-03-05T21:11:24.578Z] execute-sql-common: 16:11:24 [2023-03-05T21:11:24.578Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multipleusercredentials/sql/create_pointbase.sql 16:11:24 [2023-03-05T21:11:24.578Z] [sql] 0 rows affected 16:11:24 [2023-03-05T21:11:24.578Z] [sql] 0 rows affected 16:11:24 [2023-03-05T21:11:24.578Z] [sql] 2 of 2 SQL statements executed successfully 16:11:24 [2023-03-05T21:11:24.578Z] 16:11:24 [2023-03-05T21:11:24.578Z] setOSConditions: 16:11:24 [2023-03-05T21:11:24.578Z] 16:11:24 [2023-03-05T21:11:24.578Z] setToolWin: 16:11:24 [2023-03-05T21:11:24.578Z] 16:11:24 [2023-03-05T21:11:24.578Z] setToolUnix: 16:11:24 [2023-03-05T21:11:24.578Z] 16:11:24 [2023-03-05T21:11:24.578Z] setToolProperty: 16:11:24 [2023-03-05T21:11:24.578Z] 16:11:24 [2023-03-05T21:11:24.578Z] setS1ASclassPath: 16:11:24 [2023-03-05T21:11:24.578Z] 16:11:24 [2023-03-05T21:11:24.578Z] init-common: 16:11:24 [2023-03-05T21:11:24.578Z] 16:11:24 [2023-03-05T21:11:24.578Z] runclient-common: 16:11:24 [2023-03-05T21:11:24.578Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentialsAppClient.jar -name jdbc-multipleusercredentialsClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:11:25 [2023-03-05T21:11:25.141Z] [exec] Mar 05, 2023 9:11:24 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:11:25 [2023-03-05T21:11:25.141Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:11:27 [2023-03-05T21:11:27.721Z] [exec] Mar 05, 2023 9:11:27 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:11:27 [2023-03-05T21:11:27.721Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@50598a1a 16:11:29 [2023-03-05T21:11:29.684Z] [exec] Value of key is: test1 : 16:11:29 [2023-03-05T21:11:29.684Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:11:29 [2023-03-05T21:11:29.684Z] [exec] 16:11:29 [2023-03-05T21:11:29.684Z] [exec] 16:11:29 [2023-03-05T21:11:29.684Z] [exec] ----------------------------------------- 16:11:29 [2023-03-05T21:11:29.684Z] [exec] - test1 : : PASS - 16:11:29 [2023-03-05T21:11:29.684Z] [exec] ----------------------------------------- 16:11:29 [2023-03-05T21:11:29.684Z] [exec] Total PASS: 1 16:11:29 [2023-03-05T21:11:29.684Z] [exec] Total FAIL: 0 16:11:29 [2023-03-05T21:11:29.684Z] [exec] Total DID NOT RUN: 0 16:11:29 [2023-03-05T21:11:29.684Z] [exec] ----------------------------------------- 16:11:29 [2023-03-05T21:11:29.684Z] [exec] in flushAll , creating new testSuiteHash 16:11:29 [2023-03-05T21:11:29.942Z] [exec] in flushAll , creating new testSuiteHash 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] checkReporting-common: 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] confirmReportPresent-common: 16:11:30 [2023-03-05T21:11:30.220Z] [echo] file RepRunConf.txt is present. 16:11:30 [2023-03-05T21:11:30.220Z] [echo] Test seems to be reported fine 16:11:30 [2023-03-05T21:11:30.220Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multipleusercredentials/RepRunConf.txt 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] confirmMissingReport-common: 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] undeploy: 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] setOSConditions: 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] setToolWin: 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] setToolUnix: 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] setToolProperty: 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] setS1ASclassPath: 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] init-common: 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] execute-sql-common: 16:11:30 [2023-03-05T21:11:30.220Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multipleusercredentials/sql/drop_pointbase.sql 16:11:30 [2023-03-05T21:11:30.220Z] [sql] 0 of 0 SQL statements executed successfully 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] setOSConditions: 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] setToolWin: 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] setToolUnix: 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] setToolProperty: 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] setS1ASclassPath: 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] init-common: 16:11:30 [2023-03-05T21:11:30.220Z] 16:11:30 [2023-03-05T21:11:30.220Z] undeploy-common: 16:11:30 [2023-03-05T21:11:30.520Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-multipleusercredentialsApp 16:11:30 [2023-03-05T21:11:30.520Z] 16:11:30 [2023-03-05T21:11:30.520Z] setOSConditions: 16:11:30 [2023-03-05T21:11:30.520Z] 16:11:30 [2023-03-05T21:11:30.520Z] setToolWin: 16:11:30 [2023-03-05T21:11:30.520Z] 16:11:30 [2023-03-05T21:11:30.520Z] setToolUnix: 16:11:30 [2023-03-05T21:11:30.520Z] 16:11:30 [2023-03-05T21:11:30.520Z] setToolProperty: 16:11:30 [2023-03-05T21:11:30.520Z] 16:11:30 [2023-03-05T21:11:30.520Z] setS1ASclassPath: 16:11:30 [2023-03-05T21:11:30.520Z] 16:11:30 [2023-03-05T21:11:30.520Z] init-common: 16:11:30 [2023-03-05T21:11:30.520Z] 16:11:30 [2023-03-05T21:11:30.520Z] undeploy-jdbc-common: 16:11:30 [2023-03-05T21:11:30.520Z] 16:11:30 [2023-03-05T21:11:30.520Z] setOSConditions: 16:11:30 [2023-03-05T21:11:30.520Z] 16:11:30 [2023-03-05T21:11:30.520Z] setToolWin: 16:11:30 [2023-03-05T21:11:30.520Z] 16:11:30 [2023-03-05T21:11:30.520Z] setToolUnix: 16:11:30 [2023-03-05T21:11:30.520Z] 16:11:30 [2023-03-05T21:11:30.520Z] setToolProperty: 16:11:30 [2023-03-05T21:11:30.520Z] 16:11:30 [2023-03-05T21:11:30.520Z] setS1ASclassPath: 16:11:30 [2023-03-05T21:11:30.520Z] 16:11:30 [2023-03-05T21:11:30.520Z] init-common: 16:11:30 [2023-03-05T21:11:30.520Z] 16:11:30 [2023-03-05T21:11:30.520Z] delete-jdbc-resource-common: 16:11:30 [2023-03-05T21:11:30.520Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 16:11:30 [2023-03-05T21:11:30.778Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 16:11:30 [2023-03-05T21:11:30.778Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 16:11:30 [2023-03-05T21:11:30.778Z] [echo] cmd executed for server 16:11:30 [2023-03-05T21:11:30.778Z] 16:11:30 [2023-03-05T21:11:30.778Z] setOSConditions: 16:11:30 [2023-03-05T21:11:30.778Z] 16:11:30 [2023-03-05T21:11:30.778Z] setToolWin: 16:11:30 [2023-03-05T21:11:30.778Z] 16:11:30 [2023-03-05T21:11:30.778Z] setToolUnix: 16:11:30 [2023-03-05T21:11:30.778Z] 16:11:30 [2023-03-05T21:11:30.778Z] setToolProperty: 16:11:30 [2023-03-05T21:11:30.778Z] 16:11:30 [2023-03-05T21:11:30.778Z] setS1ASclassPath: 16:11:30 [2023-03-05T21:11:30.778Z] 16:11:30 [2023-03-05T21:11:30.778Z] init-common: 16:11:30 [2023-03-05T21:11:30.778Z] 16:11:30 [2023-03-05T21:11:30.778Z] delete-jdbc-connpool-common: 16:11:30 [2023-03-05T21:11:30.778Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:11:31 [2023-03-05T21:11:31.345Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:11:31 [2023-03-05T21:11:31.345Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:11:31 [2023-03-05T21:11:31.345Z] [echo] cmd executed for server 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] all: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setOSConditions: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setToolWin: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setToolUnix: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setToolProperty: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setS1ASclassPath: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] init-common: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] clean: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setOSConditions: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setToolWin: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setToolUnix: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setToolProperty: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setS1ASclassPath: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] init-common: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] clean-common: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setOSConditions: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setToolWin: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setToolUnix: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setToolProperty: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setS1ASclassPath: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] init-common: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] clean-classes-common: 16:11:31 [2023-03-05T21:11:31.345Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setOSConditions: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setToolWin: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setToolUnix: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setToolProperty: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setS1ASclassPath: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] init-common: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] clean-jars-common: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] compile: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setOSConditions: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setToolWin: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setToolUnix: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setToolProperty: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] setS1ASclassPath: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] init-common: 16:11:31 [2023-03-05T21:11:31.345Z] 16:11:31 [2023-03-05T21:11:31.345Z] compile-common: 16:11:31 [2023-03-05T21:11:31.345Z] [echo] Current time (ISO): 2023-03-05T21:11:31.178+0000 16:11:31 [2023-03-05T21:11:31.345Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:11:31 [2023-03-05T21:11:31.345Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:11:32 [2023-03-05T21:11:32.730Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:11:32 [2023-03-05T21:11:32.730Z] [javac] 1 warning 16:11:32 [2023-03-05T21:11:32.730Z] 16:11:32 [2023-03-05T21:11:32.730Z] setOSConditions: 16:11:32 [2023-03-05T21:11:32.730Z] 16:11:32 [2023-03-05T21:11:32.730Z] setToolWin: 16:11:32 [2023-03-05T21:11:32.730Z] 16:11:32 [2023-03-05T21:11:32.730Z] setToolUnix: 16:11:32 [2023-03-05T21:11:32.730Z] 16:11:32 [2023-03-05T21:11:32.730Z] setToolProperty: 16:11:32 [2023-03-05T21:11:32.730Z] 16:11:32 [2023-03-05T21:11:32.730Z] setS1ASclassPath: 16:11:32 [2023-03-05T21:11:32.730Z] 16:11:32 [2023-03-05T21:11:32.730Z] init-common: 16:11:32 [2023-03-05T21:11:32.730Z] 16:11:32 [2023-03-05T21:11:32.730Z] compile-common: 16:11:32 [2023-03-05T21:11:32.730Z] [echo] Current time (ISO): 2023-03-05T21:11:32.505+0000 16:11:32 [2023-03-05T21:11:32.730Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:11:33 [2023-03-05T21:11:33.721Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:11:33 [2023-03-05T21:11:33.977Z] [javac] 1 warning 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] build: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] setOSConditions: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] fixFiles: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] convUnix: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] convWin: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] setToolWin: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] setToolUnix: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] setToolProperty: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] setS1ASclassPath: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] init-common: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] package-persistence-common: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] ejb-jar-common: 16:11:33 [2023-03-05T21:11:33.977Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] package-ejbjar-common: 16:11:33 [2023-03-05T21:11:33.977Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:33 [2023-03-05T21:11:33.977Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:33 [2023-03-05T21:11:33.977Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:33 [2023-03-05T21:11:33.977Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnection-ejb.jar 16:11:33 [2023-03-05T21:11:33.977Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] appclient-jar-common: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] package-appclientjar-common: 16:11:33 [2023-03-05T21:11:33.977Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:33 [2023-03-05T21:11:33.977Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:33 [2023-03-05T21:11:33.977Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:33 [2023-03-05T21:11:33.977Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnection-client.jar 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] webclient-war-common: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] build-ear-common: 16:11:33 [2023-03-05T21:11:33.977Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:33 [2023-03-05T21:11:33.977Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnectionApp.ear 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] deploy: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] setOSConditions: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] setToolWin: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] setToolUnix: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] setToolProperty: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] setS1ASclassPath: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] init-common: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] deploy-jdbc-common: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] setOSConditions: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] setToolWin: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] setToolUnix: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] setToolProperty: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] setS1ASclassPath: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] init-common: 16:11:33 [2023-03-05T21:11:33.977Z] 16:11:33 [2023-03-05T21:11:33.977Z] create-jdbc-connpool-common: 16:11:34 [2023-03-05T21:11:34.234Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:11:34 [2023-03-05T21:11:34.234Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:11:34 [2023-03-05T21:11:34.234Z] 16:11:34 [2023-03-05T21:11:34.234Z] set-derby-connpool-props: 16:11:34 [2023-03-05T21:11:34.490Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:11:34 [2023-03-05T21:11:34.490Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:11:34 [2023-03-05T21:11:34.747Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:11:34 [2023-03-05T21:11:34.747Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:11:35 [2023-03-05T21:11:35.327Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:11:35 [2023-03-05T21:11:35.327Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:11:35 [2023-03-05T21:11:35.583Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:11:35 [2023-03-05T21:11:35.583Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:11:35 [2023-03-05T21:11:35.840Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:11:35 [2023-03-05T21:11:35.840Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:11:36 [2023-03-05T21:11:36.096Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:11:36 [2023-03-05T21:11:36.096Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:11:36 [2023-03-05T21:11:36.353Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:11:36 [2023-03-05T21:11:36.353Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:11:36 [2023-03-05T21:11:36.918Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:11:36 [2023-03-05T21:11:36.918Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:11:36 [2023-03-05T21:11:36.918Z] 16:11:36 [2023-03-05T21:11:36.918Z] setOSConditions: 16:11:36 [2023-03-05T21:11:36.918Z] 16:11:36 [2023-03-05T21:11:36.918Z] setToolWin: 16:11:36 [2023-03-05T21:11:36.918Z] 16:11:36 [2023-03-05T21:11:36.918Z] setToolUnix: 16:11:36 [2023-03-05T21:11:36.918Z] 16:11:36 [2023-03-05T21:11:36.918Z] setToolProperty: 16:11:36 [2023-03-05T21:11:36.918Z] 16:11:36 [2023-03-05T21:11:36.918Z] setS1ASclassPath: 16:11:36 [2023-03-05T21:11:36.918Z] 16:11:36 [2023-03-05T21:11:36.918Z] init-common: 16:11:36 [2023-03-05T21:11:36.918Z] 16:11:36 [2023-03-05T21:11:36.918Z] create-jdbc-resource-common: 16:11:36 [2023-03-05T21:11:36.918Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 16:11:37 [2023-03-05T21:11:37.174Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 16:11:37 [2023-03-05T21:11:37.174Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 16:11:37 [2023-03-05T21:11:37.174Z] [echo] cmd executed for server 16:11:37 [2023-03-05T21:11:37.174Z] 16:11:37 [2023-03-05T21:11:37.174Z] setOSConditions: 16:11:37 [2023-03-05T21:11:37.174Z] 16:11:37 [2023-03-05T21:11:37.174Z] setToolWin: 16:11:37 [2023-03-05T21:11:37.174Z] 16:11:37 [2023-03-05T21:11:37.174Z] setToolUnix: 16:11:37 [2023-03-05T21:11:37.174Z] 16:11:37 [2023-03-05T21:11:37.174Z] setToolProperty: 16:11:37 [2023-03-05T21:11:37.174Z] 16:11:37 [2023-03-05T21:11:37.174Z] setS1ASclassPath: 16:11:37 [2023-03-05T21:11:37.174Z] 16:11:37 [2023-03-05T21:11:37.174Z] init-common: 16:11:37 [2023-03-05T21:11:37.174Z] 16:11:37 [2023-03-05T21:11:37.174Z] deploy-common: 16:11:37 [2023-03-05T21:11:37.174Z] [echo] Current time (ISO): 2023-03-05T21:11:36.976+0000 16:11:37 [2023-03-05T21:11:37.174Z] 16:11:37 [2023-03-05T21:11:37.174Z] setOSConditions: 16:11:37 [2023-03-05T21:11:37.174Z] 16:11:37 [2023-03-05T21:11:37.174Z] setToolWin: 16:11:37 [2023-03-05T21:11:37.174Z] 16:11:37 [2023-03-05T21:11:37.174Z] setToolUnix: 16:11:37 [2023-03-05T21:11:37.174Z] 16:11:37 [2023-03-05T21:11:37.174Z] setToolProperty: 16:11:37 [2023-03-05T21:11:37.174Z] 16:11:37 [2023-03-05T21:11:37.174Z] setS1ASclassPath: 16:11:37 [2023-03-05T21:11:37.174Z] 16:11:37 [2023-03-05T21:11:37.174Z] init-common: 16:11:37 [2023-03-05T21:11:37.174Z] 16:11:37 [2023-03-05T21:11:37.174Z] deploy-common-pe: 16:11:37 [2023-03-05T21:11:37.431Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnectionApp.ear 16:11:37 [2023-03-05T21:11:37.431Z] [exec] Application deployed with name jdbc-multiplecloseconnectionApp. 16:11:37 [2023-03-05T21:11:37.431Z] [echo] Deployment on target server server successful 16:11:37 [2023-03-05T21:11:37.431Z] 16:11:37 [2023-03-05T21:11:37.431Z] setOSConditions: 16:11:37 [2023-03-05T21:11:37.431Z] 16:11:37 [2023-03-05T21:11:37.431Z] setToolWin: 16:11:37 [2023-03-05T21:11:37.431Z] 16:11:37 [2023-03-05T21:11:37.431Z] setToolUnix: 16:11:37 [2023-03-05T21:11:37.431Z] 16:11:37 [2023-03-05T21:11:37.431Z] setToolProperty: 16:11:37 [2023-03-05T21:11:37.431Z] 16:11:37 [2023-03-05T21:11:37.431Z] setS1ASclassPath: 16:11:37 [2023-03-05T21:11:37.431Z] 16:11:37 [2023-03-05T21:11:37.431Z] init-common: 16:11:37 [2023-03-05T21:11:37.431Z] 16:11:37 [2023-03-05T21:11:37.431Z] deploy-common-ee: 16:11:37 [2023-03-05T21:11:37.431Z] 16:11:37 [2023-03-05T21:11:37.431Z] run: 16:11:37 [2023-03-05T21:11:37.688Z] 16:11:37 [2023-03-05T21:11:37.688Z] setOSConditions: 16:11:37 [2023-03-05T21:11:37.688Z] 16:11:37 [2023-03-05T21:11:37.688Z] setToolWin: 16:11:37 [2023-03-05T21:11:37.688Z] 16:11:37 [2023-03-05T21:11:37.688Z] setToolUnix: 16:11:37 [2023-03-05T21:11:37.688Z] 16:11:37 [2023-03-05T21:11:37.688Z] setToolProperty: 16:11:37 [2023-03-05T21:11:37.688Z] 16:11:37 [2023-03-05T21:11:37.688Z] setS1ASclassPath: 16:11:37 [2023-03-05T21:11:37.688Z] 16:11:37 [2023-03-05T21:11:37.688Z] init-common: 16:11:37 [2023-03-05T21:11:37.688Z] 16:11:37 [2023-03-05T21:11:37.688Z] execute-sql-common: 16:11:37 [2023-03-05T21:11:37.688Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multiplecloseconnection/sql/create_pointbase.sql 16:11:37 [2023-03-05T21:11:37.688Z] [sql] Failed to execute: Drop table TXLEVELSWITCH 16:11:37 [2023-03-05T21:11:37.688Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. 16:11:37 [2023-03-05T21:11:37.688Z] [sql] 0 rows affected 16:11:37 [2023-03-05T21:11:37.688Z] [sql] 1 rows affected 16:11:37 [2023-03-05T21:11:37.688Z] [sql] 1 rows affected 16:11:37 [2023-03-05T21:11:37.688Z] [sql] 3 of 4 SQL statements executed successfully 16:11:37 [2023-03-05T21:11:37.688Z] 16:11:37 [2023-03-05T21:11:37.688Z] setOSConditions: 16:11:37 [2023-03-05T21:11:37.688Z] 16:11:37 [2023-03-05T21:11:37.688Z] setToolWin: 16:11:37 [2023-03-05T21:11:37.688Z] 16:11:37 [2023-03-05T21:11:37.688Z] setToolUnix: 16:11:37 [2023-03-05T21:11:37.688Z] 16:11:37 [2023-03-05T21:11:37.688Z] setToolProperty: 16:11:37 [2023-03-05T21:11:37.688Z] 16:11:37 [2023-03-05T21:11:37.688Z] setS1ASclassPath: 16:11:37 [2023-03-05T21:11:37.688Z] 16:11:37 [2023-03-05T21:11:37.688Z] init-common: 16:11:37 [2023-03-05T21:11:37.688Z] 16:11:37 [2023-03-05T21:11:37.688Z] runclient-common: 16:11:37 [2023-03-05T21:11:37.688Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnectionAppClient.jar -name jdbc-multiplecloseconnectionClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:11:38 [2023-03-05T21:11:38.250Z] [exec] Mar 05, 2023 9:11:38 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:11:38 [2023-03-05T21:11:38.250Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:11:40 [2023-03-05T21:11:40.783Z] [exec] Mar 05, 2023 9:11:40 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:11:40 [2023-03-05T21:11:40.783Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@67acfde9 16:11:40 [2023-03-05T21:11:40.783Z] [exec] Value of key is: test1 : 16:11:40 [2023-03-05T21:11:40.783Z] [exec] Value of key is: test2 : 16:11:40 [2023-03-05T21:11:40.783Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:11:40 [2023-03-05T21:11:40.783Z] [exec] 16:11:40 [2023-03-05T21:11:40.783Z] [exec] 16:11:40 [2023-03-05T21:11:40.783Z] [exec] ----------------------------------------- 16:11:40 [2023-03-05T21:11:40.783Z] [exec] - test2 : : PASS - 16:11:40 [2023-03-05T21:11:40.783Z] [exec] - test1 : : PASS - 16:11:40 [2023-03-05T21:11:40.783Z] [exec] ----------------------------------------- 16:11:40 [2023-03-05T21:11:40.783Z] [exec] Total PASS: 2 16:11:40 [2023-03-05T21:11:40.783Z] [exec] Total FAIL: 0 16:11:40 [2023-03-05T21:11:40.783Z] [exec] Total DID NOT RUN: 0 16:11:40 [2023-03-05T21:11:40.783Z] [exec] ----------------------------------------- 16:11:40 [2023-03-05T21:11:40.783Z] [exec] in flushAll , creating new testSuiteHash 16:11:40 [2023-03-05T21:11:40.783Z] [exec] in flushAll , creating new testSuiteHash 16:11:41 [2023-03-05T21:11:41.346Z] 16:11:41 [2023-03-05T21:11:41.346Z] checkReporting-common: 16:11:41 [2023-03-05T21:11:41.346Z] 16:11:41 [2023-03-05T21:11:41.346Z] confirmReportPresent-common: 16:11:41 [2023-03-05T21:11:41.346Z] [echo] file RepRunConf.txt is present. 16:11:41 [2023-03-05T21:11:41.346Z] [echo] Test seems to be reported fine 16:11:41 [2023-03-05T21:11:41.347Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multiplecloseconnection/RepRunConf.txt 16:11:41 [2023-03-05T21:11:41.347Z] 16:11:41 [2023-03-05T21:11:41.347Z] confirmMissingReport-common: 16:11:41 [2023-03-05T21:11:41.347Z] 16:11:41 [2023-03-05T21:11:41.347Z] undeploy: 16:11:41 [2023-03-05T21:11:41.347Z] 16:11:41 [2023-03-05T21:11:41.347Z] setOSConditions: 16:11:41 [2023-03-05T21:11:41.347Z] 16:11:41 [2023-03-05T21:11:41.347Z] setToolWin: 16:11:41 [2023-03-05T21:11:41.347Z] 16:11:41 [2023-03-05T21:11:41.347Z] setToolUnix: 16:11:41 [2023-03-05T21:11:41.347Z] 16:11:41 [2023-03-05T21:11:41.347Z] setToolProperty: 16:11:41 [2023-03-05T21:11:41.347Z] 16:11:41 [2023-03-05T21:11:41.347Z] setS1ASclassPath: 16:11:41 [2023-03-05T21:11:41.347Z] 16:11:41 [2023-03-05T21:11:41.347Z] init-common: 16:11:41 [2023-03-05T21:11:41.347Z] 16:11:41 [2023-03-05T21:11:41.347Z] execute-sql-common: 16:11:41 [2023-03-05T21:11:41.347Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multiplecloseconnection/sql/drop_pointbase.sql 16:11:41 [2023-03-05T21:11:41.347Z] [sql] 0 rows affected 16:11:41 [2023-03-05T21:11:41.347Z] [sql] Failed to execute: Drop table TXLEVELSWITCH2 16:11:41 [2023-03-05T21:11:41.347Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. 16:11:41 [2023-03-05T21:11:41.347Z] [sql] 1 of 2 SQL statements executed successfully 16:11:41 [2023-03-05T21:11:41.347Z] 16:11:41 [2023-03-05T21:11:41.347Z] setOSConditions: 16:11:41 [2023-03-05T21:11:41.347Z] 16:11:41 [2023-03-05T21:11:41.347Z] setToolWin: 16:11:41 [2023-03-05T21:11:41.347Z] 16:11:41 [2023-03-05T21:11:41.347Z] setToolUnix: 16:11:41 [2023-03-05T21:11:41.347Z] 16:11:41 [2023-03-05T21:11:41.347Z] setToolProperty: 16:11:41 [2023-03-05T21:11:41.347Z] 16:11:41 [2023-03-05T21:11:41.347Z] setS1ASclassPath: 16:11:41 [2023-03-05T21:11:41.347Z] 16:11:41 [2023-03-05T21:11:41.347Z] init-common: 16:11:41 [2023-03-05T21:11:41.347Z] 16:11:41 [2023-03-05T21:11:41.347Z] undeploy-common: 16:11:41 [2023-03-05T21:11:41.620Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-multiplecloseconnectionApp 16:11:41 [2023-03-05T21:11:41.620Z] 16:11:41 [2023-03-05T21:11:41.620Z] setOSConditions: 16:11:41 [2023-03-05T21:11:41.620Z] 16:11:41 [2023-03-05T21:11:41.620Z] setToolWin: 16:11:41 [2023-03-05T21:11:41.620Z] 16:11:41 [2023-03-05T21:11:41.620Z] setToolUnix: 16:11:41 [2023-03-05T21:11:41.620Z] 16:11:41 [2023-03-05T21:11:41.620Z] setToolProperty: 16:11:41 [2023-03-05T21:11:41.620Z] 16:11:41 [2023-03-05T21:11:41.620Z] setS1ASclassPath: 16:11:41 [2023-03-05T21:11:41.620Z] 16:11:41 [2023-03-05T21:11:41.620Z] init-common: 16:11:41 [2023-03-05T21:11:41.620Z] 16:11:41 [2023-03-05T21:11:41.620Z] undeploy-jdbc-common: 16:11:41 [2023-03-05T21:11:41.620Z] 16:11:41 [2023-03-05T21:11:41.620Z] setOSConditions: 16:11:41 [2023-03-05T21:11:41.620Z] 16:11:41 [2023-03-05T21:11:41.620Z] setToolWin: 16:11:41 [2023-03-05T21:11:41.620Z] 16:11:41 [2023-03-05T21:11:41.620Z] setToolUnix: 16:11:41 [2023-03-05T21:11:41.620Z] 16:11:41 [2023-03-05T21:11:41.620Z] setToolProperty: 16:11:41 [2023-03-05T21:11:41.620Z] 16:11:41 [2023-03-05T21:11:41.620Z] setS1ASclassPath: 16:11:41 [2023-03-05T21:11:41.620Z] 16:11:41 [2023-03-05T21:11:41.620Z] init-common: 16:11:41 [2023-03-05T21:11:41.620Z] 16:11:41 [2023-03-05T21:11:41.620Z] delete-jdbc-resource-common: 16:11:41 [2023-03-05T21:11:41.620Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 16:11:41 [2023-03-05T21:11:41.877Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 16:11:41 [2023-03-05T21:11:41.877Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 16:11:41 [2023-03-05T21:11:41.877Z] [echo] cmd executed for server 16:11:41 [2023-03-05T21:11:41.877Z] 16:11:41 [2023-03-05T21:11:41.877Z] setOSConditions: 16:11:41 [2023-03-05T21:11:41.877Z] 16:11:41 [2023-03-05T21:11:41.877Z] setToolWin: 16:11:41 [2023-03-05T21:11:41.877Z] 16:11:41 [2023-03-05T21:11:41.877Z] setToolUnix: 16:11:41 [2023-03-05T21:11:41.877Z] 16:11:41 [2023-03-05T21:11:41.877Z] setToolProperty: 16:11:41 [2023-03-05T21:11:41.877Z] 16:11:41 [2023-03-05T21:11:41.877Z] setS1ASclassPath: 16:11:41 [2023-03-05T21:11:41.877Z] 16:11:41 [2023-03-05T21:11:41.877Z] init-common: 16:11:41 [2023-03-05T21:11:41.877Z] 16:11:41 [2023-03-05T21:11:41.877Z] delete-jdbc-connpool-common: 16:11:41 [2023-03-05T21:11:41.877Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:11:42 [2023-03-05T21:11:42.133Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:11:42 [2023-03-05T21:11:42.133Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:11:42 [2023-03-05T21:11:42.133Z] [echo] cmd executed for server 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] all: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setOSConditions: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setToolWin: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setToolUnix: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setToolProperty: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setS1ASclassPath: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] init-common: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] clean: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setOSConditions: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setToolWin: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setToolUnix: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setToolProperty: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setS1ASclassPath: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] init-common: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] clean-common: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setOSConditions: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setToolWin: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setToolUnix: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setToolProperty: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setS1ASclassPath: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] init-common: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] clean-classes-common: 16:11:42 [2023-03-05T21:11:42.133Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setOSConditions: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setToolWin: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setToolUnix: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setToolProperty: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setS1ASclassPath: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] init-common: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] clean-jars-common: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] compile: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setOSConditions: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setToolWin: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setToolUnix: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setToolProperty: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] setS1ASclassPath: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] init-common: 16:11:42 [2023-03-05T21:11:42.133Z] 16:11:42 [2023-03-05T21:11:42.133Z] compile-common: 16:11:42 [2023-03-05T21:11:42.133Z] [echo] Current time (ISO): 2023-03-05T21:11:42.091+0000 16:11:42 [2023-03-05T21:11:42.133Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:11:42 [2023-03-05T21:11:42.133Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:11:43 [2023-03-05T21:11:43.520Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:11:43 [2023-03-05T21:11:43.520Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/ejb/SimpleBMPBean.java:42: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:11:43 [2023-03-05T21:11:43.520Z] [javac] return new Integer(1); 16:11:43 [2023-03-05T21:11:43.520Z] [javac] ^ 16:11:43 [2023-03-05T21:11:43.520Z] [javac] 2 warnings 16:11:43 [2023-03-05T21:11:43.520Z] 16:11:43 [2023-03-05T21:11:43.520Z] setOSConditions: 16:11:43 [2023-03-05T21:11:43.520Z] 16:11:43 [2023-03-05T21:11:43.520Z] setToolWin: 16:11:43 [2023-03-05T21:11:43.520Z] 16:11:43 [2023-03-05T21:11:43.520Z] setToolUnix: 16:11:43 [2023-03-05T21:11:43.520Z] 16:11:43 [2023-03-05T21:11:43.520Z] setToolProperty: 16:11:43 [2023-03-05T21:11:43.520Z] 16:11:43 [2023-03-05T21:11:43.520Z] setS1ASclassPath: 16:11:43 [2023-03-05T21:11:43.520Z] 16:11:43 [2023-03-05T21:11:43.520Z] init-common: 16:11:43 [2023-03-05T21:11:43.520Z] 16:11:43 [2023-03-05T21:11:43.520Z] compile-common: 16:11:43 [2023-03-05T21:11:43.520Z] [echo] Current time (ISO): 2023-03-05T21:11:43.295+0000 16:11:43 [2023-03-05T21:11:43.520Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:11:44 [2023-03-05T21:11:44.888Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:11:44 [2023-03-05T21:11:44.888Z] [javac] 1 warning 16:11:44 [2023-03-05T21:11:44.888Z] 16:11:44 [2023-03-05T21:11:44.888Z] build: 16:11:44 [2023-03-05T21:11:44.888Z] 16:11:44 [2023-03-05T21:11:44.888Z] setOSConditions: 16:11:44 [2023-03-05T21:11:44.888Z] 16:11:44 [2023-03-05T21:11:44.888Z] fixFiles: 16:11:44 [2023-03-05T21:11:44.888Z] 16:11:44 [2023-03-05T21:11:44.888Z] convUnix: 16:11:44 [2023-03-05T21:11:44.888Z] 16:11:44 [2023-03-05T21:11:44.888Z] convWin: 16:11:44 [2023-03-05T21:11:44.888Z] 16:11:44 [2023-03-05T21:11:44.888Z] setToolWin: 16:11:44 [2023-03-05T21:11:44.888Z] 16:11:44 [2023-03-05T21:11:44.889Z] setToolUnix: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setToolProperty: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setS1ASclassPath: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] init-common: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] package-persistence-common: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] ejb-jar-common: 16:11:44 [2023-03-05T21:11:44.889Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] package-ejbjar-common: 16:11:44 [2023-03-05T21:11:44.889Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:44 [2023-03-05T21:11:44.889Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:44 [2023-03-05T21:11:44.889Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:44 [2023-03-05T21:11:44.889Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeout-ejb.jar 16:11:44 [2023-03-05T21:11:44.889Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] appclient-jar-common: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] package-appclientjar-common: 16:11:44 [2023-03-05T21:11:44.889Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:44 [2023-03-05T21:11:44.889Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:44 [2023-03-05T21:11:44.889Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:44 [2023-03-05T21:11:44.889Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeout-client.jar 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] webclient-war-common: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] build-ear-common: 16:11:44 [2023-03-05T21:11:44.889Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:44 [2023-03-05T21:11:44.889Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeoutApp.ear 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] deploy: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setOSConditions: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setToolWin: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setToolUnix: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setToolProperty: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setS1ASclassPath: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] init-common: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] execute-sql-common: 16:11:44 [2023-03-05T21:11:44.889Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/sql/create_pointbase.sql 16:11:44 [2023-03-05T21:11:44.889Z] [sql] Failed to execute: Drop table customer_stmt_wrapper 16:11:44 [2023-03-05T21:11:44.889Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER' because it does not exist. 16:11:44 [2023-03-05T21:11:44.889Z] [sql] 0 rows affected 16:11:44 [2023-03-05T21:11:44.889Z] [sql] 1 rows affected 16:11:44 [2023-03-05T21:11:44.889Z] [sql] 1 rows affected 16:11:44 [2023-03-05T21:11:44.889Z] [sql] 3 of 4 SQL statements executed successfully 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setOSConditions: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setToolWin: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setToolUnix: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setToolProperty: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setS1ASclassPath: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] init-common: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] deploy-jdbc-common: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setOSConditions: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setToolWin: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setToolUnix: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setToolProperty: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] setS1ASclassPath: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] init-common: 16:11:44 [2023-03-05T21:11:44.889Z] 16:11:44 [2023-03-05T21:11:44.889Z] create-jdbc-connpool-common: 16:11:45 [2023-03-05T21:11:45.145Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:11:45 [2023-03-05T21:11:45.145Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:11:45 [2023-03-05T21:11:45.145Z] 16:11:45 [2023-03-05T21:11:45.145Z] set-derby-connpool-props: 16:11:45 [2023-03-05T21:11:45.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:11:45 [2023-03-05T21:11:45.420Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:11:45 [2023-03-05T21:11:45.677Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:11:45 [2023-03-05T21:11:45.677Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:11:45 [2023-03-05T21:11:45.933Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:11:45 [2023-03-05T21:11:45.933Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:11:46 [2023-03-05T21:11:46.189Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:11:46 [2023-03-05T21:11:46.189Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:11:46 [2023-03-05T21:11:46.751Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:11:46 [2023-03-05T21:11:46.751Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:11:46 [2023-03-05T21:11:46.751Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:11:46 [2023-03-05T21:11:46.751Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:11:47 [2023-03-05T21:11:47.323Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:11:47 [2023-03-05T21:11:47.323Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:11:47 [2023-03-05T21:11:47.580Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:11:47 [2023-03-05T21:11:47.580Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:11:47 [2023-03-05T21:11:47.580Z] 16:11:47 [2023-03-05T21:11:47.580Z] setOSConditions: 16:11:47 [2023-03-05T21:11:47.580Z] 16:11:47 [2023-03-05T21:11:47.580Z] setToolWin: 16:11:47 [2023-03-05T21:11:47.580Z] 16:11:47 [2023-03-05T21:11:47.580Z] setToolUnix: 16:11:47 [2023-03-05T21:11:47.580Z] 16:11:47 [2023-03-05T21:11:47.580Z] setToolProperty: 16:11:47 [2023-03-05T21:11:47.580Z] 16:11:47 [2023-03-05T21:11:47.580Z] setS1ASclassPath: 16:11:47 [2023-03-05T21:11:47.580Z] 16:11:47 [2023-03-05T21:11:47.580Z] init-common: 16:11:47 [2023-03-05T21:11:47.580Z] 16:11:47 [2023-03-05T21:11:47.580Z] create-jdbc-resource-common: 16:11:47 [2023-03-05T21:11:47.580Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 16:11:47 [2023-03-05T21:11:47.836Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 16:11:47 [2023-03-05T21:11:47.836Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 16:11:47 [2023-03-05T21:11:47.836Z] [echo] cmd executed for server 16:11:47 [2023-03-05T21:11:47.836Z] 16:11:47 [2023-03-05T21:11:47.836Z] asadmin-common: 16:11:47 [2023-03-05T21:11:47.836Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.statement_timeout_in_seconds=30 16:11:48 [2023-03-05T21:11:48.092Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.statement_timeout_in_seconds=30 16:11:48 [2023-03-05T21:11:48.092Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.statement-timeout-in-seconds=30 16:11:48 [2023-03-05T21:11:48.092Z] 16:11:48 [2023-03-05T21:11:48.092Z] setOSConditions: 16:11:48 [2023-03-05T21:11:48.092Z] 16:11:48 [2023-03-05T21:11:48.092Z] setToolWin: 16:11:48 [2023-03-05T21:11:48.092Z] 16:11:48 [2023-03-05T21:11:48.092Z] setToolUnix: 16:11:48 [2023-03-05T21:11:48.092Z] 16:11:48 [2023-03-05T21:11:48.092Z] setToolProperty: 16:11:48 [2023-03-05T21:11:48.092Z] 16:11:48 [2023-03-05T21:11:48.092Z] setS1ASclassPath: 16:11:48 [2023-03-05T21:11:48.092Z] 16:11:48 [2023-03-05T21:11:48.092Z] init-common: 16:11:48 [2023-03-05T21:11:48.092Z] 16:11:48 [2023-03-05T21:11:48.092Z] create-persistence-resource-common: 16:11:48 [2023-03-05T21:11:48.092Z] [echo] asadmin create-persistence-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdo/s1qePM 16:11:48 [2023-03-05T21:11:48.349Z] [exec] Command create-persistence-resource failed. 16:11:48 [2023-03-05T21:11:48.349Z] [exec] CLI194: Previously supported command: create-persistence-resource is not supported for this release. 16:11:48 [2023-03-05T21:11:48.349Z] [exec] Result: 1 16:11:48 [2023-03-05T21:11:48.349Z] [echo] Created jdo/s1qePM --target server 16:11:48 [2023-03-05T21:11:48.349Z] 16:11:48 [2023-03-05T21:11:48.349Z] asadmin-common-ignore-fail: 16:11:48 [2023-03-05T21:11:48.349Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.persistence-manager-factory-resource.jdo/s1qePM.factory_class=com.sun.jdo.spi.persistence.support.sqlstore.impl.PersistenceManagerFactoryImpl 16:11:48 [2023-03-05T21:11:48.605Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.persistence-manager-factory-resource.jdo/s1qePM.factory_class=com.sun.jdo.spi.persistence.support.sqlstore.impl.PersistenceManagerFactoryImpl 16:11:48 [2023-03-05T21:11:48.605Z] [exec] remote failure: No configuration found for domain.resources.persistence-manager-factory-resource.jdo/s1qePM 16:11:48 [2023-03-05T21:11:48.605Z] [exec] Result: 1 16:11:48 [2023-03-05T21:11:48.605Z] 16:11:48 [2023-03-05T21:11:48.605Z] asadmin-common-ignore-fail: 16:11:48 [2023-03-05T21:11:48.605Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.persistence-manager-factory-resource.jdo/s1qePM.jdbc_resource_jndi_name=jdbc/s1qeDB 16:11:48 [2023-03-05T21:11:48.862Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.persistence-manager-factory-resource.jdo/s1qePM.jdbc_resource_jndi_name=jdbc/s1qeDB 16:11:48 [2023-03-05T21:11:48.863Z] [exec] remote failure: No configuration found for domain.resources.persistence-manager-factory-resource.jdo/s1qePM 16:11:48 [2023-03-05T21:11:48.863Z] [exec] Result: 1 16:11:48 [2023-03-05T21:11:48.863Z] 16:11:48 [2023-03-05T21:11:48.863Z] setOSConditions: 16:11:48 [2023-03-05T21:11:48.863Z] 16:11:48 [2023-03-05T21:11:48.863Z] setToolWin: 16:11:48 [2023-03-05T21:11:48.863Z] 16:11:48 [2023-03-05T21:11:48.863Z] setToolUnix: 16:11:48 [2023-03-05T21:11:48.863Z] 16:11:48 [2023-03-05T21:11:48.863Z] setToolProperty: 16:11:48 [2023-03-05T21:11:48.863Z] 16:11:48 [2023-03-05T21:11:48.863Z] setS1ASclassPath: 16:11:48 [2023-03-05T21:11:48.863Z] 16:11:48 [2023-03-05T21:11:48.863Z] init-common: 16:11:48 [2023-03-05T21:11:48.863Z] 16:11:48 [2023-03-05T21:11:48.863Z] deploy-common: 16:11:48 [2023-03-05T21:11:48.863Z] [echo] Current time (ISO): 2023-03-05T21:11:48.792+0000 16:11:48 [2023-03-05T21:11:48.863Z] 16:11:48 [2023-03-05T21:11:48.863Z] setOSConditions: 16:11:48 [2023-03-05T21:11:48.863Z] 16:11:48 [2023-03-05T21:11:48.863Z] setToolWin: 16:11:48 [2023-03-05T21:11:48.863Z] 16:11:48 [2023-03-05T21:11:48.863Z] setToolUnix: 16:11:48 [2023-03-05T21:11:48.863Z] 16:11:48 [2023-03-05T21:11:48.863Z] setToolProperty: 16:11:48 [2023-03-05T21:11:48.863Z] 16:11:48 [2023-03-05T21:11:48.863Z] setS1ASclassPath: 16:11:48 [2023-03-05T21:11:48.863Z] 16:11:48 [2023-03-05T21:11:48.863Z] init-common: 16:11:48 [2023-03-05T21:11:48.863Z] 16:11:48 [2023-03-05T21:11:48.863Z] deploy-common-pe: 16:11:49 [2023-03-05T21:11:49.120Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeoutApp.ear 16:11:50 [2023-03-05T21:11:50.049Z] [exec] Application deployed with name ejb-bmp-statementtimeoutApp. 16:11:50 [2023-03-05T21:11:50.049Z] [echo] Deployment on target server server successful 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] setOSConditions: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] setToolWin: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] setToolUnix: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] setToolProperty: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] setS1ASclassPath: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] init-common: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] deploy-common-ee: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] run: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] setOSConditions: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] setToolWin: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] setToolUnix: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] setToolProperty: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] setS1ASclassPath: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] init-common: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] execute-sql-common: 16:11:50 [2023-03-05T21:11:50.049Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/sql/create_pointbase.sql 16:11:50 [2023-03-05T21:11:50.049Z] [sql] 0 rows affected 16:11:50 [2023-03-05T21:11:50.049Z] [sql] 0 rows affected 16:11:50 [2023-03-05T21:11:50.049Z] [sql] 1 rows affected 16:11:50 [2023-03-05T21:11:50.049Z] [sql] 1 rows affected 16:11:50 [2023-03-05T21:11:50.049Z] [sql] 4 of 4 SQL statements executed successfully 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] setOSConditions: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] setToolWin: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.049Z] setToolUnix: 16:11:50 [2023-03-05T21:11:50.049Z] 16:11:50 [2023-03-05T21:11:50.050Z] setToolProperty: 16:11:50 [2023-03-05T21:11:50.050Z] 16:11:50 [2023-03-05T21:11:50.050Z] setS1ASclassPath: 16:11:50 [2023-03-05T21:11:50.050Z] 16:11:50 [2023-03-05T21:11:50.050Z] init-common: 16:11:50 [2023-03-05T21:11:50.050Z] 16:11:50 [2023-03-05T21:11:50.050Z] runclient-common: 16:11:50 [2023-03-05T21:11:50.050Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeoutAppClient.jar -name ejb-bmp-statementtimeoutClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:11:50 [2023-03-05T21:11:50.987Z] [exec] Mar 05, 2023 9:11:50 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:11:50 [2023-03-05T21:11:50.987Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:11:56 [2023-03-05T21:11:56.238Z] [exec] Mar 05, 2023 9:11:55 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:11:56 [2023-03-05T21:11:56.238Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@41e9f86 16:11:56 [2023-03-05T21:11:56.238Z] [exec] Value of key is: statementTest : 16:11:56 [2023-03-05T21:11:56.238Z] [exec] Value of key is: preparedStatementTest : 16:11:56 [2023-03-05T21:11:56.238Z] [exec] Value of key is: callableStatementTest : 16:11:56 [2023-03-05T21:11:56.238Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:11:56 [2023-03-05T21:11:56.238Z] [exec] 16:11:56 [2023-03-05T21:11:56.238Z] [exec] 16:11:56 [2023-03-05T21:11:56.238Z] [exec] ----------------------------------------- 16:11:56 [2023-03-05T21:11:56.238Z] [exec] - callableStatementTest : : PASS - 16:11:56 [2023-03-05T21:11:56.238Z] [exec] - statementTest : : PASS - 16:11:56 [2023-03-05T21:11:56.238Z] [exec] - preparedStatementTest : : PASS - 16:11:56 [2023-03-05T21:11:56.238Z] [exec] ----------------------------------------- 16:11:56 [2023-03-05T21:11:56.238Z] [exec] Total PASS: 3 16:11:56 [2023-03-05T21:11:56.238Z] [exec] Total FAIL: 0 16:11:56 [2023-03-05T21:11:56.238Z] [exec] Total DID NOT RUN: 0 16:11:56 [2023-03-05T21:11:56.238Z] [exec] ----------------------------------------- 16:11:56 [2023-03-05T21:11:56.238Z] [exec] in flushAll , creating new testSuiteHash 16:11:56 [2023-03-05T21:11:56.238Z] [exec] in flushAll , creating new testSuiteHash 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] checkReporting-common: 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] confirmReportPresent-common: 16:11:56 [2023-03-05T21:11:56.238Z] [echo] file RepRunConf.txt is present. 16:11:56 [2023-03-05T21:11:56.238Z] [echo] Test seems to be reported fine 16:11:56 [2023-03-05T21:11:56.238Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/RepRunConf.txt 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] confirmMissingReport-common: 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] undeploy: 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] setOSConditions: 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] setToolWin: 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] setToolUnix: 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] setToolProperty: 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] setS1ASclassPath: 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] init-common: 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] execute-sql-common: 16:11:56 [2023-03-05T21:11:56.238Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/sql/drop_pointbase.sql 16:11:56 [2023-03-05T21:11:56.238Z] [sql] 0 rows affected 16:11:56 [2023-03-05T21:11:56.238Z] [sql] 1 of 1 SQL statements executed successfully 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] setOSConditions: 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] setToolWin: 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] setToolUnix: 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] setToolProperty: 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] setS1ASclassPath: 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] init-common: 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] delete-persistence-resource-common: 16:11:56 [2023-03-05T21:11:56.238Z] 16:11:56 [2023-03-05T21:11:56.238Z] asadmin-common-ignore-fail: 16:11:56 [2023-03-05T21:11:56.238Z] [echo] asadmin delete-persistence-resource --target server --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdo/s1qePM 16:11:56 [2023-03-05T21:11:56.520Z] [exec] Command delete-persistence-resource failed. 16:11:56 [2023-03-05T21:11:56.520Z] [exec] CLI194: Previously supported command: delete-persistence-resource is not supported for this release. 16:11:56 [2023-03-05T21:11:56.520Z] [exec] Result: 1 16:11:56 [2023-03-05T21:11:56.520Z] 16:11:56 [2023-03-05T21:11:56.520Z] setOSConditions: 16:11:56 [2023-03-05T21:11:56.520Z] 16:11:56 [2023-03-05T21:11:56.520Z] setToolWin: 16:11:56 [2023-03-05T21:11:56.520Z] 16:11:56 [2023-03-05T21:11:56.520Z] setToolUnix: 16:11:56 [2023-03-05T21:11:56.520Z] 16:11:56 [2023-03-05T21:11:56.520Z] setToolProperty: 16:11:56 [2023-03-05T21:11:56.520Z] 16:11:56 [2023-03-05T21:11:56.520Z] setS1ASclassPath: 16:11:56 [2023-03-05T21:11:56.520Z] 16:11:56 [2023-03-05T21:11:56.520Z] init-common: 16:11:56 [2023-03-05T21:11:56.520Z] 16:11:56 [2023-03-05T21:11:56.520Z] undeploy-jdbc-common: 16:11:56 [2023-03-05T21:11:56.520Z] 16:11:56 [2023-03-05T21:11:56.520Z] setOSConditions: 16:11:56 [2023-03-05T21:11:56.520Z] 16:11:56 [2023-03-05T21:11:56.520Z] setToolWin: 16:11:56 [2023-03-05T21:11:56.520Z] 16:11:56 [2023-03-05T21:11:56.520Z] setToolUnix: 16:11:56 [2023-03-05T21:11:56.520Z] 16:11:56 [2023-03-05T21:11:56.520Z] setToolProperty: 16:11:56 [2023-03-05T21:11:56.520Z] 16:11:56 [2023-03-05T21:11:56.520Z] setS1ASclassPath: 16:11:56 [2023-03-05T21:11:56.520Z] 16:11:56 [2023-03-05T21:11:56.520Z] init-common: 16:11:56 [2023-03-05T21:11:56.520Z] 16:11:56 [2023-03-05T21:11:56.520Z] delete-jdbc-resource-common: 16:11:56 [2023-03-05T21:11:56.520Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 16:11:56 [2023-03-05T21:11:56.777Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 16:11:56 [2023-03-05T21:11:56.777Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 16:11:56 [2023-03-05T21:11:56.777Z] [echo] cmd executed for server 16:11:56 [2023-03-05T21:11:56.777Z] 16:11:56 [2023-03-05T21:11:56.777Z] setOSConditions: 16:11:56 [2023-03-05T21:11:56.777Z] 16:11:56 [2023-03-05T21:11:56.777Z] setToolWin: 16:11:56 [2023-03-05T21:11:56.777Z] 16:11:56 [2023-03-05T21:11:56.777Z] setToolUnix: 16:11:56 [2023-03-05T21:11:56.777Z] 16:11:56 [2023-03-05T21:11:56.777Z] setToolProperty: 16:11:56 [2023-03-05T21:11:56.777Z] 16:11:56 [2023-03-05T21:11:56.777Z] setS1ASclassPath: 16:11:56 [2023-03-05T21:11:56.777Z] 16:11:56 [2023-03-05T21:11:56.777Z] init-common: 16:11:56 [2023-03-05T21:11:56.777Z] 16:11:56 [2023-03-05T21:11:56.777Z] delete-jdbc-connpool-common: 16:11:56 [2023-03-05T21:11:56.777Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:11:57 [2023-03-05T21:11:57.033Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:11:57 [2023-03-05T21:11:57.033Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:11:57 [2023-03-05T21:11:57.033Z] [echo] cmd executed for server 16:11:57 [2023-03-05T21:11:57.033Z] 16:11:57 [2023-03-05T21:11:57.033Z] setOSConditions: 16:11:57 [2023-03-05T21:11:57.033Z] 16:11:57 [2023-03-05T21:11:57.033Z] setToolWin: 16:11:57 [2023-03-05T21:11:57.033Z] 16:11:57 [2023-03-05T21:11:57.033Z] setToolUnix: 16:11:57 [2023-03-05T21:11:57.033Z] 16:11:57 [2023-03-05T21:11:57.033Z] setToolProperty: 16:11:57 [2023-03-05T21:11:57.033Z] 16:11:57 [2023-03-05T21:11:57.033Z] setS1ASclassPath: 16:11:57 [2023-03-05T21:11:57.033Z] 16:11:57 [2023-03-05T21:11:57.033Z] init-common: 16:11:57 [2023-03-05T21:11:57.033Z] 16:11:57 [2023-03-05T21:11:57.033Z] undeploy-common: 16:11:57 [2023-03-05T21:11:57.290Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-statementtimeoutApp 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] all: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] setOSConditions: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] setToolWin: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] setToolUnix: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] setToolProperty: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] setS1ASclassPath: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] init-common: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] clean: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] setOSConditions: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] setToolWin: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] setToolUnix: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] setToolProperty: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] setS1ASclassPath: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] init-common: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] clean-common: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] setOSConditions: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] setToolWin: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] setToolUnix: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.546Z] setToolProperty: 16:11:57 [2023-03-05T21:11:57.546Z] 16:11:57 [2023-03-05T21:11:57.547Z] setS1ASclassPath: 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] init-common: 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] clean-classes-common: 16:11:57 [2023-03-05T21:11:57.547Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] setOSConditions: 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] setToolWin: 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] setToolUnix: 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] setToolProperty: 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] setS1ASclassPath: 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] init-common: 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] clean-jars-common: 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] compile: 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] setOSConditions: 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] setToolWin: 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] setToolUnix: 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] setToolProperty: 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] setS1ASclassPath: 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] init-common: 16:11:57 [2023-03-05T21:11:57.547Z] 16:11:57 [2023-03-05T21:11:57.547Z] compile-common: 16:11:57 [2023-03-05T21:11:57.547Z] [echo] Current time (ISO): 2023-03-05T21:11:57.337+0000 16:11:57 [2023-03-05T21:11:57.547Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:11:57 [2023-03-05T21:11:57.547Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:11:58 [2023-03-05T21:11:58.487Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:11:58 [2023-03-05T21:11:58.743Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/ejb/SimpleBMPBean.java:42: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:11:58 [2023-03-05T21:11:58.743Z] [javac] return new Integer(1); 16:11:58 [2023-03-05T21:11:58.743Z] [javac] ^ 16:11:58 [2023-03-05T21:11:58.743Z] [javac] 2 warnings 16:11:58 [2023-03-05T21:11:58.743Z] 16:11:58 [2023-03-05T21:11:58.743Z] setOSConditions: 16:11:58 [2023-03-05T21:11:58.743Z] 16:11:58 [2023-03-05T21:11:58.743Z] setToolWin: 16:11:58 [2023-03-05T21:11:58.743Z] 16:11:58 [2023-03-05T21:11:58.743Z] setToolUnix: 16:11:58 [2023-03-05T21:11:58.743Z] 16:11:58 [2023-03-05T21:11:58.743Z] setToolProperty: 16:11:58 [2023-03-05T21:11:58.743Z] 16:11:58 [2023-03-05T21:11:58.743Z] setS1ASclassPath: 16:11:58 [2023-03-05T21:11:58.743Z] 16:11:58 [2023-03-05T21:11:58.743Z] init-common: 16:11:58 [2023-03-05T21:11:58.743Z] 16:11:58 [2023-03-05T21:11:58.743Z] compile-common: 16:11:58 [2023-03-05T21:11:58.743Z] [echo] Current time (ISO): 2023-03-05T21:11:58.559+0000 16:11:58 [2023-03-05T21:11:58.743Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:11:59 [2023-03-05T21:11:59.688Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:11:59 [2023-03-05T21:11:59.943Z] [javac] 1 warning 16:11:59 [2023-03-05T21:11:59.943Z] 16:11:59 [2023-03-05T21:11:59.943Z] build: 16:11:59 [2023-03-05T21:11:59.943Z] 16:11:59 [2023-03-05T21:11:59.943Z] setOSConditions: 16:11:59 [2023-03-05T21:11:59.943Z] 16:11:59 [2023-03-05T21:11:59.943Z] fixFiles: 16:11:59 [2023-03-05T21:11:59.943Z] 16:11:59 [2023-03-05T21:11:59.943Z] convUnix: 16:11:59 [2023-03-05T21:11:59.943Z] 16:11:59 [2023-03-05T21:11:59.943Z] convWin: 16:11:59 [2023-03-05T21:11:59.943Z] 16:11:59 [2023-03-05T21:11:59.943Z] setToolWin: 16:11:59 [2023-03-05T21:11:59.943Z] 16:11:59 [2023-03-05T21:11:59.943Z] setToolUnix: 16:11:59 [2023-03-05T21:11:59.943Z] 16:11:59 [2023-03-05T21:11:59.943Z] setToolProperty: 16:11:59 [2023-03-05T21:11:59.943Z] 16:11:59 [2023-03-05T21:11:59.943Z] setS1ASclassPath: 16:11:59 [2023-03-05T21:11:59.943Z] 16:11:59 [2023-03-05T21:11:59.943Z] init-common: 16:11:59 [2023-03-05T21:11:59.943Z] 16:11:59 [2023-03-05T21:11:59.943Z] package-persistence-common: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] ejb-jar-common: 16:11:59 [2023-03-05T21:11:59.944Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] package-ejbjar-common: 16:11:59 [2023-03-05T21:11:59.944Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:59 [2023-03-05T21:11:59.944Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:59 [2023-03-05T21:11:59.944Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:59 [2023-03-05T21:11:59.944Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-conval-ejb.jar 16:11:59 [2023-03-05T21:11:59.944Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] appclient-jar-common: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] package-appclientjar-common: 16:11:59 [2023-03-05T21:11:59.944Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:59 [2023-03-05T21:11:59.944Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:59 [2023-03-05T21:11:59.944Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:59 [2023-03-05T21:11:59.944Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-conval-client.jar 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] webclient-war-common: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] build-ear-common: 16:11:59 [2023-03-05T21:11:59.944Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:11:59 [2023-03-05T21:11:59.944Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalApp.ear 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] create-jdbc-stuff: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] setOSConditions: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] setToolWin: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] setToolUnix: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] setToolProperty: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] setS1ASclassPath: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] init-common: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] deploy-jdbc-common: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] setOSConditions: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] setToolWin: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] setToolUnix: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] setToolProperty: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] setS1ASclassPath: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] init-common: 16:11:59 [2023-03-05T21:11:59.944Z] 16:11:59 [2023-03-05T21:11:59.944Z] create-jdbc-connpool-common: 16:12:00 [2023-03-05T21:12:00.200Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-conval 16:12:00 [2023-03-05T21:12:00.200Z] [exec] JDBC connection pool jdbc-conval created successfully. 16:12:00 [2023-03-05T21:12:00.200Z] 16:12:00 [2023-03-05T21:12:00.200Z] set-derby-connpool-props: 16:12:00 [2023-03-05T21:12:00.762Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.User=dbuser 16:12:00 [2023-03-05T21:12:00.762Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.User=dbuser 16:12:01 [2023-03-05T21:12:01.020Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.Password=dbpassword 16:12:01 [2023-03-05T21:12:01.020Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.Password=dbpassword 16:12:01 [2023-03-05T21:12:01.276Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.driverType=4 16:12:01 [2023-03-05T21:12:01.276Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.driverType=4 16:12:01 [2023-03-05T21:12:01.533Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.portNumber=1527 16:12:01 [2023-03-05T21:12:01.533Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.portNumber=1527 16:12:01 [2023-03-05T21:12:01.790Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.dataBaseName=testdb 16:12:01 [2023-03-05T21:12:01.790Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.dataBaseName=testdb 16:12:02 [2023-03-05T21:12:02.047Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.retrieveMessagesFromServerOnGetMessage=true 16:12:02 [2023-03-05T21:12:02.047Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.retrieveMessagesFromServerOnGetMessage=true 16:12:03 [2023-03-05T21:12:03.416Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.create=true 16:12:03 [2023-03-05T21:12:03.416Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.create=true 16:12:03 [2023-03-05T21:12:03.672Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.serverName=localhost 16:12:03 [2023-03-05T21:12:03.672Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.serverName=localhost 16:12:03 [2023-03-05T21:12:03.672Z] 16:12:03 [2023-03-05T21:12:03.672Z] setOSConditions: 16:12:03 [2023-03-05T21:12:03.672Z] 16:12:03 [2023-03-05T21:12:03.672Z] setToolWin: 16:12:03 [2023-03-05T21:12:03.672Z] 16:12:03 [2023-03-05T21:12:03.672Z] setToolUnix: 16:12:03 [2023-03-05T21:12:03.672Z] 16:12:03 [2023-03-05T21:12:03.672Z] setToolProperty: 16:12:03 [2023-03-05T21:12:03.672Z] 16:12:03 [2023-03-05T21:12:03.672Z] setS1ASclassPath: 16:12:03 [2023-03-05T21:12:03.672Z] 16:12:03 [2023-03-05T21:12:03.672Z] init-common: 16:12:03 [2023-03-05T21:12:03.672Z] 16:12:03 [2023-03-05T21:12:03.672Z] create-jdbc-resource-common: 16:12:03 [2023-03-05T21:12:03.672Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-conval --target server jdbc/convalDB 16:12:03 [2023-03-05T21:12:03.928Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-conval --enabled=true --target server jdbc/convalDB 16:12:03 [2023-03-05T21:12:03.928Z] [exec] JDBC resource jdbc/convalDB created successfully. 16:12:03 [2023-03-05T21:12:03.928Z] [echo] cmd executed for server 16:12:03 [2023-03-05T21:12:03.928Z] 16:12:03 [2023-03-05T21:12:03.928Z] deploy: 16:12:03 [2023-03-05T21:12:03.928Z] 16:12:03 [2023-03-05T21:12:03.928Z] setOSConditions: 16:12:03 [2023-03-05T21:12:03.928Z] 16:12:03 [2023-03-05T21:12:03.928Z] setToolWin: 16:12:03 [2023-03-05T21:12:03.928Z] 16:12:03 [2023-03-05T21:12:03.928Z] setToolUnix: 16:12:03 [2023-03-05T21:12:03.928Z] 16:12:03 [2023-03-05T21:12:03.928Z] setToolProperty: 16:12:03 [2023-03-05T21:12:03.928Z] 16:12:03 [2023-03-05T21:12:03.928Z] setS1ASclassPath: 16:12:03 [2023-03-05T21:12:03.928Z] 16:12:03 [2023-03-05T21:12:03.928Z] init-common: 16:12:03 [2023-03-05T21:12:03.928Z] 16:12:03 [2023-03-05T21:12:03.928Z] deploy-common: 16:12:03 [2023-03-05T21:12:03.928Z] [echo] Current time (ISO): 2023-03-05T21:12:03.904+0000 16:12:03 [2023-03-05T21:12:03.928Z] 16:12:03 [2023-03-05T21:12:03.928Z] setOSConditions: 16:12:03 [2023-03-05T21:12:03.928Z] 16:12:03 [2023-03-05T21:12:03.928Z] setToolWin: 16:12:03 [2023-03-05T21:12:03.928Z] 16:12:03 [2023-03-05T21:12:03.928Z] setToolUnix: 16:12:03 [2023-03-05T21:12:03.928Z] 16:12:03 [2023-03-05T21:12:03.928Z] setToolProperty: 16:12:03 [2023-03-05T21:12:03.928Z] 16:12:03 [2023-03-05T21:12:03.928Z] setS1ASclassPath: 16:12:03 [2023-03-05T21:12:03.928Z] 16:12:03 [2023-03-05T21:12:03.928Z] init-common: 16:12:03 [2023-03-05T21:12:03.928Z] 16:12:03 [2023-03-05T21:12:03.928Z] deploy-common-pe: 16:12:04 [2023-03-05T21:12:04.491Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalApp.ear 16:12:04 [2023-03-05T21:12:04.491Z] [exec] Application deployed with name jdbc-convalApp. 16:12:04 [2023-03-05T21:12:04.491Z] [echo] Deployment on target server server successful 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] setOSConditions: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] setToolWin: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] setToolUnix: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] setToolProperty: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] setS1ASclassPath: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] init-common: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] deploy-common-ee: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] run: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] setOSConditions: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] setToolWin: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] setToolUnix: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] setToolProperty: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] setS1ASclassPath: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] init-common: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] execute-sql-common: 16:12:04 [2023-03-05T21:12:04.491Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/sql/create_pointbase.sql 16:12:04 [2023-03-05T21:12:04.491Z] [sql] Failed to execute: Drop table O_Customer 16:12:04 [2023-03-05T21:12:04.491Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:12:04 [2023-03-05T21:12:04.491Z] [sql] 0 rows affected 16:12:04 [2023-03-05T21:12:04.491Z] [sql] 1 of 2 SQL statements executed successfully 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] setOSConditions: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] setToolWin: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] setToolUnix: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] setToolProperty: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] setS1ASclassPath: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] init-common: 16:12:04 [2023-03-05T21:12:04.491Z] 16:12:04 [2023-03-05T21:12:04.491Z] runclient-common: 16:12:04 [2023-03-05T21:12:04.491Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalAppClient.jar -name jdbc-convalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 16:12:05 [2023-03-05T21:12:05.078Z] [exec] Mar 05, 2023 9:12:04 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:12:05 [2023-03-05T21:12:05.078Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:12:06 [2023-03-05T21:12:06.977Z] [exec] Mar 05, 2023 9:12:06 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:12:06 [2023-03-05T21:12:06.977Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5a9840f3 16:12:07 [2023-03-05T21:12:07.234Z] [exec] Value of key is: test-1 16:12:07 [2023-03-05T21:12:07.234Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:12:07 [2023-03-05T21:12:07.234Z] [exec] 16:12:07 [2023-03-05T21:12:07.234Z] [exec] 16:12:07 [2023-03-05T21:12:07.234Z] [exec] ----------------------------------------- 16:12:07 [2023-03-05T21:12:07.234Z] [exec] - test-1 : PASS - 16:12:07 [2023-03-05T21:12:07.234Z] [exec] ----------------------------------------- 16:12:07 [2023-03-05T21:12:07.234Z] [exec] Total PASS: 1 16:12:07 [2023-03-05T21:12:07.234Z] [exec] Total FAIL: 0 16:12:07 [2023-03-05T21:12:07.234Z] [exec] Total DID NOT RUN: 0 16:12:07 [2023-03-05T21:12:07.234Z] [exec] ----------------------------------------- 16:12:07 [2023-03-05T21:12:07.234Z] [exec] in flushAll , creating new testSuiteHash 16:12:07 [2023-03-05T21:12:07.234Z] [exec] in flushAll , creating new testSuiteHash 16:12:07 [2023-03-05T21:12:07.491Z] 16:12:07 [2023-03-05T21:12:07.491Z] checkReporting-common: 16:12:07 [2023-03-05T21:12:07.491Z] 16:12:07 [2023-03-05T21:12:07.491Z] confirmReportPresent-common: 16:12:07 [2023-03-05T21:12:07.491Z] [echo] file RepRunConf.txt is present. 16:12:07 [2023-03-05T21:12:07.491Z] [echo] Test seems to be reported fine 16:12:07 [2023-03-05T21:12:07.491Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt 16:12:07 [2023-03-05T21:12:07.491Z] 16:12:07 [2023-03-05T21:12:07.491Z] confirmMissingReport-common: 16:12:07 [2023-03-05T21:12:07.491Z] 16:12:07 [2023-03-05T21:12:07.491Z] setOSConditions: 16:12:07 [2023-03-05T21:12:07.491Z] 16:12:07 [2023-03-05T21:12:07.491Z] setToolWin: 16:12:07 [2023-03-05T21:12:07.491Z] 16:12:07 [2023-03-05T21:12:07.491Z] setToolUnix: 16:12:07 [2023-03-05T21:12:07.491Z] 16:12:07 [2023-03-05T21:12:07.491Z] setToolProperty: 16:12:07 [2023-03-05T21:12:07.491Z] 16:12:07 [2023-03-05T21:12:07.491Z] setS1ASclassPath: 16:12:07 [2023-03-05T21:12:07.491Z] 16:12:07 [2023-03-05T21:12:07.491Z] init-common: 16:12:07 [2023-03-05T21:12:07.491Z] 16:12:07 [2023-03-05T21:12:07.491Z] stop-derby: 16:12:07 [2023-03-05T21:12:07.491Z] 16:12:07 [2023-03-05T21:12:07.491Z] stop-derby-aix: 16:12:07 [2023-03-05T21:12:07.491Z] 16:12:07 [2023-03-05T21:12:07.491Z] stop-derby-nonaix: 16:12:07 [2023-03-05T21:12:07.491Z] [echo] Stopping Derby DB Server ... 16:12:08 [2023-03-05T21:12:08.053Z] [java] Sun Mar 05 21:12:07 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:12:08 [2023-03-05T21:12:08.053Z] 16:12:08 [2023-03-05T21:12:08.053Z] setOSConditions: 16:12:08 [2023-03-05T21:12:08.053Z] 16:12:08 [2023-03-05T21:12:08.053Z] setToolWin: 16:12:08 [2023-03-05T21:12:08.053Z] 16:12:08 [2023-03-05T21:12:08.053Z] setToolUnix: 16:12:08 [2023-03-05T21:12:08.053Z] 16:12:08 [2023-03-05T21:12:08.053Z] setToolProperty: 16:12:08 [2023-03-05T21:12:08.053Z] 16:12:08 [2023-03-05T21:12:08.053Z] setS1ASclassPath: 16:12:08 [2023-03-05T21:12:08.053Z] 16:12:08 [2023-03-05T21:12:08.053Z] init-common: 16:12:08 [2023-03-05T21:12:08.053Z] 16:12:08 [2023-03-05T21:12:08.053Z] start-derby: 16:12:08 [2023-03-05T21:12:08.053Z] 16:12:08 [2023-03-05T21:12:08.053Z] start-derby-aix: 16:12:08 [2023-03-05T21:12:08.053Z] 16:12:08 [2023-03-05T21:12:08.053Z] start-derby-nonaix: 16:12:08 [2023-03-05T21:12:08.053Z] [echo] Starting Derby DB Server ... 16:12:22 [2023-03-05T21:12:22.909Z] 16:12:22 [2023-03-05T21:12:22.909Z] setOSConditions: 16:12:22 [2023-03-05T21:12:22.909Z] 16:12:22 [2023-03-05T21:12:22.909Z] setToolWin: 16:12:22 [2023-03-05T21:12:22.909Z] 16:12:22 [2023-03-05T21:12:22.909Z] setToolUnix: 16:12:22 [2023-03-05T21:12:22.909Z] 16:12:22 [2023-03-05T21:12:22.909Z] setToolProperty: 16:12:22 [2023-03-05T21:12:22.909Z] 16:12:22 [2023-03-05T21:12:22.909Z] setS1ASclassPath: 16:12:22 [2023-03-05T21:12:22.909Z] 16:12:22 [2023-03-05T21:12:22.909Z] init-common: 16:12:22 [2023-03-05T21:12:22.909Z] 16:12:22 [2023-03-05T21:12:22.909Z] runclient-common: 16:12:22 [2023-03-05T21:12:22.909Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalAppClient.jar -name jdbc-convalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 16:12:23 [2023-03-05T21:12:23.838Z] [exec] Mar 05, 2023 9:12:23 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:12:23 [2023-03-05T21:12:23.838Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:12:26 [2023-03-05T21:12:26.374Z] [exec] Mar 05, 2023 9:12:25 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:12:26 [2023-03-05T21:12:26.374Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2ca54da9 16:12:26 [2023-03-05T21:12:26.374Z] [exec] Value of key is: test-2 16:12:26 [2023-03-05T21:12:26.374Z] [exec] test-2 returned false as validation is not enabled 16:12:26 [2023-03-05T21:12:26.374Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:12:26 [2023-03-05T21:12:26.374Z] [exec] 16:12:26 [2023-03-05T21:12:26.374Z] [exec] 16:12:26 [2023-03-05T21:12:26.374Z] [exec] ----------------------------------------- 16:12:26 [2023-03-05T21:12:26.374Z] [exec] - test-2 : PASS - 16:12:26 [2023-03-05T21:12:26.374Z] [exec] ----------------------------------------- 16:12:26 [2023-03-05T21:12:26.374Z] [exec] Total PASS: 1 16:12:26 [2023-03-05T21:12:26.374Z] [exec] Total FAIL: 0 16:12:26 [2023-03-05T21:12:26.374Z] [exec] Total DID NOT RUN: 0 16:12:26 [2023-03-05T21:12:26.374Z] [exec] ----------------------------------------- 16:12:26 [2023-03-05T21:12:26.374Z] [exec] in flushAll , creating new testSuiteHash 16:12:26 [2023-03-05T21:12:26.374Z] [exec] in flushAll , creating new testSuiteHash 16:12:26 [2023-03-05T21:12:26.630Z] 16:12:26 [2023-03-05T21:12:26.630Z] checkReporting-common: 16:12:26 [2023-03-05T21:12:26.630Z] 16:12:26 [2023-03-05T21:12:26.630Z] confirmReportPresent-common: 16:12:26 [2023-03-05T21:12:26.630Z] [echo] file RepRunConf.txt is present. 16:12:26 [2023-03-05T21:12:26.630Z] [echo] Test seems to be reported fine 16:12:26 [2023-03-05T21:12:26.630Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt 16:12:26 [2023-03-05T21:12:26.630Z] 16:12:26 [2023-03-05T21:12:26.630Z] confirmMissingReport-common: 16:12:26 [2023-03-05T21:12:26.630Z] 16:12:26 [2023-03-05T21:12:26.630Z] asadmin-common: 16:12:26 [2023-03-05T21:12:26.630Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-conval.connection_validation_method=table 16:12:26 [2023-03-05T21:12:26.887Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.connection_validation_method=table 16:12:26 [2023-03-05T21:12:26.887Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.connection-validation-method=table 16:12:26 [2023-03-05T21:12:26.887Z] 16:12:26 [2023-03-05T21:12:26.887Z] asadmin-common: 16:12:26 [2023-03-05T21:12:26.887Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-conval.validation_table_name=sys.systables 16:12:27 [2023-03-05T21:12:27.144Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.validation_table_name=sys.systables 16:12:27 [2023-03-05T21:12:27.144Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.validation-table-name=sys.systables 16:12:27 [2023-03-05T21:12:27.144Z] 16:12:27 [2023-03-05T21:12:27.144Z] asadmin-common: 16:12:27 [2023-03-05T21:12:27.144Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-conval.is_connection_validation_required=true 16:12:27 [2023-03-05T21:12:27.401Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.is_connection_validation_required=true 16:12:27 [2023-03-05T21:12:27.401Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.is-connection-validation-required=true 16:12:27 [2023-03-05T21:12:27.401Z] 16:12:27 [2023-03-05T21:12:27.401Z] setOSConditions: 16:12:27 [2023-03-05T21:12:27.401Z] 16:12:27 [2023-03-05T21:12:27.401Z] setToolWin: 16:12:27 [2023-03-05T21:12:27.401Z] 16:12:27 [2023-03-05T21:12:27.401Z] setToolUnix: 16:12:27 [2023-03-05T21:12:27.401Z] 16:12:27 [2023-03-05T21:12:27.401Z] setToolProperty: 16:12:27 [2023-03-05T21:12:27.401Z] 16:12:27 [2023-03-05T21:12:27.401Z] setS1ASclassPath: 16:12:27 [2023-03-05T21:12:27.401Z] 16:12:27 [2023-03-05T21:12:27.401Z] init-common: 16:12:27 [2023-03-05T21:12:27.401Z] 16:12:27 [2023-03-05T21:12:27.401Z] runclient-common: 16:12:27 [2023-03-05T21:12:27.401Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalAppClient.jar -name jdbc-convalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 3 16:12:28 [2023-03-05T21:12:28.330Z] [exec] Mar 05, 2023 9:12:27 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:12:28 [2023-03-05T21:12:28.330Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:12:30 [2023-03-05T21:12:30.245Z] [exec] Mar 05, 2023 9:12:29 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:12:30 [2023-03-05T21:12:30.245Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@50598a1a 16:12:30 [2023-03-05T21:12:30.826Z] [exec] Value of key is: test-3 16:12:30 [2023-03-05T21:12:30.826Z] [exec] test-3 returned true as validation is enabled 16:12:30 [2023-03-05T21:12:30.826Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:12:30 [2023-03-05T21:12:30.826Z] [exec] 16:12:30 [2023-03-05T21:12:30.826Z] [exec] 16:12:30 [2023-03-05T21:12:30.826Z] [exec] ----------------------------------------- 16:12:30 [2023-03-05T21:12:30.826Z] [exec] - test-3 : PASS - 16:12:30 [2023-03-05T21:12:30.826Z] [exec] ----------------------------------------- 16:12:30 [2023-03-05T21:12:30.826Z] [exec] Total PASS: 1 16:12:30 [2023-03-05T21:12:30.826Z] [exec] Total FAIL: 0 16:12:30 [2023-03-05T21:12:30.826Z] [exec] Total DID NOT RUN: 0 16:12:30 [2023-03-05T21:12:30.826Z] [exec] ----------------------------------------- 16:12:30 [2023-03-05T21:12:30.826Z] [exec] in flushAll , creating new testSuiteHash 16:12:30 [2023-03-05T21:12:30.826Z] [exec] in flushAll , creating new testSuiteHash 16:12:31 [2023-03-05T21:12:31.082Z] 16:12:31 [2023-03-05T21:12:31.082Z] checkReporting-common: 16:12:31 [2023-03-05T21:12:31.082Z] 16:12:31 [2023-03-05T21:12:31.082Z] confirmReportPresent-common: 16:12:31 [2023-03-05T21:12:31.082Z] [echo] file RepRunConf.txt is present. 16:12:31 [2023-03-05T21:12:31.082Z] [echo] Test seems to be reported fine 16:12:31 [2023-03-05T21:12:31.082Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt 16:12:31 [2023-03-05T21:12:31.082Z] 16:12:31 [2023-03-05T21:12:31.082Z] confirmMissingReport-common: 16:12:31 [2023-03-05T21:12:31.082Z] 16:12:31 [2023-03-05T21:12:31.082Z] setOSConditions: 16:12:31 [2023-03-05T21:12:31.082Z] 16:12:31 [2023-03-05T21:12:31.082Z] setToolWin: 16:12:31 [2023-03-05T21:12:31.082Z] 16:12:31 [2023-03-05T21:12:31.082Z] setToolUnix: 16:12:31 [2023-03-05T21:12:31.082Z] 16:12:31 [2023-03-05T21:12:31.082Z] setToolProperty: 16:12:31 [2023-03-05T21:12:31.082Z] 16:12:31 [2023-03-05T21:12:31.082Z] setS1ASclassPath: 16:12:31 [2023-03-05T21:12:31.082Z] 16:12:31 [2023-03-05T21:12:31.082Z] init-common: 16:12:31 [2023-03-05T21:12:31.082Z] 16:12:31 [2023-03-05T21:12:31.082Z] stop-derby: 16:12:31 [2023-03-05T21:12:31.082Z] 16:12:31 [2023-03-05T21:12:31.082Z] stop-derby-aix: 16:12:31 [2023-03-05T21:12:31.082Z] 16:12:31 [2023-03-05T21:12:31.082Z] stop-derby-nonaix: 16:12:31 [2023-03-05T21:12:31.082Z] [echo] Stopping Derby DB Server ... 16:12:31 [2023-03-05T21:12:31.338Z] [java] Sun Mar 05 21:12:31 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:12:31 [2023-03-05T21:12:31.338Z] 16:12:31 [2023-03-05T21:12:31.338Z] setOSConditions: 16:12:31 [2023-03-05T21:12:31.338Z] 16:12:31 [2023-03-05T21:12:31.338Z] setToolWin: 16:12:31 [2023-03-05T21:12:31.338Z] 16:12:31 [2023-03-05T21:12:31.338Z] setToolUnix: 16:12:31 [2023-03-05T21:12:31.338Z] 16:12:31 [2023-03-05T21:12:31.338Z] setToolProperty: 16:12:31 [2023-03-05T21:12:31.338Z] 16:12:31 [2023-03-05T21:12:31.338Z] setS1ASclassPath: 16:12:31 [2023-03-05T21:12:31.338Z] 16:12:31 [2023-03-05T21:12:31.338Z] init-common: 16:12:31 [2023-03-05T21:12:31.338Z] 16:12:31 [2023-03-05T21:12:31.338Z] start-derby: 16:12:31 [2023-03-05T21:12:31.338Z] 16:12:31 [2023-03-05T21:12:31.338Z] start-derby-aix: 16:12:31 [2023-03-05T21:12:31.338Z] 16:12:31 [2023-03-05T21:12:31.338Z] start-derby-nonaix: 16:12:31 [2023-03-05T21:12:31.338Z] [echo] Starting Derby DB Server ... 16:12:49 [2023-03-05T21:12:49.399Z] 16:12:49 [2023-03-05T21:12:49.399Z] setOSConditions: 16:12:49 [2023-03-05T21:12:49.399Z] 16:12:49 [2023-03-05T21:12:49.399Z] setToolWin: 16:12:49 [2023-03-05T21:12:49.399Z] 16:12:49 [2023-03-05T21:12:49.399Z] setToolUnix: 16:12:49 [2023-03-05T21:12:49.399Z] 16:12:49 [2023-03-05T21:12:49.399Z] setToolProperty: 16:12:49 [2023-03-05T21:12:49.399Z] 16:12:49 [2023-03-05T21:12:49.399Z] setS1ASclassPath: 16:12:49 [2023-03-05T21:12:49.399Z] 16:12:49 [2023-03-05T21:12:49.399Z] init-common: 16:12:49 [2023-03-05T21:12:49.399Z] 16:12:49 [2023-03-05T21:12:49.399Z] runclient-common: 16:12:49 [2023-03-05T21:12:49.399Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalAppClient.jar -name jdbc-convalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 4 16:12:49 [2023-03-05T21:12:49.399Z] [exec] Mar 05, 2023 9:12:46 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:12:49 [2023-03-05T21:12:49.399Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:12:49 [2023-03-05T21:12:49.399Z] [exec] Mar 05, 2023 9:12:49 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:12:49 [2023-03-05T21:12:49.399Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@62cbc478 16:12:49 [2023-03-05T21:12:49.673Z] [exec] Value of key is: test-4 16:12:49 [2023-03-05T21:12:49.673Z] [exec] test-4 returned true as validation is enabled 16:12:49 [2023-03-05T21:12:49.673Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:12:49 [2023-03-05T21:12:49.673Z] [exec] 16:12:49 [2023-03-05T21:12:49.673Z] [exec] 16:12:49 [2023-03-05T21:12:49.673Z] [exec] ----------------------------------------- 16:12:49 [2023-03-05T21:12:49.673Z] [exec] - test-4 : PASS - 16:12:49 [2023-03-05T21:12:49.673Z] [exec] ----------------------------------------- 16:12:49 [2023-03-05T21:12:49.673Z] [exec] Total PASS: 1 16:12:49 [2023-03-05T21:12:49.673Z] [exec] Total FAIL: 0 16:12:49 [2023-03-05T21:12:49.673Z] [exec] Total DID NOT RUN: 0 16:12:49 [2023-03-05T21:12:49.673Z] [exec] ----------------------------------------- 16:12:49 [2023-03-05T21:12:49.673Z] [exec] in flushAll , creating new testSuiteHash 16:12:49 [2023-03-05T21:12:49.673Z] [exec] in flushAll , creating new testSuiteHash 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] checkReporting-common: 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] confirmReportPresent-common: 16:12:50 [2023-03-05T21:12:50.236Z] [echo] file RepRunConf.txt is present. 16:12:50 [2023-03-05T21:12:50.236Z] [echo] Test seems to be reported fine 16:12:50 [2023-03-05T21:12:50.236Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] confirmMissingReport-common: 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] setOSConditions: 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] setToolWin: 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] setToolUnix: 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] setToolProperty: 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] setS1ASclassPath: 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] init-common: 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] execute-sql-common: 16:12:50 [2023-03-05T21:12:50.236Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/sql/drop_pointbase.sql 16:12:50 [2023-03-05T21:12:50.236Z] [sql] 0 rows affected 16:12:50 [2023-03-05T21:12:50.236Z] [sql] 1 of 1 SQL statements executed successfully 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] undeploy: 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] setOSConditions: 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] setToolWin: 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] setToolUnix: 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] setToolProperty: 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] setS1ASclassPath: 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] init-common: 16:12:50 [2023-03-05T21:12:50.236Z] 16:12:50 [2023-03-05T21:12:50.236Z] undeploy-common: 16:12:50 [2023-03-05T21:12:50.492Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-convalApp 16:12:50 [2023-03-05T21:12:50.492Z] 16:12:50 [2023-03-05T21:12:50.492Z] delete-jdbc-stuff: 16:12:50 [2023-03-05T21:12:50.492Z] 16:12:50 [2023-03-05T21:12:50.492Z] setOSConditions: 16:12:50 [2023-03-05T21:12:50.492Z] 16:12:50 [2023-03-05T21:12:50.492Z] setToolWin: 16:12:50 [2023-03-05T21:12:50.492Z] 16:12:50 [2023-03-05T21:12:50.492Z] setToolUnix: 16:12:50 [2023-03-05T21:12:50.492Z] 16:12:50 [2023-03-05T21:12:50.492Z] setToolProperty: 16:12:50 [2023-03-05T21:12:50.492Z] 16:12:50 [2023-03-05T21:12:50.492Z] setS1ASclassPath: 16:12:50 [2023-03-05T21:12:50.492Z] 16:12:50 [2023-03-05T21:12:50.492Z] init-common: 16:12:50 [2023-03-05T21:12:50.492Z] 16:12:50 [2023-03-05T21:12:50.492Z] delete-jdbc-resource-common: 16:12:50 [2023-03-05T21:12:50.492Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/convalDB 16:12:50 [2023-03-05T21:12:50.749Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/convalDB 16:12:50 [2023-03-05T21:12:50.749Z] [exec] JDBC resource jdbc/convalDB deleted successfully 16:12:50 [2023-03-05T21:12:50.749Z] [echo] cmd executed for server 16:12:50 [2023-03-05T21:12:50.749Z] 16:12:50 [2023-03-05T21:12:50.749Z] setOSConditions: 16:12:50 [2023-03-05T21:12:50.749Z] 16:12:50 [2023-03-05T21:12:50.749Z] setToolWin: 16:12:50 [2023-03-05T21:12:50.749Z] 16:12:50 [2023-03-05T21:12:50.749Z] setToolUnix: 16:12:50 [2023-03-05T21:12:50.749Z] 16:12:50 [2023-03-05T21:12:50.749Z] setToolProperty: 16:12:50 [2023-03-05T21:12:50.749Z] 16:12:50 [2023-03-05T21:12:50.749Z] setS1ASclassPath: 16:12:50 [2023-03-05T21:12:50.749Z] 16:12:50 [2023-03-05T21:12:50.749Z] init-common: 16:12:50 [2023-03-05T21:12:50.749Z] 16:12:50 [2023-03-05T21:12:50.749Z] delete-jdbc-connpool-common: 16:12:50 [2023-03-05T21:12:50.749Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-conval 16:12:51 [2023-03-05T21:12:51.020Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-conval 16:12:51 [2023-03-05T21:12:51.020Z] [exec] JDBC Connection pool jdbc-conval deleted successfully 16:12:51 [2023-03-05T21:12:51.276Z] [echo] cmd executed for server 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] all: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setOSConditions: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setToolWin: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setToolUnix: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setToolProperty: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setS1ASclassPath: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] init-common: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] clean: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setOSConditions: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setToolWin: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setToolUnix: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setToolProperty: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setS1ASclassPath: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] init-common: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] clean-common: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setOSConditions: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setToolWin: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setToolUnix: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setToolProperty: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setS1ASclassPath: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] init-common: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] clean-classes-common: 16:12:51 [2023-03-05T21:12:51.276Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setOSConditions: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setToolWin: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setToolUnix: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setToolProperty: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setS1ASclassPath: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] init-common: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] clean-jars-common: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] compile: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setOSConditions: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setToolWin: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setToolUnix: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setToolProperty: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] setS1ASclassPath: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] init-common: 16:12:51 [2023-03-05T21:12:51.276Z] 16:12:51 [2023-03-05T21:12:51.276Z] compile-common: 16:12:51 [2023-03-05T21:12:51.276Z] [echo] Current time (ISO): 2023-03-05T21:12:51.051+0000 16:12:51 [2023-03-05T21:12:51.276Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:12:51 [2023-03-05T21:12:51.276Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:12:52 [2023-03-05T21:12:52.657Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:12:52 [2023-03-05T21:12:52.657Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/ejb/SimpleBMPBean.java:42: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:12:52 [2023-03-05T21:12:52.657Z] [javac] return new Integer(1); 16:12:52 [2023-03-05T21:12:52.657Z] [javac] ^ 16:12:52 [2023-03-05T21:12:52.657Z] [javac] 2 warnings 16:12:52 [2023-03-05T21:12:52.657Z] 16:12:52 [2023-03-05T21:12:52.657Z] setOSConditions: 16:12:52 [2023-03-05T21:12:52.657Z] 16:12:52 [2023-03-05T21:12:52.657Z] setToolWin: 16:12:52 [2023-03-05T21:12:52.657Z] 16:12:52 [2023-03-05T21:12:52.657Z] setToolUnix: 16:12:52 [2023-03-05T21:12:52.657Z] 16:12:52 [2023-03-05T21:12:52.657Z] setToolProperty: 16:12:52 [2023-03-05T21:12:52.657Z] 16:12:52 [2023-03-05T21:12:52.657Z] setS1ASclassPath: 16:12:52 [2023-03-05T21:12:52.657Z] 16:12:52 [2023-03-05T21:12:52.657Z] init-common: 16:12:52 [2023-03-05T21:12:52.657Z] 16:12:52 [2023-03-05T21:12:52.657Z] compile-common: 16:12:52 [2023-03-05T21:12:52.657Z] [echo] Current time (ISO): 2023-03-05T21:12:52.389+0000 16:12:52 [2023-03-05T21:12:52.657Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:12:53 [2023-03-05T21:12:53.593Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:12:53 [2023-03-05T21:12:53.593Z] [javac] 1 warning 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] build: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] setOSConditions: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] fixFiles: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] convUnix: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] convWin: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] setToolWin: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] setToolUnix: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] setToolProperty: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] setS1ASclassPath: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] init-common: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] package-persistence-common: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] ejb-jar-common: 16:12:53 [2023-03-05T21:12:53.849Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] package-ejbjar-common: 16:12:53 [2023-03-05T21:12:53.849Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:12:53 [2023-03-05T21:12:53.849Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:12:53 [2023-03-05T21:12:53.849Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:12:53 [2023-03-05T21:12:53.849Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-conval-ejb.jar 16:12:53 [2023-03-05T21:12:53.849Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] appclient-jar-common: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] package-appclientjar-common: 16:12:53 [2023-03-05T21:12:53.849Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:12:53 [2023-03-05T21:12:53.849Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:12:53 [2023-03-05T21:12:53.849Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:12:53 [2023-03-05T21:12:53.849Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-conval-client.jar 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] webclient-war-common: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] build-ear-common: 16:12:53 [2023-03-05T21:12:53.849Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:12:53 [2023-03-05T21:12:53.849Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalApp.ear 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] create-jdbc-stuff: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] setOSConditions: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] setToolWin: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] setToolUnix: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] setToolProperty: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] setS1ASclassPath: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] init-common: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] deploy-jdbc-common: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] setOSConditions: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] setToolWin: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] setToolUnix: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] setToolProperty: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] setS1ASclassPath: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] init-common: 16:12:53 [2023-03-05T21:12:53.849Z] 16:12:53 [2023-03-05T21:12:53.849Z] create-jdbc-connpool-common: 16:12:54 [2023-03-05T21:12:54.120Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-conval 16:12:54 [2023-03-05T21:12:54.120Z] [exec] JDBC connection pool jdbc-conval created successfully. 16:12:54 [2023-03-05T21:12:54.120Z] 16:12:54 [2023-03-05T21:12:54.120Z] set-derby-connpool-props: 16:12:54 [2023-03-05T21:12:54.377Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.User=dbuser 16:12:54 [2023-03-05T21:12:54.377Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.User=dbuser 16:12:54 [2023-03-05T21:12:54.633Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.Password=dbpassword 16:12:54 [2023-03-05T21:12:54.633Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.Password=dbpassword 16:12:54 [2023-03-05T21:12:54.890Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.driverType=4 16:12:54 [2023-03-05T21:12:54.890Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.driverType=4 16:12:55 [2023-03-05T21:12:55.452Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.portNumber=1527 16:12:55 [2023-03-05T21:12:55.452Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.portNumber=1527 16:12:55 [2023-03-05T21:12:55.708Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.dataBaseName=testdb 16:12:55 [2023-03-05T21:12:55.708Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.dataBaseName=testdb 16:12:55 [2023-03-05T21:12:55.972Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.retrieveMessagesFromServerOnGetMessage=true 16:12:55 [2023-03-05T21:12:55.972Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.retrieveMessagesFromServerOnGetMessage=true 16:12:56 [2023-03-05T21:12:56.229Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.create=true 16:12:56 [2023-03-05T21:12:56.229Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.create=true 16:12:56 [2023-03-05T21:12:56.820Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.property.serverName=localhost 16:12:56 [2023-03-05T21:12:56.820Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.serverName=localhost 16:12:56 [2023-03-05T21:12:56.820Z] 16:12:56 [2023-03-05T21:12:56.820Z] setOSConditions: 16:12:56 [2023-03-05T21:12:56.820Z] 16:12:56 [2023-03-05T21:12:56.820Z] setToolWin: 16:12:56 [2023-03-05T21:12:56.820Z] 16:12:56 [2023-03-05T21:12:56.820Z] setToolUnix: 16:12:56 [2023-03-05T21:12:56.820Z] 16:12:56 [2023-03-05T21:12:56.820Z] setToolProperty: 16:12:56 [2023-03-05T21:12:56.820Z] 16:12:56 [2023-03-05T21:12:56.820Z] setS1ASclassPath: 16:12:56 [2023-03-05T21:12:56.820Z] 16:12:56 [2023-03-05T21:12:56.820Z] init-common: 16:12:56 [2023-03-05T21:12:56.820Z] 16:12:56 [2023-03-05T21:12:56.820Z] create-jdbc-resource-common: 16:12:56 [2023-03-05T21:12:56.820Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-conval --target server jdbc/convalDB 16:12:57 [2023-03-05T21:12:57.076Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-conval --enabled=true --target server jdbc/convalDB 16:12:57 [2023-03-05T21:12:57.076Z] [exec] JDBC resource jdbc/convalDB created successfully. 16:12:57 [2023-03-05T21:12:57.076Z] [echo] cmd executed for server 16:12:57 [2023-03-05T21:12:57.076Z] 16:12:57 [2023-03-05T21:12:57.077Z] set-assoc-with-thread: 16:12:57 [2023-03-05T21:12:57.077Z] 16:12:57 [2023-03-05T21:12:57.077Z] asadmin-common: 16:12:57 [2023-03-05T21:12:57.077Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-conval.associate_with_thread=true 16:12:57 [2023-03-05T21:12:57.333Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.associate_with_thread=true 16:12:57 [2023-03-05T21:12:57.333Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.associate-with-thread=true 16:12:57 [2023-03-05T21:12:57.333Z] 16:12:57 [2023-03-05T21:12:57.333Z] deploy: 16:12:57 [2023-03-05T21:12:57.333Z] 16:12:57 [2023-03-05T21:12:57.333Z] setOSConditions: 16:12:57 [2023-03-05T21:12:57.333Z] 16:12:57 [2023-03-05T21:12:57.333Z] setToolWin: 16:12:57 [2023-03-05T21:12:57.333Z] 16:12:57 [2023-03-05T21:12:57.333Z] setToolUnix: 16:12:57 [2023-03-05T21:12:57.333Z] 16:12:57 [2023-03-05T21:12:57.333Z] setToolProperty: 16:12:57 [2023-03-05T21:12:57.333Z] 16:12:57 [2023-03-05T21:12:57.333Z] setS1ASclassPath: 16:12:57 [2023-03-05T21:12:57.333Z] 16:12:57 [2023-03-05T21:12:57.333Z] init-common: 16:12:57 [2023-03-05T21:12:57.333Z] 16:12:57 [2023-03-05T21:12:57.333Z] deploy-common: 16:12:57 [2023-03-05T21:12:57.333Z] [echo] Current time (ISO): 2023-03-05T21:12:57.170+0000 16:12:57 [2023-03-05T21:12:57.333Z] 16:12:57 [2023-03-05T21:12:57.333Z] setOSConditions: 16:12:57 [2023-03-05T21:12:57.333Z] 16:12:57 [2023-03-05T21:12:57.333Z] setToolWin: 16:12:57 [2023-03-05T21:12:57.333Z] 16:12:57 [2023-03-05T21:12:57.333Z] setToolUnix: 16:12:57 [2023-03-05T21:12:57.333Z] 16:12:57 [2023-03-05T21:12:57.333Z] setToolProperty: 16:12:57 [2023-03-05T21:12:57.333Z] 16:12:57 [2023-03-05T21:12:57.333Z] setS1ASclassPath: 16:12:57 [2023-03-05T21:12:57.333Z] 16:12:57 [2023-03-05T21:12:57.333Z] init-common: 16:12:57 [2023-03-05T21:12:57.333Z] 16:12:57 [2023-03-05T21:12:57.333Z] deploy-common-pe: 16:12:57 [2023-03-05T21:12:57.620Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalApp.ear 16:12:57 [2023-03-05T21:12:57.876Z] [exec] Application deployed with name jdbc-convalApp. 16:12:57 [2023-03-05T21:12:57.876Z] [echo] Deployment on target server server successful 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] setOSConditions: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] setToolWin: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] setToolUnix: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] setToolProperty: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] setS1ASclassPath: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] init-common: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] deploy-common-ee: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] run: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] setOSConditions: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] setToolWin: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] setToolUnix: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] setToolProperty: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] setS1ASclassPath: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] init-common: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] execute-sql-common: 16:12:57 [2023-03-05T21:12:57.876Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/sql/create_pointbase.sql 16:12:57 [2023-03-05T21:12:57.876Z] [sql] Failed to execute: Drop table O_Customer 16:12:57 [2023-03-05T21:12:57.876Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:12:57 [2023-03-05T21:12:57.876Z] [sql] 0 rows affected 16:12:57 [2023-03-05T21:12:57.876Z] [sql] 1 of 2 SQL statements executed successfully 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] setOSConditions: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] setToolWin: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] setToolUnix: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] setToolProperty: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] setS1ASclassPath: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] init-common: 16:12:57 [2023-03-05T21:12:57.876Z] 16:12:57 [2023-03-05T21:12:57.876Z] runclient-common: 16:12:57 [2023-03-05T21:12:57.876Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalAppClient.jar -name jdbc-convalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 16:12:58 [2023-03-05T21:12:58.438Z] [exec] Mar 05, 2023 9:12:58 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:12:58 [2023-03-05T21:12:58.438Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:13:00 [2023-03-05T21:13:00.981Z] [exec] Mar 05, 2023 9:13:00 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:13:00 [2023-03-05T21:13:00.981Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7d30007d 16:13:00 [2023-03-05T21:13:00.981Z] [exec] Value of key is: test-1 16:13:00 [2023-03-05T21:13:00.981Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:13:00 [2023-03-05T21:13:00.981Z] [exec] 16:13:00 [2023-03-05T21:13:00.981Z] [exec] 16:13:00 [2023-03-05T21:13:00.981Z] [exec] ----------------------------------------- 16:13:00 [2023-03-05T21:13:00.981Z] [exec] - test-1 : PASS - 16:13:00 [2023-03-05T21:13:00.981Z] [exec] ----------------------------------------- 16:13:00 [2023-03-05T21:13:00.981Z] [exec] Total PASS: 1 16:13:00 [2023-03-05T21:13:00.981Z] [exec] Total FAIL: 0 16:13:00 [2023-03-05T21:13:00.981Z] [exec] Total DID NOT RUN: 0 16:13:00 [2023-03-05T21:13:00.981Z] [exec] ----------------------------------------- 16:13:00 [2023-03-05T21:13:00.981Z] [exec] in flushAll , creating new testSuiteHash 16:13:00 [2023-03-05T21:13:00.981Z] [exec] in flushAll , creating new testSuiteHash 16:13:01 [2023-03-05T21:13:01.237Z] 16:13:01 [2023-03-05T21:13:01.237Z] checkReporting-common: 16:13:01 [2023-03-05T21:13:01.237Z] 16:13:01 [2023-03-05T21:13:01.237Z] confirmReportPresent-common: 16:13:01 [2023-03-05T21:13:01.237Z] [echo] file RepRunConf.txt is present. 16:13:01 [2023-03-05T21:13:01.237Z] [echo] Test seems to be reported fine 16:13:01 [2023-03-05T21:13:01.237Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt 16:13:01 [2023-03-05T21:13:01.237Z] 16:13:01 [2023-03-05T21:13:01.237Z] confirmMissingReport-common: 16:13:01 [2023-03-05T21:13:01.237Z] 16:13:01 [2023-03-05T21:13:01.237Z] setOSConditions: 16:13:01 [2023-03-05T21:13:01.237Z] 16:13:01 [2023-03-05T21:13:01.237Z] setToolWin: 16:13:01 [2023-03-05T21:13:01.237Z] 16:13:01 [2023-03-05T21:13:01.237Z] setToolUnix: 16:13:01 [2023-03-05T21:13:01.237Z] 16:13:01 [2023-03-05T21:13:01.237Z] setToolProperty: 16:13:01 [2023-03-05T21:13:01.237Z] 16:13:01 [2023-03-05T21:13:01.237Z] setS1ASclassPath: 16:13:01 [2023-03-05T21:13:01.237Z] 16:13:01 [2023-03-05T21:13:01.237Z] init-common: 16:13:01 [2023-03-05T21:13:01.237Z] 16:13:01 [2023-03-05T21:13:01.237Z] stop-derby: 16:13:01 [2023-03-05T21:13:01.237Z] 16:13:01 [2023-03-05T21:13:01.237Z] stop-derby-aix: 16:13:01 [2023-03-05T21:13:01.237Z] 16:13:01 [2023-03-05T21:13:01.237Z] stop-derby-nonaix: 16:13:01 [2023-03-05T21:13:01.237Z] [echo] Stopping Derby DB Server ... 16:13:01 [2023-03-05T21:13:01.493Z] [java] Sun Mar 05 21:13:01 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:13:01 [2023-03-05T21:13:01.493Z] 16:13:01 [2023-03-05T21:13:01.493Z] setOSConditions: 16:13:01 [2023-03-05T21:13:01.493Z] 16:13:01 [2023-03-05T21:13:01.493Z] setToolWin: 16:13:01 [2023-03-05T21:13:01.493Z] 16:13:01 [2023-03-05T21:13:01.493Z] setToolUnix: 16:13:01 [2023-03-05T21:13:01.493Z] 16:13:01 [2023-03-05T21:13:01.493Z] setToolProperty: 16:13:01 [2023-03-05T21:13:01.493Z] 16:13:01 [2023-03-05T21:13:01.493Z] setS1ASclassPath: 16:13:01 [2023-03-05T21:13:01.493Z] 16:13:01 [2023-03-05T21:13:01.493Z] init-common: 16:13:01 [2023-03-05T21:13:01.493Z] 16:13:01 [2023-03-05T21:13:01.493Z] start-derby: 16:13:01 [2023-03-05T21:13:01.493Z] 16:13:01 [2023-03-05T21:13:01.493Z] start-derby-aix: 16:13:01 [2023-03-05T21:13:01.493Z] 16:13:01 [2023-03-05T21:13:01.493Z] start-derby-nonaix: 16:13:01 [2023-03-05T21:13:01.493Z] [echo] Starting Derby DB Server ... 16:13:19 [2023-03-05T21:13:19.556Z] 16:13:19 [2023-03-05T21:13:19.556Z] setOSConditions: 16:13:19 [2023-03-05T21:13:19.556Z] 16:13:19 [2023-03-05T21:13:19.556Z] setToolWin: 16:13:19 [2023-03-05T21:13:19.556Z] 16:13:19 [2023-03-05T21:13:19.556Z] setToolUnix: 16:13:19 [2023-03-05T21:13:19.556Z] 16:13:19 [2023-03-05T21:13:19.556Z] setToolProperty: 16:13:19 [2023-03-05T21:13:19.556Z] 16:13:19 [2023-03-05T21:13:19.556Z] setS1ASclassPath: 16:13:19 [2023-03-05T21:13:19.556Z] 16:13:19 [2023-03-05T21:13:19.556Z] init-common: 16:13:19 [2023-03-05T21:13:19.556Z] 16:13:19 [2023-03-05T21:13:19.556Z] runclient-common: 16:13:19 [2023-03-05T21:13:19.556Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalAppClient.jar -name jdbc-convalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 16:13:19 [2023-03-05T21:13:19.556Z] [exec] Mar 05, 2023 9:13:16 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:13:19 [2023-03-05T21:13:19.556Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:13:19 [2023-03-05T21:13:19.556Z] [exec] Mar 05, 2023 9:13:18 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:13:19 [2023-03-05T21:13:19.556Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5a9840f3 16:13:19 [2023-03-05T21:13:19.556Z] [exec] Value of key is: test-2 16:13:19 [2023-03-05T21:13:19.556Z] [exec] test-2 returned false as validation is not enabled 16:13:19 [2023-03-05T21:13:19.556Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:13:19 [2023-03-05T21:13:19.556Z] [exec] 16:13:19 [2023-03-05T21:13:19.556Z] [exec] 16:13:19 [2023-03-05T21:13:19.556Z] [exec] ----------------------------------------- 16:13:19 [2023-03-05T21:13:19.556Z] [exec] - test-2 : PASS - 16:13:19 [2023-03-05T21:13:19.556Z] [exec] ----------------------------------------- 16:13:19 [2023-03-05T21:13:19.556Z] [exec] Total PASS: 1 16:13:19 [2023-03-05T21:13:19.556Z] [exec] Total FAIL: 0 16:13:19 [2023-03-05T21:13:19.556Z] [exec] Total DID NOT RUN: 0 16:13:19 [2023-03-05T21:13:19.556Z] [exec] ----------------------------------------- 16:13:19 [2023-03-05T21:13:19.556Z] [exec] in flushAll , creating new testSuiteHash 16:13:19 [2023-03-05T21:13:19.556Z] [exec] in flushAll , creating new testSuiteHash 16:13:19 [2023-03-05T21:13:19.821Z] 16:13:19 [2023-03-05T21:13:19.821Z] checkReporting-common: 16:13:19 [2023-03-05T21:13:19.821Z] 16:13:19 [2023-03-05T21:13:19.821Z] confirmReportPresent-common: 16:13:19 [2023-03-05T21:13:19.821Z] [echo] file RepRunConf.txt is present. 16:13:19 [2023-03-05T21:13:19.821Z] [echo] Test seems to be reported fine 16:13:19 [2023-03-05T21:13:19.821Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt 16:13:19 [2023-03-05T21:13:19.821Z] 16:13:19 [2023-03-05T21:13:19.821Z] confirmMissingReport-common: 16:13:19 [2023-03-05T21:13:19.821Z] 16:13:19 [2023-03-05T21:13:19.821Z] asadmin-common: 16:13:19 [2023-03-05T21:13:19.821Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-conval.connection_validation_method=table 16:13:20 [2023-03-05T21:13:20.078Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.connection_validation_method=table 16:13:20 [2023-03-05T21:13:20.078Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.connection-validation-method=table 16:13:20 [2023-03-05T21:13:20.078Z] 16:13:20 [2023-03-05T21:13:20.078Z] asadmin-common: 16:13:20 [2023-03-05T21:13:20.078Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-conval.validation_table_name=sys.systables 16:13:20 [2023-03-05T21:13:20.334Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.validation_table_name=sys.systables 16:13:20 [2023-03-05T21:13:20.334Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.validation-table-name=sys.systables 16:13:20 [2023-03-05T21:13:20.334Z] 16:13:20 [2023-03-05T21:13:20.334Z] asadmin-common: 16:13:20 [2023-03-05T21:13:20.334Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-conval.is_connection_validation_required=true 16:13:20 [2023-03-05T21:13:20.590Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-conval.is_connection_validation_required=true 16:13:20 [2023-03-05T21:13:20.590Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.is-connection-validation-required=true 16:13:20 [2023-03-05T21:13:20.590Z] 16:13:20 [2023-03-05T21:13:20.590Z] setOSConditions: 16:13:20 [2023-03-05T21:13:20.590Z] 16:13:20 [2023-03-05T21:13:20.590Z] setToolWin: 16:13:20 [2023-03-05T21:13:20.590Z] 16:13:20 [2023-03-05T21:13:20.590Z] setToolUnix: 16:13:20 [2023-03-05T21:13:20.590Z] 16:13:20 [2023-03-05T21:13:20.590Z] setToolProperty: 16:13:20 [2023-03-05T21:13:20.590Z] 16:13:20 [2023-03-05T21:13:20.590Z] setS1ASclassPath: 16:13:20 [2023-03-05T21:13:20.590Z] 16:13:20 [2023-03-05T21:13:20.590Z] init-common: 16:13:20 [2023-03-05T21:13:20.590Z] 16:13:20 [2023-03-05T21:13:20.590Z] runclient-common: 16:13:20 [2023-03-05T21:13:20.590Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalAppClient.jar -name jdbc-convalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 3 16:13:21 [2023-03-05T21:13:21.153Z] [exec] Mar 05, 2023 9:13:21 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:13:21 [2023-03-05T21:13:21.153Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:13:23 [2023-03-05T21:13:23.682Z] [exec] Mar 05, 2023 9:13:23 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:13:23 [2023-03-05T21:13:23.682Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5fef0c19 16:13:23 [2023-03-05T21:13:23.682Z] [exec] Value of key is: test-3 16:13:23 [2023-03-05T21:13:23.682Z] [exec] test-3 returned true as validation is enabled 16:13:23 [2023-03-05T21:13:23.682Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:13:23 [2023-03-05T21:13:23.682Z] [exec] 16:13:23 [2023-03-05T21:13:23.682Z] [exec] 16:13:23 [2023-03-05T21:13:23.682Z] [exec] ----------------------------------------- 16:13:23 [2023-03-05T21:13:23.682Z] [exec] - test-3 : PASS - 16:13:23 [2023-03-05T21:13:23.682Z] [exec] ----------------------------------------- 16:13:23 [2023-03-05T21:13:23.682Z] [exec] Total PASS: 1 16:13:23 [2023-03-05T21:13:23.682Z] [exec] Total FAIL: 0 16:13:23 [2023-03-05T21:13:23.682Z] [exec] Total DID NOT RUN: 0 16:13:23 [2023-03-05T21:13:23.682Z] [exec] ----------------------------------------- 16:13:23 [2023-03-05T21:13:23.682Z] [exec] in flushAll , creating new testSuiteHash 16:13:24 [2023-03-05T21:13:24.393Z] [exec] in flushAll , creating new testSuiteHash 16:13:24 [2023-03-05T21:13:24.650Z] 16:13:24 [2023-03-05T21:13:24.650Z] checkReporting-common: 16:13:24 [2023-03-05T21:13:24.650Z] 16:13:24 [2023-03-05T21:13:24.650Z] confirmReportPresent-common: 16:13:24 [2023-03-05T21:13:24.650Z] [echo] file RepRunConf.txt is present. 16:13:24 [2023-03-05T21:13:24.650Z] [echo] Test seems to be reported fine 16:13:24 [2023-03-05T21:13:24.650Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt 16:13:24 [2023-03-05T21:13:24.650Z] 16:13:24 [2023-03-05T21:13:24.650Z] confirmMissingReport-common: 16:13:24 [2023-03-05T21:13:24.650Z] 16:13:24 [2023-03-05T21:13:24.650Z] setOSConditions: 16:13:24 [2023-03-05T21:13:24.650Z] 16:13:24 [2023-03-05T21:13:24.650Z] setToolWin: 16:13:24 [2023-03-05T21:13:24.650Z] 16:13:24 [2023-03-05T21:13:24.650Z] setToolUnix: 16:13:24 [2023-03-05T21:13:24.650Z] 16:13:24 [2023-03-05T21:13:24.650Z] setToolProperty: 16:13:24 [2023-03-05T21:13:24.650Z] 16:13:24 [2023-03-05T21:13:24.650Z] setS1ASclassPath: 16:13:24 [2023-03-05T21:13:24.650Z] 16:13:24 [2023-03-05T21:13:24.650Z] init-common: 16:13:24 [2023-03-05T21:13:24.650Z] 16:13:24 [2023-03-05T21:13:24.650Z] stop-derby: 16:13:24 [2023-03-05T21:13:24.650Z] 16:13:24 [2023-03-05T21:13:24.650Z] stop-derby-aix: 16:13:24 [2023-03-05T21:13:24.650Z] 16:13:24 [2023-03-05T21:13:24.650Z] stop-derby-nonaix: 16:13:24 [2023-03-05T21:13:24.650Z] [echo] Stopping Derby DB Server ... 16:13:25 [2023-03-05T21:13:25.579Z] [java] Sun Mar 05 21:13:25 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:13:25 [2023-03-05T21:13:25.579Z] 16:13:25 [2023-03-05T21:13:25.579Z] setOSConditions: 16:13:25 [2023-03-05T21:13:25.579Z] 16:13:25 [2023-03-05T21:13:25.579Z] setToolWin: 16:13:25 [2023-03-05T21:13:25.579Z] 16:13:25 [2023-03-05T21:13:25.579Z] setToolUnix: 16:13:25 [2023-03-05T21:13:25.579Z] 16:13:25 [2023-03-05T21:13:25.579Z] setToolProperty: 16:13:25 [2023-03-05T21:13:25.579Z] 16:13:25 [2023-03-05T21:13:25.579Z] setS1ASclassPath: 16:13:25 [2023-03-05T21:13:25.579Z] 16:13:25 [2023-03-05T21:13:25.579Z] init-common: 16:13:25 [2023-03-05T21:13:25.579Z] 16:13:25 [2023-03-05T21:13:25.580Z] start-derby: 16:13:25 [2023-03-05T21:13:25.580Z] 16:13:25 [2023-03-05T21:13:25.580Z] start-derby-aix: 16:13:25 [2023-03-05T21:13:25.580Z] 16:13:25 [2023-03-05T21:13:25.580Z] start-derby-nonaix: 16:13:25 [2023-03-05T21:13:25.580Z] [echo] Starting Derby DB Server ... 16:13:40 [2023-03-05T21:13:40.439Z] 16:13:40 [2023-03-05T21:13:40.439Z] setOSConditions: 16:13:40 [2023-03-05T21:13:40.439Z] 16:13:40 [2023-03-05T21:13:40.439Z] setToolWin: 16:13:40 [2023-03-05T21:13:40.439Z] 16:13:40 [2023-03-05T21:13:40.439Z] setToolUnix: 16:13:40 [2023-03-05T21:13:40.439Z] 16:13:40 [2023-03-05T21:13:40.439Z] setToolProperty: 16:13:40 [2023-03-05T21:13:40.439Z] 16:13:40 [2023-03-05T21:13:40.439Z] setS1ASclassPath: 16:13:40 [2023-03-05T21:13:40.439Z] 16:13:40 [2023-03-05T21:13:40.439Z] init-common: 16:13:40 [2023-03-05T21:13:40.439Z] 16:13:40 [2023-03-05T21:13:40.439Z] runclient-common: 16:13:40 [2023-03-05T21:13:40.439Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalAppClient.jar -name jdbc-convalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 4 16:13:41 [2023-03-05T21:13:41.368Z] [exec] Mar 05, 2023 9:13:41 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:13:41 [2023-03-05T21:13:41.368Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:13:43 [2023-03-05T21:13:43.887Z] [exec] Mar 05, 2023 9:13:43 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:13:43 [2023-03-05T21:13:43.887Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6c951ada 16:13:44 [2023-03-05T21:13:44.143Z] [exec] Value of key is: test-4 16:13:44 [2023-03-05T21:13:44.143Z] [exec] test-4 returned true as validation is enabled 16:13:44 [2023-03-05T21:13:44.143Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:13:44 [2023-03-05T21:13:44.143Z] [exec] 16:13:44 [2023-03-05T21:13:44.143Z] [exec] 16:13:44 [2023-03-05T21:13:44.143Z] [exec] ----------------------------------------- 16:13:44 [2023-03-05T21:13:44.143Z] [exec] - test-4 : PASS - 16:13:44 [2023-03-05T21:13:44.143Z] [exec] ----------------------------------------- 16:13:44 [2023-03-05T21:13:44.143Z] [exec] Total PASS: 1 16:13:44 [2023-03-05T21:13:44.143Z] [exec] Total FAIL: 0 16:13:44 [2023-03-05T21:13:44.143Z] [exec] Total DID NOT RUN: 0 16:13:44 [2023-03-05T21:13:44.143Z] [exec] ----------------------------------------- 16:13:44 [2023-03-05T21:13:44.143Z] [exec] in flushAll , creating new testSuiteHash 16:13:44 [2023-03-05T21:13:44.143Z] [exec] in flushAll , creating new testSuiteHash 16:13:44 [2023-03-05T21:13:44.410Z] 16:13:44 [2023-03-05T21:13:44.410Z] checkReporting-common: 16:13:44 [2023-03-05T21:13:44.411Z] 16:13:44 [2023-03-05T21:13:44.411Z] confirmReportPresent-common: 16:13:44 [2023-03-05T21:13:44.411Z] [echo] file RepRunConf.txt is present. 16:13:44 [2023-03-05T21:13:44.411Z] [echo] Test seems to be reported fine 16:13:44 [2023-03-05T21:13:44.411Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt 16:13:44 [2023-03-05T21:13:44.411Z] 16:13:44 [2023-03-05T21:13:44.411Z] confirmMissingReport-common: 16:13:44 [2023-03-05T21:13:44.411Z] 16:13:44 [2023-03-05T21:13:44.411Z] setOSConditions: 16:13:44 [2023-03-05T21:13:44.411Z] 16:13:44 [2023-03-05T21:13:44.411Z] setToolWin: 16:13:44 [2023-03-05T21:13:44.411Z] 16:13:44 [2023-03-05T21:13:44.411Z] setToolUnix: 16:13:44 [2023-03-05T21:13:44.411Z] 16:13:44 [2023-03-05T21:13:44.411Z] setToolProperty: 16:13:44 [2023-03-05T21:13:44.411Z] 16:13:44 [2023-03-05T21:13:44.411Z] setS1ASclassPath: 16:13:44 [2023-03-05T21:13:44.411Z] 16:13:44 [2023-03-05T21:13:44.411Z] init-common: 16:13:44 [2023-03-05T21:13:44.411Z] 16:13:44 [2023-03-05T21:13:44.411Z] execute-sql-common: 16:13:44 [2023-03-05T21:13:44.668Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/sql/drop_pointbase.sql 16:13:44 [2023-03-05T21:13:44.668Z] [sql] 0 rows affected 16:13:44 [2023-03-05T21:13:44.668Z] [sql] 1 of 1 SQL statements executed successfully 16:13:44 [2023-03-05T21:13:44.668Z] 16:13:44 [2023-03-05T21:13:44.668Z] undeploy: 16:13:44 [2023-03-05T21:13:44.668Z] 16:13:44 [2023-03-05T21:13:44.668Z] setOSConditions: 16:13:44 [2023-03-05T21:13:44.668Z] 16:13:44 [2023-03-05T21:13:44.668Z] setToolWin: 16:13:44 [2023-03-05T21:13:44.668Z] 16:13:44 [2023-03-05T21:13:44.668Z] setToolUnix: 16:13:44 [2023-03-05T21:13:44.668Z] 16:13:44 [2023-03-05T21:13:44.668Z] setToolProperty: 16:13:44 [2023-03-05T21:13:44.668Z] 16:13:44 [2023-03-05T21:13:44.668Z] setS1ASclassPath: 16:13:44 [2023-03-05T21:13:44.668Z] 16:13:44 [2023-03-05T21:13:44.668Z] init-common: 16:13:44 [2023-03-05T21:13:44.668Z] 16:13:44 [2023-03-05T21:13:44.668Z] undeploy-common: 16:13:44 [2023-03-05T21:13:44.924Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-convalApp 16:13:44 [2023-03-05T21:13:44.924Z] 16:13:44 [2023-03-05T21:13:44.924Z] delete-jdbc-stuff: 16:13:44 [2023-03-05T21:13:44.924Z] 16:13:44 [2023-03-05T21:13:44.924Z] setOSConditions: 16:13:44 [2023-03-05T21:13:44.924Z] 16:13:44 [2023-03-05T21:13:44.924Z] setToolWin: 16:13:44 [2023-03-05T21:13:44.924Z] 16:13:44 [2023-03-05T21:13:44.924Z] setToolUnix: 16:13:44 [2023-03-05T21:13:44.924Z] 16:13:44 [2023-03-05T21:13:44.924Z] setToolProperty: 16:13:44 [2023-03-05T21:13:44.924Z] 16:13:44 [2023-03-05T21:13:44.924Z] setS1ASclassPath: 16:13:44 [2023-03-05T21:13:44.924Z] 16:13:44 [2023-03-05T21:13:44.924Z] init-common: 16:13:44 [2023-03-05T21:13:44.924Z] 16:13:44 [2023-03-05T21:13:44.924Z] delete-jdbc-resource-common: 16:13:44 [2023-03-05T21:13:44.924Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/convalDB 16:13:45 [2023-03-05T21:13:45.181Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/convalDB 16:13:45 [2023-03-05T21:13:45.181Z] [exec] JDBC resource jdbc/convalDB deleted successfully 16:13:45 [2023-03-05T21:13:45.181Z] [echo] cmd executed for server 16:13:45 [2023-03-05T21:13:45.181Z] 16:13:45 [2023-03-05T21:13:45.181Z] setOSConditions: 16:13:45 [2023-03-05T21:13:45.181Z] 16:13:45 [2023-03-05T21:13:45.181Z] setToolWin: 16:13:45 [2023-03-05T21:13:45.181Z] 16:13:45 [2023-03-05T21:13:45.181Z] setToolUnix: 16:13:45 [2023-03-05T21:13:45.181Z] 16:13:45 [2023-03-05T21:13:45.181Z] setToolProperty: 16:13:45 [2023-03-05T21:13:45.181Z] 16:13:45 [2023-03-05T21:13:45.181Z] setS1ASclassPath: 16:13:45 [2023-03-05T21:13:45.181Z] 16:13:45 [2023-03-05T21:13:45.181Z] init-common: 16:13:45 [2023-03-05T21:13:45.181Z] 16:13:45 [2023-03-05T21:13:45.181Z] delete-jdbc-connpool-common: 16:13:45 [2023-03-05T21:13:45.181Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-conval 16:13:45 [2023-03-05T21:13:45.441Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-conval 16:13:45 [2023-03-05T21:13:45.441Z] [exec] JDBC Connection pool jdbc-conval deleted successfully 16:13:45 [2023-03-05T21:13:45.441Z] [echo] cmd executed for server 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] all-assoc-with-thread: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setOSConditions: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setToolWin: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setToolUnix: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setToolProperty: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setS1ASclassPath: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] init-common: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] clean: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setOSConditions: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setToolWin: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setToolUnix: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setToolProperty: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setS1ASclassPath: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] init-common: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] clean-common: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setOSConditions: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setToolWin: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setToolUnix: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setToolProperty: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setS1ASclassPath: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] init-common: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] clean-classes-common: 16:13:45 [2023-03-05T21:13:45.441Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setOSConditions: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setToolWin: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setToolUnix: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setToolProperty: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setS1ASclassPath: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] init-common: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] clean-jars-common: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] compile: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setOSConditions: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setToolWin: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setToolUnix: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setToolProperty: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] setS1ASclassPath: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] init-common: 16:13:45 [2023-03-05T21:13:45.441Z] 16:13:45 [2023-03-05T21:13:45.441Z] compile-common: 16:13:45 [2023-03-05T21:13:45.441Z] [echo] Current time (ISO): 2023-03-05T21:13:45.433+0000 16:13:45 [2023-03-05T21:13:45.442Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:13:45 [2023-03-05T21:13:45.442Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:13:46 [2023-03-05T21:13:46.830Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:13:46 [2023-03-05T21:13:46.830Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleaktracing/ejb/SimpleBMPBean.java:35: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:13:46 [2023-03-05T21:13:46.830Z] [javac] return new Integer(1); 16:13:46 [2023-03-05T21:13:46.830Z] [javac] ^ 16:13:46 [2023-03-05T21:13:46.830Z] [javac] 2 warnings 16:13:46 [2023-03-05T21:13:46.830Z] 16:13:46 [2023-03-05T21:13:46.830Z] setOSConditions: 16:13:46 [2023-03-05T21:13:46.830Z] 16:13:46 [2023-03-05T21:13:46.830Z] setToolWin: 16:13:46 [2023-03-05T21:13:46.830Z] 16:13:46 [2023-03-05T21:13:46.830Z] setToolUnix: 16:13:46 [2023-03-05T21:13:46.830Z] 16:13:46 [2023-03-05T21:13:46.830Z] setToolProperty: 16:13:46 [2023-03-05T21:13:46.830Z] 16:13:46 [2023-03-05T21:13:46.830Z] setS1ASclassPath: 16:13:46 [2023-03-05T21:13:46.830Z] 16:13:46 [2023-03-05T21:13:46.830Z] init-common: 16:13:46 [2023-03-05T21:13:46.830Z] 16:13:46 [2023-03-05T21:13:46.830Z] compile-common: 16:13:46 [2023-03-05T21:13:46.830Z] [echo] Current time (ISO): 2023-03-05T21:13:46.681+0000 16:13:46 [2023-03-05T21:13:46.830Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:13:48 [2023-03-05T21:13:48.254Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:13:48 [2023-03-05T21:13:48.254Z] [javac] 1 warning 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] build: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setOSConditions: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] fixFiles: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] convUnix: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] convWin: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setToolWin: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setToolUnix: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setToolProperty: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setS1ASclassPath: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] init-common: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] package-persistence-common: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] ejb-jar-common: 16:13:48 [2023-03-05T21:13:48.254Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] package-ejbjar-common: 16:13:48 [2023-03-05T21:13:48.254Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:13:48 [2023-03-05T21:13:48.254Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:13:48 [2023-03-05T21:13:48.254Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:13:48 [2023-03-05T21:13:48.254Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracing-ejb.jar 16:13:48 [2023-03-05T21:13:48.254Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] appclient-jar-common: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] package-appclientjar-common: 16:13:48 [2023-03-05T21:13:48.254Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:13:48 [2023-03-05T21:13:48.254Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:13:48 [2023-03-05T21:13:48.254Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:13:48 [2023-03-05T21:13:48.254Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracing-client.jar 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] webclient-war-common: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] build-ear-common: 16:13:48 [2023-03-05T21:13:48.254Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:13:48 [2023-03-05T21:13:48.254Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracingApp.ear 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] deploy: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setOSConditions: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setToolWin: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setToolUnix: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setToolProperty: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setS1ASclassPath: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] init-common: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] create-jdbc-stuff: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setOSConditions: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setToolWin: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setToolUnix: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setToolProperty: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setS1ASclassPath: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] init-common: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] deploy-jdbc-common: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setOSConditions: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setToolWin: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setToolUnix: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setToolProperty: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] setS1ASclassPath: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] init-common: 16:13:48 [2023-03-05T21:13:48.254Z] 16:13:48 [2023-03-05T21:13:48.254Z] create-jdbc-connpool-common: 16:13:48 [2023-03-05T21:13:48.254Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-connectionleaktracing 16:13:48 [2023-03-05T21:13:48.520Z] [exec] JDBC connection pool jdbc-connectionleaktracing created successfully. 16:13:48 [2023-03-05T21:13:48.520Z] 16:13:48 [2023-03-05T21:13:48.520Z] set-derby-connpool-props: 16:13:48 [2023-03-05T21:13:48.777Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.User=dbuser 16:13:48 [2023-03-05T21:13:48.777Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.User=dbuser 16:13:49 [2023-03-05T21:13:49.033Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.Password=dbpassword 16:13:49 [2023-03-05T21:13:49.033Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.Password=dbpassword 16:13:49 [2023-03-05T21:13:49.293Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.driverType=4 16:13:49 [2023-03-05T21:13:49.293Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.driverType=4 16:13:49 [2023-03-05T21:13:49.549Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.portNumber=1527 16:13:49 [2023-03-05T21:13:49.549Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.portNumber=1527 16:13:49 [2023-03-05T21:13:49.805Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.dataBaseName=testdb 16:13:49 [2023-03-05T21:13:49.805Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.dataBaseName=testdb 16:13:50 [2023-03-05T21:13:50.368Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.retrieveMessagesFromServerOnGetMessage=true 16:13:50 [2023-03-05T21:13:50.369Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.retrieveMessagesFromServerOnGetMessage=true 16:13:50 [2023-03-05T21:13:50.625Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.create=true 16:13:50 [2023-03-05T21:13:50.625Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.create=true 16:13:50 [2023-03-05T21:13:50.882Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.serverName=localhost 16:13:50 [2023-03-05T21:13:50.882Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.serverName=localhost 16:13:50 [2023-03-05T21:13:50.882Z] 16:13:50 [2023-03-05T21:13:50.882Z] setOSConditions: 16:13:50 [2023-03-05T21:13:50.882Z] 16:13:50 [2023-03-05T21:13:50.882Z] setToolWin: 16:13:50 [2023-03-05T21:13:50.882Z] 16:13:50 [2023-03-05T21:13:50.882Z] setToolUnix: 16:13:50 [2023-03-05T21:13:50.882Z] 16:13:50 [2023-03-05T21:13:50.882Z] setToolProperty: 16:13:50 [2023-03-05T21:13:50.882Z] 16:13:50 [2023-03-05T21:13:50.882Z] setS1ASclassPath: 16:13:50 [2023-03-05T21:13:50.882Z] 16:13:50 [2023-03-05T21:13:50.882Z] init-common: 16:13:50 [2023-03-05T21:13:50.882Z] 16:13:50 [2023-03-05T21:13:50.882Z] create-jdbc-resource-common: 16:13:50 [2023-03-05T21:13:50.882Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-connectionleaktracing --target server jdbc/connectionleaktracingDB 16:13:51 [2023-03-05T21:13:51.139Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-connectionleaktracing --enabled=true --target server jdbc/connectionleaktracingDB 16:13:51 [2023-03-05T21:13:51.139Z] [exec] JDBC resource jdbc/connectionleaktracingDB created successfully. 16:13:51 [2023-03-05T21:13:51.139Z] [echo] cmd executed for server 16:13:51 [2023-03-05T21:13:51.139Z] 16:13:51 [2023-03-05T21:13:51.139Z] asadmin-common: 16:13:51 [2023-03-05T21:13:51.139Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.steady_pool_size=1 16:13:51 [2023-03-05T21:13:51.395Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.steady_pool_size=1 16:13:51 [2023-03-05T21:13:51.395Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.steady-pool-size=1 16:13:51 [2023-03-05T21:13:51.395Z] 16:13:51 [2023-03-05T21:13:51.395Z] asadmin-common: 16:13:51 [2023-03-05T21:13:51.395Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.max_pool_size=1 16:13:51 [2023-03-05T21:13:51.652Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.max_pool_size=1 16:13:51 [2023-03-05T21:13:51.652Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.max-pool-size=1 16:13:51 [2023-03-05T21:13:51.652Z] 16:13:51 [2023-03-05T21:13:51.652Z] asadmin-common: 16:13:51 [2023-03-05T21:13:51.652Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.connection_leak_timeout_in_seconds=10 16:13:51 [2023-03-05T21:13:51.908Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.connection_leak_timeout_in_seconds=10 16:13:51 [2023-03-05T21:13:51.908Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.connection-leak-timeout-in-seconds=10 16:13:51 [2023-03-05T21:13:51.908Z] 16:13:51 [2023-03-05T21:13:51.908Z] asadmin-common: 16:13:51 [2023-03-05T21:13:51.908Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.connection_leak_reclaim=true 16:13:52 [2023-03-05T21:13:52.471Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.connection_leak_reclaim=true 16:13:52 [2023-03-05T21:13:52.471Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.connection-leak-reclaim=true 16:13:52 [2023-03-05T21:13:52.471Z] 16:13:52 [2023-03-05T21:13:52.471Z] setOSConditions: 16:13:52 [2023-03-05T21:13:52.471Z] 16:13:52 [2023-03-05T21:13:52.471Z] setToolWin: 16:13:52 [2023-03-05T21:13:52.471Z] 16:13:52 [2023-03-05T21:13:52.471Z] setToolUnix: 16:13:52 [2023-03-05T21:13:52.471Z] 16:13:52 [2023-03-05T21:13:52.471Z] setToolProperty: 16:13:52 [2023-03-05T21:13:52.471Z] 16:13:52 [2023-03-05T21:13:52.471Z] setS1ASclassPath: 16:13:52 [2023-03-05T21:13:52.471Z] 16:13:52 [2023-03-05T21:13:52.471Z] init-common: 16:13:52 [2023-03-05T21:13:52.471Z] 16:13:52 [2023-03-05T21:13:52.471Z] deploy-common: 16:13:52 [2023-03-05T21:13:52.471Z] [echo] Current time (ISO): 2023-03-05T21:13:52.201+0000 16:13:52 [2023-03-05T21:13:52.471Z] 16:13:52 [2023-03-05T21:13:52.471Z] setOSConditions: 16:13:52 [2023-03-05T21:13:52.471Z] 16:13:52 [2023-03-05T21:13:52.471Z] setToolWin: 16:13:52 [2023-03-05T21:13:52.471Z] 16:13:52 [2023-03-05T21:13:52.471Z] setToolUnix: 16:13:52 [2023-03-05T21:13:52.471Z] 16:13:52 [2023-03-05T21:13:52.471Z] setToolProperty: 16:13:52 [2023-03-05T21:13:52.471Z] 16:13:52 [2023-03-05T21:13:52.471Z] setS1ASclassPath: 16:13:52 [2023-03-05T21:13:52.471Z] 16:13:52 [2023-03-05T21:13:52.471Z] init-common: 16:13:52 [2023-03-05T21:13:52.471Z] 16:13:52 [2023-03-05T21:13:52.471Z] deploy-common-pe: 16:13:52 [2023-03-05T21:13:52.728Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracingApp.ear 16:13:52 [2023-03-05T21:13:52.728Z] [exec] Application deployed with name jdbc-connectionleaktracingApp. 16:13:52 [2023-03-05T21:13:52.728Z] [echo] Deployment on target server server successful 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] setOSConditions: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] setToolWin: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] setToolUnix: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] setToolProperty: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] setS1ASclassPath: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] init-common: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] deploy-common-ee: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] setOSConditions: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] setToolWin: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] setToolUnix: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] setToolProperty: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] setS1ASclassPath: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] init-common: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] execute-sql-common: 16:13:52 [2023-03-05T21:13:52.728Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleaktracing/sql/create_pointbase.sql 16:13:52 [2023-03-05T21:13:52.728Z] [sql] Failed to execute: Drop table O_Customer 16:13:52 [2023-03-05T21:13:52.728Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:13:52 [2023-03-05T21:13:52.728Z] [sql] 0 rows affected 16:13:52 [2023-03-05T21:13:52.728Z] [sql] 1 of 2 SQL statements executed successfully 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] run: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] setOSConditions: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] setToolWin: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] setToolUnix: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] setToolProperty: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] setS1ASclassPath: 16:13:52 [2023-03-05T21:13:52.728Z] 16:13:52 [2023-03-05T21:13:52.728Z] init-common: 16:13:52 [2023-03-05T21:13:52.984Z] 16:13:52 [2023-03-05T21:13:52.984Z] runclient-common: 16:13:52 [2023-03-05T21:13:52.984Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracingAppClient.jar -name jdbc-connectionleaktracingClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:13:53 [2023-03-05T21:13:53.549Z] [exec] Mar 05, 2023 9:13:53 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:13:53 [2023-03-05T21:13:53.549Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:13:55 [2023-03-05T21:13:55.456Z] [exec] Mar 05, 2023 9:13:55 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:13:55 [2023-03-05T21:13:55.456Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@39266403 16:15:03 [2023-03-05T21:15:03.105Z] [exec] Value of key is: : 16:15:03 [2023-03-05T21:15:03.105Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:15:03 [2023-03-05T21:15:03.105Z] [exec] 16:15:03 [2023-03-05T21:15:03.105Z] [exec] 16:15:03 [2023-03-05T21:15:03.105Z] [exec] ----------------------------------------- 16:15:03 [2023-03-05T21:15:03.105Z] [exec] - : : PASS - 16:15:03 [2023-03-05T21:15:03.105Z] [exec] ----------------------------------------- 16:15:03 [2023-03-05T21:15:03.105Z] [exec] Total PASS: 1 16:15:03 [2023-03-05T21:15:03.105Z] [exec] Total FAIL: 0 16:15:03 [2023-03-05T21:15:03.105Z] [exec] Total DID NOT RUN: 0 16:15:03 [2023-03-05T21:15:03.105Z] [exec] ----------------------------------------- 16:15:03 [2023-03-05T21:15:03.105Z] [exec] in flushAll , creating new testSuiteHash 16:15:03 [2023-03-05T21:15:03.105Z] [exec] in flushAll , creating new testSuiteHash 16:15:03 [2023-03-05T21:15:03.105Z] 16:15:03 [2023-03-05T21:15:03.105Z] checkReporting-common: 16:15:03 [2023-03-05T21:15:03.105Z] 16:15:03 [2023-03-05T21:15:03.105Z] confirmReportPresent-common: 16:15:03 [2023-03-05T21:15:03.105Z] [echo] file RepRunConf.txt is present. 16:15:03 [2023-03-05T21:15:03.105Z] [echo] Test seems to be reported fine 16:15:03 [2023-03-05T21:15:03.105Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleaktracing/RepRunConf.txt 16:15:03 [2023-03-05T21:15:03.105Z] 16:15:03 [2023-03-05T21:15:03.105Z] confirmMissingReport-common: 16:15:03 [2023-03-05T21:15:03.105Z] 16:15:03 [2023-03-05T21:15:03.105Z] undeploy: 16:15:03 [2023-03-05T21:15:03.105Z] 16:15:03 [2023-03-05T21:15:03.105Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.105Z] 16:15:03 [2023-03-05T21:15:03.105Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.105Z] 16:15:03 [2023-03-05T21:15:03.105Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.105Z] 16:15:03 [2023-03-05T21:15:03.105Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.105Z] 16:15:03 [2023-03-05T21:15:03.105Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.105Z] 16:15:03 [2023-03-05T21:15:03.105Z] init-common: 16:15:03 [2023-03-05T21:15:03.105Z] 16:15:03 [2023-03-05T21:15:03.105Z] execute-sql-common: 16:15:03 [2023-03-05T21:15:03.105Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleaktracing/sql/drop_pointbase.sql 16:15:03 [2023-03-05T21:15:03.105Z] [sql] 0 rows affected 16:15:03 [2023-03-05T21:15:03.105Z] [sql] 1 of 1 SQL statements executed successfully 16:15:03 [2023-03-05T21:15:03.105Z] 16:15:03 [2023-03-05T21:15:03.105Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.105Z] 16:15:03 [2023-03-05T21:15:03.105Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.105Z] 16:15:03 [2023-03-05T21:15:03.105Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.105Z] 16:15:03 [2023-03-05T21:15:03.105Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.105Z] 16:15:03 [2023-03-05T21:15:03.106Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] init-common: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] delete-jdbc-stuff: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] init-common: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] delete-jdbc-resource-common: 16:15:03 [2023-03-05T21:15:03.106Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connectionleaktracingDB 16:15:03 [2023-03-05T21:15:03.106Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connectionleaktracingDB 16:15:03 [2023-03-05T21:15:03.106Z] [exec] JDBC resource jdbc/connectionleaktracingDB deleted successfully 16:15:03 [2023-03-05T21:15:03.106Z] [echo] cmd executed for server 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] init-common: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] delete-jdbc-connpool-common: 16:15:03 [2023-03-05T21:15:03.106Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-connectionleaktracing 16:15:03 [2023-03-05T21:15:03.106Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-connectionleaktracing 16:15:03 [2023-03-05T21:15:03.106Z] [exec] JDBC Connection pool jdbc-connectionleaktracing deleted successfully 16:15:03 [2023-03-05T21:15:03.106Z] [echo] cmd executed for server 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] init-common: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] undeploy-common: 16:15:03 [2023-03-05T21:15:03.106Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-connectionleaktracingApp 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] all: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] init-common: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] clean: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] init-common: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] clean-common: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] init-common: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] clean-classes-common: 16:15:03 [2023-03-05T21:15:03.106Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] init-common: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] clean-jars-common: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] compile: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] init-common: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] compile-common: 16:15:03 [2023-03-05T21:15:03.106Z] [echo] Current time (ISO): 2023-03-05T21:14:56.953+0000 16:15:03 [2023-03-05T21:15:03.106Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:15:03 [2023-03-05T21:15:03.106Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:15:03 [2023-03-05T21:15:03.106Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:15:03 [2023-03-05T21:15:03.106Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conncreationretry/ejb/SimpleBMPBean.java:40: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:15:03 [2023-03-05T21:15:03.106Z] [javac] return new Integer(1); 16:15:03 [2023-03-05T21:15:03.106Z] [javac] ^ 16:15:03 [2023-03-05T21:15:03.106Z] [javac] 2 warnings 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] init-common: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] compile-common: 16:15:03 [2023-03-05T21:15:03.106Z] [echo] Current time (ISO): 2023-03-05T21:14:58.143+0000 16:15:03 [2023-03-05T21:15:03.106Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:15:03 [2023-03-05T21:15:03.106Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:15:03 [2023-03-05T21:15:03.106Z] [javac] 1 warning 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] build: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] fixFiles: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] convUnix: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] convWin: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] init-common: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] package-persistence-common: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] ejb-jar-common: 16:15:03 [2023-03-05T21:15:03.106Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] package-ejbjar-common: 16:15:03 [2023-03-05T21:15:03.106Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:15:03 [2023-03-05T21:15:03.106Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:15:03 [2023-03-05T21:15:03.106Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:15:03 [2023-03-05T21:15:03.106Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretry-ejb.jar 16:15:03 [2023-03-05T21:15:03.106Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] appclient-jar-common: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] package-appclientjar-common: 16:15:03 [2023-03-05T21:15:03.106Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:15:03 [2023-03-05T21:15:03.106Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:15:03 [2023-03-05T21:15:03.106Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:15:03 [2023-03-05T21:15:03.106Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretry-client.jar 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] webclient-war-common: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] build-ear-common: 16:15:03 [2023-03-05T21:15:03.106Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:15:03 [2023-03-05T21:15:03.106Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretryApp.ear 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] deploy: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.106Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.106Z] 16:15:03 [2023-03-05T21:15:03.107Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] init-common: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] create-jdbc-stuff: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] init-common: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] deploy-jdbc-common: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] init-common: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] create-jdbc-connpool-common: 16:15:03 [2023-03-05T21:15:03.107Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-connectioncreationretry 16:15:03 [2023-03-05T21:15:03.107Z] [exec] JDBC connection pool jdbc-connectioncreationretry created successfully. 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] set-derby-connpool-props: 16:15:03 [2023-03-05T21:15:03.107Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.User=dbuser 16:15:03 [2023-03-05T21:15:03.107Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.User=dbuser 16:15:03 [2023-03-05T21:15:03.107Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.Password=dbpassword 16:15:03 [2023-03-05T21:15:03.107Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.Password=dbpassword 16:15:03 [2023-03-05T21:15:03.107Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.driverType=4 16:15:03 [2023-03-05T21:15:03.107Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.driverType=4 16:15:03 [2023-03-05T21:15:03.107Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.portNumber=1527 16:15:03 [2023-03-05T21:15:03.107Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.portNumber=1527 16:15:03 [2023-03-05T21:15:03.107Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.dataBaseName=testdb 16:15:03 [2023-03-05T21:15:03.107Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.dataBaseName=testdb 16:15:03 [2023-03-05T21:15:03.107Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.retrieveMessagesFromServerOnGetMessage=true 16:15:03 [2023-03-05T21:15:03.107Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.retrieveMessagesFromServerOnGetMessage=true 16:15:03 [2023-03-05T21:15:03.107Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.create=true 16:15:03 [2023-03-05T21:15:03.107Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.create=true 16:15:03 [2023-03-05T21:15:03.107Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.serverName=localhost 16:15:03 [2023-03-05T21:15:03.107Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.serverName=localhost 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] init-common: 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] create-jdbc-resource-common: 16:15:03 [2023-03-05T21:15:03.107Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-connectioncreationretry --target server jdbc/connectioncreationretryDB 16:15:03 [2023-03-05T21:15:03.107Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-connectioncreationretry --enabled=true --target server jdbc/connectioncreationretryDB 16:15:03 [2023-03-05T21:15:03.107Z] [exec] JDBC resource jdbc/connectioncreationretryDB created successfully. 16:15:03 [2023-03-05T21:15:03.107Z] [echo] cmd executed for server 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] asadmin-common: 16:15:03 [2023-03-05T21:15:03.107Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.connection_creation_retry_attempts=10 16:15:03 [2023-03-05T21:15:03.107Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.connection_creation_retry_attempts=10 16:15:03 [2023-03-05T21:15:03.107Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.connection-creation-retry-attempts=10 16:15:03 [2023-03-05T21:15:03.107Z] 16:15:03 [2023-03-05T21:15:03.107Z] asadmin-common: 16:15:03 [2023-03-05T21:15:03.107Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.connection_creation_retry_interval_in_seconds=5 16:15:03 [2023-03-05T21:15:03.363Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.connection_creation_retry_interval_in_seconds=5 16:15:03 [2023-03-05T21:15:03.363Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.connection-creation-retry-interval-in-seconds=5 16:15:03 [2023-03-05T21:15:03.363Z] 16:15:03 [2023-03-05T21:15:03.363Z] asadmin-common: 16:15:03 [2023-03-05T21:15:03.363Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.steady_pool_size=1 16:15:03 [2023-03-05T21:15:03.619Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.steady_pool_size=1 16:15:03 [2023-03-05T21:15:03.619Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.steady-pool-size=1 16:15:03 [2023-03-05T21:15:03.619Z] 16:15:03 [2023-03-05T21:15:03.619Z] asadmin-common: 16:15:03 [2023-03-05T21:15:03.619Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.max_pool_size=1 16:15:03 [2023-03-05T21:15:03.875Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.max_pool_size=1 16:15:03 [2023-03-05T21:15:03.875Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.max-pool-size=1 16:15:03 [2023-03-05T21:15:03.875Z] 16:15:03 [2023-03-05T21:15:03.875Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.875Z] 16:15:03 [2023-03-05T21:15:03.875Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.875Z] 16:15:03 [2023-03-05T21:15:03.875Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.875Z] 16:15:03 [2023-03-05T21:15:03.875Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.875Z] 16:15:03 [2023-03-05T21:15:03.875Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.875Z] 16:15:03 [2023-03-05T21:15:03.875Z] init-common: 16:15:03 [2023-03-05T21:15:03.875Z] 16:15:03 [2023-03-05T21:15:03.875Z] deploy-common: 16:15:03 [2023-03-05T21:15:03.875Z] [echo] Current time (ISO): 2023-03-05T21:15:03.843+0000 16:15:03 [2023-03-05T21:15:03.875Z] 16:15:03 [2023-03-05T21:15:03.875Z] setOSConditions: 16:15:03 [2023-03-05T21:15:03.875Z] 16:15:03 [2023-03-05T21:15:03.875Z] setToolWin: 16:15:03 [2023-03-05T21:15:03.875Z] 16:15:03 [2023-03-05T21:15:03.875Z] setToolUnix: 16:15:03 [2023-03-05T21:15:03.875Z] 16:15:03 [2023-03-05T21:15:03.875Z] setToolProperty: 16:15:03 [2023-03-05T21:15:03.875Z] 16:15:03 [2023-03-05T21:15:03.875Z] setS1ASclassPath: 16:15:03 [2023-03-05T21:15:03.875Z] 16:15:03 [2023-03-05T21:15:03.875Z] init-common: 16:15:03 [2023-03-05T21:15:03.875Z] 16:15:03 [2023-03-05T21:15:03.875Z] deploy-common-pe: 16:15:04 [2023-03-05T21:15:04.439Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretryApp.ear 16:15:04 [2023-03-05T21:15:04.439Z] [exec] Application deployed with name jdbc-connectioncreationretryApp. 16:15:04 [2023-03-05T21:15:04.439Z] [echo] Deployment on target server server successful 16:15:04 [2023-03-05T21:15:04.439Z] 16:15:04 [2023-03-05T21:15:04.439Z] setOSConditions: 16:15:04 [2023-03-05T21:15:04.439Z] 16:15:04 [2023-03-05T21:15:04.439Z] setToolWin: 16:15:04 [2023-03-05T21:15:04.439Z] 16:15:04 [2023-03-05T21:15:04.439Z] setToolUnix: 16:15:04 [2023-03-05T21:15:04.439Z] 16:15:04 [2023-03-05T21:15:04.439Z] setToolProperty: 16:15:04 [2023-03-05T21:15:04.439Z] 16:15:04 [2023-03-05T21:15:04.439Z] setS1ASclassPath: 16:15:04 [2023-03-05T21:15:04.439Z] 16:15:04 [2023-03-05T21:15:04.439Z] init-common: 16:15:04 [2023-03-05T21:15:04.439Z] 16:15:04 [2023-03-05T21:15:04.439Z] deploy-common-ee: 16:15:04 [2023-03-05T21:15:04.439Z] 16:15:04 [2023-03-05T21:15:04.439Z] setOSConditions: 16:15:04 [2023-03-05T21:15:04.439Z] 16:15:04 [2023-03-05T21:15:04.439Z] setToolWin: 16:15:04 [2023-03-05T21:15:04.439Z] 16:15:04 [2023-03-05T21:15:04.439Z] setToolUnix: 16:15:04 [2023-03-05T21:15:04.439Z] 16:15:04 [2023-03-05T21:15:04.439Z] setToolProperty: 16:15:04 [2023-03-05T21:15:04.439Z] 16:15:04 [2023-03-05T21:15:04.439Z] setS1ASclassPath: 16:15:04 [2023-03-05T21:15:04.439Z] 16:15:04 [2023-03-05T21:15:04.439Z] init-common: 16:15:04 [2023-03-05T21:15:04.439Z] 16:15:04 [2023-03-05T21:15:04.439Z] execute-sql-common: 16:15:04 [2023-03-05T21:15:04.439Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conncreationretry/sql/create_pointbase.sql 16:15:04 [2023-03-05T21:15:04.439Z] [sql] Failed to execute: Drop table O_Customer 16:15:04 [2023-03-05T21:15:04.439Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:15:04 [2023-03-05T21:15:04.440Z] [sql] 0 rows affected 16:15:04 [2023-03-05T21:15:04.440Z] [sql] 1 of 2 SQL statements executed successfully 16:15:04 [2023-03-05T21:15:04.440Z] 16:15:04 [2023-03-05T21:15:04.440Z] run: 16:15:04 [2023-03-05T21:15:04.440Z] 16:15:04 [2023-03-05T21:15:04.440Z] setOSConditions: 16:15:04 [2023-03-05T21:15:04.440Z] 16:15:04 [2023-03-05T21:15:04.440Z] setToolWin: 16:15:04 [2023-03-05T21:15:04.440Z] 16:15:04 [2023-03-05T21:15:04.440Z] setToolUnix: 16:15:04 [2023-03-05T21:15:04.440Z] 16:15:04 [2023-03-05T21:15:04.440Z] setToolProperty: 16:15:04 [2023-03-05T21:15:04.440Z] 16:15:04 [2023-03-05T21:15:04.440Z] setS1ASclassPath: 16:15:04 [2023-03-05T21:15:04.440Z] 16:15:04 [2023-03-05T21:15:04.440Z] init-common: 16:15:04 [2023-03-05T21:15:04.440Z] 16:15:04 [2023-03-05T21:15:04.440Z] stop-derby: 16:15:04 [2023-03-05T21:15:04.440Z] 16:15:04 [2023-03-05T21:15:04.440Z] stop-derby-aix: 16:15:04 [2023-03-05T21:15:04.440Z] 16:15:04 [2023-03-05T21:15:04.440Z] stop-derby-nonaix: 16:15:04 [2023-03-05T21:15:04.440Z] [echo] Stopping Derby DB Server ... 16:15:04 [2023-03-05T21:15:04.696Z] [java] Sun Mar 05 21:15:04 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:15:04 [2023-03-05T21:15:04.696Z] 16:15:04 [2023-03-05T21:15:04.696Z] setOSConditions: 16:15:04 [2023-03-05T21:15:04.696Z] 16:15:04 [2023-03-05T21:15:04.696Z] setToolWin: 16:15:04 [2023-03-05T21:15:04.696Z] 16:15:04 [2023-03-05T21:15:04.696Z] setToolUnix: 16:15:04 [2023-03-05T21:15:04.696Z] 16:15:04 [2023-03-05T21:15:04.696Z] setToolProperty: 16:15:04 [2023-03-05T21:15:04.696Z] 16:15:04 [2023-03-05T21:15:04.696Z] setS1ASclassPath: 16:15:04 [2023-03-05T21:15:04.696Z] 16:15:04 [2023-03-05T21:15:04.696Z] init-common: 16:15:04 [2023-03-05T21:15:04.696Z] 16:15:04 [2023-03-05T21:15:04.696Z] runclient-common: 16:15:04 [2023-03-05T21:15:04.696Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretryAppClient.jar -name jdbc-connectioncreationretryClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:15:05 [2023-03-05T21:15:05.259Z] [exec] Mar 05, 2023 9:15:05 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:15:05 [2023-03-05T21:15:05.259Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:15:13 [2023-03-05T21:15:13.371Z] [exec] Mar 05, 2023 9:15:12 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:15:13 [2023-03-05T21:15:13.371Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5fef0c19 16:15:19 [2023-03-05T21:15:19.919Z] 16:15:19 [2023-03-05T21:15:19.919Z] setOSConditions: 16:15:19 [2023-03-05T21:15:19.919Z] 16:15:19 [2023-03-05T21:15:19.919Z] setToolWin: 16:15:19 [2023-03-05T21:15:19.919Z] 16:15:19 [2023-03-05T21:15:19.919Z] setToolUnix: 16:15:19 [2023-03-05T21:15:19.919Z] 16:15:19 [2023-03-05T21:15:19.919Z] setToolProperty: 16:15:19 [2023-03-05T21:15:19.919Z] 16:15:19 [2023-03-05T21:15:19.919Z] setS1ASclassPath: 16:15:19 [2023-03-05T21:15:19.919Z] 16:15:19 [2023-03-05T21:15:19.919Z] init-common: 16:15:19 [2023-03-05T21:15:19.919Z] 16:15:19 [2023-03-05T21:15:19.919Z] start-derby: 16:15:19 [2023-03-05T21:15:19.919Z] 16:15:19 [2023-03-05T21:15:19.919Z] start-derby-aix: 16:15:19 [2023-03-05T21:15:19.919Z] 16:15:19 [2023-03-05T21:15:19.919Z] start-derby-nonaix: 16:15:19 [2023-03-05T21:15:19.919Z] [echo] Starting Derby DB Server ... 16:15:23 [2023-03-05T21:15:23.192Z] [exec] Value of key is: test 16:15:23 [2023-03-05T21:15:23.192Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:15:23 [2023-03-05T21:15:23.192Z] [exec] 16:15:23 [2023-03-05T21:15:23.192Z] [exec] 16:15:23 [2023-03-05T21:15:23.192Z] [exec] ----------------------------------------- 16:15:23 [2023-03-05T21:15:23.192Z] [exec] - test : PASS - 16:15:23 [2023-03-05T21:15:23.192Z] [exec] ----------------------------------------- 16:15:23 [2023-03-05T21:15:23.192Z] [exec] Total PASS: 1 16:15:23 [2023-03-05T21:15:23.192Z] [exec] Total FAIL: 0 16:15:23 [2023-03-05T21:15:23.192Z] [exec] Total DID NOT RUN: 0 16:15:23 [2023-03-05T21:15:23.192Z] [exec] ----------------------------------------- 16:15:23 [2023-03-05T21:15:23.192Z] [exec] in flushAll , creating new testSuiteHash 16:15:23 [2023-03-05T21:15:23.192Z] [exec] in flushAll , creating new testSuiteHash 16:15:23 [2023-03-05T21:15:23.192Z] 16:15:23 [2023-03-05T21:15:23.192Z] checkReporting-common: 16:15:23 [2023-03-05T21:15:23.192Z] 16:15:23 [2023-03-05T21:15:23.192Z] confirmReportPresent-common: 16:15:23 [2023-03-05T21:15:23.192Z] [echo] file RepRunConf.txt is present. 16:15:23 [2023-03-05T21:15:23.192Z] [echo] Test seems to be reported fine 16:15:23 [2023-03-05T21:15:23.192Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conncreationretry/RepRunConf.txt 16:15:23 [2023-03-05T21:15:23.192Z] 16:15:23 [2023-03-05T21:15:23.192Z] confirmMissingReport-common: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] undeploy: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setOSConditions: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setToolWin: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setToolUnix: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setToolProperty: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setS1ASclassPath: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] init-common: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] execute-sql-common: 16:15:35 [2023-03-05T21:15:35.376Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conncreationretry/sql/drop_pointbase.sql 16:15:35 [2023-03-05T21:15:35.376Z] [sql] 0 rows affected 16:15:35 [2023-03-05T21:15:35.376Z] [sql] 1 of 1 SQL statements executed successfully 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setOSConditions: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setToolWin: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setToolUnix: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setToolProperty: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setS1ASclassPath: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] init-common: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] delete-jdbc-stuff: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setOSConditions: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setToolWin: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setToolUnix: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setToolProperty: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setS1ASclassPath: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] init-common: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] delete-jdbc-resource-common: 16:15:35 [2023-03-05T21:15:35.376Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connectioncreationretryDB 16:15:35 [2023-03-05T21:15:35.376Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connectioncreationretryDB 16:15:35 [2023-03-05T21:15:35.376Z] [exec] JDBC resource jdbc/connectioncreationretryDB deleted successfully 16:15:35 [2023-03-05T21:15:35.376Z] [echo] cmd executed for server 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setOSConditions: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setToolWin: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setToolUnix: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setToolProperty: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setS1ASclassPath: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] init-common: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] delete-jdbc-connpool-common: 16:15:35 [2023-03-05T21:15:35.376Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-connectioncreationretry 16:15:35 [2023-03-05T21:15:35.376Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-connectioncreationretry 16:15:35 [2023-03-05T21:15:35.376Z] [exec] JDBC Connection pool jdbc-connectioncreationretry deleted successfully 16:15:35 [2023-03-05T21:15:35.376Z] [echo] cmd executed for server 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setOSConditions: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setToolWin: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setToolUnix: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setToolProperty: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] setS1ASclassPath: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] init-common: 16:15:35 [2023-03-05T21:15:35.376Z] 16:15:35 [2023-03-05T21:15:35.376Z] undeploy-common: 16:15:35 [2023-03-05T21:15:35.938Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-connectioncreationretryApp 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] all: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] setOSConditions: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] setToolWin: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] setToolUnix: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] setToolProperty: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] setS1ASclassPath: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] init-common: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] clean: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] setOSConditions: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] setToolWin: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] setToolUnix: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] setToolProperty: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] setS1ASclassPath: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] init-common: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] clean-common: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] setOSConditions: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] setToolWin: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] setToolUnix: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] setToolProperty: 16:15:35 [2023-03-05T21:15:35.938Z] 16:15:35 [2023-03-05T21:15:35.938Z] setS1ASclassPath: 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] init-common: 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] clean-classes-common: 16:15:35 [2023-03-05T21:15:35.939Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] setOSConditions: 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] setToolWin: 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] setToolUnix: 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] setToolProperty: 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] setS1ASclassPath: 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] init-common: 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] clean-jars-common: 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] compile: 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] setOSConditions: 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] setToolWin: 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] setToolUnix: 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] setToolProperty: 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] setS1ASclassPath: 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] init-common: 16:15:35 [2023-03-05T21:15:35.939Z] 16:15:35 [2023-03-05T21:15:35.939Z] compile-common: 16:15:35 [2023-03-05T21:15:35.939Z] [echo] Current time (ISO): 2023-03-05T21:15:35.722+0000 16:15:35 [2023-03-05T21:15:35.939Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:15:35 [2023-03-05T21:15:35.939Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:15:36 [2023-03-05T21:15:36.887Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:15:36 [2023-03-05T21:15:36.887Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/ejb/SimpleBMPBean.java:40: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:15:36 [2023-03-05T21:15:36.887Z] [javac] return new Integer(1); 16:15:36 [2023-03-05T21:15:36.887Z] [javac] ^ 16:15:36 [2023-03-05T21:15:36.887Z] [javac] 2 warnings 16:15:37 [2023-03-05T21:15:37.143Z] 16:15:37 [2023-03-05T21:15:37.143Z] setOSConditions: 16:15:37 [2023-03-05T21:15:37.143Z] 16:15:37 [2023-03-05T21:15:37.143Z] setToolWin: 16:15:37 [2023-03-05T21:15:37.143Z] 16:15:37 [2023-03-05T21:15:37.143Z] setToolUnix: 16:15:37 [2023-03-05T21:15:37.143Z] 16:15:37 [2023-03-05T21:15:37.143Z] setToolProperty: 16:15:37 [2023-03-05T21:15:37.143Z] 16:15:37 [2023-03-05T21:15:37.143Z] setS1ASclassPath: 16:15:37 [2023-03-05T21:15:37.143Z] 16:15:37 [2023-03-05T21:15:37.143Z] init-common: 16:15:37 [2023-03-05T21:15:37.143Z] 16:15:37 [2023-03-05T21:15:37.143Z] compile-common: 16:15:37 [2023-03-05T21:15:37.143Z] [echo] Current time (ISO): 2023-03-05T21:15:36.887+0000 16:15:37 [2023-03-05T21:15:37.143Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:15:38 [2023-03-05T21:15:38.526Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:15:38 [2023-03-05T21:15:38.526Z] [javac] 1 warning 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] build: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setOSConditions: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] fixFiles: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] convUnix: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] convWin: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setToolWin: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setToolUnix: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setToolProperty: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setS1ASclassPath: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] init-common: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] package-persistence-common: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] ejb-jar-common: 16:15:38 [2023-03-05T21:15:38.526Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] package-ejbjar-common: 16:15:38 [2023-03-05T21:15:38.526Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:15:38 [2023-03-05T21:15:38.526Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:15:38 [2023-03-05T21:15:38.526Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:15:38 [2023-03-05T21:15:38.526Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiod-ejb.jar 16:15:38 [2023-03-05T21:15:38.526Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] appclient-jar-common: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] package-appclientjar-common: 16:15:38 [2023-03-05T21:15:38.526Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:15:38 [2023-03-05T21:15:38.526Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:15:38 [2023-03-05T21:15:38.526Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:15:38 [2023-03-05T21:15:38.526Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiod-client.jar 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] webclient-war-common: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] build-ear-common: 16:15:38 [2023-03-05T21:15:38.526Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:15:38 [2023-03-05T21:15:38.526Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiodApp.ear 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] deploy: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setOSConditions: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setToolWin: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setToolUnix: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setToolProperty: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setS1ASclassPath: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] init-common: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] create-jdbc-stuff: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setOSConditions: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setToolWin: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setToolUnix: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setToolProperty: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setS1ASclassPath: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] init-common: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] deploy-jdbc-common: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setOSConditions: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setToolWin: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setToolUnix: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setToolProperty: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] setS1ASclassPath: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] init-common: 16:15:38 [2023-03-05T21:15:38.526Z] 16:15:38 [2023-03-05T21:15:38.526Z] create-jdbc-connpool-common: 16:15:38 [2023-03-05T21:15:38.783Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-validateatmostonceperiod 16:15:38 [2023-03-05T21:15:38.783Z] [exec] JDBC connection pool jdbc-validateatmostonceperiod created successfully. 16:15:38 [2023-03-05T21:15:38.783Z] 16:15:38 [2023-03-05T21:15:38.783Z] set-derby-connpool-props: 16:15:39 [2023-03-05T21:15:39.039Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.User=dbuser 16:15:39 [2023-03-05T21:15:39.039Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.User=dbuser 16:15:39 [2023-03-05T21:15:39.319Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.Password=dbpassword 16:15:39 [2023-03-05T21:15:39.319Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.Password=dbpassword 16:15:39 [2023-03-05T21:15:39.575Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.driverType=4 16:15:39 [2023-03-05T21:15:39.575Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.driverType=4 16:15:39 [2023-03-05T21:15:39.831Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.portNumber=1527 16:15:39 [2023-03-05T21:15:39.831Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.portNumber=1527 16:15:40 [2023-03-05T21:15:40.087Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.dataBaseName=testdb 16:15:40 [2023-03-05T21:15:40.087Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.dataBaseName=testdb 16:15:40 [2023-03-05T21:15:40.651Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.retrieveMessagesFromServerOnGetMessage=true 16:15:40 [2023-03-05T21:15:40.651Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.retrieveMessagesFromServerOnGetMessage=true 16:15:40 [2023-03-05T21:15:40.907Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.create=true 16:15:40 [2023-03-05T21:15:40.907Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.create=true 16:15:41 [2023-03-05T21:15:41.164Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.serverName=localhost 16:15:41 [2023-03-05T21:15:41.164Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.serverName=localhost 16:15:41 [2023-03-05T21:15:41.164Z] 16:15:41 [2023-03-05T21:15:41.164Z] setOSConditions: 16:15:41 [2023-03-05T21:15:41.164Z] 16:15:41 [2023-03-05T21:15:41.164Z] setToolWin: 16:15:41 [2023-03-05T21:15:41.164Z] 16:15:41 [2023-03-05T21:15:41.164Z] setToolUnix: 16:15:41 [2023-03-05T21:15:41.164Z] 16:15:41 [2023-03-05T21:15:41.164Z] setToolProperty: 16:15:41 [2023-03-05T21:15:41.164Z] 16:15:41 [2023-03-05T21:15:41.164Z] setS1ASclassPath: 16:15:41 [2023-03-05T21:15:41.164Z] 16:15:41 [2023-03-05T21:15:41.164Z] init-common: 16:15:41 [2023-03-05T21:15:41.164Z] 16:15:41 [2023-03-05T21:15:41.164Z] create-jdbc-resource-common: 16:15:41 [2023-03-05T21:15:41.164Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-validateatmostonceperiod --target server jdbc/validateatmostonceperiodDB 16:15:41 [2023-03-05T21:15:41.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-validateatmostonceperiod --enabled=true --target server jdbc/validateatmostonceperiodDB 16:15:41 [2023-03-05T21:15:41.420Z] [exec] JDBC resource jdbc/validateatmostonceperiodDB created successfully. 16:15:41 [2023-03-05T21:15:41.420Z] [echo] cmd executed for server 16:15:41 [2023-03-05T21:15:41.420Z] 16:15:41 [2023-03-05T21:15:41.420Z] setOSConditions: 16:15:41 [2023-03-05T21:15:41.420Z] 16:15:41 [2023-03-05T21:15:41.420Z] setToolWin: 16:15:41 [2023-03-05T21:15:41.420Z] 16:15:41 [2023-03-05T21:15:41.420Z] setToolUnix: 16:15:41 [2023-03-05T21:15:41.420Z] 16:15:41 [2023-03-05T21:15:41.420Z] setToolProperty: 16:15:41 [2023-03-05T21:15:41.420Z] 16:15:41 [2023-03-05T21:15:41.420Z] setS1ASclassPath: 16:15:41 [2023-03-05T21:15:41.420Z] 16:15:41 [2023-03-05T21:15:41.420Z] init-common: 16:15:41 [2023-03-05T21:15:41.420Z] 16:15:41 [2023-03-05T21:15:41.420Z] deploy-common: 16:15:41 [2023-03-05T21:15:41.420Z] [echo] Current time (ISO): 2023-03-05T21:15:41.405+0000 16:15:41 [2023-03-05T21:15:41.420Z] 16:15:41 [2023-03-05T21:15:41.420Z] setOSConditions: 16:15:41 [2023-03-05T21:15:41.420Z] 16:15:41 [2023-03-05T21:15:41.420Z] setToolWin: 16:15:41 [2023-03-05T21:15:41.420Z] 16:15:41 [2023-03-05T21:15:41.420Z] setToolUnix: 16:15:41 [2023-03-05T21:15:41.420Z] 16:15:41 [2023-03-05T21:15:41.420Z] setToolProperty: 16:15:41 [2023-03-05T21:15:41.420Z] 16:15:41 [2023-03-05T21:15:41.420Z] setS1ASclassPath: 16:15:41 [2023-03-05T21:15:41.420Z] 16:15:41 [2023-03-05T21:15:41.420Z] init-common: 16:15:41 [2023-03-05T21:15:41.420Z] 16:15:41 [2023-03-05T21:15:41.420Z] deploy-common-pe: 16:15:41 [2023-03-05T21:15:41.983Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiodApp.ear 16:15:41 [2023-03-05T21:15:41.983Z] [exec] Application deployed with name jdbc-validateatmostonceperiodApp. 16:15:41 [2023-03-05T21:15:41.983Z] [echo] Deployment on target server server successful 16:15:41 [2023-03-05T21:15:41.983Z] 16:15:41 [2023-03-05T21:15:41.983Z] setOSConditions: 16:15:41 [2023-03-05T21:15:41.983Z] 16:15:41 [2023-03-05T21:15:41.983Z] setToolWin: 16:15:41 [2023-03-05T21:15:41.983Z] 16:15:41 [2023-03-05T21:15:41.983Z] setToolUnix: 16:15:41 [2023-03-05T21:15:41.983Z] 16:15:41 [2023-03-05T21:15:41.983Z] setToolProperty: 16:15:41 [2023-03-05T21:15:41.983Z] 16:15:41 [2023-03-05T21:15:41.983Z] setS1ASclassPath: 16:15:41 [2023-03-05T21:15:41.983Z] 16:15:41 [2023-03-05T21:15:41.983Z] init-common: 16:15:41 [2023-03-05T21:15:41.983Z] 16:15:41 [2023-03-05T21:15:41.983Z] deploy-common-ee: 16:15:41 [2023-03-05T21:15:41.983Z] 16:15:41 [2023-03-05T21:15:41.983Z] setOSConditions: 16:15:41 [2023-03-05T21:15:41.983Z] 16:15:41 [2023-03-05T21:15:41.983Z] setToolWin: 16:15:41 [2023-03-05T21:15:41.983Z] 16:15:41 [2023-03-05T21:15:41.983Z] setToolUnix: 16:15:41 [2023-03-05T21:15:41.983Z] 16:15:41 [2023-03-05T21:15:41.983Z] setToolProperty: 16:15:41 [2023-03-05T21:15:41.983Z] 16:15:41 [2023-03-05T21:15:41.983Z] setS1ASclassPath: 16:15:41 [2023-03-05T21:15:41.983Z] 16:15:41 [2023-03-05T21:15:41.983Z] init-common: 16:15:41 [2023-03-05T21:15:41.983Z] 16:15:41 [2023-03-05T21:15:41.983Z] execute-sql-common: 16:15:41 [2023-03-05T21:15:41.983Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/sql/create_pointbase.sql 16:15:41 [2023-03-05T21:15:41.983Z] [sql] Failed to execute: Drop table O_Customer 16:15:41 [2023-03-05T21:15:41.983Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:15:41 [2023-03-05T21:15:41.983Z] [sql] 0 rows affected 16:15:41 [2023-03-05T21:15:41.983Z] [sql] 1 of 2 SQL statements executed successfully 16:15:41 [2023-03-05T21:15:41.983Z] 16:15:41 [2023-03-05T21:15:41.983Z] run: 16:15:41 [2023-03-05T21:15:41.983Z] 16:15:41 [2023-03-05T21:15:41.983Z] asadmin-common: 16:15:41 [2023-03-05T21:15:41.983Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.connection_validation_method=table 16:15:42 [2023-03-05T21:15:42.239Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.connection_validation_method=table 16:15:42 [2023-03-05T21:15:42.239Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.connection-validation-method=table 16:15:42 [2023-03-05T21:15:42.239Z] 16:15:42 [2023-03-05T21:15:42.239Z] asadmin-common: 16:15:42 [2023-03-05T21:15:42.239Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validation_table_name=O_CUSTOMER 16:15:42 [2023-03-05T21:15:42.495Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validation_table_name=O_CUSTOMER 16:15:42 [2023-03-05T21:15:42.751Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validation-table-name=O_CUSTOMER 16:15:42 [2023-03-05T21:15:42.751Z] 16:15:42 [2023-03-05T21:15:42.751Z] asadmin-common: 16:15:42 [2023-03-05T21:15:42.751Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.is_connection_validation_required=true 16:15:43 [2023-03-05T21:15:43.020Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.is_connection_validation_required=true 16:15:43 [2023-03-05T21:15:43.020Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.is-connection-validation-required=true 16:15:43 [2023-03-05T21:15:43.020Z] 16:15:43 [2023-03-05T21:15:43.020Z] asadmin-common: 16:15:43 [2023-03-05T21:15:43.020Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validate_atmost_once_period_in_seconds=0 16:15:43 [2023-03-05T21:15:43.276Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validate_atmost_once_period_in_seconds=0 16:15:43 [2023-03-05T21:15:43.276Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validate-atmost-once-period-in-seconds=0 16:15:43 [2023-03-05T21:15:43.276Z] 16:15:43 [2023-03-05T21:15:43.276Z] setOSConditions: 16:15:43 [2023-03-05T21:15:43.276Z] 16:15:43 [2023-03-05T21:15:43.276Z] setToolWin: 16:15:43 [2023-03-05T21:15:43.276Z] 16:15:43 [2023-03-05T21:15:43.276Z] setToolUnix: 16:15:43 [2023-03-05T21:15:43.276Z] 16:15:43 [2023-03-05T21:15:43.276Z] setToolProperty: 16:15:43 [2023-03-05T21:15:43.276Z] 16:15:43 [2023-03-05T21:15:43.276Z] setS1ASclassPath: 16:15:43 [2023-03-05T21:15:43.276Z] 16:15:43 [2023-03-05T21:15:43.276Z] init-common: 16:15:43 [2023-03-05T21:15:43.276Z] 16:15:43 [2023-03-05T21:15:43.276Z] runclient-common: 16:15:43 [2023-03-05T21:15:43.276Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiodAppClient.jar -name jdbc-validateatmostonceperiodClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 16:15:44 [2023-03-05T21:15:44.219Z] [exec] Mar 05, 2023 9:15:43 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:15:44 [2023-03-05T21:15:44.219Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:15:46 [2023-03-05T21:15:46.112Z] [exec] Mar 05, 2023 9:15:45 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:15:46 [2023-03-05T21:15:46.112Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@281b2dfd 16:15:46 [2023-03-05T21:15:46.112Z] [exec] Value of key is: test1 16:15:46 [2023-03-05T21:15:46.112Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:15:46 [2023-03-05T21:15:46.112Z] [exec] 16:15:46 [2023-03-05T21:15:46.112Z] [exec] 16:15:46 [2023-03-05T21:15:46.112Z] [exec] ----------------------------------------- 16:15:46 [2023-03-05T21:15:46.112Z] [exec] - test1 : PASS - 16:15:46 [2023-03-05T21:15:46.112Z] [exec] ----------------------------------------- 16:15:46 [2023-03-05T21:15:46.112Z] [exec] Total PASS: 1 16:15:46 [2023-03-05T21:15:46.112Z] [exec] Total FAIL: 0 16:15:46 [2023-03-05T21:15:46.112Z] [exec] Total DID NOT RUN: 0 16:15:46 [2023-03-05T21:15:46.112Z] [exec] ----------------------------------------- 16:15:46 [2023-03-05T21:15:46.112Z] [exec] in flushAll , creating new testSuiteHash 16:15:46 [2023-03-05T21:15:46.112Z] [exec] in flushAll , creating new testSuiteHash 16:15:46 [2023-03-05T21:15:46.674Z] 16:15:46 [2023-03-05T21:15:46.674Z] checkReporting-common: 16:15:46 [2023-03-05T21:15:46.674Z] 16:15:46 [2023-03-05T21:15:46.674Z] confirmReportPresent-common: 16:15:46 [2023-03-05T21:15:46.674Z] [echo] file RepRunConf.txt is present. 16:15:46 [2023-03-05T21:15:46.674Z] [echo] Test seems to be reported fine 16:15:46 [2023-03-05T21:15:46.674Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/RepRunConf.txt 16:15:46 [2023-03-05T21:15:46.674Z] 16:15:46 [2023-03-05T21:15:46.674Z] confirmMissingReport-common: 16:15:46 [2023-03-05T21:15:46.674Z] 16:15:46 [2023-03-05T21:15:46.674Z] setOSConditions: 16:15:46 [2023-03-05T21:15:46.674Z] 16:15:46 [2023-03-05T21:15:46.674Z] setToolWin: 16:15:46 [2023-03-05T21:15:46.674Z] 16:15:46 [2023-03-05T21:15:46.674Z] setToolUnix: 16:15:46 [2023-03-05T21:15:46.674Z] 16:15:46 [2023-03-05T21:15:46.674Z] setToolProperty: 16:15:46 [2023-03-05T21:15:46.674Z] 16:15:46 [2023-03-05T21:15:46.674Z] setS1ASclassPath: 16:15:46 [2023-03-05T21:15:46.674Z] 16:15:46 [2023-03-05T21:15:46.674Z] init-common: 16:15:46 [2023-03-05T21:15:46.674Z] 16:15:46 [2023-03-05T21:15:46.674Z] stop-derby: 16:15:46 [2023-03-05T21:15:46.674Z] 16:15:46 [2023-03-05T21:15:46.674Z] stop-derby-aix: 16:15:46 [2023-03-05T21:15:46.674Z] 16:15:46 [2023-03-05T21:15:46.674Z] stop-derby-nonaix: 16:15:46 [2023-03-05T21:15:46.674Z] [echo] Stopping Derby DB Server ... 16:15:46 [2023-03-05T21:15:46.931Z] [java] Sun Mar 05 21:15:46 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:15:46 [2023-03-05T21:15:46.931Z] 16:15:46 [2023-03-05T21:15:46.931Z] setOSConditions: 16:15:46 [2023-03-05T21:15:46.931Z] 16:15:46 [2023-03-05T21:15:46.931Z] setToolWin: 16:15:46 [2023-03-05T21:15:46.931Z] 16:15:46 [2023-03-05T21:15:46.931Z] setToolUnix: 16:15:46 [2023-03-05T21:15:46.931Z] 16:15:46 [2023-03-05T21:15:46.931Z] setToolProperty: 16:15:46 [2023-03-05T21:15:46.931Z] 16:15:46 [2023-03-05T21:15:46.931Z] setS1ASclassPath: 16:15:46 [2023-03-05T21:15:46.931Z] 16:15:46 [2023-03-05T21:15:46.931Z] init-common: 16:15:46 [2023-03-05T21:15:46.931Z] 16:15:46 [2023-03-05T21:15:46.931Z] start-derby: 16:15:46 [2023-03-05T21:15:46.931Z] 16:15:46 [2023-03-05T21:15:46.931Z] start-derby-aix: 16:15:46 [2023-03-05T21:15:46.931Z] 16:15:46 [2023-03-05T21:15:46.931Z] start-derby-nonaix: 16:15:46 [2023-03-05T21:15:46.931Z] [echo] Starting Derby DB Server ... 16:16:01 [2023-03-05T21:16:01.783Z] 16:16:01 [2023-03-05T21:16:01.783Z] setOSConditions: 16:16:01 [2023-03-05T21:16:01.783Z] 16:16:01 [2023-03-05T21:16:01.783Z] setToolWin: 16:16:01 [2023-03-05T21:16:01.783Z] 16:16:01 [2023-03-05T21:16:01.783Z] setToolUnix: 16:16:01 [2023-03-05T21:16:01.783Z] 16:16:01 [2023-03-05T21:16:01.783Z] setToolProperty: 16:16:01 [2023-03-05T21:16:01.783Z] 16:16:01 [2023-03-05T21:16:01.783Z] setS1ASclassPath: 16:16:01 [2023-03-05T21:16:01.783Z] 16:16:01 [2023-03-05T21:16:01.783Z] init-common: 16:16:01 [2023-03-05T21:16:01.783Z] 16:16:01 [2023-03-05T21:16:01.783Z] runclient-common: 16:16:01 [2023-03-05T21:16:01.783Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiodAppClient.jar -name jdbc-validateatmostonceperiodClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 16:16:02 [2023-03-05T21:16:02.345Z] [exec] Mar 05, 2023 9:16:02 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:16:02 [2023-03-05T21:16:02.345Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:16:04 [2023-03-05T21:16:04.877Z] [exec] Mar 05, 2023 9:16:04 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:16:04 [2023-03-05T21:16:04.877Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@281b2dfd 16:16:05 [2023-03-05T21:16:05.134Z] [exec] Value of key is: test2 16:16:05 [2023-03-05T21:16:05.134Z] [exec] test-2 returned true as validation is enabled 16:16:05 [2023-03-05T21:16:05.134Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:16:05 [2023-03-05T21:16:05.134Z] [exec] 16:16:05 [2023-03-05T21:16:05.134Z] [exec] 16:16:05 [2023-03-05T21:16:05.134Z] [exec] ----------------------------------------- 16:16:05 [2023-03-05T21:16:05.134Z] [exec] - test2 : PASS - 16:16:05 [2023-03-05T21:16:05.134Z] [exec] ----------------------------------------- 16:16:05 [2023-03-05T21:16:05.134Z] [exec] Total PASS: 1 16:16:05 [2023-03-05T21:16:05.134Z] [exec] Total FAIL: 0 16:16:05 [2023-03-05T21:16:05.134Z] [exec] Total DID NOT RUN: 0 16:16:05 [2023-03-05T21:16:05.134Z] [exec] ----------------------------------------- 16:16:05 [2023-03-05T21:16:05.134Z] [exec] in flushAll , creating new testSuiteHash 16:16:05 [2023-03-05T21:16:05.134Z] [exec] in flushAll , creating new testSuiteHash 16:16:05 [2023-03-05T21:16:05.391Z] 16:16:05 [2023-03-05T21:16:05.391Z] checkReporting-common: 16:16:05 [2023-03-05T21:16:05.391Z] 16:16:05 [2023-03-05T21:16:05.391Z] confirmReportPresent-common: 16:16:05 [2023-03-05T21:16:05.391Z] [echo] file RepRunConf.txt is present. 16:16:05 [2023-03-05T21:16:05.391Z] [echo] Test seems to be reported fine 16:16:05 [2023-03-05T21:16:05.391Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/RepRunConf.txt 16:16:05 [2023-03-05T21:16:05.391Z] 16:16:05 [2023-03-05T21:16:05.391Z] confirmMissingReport-common: 16:16:05 [2023-03-05T21:16:05.391Z] 16:16:05 [2023-03-05T21:16:05.391Z] asadmin-common: 16:16:05 [2023-03-05T21:16:05.391Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validate_atmost_once_period_in_seconds=60 16:16:05 [2023-03-05T21:16:05.647Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validate_atmost_once_period_in_seconds=60 16:16:05 [2023-03-05T21:16:05.647Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validate-atmost-once-period-in-seconds=60 16:16:05 [2023-03-05T21:16:05.647Z] 16:16:05 [2023-03-05T21:16:05.647Z] setOSConditions: 16:16:05 [2023-03-05T21:16:05.647Z] 16:16:05 [2023-03-05T21:16:05.647Z] setToolWin: 16:16:05 [2023-03-05T21:16:05.647Z] 16:16:05 [2023-03-05T21:16:05.647Z] setToolUnix: 16:16:05 [2023-03-05T21:16:05.647Z] 16:16:05 [2023-03-05T21:16:05.647Z] setToolProperty: 16:16:05 [2023-03-05T21:16:05.647Z] 16:16:05 [2023-03-05T21:16:05.647Z] setS1ASclassPath: 16:16:05 [2023-03-05T21:16:05.647Z] 16:16:05 [2023-03-05T21:16:05.647Z] init-common: 16:16:05 [2023-03-05T21:16:05.647Z] 16:16:05 [2023-03-05T21:16:05.647Z] stop-derby: 16:16:05 [2023-03-05T21:16:05.647Z] 16:16:05 [2023-03-05T21:16:05.647Z] stop-derby-aix: 16:16:05 [2023-03-05T21:16:05.647Z] 16:16:05 [2023-03-05T21:16:05.647Z] stop-derby-nonaix: 16:16:05 [2023-03-05T21:16:05.647Z] [echo] Stopping Derby DB Server ... 16:16:05 [2023-03-05T21:16:05.903Z] [java] Sun Mar 05 21:16:05 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:16:05 [2023-03-05T21:16:05.903Z] 16:16:05 [2023-03-05T21:16:05.903Z] setOSConditions: 16:16:05 [2023-03-05T21:16:05.903Z] 16:16:05 [2023-03-05T21:16:05.903Z] setToolWin: 16:16:05 [2023-03-05T21:16:05.903Z] 16:16:05 [2023-03-05T21:16:05.903Z] setToolUnix: 16:16:05 [2023-03-05T21:16:05.903Z] 16:16:05 [2023-03-05T21:16:05.903Z] setToolProperty: 16:16:05 [2023-03-05T21:16:05.903Z] 16:16:05 [2023-03-05T21:16:05.903Z] setS1ASclassPath: 16:16:05 [2023-03-05T21:16:05.903Z] 16:16:05 [2023-03-05T21:16:05.903Z] init-common: 16:16:05 [2023-03-05T21:16:05.903Z] 16:16:05 [2023-03-05T21:16:05.903Z] start-derby: 16:16:05 [2023-03-05T21:16:05.903Z] 16:16:05 [2023-03-05T21:16:05.903Z] start-derby-aix: 16:16:05 [2023-03-05T21:16:05.903Z] 16:16:05 [2023-03-05T21:16:05.903Z] start-derby-nonaix: 16:16:05 [2023-03-05T21:16:05.903Z] [echo] Starting Derby DB Server ... 16:16:23 [2023-03-05T21:16:23.965Z] 16:16:23 [2023-03-05T21:16:23.965Z] setOSConditions: 16:16:23 [2023-03-05T21:16:23.965Z] 16:16:23 [2023-03-05T21:16:23.965Z] setToolWin: 16:16:23 [2023-03-05T21:16:23.965Z] 16:16:23 [2023-03-05T21:16:23.965Z] setToolUnix: 16:16:23 [2023-03-05T21:16:23.965Z] 16:16:23 [2023-03-05T21:16:23.965Z] setToolProperty: 16:16:23 [2023-03-05T21:16:23.965Z] 16:16:23 [2023-03-05T21:16:23.965Z] setS1ASclassPath: 16:16:23 [2023-03-05T21:16:23.965Z] 16:16:23 [2023-03-05T21:16:23.965Z] init-common: 16:16:23 [2023-03-05T21:16:23.965Z] 16:16:23 [2023-03-05T21:16:23.965Z] runclient-common: 16:16:23 [2023-03-05T21:16:23.965Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiodAppClient.jar -name jdbc-validateatmostonceperiodClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 3 16:16:23 [2023-03-05T21:16:23.965Z] [exec] Mar 05, 2023 9:16:21 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:16:23 [2023-03-05T21:16:23.965Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:16:23 [2023-03-05T21:16:23.965Z] [exec] Mar 05, 2023 9:16:23 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:16:23 [2023-03-05T21:16:23.965Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2ca54da9 16:16:23 [2023-03-05T21:16:23.965Z] [exec] Value of key is: test3 16:16:23 [2023-03-05T21:16:23.965Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:16:23 [2023-03-05T21:16:23.965Z] [exec] 16:16:23 [2023-03-05T21:16:23.965Z] [exec] 16:16:23 [2023-03-05T21:16:23.965Z] [exec] ----------------------------------------- 16:16:23 [2023-03-05T21:16:23.965Z] [exec] - test3 : PASS - 16:16:23 [2023-03-05T21:16:23.965Z] [exec] ----------------------------------------- 16:16:23 [2023-03-05T21:16:23.965Z] [exec] Total PASS: 1 16:16:23 [2023-03-05T21:16:23.965Z] [exec] Total FAIL: 0 16:16:23 [2023-03-05T21:16:23.965Z] [exec] Total DID NOT RUN: 0 16:16:23 [2023-03-05T21:16:23.965Z] [exec] ----------------------------------------- 16:16:23 [2023-03-05T21:16:23.965Z] [exec] in flushAll , creating new testSuiteHash 16:16:23 [2023-03-05T21:16:23.965Z] [exec] in flushAll , creating new testSuiteHash 16:16:24 [2023-03-05T21:16:24.222Z] 16:16:24 [2023-03-05T21:16:24.222Z] checkReporting-common: 16:16:24 [2023-03-05T21:16:24.222Z] 16:16:24 [2023-03-05T21:16:24.222Z] confirmReportPresent-common: 16:16:24 [2023-03-05T21:16:24.222Z] [echo] file RepRunConf.txt is present. 16:16:24 [2023-03-05T21:16:24.222Z] [echo] Test seems to be reported fine 16:16:24 [2023-03-05T21:16:24.222Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/RepRunConf.txt 16:16:24 [2023-03-05T21:16:24.222Z] 16:16:24 [2023-03-05T21:16:24.222Z] confirmMissingReport-common: 16:16:24 [2023-03-05T21:16:24.222Z] 16:16:24 [2023-03-05T21:16:24.222Z] undeploy: 16:16:24 [2023-03-05T21:16:24.222Z] 16:16:24 [2023-03-05T21:16:24.222Z] setOSConditions: 16:16:24 [2023-03-05T21:16:24.222Z] 16:16:24 [2023-03-05T21:16:24.222Z] setToolWin: 16:16:24 [2023-03-05T21:16:24.222Z] 16:16:24 [2023-03-05T21:16:24.222Z] setToolUnix: 16:16:24 [2023-03-05T21:16:24.222Z] 16:16:24 [2023-03-05T21:16:24.222Z] setToolProperty: 16:16:24 [2023-03-05T21:16:24.222Z] 16:16:24 [2023-03-05T21:16:24.222Z] setS1ASclassPath: 16:16:24 [2023-03-05T21:16:24.222Z] 16:16:24 [2023-03-05T21:16:24.222Z] init-common: 16:16:24 [2023-03-05T21:16:24.222Z] 16:16:24 [2023-03-05T21:16:24.222Z] execute-sql-common: 16:16:24 [2023-03-05T21:16:24.478Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/sql/drop_pointbase.sql 16:16:24 [2023-03-05T21:16:24.478Z] [sql] 0 rows affected 16:16:24 [2023-03-05T21:16:24.478Z] [sql] 1 of 1 SQL statements executed successfully 16:16:24 [2023-03-05T21:16:24.478Z] 16:16:24 [2023-03-05T21:16:24.478Z] setOSConditions: 16:16:24 [2023-03-05T21:16:24.478Z] 16:16:24 [2023-03-05T21:16:24.478Z] setToolWin: 16:16:24 [2023-03-05T21:16:24.478Z] 16:16:24 [2023-03-05T21:16:24.478Z] setToolUnix: 16:16:24 [2023-03-05T21:16:24.478Z] 16:16:24 [2023-03-05T21:16:24.478Z] setToolProperty: 16:16:24 [2023-03-05T21:16:24.478Z] 16:16:24 [2023-03-05T21:16:24.478Z] setS1ASclassPath: 16:16:24 [2023-03-05T21:16:24.478Z] 16:16:24 [2023-03-05T21:16:24.478Z] init-common: 16:16:24 [2023-03-05T21:16:24.478Z] 16:16:24 [2023-03-05T21:16:24.478Z] delete-jdbc-stuff: 16:16:24 [2023-03-05T21:16:24.478Z] 16:16:24 [2023-03-05T21:16:24.478Z] setOSConditions: 16:16:24 [2023-03-05T21:16:24.478Z] 16:16:24 [2023-03-05T21:16:24.478Z] setToolWin: 16:16:24 [2023-03-05T21:16:24.478Z] 16:16:24 [2023-03-05T21:16:24.478Z] setToolUnix: 16:16:24 [2023-03-05T21:16:24.478Z] 16:16:24 [2023-03-05T21:16:24.478Z] setToolProperty: 16:16:24 [2023-03-05T21:16:24.478Z] 16:16:24 [2023-03-05T21:16:24.478Z] setS1ASclassPath: 16:16:24 [2023-03-05T21:16:24.478Z] 16:16:24 [2023-03-05T21:16:24.478Z] init-common: 16:16:24 [2023-03-05T21:16:24.478Z] 16:16:24 [2023-03-05T21:16:24.478Z] delete-jdbc-resource-common: 16:16:24 [2023-03-05T21:16:24.478Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/validateatmostonceperiodDB 16:16:24 [2023-03-05T21:16:24.734Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/validateatmostonceperiodDB 16:16:24 [2023-03-05T21:16:24.734Z] [exec] JDBC resource jdbc/validateatmostonceperiodDB deleted successfully 16:16:24 [2023-03-05T21:16:24.990Z] [echo] cmd executed for server 16:16:24 [2023-03-05T21:16:24.990Z] 16:16:24 [2023-03-05T21:16:24.990Z] setOSConditions: 16:16:24 [2023-03-05T21:16:24.990Z] 16:16:24 [2023-03-05T21:16:24.990Z] setToolWin: 16:16:24 [2023-03-05T21:16:24.990Z] 16:16:24 [2023-03-05T21:16:24.990Z] setToolUnix: 16:16:24 [2023-03-05T21:16:24.990Z] 16:16:24 [2023-03-05T21:16:24.990Z] setToolProperty: 16:16:24 [2023-03-05T21:16:24.990Z] 16:16:24 [2023-03-05T21:16:24.990Z] setS1ASclassPath: 16:16:24 [2023-03-05T21:16:24.990Z] 16:16:24 [2023-03-05T21:16:24.990Z] init-common: 16:16:24 [2023-03-05T21:16:24.990Z] 16:16:24 [2023-03-05T21:16:24.990Z] delete-jdbc-connpool-common: 16:16:24 [2023-03-05T21:16:24.990Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-validateatmostonceperiod 16:16:25 [2023-03-05T21:16:25.246Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-validateatmostonceperiod 16:16:25 [2023-03-05T21:16:25.246Z] [exec] JDBC Connection pool jdbc-validateatmostonceperiod deleted successfully 16:16:25 [2023-03-05T21:16:25.246Z] [echo] cmd executed for server 16:16:25 [2023-03-05T21:16:25.246Z] 16:16:25 [2023-03-05T21:16:25.246Z] setOSConditions: 16:16:25 [2023-03-05T21:16:25.246Z] 16:16:25 [2023-03-05T21:16:25.246Z] setToolWin: 16:16:25 [2023-03-05T21:16:25.246Z] 16:16:25 [2023-03-05T21:16:25.246Z] setToolUnix: 16:16:25 [2023-03-05T21:16:25.246Z] 16:16:25 [2023-03-05T21:16:25.246Z] setToolProperty: 16:16:25 [2023-03-05T21:16:25.246Z] 16:16:25 [2023-03-05T21:16:25.246Z] setS1ASclassPath: 16:16:25 [2023-03-05T21:16:25.246Z] 16:16:25 [2023-03-05T21:16:25.246Z] init-common: 16:16:25 [2023-03-05T21:16:25.246Z] 16:16:25 [2023-03-05T21:16:25.246Z] undeploy-common: 16:16:25 [2023-03-05T21:16:25.502Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-validateatmostonceperiodApp 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] all: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] nonxa: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setOSConditions: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setToolWin: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setToolUnix: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setToolProperty: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setS1ASclassPath: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] init-common: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] clean: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setOSConditions: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setToolWin: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setToolUnix: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setToolProperty: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setS1ASclassPath: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] init-common: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] clean-common: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setOSConditions: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setToolWin: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setToolUnix: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setToolProperty: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setS1ASclassPath: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] init-common: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] clean-classes-common: 16:16:25 [2023-03-05T21:16:25.502Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setOSConditions: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setToolWin: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setToolUnix: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setToolProperty: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setS1ASclassPath: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] init-common: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] clean-jars-common: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] compile: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setOSConditions: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setToolWin: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setToolUnix: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setToolProperty: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] setS1ASclassPath: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] init-common: 16:16:25 [2023-03-05T21:16:25.502Z] 16:16:25 [2023-03-05T21:16:25.502Z] compile-common-with-endorsed-dir: 16:16:25 [2023-03-05T21:16:25.502Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:16:25 [2023-03-05T21:16:25.502Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:16:26 [2023-03-05T21:16:26.430Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:16:26 [2023-03-05T21:16:26.687Z] [javac] 1 warning 16:16:26 [2023-03-05T21:16:26.687Z] 16:16:26 [2023-03-05T21:16:26.687Z] setOSConditions: 16:16:26 [2023-03-05T21:16:26.687Z] 16:16:26 [2023-03-05T21:16:26.687Z] setToolWin: 16:16:26 [2023-03-05T21:16:26.687Z] 16:16:26 [2023-03-05T21:16:26.687Z] setToolUnix: 16:16:26 [2023-03-05T21:16:26.687Z] 16:16:26 [2023-03-05T21:16:26.687Z] setToolProperty: 16:16:26 [2023-03-05T21:16:26.687Z] 16:16:26 [2023-03-05T21:16:26.687Z] setS1ASclassPath: 16:16:26 [2023-03-05T21:16:26.687Z] 16:16:26 [2023-03-05T21:16:26.687Z] init-common: 16:16:26 [2023-03-05T21:16:26.687Z] 16:16:26 [2023-03-05T21:16:26.687Z] compile-common: 16:16:26 [2023-03-05T21:16:26.687Z] [echo] Current time (ISO): 2023-03-05T21:16:26.539+0000 16:16:26 [2023-03-05T21:16:26.687Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:16:28 [2023-03-05T21:16:28.058Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:16:28 [2023-03-05T21:16:28.058Z] [javac] 1 warning 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] build: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] setOSConditions: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] fixFiles: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] convUnix: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] convWin: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] setToolWin: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] setToolUnix: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] setToolProperty: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] setS1ASclassPath: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] init-common: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] package-persistence-common: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] ejb-jar-common: 16:16:28 [2023-03-05T21:16:28.058Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] package-ejbjar-common: 16:16:28 [2023-03-05T21:16:28.058Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:16:28 [2023-03-05T21:16:28.058Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:16:28 [2023-03-05T21:16:28.058Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:16:28 [2023-03-05T21:16:28.058Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxa-ejb.jar 16:16:28 [2023-03-05T21:16:28.058Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] appclient-jar-common: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] package-appclientjar-common: 16:16:28 [2023-03-05T21:16:28.058Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:16:28 [2023-03-05T21:16:28.058Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:16:28 [2023-03-05T21:16:28.058Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:16:28 [2023-03-05T21:16:28.058Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxa-client.jar 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] webclient-war-common: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] build-ear-common: 16:16:28 [2023-03-05T21:16:28.058Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:16:28 [2023-03-05T21:16:28.058Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaApp.ear 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] deploy: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] setOSConditions: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] setToolWin: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] setToolUnix: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] setToolProperty: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] setS1ASclassPath: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] init-common: 16:16:28 [2023-03-05T21:16:28.058Z] 16:16:28 [2023-03-05T21:16:28.058Z] create-jdbc-connpool-common: 16:16:28 [2023-03-05T21:16:28.315Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-connsharing-pool 16:16:28 [2023-03-05T21:16:28.315Z] [exec] JDBC connection pool jdbc-connsharing-pool created successfully. 16:16:28 [2023-03-05T21:16:28.315Z] 16:16:28 [2023-03-05T21:16:28.315Z] set-derby-connpool-props: 16:16:28 [2023-03-05T21:16:28.571Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.User=dbuser 16:16:28 [2023-03-05T21:16:28.571Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.User=dbuser 16:16:29 [2023-03-05T21:16:29.133Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.Password=dbpassword 16:16:29 [2023-03-05T21:16:29.133Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.Password=dbpassword 16:16:29 [2023-03-05T21:16:29.389Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.driverType=4 16:16:29 [2023-03-05T21:16:29.389Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.driverType=4 16:16:29 [2023-03-05T21:16:29.672Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.portNumber=1527 16:16:29 [2023-03-05T21:16:29.672Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.portNumber=1527 16:16:29 [2023-03-05T21:16:29.928Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.dataBaseName=testdb 16:16:29 [2023-03-05T21:16:29.928Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.dataBaseName=testdb 16:16:30 [2023-03-05T21:16:30.192Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:16:30 [2023-03-05T21:16:30.192Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:16:30 [2023-03-05T21:16:30.448Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.create=true 16:16:30 [2023-03-05T21:16:30.448Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.create=true 16:16:30 [2023-03-05T21:16:30.704Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.serverName=localhost 16:16:30 [2023-03-05T21:16:30.704Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.serverName=localhost 16:16:30 [2023-03-05T21:16:30.704Z] 16:16:30 [2023-03-05T21:16:30.704Z] setOSConditions: 16:16:30 [2023-03-05T21:16:30.704Z] 16:16:30 [2023-03-05T21:16:30.704Z] setToolWin: 16:16:30 [2023-03-05T21:16:30.704Z] 16:16:30 [2023-03-05T21:16:30.704Z] setToolUnix: 16:16:30 [2023-03-05T21:16:30.704Z] 16:16:30 [2023-03-05T21:16:30.704Z] setToolProperty: 16:16:30 [2023-03-05T21:16:30.704Z] 16:16:30 [2023-03-05T21:16:30.704Z] setS1ASclassPath: 16:16:30 [2023-03-05T21:16:30.704Z] 16:16:30 [2023-03-05T21:16:30.704Z] init-common: 16:16:30 [2023-03-05T21:16:30.704Z] 16:16:30 [2023-03-05T21:16:30.704Z] create-jdbc-connpool-common: 16:16:31 [2023-03-05T21:16:31.268Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 2 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=true --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=true --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-assoc-with-thread-pool-1 16:16:31 [2023-03-05T21:16:31.269Z] [exec] JDBC connection pool jdbc-assoc-with-thread-pool-1 created successfully. 16:16:31 [2023-03-05T21:16:31.269Z] 16:16:31 [2023-03-05T21:16:31.269Z] set-derby-connpool-props: 16:16:31 [2023-03-05T21:16:31.525Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.User=dbuser 16:16:31 [2023-03-05T21:16:31.525Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.User=dbuser 16:16:31 [2023-03-05T21:16:31.782Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.Password=dbpassword 16:16:31 [2023-03-05T21:16:31.782Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.Password=dbpassword 16:16:32 [2023-03-05T21:16:32.038Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.driverType=4 16:16:32 [2023-03-05T21:16:32.038Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.driverType=4 16:16:32 [2023-03-05T21:16:32.295Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.portNumber=1527 16:16:32 [2023-03-05T21:16:32.295Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.portNumber=1527 16:16:32 [2023-03-05T21:16:32.554Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.dataBaseName=awt-1 16:16:32 [2023-03-05T21:16:32.554Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.dataBaseName=awt-1 16:16:32 [2023-03-05T21:16:32.811Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.retrieveMessagesFromServerOnGetMessage=true 16:16:32 [2023-03-05T21:16:32.811Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.retrieveMessagesFromServerOnGetMessage=true 16:16:33 [2023-03-05T21:16:33.373Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.create=true 16:16:33 [2023-03-05T21:16:33.373Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.create=true 16:16:33 [2023-03-05T21:16:33.629Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.serverName=localhost 16:16:33 [2023-03-05T21:16:33.629Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.serverName=localhost 16:16:33 [2023-03-05T21:16:33.629Z] 16:16:33 [2023-03-05T21:16:33.629Z] asadmin-common: 16:16:33 [2023-03-05T21:16:33.629Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.connectionAttributes='create=true;' 16:16:33 [2023-03-05T21:16:33.886Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.connectionAttributes=create=true; 16:16:33 [2023-03-05T21:16:33.886Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.connectionAttributes=create=true; 16:16:33 [2023-03-05T21:16:33.886Z] 16:16:33 [2023-03-05T21:16:33.886Z] setOSConditions: 16:16:33 [2023-03-05T21:16:33.886Z] 16:16:33 [2023-03-05T21:16:33.886Z] setToolWin: 16:16:33 [2023-03-05T21:16:33.886Z] 16:16:33 [2023-03-05T21:16:33.886Z] setToolUnix: 16:16:33 [2023-03-05T21:16:33.886Z] 16:16:33 [2023-03-05T21:16:33.886Z] setToolProperty: 16:16:33 [2023-03-05T21:16:33.887Z] 16:16:33 [2023-03-05T21:16:33.887Z] setS1ASclassPath: 16:16:33 [2023-03-05T21:16:33.887Z] 16:16:33 [2023-03-05T21:16:33.887Z] init-common: 16:16:33 [2023-03-05T21:16:33.887Z] 16:16:33 [2023-03-05T21:16:33.887Z] create-jdbc-connpool-common: 16:16:34 [2023-03-05T21:16:34.143Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 2 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=true --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=true --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-assoc-with-thread-pool-2 16:16:34 [2023-03-05T21:16:34.143Z] [exec] JDBC connection pool jdbc-assoc-with-thread-pool-2 created successfully. 16:16:34 [2023-03-05T21:16:34.143Z] 16:16:34 [2023-03-05T21:16:34.143Z] set-derby-connpool-props: 16:16:34 [2023-03-05T21:16:34.399Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.User=dbuser 16:16:34 [2023-03-05T21:16:34.399Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.User=dbuser 16:16:34 [2023-03-05T21:16:34.962Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.Password=dbpassword 16:16:34 [2023-03-05T21:16:34.962Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.Password=dbpassword 16:16:35 [2023-03-05T21:16:35.221Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.driverType=4 16:16:35 [2023-03-05T21:16:35.221Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.driverType=4 16:16:35 [2023-03-05T21:16:35.478Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.portNumber=1527 16:16:35 [2023-03-05T21:16:35.478Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.portNumber=1527 16:16:35 [2023-03-05T21:16:35.734Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.dataBaseName=awt-2 16:16:35 [2023-03-05T21:16:35.734Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.dataBaseName=awt-2 16:16:35 [2023-03-05T21:16:35.990Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.retrieveMessagesFromServerOnGetMessage=true 16:16:35 [2023-03-05T21:16:35.990Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.retrieveMessagesFromServerOnGetMessage=true 16:16:36 [2023-03-05T21:16:36.552Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.create=true 16:16:36 [2023-03-05T21:16:36.552Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.create=true 16:16:36 [2023-03-05T21:16:36.809Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.serverName=localhost 16:16:36 [2023-03-05T21:16:36.809Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.serverName=localhost 16:16:36 [2023-03-05T21:16:36.809Z] 16:16:36 [2023-03-05T21:16:36.809Z] asadmin-common: 16:16:36 [2023-03-05T21:16:36.809Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.connectionAttributes='create=true;' 16:16:37 [2023-03-05T21:16:37.071Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.connectionAttributes=create=true; 16:16:37 [2023-03-05T21:16:37.071Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.connectionAttributes=create=true; 16:16:37 [2023-03-05T21:16:37.071Z] 16:16:37 [2023-03-05T21:16:37.071Z] setOSConditions: 16:16:37 [2023-03-05T21:16:37.071Z] 16:16:37 [2023-03-05T21:16:37.071Z] setToolWin: 16:16:37 [2023-03-05T21:16:37.071Z] 16:16:37 [2023-03-05T21:16:37.071Z] setToolUnix: 16:16:37 [2023-03-05T21:16:37.071Z] 16:16:37 [2023-03-05T21:16:37.071Z] setToolProperty: 16:16:37 [2023-03-05T21:16:37.071Z] 16:16:37 [2023-03-05T21:16:37.071Z] setS1ASclassPath: 16:16:37 [2023-03-05T21:16:37.071Z] 16:16:37 [2023-03-05T21:16:37.071Z] init-common: 16:16:37 [2023-03-05T21:16:37.071Z] 16:16:37 [2023-03-05T21:16:37.071Z] create-jdbc-resource-common: 16:16:37 [2023-03-05T21:16:37.071Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-assoc-with-thread-pool-1 --target server jdbc/assoc-with-thread-resource-1 16:16:37 [2023-03-05T21:16:37.327Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-assoc-with-thread-pool-1 --enabled=true --target server jdbc/assoc-with-thread-resource-1 16:16:37 [2023-03-05T21:16:37.328Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-1 created successfully. 16:16:37 [2023-03-05T21:16:37.328Z] [echo] cmd executed for server 16:16:37 [2023-03-05T21:16:37.328Z] 16:16:37 [2023-03-05T21:16:37.328Z] setOSConditions: 16:16:37 [2023-03-05T21:16:37.328Z] 16:16:37 [2023-03-05T21:16:37.328Z] setToolWin: 16:16:37 [2023-03-05T21:16:37.328Z] 16:16:37 [2023-03-05T21:16:37.328Z] setToolUnix: 16:16:37 [2023-03-05T21:16:37.328Z] 16:16:37 [2023-03-05T21:16:37.328Z] setToolProperty: 16:16:37 [2023-03-05T21:16:37.328Z] 16:16:37 [2023-03-05T21:16:37.328Z] setS1ASclassPath: 16:16:37 [2023-03-05T21:16:37.328Z] 16:16:37 [2023-03-05T21:16:37.328Z] init-common: 16:16:37 [2023-03-05T21:16:37.328Z] 16:16:37 [2023-03-05T21:16:37.328Z] create-jdbc-resource-common: 16:16:37 [2023-03-05T21:16:37.328Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-assoc-with-thread-pool-2 --target server jdbc/assoc-with-thread-resource-2 16:16:37 [2023-03-05T21:16:37.584Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-assoc-with-thread-pool-2 --enabled=true --target server jdbc/assoc-with-thread-resource-2 16:16:37 [2023-03-05T21:16:37.584Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-2 created successfully. 16:16:37 [2023-03-05T21:16:37.584Z] [echo] cmd executed for server 16:16:37 [2023-03-05T21:16:37.584Z] 16:16:37 [2023-03-05T21:16:37.584Z] setOSConditions: 16:16:37 [2023-03-05T21:16:37.584Z] 16:16:37 [2023-03-05T21:16:37.584Z] setToolWin: 16:16:37 [2023-03-05T21:16:37.584Z] 16:16:37 [2023-03-05T21:16:37.584Z] setToolUnix: 16:16:37 [2023-03-05T21:16:37.584Z] 16:16:37 [2023-03-05T21:16:37.584Z] setToolProperty: 16:16:37 [2023-03-05T21:16:37.584Z] 16:16:37 [2023-03-05T21:16:37.584Z] setS1ASclassPath: 16:16:37 [2023-03-05T21:16:37.584Z] 16:16:37 [2023-03-05T21:16:37.584Z] init-common: 16:16:37 [2023-03-05T21:16:37.584Z] 16:16:37 [2023-03-05T21:16:37.584Z] create-jdbc-resource-common: 16:16:37 [2023-03-05T21:16:37.584Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-connsharing-pool --target server jdbc/connsharing 16:16:37 [2023-03-05T21:16:37.840Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-connsharing-pool --enabled=true --target server jdbc/connsharing 16:16:38 [2023-03-05T21:16:38.120Z] [exec] JDBC resource jdbc/connsharing created successfully. 16:16:38 [2023-03-05T21:16:38.120Z] [echo] cmd executed for server 16:16:38 [2023-03-05T21:16:38.120Z] 16:16:38 [2023-03-05T21:16:38.120Z] setOSConditions: 16:16:38 [2023-03-05T21:16:38.120Z] 16:16:38 [2023-03-05T21:16:38.120Z] setToolWin: 16:16:38 [2023-03-05T21:16:38.120Z] 16:16:38 [2023-03-05T21:16:38.120Z] setToolUnix: 16:16:38 [2023-03-05T21:16:38.120Z] 16:16:38 [2023-03-05T21:16:38.120Z] setToolProperty: 16:16:38 [2023-03-05T21:16:38.120Z] 16:16:38 [2023-03-05T21:16:38.120Z] setS1ASclassPath: 16:16:38 [2023-03-05T21:16:38.120Z] 16:16:38 [2023-03-05T21:16:38.120Z] init-common: 16:16:38 [2023-03-05T21:16:38.120Z] 16:16:38 [2023-03-05T21:16:38.120Z] create-jdbc-resource-common: 16:16:38 [2023-03-05T21:16:38.120Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-connsharing-pool --target server jdbc/connsharing2 16:16:38 [2023-03-05T21:16:38.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-connsharing-pool --enabled=true --target server jdbc/connsharing2 16:16:38 [2023-03-05T21:16:38.420Z] [exec] JDBC resource jdbc/connsharing2 created successfully. 16:16:38 [2023-03-05T21:16:38.420Z] [echo] cmd executed for server 16:16:38 [2023-03-05T21:16:38.420Z] 16:16:38 [2023-03-05T21:16:38.420Z] setOSConditions: 16:16:38 [2023-03-05T21:16:38.420Z] 16:16:38 [2023-03-05T21:16:38.420Z] setToolWin: 16:16:38 [2023-03-05T21:16:38.420Z] 16:16:38 [2023-03-05T21:16:38.420Z] setToolUnix: 16:16:38 [2023-03-05T21:16:38.420Z] 16:16:38 [2023-03-05T21:16:38.420Z] setToolProperty: 16:16:38 [2023-03-05T21:16:38.420Z] 16:16:38 [2023-03-05T21:16:38.420Z] setS1ASclassPath: 16:16:38 [2023-03-05T21:16:38.420Z] 16:16:38 [2023-03-05T21:16:38.420Z] init-common: 16:16:38 [2023-03-05T21:16:38.420Z] 16:16:38 [2023-03-05T21:16:38.420Z] deploy-common: 16:16:38 [2023-03-05T21:16:38.420Z] [echo] Current time (ISO): 2023-03-05T21:16:38.179+0000 16:16:38 [2023-03-05T21:16:38.420Z] 16:16:38 [2023-03-05T21:16:38.420Z] setOSConditions: 16:16:38 [2023-03-05T21:16:38.420Z] 16:16:38 [2023-03-05T21:16:38.420Z] setToolWin: 16:16:38 [2023-03-05T21:16:38.420Z] 16:16:38 [2023-03-05T21:16:38.420Z] setToolUnix: 16:16:38 [2023-03-05T21:16:38.420Z] 16:16:38 [2023-03-05T21:16:38.420Z] setToolProperty: 16:16:38 [2023-03-05T21:16:38.420Z] 16:16:38 [2023-03-05T21:16:38.420Z] setS1ASclassPath: 16:16:38 [2023-03-05T21:16:38.420Z] 16:16:38 [2023-03-05T21:16:38.420Z] init-common: 16:16:38 [2023-03-05T21:16:38.420Z] 16:16:38 [2023-03-05T21:16:38.420Z] deploy-common-pe: 16:16:38 [2023-03-05T21:16:38.676Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaApp.ear 16:16:40 [2023-03-05T21:16:40.055Z] [exec] Application deployed with name jdbc-connsharingnonxaApp. 16:16:40 [2023-03-05T21:16:40.055Z] [echo] Deployment on target server server successful 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] setOSConditions: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] setToolWin: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] setToolUnix: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] setToolProperty: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] setS1ASclassPath: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] init-common: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] deploy-common-ee: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] run: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] setOSConditions: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] setToolWin: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] setToolUnix: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] setToolProperty: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] setS1ASclassPath: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] init-common: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] execute-sql-common: 16:16:40 [2023-03-05T21:16:40.055Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/sql/create_pointbase.sql 16:16:40 [2023-03-05T21:16:40.055Z] [sql] Failed to execute: Drop table CONNSHARING 16:16:40 [2023-03-05T21:16:40.055Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONNSHARING' because it does not exist. 16:16:40 [2023-03-05T21:16:40.055Z] [sql] 0 rows affected 16:16:40 [2023-03-05T21:16:40.055Z] [sql] 1 of 2 SQL statements executed successfully 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] setOSConditions: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] setToolWin: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] setToolUnix: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] setToolProperty: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] setS1ASclassPath: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] init-common: 16:16:40 [2023-03-05T21:16:40.055Z] 16:16:40 [2023-03-05T21:16:40.055Z] runclient-common: 16:16:40 [2023-03-05T21:16:40.055Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaAppClient.jar -name jdbc-connsharingnonxaClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:16:41 [2023-03-05T21:16:41.017Z] [exec] Mar 05, 2023 9:16:40 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:16:41 [2023-03-05T21:16:41.017Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:16:42 [2023-03-05T21:16:42.944Z] [exec] Mar 05, 2023 9:16:42 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:16:42 [2023-03-05T21:16:42.944Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5fef0c19 16:16:43 [2023-03-05T21:16:43.526Z] [exec] Value of key is: test1 : 16:16:43 [2023-03-05T21:16:43.526Z] [exec] Value of key is: test2 : 16:16:43 [2023-03-05T21:16:43.526Z] [exec] Value of key is: test3 : 16:16:43 [2023-03-05T21:16:43.526Z] [exec] Value of key is: test4 : 16:16:43 [2023-03-05T21:16:43.526Z] [exec] Value of key is: test5 : 16:16:43 [2023-03-05T21:16:43.526Z] [exec] Value of key is: test6 : 16:16:43 [2023-03-05T21:16:43.526Z] [exec] Value of key is: test7 : 16:16:44 [2023-03-05T21:16:44.455Z] [exec] Value of key is: test8 : 16:16:44 [2023-03-05T21:16:44.455Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:16:44 [2023-03-05T21:16:44.455Z] [exec] 16:16:44 [2023-03-05T21:16:44.455Z] [exec] 16:16:44 [2023-03-05T21:16:44.455Z] [exec] ----------------------------------------- 16:16:44 [2023-03-05T21:16:44.455Z] [exec] - test6 : : PASS - 16:16:44 [2023-03-05T21:16:44.455Z] [exec] - test5 : : PASS - 16:16:44 [2023-03-05T21:16:44.455Z] [exec] - test7 : : PASS - 16:16:44 [2023-03-05T21:16:44.455Z] [exec] - test8 : : PASS - 16:16:44 [2023-03-05T21:16:44.455Z] [exec] - test3 : : PASS - 16:16:44 [2023-03-05T21:16:44.455Z] [exec] - test4 : : PASS - 16:16:44 [2023-03-05T21:16:44.455Z] [exec] - test2 : : PASS - 16:16:44 [2023-03-05T21:16:44.455Z] [exec] - test1 : : PASS - 16:16:44 [2023-03-05T21:16:44.455Z] [exec] ----------------------------------------- 16:16:44 [2023-03-05T21:16:44.455Z] [exec] Total PASS: 8 16:16:44 [2023-03-05T21:16:44.455Z] [exec] Total FAIL: 0 16:16:44 [2023-03-05T21:16:44.455Z] [exec] Total DID NOT RUN: 0 16:16:44 [2023-03-05T21:16:44.455Z] [exec] ----------------------------------------- 16:16:44 [2023-03-05T21:16:44.455Z] [exec] in flushAll , creating new testSuiteHash 16:16:44 [2023-03-05T21:16:44.455Z] [exec] in flushAll , creating new testSuiteHash 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] checkReporting-common: 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] confirmReportPresent-common: 16:16:44 [2023-03-05T21:16:44.455Z] [echo] file RepRunConf.txt is present. 16:16:44 [2023-03-05T21:16:44.455Z] [echo] Test seems to be reported fine 16:16:44 [2023-03-05T21:16:44.455Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/RepRunConf.txt 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] confirmMissingReport-common: 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] undeploy: 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] setOSConditions: 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] setToolWin: 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] setToolUnix: 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] setToolProperty: 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] setS1ASclassPath: 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] init-common: 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] execute-sql-common: 16:16:44 [2023-03-05T21:16:44.455Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/sql/drop_pointbase.sql 16:16:44 [2023-03-05T21:16:44.455Z] [sql] 0 rows affected 16:16:44 [2023-03-05T21:16:44.455Z] [sql] 1 of 1 SQL statements executed successfully 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] setOSConditions: 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] setToolWin: 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] setToolUnix: 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] setToolProperty: 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] setS1ASclassPath: 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] init-common: 16:16:44 [2023-03-05T21:16:44.455Z] 16:16:44 [2023-03-05T21:16:44.455Z] delete-jdbc-resource-common: 16:16:44 [2023-03-05T21:16:44.455Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connsharing 16:16:44 [2023-03-05T21:16:44.711Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connsharing 16:16:44 [2023-03-05T21:16:44.711Z] [exec] JDBC resource jdbc/connsharing deleted successfully 16:16:44 [2023-03-05T21:16:44.711Z] [echo] cmd executed for server 16:16:44 [2023-03-05T21:16:44.968Z] 16:16:44 [2023-03-05T21:16:44.968Z] setOSConditions: 16:16:44 [2023-03-05T21:16:44.968Z] 16:16:44 [2023-03-05T21:16:44.968Z] setToolWin: 16:16:44 [2023-03-05T21:16:44.968Z] 16:16:44 [2023-03-05T21:16:44.968Z] setToolUnix: 16:16:44 [2023-03-05T21:16:44.968Z] 16:16:44 [2023-03-05T21:16:44.968Z] setToolProperty: 16:16:44 [2023-03-05T21:16:44.968Z] 16:16:44 [2023-03-05T21:16:44.968Z] setS1ASclassPath: 16:16:44 [2023-03-05T21:16:44.968Z] 16:16:44 [2023-03-05T21:16:44.968Z] init-common: 16:16:44 [2023-03-05T21:16:44.968Z] 16:16:44 [2023-03-05T21:16:44.968Z] delete-jdbc-resource-common: 16:16:44 [2023-03-05T21:16:44.968Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connsharing2 16:16:45 [2023-03-05T21:16:45.224Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connsharing2 16:16:45 [2023-03-05T21:16:45.224Z] [exec] JDBC resource jdbc/connsharing2 deleted successfully 16:16:45 [2023-03-05T21:16:45.224Z] [echo] cmd executed for server 16:16:45 [2023-03-05T21:16:45.224Z] 16:16:45 [2023-03-05T21:16:45.224Z] setOSConditions: 16:16:45 [2023-03-05T21:16:45.224Z] 16:16:45 [2023-03-05T21:16:45.224Z] setToolWin: 16:16:45 [2023-03-05T21:16:45.224Z] 16:16:45 [2023-03-05T21:16:45.224Z] setToolUnix: 16:16:45 [2023-03-05T21:16:45.224Z] 16:16:45 [2023-03-05T21:16:45.224Z] setToolProperty: 16:16:45 [2023-03-05T21:16:45.224Z] 16:16:45 [2023-03-05T21:16:45.224Z] setS1ASclassPath: 16:16:45 [2023-03-05T21:16:45.224Z] 16:16:45 [2023-03-05T21:16:45.224Z] init-common: 16:16:45 [2023-03-05T21:16:45.224Z] 16:16:45 [2023-03-05T21:16:45.224Z] delete-jdbc-connpool-common: 16:16:45 [2023-03-05T21:16:45.224Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-connsharing-pool 16:16:45 [2023-03-05T21:16:45.481Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-connsharing-pool 16:16:45 [2023-03-05T21:16:45.481Z] [exec] JDBC Connection pool jdbc-connsharing-pool deleted successfully 16:16:45 [2023-03-05T21:16:45.481Z] [echo] cmd executed for server 16:16:45 [2023-03-05T21:16:45.481Z] 16:16:45 [2023-03-05T21:16:45.481Z] setOSConditions: 16:16:45 [2023-03-05T21:16:45.481Z] 16:16:45 [2023-03-05T21:16:45.481Z] setToolWin: 16:16:45 [2023-03-05T21:16:45.481Z] 16:16:45 [2023-03-05T21:16:45.481Z] setToolUnix: 16:16:45 [2023-03-05T21:16:45.481Z] 16:16:45 [2023-03-05T21:16:45.481Z] setToolProperty: 16:16:45 [2023-03-05T21:16:45.481Z] 16:16:45 [2023-03-05T21:16:45.481Z] setS1ASclassPath: 16:16:45 [2023-03-05T21:16:45.481Z] 16:16:45 [2023-03-05T21:16:45.481Z] init-common: 16:16:45 [2023-03-05T21:16:45.481Z] 16:16:45 [2023-03-05T21:16:45.481Z] delete-jdbc-resource-common: 16:16:45 [2023-03-05T21:16:45.481Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/assoc-with-thread-resource-1 16:16:45 [2023-03-05T21:16:45.737Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/assoc-with-thread-resource-1 16:16:45 [2023-03-05T21:16:45.737Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-1 deleted successfully 16:16:45 [2023-03-05T21:16:45.737Z] [echo] cmd executed for server 16:16:45 [2023-03-05T21:16:45.737Z] 16:16:45 [2023-03-05T21:16:45.737Z] setOSConditions: 16:16:45 [2023-03-05T21:16:45.737Z] 16:16:45 [2023-03-05T21:16:45.737Z] setToolWin: 16:16:45 [2023-03-05T21:16:45.737Z] 16:16:45 [2023-03-05T21:16:45.737Z] setToolUnix: 16:16:45 [2023-03-05T21:16:45.737Z] 16:16:45 [2023-03-05T21:16:45.737Z] setToolProperty: 16:16:45 [2023-03-05T21:16:45.737Z] 16:16:45 [2023-03-05T21:16:45.737Z] setS1ASclassPath: 16:16:45 [2023-03-05T21:16:45.737Z] 16:16:45 [2023-03-05T21:16:45.737Z] init-common: 16:16:45 [2023-03-05T21:16:45.737Z] 16:16:45 [2023-03-05T21:16:45.737Z] delete-jdbc-resource-common: 16:16:45 [2023-03-05T21:16:45.737Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/assoc-with-thread-resource-2 16:16:46 [2023-03-05T21:16:46.019Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/assoc-with-thread-resource-2 16:16:46 [2023-03-05T21:16:46.275Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-2 deleted successfully 16:16:46 [2023-03-05T21:16:46.275Z] [echo] cmd executed for server 16:16:46 [2023-03-05T21:16:46.275Z] 16:16:46 [2023-03-05T21:16:46.275Z] setOSConditions: 16:16:46 [2023-03-05T21:16:46.275Z] 16:16:46 [2023-03-05T21:16:46.275Z] setToolWin: 16:16:46 [2023-03-05T21:16:46.275Z] 16:16:46 [2023-03-05T21:16:46.275Z] setToolUnix: 16:16:46 [2023-03-05T21:16:46.275Z] 16:16:46 [2023-03-05T21:16:46.275Z] setToolProperty: 16:16:46 [2023-03-05T21:16:46.275Z] 16:16:46 [2023-03-05T21:16:46.275Z] setS1ASclassPath: 16:16:46 [2023-03-05T21:16:46.275Z] 16:16:46 [2023-03-05T21:16:46.275Z] init-common: 16:16:46 [2023-03-05T21:16:46.275Z] 16:16:46 [2023-03-05T21:16:46.275Z] delete-jdbc-connpool-common: 16:16:46 [2023-03-05T21:16:46.275Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-assoc-with-thread-pool-1 16:16:46 [2023-03-05T21:16:46.531Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-assoc-with-thread-pool-1 16:16:46 [2023-03-05T21:16:46.532Z] [exec] JDBC Connection pool jdbc-assoc-with-thread-pool-1 deleted successfully 16:16:46 [2023-03-05T21:16:46.532Z] [echo] cmd executed for server 16:16:46 [2023-03-05T21:16:46.532Z] 16:16:46 [2023-03-05T21:16:46.532Z] setOSConditions: 16:16:46 [2023-03-05T21:16:46.532Z] 16:16:46 [2023-03-05T21:16:46.532Z] setToolWin: 16:16:46 [2023-03-05T21:16:46.532Z] 16:16:46 [2023-03-05T21:16:46.532Z] setToolUnix: 16:16:46 [2023-03-05T21:16:46.532Z] 16:16:46 [2023-03-05T21:16:46.532Z] setToolProperty: 16:16:46 [2023-03-05T21:16:46.532Z] 16:16:46 [2023-03-05T21:16:46.532Z] setS1ASclassPath: 16:16:46 [2023-03-05T21:16:46.532Z] 16:16:46 [2023-03-05T21:16:46.532Z] init-common: 16:16:46 [2023-03-05T21:16:46.532Z] 16:16:46 [2023-03-05T21:16:46.532Z] delete-jdbc-connpool-common: 16:16:46 [2023-03-05T21:16:46.532Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-assoc-with-thread-pool-2 16:16:46 [2023-03-05T21:16:46.789Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-assoc-with-thread-pool-2 16:16:46 [2023-03-05T21:16:46.789Z] [exec] JDBC Connection pool jdbc-assoc-with-thread-pool-2 deleted successfully 16:16:46 [2023-03-05T21:16:46.789Z] [echo] cmd executed for server 16:16:46 [2023-03-05T21:16:46.789Z] 16:16:46 [2023-03-05T21:16:46.789Z] setOSConditions: 16:16:46 [2023-03-05T21:16:46.789Z] 16:16:46 [2023-03-05T21:16:46.789Z] setToolWin: 16:16:46 [2023-03-05T21:16:46.789Z] 16:16:46 [2023-03-05T21:16:46.789Z] setToolUnix: 16:16:46 [2023-03-05T21:16:46.789Z] 16:16:46 [2023-03-05T21:16:46.789Z] setToolProperty: 16:16:46 [2023-03-05T21:16:46.789Z] 16:16:46 [2023-03-05T21:16:46.789Z] setS1ASclassPath: 16:16:46 [2023-03-05T21:16:46.789Z] 16:16:46 [2023-03-05T21:16:46.789Z] init-common: 16:16:46 [2023-03-05T21:16:46.789Z] 16:16:46 [2023-03-05T21:16:46.789Z] undeploy-common: 16:16:47 [2023-03-05T21:16:47.046Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-connsharingnonxaApp 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] all: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setOSConditions: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setToolWin: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setToolUnix: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setToolProperty: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setS1ASclassPath: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] init-common: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] clean: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setOSConditions: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setToolWin: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setToolUnix: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setToolProperty: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setS1ASclassPath: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] init-common: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] clean-common: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setOSConditions: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setToolWin: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setToolUnix: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setToolProperty: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setS1ASclassPath: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] init-common: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] clean-classes-common: 16:16:47 [2023-03-05T21:16:47.046Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setOSConditions: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setToolWin: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setToolUnix: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setToolProperty: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] setS1ASclassPath: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] init-common: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] clean-jars-common: 16:16:47 [2023-03-05T21:16:47.046Z] 16:16:47 [2023-03-05T21:16:47.046Z] compile: 16:16:47 [2023-03-05T21:16:47.319Z] 16:16:47 [2023-03-05T21:16:47.319Z] setOSConditions: 16:16:47 [2023-03-05T21:16:47.319Z] 16:16:47 [2023-03-05T21:16:47.319Z] setToolWin: 16:16:47 [2023-03-05T21:16:47.319Z] 16:16:47 [2023-03-05T21:16:47.319Z] setToolUnix: 16:16:47 [2023-03-05T21:16:47.319Z] 16:16:47 [2023-03-05T21:16:47.319Z] setToolProperty: 16:16:47 [2023-03-05T21:16:47.319Z] 16:16:47 [2023-03-05T21:16:47.319Z] setS1ASclassPath: 16:16:47 [2023-03-05T21:16:47.319Z] 16:16:47 [2023-03-05T21:16:47.319Z] init-common: 16:16:47 [2023-03-05T21:16:47.319Z] 16:16:47 [2023-03-05T21:16:47.319Z] compile-common-with-endorsed-dir: 16:16:47 [2023-03-05T21:16:47.319Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:16:47 [2023-03-05T21:16:47.319Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:16:47 [2023-03-05T21:16:47.576Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:16:47 [2023-03-05T21:16:47.576Z] [javac] 1 warning 16:16:47 [2023-03-05T21:16:47.576Z] 16:16:47 [2023-03-05T21:16:47.576Z] setOSConditions: 16:16:47 [2023-03-05T21:16:47.576Z] 16:16:47 [2023-03-05T21:16:47.576Z] setToolWin: 16:16:47 [2023-03-05T21:16:47.576Z] 16:16:47 [2023-03-05T21:16:47.576Z] setToolUnix: 16:16:47 [2023-03-05T21:16:47.576Z] 16:16:47 [2023-03-05T21:16:47.576Z] setToolProperty: 16:16:47 [2023-03-05T21:16:47.576Z] 16:16:47 [2023-03-05T21:16:47.576Z] setS1ASclassPath: 16:16:47 [2023-03-05T21:16:47.576Z] 16:16:47 [2023-03-05T21:16:47.576Z] init-common: 16:16:47 [2023-03-05T21:16:47.576Z] 16:16:47 [2023-03-05T21:16:47.576Z] compile-common: 16:16:47 [2023-03-05T21:16:47.576Z] [echo] Current time (ISO): 2023-03-05T21:16:47.548+0000 16:16:47 [2023-03-05T21:16:47.576Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:16:48 [2023-03-05T21:16:48.944Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:16:48 [2023-03-05T21:16:48.944Z] [javac] 1 warning 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] build: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] setOSConditions: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] fixFiles: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] convUnix: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] convWin: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] setToolWin: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] setToolUnix: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] setToolProperty: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] setS1ASclassPath: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] init-common: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] package-persistence-common: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] ejb-jar-common: 16:16:48 [2023-03-05T21:16:48.944Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] package-ejbjar-common: 16:16:48 [2023-03-05T21:16:48.944Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:16:48 [2023-03-05T21:16:48.944Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:16:48 [2023-03-05T21:16:48.944Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:16:48 [2023-03-05T21:16:48.944Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxa-ejb.jar 16:16:48 [2023-03-05T21:16:48.944Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] appclient-jar-common: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] package-appclientjar-common: 16:16:48 [2023-03-05T21:16:48.944Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:16:48 [2023-03-05T21:16:48.944Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:16:48 [2023-03-05T21:16:48.944Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:16:48 [2023-03-05T21:16:48.944Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxa-client.jar 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] webclient-war-common: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] build-ear-common: 16:16:48 [2023-03-05T21:16:48.944Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:16:48 [2023-03-05T21:16:48.944Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaApp.ear 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] deploy: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] setOSConditions: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] setToolWin: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] setToolUnix: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] setToolProperty: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] setS1ASclassPath: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] init-common: 16:16:48 [2023-03-05T21:16:48.944Z] 16:16:48 [2023-03-05T21:16:48.944Z] create-jdbc-connpool-common: 16:16:49 [2023-03-05T21:16:49.200Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-connsharing-pool 16:16:49 [2023-03-05T21:16:49.200Z] [exec] JDBC connection pool jdbc-connsharing-pool created successfully. 16:16:49 [2023-03-05T21:16:49.200Z] 16:16:49 [2023-03-05T21:16:49.200Z] set-derby-connpool-props: 16:16:49 [2023-03-05T21:16:49.456Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.User=dbuser 16:16:49 [2023-03-05T21:16:49.456Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.User=dbuser 16:16:50 [2023-03-05T21:16:50.025Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.Password=dbpassword 16:16:50 [2023-03-05T21:16:50.025Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.Password=dbpassword 16:16:50 [2023-03-05T21:16:50.281Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.driverType=4 16:16:50 [2023-03-05T21:16:50.281Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.driverType=4 16:16:50 [2023-03-05T21:16:50.537Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.portNumber=1527 16:16:50 [2023-03-05T21:16:50.537Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.portNumber=1527 16:16:50 [2023-03-05T21:16:50.819Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.dataBaseName=testdb 16:16:50 [2023-03-05T21:16:50.819Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.dataBaseName=testdb 16:16:51 [2023-03-05T21:16:51.075Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:16:51 [2023-03-05T21:16:51.075Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:16:51 [2023-03-05T21:16:51.331Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.create=true 16:16:51 [2023-03-05T21:16:51.332Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.create=true 16:16:51 [2023-03-05T21:16:51.588Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.serverName=localhost 16:16:51 [2023-03-05T21:16:51.588Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.serverName=localhost 16:16:51 [2023-03-05T21:16:51.588Z] 16:16:51 [2023-03-05T21:16:51.588Z] setOSConditions: 16:16:51 [2023-03-05T21:16:51.588Z] 16:16:51 [2023-03-05T21:16:51.588Z] setToolWin: 16:16:51 [2023-03-05T21:16:51.588Z] 16:16:51 [2023-03-05T21:16:51.588Z] setToolUnix: 16:16:51 [2023-03-05T21:16:51.588Z] 16:16:51 [2023-03-05T21:16:51.588Z] setToolProperty: 16:16:51 [2023-03-05T21:16:51.588Z] 16:16:51 [2023-03-05T21:16:51.588Z] setS1ASclassPath: 16:16:51 [2023-03-05T21:16:51.588Z] 16:16:51 [2023-03-05T21:16:51.588Z] init-common: 16:16:51 [2023-03-05T21:16:51.588Z] 16:16:51 [2023-03-05T21:16:51.588Z] create-jdbc-connpool-common: 16:16:51 [2023-03-05T21:16:51.844Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 2 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=true --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=true --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-assoc-with-thread-pool-1 16:16:52 [2023-03-05T21:16:52.119Z] [exec] JDBC connection pool jdbc-assoc-with-thread-pool-1 created successfully. 16:16:52 [2023-03-05T21:16:52.119Z] 16:16:52 [2023-03-05T21:16:52.119Z] set-derby-connpool-props: 16:16:52 [2023-03-05T21:16:52.376Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.User=dbuser 16:16:52 [2023-03-05T21:16:52.376Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.User=dbuser 16:16:52 [2023-03-05T21:16:52.633Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.Password=dbpassword 16:16:52 [2023-03-05T21:16:52.633Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.Password=dbpassword 16:16:52 [2023-03-05T21:16:52.891Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.driverType=4 16:16:52 [2023-03-05T21:16:52.891Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.driverType=4 16:16:53 [2023-03-05T21:16:53.147Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.portNumber=1527 16:16:53 [2023-03-05T21:16:53.147Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.portNumber=1527 16:16:53 [2023-03-05T21:16:53.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.dataBaseName=awt-1 16:16:53 [2023-03-05T21:16:53.676Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.dataBaseName=awt-1 16:16:53 [2023-03-05T21:16:53.932Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.retrieveMessagesFromServerOnGetMessage=true 16:16:53 [2023-03-05T21:16:53.932Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.retrieveMessagesFromServerOnGetMessage=true 16:16:54 [2023-03-05T21:16:54.188Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.create=true 16:16:54 [2023-03-05T21:16:54.188Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.create=true 16:16:54 [2023-03-05T21:16:54.471Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.serverName=localhost 16:16:54 [2023-03-05T21:16:54.471Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.serverName=localhost 16:16:54 [2023-03-05T21:16:54.471Z] 16:16:54 [2023-03-05T21:16:54.471Z] asadmin-common: 16:16:54 [2023-03-05T21:16:54.471Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.connectionAttributes='create=true;' 16:16:54 [2023-03-05T21:16:54.728Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.connectionAttributes=create=true; 16:16:54 [2023-03-05T21:16:54.728Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.connectionAttributes=create=true; 16:16:54 [2023-03-05T21:16:54.728Z] 16:16:54 [2023-03-05T21:16:54.728Z] setOSConditions: 16:16:54 [2023-03-05T21:16:54.728Z] 16:16:54 [2023-03-05T21:16:54.728Z] setToolWin: 16:16:54 [2023-03-05T21:16:54.728Z] 16:16:54 [2023-03-05T21:16:54.728Z] setToolUnix: 16:16:54 [2023-03-05T21:16:54.728Z] 16:16:54 [2023-03-05T21:16:54.728Z] setToolProperty: 16:16:54 [2023-03-05T21:16:54.728Z] 16:16:54 [2023-03-05T21:16:54.728Z] setS1ASclassPath: 16:16:54 [2023-03-05T21:16:54.728Z] 16:16:54 [2023-03-05T21:16:54.728Z] init-common: 16:16:54 [2023-03-05T21:16:54.728Z] 16:16:54 [2023-03-05T21:16:54.728Z] create-jdbc-connpool-common: 16:16:54 [2023-03-05T21:16:54.985Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 2 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=true --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=true --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-assoc-with-thread-pool-2 16:16:54 [2023-03-05T21:16:54.985Z] [exec] JDBC connection pool jdbc-assoc-with-thread-pool-2 created successfully. 16:16:54 [2023-03-05T21:16:54.985Z] 16:16:54 [2023-03-05T21:16:54.985Z] set-derby-connpool-props: 16:16:55 [2023-03-05T21:16:55.241Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.User=dbuser 16:16:55 [2023-03-05T21:16:55.241Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.User=dbuser 16:16:55 [2023-03-05T21:16:55.497Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.Password=dbpassword 16:16:55 [2023-03-05T21:16:55.753Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.Password=dbpassword 16:16:56 [2023-03-05T21:16:56.019Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.driverType=4 16:16:56 [2023-03-05T21:16:56.019Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.driverType=4 16:16:56 [2023-03-05T21:16:56.275Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.portNumber=1527 16:16:56 [2023-03-05T21:16:56.275Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.portNumber=1527 16:16:56 [2023-03-05T21:16:56.531Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.dataBaseName=awt-2 16:16:56 [2023-03-05T21:16:56.531Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.dataBaseName=awt-2 16:16:57 [2023-03-05T21:16:57.093Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.retrieveMessagesFromServerOnGetMessage=true 16:16:57 [2023-03-05T21:16:57.093Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.retrieveMessagesFromServerOnGetMessage=true 16:16:57 [2023-03-05T21:16:57.093Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.create=true 16:16:57 [2023-03-05T21:16:57.093Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.create=true 16:16:58 [2023-03-05T21:16:58.035Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.serverName=localhost 16:16:58 [2023-03-05T21:16:58.035Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.serverName=localhost 16:16:58 [2023-03-05T21:16:58.035Z] 16:16:58 [2023-03-05T21:16:58.035Z] asadmin-common: 16:16:58 [2023-03-05T21:16:58.035Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.connectionAttributes='create=true;' 16:16:58 [2023-03-05T21:16:58.035Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.connectionAttributes=create=true; 16:16:58 [2023-03-05T21:16:58.035Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.connectionAttributes=create=true; 16:16:58 [2023-03-05T21:16:58.035Z] 16:16:58 [2023-03-05T21:16:58.035Z] setOSConditions: 16:16:58 [2023-03-05T21:16:58.035Z] 16:16:58 [2023-03-05T21:16:58.035Z] setToolWin: 16:16:58 [2023-03-05T21:16:58.035Z] 16:16:58 [2023-03-05T21:16:58.035Z] setToolUnix: 16:16:58 [2023-03-05T21:16:58.035Z] 16:16:58 [2023-03-05T21:16:58.035Z] setToolProperty: 16:16:58 [2023-03-05T21:16:58.035Z] 16:16:58 [2023-03-05T21:16:58.035Z] setS1ASclassPath: 16:16:58 [2023-03-05T21:16:58.035Z] 16:16:58 [2023-03-05T21:16:58.035Z] init-common: 16:16:58 [2023-03-05T21:16:58.035Z] 16:16:58 [2023-03-05T21:16:58.035Z] create-jdbc-resource-common: 16:16:58 [2023-03-05T21:16:58.035Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-assoc-with-thread-pool-1 --target server jdbc/assoc-with-thread-resource-1 16:16:58 [2023-03-05T21:16:58.035Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-assoc-with-thread-pool-1 --enabled=true --target server jdbc/assoc-with-thread-resource-1 16:16:58 [2023-03-05T21:16:58.035Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-1 created successfully. 16:16:58 [2023-03-05T21:16:58.035Z] [echo] cmd executed for server 16:16:58 [2023-03-05T21:16:58.035Z] 16:16:58 [2023-03-05T21:16:58.035Z] setOSConditions: 16:16:58 [2023-03-05T21:16:58.035Z] 16:16:58 [2023-03-05T21:16:58.035Z] setToolWin: 16:16:58 [2023-03-05T21:16:58.035Z] 16:16:58 [2023-03-05T21:16:58.035Z] setToolUnix: 16:16:58 [2023-03-05T21:16:58.035Z] 16:16:58 [2023-03-05T21:16:58.035Z] setToolProperty: 16:16:58 [2023-03-05T21:16:58.035Z] 16:16:58 [2023-03-05T21:16:58.035Z] setS1ASclassPath: 16:16:58 [2023-03-05T21:16:58.035Z] 16:16:58 [2023-03-05T21:16:58.035Z] init-common: 16:16:58 [2023-03-05T21:16:58.035Z] 16:16:58 [2023-03-05T21:16:58.035Z] create-jdbc-resource-common: 16:16:58 [2023-03-05T21:16:58.035Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-assoc-with-thread-pool-2 --target server jdbc/assoc-with-thread-resource-2 16:16:58 [2023-03-05T21:16:58.293Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-assoc-with-thread-pool-2 --enabled=true --target server jdbc/assoc-with-thread-resource-2 16:16:58 [2023-03-05T21:16:58.293Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-2 created successfully. 16:16:58 [2023-03-05T21:16:58.293Z] [echo] cmd executed for server 16:16:58 [2023-03-05T21:16:58.293Z] 16:16:58 [2023-03-05T21:16:58.293Z] setOSConditions: 16:16:58 [2023-03-05T21:16:58.293Z] 16:16:58 [2023-03-05T21:16:58.293Z] setToolWin: 16:16:58 [2023-03-05T21:16:58.293Z] 16:16:58 [2023-03-05T21:16:58.293Z] setToolUnix: 16:16:58 [2023-03-05T21:16:58.293Z] 16:16:58 [2023-03-05T21:16:58.293Z] setToolProperty: 16:16:58 [2023-03-05T21:16:58.293Z] 16:16:58 [2023-03-05T21:16:58.293Z] setS1ASclassPath: 16:16:58 [2023-03-05T21:16:58.293Z] 16:16:58 [2023-03-05T21:16:58.293Z] init-common: 16:16:58 [2023-03-05T21:16:58.293Z] 16:16:58 [2023-03-05T21:16:58.293Z] create-jdbc-resource-common: 16:16:58 [2023-03-05T21:16:58.293Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-connsharing-pool --target server jdbc/connsharing 16:16:58 [2023-03-05T21:16:58.855Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-connsharing-pool --enabled=true --target server jdbc/connsharing 16:16:58 [2023-03-05T21:16:58.855Z] [exec] JDBC resource jdbc/connsharing created successfully. 16:16:58 [2023-03-05T21:16:58.855Z] [echo] cmd executed for server 16:16:58 [2023-03-05T21:16:58.855Z] 16:16:58 [2023-03-05T21:16:58.855Z] setOSConditions: 16:16:58 [2023-03-05T21:16:58.855Z] 16:16:58 [2023-03-05T21:16:58.855Z] setToolWin: 16:16:58 [2023-03-05T21:16:58.855Z] 16:16:58 [2023-03-05T21:16:58.855Z] setToolUnix: 16:16:58 [2023-03-05T21:16:58.855Z] 16:16:58 [2023-03-05T21:16:58.855Z] setToolProperty: 16:16:58 [2023-03-05T21:16:58.855Z] 16:16:58 [2023-03-05T21:16:58.855Z] setS1ASclassPath: 16:16:58 [2023-03-05T21:16:58.855Z] 16:16:58 [2023-03-05T21:16:58.855Z] init-common: 16:16:58 [2023-03-05T21:16:58.855Z] 16:16:58 [2023-03-05T21:16:58.855Z] create-jdbc-resource-common: 16:16:58 [2023-03-05T21:16:58.855Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-connsharing-pool --target server jdbc/connsharing2 16:16:59 [2023-03-05T21:16:59.120Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-connsharing-pool --enabled=true --target server jdbc/connsharing2 16:16:59 [2023-03-05T21:16:59.120Z] [exec] JDBC resource jdbc/connsharing2 created successfully. 16:16:59 [2023-03-05T21:16:59.120Z] [echo] cmd executed for server 16:16:59 [2023-03-05T21:16:59.120Z] 16:16:59 [2023-03-05T21:16:59.120Z] setOSConditions: 16:16:59 [2023-03-05T21:16:59.120Z] 16:16:59 [2023-03-05T21:16:59.120Z] setToolWin: 16:16:59 [2023-03-05T21:16:59.120Z] 16:16:59 [2023-03-05T21:16:59.120Z] setToolUnix: 16:16:59 [2023-03-05T21:16:59.120Z] 16:16:59 [2023-03-05T21:16:59.120Z] setToolProperty: 16:16:59 [2023-03-05T21:16:59.120Z] 16:16:59 [2023-03-05T21:16:59.120Z] setS1ASclassPath: 16:16:59 [2023-03-05T21:16:59.120Z] 16:16:59 [2023-03-05T21:16:59.120Z] init-common: 16:16:59 [2023-03-05T21:16:59.120Z] 16:16:59 [2023-03-05T21:16:59.120Z] deploy-common: 16:16:59 [2023-03-05T21:16:59.120Z] [echo] Current time (ISO): 2023-03-05T21:16:58.884+0000 16:16:59 [2023-03-05T21:16:59.120Z] 16:16:59 [2023-03-05T21:16:59.120Z] setOSConditions: 16:16:59 [2023-03-05T21:16:59.120Z] 16:16:59 [2023-03-05T21:16:59.120Z] setToolWin: 16:16:59 [2023-03-05T21:16:59.120Z] 16:16:59 [2023-03-05T21:16:59.120Z] setToolUnix: 16:16:59 [2023-03-05T21:16:59.120Z] 16:16:59 [2023-03-05T21:16:59.120Z] setToolProperty: 16:16:59 [2023-03-05T21:16:59.120Z] 16:16:59 [2023-03-05T21:16:59.120Z] setS1ASclassPath: 16:16:59 [2023-03-05T21:16:59.120Z] 16:16:59 [2023-03-05T21:16:59.120Z] init-common: 16:16:59 [2023-03-05T21:16:59.120Z] 16:16:59 [2023-03-05T21:16:59.120Z] deploy-common-pe: 16:16:59 [2023-03-05T21:16:59.376Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaApp.ear 16:16:59 [2023-03-05T21:16:59.632Z] [exec] Application deployed with name jdbc-connsharingnonxaApp. 16:16:59 [2023-03-05T21:16:59.633Z] [echo] Deployment on target server server successful 16:16:59 [2023-03-05T21:16:59.633Z] 16:16:59 [2023-03-05T21:16:59.633Z] setOSConditions: 16:16:59 [2023-03-05T21:16:59.633Z] 16:16:59 [2023-03-05T21:16:59.633Z] setToolWin: 16:16:59 [2023-03-05T21:16:59.633Z] 16:16:59 [2023-03-05T21:16:59.633Z] setToolUnix: 16:16:59 [2023-03-05T21:16:59.633Z] 16:16:59 [2023-03-05T21:16:59.633Z] setToolProperty: 16:16:59 [2023-03-05T21:16:59.633Z] 16:16:59 [2023-03-05T21:16:59.633Z] setS1ASclassPath: 16:16:59 [2023-03-05T21:16:59.633Z] 16:16:59 [2023-03-05T21:16:59.633Z] init-common: 16:16:59 [2023-03-05T21:16:59.633Z] 16:16:59 [2023-03-05T21:16:59.633Z] deploy-common-ee: 16:16:59 [2023-03-05T21:16:59.633Z] 16:16:59 [2023-03-05T21:16:59.633Z] set-assoc-with-thread: 16:16:59 [2023-03-05T21:16:59.633Z] 16:16:59 [2023-03-05T21:16:59.633Z] asadmin-common: 16:16:59 [2023-03-05T21:16:59.633Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.associate_with_thread=true 16:16:59 [2023-03-05T21:16:59.889Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.associate_with_thread=true 16:16:59 [2023-03-05T21:16:59.889Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.associate-with-thread=true 16:16:59 [2023-03-05T21:16:59.889Z] 16:16:59 [2023-03-05T21:16:59.889Z] run: 16:16:59 [2023-03-05T21:16:59.889Z] 16:16:59 [2023-03-05T21:16:59.889Z] setOSConditions: 16:16:59 [2023-03-05T21:16:59.889Z] 16:16:59 [2023-03-05T21:16:59.889Z] setToolWin: 16:16:59 [2023-03-05T21:16:59.889Z] 16:16:59 [2023-03-05T21:16:59.889Z] setToolUnix: 16:16:59 [2023-03-05T21:16:59.889Z] 16:16:59 [2023-03-05T21:16:59.889Z] setToolProperty: 16:16:59 [2023-03-05T21:16:59.889Z] 16:16:59 [2023-03-05T21:16:59.889Z] setS1ASclassPath: 16:16:59 [2023-03-05T21:16:59.889Z] 16:16:59 [2023-03-05T21:16:59.889Z] init-common: 16:16:59 [2023-03-05T21:16:59.889Z] 16:16:59 [2023-03-05T21:16:59.889Z] execute-sql-common: 16:16:59 [2023-03-05T21:16:59.889Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/sql/create_pointbase.sql 16:16:59 [2023-03-05T21:16:59.889Z] [sql] Failed to execute: Drop table CONNSHARING 16:16:59 [2023-03-05T21:16:59.889Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONNSHARING' because it does not exist. 16:17:00 [2023-03-05T21:17:00.145Z] [sql] 0 rows affected 16:17:00 [2023-03-05T21:17:00.145Z] [sql] 1 of 2 SQL statements executed successfully 16:17:00 [2023-03-05T21:17:00.145Z] 16:17:00 [2023-03-05T21:17:00.145Z] setOSConditions: 16:17:00 [2023-03-05T21:17:00.145Z] 16:17:00 [2023-03-05T21:17:00.145Z] setToolWin: 16:17:00 [2023-03-05T21:17:00.145Z] 16:17:00 [2023-03-05T21:17:00.145Z] setToolUnix: 16:17:00 [2023-03-05T21:17:00.145Z] 16:17:00 [2023-03-05T21:17:00.145Z] setToolProperty: 16:17:00 [2023-03-05T21:17:00.145Z] 16:17:00 [2023-03-05T21:17:00.145Z] setS1ASclassPath: 16:17:00 [2023-03-05T21:17:00.145Z] 16:17:00 [2023-03-05T21:17:00.145Z] init-common: 16:17:00 [2023-03-05T21:17:00.145Z] 16:17:00 [2023-03-05T21:17:00.145Z] runclient-common: 16:17:00 [2023-03-05T21:17:00.145Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaAppClient.jar -name jdbc-connsharingnonxaClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:17:00 [2023-03-05T21:17:00.726Z] [exec] Mar 05, 2023 9:17:00 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:17:00 [2023-03-05T21:17:00.726Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:17:03 [2023-03-05T21:17:03.249Z] [exec] Mar 05, 2023 9:17:03 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:17:03 [2023-03-05T21:17:03.249Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2ca54da9 16:17:03 [2023-03-05T21:17:03.518Z] [exec] Value of key is: test1 : 16:17:03 [2023-03-05T21:17:03.518Z] [exec] Value of key is: test2 : 16:17:03 [2023-03-05T21:17:03.518Z] [exec] Value of key is: test3 : 16:17:03 [2023-03-05T21:17:03.518Z] [exec] Value of key is: test4 : 16:17:03 [2023-03-05T21:17:03.775Z] [exec] Value of key is: test5 : 16:17:03 [2023-03-05T21:17:03.775Z] [exec] Value of key is: test6 : 16:17:03 [2023-03-05T21:17:03.775Z] [exec] Value of key is: test7 : 16:17:03 [2023-03-05T21:17:03.775Z] [exec] Value of key is: test8 : 16:17:03 [2023-03-05T21:17:03.775Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:17:03 [2023-03-05T21:17:03.775Z] [exec] 16:17:03 [2023-03-05T21:17:03.775Z] [exec] 16:17:03 [2023-03-05T21:17:03.775Z] [exec] ----------------------------------------- 16:17:03 [2023-03-05T21:17:03.775Z] [exec] - test6 : : PASS - 16:17:03 [2023-03-05T21:17:03.775Z] [exec] - test5 : : PASS - 16:17:03 [2023-03-05T21:17:03.775Z] [exec] - test7 : : PASS - 16:17:03 [2023-03-05T21:17:03.775Z] [exec] - test8 : : PASS - 16:17:03 [2023-03-05T21:17:03.775Z] [exec] - test3 : : PASS - 16:17:03 [2023-03-05T21:17:03.775Z] [exec] - test4 : : PASS - 16:17:03 [2023-03-05T21:17:03.775Z] [exec] - test2 : : PASS - 16:17:03 [2023-03-05T21:17:03.775Z] [exec] - test1 : : PASS - 16:17:03 [2023-03-05T21:17:03.775Z] [exec] ----------------------------------------- 16:17:03 [2023-03-05T21:17:03.775Z] [exec] Total PASS: 8 16:17:03 [2023-03-05T21:17:03.775Z] [exec] Total FAIL: 0 16:17:03 [2023-03-05T21:17:03.775Z] [exec] Total DID NOT RUN: 0 16:17:03 [2023-03-05T21:17:03.775Z] [exec] ----------------------------------------- 16:17:03 [2023-03-05T21:17:03.775Z] [exec] in flushAll , creating new testSuiteHash 16:17:03 [2023-03-05T21:17:03.775Z] [exec] in flushAll , creating new testSuiteHash 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] checkReporting-common: 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] confirmReportPresent-common: 16:17:04 [2023-03-05T21:17:04.032Z] [echo] file RepRunConf.txt is present. 16:17:04 [2023-03-05T21:17:04.032Z] [echo] Test seems to be reported fine 16:17:04 [2023-03-05T21:17:04.032Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/RepRunConf.txt 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] confirmMissingReport-common: 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] undeploy: 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] setOSConditions: 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] setToolWin: 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] setToolUnix: 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] setToolProperty: 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] setS1ASclassPath: 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] init-common: 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] execute-sql-common: 16:17:04 [2023-03-05T21:17:04.032Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/sql/drop_pointbase.sql 16:17:04 [2023-03-05T21:17:04.032Z] [sql] 0 rows affected 16:17:04 [2023-03-05T21:17:04.032Z] [sql] 1 of 1 SQL statements executed successfully 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] setOSConditions: 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] setToolWin: 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] setToolUnix: 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] setToolProperty: 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] setS1ASclassPath: 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] init-common: 16:17:04 [2023-03-05T21:17:04.032Z] 16:17:04 [2023-03-05T21:17:04.032Z] delete-jdbc-resource-common: 16:17:04 [2023-03-05T21:17:04.032Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connsharing 16:17:04 [2023-03-05T21:17:04.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connsharing 16:17:04 [2023-03-05T21:17:04.289Z] [exec] JDBC resource jdbc/connsharing deleted successfully 16:17:04 [2023-03-05T21:17:04.289Z] [echo] cmd executed for server 16:17:04 [2023-03-05T21:17:04.289Z] 16:17:04 [2023-03-05T21:17:04.289Z] setOSConditions: 16:17:04 [2023-03-05T21:17:04.289Z] 16:17:04 [2023-03-05T21:17:04.289Z] setToolWin: 16:17:04 [2023-03-05T21:17:04.289Z] 16:17:04 [2023-03-05T21:17:04.289Z] setToolUnix: 16:17:04 [2023-03-05T21:17:04.289Z] 16:17:04 [2023-03-05T21:17:04.289Z] setToolProperty: 16:17:04 [2023-03-05T21:17:04.289Z] 16:17:04 [2023-03-05T21:17:04.289Z] setS1ASclassPath: 16:17:04 [2023-03-05T21:17:04.289Z] 16:17:04 [2023-03-05T21:17:04.289Z] init-common: 16:17:04 [2023-03-05T21:17:04.289Z] 16:17:04 [2023-03-05T21:17:04.290Z] delete-jdbc-resource-common: 16:17:04 [2023-03-05T21:17:04.290Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connsharing2 16:17:04 [2023-03-05T21:17:04.854Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connsharing2 16:17:04 [2023-03-05T21:17:04.854Z] [exec] JDBC resource jdbc/connsharing2 deleted successfully 16:17:04 [2023-03-05T21:17:04.854Z] [echo] cmd executed for server 16:17:04 [2023-03-05T21:17:04.854Z] 16:17:04 [2023-03-05T21:17:04.854Z] setOSConditions: 16:17:04 [2023-03-05T21:17:04.854Z] 16:17:04 [2023-03-05T21:17:04.854Z] setToolWin: 16:17:04 [2023-03-05T21:17:04.854Z] 16:17:04 [2023-03-05T21:17:04.854Z] setToolUnix: 16:17:04 [2023-03-05T21:17:04.854Z] 16:17:04 [2023-03-05T21:17:04.854Z] setToolProperty: 16:17:04 [2023-03-05T21:17:04.854Z] 16:17:04 [2023-03-05T21:17:04.854Z] setS1ASclassPath: 16:17:04 [2023-03-05T21:17:04.854Z] 16:17:04 [2023-03-05T21:17:04.854Z] init-common: 16:17:04 [2023-03-05T21:17:04.854Z] 16:17:04 [2023-03-05T21:17:04.854Z] delete-jdbc-connpool-common: 16:17:04 [2023-03-05T21:17:04.854Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-connsharing-pool 16:17:05 [2023-03-05T21:17:05.111Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-connsharing-pool 16:17:05 [2023-03-05T21:17:05.111Z] [exec] JDBC Connection pool jdbc-connsharing-pool deleted successfully 16:17:05 [2023-03-05T21:17:05.111Z] [echo] cmd executed for server 16:17:05 [2023-03-05T21:17:05.111Z] 16:17:05 [2023-03-05T21:17:05.111Z] setOSConditions: 16:17:05 [2023-03-05T21:17:05.111Z] 16:17:05 [2023-03-05T21:17:05.111Z] setToolWin: 16:17:05 [2023-03-05T21:17:05.111Z] 16:17:05 [2023-03-05T21:17:05.111Z] setToolUnix: 16:17:05 [2023-03-05T21:17:05.111Z] 16:17:05 [2023-03-05T21:17:05.111Z] setToolProperty: 16:17:05 [2023-03-05T21:17:05.111Z] 16:17:05 [2023-03-05T21:17:05.111Z] setS1ASclassPath: 16:17:05 [2023-03-05T21:17:05.111Z] 16:17:05 [2023-03-05T21:17:05.111Z] init-common: 16:17:05 [2023-03-05T21:17:05.111Z] 16:17:05 [2023-03-05T21:17:05.111Z] delete-jdbc-resource-common: 16:17:05 [2023-03-05T21:17:05.111Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/assoc-with-thread-resource-1 16:17:05 [2023-03-05T21:17:05.373Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/assoc-with-thread-resource-1 16:17:05 [2023-03-05T21:17:05.373Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-1 deleted successfully 16:17:05 [2023-03-05T21:17:05.373Z] [echo] cmd executed for server 16:17:05 [2023-03-05T21:17:05.373Z] 16:17:05 [2023-03-05T21:17:05.373Z] setOSConditions: 16:17:05 [2023-03-05T21:17:05.373Z] 16:17:05 [2023-03-05T21:17:05.373Z] setToolWin: 16:17:05 [2023-03-05T21:17:05.373Z] 16:17:05 [2023-03-05T21:17:05.373Z] setToolUnix: 16:17:05 [2023-03-05T21:17:05.373Z] 16:17:05 [2023-03-05T21:17:05.373Z] setToolProperty: 16:17:05 [2023-03-05T21:17:05.373Z] 16:17:05 [2023-03-05T21:17:05.373Z] setS1ASclassPath: 16:17:05 [2023-03-05T21:17:05.373Z] 16:17:05 [2023-03-05T21:17:05.373Z] init-common: 16:17:05 [2023-03-05T21:17:05.373Z] 16:17:05 [2023-03-05T21:17:05.373Z] delete-jdbc-resource-common: 16:17:05 [2023-03-05T21:17:05.373Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/assoc-with-thread-resource-2 16:17:05 [2023-03-05T21:17:05.629Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/assoc-with-thread-resource-2 16:17:05 [2023-03-05T21:17:05.629Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-2 deleted successfully 16:17:05 [2023-03-05T21:17:05.629Z] [echo] cmd executed for server 16:17:05 [2023-03-05T21:17:05.629Z] 16:17:05 [2023-03-05T21:17:05.629Z] setOSConditions: 16:17:05 [2023-03-05T21:17:05.629Z] 16:17:05 [2023-03-05T21:17:05.629Z] setToolWin: 16:17:05 [2023-03-05T21:17:05.629Z] 16:17:05 [2023-03-05T21:17:05.629Z] setToolUnix: 16:17:05 [2023-03-05T21:17:05.629Z] 16:17:05 [2023-03-05T21:17:05.629Z] setToolProperty: 16:17:05 [2023-03-05T21:17:05.629Z] 16:17:05 [2023-03-05T21:17:05.629Z] setS1ASclassPath: 16:17:05 [2023-03-05T21:17:05.629Z] 16:17:05 [2023-03-05T21:17:05.629Z] init-common: 16:17:05 [2023-03-05T21:17:05.629Z] 16:17:05 [2023-03-05T21:17:05.629Z] delete-jdbc-connpool-common: 16:17:05 [2023-03-05T21:17:05.629Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-assoc-with-thread-pool-1 16:17:05 [2023-03-05T21:17:05.885Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-assoc-with-thread-pool-1 16:17:05 [2023-03-05T21:17:05.885Z] [exec] JDBC Connection pool jdbc-assoc-with-thread-pool-1 deleted successfully 16:17:05 [2023-03-05T21:17:05.885Z] [echo] cmd executed for server 16:17:05 [2023-03-05T21:17:05.885Z] 16:17:05 [2023-03-05T21:17:05.885Z] setOSConditions: 16:17:05 [2023-03-05T21:17:05.885Z] 16:17:05 [2023-03-05T21:17:05.885Z] setToolWin: 16:17:05 [2023-03-05T21:17:05.885Z] 16:17:05 [2023-03-05T21:17:05.885Z] setToolUnix: 16:17:05 [2023-03-05T21:17:05.885Z] 16:17:05 [2023-03-05T21:17:05.885Z] setToolProperty: 16:17:05 [2023-03-05T21:17:05.885Z] 16:17:05 [2023-03-05T21:17:05.885Z] setS1ASclassPath: 16:17:05 [2023-03-05T21:17:05.885Z] 16:17:05 [2023-03-05T21:17:05.885Z] init-common: 16:17:05 [2023-03-05T21:17:05.885Z] 16:17:05 [2023-03-05T21:17:05.885Z] delete-jdbc-connpool-common: 16:17:05 [2023-03-05T21:17:05.885Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-assoc-with-thread-pool-2 16:17:06 [2023-03-05T21:17:06.142Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-assoc-with-thread-pool-2 16:17:06 [2023-03-05T21:17:06.142Z] [exec] JDBC Connection pool jdbc-assoc-with-thread-pool-2 deleted successfully 16:17:06 [2023-03-05T21:17:06.142Z] [echo] cmd executed for server 16:17:06 [2023-03-05T21:17:06.142Z] 16:17:06 [2023-03-05T21:17:06.142Z] setOSConditions: 16:17:06 [2023-03-05T21:17:06.142Z] 16:17:06 [2023-03-05T21:17:06.142Z] setToolWin: 16:17:06 [2023-03-05T21:17:06.142Z] 16:17:06 [2023-03-05T21:17:06.142Z] setToolUnix: 16:17:06 [2023-03-05T21:17:06.142Z] 16:17:06 [2023-03-05T21:17:06.142Z] setToolProperty: 16:17:06 [2023-03-05T21:17:06.142Z] 16:17:06 [2023-03-05T21:17:06.142Z] setS1ASclassPath: 16:17:06 [2023-03-05T21:17:06.142Z] 16:17:06 [2023-03-05T21:17:06.142Z] init-common: 16:17:06 [2023-03-05T21:17:06.142Z] 16:17:06 [2023-03-05T21:17:06.142Z] undeploy-common: 16:17:06 [2023-03-05T21:17:06.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-connsharingnonxaApp 16:17:06 [2023-03-05T21:17:06.676Z] 16:17:06 [2023-03-05T21:17:06.677Z] all-assoc-with-thread: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setOSConditions: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setToolWin: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setToolUnix: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setToolProperty: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setS1ASclassPath: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] init-common: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] clean: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setOSConditions: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setToolWin: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setToolUnix: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setToolProperty: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setS1ASclassPath: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] init-common: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] clean-common: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setOSConditions: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setToolWin: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setToolUnix: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setToolProperty: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setS1ASclassPath: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] init-common: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] clean-classes-common: 16:17:06 [2023-03-05T21:17:06.677Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setOSConditions: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setToolWin: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setToolUnix: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setToolProperty: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setS1ASclassPath: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] init-common: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] clean-jars-common: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] compile: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setOSConditions: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setToolWin: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setToolUnix: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setToolProperty: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] setS1ASclassPath: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] init-common: 16:17:06 [2023-03-05T21:17:06.677Z] 16:17:06 [2023-03-05T21:17:06.677Z] compile-common: 16:17:06 [2023-03-05T21:17:06.677Z] [echo] Current time (ISO): 2023-03-05T21:17:06.488+0000 16:17:06 [2023-03-05T21:17:06.677Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:17:06 [2023-03-05T21:17:06.677Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:17:08 [2023-03-05T21:17:08.058Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:17:08 [2023-03-05T21:17:08.058Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/cpds/ejb/SimpleBMPBean.java:42: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:17:08 [2023-03-05T21:17:08.058Z] [javac] return new Integer(1); 16:17:08 [2023-03-05T21:17:08.058Z] [javac] ^ 16:17:08 [2023-03-05T21:17:08.058Z] [javac] 2 warnings 16:17:08 [2023-03-05T21:17:08.058Z] 16:17:08 [2023-03-05T21:17:08.058Z] setOSConditions: 16:17:08 [2023-03-05T21:17:08.058Z] 16:17:08 [2023-03-05T21:17:08.058Z] setToolWin: 16:17:08 [2023-03-05T21:17:08.058Z] 16:17:08 [2023-03-05T21:17:08.058Z] setToolUnix: 16:17:08 [2023-03-05T21:17:08.058Z] 16:17:08 [2023-03-05T21:17:08.058Z] setToolProperty: 16:17:08 [2023-03-05T21:17:08.058Z] 16:17:08 [2023-03-05T21:17:08.058Z] setS1ASclassPath: 16:17:08 [2023-03-05T21:17:08.058Z] 16:17:08 [2023-03-05T21:17:08.058Z] init-common: 16:17:08 [2023-03-05T21:17:08.058Z] 16:17:08 [2023-03-05T21:17:08.058Z] compile-common: 16:17:08 [2023-03-05T21:17:08.058Z] [echo] Current time (ISO): 2023-03-05T21:17:07.752+0000 16:17:08 [2023-03-05T21:17:08.058Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:17:08 [2023-03-05T21:17:08.986Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:17:08 [2023-03-05T21:17:08.986Z] [javac] 1 warning 16:17:08 [2023-03-05T21:17:08.986Z] 16:17:08 [2023-03-05T21:17:08.986Z] build: 16:17:08 [2023-03-05T21:17:08.986Z] 16:17:08 [2023-03-05T21:17:08.986Z] setOSConditions: 16:17:08 [2023-03-05T21:17:08.986Z] 16:17:08 [2023-03-05T21:17:08.986Z] fixFiles: 16:17:08 [2023-03-05T21:17:08.986Z] 16:17:08 [2023-03-05T21:17:08.986Z] convUnix: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] convWin: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] setToolWin: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] setToolUnix: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] setToolProperty: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] setS1ASclassPath: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] init-common: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] package-persistence-common: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] ejb-jar-common: 16:17:10 [2023-03-05T21:17:10.190Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] package-ejbjar-common: 16:17:10 [2023-03-05T21:17:10.190Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:17:10 [2023-03-05T21:17:10.190Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:17:10 [2023-03-05T21:17:10.190Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:17:10 [2023-03-05T21:17:10.190Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpds-ejb.jar 16:17:10 [2023-03-05T21:17:10.190Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] appclient-jar-common: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] package-appclientjar-common: 16:17:10 [2023-03-05T21:17:10.190Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:17:10 [2023-03-05T21:17:10.190Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:17:10 [2023-03-05T21:17:10.190Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:17:10 [2023-03-05T21:17:10.190Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpds-client.jar 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] webclient-war-common: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] build-ear-common: 16:17:10 [2023-03-05T21:17:10.190Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:17:10 [2023-03-05T21:17:10.190Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpdsApp.ear 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] deploy: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] setOSConditions: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] setToolWin: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] setToolUnix: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] setToolProperty: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] setS1ASclassPath: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] init-common: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] deploy-jdbc-common: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] setOSConditions: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] setToolWin: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] setToolUnix: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] setToolProperty: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] setS1ASclassPath: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] init-common: 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] create-jdbc-connpool-common: 16:17:10 [2023-03-05T21:17:10.190Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientConnectionPoolDataSource --restype javax.sql.ConnectionPoolDataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-cpds 16:17:10 [2023-03-05T21:17:10.190Z] [exec] JDBC connection pool jdbc-cpds created successfully. 16:17:10 [2023-03-05T21:17:10.190Z] 16:17:10 [2023-03-05T21:17:10.190Z] set-derby-connpool-props: 16:17:10 [2023-03-05T21:17:10.190Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-cpds.property.User=dbuser 16:17:10 [2023-03-05T21:17:10.190Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.User=dbuser 16:17:10 [2023-03-05T21:17:10.190Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-cpds.property.Password=dbpassword 16:17:10 [2023-03-05T21:17:10.190Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.Password=dbpassword 16:17:10 [2023-03-05T21:17:10.190Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-cpds.property.driverType=4 16:17:10 [2023-03-05T21:17:10.190Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.driverType=4 16:17:10 [2023-03-05T21:17:10.752Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-cpds.property.portNumber=1527 16:17:10 [2023-03-05T21:17:10.752Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.portNumber=1527 16:17:11 [2023-03-05T21:17:11.010Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-cpds.property.dataBaseName=testdb 16:17:11 [2023-03-05T21:17:11.010Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.dataBaseName=testdb 16:17:11 [2023-03-05T21:17:11.266Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-cpds.property.retrieveMessagesFromServerOnGetMessage=true 16:17:11 [2023-03-05T21:17:11.266Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.retrieveMessagesFromServerOnGetMessage=true 16:17:11 [2023-03-05T21:17:11.522Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-cpds.property.create=true 16:17:11 [2023-03-05T21:17:11.522Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.create=true 16:17:11 [2023-03-05T21:17:11.779Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-cpds.property.serverName=localhost 16:17:11 [2023-03-05T21:17:11.779Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.serverName=localhost 16:17:11 [2023-03-05T21:17:11.779Z] 16:17:11 [2023-03-05T21:17:11.779Z] setOSConditions: 16:17:11 [2023-03-05T21:17:11.779Z] 16:17:11 [2023-03-05T21:17:11.779Z] setToolWin: 16:17:11 [2023-03-05T21:17:11.779Z] 16:17:11 [2023-03-05T21:17:11.779Z] setToolUnix: 16:17:11 [2023-03-05T21:17:11.779Z] 16:17:11 [2023-03-05T21:17:11.779Z] setToolProperty: 16:17:11 [2023-03-05T21:17:11.779Z] 16:17:11 [2023-03-05T21:17:11.779Z] setS1ASclassPath: 16:17:11 [2023-03-05T21:17:11.779Z] 16:17:11 [2023-03-05T21:17:11.779Z] init-common: 16:17:11 [2023-03-05T21:17:11.779Z] 16:17:11 [2023-03-05T21:17:11.779Z] create-jdbc-resource-common: 16:17:11 [2023-03-05T21:17:11.779Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-cpds --target server jdbc/s1qeDB-cpds 16:17:12 [2023-03-05T21:17:12.035Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-cpds --enabled=true --target server jdbc/s1qeDB-cpds 16:17:12 [2023-03-05T21:17:12.035Z] [exec] JDBC resource jdbc/s1qeDB-cpds created successfully. 16:17:12 [2023-03-05T21:17:12.035Z] [echo] cmd executed for server 16:17:12 [2023-03-05T21:17:12.035Z] 16:17:12 [2023-03-05T21:17:12.035Z] setup-derby-for-authentication: 16:17:12 [2023-03-05T21:17:12.035Z] 16:17:12 [2023-03-05T21:17:12.035Z] setOSConditions: 16:17:12 [2023-03-05T21:17:12.035Z] 16:17:12 [2023-03-05T21:17:12.035Z] setToolWin: 16:17:12 [2023-03-05T21:17:12.035Z] 16:17:12 [2023-03-05T21:17:12.035Z] setToolUnix: 16:17:12 [2023-03-05T21:17:12.035Z] 16:17:12 [2023-03-05T21:17:12.035Z] setToolProperty: 16:17:12 [2023-03-05T21:17:12.035Z] 16:17:12 [2023-03-05T21:17:12.035Z] setS1ASclassPath: 16:17:12 [2023-03-05T21:17:12.035Z] 16:17:12 [2023-03-05T21:17:12.035Z] init-common: 16:17:12 [2023-03-05T21:17:12.035Z] 16:17:12 [2023-03-05T21:17:12.035Z] stop-derby: 16:17:12 [2023-03-05T21:17:12.035Z] 16:17:12 [2023-03-05T21:17:12.035Z] stop-derby-aix: 16:17:12 [2023-03-05T21:17:12.035Z] 16:17:12 [2023-03-05T21:17:12.035Z] stop-derby-nonaix: 16:17:12 [2023-03-05T21:17:12.035Z] [echo] Stopping Derby DB Server ... 16:17:12 [2023-03-05T21:17:12.291Z] [java] Sun Mar 05 21:17:12 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:17:12 [2023-03-05T21:17:12.291Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties to copy. 16:17:12 [2023-03-05T21:17:12.291Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases 16:17:12 [2023-03-05T21:17:12.291Z] 16:17:12 [2023-03-05T21:17:12.291Z] setOSConditions: 16:17:12 [2023-03-05T21:17:12.291Z] 16:17:12 [2023-03-05T21:17:12.291Z] setToolWin: 16:17:12 [2023-03-05T21:17:12.291Z] 16:17:12 [2023-03-05T21:17:12.291Z] setToolUnix: 16:17:12 [2023-03-05T21:17:12.291Z] 16:17:12 [2023-03-05T21:17:12.291Z] setToolProperty: 16:17:12 [2023-03-05T21:17:12.291Z] 16:17:12 [2023-03-05T21:17:12.291Z] setS1ASclassPath: 16:17:12 [2023-03-05T21:17:12.291Z] 16:17:12 [2023-03-05T21:17:12.291Z] init-common: 16:17:12 [2023-03-05T21:17:12.291Z] 16:17:12 [2023-03-05T21:17:12.291Z] start-derby: 16:17:12 [2023-03-05T21:17:12.291Z] 16:17:12 [2023-03-05T21:17:12.291Z] start-derby-aix: 16:17:12 [2023-03-05T21:17:12.291Z] 16:17:12 [2023-03-05T21:17:12.291Z] start-derby-nonaix: 16:17:12 [2023-03-05T21:17:12.291Z] [echo] Starting Derby DB Server ... 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setOSConditions: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setToolWin: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setToolUnix: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setToolProperty: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setS1ASclassPath: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] init-common: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] execute-sql-common: 16:17:30 [2023-03-05T21:17:30.353Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/cpds/sql/drop_pointbase.sql 16:17:30 [2023-03-05T21:17:30.353Z] [sql] Failed to execute: Drop table O_Customer 16:17:30 [2023-03-05T21:17:30.353Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:17:30 [2023-03-05T21:17:30.353Z] [sql] 0 of 1 SQL statements executed successfully 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setOSConditions: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setToolWin: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setToolUnix: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setToolProperty: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setS1ASclassPath: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] init-common: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] deploy-common: 16:17:30 [2023-03-05T21:17:30.353Z] [echo] Current time (ISO): 2023-03-05T21:17:27.499+0000 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setOSConditions: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setToolWin: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setToolUnix: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setToolProperty: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setS1ASclassPath: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] init-common: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] deploy-common-pe: 16:17:30 [2023-03-05T21:17:30.353Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpdsApp.ear 16:17:30 [2023-03-05T21:17:30.353Z] [exec] Application deployed with name ejb-bmp-cpdsApp. 16:17:30 [2023-03-05T21:17:30.353Z] [echo] Deployment on target server server successful 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setOSConditions: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setToolWin: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setToolUnix: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setToolProperty: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setS1ASclassPath: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] init-common: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] deploy-common-ee: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] run: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setOSConditions: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setToolWin: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setToolUnix: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setToolProperty: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] setS1ASclassPath: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] init-common: 16:17:30 [2023-03-05T21:17:30.353Z] 16:17:30 [2023-03-05T21:17:30.353Z] runclient-common: 16:17:30 [2023-03-05T21:17:30.353Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpdsAppClient.jar -name ejb-bmp-cpdsClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:17:30 [2023-03-05T21:17:30.353Z] [exec] Mar 05, 2023 9:17:28 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:17:30 [2023-03-05T21:17:30.353Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:17:30 [2023-03-05T21:17:30.619Z] [exec] Mar 05, 2023 9:17:30 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:17:30 [2023-03-05T21:17:30.619Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@4be490da 16:17:30 [2023-03-05T21:17:30.920Z] [exec] Value of key is: test1 : 16:17:30 [2023-03-05T21:17:30.920Z] [exec] Value of key is: test2 : 16:17:30 [2023-03-05T21:17:30.920Z] [exec] Value of key is: test3 : 16:17:30 [2023-03-05T21:17:30.920Z] [exec] Value of key is: test4 : 16:17:31 [2023-03-05T21:17:31.177Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:17:31 [2023-03-05T21:17:31.177Z] [exec] 16:17:31 [2023-03-05T21:17:31.177Z] [exec] 16:17:31 [2023-03-05T21:17:31.177Z] [exec] ----------------------------------------- 16:17:31 [2023-03-05T21:17:31.177Z] [exec] - test3 : : PASS - 16:17:31 [2023-03-05T21:17:31.177Z] [exec] - test4 : : PASS - 16:17:31 [2023-03-05T21:17:31.177Z] [exec] - test2 : : PASS - 16:17:31 [2023-03-05T21:17:31.177Z] [exec] - test1 : : PASS - 16:17:31 [2023-03-05T21:17:31.177Z] [exec] ----------------------------------------- 16:17:31 [2023-03-05T21:17:31.177Z] [exec] Total PASS: 4 16:17:31 [2023-03-05T21:17:31.177Z] [exec] Total FAIL: 0 16:17:31 [2023-03-05T21:17:31.177Z] [exec] Total DID NOT RUN: 0 16:17:31 [2023-03-05T21:17:31.177Z] [exec] ----------------------------------------- 16:17:31 [2023-03-05T21:17:31.177Z] [exec] in flushAll , creating new testSuiteHash 16:17:31 [2023-03-05T21:17:31.177Z] [exec] in flushAll , creating new testSuiteHash 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] checkReporting-common: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] confirmReportPresent-common: 16:17:31 [2023-03-05T21:17:31.433Z] [echo] file RepRunConf.txt is present. 16:17:31 [2023-03-05T21:17:31.433Z] [echo] Test seems to be reported fine 16:17:31 [2023-03-05T21:17:31.433Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/cpds/RepRunConf.txt 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] confirmMissingReport-common: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] undeploy: 16:17:31 [2023-03-05T21:17:31.433Z] [echo] Executing sql from ${sql.file} 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] setOSConditions: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] setToolWin: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] setToolUnix: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] setToolProperty: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] setS1ASclassPath: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] init-common: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] execute-sql-common: 16:17:31 [2023-03-05T21:17:31.433Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/cpds/sql/drop_pointbase.sql 16:17:31 [2023-03-05T21:17:31.433Z] [sql] Failed to execute: Drop table O_Customer 16:17:31 [2023-03-05T21:17:31.433Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:17:31 [2023-03-05T21:17:31.433Z] [sql] 0 of 1 SQL statements executed successfully 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] reset-derby-for-no-authentication: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] setOSConditions: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] setToolWin: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] setToolUnix: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] setToolProperty: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] setS1ASclassPath: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] init-common: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] stop-derby: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] stop-derby-aix: 16:17:31 [2023-03-05T21:17:31.433Z] 16:17:31 [2023-03-05T21:17:31.433Z] stop-derby-nonaix: 16:17:31 [2023-03-05T21:17:31.433Z] [echo] Stopping Derby DB Server ... 16:17:31 [2023-03-05T21:17:31.690Z] [java] Sun Mar 05 21:17:31 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:17:31 [2023-03-05T21:17:31.690Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties 16:17:31 [2023-03-05T21:17:31.690Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.properties.bkp to copy. 16:17:31 [2023-03-05T21:17:31.690Z] 16:17:31 [2023-03-05T21:17:31.690Z] setOSConditions: 16:17:31 [2023-03-05T21:17:31.690Z] 16:17:31 [2023-03-05T21:17:31.690Z] setToolWin: 16:17:31 [2023-03-05T21:17:31.690Z] 16:17:31 [2023-03-05T21:17:31.690Z] setToolUnix: 16:17:31 [2023-03-05T21:17:31.690Z] 16:17:31 [2023-03-05T21:17:31.690Z] setToolProperty: 16:17:31 [2023-03-05T21:17:31.690Z] 16:17:31 [2023-03-05T21:17:31.690Z] setS1ASclassPath: 16:17:31 [2023-03-05T21:17:31.690Z] 16:17:31 [2023-03-05T21:17:31.690Z] init-common: 16:17:31 [2023-03-05T21:17:31.690Z] 16:17:31 [2023-03-05T21:17:31.690Z] start-derby: 16:17:31 [2023-03-05T21:17:31.690Z] 16:17:31 [2023-03-05T21:17:31.690Z] start-derby-aix: 16:17:31 [2023-03-05T21:17:31.690Z] 16:17:31 [2023-03-05T21:17:31.690Z] start-derby-nonaix: 16:17:31 [2023-03-05T21:17:31.690Z] [echo] Starting Derby DB Server ... 16:17:49 [2023-03-05T21:17:49.753Z] 16:17:49 [2023-03-05T21:17:49.753Z] setOSConditions: 16:17:49 [2023-03-05T21:17:49.753Z] 16:17:49 [2023-03-05T21:17:49.753Z] setToolWin: 16:17:49 [2023-03-05T21:17:49.753Z] 16:17:49 [2023-03-05T21:17:49.753Z] setToolUnix: 16:17:49 [2023-03-05T21:17:49.753Z] 16:17:49 [2023-03-05T21:17:49.753Z] setToolProperty: 16:17:49 [2023-03-05T21:17:49.753Z] 16:17:49 [2023-03-05T21:17:49.753Z] setS1ASclassPath: 16:17:49 [2023-03-05T21:17:49.753Z] 16:17:49 [2023-03-05T21:17:49.753Z] init-common: 16:17:49 [2023-03-05T21:17:49.753Z] 16:17:49 [2023-03-05T21:17:49.753Z] undeploy-jdbc-common: 16:17:49 [2023-03-05T21:17:49.753Z] 16:17:49 [2023-03-05T21:17:49.753Z] setOSConditions: 16:17:49 [2023-03-05T21:17:49.753Z] 16:17:49 [2023-03-05T21:17:49.753Z] setToolWin: 16:17:49 [2023-03-05T21:17:49.753Z] 16:17:49 [2023-03-05T21:17:49.753Z] setToolUnix: 16:17:49 [2023-03-05T21:17:49.753Z] 16:17:49 [2023-03-05T21:17:49.753Z] setToolProperty: 16:17:49 [2023-03-05T21:17:49.753Z] 16:17:49 [2023-03-05T21:17:49.753Z] setS1ASclassPath: 16:17:49 [2023-03-05T21:17:49.753Z] 16:17:49 [2023-03-05T21:17:49.753Z] init-common: 16:17:49 [2023-03-05T21:17:49.753Z] 16:17:49 [2023-03-05T21:17:49.753Z] delete-jdbc-resource-common: 16:17:49 [2023-03-05T21:17:49.753Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB-cpds 16:17:49 [2023-03-05T21:17:49.753Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB-cpds 16:17:49 [2023-03-05T21:17:49.753Z] [exec] JDBC resource jdbc/s1qeDB-cpds deleted successfully 16:17:49 [2023-03-05T21:17:49.753Z] [echo] cmd executed for server 16:17:49 [2023-03-05T21:17:49.753Z] 16:17:49 [2023-03-05T21:17:49.753Z] setOSConditions: 16:17:49 [2023-03-05T21:17:49.753Z] 16:17:49 [2023-03-05T21:17:49.753Z] setToolWin: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolUnix: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolProperty: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setS1ASclassPath: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] init-common: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] delete-jdbc-connpool-common: 16:17:49 [2023-03-05T21:17:49.754Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-cpds 16:17:49 [2023-03-05T21:17:49.754Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-cpds 16:17:49 [2023-03-05T21:17:49.754Z] [exec] JDBC Connection pool jdbc-cpds deleted successfully 16:17:49 [2023-03-05T21:17:49.754Z] [echo] cmd executed for server 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setOSConditions: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolWin: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolUnix: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolProperty: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setS1ASclassPath: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] init-common: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] undeploy-common: 16:17:49 [2023-03-05T21:17:49.754Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-cpdsApp 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] all: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setOSConditions: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolWin: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolUnix: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolProperty: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setS1ASclassPath: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] init-common: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] clean: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setOSConditions: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolWin: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolUnix: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolProperty: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setS1ASclassPath: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] init-common: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] clean-common: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setOSConditions: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolWin: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolUnix: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolProperty: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setS1ASclassPath: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] init-common: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] clean-classes-common: 16:17:49 [2023-03-05T21:17:49.754Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setOSConditions: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolWin: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolUnix: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolProperty: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setS1ASclassPath: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] init-common: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] clean-jars-common: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] compile: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setOSConditions: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolWin: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolUnix: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolProperty: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setS1ASclassPath: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] init-common: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] compile-common: 16:17:49 [2023-03-05T21:17:49.754Z] [echo] Current time (ISO): 2023-03-05T21:17:47.581+0000 16:17:49 [2023-03-05T21:17:49.754Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:17:49 [2023-03-05T21:17:49.754Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:17:49 [2023-03-05T21:17:49.754Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:17:49 [2023-03-05T21:17:49.754Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/ejb/SimpleBMPBean.java:54: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:17:49 [2023-03-05T21:17:49.754Z] [javac] return new Integer(1); 16:17:49 [2023-03-05T21:17:49.754Z] [javac] ^ 16:17:49 [2023-03-05T21:17:49.754Z] [javac] 2 warnings 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setOSConditions: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolWin: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolUnix: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setToolProperty: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] setS1ASclassPath: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] init-common: 16:17:49 [2023-03-05T21:17:49.754Z] 16:17:49 [2023-03-05T21:17:49.754Z] compile-common: 16:17:49 [2023-03-05T21:17:49.754Z] [echo] Current time (ISO): 2023-03-05T21:17:48.785+0000 16:17:49 [2023-03-05T21:17:49.754Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:17:50 [2023-03-05T21:17:50.010Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:17:50 [2023-03-05T21:17:50.010Z] [javac] 1 warning 16:17:50 [2023-03-05T21:17:50.010Z] 16:17:50 [2023-03-05T21:17:50.010Z] build: 16:17:50 [2023-03-05T21:17:50.010Z] 16:17:50 [2023-03-05T21:17:50.010Z] setOSConditions: 16:17:50 [2023-03-05T21:17:50.010Z] 16:17:50 [2023-03-05T21:17:50.010Z] fixFiles: 16:17:50 [2023-03-05T21:17:50.010Z] 16:17:50 [2023-03-05T21:17:50.010Z] convUnix: 16:17:50 [2023-03-05T21:17:50.010Z] 16:17:50 [2023-03-05T21:17:50.010Z] convWin: 16:17:50 [2023-03-05T21:17:50.010Z] 16:17:50 [2023-03-05T21:17:50.010Z] setToolWin: 16:17:50 [2023-03-05T21:17:50.010Z] 16:17:50 [2023-03-05T21:17:50.010Z] setToolUnix: 16:17:50 [2023-03-05T21:17:50.010Z] 16:17:50 [2023-03-05T21:17:50.010Z] setToolProperty: 16:17:50 [2023-03-05T21:17:50.010Z] 16:17:50 [2023-03-05T21:17:50.010Z] setS1ASclassPath: 16:17:50 [2023-03-05T21:17:50.010Z] 16:17:50 [2023-03-05T21:17:50.010Z] init-common: 16:17:50 [2023-03-05T21:17:50.010Z] 16:17:50 [2023-03-05T21:17:50.010Z] package-persistence-common: 16:17:50 [2023-03-05T21:17:50.010Z] 16:17:50 [2023-03-05T21:17:50.010Z] ejb-jar-common: 16:17:50 [2023-03-05T21:17:50.010Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:17:50 [2023-03-05T21:17:50.010Z] 16:17:50 [2023-03-05T21:17:50.010Z] package-ejbjar-common: 16:17:50 [2023-03-05T21:17:50.010Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:17:50 [2023-03-05T21:17:50.010Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:17:50 [2023-03-05T21:17:50.010Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:17:50 [2023-03-05T21:17:50.010Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolation-ejb.jar 16:17:50 [2023-03-05T21:17:50.010Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:17:50 [2023-03-05T21:17:50.010Z] 16:17:50 [2023-03-05T21:17:50.010Z] appclient-jar-common: 16:17:50 [2023-03-05T21:17:50.010Z] 16:17:50 [2023-03-05T21:17:50.010Z] package-appclientjar-common: 16:17:50 [2023-03-05T21:17:50.011Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:17:50 [2023-03-05T21:17:50.011Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:17:50 [2023-03-05T21:17:50.011Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:17:50 [2023-03-05T21:17:50.011Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolation-client.jar 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] webclient-war-common: 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] build-ear-common: 16:17:50 [2023-03-05T21:17:50.011Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:17:50 [2023-03-05T21:17:50.011Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationApp.ear 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] deploy: 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] setOSConditions: 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] setToolWin: 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] setToolUnix: 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] setToolProperty: 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] setS1ASclassPath: 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] init-common: 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] deploy-jdbc-common: 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] setOSConditions: 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] setToolWin: 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] setToolUnix: 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] setToolProperty: 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] setS1ASclassPath: 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] init-common: 16:17:50 [2023-03-05T21:17:50.011Z] 16:17:50 [2023-03-05T21:17:50.011Z] create-jdbc-connpool-common: 16:17:50 [2023-03-05T21:17:50.573Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true tx-isolation-pool 16:17:50 [2023-03-05T21:17:50.573Z] [exec] JDBC connection pool tx-isolation-pool created successfully. 16:17:50 [2023-03-05T21:17:50.573Z] 16:17:50 [2023-03-05T21:17:50.573Z] set-derby-connpool-props: 16:17:50 [2023-03-05T21:17:50.829Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.User=dbuser 16:17:50 [2023-03-05T21:17:50.829Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.User=dbuser 16:17:51 [2023-03-05T21:17:51.089Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.Password=dbpassword 16:17:51 [2023-03-05T21:17:51.089Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.Password=dbpassword 16:17:51 [2023-03-05T21:17:51.651Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.driverType=4 16:17:51 [2023-03-05T21:17:51.651Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.driverType=4 16:17:51 [2023-03-05T21:17:51.920Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.portNumber=1527 16:17:51 [2023-03-05T21:17:51.920Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.portNumber=1527 16:17:52 [2023-03-05T21:17:52.177Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.dataBaseName=testdb 16:17:52 [2023-03-05T21:17:52.177Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.dataBaseName=testdb 16:17:52 [2023-03-05T21:17:52.432Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:17:52 [2023-03-05T21:17:52.432Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:17:52 [2023-03-05T21:17:52.689Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.create=true 16:17:52 [2023-03-05T21:17:52.689Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.create=true 16:17:52 [2023-03-05T21:17:52.945Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.serverName=localhost 16:17:52 [2023-03-05T21:17:52.945Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.serverName=localhost 16:17:52 [2023-03-05T21:17:52.945Z] 16:17:52 [2023-03-05T21:17:52.945Z] setOSConditions: 16:17:52 [2023-03-05T21:17:52.945Z] 16:17:52 [2023-03-05T21:17:52.945Z] setToolWin: 16:17:52 [2023-03-05T21:17:52.945Z] 16:17:52 [2023-03-05T21:17:52.945Z] setToolUnix: 16:17:52 [2023-03-05T21:17:52.945Z] 16:17:52 [2023-03-05T21:17:52.945Z] setToolProperty: 16:17:52 [2023-03-05T21:17:52.945Z] 16:17:52 [2023-03-05T21:17:52.945Z] setS1ASclassPath: 16:17:52 [2023-03-05T21:17:52.945Z] 16:17:52 [2023-03-05T21:17:52.945Z] init-common: 16:17:52 [2023-03-05T21:17:52.945Z] 16:17:52 [2023-03-05T21:17:52.945Z] create-jdbc-resource-common: 16:17:52 [2023-03-05T21:17:52.945Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid tx-isolation-pool --target server jdbc/txisolation 16:17:53 [2023-03-05T21:17:53.201Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid tx-isolation-pool --enabled=true --target server jdbc/txisolation 16:17:53 [2023-03-05T21:17:53.201Z] [exec] JDBC resource jdbc/txisolation created successfully. 16:17:53 [2023-03-05T21:17:53.201Z] [echo] cmd executed for server 16:17:53 [2023-03-05T21:17:53.201Z] 16:17:53 [2023-03-05T21:17:53.201Z] asadmin-common: 16:17:53 [2023-03-05T21:17:53.201Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.steady_pool_size=0 16:17:53 [2023-03-05T21:17:53.458Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.steady_pool_size=0 16:17:53 [2023-03-05T21:17:53.719Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.steady-pool-size=0 16:17:53 [2023-03-05T21:17:53.719Z] 16:17:53 [2023-03-05T21:17:53.719Z] asadmin-common: 16:17:53 [2023-03-05T21:17:53.719Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.pool_resize_quantity=1 16:17:53 [2023-03-05T21:17:53.975Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.pool_resize_quantity=1 16:17:53 [2023-03-05T21:17:53.975Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.pool-resize-quantity=1 16:17:53 [2023-03-05T21:17:53.975Z] 16:17:53 [2023-03-05T21:17:53.975Z] asadmin-common: 16:17:53 [2023-03-05T21:17:53.975Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.max_pool_size=1 16:17:54 [2023-03-05T21:17:54.231Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.max_pool_size=1 16:17:54 [2023-03-05T21:17:54.231Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.max-pool-size=1 16:17:54 [2023-03-05T21:17:54.231Z] 16:17:54 [2023-03-05T21:17:54.231Z] asadmin-common: 16:17:54 [2023-03-05T21:17:54.231Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.max_connection_usage_count=1 16:17:54 [2023-03-05T21:17:54.488Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.max_connection_usage_count=1 16:17:54 [2023-03-05T21:17:54.488Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.max-connection-usage-count=1 16:17:54 [2023-03-05T21:17:54.488Z] 16:17:54 [2023-03-05T21:17:54.488Z] asadmin-common: 16:17:54 [2023-03-05T21:17:54.488Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.property.connectionAttributes=;create=true 16:17:54 [2023-03-05T21:17:54.744Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.property.connectionAttributes=;create=true 16:17:54 [2023-03-05T21:17:54.744Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.connectionAttributes=;create=true 16:17:54 [2023-03-05T21:17:54.744Z] 16:17:54 [2023-03-05T21:17:54.744Z] setOSConditions: 16:17:54 [2023-03-05T21:17:54.744Z] 16:17:54 [2023-03-05T21:17:54.744Z] setToolWin: 16:17:54 [2023-03-05T21:17:54.744Z] 16:17:54 [2023-03-05T21:17:54.744Z] setToolUnix: 16:17:54 [2023-03-05T21:17:54.744Z] 16:17:54 [2023-03-05T21:17:54.744Z] setToolProperty: 16:17:54 [2023-03-05T21:17:54.744Z] 16:17:54 [2023-03-05T21:17:54.744Z] setS1ASclassPath: 16:17:54 [2023-03-05T21:17:54.744Z] 16:17:54 [2023-03-05T21:17:54.744Z] init-common: 16:17:54 [2023-03-05T21:17:54.744Z] 16:17:54 [2023-03-05T21:17:54.744Z] deploy-common: 16:17:54 [2023-03-05T21:17:54.744Z] [echo] Current time (ISO): 2023-03-05T21:17:54.691+0000 16:17:54 [2023-03-05T21:17:54.744Z] 16:17:54 [2023-03-05T21:17:54.744Z] setOSConditions: 16:17:54 [2023-03-05T21:17:54.744Z] 16:17:54 [2023-03-05T21:17:54.744Z] setToolWin: 16:17:54 [2023-03-05T21:17:54.744Z] 16:17:54 [2023-03-05T21:17:54.744Z] setToolUnix: 16:17:54 [2023-03-05T21:17:54.744Z] 16:17:54 [2023-03-05T21:17:54.744Z] setToolProperty: 16:17:54 [2023-03-05T21:17:54.744Z] 16:17:54 [2023-03-05T21:17:54.744Z] setS1ASclassPath: 16:17:54 [2023-03-05T21:17:54.744Z] 16:17:54 [2023-03-05T21:17:54.744Z] init-common: 16:17:54 [2023-03-05T21:17:54.744Z] 16:17:54 [2023-03-05T21:17:54.744Z] deploy-common-pe: 16:17:55 [2023-03-05T21:17:55.019Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationApp.ear 16:17:55 [2023-03-05T21:17:55.275Z] [exec] Application deployed with name ejb-bmp-txisolationApp. 16:17:55 [2023-03-05T21:17:55.275Z] [echo] Deployment on target server server successful 16:17:55 [2023-03-05T21:17:55.275Z] 16:17:55 [2023-03-05T21:17:55.275Z] setOSConditions: 16:17:55 [2023-03-05T21:17:55.275Z] 16:17:55 [2023-03-05T21:17:55.275Z] setToolWin: 16:17:55 [2023-03-05T21:17:55.275Z] 16:17:55 [2023-03-05T21:17:55.275Z] setToolUnix: 16:17:55 [2023-03-05T21:17:55.275Z] 16:17:55 [2023-03-05T21:17:55.275Z] setToolProperty: 16:17:55 [2023-03-05T21:17:55.275Z] 16:17:55 [2023-03-05T21:17:55.275Z] setS1ASclassPath: 16:17:55 [2023-03-05T21:17:55.275Z] 16:17:55 [2023-03-05T21:17:55.275Z] init-common: 16:17:55 [2023-03-05T21:17:55.275Z] 16:17:55 [2023-03-05T21:17:55.275Z] deploy-common-ee: 16:17:55 [2023-03-05T21:17:55.275Z] 16:17:55 [2023-03-05T21:17:55.275Z] run: 16:17:55 [2023-03-05T21:17:55.275Z] 16:17:55 [2023-03-05T21:17:55.275Z] asadmin-common: 16:17:55 [2023-03-05T21:17:55.275Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-committed 16:17:55 [2023-03-05T21:17:55.531Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-committed 16:17:55 [2023-03-05T21:17:55.531Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-committed 16:17:55 [2023-03-05T21:17:55.531Z] 16:17:55 [2023-03-05T21:17:55.531Z] asadmin-common: 16:17:55 [2023-03-05T21:17:55.531Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.is-isolation-level-guaranteed=false 16:17:55 [2023-03-05T21:17:55.787Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.is-isolation-level-guaranteed=false 16:17:55 [2023-03-05T21:17:55.787Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.is-isolation-level-guaranteed=false 16:17:55 [2023-03-05T21:17:55.787Z] 16:17:55 [2023-03-05T21:17:55.787Z] setOSConditions: 16:17:55 [2023-03-05T21:17:55.787Z] 16:17:55 [2023-03-05T21:17:55.787Z] setToolWin: 16:17:55 [2023-03-05T21:17:55.787Z] 16:17:55 [2023-03-05T21:17:55.787Z] setToolUnix: 16:17:55 [2023-03-05T21:17:55.787Z] 16:17:55 [2023-03-05T21:17:55.787Z] setToolProperty: 16:17:55 [2023-03-05T21:17:55.787Z] 16:17:55 [2023-03-05T21:17:55.787Z] setS1ASclassPath: 16:17:55 [2023-03-05T21:17:55.787Z] 16:17:55 [2023-03-05T21:17:55.787Z] init-common: 16:17:55 [2023-03-05T21:17:55.787Z] 16:17:55 [2023-03-05T21:17:55.787Z] runclient-common: 16:17:55 [2023-03-05T21:17:55.788Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationAppClient.jar -name ejb-bmp-txisolationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 16:17:56 [2023-03-05T21:17:56.719Z] [exec] Mar 05, 2023 9:17:56 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:17:56 [2023-03-05T21:17:56.719Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:17:58 [2023-03-05T21:17:58.619Z] [exec] Mar 05, 2023 9:17:58 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:17:58 [2023-03-05T21:17:58.619Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6f38f084 16:17:59 [2023-03-05T21:17:59.182Z] [exec] Value of key is: read-committed, new connection 16:17:59 [2023-03-05T21:17:59.182Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:17:59 [2023-03-05T21:17:59.182Z] [exec] 16:17:59 [2023-03-05T21:17:59.182Z] [exec] 16:17:59 [2023-03-05T21:17:59.182Z] [exec] ----------------------------------------- 16:17:59 [2023-03-05T21:17:59.182Z] [exec] - read-committed, new connection: PASS - 16:17:59 [2023-03-05T21:17:59.182Z] [exec] ----------------------------------------- 16:17:59 [2023-03-05T21:17:59.182Z] [exec] Total PASS: 1 16:17:59 [2023-03-05T21:17:59.182Z] [exec] Total FAIL: 0 16:17:59 [2023-03-05T21:17:59.182Z] [exec] Total DID NOT RUN: 0 16:17:59 [2023-03-05T21:17:59.182Z] [exec] ----------------------------------------- 16:17:59 [2023-03-05T21:17:59.182Z] [exec] in flushAll , creating new testSuiteHash 16:17:59 [2023-03-05T21:17:59.182Z] [exec] in flushAll , creating new testSuiteHash 16:17:59 [2023-03-05T21:17:59.438Z] 16:17:59 [2023-03-05T21:17:59.438Z] checkReporting-common: 16:17:59 [2023-03-05T21:17:59.438Z] 16:17:59 [2023-03-05T21:17:59.438Z] confirmReportPresent-common: 16:17:59 [2023-03-05T21:17:59.438Z] [echo] file RepRunConf.txt is present. 16:17:59 [2023-03-05T21:17:59.438Z] [echo] Test seems to be reported fine 16:17:59 [2023-03-05T21:17:59.438Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt 16:17:59 [2023-03-05T21:17:59.438Z] 16:17:59 [2023-03-05T21:17:59.438Z] confirmMissingReport-common: 16:17:59 [2023-03-05T21:17:59.438Z] 16:17:59 [2023-03-05T21:17:59.438Z] asadmin-common: 16:17:59 [2023-03-05T21:17:59.438Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-uncommitted 16:17:59 [2023-03-05T21:17:59.695Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-uncommitted 16:17:59 [2023-03-05T21:17:59.950Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-uncommitted 16:17:59 [2023-03-05T21:17:59.950Z] 16:17:59 [2023-03-05T21:17:59.950Z] setOSConditions: 16:17:59 [2023-03-05T21:17:59.950Z] 16:17:59 [2023-03-05T21:17:59.950Z] setToolWin: 16:17:59 [2023-03-05T21:17:59.950Z] 16:17:59 [2023-03-05T21:17:59.950Z] setToolUnix: 16:17:59 [2023-03-05T21:17:59.950Z] 16:17:59 [2023-03-05T21:17:59.950Z] setToolProperty: 16:17:59 [2023-03-05T21:17:59.950Z] 16:17:59 [2023-03-05T21:17:59.950Z] setS1ASclassPath: 16:17:59 [2023-03-05T21:17:59.950Z] 16:17:59 [2023-03-05T21:17:59.950Z] init-common: 16:17:59 [2023-03-05T21:17:59.950Z] 16:17:59 [2023-03-05T21:17:59.950Z] runclient-common: 16:17:59 [2023-03-05T21:17:59.950Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationAppClient.jar -name ejb-bmp-txisolationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 16:18:00 [2023-03-05T21:18:00.526Z] [exec] Mar 05, 2023 9:18:00 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:18:00 [2023-03-05T21:18:00.526Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:18:03 [2023-03-05T21:18:03.046Z] [exec] Mar 05, 2023 9:18:02 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:18:03 [2023-03-05T21:18:03.046Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@62cbc478 16:18:03 [2023-03-05T21:18:03.046Z] [exec] Value of key is: read-uncommitted, new connection 16:18:03 [2023-03-05T21:18:03.046Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:18:03 [2023-03-05T21:18:03.046Z] [exec] 16:18:03 [2023-03-05T21:18:03.046Z] [exec] 16:18:03 [2023-03-05T21:18:03.046Z] [exec] ----------------------------------------- 16:18:03 [2023-03-05T21:18:03.046Z] [exec] - read-uncommitted, new connection: PASS - 16:18:03 [2023-03-05T21:18:03.046Z] [exec] ----------------------------------------- 16:18:03 [2023-03-05T21:18:03.046Z] [exec] Total PASS: 1 16:18:03 [2023-03-05T21:18:03.046Z] [exec] Total FAIL: 0 16:18:03 [2023-03-05T21:18:03.046Z] [exec] Total DID NOT RUN: 0 16:18:03 [2023-03-05T21:18:03.046Z] [exec] ----------------------------------------- 16:18:03 [2023-03-05T21:18:03.046Z] [exec] in flushAll , creating new testSuiteHash 16:18:03 [2023-03-05T21:18:03.046Z] [exec] in flushAll , creating new testSuiteHash 16:18:03 [2023-03-05T21:18:03.046Z] 16:18:03 [2023-03-05T21:18:03.046Z] checkReporting-common: 16:18:03 [2023-03-05T21:18:03.046Z] 16:18:03 [2023-03-05T21:18:03.046Z] confirmReportPresent-common: 16:18:03 [2023-03-05T21:18:03.046Z] [echo] file RepRunConf.txt is present. 16:18:03 [2023-03-05T21:18:03.046Z] [echo] Test seems to be reported fine 16:18:03 [2023-03-05T21:18:03.046Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt 16:18:03 [2023-03-05T21:18:03.046Z] 16:18:03 [2023-03-05T21:18:03.046Z] confirmMissingReport-common: 16:18:03 [2023-03-05T21:18:03.046Z] 16:18:03 [2023-03-05T21:18:03.046Z] asadmin-common: 16:18:03 [2023-03-05T21:18:03.046Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=repeatable-read 16:18:03 [2023-03-05T21:18:03.627Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=repeatable-read 16:18:03 [2023-03-05T21:18:03.627Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=repeatable-read 16:18:03 [2023-03-05T21:18:03.627Z] 16:18:03 [2023-03-05T21:18:03.627Z] setOSConditions: 16:18:03 [2023-03-05T21:18:03.627Z] 16:18:03 [2023-03-05T21:18:03.627Z] setToolWin: 16:18:03 [2023-03-05T21:18:03.627Z] 16:18:03 [2023-03-05T21:18:03.627Z] setToolUnix: 16:18:03 [2023-03-05T21:18:03.627Z] 16:18:03 [2023-03-05T21:18:03.627Z] setToolProperty: 16:18:03 [2023-03-05T21:18:03.627Z] 16:18:03 [2023-03-05T21:18:03.627Z] setS1ASclassPath: 16:18:03 [2023-03-05T21:18:03.627Z] 16:18:03 [2023-03-05T21:18:03.627Z] init-common: 16:18:03 [2023-03-05T21:18:03.627Z] 16:18:03 [2023-03-05T21:18:03.627Z] runclient-common: 16:18:03 [2023-03-05T21:18:03.627Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationAppClient.jar -name ejb-bmp-txisolationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 3 16:18:04 [2023-03-05T21:18:04.189Z] [exec] Mar 05, 2023 9:18:03 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:18:04 [2023-03-05T21:18:04.189Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:18:06 [2023-03-05T21:18:06.709Z] [exec] Mar 05, 2023 9:18:06 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:18:06 [2023-03-05T21:18:06.709Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 16:18:06 [2023-03-05T21:18:06.709Z] [exec] Value of key is: repeatable-read, new connection 16:18:06 [2023-03-05T21:18:06.709Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:18:06 [2023-03-05T21:18:06.709Z] [exec] 16:18:06 [2023-03-05T21:18:06.709Z] [exec] 16:18:06 [2023-03-05T21:18:06.709Z] [exec] ----------------------------------------- 16:18:06 [2023-03-05T21:18:06.709Z] [exec] - repeatable-read, new connection: PASS - 16:18:06 [2023-03-05T21:18:06.709Z] [exec] ----------------------------------------- 16:18:06 [2023-03-05T21:18:06.709Z] [exec] Total PASS: 1 16:18:06 [2023-03-05T21:18:06.709Z] [exec] Total FAIL: 0 16:18:06 [2023-03-05T21:18:06.709Z] [exec] Total DID NOT RUN: 0 16:18:06 [2023-03-05T21:18:06.709Z] [exec] ----------------------------------------- 16:18:06 [2023-03-05T21:18:06.709Z] [exec] in flushAll , creating new testSuiteHash 16:18:06 [2023-03-05T21:18:06.709Z] [exec] in flushAll , creating new testSuiteHash 16:18:06 [2023-03-05T21:18:06.709Z] 16:18:06 [2023-03-05T21:18:06.709Z] checkReporting-common: 16:18:06 [2023-03-05T21:18:06.709Z] 16:18:06 [2023-03-05T21:18:06.709Z] confirmReportPresent-common: 16:18:06 [2023-03-05T21:18:06.709Z] [echo] file RepRunConf.txt is present. 16:18:06 [2023-03-05T21:18:06.709Z] [echo] Test seems to be reported fine 16:18:06 [2023-03-05T21:18:06.709Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt 16:18:06 [2023-03-05T21:18:06.709Z] 16:18:06 [2023-03-05T21:18:06.709Z] confirmMissingReport-common: 16:18:06 [2023-03-05T21:18:06.709Z] 16:18:06 [2023-03-05T21:18:06.709Z] asadmin-common: 16:18:06 [2023-03-05T21:18:06.709Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=serializable 16:18:06 [2023-03-05T21:18:06.965Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=serializable 16:18:06 [2023-03-05T21:18:06.965Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=serializable 16:18:07 [2023-03-05T21:18:07.222Z] 16:18:07 [2023-03-05T21:18:07.222Z] setOSConditions: 16:18:07 [2023-03-05T21:18:07.222Z] 16:18:07 [2023-03-05T21:18:07.222Z] setToolWin: 16:18:07 [2023-03-05T21:18:07.222Z] 16:18:07 [2023-03-05T21:18:07.222Z] setToolUnix: 16:18:07 [2023-03-05T21:18:07.222Z] 16:18:07 [2023-03-05T21:18:07.222Z] setToolProperty: 16:18:07 [2023-03-05T21:18:07.222Z] 16:18:07 [2023-03-05T21:18:07.222Z] setS1ASclassPath: 16:18:07 [2023-03-05T21:18:07.222Z] 16:18:07 [2023-03-05T21:18:07.222Z] init-common: 16:18:07 [2023-03-05T21:18:07.222Z] 16:18:07 [2023-03-05T21:18:07.222Z] runclient-common: 16:18:07 [2023-03-05T21:18:07.222Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationAppClient.jar -name ejb-bmp-txisolationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 4 16:18:07 [2023-03-05T21:18:07.784Z] [exec] Mar 05, 2023 9:18:07 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:18:07 [2023-03-05T21:18:07.784Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:18:09 [2023-03-05T21:18:09.680Z] [exec] Mar 05, 2023 9:18:09 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:18:09 [2023-03-05T21:18:09.680Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@50598a1a 16:18:09 [2023-03-05T21:18:09.936Z] [exec] Value of key is: serializable, new connection 16:18:09 [2023-03-05T21:18:09.937Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:18:09 [2023-03-05T21:18:09.937Z] [exec] 16:18:09 [2023-03-05T21:18:09.937Z] [exec] 16:18:09 [2023-03-05T21:18:09.937Z] [exec] ----------------------------------------- 16:18:09 [2023-03-05T21:18:09.937Z] [exec] - serializable, new connection: PASS - 16:18:09 [2023-03-05T21:18:09.937Z] [exec] ----------------------------------------- 16:18:09 [2023-03-05T21:18:09.937Z] [exec] Total PASS: 1 16:18:09 [2023-03-05T21:18:09.937Z] [exec] Total FAIL: 0 16:18:09 [2023-03-05T21:18:09.937Z] [exec] Total DID NOT RUN: 0 16:18:09 [2023-03-05T21:18:09.937Z] [exec] ----------------------------------------- 16:18:09 [2023-03-05T21:18:09.937Z] [exec] in flushAll , creating new testSuiteHash 16:18:09 [2023-03-05T21:18:09.937Z] [exec] in flushAll , creating new testSuiteHash 16:18:10 [2023-03-05T21:18:10.193Z] 16:18:10 [2023-03-05T21:18:10.193Z] checkReporting-common: 16:18:10 [2023-03-05T21:18:10.193Z] 16:18:10 [2023-03-05T21:18:10.193Z] confirmReportPresent-common: 16:18:10 [2023-03-05T21:18:10.193Z] [echo] file RepRunConf.txt is present. 16:18:10 [2023-03-05T21:18:10.193Z] [echo] Test seems to be reported fine 16:18:10 [2023-03-05T21:18:10.193Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt 16:18:10 [2023-03-05T21:18:10.193Z] 16:18:10 [2023-03-05T21:18:10.193Z] confirmMissingReport-common: 16:18:10 [2023-03-05T21:18:10.193Z] 16:18:10 [2023-03-05T21:18:10.193Z] asadmin-common: 16:18:10 [2023-03-05T21:18:10.193Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.max_pool_size=32 16:18:10 [2023-03-05T21:18:10.450Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.max_pool_size=32 16:18:10 [2023-03-05T21:18:10.450Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.max-pool-size=32 16:18:10 [2023-03-05T21:18:10.450Z] 16:18:10 [2023-03-05T21:18:10.450Z] asadmin-common: 16:18:10 [2023-03-05T21:18:10.450Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.steady_pool_size=8 16:18:11 [2023-03-05T21:18:11.037Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.steady_pool_size=8 16:18:11 [2023-03-05T21:18:11.037Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.steady-pool-size=8 16:18:11 [2023-03-05T21:18:11.037Z] 16:18:11 [2023-03-05T21:18:11.037Z] asadmin-common: 16:18:11 [2023-03-05T21:18:11.037Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.pool_resize_quantity=2 16:18:11 [2023-03-05T21:18:11.317Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.pool_resize_quantity=2 16:18:11 [2023-03-05T21:18:11.317Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.pool-resize-quantity=2 16:18:11 [2023-03-05T21:18:11.317Z] 16:18:11 [2023-03-05T21:18:11.317Z] asadmin-common: 16:18:11 [2023-03-05T21:18:11.317Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.max_connection_usage_count=0 16:18:11 [2023-03-05T21:18:11.572Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.max_connection_usage_count=0 16:18:11 [2023-03-05T21:18:11.572Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.max-connection-usage-count=0 16:18:11 [2023-03-05T21:18:11.572Z] 16:18:11 [2023-03-05T21:18:11.572Z] asadmin-common: 16:18:11 [2023-03-05T21:18:11.572Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-uncommitted 16:18:11 [2023-03-05T21:18:11.829Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-uncommitted 16:18:11 [2023-03-05T21:18:11.829Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-uncommitted 16:18:11 [2023-03-05T21:18:11.829Z] 16:18:11 [2023-03-05T21:18:11.829Z] asadmin-common: 16:18:11 [2023-03-05T21:18:11.829Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.is-isolation-level-guaranteed=true 16:18:12 [2023-03-05T21:18:12.085Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.is-isolation-level-guaranteed=true 16:18:12 [2023-03-05T21:18:12.085Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.is-isolation-level-guaranteed=true 16:18:12 [2023-03-05T21:18:12.085Z] 16:18:12 [2023-03-05T21:18:12.085Z] setOSConditions: 16:18:12 [2023-03-05T21:18:12.085Z] 16:18:12 [2023-03-05T21:18:12.085Z] setToolWin: 16:18:12 [2023-03-05T21:18:12.085Z] 16:18:12 [2023-03-05T21:18:12.085Z] setToolUnix: 16:18:12 [2023-03-05T21:18:12.085Z] 16:18:12 [2023-03-05T21:18:12.085Z] setToolProperty: 16:18:12 [2023-03-05T21:18:12.085Z] 16:18:12 [2023-03-05T21:18:12.085Z] setS1ASclassPath: 16:18:12 [2023-03-05T21:18:12.086Z] 16:18:12 [2023-03-05T21:18:12.086Z] init-common: 16:18:12 [2023-03-05T21:18:12.086Z] 16:18:12 [2023-03-05T21:18:12.086Z] runclient-common: 16:18:12 [2023-03-05T21:18:12.086Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationAppClient.jar -name ejb-bmp-txisolationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 6 16:18:12 [2023-03-05T21:18:12.650Z] [exec] Mar 05, 2023 9:18:12 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:18:12 [2023-03-05T21:18:12.651Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:18:16 [2023-03-05T21:18:16.838Z] [exec] Mar 05, 2023 9:18:16 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:18:16 [2023-03-05T21:18:16.838Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@29d25e65 16:18:16 [2023-03-05T21:18:16.838Z] [exec] Value of key is: read-uncommitted, guaranteed 16:18:16 [2023-03-05T21:18:16.838Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:18:16 [2023-03-05T21:18:16.838Z] [exec] 16:18:16 [2023-03-05T21:18:16.838Z] [exec] 16:18:16 [2023-03-05T21:18:16.838Z] [exec] ----------------------------------------- 16:18:16 [2023-03-05T21:18:16.838Z] [exec] - read-uncommitted, guaranteed: PASS - 16:18:16 [2023-03-05T21:18:16.838Z] [exec] ----------------------------------------- 16:18:16 [2023-03-05T21:18:16.838Z] [exec] Total PASS: 1 16:18:16 [2023-03-05T21:18:16.838Z] [exec] Total FAIL: 0 16:18:16 [2023-03-05T21:18:16.838Z] [exec] Total DID NOT RUN: 0 16:18:16 [2023-03-05T21:18:16.838Z] [exec] ----------------------------------------- 16:18:16 [2023-03-05T21:18:16.838Z] [exec] in flushAll , creating new testSuiteHash 16:18:16 [2023-03-05T21:18:16.838Z] [exec] in flushAll , creating new testSuiteHash 16:18:17 [2023-03-05T21:18:17.468Z] 16:18:17 [2023-03-05T21:18:17.468Z] checkReporting-common: 16:18:17 [2023-03-05T21:18:17.468Z] 16:18:17 [2023-03-05T21:18:17.468Z] confirmReportPresent-common: 16:18:17 [2023-03-05T21:18:17.468Z] [echo] file RepRunConf.txt is present. 16:18:17 [2023-03-05T21:18:17.468Z] [echo] Test seems to be reported fine 16:18:17 [2023-03-05T21:18:17.468Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt 16:18:17 [2023-03-05T21:18:17.468Z] 16:18:17 [2023-03-05T21:18:17.468Z] confirmMissingReport-common: 16:18:17 [2023-03-05T21:18:17.468Z] 16:18:17 [2023-03-05T21:18:17.468Z] asadmin-common: 16:18:17 [2023-03-05T21:18:17.468Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-committed 16:18:17 [2023-03-05T21:18:17.468Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-committed 16:18:17 [2023-03-05T21:18:17.468Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-committed 16:18:17 [2023-03-05T21:18:17.468Z] 16:18:17 [2023-03-05T21:18:17.468Z] setOSConditions: 16:18:17 [2023-03-05T21:18:17.468Z] 16:18:17 [2023-03-05T21:18:17.468Z] setToolWin: 16:18:17 [2023-03-05T21:18:17.468Z] 16:18:17 [2023-03-05T21:18:17.468Z] setToolUnix: 16:18:17 [2023-03-05T21:18:17.468Z] 16:18:17 [2023-03-05T21:18:17.468Z] setToolProperty: 16:18:17 [2023-03-05T21:18:17.468Z] 16:18:17 [2023-03-05T21:18:17.468Z] setS1ASclassPath: 16:18:17 [2023-03-05T21:18:17.468Z] 16:18:17 [2023-03-05T21:18:17.468Z] init-common: 16:18:17 [2023-03-05T21:18:17.468Z] 16:18:17 [2023-03-05T21:18:17.468Z] runclient-common: 16:18:17 [2023-03-05T21:18:17.468Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationAppClient.jar -name ejb-bmp-txisolationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 5 16:18:18 [2023-03-05T21:18:18.032Z] [exec] Mar 05, 2023 9:18:17 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:18:18 [2023-03-05T21:18:18.032Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:18:19 [2023-03-05T21:18:19.925Z] [exec] Mar 05, 2023 9:18:19 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:18:19 [2023-03-05T21:18:19.925Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2ca54da9 16:18:20 [2023-03-05T21:18:20.181Z] [exec] Value of key is: read-committed, guaranteed 16:18:20 [2023-03-05T21:18:20.181Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:18:20 [2023-03-05T21:18:20.181Z] [exec] 16:18:20 [2023-03-05T21:18:20.181Z] [exec] 16:18:20 [2023-03-05T21:18:20.181Z] [exec] ----------------------------------------- 16:18:20 [2023-03-05T21:18:20.181Z] [exec] - read-committed, guaranteed: PASS - 16:18:20 [2023-03-05T21:18:20.181Z] [exec] ----------------------------------------- 16:18:20 [2023-03-05T21:18:20.181Z] [exec] Total PASS: 1 16:18:20 [2023-03-05T21:18:20.181Z] [exec] Total FAIL: 0 16:18:20 [2023-03-05T21:18:20.181Z] [exec] Total DID NOT RUN: 0 16:18:20 [2023-03-05T21:18:20.181Z] [exec] ----------------------------------------- 16:18:20 [2023-03-05T21:18:20.181Z] [exec] in flushAll , creating new testSuiteHash 16:18:20 [2023-03-05T21:18:20.181Z] [exec] in flushAll , creating new testSuiteHash 16:18:20 [2023-03-05T21:18:20.437Z] 16:18:20 [2023-03-05T21:18:20.437Z] checkReporting-common: 16:18:20 [2023-03-05T21:18:20.437Z] 16:18:20 [2023-03-05T21:18:20.437Z] confirmReportPresent-common: 16:18:20 [2023-03-05T21:18:20.437Z] [echo] file RepRunConf.txt is present. 16:18:20 [2023-03-05T21:18:20.437Z] [echo] Test seems to be reported fine 16:18:20 [2023-03-05T21:18:20.437Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt 16:18:20 [2023-03-05T21:18:20.437Z] 16:18:20 [2023-03-05T21:18:20.437Z] confirmMissingReport-common: 16:18:20 [2023-03-05T21:18:20.437Z] 16:18:20 [2023-03-05T21:18:20.437Z] asadmin-common: 16:18:20 [2023-03-05T21:18:20.437Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=repeatable-read 16:18:21 [2023-03-05T21:18:21.000Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=repeatable-read 16:18:21 [2023-03-05T21:18:21.000Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=repeatable-read 16:18:21 [2023-03-05T21:18:21.000Z] 16:18:21 [2023-03-05T21:18:21.000Z] setOSConditions: 16:18:21 [2023-03-05T21:18:21.000Z] 16:18:21 [2023-03-05T21:18:21.000Z] setToolWin: 16:18:21 [2023-03-05T21:18:21.000Z] 16:18:21 [2023-03-05T21:18:21.000Z] setToolUnix: 16:18:21 [2023-03-05T21:18:21.000Z] 16:18:21 [2023-03-05T21:18:21.000Z] setToolProperty: 16:18:21 [2023-03-05T21:18:21.000Z] 16:18:21 [2023-03-05T21:18:21.000Z] setS1ASclassPath: 16:18:21 [2023-03-05T21:18:21.000Z] 16:18:21 [2023-03-05T21:18:21.000Z] init-common: 16:18:21 [2023-03-05T21:18:21.000Z] 16:18:21 [2023-03-05T21:18:21.000Z] runclient-common: 16:18:21 [2023-03-05T21:18:21.000Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationAppClient.jar -name ejb-bmp-txisolationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 7 16:18:21 [2023-03-05T21:18:21.563Z] [exec] Mar 05, 2023 9:18:21 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:18:21 [2023-03-05T21:18:21.563Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:18:23 [2023-03-05T21:18:23.454Z] [exec] Mar 05, 2023 9:18:23 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:18:23 [2023-03-05T21:18:23.454Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@b768a65 16:18:23 [2023-03-05T21:18:23.710Z] [exec] Value of key is: repeatable-read, guaranteed 16:18:23 [2023-03-05T21:18:23.711Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:18:23 [2023-03-05T21:18:23.711Z] [exec] 16:18:23 [2023-03-05T21:18:23.711Z] [exec] 16:18:23 [2023-03-05T21:18:23.711Z] [exec] ----------------------------------------- 16:18:23 [2023-03-05T21:18:23.711Z] [exec] - repeatable-read, guaranteed: PASS - 16:18:23 [2023-03-05T21:18:23.711Z] [exec] ----------------------------------------- 16:18:23 [2023-03-05T21:18:23.711Z] [exec] Total PASS: 1 16:18:23 [2023-03-05T21:18:23.711Z] [exec] Total FAIL: 0 16:18:23 [2023-03-05T21:18:23.711Z] [exec] Total DID NOT RUN: 0 16:18:23 [2023-03-05T21:18:23.711Z] [exec] ----------------------------------------- 16:18:23 [2023-03-05T21:18:23.711Z] [exec] in flushAll , creating new testSuiteHash 16:18:23 [2023-03-05T21:18:23.711Z] [exec] in flushAll , creating new testSuiteHash 16:18:23 [2023-03-05T21:18:23.967Z] 16:18:23 [2023-03-05T21:18:23.967Z] checkReporting-common: 16:18:23 [2023-03-05T21:18:23.967Z] 16:18:23 [2023-03-05T21:18:23.967Z] confirmReportPresent-common: 16:18:23 [2023-03-05T21:18:23.967Z] [echo] file RepRunConf.txt is present. 16:18:23 [2023-03-05T21:18:23.967Z] [echo] Test seems to be reported fine 16:18:23 [2023-03-05T21:18:23.967Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt 16:18:23 [2023-03-05T21:18:23.967Z] 16:18:23 [2023-03-05T21:18:23.967Z] confirmMissingReport-common: 16:18:23 [2023-03-05T21:18:23.967Z] 16:18:23 [2023-03-05T21:18:23.967Z] asadmin-common: 16:18:23 [2023-03-05T21:18:23.967Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=serializable 16:18:24 [2023-03-05T21:18:24.223Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=serializable 16:18:24 [2023-03-05T21:18:24.223Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=serializable 16:18:24 [2023-03-05T21:18:24.223Z] 16:18:24 [2023-03-05T21:18:24.223Z] setOSConditions: 16:18:24 [2023-03-05T21:18:24.223Z] 16:18:24 [2023-03-05T21:18:24.223Z] setToolWin: 16:18:24 [2023-03-05T21:18:24.223Z] 16:18:24 [2023-03-05T21:18:24.223Z] setToolUnix: 16:18:24 [2023-03-05T21:18:24.223Z] 16:18:24 [2023-03-05T21:18:24.223Z] setToolProperty: 16:18:24 [2023-03-05T21:18:24.223Z] 16:18:24 [2023-03-05T21:18:24.223Z] setS1ASclassPath: 16:18:24 [2023-03-05T21:18:24.223Z] 16:18:24 [2023-03-05T21:18:24.223Z] init-common: 16:18:24 [2023-03-05T21:18:24.223Z] 16:18:24 [2023-03-05T21:18:24.223Z] runclient-common: 16:18:24 [2023-03-05T21:18:24.223Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationAppClient.jar -name ejb-bmp-txisolationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 8 16:18:25 [2023-03-05T21:18:25.153Z] [exec] Mar 05, 2023 9:18:24 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:18:25 [2023-03-05T21:18:25.153Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:18:27 [2023-03-05T21:18:27.053Z] [exec] Mar 05, 2023 9:18:26 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:18:27 [2023-03-05T21:18:27.053Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@4be490da 16:18:27 [2023-03-05T21:18:27.310Z] [exec] Value of key is: serializable, guaranteed 16:18:27 [2023-03-05T21:18:27.310Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:18:27 [2023-03-05T21:18:27.310Z] [exec] 16:18:27 [2023-03-05T21:18:27.310Z] [exec] 16:18:27 [2023-03-05T21:18:27.310Z] [exec] ----------------------------------------- 16:18:27 [2023-03-05T21:18:27.310Z] [exec] - serializable, guaranteed: PASS - 16:18:27 [2023-03-05T21:18:27.310Z] [exec] ----------------------------------------- 16:18:27 [2023-03-05T21:18:27.310Z] [exec] Total PASS: 1 16:18:27 [2023-03-05T21:18:27.310Z] [exec] Total FAIL: 0 16:18:27 [2023-03-05T21:18:27.310Z] [exec] Total DID NOT RUN: 0 16:18:27 [2023-03-05T21:18:27.310Z] [exec] ----------------------------------------- 16:18:27 [2023-03-05T21:18:27.310Z] [exec] in flushAll , creating new testSuiteHash 16:18:27 [2023-03-05T21:18:27.310Z] [exec] in flushAll , creating new testSuiteHash 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] checkReporting-common: 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] confirmReportPresent-common: 16:18:27 [2023-03-05T21:18:27.567Z] [echo] file RepRunConf.txt is present. 16:18:27 [2023-03-05T21:18:27.567Z] [echo] Test seems to be reported fine 16:18:27 [2023-03-05T21:18:27.567Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] confirmMissingReport-common: 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] undeploy: 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] setOSConditions: 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] setToolWin: 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] setToolUnix: 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] setToolProperty: 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] setS1ASclassPath: 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] init-common: 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] undeploy-jdbc-common: 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] setOSConditions: 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] setToolWin: 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] setToolUnix: 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] setToolProperty: 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] setS1ASclassPath: 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] init-common: 16:18:27 [2023-03-05T21:18:27.567Z] 16:18:27 [2023-03-05T21:18:27.567Z] delete-jdbc-resource-common: 16:18:27 [2023-03-05T21:18:27.567Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/txisolation 16:18:27 [2023-03-05T21:18:27.823Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/txisolation 16:18:28 [2023-03-05T21:18:28.079Z] [exec] JDBC resource jdbc/txisolation deleted successfully 16:18:28 [2023-03-05T21:18:28.079Z] [echo] cmd executed for server 16:18:28 [2023-03-05T21:18:28.079Z] 16:18:28 [2023-03-05T21:18:28.079Z] setOSConditions: 16:18:28 [2023-03-05T21:18:28.079Z] 16:18:28 [2023-03-05T21:18:28.079Z] setToolWin: 16:18:28 [2023-03-05T21:18:28.079Z] 16:18:28 [2023-03-05T21:18:28.079Z] setToolUnix: 16:18:28 [2023-03-05T21:18:28.079Z] 16:18:28 [2023-03-05T21:18:28.079Z] setToolProperty: 16:18:28 [2023-03-05T21:18:28.079Z] 16:18:28 [2023-03-05T21:18:28.079Z] setS1ASclassPath: 16:18:28 [2023-03-05T21:18:28.079Z] 16:18:28 [2023-03-05T21:18:28.079Z] init-common: 16:18:28 [2023-03-05T21:18:28.079Z] 16:18:28 [2023-03-05T21:18:28.079Z] delete-jdbc-connpool-common: 16:18:28 [2023-03-05T21:18:28.079Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true tx-isolation-pool 16:18:28 [2023-03-05T21:18:28.336Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true tx-isolation-pool 16:18:28 [2023-03-05T21:18:28.336Z] [exec] JDBC Connection pool tx-isolation-pool deleted successfully 16:18:28 [2023-03-05T21:18:28.336Z] [echo] cmd executed for server 16:18:28 [2023-03-05T21:18:28.336Z] 16:18:28 [2023-03-05T21:18:28.336Z] setOSConditions: 16:18:28 [2023-03-05T21:18:28.336Z] 16:18:28 [2023-03-05T21:18:28.336Z] setToolWin: 16:18:28 [2023-03-05T21:18:28.336Z] 16:18:28 [2023-03-05T21:18:28.336Z] setToolUnix: 16:18:28 [2023-03-05T21:18:28.336Z] 16:18:28 [2023-03-05T21:18:28.336Z] setToolProperty: 16:18:28 [2023-03-05T21:18:28.336Z] 16:18:28 [2023-03-05T21:18:28.336Z] setS1ASclassPath: 16:18:28 [2023-03-05T21:18:28.336Z] 16:18:28 [2023-03-05T21:18:28.336Z] init-common: 16:18:28 [2023-03-05T21:18:28.336Z] 16:18:28 [2023-03-05T21:18:28.336Z] undeploy-common: 16:18:28 [2023-03-05T21:18:28.592Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-txisolationApp 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] all: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] setOSConditions: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] setToolWin: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] setToolUnix: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] setToolProperty: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] setS1ASclassPath: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] init-common: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] clean: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] setOSConditions: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] setToolWin: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] setToolUnix: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] setToolProperty: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] setS1ASclassPath: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] init-common: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] clean-common: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] setOSConditions: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] setToolWin: 16:18:28 [2023-03-05T21:18:28.592Z] 16:18:28 [2023-03-05T21:18:28.592Z] setToolUnix: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] setToolProperty: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] setS1ASclassPath: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] init-common: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] clean-classes-common: 16:18:28 [2023-03-05T21:18:28.593Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] setOSConditions: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] setToolWin: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] setToolUnix: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] setToolProperty: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] setS1ASclassPath: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] init-common: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] clean-jars-common: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] compile: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] setOSConditions: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] setToolWin: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] setToolUnix: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] setToolProperty: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] setS1ASclassPath: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] init-common: 16:18:28 [2023-03-05T21:18:28.593Z] 16:18:28 [2023-03-05T21:18:28.593Z] compile-common: 16:18:28 [2023-03-05T21:18:28.593Z] [echo] Current time (ISO): 2023-03-05T21:18:28.458+0000 16:18:28 [2023-03-05T21:18:28.593Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:18:28 [2023-03-05T21:18:28.593Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:18:29 [2023-03-05T21:18:29.959Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:18:29 [2023-03-05T21:18:29.960Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss/ejb/SimpleBMPBean.java:40: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:18:29 [2023-03-05T21:18:29.960Z] [javac] return new Integer(1); 16:18:29 [2023-03-05T21:18:29.960Z] [javac] ^ 16:18:29 [2023-03-05T21:18:29.960Z] [javac] 2 warnings 16:18:29 [2023-03-05T21:18:29.960Z] 16:18:29 [2023-03-05T21:18:29.960Z] setOSConditions: 16:18:29 [2023-03-05T21:18:29.960Z] 16:18:29 [2023-03-05T21:18:29.960Z] setToolWin: 16:18:29 [2023-03-05T21:18:29.960Z] 16:18:29 [2023-03-05T21:18:29.960Z] setToolUnix: 16:18:29 [2023-03-05T21:18:29.960Z] 16:18:29 [2023-03-05T21:18:29.960Z] setToolProperty: 16:18:29 [2023-03-05T21:18:29.960Z] 16:18:29 [2023-03-05T21:18:29.960Z] setS1ASclassPath: 16:18:29 [2023-03-05T21:18:29.960Z] 16:18:29 [2023-03-05T21:18:29.960Z] init-common: 16:18:29 [2023-03-05T21:18:29.960Z] 16:18:29 [2023-03-05T21:18:29.960Z] compile-common: 16:18:29 [2023-03-05T21:18:29.960Z] [echo] Current time (ISO): 2023-03-05T21:18:29.678+0000 16:18:29 [2023-03-05T21:18:29.960Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:18:30 [2023-03-05T21:18:30.891Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:18:30 [2023-03-05T21:18:30.891Z] [javac] 1 warning 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] build: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] setOSConditions: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] fixFiles: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] convUnix: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] convWin: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] setToolWin: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] setToolUnix: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] setToolProperty: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] setS1ASclassPath: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] init-common: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] package-persistence-common: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] ejb-jar-common: 16:18:30 [2023-03-05T21:18:30.891Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] package-ejbjar-common: 16:18:30 [2023-03-05T21:18:30.891Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:18:30 [2023-03-05T21:18:30.891Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:18:30 [2023-03-05T21:18:30.891Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:18:30 [2023-03-05T21:18:30.891Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-ejb.jar 16:18:30 [2023-03-05T21:18:30.891Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] appclient-jar-common: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] package-appclientjar-common: 16:18:30 [2023-03-05T21:18:30.891Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:18:30 [2023-03-05T21:18:30.891Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:18:30 [2023-03-05T21:18:30.891Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:18:30 [2023-03-05T21:18:30.891Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-client.jar 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] webclient-war-common: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] build-ear-common: 16:18:30 [2023-03-05T21:18:30.891Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:18:30 [2023-03-05T21:18:30.891Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] deploy: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] setOSConditions: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] setToolWin: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] setToolUnix: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] setToolProperty: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] setS1ASclassPath: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] init-common: 16:18:30 [2023-03-05T21:18:30.891Z] 16:18:30 [2023-03-05T21:18:30.891Z] execute-sql-common: 16:18:30 [2023-03-05T21:18:30.891Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss/sql/create_pointbase.sql 16:18:30 [2023-03-05T21:18:30.891Z] [sql] Failed to execute: drop table customer_stmt_wrapper1 16:18:30 [2023-03-05T21:18:30.891Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER1' because it does not exist. 16:18:30 [2023-03-05T21:18:30.891Z] [sql] Failed to execute: drop table customer_stmt_wrapper2 16:18:30 [2023-03-05T21:18:30.891Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER2' because it does not exist. 16:18:30 [2023-03-05T21:18:30.891Z] [sql] Failed to execute: drop table customer_stmt_wrapper3 16:18:30 [2023-03-05T21:18:30.892Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER3' because it does not exist. 16:18:30 [2023-03-05T21:18:30.892Z] [sql] Failed to execute: drop table customer_stmt_wrapper4 16:18:30 [2023-03-05T21:18:30.892Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER4' because it does not exist. 16:18:30 [2023-03-05T21:18:30.892Z] [sql] Failed to execute: drop table customer_stmt_wrapper5 16:18:30 [2023-03-05T21:18:30.892Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER5' because it does not exist. 16:18:30 [2023-03-05T21:18:30.892Z] [sql] Failed to execute: drop table customer_stmt_wrapper6 16:18:30 [2023-03-05T21:18:30.892Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER6' because it does not exist. 16:18:30 [2023-03-05T21:18:30.892Z] [sql] Failed to execute: drop table customer_stmt_wrapper7 16:18:30 [2023-03-05T21:18:30.892Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER7' because it does not exist. 16:18:30 [2023-03-05T21:18:30.892Z] [sql] Failed to execute: drop table customer_stmt_wrapper8 16:18:30 [2023-03-05T21:18:30.892Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER8' because it does not exist. 16:18:30 [2023-03-05T21:18:30.892Z] [sql] Failed to execute: drop table customer_stmt_wrapper9 16:18:30 [2023-03-05T21:18:30.892Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER9' because it does not exist. 16:18:30 [2023-03-05T21:18:30.892Z] [sql] Failed to execute: drop table customer_stmt_wrapper10 16:18:30 [2023-03-05T21:18:30.892Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER10' because it does not exist. 16:18:30 [2023-03-05T21:18:30.892Z] [sql] 0 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 1 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 0 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 1 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 0 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 1 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 0 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 1 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 0 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 1 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 0 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 1 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 0 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 1 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 0 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 1 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 0 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 1 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 0 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 1 rows affected 16:18:31 [2023-03-05T21:18:31.150Z] [sql] 20 of 30 SQL statements executed successfully 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] setOSConditions: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] setToolWin: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] setToolUnix: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] setToolProperty: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] setS1ASclassPath: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] init-common: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] setup: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] setOSConditions: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] setToolWin: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] setToolUnix: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] setToolProperty: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] setS1ASclassPath: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] init-common: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] deploy-jdbc-common: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] setOSConditions: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] setToolWin: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] setToolUnix: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] setToolProperty: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] setS1ASclassPath: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] init-common: 16:18:31 [2023-03-05T21:18:31.150Z] 16:18:31 [2023-03-05T21:18:31.150Z] create-jdbc-connpool-common: 16:18:31 [2023-03-05T21:18:31.406Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-stmtcaching_hit_miss-pool 16:18:31 [2023-03-05T21:18:31.406Z] [exec] JDBC connection pool jdbc-stmtcaching_hit_miss-pool created successfully. 16:18:31 [2023-03-05T21:18:31.406Z] 16:18:31 [2023-03-05T21:18:31.406Z] set-derby-connpool-props: 16:18:31 [2023-03-05T21:18:31.969Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.User=dbuser 16:18:31 [2023-03-05T21:18:31.969Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.User=dbuser 16:18:32 [2023-03-05T21:18:32.225Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword 16:18:32 [2023-03-05T21:18:32.225Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword 16:18:32 [2023-03-05T21:18:32.481Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.driverType=4 16:18:32 [2023-03-05T21:18:32.481Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.driverType=4 16:18:32 [2023-03-05T21:18:32.738Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 16:18:32 [2023-03-05T21:18:32.738Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 16:18:32 [2023-03-05T21:18:32.994Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb 16:18:32 [2023-03-05T21:18:32.994Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb 16:18:33 [2023-03-05T21:18:33.250Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:18:33 [2023-03-05T21:18:33.250Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:18:33 [2023-03-05T21:18:33.506Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.create=true 16:18:33 [2023-03-05T21:18:33.506Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.create=true 16:18:33 [2023-03-05T21:18:33.762Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost 16:18:33 [2023-03-05T21:18:33.762Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost 16:18:33 [2023-03-05T21:18:33.762Z] 16:18:33 [2023-03-05T21:18:33.762Z] setOSConditions: 16:18:33 [2023-03-05T21:18:33.762Z] 16:18:33 [2023-03-05T21:18:33.762Z] setToolWin: 16:18:33 [2023-03-05T21:18:33.762Z] 16:18:33 [2023-03-05T21:18:33.762Z] setToolUnix: 16:18:33 [2023-03-05T21:18:33.762Z] 16:18:33 [2023-03-05T21:18:33.762Z] setToolProperty: 16:18:33 [2023-03-05T21:18:33.762Z] 16:18:33 [2023-03-05T21:18:33.762Z] setS1ASclassPath: 16:18:33 [2023-03-05T21:18:33.762Z] 16:18:33 [2023-03-05T21:18:33.762Z] init-common: 16:18:33 [2023-03-05T21:18:33.762Z] 16:18:33 [2023-03-05T21:18:33.762Z] create-jdbc-resource-common: 16:18:33 [2023-03-05T21:18:33.762Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-stmtcaching_hit_miss-pool --target server jdbc/jdbc-stmtcaching_hit_miss 16:18:34 [2023-03-05T21:18:34.325Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-stmtcaching_hit_miss-pool --enabled=true --target server jdbc/jdbc-stmtcaching_hit_miss 16:18:34 [2023-03-05T21:18:34.325Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss created successfully. 16:18:34 [2023-03-05T21:18:34.325Z] [echo] cmd executed for server 16:18:34 [2023-03-05T21:18:34.325Z] 16:18:34 [2023-03-05T21:18:34.325Z] asadmin-common: 16:18:34 [2023-03-05T21:18:34.325Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement_cache_size=5 16:18:34 [2023-03-05T21:18:34.582Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement_cache_size=5 16:18:34 [2023-03-05T21:18:34.582Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement-cache-size=5 16:18:34 [2023-03-05T21:18:34.582Z] 16:18:34 [2023-03-05T21:18:34.582Z] asadmin-common: 16:18:34 [2023-03-05T21:18:34.582Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.wrap_jdbc_objects=true 16:18:34 [2023-03-05T21:18:34.838Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.wrap_jdbc_objects=true 16:18:34 [2023-03-05T21:18:34.838Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.wrap-jdbc-objects=true 16:18:34 [2023-03-05T21:18:34.838Z] 16:18:34 [2023-03-05T21:18:34.838Z] asadmin-common: 16:18:34 [2023-03-05T21:18:34.838Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.idle_timeout_in_seconds=3000 16:18:35 [2023-03-05T21:18:35.094Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.idle_timeout_in_seconds=3000 16:18:35 [2023-03-05T21:18:35.094Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.idle-timeout-in-seconds=3000 16:18:35 [2023-03-05T21:18:35.094Z] 16:18:35 [2023-03-05T21:18:35.094Z] setOSConditions: 16:18:35 [2023-03-05T21:18:35.094Z] 16:18:35 [2023-03-05T21:18:35.094Z] setToolWin: 16:18:35 [2023-03-05T21:18:35.094Z] 16:18:35 [2023-03-05T21:18:35.094Z] setToolUnix: 16:18:35 [2023-03-05T21:18:35.094Z] 16:18:35 [2023-03-05T21:18:35.094Z] setToolProperty: 16:18:35 [2023-03-05T21:18:35.094Z] 16:18:35 [2023-03-05T21:18:35.094Z] setS1ASclassPath: 16:18:35 [2023-03-05T21:18:35.094Z] 16:18:35 [2023-03-05T21:18:35.094Z] init-common: 16:18:35 [2023-03-05T21:18:35.094Z] 16:18:35 [2023-03-05T21:18:35.094Z] deploy-common: 16:18:35 [2023-03-05T21:18:35.094Z] [echo] Current time (ISO): 2023-03-05T21:18:34.969+0000 16:18:35 [2023-03-05T21:18:35.094Z] 16:18:35 [2023-03-05T21:18:35.094Z] setOSConditions: 16:18:35 [2023-03-05T21:18:35.094Z] 16:18:35 [2023-03-05T21:18:35.094Z] setToolWin: 16:18:35 [2023-03-05T21:18:35.094Z] 16:18:35 [2023-03-05T21:18:35.094Z] setToolUnix: 16:18:35 [2023-03-05T21:18:35.094Z] 16:18:35 [2023-03-05T21:18:35.094Z] setToolProperty: 16:18:35 [2023-03-05T21:18:35.094Z] 16:18:35 [2023-03-05T21:18:35.094Z] setS1ASclassPath: 16:18:35 [2023-03-05T21:18:35.094Z] 16:18:35 [2023-03-05T21:18:35.094Z] init-common: 16:18:35 [2023-03-05T21:18:35.094Z] 16:18:35 [2023-03-05T21:18:35.094Z] deploy-common-pe: 16:18:35 [2023-03-05T21:18:35.350Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear 16:18:35 [2023-03-05T21:18:35.620Z] [exec] Application deployed with name jdbc-stmtcaching_hit_missApp. 16:18:35 [2023-03-05T21:18:35.620Z] [echo] Deployment on target server server successful 16:18:35 [2023-03-05T21:18:35.620Z] 16:18:35 [2023-03-05T21:18:35.620Z] setOSConditions: 16:18:35 [2023-03-05T21:18:35.620Z] 16:18:35 [2023-03-05T21:18:35.620Z] setToolWin: 16:18:35 [2023-03-05T21:18:35.620Z] 16:18:35 [2023-03-05T21:18:35.620Z] setToolUnix: 16:18:35 [2023-03-05T21:18:35.620Z] 16:18:35 [2023-03-05T21:18:35.620Z] setToolProperty: 16:18:35 [2023-03-05T21:18:35.620Z] 16:18:35 [2023-03-05T21:18:35.620Z] setS1ASclassPath: 16:18:35 [2023-03-05T21:18:35.620Z] 16:18:35 [2023-03-05T21:18:35.620Z] init-common: 16:18:35 [2023-03-05T21:18:35.620Z] 16:18:35 [2023-03-05T21:18:35.620Z] deploy-common-ee: 16:18:35 [2023-03-05T21:18:35.620Z] 16:18:35 [2023-03-05T21:18:35.620Z] run: 16:18:35 [2023-03-05T21:18:35.620Z] 16:18:35 [2023-03-05T21:18:35.620Z] setOSConditions: 16:18:35 [2023-03-05T21:18:35.620Z] 16:18:35 [2023-03-05T21:18:35.620Z] setToolWin: 16:18:35 [2023-03-05T21:18:35.620Z] 16:18:35 [2023-03-05T21:18:35.620Z] setToolUnix: 16:18:35 [2023-03-05T21:18:35.620Z] 16:18:35 [2023-03-05T21:18:35.620Z] setToolProperty: 16:18:35 [2023-03-05T21:18:35.620Z] 16:18:35 [2023-03-05T21:18:35.620Z] setS1ASclassPath: 16:18:35 [2023-03-05T21:18:35.620Z] 16:18:35 [2023-03-05T21:18:35.620Z] init-common: 16:18:35 [2023-03-05T21:18:35.620Z] 16:18:35 [2023-03-05T21:18:35.620Z] runclient-common: 16:18:35 [2023-03-05T21:18:35.620Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missAppClient.jar -name jdbc-stmtcaching_hit_missClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:18:36 [2023-03-05T21:18:36.182Z] [exec] Mar 05, 2023 9:18:35 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:18:36 [2023-03-05T21:18:36.182Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:18:38 [2023-03-05T21:18:38.709Z] [exec] Mar 05, 2023 9:18:38 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:18:38 [2023-03-05T21:18:38.709Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 16:18:38 [2023-03-05T21:18:38.709Z] [exec] Value of key is: Statement Caching - (Hit): 16:18:38 [2023-03-05T21:18:38.709Z] [exec] Value of key is: Statement Caching - (Miss): 16:18:38 [2023-03-05T21:18:38.709Z] [exec] Value of key is: Statement Caching - (hit columnIndexes) : 16:18:38 [2023-03-05T21:18:38.709Z] [exec] Value of key is: Statement Caching - (hit columnNames) : 16:18:38 [2023-03-05T21:18:38.709Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:18:38 [2023-03-05T21:18:38.709Z] [exec] 16:18:38 [2023-03-05T21:18:38.709Z] [exec] 16:18:38 [2023-03-05T21:18:38.709Z] [exec] ----------------------------------------- 16:18:38 [2023-03-05T21:18:38.709Z] [exec] - Statement Caching - (Hit): : PASS - 16:18:38 [2023-03-05T21:18:38.709Z] [exec] - Statement Caching - (Miss): : PASS - 16:18:38 [2023-03-05T21:18:38.709Z] [exec] - Statement Caching - (hit columnIndexes) : : PASS - 16:18:38 [2023-03-05T21:18:38.709Z] [exec] - Statement Caching - (hit columnNames) : : PASS - 16:18:38 [2023-03-05T21:18:38.709Z] [exec] ----------------------------------------- 16:18:38 [2023-03-05T21:18:38.709Z] [exec] Total PASS: 4 16:18:38 [2023-03-05T21:18:38.709Z] [exec] Total FAIL: 0 16:18:38 [2023-03-05T21:18:38.709Z] [exec] Total DID NOT RUN: 0 16:18:38 [2023-03-05T21:18:38.709Z] [exec] ----------------------------------------- 16:18:38 [2023-03-05T21:18:38.709Z] [exec] in flushAll , creating new testSuiteHash 16:18:38 [2023-03-05T21:18:38.966Z] [exec] in flushAll , creating new testSuiteHash 16:18:38 [2023-03-05T21:18:38.966Z] 16:18:38 [2023-03-05T21:18:38.966Z] checkReporting-common: 16:18:38 [2023-03-05T21:18:38.966Z] 16:18:38 [2023-03-05T21:18:38.966Z] confirmReportPresent-common: 16:18:38 [2023-03-05T21:18:38.966Z] [echo] file RepRunConf.txt is present. 16:18:38 [2023-03-05T21:18:38.966Z] [echo] Test seems to be reported fine 16:18:38 [2023-03-05T21:18:38.966Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss/RepRunConf.txt 16:18:38 [2023-03-05T21:18:38.966Z] 16:18:38 [2023-03-05T21:18:38.966Z] confirmMissingReport-common: 16:18:38 [2023-03-05T21:18:38.966Z] 16:18:38 [2023-03-05T21:18:38.966Z] undeploy: 16:18:39 [2023-03-05T21:18:39.222Z] 16:18:39 [2023-03-05T21:18:39.222Z] setOSConditions: 16:18:39 [2023-03-05T21:18:39.222Z] 16:18:39 [2023-03-05T21:18:39.222Z] setToolWin: 16:18:39 [2023-03-05T21:18:39.222Z] 16:18:39 [2023-03-05T21:18:39.222Z] setToolUnix: 16:18:39 [2023-03-05T21:18:39.222Z] 16:18:39 [2023-03-05T21:18:39.222Z] setToolProperty: 16:18:39 [2023-03-05T21:18:39.222Z] 16:18:39 [2023-03-05T21:18:39.222Z] setS1ASclassPath: 16:18:39 [2023-03-05T21:18:39.222Z] 16:18:39 [2023-03-05T21:18:39.222Z] init-common: 16:18:39 [2023-03-05T21:18:39.222Z] 16:18:39 [2023-03-05T21:18:39.222Z] execute-sql-common: 16:18:39 [2023-03-05T21:18:39.222Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss/sql/drop_pointbase.sql 16:18:39 [2023-03-05T21:18:39.222Z] [sql] 0 rows affected 16:18:39 [2023-03-05T21:18:39.222Z] [sql] 0 rows affected 16:18:39 [2023-03-05T21:18:39.222Z] [sql] 0 rows affected 16:18:39 [2023-03-05T21:18:39.222Z] [sql] 0 rows affected 16:18:39 [2023-03-05T21:18:39.222Z] [sql] 0 rows affected 16:18:39 [2023-03-05T21:18:39.222Z] [sql] 0 rows affected 16:18:39 [2023-03-05T21:18:39.222Z] [sql] 0 rows affected 16:18:39 [2023-03-05T21:18:39.222Z] [sql] 0 rows affected 16:18:39 [2023-03-05T21:18:39.222Z] [sql] 0 rows affected 16:18:39 [2023-03-05T21:18:39.222Z] [sql] 0 rows affected 16:18:39 [2023-03-05T21:18:39.222Z] [sql] 10 of 10 SQL statements executed successfully 16:18:39 [2023-03-05T21:18:39.222Z] 16:18:39 [2023-03-05T21:18:39.222Z] unsetup: 16:18:39 [2023-03-05T21:18:39.222Z] 16:18:39 [2023-03-05T21:18:39.222Z] setOSConditions: 16:18:39 [2023-03-05T21:18:39.222Z] 16:18:39 [2023-03-05T21:18:39.222Z] setToolWin: 16:18:39 [2023-03-05T21:18:39.222Z] 16:18:39 [2023-03-05T21:18:39.222Z] setToolUnix: 16:18:39 [2023-03-05T21:18:39.222Z] 16:18:39 [2023-03-05T21:18:39.222Z] setToolProperty: 16:18:39 [2023-03-05T21:18:39.222Z] 16:18:39 [2023-03-05T21:18:39.222Z] setS1ASclassPath: 16:18:39 [2023-03-05T21:18:39.222Z] 16:18:39 [2023-03-05T21:18:39.222Z] init-common: 16:18:39 [2023-03-05T21:18:39.222Z] 16:18:39 [2023-03-05T21:18:39.222Z] delete-jdbc-resource-common: 16:18:39 [2023-03-05T21:18:39.222Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/jdbc-stmtcaching_hit_miss 16:18:39 [2023-03-05T21:18:39.478Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/jdbc-stmtcaching_hit_miss 16:18:39 [2023-03-05T21:18:39.478Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss deleted successfully 16:18:39 [2023-03-05T21:18:39.478Z] [echo] cmd executed for server 16:18:39 [2023-03-05T21:18:39.478Z] 16:18:39 [2023-03-05T21:18:39.478Z] setOSConditions: 16:18:39 [2023-03-05T21:18:39.478Z] 16:18:39 [2023-03-05T21:18:39.478Z] setToolWin: 16:18:39 [2023-03-05T21:18:39.478Z] 16:18:39 [2023-03-05T21:18:39.478Z] setToolUnix: 16:18:39 [2023-03-05T21:18:39.478Z] 16:18:39 [2023-03-05T21:18:39.478Z] setToolProperty: 16:18:39 [2023-03-05T21:18:39.478Z] 16:18:39 [2023-03-05T21:18:39.478Z] setS1ASclassPath: 16:18:39 [2023-03-05T21:18:39.478Z] 16:18:39 [2023-03-05T21:18:39.478Z] init-common: 16:18:39 [2023-03-05T21:18:39.478Z] 16:18:39 [2023-03-05T21:18:39.478Z] delete-jdbc-connpool-common: 16:18:39 [2023-03-05T21:18:39.478Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-stmtcaching_hit_miss-pool 16:18:39 [2023-03-05T21:18:39.733Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-stmtcaching_hit_miss-pool 16:18:39 [2023-03-05T21:18:39.733Z] [exec] JDBC Connection pool jdbc-stmtcaching_hit_miss-pool deleted successfully 16:18:39 [2023-03-05T21:18:39.733Z] [echo] cmd executed for server 16:18:39 [2023-03-05T21:18:39.733Z] 16:18:39 [2023-03-05T21:18:39.733Z] setOSConditions: 16:18:39 [2023-03-05T21:18:39.733Z] 16:18:39 [2023-03-05T21:18:39.733Z] setToolWin: 16:18:39 [2023-03-05T21:18:39.733Z] 16:18:39 [2023-03-05T21:18:39.733Z] setToolUnix: 16:18:39 [2023-03-05T21:18:39.733Z] 16:18:39 [2023-03-05T21:18:39.733Z] setToolProperty: 16:18:39 [2023-03-05T21:18:39.733Z] 16:18:39 [2023-03-05T21:18:39.733Z] setS1ASclassPath: 16:18:39 [2023-03-05T21:18:39.733Z] 16:18:39 [2023-03-05T21:18:39.733Z] init-common: 16:18:39 [2023-03-05T21:18:39.733Z] 16:18:39 [2023-03-05T21:18:39.733Z] undeploy-common: 16:18:39 [2023-03-05T21:18:39.989Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-stmtcaching_hit_missApp 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] all: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setOSConditions: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setToolWin: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setToolUnix: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setToolProperty: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setS1ASclassPath: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] init-common: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] clean: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setOSConditions: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setToolWin: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setToolUnix: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setToolProperty: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setS1ASclassPath: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] init-common: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] clean-common: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setOSConditions: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setToolWin: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setToolUnix: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setToolProperty: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setS1ASclassPath: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] init-common: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] clean-classes-common: 16:18:40 [2023-03-05T21:18:40.246Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setOSConditions: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setToolWin: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setToolUnix: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setToolProperty: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setS1ASclassPath: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] init-common: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] clean-jars-common: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] compile: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setOSConditions: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setToolWin: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setToolUnix: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setToolProperty: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] setS1ASclassPath: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] init-common: 16:18:40 [2023-03-05T21:18:40.246Z] 16:18:40 [2023-03-05T21:18:40.246Z] compile-common: 16:18:40 [2023-03-05T21:18:40.246Z] [echo] Current time (ISO): 2023-03-05T21:18:40.016+0000 16:18:40 [2023-03-05T21:18:40.246Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:18:40 [2023-03-05T21:18:40.246Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:18:41 [2023-03-05T21:18:41.621Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:18:41 [2023-03-05T21:18:41.621Z] [javac] 1 warning 16:18:41 [2023-03-05T21:18:41.621Z] 16:18:41 [2023-03-05T21:18:41.621Z] setOSConditions: 16:18:41 [2023-03-05T21:18:41.621Z] 16:18:41 [2023-03-05T21:18:41.621Z] setToolWin: 16:18:41 [2023-03-05T21:18:41.621Z] 16:18:41 [2023-03-05T21:18:41.621Z] setToolUnix: 16:18:41 [2023-03-05T21:18:41.621Z] 16:18:41 [2023-03-05T21:18:41.621Z] setToolProperty: 16:18:41 [2023-03-05T21:18:41.621Z] 16:18:41 [2023-03-05T21:18:41.621Z] setS1ASclassPath: 16:18:41 [2023-03-05T21:18:41.621Z] 16:18:41 [2023-03-05T21:18:41.621Z] init-common: 16:18:41 [2023-03-05T21:18:41.621Z] 16:18:41 [2023-03-05T21:18:41.621Z] compile-common: 16:18:41 [2023-03-05T21:18:41.621Z] [echo] Current time (ISO): 2023-03-05T21:18:41.369+0000 16:18:41 [2023-03-05T21:18:41.621Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:18:42 [2023-03-05T21:18:42.550Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:18:42 [2023-03-05T21:18:42.806Z] [javac] 1 warning 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] build: 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] setOSConditions: 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] fixFiles: 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] convUnix: 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] convWin: 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] setToolWin: 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] setToolUnix: 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] setToolProperty: 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] setS1ASclassPath: 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] init-common: 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] package-persistence-common: 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] ejb-jar-common: 16:18:42 [2023-03-05T21:18:42.806Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] package-ejbjar-common: 16:18:42 [2023-03-05T21:18:42.806Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:18:42 [2023-03-05T21:18:42.806Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:18:42 [2023-03-05T21:18:42.806Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:18:42 [2023-03-05T21:18:42.806Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-pooling-ejb.jar 16:18:42 [2023-03-05T21:18:42.806Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] appclient-jar-common: 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] package-appclientjar-common: 16:18:42 [2023-03-05T21:18:42.806Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:18:42 [2023-03-05T21:18:42.806Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:18:42 [2023-03-05T21:18:42.806Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:18:42 [2023-03-05T21:18:42.806Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-pooling-client.jar 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] webclient-war-common: 16:18:42 [2023-03-05T21:18:42.806Z] 16:18:42 [2023-03-05T21:18:42.806Z] build-ear-common: 16:18:42 [2023-03-05T21:18:42.807Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:18:42 [2023-03-05T21:18:42.807Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolingApp.ear 16:18:42 [2023-03-05T21:18:42.807Z] 16:18:42 [2023-03-05T21:18:42.807Z] deploy: 16:18:42 [2023-03-05T21:18:42.807Z] 16:18:42 [2023-03-05T21:18:42.807Z] setOSConditions: 16:18:42 [2023-03-05T21:18:42.807Z] 16:18:42 [2023-03-05T21:18:42.807Z] setToolWin: 16:18:42 [2023-03-05T21:18:42.807Z] 16:18:42 [2023-03-05T21:18:42.807Z] setToolUnix: 16:18:42 [2023-03-05T21:18:42.807Z] 16:18:42 [2023-03-05T21:18:42.807Z] setToolProperty: 16:18:42 [2023-03-05T21:18:42.807Z] 16:18:42 [2023-03-05T21:18:42.807Z] setS1ASclassPath: 16:18:42 [2023-03-05T21:18:42.807Z] 16:18:42 [2023-03-05T21:18:42.807Z] init-common: 16:18:42 [2023-03-05T21:18:42.807Z] 16:18:42 [2023-03-05T21:18:42.807Z] deploy-jdbc-common: 16:18:42 [2023-03-05T21:18:42.807Z] 16:18:42 [2023-03-05T21:18:42.807Z] setOSConditions: 16:18:42 [2023-03-05T21:18:42.807Z] 16:18:42 [2023-03-05T21:18:42.807Z] setToolWin: 16:18:42 [2023-03-05T21:18:42.807Z] 16:18:42 [2023-03-05T21:18:42.807Z] setToolUnix: 16:18:42 [2023-03-05T21:18:42.807Z] 16:18:42 [2023-03-05T21:18:42.807Z] setToolProperty: 16:18:42 [2023-03-05T21:18:42.807Z] 16:18:42 [2023-03-05T21:18:42.807Z] setS1ASclassPath: 16:18:42 [2023-03-05T21:18:42.807Z] 16:18:42 [2023-03-05T21:18:42.807Z] init-common: 16:18:42 [2023-03-05T21:18:42.807Z] 16:18:42 [2023-03-05T21:18:42.807Z] create-jdbc-connpool-common: 16:18:43 [2023-03-05T21:18:43.063Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-derby-pool 16:18:43 [2023-03-05T21:18:43.063Z] [exec] JDBC connection pool jdbc-derby-pool created successfully. 16:18:43 [2023-03-05T21:18:43.063Z] 16:18:43 [2023-03-05T21:18:43.063Z] set-derby-connpool-props: 16:18:43 [2023-03-05T21:18:43.320Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.User=dbuser 16:18:43 [2023-03-05T21:18:43.320Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.User=dbuser 16:18:43 [2023-03-05T21:18:43.577Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.Password=dbpassword 16:18:43 [2023-03-05T21:18:43.577Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.Password=dbpassword 16:18:44 [2023-03-05T21:18:44.139Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.driverType=4 16:18:44 [2023-03-05T21:18:44.139Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.driverType=4 16:18:44 [2023-03-05T21:18:44.139Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.portNumber=1527 16:18:44 [2023-03-05T21:18:44.139Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.portNumber=1527 16:18:44 [2023-03-05T21:18:44.395Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.dataBaseName=testdb 16:18:44 [2023-03-05T21:18:44.395Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.dataBaseName=testdb 16:18:44 [2023-03-05T21:18:44.957Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:18:44 [2023-03-05T21:18:44.957Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:18:45 [2023-03-05T21:18:45.219Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.create=true 16:18:45 [2023-03-05T21:18:45.219Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.create=true 16:18:45 [2023-03-05T21:18:45.475Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.serverName=localhost 16:18:45 [2023-03-05T21:18:45.475Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.serverName=localhost 16:18:45 [2023-03-05T21:18:45.475Z] 16:18:45 [2023-03-05T21:18:45.475Z] setOSConditions: 16:18:45 [2023-03-05T21:18:45.475Z] 16:18:45 [2023-03-05T21:18:45.475Z] setToolWin: 16:18:45 [2023-03-05T21:18:45.475Z] 16:18:45 [2023-03-05T21:18:45.475Z] setToolUnix: 16:18:45 [2023-03-05T21:18:45.475Z] 16:18:45 [2023-03-05T21:18:45.475Z] setToolProperty: 16:18:45 [2023-03-05T21:18:45.475Z] 16:18:45 [2023-03-05T21:18:45.475Z] setS1ASclassPath: 16:18:45 [2023-03-05T21:18:45.475Z] 16:18:45 [2023-03-05T21:18:45.475Z] init-common: 16:18:45 [2023-03-05T21:18:45.475Z] 16:18:45 [2023-03-05T21:18:45.475Z] create-jdbc-resource-common: 16:18:45 [2023-03-05T21:18:45.475Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-derby-pool --target server jdbc/nonxaresource 16:18:45 [2023-03-05T21:18:45.731Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-derby-pool --enabled=true --target server jdbc/nonxaresource 16:18:45 [2023-03-05T21:18:45.731Z] [exec] JDBC resource jdbc/nonxaresource created successfully. 16:18:45 [2023-03-05T21:18:45.731Z] [echo] cmd executed for server 16:18:45 [2023-03-05T21:18:45.731Z] 16:18:45 [2023-03-05T21:18:45.731Z] setOSConditions: 16:18:45 [2023-03-05T21:18:45.731Z] 16:18:45 [2023-03-05T21:18:45.731Z] setToolWin: 16:18:45 [2023-03-05T21:18:45.731Z] 16:18:45 [2023-03-05T21:18:45.731Z] setToolUnix: 16:18:45 [2023-03-05T21:18:45.731Z] 16:18:45 [2023-03-05T21:18:45.731Z] setToolProperty: 16:18:45 [2023-03-05T21:18:45.731Z] 16:18:45 [2023-03-05T21:18:45.732Z] setS1ASclassPath: 16:18:45 [2023-03-05T21:18:45.732Z] 16:18:45 [2023-03-05T21:18:45.732Z] init-common: 16:18:45 [2023-03-05T21:18:45.732Z] 16:18:45 [2023-03-05T21:18:45.732Z] deploy-jdbc-common: 16:18:45 [2023-03-05T21:18:45.732Z] 16:18:45 [2023-03-05T21:18:45.732Z] setOSConditions: 16:18:45 [2023-03-05T21:18:45.732Z] 16:18:45 [2023-03-05T21:18:45.732Z] setToolWin: 16:18:45 [2023-03-05T21:18:45.732Z] 16:18:45 [2023-03-05T21:18:45.732Z] setToolUnix: 16:18:45 [2023-03-05T21:18:45.732Z] 16:18:45 [2023-03-05T21:18:45.732Z] setToolProperty: 16:18:45 [2023-03-05T21:18:45.732Z] 16:18:45 [2023-03-05T21:18:45.732Z] setS1ASclassPath: 16:18:45 [2023-03-05T21:18:45.732Z] 16:18:45 [2023-03-05T21:18:45.732Z] init-common: 16:18:45 [2023-03-05T21:18:45.732Z] 16:18:45 [2023-03-05T21:18:45.732Z] create-jdbc-connpool-common: 16:18:45 [2023-03-05T21:18:45.989Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-derby-xa-pool 16:18:46 [2023-03-05T21:18:46.246Z] [exec] JDBC connection pool jdbc-derby-xa-pool created successfully. 16:18:46 [2023-03-05T21:18:46.246Z] 16:18:46 [2023-03-05T21:18:46.246Z] set-derby-connpool-props: 16:18:46 [2023-03-05T21:18:46.519Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.User=dbuser 16:18:46 [2023-03-05T21:18:46.519Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.User=dbuser 16:18:46 [2023-03-05T21:18:46.776Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.Password=dbpassword 16:18:46 [2023-03-05T21:18:46.776Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.Password=dbpassword 16:18:47 [2023-03-05T21:18:47.031Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.driverType=4 16:18:47 [2023-03-05T21:18:47.031Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.driverType=4 16:18:47 [2023-03-05T21:18:47.287Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.portNumber=1527 16:18:47 [2023-03-05T21:18:47.287Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.portNumber=1527 16:18:47 [2023-03-05T21:18:47.543Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.dataBaseName=testdb 16:18:47 [2023-03-05T21:18:47.543Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.dataBaseName=testdb 16:18:48 [2023-03-05T21:18:48.120Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:18:48 [2023-03-05T21:18:48.120Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:18:48 [2023-03-05T21:18:48.120Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.create=true 16:18:48 [2023-03-05T21:18:48.120Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.create=true 16:18:48 [2023-03-05T21:18:48.684Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.serverName=localhost 16:18:48 [2023-03-05T21:18:48.684Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.serverName=localhost 16:18:48 [2023-03-05T21:18:48.684Z] 16:18:48 [2023-03-05T21:18:48.684Z] setOSConditions: 16:18:48 [2023-03-05T21:18:48.684Z] 16:18:48 [2023-03-05T21:18:48.684Z] setToolWin: 16:18:48 [2023-03-05T21:18:48.684Z] 16:18:48 [2023-03-05T21:18:48.684Z] setToolUnix: 16:18:48 [2023-03-05T21:18:48.684Z] 16:18:48 [2023-03-05T21:18:48.684Z] setToolProperty: 16:18:48 [2023-03-05T21:18:48.684Z] 16:18:48 [2023-03-05T21:18:48.684Z] setS1ASclassPath: 16:18:48 [2023-03-05T21:18:48.684Z] 16:18:48 [2023-03-05T21:18:48.684Z] init-common: 16:18:48 [2023-03-05T21:18:48.684Z] 16:18:48 [2023-03-05T21:18:48.684Z] create-jdbc-resource-common: 16:18:48 [2023-03-05T21:18:48.684Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-derby-xa-pool --target server jdbc/xaresource 16:18:48 [2023-03-05T21:18:48.940Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-derby-xa-pool --enabled=true --target server jdbc/xaresource 16:18:48 [2023-03-05T21:18:48.940Z] [exec] JDBC resource jdbc/xaresource created successfully. 16:18:48 [2023-03-05T21:18:48.940Z] [echo] cmd executed for server 16:18:48 [2023-03-05T21:18:48.940Z] 16:18:48 [2023-03-05T21:18:48.940Z] setOSConditions: 16:18:48 [2023-03-05T21:18:48.940Z] 16:18:48 [2023-03-05T21:18:48.940Z] setToolWin: 16:18:48 [2023-03-05T21:18:48.940Z] 16:18:48 [2023-03-05T21:18:48.940Z] setToolUnix: 16:18:48 [2023-03-05T21:18:48.940Z] 16:18:48 [2023-03-05T21:18:48.940Z] setToolProperty: 16:18:48 [2023-03-05T21:18:48.940Z] 16:18:48 [2023-03-05T21:18:48.940Z] setS1ASclassPath: 16:18:48 [2023-03-05T21:18:48.940Z] 16:18:48 [2023-03-05T21:18:48.940Z] init-common: 16:18:48 [2023-03-05T21:18:48.940Z] 16:18:48 [2023-03-05T21:18:48.940Z] deploy-jdbc-common: 16:18:48 [2023-03-05T21:18:48.940Z] 16:18:48 [2023-03-05T21:18:48.940Z] setOSConditions: 16:18:48 [2023-03-05T21:18:48.940Z] 16:18:48 [2023-03-05T21:18:48.940Z] setToolWin: 16:18:48 [2023-03-05T21:18:48.940Z] 16:18:48 [2023-03-05T21:18:48.940Z] setToolUnix: 16:18:48 [2023-03-05T21:18:48.940Z] 16:18:48 [2023-03-05T21:18:48.940Z] setToolProperty: 16:18:48 [2023-03-05T21:18:48.940Z] 16:18:48 [2023-03-05T21:18:48.940Z] setS1ASclassPath: 16:18:48 [2023-03-05T21:18:48.940Z] 16:18:48 [2023-03-05T21:18:48.940Z] init-common: 16:18:48 [2023-03-05T21:18:48.940Z] 16:18:48 [2023-03-05T21:18:48.940Z] create-jdbc-connpool-common: 16:18:49 [2023-03-05T21:18:49.196Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-derby-pool-container 16:18:49 [2023-03-05T21:18:49.196Z] [exec] JDBC connection pool jdbc-derby-pool-container created successfully. 16:18:49 [2023-03-05T21:18:49.196Z] 16:18:49 [2023-03-05T21:18:49.196Z] set-derby-connpool-props: 16:18:49 [2023-03-05T21:18:49.453Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.User=dbuser 16:18:49 [2023-03-05T21:18:49.453Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.User=dbuser 16:18:49 [2023-03-05T21:18:49.709Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.Password=dbpassword 16:18:49 [2023-03-05T21:18:49.709Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.Password=dbpassword 16:18:50 [2023-03-05T21:18:50.271Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.driverType=4 16:18:50 [2023-03-05T21:18:50.271Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.driverType=4 16:18:50 [2023-03-05T21:18:50.527Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.portNumber=1527 16:18:50 [2023-03-05T21:18:50.527Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.portNumber=1527 16:18:50 [2023-03-05T21:18:50.816Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.dataBaseName=testdb 16:18:50 [2023-03-05T21:18:50.816Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.dataBaseName=testdb 16:18:51 [2023-03-05T21:18:51.073Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.retrieveMessagesFromServerOnGetMessage=true 16:18:51 [2023-03-05T21:18:51.073Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.retrieveMessagesFromServerOnGetMessage=true 16:18:51 [2023-03-05T21:18:51.333Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.create=true 16:18:51 [2023-03-05T21:18:51.333Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.create=true 16:18:51 [2023-03-05T21:18:51.596Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.serverName=localhost 16:18:51 [2023-03-05T21:18:51.596Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.serverName=localhost 16:18:51 [2023-03-05T21:18:51.596Z] 16:18:51 [2023-03-05T21:18:51.596Z] setOSConditions: 16:18:51 [2023-03-05T21:18:51.596Z] 16:18:51 [2023-03-05T21:18:51.596Z] setToolWin: 16:18:51 [2023-03-05T21:18:51.596Z] 16:18:51 [2023-03-05T21:18:51.596Z] setToolUnix: 16:18:51 [2023-03-05T21:18:51.596Z] 16:18:51 [2023-03-05T21:18:51.596Z] setToolProperty: 16:18:51 [2023-03-05T21:18:51.596Z] 16:18:51 [2023-03-05T21:18:51.596Z] setS1ASclassPath: 16:18:51 [2023-03-05T21:18:51.596Z] 16:18:51 [2023-03-05T21:18:51.596Z] init-common: 16:18:51 [2023-03-05T21:18:51.596Z] 16:18:51 [2023-03-05T21:18:51.596Z] create-jdbc-resource-common: 16:18:51 [2023-03-05T21:18:51.596Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-derby-pool-container --target server jdbc/nonxaresource-container 16:18:51 [2023-03-05T21:18:51.871Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-derby-pool-container --enabled=true --target server jdbc/nonxaresource-container 16:18:51 [2023-03-05T21:18:51.871Z] [exec] JDBC resource jdbc/nonxaresource-container created successfully. 16:18:51 [2023-03-05T21:18:51.871Z] [echo] cmd executed for server 16:18:51 [2023-03-05T21:18:51.871Z] 16:18:51 [2023-03-05T21:18:51.871Z] asadmin-common: 16:18:51 [2023-03-05T21:18:51.871Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.connectionAttributes=create=true; 16:18:52 [2023-03-05T21:18:52.128Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.connectionAttributes=create=true; 16:18:52 [2023-03-05T21:18:52.128Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.connectionAttributes=create=true; 16:18:52 [2023-03-05T21:18:52.128Z] 16:18:52 [2023-03-05T21:18:52.128Z] asadmin-common: 16:18:52 [2023-03-05T21:18:52.128Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.connectionAttributes=create=true; 16:18:52 [2023-03-05T21:18:52.690Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.connectionAttributes=create=true; 16:18:52 [2023-03-05T21:18:52.690Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.connectionAttributes=create=true; 16:18:52 [2023-03-05T21:18:52.690Z] 16:18:52 [2023-03-05T21:18:52.690Z] asadmin-common: 16:18:52 [2023-03-05T21:18:52.690Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.connectionAttributes=create=true; 16:18:52 [2023-03-05T21:18:52.946Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.connectionAttributes=create=true; 16:18:52 [2023-03-05T21:18:52.946Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.connectionAttributes=create=true; 16:18:52 [2023-03-05T21:18:52.946Z] 16:18:52 [2023-03-05T21:18:52.946Z] asadmin-common: 16:18:52 [2023-03-05T21:18:52.946Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-derby-pool.pooling=false 16:18:53 [2023-03-05T21:18:53.218Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool.pooling=false 16:18:53 [2023-03-05T21:18:53.218Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.pooling=false 16:18:53 [2023-03-05T21:18:53.218Z] 16:18:53 [2023-03-05T21:18:53.218Z] asadmin-common: 16:18:53 [2023-03-05T21:18:53.218Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.pooling=false 16:18:53 [2023-03-05T21:18:53.474Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.pooling=false 16:18:53 [2023-03-05T21:18:53.474Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.pooling=false 16:18:53 [2023-03-05T21:18:53.474Z] 16:18:53 [2023-03-05T21:18:53.474Z] asadmin-common: 16:18:53 [2023-03-05T21:18:53.474Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.pooling=false 16:18:53 [2023-03-05T21:18:53.731Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.pooling=false 16:18:53 [2023-03-05T21:18:53.731Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.pooling=false 16:18:53 [2023-03-05T21:18:53.731Z] 16:18:53 [2023-03-05T21:18:53.731Z] setOSConditions: 16:18:53 [2023-03-05T21:18:53.731Z] 16:18:53 [2023-03-05T21:18:53.731Z] setToolWin: 16:18:53 [2023-03-05T21:18:53.731Z] 16:18:53 [2023-03-05T21:18:53.731Z] setToolUnix: 16:18:53 [2023-03-05T21:18:53.731Z] 16:18:53 [2023-03-05T21:18:53.731Z] setToolProperty: 16:18:53 [2023-03-05T21:18:53.731Z] 16:18:53 [2023-03-05T21:18:53.731Z] setS1ASclassPath: 16:18:53 [2023-03-05T21:18:53.731Z] 16:18:53 [2023-03-05T21:18:53.731Z] init-common: 16:18:53 [2023-03-05T21:18:53.731Z] 16:18:53 [2023-03-05T21:18:53.731Z] deploy-common: 16:18:53 [2023-03-05T21:18:53.731Z] [echo] Current time (ISO): 2023-03-05T21:18:53.634+0000 16:18:53 [2023-03-05T21:18:53.731Z] 16:18:53 [2023-03-05T21:18:53.731Z] setOSConditions: 16:18:53 [2023-03-05T21:18:53.731Z] 16:18:53 [2023-03-05T21:18:53.731Z] setToolWin: 16:18:53 [2023-03-05T21:18:53.731Z] 16:18:53 [2023-03-05T21:18:53.731Z] setToolUnix: 16:18:53 [2023-03-05T21:18:53.731Z] 16:18:53 [2023-03-05T21:18:53.731Z] setToolProperty: 16:18:53 [2023-03-05T21:18:53.731Z] 16:18:53 [2023-03-05T21:18:53.731Z] setS1ASclassPath: 16:18:53 [2023-03-05T21:18:53.731Z] 16:18:53 [2023-03-05T21:18:53.731Z] init-common: 16:18:53 [2023-03-05T21:18:53.731Z] 16:18:53 [2023-03-05T21:18:53.731Z] deploy-common-pe: 16:18:53 [2023-03-05T21:18:53.987Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolingApp.ear 16:18:54 [2023-03-05T21:18:54.244Z] [exec] Application deployed with name jdbc-poolingApp. 16:18:54 [2023-03-05T21:18:54.244Z] [echo] Deployment on target server server successful 16:18:54 [2023-03-05T21:18:54.244Z] 16:18:54 [2023-03-05T21:18:54.244Z] setOSConditions: 16:18:54 [2023-03-05T21:18:54.244Z] 16:18:54 [2023-03-05T21:18:54.245Z] setToolWin: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] setToolUnix: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] setToolProperty: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] setS1ASclassPath: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] init-common: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] deploy-common-ee: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] setOSConditions: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] setToolWin: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] setToolUnix: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] setToolProperty: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] setS1ASclassPath: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] init-common: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] execute-sql-common: 16:18:54 [2023-03-05T21:18:54.245Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/pooling/sql/create_pointbase.sql 16:18:54 [2023-03-05T21:18:54.245Z] [sql] Failed to execute: Drop table TXLEVELSWITCH 16:18:54 [2023-03-05T21:18:54.245Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. 16:18:54 [2023-03-05T21:18:54.245Z] [sql] 0 rows affected 16:18:54 [2023-03-05T21:18:54.245Z] [sql] 1 rows affected 16:18:54 [2023-03-05T21:18:54.245Z] [sql] 1 rows affected 16:18:54 [2023-03-05T21:18:54.245Z] [sql] 3 of 4 SQL statements executed successfully 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] run: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] setOSConditions: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] setToolWin: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] setToolUnix: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] setToolProperty: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] setS1ASclassPath: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] init-common: 16:18:54 [2023-03-05T21:18:54.245Z] 16:18:54 [2023-03-05T21:18:54.245Z] runclient-common: 16:18:54 [2023-03-05T21:18:54.245Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolingAppClient.jar -name jdbc-poolingClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:18:54 [2023-03-05T21:18:54.819Z] [exec] Mar 05, 2023 9:18:54 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:18:54 [2023-03-05T21:18:54.819Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:18:57 [2023-03-05T21:18:57.344Z] [exec] Mar 05, 2023 9:18:56 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:18:57 [2023-03-05T21:18:57.344Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@1cd2ff5b 16:18:57 [2023-03-05T21:18:57.344Z] [exec] verifying uniqueness of all connection 16:18:57 [2023-03-05T21:18:57.344Z] [exec] Value of key is: openAndCloseConnection (non-xa) : 16:18:57 [2023-03-05T21:18:57.344Z] [exec] creating connection upto max-pool-size of 32 16:18:57 [2023-03-05T21:18:57.620Z] [exec] Value of key is: openMaxConnections (non-xa) : 16:18:57 [2023-03-05T21:18:57.620Z] [exec] rollback set to false 16:18:57 [2023-03-05T21:18:57.620Z] [exec] Value of key is: test1 rollback=false (non-xa. con opened closed within tx) : 16:18:57 [2023-03-05T21:18:57.876Z] [exec] Value of key is: test1 rollback=false (xa. con opened closed within tx) : 16:18:57 [2023-03-05T21:18:57.876Z] [exec] Value of key is: test2 rollback=false (non-xa. con opened closed after tx) : 16:18:57 [2023-03-05T21:18:57.876Z] [exec] Value of key is: test2 rollback=false (xa. con opened closed after tx) : 16:18:58 [2023-03-05T21:18:58.133Z] [exec] Value of key is: test3 rollback=false (xa non-xa within same tx) : 16:18:58 [2023-03-05T21:18:58.133Z] [exec] rollback set to true 16:18:58 [2023-03-05T21:18:58.133Z] [exec] Value of key is: test1 rollback=true (non-xa. con opened closed within tx) : 16:18:58 [2023-03-05T21:18:58.133Z] [exec] Value of key is: test1 rollback=true (xa. con opened closed within tx) : 16:18:58 [2023-03-05T21:18:58.133Z] [exec] Value of key is: test2 rollback=true (non-xa. con opened closed after tx) : 16:18:58 [2023-03-05T21:18:58.133Z] [exec] Value of key is: test2 rollback=true (xa. con opened closed after tx) : 16:18:58 [2023-03-05T21:18:58.133Z] [exec] Value of key is: test3 rollback=true (xa non-xa within same tx) : 16:18:58 [2023-03-05T21:18:58.133Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:18:58 [2023-03-05T21:18:58.133Z] [exec] 16:18:58 [2023-03-05T21:18:58.133Z] [exec] 16:18:58 [2023-03-05T21:18:58.133Z] [exec] ----------------------------------------- 16:18:58 [2023-03-05T21:18:58.133Z] [exec] - test2 rollback=true (xa. con opened closed after tx) : : PASS - 16:18:58 [2023-03-05T21:18:58.133Z] [exec] - test1 rollback=false (xa. con opened closed within tx) : : PASS - 16:18:58 [2023-03-05T21:18:58.133Z] [exec] - test3 rollback=false (xa non-xa within same tx) : : PASS - 16:18:58 [2023-03-05T21:18:58.133Z] [exec] - test2 rollback=true (non-xa. con opened closed after tx) : : PASS - 16:18:58 [2023-03-05T21:18:58.133Z] [exec] - openMaxConnections (non-xa) : : PASS - 16:18:58 [2023-03-05T21:18:58.133Z] [exec] - test1 rollback=false (non-xa. con opened closed within tx) : : PASS - 16:18:58 [2023-03-05T21:18:58.133Z] [exec] - test1 rollback=true (non-xa. con opened closed within tx) : : PASS - 16:18:58 [2023-03-05T21:18:58.133Z] [exec] - test2 rollback=false (non-xa. con opened closed after tx) : : PASS - 16:18:58 [2023-03-05T21:18:58.133Z] [exec] - test2 rollback=false (xa. con opened closed after tx) : : PASS - 16:18:58 [2023-03-05T21:18:58.133Z] [exec] - openAndCloseConnection (non-xa) : : PASS - 16:18:58 [2023-03-05T21:18:58.133Z] [exec] - test3 rollback=true (xa non-xa within same tx) : : PASS - 16:18:58 [2023-03-05T21:18:58.133Z] [exec] - test1 rollback=true (xa. con opened closed within tx) : : PASS - 16:18:58 [2023-03-05T21:18:58.133Z] [exec] ----------------------------------------- 16:18:58 [2023-03-05T21:18:58.133Z] [exec] Total PASS: 12 16:18:58 [2023-03-05T21:18:58.133Z] [exec] Total FAIL: 0 16:18:58 [2023-03-05T21:18:58.133Z] [exec] Total DID NOT RUN: 0 16:18:58 [2023-03-05T21:18:58.133Z] [exec] ----------------------------------------- 16:18:58 [2023-03-05T21:18:58.133Z] [exec] in flushAll , creating new testSuiteHash 16:18:58 [2023-03-05T21:18:58.133Z] [exec] in flushAll , creating new testSuiteHash 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] checkReporting-common: 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] confirmReportPresent-common: 16:18:58 [2023-03-05T21:18:58.695Z] [echo] file RepRunConf.txt is present. 16:18:58 [2023-03-05T21:18:58.695Z] [echo] Test seems to be reported fine 16:18:58 [2023-03-05T21:18:58.695Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/pooling/RepRunConf.txt 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] confirmMissingReport-common: 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] undeploy: 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] setOSConditions: 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] setToolWin: 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] setToolUnix: 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] setToolProperty: 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] setS1ASclassPath: 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] init-common: 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] execute-sql-common: 16:18:58 [2023-03-05T21:18:58.695Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/pooling/sql/drop_pointbase.sql 16:18:58 [2023-03-05T21:18:58.695Z] [sql] 0 rows affected 16:18:58 [2023-03-05T21:18:58.695Z] [sql] Failed to execute: Drop table TXLEVELSWITCH2 16:18:58 [2023-03-05T21:18:58.695Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. 16:18:58 [2023-03-05T21:18:58.695Z] [sql] 1 of 2 SQL statements executed successfully 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] setOSConditions: 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] setToolWin: 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] setToolUnix: 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] setToolProperty: 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] setS1ASclassPath: 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] init-common: 16:18:58 [2023-03-05T21:18:58.695Z] 16:18:58 [2023-03-05T21:18:58.695Z] undeploy-common: 16:18:58 [2023-03-05T21:18:58.952Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-poolingApp 16:18:58 [2023-03-05T21:18:58.952Z] 16:18:58 [2023-03-05T21:18:58.952Z] setOSConditions: 16:18:58 [2023-03-05T21:18:58.952Z] 16:18:58 [2023-03-05T21:18:58.952Z] setToolWin: 16:18:58 [2023-03-05T21:18:58.952Z] 16:18:58 [2023-03-05T21:18:58.952Z] setToolUnix: 16:18:58 [2023-03-05T21:18:58.952Z] 16:18:58 [2023-03-05T21:18:58.952Z] setToolProperty: 16:18:58 [2023-03-05T21:18:58.952Z] 16:18:58 [2023-03-05T21:18:58.952Z] setS1ASclassPath: 16:18:58 [2023-03-05T21:18:58.952Z] 16:18:58 [2023-03-05T21:18:58.952Z] init-common: 16:18:58 [2023-03-05T21:18:58.952Z] 16:18:58 [2023-03-05T21:18:58.952Z] delete-jdbc-resource-common: 16:18:58 [2023-03-05T21:18:58.952Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/nonxaresource 16:18:59 [2023-03-05T21:18:59.219Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/nonxaresource 16:18:59 [2023-03-05T21:18:59.219Z] [exec] JDBC resource jdbc/nonxaresource deleted successfully 16:18:59 [2023-03-05T21:18:59.219Z] [echo] cmd executed for server 16:18:59 [2023-03-05T21:18:59.219Z] 16:18:59 [2023-03-05T21:18:59.219Z] setOSConditions: 16:18:59 [2023-03-05T21:18:59.219Z] 16:18:59 [2023-03-05T21:18:59.219Z] setToolWin: 16:18:59 [2023-03-05T21:18:59.219Z] 16:18:59 [2023-03-05T21:18:59.219Z] setToolUnix: 16:18:59 [2023-03-05T21:18:59.219Z] 16:18:59 [2023-03-05T21:18:59.219Z] setToolProperty: 16:18:59 [2023-03-05T21:18:59.219Z] 16:18:59 [2023-03-05T21:18:59.219Z] setS1ASclassPath: 16:18:59 [2023-03-05T21:18:59.219Z] 16:18:59 [2023-03-05T21:18:59.219Z] init-common: 16:18:59 [2023-03-05T21:18:59.219Z] 16:18:59 [2023-03-05T21:18:59.219Z] delete-jdbc-connpool-common: 16:18:59 [2023-03-05T21:18:59.219Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-derby-pool 16:18:59 [2023-03-05T21:18:59.475Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-derby-pool 16:18:59 [2023-03-05T21:18:59.475Z] [exec] JDBC Connection pool jdbc-derby-pool deleted successfully 16:18:59 [2023-03-05T21:18:59.475Z] [echo] cmd executed for server 16:18:59 [2023-03-05T21:18:59.475Z] 16:18:59 [2023-03-05T21:18:59.475Z] setOSConditions: 16:18:59 [2023-03-05T21:18:59.475Z] 16:18:59 [2023-03-05T21:18:59.475Z] setToolWin: 16:18:59 [2023-03-05T21:18:59.475Z] 16:18:59 [2023-03-05T21:18:59.475Z] setToolUnix: 16:18:59 [2023-03-05T21:18:59.475Z] 16:18:59 [2023-03-05T21:18:59.475Z] setToolProperty: 16:18:59 [2023-03-05T21:18:59.475Z] 16:18:59 [2023-03-05T21:18:59.475Z] setS1ASclassPath: 16:18:59 [2023-03-05T21:18:59.475Z] 16:18:59 [2023-03-05T21:18:59.475Z] init-common: 16:18:59 [2023-03-05T21:18:59.475Z] 16:18:59 [2023-03-05T21:18:59.475Z] delete-jdbc-resource-common: 16:18:59 [2023-03-05T21:18:59.475Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/nonxaresource-container 16:18:59 [2023-03-05T21:18:59.732Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/nonxaresource-container 16:18:59 [2023-03-05T21:18:59.732Z] [exec] JDBC resource jdbc/nonxaresource-container deleted successfully 16:18:59 [2023-03-05T21:18:59.732Z] [echo] cmd executed for server 16:18:59 [2023-03-05T21:18:59.732Z] 16:18:59 [2023-03-05T21:18:59.732Z] setOSConditions: 16:18:59 [2023-03-05T21:18:59.732Z] 16:18:59 [2023-03-05T21:18:59.732Z] setToolWin: 16:18:59 [2023-03-05T21:18:59.732Z] 16:18:59 [2023-03-05T21:18:59.732Z] setToolUnix: 16:18:59 [2023-03-05T21:18:59.732Z] 16:18:59 [2023-03-05T21:18:59.732Z] setToolProperty: 16:18:59 [2023-03-05T21:18:59.732Z] 16:18:59 [2023-03-05T21:18:59.732Z] setS1ASclassPath: 16:18:59 [2023-03-05T21:18:59.732Z] 16:18:59 [2023-03-05T21:18:59.732Z] init-common: 16:18:59 [2023-03-05T21:18:59.732Z] 16:18:59 [2023-03-05T21:18:59.732Z] delete-jdbc-connpool-common: 16:18:59 [2023-03-05T21:18:59.732Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-derby-pool-container 16:18:59 [2023-03-05T21:18:59.987Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-derby-pool-container 16:18:59 [2023-03-05T21:18:59.987Z] [exec] JDBC Connection pool jdbc-derby-pool-container deleted successfully 16:18:59 [2023-03-05T21:18:59.987Z] [echo] cmd executed for server 16:18:59 [2023-03-05T21:18:59.987Z] 16:18:59 [2023-03-05T21:18:59.987Z] setOSConditions: 16:18:59 [2023-03-05T21:18:59.987Z] 16:18:59 [2023-03-05T21:18:59.987Z] setToolWin: 16:18:59 [2023-03-05T21:18:59.987Z] 16:18:59 [2023-03-05T21:18:59.987Z] setToolUnix: 16:18:59 [2023-03-05T21:18:59.987Z] 16:18:59 [2023-03-05T21:18:59.987Z] setToolProperty: 16:18:59 [2023-03-05T21:18:59.987Z] 16:18:59 [2023-03-05T21:18:59.987Z] setS1ASclassPath: 16:18:59 [2023-03-05T21:18:59.987Z] 16:18:59 [2023-03-05T21:18:59.987Z] init-common: 16:18:59 [2023-03-05T21:18:59.987Z] 16:18:59 [2023-03-05T21:18:59.987Z] delete-jdbc-resource-common: 16:18:59 [2023-03-05T21:18:59.988Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/xaresource 16:19:00 [2023-03-05T21:19:00.550Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/xaresource 16:19:00 [2023-03-05T21:19:00.550Z] [exec] JDBC resource jdbc/xaresource deleted successfully 16:19:00 [2023-03-05T21:19:00.550Z] [echo] cmd executed for server 16:19:00 [2023-03-05T21:19:00.550Z] 16:19:00 [2023-03-05T21:19:00.550Z] setOSConditions: 16:19:00 [2023-03-05T21:19:00.550Z] 16:19:00 [2023-03-05T21:19:00.550Z] setToolWin: 16:19:00 [2023-03-05T21:19:00.550Z] 16:19:00 [2023-03-05T21:19:00.550Z] setToolUnix: 16:19:00 [2023-03-05T21:19:00.550Z] 16:19:00 [2023-03-05T21:19:00.550Z] setToolProperty: 16:19:00 [2023-03-05T21:19:00.550Z] 16:19:00 [2023-03-05T21:19:00.550Z] setS1ASclassPath: 16:19:00 [2023-03-05T21:19:00.550Z] 16:19:00 [2023-03-05T21:19:00.550Z] init-common: 16:19:00 [2023-03-05T21:19:00.550Z] 16:19:00 [2023-03-05T21:19:00.550Z] delete-jdbc-connpool-common: 16:19:00 [2023-03-05T21:19:00.550Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-derby-xa-pool 16:19:00 [2023-03-05T21:19:00.819Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-derby-xa-pool 16:19:00 [2023-03-05T21:19:00.819Z] [exec] JDBC Connection pool jdbc-derby-xa-pool deleted successfully 16:19:00 [2023-03-05T21:19:00.819Z] [echo] cmd executed for server 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] all: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setOSConditions: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setToolWin: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setToolUnix: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setToolProperty: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setS1ASclassPath: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] init-common: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] clean: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setOSConditions: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setToolWin: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setToolUnix: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setToolProperty: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setS1ASclassPath: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] init-common: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] clean-common: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setOSConditions: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setToolWin: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setToolUnix: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setToolProperty: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setS1ASclassPath: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] init-common: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] clean-classes-common: 16:19:00 [2023-03-05T21:19:00.819Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setOSConditions: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setToolWin: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setToolUnix: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setToolProperty: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setS1ASclassPath: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] init-common: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] clean-jars-common: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] compile: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setOSConditions: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setToolWin: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setToolUnix: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setToolProperty: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] setS1ASclassPath: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] init-common: 16:19:00 [2023-03-05T21:19:00.819Z] 16:19:00 [2023-03-05T21:19:00.819Z] compile-common: 16:19:00 [2023-03-05T21:19:00.819Z] [echo] Current time (ISO): 2023-03-05T21:19:00.595+0000 16:19:00 [2023-03-05T21:19:00.819Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:19:00 [2023-03-05T21:19:00.819Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:19:02 [2023-03-05T21:19:02.220Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:19:02 [2023-03-05T21:19:02.220Z] [javac] 1 warning 16:19:02 [2023-03-05T21:19:02.220Z] 16:19:02 [2023-03-05T21:19:02.220Z] setOSConditions: 16:19:02 [2023-03-05T21:19:02.220Z] 16:19:02 [2023-03-05T21:19:02.220Z] setToolWin: 16:19:02 [2023-03-05T21:19:02.220Z] 16:19:02 [2023-03-05T21:19:02.220Z] setToolUnix: 16:19:02 [2023-03-05T21:19:02.220Z] 16:19:02 [2023-03-05T21:19:02.220Z] setToolProperty: 16:19:02 [2023-03-05T21:19:02.220Z] 16:19:02 [2023-03-05T21:19:02.220Z] setS1ASclassPath: 16:19:02 [2023-03-05T21:19:02.220Z] 16:19:02 [2023-03-05T21:19:02.220Z] init-common: 16:19:02 [2023-03-05T21:19:02.220Z] 16:19:02 [2023-03-05T21:19:02.220Z] compile-common: 16:19:02 [2023-03-05T21:19:02.220Z] [echo] Current time (ISO): 2023-03-05T21:19:01.990+0000 16:19:02 [2023-03-05T21:19:02.220Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:19:03 [2023-03-05T21:19:03.149Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:19:03 [2023-03-05T21:19:03.419Z] [javac] 1 warning 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] build: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] setOSConditions: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] fixFiles: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] convUnix: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] convWin: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] setToolWin: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] setToolUnix: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] setToolProperty: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] setS1ASclassPath: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] init-common: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] package-persistence-common: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] ejb-jar-common: 16:19:03 [2023-03-05T21:19:03.419Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] package-ejbjar-common: 16:19:03 [2023-03-05T21:19:03.419Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:03 [2023-03-05T21:19:03.419Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:03 [2023-03-05T21:19:03.419Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:03 [2023-03-05T21:19:03.419Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcf-ejb.jar 16:19:03 [2023-03-05T21:19:03.419Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] appclient-jar-common: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] package-appclientjar-common: 16:19:03 [2023-03-05T21:19:03.419Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:03 [2023-03-05T21:19:03.419Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:03 [2023-03-05T21:19:03.419Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:03 [2023-03-05T21:19:03.419Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcf-client.jar 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] webclient-war-common: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] build-ear-common: 16:19:03 [2023-03-05T21:19:03.419Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:03 [2023-03-05T21:19:03.419Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcfApp.ear 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] deploy: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] setOSConditions: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] setToolWin: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] setToolUnix: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] setToolProperty: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] setS1ASclassPath: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] init-common: 16:19:03 [2023-03-05T21:19:03.419Z] 16:19:03 [2023-03-05T21:19:03.419Z] create-jdbc-driver-connpool-common: 16:19:03 [2023-03-05T21:19:03.675Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 16:19:03 [2023-03-05T21:19:03.675Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 16:19:03 [2023-03-05T21:19:03.675Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --restype java.sql.Driver --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --driverclassname org.apache.derby.jdbc.ClientDriver --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true --target server jdbc-driver-pool 16:19:03 [2023-03-05T21:19:03.675Z] [exec] JDBC connection pool jdbc-driver-pool created successfully. 16:19:03 [2023-03-05T21:19:03.675Z] 16:19:03 [2023-03-05T21:19:03.675Z] set-derby-driver-connpool-props: 16:19:03 [2023-03-05T21:19:03.675Z] 16:19:03 [2023-03-05T21:19:03.675Z] asadmin-common-ignore-fail: 16:19:03 [2023-03-05T21:19:03.675Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-driver-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 16:19:03 [2023-03-05T21:19:03.932Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-driver-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 16:19:03 [2023-03-05T21:19:03.932Z] [exec] domain.resources.jdbc-connection-pool.jdbc-driver-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 16:19:03 [2023-03-05T21:19:03.932Z] 16:19:03 [2023-03-05T21:19:03.932Z] setOSConditions: 16:19:03 [2023-03-05T21:19:03.932Z] 16:19:03 [2023-03-05T21:19:03.932Z] setToolWin: 16:19:03 [2023-03-05T21:19:03.932Z] 16:19:03 [2023-03-05T21:19:03.932Z] setToolUnix: 16:19:03 [2023-03-05T21:19:03.932Z] 16:19:03 [2023-03-05T21:19:03.932Z] setToolProperty: 16:19:03 [2023-03-05T21:19:03.932Z] 16:19:03 [2023-03-05T21:19:03.932Z] setS1ASclassPath: 16:19:03 [2023-03-05T21:19:03.932Z] 16:19:03 [2023-03-05T21:19:03.932Z] init-common: 16:19:03 [2023-03-05T21:19:03.932Z] 16:19:03 [2023-03-05T21:19:03.932Z] create-jdbc-resource-common: 16:19:03 [2023-03-05T21:19:03.932Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-driver-pool --target server jdbc/driverRes 16:19:04 [2023-03-05T21:19:04.188Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-driver-pool --enabled=true --target server jdbc/driverRes 16:19:04 [2023-03-05T21:19:04.188Z] [exec] JDBC resource jdbc/driverRes created successfully. 16:19:04 [2023-03-05T21:19:04.188Z] [echo] cmd executed for server 16:19:04 [2023-03-05T21:19:04.188Z] 16:19:04 [2023-03-05T21:19:04.188Z] setOSConditions: 16:19:04 [2023-03-05T21:19:04.188Z] 16:19:04 [2023-03-05T21:19:04.188Z] setToolWin: 16:19:04 [2023-03-05T21:19:04.188Z] 16:19:04 [2023-03-05T21:19:04.188Z] setToolUnix: 16:19:04 [2023-03-05T21:19:04.188Z] 16:19:04 [2023-03-05T21:19:04.188Z] setToolProperty: 16:19:04 [2023-03-05T21:19:04.188Z] 16:19:04 [2023-03-05T21:19:04.188Z] setS1ASclassPath: 16:19:04 [2023-03-05T21:19:04.188Z] 16:19:04 [2023-03-05T21:19:04.188Z] init-common: 16:19:04 [2023-03-05T21:19:04.188Z] 16:19:04 [2023-03-05T21:19:04.188Z] create-jdbc-resource-common: 16:19:04 [2023-03-05T21:19:04.188Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-driver-pool --target server jdbc/driverRes1 16:19:04 [2023-03-05T21:19:04.444Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-driver-pool --enabled=true --target server jdbc/driverRes1 16:19:04 [2023-03-05T21:19:04.444Z] [exec] JDBC resource jdbc/driverRes1 created successfully. 16:19:04 [2023-03-05T21:19:04.444Z] [echo] cmd executed for server 16:19:04 [2023-03-05T21:19:04.444Z] 16:19:04 [2023-03-05T21:19:04.444Z] asadmin-common: 16:19:04 [2023-03-05T21:19:04.444Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-driver-pool.property.URL=jdbc:derby://localhost:1527/testdb;user=dbuser;password=dbpassword 16:19:04 [2023-03-05T21:19:04.700Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-driver-pool.property.URL=jdbc:derby://localhost:1527/testdb;user=dbuser;password=dbpassword 16:19:04 [2023-03-05T21:19:04.700Z] [exec] domain.resources.jdbc-connection-pool.jdbc-driver-pool.property.URL=jdbc:derby://localhost:1527/testdb;user=dbuser;password=dbpassword 16:19:04 [2023-03-05T21:19:04.700Z] 16:19:04 [2023-03-05T21:19:04.700Z] setOSConditions: 16:19:04 [2023-03-05T21:19:04.700Z] 16:19:04 [2023-03-05T21:19:04.700Z] setToolWin: 16:19:04 [2023-03-05T21:19:04.700Z] 16:19:04 [2023-03-05T21:19:04.700Z] setToolUnix: 16:19:04 [2023-03-05T21:19:04.700Z] 16:19:04 [2023-03-05T21:19:04.700Z] setToolProperty: 16:19:04 [2023-03-05T21:19:04.700Z] 16:19:04 [2023-03-05T21:19:04.700Z] setS1ASclassPath: 16:19:04 [2023-03-05T21:19:04.700Z] 16:19:04 [2023-03-05T21:19:04.700Z] init-common: 16:19:04 [2023-03-05T21:19:04.700Z] 16:19:04 [2023-03-05T21:19:04.700Z] deploy-common: 16:19:04 [2023-03-05T21:19:04.700Z] [echo] Current time (ISO): 2023-03-05T21:19:04.690+0000 16:19:04 [2023-03-05T21:19:04.700Z] 16:19:04 [2023-03-05T21:19:04.700Z] setOSConditions: 16:19:04 [2023-03-05T21:19:04.700Z] 16:19:04 [2023-03-05T21:19:04.700Z] setToolWin: 16:19:04 [2023-03-05T21:19:04.700Z] 16:19:04 [2023-03-05T21:19:04.700Z] setToolUnix: 16:19:04 [2023-03-05T21:19:04.700Z] 16:19:04 [2023-03-05T21:19:04.700Z] setToolProperty: 16:19:04 [2023-03-05T21:19:04.700Z] 16:19:04 [2023-03-05T21:19:04.700Z] setS1ASclassPath: 16:19:04 [2023-03-05T21:19:04.700Z] 16:19:04 [2023-03-05T21:19:04.700Z] init-common: 16:19:04 [2023-03-05T21:19:04.700Z] 16:19:04 [2023-03-05T21:19:04.700Z] deploy-common-pe: 16:19:05 [2023-03-05T21:19:05.262Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcfApp.ear 16:19:05 [2023-03-05T21:19:05.262Z] [exec] Application deployed with name jdbc-dmmcfApp. 16:19:05 [2023-03-05T21:19:05.262Z] [echo] Deployment on target server server successful 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] setOSConditions: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] setToolWin: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] setToolUnix: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] setToolProperty: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] setS1ASclassPath: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] init-common: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] deploy-common-ee: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] run: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] setOSConditions: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] setToolWin: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] setToolUnix: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] setToolProperty: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] setS1ASclassPath: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] init-common: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] execute-sql-common: 16:19:05 [2023-03-05T21:19:05.262Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf/sql/create_pointbase.sql 16:19:05 [2023-03-05T21:19:05.262Z] [sql] Failed to execute: Drop table CONNSHARING 16:19:05 [2023-03-05T21:19:05.262Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONNSHARING' because it does not exist. 16:19:05 [2023-03-05T21:19:05.262Z] [sql] 0 rows affected 16:19:05 [2023-03-05T21:19:05.262Z] [sql] 1 of 2 SQL statements executed successfully 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] setOSConditions: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] setToolWin: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] setToolUnix: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] setToolProperty: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] setS1ASclassPath: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] init-common: 16:19:05 [2023-03-05T21:19:05.262Z] 16:19:05 [2023-03-05T21:19:05.262Z] runclient-common: 16:19:05 [2023-03-05T21:19:05.262Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcfAppClient.jar -name jdbc-dmmcfClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:19:06 [2023-03-05T21:19:06.192Z] [exec] Mar 05, 2023 9:19:05 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:19:06 [2023-03-05T21:19:06.192Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:19:08 [2023-03-05T21:19:08.084Z] [exec] Mar 05, 2023 9:19:07 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:19:08 [2023-03-05T21:19:08.084Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 16:19:08 [2023-03-05T21:19:08.647Z] [exec] Value of key is: test1 : 16:19:08 [2023-03-05T21:19:08.647Z] [exec] Value of key is: test2 : 16:19:08 [2023-03-05T21:19:08.647Z] [exec] Value of key is: test3 : 16:19:08 [2023-03-05T21:19:08.647Z] [exec] Value of key is: test4 : 16:19:08 [2023-03-05T21:19:08.647Z] [exec] Value of key is: test5 : 16:19:08 [2023-03-05T21:19:08.647Z] [exec] Value of key is: test6 : 16:19:08 [2023-03-05T21:19:08.647Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:19:08 [2023-03-05T21:19:08.647Z] [exec] 16:19:08 [2023-03-05T21:19:08.647Z] [exec] 16:19:08 [2023-03-05T21:19:08.647Z] [exec] ----------------------------------------- 16:19:08 [2023-03-05T21:19:08.647Z] [exec] - test2 : : PASS - 16:19:08 [2023-03-05T21:19:08.647Z] [exec] - test1 : : PASS - 16:19:08 [2023-03-05T21:19:08.647Z] [exec] - test3 : : PASS - 16:19:08 [2023-03-05T21:19:08.647Z] [exec] - test6 : : PASS - 16:19:08 [2023-03-05T21:19:08.647Z] [exec] - test4 : : PASS - 16:19:08 [2023-03-05T21:19:08.647Z] [exec] - test5 : : PASS - 16:19:08 [2023-03-05T21:19:08.647Z] [exec] ----------------------------------------- 16:19:08 [2023-03-05T21:19:08.647Z] [exec] Total PASS: 6 16:19:08 [2023-03-05T21:19:08.647Z] [exec] Total FAIL: 0 16:19:08 [2023-03-05T21:19:08.647Z] [exec] Total DID NOT RUN: 0 16:19:08 [2023-03-05T21:19:08.647Z] [exec] ----------------------------------------- 16:19:08 [2023-03-05T21:19:08.647Z] [exec] in flushAll , creating new testSuiteHash 16:19:08 [2023-03-05T21:19:08.647Z] [exec] in flushAll , creating new testSuiteHash 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] checkReporting-common: 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] confirmReportPresent-common: 16:19:08 [2023-03-05T21:19:08.904Z] [echo] file RepRunConf.txt is present. 16:19:08 [2023-03-05T21:19:08.904Z] [echo] Test seems to be reported fine 16:19:08 [2023-03-05T21:19:08.904Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf/RepRunConf.txt 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] confirmMissingReport-common: 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] undeploy: 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] setOSConditions: 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] setToolWin: 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] setToolUnix: 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] setToolProperty: 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] setS1ASclassPath: 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] init-common: 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] execute-sql-common: 16:19:08 [2023-03-05T21:19:08.904Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf/sql/drop_pointbase.sql 16:19:08 [2023-03-05T21:19:08.904Z] [sql] 0 rows affected 16:19:08 [2023-03-05T21:19:08.904Z] [sql] 1 of 1 SQL statements executed successfully 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] setOSConditions: 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] setToolWin: 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] setToolUnix: 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] setToolProperty: 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] setS1ASclassPath: 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] init-common: 16:19:08 [2023-03-05T21:19:08.904Z] 16:19:08 [2023-03-05T21:19:08.904Z] delete-jdbc-resource-common: 16:19:08 [2023-03-05T21:19:08.904Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/driverRes 16:19:09 [2023-03-05T21:19:09.160Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/driverRes 16:19:09 [2023-03-05T21:19:09.160Z] [exec] JDBC resource jdbc/driverRes deleted successfully 16:19:09 [2023-03-05T21:19:09.160Z] [echo] cmd executed for server 16:19:09 [2023-03-05T21:19:09.160Z] 16:19:09 [2023-03-05T21:19:09.160Z] setOSConditions: 16:19:09 [2023-03-05T21:19:09.160Z] 16:19:09 [2023-03-05T21:19:09.160Z] setToolWin: 16:19:09 [2023-03-05T21:19:09.160Z] 16:19:09 [2023-03-05T21:19:09.160Z] setToolUnix: 16:19:09 [2023-03-05T21:19:09.160Z] 16:19:09 [2023-03-05T21:19:09.160Z] setToolProperty: 16:19:09 [2023-03-05T21:19:09.160Z] 16:19:09 [2023-03-05T21:19:09.160Z] setS1ASclassPath: 16:19:09 [2023-03-05T21:19:09.160Z] 16:19:09 [2023-03-05T21:19:09.160Z] init-common: 16:19:09 [2023-03-05T21:19:09.160Z] 16:19:09 [2023-03-05T21:19:09.160Z] delete-jdbc-resource-common: 16:19:09 [2023-03-05T21:19:09.160Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/driverRes1 16:19:09 [2023-03-05T21:19:09.416Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/driverRes1 16:19:09 [2023-03-05T21:19:09.416Z] [exec] JDBC resource jdbc/driverRes1 deleted successfully 16:19:09 [2023-03-05T21:19:09.416Z] [echo] cmd executed for server 16:19:09 [2023-03-05T21:19:09.416Z] 16:19:09 [2023-03-05T21:19:09.416Z] setOSConditions: 16:19:09 [2023-03-05T21:19:09.416Z] 16:19:09 [2023-03-05T21:19:09.416Z] setToolWin: 16:19:09 [2023-03-05T21:19:09.416Z] 16:19:09 [2023-03-05T21:19:09.416Z] setToolUnix: 16:19:09 [2023-03-05T21:19:09.416Z] 16:19:09 [2023-03-05T21:19:09.416Z] setToolProperty: 16:19:09 [2023-03-05T21:19:09.416Z] 16:19:09 [2023-03-05T21:19:09.416Z] setS1ASclassPath: 16:19:09 [2023-03-05T21:19:09.416Z] 16:19:09 [2023-03-05T21:19:09.416Z] init-common: 16:19:09 [2023-03-05T21:19:09.417Z] 16:19:09 [2023-03-05T21:19:09.417Z] delete-jdbc-connpool-common: 16:19:09 [2023-03-05T21:19:09.417Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-driver-pool 16:19:09 [2023-03-05T21:19:09.978Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-driver-pool 16:19:09 [2023-03-05T21:19:09.978Z] [exec] JDBC Connection pool jdbc-driver-pool deleted successfully 16:19:09 [2023-03-05T21:19:09.978Z] [echo] cmd executed for server 16:19:09 [2023-03-05T21:19:09.978Z] 16:19:09 [2023-03-05T21:19:09.978Z] setOSConditions: 16:19:09 [2023-03-05T21:19:09.978Z] 16:19:09 [2023-03-05T21:19:09.978Z] setToolWin: 16:19:09 [2023-03-05T21:19:09.978Z] 16:19:09 [2023-03-05T21:19:09.978Z] setToolUnix: 16:19:09 [2023-03-05T21:19:09.978Z] 16:19:09 [2023-03-05T21:19:09.978Z] setToolProperty: 16:19:09 [2023-03-05T21:19:09.978Z] 16:19:09 [2023-03-05T21:19:09.978Z] setS1ASclassPath: 16:19:09 [2023-03-05T21:19:09.978Z] 16:19:09 [2023-03-05T21:19:09.978Z] init-common: 16:19:09 [2023-03-05T21:19:09.978Z] 16:19:09 [2023-03-05T21:19:09.978Z] undeploy-common: 16:19:10 [2023-03-05T21:19:10.234Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-dmmcfApp 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] all: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setOSConditions: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setToolWin: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setToolUnix: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setToolProperty: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setS1ASclassPath: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] init-common: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] clean: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setOSConditions: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setToolWin: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setToolUnix: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setToolProperty: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setS1ASclassPath: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] init-common: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] clean-common: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setOSConditions: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setToolWin: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setToolUnix: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setToolProperty: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setS1ASclassPath: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] init-common: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] clean-classes-common: 16:19:10 [2023-03-05T21:19:10.234Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setOSConditions: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setToolWin: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setToolUnix: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setToolProperty: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setS1ASclassPath: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] init-common: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] clean-jars-common: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] compile: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setOSConditions: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setToolWin: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setToolUnix: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setToolProperty: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] setS1ASclassPath: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] init-common: 16:19:10 [2023-03-05T21:19:10.234Z] 16:19:10 [2023-03-05T21:19:10.234Z] compile-common: 16:19:10 [2023-03-05T21:19:10.234Z] [echo] Current time (ISO): 2023-03-05T21:19:10.052+0000 16:19:10 [2023-03-05T21:19:10.234Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:19:10 [2023-03-05T21:19:10.234Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:19:11 [2023-03-05T21:19:11.620Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:19:11 [2023-03-05T21:19:11.620Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/ejb/SimpleBMPBean.java:49: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:19:11 [2023-03-05T21:19:11.620Z] [javac] return new Integer(1); 16:19:11 [2023-03-05T21:19:11.620Z] [javac] ^ 16:19:11 [2023-03-05T21:19:11.620Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/ejb/SimpleBMPBean.java uses unchecked or unsafe operations. 16:19:11 [2023-03-05T21:19:11.620Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:19:11 [2023-03-05T21:19:11.620Z] [javac] 2 warnings 16:19:11 [2023-03-05T21:19:11.620Z] 16:19:11 [2023-03-05T21:19:11.620Z] setOSConditions: 16:19:11 [2023-03-05T21:19:11.620Z] 16:19:11 [2023-03-05T21:19:11.620Z] setToolWin: 16:19:11 [2023-03-05T21:19:11.620Z] 16:19:11 [2023-03-05T21:19:11.620Z] setToolUnix: 16:19:11 [2023-03-05T21:19:11.620Z] 16:19:11 [2023-03-05T21:19:11.620Z] setToolProperty: 16:19:11 [2023-03-05T21:19:11.620Z] 16:19:11 [2023-03-05T21:19:11.620Z] setS1ASclassPath: 16:19:11 [2023-03-05T21:19:11.620Z] 16:19:11 [2023-03-05T21:19:11.620Z] init-common: 16:19:11 [2023-03-05T21:19:11.620Z] 16:19:11 [2023-03-05T21:19:11.620Z] compile-common: 16:19:11 [2023-03-05T21:19:11.620Z] [echo] Current time (ISO): 2023-03-05T21:19:11.460+0000 16:19:11 [2023-03-05T21:19:11.620Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:19:12 [2023-03-05T21:19:12.988Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:19:12 [2023-03-05T21:19:12.988Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/client/Client.java:217: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 16:19:12 [2023-03-05T21:19:12.988Z] [javac] return new Integer(returnValue.get("count").toString()); 16:19:12 [2023-03-05T21:19:12.988Z] [javac] ^ 16:19:12 [2023-03-05T21:19:12.988Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/client/Client.java uses unchecked or unsafe operations. 16:19:12 [2023-03-05T21:19:12.988Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:19:12 [2023-03-05T21:19:12.988Z] [javac] 2 warnings 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] build: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setOSConditions: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] fixFiles: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] convUnix: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] convWin: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setToolWin: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setToolUnix: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setToolProperty: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setS1ASclassPath: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] init-common: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] package-persistence-common: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] ejb-jar-common: 16:19:12 [2023-03-05T21:19:12.988Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] package-ejbjar-common: 16:19:12 [2023-03-05T21:19:12.988Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:12 [2023-03-05T21:19:12.988Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:12 [2023-03-05T21:19:12.988Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:12 [2023-03-05T21:19:12.988Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-ejb.jar 16:19:12 [2023-03-05T21:19:12.988Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] appclient-jar-common: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] package-appclientjar-common: 16:19:12 [2023-03-05T21:19:12.988Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:12 [2023-03-05T21:19:12.988Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:12 [2023-03-05T21:19:12.988Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:12 [2023-03-05T21:19:12.988Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-client.jar 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] webclient-war-common: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] build-ear-common: 16:19:12 [2023-03-05T21:19:12.988Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:12 [2023-03-05T21:19:12.988Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] deploy: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setOSConditions: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setToolWin: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setToolUnix: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setToolProperty: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setS1ASclassPath: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] init-common: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] execute-sql-common: 16:19:12 [2023-03-05T21:19:12.988Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/sql/create_pointbase.sql 16:19:12 [2023-03-05T21:19:12.988Z] [sql] Failed to execute: Drop table O_Customer 16:19:12 [2023-03-05T21:19:12.988Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 0 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] Failed to execute: Drop table DESTROYED_INFO 16:19:12 [2023-03-05T21:19:12.988Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DESTROYED_INFO' because it does not exist. 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 0 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 1 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 1 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 1 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 1 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 1 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 1 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 1 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 1 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 1 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 1 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 1 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 1 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 1 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 1 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 1 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 1 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] Failed to execute: drop table owner 16:19:12 [2023-03-05T21:19:12.988Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER' because it does not exist. 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 0 rows affected 16:19:12 [2023-03-05T21:19:12.988Z] [sql] 19 of 22 SQL statements executed successfully 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setOSConditions: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setToolWin: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setToolUnix: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setToolProperty: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setS1ASclassPath: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] init-common: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setup: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setOSConditions: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setToolWin: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setToolUnix: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setToolProperty: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setS1ASclassPath: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] init-common: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] deploy-jdbc-common: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setOSConditions: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setToolWin: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setToolUnix: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setToolProperty: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] setS1ASclassPath: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] init-common: 16:19:12 [2023-03-05T21:19:12.988Z] 16:19:12 [2023-03-05T21:19:12.988Z] create-jdbc-connpool-common: 16:19:13 [2023-03-05T21:19:13.245Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-unshareable-pool 16:19:13 [2023-03-05T21:19:13.245Z] [exec] JDBC connection pool jdbc-unshareable-pool created successfully. 16:19:13 [2023-03-05T21:19:13.245Z] 16:19:13 [2023-03-05T21:19:13.245Z] set-derby-connpool-props: 16:19:13 [2023-03-05T21:19:13.826Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.User=dbuser 16:19:13 [2023-03-05T21:19:13.826Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.User=dbuser 16:19:14 [2023-03-05T21:19:14.082Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.Password=dbpassword 16:19:14 [2023-03-05T21:19:14.082Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.Password=dbpassword 16:19:14 [2023-03-05T21:19:14.338Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.driverType=4 16:19:14 [2023-03-05T21:19:14.338Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.driverType=4 16:19:14 [2023-03-05T21:19:14.617Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.portNumber=1527 16:19:14 [2023-03-05T21:19:14.617Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.portNumber=1527 16:19:14 [2023-03-05T21:19:14.874Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.dataBaseName=testdb 16:19:14 [2023-03-05T21:19:14.874Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.dataBaseName=testdb 16:19:15 [2023-03-05T21:19:15.130Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:19:15 [2023-03-05T21:19:15.130Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:19:15 [2023-03-05T21:19:15.386Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.create=true 16:19:15 [2023-03-05T21:19:15.386Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.create=true 16:19:15 [2023-03-05T21:19:15.949Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.serverName=localhost 16:19:15 [2023-03-05T21:19:15.949Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.serverName=localhost 16:19:15 [2023-03-05T21:19:15.949Z] 16:19:15 [2023-03-05T21:19:15.949Z] setOSConditions: 16:19:15 [2023-03-05T21:19:15.949Z] 16:19:15 [2023-03-05T21:19:15.949Z] setToolWin: 16:19:15 [2023-03-05T21:19:15.949Z] 16:19:15 [2023-03-05T21:19:15.949Z] setToolUnix: 16:19:15 [2023-03-05T21:19:15.949Z] 16:19:15 [2023-03-05T21:19:15.949Z] setToolProperty: 16:19:15 [2023-03-05T21:19:15.949Z] 16:19:15 [2023-03-05T21:19:15.949Z] setS1ASclassPath: 16:19:15 [2023-03-05T21:19:15.949Z] 16:19:15 [2023-03-05T21:19:15.949Z] init-common: 16:19:15 [2023-03-05T21:19:15.949Z] 16:19:15 [2023-03-05T21:19:15.949Z] create-jdbc-resource-common: 16:19:15 [2023-03-05T21:19:15.949Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-unshareable-pool --target server jdbc/unshareable 16:19:16 [2023-03-05T21:19:16.219Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-unshareable-pool --enabled=true --target server jdbc/unshareable 16:19:16 [2023-03-05T21:19:16.219Z] [exec] JDBC resource jdbc/unshareable created successfully. 16:19:16 [2023-03-05T21:19:16.219Z] [echo] cmd executed for server 16:19:16 [2023-03-05T21:19:16.219Z] 16:19:16 [2023-03-05T21:19:16.219Z] setOSConditions: 16:19:16 [2023-03-05T21:19:16.219Z] 16:19:16 [2023-03-05T21:19:16.219Z] setToolWin: 16:19:16 [2023-03-05T21:19:16.219Z] 16:19:16 [2023-03-05T21:19:16.219Z] setToolUnix: 16:19:16 [2023-03-05T21:19:16.219Z] 16:19:16 [2023-03-05T21:19:16.219Z] setToolProperty: 16:19:16 [2023-03-05T21:19:16.219Z] 16:19:16 [2023-03-05T21:19:16.219Z] setS1ASclassPath: 16:19:16 [2023-03-05T21:19:16.219Z] 16:19:16 [2023-03-05T21:19:16.219Z] init-common: 16:19:16 [2023-03-05T21:19:16.219Z] 16:19:16 [2023-03-05T21:19:16.219Z] deploy-jdbc-common: 16:19:16 [2023-03-05T21:19:16.219Z] 16:19:16 [2023-03-05T21:19:16.219Z] setOSConditions: 16:19:16 [2023-03-05T21:19:16.219Z] 16:19:16 [2023-03-05T21:19:16.219Z] setToolWin: 16:19:16 [2023-03-05T21:19:16.219Z] 16:19:16 [2023-03-05T21:19:16.219Z] setToolUnix: 16:19:16 [2023-03-05T21:19:16.219Z] 16:19:16 [2023-03-05T21:19:16.219Z] setToolProperty: 16:19:16 [2023-03-05T21:19:16.219Z] 16:19:16 [2023-03-05T21:19:16.219Z] setS1ASclassPath: 16:19:16 [2023-03-05T21:19:16.219Z] 16:19:16 [2023-03-05T21:19:16.219Z] init-common: 16:19:16 [2023-03-05T21:19:16.219Z] 16:19:16 [2023-03-05T21:19:16.219Z] create-jdbc-connpool-common: 16:19:16 [2023-03-05T21:19:16.476Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-shareable-pool 16:19:16 [2023-03-05T21:19:16.476Z] [exec] JDBC connection pool jdbc-shareable-pool created successfully. 16:19:16 [2023-03-05T21:19:16.476Z] 16:19:16 [2023-03-05T21:19:16.476Z] set-derby-connpool-props: 16:19:16 [2023-03-05T21:19:16.732Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.User=dbuser 16:19:16 [2023-03-05T21:19:16.732Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.User=dbuser 16:19:16 [2023-03-05T21:19:16.989Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.Password=dbpassword 16:19:16 [2023-03-05T21:19:16.989Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.Password=dbpassword 16:19:17 [2023-03-05T21:19:17.551Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.driverType=4 16:19:17 [2023-03-05T21:19:17.551Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.driverType=4 16:19:17 [2023-03-05T21:19:17.820Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.portNumber=1527 16:19:17 [2023-03-05T21:19:17.820Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.portNumber=1527 16:19:18 [2023-03-05T21:19:18.076Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.dataBaseName=testdb 16:19:18 [2023-03-05T21:19:18.076Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.dataBaseName=testdb 16:19:18 [2023-03-05T21:19:18.332Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:19:18 [2023-03-05T21:19:18.332Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:19:18 [2023-03-05T21:19:18.588Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.create=true 16:19:18 [2023-03-05T21:19:18.588Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.create=true 16:19:19 [2023-03-05T21:19:19.150Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.serverName=localhost 16:19:19 [2023-03-05T21:19:19.150Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.serverName=localhost 16:19:19 [2023-03-05T21:19:19.150Z] 16:19:19 [2023-03-05T21:19:19.150Z] setOSConditions: 16:19:19 [2023-03-05T21:19:19.150Z] 16:19:19 [2023-03-05T21:19:19.150Z] setToolWin: 16:19:19 [2023-03-05T21:19:19.150Z] 16:19:19 [2023-03-05T21:19:19.150Z] setToolUnix: 16:19:19 [2023-03-05T21:19:19.150Z] 16:19:19 [2023-03-05T21:19:19.150Z] setToolProperty: 16:19:19 [2023-03-05T21:19:19.150Z] 16:19:19 [2023-03-05T21:19:19.150Z] setS1ASclassPath: 16:19:19 [2023-03-05T21:19:19.150Z] 16:19:19 [2023-03-05T21:19:19.150Z] init-common: 16:19:19 [2023-03-05T21:19:19.150Z] 16:19:19 [2023-03-05T21:19:19.150Z] create-jdbc-resource-common: 16:19:19 [2023-03-05T21:19:19.151Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-shareable-pool --target server jdbc/shareable 16:19:19 [2023-03-05T21:19:19.419Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-shareable-pool --enabled=true --target server jdbc/shareable 16:19:19 [2023-03-05T21:19:19.419Z] [exec] JDBC resource jdbc/shareable created successfully. 16:19:19 [2023-03-05T21:19:19.419Z] [echo] cmd executed for server 16:19:19 [2023-03-05T21:19:19.419Z] 16:19:19 [2023-03-05T21:19:19.419Z] setOSConditions: 16:19:19 [2023-03-05T21:19:19.419Z] 16:19:19 [2023-03-05T21:19:19.419Z] setToolWin: 16:19:19 [2023-03-05T21:19:19.419Z] 16:19:19 [2023-03-05T21:19:19.419Z] setToolUnix: 16:19:19 [2023-03-05T21:19:19.419Z] 16:19:19 [2023-03-05T21:19:19.419Z] setToolProperty: 16:19:19 [2023-03-05T21:19:19.419Z] 16:19:19 [2023-03-05T21:19:19.419Z] setS1ASclassPath: 16:19:19 [2023-03-05T21:19:19.419Z] 16:19:19 [2023-03-05T21:19:19.419Z] init-common: 16:19:19 [2023-03-05T21:19:19.419Z] 16:19:19 [2023-03-05T21:19:19.419Z] deploy-jdbc-driver-common: 16:19:19 [2023-03-05T21:19:19.419Z] 16:19:19 [2023-03-05T21:19:19.419Z] setOSConditions: 16:19:19 [2023-03-05T21:19:19.419Z] 16:19:19 [2023-03-05T21:19:19.419Z] setToolWin: 16:19:19 [2023-03-05T21:19:19.419Z] 16:19:19 [2023-03-05T21:19:19.419Z] setToolUnix: 16:19:19 [2023-03-05T21:19:19.419Z] 16:19:19 [2023-03-05T21:19:19.419Z] setToolProperty: 16:19:19 [2023-03-05T21:19:19.419Z] 16:19:19 [2023-03-05T21:19:19.419Z] setS1ASclassPath: 16:19:19 [2023-03-05T21:19:19.419Z] 16:19:19 [2023-03-05T21:19:19.419Z] init-common: 16:19:19 [2023-03-05T21:19:19.419Z] 16:19:19 [2023-03-05T21:19:19.419Z] create-jdbc-driver-connpool-common: 16:19:19 [2023-03-05T21:19:19.676Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 16:19:19 [2023-03-05T21:19:19.676Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 16:19:19 [2023-03-05T21:19:19.676Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --restype java.sql.Driver --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --driverclassname org.apache.derby.jdbc.ClientDriver --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true --target server jdbc-local-pool 16:19:19 [2023-03-05T21:19:19.676Z] [exec] JDBC connection pool jdbc-local-pool created successfully. 16:19:19 [2023-03-05T21:19:19.676Z] 16:19:19 [2023-03-05T21:19:19.676Z] set-derby-driver-connpool-props: 16:19:19 [2023-03-05T21:19:19.676Z] 16:19:19 [2023-03-05T21:19:19.676Z] asadmin-common-ignore-fail: 16:19:19 [2023-03-05T21:19:19.676Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 16:19:19 [2023-03-05T21:19:19.933Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 16:19:19 [2023-03-05T21:19:19.933Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 16:19:19 [2023-03-05T21:19:19.933Z] 16:19:19 [2023-03-05T21:19:19.933Z] setOSConditions: 16:19:19 [2023-03-05T21:19:19.933Z] 16:19:19 [2023-03-05T21:19:19.933Z] setToolWin: 16:19:19 [2023-03-05T21:19:19.933Z] 16:19:19 [2023-03-05T21:19:19.933Z] setToolUnix: 16:19:19 [2023-03-05T21:19:19.933Z] 16:19:19 [2023-03-05T21:19:19.933Z] setToolProperty: 16:19:19 [2023-03-05T21:19:19.933Z] 16:19:19 [2023-03-05T21:19:19.933Z] setS1ASclassPath: 16:19:19 [2023-03-05T21:19:19.933Z] 16:19:19 [2023-03-05T21:19:19.933Z] init-common: 16:19:19 [2023-03-05T21:19:19.933Z] 16:19:19 [2023-03-05T21:19:19.933Z] create-jdbc-resource-common: 16:19:19 [2023-03-05T21:19:19.934Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-local-pool --target server jdbc/localdatasource 16:19:20 [2023-03-05T21:19:20.189Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-local-pool --enabled=true --target server jdbc/localdatasource 16:19:20 [2023-03-05T21:19:20.189Z] [exec] JDBC resource jdbc/localdatasource created successfully. 16:19:20 [2023-03-05T21:19:20.189Z] [echo] cmd executed for server 16:19:20 [2023-03-05T21:19:20.189Z] 16:19:20 [2023-03-05T21:19:20.190Z] asadmin-common: 16:19:20 [2023-03-05T21:19:20.190Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 16:19:20 [2023-03-05T21:19:20.446Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 16:19:20 [2023-03-05T21:19:20.446Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 16:19:20 [2023-03-05T21:19:20.446Z] 16:19:20 [2023-03-05T21:19:20.446Z] asadmin-common: 16:19:20 [2023-03-05T21:19:20.446Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-shareable-pool.steady_pool_size=5 16:19:20 [2023-03-05T21:19:20.702Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.steady_pool_size=5 16:19:20 [2023-03-05T21:19:20.702Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.steady-pool-size=5 16:19:20 [2023-03-05T21:19:20.702Z] 16:19:20 [2023-03-05T21:19:20.702Z] asadmin-common: 16:19:20 [2023-03-05T21:19:20.702Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-shareable-pool.max_pool_size=5 16:19:21 [2023-03-05T21:19:21.265Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.max_pool_size=5 16:19:21 [2023-03-05T21:19:21.265Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.max-pool-size=5 16:19:21 [2023-03-05T21:19:21.265Z] 16:19:21 [2023-03-05T21:19:21.265Z] asadmin-common: 16:19:21 [2023-03-05T21:19:21.265Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-shareable-pool.idle_timeout_in_seconds=3600 16:19:21 [2023-03-05T21:19:21.521Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-shareable-pool.idle_timeout_in_seconds=3600 16:19:21 [2023-03-05T21:19:21.521Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.idle-timeout-in-seconds=3600 16:19:21 [2023-03-05T21:19:21.521Z] 16:19:21 [2023-03-05T21:19:21.521Z] asadmin-common: 16:19:21 [2023-03-05T21:19:21.521Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.steady_pool_size=5 16:19:21 [2023-03-05T21:19:21.777Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.steady_pool_size=5 16:19:21 [2023-03-05T21:19:21.777Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.steady-pool-size=5 16:19:21 [2023-03-05T21:19:21.777Z] 16:19:21 [2023-03-05T21:19:21.777Z] asadmin-common: 16:19:21 [2023-03-05T21:19:21.777Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.max_pool_size=5 16:19:22 [2023-03-05T21:19:22.034Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.max_pool_size=5 16:19:22 [2023-03-05T21:19:22.034Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.max-pool-size=5 16:19:22 [2023-03-05T21:19:22.034Z] 16:19:22 [2023-03-05T21:19:22.034Z] asadmin-common: 16:19:22 [2023-03-05T21:19:22.034Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.idle_timeout_in_seconds=3600 16:19:22 [2023-03-05T21:19:22.290Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.idle_timeout_in_seconds=3600 16:19:22 [2023-03-05T21:19:22.290Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.idle-timeout-in-seconds=3600 16:19:22 [2023-03-05T21:19:22.290Z] 16:19:22 [2023-03-05T21:19:22.290Z] asadmin-common: 16:19:22 [2023-03-05T21:19:22.290Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.steady_pool_size=5 16:19:22 [2023-03-05T21:19:22.547Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.steady_pool_size=5 16:19:22 [2023-03-05T21:19:22.547Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.steady-pool-size=5 16:19:22 [2023-03-05T21:19:22.547Z] 16:19:22 [2023-03-05T21:19:22.547Z] asadmin-common: 16:19:22 [2023-03-05T21:19:22.547Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.max_pool_size=5 16:19:22 [2023-03-05T21:19:22.803Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.max_pool_size=5 16:19:22 [2023-03-05T21:19:22.803Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.max-pool-size=5 16:19:22 [2023-03-05T21:19:22.803Z] 16:19:22 [2023-03-05T21:19:22.803Z] asadmin-common: 16:19:22 [2023-03-05T21:19:22.803Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.idle_timeout_in_seconds=3600 16:19:23 [2023-03-05T21:19:23.366Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.idle_timeout_in_seconds=3600 16:19:23 [2023-03-05T21:19:23.366Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.idle-timeout-in-seconds=3600 16:19:23 [2023-03-05T21:19:23.366Z] 16:19:23 [2023-03-05T21:19:23.366Z] setOSConditions: 16:19:23 [2023-03-05T21:19:23.366Z] 16:19:23 [2023-03-05T21:19:23.366Z] setToolWin: 16:19:23 [2023-03-05T21:19:23.366Z] 16:19:23 [2023-03-05T21:19:23.366Z] setToolUnix: 16:19:23 [2023-03-05T21:19:23.366Z] 16:19:23 [2023-03-05T21:19:23.366Z] setToolProperty: 16:19:23 [2023-03-05T21:19:23.366Z] 16:19:23 [2023-03-05T21:19:23.366Z] setS1ASclassPath: 16:19:23 [2023-03-05T21:19:23.366Z] 16:19:23 [2023-03-05T21:19:23.366Z] init-common: 16:19:23 [2023-03-05T21:19:23.366Z] 16:19:23 [2023-03-05T21:19:23.366Z] deploy-common: 16:19:23 [2023-03-05T21:19:23.366Z] [echo] Current time (ISO): 2023-03-05T21:19:23.077+0000 16:19:23 [2023-03-05T21:19:23.366Z] 16:19:23 [2023-03-05T21:19:23.366Z] setOSConditions: 16:19:23 [2023-03-05T21:19:23.366Z] 16:19:23 [2023-03-05T21:19:23.366Z] setToolWin: 16:19:23 [2023-03-05T21:19:23.366Z] 16:19:23 [2023-03-05T21:19:23.366Z] setToolUnix: 16:19:23 [2023-03-05T21:19:23.366Z] 16:19:23 [2023-03-05T21:19:23.366Z] setToolProperty: 16:19:23 [2023-03-05T21:19:23.366Z] 16:19:23 [2023-03-05T21:19:23.366Z] setS1ASclassPath: 16:19:23 [2023-03-05T21:19:23.366Z] 16:19:23 [2023-03-05T21:19:23.366Z] init-common: 16:19:23 [2023-03-05T21:19:23.366Z] 16:19:23 [2023-03-05T21:19:23.366Z] deploy-common-pe: 16:19:23 [2023-03-05T21:19:23.622Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear 16:19:23 [2023-03-05T21:19:23.622Z] [exec] Application deployed with name jdbc-markconnectionasbad.xaApp. 16:19:23 [2023-03-05T21:19:23.622Z] [echo] Deployment on target server server successful 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] setOSConditions: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] setToolWin: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] setToolUnix: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] setToolProperty: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] setS1ASclassPath: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] init-common: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] deploy-common-ee: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] run: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] setOSConditions: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] setToolWin: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] setToolUnix: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] setToolProperty: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] setS1ASclassPath: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] init-common: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] execute-sql-common: 16:19:23 [2023-03-05T21:19:23.622Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/sql/create_pointbase.sql 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 0 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 0 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 0 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 0 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 1 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 1 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 1 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 1 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 1 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 1 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 1 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 1 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 1 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 1 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 1 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 1 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 1 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 1 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 1 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 1 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 0 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 0 rows affected 16:19:23 [2023-03-05T21:19:23.622Z] [sql] 22 of 22 SQL statements executed successfully 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] setOSConditions: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] setToolWin: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] setToolUnix: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] setToolProperty: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] setS1ASclassPath: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] init-common: 16:19:23 [2023-03-05T21:19:23.622Z] 16:19:23 [2023-03-05T21:19:23.622Z] runclient-common: 16:19:23 [2023-03-05T21:19:23.622Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaAppClient.jar -name jdbc-markconnectionasbad.xaClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 16:19:24 [2023-03-05T21:19:24.184Z] [exec] Mar 05, 2023 9:19:24 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:19:24 [2023-03-05T21:19:24.184Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:19:26 [2023-03-05T21:19:26.710Z] [exec] Mar 05, 2023 9:19:26 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:19:26 [2023-03-05T21:19:26.710Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6d0e45a5 16:19:26 [2023-03-05T21:19:26.710Z] [exec] localds = [400723727] 16:19:26 [2023-03-05T21:19:26.710Z] [exec] localdsAfter = [144144932] 16:19:26 [2023-03-05T21:19:26.710Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad destroyedCount localds: 16:19:26 [2023-03-05T21:19:26.710Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:19:26 [2023-03-05T21:19:26.710Z] [exec] 16:19:26 [2023-03-05T21:19:26.710Z] [exec] 16:19:26 [2023-03-05T21:19:26.710Z] [exec] ----------------------------------------- 16:19:26 [2023-03-05T21:19:26.710Z] [exec] - DMMCF Mark-Connection-As-Bad destroyedCount localds: : PASS - 16:19:26 [2023-03-05T21:19:26.710Z] [exec] ----------------------------------------- 16:19:26 [2023-03-05T21:19:26.710Z] [exec] Total PASS: 1 16:19:26 [2023-03-05T21:19:26.710Z] [exec] Total FAIL: 0 16:19:26 [2023-03-05T21:19:26.710Z] [exec] Total DID NOT RUN: 0 16:19:26 [2023-03-05T21:19:26.710Z] [exec] ----------------------------------------- 16:19:26 [2023-03-05T21:19:26.710Z] [exec] in flushAll , creating new testSuiteHash 16:19:26 [2023-03-05T21:19:26.710Z] [exec] in flushAll , creating new testSuiteHash 16:19:26 [2023-03-05T21:19:26.965Z] 16:19:26 [2023-03-05T21:19:26.965Z] checkReporting-common: 16:19:26 [2023-03-05T21:19:26.965Z] 16:19:26 [2023-03-05T21:19:26.965Z] confirmReportPresent-common: 16:19:26 [2023-03-05T21:19:26.965Z] [echo] file RepRunConf.txt is present. 16:19:26 [2023-03-05T21:19:26.965Z] [echo] Test seems to be reported fine 16:19:26 [2023-03-05T21:19:26.966Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/RepRunConf.txt 16:19:26 [2023-03-05T21:19:26.966Z] 16:19:26 [2023-03-05T21:19:26.966Z] confirmMissingReport-common: 16:19:26 [2023-03-05T21:19:26.966Z] 16:19:26 [2023-03-05T21:19:26.966Z] asadmin-common: 16:19:26 [2023-03-05T21:19:26.966Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 16:19:27 [2023-03-05T21:19:27.221Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 16:19:27 [2023-03-05T21:19:27.221Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 16:19:27 [2023-03-05T21:19:27.221Z] 16:19:27 [2023-03-05T21:19:27.221Z] asadmin-common: 16:19:27 [2023-03-05T21:19:27.221Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 16:19:27 [2023-03-05T21:19:27.477Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 16:19:27 [2023-03-05T21:19:27.733Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 16:19:27 [2023-03-05T21:19:27.733Z] 16:19:27 [2023-03-05T21:19:27.733Z] setOSConditions: 16:19:27 [2023-03-05T21:19:27.733Z] 16:19:27 [2023-03-05T21:19:27.733Z] setToolWin: 16:19:27 [2023-03-05T21:19:27.733Z] 16:19:27 [2023-03-05T21:19:27.733Z] setToolUnix: 16:19:27 [2023-03-05T21:19:27.733Z] 16:19:27 [2023-03-05T21:19:27.733Z] setToolProperty: 16:19:27 [2023-03-05T21:19:27.733Z] 16:19:27 [2023-03-05T21:19:27.733Z] setS1ASclassPath: 16:19:27 [2023-03-05T21:19:27.733Z] 16:19:27 [2023-03-05T21:19:27.733Z] init-common: 16:19:27 [2023-03-05T21:19:27.733Z] 16:19:27 [2023-03-05T21:19:27.733Z] runclient-common: 16:19:27 [2023-03-05T21:19:27.733Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaAppClient.jar -name jdbc-markconnectionasbad.xaClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 16:19:28 [2023-03-05T21:19:28.321Z] [exec] Mar 05, 2023 9:19:28 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:19:28 [2023-03-05T21:19:28.321Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:19:30 [2023-03-05T21:19:30.243Z] [exec] Mar 05, 2023 9:19:30 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:19:30 [2023-03-05T21:19:30.243Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5a9840f3 16:19:30 [2023-03-05T21:19:30.519Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - NoTx - UnShareable - ReadOnly] : 16:19:30 [2023-03-05T21:19:30.519Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - NoTx - UnShareable - Write] : 16:19:30 [2023-03-05T21:19:30.519Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - NoTx - Shareable - ReadOnly] : 16:19:30 [2023-03-05T21:19:30.519Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - NoTx - Shareable - Write] : 16:19:30 [2023-03-05T21:19:30.775Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - Tx - UnShareable - ReadOnly] : 16:19:30 [2023-03-05T21:19:30.775Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - Tx - UnShareable - Write] : 16:19:30 [2023-03-05T21:19:30.775Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - Tx - Shareable - ReadOnly] : 16:19:30 [2023-03-05T21:19:30.775Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - Tx - Shareable - Write] : 16:19:30 [2023-03-05T21:19:30.775Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Write] : 16:19:31 [2023-03-05T21:19:31.032Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Write] : 16:19:31 [2023-03-05T21:19:31.032Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Read] : 16:19:31 [2023-03-05T21:19:31.032Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Read] : 16:19:31 [2023-03-05T21:19:31.032Z] [exec] DMMCF Mark-Connection-As-Bad 16:19:31 [2023-03-05T21:19:31.032Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:19:31 [2023-03-05T21:19:31.032Z] [exec] 16:19:31 [2023-03-05T21:19:31.032Z] [exec] 16:19:31 [2023-03-05T21:19:31.032Z] [exec] ----------------------------------------- 16:19:31 [2023-03-05T21:19:31.032Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - Tx - Shareable - ReadOnly] : : PASS - 16:19:31 [2023-03-05T21:19:31.032Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - NoTx - UnShareable - ReadOnly] : : PASS - 16:19:31 [2023-03-05T21:19:31.032Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - NoTx - UnShareable - Write] : : PASS - 16:19:31 [2023-03-05T21:19:31.032Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - NoTx - Shareable - ReadOnly] : : PASS - 16:19:31 [2023-03-05T21:19:31.032Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - Tx - UnShareable - ReadOnly] : : PASS - 16:19:31 [2023-03-05T21:19:31.032Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - Tx - Shareable - Write] : : PASS - 16:19:31 [2023-03-05T21:19:31.032Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - NoTx - Shareable - Write] : : PASS - 16:19:31 [2023-03-05T21:19:31.032Z] [exec] - DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Write] : : PASS - 16:19:31 [2023-03-05T21:19:31.032Z] [exec] - DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Read] : : PASS - 16:19:31 [2023-03-05T21:19:31.032Z] [exec] - DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Read] : : PASS - 16:19:31 [2023-03-05T21:19:31.032Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - Tx - UnShareable - Write] : : PASS - 16:19:31 [2023-03-05T21:19:31.032Z] [exec] - DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Write] : : PASS - 16:19:31 [2023-03-05T21:19:31.032Z] [exec] ----------------------------------------- 16:19:31 [2023-03-05T21:19:31.032Z] [exec] Total PASS: 12 16:19:31 [2023-03-05T21:19:31.032Z] [exec] Total FAIL: 0 16:19:31 [2023-03-05T21:19:31.032Z] [exec] Total DID NOT RUN: 0 16:19:31 [2023-03-05T21:19:31.032Z] [exec] ----------------------------------------- 16:19:31 [2023-03-05T21:19:31.032Z] [exec] in flushAll , creating new testSuiteHash 16:19:31 [2023-03-05T21:19:31.032Z] [exec] in flushAll , creating new testSuiteHash 16:19:31 [2023-03-05T21:19:31.289Z] 16:19:31 [2023-03-05T21:19:31.289Z] checkReporting-common: 16:19:31 [2023-03-05T21:19:31.289Z] 16:19:31 [2023-03-05T21:19:31.289Z] confirmReportPresent-common: 16:19:31 [2023-03-05T21:19:31.289Z] [echo] file RepRunConf.txt is present. 16:19:31 [2023-03-05T21:19:31.289Z] [echo] Test seems to be reported fine 16:19:31 [2023-03-05T21:19:31.289Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/RepRunConf.txt 16:19:31 [2023-03-05T21:19:31.289Z] 16:19:31 [2023-03-05T21:19:31.289Z] confirmMissingReport-common: 16:19:31 [2023-03-05T21:19:31.289Z] 16:19:31 [2023-03-05T21:19:31.289Z] undeploy: 16:19:31 [2023-03-05T21:19:31.289Z] 16:19:31 [2023-03-05T21:19:31.289Z] setOSConditions: 16:19:31 [2023-03-05T21:19:31.289Z] 16:19:31 [2023-03-05T21:19:31.289Z] setToolWin: 16:19:31 [2023-03-05T21:19:31.289Z] 16:19:31 [2023-03-05T21:19:31.289Z] setToolUnix: 16:19:31 [2023-03-05T21:19:31.289Z] 16:19:31 [2023-03-05T21:19:31.289Z] setToolProperty: 16:19:31 [2023-03-05T21:19:31.289Z] 16:19:31 [2023-03-05T21:19:31.289Z] setS1ASclassPath: 16:19:31 [2023-03-05T21:19:31.289Z] 16:19:31 [2023-03-05T21:19:31.289Z] init-common: 16:19:31 [2023-03-05T21:19:31.289Z] 16:19:31 [2023-03-05T21:19:31.289Z] execute-sql-common: 16:19:31 [2023-03-05T21:19:31.289Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/sql/drop_pointbase.sql 16:19:31 [2023-03-05T21:19:31.289Z] [sql] 0 rows affected 16:19:31 [2023-03-05T21:19:31.289Z] [sql] 0 rows affected 16:19:31 [2023-03-05T21:19:31.289Z] [sql] 2 of 2 SQL statements executed successfully 16:19:31 [2023-03-05T21:19:31.289Z] 16:19:31 [2023-03-05T21:19:31.289Z] unsetup: 16:19:31 [2023-03-05T21:19:31.289Z] 16:19:31 [2023-03-05T21:19:31.289Z] asadmin-common: 16:19:31 [2023-03-05T21:19:31.289Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 16:19:31 [2023-03-05T21:19:31.545Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 16:19:31 [2023-03-05T21:19:31.819Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 16:19:31 [2023-03-05T21:19:31.819Z] 16:19:31 [2023-03-05T21:19:31.819Z] setOSConditions: 16:19:31 [2023-03-05T21:19:31.819Z] 16:19:31 [2023-03-05T21:19:31.819Z] setToolWin: 16:19:31 [2023-03-05T21:19:31.819Z] 16:19:31 [2023-03-05T21:19:31.819Z] setToolUnix: 16:19:31 [2023-03-05T21:19:31.819Z] 16:19:31 [2023-03-05T21:19:31.819Z] setToolProperty: 16:19:31 [2023-03-05T21:19:31.819Z] 16:19:31 [2023-03-05T21:19:31.819Z] setS1ASclassPath: 16:19:31 [2023-03-05T21:19:31.819Z] 16:19:31 [2023-03-05T21:19:31.819Z] init-common: 16:19:31 [2023-03-05T21:19:31.819Z] 16:19:31 [2023-03-05T21:19:31.819Z] delete-jdbc-resource-common: 16:19:31 [2023-03-05T21:19:31.819Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/unshareable 16:19:32 [2023-03-05T21:19:32.075Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/unshareable 16:19:32 [2023-03-05T21:19:32.075Z] [exec] JDBC resource jdbc/unshareable deleted successfully 16:19:32 [2023-03-05T21:19:32.075Z] [echo] cmd executed for server 16:19:32 [2023-03-05T21:19:32.075Z] 16:19:32 [2023-03-05T21:19:32.075Z] setOSConditions: 16:19:32 [2023-03-05T21:19:32.075Z] 16:19:32 [2023-03-05T21:19:32.075Z] setToolWin: 16:19:32 [2023-03-05T21:19:32.075Z] 16:19:32 [2023-03-05T21:19:32.075Z] setToolUnix: 16:19:32 [2023-03-05T21:19:32.075Z] 16:19:32 [2023-03-05T21:19:32.075Z] setToolProperty: 16:19:32 [2023-03-05T21:19:32.075Z] 16:19:32 [2023-03-05T21:19:32.075Z] setS1ASclassPath: 16:19:32 [2023-03-05T21:19:32.075Z] 16:19:32 [2023-03-05T21:19:32.075Z] init-common: 16:19:32 [2023-03-05T21:19:32.075Z] 16:19:32 [2023-03-05T21:19:32.075Z] delete-jdbc-connpool-common: 16:19:32 [2023-03-05T21:19:32.075Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-unshareable-pool 16:19:32 [2023-03-05T21:19:32.331Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-unshareable-pool 16:19:32 [2023-03-05T21:19:32.331Z] [exec] JDBC Connection pool jdbc-unshareable-pool deleted successfully 16:19:32 [2023-03-05T21:19:32.331Z] [echo] cmd executed for server 16:19:32 [2023-03-05T21:19:32.331Z] 16:19:32 [2023-03-05T21:19:32.331Z] setOSConditions: 16:19:32 [2023-03-05T21:19:32.331Z] 16:19:32 [2023-03-05T21:19:32.331Z] setToolWin: 16:19:32 [2023-03-05T21:19:32.331Z] 16:19:32 [2023-03-05T21:19:32.331Z] setToolUnix: 16:19:32 [2023-03-05T21:19:32.331Z] 16:19:32 [2023-03-05T21:19:32.331Z] setToolProperty: 16:19:32 [2023-03-05T21:19:32.331Z] 16:19:32 [2023-03-05T21:19:32.331Z] setS1ASclassPath: 16:19:32 [2023-03-05T21:19:32.331Z] 16:19:32 [2023-03-05T21:19:32.331Z] init-common: 16:19:32 [2023-03-05T21:19:32.331Z] 16:19:32 [2023-03-05T21:19:32.331Z] delete-jdbc-resource-common: 16:19:32 [2023-03-05T21:19:32.331Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/shareable 16:19:32 [2023-03-05T21:19:32.587Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/shareable 16:19:32 [2023-03-05T21:19:32.587Z] [exec] JDBC resource jdbc/shareable deleted successfully 16:19:32 [2023-03-05T21:19:32.843Z] [echo] cmd executed for server 16:19:32 [2023-03-05T21:19:32.843Z] 16:19:32 [2023-03-05T21:19:32.843Z] setOSConditions: 16:19:32 [2023-03-05T21:19:32.843Z] 16:19:32 [2023-03-05T21:19:32.843Z] setToolWin: 16:19:32 [2023-03-05T21:19:32.843Z] 16:19:32 [2023-03-05T21:19:32.843Z] setToolUnix: 16:19:32 [2023-03-05T21:19:32.843Z] 16:19:32 [2023-03-05T21:19:32.843Z] setToolProperty: 16:19:32 [2023-03-05T21:19:32.843Z] 16:19:32 [2023-03-05T21:19:32.843Z] setS1ASclassPath: 16:19:32 [2023-03-05T21:19:32.843Z] 16:19:32 [2023-03-05T21:19:32.843Z] init-common: 16:19:32 [2023-03-05T21:19:32.843Z] 16:19:32 [2023-03-05T21:19:32.843Z] delete-jdbc-connpool-common: 16:19:32 [2023-03-05T21:19:32.843Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-shareable-pool 16:19:33 [2023-03-05T21:19:33.120Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-shareable-pool 16:19:33 [2023-03-05T21:19:33.120Z] [exec] JDBC Connection pool jdbc-shareable-pool deleted successfully 16:19:33 [2023-03-05T21:19:33.120Z] [echo] cmd executed for server 16:19:33 [2023-03-05T21:19:33.120Z] 16:19:33 [2023-03-05T21:19:33.120Z] setOSConditions: 16:19:33 [2023-03-05T21:19:33.120Z] 16:19:33 [2023-03-05T21:19:33.120Z] setToolWin: 16:19:33 [2023-03-05T21:19:33.120Z] 16:19:33 [2023-03-05T21:19:33.120Z] setToolUnix: 16:19:33 [2023-03-05T21:19:33.120Z] 16:19:33 [2023-03-05T21:19:33.120Z] setToolProperty: 16:19:33 [2023-03-05T21:19:33.120Z] 16:19:33 [2023-03-05T21:19:33.120Z] setS1ASclassPath: 16:19:33 [2023-03-05T21:19:33.120Z] 16:19:33 [2023-03-05T21:19:33.120Z] init-common: 16:19:33 [2023-03-05T21:19:33.120Z] 16:19:33 [2023-03-05T21:19:33.120Z] delete-jdbc-resource-common: 16:19:33 [2023-03-05T21:19:33.120Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/localdatasource 16:19:33 [2023-03-05T21:19:33.376Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/localdatasource 16:19:33 [2023-03-05T21:19:33.376Z] [exec] JDBC resource jdbc/localdatasource deleted successfully 16:19:33 [2023-03-05T21:19:33.376Z] [echo] cmd executed for server 16:19:33 [2023-03-05T21:19:33.376Z] 16:19:33 [2023-03-05T21:19:33.376Z] setOSConditions: 16:19:33 [2023-03-05T21:19:33.376Z] 16:19:33 [2023-03-05T21:19:33.376Z] setToolWin: 16:19:33 [2023-03-05T21:19:33.376Z] 16:19:33 [2023-03-05T21:19:33.376Z] setToolUnix: 16:19:33 [2023-03-05T21:19:33.376Z] 16:19:33 [2023-03-05T21:19:33.376Z] setToolProperty: 16:19:33 [2023-03-05T21:19:33.376Z] 16:19:33 [2023-03-05T21:19:33.376Z] setS1ASclassPath: 16:19:33 [2023-03-05T21:19:33.376Z] 16:19:33 [2023-03-05T21:19:33.376Z] init-common: 16:19:33 [2023-03-05T21:19:33.376Z] 16:19:33 [2023-03-05T21:19:33.376Z] delete-jdbc-connpool-common: 16:19:33 [2023-03-05T21:19:33.376Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-local-pool 16:19:33 [2023-03-05T21:19:33.633Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-local-pool 16:19:33 [2023-03-05T21:19:33.633Z] [exec] JDBC Connection pool jdbc-local-pool deleted successfully 16:19:33 [2023-03-05T21:19:33.633Z] [echo] cmd executed for server 16:19:33 [2023-03-05T21:19:33.633Z] 16:19:33 [2023-03-05T21:19:33.633Z] setOSConditions: 16:19:33 [2023-03-05T21:19:33.633Z] 16:19:33 [2023-03-05T21:19:33.633Z] setToolWin: 16:19:33 [2023-03-05T21:19:33.633Z] 16:19:33 [2023-03-05T21:19:33.633Z] setToolUnix: 16:19:33 [2023-03-05T21:19:33.633Z] 16:19:33 [2023-03-05T21:19:33.633Z] setToolProperty: 16:19:33 [2023-03-05T21:19:33.633Z] 16:19:33 [2023-03-05T21:19:33.633Z] setS1ASclassPath: 16:19:33 [2023-03-05T21:19:33.633Z] 16:19:33 [2023-03-05T21:19:33.633Z] init-common: 16:19:33 [2023-03-05T21:19:33.633Z] 16:19:33 [2023-03-05T21:19:33.633Z] undeploy-common: 16:19:33 [2023-03-05T21:19:33.890Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-markconnectionasbad.xaApp 16:19:33 [2023-03-05T21:19:33.890Z] 16:19:33 [2023-03-05T21:19:33.890Z] all: 16:19:33 [2023-03-05T21:19:33.890Z] 16:19:33 [2023-03-05T21:19:33.890Z] setOSConditions: 16:19:33 [2023-03-05T21:19:33.890Z] 16:19:33 [2023-03-05T21:19:33.890Z] setToolWin: 16:19:33 [2023-03-05T21:19:33.890Z] 16:19:33 [2023-03-05T21:19:33.890Z] setToolUnix: 16:19:33 [2023-03-05T21:19:33.890Z] 16:19:33 [2023-03-05T21:19:33.891Z] setToolProperty: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setS1ASclassPath: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] init-common: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] clean: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setOSConditions: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setToolWin: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setToolUnix: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setToolProperty: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setS1ASclassPath: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] init-common: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] clean-common: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setOSConditions: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setToolWin: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setToolUnix: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setToolProperty: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setS1ASclassPath: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] init-common: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] clean-classes-common: 16:19:33 [2023-03-05T21:19:33.891Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setOSConditions: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setToolWin: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setToolUnix: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setToolProperty: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setS1ASclassPath: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] init-common: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] clean-jars-common: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] compile: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setOSConditions: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setToolWin: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setToolUnix: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setToolProperty: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setS1ASclassPath: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] init-common: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] compile-common: 16:19:33 [2023-03-05T21:19:33.891Z] [echo] Current time (ISO): 2023-03-05T21:19:33.851+0000 16:19:33 [2023-03-05T21:19:33.891Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setOSConditions: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setToolWin: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setToolUnix: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setToolProperty: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] setS1ASclassPath: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] init-common: 16:19:33 [2023-03-05T21:19:33.891Z] 16:19:33 [2023-03-05T21:19:33.891Z] compile-common: 16:19:33 [2023-03-05T21:19:33.891Z] [echo] Current time (ISO): 2023-03-05T21:19:33.859+0000 16:19:33 [2023-03-05T21:19:33.891Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:19:35 [2023-03-05T21:19:35.258Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:19:35 [2023-03-05T21:19:35.258Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/client/Client.java uses unchecked or unsafe operations. 16:19:35 [2023-03-05T21:19:35.258Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:19:35 [2023-03-05T21:19:35.258Z] [javac] 1 warning 16:19:35 [2023-03-05T21:19:35.258Z] 16:19:35 [2023-03-05T21:19:35.258Z] build: 16:19:35 [2023-03-05T21:19:35.258Z] 16:19:35 [2023-03-05T21:19:35.258Z] setOSConditions: 16:19:35 [2023-03-05T21:19:35.258Z] 16:19:35 [2023-03-05T21:19:35.258Z] fixFiles: 16:19:35 [2023-03-05T21:19:35.258Z] 16:19:35 [2023-03-05T21:19:35.258Z] convUnix: 16:19:35 [2023-03-05T21:19:35.258Z] 16:19:35 [2023-03-05T21:19:35.258Z] convWin: 16:19:35 [2023-03-05T21:19:35.258Z] 16:19:35 [2023-03-05T21:19:35.258Z] setToolWin: 16:19:35 [2023-03-05T21:19:35.258Z] 16:19:35 [2023-03-05T21:19:35.258Z] setToolUnix: 16:19:35 [2023-03-05T21:19:35.258Z] 16:19:35 [2023-03-05T21:19:35.258Z] setToolProperty: 16:19:35 [2023-03-05T21:19:35.258Z] 16:19:35 [2023-03-05T21:19:35.258Z] setS1ASclassPath: 16:19:35 [2023-03-05T21:19:35.258Z] 16:19:35 [2023-03-05T21:19:35.258Z] init-common: 16:19:35 [2023-03-05T21:19:35.258Z] 16:19:35 [2023-03-05T21:19:35.258Z] package-persistence-common: 16:19:35 [2023-03-05T21:19:35.258Z] 16:19:35 [2023-03-05T21:19:35.258Z] ejb-jar-common: 16:19:35 [2023-03-05T21:19:35.258Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:19:35 [2023-03-05T21:19:35.258Z] 16:19:35 [2023-03-05T21:19:35.258Z] package-ejbjar-common: 16:19:35 [2023-03-05T21:19:35.258Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:35 [2023-03-05T21:19:35.258Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-ejb.jar 16:19:35 [2023-03-05T21:19:35.258Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] appclient-jar-common: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] package-appclientjar-common: 16:19:35 [2023-03-05T21:19:35.259Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:35 [2023-03-05T21:19:35.259Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:35 [2023-03-05T21:19:35.259Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:35 [2023-03-05T21:19:35.259Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-client.jar 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] webclient-war-common: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] build-ear-common: 16:19:35 [2023-03-05T21:19:35.259Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] deploy: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setOSConditions: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setToolWin: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setToolUnix: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setToolProperty: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setS1ASclassPath: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] init-common: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] execute-sql-common: 16:19:35 [2023-03-05T21:19:35.259Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/sql/create_pointbase.sql 16:19:35 [2023-03-05T21:19:35.259Z] [sql] Failed to execute: Drop table O_Customer 16:19:35 [2023-03-05T21:19:35.259Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 0 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 0 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 0 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 1 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 1 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 1 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 1 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 1 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 1 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 1 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 1 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 1 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 1 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 1 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 1 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 1 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 1 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 1 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 1 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] Failed to execute: drop table owner 16:19:35 [2023-03-05T21:19:35.259Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER' because it does not exist. 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 0 rows affected 16:19:35 [2023-03-05T21:19:35.259Z] [sql] 20 of 22 SQL statements executed successfully 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setOSConditions: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setToolWin: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setToolUnix: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setToolProperty: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setS1ASclassPath: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] init-common: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setup: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setOSConditions: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setToolWin: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setToolUnix: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setToolProperty: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setS1ASclassPath: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] init-common: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] deploy-jdbc-driver-common: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setOSConditions: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setToolWin: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setToolUnix: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setToolProperty: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] setS1ASclassPath: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] init-common: 16:19:35 [2023-03-05T21:19:35.259Z] 16:19:35 [2023-03-05T21:19:35.259Z] create-jdbc-driver-connpool-common: 16:19:35 [2023-03-05T21:19:35.515Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 16:19:35 [2023-03-05T21:19:35.515Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 16:19:35 [2023-03-05T21:19:35.516Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --restype java.sql.Driver --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --driverclassname org.apache.derby.jdbc.ClientDriver --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true --target server jdbc-local-pool 16:19:35 [2023-03-05T21:19:35.516Z] [exec] JDBC connection pool jdbc-local-pool created successfully. 16:19:35 [2023-03-05T21:19:35.516Z] 16:19:35 [2023-03-05T21:19:35.516Z] set-derby-driver-connpool-props: 16:19:35 [2023-03-05T21:19:35.516Z] 16:19:35 [2023-03-05T21:19:35.516Z] asadmin-common-ignore-fail: 16:19:35 [2023-03-05T21:19:35.516Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 16:19:35 [2023-03-05T21:19:35.772Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 16:19:36 [2023-03-05T21:19:36.027Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword 16:19:36 [2023-03-05T21:19:36.028Z] 16:19:36 [2023-03-05T21:19:36.028Z] setOSConditions: 16:19:36 [2023-03-05T21:19:36.028Z] 16:19:36 [2023-03-05T21:19:36.028Z] setToolWin: 16:19:36 [2023-03-05T21:19:36.028Z] 16:19:36 [2023-03-05T21:19:36.028Z] setToolUnix: 16:19:36 [2023-03-05T21:19:36.028Z] 16:19:36 [2023-03-05T21:19:36.028Z] setToolProperty: 16:19:36 [2023-03-05T21:19:36.028Z] 16:19:36 [2023-03-05T21:19:36.028Z] setS1ASclassPath: 16:19:36 [2023-03-05T21:19:36.028Z] 16:19:36 [2023-03-05T21:19:36.028Z] init-common: 16:19:36 [2023-03-05T21:19:36.028Z] 16:19:36 [2023-03-05T21:19:36.028Z] create-jdbc-resource-common: 16:19:36 [2023-03-05T21:19:36.028Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-local-pool --target server jdbc/localdatasource 16:19:36 [2023-03-05T21:19:36.284Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-local-pool --enabled=true --target server jdbc/localdatasource 16:19:36 [2023-03-05T21:19:36.284Z] [exec] JDBC resource jdbc/localdatasource created successfully. 16:19:36 [2023-03-05T21:19:36.284Z] [echo] cmd executed for server 16:19:36 [2023-03-05T21:19:36.284Z] 16:19:36 [2023-03-05T21:19:36.284Z] asadmin-common: 16:19:36 [2023-03-05T21:19:36.284Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.steady_pool_size=5 16:19:36 [2023-03-05T21:19:36.541Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.steady_pool_size=5 16:19:36 [2023-03-05T21:19:36.541Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.steady-pool-size=5 16:19:36 [2023-03-05T21:19:36.541Z] 16:19:36 [2023-03-05T21:19:36.541Z] asadmin-common: 16:19:36 [2023-03-05T21:19:36.541Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.max_pool_size=5 16:19:36 [2023-03-05T21:19:36.797Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.max_pool_size=5 16:19:36 [2023-03-05T21:19:36.797Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.max-pool-size=5 16:19:36 [2023-03-05T21:19:36.797Z] 16:19:36 [2023-03-05T21:19:36.797Z] asadmin-common: 16:19:36 [2023-03-05T21:19:36.797Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-local-pool.idle_timeout_in_seconds=3600 16:19:37 [2023-03-05T21:19:37.052Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-local-pool.idle_timeout_in_seconds=3600 16:19:37 [2023-03-05T21:19:37.052Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.idle-timeout-in-seconds=3600 16:19:37 [2023-03-05T21:19:37.052Z] 16:19:37 [2023-03-05T21:19:37.053Z] setOSConditions: 16:19:37 [2023-03-05T21:19:37.053Z] 16:19:37 [2023-03-05T21:19:37.053Z] setToolWin: 16:19:37 [2023-03-05T21:19:37.053Z] 16:19:37 [2023-03-05T21:19:37.053Z] setToolUnix: 16:19:37 [2023-03-05T21:19:37.053Z] 16:19:37 [2023-03-05T21:19:37.053Z] setToolProperty: 16:19:37 [2023-03-05T21:19:37.053Z] 16:19:37 [2023-03-05T21:19:37.053Z] setS1ASclassPath: 16:19:37 [2023-03-05T21:19:37.053Z] 16:19:37 [2023-03-05T21:19:37.053Z] init-common: 16:19:37 [2023-03-05T21:19:37.053Z] 16:19:37 [2023-03-05T21:19:37.053Z] deploy-common: 16:19:37 [2023-03-05T21:19:37.053Z] [echo] Current time (ISO): 2023-03-05T21:19:36.996+0000 16:19:37 [2023-03-05T21:19:37.053Z] 16:19:37 [2023-03-05T21:19:37.053Z] setOSConditions: 16:19:37 [2023-03-05T21:19:37.053Z] 16:19:37 [2023-03-05T21:19:37.053Z] setToolWin: 16:19:37 [2023-03-05T21:19:37.053Z] 16:19:37 [2023-03-05T21:19:37.053Z] setToolUnix: 16:19:37 [2023-03-05T21:19:37.053Z] 16:19:37 [2023-03-05T21:19:37.053Z] setToolProperty: 16:19:37 [2023-03-05T21:19:37.053Z] 16:19:37 [2023-03-05T21:19:37.053Z] setS1ASclassPath: 16:19:37 [2023-03-05T21:19:37.053Z] 16:19:37 [2023-03-05T21:19:37.053Z] init-common: 16:19:37 [2023-03-05T21:19:37.053Z] 16:19:37 [2023-03-05T21:19:37.053Z] deploy-common-pe: 16:19:37 [2023-03-05T21:19:37.308Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear 16:19:37 [2023-03-05T21:19:37.571Z] [exec] Application deployed with name jdbc-markconnectionasbad.xaApp. 16:19:37 [2023-03-05T21:19:37.571Z] [echo] Deployment on target server server successful 16:19:37 [2023-03-05T21:19:37.571Z] 16:19:37 [2023-03-05T21:19:37.571Z] setOSConditions: 16:19:37 [2023-03-05T21:19:37.571Z] 16:19:37 [2023-03-05T21:19:37.571Z] setToolWin: 16:19:37 [2023-03-05T21:19:37.571Z] 16:19:37 [2023-03-05T21:19:37.571Z] setToolUnix: 16:19:37 [2023-03-05T21:19:37.571Z] 16:19:37 [2023-03-05T21:19:37.571Z] setToolProperty: 16:19:37 [2023-03-05T21:19:37.571Z] 16:19:37 [2023-03-05T21:19:37.571Z] setS1ASclassPath: 16:19:37 [2023-03-05T21:19:37.571Z] 16:19:37 [2023-03-05T21:19:37.571Z] init-common: 16:19:37 [2023-03-05T21:19:37.571Z] 16:19:37 [2023-03-05T21:19:37.571Z] deploy-common-ee: 16:19:37 [2023-03-05T21:19:37.571Z] 16:19:37 [2023-03-05T21:19:37.571Z] run: 16:19:37 [2023-03-05T21:19:37.571Z] 16:19:37 [2023-03-05T21:19:37.571Z] setOSConditions: 16:19:37 [2023-03-05T21:19:37.571Z] 16:19:37 [2023-03-05T21:19:37.571Z] setToolWin: 16:19:37 [2023-03-05T21:19:37.571Z] 16:19:37 [2023-03-05T21:19:37.571Z] setToolUnix: 16:19:37 [2023-03-05T21:19:37.571Z] 16:19:37 [2023-03-05T21:19:37.571Z] setToolProperty: 16:19:37 [2023-03-05T21:19:37.571Z] 16:19:37 [2023-03-05T21:19:37.571Z] setS1ASclassPath: 16:19:37 [2023-03-05T21:19:37.571Z] 16:19:37 [2023-03-05T21:19:37.571Z] init-common: 16:19:37 [2023-03-05T21:19:37.571Z] 16:19:37 [2023-03-05T21:19:37.571Z] runclient-common: 16:19:37 [2023-03-05T21:19:37.571Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaAppClient.jar -name jdbc-markconnectionasbad.xaClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:19:38 [2023-03-05T21:19:38.133Z] [exec] Mar 05, 2023 9:19:37 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:19:38 [2023-03-05T21:19:38.133Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:19:40 [2023-03-05T21:19:40.670Z] [exec] Mar 05, 2023 9:19:40 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:19:40 [2023-03-05T21:19:40.670Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@36224f93 16:19:40 [2023-03-05T21:19:40.670Z] [exec] Mar 05, 2023 9:19:40 PM org.hibernate.validator.internal.util.Version <clinit> 16:19:40 [2023-03-05T21:19:40.670Z] [exec] INFO: HV000001: Hibernate Validator 8.0.0.Final 16:19:40 [2023-03-05T21:19:40.926Z] [exec] Mar 05, 2023 9:19:40 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool 16:19:40 [2023-03-05T21:19:40.926Z] [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@887343af[jndiName=jdbc-local-pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=off validation=off 16:19:40 [2023-03-05T21:19:40.926Z] [exec] localds = [1210663640] 16:19:40 [2023-03-05T21:19:40.926Z] [exec] Mar 05, 2023 9:19:40 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed 16:19:40 [2023-03-05T21:19:40.926Z] [exec] INFO: jdbc.markedForRemoval_conClosed 16:19:40 [2023-03-05T21:19:40.926Z] [exec] Mar 05, 2023 9:19:40 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed 16:19:40 [2023-03-05T21:19:40.926Z] [exec] INFO: jdbc.markedForRemoval_conClosed 16:19:40 [2023-03-05T21:19:40.926Z] [exec] Mar 05, 2023 9:19:40 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed 16:19:40 [2023-03-05T21:19:40.926Z] [exec] INFO: jdbc.markedForRemoval_conClosed 16:19:40 [2023-03-05T21:19:40.926Z] [exec] Mar 05, 2023 9:19:40 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed 16:19:40 [2023-03-05T21:19:40.926Z] [exec] INFO: jdbc.markedForRemoval_conClosed 16:19:40 [2023-03-05T21:19:40.926Z] [exec] Mar 05, 2023 9:19:40 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed 16:19:40 [2023-03-05T21:19:40.926Z] [exec] INFO: jdbc.markedForRemoval_conClosed 16:19:41 [2023-03-05T21:19:41.183Z] [exec] localdsAfter = [529351377] 16:19:41 [2023-03-05T21:19:41.183Z] [exec] Value of key is: Mark-Connection-As-Bad destroyedCount localds: 16:19:41 [2023-03-05T21:19:41.183Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:19:41 [2023-03-05T21:19:41.183Z] [exec] 16:19:41 [2023-03-05T21:19:41.183Z] [exec] 16:19:41 [2023-03-05T21:19:41.183Z] [exec] ----------------------------------------- 16:19:41 [2023-03-05T21:19:41.183Z] [exec] Mar 05, 2023 9:19:40 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl sendStopToResourceAdapter 16:19:41 [2023-03-05T21:19:41.183Z] [exec] INFO: RAR7094: __dm_jdbc_ra shutdown successful. 16:19:41 [2023-03-05T21:19:41.183Z] [exec] - Mark-Connection-As-Bad destroyedCount localds: : PASS - 16:19:41 [2023-03-05T21:19:41.183Z] [exec] ----------------------------------------- 16:19:41 [2023-03-05T21:19:41.183Z] [exec] Total PASS: 1 16:19:41 [2023-03-05T21:19:41.183Z] [exec] Total FAIL: 0 16:19:41 [2023-03-05T21:19:41.183Z] [exec] Total DID NOT RUN: 0 16:19:41 [2023-03-05T21:19:41.183Z] [exec] ----------------------------------------- 16:19:41 [2023-03-05T21:19:41.183Z] [exec] in flushAll , creating new testSuiteHash 16:19:41 [2023-03-05T21:19:41.183Z] [exec] in flushAll , creating new testSuiteHash 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] checkReporting-common: 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] confirmReportPresent-common: 16:19:41 [2023-03-05T21:19:41.439Z] [echo] file RepRunConf.txt is present. 16:19:41 [2023-03-05T21:19:41.439Z] [echo] Test seems to be reported fine 16:19:41 [2023-03-05T21:19:41.439Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/RepRunConf.txt 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] confirmMissingReport-common: 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] undeploy: 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] setOSConditions: 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] setToolWin: 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] setToolUnix: 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] setToolProperty: 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] setS1ASclassPath: 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] init-common: 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] execute-sql-common: 16:19:41 [2023-03-05T21:19:41.439Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/sql/drop_pointbase.sql 16:19:41 [2023-03-05T21:19:41.439Z] [sql] 0 rows affected 16:19:41 [2023-03-05T21:19:41.439Z] [sql] 0 rows affected 16:19:41 [2023-03-05T21:19:41.439Z] [sql] 2 of 2 SQL statements executed successfully 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] unsetup: 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] setOSConditions: 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] setToolWin: 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] setToolUnix: 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] setToolProperty: 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] setS1ASclassPath: 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] init-common: 16:19:41 [2023-03-05T21:19:41.439Z] 16:19:41 [2023-03-05T21:19:41.439Z] delete-jdbc-resource-common: 16:19:41 [2023-03-05T21:19:41.439Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/localdatasource 16:19:41 [2023-03-05T21:19:41.695Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/localdatasource 16:19:41 [2023-03-05T21:19:41.695Z] [exec] JDBC resource jdbc/localdatasource deleted successfully 16:19:41 [2023-03-05T21:19:41.695Z] [echo] cmd executed for server 16:19:41 [2023-03-05T21:19:41.695Z] 16:19:41 [2023-03-05T21:19:41.695Z] setOSConditions: 16:19:41 [2023-03-05T21:19:41.695Z] 16:19:41 [2023-03-05T21:19:41.695Z] setToolWin: 16:19:41 [2023-03-05T21:19:41.695Z] 16:19:41 [2023-03-05T21:19:41.695Z] setToolUnix: 16:19:41 [2023-03-05T21:19:41.695Z] 16:19:41 [2023-03-05T21:19:41.695Z] setToolProperty: 16:19:41 [2023-03-05T21:19:41.695Z] 16:19:41 [2023-03-05T21:19:41.695Z] setS1ASclassPath: 16:19:41 [2023-03-05T21:19:41.695Z] 16:19:41 [2023-03-05T21:19:41.695Z] init-common: 16:19:41 [2023-03-05T21:19:41.695Z] 16:19:41 [2023-03-05T21:19:41.695Z] delete-jdbc-connpool-common: 16:19:41 [2023-03-05T21:19:41.695Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-local-pool 16:19:41 [2023-03-05T21:19:41.952Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-local-pool 16:19:41 [2023-03-05T21:19:41.952Z] [exec] JDBC Connection pool jdbc-local-pool deleted successfully 16:19:41 [2023-03-05T21:19:41.952Z] [echo] cmd executed for server 16:19:41 [2023-03-05T21:19:41.952Z] 16:19:41 [2023-03-05T21:19:41.952Z] setOSConditions: 16:19:41 [2023-03-05T21:19:41.952Z] 16:19:41 [2023-03-05T21:19:41.952Z] setToolWin: 16:19:41 [2023-03-05T21:19:41.952Z] 16:19:41 [2023-03-05T21:19:41.952Z] setToolUnix: 16:19:41 [2023-03-05T21:19:41.952Z] 16:19:41 [2023-03-05T21:19:41.952Z] setToolProperty: 16:19:41 [2023-03-05T21:19:41.952Z] 16:19:41 [2023-03-05T21:19:41.952Z] setS1ASclassPath: 16:19:41 [2023-03-05T21:19:41.952Z] 16:19:41 [2023-03-05T21:19:41.952Z] init-common: 16:19:41 [2023-03-05T21:19:41.952Z] 16:19:41 [2023-03-05T21:19:41.952Z] undeploy-common: 16:19:42 [2023-03-05T21:19:42.219Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-markconnectionasbad.xaApp 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] all: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setOSConditions: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setToolWin: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setToolUnix: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setToolProperty: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setS1ASclassPath: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] init-common: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] clean: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setOSConditions: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setToolWin: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setToolUnix: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setToolProperty: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setS1ASclassPath: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] init-common: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] clean-common: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setOSConditions: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setToolWin: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setToolUnix: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setToolProperty: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setS1ASclassPath: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] init-common: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] clean-classes-common: 16:19:42 [2023-03-05T21:19:42.476Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setOSConditions: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setToolWin: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setToolUnix: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setToolProperty: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setS1ASclassPath: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] init-common: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] clean-jars-common: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] compile: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setOSConditions: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setToolWin: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setToolUnix: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setToolProperty: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] setS1ASclassPath: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] init-common: 16:19:42 [2023-03-05T21:19:42.476Z] 16:19:42 [2023-03-05T21:19:42.476Z] compile-common: 16:19:42 [2023-03-05T21:19:42.476Z] [echo] Current time (ISO): 2023-03-05T21:19:42.254+0000 16:19:42 [2023-03-05T21:19:42.476Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:19:42 [2023-03-05T21:19:42.476Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:19:43 [2023-03-05T21:19:43.858Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:19:43 [2023-03-05T21:19:43.858Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/ejb/SimpleBMPBean.java:44: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:19:43 [2023-03-05T21:19:43.858Z] [javac] return new Integer(1); 16:19:43 [2023-03-05T21:19:43.858Z] [javac] ^ 16:19:43 [2023-03-05T21:19:43.858Z] [javac] 2 warnings 16:19:43 [2023-03-05T21:19:43.858Z] 16:19:43 [2023-03-05T21:19:43.858Z] setOSConditions: 16:19:43 [2023-03-05T21:19:43.858Z] 16:19:43 [2023-03-05T21:19:43.858Z] setToolWin: 16:19:43 [2023-03-05T21:19:43.858Z] 16:19:43 [2023-03-05T21:19:43.858Z] setToolUnix: 16:19:43 [2023-03-05T21:19:43.858Z] 16:19:43 [2023-03-05T21:19:43.858Z] setToolProperty: 16:19:43 [2023-03-05T21:19:43.858Z] 16:19:43 [2023-03-05T21:19:43.858Z] setS1ASclassPath: 16:19:43 [2023-03-05T21:19:43.858Z] 16:19:43 [2023-03-05T21:19:43.858Z] init-common: 16:19:43 [2023-03-05T21:19:43.858Z] 16:19:43 [2023-03-05T21:19:43.858Z] compile-common: 16:19:43 [2023-03-05T21:19:43.858Z] [echo] Current time (ISO): 2023-03-05T21:19:43.592+0000 16:19:43 [2023-03-05T21:19:43.858Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:19:44 [2023-03-05T21:19:44.787Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:19:44 [2023-03-05T21:19:44.787Z] [javac] 1 warning 16:19:44 [2023-03-05T21:19:44.787Z] 16:19:44 [2023-03-05T21:19:44.787Z] setOSConditions: 16:19:44 [2023-03-05T21:19:44.787Z] 16:19:44 [2023-03-05T21:19:44.787Z] setToolWin: 16:19:44 [2023-03-05T21:19:44.787Z] 16:19:44 [2023-03-05T21:19:44.787Z] setToolUnix: 16:19:44 [2023-03-05T21:19:44.787Z] 16:19:44 [2023-03-05T21:19:44.787Z] setToolProperty: 16:19:44 [2023-03-05T21:19:44.787Z] 16:19:44 [2023-03-05T21:19:44.787Z] setS1ASclassPath: 16:19:44 [2023-03-05T21:19:44.787Z] 16:19:44 [2023-03-05T21:19:44.787Z] init-common: 16:19:44 [2023-03-05T21:19:44.787Z] 16:19:44 [2023-03-05T21:19:44.787Z] compile-common: 16:19:44 [2023-03-05T21:19:44.787Z] [echo] Current time (ISO): 2023-03-05T21:19:44.695+0000 16:19:44 [2023-03-05T21:19:44.787Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:19:45 [2023-03-05T21:19:45.920Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:19:46 [2023-03-05T21:19:46.177Z] [javac] 1 warning 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] build: 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] setOSConditions: 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] fixFiles: 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] convUnix: 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] convWin: 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] setToolWin: 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] setToolUnix: 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] setToolProperty: 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] setS1ASclassPath: 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] init-common: 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] package-persistence-common: 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] ejb-jar-common: 16:19:46 [2023-03-05T21:19:46.177Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] package-ejbjar-common: 16:19:46 [2023-03-05T21:19:46.177Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:46 [2023-03-05T21:19:46.177Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:46 [2023-03-05T21:19:46.177Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:46 [2023-03-05T21:19:46.177Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsql-ejb.jar 16:19:46 [2023-03-05T21:19:46.177Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] appclient-jar-common: 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] package-appclientjar-common: 16:19:46 [2023-03-05T21:19:46.177Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:46 [2023-03-05T21:19:46.177Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:46 [2023-03-05T21:19:46.177Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:46 [2023-03-05T21:19:46.177Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsql-client.jar 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] webclient-war-common: 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] build-ear-common: 16:19:46 [2023-03-05T21:19:46.177Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:19:46 [2023-03-05T21:19:46.177Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsqlApp.ear 16:19:46 [2023-03-05T21:19:46.177Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/logger/sql-trace-listener.jar 16:19:46 [2023-03-05T21:19:46.177Z] [copyfile] DEPRECATED - The copyfile task is deprecated. Use copy instead. 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] restart-server: 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] setOSConditions: 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] stop-server: 16:19:46 [2023-03-05T21:19:46.177Z] 16:19:46 [2023-03-05T21:19:46.177Z] stop-server-unix: 16:19:46 [2023-03-05T21:19:46.177Z] [echo] stopping server on unix ... 16:19:49 [2023-03-05T21:19:49.471Z] [exec] Waiting for the domain to stop ... 16:19:49 [2023-03-05T21:19:49.471Z] [exec] Waiting finished after 2,590 ms. 16:19:49 [2023-03-05T21:19:49.471Z] [exec] Command stop-domain executed successfully. 16:19:59 [2023-03-05T21:19:59.424Z] 16:19:59 [2023-03-05T21:19:59.424Z] stop-server-windows: 16:20:04 [2023-03-05T21:20:04.676Z] 16:20:04 [2023-03-05T21:20:04.676Z] setOSConditions: 16:20:04 [2023-03-05T21:20:04.676Z] 16:20:04 [2023-03-05T21:20:04.676Z] start-server: 16:20:04 [2023-03-05T21:20:04.676Z] [echo] +-----------------------------+ 16:20:04 [2023-03-05T21:20:04.676Z] [echo] | | 16:20:04 [2023-03-05T21:20:04.676Z] [echo] | S T A R T I N G GLASSFISH | 16:20:04 [2023-03-05T21:20:04.676Z] [echo] | in Felix mode | 16:20:04 [2023-03-05T21:20:04.676Z] [echo] | | 16:20:04 [2023-03-05T21:20:04.676Z] [echo] +-----------------------------+ 16:20:04 [2023-03-05T21:20:04.676Z] 16:20:04 [2023-03-05T21:20:04.676Z] start-server-unix: 16:20:08 [2023-03-05T21:20:08.920Z] [exec] Waiting for domain1 to start .... 16:20:08 [2023-03-05T21:20:08.920Z] [exec] Waiting finished after 3,668 ms. 16:20:08 [2023-03-05T21:20:08.920Z] [exec] Successfully started the domain : domain1 16:20:08 [2023-03-05T21:20:08.920Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:20:08 [2023-03-05T21:20:08.920Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:20:08 [2023-03-05T21:20:08.920Z] [exec] Admin Port: 4,848 16:20:08 [2023-03-05T21:20:08.920Z] [exec] Command start-domain executed successfully. 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] start-server-windows: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] deploy: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] setOSConditions: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] setToolWin: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] setToolUnix: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] setToolProperty: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] setS1ASclassPath: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] init-common: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] execute-sql-common: 16:20:18 [2023-03-05T21:20:18.878Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/sql/create_pointbase.sql 16:20:18 [2023-03-05T21:20:18.878Z] [sql] Failed to execute: Drop table customer_stmt_wrapper 16:20:18 [2023-03-05T21:20:18.878Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER' because it does not exist. 16:20:18 [2023-03-05T21:20:18.878Z] [sql] 0 rows affected 16:20:18 [2023-03-05T21:20:18.878Z] [sql] 1 rows affected 16:20:18 [2023-03-05T21:20:18.878Z] [sql] 1 rows affected 16:20:18 [2023-03-05T21:20:18.878Z] [sql] Failed to execute: Drop table sql_trace 16:20:18 [2023-03-05T21:20:18.878Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SQL_TRACE' because it does not exist. 16:20:18 [2023-03-05T21:20:18.878Z] [sql] 0 rows affected 16:20:18 [2023-03-05T21:20:18.878Z] [sql] Failed to execute: Drop table null_entry_table 16:20:18 [2023-03-05T21:20:18.878Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NULL_ENTRY_TABLE' because it does not exist. 16:20:18 [2023-03-05T21:20:18.878Z] [sql] 0 rows affected 16:20:18 [2023-03-05T21:20:18.878Z] [sql] Failed to execute: Drop table expected_sql_trace 16:20:18 [2023-03-05T21:20:18.878Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EXPECTED_SQL_TRACE' because it does not exist. 16:20:18 [2023-03-05T21:20:18.878Z] [sql] 0 rows affected 16:20:18 [2023-03-05T21:20:18.878Z] [sql] 1 rows affected 16:20:18 [2023-03-05T21:20:18.878Z] [sql] 1 rows affected 16:20:18 [2023-03-05T21:20:18.878Z] [sql] 1 rows affected 16:20:18 [2023-03-05T21:20:18.878Z] [sql] 1 rows affected 16:20:18 [2023-03-05T21:20:18.878Z] [sql] 1 rows affected 16:20:18 [2023-03-05T21:20:18.878Z] [sql] 1 rows affected 16:20:18 [2023-03-05T21:20:18.878Z] [sql] 12 of 16 SQL statements executed successfully 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] setOSConditions: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] setToolWin: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] setToolUnix: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] setToolProperty: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] setS1ASclassPath: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] init-common: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] deploy-jdbc-common: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] setOSConditions: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] setToolWin: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] setToolUnix: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] setToolProperty: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] setS1ASclassPath: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] init-common: 16:20:18 [2023-03-05T21:20:18.878Z] 16:20:18 [2023-03-05T21:20:18.878Z] create-jdbc-connpool-common: 16:20:19 [2023-03-05T21:20:19.134Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:20:20 [2023-03-05T21:20:20.063Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:20:20 [2023-03-05T21:20:20.063Z] 16:20:20 [2023-03-05T21:20:20.063Z] set-derby-connpool-props: 16:20:20 [2023-03-05T21:20:20.626Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:20:20 [2023-03-05T21:20:20.626Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:20:20 [2023-03-05T21:20:20.882Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:20:20 [2023-03-05T21:20:20.882Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:20:21 [2023-03-05T21:20:21.140Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:20:21 [2023-03-05T21:20:21.140Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:20:21 [2023-03-05T21:20:21.397Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:20:21 [2023-03-05T21:20:21.397Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:20:21 [2023-03-05T21:20:21.653Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:20:21 [2023-03-05T21:20:21.910Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:20:22 [2023-03-05T21:20:22.166Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:20:22 [2023-03-05T21:20:22.166Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:20:22 [2023-03-05T21:20:22.422Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:20:22 [2023-03-05T21:20:22.422Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:20:22 [2023-03-05T21:20:22.678Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:20:22 [2023-03-05T21:20:22.678Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:20:22 [2023-03-05T21:20:22.935Z] 16:20:22 [2023-03-05T21:20:22.935Z] setOSConditions: 16:20:22 [2023-03-05T21:20:22.935Z] 16:20:22 [2023-03-05T21:20:22.935Z] setToolWin: 16:20:22 [2023-03-05T21:20:22.935Z] 16:20:22 [2023-03-05T21:20:22.935Z] setToolUnix: 16:20:22 [2023-03-05T21:20:22.935Z] 16:20:22 [2023-03-05T21:20:22.935Z] setToolProperty: 16:20:22 [2023-03-05T21:20:22.935Z] 16:20:22 [2023-03-05T21:20:22.935Z] setS1ASclassPath: 16:20:22 [2023-03-05T21:20:22.935Z] 16:20:22 [2023-03-05T21:20:22.935Z] init-common: 16:20:22 [2023-03-05T21:20:22.935Z] 16:20:22 [2023-03-05T21:20:22.935Z] create-jdbc-resource-common: 16:20:22 [2023-03-05T21:20:22.935Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 16:20:23 [2023-03-05T21:20:23.191Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 16:20:23 [2023-03-05T21:20:23.191Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 16:20:23 [2023-03-05T21:20:23.191Z] [echo] cmd executed for server 16:20:23 [2023-03-05T21:20:23.191Z] 16:20:23 [2023-03-05T21:20:23.191Z] asadmin-common: 16:20:23 [2023-03-05T21:20:23.191Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.sql_trace_listeners=com.sun.s1asdev.jdbc.tracingsql.logger.TraceLogger 16:20:23 [2023-03-05T21:20:23.448Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.sql_trace_listeners=com.sun.s1asdev.jdbc.tracingsql.logger.TraceLogger 16:20:23 [2023-03-05T21:20:23.448Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.sql-trace-listeners=com.sun.s1asdev.jdbc.tracingsql.logger.TraceLogger 16:20:23 [2023-03-05T21:20:23.448Z] 16:20:23 [2023-03-05T21:20:23.448Z] setOSConditions: 16:20:23 [2023-03-05T21:20:23.448Z] 16:20:23 [2023-03-05T21:20:23.448Z] setToolWin: 16:20:23 [2023-03-05T21:20:23.448Z] 16:20:23 [2023-03-05T21:20:23.448Z] setToolUnix: 16:20:23 [2023-03-05T21:20:23.448Z] 16:20:23 [2023-03-05T21:20:23.448Z] setToolProperty: 16:20:23 [2023-03-05T21:20:23.448Z] 16:20:23 [2023-03-05T21:20:23.448Z] setS1ASclassPath: 16:20:23 [2023-03-05T21:20:23.448Z] 16:20:23 [2023-03-05T21:20:23.448Z] init-common: 16:20:23 [2023-03-05T21:20:23.448Z] 16:20:23 [2023-03-05T21:20:23.448Z] deploy-jdbc-common: 16:20:23 [2023-03-05T21:20:23.448Z] 16:20:23 [2023-03-05T21:20:23.448Z] setOSConditions: 16:20:23 [2023-03-05T21:20:23.448Z] 16:20:23 [2023-03-05T21:20:23.448Z] setToolWin: 16:20:23 [2023-03-05T21:20:23.448Z] 16:20:23 [2023-03-05T21:20:23.448Z] setToolUnix: 16:20:23 [2023-03-05T21:20:23.448Z] 16:20:23 [2023-03-05T21:20:23.448Z] setToolProperty: 16:20:23 [2023-03-05T21:20:23.448Z] 16:20:23 [2023-03-05T21:20:23.448Z] setS1ASclassPath: 16:20:23 [2023-03-05T21:20:23.448Z] 16:20:23 [2023-03-05T21:20:23.448Z] init-common: 16:20:23 [2023-03-05T21:20:23.448Z] 16:20:23 [2023-03-05T21:20:23.448Z] create-jdbc-connpool-common: 16:20:23 [2023-03-05T21:20:23.704Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true tracingsql-pool 16:20:23 [2023-03-05T21:20:23.704Z] [exec] JDBC connection pool tracingsql-pool created successfully. 16:20:23 [2023-03-05T21:20:23.704Z] 16:20:23 [2023-03-05T21:20:23.704Z] set-derby-connpool-props: 16:20:24 [2023-03-05T21:20:24.266Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.property.User=dbuser 16:20:24 [2023-03-05T21:20:24.266Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.User=dbuser 16:20:24 [2023-03-05T21:20:24.522Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.property.Password=dbpassword 16:20:24 [2023-03-05T21:20:24.522Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.Password=dbpassword 16:20:24 [2023-03-05T21:20:24.778Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.property.driverType=4 16:20:24 [2023-03-05T21:20:24.778Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.driverType=4 16:20:25 [2023-03-05T21:20:25.034Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.property.portNumber=1527 16:20:25 [2023-03-05T21:20:25.034Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.portNumber=1527 16:20:25 [2023-03-05T21:20:25.290Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.property.dataBaseName=testdb 16:20:25 [2023-03-05T21:20:25.290Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.dataBaseName=testdb 16:20:25 [2023-03-05T21:20:25.545Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:20:25 [2023-03-05T21:20:25.545Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:20:28 [2023-03-05T21:20:28.026Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.property.create=true 16:20:28 [2023-03-05T21:20:28.026Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.create=true 16:20:28 [2023-03-05T21:20:28.026Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.property.serverName=localhost 16:20:28 [2023-03-05T21:20:28.026Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.serverName=localhost 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] setOSConditions: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] setToolWin: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] setToolUnix: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] setToolProperty: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] setS1ASclassPath: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] init-common: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] create-jdbc-resource-common: 16:20:28 [2023-03-05T21:20:28.026Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid tracingsql-pool --target server jdbc/tracingsql-res 16:20:28 [2023-03-05T21:20:28.026Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid tracingsql-pool --enabled=true --target server jdbc/tracingsql-res 16:20:28 [2023-03-05T21:20:28.026Z] [exec] JDBC resource jdbc/tracingsql-res created successfully. 16:20:28 [2023-03-05T21:20:28.026Z] [echo] cmd executed for server 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] asadmin-common: 16:20:28 [2023-03-05T21:20:28.026Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.tracingsql-pool.non_transactional_connections=true 16:20:28 [2023-03-05T21:20:28.026Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.tracingsql-pool.non_transactional_connections=true 16:20:28 [2023-03-05T21:20:28.026Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.non-transactional-connections=true 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] setOSConditions: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] setToolWin: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] setToolUnix: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] setToolProperty: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] setS1ASclassPath: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] init-common: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] deploy-common: 16:20:28 [2023-03-05T21:20:28.026Z] [echo] Current time (ISO): 2023-03-05T21:20:26.772+0000 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] setOSConditions: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] setToolWin: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] setToolUnix: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] setToolProperty: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] setS1ASclassPath: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] init-common: 16:20:28 [2023-03-05T21:20:28.026Z] 16:20:28 [2023-03-05T21:20:28.026Z] deploy-common-pe: 16:20:28 [2023-03-05T21:20:28.026Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsqlApp.ear 16:20:30 [2023-03-05T21:20:30.546Z] [exec] Application deployed with name ejb-bmp-tracingsqlApp. 16:20:30 [2023-03-05T21:20:30.546Z] [echo] Deployment on target server server successful 16:20:30 [2023-03-05T21:20:30.546Z] 16:20:30 [2023-03-05T21:20:30.546Z] setOSConditions: 16:20:30 [2023-03-05T21:20:30.546Z] 16:20:30 [2023-03-05T21:20:30.546Z] setToolWin: 16:20:30 [2023-03-05T21:20:30.546Z] 16:20:30 [2023-03-05T21:20:30.546Z] setToolUnix: 16:20:30 [2023-03-05T21:20:30.546Z] 16:20:30 [2023-03-05T21:20:30.546Z] setToolProperty: 16:20:30 [2023-03-05T21:20:30.546Z] 16:20:30 [2023-03-05T21:20:30.546Z] setS1ASclassPath: 16:20:30 [2023-03-05T21:20:30.546Z] 16:20:30 [2023-03-05T21:20:30.546Z] init-common: 16:20:30 [2023-03-05T21:20:30.546Z] 16:20:30 [2023-03-05T21:20:30.546Z] deploy-common-ee: 16:20:30 [2023-03-05T21:20:30.546Z] 16:20:30 [2023-03-05T21:20:30.546Z] run: 16:20:30 [2023-03-05T21:20:30.546Z] 16:20:30 [2023-03-05T21:20:30.546Z] setOSConditions: 16:20:30 [2023-03-05T21:20:30.546Z] 16:20:30 [2023-03-05T21:20:30.546Z] setToolWin: 16:20:30 [2023-03-05T21:20:30.546Z] 16:20:30 [2023-03-05T21:20:30.546Z] setToolUnix: 16:20:30 [2023-03-05T21:20:30.546Z] 16:20:30 [2023-03-05T21:20:30.546Z] setToolProperty: 16:20:30 [2023-03-05T21:20:30.546Z] 16:20:30 [2023-03-05T21:20:30.546Z] setS1ASclassPath: 16:20:30 [2023-03-05T21:20:30.546Z] 16:20:30 [2023-03-05T21:20:30.546Z] init-common: 16:20:30 [2023-03-05T21:20:30.546Z] 16:20:30 [2023-03-05T21:20:30.546Z] runclient-common: 16:20:30 [2023-03-05T21:20:30.547Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsqlAppClient.jar -name ejb-bmp-tracingsqlClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:20:31 [2023-03-05T21:20:31.126Z] [exec] Mar 05, 2023 9:20:30 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:20:31 [2023-03-05T21:20:31.126Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:20:33 [2023-03-05T21:20:33.019Z] [exec] Mar 05, 2023 9:20:32 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:20:33 [2023-03-05T21:20:33.019Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@3b0d3a63 16:20:33 [2023-03-05T21:20:33.992Z] [exec] Value of key is: preparedStatementTest : 16:20:33 [2023-03-05T21:20:33.992Z] [exec] Value of key is: Sql Tracing Test : 16:20:33 [2023-03-05T21:20:33.992Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:20:33 [2023-03-05T21:20:33.992Z] [exec] 16:20:33 [2023-03-05T21:20:33.992Z] [exec] 16:20:33 [2023-03-05T21:20:33.992Z] [exec] ----------------------------------------- 16:20:33 [2023-03-05T21:20:33.992Z] [exec] - Sql Tracing Test : : PASS - 16:20:33 [2023-03-05T21:20:33.992Z] [exec] - preparedStatementTest : : PASS - 16:20:33 [2023-03-05T21:20:33.992Z] [exec] ----------------------------------------- 16:20:33 [2023-03-05T21:20:33.992Z] [exec] Total PASS: 2 16:20:33 [2023-03-05T21:20:33.992Z] [exec] Total FAIL: 0 16:20:33 [2023-03-05T21:20:33.992Z] [exec] Total DID NOT RUN: 0 16:20:33 [2023-03-05T21:20:33.992Z] [exec] ----------------------------------------- 16:20:33 [2023-03-05T21:20:33.992Z] [exec] in flushAll , creating new testSuiteHash 16:20:33 [2023-03-05T21:20:33.992Z] [exec] in flushAll , creating new testSuiteHash 16:20:34 [2023-03-05T21:20:34.247Z] 16:20:34 [2023-03-05T21:20:34.248Z] checkReporting-common: 16:20:34 [2023-03-05T21:20:34.248Z] 16:20:34 [2023-03-05T21:20:34.248Z] confirmReportPresent-common: 16:20:34 [2023-03-05T21:20:34.248Z] [echo] file RepRunConf.txt is present. 16:20:34 [2023-03-05T21:20:34.248Z] [echo] Test seems to be reported fine 16:20:34 [2023-03-05T21:20:34.248Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/RepRunConf.txt 16:20:34 [2023-03-05T21:20:34.248Z] 16:20:34 [2023-03-05T21:20:34.248Z] confirmMissingReport-common: 16:20:34 [2023-03-05T21:20:34.248Z] 16:20:34 [2023-03-05T21:20:34.248Z] asadmin-common: 16:20:34 [2023-03-05T21:20:34.248Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.sql_trace_listeners=com.sun.s1asdev.jdbc.tracingsql.logger.TraceLogger,com.sun.gjc.util.SQLTraceLogger 16:20:34 [2023-03-05T21:20:34.518Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.sql_trace_listeners=com.sun.s1asdev.jdbc.tracingsql.logger.TraceLogger,com.sun.gjc.util.SQLTraceLogger 16:20:34 [2023-03-05T21:20:34.774Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.sql-trace-listeners=com.sun.s1asdev.jdbc.tracingsql.logger.TraceLogger,com.sun.gjc.util.SQLTraceLogger 16:20:34 [2023-03-05T21:20:34.774Z] 16:20:34 [2023-03-05T21:20:34.774Z] setOSConditions: 16:20:34 [2023-03-05T21:20:34.774Z] 16:20:34 [2023-03-05T21:20:34.774Z] setToolWin: 16:20:34 [2023-03-05T21:20:34.774Z] 16:20:34 [2023-03-05T21:20:34.774Z] setToolUnix: 16:20:34 [2023-03-05T21:20:34.774Z] 16:20:34 [2023-03-05T21:20:34.774Z] setToolProperty: 16:20:34 [2023-03-05T21:20:34.774Z] 16:20:34 [2023-03-05T21:20:34.774Z] setS1ASclassPath: 16:20:34 [2023-03-05T21:20:34.774Z] 16:20:34 [2023-03-05T21:20:34.774Z] init-common: 16:20:34 [2023-03-05T21:20:34.774Z] 16:20:34 [2023-03-05T21:20:34.774Z] execute-sql-common: 16:20:34 [2023-03-05T21:20:34.774Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/sql/recreate_sql_trace_table.sql 16:20:34 [2023-03-05T21:20:34.774Z] [sql] 0 rows affected 16:20:34 [2023-03-05T21:20:34.774Z] [sql] 0 rows affected 16:20:34 [2023-03-05T21:20:34.774Z] [sql] 2 of 2 SQL statements executed successfully 16:20:34 [2023-03-05T21:20:34.774Z] 16:20:34 [2023-03-05T21:20:34.774Z] setOSConditions: 16:20:34 [2023-03-05T21:20:34.774Z] 16:20:34 [2023-03-05T21:20:34.774Z] setToolWin: 16:20:34 [2023-03-05T21:20:34.774Z] 16:20:34 [2023-03-05T21:20:34.774Z] setToolUnix: 16:20:34 [2023-03-05T21:20:34.774Z] 16:20:34 [2023-03-05T21:20:34.774Z] setToolProperty: 16:20:34 [2023-03-05T21:20:34.774Z] 16:20:34 [2023-03-05T21:20:34.774Z] setS1ASclassPath: 16:20:34 [2023-03-05T21:20:34.774Z] 16:20:34 [2023-03-05T21:20:34.774Z] init-common: 16:20:34 [2023-03-05T21:20:34.774Z] 16:20:34 [2023-03-05T21:20:34.774Z] runclient-common: 16:20:34 [2023-03-05T21:20:34.774Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsqlAppClient.jar -name ejb-bmp-tracingsqlClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:20:35 [2023-03-05T21:20:35.337Z] [exec] Mar 05, 2023 9:20:35 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:20:35 [2023-03-05T21:20:35.337Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:20:37 [2023-03-05T21:20:37.856Z] [exec] Mar 05, 2023 9:20:37 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:20:37 [2023-03-05T21:20:37.856Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@382d71c7 16:20:37 [2023-03-05T21:20:37.856Z] [exec] Value of key is: preparedStatementTest : 16:20:37 [2023-03-05T21:20:37.856Z] [exec] Value of key is: Sql Tracing Test : 16:20:37 [2023-03-05T21:20:37.856Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:20:37 [2023-03-05T21:20:37.856Z] [exec] 16:20:37 [2023-03-05T21:20:37.856Z] [exec] 16:20:37 [2023-03-05T21:20:37.856Z] [exec] ----------------------------------------- 16:20:37 [2023-03-05T21:20:37.856Z] [exec] - Sql Tracing Test : : PASS - 16:20:37 [2023-03-05T21:20:37.856Z] [exec] - preparedStatementTest : : PASS - 16:20:37 [2023-03-05T21:20:37.856Z] [exec] ----------------------------------------- 16:20:37 [2023-03-05T21:20:37.856Z] [exec] Total PASS: 2 16:20:37 [2023-03-05T21:20:37.856Z] [exec] Total FAIL: 0 16:20:37 [2023-03-05T21:20:37.856Z] [exec] Total DID NOT RUN: 0 16:20:37 [2023-03-05T21:20:37.856Z] [exec] ----------------------------------------- 16:20:37 [2023-03-05T21:20:37.856Z] [exec] in flushAll , creating new testSuiteHash 16:20:37 [2023-03-05T21:20:37.856Z] [exec] in flushAll , creating new testSuiteHash 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] checkReporting-common: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] confirmReportPresent-common: 16:20:38 [2023-03-05T21:20:38.113Z] [echo] file RepRunConf.txt is present. 16:20:38 [2023-03-05T21:20:38.113Z] [echo] Test seems to be reported fine 16:20:38 [2023-03-05T21:20:38.113Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/RepRunConf.txt 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] confirmMissingReport-common: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] undeploy: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] setOSConditions: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] setToolWin: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] setToolUnix: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] setToolProperty: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] setS1ASclassPath: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] init-common: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] execute-sql-common: 16:20:38 [2023-03-05T21:20:38.113Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/sql/drop_pointbase.sql 16:20:38 [2023-03-05T21:20:38.113Z] [sql] 0 rows affected 16:20:38 [2023-03-05T21:20:38.113Z] [sql] 0 rows affected 16:20:38 [2023-03-05T21:20:38.113Z] [sql] 2 of 2 SQL statements executed successfully 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] setOSConditions: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] setToolWin: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] setToolUnix: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] setToolProperty: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] setS1ASclassPath: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] init-common: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] undeploy-jdbc-common: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] setOSConditions: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] setToolWin: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] setToolUnix: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] setToolProperty: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] setS1ASclassPath: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] init-common: 16:20:38 [2023-03-05T21:20:38.113Z] 16:20:38 [2023-03-05T21:20:38.113Z] delete-jdbc-resource-common: 16:20:38 [2023-03-05T21:20:38.113Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 16:20:38 [2023-03-05T21:20:38.370Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 16:20:38 [2023-03-05T21:20:38.370Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 16:20:38 [2023-03-05T21:20:38.370Z] [echo] cmd executed for server 16:20:38 [2023-03-05T21:20:38.370Z] 16:20:38 [2023-03-05T21:20:38.370Z] setOSConditions: 16:20:38 [2023-03-05T21:20:38.370Z] 16:20:38 [2023-03-05T21:20:38.370Z] setToolWin: 16:20:38 [2023-03-05T21:20:38.370Z] 16:20:38 [2023-03-05T21:20:38.370Z] setToolUnix: 16:20:38 [2023-03-05T21:20:38.370Z] 16:20:38 [2023-03-05T21:20:38.370Z] setToolProperty: 16:20:38 [2023-03-05T21:20:38.370Z] 16:20:38 [2023-03-05T21:20:38.370Z] setS1ASclassPath: 16:20:38 [2023-03-05T21:20:38.370Z] 16:20:38 [2023-03-05T21:20:38.370Z] init-common: 16:20:38 [2023-03-05T21:20:38.370Z] 16:20:38 [2023-03-05T21:20:38.370Z] delete-jdbc-connpool-common: 16:20:38 [2023-03-05T21:20:38.370Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:20:38 [2023-03-05T21:20:38.932Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:20:38 [2023-03-05T21:20:38.932Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:20:38 [2023-03-05T21:20:38.932Z] [echo] cmd executed for server 16:20:38 [2023-03-05T21:20:38.932Z] 16:20:38 [2023-03-05T21:20:38.932Z] setOSConditions: 16:20:38 [2023-03-05T21:20:38.932Z] 16:20:38 [2023-03-05T21:20:38.932Z] setToolWin: 16:20:38 [2023-03-05T21:20:38.932Z] 16:20:38 [2023-03-05T21:20:38.932Z] setToolUnix: 16:20:38 [2023-03-05T21:20:38.932Z] 16:20:38 [2023-03-05T21:20:38.932Z] setToolProperty: 16:20:38 [2023-03-05T21:20:38.932Z] 16:20:38 [2023-03-05T21:20:38.932Z] setS1ASclassPath: 16:20:38 [2023-03-05T21:20:38.932Z] 16:20:38 [2023-03-05T21:20:38.932Z] init-common: 16:20:38 [2023-03-05T21:20:38.932Z] 16:20:38 [2023-03-05T21:20:38.932Z] delete-jdbc-resource-common: 16:20:38 [2023-03-05T21:20:38.932Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/tracingsql-res 16:20:39 [2023-03-05T21:20:39.188Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/tracingsql-res 16:20:39 [2023-03-05T21:20:39.188Z] [exec] JDBC resource jdbc/tracingsql-res deleted successfully 16:20:39 [2023-03-05T21:20:39.188Z] [echo] cmd executed for server 16:20:39 [2023-03-05T21:20:39.188Z] 16:20:39 [2023-03-05T21:20:39.188Z] setOSConditions: 16:20:39 [2023-03-05T21:20:39.188Z] 16:20:39 [2023-03-05T21:20:39.188Z] setToolWin: 16:20:39 [2023-03-05T21:20:39.188Z] 16:20:39 [2023-03-05T21:20:39.188Z] setToolUnix: 16:20:39 [2023-03-05T21:20:39.188Z] 16:20:39 [2023-03-05T21:20:39.188Z] setToolProperty: 16:20:39 [2023-03-05T21:20:39.188Z] 16:20:39 [2023-03-05T21:20:39.188Z] setS1ASclassPath: 16:20:39 [2023-03-05T21:20:39.188Z] 16:20:39 [2023-03-05T21:20:39.188Z] init-common: 16:20:39 [2023-03-05T21:20:39.188Z] 16:20:39 [2023-03-05T21:20:39.188Z] delete-jdbc-connpool-common: 16:20:39 [2023-03-05T21:20:39.188Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true tracingsql-pool 16:20:39 [2023-03-05T21:20:39.444Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true tracingsql-pool 16:20:39 [2023-03-05T21:20:39.719Z] [exec] JDBC Connection pool tracingsql-pool deleted successfully 16:20:39 [2023-03-05T21:20:39.719Z] [echo] cmd executed for server 16:20:39 [2023-03-05T21:20:39.719Z] 16:20:39 [2023-03-05T21:20:39.719Z] setOSConditions: 16:20:39 [2023-03-05T21:20:39.719Z] 16:20:39 [2023-03-05T21:20:39.719Z] setToolWin: 16:20:39 [2023-03-05T21:20:39.719Z] 16:20:39 [2023-03-05T21:20:39.719Z] setToolUnix: 16:20:39 [2023-03-05T21:20:39.719Z] 16:20:39 [2023-03-05T21:20:39.719Z] setToolProperty: 16:20:39 [2023-03-05T21:20:39.719Z] 16:20:39 [2023-03-05T21:20:39.719Z] setS1ASclassPath: 16:20:39 [2023-03-05T21:20:39.719Z] 16:20:39 [2023-03-05T21:20:39.719Z] init-common: 16:20:39 [2023-03-05T21:20:39.719Z] 16:20:39 [2023-03-05T21:20:39.719Z] undeploy-common: 16:20:39 [2023-03-05T21:20:39.975Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-tracingsqlApp 16:20:39 [2023-03-05T21:20:39.975Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/lib/sql-trace-listener.jar 16:20:39 [2023-03-05T21:20:39.975Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/logger/sql-trace-listener.jar 16:20:39 [2023-03-05T21:20:39.975Z] 16:20:39 [2023-03-05T21:20:39.975Z] restart-server: 16:20:39 [2023-03-05T21:20:39.975Z] 16:20:39 [2023-03-05T21:20:39.975Z] setOSConditions: 16:20:39 [2023-03-05T21:20:39.975Z] 16:20:39 [2023-03-05T21:20:39.975Z] stop-server: 16:20:39 [2023-03-05T21:20:39.975Z] 16:20:39 [2023-03-05T21:20:39.975Z] stop-server-unix: 16:20:39 [2023-03-05T21:20:39.975Z] [echo] stopping server on unix ... 16:20:40 [2023-03-05T21:20:40.538Z] [exec] Waiting for the domain to stop . 16:20:40 [2023-03-05T21:20:40.538Z] [exec] Waiting finished after 115 ms. 16:20:40 [2023-03-05T21:20:40.538Z] [exec] Command stop-domain executed successfully. 16:20:50 [2023-03-05T21:20:50.493Z] 16:20:50 [2023-03-05T21:20:50.493Z] stop-server-windows: 16:20:55 [2023-03-05T21:20:55.745Z] 16:20:55 [2023-03-05T21:20:55.745Z] setOSConditions: 16:20:55 [2023-03-05T21:20:55.745Z] 16:20:55 [2023-03-05T21:20:55.745Z] start-server: 16:20:55 [2023-03-05T21:20:55.745Z] [echo] +-----------------------------+ 16:20:55 [2023-03-05T21:20:55.745Z] [echo] | | 16:20:55 [2023-03-05T21:20:55.745Z] [echo] | S T A R T I N G GLASSFISH | 16:20:55 [2023-03-05T21:20:55.745Z] [echo] | in Felix mode | 16:20:55 [2023-03-05T21:20:55.745Z] [echo] | | 16:20:55 [2023-03-05T21:20:55.745Z] [echo] +-----------------------------+ 16:20:55 [2023-03-05T21:20:55.745Z] 16:20:55 [2023-03-05T21:20:55.745Z] start-server-unix: 16:21:00 [2023-03-05T21:21:00.021Z] [exec] Waiting for domain1 to start .... 16:21:00 [2023-03-05T21:21:00.021Z] [exec] Waiting finished after 3,582 ms. 16:21:00 [2023-03-05T21:21:00.021Z] [exec] Successfully started the domain : domain1 16:21:00 [2023-03-05T21:21:00.021Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:21:00 [2023-03-05T21:21:00.021Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:21:00 [2023-03-05T21:21:00.021Z] [exec] Admin Port: 4,848 16:21:00 [2023-03-05T21:21:00.021Z] [exec] Command start-domain executed successfully. 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] start-server-windows: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] all: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setOSConditions: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setToolWin: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setToolUnix: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setToolProperty: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setS1ASclassPath: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] init-common: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] clean: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setOSConditions: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setToolWin: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setToolUnix: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setToolProperty: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setS1ASclassPath: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] init-common: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] clean-common: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setOSConditions: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setToolWin: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setToolUnix: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setToolProperty: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setS1ASclassPath: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] init-common: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] clean-classes-common: 16:21:09 [2023-03-05T21:21:09.976Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setOSConditions: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setToolWin: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setToolUnix: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setToolProperty: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setS1ASclassPath: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] init-common: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] clean-jars-common: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] compile: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setOSConditions: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setToolWin: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setToolUnix: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setToolProperty: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] setS1ASclassPath: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] init-common: 16:21:09 [2023-03-05T21:21:09.976Z] 16:21:09 [2023-03-05T21:21:09.976Z] compile-common: 16:21:09 [2023-03-05T21:21:09.976Z] [echo] Current time (ISO): 2023-03-05T21:21:09.914+0000 16:21:09 [2023-03-05T21:21:09.976Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:21:09 [2023-03-05T21:21:09.976Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:21:11 [2023-03-05T21:21:11.342Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:21:11 [2023-03-05T21:21:11.342Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/datasource40/ejb/SimpleBMPBean.java:59: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:21:11 [2023-03-05T21:21:11.342Z] [javac] return new Integer(1); 16:21:11 [2023-03-05T21:21:11.342Z] [javac] ^ 16:21:11 [2023-03-05T21:21:11.342Z] [javac] 2 warnings 16:21:11 [2023-03-05T21:21:11.342Z] 16:21:11 [2023-03-05T21:21:11.342Z] setOSConditions: 16:21:11 [2023-03-05T21:21:11.342Z] 16:21:11 [2023-03-05T21:21:11.342Z] setToolWin: 16:21:11 [2023-03-05T21:21:11.342Z] 16:21:11 [2023-03-05T21:21:11.342Z] setToolUnix: 16:21:11 [2023-03-05T21:21:11.342Z] 16:21:11 [2023-03-05T21:21:11.342Z] setToolProperty: 16:21:11 [2023-03-05T21:21:11.342Z] 16:21:11 [2023-03-05T21:21:11.342Z] setS1ASclassPath: 16:21:11 [2023-03-05T21:21:11.342Z] 16:21:11 [2023-03-05T21:21:11.342Z] init-common: 16:21:11 [2023-03-05T21:21:11.342Z] 16:21:11 [2023-03-05T21:21:11.342Z] compile-common: 16:21:11 [2023-03-05T21:21:11.342Z] [echo] Current time (ISO): 2023-03-05T21:21:11.256+0000 16:21:11 [2023-03-05T21:21:11.342Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:21:12 [2023-03-05T21:21:12.755Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:21:12 [2023-03-05T21:21:12.755Z] [javac] 1 warning 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] build: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setOSConditions: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] fixFiles: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] convUnix: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] convWin: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setToolWin: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setToolUnix: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setToolProperty: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setS1ASclassPath: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] init-common: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] package-persistence-common: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] ejb-jar-common: 16:21:12 [2023-03-05T21:21:12.755Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] package-ejbjar-common: 16:21:12 [2023-03-05T21:21:12.755Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:21:12 [2023-03-05T21:21:12.755Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:21:12 [2023-03-05T21:21:12.755Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:21:12 [2023-03-05T21:21:12.755Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40-ejb.jar 16:21:12 [2023-03-05T21:21:12.755Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] appclient-jar-common: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] package-appclientjar-common: 16:21:12 [2023-03-05T21:21:12.755Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:21:12 [2023-03-05T21:21:12.755Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:21:12 [2023-03-05T21:21:12.755Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:21:12 [2023-03-05T21:21:12.755Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40-client.jar 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] webclient-war-common: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] build-ear-common: 16:21:12 [2023-03-05T21:21:12.755Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:21:12 [2023-03-05T21:21:12.755Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40App.ear 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] deploy: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setOSConditions: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setToolWin: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setToolUnix: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setToolProperty: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setS1ASclassPath: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] init-common: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] execute-sql-common: 16:21:12 [2023-03-05T21:21:12.755Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/datasource40/sql/create_pointbase.sql 16:21:12 [2023-03-05T21:21:12.755Z] [sql] 0 of 0 SQL statements executed successfully 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setOSConditions: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setToolWin: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setToolUnix: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setToolProperty: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setS1ASclassPath: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] init-common: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] deploy-jdbc-common: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setOSConditions: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setToolWin: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setToolUnix: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setToolProperty: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] setS1ASclassPath: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] init-common: 16:21:12 [2023-03-05T21:21:12.755Z] 16:21:12 [2023-03-05T21:21:12.755Z] create-jdbc-connpool-common: 16:21:13 [2023-03-05T21:21:13.019Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource40 --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ds-pool 16:21:13 [2023-03-05T21:21:13.949Z] [exec] JDBC connection pool ds-pool created successfully. 16:21:13 [2023-03-05T21:21:13.949Z] 16:21:13 [2023-03-05T21:21:13.949Z] set-derby-connpool-props: 16:21:14 [2023-03-05T21:21:14.205Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.property.User=dbuser 16:21:14 [2023-03-05T21:21:14.205Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.User=dbuser 16:21:14 [2023-03-05T21:21:14.461Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.property.Password=dbpassword 16:21:14 [2023-03-05T21:21:14.461Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.Password=dbpassword 16:21:14 [2023-03-05T21:21:14.717Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.property.driverType=4 16:21:14 [2023-03-05T21:21:14.717Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.driverType=4 16:21:15 [2023-03-05T21:21:15.281Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.property.portNumber=1527 16:21:15 [2023-03-05T21:21:15.281Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.portNumber=1527 16:21:15 [2023-03-05T21:21:15.537Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.property.dataBaseName=testdb 16:21:15 [2023-03-05T21:21:15.537Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.dataBaseName=testdb 16:21:15 [2023-03-05T21:21:15.793Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:21:15 [2023-03-05T21:21:15.793Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:21:16 [2023-03-05T21:21:16.049Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.property.create=true 16:21:16 [2023-03-05T21:21:16.049Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.create=true 16:21:16 [2023-03-05T21:21:16.625Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.property.serverName=localhost 16:21:16 [2023-03-05T21:21:16.625Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.serverName=localhost 16:21:16 [2023-03-05T21:21:16.625Z] 16:21:16 [2023-03-05T21:21:16.625Z] setOSConditions: 16:21:16 [2023-03-05T21:21:16.625Z] 16:21:16 [2023-03-05T21:21:16.625Z] setToolWin: 16:21:16 [2023-03-05T21:21:16.625Z] 16:21:16 [2023-03-05T21:21:16.625Z] setToolUnix: 16:21:16 [2023-03-05T21:21:16.625Z] 16:21:16 [2023-03-05T21:21:16.625Z] setToolProperty: 16:21:16 [2023-03-05T21:21:16.625Z] 16:21:16 [2023-03-05T21:21:16.625Z] setS1ASclassPath: 16:21:16 [2023-03-05T21:21:16.625Z] 16:21:16 [2023-03-05T21:21:16.625Z] init-common: 16:21:16 [2023-03-05T21:21:16.625Z] 16:21:16 [2023-03-05T21:21:16.625Z] create-jdbc-resource-common: 16:21:16 [2023-03-05T21:21:16.625Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ds-pool --target server jdbc/ds-resource 16:21:16 [2023-03-05T21:21:16.882Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ds-pool --enabled=true --target server jdbc/ds-resource 16:21:16 [2023-03-05T21:21:16.882Z] [exec] JDBC resource jdbc/ds-resource created successfully. 16:21:16 [2023-03-05T21:21:16.882Z] [echo] cmd executed for server 16:21:16 [2023-03-05T21:21:16.882Z] 16:21:16 [2023-03-05T21:21:16.882Z] setOSConditions: 16:21:16 [2023-03-05T21:21:16.882Z] 16:21:16 [2023-03-05T21:21:16.882Z] setToolWin: 16:21:16 [2023-03-05T21:21:16.882Z] 16:21:16 [2023-03-05T21:21:16.882Z] setToolUnix: 16:21:16 [2023-03-05T21:21:16.882Z] 16:21:16 [2023-03-05T21:21:16.882Z] setToolProperty: 16:21:16 [2023-03-05T21:21:16.882Z] 16:21:16 [2023-03-05T21:21:16.882Z] setS1ASclassPath: 16:21:16 [2023-03-05T21:21:16.882Z] 16:21:16 [2023-03-05T21:21:16.882Z] init-common: 16:21:16 [2023-03-05T21:21:16.882Z] 16:21:16 [2023-03-05T21:21:16.882Z] deploy-jdbc-common: 16:21:16 [2023-03-05T21:21:16.882Z] 16:21:16 [2023-03-05T21:21:16.882Z] setOSConditions: 16:21:16 [2023-03-05T21:21:16.882Z] 16:21:16 [2023-03-05T21:21:16.882Z] setToolWin: 16:21:16 [2023-03-05T21:21:16.882Z] 16:21:16 [2023-03-05T21:21:16.882Z] setToolUnix: 16:21:16 [2023-03-05T21:21:16.882Z] 16:21:16 [2023-03-05T21:21:16.882Z] setToolProperty: 16:21:16 [2023-03-05T21:21:16.882Z] 16:21:16 [2023-03-05T21:21:16.882Z] setS1ASclassPath: 16:21:16 [2023-03-05T21:21:16.882Z] 16:21:16 [2023-03-05T21:21:16.882Z] init-common: 16:21:16 [2023-03-05T21:21:16.882Z] 16:21:16 [2023-03-05T21:21:16.882Z] create-jdbc-connpool-common: 16:21:17 [2023-03-05T21:21:17.138Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource40 --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true xa-pool 16:21:17 [2023-03-05T21:21:17.138Z] [exec] JDBC connection pool xa-pool created successfully. 16:21:17 [2023-03-05T21:21:17.138Z] 16:21:17 [2023-03-05T21:21:17.138Z] set-derby-connpool-props: 16:21:17 [2023-03-05T21:21:17.394Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.xa-pool.property.User=dbuser 16:21:17 [2023-03-05T21:21:17.394Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.User=dbuser 16:21:17 [2023-03-05T21:21:17.958Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.xa-pool.property.Password=dbpassword 16:21:17 [2023-03-05T21:21:17.958Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.Password=dbpassword 16:21:18 [2023-03-05T21:21:18.243Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.xa-pool.property.driverType=4 16:21:18 [2023-03-05T21:21:18.243Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.driverType=4 16:21:18 [2023-03-05T21:21:18.519Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.xa-pool.property.portNumber=1527 16:21:18 [2023-03-05T21:21:18.519Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.portNumber=1527 16:21:18 [2023-03-05T21:21:18.775Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.xa-pool.property.dataBaseName=testdb 16:21:18 [2023-03-05T21:21:18.775Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.dataBaseName=testdb 16:21:19 [2023-03-05T21:21:19.031Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.xa-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:21:19 [2023-03-05T21:21:19.031Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:21:19 [2023-03-05T21:21:19.595Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.xa-pool.property.create=true 16:21:19 [2023-03-05T21:21:19.595Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.create=true 16:21:19 [2023-03-05T21:21:19.851Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.xa-pool.property.serverName=localhost 16:21:19 [2023-03-05T21:21:19.851Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.serverName=localhost 16:21:19 [2023-03-05T21:21:19.851Z] 16:21:19 [2023-03-05T21:21:19.851Z] setOSConditions: 16:21:19 [2023-03-05T21:21:19.851Z] 16:21:19 [2023-03-05T21:21:19.851Z] setToolWin: 16:21:19 [2023-03-05T21:21:19.851Z] 16:21:19 [2023-03-05T21:21:19.851Z] setToolUnix: 16:21:19 [2023-03-05T21:21:19.851Z] 16:21:19 [2023-03-05T21:21:19.851Z] setToolProperty: 16:21:19 [2023-03-05T21:21:19.851Z] 16:21:19 [2023-03-05T21:21:19.851Z] setS1ASclassPath: 16:21:19 [2023-03-05T21:21:19.851Z] 16:21:19 [2023-03-05T21:21:19.851Z] init-common: 16:21:19 [2023-03-05T21:21:19.851Z] 16:21:19 [2023-03-05T21:21:19.851Z] create-jdbc-resource-common: 16:21:19 [2023-03-05T21:21:19.851Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid xa-pool --target server jdbc/xa-resource 16:21:20 [2023-03-05T21:21:20.120Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid xa-pool --enabled=true --target server jdbc/xa-resource 16:21:20 [2023-03-05T21:21:20.120Z] [exec] JDBC resource jdbc/xa-resource created successfully. 16:21:20 [2023-03-05T21:21:20.120Z] [echo] cmd executed for server 16:21:20 [2023-03-05T21:21:20.120Z] 16:21:20 [2023-03-05T21:21:20.120Z] setOSConditions: 16:21:20 [2023-03-05T21:21:20.120Z] 16:21:20 [2023-03-05T21:21:20.120Z] setToolWin: 16:21:20 [2023-03-05T21:21:20.120Z] 16:21:20 [2023-03-05T21:21:20.120Z] setToolUnix: 16:21:20 [2023-03-05T21:21:20.120Z] 16:21:20 [2023-03-05T21:21:20.120Z] setToolProperty: 16:21:20 [2023-03-05T21:21:20.120Z] 16:21:20 [2023-03-05T21:21:20.120Z] setS1ASclassPath: 16:21:20 [2023-03-05T21:21:20.120Z] 16:21:20 [2023-03-05T21:21:20.120Z] init-common: 16:21:20 [2023-03-05T21:21:20.120Z] 16:21:20 [2023-03-05T21:21:20.120Z] deploy-jdbc-common: 16:21:20 [2023-03-05T21:21:20.120Z] 16:21:20 [2023-03-05T21:21:20.120Z] setOSConditions: 16:21:20 [2023-03-05T21:21:20.120Z] 16:21:20 [2023-03-05T21:21:20.120Z] setToolWin: 16:21:20 [2023-03-05T21:21:20.120Z] 16:21:20 [2023-03-05T21:21:20.120Z] setToolUnix: 16:21:20 [2023-03-05T21:21:20.120Z] 16:21:20 [2023-03-05T21:21:20.120Z] setToolProperty: 16:21:20 [2023-03-05T21:21:20.120Z] 16:21:20 [2023-03-05T21:21:20.120Z] setS1ASclassPath: 16:21:20 [2023-03-05T21:21:20.120Z] 16:21:20 [2023-03-05T21:21:20.120Z] init-common: 16:21:20 [2023-03-05T21:21:20.120Z] 16:21:20 [2023-03-05T21:21:20.120Z] create-jdbc-connpool-common: 16:21:20 [2023-03-05T21:21:20.377Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientConnectionPoolDataSource40 --restype javax.sql.ConnectionPoolDataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true cp-pool 16:21:20 [2023-03-05T21:21:20.377Z] [exec] JDBC connection pool cp-pool created successfully. 16:21:20 [2023-03-05T21:21:20.377Z] 16:21:20 [2023-03-05T21:21:20.377Z] set-derby-connpool-props: 16:21:20 [2023-03-05T21:21:20.940Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.cp-pool.property.User=dbuser 16:21:20 [2023-03-05T21:21:20.940Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.User=dbuser 16:21:21 [2023-03-05T21:21:21.219Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.cp-pool.property.Password=dbpassword 16:21:21 [2023-03-05T21:21:21.219Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.Password=dbpassword 16:21:21 [2023-03-05T21:21:21.475Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.cp-pool.property.driverType=4 16:21:21 [2023-03-05T21:21:21.475Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.driverType=4 16:21:21 [2023-03-05T21:21:21.731Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.cp-pool.property.portNumber=1527 16:21:21 [2023-03-05T21:21:21.731Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.portNumber=1527 16:21:21 [2023-03-05T21:21:21.987Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.cp-pool.property.dataBaseName=testdb 16:21:21 [2023-03-05T21:21:21.987Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.dataBaseName=testdb 16:21:22 [2023-03-05T21:21:22.243Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.cp-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:21:22 [2023-03-05T21:21:22.499Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:21:22 [2023-03-05T21:21:22.773Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.cp-pool.property.create=true 16:21:22 [2023-03-05T21:21:22.773Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.create=true 16:21:23 [2023-03-05T21:21:23.030Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.cp-pool.property.serverName=localhost 16:21:23 [2023-03-05T21:21:23.030Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.serverName=localhost 16:21:23 [2023-03-05T21:21:23.030Z] 16:21:23 [2023-03-05T21:21:23.030Z] setOSConditions: 16:21:23 [2023-03-05T21:21:23.030Z] 16:21:23 [2023-03-05T21:21:23.030Z] setToolWin: 16:21:23 [2023-03-05T21:21:23.030Z] 16:21:23 [2023-03-05T21:21:23.030Z] setToolUnix: 16:21:23 [2023-03-05T21:21:23.030Z] 16:21:23 [2023-03-05T21:21:23.030Z] setToolProperty: 16:21:23 [2023-03-05T21:21:23.030Z] 16:21:23 [2023-03-05T21:21:23.030Z] setS1ASclassPath: 16:21:23 [2023-03-05T21:21:23.030Z] 16:21:23 [2023-03-05T21:21:23.030Z] init-common: 16:21:23 [2023-03-05T21:21:23.030Z] 16:21:23 [2023-03-05T21:21:23.030Z] create-jdbc-resource-common: 16:21:23 [2023-03-05T21:21:23.030Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid cp-pool --target server jdbc/cp-resource 16:21:23 [2023-03-05T21:21:23.286Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid cp-pool --enabled=true --target server jdbc/cp-resource 16:21:23 [2023-03-05T21:21:23.286Z] [exec] JDBC resource jdbc/cp-resource created successfully. 16:21:23 [2023-03-05T21:21:23.286Z] [echo] cmd executed for server 16:21:23 [2023-03-05T21:21:23.286Z] 16:21:23 [2023-03-05T21:21:23.286Z] asadmin-common: 16:21:23 [2023-03-05T21:21:23.286Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ds-pool.steady_pool_size=1 16:21:23 [2023-03-05T21:21:23.542Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.steady_pool_size=1 16:21:23 [2023-03-05T21:21:23.542Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.steady-pool-size=1 16:21:23 [2023-03-05T21:21:23.542Z] 16:21:23 [2023-03-05T21:21:23.542Z] asadmin-common: 16:21:23 [2023-03-05T21:21:23.542Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ds-pool.max_pool_size=1 16:21:23 [2023-03-05T21:21:23.798Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ds-pool.max_pool_size=1 16:21:23 [2023-03-05T21:21:23.798Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.max-pool-size=1 16:21:23 [2023-03-05T21:21:23.798Z] 16:21:23 [2023-03-05T21:21:23.798Z] setOSConditions: 16:21:23 [2023-03-05T21:21:23.798Z] 16:21:23 [2023-03-05T21:21:23.798Z] setToolWin: 16:21:23 [2023-03-05T21:21:23.798Z] 16:21:23 [2023-03-05T21:21:23.798Z] setToolUnix: 16:21:23 [2023-03-05T21:21:23.798Z] 16:21:23 [2023-03-05T21:21:23.798Z] setToolProperty: 16:21:23 [2023-03-05T21:21:23.798Z] 16:21:23 [2023-03-05T21:21:23.798Z] setS1ASclassPath: 16:21:23 [2023-03-05T21:21:23.798Z] 16:21:23 [2023-03-05T21:21:23.798Z] init-common: 16:21:23 [2023-03-05T21:21:23.798Z] 16:21:23 [2023-03-05T21:21:23.798Z] deploy-common: 16:21:23 [2023-03-05T21:21:23.798Z] [echo] Current time (ISO): 2023-03-05T21:21:23.783+0000 16:21:23 [2023-03-05T21:21:23.798Z] 16:21:23 [2023-03-05T21:21:23.798Z] setOSConditions: 16:21:23 [2023-03-05T21:21:23.798Z] 16:21:23 [2023-03-05T21:21:23.798Z] setToolWin: 16:21:23 [2023-03-05T21:21:23.798Z] 16:21:23 [2023-03-05T21:21:23.798Z] setToolUnix: 16:21:23 [2023-03-05T21:21:23.798Z] 16:21:23 [2023-03-05T21:21:23.798Z] setToolProperty: 16:21:23 [2023-03-05T21:21:23.798Z] 16:21:23 [2023-03-05T21:21:23.798Z] setS1ASclassPath: 16:21:23 [2023-03-05T21:21:23.798Z] 16:21:23 [2023-03-05T21:21:23.798Z] init-common: 16:21:23 [2023-03-05T21:21:23.798Z] 16:21:23 [2023-03-05T21:21:23.798Z] deploy-common-pe: 16:21:24 [2023-03-05T21:21:24.360Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40App.ear 16:21:26 [2023-03-05T21:21:26.255Z] [exec] Application deployed with name ejb-bmp-datasource40App. 16:21:26 [2023-03-05T21:21:26.255Z] [echo] Deployment on target server server successful 16:21:26 [2023-03-05T21:21:26.255Z] 16:21:26 [2023-03-05T21:21:26.255Z] setOSConditions: 16:21:26 [2023-03-05T21:21:26.255Z] 16:21:26 [2023-03-05T21:21:26.255Z] setToolWin: 16:21:26 [2023-03-05T21:21:26.255Z] 16:21:26 [2023-03-05T21:21:26.255Z] setToolUnix: 16:21:26 [2023-03-05T21:21:26.255Z] 16:21:26 [2023-03-05T21:21:26.255Z] setToolProperty: 16:21:26 [2023-03-05T21:21:26.255Z] 16:21:26 [2023-03-05T21:21:26.255Z] setS1ASclassPath: 16:21:26 [2023-03-05T21:21:26.255Z] 16:21:26 [2023-03-05T21:21:26.255Z] init-common: 16:21:26 [2023-03-05T21:21:26.255Z] 16:21:26 [2023-03-05T21:21:26.255Z] deploy-common-ee: 16:21:26 [2023-03-05T21:21:26.255Z] 16:21:26 [2023-03-05T21:21:26.255Z] run: 16:21:26 [2023-03-05T21:21:26.255Z] 16:21:26 [2023-03-05T21:21:26.255Z] setOSConditions: 16:21:26 [2023-03-05T21:21:26.255Z] 16:21:26 [2023-03-05T21:21:26.255Z] setToolWin: 16:21:26 [2023-03-05T21:21:26.255Z] 16:21:26 [2023-03-05T21:21:26.255Z] setToolUnix: 16:21:26 [2023-03-05T21:21:26.255Z] 16:21:26 [2023-03-05T21:21:26.255Z] setToolProperty: 16:21:26 [2023-03-05T21:21:26.255Z] 16:21:26 [2023-03-05T21:21:26.255Z] setS1ASclassPath: 16:21:26 [2023-03-05T21:21:26.255Z] 16:21:26 [2023-03-05T21:21:26.255Z] init-common: 16:21:26 [2023-03-05T21:21:26.255Z] 16:21:26 [2023-03-05T21:21:26.255Z] runclient-common: 16:21:26 [2023-03-05T21:21:26.255Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40AppClient.jar -name ejb-bmp-datasource40Client -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:21:26 [2023-03-05T21:21:26.818Z] [exec] Mar 05, 2023 9:21:26 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:21:26 [2023-03-05T21:21:26.818Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:21:29 [2023-03-05T21:21:29.346Z] [exec] Mar 05, 2023 9:21:28 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:21:29 [2023-03-05T21:21:29.346Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@62cbc478 16:21:29 [2023-03-05T21:21:29.926Z] [exec] Value of key is: test1 : 16:21:30 [2023-03-05T21:21:30.182Z] [exec] Value of key is: test2 : 16:21:30 [2023-03-05T21:21:30.182Z] [exec] Value of key is: test3 : 16:21:30 [2023-03-05T21:21:30.182Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:21:30 [2023-03-05T21:21:30.182Z] [exec] 16:21:30 [2023-03-05T21:21:30.182Z] [exec] 16:21:30 [2023-03-05T21:21:30.182Z] [exec] ----------------------------------------- 16:21:30 [2023-03-05T21:21:30.182Z] [exec] - test2 : : PASS - 16:21:30 [2023-03-05T21:21:30.182Z] [exec] - test1 : : PASS - 16:21:30 [2023-03-05T21:21:30.182Z] [exec] - test3 : : PASS - 16:21:30 [2023-03-05T21:21:30.182Z] [exec] ----------------------------------------- 16:21:30 [2023-03-05T21:21:30.182Z] [exec] Total PASS: 3 16:21:30 [2023-03-05T21:21:30.182Z] [exec] Total FAIL: 0 16:21:30 [2023-03-05T21:21:30.182Z] [exec] Total DID NOT RUN: 0 16:21:30 [2023-03-05T21:21:30.182Z] [exec] ----------------------------------------- 16:21:30 [2023-03-05T21:21:30.182Z] [exec] in flushAll , creating new testSuiteHash 16:21:30 [2023-03-05T21:21:30.182Z] [exec] in flushAll , creating new testSuiteHash 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] checkReporting-common: 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] confirmReportPresent-common: 16:21:30 [2023-03-05T21:21:30.438Z] [echo] file RepRunConf.txt is present. 16:21:30 [2023-03-05T21:21:30.438Z] [echo] Test seems to be reported fine 16:21:30 [2023-03-05T21:21:30.438Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/datasource40/RepRunConf.txt 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] confirmMissingReport-common: 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] undeploy: 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] setOSConditions: 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] setToolWin: 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] setToolUnix: 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] setToolProperty: 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] setS1ASclassPath: 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] init-common: 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] undeploy-jdbc-common: 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] setOSConditions: 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] setToolWin: 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] setToolUnix: 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] setToolProperty: 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] setS1ASclassPath: 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] init-common: 16:21:30 [2023-03-05T21:21:30.438Z] 16:21:30 [2023-03-05T21:21:30.438Z] delete-jdbc-resource-common: 16:21:30 [2023-03-05T21:21:30.438Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/ds-resource 16:21:30 [2023-03-05T21:21:30.694Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/ds-resource 16:21:30 [2023-03-05T21:21:30.694Z] [exec] JDBC resource jdbc/ds-resource deleted successfully 16:21:30 [2023-03-05T21:21:30.694Z] [echo] cmd executed for server 16:21:30 [2023-03-05T21:21:30.694Z] 16:21:30 [2023-03-05T21:21:30.694Z] setOSConditions: 16:21:30 [2023-03-05T21:21:30.694Z] 16:21:30 [2023-03-05T21:21:30.694Z] setToolWin: 16:21:30 [2023-03-05T21:21:30.694Z] 16:21:30 [2023-03-05T21:21:30.694Z] setToolUnix: 16:21:30 [2023-03-05T21:21:30.694Z] 16:21:30 [2023-03-05T21:21:30.694Z] setToolProperty: 16:21:30 [2023-03-05T21:21:30.694Z] 16:21:30 [2023-03-05T21:21:30.694Z] setS1ASclassPath: 16:21:30 [2023-03-05T21:21:30.694Z] 16:21:30 [2023-03-05T21:21:30.694Z] init-common: 16:21:30 [2023-03-05T21:21:30.694Z] 16:21:30 [2023-03-05T21:21:30.694Z] delete-jdbc-connpool-common: 16:21:30 [2023-03-05T21:21:30.694Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ds-pool 16:21:30 [2023-03-05T21:21:30.950Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ds-pool 16:21:30 [2023-03-05T21:21:30.950Z] [exec] JDBC Connection pool ds-pool deleted successfully 16:21:30 [2023-03-05T21:21:30.950Z] [echo] cmd executed for server 16:21:30 [2023-03-05T21:21:30.950Z] 16:21:30 [2023-03-05T21:21:30.950Z] setOSConditions: 16:21:30 [2023-03-05T21:21:30.950Z] 16:21:30 [2023-03-05T21:21:30.950Z] setToolWin: 16:21:30 [2023-03-05T21:21:30.950Z] 16:21:30 [2023-03-05T21:21:30.950Z] setToolUnix: 16:21:30 [2023-03-05T21:21:30.950Z] 16:21:30 [2023-03-05T21:21:30.950Z] setToolProperty: 16:21:30 [2023-03-05T21:21:30.950Z] 16:21:30 [2023-03-05T21:21:30.950Z] setS1ASclassPath: 16:21:30 [2023-03-05T21:21:30.950Z] 16:21:30 [2023-03-05T21:21:30.950Z] init-common: 16:21:30 [2023-03-05T21:21:30.950Z] 16:21:30 [2023-03-05T21:21:30.950Z] undeploy-jdbc-common: 16:21:31 [2023-03-05T21:21:31.219Z] 16:21:31 [2023-03-05T21:21:31.219Z] setOSConditions: 16:21:31 [2023-03-05T21:21:31.219Z] 16:21:31 [2023-03-05T21:21:31.219Z] setToolWin: 16:21:31 [2023-03-05T21:21:31.219Z] 16:21:31 [2023-03-05T21:21:31.219Z] setToolUnix: 16:21:31 [2023-03-05T21:21:31.219Z] 16:21:31 [2023-03-05T21:21:31.219Z] setToolProperty: 16:21:31 [2023-03-05T21:21:31.219Z] 16:21:31 [2023-03-05T21:21:31.219Z] setS1ASclassPath: 16:21:31 [2023-03-05T21:21:31.219Z] 16:21:31 [2023-03-05T21:21:31.219Z] init-common: 16:21:31 [2023-03-05T21:21:31.219Z] 16:21:31 [2023-03-05T21:21:31.219Z] delete-jdbc-resource-common: 16:21:31 [2023-03-05T21:21:31.219Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/cp-resource 16:21:31 [2023-03-05T21:21:31.476Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/cp-resource 16:21:31 [2023-03-05T21:21:31.476Z] [exec] JDBC resource jdbc/cp-resource deleted successfully 16:21:31 [2023-03-05T21:21:31.476Z] [echo] cmd executed for server 16:21:31 [2023-03-05T21:21:31.476Z] 16:21:31 [2023-03-05T21:21:31.476Z] setOSConditions: 16:21:31 [2023-03-05T21:21:31.476Z] 16:21:31 [2023-03-05T21:21:31.476Z] setToolWin: 16:21:31 [2023-03-05T21:21:31.476Z] 16:21:31 [2023-03-05T21:21:31.476Z] setToolUnix: 16:21:31 [2023-03-05T21:21:31.476Z] 16:21:31 [2023-03-05T21:21:31.476Z] setToolProperty: 16:21:31 [2023-03-05T21:21:31.476Z] 16:21:31 [2023-03-05T21:21:31.476Z] setS1ASclassPath: 16:21:31 [2023-03-05T21:21:31.476Z] 16:21:31 [2023-03-05T21:21:31.476Z] init-common: 16:21:31 [2023-03-05T21:21:31.476Z] 16:21:31 [2023-03-05T21:21:31.476Z] delete-jdbc-connpool-common: 16:21:31 [2023-03-05T21:21:31.476Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true cp-pool 16:21:31 [2023-03-05T21:21:31.733Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true cp-pool 16:21:31 [2023-03-05T21:21:31.733Z] [exec] JDBC Connection pool cp-pool deleted successfully 16:21:31 [2023-03-05T21:21:31.733Z] [echo] cmd executed for server 16:21:31 [2023-03-05T21:21:31.733Z] 16:21:31 [2023-03-05T21:21:31.733Z] setOSConditions: 16:21:31 [2023-03-05T21:21:31.733Z] 16:21:31 [2023-03-05T21:21:31.733Z] setToolWin: 16:21:31 [2023-03-05T21:21:31.733Z] 16:21:31 [2023-03-05T21:21:31.733Z] setToolUnix: 16:21:31 [2023-03-05T21:21:31.733Z] 16:21:31 [2023-03-05T21:21:31.733Z] setToolProperty: 16:21:31 [2023-03-05T21:21:31.733Z] 16:21:31 [2023-03-05T21:21:31.733Z] setS1ASclassPath: 16:21:31 [2023-03-05T21:21:31.733Z] 16:21:31 [2023-03-05T21:21:31.733Z] init-common: 16:21:31 [2023-03-05T21:21:31.733Z] 16:21:31 [2023-03-05T21:21:31.733Z] undeploy-jdbc-common: 16:21:31 [2023-03-05T21:21:31.733Z] 16:21:31 [2023-03-05T21:21:31.733Z] setOSConditions: 16:21:31 [2023-03-05T21:21:31.733Z] 16:21:31 [2023-03-05T21:21:31.733Z] setToolWin: 16:21:31 [2023-03-05T21:21:31.733Z] 16:21:31 [2023-03-05T21:21:31.733Z] setToolUnix: 16:21:31 [2023-03-05T21:21:31.733Z] 16:21:31 [2023-03-05T21:21:31.733Z] setToolProperty: 16:21:31 [2023-03-05T21:21:31.733Z] 16:21:31 [2023-03-05T21:21:31.733Z] setS1ASclassPath: 16:21:31 [2023-03-05T21:21:31.733Z] 16:21:31 [2023-03-05T21:21:31.733Z] init-common: 16:21:31 [2023-03-05T21:21:31.733Z] 16:21:31 [2023-03-05T21:21:31.733Z] delete-jdbc-resource-common: 16:21:31 [2023-03-05T21:21:31.733Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/xa-resource 16:21:31 [2023-03-05T21:21:31.989Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/xa-resource 16:21:31 [2023-03-05T21:21:31.989Z] [exec] JDBC resource jdbc/xa-resource deleted successfully 16:21:31 [2023-03-05T21:21:31.989Z] [echo] cmd executed for server 16:21:31 [2023-03-05T21:21:31.989Z] 16:21:31 [2023-03-05T21:21:31.989Z] setOSConditions: 16:21:31 [2023-03-05T21:21:31.989Z] 16:21:31 [2023-03-05T21:21:31.989Z] setToolWin: 16:21:31 [2023-03-05T21:21:31.989Z] 16:21:31 [2023-03-05T21:21:31.989Z] setToolUnix: 16:21:31 [2023-03-05T21:21:31.989Z] 16:21:31 [2023-03-05T21:21:31.989Z] setToolProperty: 16:21:31 [2023-03-05T21:21:31.989Z] 16:21:31 [2023-03-05T21:21:31.989Z] setS1ASclassPath: 16:21:31 [2023-03-05T21:21:31.989Z] 16:21:31 [2023-03-05T21:21:31.989Z] init-common: 16:21:31 [2023-03-05T21:21:31.989Z] 16:21:31 [2023-03-05T21:21:31.989Z] delete-jdbc-connpool-common: 16:21:31 [2023-03-05T21:21:31.989Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true xa-pool 16:21:32 [2023-03-05T21:21:32.552Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true xa-pool 16:21:32 [2023-03-05T21:21:32.552Z] [exec] JDBC Connection pool xa-pool deleted successfully 16:21:32 [2023-03-05T21:21:32.552Z] [echo] cmd executed for server 16:21:32 [2023-03-05T21:21:32.552Z] 16:21:32 [2023-03-05T21:21:32.552Z] setOSConditions: 16:21:32 [2023-03-05T21:21:32.552Z] 16:21:32 [2023-03-05T21:21:32.552Z] setToolWin: 16:21:32 [2023-03-05T21:21:32.552Z] 16:21:32 [2023-03-05T21:21:32.552Z] setToolUnix: 16:21:32 [2023-03-05T21:21:32.552Z] 16:21:32 [2023-03-05T21:21:32.552Z] setToolProperty: 16:21:32 [2023-03-05T21:21:32.552Z] 16:21:32 [2023-03-05T21:21:32.552Z] setS1ASclassPath: 16:21:32 [2023-03-05T21:21:32.552Z] 16:21:32 [2023-03-05T21:21:32.552Z] init-common: 16:21:32 [2023-03-05T21:21:32.552Z] 16:21:32 [2023-03-05T21:21:32.552Z] undeploy-common: 16:21:32 [2023-03-05T21:21:32.816Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-datasource40App 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] all: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setOSConditions: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setToolWin: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setToolUnix: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setToolProperty: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setS1ASclassPath: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] init-common: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] clean: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setOSConditions: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setToolWin: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setToolUnix: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setToolProperty: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setS1ASclassPath: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] init-common: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] clean-common: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setOSConditions: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setToolWin: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setToolUnix: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setToolProperty: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setS1ASclassPath: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] init-common: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] clean-classes-common: 16:21:32 [2023-03-05T21:21:32.816Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setOSConditions: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setToolWin: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setToolUnix: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setToolProperty: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setS1ASclassPath: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] init-common: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] clean-jars-common: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] compile: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setOSConditions: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setToolWin: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setToolUnix: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setToolProperty: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] setS1ASclassPath: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] init-common: 16:21:32 [2023-03-05T21:21:32.816Z] 16:21:32 [2023-03-05T21:21:32.816Z] compile-common: 16:21:32 [2023-03-05T21:21:32.816Z] [echo] Current time (ISO): 2023-03-05T21:21:32.745+0000 16:21:32 [2023-03-05T21:21:32.816Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:21:32 [2023-03-05T21:21:32.816Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:21:34 [2023-03-05T21:21:34.183Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:21:34 [2023-03-05T21:21:34.183Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/ejb/SimpleBMPBean.java:42: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:21:34 [2023-03-05T21:21:34.183Z] [javac] return new Integer(1); 16:21:34 [2023-03-05T21:21:34.183Z] [javac] ^ 16:21:34 [2023-03-05T21:21:34.183Z] [javac] 2 warnings 16:21:34 [2023-03-05T21:21:34.183Z] 16:21:34 [2023-03-05T21:21:34.183Z] setOSConditions: 16:21:34 [2023-03-05T21:21:34.183Z] 16:21:34 [2023-03-05T21:21:34.183Z] setToolWin: 16:21:34 [2023-03-05T21:21:34.183Z] 16:21:34 [2023-03-05T21:21:34.183Z] setToolUnix: 16:21:34 [2023-03-05T21:21:34.183Z] 16:21:34 [2023-03-05T21:21:34.183Z] setToolProperty: 16:21:34 [2023-03-05T21:21:34.183Z] 16:21:34 [2023-03-05T21:21:34.183Z] setS1ASclassPath: 16:21:34 [2023-03-05T21:21:34.183Z] 16:21:34 [2023-03-05T21:21:34.183Z] init-common: 16:21:34 [2023-03-05T21:21:34.183Z] 16:21:34 [2023-03-05T21:21:34.183Z] compile-common: 16:21:34 [2023-03-05T21:21:34.183Z] [echo] Current time (ISO): 2023-03-05T21:21:34.045+0000 16:21:34 [2023-03-05T21:21:34.183Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:21:35 [2023-03-05T21:21:35.558Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:21:35 [2023-03-05T21:21:35.558Z] [javac] 1 warning 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] build: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setOSConditions: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] fixFiles: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] convUnix: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] convWin: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setToolWin: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setToolUnix: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setToolProperty: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setS1ASclassPath: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] init-common: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] package-persistence-common: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] ejb-jar-common: 16:21:35 [2023-03-05T21:21:35.558Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] package-ejbjar-common: 16:21:35 [2023-03-05T21:21:35.558Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:21:35 [2023-03-05T21:21:35.558Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:21:35 [2023-03-05T21:21:35.558Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:21:35 [2023-03-05T21:21:35.558Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-ejb.jar 16:21:35 [2023-03-05T21:21:35.558Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] appclient-jar-common: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] package-appclientjar-common: 16:21:35 [2023-03-05T21:21:35.558Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:21:35 [2023-03-05T21:21:35.558Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:21:35 [2023-03-05T21:21:35.558Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:21:35 [2023-03-05T21:21:35.558Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-client.jar 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] webclient-war-common: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] build-ear-common: 16:21:35 [2023-03-05T21:21:35.558Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:21:35 [2023-03-05T21:21:35.558Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customvalApp.ear 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] deploy: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setOSConditions: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setToolWin: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setToolUnix: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setToolProperty: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setS1ASclassPath: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] init-common: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] create-jdbc-stuff: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setOSConditions: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setToolWin: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setToolUnix: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setToolProperty: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setS1ASclassPath: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] init-common: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] deploy-jdbc-common: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setOSConditions: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setToolWin: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setToolUnix: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setToolProperty: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] setS1ASclassPath: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] init-common: 16:21:35 [2023-03-05T21:21:35.558Z] 16:21:35 [2023-03-05T21:21:35.558Z] create-jdbc-connpool-common: 16:21:35 [2023-03-05T21:21:35.814Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-customval 16:21:35 [2023-03-05T21:21:35.814Z] [exec] JDBC connection pool jdbc-customval created successfully. 16:21:35 [2023-03-05T21:21:35.814Z] 16:21:35 [2023-03-05T21:21:35.814Z] set-derby-connpool-props: 16:21:36 [2023-03-05T21:21:36.071Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.User=dbuser 16:21:36 [2023-03-05T21:21:36.071Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.User=dbuser 16:21:36 [2023-03-05T21:21:36.327Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.Password=dbpassword 16:21:36 [2023-03-05T21:21:36.327Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.Password=dbpassword 16:21:36 [2023-03-05T21:21:36.583Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.driverType=4 16:21:36 [2023-03-05T21:21:36.583Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.driverType=4 16:21:37 [2023-03-05T21:21:37.146Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.portNumber=1527 16:21:37 [2023-03-05T21:21:37.146Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.portNumber=1527 16:21:37 [2023-03-05T21:21:37.419Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.dataBaseName=testdb 16:21:37 [2023-03-05T21:21:37.419Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.dataBaseName=testdb 16:21:37 [2023-03-05T21:21:37.675Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.retrieveMessagesFromServerOnGetMessage=true 16:21:37 [2023-03-05T21:21:37.675Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.retrieveMessagesFromServerOnGetMessage=true 16:21:37 [2023-03-05T21:21:37.931Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.create=true 16:21:37 [2023-03-05T21:21:37.931Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.create=true 16:21:38 [2023-03-05T21:21:38.493Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.serverName=localhost 16:21:38 [2023-03-05T21:21:38.493Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.serverName=localhost 16:21:38 [2023-03-05T21:21:38.493Z] 16:21:38 [2023-03-05T21:21:38.493Z] setOSConditions: 16:21:38 [2023-03-05T21:21:38.493Z] 16:21:38 [2023-03-05T21:21:38.493Z] setToolWin: 16:21:38 [2023-03-05T21:21:38.493Z] 16:21:38 [2023-03-05T21:21:38.493Z] setToolUnix: 16:21:38 [2023-03-05T21:21:38.493Z] 16:21:38 [2023-03-05T21:21:38.493Z] setToolProperty: 16:21:38 [2023-03-05T21:21:38.493Z] 16:21:38 [2023-03-05T21:21:38.493Z] setS1ASclassPath: 16:21:38 [2023-03-05T21:21:38.493Z] 16:21:38 [2023-03-05T21:21:38.493Z] init-common: 16:21:38 [2023-03-05T21:21:38.493Z] 16:21:38 [2023-03-05T21:21:38.493Z] create-jdbc-resource-common: 16:21:38 [2023-03-05T21:21:38.493Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-customval --target server jdbc/customvalDB 16:21:38 [2023-03-05T21:21:38.750Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-customval --enabled=true --target server jdbc/customvalDB 16:21:38 [2023-03-05T21:21:38.750Z] [exec] JDBC resource jdbc/customvalDB created successfully. 16:21:38 [2023-03-05T21:21:38.750Z] [echo] cmd executed for server 16:21:38 [2023-03-05T21:21:38.750Z] 16:21:38 [2023-03-05T21:21:38.750Z] setOSConditions: 16:21:38 [2023-03-05T21:21:38.750Z] 16:21:38 [2023-03-05T21:21:38.750Z] setToolWin: 16:21:38 [2023-03-05T21:21:38.750Z] 16:21:38 [2023-03-05T21:21:38.750Z] setToolUnix: 16:21:38 [2023-03-05T21:21:38.750Z] 16:21:38 [2023-03-05T21:21:38.750Z] setToolProperty: 16:21:38 [2023-03-05T21:21:38.750Z] 16:21:38 [2023-03-05T21:21:38.750Z] setS1ASclassPath: 16:21:38 [2023-03-05T21:21:38.750Z] 16:21:38 [2023-03-05T21:21:38.750Z] init-common: 16:21:38 [2023-03-05T21:21:38.750Z] 16:21:38 [2023-03-05T21:21:38.750Z] deploy-common: 16:21:38 [2023-03-05T21:21:38.750Z] [echo] Current time (ISO): 2023-03-05T21:21:38.530+0000 16:21:38 [2023-03-05T21:21:38.750Z] 16:21:38 [2023-03-05T21:21:38.750Z] setOSConditions: 16:21:38 [2023-03-05T21:21:38.750Z] 16:21:38 [2023-03-05T21:21:38.750Z] setToolWin: 16:21:38 [2023-03-05T21:21:38.750Z] 16:21:38 [2023-03-05T21:21:38.750Z] setToolUnix: 16:21:38 [2023-03-05T21:21:38.750Z] 16:21:38 [2023-03-05T21:21:38.750Z] setToolProperty: 16:21:38 [2023-03-05T21:21:38.750Z] 16:21:38 [2023-03-05T21:21:38.750Z] setS1ASclassPath: 16:21:38 [2023-03-05T21:21:38.750Z] 16:21:38 [2023-03-05T21:21:38.750Z] init-common: 16:21:38 [2023-03-05T21:21:38.750Z] 16:21:38 [2023-03-05T21:21:38.750Z] deploy-common-pe: 16:21:39 [2023-03-05T21:21:39.006Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customvalApp.ear 16:21:39 [2023-03-05T21:21:39.006Z] [exec] Application deployed with name jdbc-customvalApp. 16:21:39 [2023-03-05T21:21:39.006Z] [echo] Deployment on target server server successful 16:21:39 [2023-03-05T21:21:39.006Z] 16:21:39 [2023-03-05T21:21:39.006Z] setOSConditions: 16:21:39 [2023-03-05T21:21:39.006Z] 16:21:39 [2023-03-05T21:21:39.006Z] setToolWin: 16:21:39 [2023-03-05T21:21:39.006Z] 16:21:39 [2023-03-05T21:21:39.006Z] setToolUnix: 16:21:39 [2023-03-05T21:21:39.006Z] 16:21:39 [2023-03-05T21:21:39.006Z] setToolProperty: 16:21:39 [2023-03-05T21:21:39.006Z] 16:21:39 [2023-03-05T21:21:39.006Z] setS1ASclassPath: 16:21:39 [2023-03-05T21:21:39.006Z] 16:21:39 [2023-03-05T21:21:39.006Z] init-common: 16:21:39 [2023-03-05T21:21:39.006Z] 16:21:39 [2023-03-05T21:21:39.006Z] deploy-common-ee: 16:21:39 [2023-03-05T21:21:39.006Z] 16:21:39 [2023-03-05T21:21:39.006Z] run: 16:21:39 [2023-03-05T21:21:39.006Z] 16:21:39 [2023-03-05T21:21:39.006Z] setOSConditions: 16:21:39 [2023-03-05T21:21:39.006Z] 16:21:39 [2023-03-05T21:21:39.006Z] setToolWin: 16:21:39 [2023-03-05T21:21:39.006Z] 16:21:39 [2023-03-05T21:21:39.006Z] setToolUnix: 16:21:39 [2023-03-05T21:21:39.006Z] 16:21:39 [2023-03-05T21:21:39.006Z] setToolProperty: 16:21:39 [2023-03-05T21:21:39.006Z] 16:21:39 [2023-03-05T21:21:39.006Z] setS1ASclassPath: 16:21:39 [2023-03-05T21:21:39.006Z] 16:21:39 [2023-03-05T21:21:39.006Z] init-common: 16:21:39 [2023-03-05T21:21:39.006Z] 16:21:39 [2023-03-05T21:21:39.006Z] execute-sql-common: 16:21:39 [2023-03-05T21:21:39.006Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/sql/create_pointbase.sql 16:21:39 [2023-03-05T21:21:39.006Z] [sql] Failed to execute: Drop table O_Customer 16:21:39 [2023-03-05T21:21:39.006Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:21:39 [2023-03-05T21:21:39.006Z] [sql] 0 rows affected 16:21:39 [2023-03-05T21:21:39.006Z] [sql] 1 of 2 SQL statements executed successfully 16:21:39 [2023-03-05T21:21:39.263Z] 16:21:39 [2023-03-05T21:21:39.263Z] setOSConditions: 16:21:39 [2023-03-05T21:21:39.263Z] 16:21:39 [2023-03-05T21:21:39.263Z] setToolWin: 16:21:39 [2023-03-05T21:21:39.263Z] 16:21:39 [2023-03-05T21:21:39.263Z] setToolUnix: 16:21:39 [2023-03-05T21:21:39.263Z] 16:21:39 [2023-03-05T21:21:39.263Z] setToolProperty: 16:21:39 [2023-03-05T21:21:39.263Z] 16:21:39 [2023-03-05T21:21:39.263Z] setS1ASclassPath: 16:21:39 [2023-03-05T21:21:39.263Z] 16:21:39 [2023-03-05T21:21:39.263Z] init-common: 16:21:39 [2023-03-05T21:21:39.263Z] 16:21:39 [2023-03-05T21:21:39.263Z] runclient-common: 16:21:39 [2023-03-05T21:21:39.263Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customvalAppClient.jar -name jdbc-customvalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 16:21:39 [2023-03-05T21:21:39.828Z] [exec] Mar 05, 2023 9:21:39 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:21:39 [2023-03-05T21:21:39.828Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:21:41 [2023-03-05T21:21:41.719Z] [exec] Mar 05, 2023 9:21:41 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:21:41 [2023-03-05T21:21:41.719Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2ca54da9 16:21:41 [2023-03-05T21:21:41.976Z] [exec] Value of key is: test-1 16:21:41 [2023-03-05T21:21:41.976Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:21:41 [2023-03-05T21:21:41.976Z] [exec] 16:21:41 [2023-03-05T21:21:41.976Z] [exec] 16:21:41 [2023-03-05T21:21:41.976Z] [exec] ----------------------------------------- 16:21:41 [2023-03-05T21:21:41.976Z] [exec] - test-1 : PASS - 16:21:41 [2023-03-05T21:21:41.976Z] [exec] ----------------------------------------- 16:21:41 [2023-03-05T21:21:41.976Z] [exec] Total PASS: 1 16:21:41 [2023-03-05T21:21:41.976Z] [exec] Total FAIL: 0 16:21:41 [2023-03-05T21:21:41.976Z] [exec] Total DID NOT RUN: 0 16:21:41 [2023-03-05T21:21:41.976Z] [exec] ----------------------------------------- 16:21:41 [2023-03-05T21:21:41.976Z] [exec] in flushAll , creating new testSuiteHash 16:21:41 [2023-03-05T21:21:41.976Z] [exec] in flushAll , creating new testSuiteHash 16:21:42 [2023-03-05T21:21:42.232Z] 16:21:42 [2023-03-05T21:21:42.232Z] checkReporting-common: 16:21:42 [2023-03-05T21:21:42.232Z] 16:21:42 [2023-03-05T21:21:42.232Z] confirmReportPresent-common: 16:21:42 [2023-03-05T21:21:42.232Z] [echo] file RepRunConf.txt is present. 16:21:42 [2023-03-05T21:21:42.232Z] [echo] Test seems to be reported fine 16:21:42 [2023-03-05T21:21:42.232Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/RepRunConf.txt 16:21:42 [2023-03-05T21:21:42.232Z] 16:21:42 [2023-03-05T21:21:42.232Z] confirmMissingReport-common: 16:21:42 [2023-03-05T21:21:42.232Z] 16:21:42 [2023-03-05T21:21:42.232Z] setOSConditions: 16:21:42 [2023-03-05T21:21:42.232Z] 16:21:42 [2023-03-05T21:21:42.232Z] setToolWin: 16:21:42 [2023-03-05T21:21:42.232Z] 16:21:42 [2023-03-05T21:21:42.232Z] setToolUnix: 16:21:42 [2023-03-05T21:21:42.232Z] 16:21:42 [2023-03-05T21:21:42.232Z] setToolProperty: 16:21:42 [2023-03-05T21:21:42.232Z] 16:21:42 [2023-03-05T21:21:42.232Z] setS1ASclassPath: 16:21:42 [2023-03-05T21:21:42.232Z] 16:21:42 [2023-03-05T21:21:42.232Z] init-common: 16:21:42 [2023-03-05T21:21:42.232Z] 16:21:42 [2023-03-05T21:21:42.232Z] stop-derby: 16:21:42 [2023-03-05T21:21:42.232Z] 16:21:42 [2023-03-05T21:21:42.232Z] stop-derby-aix: 16:21:42 [2023-03-05T21:21:42.232Z] 16:21:42 [2023-03-05T21:21:42.232Z] stop-derby-nonaix: 16:21:42 [2023-03-05T21:21:42.232Z] [echo] Stopping Derby DB Server ... 16:21:42 [2023-03-05T21:21:42.796Z] [java] Sun Mar 05 21:21:42 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:21:42 [2023-03-05T21:21:42.796Z] 16:21:42 [2023-03-05T21:21:42.796Z] setOSConditions: 16:21:42 [2023-03-05T21:21:42.796Z] 16:21:42 [2023-03-05T21:21:42.796Z] setToolWin: 16:21:42 [2023-03-05T21:21:42.796Z] 16:21:42 [2023-03-05T21:21:42.796Z] setToolUnix: 16:21:42 [2023-03-05T21:21:42.796Z] 16:21:42 [2023-03-05T21:21:42.796Z] setToolProperty: 16:21:42 [2023-03-05T21:21:42.796Z] 16:21:42 [2023-03-05T21:21:42.796Z] setS1ASclassPath: 16:21:42 [2023-03-05T21:21:42.796Z] 16:21:42 [2023-03-05T21:21:42.796Z] init-common: 16:21:42 [2023-03-05T21:21:42.796Z] 16:21:42 [2023-03-05T21:21:42.796Z] start-derby: 16:21:42 [2023-03-05T21:21:42.796Z] 16:21:42 [2023-03-05T21:21:42.796Z] start-derby-aix: 16:21:42 [2023-03-05T21:21:42.796Z] 16:21:42 [2023-03-05T21:21:42.796Z] start-derby-nonaix: 16:21:42 [2023-03-05T21:21:42.796Z] [echo] Starting Derby DB Server ... 16:21:57 [2023-03-05T21:21:57.651Z] 16:21:57 [2023-03-05T21:21:57.651Z] setOSConditions: 16:21:57 [2023-03-05T21:21:57.651Z] 16:21:57 [2023-03-05T21:21:57.651Z] setToolWin: 16:21:57 [2023-03-05T21:21:57.651Z] 16:21:57 [2023-03-05T21:21:57.651Z] setToolUnix: 16:21:57 [2023-03-05T21:21:57.651Z] 16:21:57 [2023-03-05T21:21:57.651Z] setToolProperty: 16:21:57 [2023-03-05T21:21:57.651Z] 16:21:57 [2023-03-05T21:21:57.651Z] setS1ASclassPath: 16:21:57 [2023-03-05T21:21:57.651Z] 16:21:57 [2023-03-05T21:21:57.651Z] init-common: 16:21:57 [2023-03-05T21:21:57.651Z] 16:21:57 [2023-03-05T21:21:57.651Z] runclient-common: 16:21:57 [2023-03-05T21:21:57.651Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customvalAppClient.jar -name jdbc-customvalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 16:21:58 [2023-03-05T21:21:58.222Z] [exec] Mar 05, 2023 9:21:58 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:21:58 [2023-03-05T21:21:58.222Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:22:00 [2023-03-05T21:22:00.744Z] [exec] Mar 05, 2023 9:22:00 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:22:00 [2023-03-05T21:22:00.744Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@585513a8 16:22:00 [2023-03-05T21:22:00.744Z] [exec] Value of key is: test-2 16:22:00 [2023-03-05T21:22:00.744Z] [exec] test-2 returned false as validation is not enabled 16:22:00 [2023-03-05T21:22:00.744Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:22:00 [2023-03-05T21:22:00.744Z] [exec] 16:22:00 [2023-03-05T21:22:00.744Z] [exec] 16:22:00 [2023-03-05T21:22:00.744Z] [exec] ----------------------------------------- 16:22:00 [2023-03-05T21:22:00.744Z] [exec] - test-2 : PASS - 16:22:00 [2023-03-05T21:22:00.744Z] [exec] ----------------------------------------- 16:22:00 [2023-03-05T21:22:00.744Z] [exec] Total PASS: 1 16:22:00 [2023-03-05T21:22:00.744Z] [exec] Total FAIL: 0 16:22:00 [2023-03-05T21:22:00.744Z] [exec] Total DID NOT RUN: 0 16:22:00 [2023-03-05T21:22:00.744Z] [exec] ----------------------------------------- 16:22:00 [2023-03-05T21:22:00.744Z] [exec] in flushAll , creating new testSuiteHash 16:22:00 [2023-03-05T21:22:00.744Z] [exec] in flushAll , creating new testSuiteHash 16:22:03 [2023-03-05T21:22:03.480Z] 16:22:03 [2023-03-05T21:22:03.480Z] checkReporting-common: 16:22:03 [2023-03-05T21:22:03.480Z] 16:22:03 [2023-03-05T21:22:03.480Z] confirmReportPresent-common: 16:22:03 [2023-03-05T21:22:03.480Z] [echo] file RepRunConf.txt is present. 16:22:03 [2023-03-05T21:22:03.480Z] [echo] Test seems to be reported fine 16:22:03 [2023-03-05T21:22:03.480Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/RepRunConf.txt 16:22:03 [2023-03-05T21:22:03.480Z] 16:22:03 [2023-03-05T21:22:03.480Z] confirmMissingReport-common: 16:22:03 [2023-03-05T21:22:03.480Z] 16:22:03 [2023-03-05T21:22:03.480Z] asadmin-common: 16:22:03 [2023-03-05T21:22:03.480Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-customval.connection_validation_method=custom-validation 16:22:03 [2023-03-05T21:22:03.480Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.connection_validation_method=custom-validation 16:22:03 [2023-03-05T21:22:03.481Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.connection-validation-method=custom-validation 16:22:03 [2023-03-05T21:22:03.481Z] 16:22:03 [2023-03-05T21:22:03.481Z] asadmin-common: 16:22:03 [2023-03-05T21:22:03.481Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-customval.validation_classname=org.glassfish.api.jdbc.validation.DerbyConnectionValidation 16:22:03 [2023-03-05T21:22:03.481Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.validation_classname=org.glassfish.api.jdbc.validation.DerbyConnectionValidation 16:22:03 [2023-03-05T21:22:03.481Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.validation-classname=org.glassfish.api.jdbc.validation.DerbyConnectionValidation 16:22:03 [2023-03-05T21:22:03.481Z] 16:22:03 [2023-03-05T21:22:03.481Z] asadmin-common: 16:22:03 [2023-03-05T21:22:03.481Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-customval.is_connection_validation_required=true 16:22:03 [2023-03-05T21:22:03.481Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.is_connection_validation_required=true 16:22:03 [2023-03-05T21:22:03.481Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.is-connection-validation-required=true 16:22:03 [2023-03-05T21:22:03.481Z] 16:22:03 [2023-03-05T21:22:03.481Z] setOSConditions: 16:22:03 [2023-03-05T21:22:03.481Z] 16:22:03 [2023-03-05T21:22:03.481Z] setToolWin: 16:22:03 [2023-03-05T21:22:03.481Z] 16:22:03 [2023-03-05T21:22:03.481Z] setToolUnix: 16:22:03 [2023-03-05T21:22:03.481Z] 16:22:03 [2023-03-05T21:22:03.481Z] setToolProperty: 16:22:03 [2023-03-05T21:22:03.481Z] 16:22:03 [2023-03-05T21:22:03.481Z] setS1ASclassPath: 16:22:03 [2023-03-05T21:22:03.481Z] 16:22:03 [2023-03-05T21:22:03.481Z] init-common: 16:22:03 [2023-03-05T21:22:03.481Z] 16:22:03 [2023-03-05T21:22:03.481Z] runclient-common: 16:22:03 [2023-03-05T21:22:03.481Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customvalAppClient.jar -name jdbc-customvalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 3 16:22:03 [2023-03-05T21:22:03.481Z] [exec] Mar 05, 2023 9:22:02 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:22:03 [2023-03-05T21:22:03.481Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:22:04 [2023-03-05T21:22:04.859Z] [exec] Mar 05, 2023 9:22:04 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:22:04 [2023-03-05T21:22:04.859Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@29d25e65 16:22:05 [2023-03-05T21:22:05.426Z] [exec] Value of key is: test-3 16:22:05 [2023-03-05T21:22:05.426Z] [exec] test-3 returned true as validation is enabled 16:22:05 [2023-03-05T21:22:05.426Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:22:05 [2023-03-05T21:22:05.426Z] [exec] 16:22:05 [2023-03-05T21:22:05.426Z] [exec] 16:22:05 [2023-03-05T21:22:05.426Z] [exec] ----------------------------------------- 16:22:05 [2023-03-05T21:22:05.426Z] [exec] - test-3 : PASS - 16:22:05 [2023-03-05T21:22:05.426Z] [exec] ----------------------------------------- 16:22:05 [2023-03-05T21:22:05.426Z] [exec] Total PASS: 1 16:22:05 [2023-03-05T21:22:05.426Z] [exec] Total FAIL: 0 16:22:05 [2023-03-05T21:22:05.426Z] [exec] Total DID NOT RUN: 0 16:22:05 [2023-03-05T21:22:05.426Z] [exec] ----------------------------------------- 16:22:05 [2023-03-05T21:22:05.426Z] [exec] in flushAll , creating new testSuiteHash 16:22:05 [2023-03-05T21:22:05.426Z] [exec] in flushAll , creating new testSuiteHash 16:22:05 [2023-03-05T21:22:05.682Z] 16:22:05 [2023-03-05T21:22:05.682Z] checkReporting-common: 16:22:05 [2023-03-05T21:22:05.682Z] 16:22:05 [2023-03-05T21:22:05.682Z] confirmReportPresent-common: 16:22:05 [2023-03-05T21:22:05.682Z] [echo] file RepRunConf.txt is present. 16:22:05 [2023-03-05T21:22:05.682Z] [echo] Test seems to be reported fine 16:22:05 [2023-03-05T21:22:05.682Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/RepRunConf.txt 16:22:05 [2023-03-05T21:22:05.682Z] 16:22:05 [2023-03-05T21:22:05.682Z] confirmMissingReport-common: 16:22:05 [2023-03-05T21:22:05.682Z] 16:22:05 [2023-03-05T21:22:05.682Z] setOSConditions: 16:22:05 [2023-03-05T21:22:05.682Z] 16:22:05 [2023-03-05T21:22:05.682Z] setToolWin: 16:22:05 [2023-03-05T21:22:05.682Z] 16:22:05 [2023-03-05T21:22:05.682Z] setToolUnix: 16:22:05 [2023-03-05T21:22:05.682Z] 16:22:05 [2023-03-05T21:22:05.682Z] setToolProperty: 16:22:05 [2023-03-05T21:22:05.682Z] 16:22:05 [2023-03-05T21:22:05.682Z] setS1ASclassPath: 16:22:05 [2023-03-05T21:22:05.682Z] 16:22:05 [2023-03-05T21:22:05.682Z] init-common: 16:22:05 [2023-03-05T21:22:05.682Z] 16:22:05 [2023-03-05T21:22:05.682Z] stop-derby: 16:22:05 [2023-03-05T21:22:05.682Z] 16:22:05 [2023-03-05T21:22:05.682Z] stop-derby-aix: 16:22:05 [2023-03-05T21:22:05.682Z] 16:22:05 [2023-03-05T21:22:05.682Z] stop-derby-nonaix: 16:22:05 [2023-03-05T21:22:05.682Z] [echo] Stopping Derby DB Server ... 16:22:05 [2023-03-05T21:22:05.938Z] [java] Sun Mar 05 21:22:05 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:22:05 [2023-03-05T21:22:05.938Z] 16:22:05 [2023-03-05T21:22:05.938Z] setOSConditions: 16:22:05 [2023-03-05T21:22:05.938Z] 16:22:05 [2023-03-05T21:22:05.938Z] setToolWin: 16:22:05 [2023-03-05T21:22:05.938Z] 16:22:05 [2023-03-05T21:22:05.938Z] setToolUnix: 16:22:05 [2023-03-05T21:22:05.938Z] 16:22:05 [2023-03-05T21:22:05.938Z] setToolProperty: 16:22:05 [2023-03-05T21:22:05.938Z] 16:22:05 [2023-03-05T21:22:05.938Z] setS1ASclassPath: 16:22:05 [2023-03-05T21:22:05.938Z] 16:22:05 [2023-03-05T21:22:05.938Z] init-common: 16:22:05 [2023-03-05T21:22:05.938Z] 16:22:05 [2023-03-05T21:22:05.938Z] start-derby: 16:22:05 [2023-03-05T21:22:05.938Z] 16:22:05 [2023-03-05T21:22:05.938Z] start-derby-aix: 16:22:05 [2023-03-05T21:22:05.938Z] 16:22:05 [2023-03-05T21:22:05.938Z] start-derby-nonaix: 16:22:05 [2023-03-05T21:22:05.938Z] [echo] Starting Derby DB Server ... 16:22:21 [2023-03-05T21:22:21.282Z] 16:22:21 [2023-03-05T21:22:21.282Z] setOSConditions: 16:22:21 [2023-03-05T21:22:21.282Z] 16:22:21 [2023-03-05T21:22:21.282Z] setToolWin: 16:22:21 [2023-03-05T21:22:21.282Z] 16:22:21 [2023-03-05T21:22:21.282Z] setToolUnix: 16:22:21 [2023-03-05T21:22:21.282Z] 16:22:21 [2023-03-05T21:22:21.282Z] setToolProperty: 16:22:21 [2023-03-05T21:22:21.282Z] 16:22:21 [2023-03-05T21:22:21.282Z] setS1ASclassPath: 16:22:21 [2023-03-05T21:22:21.282Z] 16:22:21 [2023-03-05T21:22:21.282Z] init-common: 16:22:21 [2023-03-05T21:22:21.282Z] 16:22:21 [2023-03-05T21:22:21.282Z] runclient-common: 16:22:21 [2023-03-05T21:22:21.282Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customvalAppClient.jar -name jdbc-customvalClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 4 16:22:21 [2023-03-05T21:22:21.539Z] [exec] Mar 05, 2023 9:22:21 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:22:21 [2023-03-05T21:22:21.539Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:22:24 [2023-03-05T21:22:24.120Z] [exec] Mar 05, 2023 9:22:23 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:22:24 [2023-03-05T21:22:24.120Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2ca54da9 16:22:24 [2023-03-05T21:22:24.376Z] [exec] Value of key is: test-4 16:22:24 [2023-03-05T21:22:24.376Z] [exec] test-4 returned true as validation is enabled 16:22:24 [2023-03-05T21:22:24.376Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:22:24 [2023-03-05T21:22:24.376Z] [exec] 16:22:24 [2023-03-05T21:22:24.376Z] [exec] 16:22:24 [2023-03-05T21:22:24.376Z] [exec] ----------------------------------------- 16:22:24 [2023-03-05T21:22:24.376Z] [exec] - test-4 : PASS - 16:22:24 [2023-03-05T21:22:24.376Z] [exec] ----------------------------------------- 16:22:24 [2023-03-05T21:22:24.376Z] [exec] Total PASS: 1 16:22:24 [2023-03-05T21:22:24.376Z] [exec] Total FAIL: 0 16:22:24 [2023-03-05T21:22:24.376Z] [exec] Total DID NOT RUN: 0 16:22:24 [2023-03-05T21:22:24.376Z] [exec] ----------------------------------------- 16:22:24 [2023-03-05T21:22:24.376Z] [exec] in flushAll , creating new testSuiteHash 16:22:24 [2023-03-05T21:22:24.376Z] [exec] in flushAll , creating new testSuiteHash 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] checkReporting-common: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] confirmReportPresent-common: 16:22:24 [2023-03-05T21:22:24.633Z] [echo] file RepRunConf.txt is present. 16:22:24 [2023-03-05T21:22:24.633Z] [echo] Test seems to be reported fine 16:22:24 [2023-03-05T21:22:24.633Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/RepRunConf.txt 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] confirmMissingReport-common: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] setOSConditions: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] setToolWin: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] setToolUnix: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] setToolProperty: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] setS1ASclassPath: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] init-common: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] execute-sql-common: 16:22:24 [2023-03-05T21:22:24.633Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/sql/drop_pointbase.sql 16:22:24 [2023-03-05T21:22:24.633Z] [sql] 0 rows affected 16:22:24 [2023-03-05T21:22:24.633Z] [sql] 1 of 1 SQL statements executed successfully 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] undeploy: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] setOSConditions: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] setToolWin: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] setToolUnix: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] setToolProperty: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] setS1ASclassPath: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] init-common: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] delete-jdbc-stuff: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] setOSConditions: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] setToolWin: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] setToolUnix: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] setToolProperty: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] setS1ASclassPath: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] init-common: 16:22:24 [2023-03-05T21:22:24.633Z] 16:22:24 [2023-03-05T21:22:24.633Z] delete-jdbc-resource-common: 16:22:24 [2023-03-05T21:22:24.633Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/customvalDB 16:22:24 [2023-03-05T21:22:24.889Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/customvalDB 16:22:24 [2023-03-05T21:22:24.889Z] [exec] JDBC resource jdbc/customvalDB deleted successfully 16:22:24 [2023-03-05T21:22:24.889Z] [echo] cmd executed for server 16:22:24 [2023-03-05T21:22:24.889Z] 16:22:24 [2023-03-05T21:22:24.889Z] setOSConditions: 16:22:24 [2023-03-05T21:22:24.889Z] 16:22:24 [2023-03-05T21:22:24.889Z] setToolWin: 16:22:24 [2023-03-05T21:22:24.889Z] 16:22:24 [2023-03-05T21:22:24.889Z] setToolUnix: 16:22:24 [2023-03-05T21:22:24.889Z] 16:22:24 [2023-03-05T21:22:24.890Z] setToolProperty: 16:22:24 [2023-03-05T21:22:24.890Z] 16:22:24 [2023-03-05T21:22:24.890Z] setS1ASclassPath: 16:22:24 [2023-03-05T21:22:24.890Z] 16:22:24 [2023-03-05T21:22:24.890Z] init-common: 16:22:24 [2023-03-05T21:22:24.890Z] 16:22:24 [2023-03-05T21:22:24.890Z] delete-jdbc-connpool-common: 16:22:24 [2023-03-05T21:22:24.890Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-customval 16:22:25 [2023-03-05T21:22:25.452Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-customval 16:22:25 [2023-03-05T21:22:25.452Z] [exec] JDBC Connection pool jdbc-customval deleted successfully 16:22:25 [2023-03-05T21:22:25.452Z] [echo] cmd executed for server 16:22:25 [2023-03-05T21:22:25.452Z] 16:22:25 [2023-03-05T21:22:25.452Z] setOSConditions: 16:22:25 [2023-03-05T21:22:25.452Z] 16:22:25 [2023-03-05T21:22:25.452Z] setToolWin: 16:22:25 [2023-03-05T21:22:25.452Z] 16:22:25 [2023-03-05T21:22:25.452Z] setToolUnix: 16:22:25 [2023-03-05T21:22:25.452Z] 16:22:25 [2023-03-05T21:22:25.452Z] setToolProperty: 16:22:25 [2023-03-05T21:22:25.452Z] 16:22:25 [2023-03-05T21:22:25.452Z] setS1ASclassPath: 16:22:25 [2023-03-05T21:22:25.452Z] 16:22:25 [2023-03-05T21:22:25.452Z] init-common: 16:22:25 [2023-03-05T21:22:25.452Z] 16:22:25 [2023-03-05T21:22:25.452Z] undeploy-common: 16:22:25 [2023-03-05T21:22:25.708Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-customvalApp 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] all: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setOSConditions: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setToolWin: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setToolUnix: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setToolProperty: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setS1ASclassPath: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] init-common: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] clean: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setOSConditions: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setToolWin: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setToolUnix: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setToolProperty: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setS1ASclassPath: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] init-common: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] clean-common: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setOSConditions: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setToolWin: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setToolUnix: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setToolProperty: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setS1ASclassPath: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] init-common: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] clean-classes-common: 16:22:25 [2023-03-05T21:22:25.708Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setOSConditions: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setToolWin: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setToolUnix: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setToolProperty: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setS1ASclassPath: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] init-common: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] clean-jars-common: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] compile: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setOSConditions: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setToolWin: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setToolUnix: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setToolProperty: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] setS1ASclassPath: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] init-common: 16:22:25 [2023-03-05T21:22:25.708Z] 16:22:25 [2023-03-05T21:22:25.708Z] compile-common: 16:22:25 [2023-03-05T21:22:25.708Z] [echo] Current time (ISO): 2023-03-05T21:22:25.568+0000 16:22:25 [2023-03-05T21:22:25.708Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:22:25 [2023-03-05T21:22:25.708Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:22:27 [2023-03-05T21:22:27.075Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:22:27 [2023-03-05T21:22:27.075Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/ejb/SimpleBMPBean.java:42: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:22:27 [2023-03-05T21:22:27.075Z] [javac] return new Integer(1); 16:22:27 [2023-03-05T21:22:27.075Z] [javac] ^ 16:22:27 [2023-03-05T21:22:27.075Z] [javac] 2 warnings 16:22:27 [2023-03-05T21:22:27.075Z] 16:22:27 [2023-03-05T21:22:27.075Z] setOSConditions: 16:22:27 [2023-03-05T21:22:27.075Z] 16:22:27 [2023-03-05T21:22:27.075Z] setToolWin: 16:22:27 [2023-03-05T21:22:27.075Z] 16:22:27 [2023-03-05T21:22:27.075Z] setToolUnix: 16:22:27 [2023-03-05T21:22:27.075Z] 16:22:27 [2023-03-05T21:22:27.075Z] setToolProperty: 16:22:27 [2023-03-05T21:22:27.075Z] 16:22:27 [2023-03-05T21:22:27.075Z] setS1ASclassPath: 16:22:27 [2023-03-05T21:22:27.075Z] 16:22:27 [2023-03-05T21:22:27.075Z] init-common: 16:22:27 [2023-03-05T21:22:27.075Z] 16:22:27 [2023-03-05T21:22:27.075Z] compile-common: 16:22:27 [2023-03-05T21:22:27.075Z] [echo] Current time (ISO): 2023-03-05T21:22:26.759+0000 16:22:27 [2023-03-05T21:22:27.075Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:22:28 [2023-03-05T21:22:28.004Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:22:28 [2023-03-05T21:22:28.004Z] [javac] 1 warning 16:22:28 [2023-03-05T21:22:28.004Z] 16:22:28 [2023-03-05T21:22:28.004Z] setOSConditions: 16:22:28 [2023-03-05T21:22:28.004Z] 16:22:28 [2023-03-05T21:22:28.004Z] setToolWin: 16:22:28 [2023-03-05T21:22:28.004Z] 16:22:28 [2023-03-05T21:22:28.004Z] setToolUnix: 16:22:28 [2023-03-05T21:22:28.004Z] 16:22:28 [2023-03-05T21:22:28.004Z] setToolProperty: 16:22:28 [2023-03-05T21:22:28.004Z] 16:22:28 [2023-03-05T21:22:28.004Z] setS1ASclassPath: 16:22:28 [2023-03-05T21:22:28.004Z] 16:22:28 [2023-03-05T21:22:28.004Z] init-common: 16:22:28 [2023-03-05T21:22:28.004Z] 16:22:28 [2023-03-05T21:22:28.004Z] compile-common: 16:22:28 [2023-03-05T21:22:28.004Z] [echo] Current time (ISO): 2023-03-05T21:22:27.969+0000 16:22:28 [2023-03-05T21:22:28.004Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:22:29 [2023-03-05T21:22:29.370Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:22:29 [2023-03-05T21:22:29.370Z] [javac] 1 warning 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] build: 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] setOSConditions: 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] fixFiles: 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] convUnix: 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] convWin: 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] setToolWin: 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] setToolUnix: 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] setToolProperty: 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] setS1ASclassPath: 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] init-common: 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] package-persistence-common: 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] ejb-jar-common: 16:22:29 [2023-03-05T21:22:29.370Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] package-ejbjar-common: 16:22:29 [2023-03-05T21:22:29.370Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:22:29 [2023-03-05T21:22:29.370Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:22:29 [2023-03-05T21:22:29.370Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:22:29 [2023-03-05T21:22:29.370Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1-ejb.jar 16:22:29 [2023-03-05T21:22:29.370Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] appclient-jar-common: 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] package-appclientjar-common: 16:22:29 [2023-03-05T21:22:29.370Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:22:29 [2023-03-05T21:22:29.370Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:22:29 [2023-03-05T21:22:29.370Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:22:29 [2023-03-05T21:22:29.370Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1-client.jar 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] webclient-war-common: 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] build-ear-common: 16:22:29 [2023-03-05T21:22:29.370Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:22:29 [2023-03-05T21:22:29.370Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1App.ear 16:22:29 [2023-03-05T21:22:29.370Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/validator/myvalidator.jar 16:22:29 [2023-03-05T21:22:29.370Z] [copyfile] DEPRECATED - The copyfile task is deprecated. Use copy instead. 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] restart-server: 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] setOSConditions: 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] stop-server: 16:22:29 [2023-03-05T21:22:29.370Z] 16:22:29 [2023-03-05T21:22:29.370Z] stop-server-unix: 16:22:29 [2023-03-05T21:22:29.370Z] [echo] stopping server on unix ... 16:22:29 [2023-03-05T21:22:29.933Z] [exec] Waiting for the domain to stop . 16:22:29 [2023-03-05T21:22:29.933Z] [exec] Waiting finished after 116 ms. 16:22:29 [2023-03-05T21:22:29.933Z] [exec] Command stop-domain executed successfully. 16:22:39 [2023-03-05T21:22:39.892Z] 16:22:39 [2023-03-05T21:22:39.892Z] stop-server-windows: 16:22:45 [2023-03-05T21:22:45.142Z] 16:22:45 [2023-03-05T21:22:45.142Z] setOSConditions: 16:22:45 [2023-03-05T21:22:45.142Z] 16:22:45 [2023-03-05T21:22:45.142Z] start-server: 16:22:45 [2023-03-05T21:22:45.142Z] [echo] +-----------------------------+ 16:22:45 [2023-03-05T21:22:45.142Z] [echo] | | 16:22:45 [2023-03-05T21:22:45.142Z] [echo] | S T A R T I N G GLASSFISH | 16:22:45 [2023-03-05T21:22:45.142Z] [echo] | in Felix mode | 16:22:45 [2023-03-05T21:22:45.142Z] [echo] | | 16:22:45 [2023-03-05T21:22:45.142Z] [echo] +-----------------------------+ 16:22:45 [2023-03-05T21:22:45.142Z] 16:22:45 [2023-03-05T21:22:45.142Z] start-server-unix: 16:22:49 [2023-03-05T21:22:49.420Z] [exec] Waiting for domain1 to start .... 16:22:49 [2023-03-05T21:22:49.420Z] [exec] Waiting finished after 3,549 ms. 16:22:49 [2023-03-05T21:22:49.420Z] [exec] Successfully started the domain : domain1 16:22:49 [2023-03-05T21:22:49.420Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:22:49 [2023-03-05T21:22:49.420Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:22:49 [2023-03-05T21:22:49.420Z] [exec] Admin Port: 4,848 16:22:49 [2023-03-05T21:22:49.420Z] [exec] Command start-domain executed successfully. 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] start-server-windows: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] deploy: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] setOSConditions: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] setToolWin: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] setToolUnix: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] setToolProperty: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] setS1ASclassPath: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] init-common: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] create-jdbc-stuff: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] setOSConditions: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] setToolWin: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] setToolUnix: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] setToolProperty: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] setS1ASclassPath: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] init-common: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] deploy-jdbc-common: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] setOSConditions: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] setToolWin: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] setToolUnix: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] setToolProperty: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] setS1ASclassPath: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] init-common: 16:22:59 [2023-03-05T21:22:59.376Z] 16:22:59 [2023-03-05T21:22:59.376Z] create-jdbc-connpool-common: 16:22:59 [2023-03-05T21:22:59.939Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-customval 16:23:00 [2023-03-05T21:23:00.501Z] [exec] JDBC connection pool jdbc-customval created successfully. 16:23:00 [2023-03-05T21:23:00.501Z] 16:23:00 [2023-03-05T21:23:00.501Z] set-derby-connpool-props: 16:23:01 [2023-03-05T21:23:01.063Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.User=dbuser 16:23:01 [2023-03-05T21:23:01.063Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.User=dbuser 16:23:01 [2023-03-05T21:23:01.321Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.Password=dbpassword 16:23:01 [2023-03-05T21:23:01.321Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.Password=dbpassword 16:23:01 [2023-03-05T21:23:01.577Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.driverType=4 16:23:01 [2023-03-05T21:23:01.577Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.driverType=4 16:23:01 [2023-03-05T21:23:01.832Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.portNumber=1527 16:23:01 [2023-03-05T21:23:01.832Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.portNumber=1527 16:23:02 [2023-03-05T21:23:02.394Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.dataBaseName=testdb 16:23:02 [2023-03-05T21:23:02.394Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.dataBaseName=testdb 16:23:02 [2023-03-05T21:23:02.650Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.retrieveMessagesFromServerOnGetMessage=true 16:23:02 [2023-03-05T21:23:02.650Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.retrieveMessagesFromServerOnGetMessage=true 16:23:02 [2023-03-05T21:23:02.919Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.create=true 16:23:02 [2023-03-05T21:23:02.919Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.create=true 16:23:03 [2023-03-05T21:23:03.176Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.property.serverName=localhost 16:23:03 [2023-03-05T21:23:03.176Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.serverName=localhost 16:23:03 [2023-03-05T21:23:03.176Z] 16:23:03 [2023-03-05T21:23:03.176Z] setOSConditions: 16:23:03 [2023-03-05T21:23:03.176Z] 16:23:03 [2023-03-05T21:23:03.176Z] setToolWin: 16:23:03 [2023-03-05T21:23:03.176Z] 16:23:03 [2023-03-05T21:23:03.176Z] setToolUnix: 16:23:03 [2023-03-05T21:23:03.176Z] 16:23:03 [2023-03-05T21:23:03.176Z] setToolProperty: 16:23:03 [2023-03-05T21:23:03.176Z] 16:23:03 [2023-03-05T21:23:03.176Z] setS1ASclassPath: 16:23:03 [2023-03-05T21:23:03.176Z] 16:23:03 [2023-03-05T21:23:03.176Z] init-common: 16:23:03 [2023-03-05T21:23:03.176Z] 16:23:03 [2023-03-05T21:23:03.176Z] create-jdbc-resource-common: 16:23:03 [2023-03-05T21:23:03.176Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-customval --target server jdbc/customvalDB 16:23:03 [2023-03-05T21:23:03.432Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-customval --enabled=true --target server jdbc/customvalDB 16:23:03 [2023-03-05T21:23:03.689Z] [exec] JDBC resource jdbc/customvalDB created successfully. 16:23:03 [2023-03-05T21:23:03.689Z] [echo] cmd executed for server 16:23:03 [2023-03-05T21:23:03.689Z] 16:23:03 [2023-03-05T21:23:03.689Z] setOSConditions: 16:23:03 [2023-03-05T21:23:03.689Z] 16:23:03 [2023-03-05T21:23:03.689Z] setToolWin: 16:23:03 [2023-03-05T21:23:03.689Z] 16:23:03 [2023-03-05T21:23:03.689Z] setToolUnix: 16:23:03 [2023-03-05T21:23:03.689Z] 16:23:03 [2023-03-05T21:23:03.689Z] setToolProperty: 16:23:03 [2023-03-05T21:23:03.689Z] 16:23:03 [2023-03-05T21:23:03.689Z] setS1ASclassPath: 16:23:03 [2023-03-05T21:23:03.689Z] 16:23:03 [2023-03-05T21:23:03.689Z] init-common: 16:23:03 [2023-03-05T21:23:03.689Z] 16:23:03 [2023-03-05T21:23:03.689Z] deploy-common: 16:23:03 [2023-03-05T21:23:03.689Z] [echo] Current time (ISO): 2023-03-05T21:23:03.446+0000 16:23:03 [2023-03-05T21:23:03.689Z] 16:23:03 [2023-03-05T21:23:03.689Z] setOSConditions: 16:23:03 [2023-03-05T21:23:03.689Z] 16:23:03 [2023-03-05T21:23:03.689Z] setToolWin: 16:23:03 [2023-03-05T21:23:03.689Z] 16:23:03 [2023-03-05T21:23:03.689Z] setToolUnix: 16:23:03 [2023-03-05T21:23:03.689Z] 16:23:03 [2023-03-05T21:23:03.689Z] setToolProperty: 16:23:03 [2023-03-05T21:23:03.689Z] 16:23:03 [2023-03-05T21:23:03.689Z] setS1ASclassPath: 16:23:03 [2023-03-05T21:23:03.689Z] 16:23:03 [2023-03-05T21:23:03.689Z] init-common: 16:23:03 [2023-03-05T21:23:03.689Z] 16:23:03 [2023-03-05T21:23:03.689Z] deploy-common-pe: 16:23:03 [2023-03-05T21:23:03.945Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1App.ear 16:23:06 [2023-03-05T21:23:06.481Z] [exec] Application deployed with name jdbc-customval-1App. 16:23:06 [2023-03-05T21:23:06.481Z] [echo] Deployment on target server server successful 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] setOSConditions: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] setToolWin: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] setToolUnix: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] setToolProperty: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] setS1ASclassPath: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] init-common: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] deploy-common-ee: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] run: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] setOSConditions: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] setToolWin: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] setToolUnix: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] setToolProperty: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] setS1ASclassPath: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] init-common: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] execute-sql-common: 16:23:06 [2023-03-05T21:23:06.481Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/sql/create_pointbase.sql 16:23:06 [2023-03-05T21:23:06.481Z] [sql] Failed to execute: Drop table O_CUSTOMER 16:23:06 [2023-03-05T21:23:06.481Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:23:06 [2023-03-05T21:23:06.481Z] [sql] 0 rows affected 16:23:06 [2023-03-05T21:23:06.481Z] [sql] Failed to execute: Drop table DUMMY 16:23:06 [2023-03-05T21:23:06.481Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DUMMY' because it does not exist. 16:23:06 [2023-03-05T21:23:06.481Z] [sql] 0 rows affected 16:23:06 [2023-03-05T21:23:06.481Z] [sql] 1 rows affected 16:23:06 [2023-03-05T21:23:06.481Z] [sql] 3 of 5 SQL statements executed successfully 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] setOSConditions: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] setToolWin: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] setToolUnix: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] setToolProperty: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] setS1ASclassPath: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] init-common: 16:23:06 [2023-03-05T21:23:06.481Z] 16:23:06 [2023-03-05T21:23:06.481Z] runclient-common: 16:23:06 [2023-03-05T21:23:06.481Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1AppClient.jar -name jdbc-customval-1Client -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 16:23:07 [2023-03-05T21:23:07.044Z] [exec] Mar 05, 2023 9:23:06 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:23:07 [2023-03-05T21:23:07.044Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:23:07 [2023-03-05T21:23:07.624Z] [exec] Mar 05, 2023 9:23:07 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 16:23:07 [2023-03-05T21:23:07.624Z] [exec] WARNING: ACC001: Using the only client [jdbc-customval-1-client] with main class [com.sun.s1asdev.jdbc.customval.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1AppClient.jar even though it does not match the specified main class name null or client name jdbc-customval-1Client 16:23:10 [2023-03-05T21:23:10.147Z] [exec] Mar 05, 2023 9:23:09 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:23:10 [2023-03-05T21:23:10.147Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@437ed416 16:23:11 [2023-03-05T21:23:11.095Z] [exec] Value of key is: test-1 16:23:11 [2023-03-05T21:23:11.095Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:23:11 [2023-03-05T21:23:11.095Z] [exec] 16:23:11 [2023-03-05T21:23:11.095Z] [exec] 16:23:11 [2023-03-05T21:23:11.095Z] [exec] ----------------------------------------- 16:23:11 [2023-03-05T21:23:11.096Z] [exec] - test-1 : PASS - 16:23:11 [2023-03-05T21:23:11.096Z] [exec] ----------------------------------------- 16:23:11 [2023-03-05T21:23:11.096Z] [exec] Total PASS: 1 16:23:11 [2023-03-05T21:23:11.096Z] [exec] Total FAIL: 0 16:23:11 [2023-03-05T21:23:11.096Z] [exec] Total DID NOT RUN: 0 16:23:11 [2023-03-05T21:23:11.096Z] [exec] ----------------------------------------- 16:23:11 [2023-03-05T21:23:11.096Z] [exec] in flushAll , creating new testSuiteHash 16:23:11 [2023-03-05T21:23:11.096Z] [exec] in flushAll , creating new testSuiteHash 16:23:11 [2023-03-05T21:23:11.096Z] 16:23:11 [2023-03-05T21:23:11.096Z] checkReporting-common: 16:23:11 [2023-03-05T21:23:11.096Z] 16:23:11 [2023-03-05T21:23:11.096Z] confirmReportPresent-common: 16:23:11 [2023-03-05T21:23:11.096Z] [echo] file RepRunConf.txt is present. 16:23:11 [2023-03-05T21:23:11.096Z] [echo] Test seems to be reported fine 16:23:11 [2023-03-05T21:23:11.096Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/RepRunConf.txt 16:23:11 [2023-03-05T21:23:11.096Z] 16:23:11 [2023-03-05T21:23:11.096Z] confirmMissingReport-common: 16:23:11 [2023-03-05T21:23:11.096Z] 16:23:11 [2023-03-05T21:23:11.096Z] setOSConditions: 16:23:11 [2023-03-05T21:23:11.096Z] 16:23:11 [2023-03-05T21:23:11.096Z] setToolWin: 16:23:11 [2023-03-05T21:23:11.096Z] 16:23:11 [2023-03-05T21:23:11.096Z] setToolUnix: 16:23:11 [2023-03-05T21:23:11.096Z] 16:23:11 [2023-03-05T21:23:11.096Z] setToolProperty: 16:23:11 [2023-03-05T21:23:11.096Z] 16:23:11 [2023-03-05T21:23:11.096Z] setS1ASclassPath: 16:23:11 [2023-03-05T21:23:11.096Z] 16:23:11 [2023-03-05T21:23:11.096Z] init-common: 16:23:11 [2023-03-05T21:23:11.096Z] 16:23:11 [2023-03-05T21:23:11.096Z] stop-derby: 16:23:11 [2023-03-05T21:23:11.352Z] 16:23:11 [2023-03-05T21:23:11.352Z] stop-derby-aix: 16:23:11 [2023-03-05T21:23:11.352Z] 16:23:11 [2023-03-05T21:23:11.352Z] stop-derby-nonaix: 16:23:11 [2023-03-05T21:23:11.352Z] [echo] Stopping Derby DB Server ... 16:23:11 [2023-03-05T21:23:11.619Z] [java] Sun Mar 05 21:23:11 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:23:11 [2023-03-05T21:23:11.619Z] 16:23:11 [2023-03-05T21:23:11.619Z] setOSConditions: 16:23:11 [2023-03-05T21:23:11.619Z] 16:23:11 [2023-03-05T21:23:11.619Z] setToolWin: 16:23:11 [2023-03-05T21:23:11.619Z] 16:23:11 [2023-03-05T21:23:11.619Z] setToolUnix: 16:23:11 [2023-03-05T21:23:11.619Z] 16:23:11 [2023-03-05T21:23:11.619Z] setToolProperty: 16:23:11 [2023-03-05T21:23:11.619Z] 16:23:11 [2023-03-05T21:23:11.619Z] setS1ASclassPath: 16:23:11 [2023-03-05T21:23:11.619Z] 16:23:11 [2023-03-05T21:23:11.619Z] init-common: 16:23:11 [2023-03-05T21:23:11.619Z] 16:23:11 [2023-03-05T21:23:11.619Z] start-derby: 16:23:11 [2023-03-05T21:23:11.619Z] 16:23:11 [2023-03-05T21:23:11.619Z] start-derby-aix: 16:23:11 [2023-03-05T21:23:11.619Z] 16:23:11 [2023-03-05T21:23:11.619Z] start-derby-nonaix: 16:23:11 [2023-03-05T21:23:11.619Z] [echo] Starting Derby DB Server ... 16:23:26 [2023-03-05T21:23:26.476Z] 16:23:26 [2023-03-05T21:23:26.476Z] setOSConditions: 16:23:26 [2023-03-05T21:23:26.477Z] 16:23:26 [2023-03-05T21:23:26.477Z] setToolWin: 16:23:26 [2023-03-05T21:23:26.477Z] 16:23:26 [2023-03-05T21:23:26.477Z] setToolUnix: 16:23:26 [2023-03-05T21:23:26.477Z] 16:23:26 [2023-03-05T21:23:26.477Z] setToolProperty: 16:23:26 [2023-03-05T21:23:26.477Z] 16:23:26 [2023-03-05T21:23:26.477Z] setS1ASclassPath: 16:23:26 [2023-03-05T21:23:26.477Z] 16:23:26 [2023-03-05T21:23:26.477Z] init-common: 16:23:26 [2023-03-05T21:23:26.477Z] 16:23:26 [2023-03-05T21:23:26.477Z] runclient-common: 16:23:26 [2023-03-05T21:23:26.477Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1AppClient.jar -name jdbc-customval-1Client -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 16:23:27 [2023-03-05T21:23:27.041Z] [exec] Mar 05, 2023 9:23:26 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:23:27 [2023-03-05T21:23:27.041Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:23:27 [2023-03-05T21:23:27.626Z] [exec] Mar 05, 2023 9:23:27 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 16:23:27 [2023-03-05T21:23:27.626Z] [exec] WARNING: ACC001: Using the only client [jdbc-customval-1-client] with main class [com.sun.s1asdev.jdbc.customval.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1AppClient.jar even though it does not match the specified main class name null or client name jdbc-customval-1Client 16:23:29 [2023-03-05T21:23:29.551Z] [exec] Mar 05, 2023 9:23:29 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:23:29 [2023-03-05T21:23:29.551Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@691567ea 16:23:29 [2023-03-05T21:23:29.551Z] [exec] Value of key is: test-2 16:23:29 [2023-03-05T21:23:29.551Z] [exec] test-2 returned false as validation is not enabled 16:23:29 [2023-03-05T21:23:29.551Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:23:29 [2023-03-05T21:23:29.551Z] [exec] 16:23:29 [2023-03-05T21:23:29.551Z] [exec] 16:23:29 [2023-03-05T21:23:29.551Z] [exec] ----------------------------------------- 16:23:29 [2023-03-05T21:23:29.551Z] [exec] - test-2 : PASS - 16:23:29 [2023-03-05T21:23:29.551Z] [exec] ----------------------------------------- 16:23:29 [2023-03-05T21:23:29.551Z] [exec] Total PASS: 1 16:23:29 [2023-03-05T21:23:29.551Z] [exec] Total FAIL: 0 16:23:29 [2023-03-05T21:23:29.551Z] [exec] Total DID NOT RUN: 0 16:23:29 [2023-03-05T21:23:29.551Z] [exec] ----------------------------------------- 16:23:29 [2023-03-05T21:23:29.551Z] [exec] in flushAll , creating new testSuiteHash 16:23:29 [2023-03-05T21:23:29.551Z] [exec] in flushAll , creating new testSuiteHash 16:23:29 [2023-03-05T21:23:29.819Z] 16:23:29 [2023-03-05T21:23:29.819Z] checkReporting-common: 16:23:29 [2023-03-05T21:23:29.819Z] 16:23:29 [2023-03-05T21:23:29.819Z] confirmReportPresent-common: 16:23:29 [2023-03-05T21:23:29.819Z] [echo] file RepRunConf.txt is present. 16:23:29 [2023-03-05T21:23:29.819Z] [echo] Test seems to be reported fine 16:23:29 [2023-03-05T21:23:29.819Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/RepRunConf.txt 16:23:29 [2023-03-05T21:23:29.819Z] 16:23:29 [2023-03-05T21:23:29.819Z] confirmMissingReport-common: 16:23:29 [2023-03-05T21:23:29.819Z] 16:23:29 [2023-03-05T21:23:29.820Z] asadmin-common: 16:23:29 [2023-03-05T21:23:29.820Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-customval.connection_validation_method=custom-validation 16:23:30 [2023-03-05T21:23:30.076Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.connection_validation_method=custom-validation 16:23:30 [2023-03-05T21:23:30.076Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.connection-validation-method=custom-validation 16:23:30 [2023-03-05T21:23:30.076Z] 16:23:30 [2023-03-05T21:23:30.076Z] asadmin-common: 16:23:30 [2023-03-05T21:23:30.076Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-customval.validation_classname=com.sun.s1asdev.jdbc.customval.validator.MyValidator 16:23:30 [2023-03-05T21:23:30.332Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.validation_classname=com.sun.s1asdev.jdbc.customval.validator.MyValidator 16:23:30 [2023-03-05T21:23:30.332Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.validation-classname=com.sun.s1asdev.jdbc.customval.validator.MyValidator 16:23:30 [2023-03-05T21:23:30.332Z] 16:23:30 [2023-03-05T21:23:30.332Z] asadmin-common: 16:23:30 [2023-03-05T21:23:30.332Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-customval.is_connection_validation_required=true 16:23:30 [2023-03-05T21:23:30.589Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-customval.is_connection_validation_required=true 16:23:30 [2023-03-05T21:23:30.589Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.is-connection-validation-required=true 16:23:30 [2023-03-05T21:23:30.589Z] 16:23:30 [2023-03-05T21:23:30.589Z] setOSConditions: 16:23:30 [2023-03-05T21:23:30.589Z] 16:23:30 [2023-03-05T21:23:30.589Z] setToolWin: 16:23:30 [2023-03-05T21:23:30.589Z] 16:23:30 [2023-03-05T21:23:30.589Z] setToolUnix: 16:23:30 [2023-03-05T21:23:30.589Z] 16:23:30 [2023-03-05T21:23:30.589Z] setToolProperty: 16:23:30 [2023-03-05T21:23:30.589Z] 16:23:30 [2023-03-05T21:23:30.589Z] setS1ASclassPath: 16:23:30 [2023-03-05T21:23:30.589Z] 16:23:30 [2023-03-05T21:23:30.589Z] init-common: 16:23:30 [2023-03-05T21:23:30.589Z] 16:23:30 [2023-03-05T21:23:30.589Z] runclient-common: 16:23:30 [2023-03-05T21:23:30.589Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1AppClient.jar -name jdbc-customval-1Client -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 3 16:23:31 [2023-03-05T21:23:31.519Z] [exec] Mar 05, 2023 9:23:31 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:23:31 [2023-03-05T21:23:31.519Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:23:31 [2023-03-05T21:23:31.776Z] [exec] Mar 05, 2023 9:23:31 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 16:23:31 [2023-03-05T21:23:31.776Z] [exec] WARNING: ACC001: Using the only client [jdbc-customval-1-client] with main class [com.sun.s1asdev.jdbc.customval.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1AppClient.jar even though it does not match the specified main class name null or client name jdbc-customval-1Client 16:23:33 [2023-03-05T21:23:33.668Z] [exec] Mar 05, 2023 9:23:33 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:23:33 [2023-03-05T21:23:33.668Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@382d71c7 16:23:33 [2023-03-05T21:23:33.924Z] [exec] Value of key is: test-3 16:23:33 [2023-03-05T21:23:33.925Z] [exec] test-3 returned true as validation is enabled 16:23:33 [2023-03-05T21:23:33.925Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:23:33 [2023-03-05T21:23:33.925Z] [exec] 16:23:33 [2023-03-05T21:23:33.925Z] [exec] 16:23:33 [2023-03-05T21:23:33.925Z] [exec] ----------------------------------------- 16:23:33 [2023-03-05T21:23:33.925Z] [exec] - test-3 : PASS - 16:23:33 [2023-03-05T21:23:33.925Z] [exec] ----------------------------------------- 16:23:33 [2023-03-05T21:23:33.925Z] [exec] Total PASS: 1 16:23:33 [2023-03-05T21:23:33.925Z] [exec] Total FAIL: 0 16:23:33 [2023-03-05T21:23:33.925Z] [exec] Total DID NOT RUN: 0 16:23:33 [2023-03-05T21:23:33.925Z] [exec] ----------------------------------------- 16:23:33 [2023-03-05T21:23:33.925Z] [exec] in flushAll , creating new testSuiteHash 16:23:33 [2023-03-05T21:23:33.925Z] [exec] in flushAll , creating new testSuiteHash 16:23:34 [2023-03-05T21:23:34.487Z] 16:23:34 [2023-03-05T21:23:34.487Z] checkReporting-common: 16:23:34 [2023-03-05T21:23:34.487Z] 16:23:34 [2023-03-05T21:23:34.487Z] confirmReportPresent-common: 16:23:34 [2023-03-05T21:23:34.487Z] [echo] file RepRunConf.txt is present. 16:23:34 [2023-03-05T21:23:34.487Z] [echo] Test seems to be reported fine 16:23:34 [2023-03-05T21:23:34.487Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/RepRunConf.txt 16:23:34 [2023-03-05T21:23:34.487Z] 16:23:34 [2023-03-05T21:23:34.487Z] confirmMissingReport-common: 16:23:34 [2023-03-05T21:23:34.487Z] 16:23:34 [2023-03-05T21:23:34.487Z] setOSConditions: 16:23:34 [2023-03-05T21:23:34.487Z] 16:23:34 [2023-03-05T21:23:34.487Z] setToolWin: 16:23:34 [2023-03-05T21:23:34.487Z] 16:23:34 [2023-03-05T21:23:34.487Z] setToolUnix: 16:23:34 [2023-03-05T21:23:34.487Z] 16:23:34 [2023-03-05T21:23:34.487Z] setToolProperty: 16:23:34 [2023-03-05T21:23:34.487Z] 16:23:34 [2023-03-05T21:23:34.487Z] setS1ASclassPath: 16:23:34 [2023-03-05T21:23:34.487Z] 16:23:34 [2023-03-05T21:23:34.487Z] init-common: 16:23:34 [2023-03-05T21:23:34.487Z] 16:23:34 [2023-03-05T21:23:34.487Z] stop-derby: 16:23:34 [2023-03-05T21:23:34.487Z] 16:23:34 [2023-03-05T21:23:34.487Z] stop-derby-aix: 16:23:34 [2023-03-05T21:23:34.487Z] 16:23:34 [2023-03-05T21:23:34.487Z] stop-derby-nonaix: 16:23:34 [2023-03-05T21:23:34.487Z] [echo] Stopping Derby DB Server ... 16:23:34 [2023-03-05T21:23:34.743Z] [java] Sun Mar 05 21:23:34 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:23:34 [2023-03-05T21:23:34.743Z] 16:23:34 [2023-03-05T21:23:34.743Z] setOSConditions: 16:23:34 [2023-03-05T21:23:34.743Z] 16:23:34 [2023-03-05T21:23:34.743Z] setToolWin: 16:23:34 [2023-03-05T21:23:34.743Z] 16:23:34 [2023-03-05T21:23:34.743Z] setToolUnix: 16:23:34 [2023-03-05T21:23:34.743Z] 16:23:34 [2023-03-05T21:23:34.743Z] setToolProperty: 16:23:34 [2023-03-05T21:23:34.743Z] 16:23:34 [2023-03-05T21:23:34.743Z] setS1ASclassPath: 16:23:34 [2023-03-05T21:23:34.743Z] 16:23:34 [2023-03-05T21:23:34.743Z] init-common: 16:23:34 [2023-03-05T21:23:34.743Z] 16:23:34 [2023-03-05T21:23:34.743Z] start-derby: 16:23:34 [2023-03-05T21:23:34.743Z] 16:23:34 [2023-03-05T21:23:34.743Z] start-derby-aix: 16:23:34 [2023-03-05T21:23:34.743Z] 16:23:34 [2023-03-05T21:23:34.743Z] start-derby-nonaix: 16:23:34 [2023-03-05T21:23:34.743Z] [echo] Starting Derby DB Server ... 16:23:49 [2023-03-05T21:23:49.598Z] 16:23:49 [2023-03-05T21:23:49.598Z] setOSConditions: 16:23:49 [2023-03-05T21:23:49.598Z] 16:23:49 [2023-03-05T21:23:49.598Z] setToolWin: 16:23:49 [2023-03-05T21:23:49.598Z] 16:23:49 [2023-03-05T21:23:49.598Z] setToolUnix: 16:23:49 [2023-03-05T21:23:49.598Z] 16:23:49 [2023-03-05T21:23:49.598Z] setToolProperty: 16:23:49 [2023-03-05T21:23:49.598Z] 16:23:49 [2023-03-05T21:23:49.598Z] setS1ASclassPath: 16:23:49 [2023-03-05T21:23:49.598Z] 16:23:49 [2023-03-05T21:23:49.598Z] init-common: 16:23:49 [2023-03-05T21:23:49.598Z] 16:23:49 [2023-03-05T21:23:49.598Z] runclient-common: 16:23:49 [2023-03-05T21:23:49.598Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1AppClient.jar -name jdbc-customval-1Client -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 4 16:23:50 [2023-03-05T21:23:50.528Z] [exec] Mar 05, 2023 9:23:50 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:23:50 [2023-03-05T21:23:50.528Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:23:50 [2023-03-05T21:23:50.786Z] [exec] Mar 05, 2023 9:23:50 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 16:23:50 [2023-03-05T21:23:50.786Z] [exec] WARNING: ACC001: Using the only client [jdbc-customval-1-client] with main class [com.sun.s1asdev.jdbc.customval.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1AppClient.jar even though it does not match the specified main class name null or client name jdbc-customval-1Client 16:23:52 [2023-03-05T21:23:52.677Z] [exec] Mar 05, 2023 9:23:52 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:23:52 [2023-03-05T21:23:52.677Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@691567ea 16:23:53 [2023-03-05T21:23:53.241Z] [exec] Value of key is: test-4 16:23:53 [2023-03-05T21:23:53.241Z] [exec] test-4 returned true as validation is enabled 16:23:53 [2023-03-05T21:23:53.241Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:23:53 [2023-03-05T21:23:53.241Z] [exec] 16:23:53 [2023-03-05T21:23:53.241Z] [exec] 16:23:53 [2023-03-05T21:23:53.241Z] [exec] ----------------------------------------- 16:23:53 [2023-03-05T21:23:53.241Z] [exec] - test-4 : PASS - 16:23:53 [2023-03-05T21:23:53.241Z] [exec] ----------------------------------------- 16:23:53 [2023-03-05T21:23:53.241Z] [exec] Total PASS: 1 16:23:53 [2023-03-05T21:23:53.241Z] [exec] Total FAIL: 0 16:23:53 [2023-03-05T21:23:53.241Z] [exec] Total DID NOT RUN: 0 16:23:53 [2023-03-05T21:23:53.241Z] [exec] ----------------------------------------- 16:23:53 [2023-03-05T21:23:53.241Z] [exec] in flushAll , creating new testSuiteHash 16:23:53 [2023-03-05T21:23:53.241Z] [exec] in flushAll , creating new testSuiteHash 16:23:53 [2023-03-05T21:23:53.497Z] 16:23:53 [2023-03-05T21:23:53.497Z] checkReporting-common: 16:23:53 [2023-03-05T21:23:53.497Z] 16:23:53 [2023-03-05T21:23:53.497Z] confirmReportPresent-common: 16:23:53 [2023-03-05T21:23:53.497Z] [echo] file RepRunConf.txt is present. 16:23:53 [2023-03-05T21:23:53.497Z] [echo] Test seems to be reported fine 16:23:53 [2023-03-05T21:23:53.497Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/RepRunConf.txt 16:23:53 [2023-03-05T21:23:53.497Z] 16:23:53 [2023-03-05T21:23:53.497Z] confirmMissingReport-common: 16:23:53 [2023-03-05T21:23:53.497Z] 16:23:53 [2023-03-05T21:23:53.497Z] setOSConditions: 16:23:53 [2023-03-05T21:23:53.497Z] 16:23:53 [2023-03-05T21:23:53.497Z] setToolWin: 16:23:53 [2023-03-05T21:23:53.497Z] 16:23:53 [2023-03-05T21:23:53.497Z] setToolUnix: 16:23:53 [2023-03-05T21:23:53.497Z] 16:23:53 [2023-03-05T21:23:53.497Z] setToolProperty: 16:23:53 [2023-03-05T21:23:53.497Z] 16:23:53 [2023-03-05T21:23:53.497Z] setS1ASclassPath: 16:23:53 [2023-03-05T21:23:53.497Z] 16:23:53 [2023-03-05T21:23:53.497Z] init-common: 16:23:53 [2023-03-05T21:23:53.497Z] 16:23:53 [2023-03-05T21:23:53.497Z] execute-sql-common: 16:23:53 [2023-03-05T21:23:53.498Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/sql/drop_pointbase.sql 16:23:53 [2023-03-05T21:23:53.498Z] [sql] 0 rows affected 16:23:53 [2023-03-05T21:23:53.498Z] [sql] 1 of 1 SQL statements executed successfully 16:23:53 [2023-03-05T21:23:53.498Z] 16:23:53 [2023-03-05T21:23:53.498Z] undeploy: 16:23:53 [2023-03-05T21:23:53.498Z] 16:23:53 [2023-03-05T21:23:53.498Z] setOSConditions: 16:23:53 [2023-03-05T21:23:53.498Z] 16:23:53 [2023-03-05T21:23:53.498Z] setToolWin: 16:23:53 [2023-03-05T21:23:53.498Z] 16:23:53 [2023-03-05T21:23:53.498Z] setToolUnix: 16:23:53 [2023-03-05T21:23:53.498Z] 16:23:53 [2023-03-05T21:23:53.498Z] setToolProperty: 16:23:53 [2023-03-05T21:23:53.498Z] 16:23:53 [2023-03-05T21:23:53.498Z] setS1ASclassPath: 16:23:53 [2023-03-05T21:23:53.498Z] 16:23:53 [2023-03-05T21:23:53.498Z] init-common: 16:23:53 [2023-03-05T21:23:53.498Z] 16:23:53 [2023-03-05T21:23:53.498Z] delete-jdbc-stuff: 16:23:53 [2023-03-05T21:23:53.498Z] 16:23:53 [2023-03-05T21:23:53.498Z] setOSConditions: 16:23:53 [2023-03-05T21:23:53.498Z] 16:23:53 [2023-03-05T21:23:53.498Z] setToolWin: 16:23:53 [2023-03-05T21:23:53.498Z] 16:23:53 [2023-03-05T21:23:53.498Z] setToolUnix: 16:23:53 [2023-03-05T21:23:53.498Z] 16:23:53 [2023-03-05T21:23:53.498Z] setToolProperty: 16:23:53 [2023-03-05T21:23:53.498Z] 16:23:53 [2023-03-05T21:23:53.498Z] setS1ASclassPath: 16:23:53 [2023-03-05T21:23:53.498Z] 16:23:53 [2023-03-05T21:23:53.498Z] init-common: 16:23:53 [2023-03-05T21:23:53.498Z] 16:23:53 [2023-03-05T21:23:53.498Z] delete-jdbc-resource-common: 16:23:53 [2023-03-05T21:23:53.498Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/customvalDB 16:23:53 [2023-03-05T21:23:53.775Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/customvalDB 16:23:53 [2023-03-05T21:23:53.775Z] [exec] JDBC resource jdbc/customvalDB deleted successfully 16:23:53 [2023-03-05T21:23:53.775Z] [echo] cmd executed for server 16:23:53 [2023-03-05T21:23:53.775Z] 16:23:53 [2023-03-05T21:23:53.775Z] setOSConditions: 16:23:53 [2023-03-05T21:23:53.775Z] 16:23:53 [2023-03-05T21:23:53.775Z] setToolWin: 16:23:53 [2023-03-05T21:23:53.775Z] 16:23:53 [2023-03-05T21:23:53.775Z] setToolUnix: 16:23:53 [2023-03-05T21:23:53.775Z] 16:23:53 [2023-03-05T21:23:53.775Z] setToolProperty: 16:23:53 [2023-03-05T21:23:53.775Z] 16:23:53 [2023-03-05T21:23:53.775Z] setS1ASclassPath: 16:23:53 [2023-03-05T21:23:53.775Z] 16:23:53 [2023-03-05T21:23:53.775Z] init-common: 16:23:53 [2023-03-05T21:23:53.775Z] 16:23:53 [2023-03-05T21:23:53.775Z] delete-jdbc-connpool-common: 16:23:53 [2023-03-05T21:23:53.775Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-customval 16:23:54 [2023-03-05T21:23:54.031Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-customval 16:23:54 [2023-03-05T21:23:54.031Z] [exec] JDBC Connection pool jdbc-customval deleted successfully 16:23:54 [2023-03-05T21:23:54.031Z] [echo] cmd executed for server 16:23:54 [2023-03-05T21:23:54.031Z] 16:23:54 [2023-03-05T21:23:54.031Z] setOSConditions: 16:23:54 [2023-03-05T21:23:54.031Z] 16:23:54 [2023-03-05T21:23:54.031Z] setToolWin: 16:23:54 [2023-03-05T21:23:54.031Z] 16:23:54 [2023-03-05T21:23:54.031Z] setToolUnix: 16:23:54 [2023-03-05T21:23:54.031Z] 16:23:54 [2023-03-05T21:23:54.031Z] setToolProperty: 16:23:54 [2023-03-05T21:23:54.031Z] 16:23:54 [2023-03-05T21:23:54.031Z] setS1ASclassPath: 16:23:54 [2023-03-05T21:23:54.031Z] 16:23:54 [2023-03-05T21:23:54.031Z] init-common: 16:23:54 [2023-03-05T21:23:54.031Z] 16:23:54 [2023-03-05T21:23:54.031Z] undeploy-common: 16:23:54 [2023-03-05T21:23:54.618Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-customval-1App 16:23:54 [2023-03-05T21:23:54.618Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/lib/myvalidator.jar 16:23:54 [2023-03-05T21:23:54.618Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/validator/myvalidator.jar 16:23:54 [2023-03-05T21:23:54.618Z] 16:23:54 [2023-03-05T21:23:54.618Z] restart-server: 16:23:54 [2023-03-05T21:23:54.618Z] 16:23:54 [2023-03-05T21:23:54.618Z] setOSConditions: 16:23:54 [2023-03-05T21:23:54.618Z] 16:23:54 [2023-03-05T21:23:54.618Z] stop-server: 16:23:54 [2023-03-05T21:23:54.618Z] 16:23:54 [2023-03-05T21:23:54.618Z] stop-server-unix: 16:23:54 [2023-03-05T21:23:54.618Z] [echo] stopping server on unix ... 16:23:55 [2023-03-05T21:23:55.226Z] [exec] Waiting for the domain to stop . 16:23:55 [2023-03-05T21:23:55.226Z] [exec] Waiting finished after 166 ms. 16:23:55 [2023-03-05T21:23:55.226Z] [exec] Command stop-domain executed successfully. 16:24:05 [2023-03-05T21:24:05.178Z] 16:24:05 [2023-03-05T21:24:05.178Z] stop-server-windows: 16:24:10 [2023-03-05T21:24:10.435Z] 16:24:10 [2023-03-05T21:24:10.435Z] setOSConditions: 16:24:10 [2023-03-05T21:24:10.435Z] 16:24:10 [2023-03-05T21:24:10.435Z] start-server: 16:24:10 [2023-03-05T21:24:10.435Z] [echo] +-----------------------------+ 16:24:10 [2023-03-05T21:24:10.435Z] [echo] | | 16:24:10 [2023-03-05T21:24:10.435Z] [echo] | S T A R T I N G GLASSFISH | 16:24:10 [2023-03-05T21:24:10.435Z] [echo] | in Felix mode | 16:24:10 [2023-03-05T21:24:10.436Z] [echo] | | 16:24:10 [2023-03-05T21:24:10.436Z] [echo] +-----------------------------+ 16:24:10 [2023-03-05T21:24:10.436Z] 16:24:10 [2023-03-05T21:24:10.436Z] start-server-unix: 16:24:14 [2023-03-05T21:24:14.721Z] [exec] Waiting for domain1 to start .... 16:24:14 [2023-03-05T21:24:14.721Z] [exec] Waiting finished after 3,559 ms. 16:24:14 [2023-03-05T21:24:14.721Z] [exec] Successfully started the domain : domain1 16:24:14 [2023-03-05T21:24:14.721Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:24:14 [2023-03-05T21:24:14.721Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:24:14 [2023-03-05T21:24:14.721Z] [exec] Admin Port: 4,848 16:24:14 [2023-03-05T21:24:14.721Z] [exec] Command start-domain executed successfully. 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] start-server-windows: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] all: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setOSConditions: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setToolWin: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setToolUnix: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setToolProperty: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setS1ASclassPath: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] init-common: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] clean: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setOSConditions: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setToolWin: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setToolUnix: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setToolProperty: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setS1ASclassPath: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] init-common: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] clean-common: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setOSConditions: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setToolWin: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setToolUnix: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setToolProperty: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setS1ASclassPath: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] init-common: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] clean-classes-common: 16:24:24 [2023-03-05T21:24:24.676Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setOSConditions: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setToolWin: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setToolUnix: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setToolProperty: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setS1ASclassPath: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] init-common: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] clean-jars-common: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] compile: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setOSConditions: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setToolWin: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setToolUnix: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setToolProperty: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] setS1ASclassPath: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] init-common: 16:24:24 [2023-03-05T21:24:24.676Z] 16:24:24 [2023-03-05T21:24:24.676Z] compile-common: 16:24:24 [2023-03-05T21:24:24.676Z] [echo] Current time (ISO): 2023-03-05T21:24:24.477+0000 16:24:24 [2023-03-05T21:24:24.676Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:24:24 [2023-03-05T21:24:24.676Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:24:25 [2023-03-05T21:24:25.620Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:24:25 [2023-03-05T21:24:25.620Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/ejb/SimpleBMPBean.java:50: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:24:25 [2023-03-05T21:24:25.620Z] [javac] return new Integer(1); 16:24:25 [2023-03-05T21:24:25.620Z] [javac] ^ 16:24:25 [2023-03-05T21:24:25.878Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/ejb/SimpleBMPBean.java uses unchecked or unsafe operations. 16:24:25 [2023-03-05T21:24:25.878Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:24:25 [2023-03-05T21:24:25.878Z] [javac] 2 warnings 16:24:25 [2023-03-05T21:24:25.878Z] 16:24:25 [2023-03-05T21:24:25.878Z] setOSConditions: 16:24:25 [2023-03-05T21:24:25.878Z] 16:24:25 [2023-03-05T21:24:25.878Z] setToolWin: 16:24:25 [2023-03-05T21:24:25.878Z] 16:24:25 [2023-03-05T21:24:25.878Z] setToolUnix: 16:24:25 [2023-03-05T21:24:25.878Z] 16:24:25 [2023-03-05T21:24:25.878Z] setToolProperty: 16:24:25 [2023-03-05T21:24:25.878Z] 16:24:25 [2023-03-05T21:24:25.878Z] setS1ASclassPath: 16:24:25 [2023-03-05T21:24:25.878Z] 16:24:25 [2023-03-05T21:24:25.878Z] init-common: 16:24:25 [2023-03-05T21:24:25.878Z] 16:24:25 [2023-03-05T21:24:25.878Z] compile-common: 16:24:25 [2023-03-05T21:24:25.878Z] [echo] Current time (ISO): 2023-03-05T21:24:25.697+0000 16:24:25 [2023-03-05T21:24:25.878Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:24:26 [2023-03-05T21:24:26.820Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:24:27 [2023-03-05T21:24:27.077Z] [javac] 1 warning 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] build: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] setOSConditions: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] fixFiles: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] convUnix: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] convWin: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] setToolWin: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] setToolUnix: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] setToolProperty: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] setS1ASclassPath: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] init-common: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] package-persistence-common: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] ejb-jar-common: 16:24:27 [2023-03-05T21:24:27.077Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] package-ejbjar-common: 16:24:27 [2023-03-05T21:24:27.077Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:24:27 [2023-03-05T21:24:27.077Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:24:27 [2023-03-05T21:24:27.077Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:24:27 [2023-03-05T21:24:27.077Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpool-ejb.jar 16:24:27 [2023-03-05T21:24:27.077Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] appclient-jar-common: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] package-appclientjar-common: 16:24:27 [2023-03-05T21:24:27.077Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:24:27 [2023-03-05T21:24:27.077Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:24:27 [2023-03-05T21:24:27.077Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:24:27 [2023-03-05T21:24:27.077Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpool-client.jar 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] webclient-war-common: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] build-ear-common: 16:24:27 [2023-03-05T21:24:27.077Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:24:27 [2023-03-05T21:24:27.077Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpoolApp.ear 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] deploy: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] setOSConditions: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] setToolWin: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] setToolUnix: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] setToolProperty: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] setS1ASclassPath: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] init-common: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] execute-sql-common: 16:24:27 [2023-03-05T21:24:27.077Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/sql/create_pointbase.sql 16:24:27 [2023-03-05T21:24:27.077Z] [sql] Failed to execute: Drop table flush_connection_pool 16:24:27 [2023-03-05T21:24:27.077Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'FLUSH_CONNECTION_POOL' because it does not exist. 16:24:27 [2023-03-05T21:24:27.077Z] [sql] 0 rows affected 16:24:27 [2023-03-05T21:24:27.077Z] [sql] 1 of 2 SQL statements executed successfully 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] setOSConditions: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] setToolWin: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] setToolUnix: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] setToolProperty: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] setS1ASclassPath: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.077Z] init-common: 16:24:27 [2023-03-05T21:24:27.077Z] 16:24:27 [2023-03-05T21:24:27.078Z] setup: 16:24:27 [2023-03-05T21:24:27.078Z] 16:24:27 [2023-03-05T21:24:27.078Z] setOSConditions: 16:24:27 [2023-03-05T21:24:27.078Z] 16:24:27 [2023-03-05T21:24:27.078Z] setToolWin: 16:24:27 [2023-03-05T21:24:27.078Z] 16:24:27 [2023-03-05T21:24:27.078Z] setToolUnix: 16:24:27 [2023-03-05T21:24:27.078Z] 16:24:27 [2023-03-05T21:24:27.078Z] setToolProperty: 16:24:27 [2023-03-05T21:24:27.078Z] 16:24:27 [2023-03-05T21:24:27.078Z] setS1ASclassPath: 16:24:27 [2023-03-05T21:24:27.078Z] 16:24:27 [2023-03-05T21:24:27.078Z] init-common: 16:24:27 [2023-03-05T21:24:27.078Z] 16:24:27 [2023-03-05T21:24:27.078Z] deploy-jdbc-common: 16:24:27 [2023-03-05T21:24:27.078Z] 16:24:27 [2023-03-05T21:24:27.078Z] setOSConditions: 16:24:27 [2023-03-05T21:24:27.078Z] 16:24:27 [2023-03-05T21:24:27.078Z] setToolWin: 16:24:27 [2023-03-05T21:24:27.078Z] 16:24:27 [2023-03-05T21:24:27.078Z] setToolUnix: 16:24:27 [2023-03-05T21:24:27.078Z] 16:24:27 [2023-03-05T21:24:27.078Z] setToolProperty: 16:24:27 [2023-03-05T21:24:27.078Z] 16:24:27 [2023-03-05T21:24:27.078Z] setS1ASclassPath: 16:24:27 [2023-03-05T21:24:27.078Z] 16:24:27 [2023-03-05T21:24:27.078Z] init-common: 16:24:27 [2023-03-05T21:24:27.078Z] 16:24:27 [2023-03-05T21:24:27.078Z] create-jdbc-connpool-common: 16:24:27 [2023-03-05T21:24:27.334Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-flushconnectionpool-pool 16:24:28 [2023-03-05T21:24:28.319Z] [exec] JDBC connection pool jdbc-flushconnectionpool-pool created successfully. 16:24:28 [2023-03-05T21:24:28.319Z] 16:24:28 [2023-03-05T21:24:28.319Z] set-derby-connpool-props: 16:24:28 [2023-03-05T21:24:28.576Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.User=dbuser 16:24:28 [2023-03-05T21:24:28.576Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.User=dbuser 16:24:29 [2023-03-05T21:24:29.139Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.Password=dbpassword 16:24:29 [2023-03-05T21:24:29.139Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.Password=dbpassword 16:24:29 [2023-03-05T21:24:29.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.driverType=4 16:24:29 [2023-03-05T21:24:29.420Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.driverType=4 16:24:29 [2023-03-05T21:24:29.676Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.portNumber=1527 16:24:29 [2023-03-05T21:24:29.676Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.portNumber=1527 16:24:29 [2023-03-05T21:24:29.932Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.dataBaseName=testdb 16:24:29 [2023-03-05T21:24:29.932Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.dataBaseName=testdb 16:24:30 [2023-03-05T21:24:30.188Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:24:30 [2023-03-05T21:24:30.188Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:24:30 [2023-03-05T21:24:30.749Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.create=true 16:24:30 [2023-03-05T21:24:30.749Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.create=true 16:24:31 [2023-03-05T21:24:31.018Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.serverName=localhost 16:24:31 [2023-03-05T21:24:31.018Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.serverName=localhost 16:24:31 [2023-03-05T21:24:31.018Z] 16:24:31 [2023-03-05T21:24:31.018Z] setOSConditions: 16:24:31 [2023-03-05T21:24:31.018Z] 16:24:31 [2023-03-05T21:24:31.018Z] setToolWin: 16:24:31 [2023-03-05T21:24:31.018Z] 16:24:31 [2023-03-05T21:24:31.018Z] setToolUnix: 16:24:31 [2023-03-05T21:24:31.018Z] 16:24:31 [2023-03-05T21:24:31.018Z] setToolProperty: 16:24:31 [2023-03-05T21:24:31.018Z] 16:24:31 [2023-03-05T21:24:31.018Z] setS1ASclassPath: 16:24:31 [2023-03-05T21:24:31.018Z] 16:24:31 [2023-03-05T21:24:31.018Z] init-common: 16:24:31 [2023-03-05T21:24:31.018Z] 16:24:31 [2023-03-05T21:24:31.018Z] create-jdbc-resource-common: 16:24:31 [2023-03-05T21:24:31.018Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-flushconnectionpool-pool --target server jdbc/flushconnectionpool 16:24:31 [2023-03-05T21:24:31.274Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-flushconnectionpool-pool --enabled=true --target server jdbc/flushconnectionpool 16:24:31 [2023-03-05T21:24:31.274Z] [exec] JDBC resource jdbc/flushconnectionpool created successfully. 16:24:31 [2023-03-05T21:24:31.274Z] [echo] cmd executed for server 16:24:31 [2023-03-05T21:24:31.274Z] 16:24:31 [2023-03-05T21:24:31.274Z] asadmin-common: 16:24:31 [2023-03-05T21:24:31.274Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.steady_pool_size=1 16:24:31 [2023-03-05T21:24:31.530Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.steady_pool_size=1 16:24:31 [2023-03-05T21:24:31.530Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.steady-pool-size=1 16:24:31 [2023-03-05T21:24:31.530Z] 16:24:31 [2023-03-05T21:24:31.530Z] asadmin-common: 16:24:31 [2023-03-05T21:24:31.530Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.max_pool_size=1 16:24:32 [2023-03-05T21:24:32.120Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.max_pool_size=1 16:24:32 [2023-03-05T21:24:32.120Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.max-pool-size=1 16:24:32 [2023-03-05T21:24:32.120Z] 16:24:32 [2023-03-05T21:24:32.120Z] setOSConditions: 16:24:32 [2023-03-05T21:24:32.120Z] 16:24:32 [2023-03-05T21:24:32.120Z] setToolWin: 16:24:32 [2023-03-05T21:24:32.120Z] 16:24:32 [2023-03-05T21:24:32.120Z] setToolUnix: 16:24:32 [2023-03-05T21:24:32.120Z] 16:24:32 [2023-03-05T21:24:32.120Z] setToolProperty: 16:24:32 [2023-03-05T21:24:32.120Z] 16:24:32 [2023-03-05T21:24:32.120Z] setS1ASclassPath: 16:24:32 [2023-03-05T21:24:32.120Z] 16:24:32 [2023-03-05T21:24:32.120Z] init-common: 16:24:32 [2023-03-05T21:24:32.120Z] 16:24:32 [2023-03-05T21:24:32.120Z] deploy-common: 16:24:32 [2023-03-05T21:24:32.120Z] [echo] Current time (ISO): 2023-03-05T21:24:31.826+0000 16:24:32 [2023-03-05T21:24:32.120Z] 16:24:32 [2023-03-05T21:24:32.120Z] setOSConditions: 16:24:32 [2023-03-05T21:24:32.120Z] 16:24:32 [2023-03-05T21:24:32.120Z] setToolWin: 16:24:32 [2023-03-05T21:24:32.120Z] 16:24:32 [2023-03-05T21:24:32.120Z] setToolUnix: 16:24:32 [2023-03-05T21:24:32.120Z] 16:24:32 [2023-03-05T21:24:32.120Z] setToolProperty: 16:24:32 [2023-03-05T21:24:32.120Z] 16:24:32 [2023-03-05T21:24:32.120Z] setS1ASclassPath: 16:24:32 [2023-03-05T21:24:32.120Z] 16:24:32 [2023-03-05T21:24:32.120Z] init-common: 16:24:32 [2023-03-05T21:24:32.120Z] 16:24:32 [2023-03-05T21:24:32.120Z] deploy-common-pe: 16:24:32 [2023-03-05T21:24:32.380Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpoolApp.ear 16:24:34 [2023-03-05T21:24:34.909Z] [exec] Application deployed with name jdbc-flushconnectionpoolApp. 16:24:34 [2023-03-05T21:24:34.909Z] [echo] Deployment on target server server successful 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] setOSConditions: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] setToolWin: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] setToolUnix: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] setToolProperty: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] setS1ASclassPath: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] init-common: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] deploy-common-ee: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] run: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] setOSConditions: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] setToolWin: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] setToolUnix: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] setToolProperty: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] setS1ASclassPath: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] init-common: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] execute-sql-common: 16:24:34 [2023-03-05T21:24:34.909Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/sql/create_pointbase.sql 16:24:34 [2023-03-05T21:24:34.909Z] [sql] 0 rows affected 16:24:34 [2023-03-05T21:24:34.909Z] [sql] 0 rows affected 16:24:34 [2023-03-05T21:24:34.909Z] [sql] 2 of 2 SQL statements executed successfully 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] setOSConditions: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] setToolWin: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] setToolUnix: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] setToolProperty: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] setS1ASclassPath: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] init-common: 16:24:34 [2023-03-05T21:24:34.909Z] 16:24:34 [2023-03-05T21:24:34.909Z] runclient-common: 16:24:34 [2023-03-05T21:24:34.909Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpoolAppClient.jar -name jdbc-flushconnectionpoolClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:24:35 [2023-03-05T21:24:35.478Z] [exec] Mar 05, 2023 9:24:35 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:24:35 [2023-03-05T21:24:35.478Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:24:37 [2023-03-05T21:24:37.370Z] [exec] Mar 05, 2023 9:24:37 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:24:37 [2023-03-05T21:24:37.370Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2ca54da9 16:24:38 [2023-03-05T21:24:38.301Z] [exec] Value of key is: Flush Connection Pool - (test1): 16:24:38 [2023-03-05T21:24:38.301Z] [exec] Value of key is: Flush Connection Pool - (test2): 16:24:38 [2023-03-05T21:24:38.301Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:24:38 [2023-03-05T21:24:38.301Z] [exec] 16:24:38 [2023-03-05T21:24:38.301Z] [exec] 16:24:38 [2023-03-05T21:24:38.301Z] [exec] ----------------------------------------- 16:24:38 [2023-03-05T21:24:38.301Z] [exec] - Flush Connection Pool - (test1): : PASS - 16:24:38 [2023-03-05T21:24:38.301Z] [exec] - Flush Connection Pool - (test2): : PASS - 16:24:38 [2023-03-05T21:24:38.301Z] [exec] ----------------------------------------- 16:24:38 [2023-03-05T21:24:38.301Z] [exec] Total PASS: 2 16:24:38 [2023-03-05T21:24:38.301Z] [exec] Total FAIL: 0 16:24:38 [2023-03-05T21:24:38.301Z] [exec] Total DID NOT RUN: 0 16:24:38 [2023-03-05T21:24:38.301Z] [exec] ----------------------------------------- 16:24:38 [2023-03-05T21:24:38.301Z] [exec] in flushAll , creating new testSuiteHash 16:24:38 [2023-03-05T21:24:38.301Z] [exec] in flushAll , creating new testSuiteHash 16:24:38 [2023-03-05T21:24:38.864Z] 16:24:38 [2023-03-05T21:24:38.864Z] checkReporting-common: 16:24:38 [2023-03-05T21:24:38.864Z] 16:24:38 [2023-03-05T21:24:38.864Z] confirmReportPresent-common: 16:24:38 [2023-03-05T21:24:38.864Z] [echo] file RepRunConf.txt is present. 16:24:38 [2023-03-05T21:24:38.864Z] [echo] Test seems to be reported fine 16:24:38 [2023-03-05T21:24:38.864Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/RepRunConf.txt 16:24:38 [2023-03-05T21:24:38.864Z] 16:24:38 [2023-03-05T21:24:38.864Z] confirmMissingReport-common: 16:24:38 [2023-03-05T21:24:38.864Z] 16:24:38 [2023-03-05T21:24:38.864Z] asadmin-common: 16:24:38 [2023-03-05T21:24:38.864Z] [echo] asadmin flush-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdbc-flushconnectionpool-pool 16:24:39 [2023-03-05T21:24:39.121Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true flush-connection-pool jdbc-flushconnectionpool-pool 16:24:39 [2023-03-05T21:24:39.121Z] 16:24:39 [2023-03-05T21:24:39.121Z] setOSConditions: 16:24:39 [2023-03-05T21:24:39.121Z] 16:24:39 [2023-03-05T21:24:39.121Z] setToolWin: 16:24:39 [2023-03-05T21:24:39.121Z] 16:24:39 [2023-03-05T21:24:39.121Z] setToolUnix: 16:24:39 [2023-03-05T21:24:39.121Z] 16:24:39 [2023-03-05T21:24:39.121Z] setToolProperty: 16:24:39 [2023-03-05T21:24:39.121Z] 16:24:39 [2023-03-05T21:24:39.121Z] setS1ASclassPath: 16:24:39 [2023-03-05T21:24:39.121Z] 16:24:39 [2023-03-05T21:24:39.121Z] init-common: 16:24:39 [2023-03-05T21:24:39.121Z] 16:24:39 [2023-03-05T21:24:39.121Z] runclient-common: 16:24:39 [2023-03-05T21:24:39.121Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpoolAppClient.jar -name jdbc-flushconnectionpoolClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:24:39 [2023-03-05T21:24:39.683Z] [exec] Mar 05, 2023 9:24:39 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:24:39 [2023-03-05T21:24:39.683Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:24:42 [2023-03-05T21:24:42.211Z] [exec] Mar 05, 2023 9:24:41 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:24:42 [2023-03-05T21:24:42.211Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@1cd2ff5b 16:24:42 [2023-03-05T21:24:42.211Z] [exec] Value of key is: Flush Connection Pool - (test1): 16:24:42 [2023-03-05T21:24:42.211Z] [exec] Value of key is: Flush Connection Pool - (test2): 16:24:42 [2023-03-05T21:24:42.211Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:24:42 [2023-03-05T21:24:42.211Z] [exec] 16:24:42 [2023-03-05T21:24:42.211Z] [exec] 16:24:42 [2023-03-05T21:24:42.211Z] [exec] ----------------------------------------- 16:24:42 [2023-03-05T21:24:42.211Z] [exec] - Flush Connection Pool - (test1): : PASS - 16:24:42 [2023-03-05T21:24:42.211Z] [exec] - Flush Connection Pool - (test2): : PASS - 16:24:42 [2023-03-05T21:24:42.211Z] [exec] ----------------------------------------- 16:24:42 [2023-03-05T21:24:42.211Z] [exec] Total PASS: 2 16:24:42 [2023-03-05T21:24:42.211Z] [exec] Total FAIL: 0 16:24:42 [2023-03-05T21:24:42.211Z] [exec] Total DID NOT RUN: 0 16:24:42 [2023-03-05T21:24:42.211Z] [exec] ----------------------------------------- 16:24:42 [2023-03-05T21:24:42.211Z] [exec] in flushAll , creating new testSuiteHash 16:24:42 [2023-03-05T21:24:42.211Z] [exec] in flushAll , creating new testSuiteHash 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] checkReporting-common: 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] confirmReportPresent-common: 16:24:42 [2023-03-05T21:24:42.211Z] [echo] file RepRunConf.txt is present. 16:24:42 [2023-03-05T21:24:42.211Z] [echo] Test seems to be reported fine 16:24:42 [2023-03-05T21:24:42.211Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/RepRunConf.txt 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] confirmMissingReport-common: 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] undeploy: 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] setOSConditions: 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] setToolWin: 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] setToolUnix: 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] setToolProperty: 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] setS1ASclassPath: 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] init-common: 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] execute-sql-common: 16:24:42 [2023-03-05T21:24:42.211Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/sql/drop_pointbase.sql 16:24:42 [2023-03-05T21:24:42.211Z] [sql] 0 rows affected 16:24:42 [2023-03-05T21:24:42.211Z] [sql] 1 of 1 SQL statements executed successfully 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] unsetup: 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] setOSConditions: 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] setToolWin: 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] setToolUnix: 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] setToolProperty: 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] setS1ASclassPath: 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] init-common: 16:24:42 [2023-03-05T21:24:42.211Z] 16:24:42 [2023-03-05T21:24:42.211Z] delete-jdbc-resource-common: 16:24:42 [2023-03-05T21:24:42.212Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/flushconnectionpool 16:24:42 [2023-03-05T21:24:42.775Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/flushconnectionpool 16:24:42 [2023-03-05T21:24:42.775Z] [exec] JDBC resource jdbc/flushconnectionpool deleted successfully 16:24:42 [2023-03-05T21:24:42.775Z] [echo] cmd executed for server 16:24:42 [2023-03-05T21:24:42.775Z] 16:24:42 [2023-03-05T21:24:42.775Z] setOSConditions: 16:24:42 [2023-03-05T21:24:42.775Z] 16:24:42 [2023-03-05T21:24:42.775Z] setToolWin: 16:24:42 [2023-03-05T21:24:42.775Z] 16:24:42 [2023-03-05T21:24:42.775Z] setToolUnix: 16:24:42 [2023-03-05T21:24:42.775Z] 16:24:42 [2023-03-05T21:24:42.775Z] setToolProperty: 16:24:42 [2023-03-05T21:24:42.775Z] 16:24:42 [2023-03-05T21:24:42.775Z] setS1ASclassPath: 16:24:42 [2023-03-05T21:24:42.775Z] 16:24:42 [2023-03-05T21:24:42.775Z] init-common: 16:24:42 [2023-03-05T21:24:42.775Z] 16:24:42 [2023-03-05T21:24:42.775Z] delete-jdbc-connpool-common: 16:24:42 [2023-03-05T21:24:42.775Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-flushconnectionpool-pool 16:24:43 [2023-03-05T21:24:43.031Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-flushconnectionpool-pool 16:24:43 [2023-03-05T21:24:43.031Z] [exec] JDBC Connection pool jdbc-flushconnectionpool-pool deleted successfully 16:24:43 [2023-03-05T21:24:43.031Z] [echo] cmd executed for server 16:24:43 [2023-03-05T21:24:43.031Z] 16:24:43 [2023-03-05T21:24:43.031Z] setOSConditions: 16:24:43 [2023-03-05T21:24:43.031Z] 16:24:43 [2023-03-05T21:24:43.031Z] setToolWin: 16:24:43 [2023-03-05T21:24:43.031Z] 16:24:43 [2023-03-05T21:24:43.031Z] setToolUnix: 16:24:43 [2023-03-05T21:24:43.031Z] 16:24:43 [2023-03-05T21:24:43.031Z] setToolProperty: 16:24:43 [2023-03-05T21:24:43.031Z] 16:24:43 [2023-03-05T21:24:43.031Z] setS1ASclassPath: 16:24:43 [2023-03-05T21:24:43.031Z] 16:24:43 [2023-03-05T21:24:43.031Z] init-common: 16:24:43 [2023-03-05T21:24:43.031Z] 16:24:43 [2023-03-05T21:24:43.031Z] undeploy-common: 16:24:43 [2023-03-05T21:24:43.288Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-flushconnectionpoolApp 16:24:43 [2023-03-05T21:24:43.288Z] 16:24:43 [2023-03-05T21:24:43.288Z] all: 16:24:43 [2023-03-05T21:24:43.288Z] 16:24:43 [2023-03-05T21:24:43.288Z] setOSConditions: 16:24:43 [2023-03-05T21:24:43.288Z] 16:24:43 [2023-03-05T21:24:43.288Z] setToolWin: 16:24:43 [2023-03-05T21:24:43.288Z] 16:24:43 [2023-03-05T21:24:43.288Z] setToolUnix: 16:24:43 [2023-03-05T21:24:43.288Z] 16:24:43 [2023-03-05T21:24:43.288Z] setToolProperty: 16:24:43 [2023-03-05T21:24:43.288Z] 16:24:43 [2023-03-05T21:24:43.288Z] setS1ASclassPath: 16:24:43 [2023-03-05T21:24:43.288Z] 16:24:43 [2023-03-05T21:24:43.288Z] init-common: 16:24:43 [2023-03-05T21:24:43.288Z] 16:24:43 [2023-03-05T21:24:43.288Z] clean: 16:24:43 [2023-03-05T21:24:43.288Z] 16:24:43 [2023-03-05T21:24:43.288Z] setOSConditions: 16:24:43 [2023-03-05T21:24:43.288Z] 16:24:43 [2023-03-05T21:24:43.288Z] setToolWin: 16:24:43 [2023-03-05T21:24:43.288Z] 16:24:43 [2023-03-05T21:24:43.288Z] setToolUnix: 16:24:43 [2023-03-05T21:24:43.288Z] 16:24:43 [2023-03-05T21:24:43.288Z] setToolProperty: 16:24:43 [2023-03-05T21:24:43.288Z] 16:24:43 [2023-03-05T21:24:43.288Z] setS1ASclassPath: 16:24:43 [2023-03-05T21:24:43.288Z] 16:24:43 [2023-03-05T21:24:43.288Z] init-common: 16:24:43 [2023-03-05T21:24:43.288Z] 16:24:43 [2023-03-05T21:24:43.288Z] clean-common: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] setOSConditions: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] setToolWin: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] setToolUnix: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] setToolProperty: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] setS1ASclassPath: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] init-common: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] clean-classes-common: 16:24:43 [2023-03-05T21:24:43.544Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] setOSConditions: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] setToolWin: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] setToolUnix: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] setToolProperty: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] setS1ASclassPath: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] init-common: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] clean-jars-common: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] compile: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] setOSConditions: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] setToolWin: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] setToolUnix: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] setToolProperty: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] setS1ASclassPath: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] init-common: 16:24:43 [2023-03-05T21:24:43.544Z] 16:24:43 [2023-03-05T21:24:43.544Z] compile-common: 16:24:43 [2023-03-05T21:24:43.544Z] [echo] Current time (ISO): 2023-03-05T21:24:43.298+0000 16:24:43 [2023-03-05T21:24:43.544Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:24:43 [2023-03-05T21:24:43.544Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:24:44 [2023-03-05T21:24:44.924Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:24:44 [2023-03-05T21:24:44.924Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleakreclaimnotify/ejb/SimpleBMPBean.java:36: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:24:44 [2023-03-05T21:24:44.924Z] [javac] return new Integer(1); 16:24:44 [2023-03-05T21:24:44.924Z] [javac] ^ 16:24:44 [2023-03-05T21:24:44.924Z] [javac] 2 warnings 16:24:44 [2023-03-05T21:24:44.924Z] 16:24:44 [2023-03-05T21:24:44.924Z] setOSConditions: 16:24:44 [2023-03-05T21:24:44.924Z] 16:24:44 [2023-03-05T21:24:44.924Z] setToolWin: 16:24:44 [2023-03-05T21:24:44.924Z] 16:24:44 [2023-03-05T21:24:44.924Z] setToolUnix: 16:24:44 [2023-03-05T21:24:44.924Z] 16:24:44 [2023-03-05T21:24:44.924Z] setToolProperty: 16:24:44 [2023-03-05T21:24:44.924Z] 16:24:44 [2023-03-05T21:24:44.924Z] setS1ASclassPath: 16:24:44 [2023-03-05T21:24:44.924Z] 16:24:44 [2023-03-05T21:24:44.924Z] init-common: 16:24:44 [2023-03-05T21:24:44.924Z] 16:24:44 [2023-03-05T21:24:44.924Z] compile-common: 16:24:44 [2023-03-05T21:24:44.924Z] [echo] Current time (ISO): 2023-03-05T21:24:44.567+0000 16:24:44 [2023-03-05T21:24:44.924Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:24:45 [2023-03-05T21:24:45.852Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:24:46 [2023-03-05T21:24:46.108Z] [javac] 1 warning 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] build: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setOSConditions: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] fixFiles: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] convUnix: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] convWin: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setToolWin: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setToolUnix: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setToolProperty: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setS1ASclassPath: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] init-common: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] package-persistence-common: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] ejb-jar-common: 16:24:46 [2023-03-05T21:24:46.109Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] package-ejbjar-common: 16:24:46 [2023-03-05T21:24:46.109Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:24:46 [2023-03-05T21:24:46.109Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:24:46 [2023-03-05T21:24:46.109Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:24:46 [2023-03-05T21:24:46.109Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapper-ejb.jar 16:24:46 [2023-03-05T21:24:46.109Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] appclient-jar-common: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] package-appclientjar-common: 16:24:46 [2023-03-05T21:24:46.109Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:24:46 [2023-03-05T21:24:46.109Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:24:46 [2023-03-05T21:24:46.109Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:24:46 [2023-03-05T21:24:46.109Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapper-client.jar 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] webclient-war-common: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] build-ear-common: 16:24:46 [2023-03-05T21:24:46.109Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:24:46 [2023-03-05T21:24:46.109Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperApp.ear 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] deploy: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setOSConditions: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setToolWin: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setToolUnix: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setToolProperty: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setS1ASclassPath: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] init-common: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] execute-sql-common: 16:24:46 [2023-03-05T21:24:46.109Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleakreclaimnotify/sql/create_pointbase.sql 16:24:46 [2023-03-05T21:24:46.109Z] [sql] Failed to execute: Drop table O_Customer 16:24:46 [2023-03-05T21:24:46.109Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. 16:24:46 [2023-03-05T21:24:46.109Z] [sql] 0 rows affected 16:24:46 [2023-03-05T21:24:46.109Z] [sql] 1 of 2 SQL statements executed successfully 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setOSConditions: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setToolWin: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setToolUnix: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setToolProperty: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setS1ASclassPath: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] init-common: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] deploy-jdbc-common: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setOSConditions: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setToolWin: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setToolUnix: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setToolProperty: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] setS1ASclassPath: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] init-common: 16:24:46 [2023-03-05T21:24:46.109Z] 16:24:46 [2023-03-05T21:24:46.109Z] create-jdbc-connpool-common: 16:24:46 [2023-03-05T21:24:46.373Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:24:46 [2023-03-05T21:24:46.373Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:24:46 [2023-03-05T21:24:46.373Z] 16:24:46 [2023-03-05T21:24:46.373Z] set-derby-connpool-props: 16:24:46 [2023-03-05T21:24:46.634Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:24:46 [2023-03-05T21:24:46.634Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:24:46 [2023-03-05T21:24:46.891Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:24:47 [2023-03-05T21:24:47.147Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:24:47 [2023-03-05T21:24:47.403Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:24:47 [2023-03-05T21:24:47.403Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:24:47 [2023-03-05T21:24:47.659Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:24:47 [2023-03-05T21:24:47.659Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:24:47 [2023-03-05T21:24:47.915Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:24:47 [2023-03-05T21:24:47.915Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:24:48 [2023-03-05T21:24:48.171Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:24:48 [2023-03-05T21:24:48.171Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:24:48 [2023-03-05T21:24:48.733Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:24:48 [2023-03-05T21:24:48.733Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:24:48 [2023-03-05T21:24:48.990Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:24:48 [2023-03-05T21:24:48.990Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:24:48 [2023-03-05T21:24:48.990Z] 16:24:48 [2023-03-05T21:24:48.990Z] setOSConditions: 16:24:48 [2023-03-05T21:24:48.990Z] 16:24:48 [2023-03-05T21:24:48.990Z] setToolWin: 16:24:48 [2023-03-05T21:24:48.990Z] 16:24:48 [2023-03-05T21:24:48.990Z] setToolUnix: 16:24:48 [2023-03-05T21:24:48.990Z] 16:24:48 [2023-03-05T21:24:48.990Z] setToolProperty: 16:24:48 [2023-03-05T21:24:48.990Z] 16:24:48 [2023-03-05T21:24:48.990Z] setS1ASclassPath: 16:24:48 [2023-03-05T21:24:48.990Z] 16:24:48 [2023-03-05T21:24:48.990Z] init-common: 16:24:48 [2023-03-05T21:24:48.990Z] 16:24:48 [2023-03-05T21:24:48.990Z] create-jdbc-resource-common: 16:24:48 [2023-03-05T21:24:48.990Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/s1qeDB 16:24:49 [2023-03-05T21:24:49.246Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/s1qeDB 16:24:49 [2023-03-05T21:24:49.246Z] [exec] JDBC resource jdbc/s1qeDB created successfully. 16:24:49 [2023-03-05T21:24:49.246Z] [echo] cmd executed for server 16:24:49 [2023-03-05T21:24:49.246Z] 16:24:49 [2023-03-05T21:24:49.246Z] asadmin-common: 16:24:49 [2023-03-05T21:24:49.246Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.max_pool_size=10 16:24:49 [2023-03-05T21:24:49.502Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.max_pool_size=10 16:24:49 [2023-03-05T21:24:49.502Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.max-pool-size=10 16:24:49 [2023-03-05T21:24:49.502Z] 16:24:49 [2023-03-05T21:24:49.502Z] asadmin-common: 16:24:49 [2023-03-05T21:24:49.502Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.steady_pool_size=10 16:24:50 [2023-03-05T21:24:50.064Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.steady_pool_size=10 16:24:50 [2023-03-05T21:24:50.064Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.steady-pool-size=10 16:24:50 [2023-03-05T21:24:50.064Z] 16:24:50 [2023-03-05T21:24:50.064Z] asadmin-common: 16:24:50 [2023-03-05T21:24:50.064Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.idle_timeout_in_seconds=0 16:24:50 [2023-03-05T21:24:50.320Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.idle_timeout_in_seconds=0 16:24:50 [2023-03-05T21:24:50.320Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.idle-timeout-in-seconds=0 16:24:50 [2023-03-05T21:24:50.320Z] 16:24:50 [2023-03-05T21:24:50.320Z] asadmin-common: 16:24:50 [2023-03-05T21:24:50.320Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.connection_leak_timeout_in_seconds=10 16:24:50 [2023-03-05T21:24:50.576Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.connection_leak_timeout_in_seconds=10 16:24:50 [2023-03-05T21:24:50.577Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.connection-leak-timeout-in-seconds=10 16:24:50 [2023-03-05T21:24:50.577Z] 16:24:50 [2023-03-05T21:24:50.577Z] asadmin-common: 16:24:50 [2023-03-05T21:24:50.577Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.ql-jdbc-pool.connection_leak_reclaim=true 16:24:50 [2023-03-05T21:24:50.833Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.connection_leak_reclaim=true 16:24:50 [2023-03-05T21:24:50.833Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.connection-leak-reclaim=true 16:24:50 [2023-03-05T21:24:50.833Z] 16:24:50 [2023-03-05T21:24:50.833Z] setOSConditions: 16:24:50 [2023-03-05T21:24:50.833Z] 16:24:50 [2023-03-05T21:24:50.833Z] setToolWin: 16:24:50 [2023-03-05T21:24:50.833Z] 16:24:50 [2023-03-05T21:24:50.833Z] setToolUnix: 16:24:50 [2023-03-05T21:24:50.833Z] 16:24:50 [2023-03-05T21:24:50.833Z] setToolProperty: 16:24:50 [2023-03-05T21:24:50.833Z] 16:24:50 [2023-03-05T21:24:50.833Z] setS1ASclassPath: 16:24:50 [2023-03-05T21:24:50.833Z] 16:24:50 [2023-03-05T21:24:50.833Z] init-common: 16:24:50 [2023-03-05T21:24:50.833Z] 16:24:50 [2023-03-05T21:24:50.833Z] deploy-common: 16:24:50 [2023-03-05T21:24:50.833Z] [echo] Current time (ISO): 2023-03-05T21:24:50.786+0000 16:24:50 [2023-03-05T21:24:50.833Z] 16:24:50 [2023-03-05T21:24:50.833Z] setOSConditions: 16:24:50 [2023-03-05T21:24:50.833Z] 16:24:50 [2023-03-05T21:24:50.833Z] setToolWin: 16:24:50 [2023-03-05T21:24:50.833Z] 16:24:50 [2023-03-05T21:24:50.833Z] setToolUnix: 16:24:50 [2023-03-05T21:24:50.833Z] 16:24:50 [2023-03-05T21:24:50.833Z] setToolProperty: 16:24:50 [2023-03-05T21:24:50.833Z] 16:24:50 [2023-03-05T21:24:50.833Z] setS1ASclassPath: 16:24:50 [2023-03-05T21:24:50.833Z] 16:24:50 [2023-03-05T21:24:50.833Z] init-common: 16:24:50 [2023-03-05T21:24:50.833Z] 16:24:50 [2023-03-05T21:24:50.833Z] deploy-common-pe: 16:24:51 [2023-03-05T21:24:51.396Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperApp.ear 16:24:51 [2023-03-05T21:24:51.396Z] [exec] Application deployed with name ejb-bmp-statementwrapperApp. 16:24:51 [2023-03-05T21:24:51.396Z] [echo] Deployment on target server server successful 16:24:51 [2023-03-05T21:24:51.396Z] 16:24:51 [2023-03-05T21:24:51.396Z] setOSConditions: 16:24:51 [2023-03-05T21:24:51.396Z] 16:24:51 [2023-03-05T21:24:51.396Z] setToolWin: 16:24:51 [2023-03-05T21:24:51.396Z] 16:24:51 [2023-03-05T21:24:51.396Z] setToolUnix: 16:24:51 [2023-03-05T21:24:51.396Z] 16:24:51 [2023-03-05T21:24:51.396Z] setToolProperty: 16:24:51 [2023-03-05T21:24:51.396Z] 16:24:51 [2023-03-05T21:24:51.396Z] setS1ASclassPath: 16:24:51 [2023-03-05T21:24:51.396Z] 16:24:51 [2023-03-05T21:24:51.396Z] init-common: 16:24:51 [2023-03-05T21:24:51.396Z] 16:24:51 [2023-03-05T21:24:51.396Z] deploy-common-ee: 16:24:51 [2023-03-05T21:24:51.396Z] 16:24:51 [2023-03-05T21:24:51.396Z] run: 16:24:51 [2023-03-05T21:24:51.396Z] 16:24:51 [2023-03-05T21:24:51.396Z] setOSConditions: 16:24:51 [2023-03-05T21:24:51.396Z] 16:24:51 [2023-03-05T21:24:51.396Z] setToolWin: 16:24:51 [2023-03-05T21:24:51.396Z] 16:24:51 [2023-03-05T21:24:51.396Z] setToolUnix: 16:24:51 [2023-03-05T21:24:51.396Z] 16:24:51 [2023-03-05T21:24:51.397Z] setToolProperty: 16:24:51 [2023-03-05T21:24:51.397Z] 16:24:51 [2023-03-05T21:24:51.397Z] setS1ASclassPath: 16:24:51 [2023-03-05T21:24:51.397Z] 16:24:51 [2023-03-05T21:24:51.397Z] init-common: 16:24:51 [2023-03-05T21:24:51.397Z] 16:24:51 [2023-03-05T21:24:51.397Z] runclient-common: 16:24:51 [2023-03-05T21:24:51.397Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperAppClient.jar -name ejb-bmp-statementwrapperClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:24:51 [2023-03-05T21:24:51.958Z] [exec] Mar 05, 2023 9:24:51 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:24:51 [2023-03-05T21:24:51.958Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:24:54 [2023-03-05T21:24:54.520Z] [exec] Mar 05, 2023 9:24:54 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:24:54 [2023-03-05T21:24:54.520Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@376c30dd 16:26:02 [2023-03-05T21:26:02.169Z] [exec] Value of key is: test1 : 16:26:02 [2023-03-05T21:26:02.169Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:26:02 [2023-03-05T21:26:02.169Z] [exec] 16:26:02 [2023-03-05T21:26:02.169Z] [exec] 16:26:02 [2023-03-05T21:26:02.169Z] [exec] ----------------------------------------- 16:26:02 [2023-03-05T21:26:02.169Z] [exec] - test1 : : PASS - 16:26:02 [2023-03-05T21:26:02.169Z] [exec] ----------------------------------------- 16:26:02 [2023-03-05T21:26:02.169Z] [exec] Total PASS: 1 16:26:02 [2023-03-05T21:26:02.169Z] [exec] Total FAIL: 0 16:26:02 [2023-03-05T21:26:02.169Z] [exec] Total DID NOT RUN: 0 16:26:02 [2023-03-05T21:26:02.169Z] [exec] ----------------------------------------- 16:26:02 [2023-03-05T21:26:02.169Z] [exec] in flushAll , creating new testSuiteHash 16:26:02 [2023-03-05T21:26:02.169Z] [exec] in flushAll , creating new testSuiteHash 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] checkReporting-common: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] confirmReportPresent-common: 16:26:02 [2023-03-05T21:26:02.169Z] [echo] file RepRunConf.txt is present. 16:26:02 [2023-03-05T21:26:02.169Z] [echo] Test seems to be reported fine 16:26:02 [2023-03-05T21:26:02.169Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleakreclaimnotify/RepRunConf.txt 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] confirmMissingReport-common: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] undeploy: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setOSConditions: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolWin: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolUnix: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolProperty: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setS1ASclassPath: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] init-common: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] execute-sql-common: 16:26:02 [2023-03-05T21:26:02.169Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleakreclaimnotify/sql/drop_pointbase.sql 16:26:02 [2023-03-05T21:26:02.169Z] [sql] 0 rows affected 16:26:02 [2023-03-05T21:26:02.169Z] [sql] 1 of 1 SQL statements executed successfully 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setOSConditions: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolWin: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolUnix: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolProperty: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setS1ASclassPath: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] init-common: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] undeploy-jdbc-common: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setOSConditions: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolWin: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolUnix: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolProperty: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setS1ASclassPath: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] init-common: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] delete-jdbc-resource-common: 16:26:02 [2023-03-05T21:26:02.169Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB 16:26:02 [2023-03-05T21:26:02.169Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB 16:26:02 [2023-03-05T21:26:02.169Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully 16:26:02 [2023-03-05T21:26:02.169Z] [echo] cmd executed for server 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setOSConditions: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolWin: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolUnix: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolProperty: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setS1ASclassPath: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] init-common: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] delete-jdbc-connpool-common: 16:26:02 [2023-03-05T21:26:02.169Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:26:02 [2023-03-05T21:26:02.169Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:26:02 [2023-03-05T21:26:02.169Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:26:02 [2023-03-05T21:26:02.169Z] [echo] cmd executed for server 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setOSConditions: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolWin: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolUnix: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolProperty: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setS1ASclassPath: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] init-common: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] undeploy-common: 16:26:02 [2023-03-05T21:26:02.169Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-bmp-statementwrapperApp 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] all: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setOSConditions: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolWin: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolUnix: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolProperty: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setS1ASclassPath: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] init-common: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] clean: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setOSConditions: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolWin: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolUnix: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolProperty: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setS1ASclassPath: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] init-common: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] clean-common: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setOSConditions: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolWin: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolUnix: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setToolProperty: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] setS1ASclassPath: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] init-common: 16:26:02 [2023-03-05T21:26:02.169Z] 16:26:02 [2023-03-05T21:26:02.169Z] clean-classes-common: 16:26:02 [2023-03-05T21:26:02.169Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setOSConditions: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolWin: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolUnix: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolProperty: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setS1ASclassPath: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] init-common: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] clean-jars-common: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] compile: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setOSConditions: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolWin: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolUnix: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolProperty: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setS1ASclassPath: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] init-common: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] compile-common: 16:26:02 [2023-03-05T21:26:02.170Z] [echo] Current time (ISO): 2023-03-05T21:25:59.152+0000 16:26:02 [2023-03-05T21:26:02.170Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:26:02 [2023-03-05T21:26:02.170Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:26:02 [2023-03-05T21:26:02.170Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:26:02 [2023-03-05T21:26:02.170Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.monitoring/ejb/SimpleBMPBean.java:40: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:26:02 [2023-03-05T21:26:02.170Z] [javac] return new Integer(1); 16:26:02 [2023-03-05T21:26:02.170Z] [javac] ^ 16:26:02 [2023-03-05T21:26:02.170Z] [javac] 2 warnings 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setOSConditions: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolWin: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolUnix: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolProperty: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setS1ASclassPath: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] init-common: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] compile-common: 16:26:02 [2023-03-05T21:26:02.170Z] [echo] Current time (ISO): 2023-03-05T21:26:00.379+0000 16:26:02 [2023-03-05T21:26:02.170Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:26:02 [2023-03-05T21:26:02.170Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:26:02 [2023-03-05T21:26:02.170Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.monitoring/client/Client.java:106: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 16:26:02 [2023-03-05T21:26:02.170Z] [javac] return new Integer(returnValue.get("count").toString()); 16:26:02 [2023-03-05T21:26:02.170Z] [javac] ^ 16:26:02 [2023-03-05T21:26:02.170Z] [javac] 2 warnings 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] build: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setOSConditions: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] fixFiles: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] convUnix: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] convWin: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolWin: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolUnix: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolProperty: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setS1ASclassPath: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] init-common: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] package-persistence-common: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] ejb-jar-common: 16:26:02 [2023-03-05T21:26:02.170Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] package-ejbjar-common: 16:26:02 [2023-03-05T21:26:02.170Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:02 [2023-03-05T21:26:02.170Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:02 [2023-03-05T21:26:02.170Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:02 [2023-03-05T21:26:02.170Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-ejb.jar 16:26:02 [2023-03-05T21:26:02.170Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] appclient-jar-common: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] package-appclientjar-common: 16:26:02 [2023-03-05T21:26:02.170Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:02 [2023-03-05T21:26:02.170Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:02 [2023-03-05T21:26:02.170Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:02 [2023-03-05T21:26:02.170Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-client.jar 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] webclient-war-common: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] build-ear-common: 16:26:02 [2023-03-05T21:26:02.170Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:02 [2023-03-05T21:26:02.170Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] deploy: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setOSConditions: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolWin: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolUnix: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolProperty: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setS1ASclassPath: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] init-common: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] execute-sql-common: 16:26:02 [2023-03-05T21:26:02.170Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.monitoring/sql/create_pointbase.sql 16:26:02 [2023-03-05T21:26:02.170Z] [sql] Failed to execute: drop table customer_stmt_wrapper1 16:26:02 [2023-03-05T21:26:02.170Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER1' because it does not exist. 16:26:02 [2023-03-05T21:26:02.170Z] [sql] Failed to execute: drop table customer_stmt_wrapper2 16:26:02 [2023-03-05T21:26:02.170Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER2' because it does not exist. 16:26:02 [2023-03-05T21:26:02.170Z] [sql] Failed to execute: drop table customer_stmt_wrapper3 16:26:02 [2023-03-05T21:26:02.170Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER3' because it does not exist. 16:26:02 [2023-03-05T21:26:02.170Z] [sql] Failed to execute: drop table customer_stmt_wrapper4 16:26:02 [2023-03-05T21:26:02.170Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER4' because it does not exist. 16:26:02 [2023-03-05T21:26:02.170Z] [sql] Failed to execute: drop table customer_stmt_wrapper5 16:26:02 [2023-03-05T21:26:02.170Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER5' because it does not exist. 16:26:02 [2023-03-05T21:26:02.170Z] [sql] Failed to execute: drop table customer_stmt_wrapper6 16:26:02 [2023-03-05T21:26:02.170Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER6' because it does not exist. 16:26:02 [2023-03-05T21:26:02.170Z] [sql] Failed to execute: drop table customer_stmt_wrapper7 16:26:02 [2023-03-05T21:26:02.170Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER7' because it does not exist. 16:26:02 [2023-03-05T21:26:02.170Z] [sql] Failed to execute: drop table customer_stmt_wrapper8 16:26:02 [2023-03-05T21:26:02.170Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER8' because it does not exist. 16:26:02 [2023-03-05T21:26:02.170Z] [sql] Failed to execute: drop table customer_stmt_wrapper9 16:26:02 [2023-03-05T21:26:02.170Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER9' because it does not exist. 16:26:02 [2023-03-05T21:26:02.170Z] [sql] Failed to execute: drop table customer_stmt_wrapper10 16:26:02 [2023-03-05T21:26:02.170Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER10' because it does not exist. 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 0 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 1 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 0 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 1 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 0 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 1 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 0 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 1 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 0 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 1 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 0 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 1 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 0 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 1 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 0 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 1 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 0 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 1 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 0 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 1 rows affected 16:26:02 [2023-03-05T21:26:02.170Z] [sql] 20 of 30 SQL statements executed successfully 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setOSConditions: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolWin: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolUnix: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolProperty: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setS1ASclassPath: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] init-common: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setup: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setOSConditions: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolWin: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolUnix: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolProperty: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setS1ASclassPath: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] init-common: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] deploy-jdbc-common: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setOSConditions: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolWin: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolUnix: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setToolProperty: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] setS1ASclassPath: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] init-common: 16:26:02 [2023-03-05T21:26:02.170Z] 16:26:02 [2023-03-05T21:26:02.170Z] create-jdbc-connpool-common: 16:26:02 [2023-03-05T21:26:02.428Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc/jdbc-stmtcaching_hit_miss-pool 16:26:02 [2023-03-05T21:26:02.428Z] [exec] JDBC connection pool jdbc/jdbc-stmtcaching_hit_miss-pool created successfully. 16:26:02 [2023-03-05T21:26:02.428Z] 16:26:02 [2023-03-05T21:26:02.428Z] set-derby-connpool-props: 16:26:02 [2023-03-05T21:26:02.685Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.User=dbuser 16:26:02 [2023-03-05T21:26:02.685Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.User=dbuser 16:26:02 [2023-03-05T21:26:02.942Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword 16:26:02 [2023-03-05T21:26:02.942Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword 16:26:03 [2023-03-05T21:26:03.198Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.driverType=4 16:26:03 [2023-03-05T21:26:03.198Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.driverType=4 16:26:03 [2023-03-05T21:26:03.762Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 16:26:03 [2023-03-05T21:26:03.762Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 16:26:04 [2023-03-05T21:26:04.019Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb 16:26:04 [2023-03-05T21:26:04.019Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb 16:26:04 [2023-03-05T21:26:04.276Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:26:04 [2023-03-05T21:26:04.276Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:26:04 [2023-03-05T21:26:04.532Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.create=true 16:26:04 [2023-03-05T21:26:04.532Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.create=true 16:26:04 [2023-03-05T21:26:04.789Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost 16:26:04 [2023-03-05T21:26:04.789Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost 16:26:04 [2023-03-05T21:26:04.789Z] 16:26:04 [2023-03-05T21:26:04.789Z] setOSConditions: 16:26:04 [2023-03-05T21:26:04.789Z] 16:26:04 [2023-03-05T21:26:04.789Z] setToolWin: 16:26:04 [2023-03-05T21:26:04.789Z] 16:26:04 [2023-03-05T21:26:04.789Z] setToolUnix: 16:26:04 [2023-03-05T21:26:04.789Z] 16:26:04 [2023-03-05T21:26:04.789Z] setToolProperty: 16:26:04 [2023-03-05T21:26:04.789Z] 16:26:04 [2023-03-05T21:26:04.789Z] setS1ASclassPath: 16:26:04 [2023-03-05T21:26:04.789Z] 16:26:04 [2023-03-05T21:26:04.789Z] init-common: 16:26:04 [2023-03-05T21:26:04.789Z] 16:26:04 [2023-03-05T21:26:04.789Z] create-jdbc-resource-common: 16:26:04 [2023-03-05T21:26:04.789Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc/jdbc-stmtcaching_hit_miss-pool --target server jdbc/jdbc-stmtcaching_hit_miss 16:26:05 [2023-03-05T21:26:05.045Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc/jdbc-stmtcaching_hit_miss-pool --enabled=true --target server jdbc/jdbc-stmtcaching_hit_miss 16:26:05 [2023-03-05T21:26:05.045Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss created successfully. 16:26:05 [2023-03-05T21:26:05.045Z] [echo] cmd executed for server 16:26:05 [2023-03-05T21:26:05.045Z] 16:26:05 [2023-03-05T21:26:05.045Z] asadmin-common: 16:26:05 [2023-03-05T21:26:05.045Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.statement_cache_size=5 16:26:05 [2023-03-05T21:26:05.626Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.statement_cache_size=5 16:26:05 [2023-03-05T21:26:05.626Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.statement-cache-size=5 16:26:05 [2023-03-05T21:26:05.626Z] 16:26:05 [2023-03-05T21:26:05.626Z] asadmin-common: 16:26:05 [2023-03-05T21:26:05.626Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.wrap_jdbc_objects=true 16:26:05 [2023-03-05T21:26:05.883Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.wrap_jdbc_objects=true 16:26:05 [2023-03-05T21:26:05.883Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.wrap-jdbc-objects=true 16:26:05 [2023-03-05T21:26:05.883Z] 16:26:05 [2023-03-05T21:26:05.883Z] asadmin-common: 16:26:05 [2023-03-05T21:26:05.883Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.idle_timeout_in_seconds=3000 16:26:06 [2023-03-05T21:26:06.140Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.idle_timeout_in_seconds=3000 16:26:06 [2023-03-05T21:26:06.140Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.idle-timeout-in-seconds=3000 16:26:06 [2023-03-05T21:26:06.140Z] 16:26:06 [2023-03-05T21:26:06.140Z] setOSConditions: 16:26:06 [2023-03-05T21:26:06.140Z] 16:26:06 [2023-03-05T21:26:06.140Z] setToolWin: 16:26:06 [2023-03-05T21:26:06.140Z] 16:26:06 [2023-03-05T21:26:06.140Z] setToolUnix: 16:26:06 [2023-03-05T21:26:06.140Z] 16:26:06 [2023-03-05T21:26:06.140Z] setToolProperty: 16:26:06 [2023-03-05T21:26:06.140Z] 16:26:06 [2023-03-05T21:26:06.140Z] setS1ASclassPath: 16:26:06 [2023-03-05T21:26:06.140Z] 16:26:06 [2023-03-05T21:26:06.140Z] init-common: 16:26:06 [2023-03-05T21:26:06.140Z] 16:26:06 [2023-03-05T21:26:06.140Z] deploy-common: 16:26:06 [2023-03-05T21:26:06.140Z] [echo] Current time (ISO): 2023-03-05T21:26:05.989+0000 16:26:06 [2023-03-05T21:26:06.140Z] 16:26:06 [2023-03-05T21:26:06.140Z] setOSConditions: 16:26:06 [2023-03-05T21:26:06.140Z] 16:26:06 [2023-03-05T21:26:06.140Z] setToolWin: 16:26:06 [2023-03-05T21:26:06.140Z] 16:26:06 [2023-03-05T21:26:06.140Z] setToolUnix: 16:26:06 [2023-03-05T21:26:06.140Z] 16:26:06 [2023-03-05T21:26:06.140Z] setToolProperty: 16:26:06 [2023-03-05T21:26:06.140Z] 16:26:06 [2023-03-05T21:26:06.140Z] setS1ASclassPath: 16:26:06 [2023-03-05T21:26:06.140Z] 16:26:06 [2023-03-05T21:26:06.140Z] init-common: 16:26:06 [2023-03-05T21:26:06.140Z] 16:26:06 [2023-03-05T21:26:06.140Z] deploy-common-pe: 16:26:06 [2023-03-05T21:26:06.419Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear 16:26:06 [2023-03-05T21:26:06.676Z] [exec] Application deployed with name jdbc-stmtcaching_hit_missApp. 16:26:06 [2023-03-05T21:26:06.676Z] [echo] Deployment on target server server successful 16:26:06 [2023-03-05T21:26:06.676Z] 16:26:06 [2023-03-05T21:26:06.676Z] setOSConditions: 16:26:06 [2023-03-05T21:26:06.676Z] 16:26:06 [2023-03-05T21:26:06.676Z] setToolWin: 16:26:06 [2023-03-05T21:26:06.676Z] 16:26:06 [2023-03-05T21:26:06.676Z] setToolUnix: 16:26:06 [2023-03-05T21:26:06.676Z] 16:26:06 [2023-03-05T21:26:06.676Z] setToolProperty: 16:26:06 [2023-03-05T21:26:06.676Z] 16:26:06 [2023-03-05T21:26:06.676Z] setS1ASclassPath: 16:26:06 [2023-03-05T21:26:06.676Z] 16:26:06 [2023-03-05T21:26:06.676Z] init-common: 16:26:06 [2023-03-05T21:26:06.676Z] 16:26:06 [2023-03-05T21:26:06.676Z] deploy-common-ee: 16:26:06 [2023-03-05T21:26:06.676Z] 16:26:06 [2023-03-05T21:26:06.676Z] run: 16:26:06 [2023-03-05T21:26:06.676Z] 16:26:06 [2023-03-05T21:26:06.676Z] asadmin-common: 16:26:06 [2023-03-05T21:26:06.676Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 16:26:06 [2023-03-05T21:26:06.932Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 16:26:06 [2023-03-05T21:26:06.932Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 16:26:06 [2023-03-05T21:26:06.932Z] 16:26:06 [2023-03-05T21:26:06.932Z] asadmin-common: 16:26:06 [2023-03-05T21:26:06.932Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 16:26:07 [2023-03-05T21:26:07.188Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 16:26:07 [2023-03-05T21:26:07.445Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH 16:26:07 [2023-03-05T21:26:07.445Z] 16:26:07 [2023-03-05T21:26:07.445Z] setOSConditions: 16:26:07 [2023-03-05T21:26:07.445Z] 16:26:07 [2023-03-05T21:26:07.445Z] setToolWin: 16:26:07 [2023-03-05T21:26:07.445Z] 16:26:07 [2023-03-05T21:26:07.445Z] setToolUnix: 16:26:07 [2023-03-05T21:26:07.445Z] 16:26:07 [2023-03-05T21:26:07.445Z] setToolProperty: 16:26:07 [2023-03-05T21:26:07.445Z] 16:26:07 [2023-03-05T21:26:07.445Z] setS1ASclassPath: 16:26:07 [2023-03-05T21:26:07.445Z] 16:26:07 [2023-03-05T21:26:07.445Z] init-common: 16:26:07 [2023-03-05T21:26:07.445Z] 16:26:07 [2023-03-05T21:26:07.445Z] runclient-common: 16:26:07 [2023-03-05T21:26:07.445Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missAppClient.jar -name jdbc-stmtcaching_hit_missClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:26:08 [2023-03-05T21:26:08.026Z] [exec] Mar 05, 2023 9:26:07 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:26:08 [2023-03-05T21:26:08.026Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:26:10 [2023-03-05T21:26:10.546Z] [exec] Mar 05, 2023 9:26:09 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:26:10 [2023-03-05T21:26:10.546Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@39266403 16:26:11 [2023-03-05T21:26:11.125Z] [exec] >>>numstatementcachehit=1 16:26:11 [2023-03-05T21:26:11.381Z] [exec] >>>numstatementcachemiss=5 16:26:11 [2023-03-05T21:26:11.381Z] [exec] HIT pass 16:26:11 [2023-03-05T21:26:11.381Z] [exec] Value of key is: Statement Caching - (Hit): 16:26:11 [2023-03-05T21:26:11.381Z] [exec] >>>numstatementcachehit=6 16:26:11 [2023-03-05T21:26:11.381Z] [exec] >>>numstatementcachemiss=7 16:26:11 [2023-03-05T21:26:11.381Z] [exec] MISS pass 16:26:11 [2023-03-05T21:26:11.381Z] [exec] Value of key is: Statement Caching - (Miss): 16:26:11 [2023-03-05T21:26:11.381Z] [exec] >>>numstatementcachehit=7 16:26:11 [2023-03-05T21:26:11.381Z] [exec] >>>numstatementcachemiss=12 16:26:11 [2023-03-05T21:26:11.381Z] [exec] columnIndexes pass 16:26:11 [2023-03-05T21:26:11.381Z] [exec] Value of key is: Statement Caching - (hit columnIndexes) : 16:26:11 [2023-03-05T21:26:11.381Z] [exec] >>>numstatementcachehit=8 16:26:11 [2023-03-05T21:26:11.381Z] [exec] >>>numstatementcachemiss=17 16:26:11 [2023-03-05T21:26:11.381Z] [exec] columnNames pass 16:26:11 [2023-03-05T21:26:11.381Z] [exec] Value of key is: Statement Caching - (hit columnNames) : 16:26:11 [2023-03-05T21:26:11.381Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:26:11 [2023-03-05T21:26:11.381Z] [exec] 16:26:11 [2023-03-05T21:26:11.381Z] [exec] 16:26:11 [2023-03-05T21:26:11.381Z] [exec] ----------------------------------------- 16:26:11 [2023-03-05T21:26:11.381Z] [exec] - Statement Caching - (Hit): : PASS - 16:26:11 [2023-03-05T21:26:11.381Z] [exec] - Statement Caching - (Miss): : PASS - 16:26:11 [2023-03-05T21:26:11.381Z] [exec] - Statement Caching - (hit columnIndexes) : : PASS - 16:26:11 [2023-03-05T21:26:11.381Z] [exec] - Statement Caching - (hit columnNames) : : PASS - 16:26:11 [2023-03-05T21:26:11.381Z] [exec] ----------------------------------------- 16:26:11 [2023-03-05T21:26:11.381Z] [exec] Total PASS: 4 16:26:11 [2023-03-05T21:26:11.381Z] [exec] Total FAIL: 0 16:26:11 [2023-03-05T21:26:11.381Z] [exec] Total DID NOT RUN: 0 16:26:11 [2023-03-05T21:26:11.381Z] [exec] ----------------------------------------- 16:26:11 [2023-03-05T21:26:11.381Z] [exec] in flushAll , creating new testSuiteHash 16:26:11 [2023-03-05T21:26:11.639Z] [exec] in flushAll , creating new testSuiteHash 16:26:11 [2023-03-05T21:26:11.896Z] 16:26:11 [2023-03-05T21:26:11.896Z] checkReporting-common: 16:26:11 [2023-03-05T21:26:11.896Z] 16:26:11 [2023-03-05T21:26:11.896Z] confirmReportPresent-common: 16:26:11 [2023-03-05T21:26:11.896Z] [echo] file RepRunConf.txt is present. 16:26:11 [2023-03-05T21:26:11.896Z] [echo] Test seems to be reported fine 16:26:11 [2023-03-05T21:26:11.896Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.monitoring/RepRunConf.txt 16:26:11 [2023-03-05T21:26:11.896Z] 16:26:11 [2023-03-05T21:26:11.896Z] confirmMissingReport-common: 16:26:11 [2023-03-05T21:26:11.896Z] 16:26:11 [2023-03-05T21:26:11.896Z] undeploy: 16:26:11 [2023-03-05T21:26:11.896Z] 16:26:11 [2023-03-05T21:26:11.896Z] setOSConditions: 16:26:11 [2023-03-05T21:26:11.896Z] 16:26:11 [2023-03-05T21:26:11.896Z] setToolWin: 16:26:11 [2023-03-05T21:26:11.896Z] 16:26:11 [2023-03-05T21:26:11.896Z] setToolUnix: 16:26:11 [2023-03-05T21:26:11.896Z] 16:26:11 [2023-03-05T21:26:11.896Z] setToolProperty: 16:26:11 [2023-03-05T21:26:11.896Z] 16:26:11 [2023-03-05T21:26:11.896Z] setS1ASclassPath: 16:26:11 [2023-03-05T21:26:11.896Z] 16:26:11 [2023-03-05T21:26:11.896Z] init-common: 16:26:11 [2023-03-05T21:26:11.896Z] 16:26:11 [2023-03-05T21:26:11.896Z] execute-sql-common: 16:26:11 [2023-03-05T21:26:11.896Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.monitoring/sql/drop_pointbase.sql 16:26:11 [2023-03-05T21:26:11.896Z] [sql] 0 rows affected 16:26:11 [2023-03-05T21:26:11.896Z] [sql] 0 rows affected 16:26:11 [2023-03-05T21:26:11.896Z] [sql] 0 rows affected 16:26:11 [2023-03-05T21:26:11.896Z] [sql] 0 rows affected 16:26:11 [2023-03-05T21:26:11.896Z] [sql] 0 rows affected 16:26:11 [2023-03-05T21:26:11.896Z] [sql] 0 rows affected 16:26:11 [2023-03-05T21:26:11.896Z] [sql] 0 rows affected 16:26:11 [2023-03-05T21:26:11.896Z] [sql] 0 rows affected 16:26:11 [2023-03-05T21:26:11.896Z] [sql] 0 rows affected 16:26:11 [2023-03-05T21:26:11.896Z] [sql] 0 rows affected 16:26:11 [2023-03-05T21:26:11.896Z] [sql] 10 of 10 SQL statements executed successfully 16:26:11 [2023-03-05T21:26:11.896Z] 16:26:11 [2023-03-05T21:26:11.896Z] unsetup: 16:26:11 [2023-03-05T21:26:11.896Z] 16:26:11 [2023-03-05T21:26:11.896Z] asadmin-common: 16:26:11 [2023-03-05T21:26:11.896Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 16:26:12 [2023-03-05T21:26:12.152Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 16:26:12 [2023-03-05T21:26:12.419Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF 16:26:12 [2023-03-05T21:26:12.419Z] 16:26:12 [2023-03-05T21:26:12.419Z] setOSConditions: 16:26:12 [2023-03-05T21:26:12.419Z] 16:26:12 [2023-03-05T21:26:12.419Z] setToolWin: 16:26:12 [2023-03-05T21:26:12.419Z] 16:26:12 [2023-03-05T21:26:12.419Z] setToolUnix: 16:26:12 [2023-03-05T21:26:12.419Z] 16:26:12 [2023-03-05T21:26:12.419Z] setToolProperty: 16:26:12 [2023-03-05T21:26:12.419Z] 16:26:12 [2023-03-05T21:26:12.419Z] setS1ASclassPath: 16:26:12 [2023-03-05T21:26:12.419Z] 16:26:12 [2023-03-05T21:26:12.419Z] init-common: 16:26:12 [2023-03-05T21:26:12.419Z] 16:26:12 [2023-03-05T21:26:12.419Z] delete-jdbc-resource-common: 16:26:12 [2023-03-05T21:26:12.419Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/jdbc-stmtcaching_hit_miss 16:26:12 [2023-03-05T21:26:12.675Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/jdbc-stmtcaching_hit_miss 16:26:12 [2023-03-05T21:26:12.675Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss deleted successfully 16:26:12 [2023-03-05T21:26:12.675Z] [echo] cmd executed for server 16:26:12 [2023-03-05T21:26:12.675Z] 16:26:12 [2023-03-05T21:26:12.675Z] setOSConditions: 16:26:12 [2023-03-05T21:26:12.675Z] 16:26:12 [2023-03-05T21:26:12.675Z] setToolWin: 16:26:12 [2023-03-05T21:26:12.675Z] 16:26:12 [2023-03-05T21:26:12.675Z] setToolUnix: 16:26:12 [2023-03-05T21:26:12.675Z] 16:26:12 [2023-03-05T21:26:12.675Z] setToolProperty: 16:26:12 [2023-03-05T21:26:12.675Z] 16:26:12 [2023-03-05T21:26:12.675Z] setS1ASclassPath: 16:26:12 [2023-03-05T21:26:12.675Z] 16:26:12 [2023-03-05T21:26:12.675Z] init-common: 16:26:12 [2023-03-05T21:26:12.675Z] 16:26:12 [2023-03-05T21:26:12.675Z] delete-jdbc-connpool-common: 16:26:12 [2023-03-05T21:26:12.675Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc/jdbc-stmtcaching_hit_miss-pool 16:26:12 [2023-03-05T21:26:12.931Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc/jdbc-stmtcaching_hit_miss-pool 16:26:12 [2023-03-05T21:26:12.931Z] [exec] JDBC Connection pool jdbc/jdbc-stmtcaching_hit_miss-pool deleted successfully 16:26:12 [2023-03-05T21:26:12.931Z] [echo] cmd executed for server 16:26:12 [2023-03-05T21:26:12.931Z] 16:26:12 [2023-03-05T21:26:12.931Z] setOSConditions: 16:26:12 [2023-03-05T21:26:12.931Z] 16:26:12 [2023-03-05T21:26:12.931Z] setToolWin: 16:26:12 [2023-03-05T21:26:12.931Z] 16:26:12 [2023-03-05T21:26:12.931Z] setToolUnix: 16:26:12 [2023-03-05T21:26:12.931Z] 16:26:12 [2023-03-05T21:26:12.931Z] setToolProperty: 16:26:12 [2023-03-05T21:26:12.931Z] 16:26:12 [2023-03-05T21:26:12.931Z] setS1ASclassPath: 16:26:12 [2023-03-05T21:26:12.931Z] 16:26:12 [2023-03-05T21:26:12.931Z] init-common: 16:26:12 [2023-03-05T21:26:12.931Z] 16:26:12 [2023-03-05T21:26:12.931Z] undeploy-common: 16:26:13 [2023-03-05T21:26:13.523Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-stmtcaching_hit_missApp 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] all: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setOSConditions: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setToolWin: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setToolUnix: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setToolProperty: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setS1ASclassPath: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] init-common: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] ejb-setup: 16:26:13 [2023-03-05T21:26:13.523Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/ejb 16:26:13 [2023-03-05T21:26:13.523Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/client 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] clean: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setOSConditions: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setToolWin: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setToolUnix: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setToolProperty: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setS1ASclassPath: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] init-common: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] clean-common: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setOSConditions: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setToolWin: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setToolUnix: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setToolProperty: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setS1ASclassPath: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] init-common: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] clean-classes-common: 16:26:13 [2023-03-05T21:26:13.523Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setOSConditions: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setToolWin: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setToolUnix: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setToolProperty: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setS1ASclassPath: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] init-common: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] clean-jars-common: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] compile: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setOSConditions: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setToolWin: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setToolUnix: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setToolProperty: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] setS1ASclassPath: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] init-common: 16:26:13 [2023-03-05T21:26:13.523Z] 16:26:13 [2023-03-05T21:26:13.523Z] compile-common: 16:26:13 [2023-03-05T21:26:13.523Z] [echo] Current time (ISO): 2023-03-05T21:26:13.299+0000 16:26:13 [2023-03-05T21:26:13.523Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:26:13 [2023-03-05T21:26:13.523Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:26:14 [2023-03-05T21:26:14.890Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:26:14 [2023-03-05T21:26:14.890Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:26:14 [2023-03-05T21:26:14.890Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:26:14 [2023-03-05T21:26:14.890Z] [javac] 2 warnings 16:26:14 [2023-03-05T21:26:14.890Z] 16:26:14 [2023-03-05T21:26:14.890Z] setOSConditions: 16:26:14 [2023-03-05T21:26:14.890Z] 16:26:14 [2023-03-05T21:26:14.890Z] setToolWin: 16:26:14 [2023-03-05T21:26:14.890Z] 16:26:14 [2023-03-05T21:26:14.890Z] setToolUnix: 16:26:14 [2023-03-05T21:26:14.890Z] 16:26:14 [2023-03-05T21:26:14.890Z] setToolProperty: 16:26:14 [2023-03-05T21:26:14.890Z] 16:26:14 [2023-03-05T21:26:14.890Z] setS1ASclassPath: 16:26:14 [2023-03-05T21:26:14.890Z] 16:26:14 [2023-03-05T21:26:14.890Z] init-common: 16:26:14 [2023-03-05T21:26:14.890Z] 16:26:14 [2023-03-05T21:26:14.890Z] compile-common: 16:26:14 [2023-03-05T21:26:14.890Z] [echo] Current time (ISO): 2023-03-05T21:26:14.687+0000 16:26:14 [2023-03-05T21:26:14.890Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:26:15 [2023-03-05T21:26:15.843Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:26:16 [2023-03-05T21:26:16.100Z] [javac] 1 warning 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] build: 16:26:16 [2023-03-05T21:26:16.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib 16:26:16 [2023-03-05T21:26:16.100Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/ejb-ejb30-persistence-tx_propagation-lib.jar 16:26:16 [2023-03-05T21:26:16.100Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/ejb-ejb30-persistence-tx_propagation-par1.jar 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setOSConditions: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] fixFiles: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] convUnix: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] convWin: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setToolWin: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setToolUnix: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setToolProperty: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setS1ASclassPath: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] init-common: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] package-persistence-common: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] ejb-jar-common: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] package-ejbjar-common: 16:26:16 [2023-03-05T21:26:16.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:16 [2023-03-05T21:26:16.100Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagation-ejb.jar 16:26:16 [2023-03-05T21:26:16.100Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] appclient-jar-common: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] package-appclientjar-common: 16:26:16 [2023-03-05T21:26:16.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:16 [2023-03-05T21:26:16.100Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagation-client.jar 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] webclient-war-common: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] build-ear-common: 16:26:16 [2023-03-05T21:26:16.100Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear 16:26:16 [2023-03-05T21:26:16.100Z] [jar] Updating jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setup: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setOSConditions: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setToolWin: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setToolUnix: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setToolProperty: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setS1ASclassPath: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] init-common: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] execute-sql-common: 16:26:16 [2023-03-05T21:26:16.100Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/sql/create.sql 16:26:16 [2023-03-05T21:26:16.100Z] [sql] 0 rows affected 16:26:16 [2023-03-05T21:26:16.100Z] [sql] 1 of 1 SQL statements executed successfully 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] deploy: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setOSConditions: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setToolWin: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setToolUnix: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setToolProperty: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setS1ASclassPath: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] init-common: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] deploy-common: 16:26:16 [2023-03-05T21:26:16.100Z] [echo] Current time (ISO): 2023-03-05T21:26:15.979+0000 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setOSConditions: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setToolWin: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setToolUnix: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setToolProperty: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] setS1ASclassPath: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] init-common: 16:26:16 [2023-03-05T21:26:16.100Z] 16:26:16 [2023-03-05T21:26:16.100Z] deploy-common-pe: 16:26:16 [2023-03-05T21:26:16.372Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear 16:26:18 [2023-03-05T21:26:18.266Z] [exec] Application deployed with name ejb-ejb30-persistence-tx_propagationApp. 16:26:18 [2023-03-05T21:26:18.266Z] [echo] Deployment on target server server successful 16:26:18 [2023-03-05T21:26:18.266Z] 16:26:18 [2023-03-05T21:26:18.266Z] setOSConditions: 16:26:18 [2023-03-05T21:26:18.266Z] 16:26:18 [2023-03-05T21:26:18.266Z] setToolWin: 16:26:18 [2023-03-05T21:26:18.266Z] 16:26:18 [2023-03-05T21:26:18.266Z] setToolUnix: 16:26:18 [2023-03-05T21:26:18.266Z] 16:26:18 [2023-03-05T21:26:18.266Z] setToolProperty: 16:26:18 [2023-03-05T21:26:18.266Z] 16:26:18 [2023-03-05T21:26:18.266Z] setS1ASclassPath: 16:26:18 [2023-03-05T21:26:18.266Z] 16:26:18 [2023-03-05T21:26:18.266Z] init-common: 16:26:18 [2023-03-05T21:26:18.266Z] 16:26:18 [2023-03-05T21:26:18.266Z] deploy-common-ee: 16:26:18 [2023-03-05T21:26:18.266Z] 16:26:18 [2023-03-05T21:26:18.266Z] run: 16:26:18 [2023-03-05T21:26:18.266Z] 16:26:18 [2023-03-05T21:26:18.266Z] setOSConditions: 16:26:18 [2023-03-05T21:26:18.266Z] 16:26:18 [2023-03-05T21:26:18.266Z] setToolWin: 16:26:18 [2023-03-05T21:26:18.266Z] 16:26:18 [2023-03-05T21:26:18.266Z] setToolUnix: 16:26:18 [2023-03-05T21:26:18.266Z] 16:26:18 [2023-03-05T21:26:18.266Z] setToolProperty: 16:26:18 [2023-03-05T21:26:18.266Z] 16:26:18 [2023-03-05T21:26:18.266Z] setS1ASclassPath: 16:26:18 [2023-03-05T21:26:18.266Z] 16:26:18 [2023-03-05T21:26:18.266Z] init-common: 16:26:18 [2023-03-05T21:26:18.266Z] 16:26:18 [2023-03-05T21:26:18.266Z] runclient-common: 16:26:18 [2023-03-05T21:26:18.266Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationAppClient.jar -name ejb-ejb30-persistence-tx_propagationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:26:18 [2023-03-05T21:26:18.829Z] [exec] Mar 05, 2023 9:26:18 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:26:18 [2023-03-05T21:26:18.829Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:26:19 [2023-03-05T21:26:19.419Z] [exec] Mar 05, 2023 9:26:19 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 16:26:19 [2023-03-05T21:26:19.419Z] [exec] WARNING: ACC001: Using the only client [ejb-ejb30-persistence-tx_propagation-client] with main class [com.sun.s1asdev.ejb.ejb30.persistence.tx_propagation.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationAppClient.jar even though it does not match the specified main class name null or client name ejb-ejb30-persistence-tx_propagationClient 16:26:21 [2023-03-05T21:26:21.320Z] [exec] Mar 05, 2023 9:26:20 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:26:21 [2023-03-05T21:26:21.320Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@2dd178f3 16:26:21 [2023-03-05T21:26:21.320Z] [exec] I am in client 16:26:21 [2023-03-05T21:26:21.926Z] [exec] Mar 05, 2023 9:26:21 PM org.hibernate.validator.internal.util.Version <clinit> 16:26:21 [2023-03-05T21:26:21.926Z] [exec] INFO: HV000001: Hibernate Validator 8.0.0.Final 16:26:22 [2023-03-05T21:26:22.218Z] [exec] Mar 05, 2023 9:26:21 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool 16:26:22 [2023-03-05T21:26:22.218Z] [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@f65bad20[jndiName=__SYSTEM/pools/__datasource_definition/ejb-ejb30-persistence-tx_propagationApp/java:app/jdbc/xa, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off 16:26:22 [2023-03-05T21:26:22.218Z] [exec] calling createPerson(duke) 16:26:22 [2023-03-05T21:26:22.218Z] [exec] created 16:26:22 [2023-03-05T21:26:22.218Z] [exec] utx.begin called 16:26:22 [2023-03-05T21:26:22.474Z] [exec] inserted 1,1 into table 16:26:22 [2023-03-05T21:26:22.474Z] [exec] calling utx.rollback 16:26:22 [2023-03-05T21:26:22.474Z] [exec] Value of key is: delegateFoundMe 16:26:22 [2023-03-05T21:26:22.474Z] [exec] Value of key is: findDelegateCreatedPerson 16:26:22 [2023-03-05T21:26:22.474Z] [exec] utx.rollback called 16:26:22 [2023-03-05T21:26:22.474Z] [exec] I am in client 16:26:22 [2023-03-05T21:26:22.474Z] [exec] calling createPerson(duke) 16:26:22 [2023-03-05T21:26:22.474Z] [exec] created 16:26:22 [2023-03-05T21:26:22.474Z] [exec] utx.begin called 16:26:22 [2023-03-05T21:26:22.474Z] [exec] inserted 1,1 into table 16:26:22 [2023-03-05T21:26:22.732Z] [exec] Value of key is: delegateFoundMe 16:26:22 [2023-03-05T21:26:22.732Z] [exec] Value of key is: findDelegateCreatedPerson 16:26:22 [2023-03-05T21:26:22.732Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:26:22 [2023-03-05T21:26:22.732Z] [exec] 16:26:22 [2023-03-05T21:26:22.732Z] [exec] 16:26:22 [2023-03-05T21:26:22.732Z] [exec] ----------------------------------------- 16:26:22 [2023-03-05T21:26:22.732Z] [exec] - delegateFoundMe: PASS - 16:26:22 [2023-03-05T21:26:22.732Z] [exec] - findDelegateCreatedPerson: PASS - 16:26:22 [2023-03-05T21:26:22.732Z] [exec] ----------------------------------------- 16:26:22 [2023-03-05T21:26:22.732Z] [exec] Total PASS: 2 16:26:22 [2023-03-05T21:26:22.732Z] [exec] Total FAIL: 0 16:26:22 [2023-03-05T21:26:22.732Z] [exec] Total DID NOT RUN: 0 16:26:22 [2023-03-05T21:26:22.732Z] [exec] ----------------------------------------- 16:26:22 [2023-03-05T21:26:22.732Z] [exec] in flushAll , creating new testSuiteHash 16:26:22 [2023-03-05T21:26:22.732Z] [exec] in flushAll , creating new testSuiteHash 16:26:22 [2023-03-05T21:26:22.732Z] [exec] calling utx.commit 16:26:22 [2023-03-05T21:26:22.732Z] [exec] utx.commit called 16:26:22 [2023-03-05T21:26:22.732Z] [exec] Mar 05, 2023 9:26:22 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl sendStopToResourceAdapter 16:26:22 [2023-03-05T21:26:22.732Z] [exec] INFO: RAR7094: __xa_jdbc_ra shutdown successful. 16:26:22 [2023-03-05T21:26:22.988Z] 16:26:22 [2023-03-05T21:26:22.988Z] checkReporting-common: 16:26:22 [2023-03-05T21:26:22.988Z] 16:26:22 [2023-03-05T21:26:22.988Z] confirmReportPresent-common: 16:26:22 [2023-03-05T21:26:22.988Z] [echo] file RepRunConf.txt is present. 16:26:22 [2023-03-05T21:26:22.988Z] [echo] Test seems to be reported fine 16:26:22 [2023-03-05T21:26:22.988Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/RepRunConf.txt 16:26:22 [2023-03-05T21:26:22.988Z] 16:26:22 [2023-03-05T21:26:22.988Z] confirmMissingReport-common: 16:26:22 [2023-03-05T21:26:22.988Z] 16:26:22 [2023-03-05T21:26:22.988Z] undeploy: 16:26:22 [2023-03-05T21:26:22.988Z] 16:26:22 [2023-03-05T21:26:22.988Z] setOSConditions: 16:26:22 [2023-03-05T21:26:22.988Z] 16:26:22 [2023-03-05T21:26:22.988Z] setToolWin: 16:26:22 [2023-03-05T21:26:22.988Z] 16:26:22 [2023-03-05T21:26:22.988Z] setToolUnix: 16:26:22 [2023-03-05T21:26:22.988Z] 16:26:22 [2023-03-05T21:26:22.988Z] setToolProperty: 16:26:22 [2023-03-05T21:26:22.988Z] 16:26:22 [2023-03-05T21:26:22.988Z] setS1ASclassPath: 16:26:22 [2023-03-05T21:26:22.988Z] 16:26:22 [2023-03-05T21:26:22.988Z] init-common: 16:26:22 [2023-03-05T21:26:22.988Z] 16:26:22 [2023-03-05T21:26:22.988Z] undeploy-common: 16:26:23 [2023-03-05T21:26:23.244Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-ejb30-persistence-tx_propagationApp 16:26:23 [2023-03-05T21:26:23.244Z] 16:26:23 [2023-03-05T21:26:23.244Z] unsetup: 16:26:23 [2023-03-05T21:26:23.244Z] 16:26:23 [2023-03-05T21:26:23.244Z] setOSConditions: 16:26:23 [2023-03-05T21:26:23.244Z] 16:26:23 [2023-03-05T21:26:23.244Z] setToolWin: 16:26:23 [2023-03-05T21:26:23.244Z] 16:26:23 [2023-03-05T21:26:23.244Z] setToolUnix: 16:26:23 [2023-03-05T21:26:23.244Z] 16:26:23 [2023-03-05T21:26:23.244Z] setToolProperty: 16:26:23 [2023-03-05T21:26:23.244Z] 16:26:23 [2023-03-05T21:26:23.244Z] setS1ASclassPath: 16:26:23 [2023-03-05T21:26:23.244Z] 16:26:23 [2023-03-05T21:26:23.244Z] init-common: 16:26:23 [2023-03-05T21:26:23.244Z] 16:26:23 [2023-03-05T21:26:23.244Z] execute-sql-common: 16:26:23 [2023-03-05T21:26:23.244Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/sql/drop.sql 16:26:23 [2023-03-05T21:26:23.244Z] [sql] 0 rows affected 16:26:23 [2023-03-05T21:26:23.244Z] [sql] 1 of 1 SQL statements executed successfully 16:26:23 [2023-03-05T21:26:23.244Z] 16:26:23 [2023-03-05T21:26:23.244Z] all: 16:26:23 [2023-03-05T21:26:23.244Z] 16:26:23 [2023-03-05T21:26:23.244Z] setOSConditions: 16:26:23 [2023-03-05T21:26:23.244Z] 16:26:23 [2023-03-05T21:26:23.244Z] setToolWin: 16:26:23 [2023-03-05T21:26:23.244Z] 16:26:23 [2023-03-05T21:26:23.244Z] setToolUnix: 16:26:23 [2023-03-05T21:26:23.244Z] 16:26:23 [2023-03-05T21:26:23.244Z] setToolProperty: 16:26:23 [2023-03-05T21:26:23.244Z] 16:26:23 [2023-03-05T21:26:23.244Z] setS1ASclassPath: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] init-common: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] appclient-setup: 16:26:23 [2023-03-05T21:26:23.519Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/client 16:26:23 [2023-03-05T21:26:23.519Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/ejb 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] clean: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setOSConditions: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setToolWin: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setToolUnix: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setToolProperty: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setS1ASclassPath: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] init-common: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] clean-common: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setOSConditions: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setToolWin: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setToolUnix: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setToolProperty: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setS1ASclassPath: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] init-common: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] clean-classes-common: 16:26:23 [2023-03-05T21:26:23.519Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setOSConditions: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setToolWin: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setToolUnix: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setToolProperty: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setS1ASclassPath: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] init-common: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] clean-jars-common: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] compile: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setOSConditions: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setToolWin: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setToolUnix: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setToolProperty: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] setS1ASclassPath: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] init-common: 16:26:23 [2023-03-05T21:26:23.519Z] 16:26:23 [2023-03-05T21:26:23.519Z] compile-common: 16:26:23 [2023-03-05T21:26:23.519Z] [echo] Current time (ISO): 2023-03-05T21:26:23.262+0000 16:26:23 [2023-03-05T21:26:23.519Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:26:23 [2023-03-05T21:26:23.519Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:26:24 [2023-03-05T21:26:24.885Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:26:24 [2023-03-05T21:26:24.885Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:26:24 [2023-03-05T21:26:24.885Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:26:24 [2023-03-05T21:26:24.885Z] [javac] 2 warnings 16:26:24 [2023-03-05T21:26:24.885Z] 16:26:24 [2023-03-05T21:26:24.885Z] setOSConditions: 16:26:24 [2023-03-05T21:26:24.885Z] 16:26:24 [2023-03-05T21:26:24.885Z] setToolWin: 16:26:24 [2023-03-05T21:26:24.885Z] 16:26:24 [2023-03-05T21:26:24.885Z] setToolUnix: 16:26:24 [2023-03-05T21:26:24.885Z] 16:26:24 [2023-03-05T21:26:24.885Z] setToolProperty: 16:26:24 [2023-03-05T21:26:24.885Z] 16:26:24 [2023-03-05T21:26:24.885Z] setS1ASclassPath: 16:26:24 [2023-03-05T21:26:24.885Z] 16:26:24 [2023-03-05T21:26:24.885Z] init-common: 16:26:24 [2023-03-05T21:26:24.885Z] 16:26:24 [2023-03-05T21:26:24.885Z] compile-common: 16:26:24 [2023-03-05T21:26:24.885Z] [echo] Current time (ISO): 2023-03-05T21:26:24.797+0000 16:26:24 [2023-03-05T21:26:24.885Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:26:26 [2023-03-05T21:26:26.256Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:26:26 [2023-03-05T21:26:26.256Z] [javac] 1 warning 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] build: 16:26:26 [2023-03-05T21:26:26.256Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib 16:26:26 [2023-03-05T21:26:26.256Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/ejb-ejb30-persistence-tx_propagation-lib.jar 16:26:26 [2023-03-05T21:26:26.256Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/ejb-ejb30-persistence-tx_propagation-par1.jar 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setOSConditions: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] fixFiles: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] convUnix: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] convWin: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setToolWin: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setToolUnix: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setToolProperty: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setS1ASclassPath: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] init-common: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] package-persistence-common: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] ejb-jar-common: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] package-ejbjar-common: 16:26:26 [2023-03-05T21:26:26.256Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:26 [2023-03-05T21:26:26.256Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagation-ejb.jar 16:26:26 [2023-03-05T21:26:26.256Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] appclient-jar-common: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] package-appclientjar-common: 16:26:26 [2023-03-05T21:26:26.256Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:26 [2023-03-05T21:26:26.256Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagation-client.jar 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] webclient-war-common: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] build-ear-common: 16:26:26 [2023-03-05T21:26:26.256Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear 16:26:26 [2023-03-05T21:26:26.256Z] [jar] Updating jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setup: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setOSConditions: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setToolWin: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setToolUnix: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setToolProperty: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setS1ASclassPath: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] init-common: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] execute-sql-common: 16:26:26 [2023-03-05T21:26:26.256Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/sql/create.sql 16:26:26 [2023-03-05T21:26:26.256Z] [sql] 0 rows affected 16:26:26 [2023-03-05T21:26:26.256Z] [sql] 1 of 1 SQL statements executed successfully 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] deploy: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setOSConditions: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setToolWin: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setToolUnix: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setToolProperty: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setS1ASclassPath: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] init-common: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] deploy-common: 16:26:26 [2023-03-05T21:26:26.256Z] [echo] Current time (ISO): 2023-03-05T21:26:26.190+0000 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setOSConditions: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setToolWin: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setToolUnix: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setToolProperty: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] setS1ASclassPath: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] init-common: 16:26:26 [2023-03-05T21:26:26.256Z] 16:26:26 [2023-03-05T21:26:26.256Z] deploy-common-pe: 16:26:26 [2023-03-05T21:26:26.519Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear 16:26:27 [2023-03-05T21:26:27.119Z] [exec] Application deployed with name ejb-ejb30-persistence-tx_propagationApp. 16:26:27 [2023-03-05T21:26:27.119Z] [echo] Deployment on target server server successful 16:26:27 [2023-03-05T21:26:27.119Z] 16:26:27 [2023-03-05T21:26:27.119Z] setOSConditions: 16:26:27 [2023-03-05T21:26:27.119Z] 16:26:27 [2023-03-05T21:26:27.119Z] setToolWin: 16:26:27 [2023-03-05T21:26:27.119Z] 16:26:27 [2023-03-05T21:26:27.119Z] setToolUnix: 16:26:27 [2023-03-05T21:26:27.119Z] 16:26:27 [2023-03-05T21:26:27.119Z] setToolProperty: 16:26:27 [2023-03-05T21:26:27.119Z] 16:26:27 [2023-03-05T21:26:27.119Z] setS1ASclassPath: 16:26:27 [2023-03-05T21:26:27.119Z] 16:26:27 [2023-03-05T21:26:27.119Z] init-common: 16:26:27 [2023-03-05T21:26:27.119Z] 16:26:27 [2023-03-05T21:26:27.119Z] deploy-common-ee: 16:26:27 [2023-03-05T21:26:27.119Z] 16:26:27 [2023-03-05T21:26:27.119Z] run: 16:26:27 [2023-03-05T21:26:27.119Z] 16:26:27 [2023-03-05T21:26:27.119Z] setOSConditions: 16:26:27 [2023-03-05T21:26:27.119Z] 16:26:27 [2023-03-05T21:26:27.119Z] setToolWin: 16:26:27 [2023-03-05T21:26:27.119Z] 16:26:27 [2023-03-05T21:26:27.119Z] setToolUnix: 16:26:27 [2023-03-05T21:26:27.119Z] 16:26:27 [2023-03-05T21:26:27.119Z] setToolProperty: 16:26:27 [2023-03-05T21:26:27.119Z] 16:26:27 [2023-03-05T21:26:27.119Z] setS1ASclassPath: 16:26:27 [2023-03-05T21:26:27.119Z] 16:26:27 [2023-03-05T21:26:27.119Z] init-common: 16:26:27 [2023-03-05T21:26:27.119Z] 16:26:27 [2023-03-05T21:26:27.119Z] runclient-common: 16:26:27 [2023-03-05T21:26:27.119Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationAppClient.jar -name ejb-ejb30-persistence-tx_propagationClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:26:28 [2023-03-05T21:26:28.049Z] [exec] Mar 05, 2023 9:26:27 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:26:28 [2023-03-05T21:26:28.049Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:26:28 [2023-03-05T21:26:28.624Z] [exec] Mar 05, 2023 9:26:28 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 16:26:28 [2023-03-05T21:26:28.624Z] [exec] WARNING: ACC001: Using the only client [ejb-ejb30-persistence-tx_propagation-client] with main class [com.sun.s1asdev.ejb.ejb30.persistence.tx_propagation.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationAppClient.jar even though it does not match the specified main class name null or client name ejb-ejb30-persistence-tx_propagationClient 16:26:29 [2023-03-05T21:26:29.990Z] [exec] Mar 05, 2023 9:26:29 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:26:29 [2023-03-05T21:26:29.990Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@595f9916 16:26:30 [2023-03-05T21:26:30.552Z] [exec] I am in client 16:26:30 [2023-03-05T21:26:30.819Z] [exec] Mar 05, 2023 9:26:30 PM org.hibernate.validator.internal.util.Version <clinit> 16:26:30 [2023-03-05T21:26:30.819Z] [exec] INFO: HV000001: Hibernate Validator 8.0.0.Final 16:26:30 [2023-03-05T21:26:30.819Z] [exec] Mar 05, 2023 9:26:30 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool 16:26:30 [2023-03-05T21:26:30.819Z] [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@f65bad20[jndiName=__SYSTEM/pools/__datasource_definition/ejb-ejb30-persistence-tx_propagationApp/java:app/jdbc/xa, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off 16:26:30 [2023-03-05T21:26:30.819Z] [exec] calling createPerson(duke) 16:26:30 [2023-03-05T21:26:30.819Z] [exec] created 16:26:30 [2023-03-05T21:26:30.819Z] [exec] utx.begin called 16:26:31 [2023-03-05T21:26:31.076Z] [exec] inserted 1,1 into table 16:26:31 [2023-03-05T21:26:31.076Z] [exec] Value of key is: delegateFoundMe 16:26:31 [2023-03-05T21:26:31.076Z] [exec] Value of key is: findDelegateCreatedPerson 16:26:31 [2023-03-05T21:26:31.076Z] [exec] calling utx.rollback 16:26:31 [2023-03-05T21:26:31.076Z] [exec] utx.rollback called 16:26:31 [2023-03-05T21:26:31.076Z] [exec] I am in client 16:26:31 [2023-03-05T21:26:31.076Z] [exec] calling createPerson(duke) 16:26:31 [2023-03-05T21:26:31.076Z] [exec] created 16:26:31 [2023-03-05T21:26:31.076Z] [exec] utx.begin called 16:26:31 [2023-03-05T21:26:31.076Z] [exec] inserted 1,1 into table 16:26:31 [2023-03-05T21:26:31.076Z] [exec] calling utx.commit 16:26:31 [2023-03-05T21:26:31.076Z] [exec] Value of key is: delegateFoundMe 16:26:31 [2023-03-05T21:26:31.076Z] [exec] Value of key is: findDelegateCreatedPerson 16:26:31 [2023-03-05T21:26:31.076Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:26:31 [2023-03-05T21:26:31.076Z] [exec] 16:26:31 [2023-03-05T21:26:31.076Z] [exec] 16:26:31 [2023-03-05T21:26:31.076Z] [exec] ----------------------------------------- 16:26:31 [2023-03-05T21:26:31.076Z] [exec] - delegateFoundMe: PASS - 16:26:31 [2023-03-05T21:26:31.076Z] [exec] - findDelegateCreatedPerson: PASS - 16:26:31 [2023-03-05T21:26:31.076Z] [exec] ----------------------------------------- 16:26:31 [2023-03-05T21:26:31.076Z] [exec] Total PASS: 2 16:26:31 [2023-03-05T21:26:31.076Z] [exec] Total FAIL: 0 16:26:31 [2023-03-05T21:26:31.076Z] [exec] Total DID NOT RUN: 0 16:26:31 [2023-03-05T21:26:31.076Z] [exec] ----------------------------------------- 16:26:31 [2023-03-05T21:26:31.076Z] [exec] in flushAll , creating new testSuiteHash 16:26:31 [2023-03-05T21:26:31.076Z] [exec] in flushAll , creating new testSuiteHash 16:26:31 [2023-03-05T21:26:31.076Z] [exec] utx.commit called 16:26:31 [2023-03-05T21:26:31.076Z] [exec] Mar 05, 2023 9:26:31 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl sendStopToResourceAdapter 16:26:31 [2023-03-05T21:26:31.076Z] [exec] INFO: RAR7094: __xa_jdbc_ra shutdown successful. 16:26:31 [2023-03-05T21:26:31.639Z] 16:26:31 [2023-03-05T21:26:31.639Z] checkReporting-common: 16:26:31 [2023-03-05T21:26:31.639Z] 16:26:31 [2023-03-05T21:26:31.639Z] confirmReportPresent-common: 16:26:31 [2023-03-05T21:26:31.639Z] [echo] file RepRunConf.txt is present. 16:26:31 [2023-03-05T21:26:31.639Z] [echo] Test seems to be reported fine 16:26:31 [2023-03-05T21:26:31.639Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/RepRunConf.txt 16:26:31 [2023-03-05T21:26:31.639Z] 16:26:31 [2023-03-05T21:26:31.639Z] confirmMissingReport-common: 16:26:31 [2023-03-05T21:26:31.639Z] 16:26:31 [2023-03-05T21:26:31.639Z] undeploy: 16:26:31 [2023-03-05T21:26:31.639Z] 16:26:31 [2023-03-05T21:26:31.639Z] setOSConditions: 16:26:31 [2023-03-05T21:26:31.639Z] 16:26:31 [2023-03-05T21:26:31.639Z] setToolWin: 16:26:31 [2023-03-05T21:26:31.639Z] 16:26:31 [2023-03-05T21:26:31.639Z] setToolUnix: 16:26:31 [2023-03-05T21:26:31.639Z] 16:26:31 [2023-03-05T21:26:31.639Z] setToolProperty: 16:26:31 [2023-03-05T21:26:31.639Z] 16:26:31 [2023-03-05T21:26:31.639Z] setS1ASclassPath: 16:26:31 [2023-03-05T21:26:31.639Z] 16:26:31 [2023-03-05T21:26:31.639Z] init-common: 16:26:31 [2023-03-05T21:26:31.639Z] 16:26:31 [2023-03-05T21:26:31.639Z] undeploy-common: 16:26:31 [2023-03-05T21:26:31.895Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-ejb30-persistence-tx_propagationApp 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] unsetup: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setOSConditions: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolWin: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolUnix: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolProperty: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setS1ASclassPath: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] init-common: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] execute-sql-common: 16:26:31 [2023-03-05T21:26:31.895Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/sql/drop.sql 16:26:31 [2023-03-05T21:26:31.895Z] [sql] 0 rows affected 16:26:31 [2023-03-05T21:26:31.895Z] [sql] 1 of 1 SQL statements executed successfully 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] all-appclient-exposed-dsd: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setOSConditions: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolWin: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolUnix: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolProperty: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setS1ASclassPath: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] init-common: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] clean: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setOSConditions: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolWin: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolUnix: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolProperty: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setS1ASclassPath: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] init-common: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] clean-common: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setOSConditions: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolWin: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolUnix: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolProperty: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setS1ASclassPath: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] init-common: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] clean-classes-common: 16:26:31 [2023-03-05T21:26:31.895Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setOSConditions: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolWin: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolUnix: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolProperty: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setS1ASclassPath: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] init-common: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] clean-jars-common: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] compile: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setOSConditions: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolWin: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolUnix: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setToolProperty: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] setS1ASclassPath: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] init-common: 16:26:31 [2023-03-05T21:26:31.895Z] 16:26:31 [2023-03-05T21:26:31.895Z] compile-common: 16:26:31 [2023-03-05T21:26:31.895Z] [echo] Current time (ISO): 2023-03-05T21:26:31.798+0000 16:26:31 [2023-03-05T21:26:31.895Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:26:31 [2023-03-05T21:26:31.895Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:26:33 [2023-03-05T21:26:33.261Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:26:33 [2023-03-05T21:26:33.261Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.fixed/ejb/SimpleBMPBean.java:40: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:26:33 [2023-03-05T21:26:33.261Z] [javac] return new Integer(1); 16:26:33 [2023-03-05T21:26:33.261Z] [javac] ^ 16:26:33 [2023-03-05T21:26:33.261Z] [javac] 2 warnings 16:26:33 [2023-03-05T21:26:33.261Z] 16:26:33 [2023-03-05T21:26:33.261Z] setOSConditions: 16:26:33 [2023-03-05T21:26:33.261Z] 16:26:33 [2023-03-05T21:26:33.261Z] setToolWin: 16:26:33 [2023-03-05T21:26:33.261Z] 16:26:33 [2023-03-05T21:26:33.261Z] setToolUnix: 16:26:33 [2023-03-05T21:26:33.261Z] 16:26:33 [2023-03-05T21:26:33.261Z] setToolProperty: 16:26:33 [2023-03-05T21:26:33.261Z] 16:26:33 [2023-03-05T21:26:33.261Z] setS1ASclassPath: 16:26:33 [2023-03-05T21:26:33.261Z] 16:26:33 [2023-03-05T21:26:33.261Z] init-common: 16:26:33 [2023-03-05T21:26:33.261Z] 16:26:33 [2023-03-05T21:26:33.261Z] compile-common: 16:26:33 [2023-03-05T21:26:33.261Z] [echo] Current time (ISO): 2023-03-05T21:26:33.143+0000 16:26:33 [2023-03-05T21:26:33.261Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:26:34 [2023-03-05T21:26:34.655Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:26:34 [2023-03-05T21:26:34.655Z] [javac] 1 warning 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] build: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setOSConditions: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] fixFiles: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] convUnix: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] convWin: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setToolWin: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setToolUnix: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setToolProperty: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setS1ASclassPath: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] init-common: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] package-persistence-common: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] ejb-jar-common: 16:26:34 [2023-03-05T21:26:34.655Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] package-ejbjar-common: 16:26:34 [2023-03-05T21:26:34.655Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:34 [2023-03-05T21:26:34.655Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:34 [2023-03-05T21:26:34.655Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:34 [2023-03-05T21:26:34.655Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-ejb.jar 16:26:34 [2023-03-05T21:26:34.655Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] appclient-jar-common: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] package-appclientjar-common: 16:26:34 [2023-03-05T21:26:34.655Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:34 [2023-03-05T21:26:34.655Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:34 [2023-03-05T21:26:34.655Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:34 [2023-03-05T21:26:34.655Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-client.jar 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] webclient-war-common: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] build-ear-common: 16:26:34 [2023-03-05T21:26:34.655Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:26:34 [2023-03-05T21:26:34.655Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] deploy: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setOSConditions: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setToolWin: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setToolUnix: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setToolProperty: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setS1ASclassPath: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] init-common: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] execute-sql-common: 16:26:34 [2023-03-05T21:26:34.655Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.fixed/sql/create_pointbase.sql 16:26:34 [2023-03-05T21:26:34.655Z] [sql] Failed to execute: drop table customer_stmt_wrapper1 16:26:34 [2023-03-05T21:26:34.655Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER1' because it does not exist. 16:26:34 [2023-03-05T21:26:34.655Z] [sql] Failed to execute: drop table customer_stmt_wrapper2 16:26:34 [2023-03-05T21:26:34.655Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER2' because it does not exist. 16:26:34 [2023-03-05T21:26:34.655Z] [sql] Failed to execute: drop table customer_stmt_wrapper3 16:26:34 [2023-03-05T21:26:34.655Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER3' because it does not exist. 16:26:34 [2023-03-05T21:26:34.655Z] [sql] Failed to execute: drop table customer_stmt_wrapper4 16:26:34 [2023-03-05T21:26:34.655Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER4' because it does not exist. 16:26:34 [2023-03-05T21:26:34.655Z] [sql] Failed to execute: drop table customer_stmt_wrapper5 16:26:34 [2023-03-05T21:26:34.655Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER5' because it does not exist. 16:26:34 [2023-03-05T21:26:34.655Z] [sql] Failed to execute: drop table customer_stmt_wrapper6 16:26:34 [2023-03-05T21:26:34.655Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER6' because it does not exist. 16:26:34 [2023-03-05T21:26:34.655Z] [sql] Failed to execute: drop table customer_stmt_wrapper7 16:26:34 [2023-03-05T21:26:34.655Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER7' because it does not exist. 16:26:34 [2023-03-05T21:26:34.655Z] [sql] Failed to execute: drop table customer_stmt_wrapper8 16:26:34 [2023-03-05T21:26:34.655Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER8' because it does not exist. 16:26:34 [2023-03-05T21:26:34.655Z] [sql] Failed to execute: drop table customer_stmt_wrapper9 16:26:34 [2023-03-05T21:26:34.655Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER9' because it does not exist. 16:26:34 [2023-03-05T21:26:34.655Z] [sql] Failed to execute: drop table customer_stmt_wrapper10 16:26:34 [2023-03-05T21:26:34.655Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER10' because it does not exist. 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 0 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 1 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 0 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 1 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 0 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 1 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 0 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 1 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 0 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 1 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 0 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 1 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 0 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 1 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 0 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 1 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 0 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 1 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 0 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 1 rows affected 16:26:34 [2023-03-05T21:26:34.655Z] [sql] 20 of 30 SQL statements executed successfully 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setOSConditions: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setToolWin: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setToolUnix: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setToolProperty: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setS1ASclassPath: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] init-common: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setup: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setOSConditions: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setToolWin: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.655Z] setToolUnix: 16:26:34 [2023-03-05T21:26:34.655Z] 16:26:34 [2023-03-05T21:26:34.656Z] setToolProperty: 16:26:34 [2023-03-05T21:26:34.656Z] 16:26:34 [2023-03-05T21:26:34.656Z] setS1ASclassPath: 16:26:34 [2023-03-05T21:26:34.656Z] 16:26:34 [2023-03-05T21:26:34.656Z] init-common: 16:26:34 [2023-03-05T21:26:34.656Z] 16:26:34 [2023-03-05T21:26:34.656Z] deploy-jdbc-common: 16:26:34 [2023-03-05T21:26:34.656Z] 16:26:34 [2023-03-05T21:26:34.656Z] setOSConditions: 16:26:34 [2023-03-05T21:26:34.656Z] 16:26:34 [2023-03-05T21:26:34.656Z] setToolWin: 16:26:34 [2023-03-05T21:26:34.656Z] 16:26:34 [2023-03-05T21:26:34.656Z] setToolUnix: 16:26:34 [2023-03-05T21:26:34.656Z] 16:26:34 [2023-03-05T21:26:34.656Z] setToolProperty: 16:26:34 [2023-03-05T21:26:34.656Z] 16:26:34 [2023-03-05T21:26:34.656Z] setS1ASclassPath: 16:26:34 [2023-03-05T21:26:34.656Z] 16:26:34 [2023-03-05T21:26:34.656Z] init-common: 16:26:34 [2023-03-05T21:26:34.656Z] 16:26:34 [2023-03-05T21:26:34.656Z] create-jdbc-connpool-common: 16:26:34 [2023-03-05T21:26:34.916Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-stmtcaching_hit_miss-pool 16:26:34 [2023-03-05T21:26:34.916Z] [exec] JDBC connection pool jdbc-stmtcaching_hit_miss-pool created successfully. 16:26:34 [2023-03-05T21:26:34.916Z] 16:26:34 [2023-03-05T21:26:34.916Z] set-derby-connpool-props: 16:26:35 [2023-03-05T21:26:35.172Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.User=dbuser 16:26:35 [2023-03-05T21:26:35.172Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.User=dbuser 16:26:35 [2023-03-05T21:26:35.428Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword 16:26:35 [2023-03-05T21:26:35.428Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword 16:26:35 [2023-03-05T21:26:35.992Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.driverType=4 16:26:35 [2023-03-05T21:26:35.992Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.driverType=4 16:26:35 [2023-03-05T21:26:35.992Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 16:26:35 [2023-03-05T21:26:35.992Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 16:26:36 [2023-03-05T21:26:36.554Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb 16:26:36 [2023-03-05T21:26:36.554Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb 16:26:36 [2023-03-05T21:26:36.810Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:26:36 [2023-03-05T21:26:36.810Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:26:37 [2023-03-05T21:26:37.071Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.create=true 16:26:37 [2023-03-05T21:26:37.071Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.create=true 16:26:37 [2023-03-05T21:26:37.328Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost 16:26:37 [2023-03-05T21:26:37.328Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost 16:26:37 [2023-03-05T21:26:37.328Z] 16:26:37 [2023-03-05T21:26:37.328Z] setOSConditions: 16:26:37 [2023-03-05T21:26:37.328Z] 16:26:37 [2023-03-05T21:26:37.328Z] setToolWin: 16:26:37 [2023-03-05T21:26:37.328Z] 16:26:37 [2023-03-05T21:26:37.328Z] setToolUnix: 16:26:37 [2023-03-05T21:26:37.328Z] 16:26:37 [2023-03-05T21:26:37.328Z] setToolProperty: 16:26:37 [2023-03-05T21:26:37.328Z] 16:26:37 [2023-03-05T21:26:37.328Z] setS1ASclassPath: 16:26:37 [2023-03-05T21:26:37.328Z] 16:26:37 [2023-03-05T21:26:37.328Z] init-common: 16:26:37 [2023-03-05T21:26:37.328Z] 16:26:37 [2023-03-05T21:26:37.328Z] create-jdbc-resource-common: 16:26:37 [2023-03-05T21:26:37.328Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-stmtcaching_hit_miss-pool --target server jdbc/jdbc-stmtcaching_hit_miss 16:26:37 [2023-03-05T21:26:37.919Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-stmtcaching_hit_miss-pool --enabled=true --target server jdbc/jdbc-stmtcaching_hit_miss 16:26:37 [2023-03-05T21:26:37.919Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss created successfully. 16:26:37 [2023-03-05T21:26:37.919Z] [echo] cmd executed for server 16:26:37 [2023-03-05T21:26:37.919Z] 16:26:37 [2023-03-05T21:26:37.919Z] asadmin-common: 16:26:37 [2023-03-05T21:26:37.919Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement_cache_size=5 16:26:38 [2023-03-05T21:26:38.175Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement_cache_size=5 16:26:38 [2023-03-05T21:26:38.175Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement-cache-size=5 16:26:38 [2023-03-05T21:26:38.175Z] 16:26:38 [2023-03-05T21:26:38.175Z] asadmin-common: 16:26:38 [2023-03-05T21:26:38.175Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement_cache_type=FIXED 16:26:38 [2023-03-05T21:26:38.431Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement_cache_type=FIXED 16:26:38 [2023-03-05T21:26:38.431Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement-cache-type=FIXED 16:26:38 [2023-03-05T21:26:38.431Z] 16:26:38 [2023-03-05T21:26:38.431Z] asadmin-common: 16:26:38 [2023-03-05T21:26:38.431Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.wrap_jdbc_objects=true 16:26:38 [2023-03-05T21:26:38.688Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.wrap_jdbc_objects=true 16:26:38 [2023-03-05T21:26:38.688Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.wrap-jdbc-objects=true 16:26:38 [2023-03-05T21:26:38.688Z] 16:26:38 [2023-03-05T21:26:38.688Z] asadmin-common: 16:26:38 [2023-03-05T21:26:38.688Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.idle_timeout_in_seconds=3000 16:26:38 [2023-03-05T21:26:38.944Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.idle_timeout_in_seconds=3000 16:26:38 [2023-03-05T21:26:38.944Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.idle-timeout-in-seconds=3000 16:26:38 [2023-03-05T21:26:38.944Z] 16:26:38 [2023-03-05T21:26:38.944Z] setOSConditions: 16:26:38 [2023-03-05T21:26:38.944Z] 16:26:38 [2023-03-05T21:26:38.944Z] setToolWin: 16:26:38 [2023-03-05T21:26:38.944Z] 16:26:38 [2023-03-05T21:26:38.944Z] setToolUnix: 16:26:38 [2023-03-05T21:26:38.944Z] 16:26:38 [2023-03-05T21:26:38.944Z] setToolProperty: 16:26:38 [2023-03-05T21:26:38.944Z] 16:26:38 [2023-03-05T21:26:38.944Z] setS1ASclassPath: 16:26:38 [2023-03-05T21:26:38.944Z] 16:26:38 [2023-03-05T21:26:38.944Z] init-common: 16:26:38 [2023-03-05T21:26:38.944Z] 16:26:38 [2023-03-05T21:26:38.944Z] deploy-common: 16:26:38 [2023-03-05T21:26:38.944Z] [echo] Current time (ISO): 2023-03-05T21:26:38.885+0000 16:26:38 [2023-03-05T21:26:38.944Z] 16:26:38 [2023-03-05T21:26:38.944Z] setOSConditions: 16:26:38 [2023-03-05T21:26:38.944Z] 16:26:38 [2023-03-05T21:26:38.944Z] setToolWin: 16:26:38 [2023-03-05T21:26:38.944Z] 16:26:38 [2023-03-05T21:26:38.944Z] setToolUnix: 16:26:38 [2023-03-05T21:26:38.944Z] 16:26:38 [2023-03-05T21:26:38.944Z] setToolProperty: 16:26:38 [2023-03-05T21:26:38.944Z] 16:26:38 [2023-03-05T21:26:38.944Z] setS1ASclassPath: 16:26:38 [2023-03-05T21:26:38.944Z] 16:26:38 [2023-03-05T21:26:38.944Z] init-common: 16:26:38 [2023-03-05T21:26:38.944Z] 16:26:38 [2023-03-05T21:26:38.944Z] deploy-common-pe: 16:26:39 [2023-03-05T21:26:39.200Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear 16:26:39 [2023-03-05T21:26:39.455Z] [exec] Application deployed with name jdbc-stmtcaching_hit_missApp. 16:26:39 [2023-03-05T21:26:39.455Z] [echo] Deployment on target server server successful 16:26:39 [2023-03-05T21:26:39.455Z] 16:26:39 [2023-03-05T21:26:39.455Z] setOSConditions: 16:26:39 [2023-03-05T21:26:39.455Z] 16:26:39 [2023-03-05T21:26:39.455Z] setToolWin: 16:26:39 [2023-03-05T21:26:39.455Z] 16:26:39 [2023-03-05T21:26:39.455Z] setToolUnix: 16:26:39 [2023-03-05T21:26:39.455Z] 16:26:39 [2023-03-05T21:26:39.455Z] setToolProperty: 16:26:39 [2023-03-05T21:26:39.455Z] 16:26:39 [2023-03-05T21:26:39.455Z] setS1ASclassPath: 16:26:39 [2023-03-05T21:26:39.455Z] 16:26:39 [2023-03-05T21:26:39.455Z] init-common: 16:26:39 [2023-03-05T21:26:39.455Z] 16:26:39 [2023-03-05T21:26:39.455Z] deploy-common-ee: 16:26:39 [2023-03-05T21:26:39.455Z] 16:26:39 [2023-03-05T21:26:39.455Z] run: 16:26:39 [2023-03-05T21:26:39.455Z] 16:26:39 [2023-03-05T21:26:39.455Z] setOSConditions: 16:26:39 [2023-03-05T21:26:39.455Z] 16:26:39 [2023-03-05T21:26:39.455Z] setToolWin: 16:26:39 [2023-03-05T21:26:39.455Z] 16:26:39 [2023-03-05T21:26:39.455Z] setToolUnix: 16:26:39 [2023-03-05T21:26:39.455Z] 16:26:39 [2023-03-05T21:26:39.455Z] setToolProperty: 16:26:39 [2023-03-05T21:26:39.455Z] 16:26:39 [2023-03-05T21:26:39.455Z] setS1ASclassPath: 16:26:39 [2023-03-05T21:26:39.455Z] 16:26:39 [2023-03-05T21:26:39.455Z] init-common: 16:26:39 [2023-03-05T21:26:39.455Z] 16:26:39 [2023-03-05T21:26:39.455Z] runclient-common: 16:26:39 [2023-03-05T21:26:39.455Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missAppClient.jar -name jdbc-stmtcaching_hit_missClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 12 16:26:40 [2023-03-05T21:26:40.019Z] [exec] Mar 05, 2023 9:26:39 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:26:40 [2023-03-05T21:26:40.019Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:26:42 [2023-03-05T21:26:42.547Z] [exec] Mar 05, 2023 9:26:41 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:26:42 [2023-03-05T21:26:42.547Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6c951ada 16:26:42 [2023-03-05T21:26:42.547Z] [exec] Value of key is: Statement Caching - (Hit): 16:26:42 [2023-03-05T21:26:42.547Z] [exec] Value of key is: Statement Caching - (Miss): 16:26:42 [2023-03-05T21:26:42.547Z] [exec] Value of key is: Statement Caching - (hit columnIndexes) : 16:26:42 [2023-03-05T21:26:42.547Z] [exec] Value of key is: Statement Caching - (hit columnNames) : 16:26:42 [2023-03-05T21:26:42.547Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:26:42 [2023-03-05T21:26:42.547Z] [exec] 16:26:42 [2023-03-05T21:26:42.547Z] [exec] 16:26:42 [2023-03-05T21:26:42.547Z] [exec] ----------------------------------------- 16:26:42 [2023-03-05T21:26:42.547Z] [exec] - Statement Caching - (Hit): : PASS - 16:26:42 [2023-03-05T21:26:42.547Z] [exec] - Statement Caching - (Miss): : PASS - 16:26:42 [2023-03-05T21:26:42.547Z] [exec] - Statement Caching - (hit columnIndexes) : : PASS - 16:26:42 [2023-03-05T21:26:42.547Z] [exec] - Statement Caching - (hit columnNames) : : PASS - 16:26:42 [2023-03-05T21:26:42.547Z] [exec] ----------------------------------------- 16:26:42 [2023-03-05T21:26:42.547Z] [exec] Total PASS: 4 16:26:42 [2023-03-05T21:26:42.547Z] [exec] Total FAIL: 0 16:26:42 [2023-03-05T21:26:42.547Z] [exec] Total DID NOT RUN: 0 16:26:42 [2023-03-05T21:26:42.547Z] [exec] ----------------------------------------- 16:26:42 [2023-03-05T21:26:42.547Z] [exec] in flushAll , creating new testSuiteHash 16:26:42 [2023-03-05T21:26:42.547Z] [exec] in flushAll , creating new testSuiteHash 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] checkReporting-common: 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] confirmReportPresent-common: 16:26:42 [2023-03-05T21:26:42.803Z] [echo] file RepRunConf.txt is present. 16:26:42 [2023-03-05T21:26:42.803Z] [echo] Test seems to be reported fine 16:26:42 [2023-03-05T21:26:42.803Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.fixed/RepRunConf.txt 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] confirmMissingReport-common: 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] undeploy: 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] setOSConditions: 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] setToolWin: 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] setToolUnix: 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] setToolProperty: 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] setS1ASclassPath: 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] init-common: 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] execute-sql-common: 16:26:42 [2023-03-05T21:26:42.803Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.fixed/sql/drop_pointbase.sql 16:26:42 [2023-03-05T21:26:42.803Z] [sql] 0 rows affected 16:26:42 [2023-03-05T21:26:42.803Z] [sql] 0 rows affected 16:26:42 [2023-03-05T21:26:42.803Z] [sql] 0 rows affected 16:26:42 [2023-03-05T21:26:42.803Z] [sql] 0 rows affected 16:26:42 [2023-03-05T21:26:42.803Z] [sql] 0 rows affected 16:26:42 [2023-03-05T21:26:42.803Z] [sql] 0 rows affected 16:26:42 [2023-03-05T21:26:42.803Z] [sql] 0 rows affected 16:26:42 [2023-03-05T21:26:42.803Z] [sql] 0 rows affected 16:26:42 [2023-03-05T21:26:42.803Z] [sql] 0 rows affected 16:26:42 [2023-03-05T21:26:42.803Z] [sql] 0 rows affected 16:26:42 [2023-03-05T21:26:42.803Z] [sql] 10 of 10 SQL statements executed successfully 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] unsetup: 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] setOSConditions: 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] setToolWin: 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] setToolUnix: 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] setToolProperty: 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] setS1ASclassPath: 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] init-common: 16:26:42 [2023-03-05T21:26:42.803Z] 16:26:42 [2023-03-05T21:26:42.803Z] delete-jdbc-resource-common: 16:26:42 [2023-03-05T21:26:42.803Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/jdbc-stmtcaching_hit_miss 16:26:43 [2023-03-05T21:26:43.060Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/jdbc-stmtcaching_hit_miss 16:26:43 [2023-03-05T21:26:43.060Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss deleted successfully 16:26:43 [2023-03-05T21:26:43.060Z] [echo] cmd executed for server 16:26:43 [2023-03-05T21:26:43.060Z] 16:26:43 [2023-03-05T21:26:43.060Z] setOSConditions: 16:26:43 [2023-03-05T21:26:43.060Z] 16:26:43 [2023-03-05T21:26:43.060Z] setToolWin: 16:26:43 [2023-03-05T21:26:43.060Z] 16:26:43 [2023-03-05T21:26:43.060Z] setToolUnix: 16:26:43 [2023-03-05T21:26:43.060Z] 16:26:43 [2023-03-05T21:26:43.060Z] setToolProperty: 16:26:43 [2023-03-05T21:26:43.060Z] 16:26:43 [2023-03-05T21:26:43.060Z] setS1ASclassPath: 16:26:43 [2023-03-05T21:26:43.060Z] 16:26:43 [2023-03-05T21:26:43.060Z] init-common: 16:26:43 [2023-03-05T21:26:43.060Z] 16:26:43 [2023-03-05T21:26:43.060Z] delete-jdbc-connpool-common: 16:26:43 [2023-03-05T21:26:43.060Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-stmtcaching_hit_miss-pool 16:26:43 [2023-03-05T21:26:43.625Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-stmtcaching_hit_miss-pool 16:26:43 [2023-03-05T21:26:43.625Z] [exec] JDBC Connection pool jdbc-stmtcaching_hit_miss-pool deleted successfully 16:26:43 [2023-03-05T21:26:43.625Z] [echo] cmd executed for server 16:26:43 [2023-03-05T21:26:43.625Z] 16:26:43 [2023-03-05T21:26:43.625Z] setOSConditions: 16:26:43 [2023-03-05T21:26:43.625Z] 16:26:43 [2023-03-05T21:26:43.625Z] setToolWin: 16:26:43 [2023-03-05T21:26:43.625Z] 16:26:43 [2023-03-05T21:26:43.625Z] setToolUnix: 16:26:43 [2023-03-05T21:26:43.625Z] 16:26:43 [2023-03-05T21:26:43.625Z] setToolProperty: 16:26:43 [2023-03-05T21:26:43.625Z] 16:26:43 [2023-03-05T21:26:43.625Z] setS1ASclassPath: 16:26:43 [2023-03-05T21:26:43.625Z] 16:26:43 [2023-03-05T21:26:43.625Z] init-common: 16:26:43 [2023-03-05T21:26:43.625Z] 16:26:43 [2023-03-05T21:26:43.625Z] undeploy-common: 16:26:43 [2023-03-05T21:26:43.882Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-stmtcaching_hit_missApp 16:26:43 [2023-03-05T21:26:43.882Z] 16:26:43 [2023-03-05T21:26:43.882Z] all: 16:26:43 [2023-03-05T21:26:43.882Z] 16:26:43 [2023-03-05T21:26:43.882Z] report: 16:26:43 [2023-03-05T21:26:43.882Z] [echo] Comparing results with expected results 16:26:43 [2023-03-05T21:26:43.882Z] [xslt] Processing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html 16:26:43 [2023-03-05T21:26:43.882Z] [xslt] Loading stylesheet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/j2eeReporter.xsl 16:26:44 [2023-03-05T21:26:44.139Z] 16:26:44 [2023-03-05T21:26:44.139Z] report-sh: 16:26:44 [2023-03-05T21:26:44.139Z] [exec] input file=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml 16:26:44 [2023-03-05T21:26:44.139Z] [exec] ------------------------ 16:26:44 [2023-03-05T21:26:44.139Z] [exec] TOTAL = 230 16:26:44 [2023-03-05T21:26:44.139Z] [exec] ------------------------ 16:26:44 [2023-03-05T21:26:44.139Z] [exec] PASSED = 209 16:26:44 [2023-03-05T21:26:44.139Z] [exec] FAILED = 0 16:26:44 [2023-03-05T21:26:44.139Z] [exec] DID NOT RUN = 21 16:26:44 [2023-03-05T21:26:44.139Z] [exec] ------------------------ 16:26:44 [2023-03-05T21:26:44.139Z] 16:26:44 [2023-03-05T21:26:44.139Z] BUILD SUCCESSFUL 16:26:44 [2023-03-05T21:26:44.139Z] Total time: 23 minutes 36 seconds 16:26:44 [2023-03-05T21:26:44.395Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin stop-domain domain1 16:26:45 [2023-03-05T21:26:45.276Z] Waiting for the domain to stop . 16:26:45 [2023-03-05T21:26:45.276Z] Waiting finished after 163 ms. 16:26:45 [2023-03-05T21:26:45.276Z] Command stop-domain executed successfully. 16:26:45 [2023-03-05T21:26:45.276Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin stop-database 16:26:45 [2023-03-05T21:26:45.838Z] Sun Mar 05 21:26:45 UTC 2023 : Connection obtained for host: 0.0.0.0, port number 1527. 16:26:46 [2023-03-05T21:26:46.095Z] Sun Mar 05 21:26:46 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:26:46 [2023-03-05T21:26:46.095Z] Command stop-database executed successfully. 16:26:46 [2023-03-05T21:26:46.095Z] + check_successful_run 16:26:46 [2023-03-05T21:26:46.095Z] + printf '\n%s \n\n' '===== CHECK SUCCESSFUL RUN =====' 16:26:46 [2023-03-05T21:26:46.095Z] 16:26:46 [2023-03-05T21:26:46.095Z] ===== CHECK SUCCESSFUL RUN ===== 16:26:46 [2023-03-05T21:26:46.095Z] 16:26:46 [2023-03-05T21:26:46.095Z] + FILE=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html 16:26:46 [2023-03-05T21:26:46.095Z] + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html ']' 16:26:46 [2023-03-05T21:26:46.095Z] + echo 'File /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful' 16:26:46 [2023-03-05T21:26:46.095Z] File /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful 16:26:46 [2023-03-05T21:26:46.095Z] + generate_junit_report jdbc_all 16:26:46 [2023-03-05T21:26:46.095Z] + printf '\n%s \n\n' '===== GENERATE JUNIT REPORT =====' 16:26:46 [2023-03-05T21:26:46.095Z] 16:26:46 [2023-03-05T21:26:46.095Z] ===== GENERATE JUNIT REPORT ===== 16:26:46 [2023-03-05T21:26:46.095Z] 16:26:46 [2023-03-05T21:26:46.095Z] + TD=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml 16:26:46 [2023-03-05T21:26:46.095Z] + JUD=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml 16:26:46 [2023-03-05T21:26:46.095Z] + TESTSUITE_NAME=jdbc_all 16:26:46 [2023-03-05T21:26:46.095Z] + cat /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml 16:26:46 [2023-03-05T21:26:46.095Z] + awk -v suitename=jdbc_all ' 16:26:46 [2023-03-05T21:26:46.095Z] BEGIN { 16:26:46 [2023-03-05T21:26:46.095Z] totaltests = 0; 16:26:46 [2023-03-05T21:26:46.095Z] totalfailures = 0; 16:26:46 [2023-03-05T21:26:46.095Z] totalerrors = 0; 16:26:46 [2023-03-05T21:26:46.095Z] } 16:26:46 [2023-03-05T21:26:46.095Z] function getPropVal(str){ 16:26:46 [2023-03-05T21:26:46.095Z] split(str, a, "="); 16:26:46 [2023-03-05T21:26:46.095Z] val = a[2]; 16:26:46 [2023-03-05T21:26:46.095Z] # remove quotes 16:26:46 [2023-03-05T21:26:46.095Z] gsub("\"","",val); 16:26:46 [2023-03-05T21:26:46.095Z] return val; 16:26:46 [2023-03-05T21:26:46.095Z] } 16:26:46 [2023-03-05T21:26:46.095Z] function removeXMLTag(str){ 16:26:46 [2023-03-05T21:26:46.095Z] # remove xml tag quotes 16:26:46 [2023-03-05T21:26:46.095Z] gsub("</.*>","",str); 16:26:46 [2023-03-05T21:26:46.095Z] gsub("<.*>","",str); 16:26:46 [2023-03-05T21:26:46.095Z] gsub(">","",str); 16:26:46 [2023-03-05T21:26:46.095Z] return str; 16:26:46 [2023-03-05T21:26:46.095Z] } 16:26:46 [2023-03-05T21:26:46.095Z] /status value=/ { 16:26:46 [2023-03-05T21:26:46.095Z] result=getPropVal($0); 16:26:46 [2023-03-05T21:26:46.095Z] result=removeXMLTag(result); 16:26:46 [2023-03-05T21:26:46.095Z] } 16:26:46 [2023-03-05T21:26:46.095Z] /<testsuite>/ { 16:26:46 [2023-03-05T21:26:46.095Z] getline; 16:26:46 [2023-03-05T21:26:46.095Z] getline; 16:26:46 [2023-03-05T21:26:46.095Z] testunit=removeXMLTag($0); 16:26:46 [2023-03-05T21:26:46.095Z] gsub("\"","",testunit); 16:26:46 [2023-03-05T21:26:46.095Z] } 16:26:46 [2023-03-05T21:26:46.095Z] /<testcase>/ { 16:26:46 [2023-03-05T21:26:46.095Z] getline; 16:26:46 [2023-03-05T21:26:46.095Z] testname=removeXMLTag($0); 16:26:46 [2023-03-05T21:26:46.095Z] gsub("\"","",testname); 16:26:46 [2023-03-05T21:26:46.095Z] } 16:26:46 [2023-03-05T21:26:46.095Z] /<\/testcase>/{ 16:26:46 [2023-03-05T21:26:46.095Z] classname=testunit 16:26:46 [2023-03-05T21:26:46.095Z] # printing testcase to out 16:26:46 [2023-03-05T21:26:46.095Z] out = out sprintf(" <testcase classname=\"%s\" name=\"%s\" time=\"0.0\">\n", classname, testname); 16:26:46 [2023-03-05T21:26:46.095Z] if (result == "fail") { 16:26:46 [2023-03-05T21:26:46.095Z] out = out " <failure message=\"NA\" type=\"NA\"/>\n"; 16:26:46 [2023-03-05T21:26:46.095Z] totalfailures++; 16:26:46 [2023-03-05T21:26:46.095Z] } else if (result == "did_not_run") { 16:26:46 [2023-03-05T21:26:46.095Z] out = out " <error message=\"NA\" type=\"NA\"/>\n"; 16:26:46 [2023-03-05T21:26:46.095Z] totalerrors++; 16:26:46 [2023-03-05T21:26:46.095Z] } 16:26:46 [2023-03-05T21:26:46.095Z] out = out " </testcase>\n"; 16:26:46 [2023-03-05T21:26:46.095Z] 16:26:46 [2023-03-05T21:26:46.095Z] totaltests++; 16:26:46 [2023-03-05T21:26:46.095Z] result=""; 16:26:46 [2023-03-05T21:26:46.095Z] testname=""; 16:26:46 [2023-03-05T21:26:46.095Z] } 16:26:46 [2023-03-05T21:26:46.095Z] END { 16:26:46 [2023-03-05T21:26:46.095Z] print "<?xml version=\"1.0\" ?>" 16:26:46 [2023-03-05T21:26:46.095Z] printf "<testsuite tests=\"%d\" failures=\"%d\" errors=\"%d\" name=\"%s\">\n", totaltests, totalfailures, totalerrors, suitename; 16:26:46 [2023-03-05T21:26:46.095Z] printf "%s", out; 16:26:46 [2023-03-05T21:26:46.095Z] print "</testsuite>" 16:26:46 [2023-03-05T21:26:46.095Z] }' 16:26:46 [2023-03-05T21:26:46.095Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:26:46 [2023-03-05T21:26:46.095Z] + change_junit_report_class_names 16:26:46 [2023-03-05T21:26:46.096Z] + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml 16:26:46 [2023-03-05T21:26:46.096Z] + sed -i 's/\bclassname="/classname="jdbc_all./g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml 16:26:46 [2023-03-05T21:26:46.096Z] + copy_test_artifacts jdbc_all 16:26:46 [2023-03-05T21:26:46.096Z] + sleep 1 16:26:47 [2023-03-05T21:26:47.463Z] + printf '\n%s \n\n' '===== COPY TEST ARTIFACTS =====' 16:26:47 [2023-03-05T21:26:47.463Z] 16:26:47 [2023-03-05T21:26:47.463Z] ===== COPY TEST ARTIFACTS ===== 16:26:47 [2023-03-05T21:26:47.463Z] 16:26:47 [2023-03-05T21:26:47.463Z] + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:26:47 [2023-03-05T21:26:47.463Z] + tar -cf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains 16:26:47 [2023-03-05T21:26:47.463Z] tar: Removing leading `/' from member names 16:26:47 [2023-03-05T21:26:47.463Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:26:47 [2023-03-05T21:26:47.463Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/tests-run.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:26:47 [2023-03-05T21:26:47.463Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:26:47 [2023-03-05T21:26:47.463Z] ++ pwd 16:26:47 [2023-03-05T21:26:47.463Z] + cp '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/*/*logs.zip' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:26:47 [2023-03-05T21:26:47.463Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/*/*logs.zip': No such file or directory 16:26:47 [2023-03-05T21:26:47.463Z] + true 16:26:47 [2023-03-05T21:26:47.463Z] ++ pwd 16:26:47 [2023-03-05T21:26:47.463Z] + cp '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/*/*/*logs.zip' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:26:47 [2023-03-05T21:26:47.463Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/*/*/*logs.zip': No such file or directory 16:26:47 [2023-03-05T21:26:47.463Z] + true 16:26:47 [2023-03-05T21:26:47.464Z] + tar -caf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/jdbc_all-results.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results 16:26:47 [2023-03-05T21:26:47.464Z] tar: Removing leading `/' from member names 16:26:50 [2023-03-05T21:26:50.734Z] + break 16:26:50 [2023-03-05T21:26:50.734Z] + [[ true = false ]] 16:26:50 [2023-03-05T21:26:50.734Z] + git reset --hard 16:26:50 [2023-03-05T21:26:50.734Z] HEAD is now at 2d124bddc Merge pull request #24332 from dmatej/removed-admingui-dist-fragment [Pipeline] } [Pipeline] // timestamps [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (connector_all) [Pipeline] sh + rm -rf glassfish7 + true + export MAVEN_ARGS=-Pstaging + MAVEN_ARGS=-Pstaging + ./gftest.sh connector_group_1 WORKSPACE = /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18 S1AS_HOME = /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish APS_HOME = /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests TEST_RUN_LOG = /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/tests-run.log Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish Running tests for: * connector_group_1 Running tests from dir /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18 ************************************** Start Running connector_group_1 ************************************** + '[' '!' -z /var/jenkins ']' ++ mktemp -t XXXgf-internal-env + readonly GF_INTERNAL_ENV_SH=/tmp/zeTgf-internal-env + GF_INTERNAL_ENV_SH=/tmp/zeTgf-internal-env + '[' '!' -z '' ']' + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/maven-repo.tar.gz ']' + tar -xzf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/maven-repo.tar.gz --overwrite -m -p -C /home/jenkins/.m2/repository + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish' Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish + rm -rf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' + '[' -z '' ']' ++ mvn help:evaluate -f '"/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml"' -Dexpression=project.version -q -DforceStdout --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging POM file "/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist + export GF_VERSION=7.0.3-SNAPSHOT + GF_VERSION=7.0.3-SNAPSHOT + '[' -z '' ']' + export MVN_REPOSITORY=/home/jenkins/.m2/repository + MVN_REPOSITORY=/home/jenkins/.m2/repository + run_test connector_group_1 + local testid=connector_group_1 + local found=false ++ find . -name run_test.sh + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 + for id in `${runtest} list_test_ids` + [[ admin_cli_all = \c\o\n\n\e\c\t\o\r\_\g\r\o\u\p\_\1 ]] + for id in `${runtest} list_test_ids` + [[ admin-cli-group-1 = \c\o\n\n\e\c\t\o\r\_\g\r\o\u\p\_\1 ]] + for id in `${runtest} list_test_ids` + [[ admin-cli-group-2 = \c\o\n\n\e\c\t\o\r\_\g\r\o\u\p\_\1 ]] + for id in `${runtest} list_test_ids` + [[ admin-cli-group-3 = \c\o\n\n\e\c\t\o\r\_\g\r\o\u\p\_\1 ]] + for id in `${runtest} list_test_ids` + [[ admin-cli-group-4 = \c\o\n\n\e\c\t\o\r\_\g\r\o\u\p\_\1 ]] + for id in `${runtest} list_test_ids` + [[ admin-cli-group-5 = \c\o\n\n\e\c\t\o\r\_\g\r\o\u\p\_\1 ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo batch_all + for id in `${runtest} list_test_ids` + [[ batch_all = \c\o\n\n\e\c\t\o\r\_\g\r\o\u\p\_\1 ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo cdi_all + for id in `${runtest} list_test_ids` + [[ cdi_all = \c\o\n\n\e\c\t\o\r\_\g\r\o\u\p\_\1 ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh + source ./appserver/tests/appserv-tests/devtests/connector/v3/../../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo connector_all connector_group_1 connector_group_2 connector_group_3 connector_group_4 + for id in `${runtest} list_test_ids` + [[ connector_all = \c\o\n\n\e\c\t\o\r\_\g\r\o\u\p\_\1 ]] + for id in `${runtest} list_test_ids` + [[ connector_group_1 = \c\o\n\n\e\c\t\o\r\_\g\r\o\u\p\_\1 ]] + found=true + break + [[ true = true ]] + ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh run_test_id connector_group_1 + OPT=run_test_id + TEST_ID=connector_group_1 ++ dirname ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh + source ./appserver/tests/appserv-tests/devtests/connector/v3/../../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + trap 'copy_test_artifacts connector_group_1' EXIT + run_test_id connector_group_1 + unzip_test_resources /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/glassfish.zip + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' ===== UNZIP TEST RESOURCES ===== + for i in "${@}" + [[ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/glassfish.zip == *.zip* ]] + unzip -qq -o /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18 ++ dirname ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh + cd ./appserver/tests/appserv-tests/devtests/connector/v3 + test_init + printf '\n%s \n\n' '===== V2 DEVTESTS INIT =====' ===== V2 DEVTESTS INIT ===== + find /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish -type f + xargs touch + echo S1AS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish S1AS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish + echo ANT_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant ANT_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant + echo APS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests APS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests + java -version openjdk version "18.0.2" 2022-07-19 OpenJDK Runtime Environment (build 18.0.2+9-61) OpenJDK 64-Bit Server VM (build 18.0.2+9-61, mixed mode, sharing) + ant -version Apache Ant(TM) version 1.9.16 compiled on July 10 2021 + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports + printf '\n\n' + get_test_target connector_group_1 + case ${1} in + TARGET=connector_group_1 + export TARGET + test_run + export HUDSON=true + HUDSON=true ++ pwd + export ROOT=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3 + ROOT=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3 + echo /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3 + ant startDomain startDerby Buildfile: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/build.xml setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles startDomainUnix: [echo] Starting DAS [exec] Waiting for domain1 to start ..... [exec] Waiting finished after 4,398 ms. [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4,848 [exec] Command start-domain executed successfully. [echo] run.xml:doing wait for localhost:8080... [echo] run.xml:DONE doing wait for localhost:8080... dumpThreadStack: startDomainWindows: startDomain: startDerby: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: startDerbyNonMac: [echo] Starting Derby DB servers in the Network Mode on ports 1527 and 1528 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: startDerbyMac: BUILD SUCCESSFUL Total time: 5 seconds + cd /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3 + echo Running target: connector_group_1 Running target: connector_group_1 + ant clean-all start-record connector_group_1 stop-record report + tee /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/tests-run.log Buildfile: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/build.xml clean-all: [echo] @@## connector1.5 ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## embeddedConnector1.5 ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## embeddedweb ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## embeddedweb ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## mq ##@@ clean: mq: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## nonacc ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## web2connector ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## web2connector (second time) ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## nonstringmcfproperties ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: [echo] @@## nonstringraproperties ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [echo] @@## txlevelswitch ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: [echo] @@## threadpool ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## connector1.6 ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## ejb 3.2 connector 1.7 mdb test##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## SunRaXml ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-dboutfile: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-dboutfile: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [echo] @@## defaultConnectorResource ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: unset: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: unsetJdbc: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/app/dropdb.sql [sql] Failed to execute: drop table messages [sql] java.sql.SQLSyntaxErrorException: Schema 'DBUSER' does not exist [sql] 0 of 1 SQL statements executed successfully setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-jdbc-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jdbc-resource-common: [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/DerbyDb [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/DerbyDb [exec] remote failure: A JDBC resource named jdbc/DerbyDb does not exist. [exec] Result: 1 [echo] cmd executed for server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jdbc-connpool-common: [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-derby-pool1 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-derby-pool1 [exec] remote failure: A JDBC connection pool named jdbc-derby-pool1 does not exist. [exec] Result: 1 [echo] cmd executed for server undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=true --_ignorecascade=false --_classicstyle=false generic-embeddedApp [exec] remote failure: Application generic-embeddedApp is not deployed on this target [server] [exec] Result: 1 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: restart: [echo] Not required to restart undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=true --_ignorecascade=false --_classicstyle=false generic-embeddedApp [exec] remote failure: Application generic-embeddedApp is not deployed on this target [server] [exec] Result: 1 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: restart: [echo] Not required to restart [echo] @@## defaultConnectorResource-standalone-rar ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: unset: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: unsetJdbc: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource-standalone-rar/app/dropdb.sql [sql] Failed to execute: drop table messages [sql] java.sql.SQLSyntaxErrorException: Schema 'DBUSER' does not exist [sql] 0 of 1 SQL statements executed successfully setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-jdbc-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jdbc-resource-common: [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/XAPointbase [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/XAPointbase [exec] remote failure: A JDBC resource named jdbc/XAPointbase does not exist. [exec] Result: 1 [echo] cmd executed for server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jdbc-connpool-common: [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-pointbase-pool1 [exec] remote failure: A JDBC connection pool named jdbc-pointbase-pool1 does not exist. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-pointbase-pool1 [exec] Result: 1 [echo] cmd executed for server undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false generic-embeddedApp [exec] remote failure: Application generic-embeddedApp is not deployed on this target [server] [exec] Result: 1 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-rar: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-rar-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --cascade=${cascade} connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false connectors-ra-redeploy-rars [exec] remote failure: Application connectors-ra-redeploy-rars is not deployed on this target [server] [exec] Result: 1 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: restart: [echo] Not required to restart undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false generic-embeddedApp [exec] remote failure: Application generic-embeddedApp is not deployed on this target [server] [exec] Result: 1 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-rar: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-rar-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --cascade=${cascade} connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false connectors-ra-redeploy-rars [exec] remote failure: Application connectors-ra-redeploy-rars is not deployed on this target [server] [exec] Result: 1 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: restart: [echo] Not required to restart [echo] @@## serializabletest ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: [echo] @@## config-property-accessor-test ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: [echo] @@## redeployRar ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## connector1.6 - with mappings ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## Annotated Connector1.5 ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## Annotated Connector - mixed mode (ra.xml as well annotations) ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## force-deploy-rar ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## annotation-embeddedweb ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## built-in-custom-resources ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## datasource-definition##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## connection-factory-definition##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [echo] @@## connection-factory-definition-embedra##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [echo] @@## administered-object-definition-embedra##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [echo] @@## administered-object-definition##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [echo] @@## jms-connection-factory-definition##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## jms-destination-definition##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## installed libraries embedded rar (--libraries) ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## beanvalidation-simple ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## installed libraries EXTENSION_LIST ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: [echo] @@## installed libraries (--libraries) ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: [echo] @@## installed libraries embedded rar (--libraries) ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## installed libraries embedded rar EXTENSION_LIST ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## beanvalidation-simple ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## security-map-web#@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## rar-accessibility ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: [echo] @@## osgi-resources-test ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## connector1.5-resourcesxml ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## embeddedConnector1.5-resourcesxml ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## embeddedweb-resourcesxml-defaultconnpool ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: [echo] @@## beanvalidation-simple-resources-xml ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## embeddedweb-resources-xml ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: [echo] @@## connector1.6-resources-xml ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## built-in-custom-resources-resources-xml ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## built-in-custom-resources-resources-xml-module ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## multiple-resources.xml ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## multiple-resources.xml-1 ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## connector1.5-resourcesxml-module-scope ##@@ clean: clean: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] jpa-tx_propagation-resources-xml##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## ejb30mdb-resources-xml ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: [echo] @@## markconnectionasbad.xa.resources-xml ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: start-record: connector_group_1: [echo] ************ Starting connector_group_1 ************ [echo] @@## connector1.5 ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: build: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:27:46.057+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/ra/src/classes [javac] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/ra/src/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/ra/src/connector/XID.java:115: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] String foo = (new Integer(branchQualifier)).toString(); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/ra/src/connector/XID.java:124: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] String foo = (new Integer(globalTxID)).toString(); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 3 warnings [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/ra/generic-ra.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/ra/generic-ra.rar setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:27:47.642+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/app/src/build.xml:41: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/app setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: ejb-jar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector15-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: webclient-war-common: clear: test-tlds-exist: copy-tlds: test-tagfiles-exist: copy-tagfiles: package-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/app/src/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 8 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/app/src/docroot [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector15-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF setOSConditions: fixFiles: convUnix: convWin: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: ear-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/app/${sun-application.xml} to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/app/${glassfish-resources-ear.xml} to copy. [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector15App.ear setup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: setupJdbc: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-jdbc-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jdbc-connpool-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-pointbase-pool1 [exec] JDBC connection pool jdbc-pointbase-pool1 created successfully. set-derby-connpool-props: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.User=dbuser [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.User=dbuser [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.Password=dbpassword [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.Password=dbpassword [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.driverType=4 [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.driverType=4 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.portNumber=1527 [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.portNumber=1527 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.dataBaseName=testdb [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.dataBaseName=testdb [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.retrieveMessagesFromServerOnGetMessage=true [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.retrieveMessagesFromServerOnGetMessage=true [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.create=true [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.create=true [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.serverName=localhost [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.serverName=localhost setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jdbc-resource-common: [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-pointbase-pool1 --target server jdbc/XAPointbase [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-pointbase-pool1 --enabled=true --target server jdbc/XAPointbase [exec] JDBC resource jdbc/XAPointbase created successfully. [echo] cmd executed for server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/app/createdb.sql [sql] Failed to execute: drop table MESSAGES [sql] java.sql.SQLSyntaxErrorException: Schema 'DBUSER' does not exist [sql] 0 rows affected [sql] 1 of 2 SQL statements executed successfully deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-rar-common: [echo] asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --force=${force} generic-ra.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false generic-ra.rar [exec] Application deployed with name generic-ra. [echo] Deploying generic-ra.rar on server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: testAddAdmin: asadmin-common: [echo] asadmin create-admin-object --target server --restype connector.MyAdminObject --raname generic-ra --property ResetControl=BEGINNING --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype connector.MyAdminObject --raname generic-ra --enabled=true --property ResetControl=BEGINNING --target server eis/testAdmin [exec] Administered object eis/testAdmin created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:27:54.264+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector15App.ear [exec] Application deployed with name connector15App. [exec] there are no files to retrieve for application connector15App [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: restart: [echo] Not required to restart runtest: [java] java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:198) [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:832) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:226) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:135) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1377) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.Main.runBuild(Main.java:857) [java] at org.apache.tools.ant.Main.startAnt(Main.java:236) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:287) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112) [java] Caused by: java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at java.base/java.lang.System.setSecurityManager(System.java:416) [java] at org.apache.tools.ant.types.Permissions.setSecurityManager(Permissions.java:103) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:219) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:154) [java] ... 30 more [java] Java Result: -1 unset: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: unsetJdbc: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/app/dropdb.sql [sql] 0 rows affected [sql] 1 of 1 SQL statements executed successfully setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-jdbc-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jdbc-resource-common: [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/XAPointbase [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/XAPointbase [exec] JDBC resource jdbc/XAPointbase deleted successfully [echo] cmd executed for server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jdbc-connpool-common: [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-pointbase-pool1 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-pointbase-pool1 [exec] JDBC Connection pool jdbc-pointbase-pool1 deleted successfully [echo] cmd executed for server undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false connector15App setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: testDelAdmin: asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/testAdmin [exec] Administered object eis/testAdmin deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-rar-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --cascade=${cascade} generic-ra [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false generic-ra setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: restart: [echo] Not required to restart all: [echo] @@## embeddedConnector1.5 ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: build: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:27:59.024+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/embeddedConnector1.5/ra/src/classes [javac] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/embeddedConnector1.5/ra/src/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/embeddedConnector1.5/ra/src/connector/XID.java:115: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] String foo = (new Integer(branchQualifier)).toString(); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/embeddedConnector1.5/ra/src/connector/XID.java:124: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] String foo = (new Integer(globalTxID)).toString(); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 3 warnings [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/embeddedConnector1.5/ra/generic-ra.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/embeddedConnector1.5/ra/generic-ra.rar setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:28:00.578+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: ejb-jar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embedded-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: appclient-jar-common: package-appclientjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embedded-client.jar build-ear: [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embeddedApp.ear setup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: setupJdbc: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-jdbc-conpool: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jdbc-connpool-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-pointbase-pool1 [exec] JDBC connection pool jdbc-pointbase-pool1 created successfully. set-derby-connpool-props: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.User=dbuser [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.User=dbuser [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.Password=dbpassword [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.Password=dbpassword [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.driverType=4 [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.driverType=4 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.portNumber=1527 [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.portNumber=1527 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.dataBaseName=testdb [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.dataBaseName=testdb [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.retrieveMessagesFromServerOnGetMessage=true [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.retrieveMessagesFromServerOnGetMessage=true [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.create=true [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.create=true [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.serverName=localhost [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.serverName=localhost oracle-jdbc-conpool: create-jdbc-conpool-connector: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jdbc-resource-common: [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-pointbase-pool1 --target server jdbc/Derby [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-pointbase-pool1 --enabled=true --target server jdbc/Derby [exec] JDBC resource jdbc/Derby created successfully. [echo] cmd executed for server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/embeddedConnector1.5/app/createdb.sql [sql] Failed to execute: drop table MESSAGES [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MESSAGES' because it does not exist. [sql] 0 rows affected [sql] 1 of 2 SQL statements executed successfully sql-oracle: execute-sql-connector: deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:28:05.500+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embeddedApp.ear [exec] Application deployed with name generic-embeddedApp. [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: testAddAdmin: asadmin-common: [echo] asadmin create-admin-object --target server --restype connector.MyAdminObject --raname generic-embeddedApp#generic-ra --property ResetControl=BEGINNING --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype connector.MyAdminObject --raname generic-embeddedApp#generic-ra --enabled=true --property ResetControl=BEGINNING --target server eis/testAdmin [exec] Administered object eis/testAdmin created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: restart: [echo] Not required to restart runtest: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runclient-common: [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embeddedAppClient.jar -name generic-embeddedClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml [exec] Mar 05, 2023 9:28:16 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. [exec] [CLIENT]:: --> doTest() ENTER... [exec] Mar 05, 2023 9:28:18 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@9e02f84 [exec] [CLIENT]:: --> Running... [exec] [CLIENT]:: --> Got expected results = true [exec] Value of key is: Embedded-Connector-1.5 test - 1 [exec] [CLIENT]:: --> Running... [exec] [CLIENT]:: --> Got expected results = true [exec] Value of key is: Embedded-Connector-1.5 test - 2 [exec] [CLIENT]:: --> Running... [exec] [CLIENT]:: --> Got expected results = true [exec] Value of key is: Embedded-Connector-1.5 test - 3 [exec] [CLIENT]:: --> Running... [exec] [CLIENT]:: --> Got expected results = true [exec] Value of key is: Embedded-Connector-1.5 test - 4 [exec] [CLIENT]:: --> Running... [exec] [CLIENT]:: --> Got expected results = true [exec] Value of key is: Embedded-Connector-1.5 test - 5 [exec] [CLIENT]:: --> Running... [exec] [CLIENT]:: --> Got expected results = true [exec] Value of key is: Embedded-Connector-1.5 test - 6 [exec] [CLIENT]:: --> Running... [exec] [CLIENT]:: --> Got expected results = true [exec] Value of key is: Embedded-Connector-1.5 test - 7 [exec] [CLIENT]:: --> Running... [exec] [CLIENT]:: --> Got expected results = true [exec] Value of key is: Embedded-Connector-1.5 test - 8 [exec] [CLIENT]:: --> Running... [exec] [CLIENT]:: --> Got expected results = true [exec] Value of key is: Embedded-Connector-1.5 test - 9 [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [exec] [exec] [exec] ----------------------------------------- [exec] - Embedded-Connector-1.5 test - 1: PASS - [exec] - Embedded-Connector-1.5 test - 4: PASS - [exec] - Embedded-Connector-1.5 test - 5: PASS - [exec] - Embedded-Connector-1.5 test - 2: PASS - [exec] - Embedded-Connector-1.5 test - 3: PASS - [exec] - Embedded-Connector-1.5 test - 8: PASS - [exec] - Embedded-Connector-1.5 test - 9: PASS - [exec] - Embedded-Connector-1.5 test - 6: PASS - [exec] - Embedded-Connector-1.5 test - 7: PASS - [exec] ----------------------------------------- [exec] Total PASS: 9 [exec] Total FAIL: 0 [exec] Total DID NOT RUN: 0 [exec] ----------------------------------------- [exec] in flushAll , creating new testSuiteHash [exec] [CLIENT]:: --> EXITING... STATUS = ALL TESTS PASSED [exec] in flushAll , creating new testSuiteHash checkReporting-common: confirmReportPresent-common: [echo] file RepRunConf.txt is present. [echo] Test seems to be reported fine [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/embeddedConnector1.5/RepRunConf.txt confirmMissingReport-common: unset: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: unsetJdbc: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jdbc-resource-common: [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/Derby [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/Derby [exec] JDBC resource jdbc/Derby deleted successfully [echo] cmd executed for server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jdbc-connpool-common: [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-pointbase-pool1 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-pointbase-pool1 [exec] JDBC Connection pool jdbc-pointbase-pool1 deleted successfully [echo] cmd executed for server undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: testDelAdmin: asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/testAdmin [exec] Administered object eis/testAdmin deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false generic-embeddedApp setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: restart: [echo] Not required to restart all: [echo] @@## embeddedweb ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:28:21.368+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-servlet: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/embeddedweb/build.xml:156: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning build: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: webclient-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive clear: test-tlds-exist: copy-tlds: test-tagfiles-exist: copy-tagfiles: package-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/embeddedweb/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassing-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: ejb-jar-common: package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassing-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassingApp.ear disable-resource-validation: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jvm-options: [exec] asadmin --host localhost --port 4848 --user admin --interactive=false --echo=true --terse=true create-jvm-options --target server -Ddeployment.resource.validation=false [exec] Created 1 option(s) [echo] REQUIRED TO RESTART SERVER....... restart-server: setOSConditions: stop-server: stop-server-unix: [echo] stopping server on unix ... [exec] Waiting for the domain to stop . [exec] Waiting finished after 171 ms. [exec] Command stop-domain executed successfully. stop-server-windows: setOSConditions: start-server: [echo] +-----------------------------+ [echo] | | [echo] | S T A R T I N G GLASSFISH | [echo] | in Felix mode | [echo] | | [echo] +-----------------------------+ start-server-unix: [exec] Waiting for domain1 to start .... [exec] Waiting finished after 3,580 ms. [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4,848 [exec] Command start-domain executed successfully. start-server-windows: deploy-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-ra-config: asadmin-common: [echo] asadmin create-resource-adapter-config --property RAProperty=VALID --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true web-subclassingApp#connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --target server --objecttype user web-subclassingApp#connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:28:55.129+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassingApp.ear [exec] Application deployed with name web-subclassingApp. [exec] there are no files to retrieve for application web-subclassingApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: setup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/embeddedweb/sql/simpleBank.sql [sql] Failed to execute: drop table customer2 [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER2' because it does not exist. [sql] 0 rows affected [sql] 1 rows affected [sql] 2 of 3 SQL statements executed successfully sql-oracle: execute-sql-connector: create-pool: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-connpool: [echo] asadmin create-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --raname web-subclassingApp#connectors-ra-redeploy-rars --connectiondefinition javax.sql.DataSource --target server embedded-ra-pool [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-connection-pool --raname web-subclassingApp#connectors-ra-redeploy-rars --connectiondefinition javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isconnectvalidatereq=false --failconnection=false --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --validateatmostonceperiod 0 --target server embedded-ra-pool [exec] Connector connection pool embedded-ra-pool created. create-connector-connpool-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: set-oracle-props: create-resource: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-resource-common: [echo] asadmin create-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --poolname embedded-ra-pool --target server jdbc/ejb-subclassing [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-resource --poolname embedded-ra-pool --enabled=true --objecttype user --target server jdbc/ejb-subclassing [exec] Connector resource jdbc/ejb-subclassing created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-admin-object: asadmin-common: [echo] asadmin create-admin-object --target server --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname web-subclassingApp#connectors-ra-redeploy-rars --property TableName=customer2:JndiName=jdbc/ejb-subclassing:SchemaName=DBUSER:NoOfRows=1 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/jdbcAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname web-subclassingApp#connectors-ra-redeploy-rars --enabled=true --property TableName=customer2:JndiName=jdbc/ejb-subclassing:SchemaName=DBUSER:NoOfRows=1 --target server eis/jdbcAdmin [exec] Administered object eis/jdbcAdmin created. run-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runwebclient-common: [java] size of buffer is1590 [java] HTTP port :8080 [java] HTTP hostname :localhost [java] addTest with testSuiteId:: testId -> embeddedweb (ear based)::/subclassing/index.html [java] embeddedweb (ear based) /subclassing/index.html PASS [java] SSN=123456789&action=Create [java] HTTP port :8080 [java] HTTP hostname :localhost [java] addTest with testSuiteId:: testId -> embeddedweb (ear based)::/subclassing/servlet/SimpleBankServlet [java] embeddedweb (ear based) /subclassing/servlet/SimpleBankServlet PASS [java] SSN=123456789&lastName=deepa&firstName=singh&address1=120&address2=e&city=sunnyvale&state=ca&zipCode=94087&action=Add+Customer [java] HTTP port :8080 [java] HTTP hostname :localhost [java] addTest with testSuiteId:: testId -> embeddedweb (ear based)::/subclassing/servlet/SimpleBankServlet [java] embeddedweb (ear based) /subclassing/servlet/SimpleBankServlet PASS [java] in flushAll , creating new testSuiteHash [java] in flushAll , creating new testSuiteHash [java] Error : Test was added before only. Still allowing. Old value of the test will be overridden unsetup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/embeddedweb/sql/dropBankTables.sql [sql] 0 rows affected [sql] 1 of 1 SQL statements executed successfully sql-oracle: execute-sql-connector: undeploy-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-ra-config: asadmin-common: [echo] asadmin delete-resource-adapter-config --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true web-subclassingApp#connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config --target server web-subclassingApp#connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=true --_ignorecascade=false --_classicstyle=false web-subclassingApp enable-resource-validation: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jvm-options: [exec] asadmin --host localhost --port 4848 --user admin --interactive=false --echo=true --terse=true delete-jvm-options --target server -Ddeployment.resource.validation=false [exec] Deleted 1 option(s) [echo] REQUIRED TO RESTART SERVER....... restart-server: setOSConditions: stop-server: stop-server-unix: [echo] stopping server on unix ... [exec] Waiting for the domain to stop . [exec] Waiting finished after 111 ms. [exec] Command stop-domain executed successfully. stop-server-windows: setOSConditions: start-server: [echo] +-----------------------------+ [echo] | | [echo] | S T A R T I N G GLASSFISH | [echo] | in Felix mode | [echo] | | [echo] +-----------------------------+ start-server-unix: [exec] Waiting for domain1 to start .... [exec] Waiting finished after 3,547 ms. [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4,848 [exec] Command start-domain executed successfully. start-server-windows: all: [echo] @@## mq ##@@ all: mq: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: configure-container: asadmin-common: [echo] asadmin create-module-config --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true mdb-container [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-module-config --dryrun=false --all=false --target server mdb-container [exec] Configuration for mdb-container already exists. The command did not change the existing configuration. [exec] asadmin-common: [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true server.mdb-container.property.cmt-max-runtime-exceptions=4 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.mdb-container.property.cmt-max-runtime-exceptions=4 [exec] server.mdb-container.property.cmt-max-runtime-exceptions=4 restart-server-instance-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: stopDomain: [echo] run.xml:stopping domain... [exec] Waiting for the domain to stop . [exec] Waiting finished after 173 ms. [exec] Command stop-domain executed successfully. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: startDomainUnix: [echo] Starting DAS [exec] Waiting for domain1 to start .... [exec] Waiting finished after 3,467 ms. [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4,848 [exec] Command start-domain executed successfully. [echo] run.xml:doing wait for localhost:8080... [echo] run.xml:DONE doing wait for localhost:8080... dumpThreadStack: startDomainWindows: startDomain: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:29:43.129+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/cmt/ejb/SimpleMessageBean.java:31: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal [javac] private final static Integer lock = new Integer("1"); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/cmt/ejb/SimpleMessageBean.java:72: warning: [synchronization] attempt to synchronize on an instance of a value-based class [javac] synchronized(lock){ [javac] ^ [javac] 3 warnings setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:29:44.355+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning build: setOSConditions: fixFiles: convUnix: convWin: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: package-persistence-common: ejb-jar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/mq-cmt-excpt-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF appclient-jar-common: package-appclientjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/mq-cmt-excpt-client.jar webclient-war-common: build-ear-common: [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/mq-cmt-excptApp.ear setup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-jms-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jms-connection-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.QueueConnectionFactory --enabled=true --target server --force=false jms/QCFactory [exec] Connector resource jms/QCFactory created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jms-resource-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jmsdest --desttype queue --force=false Queue [exec] JMS Desctination Queue created. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.Queue --enabled=true --property imqDestinationName=Queue --target server --force=false jms/SampleQueue [exec] Administered object jms/SampleQueue created. deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/cmt/sql/create_pointbase.sql [sql] 0 rows affected [sql] 1 rows affected [sql] 2 of 2 SQL statements executed successfully sql-oracle: execute-sql-connector: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:29:50.479+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/mq-cmt-excptApp.ear [exec] Application deployed with name mq-cmt-excptApp. [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: run: [exec] Mar 05, 2023 9:29:53 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. [exec] Mar 05, 2023 9:29:55 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@3fb450d7 [exec] Mar 05, 2023 9:29:56 PM org.hibernate.validator.internal.util.Version <clinit> [exec] INFO: HV000001: Hibernate Validator 8.0.0.Final [exec] Mar 05, 2023 9:29:56 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter: Version: 6.3.0 (Build 1-a) Compile: June 15 2022 [exec] Mar 05, 2023 9:29:56 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter starting: broker is REMOTE, connection mode is TCP [exec] Mar 05, 2023 9:29:56 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter Started:REMOTE [exec] Mar 05, 2023 9:29:56 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Sending message: This is message 1 [exec] Sending message: This is message 2 [exec] Sending message: This is message 3 [exec] Client: org.apache.derby.jdbc.ClientDriver [exec] Client: jdbc:derby://localhost:1527/testdb;create=true; [exec] Client: dbuser [exec] Client: dbpassword [exec] Each message got redelivered 4 times successfully and then stopped delivery [exec] Value of key is: mdb main [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [exec] [exec] [exec] ----------------------------------------- [exec] - mdb main: PASS - [exec] ----------------------------------------- [exec] Total PASS: 1 [exec] Total FAIL: 0 [exec] Total DID NOT RUN: 0 [exec] ----------------------------------------- [exec] in flushAll , creating new testSuiteHash [exec] in flushAll , creating new testSuiteHash undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false mq-cmt-excptApp setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/cmt/sql/drop_pointbase.sql [sql] 0 rows affected [sql] 1 of 1 SQL statements executed successfully sql-oracle: execute-sql-connector: unsetup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-jms-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jms-connection-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/QCFactory setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jms-resource-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/SampleQueue [exec] Administered object jms/SampleQueue deleted. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jmsdest --desttype queue Queue all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:30:08.763+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:30:10.039+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning build: setOSConditions: fixFiles: convUnix: convWin: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: package-persistence-common: ejb-jar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-mq-simplestress-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF appclient-jar-common: package-appclientjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-mq-simplestress-client.jar webclient-war-common: build-ear-common: [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-mq-simplestressApp.ear setup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-jms-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jms-connection-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.ConnectionFactory --enabled=true --target server --force=false jms/CFactory [exec] Connector resource jms/CFactory created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jms-resource-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jmsdest --desttype queue --force=false Queue [exec] JMS Desctination Queue created. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.Queue --enabled=true --property imqDestinationName=Queue --target server --force=false jms/SampleQueue [exec] Administered object jms/SampleQueue created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jms-resource-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jmsdest --desttype queue --force=false clientQueue [exec] JMS Desctination clientQueue created. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.Queue --enabled=true --property imqDestinationName=clientQueue --target server --force=false jms/clientQueue [exec] Administered object jms/clientQueue created. deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:30:12.856+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-mq-simplestressApp.ear [exec] Application deployed with name connector-mq-simplestressApp. [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: run: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runclient-common: [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-mq-simplestressAppClient.jar -name connector-mq-simplestressClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml [exec] Mar 05, 2023 9:30:14 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. [exec] Mar 05, 2023 9:30:19 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@73475ce2 [exec] Mar 05, 2023 9:30:20 PM org.hibernate.validator.internal.util.Version <clinit> [exec] INFO: HV000001: Hibernate Validator 8.0.0.Final [exec] Mar 05, 2023 9:30:21 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter: Version: 6.3.0 (Build 1-a) Compile: June 15 2022 [exec] Mar 05, 2023 9:30:21 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter starting: broker is REMOTE, connection mode is TCP [exec] Mar 05, 2023 9:30:21 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter Started:REMOTE [exec] Mar 05, 2023 9:30:21 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@ce781823[jndiName=jms/CFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:21 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@ce781823[jndiName=jms/CFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:21 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@ce781823[jndiName=jms/CFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:21 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@ce781823[jndiName=jms/CFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:21 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@ce781823[jndiName=jms/CFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:21 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@ce781823[jndiName=jms/CFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:21 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@ce781823[jndiName=jms/CFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:21 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@ce781823[jndiName=jms/CFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:21 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@ce781823[jndiName=jms/CFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:22 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@ce781823[jndiName=jms/CFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:22 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@ce781823[jndiName=jms/CFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:22 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@ce781823[jndiName=jms/CFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:22 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@ce781823[jndiName=jms/CFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Sending message: This is message 4 [exec] Sending message: This is message 38 [exec] Sending message: This is message 19 [exec] Sending message: This is message 24 [exec] Sending message: This is message 33 [exec] Sending message: This is message 35 [exec] Sending message: This is message 11 [exec] Sending message: This is message 1 [exec] Sending message: This is message 29 [exec] Sending message: This is message 48 [exec] Sending message: This is message 17 [exec] Sending message: This is message 31 [exec] Sending message: This is message 46 [exec] Sending message: This is message 23 [exec] Sending message: This is message 2 [exec] Sending message: This is message 10 [exec] Sending message: This is message 27 [exec] Sending message: This is message 12 [exec] Sending message: This is message 9 [exec] Sending message: This is message 34 [exec] Sending message: This is message 47 [exec] Sending message: This is message 16 [exec] Sending message: This is message 15 [exec] Sending message: This is message 6 [exec] Sending message: This is message 20 [exec] Sending message: This is message 21 [exec] Sending message: This is message 18 [exec] Sending message: This is message 42 [exec] Sending message: This is message 13 [exec] Sending message: This is message 41 [exec] Received :::::: Reply for : This is message 4 [exec] Received :::::: Reply for : This is message 19 [exec] Received :::::: Reply for : This is message 24 [exec] Received :::::: Reply for : This is message 38 [exec] Received :::::: Reply for : This is message 33 [exec] Received :::::: Reply for : This is message 35 [exec] Received :::::: Reply for : This is message 11 [exec] Sending message: This is message 30 [exec] Received :::::: Reply for : This is message 1 [exec] Received :::::: Reply for : This is message 31 [exec] Received :::::: Reply for : This is message 29 [exec] Received :::::: Reply for : This is message 48 [exec] Received :::::: Reply for : This is message 46 [exec] Received :::::: Reply for : This is message 17 [exec] Received :::::: Reply for : This is message 23 [exec] Sending message: This is message 44 [exec] Received :::::: Reply for : This is message 2 [exec] Received :::::: Reply for : This is message 10 [exec] Received :::::: Reply for : This is message 27 [exec] Received :::::: Reply for : This is message 12 [exec] Received :::::: Reply for : This is message 9 [exec] Received :::::: Reply for : This is message 47 [exec] Received :::::: Reply for : This is message 16 [exec] Received :::::: Reply for : This is message 15 [exec] Received :::::: Reply for : This is message 34 [exec] Received :::::: Reply for : This is message 6 [exec] Received :::::: Reply for : This is message 20 [exec] Received :::::: Reply for : This is message 21 [exec] Received :::::: Reply for : This is message 18 [exec] Received :::::: Reply for : This is message 42 [exec] Received :::::: Reply for : This is message 13 [exec] Received :::::: Reply for : This is message 41 [exec] Sending message: This is message 49 [exec] Received :::::: Reply for : This is message 30 [exec] Received :::::: Reply for : This is message 44 [exec] Sending message: This is message 28 [exec] Received :::::: Reply for : This is message 49 [exec] Sending message: This is message 40 [exec] Received :::::: Reply for : This is message 28 [exec] Received :::::: Reply for : This is message 40 [exec] Sending message: This is message 0 [exec] Sending message: This is message 32 [exec] Sending message: This is message 5 [exec] Received :::::: Reply for : This is message 0 [exec] Received :::::: Reply for : This is message 32 [exec] Received :::::: Reply for : This is message 5 [exec] Sending message: This is message 3 [exec] Sending message: This is message 7 [exec] Received :::::: Reply for : This is message 3 [exec] Received :::::: Reply for : This is message 7 [exec] Sending message: This is message 26 [exec] Sending message: This is message 39 [exec] Received :::::: Reply for : This is message 26 [exec] Received :::::: Reply for : This is message 39 [exec] Sending message: This is message 37 [exec] Sending message: This is message 25 [exec] Received :::::: Reply for : This is message 37 [exec] Received :::::: Reply for : This is message 25 [exec] Sending message: This is message 8 [exec] Sending message: This is message 22 [exec] Received :::::: Reply for : This is message 8 [exec] Received :::::: Reply for : This is message 22 [exec] Sending message: This is message 36 [exec] Sending message: This is message 14 [exec] Sending message: This is message 45 [exec] Sending message: This is message 43 [exec] Received :::::: Reply for : This is message 14 [exec] Received :::::: Reply for : This is message 36 [exec] Received :::::: Reply for : This is message 43 [exec] Received :::::: Reply for : This is message 45 [exec] Value of key is: Stress test [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [exec] [exec] [exec] ----------------------------------------- [exec] - Stress test: PASS - [exec] ----------------------------------------- [exec] Total PASS: 1 [exec] Total FAIL: 0 [exec] Total DID NOT RUN: 0 [exec] ----------------------------------------- [exec] in flushAll , creating new testSuiteHash [exec] in flushAll , creating new testSuiteHash checkReporting-common: confirmReportPresent-common: [echo] file RepRunConf.txt is present. [echo] Test seems to be reported fine [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/simplestress/RepRunConf.txt confirmMissingReport-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false connector-mq-simplestressApp unsetup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jms-resource-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/clientQueue [exec] Administered object jms/clientQueue deleted. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jmsdest --desttype queue clientQueue setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-jms-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jms-connection-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/CFactory setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jms-resource-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/SampleQueue [exec] Administered object jms/SampleQueue deleted. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jmsdest --desttype queue Queue all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:30:26.384+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:30:27.621+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/stress/client/SimpleMessageClient.java:88: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] Integer id = new Integer(msg.getIntProperty("replyid")); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/stress/client/SimpleMessageClient.java:103: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] String reply = (String) map.get(new Integer(i)); [javac] ^ [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/stress/client/SimpleMessageClient.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 3 warnings build: setOSConditions: fixFiles: convUnix: convWin: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: package-persistence-common: ejb-jar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-mq-simplestress-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF appclient-jar-common: package-appclientjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-mq-simplestress-client.jar webclient-war-common: build-ear-common: [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-mq-simplestressApp.ear setup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-jms-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jms-connection-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.QueueConnectionFactory --enabled=true --target server --force=false jms/QCFactory [exec] Connector resource jms/QCFactory created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jms-resource-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jmsdest --desttype queue --force=false Queue [exec] JMS Desctination Queue created. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.Queue --enabled=true --property imqDestinationName=Queue --target server --force=false jms/SampleQueue [exec] Administered object jms/SampleQueue created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jms-resource-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jmsdest --desttype queue --force=false clientQueue [exec] JMS Desctination clientQueue created. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.Queue --enabled=true --property imqDestinationName=clientQueue --target server --force=false jms/clientQueue [exec] Administered object jms/clientQueue created. deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:30:30.670+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-mq-simplestressApp.ear [exec] Application deployed with name connector-mq-simplestressApp. [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: run: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runclient-common: [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-mq-simplestressAppClient.jar -name connector-mq-simplestressClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml [exec] Mar 05, 2023 9:30:31 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. [exec] Mar 05, 2023 9:30:34 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@27d80dcb [exec] Mar 05, 2023 9:30:35 PM org.hibernate.validator.internal.util.Version <clinit> [exec] INFO: HV000001: Hibernate Validator 8.0.0.Final [exec] Mar 05, 2023 9:30:35 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter: Version: 6.3.0 (Build 1-a) Compile: June 15 2022 [exec] Mar 05, 2023 9:30:35 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter starting: broker is REMOTE, connection mode is TCP [exec] Mar 05, 2023 9:30:35 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter Started:REMOTE [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Mar 05, 2023 9:30:36 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Received all messages in :38224 milliseconds [exec] ------------------------------------------------------ [exec] Receeived :0:REPLIED:CLIENT [exec] Receeived :1:REPLIED:CLIENT [exec] Receeived :2:REPLIED:CLIENT [exec] Receeived :3:REPLIED:CLIENT [exec] Receeived :4:REPLIED:CLIENT [exec] Receeived :5:REPLIED:CLIENT [exec] Receeived :6:REPLIED:CLIENT [exec] Receeived :7:REPLIED:CLIENT [exec] Receeived :8:REPLIED:CLIENT [exec] Receeived :9:REPLIED:CLIENT [exec] Receeived :10:REPLIED:CLIENT [exec] Receeived :11:REPLIED:CLIENT [exec] Receeived :12:REPLIED:CLIENT [exec] Receeived :13:REPLIED:CLIENT [exec] Receeived :14:REPLIED:CLIENT [exec] Receeived :15:REPLIED:CLIENT [exec] Receeived :16:REPLIED:CLIENT [exec] Receeived :17:REPLIED:CLIENT [exec] Receeived :18:REPLIED:CLIENT [exec] Receeived :19:REPLIED:CLIENT [exec] Receeived :20:REPLIED:CLIENT [exec] Receeived :21:REPLIED:CLIENT [exec] Receeived :22:REPLIED:CLIENT [exec] Receeived :23:REPLIED:CLIENT [exec] Receeived :24:REPLIED:CLIENT [exec] Receeived :25:REPLIED:CLIENT [exec] Receeived :26:REPLIED:CLIENT [exec] Receeived :27:REPLIED:CLIENT [exec] Receeived :28:REPLIED:CLIENT [exec] Receeived :29:REPLIED:CLIENT [exec] Receeived :30:REPLIED:CLIENT [exec] Receeived :31:REPLIED:CLIENT [exec] Receeived :32:REPLIED:CLIENT [exec] Receeived :33:REPLIED:CLIENT [exec] Receeived :34:REPLIED:CLIENT [exec] Receeived :35:REPLIED:CLIENT [exec] Receeived :36:REPLIED:CLIENT [exec] Receeived :37:REPLIED:CLIENT [exec] Receeived :38:REPLIED:CLIENT [exec] Receeived :39:REPLIED:CLIENT [exec] Receeived :40:REPLIED:CLIENT [exec] Receeived :41:REPLIED:CLIENT [exec] Receeived :42:REPLIED:CLIENT [exec] Receeived :43:REPLIED:CLIENT [exec] Receeived :44:REPLIED:CLIENT [exec] Receeived :45:REPLIED:CLIENT [exec] Receeived :46:REPLIED:CLIENT [exec] Receeived :47:REPLIED:CLIENT [exec] Receeived :48:REPLIED:CLIENT [exec] Receeived :49:REPLIED:CLIENT [exec] Receeived :50:REPLIED:CLIENT [exec] Receeived :51:REPLIED:CLIENT [exec] Receeived :52:REPLIED:CLIENT [exec] Receeived :53:REPLIED:CLIENT [exec] Receeived :54:REPLIED:CLIENT [exec] Receeived :55:REPLIED:CLIENT [exec] Receeived :56:REPLIED:CLIENT [exec] Receeived :57:REPLIED:CLIENT [exec] Receeived :58:REPLIED:CLIENT [exec] Receeived :59:REPLIED:CLIENT [exec] Receeived :60:REPLIED:CLIENT [exec] Receeived :61:REPLIED:CLIENT [exec] Receeived :62:REPLIED:CLIENT [exec] Receeived :63:REPLIED:CLIENT [exec] Receeived :64:REPLIED:CLIENT [exec] Receeived :65:REPLIED:CLIENT [exec] Receeived :66:REPLIED:CLIENT [exec] Receeived :67:REPLIED:CLIENT [exec] Receeived :68:REPLIED:CLIENT [exec] Receeived :69:REPLIED:CLIENT [exec] Receeived :70:REPLIED:CLIENT [exec] Receeived :71:REPLIED:CLIENT [exec] Receeived :72:REPLIED:CLIENT [exec] Receeived :73:REPLIED:CLIENT [exec] Receeived :74:REPLIED:CLIENT [exec] Receeived :75:REPLIED:CLIENT [exec] Receeived :76:REPLIED:CLIENT [exec] Receeived :77:REPLIED:CLIENT [exec] Receeived :78:REPLIED:CLIENT [exec] Receeived :79:REPLIED:CLIENT [exec] Receeived :80:REPLIED:CLIENT [exec] Receeived :81:REPLIED:CLIENT [exec] Receeived :82:REPLIED:CLIENT [exec] Receeived :83:REPLIED:CLIENT [exec] Receeived :84:REPLIED:CLIENT [exec] Receeived :85:REPLIED:CLIENT [exec] Receeived :86:REPLIED:CLIENT [exec] Receeived :87:REPLIED:CLIENT [exec] Receeived :88:REPLIED:CLIENT [exec] Receeived :89:REPLIED:CLIENT [exec] Receeived :90:REPLIED:CLIENT [exec] Receeived :91:REPLIED:CLIENT [exec] Receeived :92:REPLIED:CLIENT [exec] Receeived :93:REPLIED:CLIENT [exec] Receeived :94:REPLIED:CLIENT [exec] Receeived :95:REPLIED:CLIENT [exec] Receeived :96:REPLIED:CLIENT [exec] Receeived :97:REPLIED:CLIENT [exec] Receeived :98:REPLIED:CLIENT [exec] Receeived :99:REPLIED:CLIENT [exec] Receeived :100:REPLIED:CLIENT [exec] Receeived :101:REPLIED:CLIENT [exec] Receeived :102:REPLIED:CLIENT [exec] Receeived :103:REPLIED:CLIENT [exec] Receeived :104:REPLIED:CLIENT [exec] Receeived :105:REPLIED:CLIENT [exec] Receeived :106:REPLIED:CLIENT [exec] Receeived :107:REPLIED:CLIENT [exec] Receeived :108:REPLIED:CLIENT [exec] Receeived :109:REPLIED:CLIENT [exec] Receeived :110:REPLIED:CLIENT [exec] Receeived :111:REPLIED:CLIENT [exec] Receeived :112:REPLIED:CLIENT [exec] Receeived :113:REPLIED:CLIENT [exec] Receeived :114:REPLIED:CLIENT [exec] Receeived :115:REPLIED:CLIENT [exec] Receeived :116:REPLIED:CLIENT [exec] Receeived :117:REPLIED:CLIENT [exec] Receeived :118:REPLIED:CLIENT [exec] Receeived :119:REPLIED:CLIENT [exec] Receeived :120:REPLIED:CLIENT [exec] Receeived :121:REPLIED:CLIENT [exec] Receeived :122:REPLIED:CLIENT [exec] Receeived :123:REPLIED:CLIENT [exec] Receeived :124:REPLIED:CLIENT [exec] Receeived :125:REPLIED:CLIENT [exec] Receeived :126:REPLIED:CLIENT [exec] Receeived :127:REPLIED:CLIENT [exec] Receeived :128:REPLIED:CLIENT [exec] Receeived :129:REPLIED:CLIENT [exec] Receeived :130:REPLIED:CLIENT [exec] Receeived :131:REPLIED:CLIENT [exec] Receeived :132:REPLIED:CLIENT [exec] Receeived :133:REPLIED:CLIENT [exec] Receeived :134:REPLIED:CLIENT [exec] Receeived :135:REPLIED:CLIENT [exec] Receeived :136:REPLIED:CLIENT [exec] Receeived :137:REPLIED:CLIENT [exec] Receeived :138:REPLIED:CLIENT [exec] Receeived :139:REPLIED:CLIENT [exec] Receeived :140:REPLIED:CLIENT [exec] Receeived :141:REPLIED:CLIENT [exec] Receeived :142:REPLIED:CLIENT [exec] Receeived :143:REPLIED:CLIENT [exec] Receeived :144:REPLIED:CLIENT [exec] Receeived :145:REPLIED:CLIENT [exec] Receeived :146:REPLIED:CLIENT [exec] Receeived :147:REPLIED:CLIENT [exec] Receeived :148:REPLIED:CLIENT [exec] Receeived :149:REPLIED:CLIENT [exec] Receeived :150:REPLIED:CLIENT [exec] Receeived :151:REPLIED:CLIENT [exec] Receeived :152:REPLIED:CLIENT [exec] Receeived :153:REPLIED:CLIENT [exec] Receeived :154:REPLIED:CLIENT [exec] Receeived :155:REPLIED:CLIENT [exec] Receeived :156:REPLIED:CLIENT [exec] Receeived :157:REPLIED:CLIENT [exec] Receeived :158:REPLIED:CLIENT [exec] Receeived :159:REPLIED:CLIENT [exec] Receeived :160:REPLIED:CLIENT [exec] Receeived :161:REPLIED:CLIENT [exec] Receeived :162:REPLIED:CLIENT [exec] Receeived :163:REPLIED:CLIENT [exec] Receeived :164:REPLIED:CLIENT [exec] Receeived :165:REPLIED:CLIENT [exec] Receeived :166:REPLIED:CLIENT [exec] Receeived :167:REPLIED:CLIENT [exec] Receeived :168:REPLIED:CLIENT [exec] Receeived :169:REPLIED:CLIENT [exec] Receeived :170:REPLIED:CLIENT [exec] Receeived :171:REPLIED:CLIENT [exec] Receeived :172:REPLIED:CLIENT [exec] Receeived :173:REPLIED:CLIENT [exec] Receeived :174:REPLIED:CLIENT [exec] Receeived :175:REPLIED:CLIENT [exec] Receeived :176:REPLIED:CLIENT [exec] Receeived :177:REPLIED:CLIENT [exec] Receeived :178:REPLIED:CLIENT [exec] Receeived :179:REPLIED:CLIENT [exec] Receeived :180:REPLIED:CLIENT [exec] Receeived :181:REPLIED:CLIENT [exec] Receeived :182:REPLIED:CLIENT [exec] Receeived :183:REPLIED:CLIENT [exec] Receeived :184:REPLIED:CLIENT [exec] Receeived :185:REPLIED:CLIENT [exec] Receeived :186:REPLIED:CLIENT [exec] Receeived :187:REPLIED:CLIENT [exec] Receeived :188:REPLIED:CLIENT [exec] Receeived :189:REPLIED:CLIENT [exec] Receeived :190:REPLIED:CLIENT [exec] Receeived :191:REPLIED:CLIENT [exec] Receeived :192:REPLIED:CLIENT [exec] Receeived :193:REPLIED:CLIENT [exec] Receeived :194:REPLIED:CLIENT [exec] Receeived :195:REPLIED:CLIENT [exec] Receeived :196:REPLIED:CLIENT [exec] Receeived :197:REPLIED:CLIENT [exec] Receeived :198:REPLIED:CLIENT [exec] Receeived :199:REPLIED:CLIENT [exec] Receeived :200:REPLIED:CLIENT [exec] Receeived :201:REPLIED:CLIENT [exec] Receeived :202:REPLIED:CLIENT [exec] Receeived :203:REPLIED:CLIENT [exec] Receeived :204:REPLIED:CLIENT [exec] Receeived :205:REPLIED:CLIENT [exec] Receeived :206:REPLIED:CLIENT [exec] Receeived :207:REPLIED:CLIENT [exec] Receeived :208:REPLIED:CLIENT [exec] Receeived :209:REPLIED:CLIENT [exec] Receeived :210:REPLIED:CLIENT [exec] Receeived :211:REPLIED:CLIENT [exec] Receeived :212:REPLIED:CLIENT [exec] Receeived :213:REPLIED:CLIENT [exec] Receeived :214:REPLIED:CLIENT [exec] Receeived :215:REPLIED:CLIENT [exec] Receeived :216:REPLIED:CLIENT [exec] Receeived :217:REPLIED:CLIENT [exec] Receeived :218:REPLIED:CLIENT [exec] Receeived :219:REPLIED:CLIENT [exec] Receeived :220:REPLIED:CLIENT [exec] Receeived :221:REPLIED:CLIENT [exec] Receeived :222:REPLIED:CLIENT [exec] Receeived :223:REPLIED:CLIENT [exec] Receeived :224:REPLIED:CLIENT [exec] Receeived :225:REPLIED:CLIENT [exec] Receeived :226:REPLIED:CLIENT [exec] Receeived :227:REPLIED:CLIENT [exec] Receeived :228:REPLIED:CLIENT [exec] Receeived :229:REPLIED:CLIENT [exec] Receeived :230:REPLIED:CLIENT [exec] Receeived :231:REPLIED:CLIENT [exec] Receeived :232:REPLIED:CLIENT [exec] Receeived :233:REPLIED:CLIENT [exec] Receeived :234:REPLIED:CLIENT [exec] Receeived :235:REPLIED:CLIENT [exec] Receeived :236:REPLIED:CLIENT [exec] Receeived :237:REPLIED:CLIENT [exec] Receeived :238:REPLIED:CLIENT [exec] Receeived :239:REPLIED:CLIENT [exec] Receeived :240:REPLIED:CLIENT [exec] Receeived :241:REPLIED:CLIENT [exec] Receeived :242:REPLIED:CLIENT [exec] Receeived :243:REPLIED:CLIENT [exec] Receeived :244:REPLIED:CLIENT [exec] Receeived :245:REPLIED:CLIENT [exec] Receeived :246:REPLIED:CLIENT [exec] Receeived :247:REPLIED:CLIENT [exec] Receeived :248:REPLIED:CLIENT [exec] Receeived :249:REPLIED:CLIENT [exec] Receeived :250:REPLIED:CLIENT [exec] Receeived :251:REPLIED:CLIENT [exec] Receeived :252:REPLIED:CLIENT [exec] Receeived :253:REPLIED:CLIENT [exec] Receeived :254:REPLIED:CLIENT [exec] Receeived :255:REPLIED:CLIENT [exec] Receeived :256:REPLIED:CLIENT [exec] Receeived :257:REPLIED:CLIENT [exec] Receeived :258:REPLIED:CLIENT [exec] Receeived :259:REPLIED:CLIENT [exec] Receeived :260:REPLIED:CLIENT [exec] Receeived :261:REPLIED:CLIENT [exec] Receeived :262:REPLIED:CLIENT [exec] Receeived :263:REPLIED:CLIENT [exec] Receeived :264:REPLIED:CLIENT [exec] Receeived :265:REPLIED:CLIENT [exec] Receeived :266:REPLIED:CLIENT [exec] Receeived :267:REPLIED:CLIENT [exec] Receeived :268:REPLIED:CLIENT [exec] Receeived :269:REPLIED:CLIENT [exec] Receeived :270:REPLIED:CLIENT [exec] Receeived :271:REPLIED:CLIENT [exec] Receeived :272:REPLIED:CLIENT [exec] Receeived :273:REPLIED:CLIENT [exec] Receeived :274:REPLIED:CLIENT [exec] Receeived :275:REPLIED:CLIENT [exec] Receeived :276:REPLIED:CLIENT [exec] Receeived :277:REPLIED:CLIENT [exec] Receeived :278:REPLIED:CLIENT [exec] Receeived :279:REPLIED:CLIENT [exec] Receeived :280:REPLIED:CLIENT [exec] Receeived :281:REPLIED:CLIENT [exec] Receeived :282:REPLIED:CLIENT [exec] Receeived :283:REPLIED:CLIENT [exec] Receeived :284:REPLIED:CLIENT [exec] Receeived :285:REPLIED:CLIENT [exec] Receeived :286:REPLIED:CLIENT [exec] Receeived :287:REPLIED:CLIENT [exec] Receeived :288:REPLIED:CLIENT [exec] Receeived :289:REPLIED:CLIENT [exec] Receeived :290:REPLIED:CLIENT [exec] Receeived :291:REPLIED:CLIENT [exec] Receeived :292:REPLIED:CLIENT [exec] Receeived :293:REPLIED:CLIENT [exec] Receeived :294:REPLIED:CLIENT [exec] Receeived :295:REPLIED:CLIENT [exec] Receeived :296:REPLIED:CLIENT [exec] Receeived :297:REPLIED:CLIENT [exec] Receeived :298:REPLIED:CLIENT [exec] Receeived :299:REPLIED:CLIENT [exec] Receeived :300:REPLIED:CLIENT [exec] Receeived :301:REPLIED:CLIENT [exec] Receeived :302:REPLIED:CLIENT [exec] Receeived :303:REPLIED:CLIENT [exec] Receeived :304:REPLIED:CLIENT [exec] Receeived :305:REPLIED:CLIENT [exec] Receeived :306:REPLIED:CLIENT [exec] Receeived :307:REPLIED:CLIENT [exec] Receeived :308:REPLIED:CLIENT [exec] Receeived :309:REPLIED:CLIENT [exec] Receeived :310:REPLIED:CLIENT [exec] Receeived :311:REPLIED:CLIENT [exec] Receeived :312:REPLIED:CLIENT [exec] Receeived :313:REPLIED:CLIENT [exec] Receeived :314:REPLIED:CLIENT [exec] Receeived :315:REPLIED:CLIENT [exec] Receeived :316:REPLIED:CLIENT [exec] Receeived :317:REPLIED:CLIENT [exec] Receeived :318:REPLIED:CLIENT [exec] Receeived :319:REPLIED:CLIENT [exec] Receeived :320:REPLIED:CLIENT [exec] Receeived :321:REPLIED:CLIENT [exec] Receeived :322:REPLIED:CLIENT [exec] Receeived :323:REPLIED:CLIENT [exec] Receeived :324:REPLIED:CLIENT [exec] Receeived :325:REPLIED:CLIENT [exec] Receeived :326:REPLIED:CLIENT [exec] Receeived :327:REPLIED:CLIENT [exec] Receeived :328:REPLIED:CLIENT [exec] Receeived :329:REPLIED:CLIENT [exec] Receeived :330:REPLIED:CLIENT [exec] Receeived :331:REPLIED:CLIENT [exec] Receeived :332:REPLIED:CLIENT [exec] Receeived :333:REPLIED:CLIENT [exec] Receeived :334:REPLIED:CLIENT [exec] Receeived :335:REPLIED:CLIENT [exec] Receeived :336:REPLIED:CLIENT [exec] Receeived :337:REPLIED:CLIENT [exec] Receeived :338:REPLIED:CLIENT [exec] Receeived :339:REPLIED:CLIENT [exec] Receeived :340:REPLIED:CLIENT [exec] Receeived :341:REPLIED:CLIENT [exec] Receeived :342:REPLIED:CLIENT [exec] Receeived :343:REPLIED:CLIENT [exec] Receeived :344:REPLIED:CLIENT [exec] Receeived :345:REPLIED:CLIENT [exec] Receeived :346:REPLIED:CLIENT [exec] Receeived :347:REPLIED:CLIENT [exec] Receeived :348:REPLIED:CLIENT [exec] Receeived :349:REPLIED:CLIENT [exec] Receeived :350:REPLIED:CLIENT [exec] Receeived :351:REPLIED:CLIENT [exec] Receeived :352:REPLIED:CLIENT [exec] Receeived :353:REPLIED:CLIENT [exec] Receeived :354:REPLIED:CLIENT [exec] Receeived :355:REPLIED:CLIENT [exec] Receeived :356:REPLIED:CLIENT [exec] Receeived :357:REPLIED:CLIENT [exec] Receeived :358:REPLIED:CLIENT [exec] Receeived :359:REPLIED:CLIENT [exec] Receeived :360:REPLIED:CLIENT [exec] Receeived :361:REPLIED:CLIENT [exec] Receeived :362:REPLIED:CLIENT [exec] Receeived :363:REPLIED:CLIENT [exec] Receeived :364:REPLIED:CLIENT [exec] Receeived :365:REPLIED:CLIENT [exec] Receeived :366:REPLIED:CLIENT [exec] Receeived :367:REPLIED:CLIENT [exec] Receeived :368:REPLIED:CLIENT [exec] Receeived :369:REPLIED:CLIENT [exec] Receeived :370:REPLIED:CLIENT [exec] Receeived :371:REPLIED:CLIENT [exec] Receeived :372:REPLIED:CLIENT [exec] Receeived :373:REPLIED:CLIENT [exec] Receeived :374:REPLIED:CLIENT [exec] Receeived :375:REPLIED:CLIENT [exec] Receeived :376:REPLIED:CLIENT [exec] Receeived :377:REPLIED:CLIENT [exec] Receeived :378:REPLIED:CLIENT [exec] Receeived :379:REPLIED:CLIENT [exec] Receeived :380:REPLIED:CLIENT [exec] Receeived :381:REPLIED:CLIENT [exec] Receeived :382:REPLIED:CLIENT [exec] Receeived :383:REPLIED:CLIENT [exec] Receeived :384:REPLIED:CLIENT [exec] Receeived :385:REPLIED:CLIENT [exec] Receeived :386:REPLIED:CLIENT [exec] Receeived :387:REPLIED:CLIENT [exec] Receeived :388:REPLIED:CLIENT [exec] Receeived :389:REPLIED:CLIENT [exec] Receeived :390:REPLIED:CLIENT [exec] Receeived :391:REPLIED:CLIENT [exec] Receeived :392:REPLIED:CLIENT [exec] Receeived :393:REPLIED:CLIENT [exec] Receeived :394:REPLIED:CLIENT [exec] Receeived :395:REPLIED:CLIENT [exec] Receeived :396:REPLIED:CLIENT [exec] Receeived :397:REPLIED:CLIENT [exec] Receeived :398:REPLIED:CLIENT [exec] Receeived :399:REPLIED:CLIENT [exec] Receeived :400:REPLIED:CLIENT [exec] Receeived :401:REPLIED:CLIENT [exec] Receeived :402:REPLIED:CLIENT [exec] Receeived :403:REPLIED:CLIENT [exec] Receeived :404:REPLIED:CLIENT [exec] Receeived :405:REPLIED:CLIENT [exec] Receeived :406:REPLIED:CLIENT [exec] Receeived :407:REPLIED:CLIENT [exec] Receeived :408:REPLIED:CLIENT [exec] Receeived :409:REPLIED:CLIENT [exec] Receeived :410:REPLIED:CLIENT [exec] Receeived :411:REPLIED:CLIENT [exec] Receeived :412:REPLIED:CLIENT [exec] Receeived :413:REPLIED:CLIENT [exec] Receeived :414:REPLIED:CLIENT [exec] Receeived :415:REPLIED:CLIENT [exec] Receeived :416:REPLIED:CLIENT [exec] Receeived :417:REPLIED:CLIENT [exec] Receeived :418:REPLIED:CLIENT [exec] Receeived :419:REPLIED:CLIENT [exec] Receeived :420:REPLIED:CLIENT [exec] Receeived :421:REPLIED:CLIENT [exec] Receeived :422:REPLIED:CLIENT [exec] Receeived :423:REPLIED:CLIENT [exec] Receeived :424:REPLIED:CLIENT [exec] Receeived :425:REPLIED:CLIENT [exec] Receeived :426:REPLIED:CLIENT [exec] Receeived :427:REPLIED:CLIENT [exec] Receeived :428:REPLIED:CLIENT [exec] Receeived :429:REPLIED:CLIENT [exec] Receeived :430:REPLIED:CLIENT [exec] Receeived :431:REPLIED:CLIENT [exec] Receeived :432:REPLIED:CLIENT [exec] Receeived :433:REPLIED:CLIENT [exec] Receeived :434:REPLIED:CLIENT [exec] Receeived :435:REPLIED:CLIENT [exec] Receeived :436:REPLIED:CLIENT [exec] Receeived :437:REPLIED:CLIENT [exec] Receeived :438:REPLIED:CLIENT [exec] Receeived :439:REPLIED:CLIENT [exec] Receeived :440:REPLIED:CLIENT [exec] Receeived :441:REPLIED:CLIENT [exec] Receeived :442:REPLIED:CLIENT [exec] Receeived :443:REPLIED:CLIENT [exec] Receeived :444:REPLIED:CLIENT [exec] Receeived :445:REPLIED:CLIENT [exec] Receeived :446:REPLIED:CLIENT [exec] Receeived :447:REPLIED:CLIENT [exec] Receeived :448:REPLIED:CLIENT [exec] Receeived :449:REPLIED:CLIENT [exec] Receeived :450:REPLIED:CLIENT [exec] Receeived :451:REPLIED:CLIENT [exec] Receeived :452:REPLIED:CLIENT [exec] Receeived :453:REPLIED:CLIENT [exec] Receeived :454:REPLIED:CLIENT [exec] Receeived :455:REPLIED:CLIENT [exec] Receeived :456:REPLIED:CLIENT [exec] Receeived :457:REPLIED:CLIENT [exec] Receeived :458:REPLIED:CLIENT [exec] Receeived :459:REPLIED:CLIENT [exec] Receeived :460:REPLIED:CLIENT [exec] Receeived :461:REPLIED:CLIENT [exec] Receeived :462:REPLIED:CLIENT [exec] Receeived :463:REPLIED:CLIENT [exec] Receeived :464:REPLIED:CLIENT [exec] Receeived :465:REPLIED:CLIENT [exec] Receeived :466:REPLIED:CLIENT [exec] Receeived :467:REPLIED:CLIENT [exec] Receeived :468:REPLIED:CLIENT [exec] Receeived :469:REPLIED:CLIENT [exec] Receeived :470:REPLIED:CLIENT [exec] Receeived :471:REPLIED:CLIENT [exec] Receeived :472:REPLIED:CLIENT [exec] Receeived :473:REPLIED:CLIENT [exec] Receeived :474:REPLIED:CLIENT [exec] Receeived :475:REPLIED:CLIENT [exec] Receeived :476:REPLIED:CLIENT [exec] Receeived :477:REPLIED:CLIENT [exec] Receeived :478:REPLIED:CLIENT [exec] Receeived :479:REPLIED:CLIENT [exec] Receeived :480:REPLIED:CLIENT [exec] Receeived :481:REPLIED:CLIENT [exec] Receeived :482:REPLIED:CLIENT [exec] Receeived :483:REPLIED:CLIENT [exec] Receeived :484:REPLIED:CLIENT [exec] Receeived :485:REPLIED:CLIENT [exec] Receeived :486:REPLIED:CLIENT [exec] Receeived :487:REPLIED:CLIENT [exec] Receeived :488:REPLIED:CLIENT [exec] Receeived :489:REPLIED:CLIENT [exec] Receeived :490:REPLIED:CLIENT [exec] Receeived :491:REPLIED:CLIENT [exec] Receeived :492:REPLIED:CLIENT [exec] Receeived :493:REPLIED:CLIENT [exec] Receeived :494:REPLIED:CLIENT [exec] Receeived :495:REPLIED:CLIENT [exec] Receeived :496:REPLIED:CLIENT [exec] Receeived :497:REPLIED:CLIENT [exec] Receeived :498:REPLIED:CLIENT [exec] Receeived :499:REPLIED:CLIENT [exec] Receeived :500:REPLIED:CLIENT [exec] Receeived :501:REPLIED:CLIENT [exec] Receeived :502:REPLIED:CLIENT [exec] Receeived :503:REPLIED:CLIENT [exec] Receeived :504:REPLIED:CLIENT [exec] Receeived :505:REPLIED:CLIENT [exec] Receeived :506:REPLIED:CLIENT [exec] Receeived :507:REPLIED:CLIENT [exec] Receeived :508:REPLIED:CLIENT [exec] Receeived :509:REPLIED:CLIENT [exec] Receeived :510:REPLIED:CLIENT [exec] Receeived :511:REPLIED:CLIENT [exec] Receeived :512:REPLIED:CLIENT [exec] Receeived :513:REPLIED:CLIENT [exec] Receeived :514:REPLIED:CLIENT [exec] Receeived :515:REPLIED:CLIENT [exec] Receeived :516:REPLIED:CLIENT [exec] Receeived :517:REPLIED:CLIENT [exec] Receeived :518:REPLIED:CLIENT [exec] Receeived :519:REPLIED:CLIENT [exec] Receeived :520:REPLIED:CLIENT [exec] Receeived :521:REPLIED:CLIENT [exec] Receeived :522:REPLIED:CLIENT [exec] Receeived :523:REPLIED:CLIENT [exec] Receeived :524:REPLIED:CLIENT [exec] Receeived :525:REPLIED:CLIENT [exec] Receeived :526:REPLIED:CLIENT [exec] Receeived :527:REPLIED:CLIENT [exec] Receeived :528:REPLIED:CLIENT [exec] Receeived :529:REPLIED:CLIENT [exec] Receeived :530:REPLIED:CLIENT [exec] Receeived :531:REPLIED:CLIENT [exec] Receeived :532:REPLIED:CLIENT [exec] Receeived :533:REPLIED:CLIENT [exec] Receeived :534:REPLIED:CLIENT [exec] Receeived :535:REPLIED:CLIENT [exec] Receeived :536:REPLIED:CLIENT [exec] Receeived :537:REPLIED:CLIENT [exec] Receeived :538:REPLIED:CLIENT [exec] Receeived :539:REPLIED:CLIENT [exec] Receeived :540:REPLIED:CLIENT [exec] Receeived :541:REPLIED:CLIENT [exec] Receeived :542:REPLIED:CLIENT [exec] Receeived :543:REPLIED:CLIENT [exec] Receeived :544:REPLIED:CLIENT [exec] Receeived :545:REPLIED:CLIENT [exec] Receeived :546:REPLIED:CLIENT [exec] Receeived :547:REPLIED:CLIENT [exec] Receeived :548:REPLIED:CLIENT [exec] Receeived :549:REPLIED:CLIENT [exec] Receeived :550:REPLIED:CLIENT [exec] Receeived :551:REPLIED:CLIENT [exec] Receeived :552:REPLIED:CLIENT [exec] Receeived :553:REPLIED:CLIENT [exec] Receeived :554:REPLIED:CLIENT [exec] Receeived :555:REPLIED:CLIENT [exec] Receeived :556:REPLIED:CLIENT [exec] Receeived :557:REPLIED:CLIENT [exec] Receeived :558:REPLIED:CLIENT [exec] Receeived :559:REPLIED:CLIENT [exec] Receeived :560:REPLIED:CLIENT [exec] Receeived :561:REPLIED:CLIENT [exec] Receeived :562:REPLIED:CLIENT [exec] Receeived :563:REPLIED:CLIENT [exec] Receeived :564:REPLIED:CLIENT [exec] Receeived :565:REPLIED:CLIENT [exec] Receeived :566:REPLIED:CLIENT [exec] Receeived :567:REPLIED:CLIENT [exec] Receeived :568:REPLIED:CLIENT [exec] Receeived :569:REPLIED:CLIENT [exec] Receeived :570:REPLIED:CLIENT [exec] Receeived :571:REPLIED:CLIENT [exec] Receeived :572:REPLIED:CLIENT [exec] Receeived :573:REPLIED:CLIENT [exec] Receeived :574:REPLIED:CLIENT [exec] Receeived :575:REPLIED:CLIENT [exec] Receeived :576:REPLIED:CLIENT [exec] Receeived :577:REPLIED:CLIENT [exec] Receeived :578:REPLIED:CLIENT [exec] Receeived :579:REPLIED:CLIENT [exec] Receeived :580:REPLIED:CLIENT [exec] Receeived :581:REPLIED:CLIENT [exec] Receeived :582:REPLIED:CLIENT [exec] Receeived :583:REPLIED:CLIENT [exec] Receeived :584:REPLIED:CLIENT [exec] Receeived :585:REPLIED:CLIENT [exec] Receeived :586:REPLIED:CLIENT [exec] Receeived :587:REPLIED:CLIENT [exec] Receeived :588:REPLIED:CLIENT [exec] Receeived :589:REPLIED:CLIENT [exec] Receeived :590:REPLIED:CLIENT [exec] Receeived :591:REPLIED:CLIENT [exec] Receeived :592:REPLIED:CLIENT [exec] Receeived :593:REPLIED:CLIENT [exec] Receeived :594:REPLIED:CLIENT [exec] Receeived :595:REPLIED:CLIENT [exec] Receeived :596:REPLIED:CLIENT [exec] Receeived :597:REPLIED:CLIENT [exec] Receeived :598:REPLIED:CLIENT [exec] Receeived :599:REPLIED:CLIENT [exec] Value of key is: message delivery test [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [exec] [exec] [exec] ----------------------------------------- [exec] - message delivery test: PASS - [exec] ----------------------------------------- [exec] Total PASS: 1 [exec] Total FAIL: 0 [exec] Total DID NOT RUN: 0 [exec] ----------------------------------------- [exec] in flushAll , creating new testSuiteHash [exec] in flushAll , creating new testSuiteHash checkReporting-common: confirmReportPresent-common: [echo] file RepRunConf.txt is present. [echo] Test seems to be reported fine [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/stress/RepRunConf.txt confirmMissingReport-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false connector-mq-simplestressApp unsetup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-jms-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jms-connection-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/QCFactory setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jms-resource-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/SampleQueue [exec] Administered object jms/SampleQueue deleted. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jmsdest --desttype queue Queue setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jms-resource-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/clientQueue [exec] Administered object jms/clientQueue deleted. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jmsdest --desttype queue clientQueue all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-lifecycle: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/lifecycle/sql/create_pointbase.sql [sql] 0 rows affected [sql] 1 rows affected [sql] 2 of 2 SQL statements executed successfully sql-oracle: execute-sql-connector: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:31:37.301+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lifecycletest.jar asadmin-common: [echo] asadmin create-lifecycle-module --classname samples.lifecycle.simple.LifecycleListenerImpl --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --classpath /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lifecycletest.jar lifecycletest1 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-lifecycle-module --classname samples.lifecycle.simple.LifecycleListenerImpl --classpath /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lifecycletest.jar --failurefatal=false --enabled=true lifecycletest1 setup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-jms-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jms-connection-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.QueueConnectionFactory --enabled=true --target server --force=false jms/QCFactory [exec] Connector resource jms/QCFactory created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jms-resource-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jmsdest --desttype queue --force=false Queue [exec] JMS Desctination Queue created. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.Queue --enabled=true --property imqDestinationName=Queue --target server --force=false jms/SampleQueue [exec] Administered object jms/SampleQueue created. restart-appserver: restart-server-instance-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: stopDomain: [echo] run.xml:stopping domain... [exec] Waiting for the domain to stop ... [exec] Waiting finished after 2,351 ms. [exec] Command stop-domain executed successfully. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: startDomainUnix: [echo] Starting DAS [exec] Waiting for domain1 to start ....... [exec] Waiting finished after 6,937 ms. [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4,848 [exec] Command start-domain executed successfully. [echo] run.xml:doing wait for localhost:8080... [echo] run.xml:DONE doing wait for localhost:8080... dumpThreadStack: startDomainWindows: startDomain: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:31:55.508+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:31:56.674+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning build: setOSConditions: fixFiles: convUnix: convWin: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: package-persistence-common: ejb-jar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/mq-cmt-excpt-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF appclient-jar-common: package-appclientjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/mq-cmt-excpt-client.jar webclient-war-common: build-ear-common: [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/mq-cmt-excptApp.ear deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:31:57.999+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/mq-cmt-excptApp.ear [exec] Application deployed with name mq-cmt-excptApp. [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: run: [exec] Mar 05, 2023 9:32:01 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. [exec] Value of key is: lifecycle test1 [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [exec] [exec] [exec] ----------------------------------------- [exec] - lifecycle test1: PASS - [exec] ----------------------------------------- [exec] Total PASS: 1 [exec] Total FAIL: 0 [exec] Total DID NOT RUN: 0 [exec] ----------------------------------------- [exec] in flushAll , creating new testSuiteHash [exec] in flushAll , creating new testSuiteHash undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false mq-cmt-excptApp unsetup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-jms-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jms-connection-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/QCFactory setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jms-resource-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/SampleQueue [exec] Administered object jms/SampleQueue deleted. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jmsdest --desttype queue Queue destroy-lifecycle: asadmin-common: [echo] asadmin delete-lifecycle-module --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true lifecycletest1 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-lifecycle-module lifecycletest1 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/lifecycle/sql/drop_pointbase.sql [sql] 0 rows affected [sql] 1 of 1 SQL statements executed successfully sql-oracle: execute-sql-connector: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:32:04.234+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:32:05.399+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/ejb30mdb/client/Client.java:63: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal [javac] numMessages = new Integer(args[0]).intValue(); [javac] ^ [javac] 2 warnings build: setOSConditions: fixFiles: convUnix: convWin: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: package-persistence-common: ejb-jar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb30-hello-mdb-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF appclient-jar-common: package-appclientjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb30-hello-mdb-client.jar webclient-war-common: build-ear-common: [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb30-hello-mdbApp.ear create-resources: asadmin-batch-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/ejb30mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true multimode --file create_resources.asadmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/ejb30mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.QueueConnectionFactory --enabled=true --target server --force=false jms/ejb_ejb30_hello_mdb_QCF [exec] Connector resource jms/ejb_ejb30_hello_mdb_QCF created. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/ejb30mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.Queue --enabled=true --property imqDestinationName=ejb_ejb30_hello_mdb_InQueue --target server --force=false jms/ejb_ejb30_hello_mdb_InQueue [exec] Administered object jms/ejb_ejb30_hello_mdb_InQueue created. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/ejb30mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.Queue --enabled=true --property imqDestinationName=ejb_ejb30_hello_mdb_OutQueue --target server --force=false jms/ejb_ejb30_hello_mdb_OutQueue [exec] Administered object jms/ejb_ejb30_hello_mdb_OutQueue created. [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/ejb30mdb/asadminuserpassword.txt deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:32:07.274+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb30-hello-mdbApp.ear [exec] Application deployed with name ejb30-hello-mdbApp. [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: run: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runclient-common: [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb30-hello-mdbAppClient.jar -name ejb30-hello-mdbClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 5 [exec] Mar 05, 2023 9:32:09 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. [exec] Mar 05, 2023 9:32:09 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [exec] WARNING: ACC001: Using the only client [ejb30-hello-mdb-client] with main class [com.sun.s1asdev.ejb.ejb30.hello.mdb.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb30-hello-mdbAppClient.jar even though it does not match the specified main class name null or client name ejb30-hello-mdbClient [exec] Mar 05, 2023 9:32:11 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@33e4b9c4 [exec] Mar 05, 2023 9:32:12 PM org.hibernate.validator.internal.util.Version <clinit> [exec] INFO: HV000001: Hibernate Validator 8.0.0.Final [exec] Mar 05, 2023 9:32:12 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter: Version: 6.3.0 (Build 1-a) Compile: June 15 2022 [exec] Mar 05, 2023 9:32:12 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter starting: broker is REMOTE, connection mode is TCP [exec] Mar 05, 2023 9:32:12 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter Started:REMOTE [exec] Mar 05, 2023 9:32:12 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@6a2ac68a[jndiName=jms/ejb_ejb30_hello_mdb_QCF-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [exec] Sending message 0 to Eclipse OpenMQ Destination [exec] getName(): ejb_ejb30_hello_mdb_InQueue [exec] Class: com.sun.messaging.Queue [exec] getVERSION(): 3.0 [exec] isReadonly(): false [exec] getProperties(): {imqDestinationName=ejb_ejb30_hello_mdb_InQueue, imqDestinationDescription=A Description for the Destination Object} at time 1678051932644 [exec] Sent message 0 to Eclipse OpenMQ Destination [exec] getName(): ejb_ejb30_hello_mdb_InQueue [exec] Class: com.sun.messaging.Queue [exec] getVERSION(): 3.0 [exec] isReadonly(): false [exec] getProperties(): {imqDestinationName=ejb_ejb30_hello_mdb_InQueue, imqDestinationDescription=A Description for the Destination Object} at time 1678051932655 [exec] Sending message 1 to Eclipse OpenMQ Destination [exec] getName(): ejb_ejb30_hello_mdb_InQueue [exec] Class: com.sun.messaging.Queue [exec] getVERSION(): 3.0 [exec] isReadonly(): false [exec] getProperties(): {imqDestinationName=ejb_ejb30_hello_mdb_InQueue, imqDestinationDescription=A Description for the Destination Object} at time 1678051932655 [exec] Sent message 1 to Eclipse OpenMQ Destination [exec] getName(): ejb_ejb30_hello_mdb_InQueue [exec] Class: com.sun.messaging.Queue [exec] getVERSION(): 3.0 [exec] isReadonly(): false [exec] getProperties(): {imqDestinationName=ejb_ejb30_hello_mdb_InQueue, imqDestinationDescription=A Description for the Destination Object} at time 1678051932656 [exec] Sending message 2 to Eclipse OpenMQ Destination [exec] getName(): ejb_ejb30_hello_mdb_InQueue [exec] Class: com.sun.messaging.Queue [exec] getVERSION(): 3.0 [exec] isReadonly(): false [exec] getProperties(): {imqDestinationName=ejb_ejb30_hello_mdb_InQueue, imqDestinationDescription=A Description for the Destination Object} at time 1678051932656 [exec] Sent message 2 to Eclipse OpenMQ Destination [exec] getName(): ejb_ejb30_hello_mdb_InQueue [exec] Class: com.sun.messaging.Queue [exec] getVERSION(): 3.0 [exec] isReadonly(): false [exec] getProperties(): {imqDestinationName=ejb_ejb30_hello_mdb_InQueue, imqDestinationDescription=A Description for the Destination Object} at time 1678051932656 [exec] Sending message 3 to Eclipse OpenMQ Destination [exec] getName(): ejb_ejb30_hello_mdb_InQueue [exec] Class: com.sun.messaging.Queue [exec] getVERSION(): 3.0 [exec] isReadonly(): false [exec] getProperties(): {imqDestinationName=ejb_ejb30_hello_mdb_InQueue, imqDestinationDescription=A Description for the Destination Object} at time 1678051932656 [exec] Sent message 3 to Eclipse OpenMQ Destination [exec] getName(): ejb_ejb30_hello_mdb_InQueue [exec] Class: com.sun.messaging.Queue [exec] getVERSION(): 3.0 [exec] isReadonly(): false [exec] getProperties(): {imqDestinationName=ejb_ejb30_hello_mdb_InQueue, imqDestinationDescription=A Description for the Destination Object} at time 1678051932657 [exec] Sending message 4 to Eclipse OpenMQ Destination [exec] getName(): ejb_ejb30_hello_mdb_InQueue [exec] Class: com.sun.messaging.Queue [exec] getVERSION(): 3.0 [exec] isReadonly(): false [exec] getProperties(): {imqDestinationName=ejb_ejb30_hello_mdb_InQueue, imqDestinationDescription=A Description for the Destination Object} at time 1678051932657 [exec] Sent message 4 to Eclipse OpenMQ Destination [exec] getName(): ejb_ejb30_hello_mdb_InQueue [exec] Class: com.sun.messaging.Queue [exec] getVERSION(): 3.0 [exec] isReadonly(): false [exec] getProperties(): {imqDestinationName=ejb_ejb30_hello_mdb_InQueue, imqDestinationDescription=A Description for the Destination Object} at time 1678051932657 [exec] Waiting for queue message [exec] Received message : Reply for foo #5 [exec] Value of key is: 3.0 MDB [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [exec] [exec] [exec] ----------------------------------------- [exec] - 3.0 MDB: PASS - [exec] ----------------------------------------- [exec] Total PASS: 1 [exec] Total FAIL: 0 [exec] Total DID NOT RUN: 0 [exec] ----------------------------------------- [exec] in flushAll , creating new testSuiteHash [exec] in flushAll , creating new testSuiteHash checkReporting-common: confirmReportPresent-common: [echo] file RepRunConf.txt is present. [echo] Test seems to be reported fine [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/ejb30mdb/RepRunConf.txt confirmMissingReport-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb30-hello-mdbApp delete-resources: asadmin-batch-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/ejb30mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true multimode --file delete_resources.asadmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/ejb30mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/ejb_ejb30_hello_mdb_QCF [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/ejb30mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/ejb_ejb30_hello_mdb_InQueue [exec] Administered object jms/ejb_ejb30_hello_mdb_InQueue deleted. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/ejb30mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/ejb_ejb30_hello_mdb_OutQueue [exec] Administered object jms/ejb_ejb30_hello_mdb_OutQueue deleted. [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/ejb30mdb/asadminuserpassword.txt all: [echo] @@## nonacc ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:32:14.131+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:32:15.398+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning build: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: ejb-jar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/nonacc-simple-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [echo] Preparing Jar file to execute in the client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/nonacc-simple-client.jar setOSConditions: fixFiles: convUnix: convWin: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: ear-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/nonacc/descriptor/sun-application.xml to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/nonacc/${glassfish-resources-ear.xml} to copy. [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/nonacc-simpleApp.ear setup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-jms-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jms-connection-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.QueueConnectionFactory --enabled=true --target server --force=false jms/QCFactory [exec] Connector resource jms/QCFactory created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jms-resource-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jmsdest --desttype queue --force=false Queue [exec] JMS Desctination Queue created. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.Queue --enabled=true --property imqDestinationName=Queue --target server --force=false jms/SampleQueue [exec] Administered object jms/SampleQueue created. deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:32:17.643+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/nonacc-simpleApp.ear [exec] Application deployed with name nonacc-simpleApp. [exec] there are no files to retrieve for application nonacc-simpleApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: run: [java] Mar 05, 2023 9:32:22 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [java] Value of key is: mdb mainINFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [java] [java] Mar 05, 2023 9:32:24 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB [java] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@38fc5554 [java] Mar 05, 2023 9:32:25 PM org.hibernate.validator.internal.util.Version <clinit> [java] INFO: HV000001: Hibernate Validator 8.0.0.Final [java] Mar 05, 2023 9:32:25 PM com.sun.messaging.jms.ra.ResourceAdapter start [java] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter: Version: 6.3.0 (Build 1-a) Compile: June 15 2022 [java] Mar 05, 2023 9:32:25 PM com.sun.messaging.jms.ra.ResourceAdapter start [java] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter starting: broker is REMOTE, connection mode is TCP [java] Mar 05, 2023 9:32:25 PM com.sun.messaging.jms.ra.ResourceAdapter start [java] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter Started:REMOTE [java] Mar 05, 2023 9:32:25 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool [java] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@15fea556[jndiName=jms/QCFactory-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off [java] Value of key is: mdb main [java] Sending message: This is message 1 [java] Sending message: This is message 2 [java] Sending message: This is message 3 [java] Value of key is: mdb main [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [java] [java] [java] ----------------------------------------- [java] - mdb main: PASS - [java] ----------------------------------------- [java] Total PASS: 1 [java] Total FAIL: 0 [java] Total DID NOT RUN: 0 [java] ----------------------------------------- [java] in flushAll , creating new testSuiteHash [java] in flushAll , creating new testSuiteHash undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false nonacc-simpleApp unsetup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-jms-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jms-connection-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/QCFactory setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jms-resource-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/SampleQueue [exec] Administered object jms/SampleQueue deleted. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jmsdest --desttype queue Queue all: [echo] @@## web2connector ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:32:27.572+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-servlet: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/web2connector/build.xml:159: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning build: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: webclient-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive clear: test-tlds-exist: copy-tlds: test-tagfiles-exist: copy-tagfiles: package-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/web2connector/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassing-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: ejb-jar-common: package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassing-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassingApp.ear setup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/web2connector/sql/simpleBank.sql [sql] Failed to execute: drop table customer2 [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER2' because it does not exist. [sql] 0 rows affected [sql] 1 rows affected [sql] 2 of 3 SQL statements executed successfully sql-oracle: execute-sql-connector: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-ra-config: asadmin-common: [echo] asadmin create-resource-adapter-config --property RAProperty=VALID --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --target server --objecttype user connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-rar-common: [echo] asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --force=${force} /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/connectors-ra-redeploy-rars.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/connectors-ra-redeploy-rars.rar [exec] Application deployed with name connectors-ra-redeploy-rars. [echo] Deploying /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/connectors-ra-redeploy-rars.rar on server create-pool: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-connpool: [echo] asadmin create-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --raname connectors-ra-redeploy-rars --connectiondefinition javax.sql.DataSource --target server standalone-ra-pool [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-connection-pool --raname connectors-ra-redeploy-rars --connectiondefinition javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isconnectvalidatereq=false --failconnection=false --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --validateatmostonceperiod 0 --target server standalone-ra-pool [exec] Connector connection pool standalone-ra-pool created. create-connector-connpool-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: set-oracle-props: create-resource: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-resource-common: [echo] asadmin create-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --poolname standalone-ra-pool --target server jdbc/ejb-subclassing [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-resource --poolname standalone-ra-pool --enabled=true --objecttype user --target server jdbc/ejb-subclassing [exec] Connector resource jdbc/ejb-subclassing created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-admin-object: asadmin-common: [echo] asadmin create-admin-object --target server --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname connectors-ra-redeploy-rars --property TableName=customer2:JndiName=jdbc/ejb-subclassing:SchemaName=DBUSER:NoOfRows=1 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/jdbcAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname connectors-ra-redeploy-rars --enabled=true --property TableName=customer2:JndiName=jdbc/ejb-subclassing:SchemaName=DBUSER:NoOfRows=1 --target server eis/jdbcAdmin [exec] Administered object eis/jdbcAdmin created. deploy-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:32:31.225+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassingApp.ear [exec] Application deployed with name web-subclassingApp. [exec] there are no files to retrieve for application web-subclassingApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: run-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runwebclient-common: [java] size of buffer is1590 [java] HTTP port :8080 [java] HTTP hostname :localhost [java] addTest with testSuiteId:: testId -> web-to-connector (ear based)::/subclassing/index.html [java] web-to-connector (ear based) /subclassing/index.html PASS [java] SSN=123456789&action=Create [java] HTTP port :8080 [java] HTTP hostname :localhost [java] addTest with testSuiteId:: testId -> web-to-connector (ear based)::/subclassing/servlet/SimpleBankServlet [java] web-to-connector (ear based) /subclassing/servlet/SimpleBankServlet PASS [java] SSN=123456789&lastName=deepa&firstName=singh&address1=120&address2=e&city=sunnyvale&state=ca&zipCode=94087&action=Add+Customer [java] HTTP port :8080 [java] HTTP hostname :localhost [java] addTest with testSuiteId:: testId -> web-to-connector (ear based)::/subclassing/servlet/SimpleBankServlet [java] web-to-connector (ear based) /subclassing/servlet/SimpleBankServlet PASS [java] in flushAll , creating new testSuiteHash [java] in flushAll , creating new testSuiteHash [java] Error : Test was added before only. Still allowing. Old value of the test will be overridden undeploy-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-ra-config: asadmin-common: [echo] asadmin delete-resource-adapter-config --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config --target server connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-subclassingApp unsetup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/web2connector/sql/dropBankTables.sql [sql] 0 rows affected [sql] 1 of 1 SQL statements executed successfully sql-oracle: execute-sql-connector: delete-resource: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-resource-common: [echo] asadmin delete-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdbc/ejb-subclassing [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource --target server jdbc/ejb-subclassing [exec] Connector resource jdbc/ejb-subclassing deleted. delete-pool: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-connpool-common: [echo] asadmin delete-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true standalone-ra-pool [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --target server --cascade=true standalone-ra-pool [exec] Connector connection pool standalone-ra-pool deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-admin-object: asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/jdbcAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/jdbcAdmin [exec] Administered object eis/jdbcAdmin deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-rar-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --cascade=${cascade} connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false connectors-ra-redeploy-rars all: [echo] @@## web2connector (second time) ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:32:35.823+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-servlet: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/web2connector/build.xml:159: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning build: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: webclient-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive clear: test-tlds-exist: copy-tlds: test-tagfiles-exist: copy-tagfiles: package-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassing-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: ejb-jar-common: package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassing-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassingApp.ear setup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/web2connector/sql/simpleBank.sql [sql] Failed to execute: drop table customer2 [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER2' because it does not exist. [sql] 0 rows affected [sql] 1 rows affected [sql] 2 of 3 SQL statements executed successfully sql-oracle: execute-sql-connector: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-ra-config: asadmin-common: [echo] asadmin create-resource-adapter-config --property RAProperty=VALID --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --target server --objecttype user connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-rar-common: [echo] asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --force=${force} /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/connectors-ra-redeploy-rars.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/connectors-ra-redeploy-rars.rar [exec] Application deployed with name connectors-ra-redeploy-rars. [echo] Deploying /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/connectors-ra-redeploy-rars.rar on server create-pool: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-connpool: [echo] asadmin create-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --raname connectors-ra-redeploy-rars --connectiondefinition javax.sql.DataSource --target server standalone-ra-pool [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-connection-pool --raname connectors-ra-redeploy-rars --connectiondefinition javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isconnectvalidatereq=false --failconnection=false --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --validateatmostonceperiod 0 --target server standalone-ra-pool [exec] Connector connection pool standalone-ra-pool created. create-connector-connpool-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: set-oracle-props: create-resource: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-resource-common: [echo] asadmin create-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --poolname standalone-ra-pool --target server jdbc/ejb-subclassing [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-resource --poolname standalone-ra-pool --enabled=true --objecttype user --target server jdbc/ejb-subclassing [exec] Connector resource jdbc/ejb-subclassing created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-admin-object: asadmin-common: [echo] asadmin create-admin-object --target server --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname connectors-ra-redeploy-rars --property TableName=customer2:JndiName=jdbc/ejb-subclassing:SchemaName=DBUSER:NoOfRows=1 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/jdbcAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname connectors-ra-redeploy-rars --enabled=true --property TableName=customer2:JndiName=jdbc/ejb-subclassing:SchemaName=DBUSER:NoOfRows=1 --target server eis/jdbcAdmin [exec] Administered object eis/jdbcAdmin created. deploy-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:32:39.308+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassingApp.ear [exec] Application deployed with name web-subclassingApp. [exec] there are no files to retrieve for application web-subclassingApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: run-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runwebclient-common: [java] size of buffer is1590 [java] HTTP port :8080 [java] HTTP hostname :localhost [java] addTest with testSuiteId:: testId -> web-to-connector (ear based)::/subclassing/index.html [java] web-to-connector (ear based) /subclassing/index.html PASS [java] SSN=123456789&action=Create [java] HTTP port :8080 [java] HTTP hostname :localhost [java] addTest with testSuiteId:: testId -> web-to-connector (ear based)::/subclassing/servlet/SimpleBankServlet [java] web-to-connector (ear based) /subclassing/servlet/SimpleBankServlet PASS [java] SSN=123456789&lastName=deepa&firstName=singh&address1=120&address2=e&city=sunnyvale&state=ca&zipCode=94087&action=Add+Customer [java] HTTP port :8080 [java] HTTP hostname :localhost [java] addTest with testSuiteId:: testId -> web-to-connector (ear based)::/subclassing/servlet/SimpleBankServlet [java] web-to-connector (ear based) /subclassing/servlet/SimpleBankServlet PASS [java] in flushAll , creating new testSuiteHash [java] Error : Test was added before only. Still allowing. Old value of the test will be overridden [java] in flushAll , creating new testSuiteHash undeploy-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-ra-config: asadmin-common: [echo] asadmin delete-resource-adapter-config --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config --target server connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-subclassingApp unsetup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/web2connector/sql/dropBankTables.sql [sql] 0 rows affected [sql] 1 of 1 SQL statements executed successfully sql-oracle: execute-sql-connector: delete-resource: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-resource-common: [echo] asadmin delete-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdbc/ejb-subclassing [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource --target server jdbc/ejb-subclassing [exec] Connector resource jdbc/ejb-subclassing deleted. delete-pool: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-connpool-common: [echo] asadmin delete-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true standalone-ra-pool [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --target server --cascade=true standalone-ra-pool [exec] Connector connection pool standalone-ra-pool deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-admin-object: asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/jdbcAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/jdbcAdmin [exec] Administered object eis/jdbcAdmin deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-rar-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --cascade=${cascade} connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false connectors-ra-redeploy-rars all: [echo] @@## nonstringmcfproperties ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: compile: init: [echo] Building component ${component.name} [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/publish/internal/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/publish/lib compile: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/build.xml:50: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 18 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/publish/internal/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/src/com/sun/jdbcra/common/DataSourceSpec.java:73: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] details.put(new Integer(property),value); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/src/com/sun/jdbcra/common/DataSourceSpec.java:82: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] if (details.containsKey(new Integer(property))) { [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/src/com/sun/jdbcra/common/DataSourceSpec.java:83: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] return (String) details.get(new Integer(property)); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/src/com/sun/jdbcra/util/MethodExecutor.java:125: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal [javac] return new Integer(parameter); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/src/com/sun/jdbcra/util/MethodExecutor.java:129: warning: [removal] Short(String) in Short has been deprecated and marked for removal [javac] return new Short(parameter); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/src/com/sun/jdbcra/util/MethodExecutor.java:133: warning: [removal] Byte(String) in Byte has been deprecated and marked for removal [javac] return new Byte(parameter); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/src/com/sun/jdbcra/util/MethodExecutor.java:137: warning: [removal] Long(String) in Long has been deprecated and marked for removal [javac] return new Long(parameter); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/src/com/sun/jdbcra/util/MethodExecutor.java:141: warning: [removal] Float(String) in Float has been deprecated and marked for removal [javac] return new Float(parameter); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/src/com/sun/jdbcra/util/MethodExecutor.java:145: warning: [removal] Double(String) in Double has been deprecated and marked for removal [javac] return new Double(parameter); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/src/com/sun/jdbcra/util/MethodExecutor.java:157: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal [javac] return new Boolean(parameter); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/src/com/sun/jdbcra/spi/1.4/ManagedConnectionFactory.java:227: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal [javac] (new Boolean(spec.getDetail(DataSourceSpec.CONNECTIONVALIDATIONREQUIRED).toLowerCase())).booleanValue(); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/src/com/sun/jdbcra/spi/1.4/ManagedConnectionFactory.java:393: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal [javac] boolean guarantee = (new Boolean(guaranteeIsolationLevel.toLowerCase())).booleanValue(); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/src/com/sun/jdbcra/util/SecurityUtils.java:65: warning: [removal] AccessController in java.security has been deprecated and marked for removal [javac] PasswordCredential pc = (PasswordCredential) AccessController.doPrivileged [javac] ^ [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/src/com/sun/jdbcra/common/DataSourceObjectBuilder.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 14 warnings setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:32:43.664+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-servlet: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/build.xml:174: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning build: assemble: [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/publish/lib/jdbc.jar [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/publish/lib [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/publish/lib/jdbcra.rar [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/publish/lib/ra.xml setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: webclient-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive clear: test-tlds-exist: copy-tlds: test-tagfiles-exist: copy-tagfiles: package-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassing-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: ejb-jar-common: package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassing-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassingApp.ear disable-resource-validation: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jvm-options: [exec] asadmin --host localhost --port 4848 --user admin --interactive=false --echo=true --terse=true create-jvm-options --target server -Ddeployment.resource.validation=false [exec] Created 1 option(s) [echo] REQUIRED TO RESTART SERVER....... restart-server: setOSConditions: stop-server: stop-server-unix: [echo] stopping server on unix ... [exec] Waiting for the domain to stop ... [exec] Waiting finished after 2,462 ms. [exec] Command stop-domain executed successfully. stop-server-windows: setOSConditions: start-server: [echo] +-----------------------------+ [echo] | | [echo] | S T A R T I N G GLASSFISH | [echo] | in Felix mode | [echo] | | [echo] +-----------------------------+ start-server-unix: [exec] Waiting for domain1 to start .... [exec] Waiting finished after 3,455 ms. [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4,848 [exec] Command start-domain executed successfully. start-server-windows: deploy-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-ra-config: asadmin-common: [echo] asadmin create-resource-adapter-config --property RAProperty=VALID --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true web-subclassingApp#jdbcra [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --target server --objecttype user web-subclassingApp#jdbcra setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:33:19.183+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassingApp.ear [exec] Application deployed with name web-subclassingApp. [exec] there are no files to retrieve for application web-subclassingApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: setup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/sql/simpleBank.sql [sql] Failed to execute: drop table customer2 [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER2' because it does not exist. [sql] 0 rows affected [sql] 1 rows affected [sql] 2 of 3 SQL statements executed successfully sql-oracle: execute-sql-connector: create-pool: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-connpool: [echo] asadmin create-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --raname web-subclassingApp#jdbcra --connectiondefinition javax.sql.DataSource --target server embedded-ra-pool [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-connection-pool --raname web-subclassingApp#jdbcra --connectiondefinition javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isconnectvalidatereq=false --failconnection=false --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=true --maxconnectionusagecount 0 --ping=false --pooling=true --validateatmostonceperiod 0 --target server embedded-ra-pool [exec] Connector connection pool embedded-ra-pool created. create-connector-connpool-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: set-oracle-props: create-resource: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-resource-common: [echo] asadmin create-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --poolname embedded-ra-pool --target server jdbc/ejb-subclassing [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-resource --poolname embedded-ra-pool --enabled=true --objecttype user --target server jdbc/ejb-subclassing [exec] Connector resource jdbc/ejb-subclassing created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-admin-object: asadmin-common: [echo] asadmin create-admin-object --target server --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname web-subclassingApp#jdbcra --property TableName=customer2:JndiName=jdbc/ejb-subclassing:SchemaName=DBUSER:NoOfRows=1 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/jdbcAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname web-subclassingApp#jdbcra --enabled=true --property TableName=customer2:JndiName=jdbc/ejb-subclassing:SchemaName=DBUSER:NoOfRows=1 --target server eis/jdbcAdmin [exec] Administered object eis/jdbcAdmin created. run-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runwebclient-common: [java] size of buffer is1590 [java] HTTP port :8080 [java] HTTP hostname :localhost [java] addTest with testSuiteId:: testId -> non-string-mcf-properties (ear based)::/subclassing/index.html [java] non-string-mcf-properties (ear based) /subclassing/index.html PASS [java] SSN=123456789&action=Create [java] HTTP port :8080 [java] HTTP hostname :localhost [java] addTest with testSuiteId:: testId -> non-string-mcf-properties (ear based)::/subclassing/servlet/SimpleBankServlet [java] non-string-mcf-properties (ear based) /subclassing/servlet/SimpleBankServlet PASS [java] SSN=123456789&lastName=deepa&firstName=singh&address1=120&address2=e&city=sunnyvale&state=ca&zipCode=94087&action=Add+Customer [java] HTTP port :8080 [java] HTTP hostname :localhost [java] Error : Test was added before only. Still allowing. Old value of the test will be overridden [java] addTest with testSuiteId:: testId -> non-string-mcf-properties (ear based)::/subclassing/servlet/SimpleBankServlet [java] non-string-mcf-properties (ear based) /subclassing/servlet/SimpleBankServlet PASS [java] in flushAll , creating new testSuiteHash [java] in flushAll , creating new testSuiteHash unsetup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/sql/dropBankTables.sql [sql] 0 rows affected [sql] 1 of 1 SQL statements executed successfully sql-oracle: execute-sql-connector: delete-resource: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-resource-common: [echo] asadmin delete-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdbc/ejb-subclassing [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource --target server jdbc/ejb-subclassing [exec] Connector resource jdbc/ejb-subclassing deleted. delete-pool: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-connpool-common: [echo] asadmin delete-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true embedded-ra-pool [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --target server --cascade=true embedded-ra-pool [exec] Connector connection pool embedded-ra-pool deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-admin-object: asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/jdbcAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/jdbcAdmin [exec] Administered object eis/jdbcAdmin deleted. undeploy-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-ra-config: asadmin-common: [echo] asadmin delete-resource-adapter-config --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true web-subclassingApp#jdbcra [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config --target server web-subclassingApp#jdbcra setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-subclassingApp enable-resource-validation: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jvm-options: [exec] asadmin --host localhost --port 4848 --user admin --interactive=false --echo=true --terse=true delete-jvm-options --target server -Ddeployment.resource.validation=false [exec] Deleted 1 option(s) [echo] REQUIRED TO RESTART SERVER....... restart-server: setOSConditions: stop-server: stop-server-unix: [echo] stopping server on unix ... [exec] Waiting for the domain to stop . [exec] Waiting finished after 113 ms. [exec] Command stop-domain executed successfully. stop-server-windows: setOSConditions: start-server: [echo] +-----------------------------+ [echo] | | [echo] | S T A R T I N G GLASSFISH | [echo] | in Felix mode | [echo] | | [echo] +-----------------------------+ start-server-unix: [exec] Waiting for domain1 to start .... [exec] Waiting finished after 3,674 ms. [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4,848 [exec] Command start-domain executed successfully. start-server-windows: all: [echo] @@## nonstringraproperties ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: build: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:33:57.292+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/nonstringraproperties/ra/src/classes [javac] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/nonstringraproperties/ra/src/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/nonstringraproperties/ra/src/connector/XID.java:110: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] String foo = (new Integer(branchQualifier)).toString(); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/nonstringraproperties/ra/src/connector/XID.java:119: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] String foo = (new Integer(globalTxID)).toString(); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 3 warnings [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/nonstringraproperties/ra/generic-ra.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/nonstringraproperties/ra/generic-ra.rar setup: deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy: asadmin-common: [echo] asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true generic-ra.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false generic-ra.rar [exec] Application deployed with name generic-ra. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: testAddAdmin: asadmin-common: [echo] asadmin create-admin-object --target server --restype connector.MyAdminObject --raname generic-ra --property ResetControl=BEGINNING --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype connector.MyAdminObject --raname generic-ra --enabled=true --property ResetControl=BEGINNING --target server eis/testAdmin [exec] Administered object eis/testAdmin created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: restart: [echo] Not required to restart runtest: [echo] non-string-ra-properties - : PASS [echo] Total PASS : 1 unset: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: testDelAdmin: asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/testAdmin [exec] Administered object eis/testAdmin deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: asadmin-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true generic-ra [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false generic-ra setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: restart: [echo] Not required to restart all: [echo] @@## txlevelswitch ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:34:10.389+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:34:11.741+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning init: [echo] Building component ${component.name} [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/publish/internal/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/publish/lib compile: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/build.xml:50: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 18 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/publish/internal/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/common/DataSourceSpec.java:73: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] details.put(new Integer(property),value); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/common/DataSourceSpec.java:82: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] if (details.containsKey(new Integer(property))) { [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/common/DataSourceSpec.java:83: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] return (String) details.get(new Integer(property)); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/util/MethodExecutor.java:125: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal [javac] return new Integer(parameter); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/util/MethodExecutor.java:129: warning: [removal] Short(String) in Short has been deprecated and marked for removal [javac] return new Short(parameter); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/util/MethodExecutor.java:133: warning: [removal] Byte(String) in Byte has been deprecated and marked for removal [javac] return new Byte(parameter); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/util/MethodExecutor.java:137: warning: [removal] Long(String) in Long has been deprecated and marked for removal [javac] return new Long(parameter); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/util/MethodExecutor.java:141: warning: [removal] Float(String) in Float has been deprecated and marked for removal [javac] return new Float(parameter); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/util/MethodExecutor.java:145: warning: [removal] Double(String) in Double has been deprecated and marked for removal [javac] return new Double(parameter); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/util/MethodExecutor.java:157: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal [javac] return new Boolean(parameter); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/spi/1.4/ManagedConnectionFactory.java:227: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal [javac] (new Boolean(spec.getDetail(DataSourceSpec.CONNECTIONVALIDATIONREQUIRED).toLowerCase())).booleanValue(); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/spi/1.4/ManagedConnectionFactory.java:393: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal [javac] boolean guarantee = (new Boolean(guaranteeIsolationLevel.toLowerCase())).booleanValue(); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/util/SecurityUtils.java:65: warning: [removal] AccessController in java.security has been deprecated and marked for removal [javac] PasswordCredential pc = (PasswordCredential) AccessController.doPrivileged [javac] ^ [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/common/DataSourceObjectBuilder.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 14 warnings build: setOSConditions: fixFiles: convUnix: convWin: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: package-persistence-common: ejb-jar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-txlevelswitch-test1-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF appclient-jar-common: package-appclientjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-txlevelswitch-test1-client.jar webclient-war-common: build-ear-common: [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-txlevelswitch-test1App.ear build-ra: init: [echo] Building component ${component.name} compile: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/build.xml:50: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/publish/internal/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/spi/1.4/ManagedConnectionFactory.java:227: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal [javac] (new Boolean(spec.getDetail(DataSourceSpec.CONNECTIONVALIDATIONREQUIRED).toLowerCase())).booleanValue(); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/spi/1.4/ManagedConnectionFactory.java:393: warning: [removal] Boolean(String) in Boolean has been deprecated and marked for removal [javac] boolean guarantee = (new Boolean(guaranteeIsolationLevel.toLowerCase())).booleanValue(); [javac] ^ [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/spi/1.4/ConnectionHolder.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 3 warnings assemble: [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/publish/lib/jdbc.jar [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/publish/lib [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/publish/lib/jdbc-ra-xa.rar [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/publish/lib/ra.xml build: assemble: [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/publish/lib [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/publish/lib/ra.xml deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-ra-config: asadmin-common: [echo] asadmin create-resource-adapter-config --property RAProperty=VALID --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdbc-ra-xa [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --target server --objecttype user jdbc-ra-xa setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-rar-common: [echo] asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --force=${force} ra/publish/lib/jdbc-ra-xa.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false ra/publish/lib/jdbc-ra-xa.rar [exec] Application deployed with name jdbc-ra-xa. [echo] Deploying ra/publish/lib/jdbc-ra-xa.rar on server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-connpool: [echo] asadmin create-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --raname jdbc-ra-xa --connectiondefinition javax.sql.XADataSource --target server txlevelswitch-pool-1 [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-connection-pool --raname jdbc-ra-xa --connectiondefinition javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isconnectvalidatereq=false --failconnection=false --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --validateatmostonceperiod 0 --target server txlevelswitch-pool-1 [exec] Connector connection pool txlevelswitch-pool-1 created. create-connector-connpool-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: set-oracle-props: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-connpool: [echo] asadmin create-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --raname jdbc-ra-xa --connectiondefinition javax.sql.XADataSource --target server txlevelswitch-pool-2 [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-connection-pool --raname jdbc-ra-xa --connectiondefinition javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isconnectvalidatereq=false --failconnection=false --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --validateatmostonceperiod 0 --target server txlevelswitch-pool-2 [exec] Connector connection pool txlevelswitch-pool-2 created. create-connector-connpool-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: set-oracle-props: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-resource-common: [echo] asadmin create-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --poolname txlevelswitch-pool-1 --target server test-res-1 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-resource --poolname txlevelswitch-pool-1 --enabled=true --objecttype user --target server test-res-1 [exec] Connector resource test-res-1 created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-resource-common: [echo] asadmin create-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --poolname txlevelswitch-pool-2 --target server test-res-2 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-resource --poolname txlevelswitch-pool-2 --enabled=true --objecttype user --target server test-res-2 [exec] Connector resource test-res-2 created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:34:16.138+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-txlevelswitch-test1App.ear [exec] Application deployed with name connector-txlevelswitch-test1App. [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: run: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/sql/create_pointbase.sql [sql] Failed to execute: Drop table TXLEVELSWITCH [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. [sql] 0 rows affected [sql] 1 rows affected [sql] 1 rows affected [sql] Failed to execute: Drop table TXLEVELSWITCH2 [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. [sql] 0 rows affected [sql] 1 rows affected [sql] 1 rows affected [sql] 6 of 8 SQL statements executed successfully sql-oracle: execute-sql-connector: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: run-test-1: set-pool-tx-support: asadmin-common-ignore-fail: [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.connector-connection-pool.txlevelswitch-pool-1.transaction-support=XATransaction [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.connector-connection-pool.txlevelswitch-pool-1.transaction-support=XATransaction [exec] domain.resources.connector-connection-pool.txlevelswitch-pool-1.transaction-support=XATransaction set-pool-tx-support: asadmin-common-ignore-fail: [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.connector-connection-pool.txlevelswitch-pool-2.transaction-support=XATransaction [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.connector-connection-pool.txlevelswitch-pool-2.transaction-support=XATransaction [exec] domain.resources.connector-connection-pool.txlevelswitch-pool-2.transaction-support=XATransaction setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runclient-common: [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-txlevelswitch-test1AppClient.jar -name connector-txlevelswitch-test1Client -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 [exec] Mar 05, 2023 9:34:19 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. [exec] Mar 05, 2023 9:34:22 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7aa01bd9 [exec] Value of key is: test1 : [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [exec] [exec] [exec] ----------------------------------------- [exec] - test1 : : PASS - [exec] ----------------------------------------- [exec] Total PASS: 1 [exec] Total FAIL: 0 [exec] Total DID NOT RUN: 0 [exec] ----------------------------------------- [exec] in flushAll , creating new testSuiteHash [exec] in flushAll , creating new testSuiteHash checkReporting-common: confirmReportPresent-common: [echo] file RepRunConf.txt is present. [echo] Test seems to be reported fine [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/RepRunConf.txt confirmMissingReport-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: run-test-3: set-pool-tx-support: asadmin-common-ignore-fail: [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.connector-connection-pool.txlevelswitch-pool-1.transaction-support=LocalTransaction [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.connector-connection-pool.txlevelswitch-pool-1.transaction-support=LocalTransaction [exec] domain.resources.connector-connection-pool.txlevelswitch-pool-1.transaction-support=LocalTransaction set-pool-tx-support: asadmin-common-ignore-fail: [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.connector-connection-pool.txlevelswitch-pool-2.transaction-support=XATransaction [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.connector-connection-pool.txlevelswitch-pool-2.transaction-support=XATransaction [exec] domain.resources.connector-connection-pool.txlevelswitch-pool-2.transaction-support=XATransaction setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runclient-common: [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-txlevelswitch-test1AppClient.jar -name connector-txlevelswitch-test1Client -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 [exec] Mar 05, 2023 9:34:24 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. [exec] Mar 05, 2023 9:34:26 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@62cbc478 [exec] Value of key is: test1 : [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [exec] [exec] [exec] ----------------------------------------- [exec] - test1 : : PASS - [exec] ----------------------------------------- [exec] Total PASS: 1 [exec] Total FAIL: 0 [exec] Total DID NOT RUN: 0 [exec] ----------------------------------------- [exec] in flushAll , creating new testSuiteHash [exec] in flushAll , creating new testSuiteHash checkReporting-common: confirmReportPresent-common: [echo] file RepRunConf.txt is present. [echo] Test seems to be reported fine [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/RepRunConf.txt confirmMissingReport-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: run-test-2: set-pool-tx-support: asadmin-common-ignore-fail: [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.connector-connection-pool.txlevelswitch-pool-1.transaction-support=LocalTransaction [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.connector-connection-pool.txlevelswitch-pool-1.transaction-support=LocalTransaction [exec] domain.resources.connector-connection-pool.txlevelswitch-pool-1.transaction-support=LocalTransaction set-pool-tx-support: asadmin-common-ignore-fail: [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.connector-connection-pool.txlevelswitch-pool-2.transaction-support=LocalTransaction [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.connector-connection-pool.txlevelswitch-pool-2.transaction-support=LocalTransaction [exec] domain.resources.connector-connection-pool.txlevelswitch-pool-2.transaction-support=LocalTransaction set-pool-tx-support: asadmin-common-ignore-fail: [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.connector-connection-pool.txlevelswitch-pool-1.transaction-support=LocalTransaction [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.connector-connection-pool.txlevelswitch-pool-1.transaction-support=LocalTransaction [exec] domain.resources.connector-connection-pool.txlevelswitch-pool-1.transaction-support=LocalTransaction setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runclient-common: [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-txlevelswitch-test1AppClient.jar -name connector-txlevelswitch-test1Client -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 2 [exec] Mar 05, 2023 9:34:28 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. [exec] Mar 05, 2023 9:34:30 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@62cbc478 [exec] app threw exception******** [exec] Value of key is: test2 : [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [exec] [exec] [exec] ----------------------------------------- [exec] - test2 : : PASS - [exec] ----------------------------------------- [exec] Total PASS: 1 [exec] Total FAIL: 0 [exec] Total DID NOT RUN: 0 [exec] ----------------------------------------- [exec] in flushAll , creating new testSuiteHash [exec] in flushAll , creating new testSuiteHash checkReporting-common: confirmReportPresent-common: [echo] file RepRunConf.txt is present. [echo] Test seems to be reported fine [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/RepRunConf.txt confirmMissingReport-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/sql/drop_pointbase.sql [sql] 0 rows affected [sql] 0 rows affected [sql] 2 of 2 SQL statements executed successfully sql-oracle: execute-sql-connector: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-resource-common: [echo] asadmin delete-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true test-res-1 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource --target server test-res-1 [exec] Connector resource test-res-1 deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-resource-common: [echo] asadmin delete-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true test-res-2 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource --target server test-res-2 [exec] Connector resource test-res-2 deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-connpool-common: [echo] asadmin delete-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true txlevelswitch-pool-1 [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --target server --cascade=true txlevelswitch-pool-1 [exec] Connector connection pool txlevelswitch-pool-1 deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-connpool-common: [echo] asadmin delete-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true txlevelswitch-pool-2 [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --target server --cascade=true txlevelswitch-pool-2 [exec] Connector connection pool txlevelswitch-pool-2 deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false connector-txlevelswitch-test1App setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-rar-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --cascade=${cascade} jdbc-ra-xa [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false jdbc-ra-xa setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-ra-config: asadmin-common: [echo] asadmin delete-resource-adapter-config --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdbc-ra-xa [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config --target server jdbc-ra-xa all: [echo] @@## threadpool ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: build: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:34:33.856+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/threadpool/ra/src/classes [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/threadpool/ra/src/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/threadpool/ra/threadpooltest-ra.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/threadpool/ra/threadpooltest-ra.rar setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:34:35.191+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: ejb-jar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/worktest-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: appclient-jar-common: package-appclientjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/worktest-client.jar setOSConditions: fixFiles: convUnix: convWin: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: ear-common: [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/threadpool/app/${sun-application.xml} to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/threadpool/app/${glassfish-resources-ear.xml} to copy. [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/worktestApp.ear setup: deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy: asadmin-common: [echo] asadmin create-threadpool --maxthreadpoolsize 10 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true test-thread-pool [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-threadpool --maxthreadpoolsize 10 --minthreadpoolsize 2 --idletimeout 900 --maxqueuesize 4096 --target server test-thread-pool restart-server-instance-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: stopDomain: [echo] run.xml:stopping domain... [exec] Waiting for the domain to stop . [exec] Waiting finished after 115 ms. [exec] Command stop-domain executed successfully. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: startDomainUnix: [echo] Starting DAS [exec] Waiting for domain1 to start .... [exec] Waiting finished after 3,496 ms. [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4,848 [exec] Command start-domain executed successfully. [echo] run.xml:doing wait for localhost:8080... [echo] run.xml:DONE doing wait for localhost:8080... dumpThreadStack: startDomainWindows: startDomain: asadmin-common: [echo] asadmin create-resource-adapter-config --threadpoolid test-thread-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true threadpooltest-ra [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --target server --threadpoolid test-thread-pool --objecttype user threadpooltest-ra asadmin-common: [echo] asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true threadpooltest-ra.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false threadpooltest-ra.rar [exec] Application deployed with name threadpooltest-ra. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: setup: asadmin-common: [echo] asadmin create-admin-object --target server --restype connector.MyAdminObject --raname threadpooltest-ra --property NumberOfSetupWorks=10:NumberOfActualWorks=5 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype connector.MyAdminObject --raname threadpooltest-ra --enabled=true --property NumberOfSetupWorks=10:NumberOfActualWorks=5 --target server eis/testAdmin [exec] Administered object eis/testAdmin created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:34:49.642+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/worktestApp.ear [exec] Application deployed with name worktestApp. [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: restart: [echo] Not required to restart run: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runclient-common: [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/worktestAppClient.jar -name worktestClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml [exec] Mar 05, 2023 9:34:52 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. [exec] [CLIENT]:: --> Starting the thread pool test=> Please wait... [exec] Mar 05, 2023 9:34:54 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7e49ded [exec] Value of key is: Connector ThreadPool test [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [exec] [exec] [exec] ----------------------------------------- [exec] - Connector ThreadPool test : PASS - [exec] ----------------------------------------- [exec] Total PASS: 1 [exec] Total FAIL: 0 [exec] Total DID NOT RUN: 0 [exec] ----------------------------------------- [exec] in flushAll , creating new testSuiteHash [exec] [CLIENT]:: --> EXITING... STATUS = TEST PASSED [exec] in flushAll , creating new testSuiteHash checkReporting-common: confirmReportPresent-common: [echo] file RepRunConf.txt is present. [echo] Test seems to be reported fine [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/threadpool/RepRunConf.txt confirmMissingReport-common: unset: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false worktestApp setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: unsetup: asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/testAdmin [exec] Administered object eis/testAdmin deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: asadmin-common: [echo] asadmin delete-resource-adapter-config --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true threadpooltest-ra [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config --target server threadpooltest-ra asadmin-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true threadpooltest-ra [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false threadpooltest-ra asadmin-common: [echo] asadmin delete-threadpool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true test-thread-pool [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-threadpool --target server test-thread-pool setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: restart: [echo] Not required to restart all: [echo] @@## ejb 3.2 connector 1.7 mdb test##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: compile: [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:35:06.108+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:35:07.255+0000 [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:35:08.559+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning build: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb32-mdb-ejb.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb32-mdb-ra.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb32-mdb-ra.rar [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb32-mdb.ear deploy: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb32-mdb.ear [exec] Application deployed with name ejb32-mdb. run: [java] Mar 05, 2023 9:35:11 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [java] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [java] Mar 05, 2023 9:35:13 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB [java] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@4e1ce44 [java] ejb32-mdb: awaitInvocations : true [java] Value of key is: awaitInvocations [java] ejb32-mdb: method one : true [java] Value of key is: method one [java] ejb32-mdb: method two : true [java] Value of key is: method two [java] ejb32-mdb: method three : true [java] Value of key is: method three [java] ejb32-mdb: total invocations : true [java] Value of key is: total invocations [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [java] [java] [java] ----------------------------------------- [java] - method one: PASS - [java] - method two: PASS - [java] - method three: PASS - [java] - awaitInvocations: PASS - [java] - total invocations: PASS - [java] ----------------------------------------- [java] Total PASS: 5 [java] Total FAIL: 0 [java] Total DID NOT RUN: 0 [java] ----------------------------------------- [java] in flushAll , creating new testSuiteHash [java] in flushAll , creating new testSuiteHash undeploy: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb32-mdb all: [echo] @@## SunRaXml ##@@ all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-dboutfile: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-cci: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci/build.xml:78: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci/ejb/CoffeeBean.java:96: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] flag = iRec.add(new Integer(qty)); [javac] ^ [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci/ejb/CoffeeBean.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 2 warnings setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-cci: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci/build.xml:78: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:35:16.549+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci/build.xml:64: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci build: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: webclient-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive clear: test-tlds-exist: copy-tlds: test-tagfiles-exist: copy-tagfiles: package-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 7 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci/docroot [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-cci-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF setOSConditions: fixFiles: convUnix: convWin: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: package-persistence-common: ejb-jar-common: package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-cci-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF appclient-jar-common: package-appclientjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-cci-client.jar webclient-war-common: build-ear-common: [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-cciApp.ear setup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: drop-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci/sql/cci-pb-drop.sql [sql] Failed to execute: drop table coffee [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist. [sql] Failed to execute: drop PROCEDURE COUNTCOFFEE [sql] java.sql.SQLSyntaxErrorException: 'DROP PROCEDURE' cannot be performed on 'COUNTCOFFEE' because it does not exist. [sql] Failed to execute: drop PROCEDURE INSERTCOFFEE [sql] java.sql.SQLSyntaxErrorException: 'DROP PROCEDURE' cannot be performed on 'INSERTCOFFEE' because it does not exist. [sql] 0 of 3 SQL statements executed successfully setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci/sql/cci-pb.sql [sql] Failed to execute: drop table coffee [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist. [sql] Failed to execute: drop PROCEDURE COUNTCOFFEE [sql] java.sql.SQLSyntaxErrorException: 'DROP PROCEDURE' cannot be performed on 'COUNTCOFFEE' because it does not exist. [sql] Failed to execute: drop PROCEDURE INSERTCOFFEE [sql] java.sql.SQLSyntaxErrorException: 'DROP PROCEDURE' cannot be performed on 'INSERTCOFFEE' because it does not exist. [sql] 0 rows affected [sql] 0 rows affected [sql] 0 rows affected [sql] 3 of 6 SQL statements executed successfully deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: package-rar: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar/META-INF create-rar: [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cciblackbox-tx.rar deploy-rar: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-rar-common: [echo] asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --force=${force} /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cciblackbox-tx.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cciblackbox-tx.rar [exec] Application deployed with name cciblackbox-tx. [echo] Deploying /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cciblackbox-tx.rar on server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:35:18.391+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-cciApp.ear [exec] Application deployed with name connector-cciApp. [exec] there are no files to retrieve for application connector-cciApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: run: [java] java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:198) [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:832) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:226) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:135) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1377) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.Main.runBuild(Main.java:857) [java] at org.apache.tools.ant.Main.startAnt(Main.java:236) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:287) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112) [java] Caused by: java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at java.base/java.lang.System.setSecurityManager(System.java:416) [java] at org.apache.tools.ant.types.Permissions.setSecurityManager(Permissions.java:103) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:219) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:154) [java] ... 41 more [java] Java Result: -1 undeploy: undeploy-rar: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-rar-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --cascade=${cascade} cciblackbox-tx [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cciblackbox-tx setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false connector-cciApp unsetup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: drop-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci/sql/cci-pb-drop.sql [sql] 0 rows affected [sql] 0 rows affected [sql] 0 rows affected [sql] 3 of 3 SQL statements executed successfully all: build: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-dboutfile: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-cci: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded/build.xml:101: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded/ejb/CoffeeBean.java:91: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] flag = iRec.add(new Integer(qty)); [javac] ^ [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded/ejb/CoffeeBean.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 2 warnings setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-cci: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded/build.xml:101: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-cci: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded/build.xml:101: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded/build.xml:62: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded build-embedded-ear: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF package-embedded-ejb: package-ejbjar-common: [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cci-embedded-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: package-rar: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar/META-INF create-rar: [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cciblackbox-tx.rar setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: webclient-war-common: clear: test-tlds-exist: copy-tlds: test-tagfiles-exist: copy-tagfiles: package-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 7 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded/docroot [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cci-embedded-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-embedded-cciApp.ear setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: setup: drop-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded/sql/cci-pb-drop.sql [sql] Failed to execute: drop table coffee [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist. [sql] Failed to execute: drop PROCEDURE COUNTCOFFEE [sql] java.sql.SQLSyntaxErrorException: 'DROP PROCEDURE' cannot be performed on 'COUNTCOFFEE' because it does not exist. [sql] Failed to execute: drop PROCEDURE INSERTCOFFEE [sql] java.sql.SQLSyntaxErrorException: 'DROP PROCEDURE' cannot be performed on 'INSERTCOFFEE' because it does not exist. [sql] 0 of 3 SQL statements executed successfully create-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded/sql/cci-pb.sql [sql] Failed to execute: drop table coffee [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist. [sql] Failed to execute: drop PROCEDURE COUNTCOFFEE [sql] java.sql.SQLSyntaxErrorException: 'DROP PROCEDURE' cannot be performed on 'COUNTCOFFEE' because it does not exist. [sql] Failed to execute: drop PROCEDURE INSERTCOFFEE [sql] java.sql.SQLSyntaxErrorException: 'DROP PROCEDURE' cannot be performed on 'INSERTCOFFEE' because it does not exist. [sql] 0 rows affected [sql] 0 rows affected [sql] 0 rows affected [sql] 3 of 6 SQL statements executed successfully deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:35:22.848+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-embedded-cciApp.ear [exec] Application deployed with name connector-embedded-cciApp. [exec] there are no files to retrieve for application connector-embedded-cciApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: run: [java] java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:198) [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:832) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:226) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:135) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1377) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.Main.runBuild(Main.java:857) [java] at org.apache.tools.ant.Main.startAnt(Main.java:236) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:287) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112) [java] Caused by: java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at java.base/java.lang.System.setSecurityManager(System.java:416) [java] at org.apache.tools.ant.types.Permissions.setSecurityManager(Permissions.java:103) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:219) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:154) [java] ... 41 more [java] Java Result: -1 undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false connector-embedded-cciApp unsetup: drop-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded/sql/cci-pb-drop.sql [sql] 0 rows affected [sql] 0 rows affected [sql] 0 rows affected [sql] 3 of 3 SQL statements executed successfully all: [echo] @@## serializabletest ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:35:24.056+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:35:25.265+0000 [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:35:26.541+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest build: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: webclient-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive clear: test-tlds-exist: copy-tlds: test-tagfiles-exist: copy-tagfiles: package-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/docroot [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-serializable-test-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF setOSConditions: fixFiles: convUnix: convWin: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: package-persistence-common: ejb-jar-common: package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-serializable-test-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF appclient-jar-common: package-appclientjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-serializable-test-client.jar webclient-war-common: build-ear-common: [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-serializable-testApp.ear setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: prepare: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/classes/lib build: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/build.xml:50: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 15 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/src/com/sun/connector/blackbox/Util.java:50: warning: [removal] AccessController in java.security has been deprecated and marked for removal [javac] (PasswordCredential) AccessController.doPrivileged [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 2 warnings [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/src/tmp-notx [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/classes/blackbox.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/blackbox-notx.rar [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/src/tmp-tx [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/blackbox-tx.rar [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/src/tmp-xa [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/blackbox-xa.rar deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: prepare: build: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/build.xml:50: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-rar-common: [echo] asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --force=${force} rar/blackbox-tx.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false rar/blackbox-tx.rar [exec] Application deployed with name blackbox-tx. [echo] Deploying rar/blackbox-tx.rar on server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-connpool: [echo] asadmin create-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --raname blackbox-tx --connectiondefinition com.sun.connector.blackbox.DataSource --target server serializable-test-ccp [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-connection-pool --raname blackbox-tx --connectiondefinition com.sun.connector.blackbox.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isconnectvalidatereq=false --failconnection=false --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=true --maxconnectionusagecount 0 --ping=false --pooling=true --validateatmostonceperiod 0 --target server serializable-test-ccp [exec] Connector connection pool serializable-test-ccp created. create-connector-connpool-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-resource-common: [echo] asadmin create-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --poolname serializable-test-ccp --target server eis/connector-resource [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-resource --poolname serializable-test-ccp --enabled=true --objecttype user --target server eis/connector-resource [exec] Connector resource eis/connector-resource created. asadmin-common: [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.connector-connection-pool.serializable-test-ccp.property.User=pbpublic [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.connector-connection-pool.serializable-test-ccp.property.User=pbpublic [exec] domain.resources.connector-connection-pool.serializable-test-ccp.property.User=pbpublic asadmin-common: [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.connector-connection-pool.serializable-test-ccp.property.Password=pbpublic [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.connector-connection-pool.serializable-test-ccp.property.Password=pbpublic [exec] domain.resources.connector-connection-pool.serializable-test-ccp.property.Password=pbpublic setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:35:29.954+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-serializable-testApp.ear [exec] Application deployed with name connector-serializable-testApp. [exec] there are no files to retrieve for application connector-serializable-testApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: run: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/sql/create_pointbase.sql [sql] Failed to execute: Drop table TXLEVELSWITCH [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. [sql] 0 rows affected [sql] 1 rows affected [sql] 1 rows affected [sql] Failed to execute: Drop table TXLEVELSWITCH2 [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. [sql] 0 rows affected [sql] 1 rows affected [sql] 1 rows affected [sql] 6 of 8 SQL statements executed successfully setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runtest: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/sql/create_pointbase.sql [sql] 0 rows affected [sql] 0 rows affected [sql] 1 rows affected [sql] 1 rows affected [sql] 0 rows affected [sql] 0 rows affected [sql] 1 rows affected [sql] 1 rows affected [sql] 8 of 8 SQL statements executed successfully [java] java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:198) [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:832) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:226) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:135) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1377) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.Main.runBuild(Main.java:857) [java] at org.apache.tools.ant.Main.startAnt(Main.java:236) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:287) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112) [java] Caused by: java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at java.base/java.lang.System.setSecurityManager(System.java:416) [java] at org.apache.tools.ant.types.Permissions.setSecurityManager(Permissions.java:103) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:219) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:154) [java] ... 42 more [java] Java Result: -1 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/sql/drop_pointbase.sql [sql] 0 rows affected [sql] 0 rows affected [sql] 2 of 2 SQL statements executed successfully undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/sql/drop_pointbase.sql [sql] Failed to execute: Drop table TXLEVELSWITCH [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. [sql] Failed to execute: Drop table TXLEVELSWITCH2 [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. [sql] 0 of 2 SQL statements executed successfully setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-resource-common: [echo] asadmin delete-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/connector-resource [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource --target server eis/connector-resource [exec] Connector resource eis/connector-resource deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-connpool-common: [echo] asadmin delete-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true serializable-test-ccp [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --target server --cascade=true serializable-test-ccp [exec] Connector connection pool serializable-test-ccp deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false connector-serializable-testApp setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-rar-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --cascade=${cascade} blackbox-tx [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false blackbox-tx all: [echo] @@## config-property-accessor-test ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: clean: compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:35:31.825+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:35:32.950+0000 [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:35:34.249+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning build: setOSConditions: fixFiles: convUnix: convWin: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: package-persistence-common: ejb-jar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/config-property-accessor-test-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF appclient-jar-common: package-appclientjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/config-property-accessor-test-client.jar webclient-war-common: clear: test-tlds-exist: copy-tlds: test-tagfiles-exist: copy-tagfiles: package-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/docroot [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/config-property-accessor-test-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF build-ear-common: [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/config-property-accessor-testApp.ear [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/build.xml:72: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: prepare: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/rar/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/rar/classes/lib build: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/rar/build.xml:51: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 14 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/rar/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/rar/src/com/sun/connector/blackbox/Util.java:50: warning: [removal] AccessController in java.security has been deprecated and marked for removal [javac] (PasswordCredential) AccessController.doPrivileged [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 2 warnings [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/rar/src/tmp-notx [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/rar/classes/blackbox.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/rar/blackbox-notx.rar [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/rar/src/tmp-tx [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/rar/blackbox-tx.rar [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/rar/src/tmp-xa [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/rar/blackbox-xa.rar deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: prepare: build: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/rar/build.xml:51: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-rar-common: [echo] asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --force=${force} rar/blackbox-tx.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false rar/blackbox-tx.rar [exec] Application deployed with name blackbox-tx. [echo] Deploying rar/blackbox-tx.rar on server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-connpool: [echo] asadmin create-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --raname blackbox-tx --connectiondefinition com.sun.connector.blackbox.DataSource --target server serializable-test-ccp [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-connection-pool --raname blackbox-tx --connectiondefinition com.sun.connector.blackbox.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isconnectvalidatereq=false --failconnection=false --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=true --maxconnectionusagecount 0 --ping=false --pooling=true --validateatmostonceperiod 0 --target server serializable-test-ccp [exec] Connector connection pool serializable-test-ccp created. create-connector-connpool-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-resource-common: [echo] asadmin create-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --poolname serializable-test-ccp --target server eis/connector-resource [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-resource --poolname serializable-test-ccp --enabled=true --objecttype user --target server eis/connector-resource [exec] Connector resource eis/connector-resource created. asadmin-common: [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.connector-connection-pool.serializable-test-ccp.property.User=pbpublic [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.connector-connection-pool.serializable-test-ccp.property.User=pbpublic [exec] domain.resources.connector-connection-pool.serializable-test-ccp.property.User=pbpublic asadmin-common: [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.connector-connection-pool.serializable-test-ccp.property.Password=pbpublic [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.connector-connection-pool.serializable-test-ccp.property.Password=pbpublic [exec] domain.resources.connector-connection-pool.serializable-test-ccp.property.Password=pbpublic asadmin-common: [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.connector-connection-pool.serializable-test-ccp.property.booleanWithIsBooleanAccessor=true [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.connector-connection-pool.serializable-test-ccp.property.booleanWithIsBooleanAccessor=true [exec] domain.resources.connector-connection-pool.serializable-test-ccp.property.booleanWithIsBooleanAccessor=true asadmin-common: [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true domain.resources.connector-connection-pool.serializable-test-ccp.property.booleanWithGetBooleanAccessor=true [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.connector-connection-pool.serializable-test-ccp.property.booleanWithGetBooleanAccessor=true [exec] domain.resources.connector-connection-pool.serializable-test-ccp.property.booleanWithGetBooleanAccessor=true setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:35:38.091+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/config-property-accessor-testApp.ear [exec] Application deployed with name config-property-accessor-testApp. [exec] there are no files to retrieve for application config-property-accessor-testApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: run: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/sql/create_pointbase.sql [sql] Failed to execute: Drop table TXLEVELSWITCH [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. [sql] 0 rows affected [sql] 1 rows affected [sql] 1 rows affected [sql] Failed to execute: Drop table TXLEVELSWITCH2 [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. [sql] 0 rows affected [sql] 1 rows affected [sql] 1 rows affected [sql] 6 of 8 SQL statements executed successfully setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: run-test-1: [java] java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:198) [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:832) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:226) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:135) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1377) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.Main.runBuild(Main.java:857) [java] at org.apache.tools.ant.Main.startAnt(Main.java:236) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:287) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112) [java] Caused by: java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at java.base/java.lang.System.setSecurityManager(System.java:416) [java] at org.apache.tools.ant.types.Permissions.setSecurityManager(Permissions.java:103) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:219) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:154) [java] ... 42 more [java] Java Result: -1 undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/sql/drop_pointbase.sql [sql] 0 rows affected [sql] 0 rows affected [sql] 2 of 2 SQL statements executed successfully setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-resource-common: [echo] asadmin delete-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/connector-resource [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource --target server eis/connector-resource [exec] Connector resource eis/connector-resource deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-connpool-common: [echo] asadmin delete-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true serializable-test-ccp [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --target server --cascade=true serializable-test-ccp [exec] Connector connection pool serializable-test-ccp deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false config-property-accessor-testApp setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-rar-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --cascade=${cascade} blackbox-tx [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false blackbox-tx all: [echo] @@## Annotated Connector - mixed mode (ra.xml as well annotations) ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: build: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:35:40.079+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/ra/src/classes [javac] Compiling 23 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/ra/src/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/ra/src/connector/XID.java:115: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] String foo = (new Integer(branchQualifier)).toString(); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/ra/src/connector/XID.java:124: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] String foo = (new Integer(globalTxID)).toString(); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 3 warnings [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/ra/generic-ra.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/ra/generic-ra.rar setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:35:41.677+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/app/src/build.xml:41: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/app setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: ejb-jar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/annotation-connector16-mixed-mode-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: webclient-war-common: clear: test-tlds-exist: copy-tlds: test-tagfiles-exist: copy-tagfiles: package-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/app/src/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 8 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/app/src/docroot [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/annotation-connector16-mixed-mode-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF setOSConditions: fixFiles: convUnix: convWin: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: ear-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/app/${sun-application.xml} to copy. [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/app/${glassfish-resources-ear.xml} to copy. [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/annotation-connector16-mixed-modeApp.ear setup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: setupJdbc: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-jdbc-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jdbc-connpool-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-pointbase-pool1 [exec] JDBC connection pool jdbc-pointbase-pool1 created successfully. set-derby-connpool-props: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.User=dbuser [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.User=dbuser [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.Password=dbpassword [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.Password=dbpassword [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.driverType=4 [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.driverType=4 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.portNumber=1527 [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.portNumber=1527 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.dataBaseName=testdb [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.dataBaseName=testdb [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.retrieveMessagesFromServerOnGetMessage=true [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.retrieveMessagesFromServerOnGetMessage=true [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.create=true [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.create=true [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.serverName=localhost [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.serverName=localhost setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jdbc-resource-common: [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-pointbase-pool1 --target server jdbc/XAPointbase [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-pointbase-pool1 --enabled=true --target server jdbc/XAPointbase [exec] JDBC resource jdbc/XAPointbase created successfully. [echo] cmd executed for server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/app/createdb.sql [sql] 0 rows affected [sql] 0 rows affected [sql] 2 of 2 SQL statements executed successfully deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-rar-common: [echo] asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --force=${force} generic-ra.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false generic-ra.rar [exec] Application deployed with name generic-ra. [echo] Deploying generic-ra.rar on server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: testAddAdmin: asadmin-common: [echo] asadmin create-admin-object --target server --restype connector.MyAdminObject --raname generic-ra --property ResetControl=BEGINNING --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype connector.MyAdminObject --raname generic-ra --enabled=true --property ResetControl=BEGINNING --target server eis/testAdmin [exec] Administered object eis/testAdmin created. asadmin-common: [echo] asadmin create-admin-object --target server --restype connector.MyAdminObject_1 --classname connector.MyAdminObject_1 --raname generic-ra --property ResetControl=BEGINNING --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/aor_1 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype connector.MyAdminObject_1 --classname connector.MyAdminObject_1 --raname generic-ra --enabled=true --property ResetControl=BEGINNING --target server eis/aor_1 [exec] Administered object eis/aor_1 created. asadmin-common: [echo] asadmin create-admin-object --target server --restype connector.MyAdminObject_Interface_1 --classname connector.MyAdminObject_2 --raname generic-ra --property ResetControl=BEGINNING --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/aor_1_2 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype connector.MyAdminObject_Interface_1 --classname connector.MyAdminObject_2 --raname generic-ra --enabled=true --property ResetControl=BEGINNING --target server eis/aor_1_2 [exec] Administered object eis/aor_1_2 created. asadmin-common: [echo] asadmin create-admin-object --target server --restype connector.MyAdminObject_Interface_2 --classname connector.MyAdminObject_2 --raname generic-ra --property ResetControl=BEGINNING --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/aor_2_2 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype connector.MyAdminObject_Interface_2 --classname connector.MyAdminObject_2 --raname generic-ra --enabled=true --property ResetControl=BEGINNING --target server eis/aor_2_2 [exec] Administered object eis/aor_2_2 created. asadmin-common: [echo] asadmin create-admin-object --target server --restype connector.MyAdminObject_Interface_1 --classname connector.MyAdminObject_3 --raname generic-ra --property ResetControl=BEGINNING --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/aor_1_3 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype connector.MyAdminObject_Interface_1 --classname connector.MyAdminObject_3 --raname generic-ra --enabled=true --property ResetControl=BEGINNING --target server eis/aor_1_3 [exec] Administered object eis/aor_1_3 created. asadmin-common: [echo] asadmin create-admin-object --target server --restype connector.MyAdminObject_Interface_2 --classname connector.MyAdminObject_4 --raname generic-ra --property ResetControl=BEGINNING --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/aor_2_4 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype connector.MyAdminObject_Interface_2 --classname connector.MyAdminObject_4 --raname generic-ra --enabled=true --property ResetControl=BEGINNING --target server eis/aor_2_4 [exec] Administered object eis/aor_2_4 created. asadmin-common: [echo] asadmin create-admin-object --target server --restype connector.MyAdminObject_Interface_3 --raname generic-ra --property ResetControl=BEGINNING --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/aor_3_5 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype connector.MyAdminObject_Interface_3 --raname generic-ra --enabled=true --property ResetControl=BEGINNING --target server eis/aor_3_5 [exec] Administered object eis/aor_3_5 created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:35:49.178+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/annotation-connector16-mixed-modeApp.ear [exec] Application deployed with name annotation-connector16-mixed-modeApp. [exec] there are no files to retrieve for application annotation-connector16-mixed-modeApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: restart: [echo] Not required to restart runtest: [java] java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:198) [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:832) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:226) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:135) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1377) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.Main.runBuild(Main.java:857) [java] at org.apache.tools.ant.Main.startAnt(Main.java:236) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:287) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112) [java] Caused by: java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at java.base/java.lang.System.setSecurityManager(System.java:416) [java] at org.apache.tools.ant.types.Permissions.setSecurityManager(Permissions.java:103) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:219) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:154) [java] ... 30 more [java] Java Result: -1 unset: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: unsetJdbc: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/app/dropdb.sql [sql] 0 rows affected [sql] 1 of 1 SQL statements executed successfully setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-jdbc-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jdbc-resource-common: [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/XAPointbase [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/XAPointbase [exec] JDBC resource jdbc/XAPointbase deleted successfully [echo] cmd executed for server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jdbc-connpool-common: [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-pointbase-pool1 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-pointbase-pool1 [exec] JDBC Connection pool jdbc-pointbase-pool1 deleted successfully [echo] cmd executed for server undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false annotation-connector16-mixed-modeApp setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: testDelAdmin: asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/testAdmin [exec] Administered object eis/testAdmin deleted. asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/aor_1 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/aor_1 [exec] Administered object eis/aor_1 deleted. asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/aor_1_2 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/aor_1_2 [exec] Administered object eis/aor_1_2 deleted. asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/aor_2_2 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/aor_2_2 [exec] Administered object eis/aor_2_2 deleted. asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/aor_1_3 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/aor_1_3 [exec] Administered object eis/aor_1_3 deleted. asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/aor_2_4 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/aor_2_4 [exec] Administered object eis/aor_2_4 deleted. asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/aor_3_5 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/aor_3_5 [exec] Administered object eis/aor_3_5 deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-rar-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --cascade=${cascade} generic-ra [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false generic-ra setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: restart: [echo] Not required to restart all: [echo] @@## redeployRar ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:35:53.465+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/redeployRar/ra setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:35:53.471+0000 [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:35:54.648+0000 [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/redeployRar/client/Client.java:37: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal [javac] Integer versionNumber = new Integer(args[0]); [javac] ^ [javac] 2 warnings setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:35:55.943+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/redeployRar/build.xml:60: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/redeployRar build: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: webclient-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive clear: test-tlds-exist: copy-tlds: test-tagfiles-exist: copy-tagfiles: package-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/redeployRar/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/redeployRar/docroot [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/redeploy-rar-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF setOSConditions: fixFiles: convUnix: convWin: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: package-persistence-common: ejb-jar-common: package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/redeploy-rar-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF appclient-jar-common: package-appclientjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/redeploy-rar-client.jar webclient-war-common: build-ear-common: [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/redeploy-rarApp.ear run: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runCycle: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: setupone: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-ra-config: asadmin-common: [echo] asadmin create-resource-adapter-config --property RAProperty=VALID --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --target server --objecttype user connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-rar-common: [echo] asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --force=${force} /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/connectors-ra-redeploy-rars.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/connectors-ra-redeploy-rars.rar [exec] Application deployed with name connectors-ra-redeploy-rars. [echo] Deploying /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/connectors-ra-redeploy-rars.rar on server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-admin-object: asadmin-common: [echo] asadmin create-admin-object --target server --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname connectors-ra-redeploy-rars --property TableName=customer2:JndiName=jdbc/ejb-subclassing:SchemaName=connector:NoOfRows=1 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname connectors-ra-redeploy-rars --enabled=true --property TableName=customer2:JndiName=jdbc/ejb-subclassing:SchemaName=connector:NoOfRows=1 --target server eis/testAdmin [exec] Administered object eis/testAdmin created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:35:58.294+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/redeploy-rarApp.ear [exec] Application deployed with name redeploy-rarApp. [exec] there are no files to retrieve for application redeploy-rarApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: [java] java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:198) [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:832) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:226) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:135) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1377) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.Main.runBuild(Main.java:857) [java] at org.apache.tools.ant.Main.startAnt(Main.java:236) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:287) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112) [java] Caused by: java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at java.base/java.lang.System.setSecurityManager(System.java:416) [java] at org.apache.tools.ant.types.Permissions.setSecurityManager(Permissions.java:103) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:219) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:154) [java] ... 42 more [java] Java Result: -1 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: unsetup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-admin-object: asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/testAdmin [exec] Administered object eis/testAdmin deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-ra-config: asadmin-common: [echo] asadmin delete-resource-adapter-config --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config --target server connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false redeploy-rarApp setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-rar-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --cascade=${cascade} connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: setuptwo: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-ra-config: asadmin-common: [echo] asadmin create-resource-adapter-config --property RAProperty=VALID --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --target server --objecttype user connectors-ra-redeploy-rars [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/redeployRar setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-rar-common: [echo] asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --force=${force} connectors-ra-redeploy-rars.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false connectors-ra-redeploy-rars.rar [exec] Application deployed with name connectors-ra-redeploy-rars. [echo] Deploying connectors-ra-redeploy-rars.rar on server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-admin-object: asadmin-common: [echo] asadmin create-admin-object --target server --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname connectors-ra-redeploy-rars --property TableName=customer2:JndiName=jdbc/ejb-subclassing:SchemaName=connector:NoOfRows=1 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname connectors-ra-redeploy-rars --enabled=true --property TableName=customer2:JndiName=jdbc/ejb-subclassing:SchemaName=connector:NoOfRows=1 --target server eis/testAdmin [exec] Administered object eis/testAdmin created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:36:01.267+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/redeploy-rarApp.ear [exec] Application deployed with name redeploy-rarApp. [exec] there are no files to retrieve for application redeploy-rarApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: [java] java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:198) [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:832) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:226) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:135) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1377) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.Main.runBuild(Main.java:857) [java] at org.apache.tools.ant.Main.startAnt(Main.java:236) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:287) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112) [java] Caused by: java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at java.base/java.lang.System.setSecurityManager(System.java:416) [java] at org.apache.tools.ant.types.Permissions.setSecurityManager(Permissions.java:103) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:219) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:154) [java] ... 42 more [java] Java Result: -1 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: unsetup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-admin-object: asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/testAdmin [exec] Administered object eis/testAdmin deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-ra-config: asadmin-common: [echo] asadmin delete-resource-adapter-config --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config --target server connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false redeploy-rarApp setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-rar-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --cascade=${cascade} connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runCycle: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: setupone: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-ra-config: asadmin-common: [echo] asadmin create-resource-adapter-config --property RAProperty=VALID --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --target server --objecttype user connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-rar-common: [echo] asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --force=${force} /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/connectors-ra-redeploy-rars.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/connectors-ra-redeploy-rars.rar [exec] Application deployed with name connectors-ra-redeploy-rars. [echo] Deploying /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/connectors-ra-redeploy-rars.rar on server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-admin-object: asadmin-common: [echo] asadmin create-admin-object --target server --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname connectors-ra-redeploy-rars --property TableName=customer2:JndiName=jdbc/ejb-subclassing:SchemaName=connector:NoOfRows=1 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname connectors-ra-redeploy-rars --enabled=true --property TableName=customer2:JndiName=jdbc/ejb-subclassing:SchemaName=connector:NoOfRows=1 --target server eis/testAdmin [exec] Administered object eis/testAdmin created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:36:04.300+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/redeploy-rarApp.ear [exec] Application deployed with name redeploy-rarApp. [exec] there are no files to retrieve for application redeploy-rarApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: [java] java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:198) [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:832) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:226) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:135) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1377) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.Main.runBuild(Main.java:857) [java] at org.apache.tools.ant.Main.startAnt(Main.java:236) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:287) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112) [java] Caused by: java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at java.base/java.lang.System.setSecurityManager(System.java:416) [java] at org.apache.tools.ant.types.Permissions.setSecurityManager(Permissions.java:103) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:219) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:154) [java] ... 42 more [java] Java Result: -1 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: unsetup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-admin-object: asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/testAdmin [exec] Administered object eis/testAdmin deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-ra-config: asadmin-common: [echo] asadmin delete-resource-adapter-config --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config --target server connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false redeploy-rarApp setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-rar-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --cascade=${cascade} connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: setuptwo: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-ra-config: asadmin-common: [echo] asadmin create-resource-adapter-config --property RAProperty=VALID --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --target server --objecttype user connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-rar-common: [echo] asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --force=${force} connectors-ra-redeploy-rars.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false connectors-ra-redeploy-rars.rar [exec] Application deployed with name connectors-ra-redeploy-rars. [echo] Deploying connectors-ra-redeploy-rars.rar on server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-admin-object: asadmin-common: [echo] asadmin create-admin-object --target server --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname connectors-ra-redeploy-rars --property TableName=customer2:JndiName=jdbc/ejb-subclassing:SchemaName=connector:NoOfRows=1 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname connectors-ra-redeploy-rars --enabled=true --property TableName=customer2:JndiName=jdbc/ejb-subclassing:SchemaName=connector:NoOfRows=1 --target server eis/testAdmin [exec] Administered object eis/testAdmin created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:36:07.179+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/redeploy-rarApp.ear [exec] Application deployed with name redeploy-rarApp. [exec] there are no files to retrieve for application redeploy-rarApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: [java] java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:198) [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:832) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:226) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:135) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1377) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.Main.runBuild(Main.java:857) [java] at org.apache.tools.ant.Main.startAnt(Main.java:236) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:287) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112) [java] Caused by: java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at java.base/java.lang.System.setSecurityManager(System.java:416) [java] at org.apache.tools.ant.types.Permissions.setSecurityManager(Permissions.java:103) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:219) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:154) [java] ... 42 more [java] Java Result: -1 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: unsetup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-admin-object: asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/testAdmin [exec] Administered object eis/testAdmin deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-ra-config: asadmin-common: [echo] asadmin delete-resource-adapter-config --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config --target server connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false redeploy-rarApp setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-rar-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server --cascade=${cascade} connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false connectors-ra-redeploy-rars all: [echo] @@## annotation-embeddedweb ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:36:08.926+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-servlet: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-embeddedweb/build.xml:154: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning build: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: webclient-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive clear: test-tlds-exist: copy-tlds: test-tagfiles-exist: copy-tagfiles: package-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-embeddedweb/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-annotation-subclassing-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: ejb-jar-common: package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-annotation-subclassing-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-annotation-subclassingApp.ear disable-resource-validation: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jvm-options: [exec] asadmin --host localhost --port 4848 --user admin --interactive=false --echo=true --terse=true create-jvm-options --target server -Ddeployment.resource.validation=false [exec] Created 1 option(s) [echo] REQUIRED TO RESTART SERVER....... restart-server: setOSConditions: stop-server: stop-server-unix: [echo] stopping server on unix ... [exec] Waiting for the domain to stop . [exec] Waiting finished after 122 ms. [exec] Command stop-domain executed successfully. stop-server-windows: setOSConditions: start-server: [echo] +-----------------------------+ [echo] | | [echo] | S T A R T I N G GLASSFISH | [echo] | in Felix mode | [echo] | | [echo] +-----------------------------+ start-server-unix: [exec] Waiting for domain1 to start .... [exec] Waiting finished after 3,575 ms. [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4,848 [exec] Command start-domain executed successfully. start-server-windows: deploy-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-password-alias: [exec] Command create-password-alias executed successfully. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-ra-config: asadmin-common: [echo] asadmin create-resource-adapter-config --property RAProperty=VALID --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true web-annotation-subclassingApp#connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --target server --objecttype user web-annotation-subclassingApp#connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:36:42.858+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-annotation-subclassingApp.ear [exec] Application deployed with name web-annotation-subclassingApp. [exec] there are no files to retrieve for application web-annotation-subclassingApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: setup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-embeddedweb/sql/simpleBank.sql [sql] Failed to execute: drop table customer2 [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER2' because it does not exist. [sql] 0 rows affected [sql] 1 rows affected [sql] 2 of 3 SQL statements executed successfully sql-oracle: execute-sql-connector: create-pool: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-connpool: [echo] asadmin create-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --raname web-annotation-subclassingApp#connectors-ra-redeploy-rars --connectiondefinition javax.sql.DataSource --target server embedded-ra-pool [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-connection-pool --raname web-annotation-subclassingApp#connectors-ra-redeploy-rars --connectiondefinition javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isconnectvalidatereq=false --failconnection=false --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --validateatmostonceperiod 0 --target server embedded-ra-pool [exec] Connector connection pool embedded-ra-pool created. create-connector-connpool-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: set-oracle-props: create-resource: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-resource-common: [echo] asadmin create-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --poolname embedded-ra-pool --target server jdbc/ejb-annotation-subclassing [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-resource --poolname embedded-ra-pool --enabled=true --objecttype user --target server jdbc/ejb-annotation-subclassing [exec] Connector resource jdbc/ejb-annotation-subclassing created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-admin-object: asadmin-common: [echo] asadmin create-admin-object --target server --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname web-annotation-subclassingApp#connectors-ra-redeploy-rars --property TableName=customer2:JndiName=jdbc/ejb-annotation-subclassing:SchemaName=DBUSER:NoOfRows=1 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/jdbcAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname web-annotation-subclassingApp#connectors-ra-redeploy-rars --enabled=true --property TableName=customer2:JndiName=jdbc/ejb-annotation-subclassing:SchemaName=DBUSER:NoOfRows=1 --target server eis/jdbcAdmin [exec] Administered object eis/jdbcAdmin created. run-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runwebclient-common: [java] size of buffer is1645 [java] HTTP port :8080 [java] HTTP hostname :localhost [java] addTest with testSuiteId:: testId -> annotation-embeddedweb (ear based)::/annotation-subclassing/index.html [java] annotation-embeddedweb (ear based) /annotation-subclassing/index.html PASS [java] SSN=123456789&action=Create [java] HTTP port :8080 [java] HTTP hostname :localhost [java] addTest with testSuiteId:: testId -> annotation-embeddedweb (ear based)::/annotation-subclassing/servlet/SimpleBankServlet [java] annotation-embeddedweb (ear based) /annotation-subclassing/servlet/SimpleBankServlet PASS [java] SSN=123456789&lastName=deepa&firstName=singh&address1=120&address2=e&city=sunnyvale&state=ca&zipCode=94087&action=Add+Customer [java] HTTP port :8080 [java] HTTP hostname :localhost [java] Error : Test was added before only. Still allowing. Old value of the test will be overridden [java] addTest with testSuiteId:: testId -> annotation-embeddedweb (ear based)::/annotation-subclassing/servlet/SimpleBankServlet [java] annotation-embeddedweb (ear based) /annotation-subclassing/servlet/SimpleBankServlet PASS [java] in flushAll , creating new testSuiteHash [java] in flushAll , creating new testSuiteHash unsetup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-embeddedweb/sql/dropBankTables.sql [sql] 0 rows affected [sql] 1 of 1 SQL statements executed successfully sql-oracle: execute-sql-connector: delete-resource: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-resource-common: [echo] asadmin delete-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdbc/ejb-annotation-subclassing [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource --target server jdbc/ejb-annotation-subclassing [exec] Connector resource jdbc/ejb-annotation-subclassing deleted. delete-pool: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-connpool-common: [echo] asadmin delete-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true embedded-ra-pool [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --target server --cascade=true embedded-ra-pool [exec] Connector connection pool embedded-ra-pool deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-admin-object: asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/jdbcAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/jdbcAdmin [exec] Administered object eis/jdbcAdmin deleted. undeploy-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-ra-config: asadmin-common: [echo] asadmin delete-resource-adapter-config --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true web-annotation-subclassingApp#connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config --target server web-annotation-subclassingApp#connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-annotation-subclassingApp setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-password-alias: [exec] Command delete-password-alias executed successfully. enable-resource-validation: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jvm-options: [exec] asadmin --host localhost --port 4848 --user admin --interactive=false --echo=true --terse=true delete-jvm-options --target server -Ddeployment.resource.validation=false [exec] Deleted 1 option(s) [echo] REQUIRED TO RESTART SERVER....... restart-server: setOSConditions: stop-server: stop-server-unix: [echo] stopping server on unix ... [exec] Waiting for the domain to stop . [exec] Waiting finished after 160 ms. [exec] Command stop-domain executed successfully. stop-server-windows: setOSConditions: start-server: [echo] +-----------------------------+ [echo] | | [echo] | S T A R T I N G GLASSFISH | [echo] | in Felix mode | [echo] | | [echo] +-----------------------------+ start-server-unix: [exec] Waiting for domain1 to start .... [exec] Waiting finished after 3,581 ms. [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4,848 [exec] Command start-domain executed successfully. start-server-windows: all: [echo] @@## installed libraries embedded rar EXTENSION_LIST ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: disable-resource-validation: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jvm-options: [exec] asadmin --host localhost --port 4848 --user admin --interactive=false --echo=true --terse=true create-jvm-options --target server -Ddeployment.resource.validation=false [exec] Created 1 option(s) [echo] REQUIRED TO RESTART SERVER....... restart-server: setOSConditions: stop-server: stop-server-unix: [echo] stopping server on unix ... [exec] Waiting for the domain to stop . [exec] Waiting finished after 185 ms. [exec] Command stop-domain executed successfully. stop-server-windows: setOSConditions: start-server: [echo] +-----------------------------+ [echo] | | [echo] | S T A R T I N G GLASSFISH | [echo] | in Felix mode | [echo] | | [echo] +-----------------------------+ start-server-unix: [exec] Waiting for domain1 to start .... [exec] Waiting finished after 3,570 ms. [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4,848 [exec] Command start-domain executed successfully. start-server-windows: compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:37:52.171+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-servlet: [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/installed-libraries-embedded/build.xml:163: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning build: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: webclient-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive clear: test-tlds-exist: copy-tlds: test-tagfiles-exist: copy-tagfiles: package-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/installed-libraries-embedded/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/installed-libraries-embedded-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: ejb-jar-common: package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/installed-libraries-embedded-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/installed-libraries-embeddedApp.ear deploy-ear: install-library: [echo] copying file [jdbc.jar] to applibs [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/lib/applibs restart-server: setOSConditions: stop-server: stop-server-unix: [echo] stopping server on unix ... [exec] Waiting for the domain to stop . [exec] Waiting finished after 200 ms. [exec] Command stop-domain executed successfully. stop-server-windows: setOSConditions: start-server: [echo] +-----------------------------+ [echo] | | [echo] | S T A R T I N G GLASSFISH | [echo] | in Felix mode | [echo] | | [echo] +-----------------------------+ start-server-unix: [exec] Waiting for domain1 to start .... [exec] Waiting finished after 3,701 ms. [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4,848 [exec] Command start-domain executed successfully. start-server-windows: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-ra-config: asadmin-common: [echo] asadmin create-resource-adapter-config --property RAProperty=VALID --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true installed-libraries-embeddedApp#connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --target server --objecttype user installed-libraries-embeddedApp#connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:38:25.982+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/installed-libraries-embeddedApp.ear [exec] Application deployed with name installed-libraries-embeddedApp. [exec] there are no files to retrieve for application installed-libraries-embeddedApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: setup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/installed-libraries-embedded/sql/simpleBank.sql [sql] Failed to execute: drop table customer2 [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER2' because it does not exist. [sql] 0 rows affected [sql] 1 rows affected [sql] 2 of 3 SQL statements executed successfully sql-oracle: execute-sql-connector: create-pool: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-connpool: [echo] asadmin create-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --raname installed-libraries-embeddedApp#connectors-ra-redeploy-rars --connectiondefinition javax.sql.DataSource --target server embedded-ra-pool [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-connection-pool --raname installed-libraries-embeddedApp#connectors-ra-redeploy-rars --connectiondefinition javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isconnectvalidatereq=false --failconnection=false --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --validateatmostonceperiod 0 --target server embedded-ra-pool [exec] Connector connection pool embedded-ra-pool created. create-connector-connpool-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: set-oracle-props: create-resource: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-connector-resource-common: [echo] asadmin create-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --poolname embedded-ra-pool --target server jdbc/ejb-installed-libraries-embedded [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-connector-resource --poolname embedded-ra-pool --enabled=true --objecttype user --target server jdbc/ejb-installed-libraries-embedded [exec] Connector resource jdbc/ejb-installed-libraries-embedded created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-admin-object: asadmin-common: [echo] asadmin create-admin-object --target server --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname installed-libraries-embeddedApp#connectors-ra-redeploy-rars --property TableName=customer2:JndiName=jdbc/ejb-installed-libraries-embedded:SchemaName=DBUSER:NoOfRows=1 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/jdbcAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype com.sun.jdbcra.spi.JdbcSetupAdmin --raname installed-libraries-embeddedApp#connectors-ra-redeploy-rars --enabled=true --property TableName=customer2:JndiName=jdbc/ejb-installed-libraries-embedded:SchemaName=DBUSER:NoOfRows=1 --target server eis/jdbcAdmin [exec] Administered object eis/jdbcAdmin created. run-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: runwebclient-common: [java] size of buffer is1675 [java] HTTP port :8080 [java] HTTP hostname :localhost [java] addTest with testSuiteId:: testId -> installed-libraries-embedded (ear based)::/installed_libraries_embedded/index.html [java] installed-libraries-embedded (ear based) /installed_libraries_embedded/index.html PASS [java] SSN=123456789&action=Create [java] HTTP port :8080 [java] HTTP hostname :localhost [java] addTest with testSuiteId:: testId -> installed-libraries-embedded (ear based)::/installed_libraries_embedded/servlet/SimpleBankServlet [java] installed-libraries-embedded (ear based) /installed_libraries_embedded/servlet/SimpleBankServlet PASS [java] SSN=123456789&lastName=deepa&firstName=singh&address1=120&address2=e&city=sunnyvale&state=ca&zipCode=94087&action=Add+Customer [java] HTTP port :8080 [java] HTTP hostname :localhost [java] Error : Test was added before only. Still allowing. Old value of the test will be overridden [java] addTest with testSuiteId:: testId -> installed-libraries-embedded (ear based)::/installed_libraries_embedded/servlet/SimpleBankServlet [java] installed-libraries-embedded (ear based) /installed_libraries_embedded/servlet/SimpleBankServlet PASS [java] in flushAll , creating new testSuiteHash [java] in flushAll , creating new testSuiteHash unsetup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: default-sql: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/installed-libraries-embedded/sql/dropBankTables.sql [sql] 0 rows affected [sql] 1 of 1 SQL statements executed successfully sql-oracle: execute-sql-connector: delete-resource: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-resource-common: [echo] asadmin delete-connector-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdbc/ejb-installed-libraries-embedded [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource --target server jdbc/ejb-installed-libraries-embedded [exec] Connector resource jdbc/ejb-installed-libraries-embedded deleted. delete-pool: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-connector-connpool-common: [echo] asadmin delete-connector-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true embedded-ra-pool [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --target server --cascade=true embedded-ra-pool [exec] Connector connection pool embedded-ra-pool deleted. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-admin-object: asadmin-common: [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/jdbcAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/jdbcAdmin [exec] Administered object eis/jdbcAdmin deleted. undeploy-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-ra-config: asadmin-common: [echo] asadmin delete-resource-adapter-config --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true installed-libraries-embeddedApp#connectors-ra-redeploy-rars [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config --target server installed-libraries-embeddedApp#connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false installed-libraries-embeddedApp uninstall-library: [echo] deleting file [jdbc.jar] from applibs [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/lib/applibs/connectors-ra-redeploy-jars.jar restart-server: setOSConditions: stop-server: stop-server-unix: [echo] stopping server on unix ... [exec] Waiting for the domain to stop . [exec] Waiting finished after 151 ms. [exec] Command stop-domain executed successfully. stop-server-windows: setOSConditions: start-server: [echo] +-----------------------------+ [echo] | | [echo] | S T A R T I N G GLASSFISH | [echo] | in Felix mode | [echo] | | [echo] +-----------------------------+ start-server-unix: [exec] Waiting for domain1 to start .... [exec] Waiting finished after 3,484 ms. [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4,848 [exec] Command start-domain executed successfully. start-server-windows: enable-resource-validation: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jvm-options: [exec] asadmin --host localhost --port 4848 --user admin --interactive=false --echo=true --terse=true delete-jvm-options --target server -Ddeployment.resource.validation=false [exec] Deleted 1 option(s) [echo] REQUIRED TO RESTART SERVER....... restart-server: setOSConditions: stop-server: stop-server-unix: [echo] stopping server on unix ... [exec] Waiting for the domain to stop . [exec] Waiting finished after 200 ms. [exec] Command stop-domain executed successfully. stop-server-windows: setOSConditions: start-server: [echo] +-----------------------------+ [echo] | | [echo] | S T A R T I N G GLASSFISH | [echo] | in Felix mode | [echo] | | [echo] +-----------------------------+ start-server-unix: [exec] Waiting for domain1 to start .... [exec] Waiting finished after 3,784 ms. [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4,848 [exec] Command start-domain executed successfully. start-server-windows: all-ext: [echo] @@## defaultConnectorResource ##@@ setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: build: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:39:34.380+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/ra/src/classes [javac] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/ra/src/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/ra/src/connector/XID.java:115: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] String foo = (new Integer(branchQualifier)).toString(); [javac] ^ [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/ra/src/connector/XID.java:124: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal [javac] String foo = (new Integer(globalTxID)).toString(); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 3 warnings [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/ra/generic-ra.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/ra/generic-ra.rar [echo] inside all of ra build.xml setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-classes-common: [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: clean-jars-common: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: all: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2023-03-05T21:39:35.891+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [javac] 1 warning [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/app/src/build.xml:41: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/app setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: ejb-jar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embedded-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: webclient-war-common: clear: test-tlds-exist: copy-tlds: test-tagfiles-exist: copy-tagfiles: package-war-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/app/src/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 8 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/app/src/docroot [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embedded-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF build-ear: [echo] Building EAR with two ra [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embeddedApp.ear disable-resource-validation: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jvm-options: [exec] asadmin --host localhost --port 4848 --user admin --interactive=false --echo=true --terse=true create-jvm-options --target server -Ddeployment.resource.validation=false [exec] Created 1 option(s) [echo] REQUIRED TO RESTART SERVER....... restart-server: setOSConditions: stop-server: stop-server-unix: [echo] stopping server on unix ... [exec] Waiting for the domain to stop . [exec] Waiting finished after 190 ms. [exec] Command stop-domain executed successfully. stop-server-windows: setOSConditions: start-server: [echo] +-----------------------------+ [echo] | | [echo] | S T A R T I N G GLASSFISH | [echo] | in Felix mode | [echo] | | [echo] +-----------------------------+ start-server-unix: [exec] Waiting for domain1 to start .... [exec] Waiting finished after 3,696 ms. [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4,848 [exec] Command start-domain executed successfully. start-server-windows: setup: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: setupJdbc: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-jdbc-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jdbc-connpool-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-derby-pool1 [exec] JDBC connection pool jdbc-derby-pool1 created successfully. set-derby-connpool-props: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool1.property.User=dbuser [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool1.property.User=dbuser [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool1.property.Password=dbpassword [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool1.property.Password=dbpassword [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool1.property.driverType=4 [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool1.property.driverType=4 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool1.property.portNumber=1527 [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool1.property.portNumber=1527 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool1.property.dataBaseName=testdb [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool1.property.dataBaseName=testdb [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool1.property.retrieveMessagesFromServerOnGetMessage=true [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool1.property.retrieveMessagesFromServerOnGetMessage=true [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool1.property.create=true [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool1.property.create=true [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-derby-pool1.property.serverName=localhost [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool1.property.serverName=localhost setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: create-jdbc-resource-common: [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-derby-pool1 --target server jdbc/DerbyDb [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-derby-pool1 --enabled=true --target server jdbc/DerbyDb [exec] JDBC resource jdbc/DerbyDb created successfully. [echo] cmd executed for server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/app/createdb.sql [sql] Failed to execute: drop table MESSAGES [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MESSAGES' because it does not exist. [sql] 0 rows affected [sql] 1 of 2 SQL statements executed successfully deploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-ear: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2023-03-05T21:40:12.774+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embeddedApp.ear [exec] Application deployed with name generic-embeddedApp. [exec] there are no files to retrieve for application generic-embeddedApp [echo] Deployment on target server server successful setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-ee: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: testAddAdmin: asadmin-common: [echo] asadmin create-admin-object --target server --restype connector.MyAdminObject --raname generic-embeddedApp#generic-ra --property ResetControl=BEGINNING --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/testAdmin [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype connector.MyAdminObject --raname generic-embeddedApp#generic-ra --enabled=true --property ResetControl=BEGINNING --target server eis/testAdmin [exec] Administered object eis/testAdmin created. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: restart: [echo] Not required to restart runtest: [java] java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:198) [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:832) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:226) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:135) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293) [java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [java] at java.base/java.lang.reflect.Method.invoke(Method.java:577) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:352) [java] at org.apache.tools.ant.Target.execute(Target.java:437) [java] at org.apache.tools.ant.Target.performTasks(Target.java:458) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1406) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1377) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1261) [java] at org.apache.tools.ant.Main.runBuild(Main.java:857) [java] at org.apache.tools.ant.Main.startAnt(Main.java:236) [java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:287) [java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112) [java] Caused by: java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release [java] at java.base/java.lang.System.setSecurityManager(System.java:416) [java] at org.apache.tools.ant.types.Permissions.setSecurityManager(Permissions.java:103) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:219) [java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:154) [java] ... 30 more [java] Java Result: -1 unset: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: unsetJdbc: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: execute-sql-common: [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/app/dropdb.sql [sql] 0 rows affected [sql] 1 of 1 SQL statements executed successfully setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-jdbc-common: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jdbc-resource-common: [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/DerbyDb [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/DerbyDb [exec] JDBC resource jdbc/DerbyDb deleted successfully [echo] cmd executed for server setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jdbc-connpool-common: [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-derby-pool1 [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-derby-pool1 [exec] JDBC Connection pool jdbc-derby-pool1 deleted successfully [echo] cmd executed for server undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: undeploy-common: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=true --_ignorecascade=false --_classicstyle=false generic-embeddedApp setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: restart: [echo] Not required to restart enable-resource-validation: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: delete-jvm-options: [exec] asadmin --host localhost --port 4848 --user admin --interactive=false --echo=true --terse=true delete-jvm-options --target server -Ddeployment.resource.validation=false [exec] Deleted 1 option(s) [echo] REQUIRED TO RESTART SERVER....... restart-server: setOSConditions: stop-server: stop-server-unix: [echo] stopping server on unix ... [exec] Waiting for the domain to stop . [exec] Waiting finished after 166 ms. [exec] Command stop-domain executed successfully. stop-server-windows: setOSConditions: start-server: [echo] +-----------------------------+ [echo] | | [echo] | S T A R T I N G GLASSFISH | [echo] | in Felix mode | [echo] | | [echo] +-----------------------------+ start-server-unix: [exec] Waiting for domain1 to start .... [exec] Waiting finished after 3,557 ms. [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4,848 [exec] Command start-domain executed successfully. start-server-windows: all: stop-record: report: [echo] Comparing results with expected results [xslt] Processing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html [xslt] Loading stylesheet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/j2eeReporter.xsl report-sh: [exec] input file=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [exec] [exec] ************************ [exec] PASSED= 249 [exec] ------------ ========= [exec] FAILED= 0 [exec] ------------ ========= [exec] DID NOT RUN= 127 [exec] ------------ ========= [exec] Total Expected=376 [exec] ************************ [exec] BUILD SUCCESSFUL Total time: 13 minutes 20 seconds real 13m21.240s user 7m4.005s sys 0m58.962s + antStatus=0 + ant stopDomain stopDerby Buildfile: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/build.xml setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: stopDomain: [echo] run.xml:stopping domain... [exec] Waiting for the domain to stop . [exec] Waiting finished after 234 ms. [exec] Command stop-domain executed successfully. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: stopDerby: [echo] Stopping Derby DB servers on ports 1527 and 1528 [java] Sun Mar 05 21:41:00 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [java] Sun Mar 05 21:41:00 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown BUILD SUCCESSFUL Total time: 2 seconds + check_successful_run + printf '\n%s \n\n' '===== CHECK SUCCESSFUL RUN =====' ===== CHECK SUCCESSFUL RUN ===== + FILE=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html ']' + echo 'File /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful' File /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful + generate_junit_report connector_group_1 + printf '\n%s \n\n' '===== GENERATE JUNIT REPORT =====' ===== GENERATE JUNIT REPORT ===== + TD=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml + JUD=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml + TESTSUITE_NAME=connector_group_1 + cat /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml + awk -v suitename=connector_group_1 ' BEGIN { totaltests = 0; totalfailures = 0; totalerrors = 0; } function getPropVal(str){ split(str, a, "="); val = a[2]; # remove quotes gsub("\"","",val); return val; } function removeXMLTag(str){ # remove xml tag quotes gsub("</.*>","",str); gsub("<.*>","",str); gsub(">","",str); return str; } /status value=/ { result=getPropVal($0); result=removeXMLTag(result); } /<testsuite>/ { getline; getline; testunit=removeXMLTag($0); gsub("\"","",testunit); } /<testcase>/ { getline; testname=removeXMLTag($0); gsub("\"","",testname); } /<\/testcase>/{ classname=testunit # printing testcase to out out = out sprintf(" <testcase classname=\"%s\" name=\"%s\" time=\"0.0\">\n", classname, testname); if (result == "fail") { out = out " <failure message=\"NA\" type=\"NA\"/>\n"; totalfailures++; } else if (result == "did_not_run") { out = out " <error message=\"NA\" type=\"NA\"/>\n"; totalerrors++; } out = out " </testcase>\n"; totaltests++; result=""; testname=""; } END { print "<?xml version=\"1.0\" ?>" printf "<testsuite tests=\"%d\" failures=\"%d\" errors=\"%d\" name=\"%s\">\n", totaltests, totalfailures, totalerrors, suitename; printf "%s", out; print "</testsuite>" }' + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports + change_junit_report_class_names + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/test_results_junit.xml + sed -i 's/\bclassname="/classname="connector_group_1./g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/test_results_junit.xml + copy_test_artifacts connector_group_1 + sleep 1 + printf '\n%s \n\n' '===== COPY TEST ARTIFACTS =====' ===== COPY TEST ARTIFACTS ===== + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports + tar -cf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains tar: Removing leading `/' from member names + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/ + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/tests-run.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/ + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/ ++ pwd + cp '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/*/*logs.zip' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/ cp: cannot stat '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/*/*logs.zip': No such file or directory + true ++ pwd + cp '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/*/*/*logs.zip' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/ cp: cannot stat '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/*/*/*logs.zip': No such file or directory + true + tar -caf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/connector_group_1-results.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results tar: Removing leading `/' from member names + break + [[ true = false ]] ************************************** Finished Running connector_group_1 ************************************** Back at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18 [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (persistence_all) [Pipeline] timestamps [Pipeline] { [Pipeline] sh 16:41:13 [2023-03-05T21:41:13.540Z] + rm -rf glassfish7 16:41:13 [2023-03-05T21:41:13.540Z] + true 16:41:13 [2023-03-05T21:41:13.540Z] + export MAVEN_ARGS=-Pstaging 16:41:13 [2023-03-05T21:41:13.540Z] + MAVEN_ARGS=-Pstaging 16:41:13 [2023-03-05T21:41:13.540Z] + ./runtests.sh persistence_all 16:41:13 [2023-03-05T21:41:13.540Z] This script can be temporarily used for local testing until we integrate current set of tests to Maven 16:41:13 [2023-03-05T21:41:13.540Z] First argument is a version of GlassFish used for testing. It will be downloaded by Maven command 16:41:13 [2023-03-05T21:41:13.540Z] Second argument is a test set id, one of: 16:41:13 [2023-03-05T21:41:13.540Z] cdi_all, ql_gf_full_profile_all, \n 16:41:13 [2023-03-05T21:41:13.540Z] \n 16:41:13 [2023-03-05T21:41:13.540Z] web_jsp, deployment_all, \n 16:41:13 [2023-03-05T21:41:13.540Z] ejb_group_1. ejb_group_2, ejb_group_3, ejb_group_embedded, \n 16:41:13 [2023-03-05T21:41:13.540Z] cdi_all, ql_gf_full_profile_all, ql_gf_nucleus_all, \n 16:41:13 [2023-03-05T21:41:13.540Z] ql_gf_web_profile_all, nucleus_admin_all, jdbc_all, batch_all, persistence_all, webservice_all, \n 16:41:13 [2023-03-05T21:41:13.540Z] connector_group_1, connector_group_2, connector_group_3, connector_group_4 16:41:13 [2023-03-05T21:41:13.540Z] If you need to use a different JAVA_HOME than is used by your system, export it or edit this script. 16:41:13 [2023-03-05T21:41:13.540Z] 16:41:13 [2023-03-05T21:41:13.540Z] POM file "/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist 16:41:21 [2023-03-05T21:41:21.695Z] [INFO] Scanning for projects... 16:41:21 [2023-03-05T21:41:21.695Z] [INFO] 16:41:21 [2023-03-05T21:41:21.695Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ 16:41:21 [2023-03-05T21:41:21.695Z] [INFO] Building GlassFish Project 7.0.3-SNAPSHOT 16:41:21 [2023-03-05T21:41:21.695Z] [INFO] --------------------------------[ pom ]--------------------------------- 16:41:21 [2023-03-05T21:41:21.695Z] [INFO] 16:41:21 [2023-03-05T21:41:21.695Z] [INFO] --- maven-dependency-plugin:3.2.0:copy (default-cli) @ glassfish-main-aggregator --- 16:41:21 [2023-03-05T21:41:21.695Z] [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:runtime:0.8.8:jar 16:41:21 [2023-03-05T21:41:21.695Z] [INFO] org.jacoco:org.jacoco.agent:runtime:0.8.8:jar already exists in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:41:21 [2023-03-05T21:41:21.695Z] [INFO] ------------------------------------------------------------------------ 16:41:21 [2023-03-05T21:41:21.695Z] [INFO] BUILD SUCCESS 16:41:21 [2023-03-05T21:41:21.695Z] [INFO] ------------------------------------------------------------------------ 16:41:21 [2023-03-05T21:41:21.695Z] [INFO] Total time: 5.200 s 16:41:21 [2023-03-05T21:41:21.695Z] [INFO] Finished at: 2023-03-05T21:41:21Z 16:41:21 [2023-03-05T21:41:21.695Z] [INFO] ------------------------------------------------------------------------ 16:41:21 [2023-03-05T21:41:21.695Z] + '[' '!' -z /var/jenkins ']' 16:41:21 [2023-03-05T21:41:21.695Z] ++ mktemp -t XXXgf-internal-env 16:41:21 [2023-03-05T21:41:21.695Z] + readonly GF_INTERNAL_ENV_SH=/tmp/5l2gf-internal-env 16:41:21 [2023-03-05T21:41:21.695Z] + GF_INTERNAL_ENV_SH=/tmp/5l2gf-internal-env 16:41:21 [2023-03-05T21:41:21.695Z] + '[' '!' -z '' ']' 16:41:21 [2023-03-05T21:41:21.695Z] + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all 16:41:21 [2023-03-05T21:41:21.695Z] + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all 16:41:21 [2023-03-05T21:41:21.695Z] + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/maven-repo.tar.gz ']' 16:41:21 [2023-03-05T21:41:21.695Z] + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish' 16:41:21 [2023-03-05T21:41:21.695Z] Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:41:21 [2023-03-05T21:41:21.695Z] + rm -rf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:41:21 [2023-03-05T21:41:21.695Z] + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' 16:41:21 [2023-03-05T21:41:21.695Z] + '[' -z 7.0.3-SNAPSHOT ']' 16:41:21 [2023-03-05T21:41:21.695Z] + '[' -z /home/jenkins/.m2/repository ']' 16:41:21 [2023-03-05T21:41:21.695Z] + run_test persistence_all 16:41:21 [2023-03-05T21:41:21.695Z] + local testid=persistence_all 16:41:21 [2023-03-05T21:41:21.695Z] + local found=false 16:41:21 [2023-03-05T21:41:21.695Z] ++ find . -name run_test.sh 16:41:22 [2023-03-05T21:41:22.259Z] + for runtest in `find . -name run_test\.sh` 16:41:22 [2023-03-05T21:41:22.259Z] ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + OPT=list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + TEST_ID= 16:41:22 [2023-03-05T21:41:22.259Z] ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh 16:41:22 [2023-03-05T21:41:22.259Z] + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh 16:41:22 [2023-03-05T21:41:22.259Z] +++ uname 16:41:22 [2023-03-05T21:41:22.259Z] +++ grep -i sunos 16:41:22 [2023-03-05T21:41:22.259Z] +++ wc -l 16:41:22 [2023-03-05T21:41:22.259Z] +++ awk '{print $1}' 16:41:22 [2023-03-05T21:41:22.259Z] ++ '[' 0 -eq 1 ']' 16:41:22 [2023-03-05T21:41:22.259Z] ++ GREP=grep 16:41:22 [2023-03-05T21:41:22.259Z] ++ AWK=awk 16:41:22 [2023-03-05T21:41:22.259Z] ++ SED=sed 16:41:22 [2023-03-05T21:41:22.259Z] ++ BC=bc 16:41:22 [2023-03-05T21:41:22.259Z] ++ export GREP AWK SED BC 16:41:22 [2023-03-05T21:41:22.259Z] + case ${OPT} in 16:41:22 [2023-03-05T21:41:22.259Z] + list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ admin_cli_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ admin-cli-group-1 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ admin-cli-group-2 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ admin-cli-group-3 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ admin-cli-group-4 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ admin-cli-group-5 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + [[ false = true ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for runtest in `find . -name run_test\.sh` 16:41:22 [2023-03-05T21:41:22.259Z] ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + OPT=list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + TEST_ID= 16:41:22 [2023-03-05T21:41:22.259Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh 16:41:22 [2023-03-05T21:41:22.259Z] + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh 16:41:22 [2023-03-05T21:41:22.259Z] +++ uname 16:41:22 [2023-03-05T21:41:22.259Z] +++ grep -i sunos 16:41:22 [2023-03-05T21:41:22.259Z] +++ wc -l 16:41:22 [2023-03-05T21:41:22.259Z] +++ awk '{print $1}' 16:41:22 [2023-03-05T21:41:22.259Z] ++ '[' 0 -eq 1 ']' 16:41:22 [2023-03-05T21:41:22.259Z] ++ GREP=grep 16:41:22 [2023-03-05T21:41:22.259Z] ++ AWK=awk 16:41:22 [2023-03-05T21:41:22.259Z] ++ SED=sed 16:41:22 [2023-03-05T21:41:22.259Z] ++ BC=bc 16:41:22 [2023-03-05T21:41:22.259Z] ++ export GREP AWK SED BC 16:41:22 [2023-03-05T21:41:22.259Z] + case ${OPT} in 16:41:22 [2023-03-05T21:41:22.259Z] + list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + echo batch_all 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ batch_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + [[ false = true ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for runtest in `find . -name run_test\.sh` 16:41:22 [2023-03-05T21:41:22.259Z] ++ ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + OPT=list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + TEST_ID= 16:41:22 [2023-03-05T21:41:22.259Z] ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh 16:41:22 [2023-03-05T21:41:22.259Z] + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh 16:41:22 [2023-03-05T21:41:22.259Z] +++ uname 16:41:22 [2023-03-05T21:41:22.259Z] +++ grep -i sunos 16:41:22 [2023-03-05T21:41:22.259Z] +++ wc -l 16:41:22 [2023-03-05T21:41:22.259Z] +++ awk '{print $1}' 16:41:22 [2023-03-05T21:41:22.259Z] ++ '[' 0 -eq 1 ']' 16:41:22 [2023-03-05T21:41:22.259Z] ++ GREP=grep 16:41:22 [2023-03-05T21:41:22.259Z] ++ AWK=awk 16:41:22 [2023-03-05T21:41:22.259Z] ++ SED=sed 16:41:22 [2023-03-05T21:41:22.259Z] ++ BC=bc 16:41:22 [2023-03-05T21:41:22.259Z] ++ export GREP AWK SED BC 16:41:22 [2023-03-05T21:41:22.259Z] + case ${OPT} in 16:41:22 [2023-03-05T21:41:22.259Z] + list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + echo cdi_all 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ cdi_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + [[ false = true ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for runtest in `find . -name run_test\.sh` 16:41:22 [2023-03-05T21:41:22.259Z] ++ ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + OPT=list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + TEST_ID= 16:41:22 [2023-03-05T21:41:22.259Z] ++ dirname ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh 16:41:22 [2023-03-05T21:41:22.259Z] + source ./appserver/tests/appserv-tests/devtests/connector/v3/../../../../common_test.sh 16:41:22 [2023-03-05T21:41:22.259Z] +++ uname 16:41:22 [2023-03-05T21:41:22.259Z] +++ grep -i sunos 16:41:22 [2023-03-05T21:41:22.259Z] +++ wc -l 16:41:22 [2023-03-05T21:41:22.259Z] +++ awk '{print $1}' 16:41:22 [2023-03-05T21:41:22.259Z] ++ '[' 0 -eq 1 ']' 16:41:22 [2023-03-05T21:41:22.259Z] ++ GREP=grep 16:41:22 [2023-03-05T21:41:22.259Z] ++ AWK=awk 16:41:22 [2023-03-05T21:41:22.259Z] ++ SED=sed 16:41:22 [2023-03-05T21:41:22.259Z] ++ BC=bc 16:41:22 [2023-03-05T21:41:22.259Z] ++ export GREP AWK SED BC 16:41:22 [2023-03-05T21:41:22.259Z] + case ${OPT} in 16:41:22 [2023-03-05T21:41:22.259Z] + list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + echo connector_all connector_group_1 connector_group_2 connector_group_3 connector_group_4 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ connector_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ connector_group_1 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ connector_group_2 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ connector_group_3 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ connector_group_4 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + [[ false = true ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for runtest in `find . -name run_test\.sh` 16:41:22 [2023-03-05T21:41:22.259Z] ++ ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + OPT=list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + TEST_ID= 16:41:22 [2023-03-05T21:41:22.259Z] ++ dirname ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh 16:41:22 [2023-03-05T21:41:22.259Z] + source ./appserver/tests/appserv-tests/devtests/deployment/../../../common_test.sh 16:41:22 [2023-03-05T21:41:22.259Z] +++ uname 16:41:22 [2023-03-05T21:41:22.259Z] +++ grep -i sunos 16:41:22 [2023-03-05T21:41:22.259Z] +++ wc -l 16:41:22 [2023-03-05T21:41:22.259Z] +++ awk '{print $1}' 16:41:22 [2023-03-05T21:41:22.259Z] ++ '[' 0 -eq 1 ']' 16:41:22 [2023-03-05T21:41:22.259Z] ++ GREP=grep 16:41:22 [2023-03-05T21:41:22.259Z] ++ AWK=awk 16:41:22 [2023-03-05T21:41:22.259Z] ++ SED=sed 16:41:22 [2023-03-05T21:41:22.259Z] ++ BC=bc 16:41:22 [2023-03-05T21:41:22.259Z] ++ export GREP AWK SED BC 16:41:22 [2023-03-05T21:41:22.259Z] + case ${OPT} in 16:41:22 [2023-03-05T21:41:22.259Z] + list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + echo deployment_all deployment_cluster_all 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ deployment_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ deployment_cluster_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + [[ false = true ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for runtest in `find . -name run_test\.sh` 16:41:22 [2023-03-05T21:41:22.259Z] ++ ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + OPT=list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + TEST_ID= 16:41:22 [2023-03-05T21:41:22.259Z] ++ dirname ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh 16:41:22 [2023-03-05T21:41:22.259Z] + source ./appserver/tests/appserv-tests/devtests/ejb/../../../common_test.sh 16:41:22 [2023-03-05T21:41:22.259Z] +++ uname 16:41:22 [2023-03-05T21:41:22.259Z] +++ grep -i sunos 16:41:22 [2023-03-05T21:41:22.259Z] +++ wc -l 16:41:22 [2023-03-05T21:41:22.259Z] +++ awk '{print $1}' 16:41:22 [2023-03-05T21:41:22.259Z] ++ '[' 0 -eq 1 ']' 16:41:22 [2023-03-05T21:41:22.259Z] ++ GREP=grep 16:41:22 [2023-03-05T21:41:22.259Z] ++ AWK=awk 16:41:22 [2023-03-05T21:41:22.259Z] ++ SED=sed 16:41:22 [2023-03-05T21:41:22.259Z] ++ BC=bc 16:41:22 [2023-03-05T21:41:22.259Z] ++ export GREP AWK SED BC 16:41:22 [2023-03-05T21:41:22.259Z] + case ${OPT} in 16:41:22 [2023-03-05T21:41:22.259Z] + list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + echo ejb_all ejb_timer_cluster_all ejb_web_all ejb_group_1 ejb_group_2 ejb_group_3 ejb_group_embedded 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ ejb_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ ejb_timer_cluster_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ ejb_web_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ ejb_group_1 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ ejb_group_2 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ ejb_group_3 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.259Z] + [[ ejb_group_embedded = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.259Z] + [[ false = true ]] 16:41:22 [2023-03-05T21:41:22.259Z] + for runtest in `find . -name run_test\.sh` 16:41:22 [2023-03-05T21:41:22.259Z] ++ ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh list_test_ids 16:41:22 [2023-03-05T21:41:22.259Z] + OPT=list_test_ids 16:41:22 [2023-03-05T21:41:22.260Z] + TEST_ID= 16:41:22 [2023-03-05T21:41:22.260Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh 16:41:22 [2023-03-05T21:41:22.260Z] + source ./appserver/tests/appserv-tests/devtests/jdbc/../../../common_test.sh 16:41:22 [2023-03-05T21:41:22.260Z] +++ uname 16:41:22 [2023-03-05T21:41:22.260Z] +++ grep -i sunos 16:41:22 [2023-03-05T21:41:22.260Z] +++ wc -l 16:41:22 [2023-03-05T21:41:22.260Z] +++ awk '{print $1}' 16:41:22 [2023-03-05T21:41:22.260Z] ++ '[' 0 -eq 1 ']' 16:41:22 [2023-03-05T21:41:22.260Z] ++ GREP=grep 16:41:22 [2023-03-05T21:41:22.260Z] ++ AWK=awk 16:41:22 [2023-03-05T21:41:22.260Z] ++ SED=sed 16:41:22 [2023-03-05T21:41:22.260Z] ++ BC=bc 16:41:22 [2023-03-05T21:41:22.260Z] ++ export GREP AWK SED BC 16:41:22 [2023-03-05T21:41:22.260Z] + case ${OPT} in 16:41:22 [2023-03-05T21:41:22.260Z] + list_test_ids 16:41:22 [2023-03-05T21:41:22.260Z] + echo jdbc_all 16:41:22 [2023-03-05T21:41:22.260Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.260Z] + [[ jdbc_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.260Z] + [[ false = true ]] 16:41:22 [2023-03-05T21:41:22.260Z] + for runtest in `find . -name run_test\.sh` 16:41:22 [2023-03-05T21:41:22.260Z] ++ ./appserver/tests/appserv-tests/devtests/jms/run_test.sh list_test_ids 16:41:22 [2023-03-05T21:41:22.260Z] + OPT=list_test_ids 16:41:22 [2023-03-05T21:41:22.260Z] + TEST_ID= 16:41:22 [2023-03-05T21:41:22.260Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jms/run_test.sh 16:41:22 [2023-03-05T21:41:22.260Z] + source ./appserver/tests/appserv-tests/devtests/jms/../../../common_test.sh 16:41:22 [2023-03-05T21:41:22.260Z] +++ uname 16:41:22 [2023-03-05T21:41:22.260Z] +++ grep -i sunos 16:41:22 [2023-03-05T21:41:22.260Z] +++ wc -l 16:41:22 [2023-03-05T21:41:22.260Z] +++ awk '{print $1}' 16:41:22 [2023-03-05T21:41:22.260Z] ++ '[' 0 -eq 1 ']' 16:41:22 [2023-03-05T21:41:22.260Z] ++ GREP=grep 16:41:22 [2023-03-05T21:41:22.260Z] ++ AWK=awk 16:41:22 [2023-03-05T21:41:22.260Z] ++ SED=sed 16:41:22 [2023-03-05T21:41:22.260Z] ++ BC=bc 16:41:22 [2023-03-05T21:41:22.260Z] ++ export GREP AWK SED BC 16:41:22 [2023-03-05T21:41:22.260Z] + case ${OPT} in 16:41:22 [2023-03-05T21:41:22.260Z] + list_test_ids 16:41:22 [2023-03-05T21:41:22.260Z] + echo jms_all 16:41:22 [2023-03-05T21:41:22.260Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.260Z] + [[ jms_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.260Z] + [[ false = true ]] 16:41:22 [2023-03-05T21:41:22.260Z] + for runtest in `find . -name run_test\.sh` 16:41:22 [2023-03-05T21:41:22.260Z] ++ ./appserver/tests/appserv-tests/devtests/naming/run_test.sh list_test_ids 16:41:22 [2023-03-05T21:41:22.260Z] + OPT=list_test_ids 16:41:22 [2023-03-05T21:41:22.260Z] + TEST_ID= 16:41:22 [2023-03-05T21:41:22.260Z] ++ dirname ./appserver/tests/appserv-tests/devtests/naming/run_test.sh 16:41:22 [2023-03-05T21:41:22.260Z] + source ./appserver/tests/appserv-tests/devtests/naming/../../../common_test.sh 16:41:22 [2023-03-05T21:41:22.260Z] +++ uname 16:41:22 [2023-03-05T21:41:22.260Z] +++ grep -i sunos 16:41:22 [2023-03-05T21:41:22.260Z] +++ wc -l 16:41:22 [2023-03-05T21:41:22.260Z] +++ awk '{print $1}' 16:41:22 [2023-03-05T21:41:22.260Z] ++ '[' 0 -eq 1 ']' 16:41:22 [2023-03-05T21:41:22.260Z] ++ GREP=grep 16:41:22 [2023-03-05T21:41:22.260Z] ++ AWK=awk 16:41:22 [2023-03-05T21:41:22.260Z] ++ SED=sed 16:41:22 [2023-03-05T21:41:22.260Z] ++ BC=bc 16:41:22 [2023-03-05T21:41:22.260Z] ++ export GREP AWK SED BC 16:41:22 [2023-03-05T21:41:22.260Z] + case ${OPT} in 16:41:22 [2023-03-05T21:41:22.260Z] + list_test_ids 16:41:22 [2023-03-05T21:41:22.260Z] + echo naming_all 16:41:22 [2023-03-05T21:41:22.260Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.260Z] + [[ naming_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.260Z] + [[ false = true ]] 16:41:22 [2023-03-05T21:41:22.260Z] + for runtest in `find . -name run_test\.sh` 16:41:22 [2023-03-05T21:41:22.260Z] ++ ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh list_test_ids 16:41:22 [2023-03-05T21:41:22.260Z] + OPT=list_test_ids 16:41:22 [2023-03-05T21:41:22.260Z] + TEST_ID= 16:41:22 [2023-03-05T21:41:22.260Z] ++ dirname ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh 16:41:22 [2023-03-05T21:41:22.260Z] + source ./appserver/tests/appserv-tests/devtests/persistence/../../../common_test.sh 16:41:22 [2023-03-05T21:41:22.260Z] +++ uname 16:41:22 [2023-03-05T21:41:22.260Z] +++ grep -i sunos 16:41:22 [2023-03-05T21:41:22.260Z] +++ wc -l 16:41:22 [2023-03-05T21:41:22.260Z] +++ awk '{print $1}' 16:41:22 [2023-03-05T21:41:22.260Z] ++ '[' 0 -eq 1 ']' 16:41:22 [2023-03-05T21:41:22.260Z] ++ GREP=grep 16:41:22 [2023-03-05T21:41:22.260Z] ++ AWK=awk 16:41:22 [2023-03-05T21:41:22.260Z] ++ SED=sed 16:41:22 [2023-03-05T21:41:22.260Z] ++ BC=bc 16:41:22 [2023-03-05T21:41:22.260Z] ++ export GREP AWK SED BC 16:41:22 [2023-03-05T21:41:22.260Z] + case ${OPT} in 16:41:22 [2023-03-05T21:41:22.260Z] + list_test_ids 16:41:22 [2023-03-05T21:41:22.260Z] + echo persistence_all 16:41:22 [2023-03-05T21:41:22.260Z] + for id in `${runtest} list_test_ids` 16:41:22 [2023-03-05T21:41:22.260Z] + [[ persistence_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] 16:41:22 [2023-03-05T21:41:22.260Z] + found=true 16:41:22 [2023-03-05T21:41:22.260Z] + break 16:41:22 [2023-03-05T21:41:22.260Z] + [[ true = true ]] 16:41:22 [2023-03-05T21:41:22.260Z] + ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh run_test_id persistence_all 16:41:22 [2023-03-05T21:41:22.260Z] + OPT=run_test_id 16:41:22 [2023-03-05T21:41:22.260Z] + TEST_ID=persistence_all 16:41:22 [2023-03-05T21:41:22.260Z] ++ dirname ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh 16:41:22 [2023-03-05T21:41:22.260Z] + source ./appserver/tests/appserv-tests/devtests/persistence/../../../common_test.sh 16:41:22 [2023-03-05T21:41:22.260Z] +++ uname 16:41:22 [2023-03-05T21:41:22.260Z] +++ grep -i sunos 16:41:22 [2023-03-05T21:41:22.260Z] +++ wc -l 16:41:22 [2023-03-05T21:41:22.260Z] +++ awk '{print $1}' 16:41:22 [2023-03-05T21:41:22.260Z] ++ '[' 0 -eq 1 ']' 16:41:22 [2023-03-05T21:41:22.260Z] ++ GREP=grep 16:41:22 [2023-03-05T21:41:22.260Z] ++ AWK=awk 16:41:22 [2023-03-05T21:41:22.260Z] ++ SED=sed 16:41:22 [2023-03-05T21:41:22.260Z] ++ BC=bc 16:41:22 [2023-03-05T21:41:22.260Z] ++ export GREP AWK SED BC 16:41:22 [2023-03-05T21:41:22.260Z] + case ${OPT} in 16:41:22 [2023-03-05T21:41:22.260Z] + trap 'copy_test_artifacts persistence_all' EXIT 16:41:22 [2023-03-05T21:41:22.260Z] + run_test_id persistence_all 16:41:22 [2023-03-05T21:41:22.260Z] + unzip_test_resources /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip 16:41:22 [2023-03-05T21:41:22.260Z] + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' 16:41:22 [2023-03-05T21:41:22.260Z] 16:41:22 [2023-03-05T21:41:22.260Z] ===== UNZIP TEST RESOURCES ===== 16:41:22 [2023-03-05T21:41:22.260Z] 16:41:22 [2023-03-05T21:41:22.260Z] + for i in "${@}" 16:41:22 [2023-03-05T21:41:22.260Z] + [[ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip == *.zip* ]] 16:41:22 [2023-03-05T21:41:22.260Z] + unzip -qq -o /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target 16:41:23 [2023-03-05T21:41:23.189Z] ++ dirname ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh 16:41:23 [2023-03-05T21:41:23.189Z] + cd ./appserver/tests/appserv-tests/devtests/persistence 16:41:23 [2023-03-05T21:41:23.189Z] + test_init 16:41:23 [2023-03-05T21:41:23.189Z] + printf '\n%s \n\n' '===== V2 DEVTESTS INIT =====' 16:41:23 [2023-03-05T21:41:23.189Z] 16:41:23 [2023-03-05T21:41:23.189Z] ===== V2 DEVTESTS INIT ===== 16:41:23 [2023-03-05T21:41:23.189Z] 16:41:23 [2023-03-05T21:41:23.189Z] + find /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish -type f 16:41:23 [2023-03-05T21:41:23.189Z] + xargs touch 16:41:23 [2023-03-05T21:41:23.189Z] + echo S1AS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:41:23 [2023-03-05T21:41:23.189Z] S1AS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:41:23 [2023-03-05T21:41:23.189Z] + echo ANT_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant 16:41:23 [2023-03-05T21:41:23.189Z] ANT_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant 16:41:23 [2023-03-05T21:41:23.189Z] + echo APS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests 16:41:23 [2023-03-05T21:41:23.189Z] APS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests 16:41:23 [2023-03-05T21:41:23.189Z] + java -version 16:41:23 [2023-03-05T21:41:23.189Z] openjdk version "18.0.2" 2022-07-19 16:41:23 [2023-03-05T21:41:23.189Z] OpenJDK Runtime Environment (build 18.0.2+9-61) 16:41:23 [2023-03-05T21:41:23.189Z] OpenJDK 64-Bit Server VM (build 18.0.2+9-61, mixed mode, sharing) 16:41:23 [2023-03-05T21:41:23.189Z] + ant -version 16:41:23 [2023-03-05T21:41:23.189Z] Apache Ant(TM) version 1.9.16 compiled on July 10 2021 16:41:23 [2023-03-05T21:41:23.189Z] + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:41:23 [2023-03-05T21:41:23.189Z] + printf '\n\n' 16:41:23 [2023-03-05T21:41:23.189Z] 16:41:23 [2023-03-05T21:41:23.189Z] 16:41:23 [2023-03-05T21:41:23.189Z] + get_test_target persistence_all 16:41:23 [2023-03-05T21:41:23.189Z] + case ${1} in 16:41:23 [2023-03-05T21:41:23.189Z] + TARGET=all 16:41:23 [2023-03-05T21:41:23.189Z] + export TARGET 16:41:23 [2023-03-05T21:41:23.189Z] + test_run 16:41:23 [2023-03-05T21:41:23.189Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin start-domain 16:41:28 [2023-03-05T21:41:28.320Z] Waiting for domain1 to start ..... 16:41:28 [2023-03-05T21:41:28.320Z] Waiting finished after 4,543 ms. 16:41:28 [2023-03-05T21:41:28.320Z] Successfully started the domain : domain1 16:41:28 [2023-03-05T21:41:28.320Z] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:41:28 [2023-03-05T21:41:28.320Z] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:41:28 [2023-03-05T21:41:28.320Z] Admin Port: 4,848 16:41:28 [2023-03-05T21:41:28.320Z] Command start-domain executed successfully. 16:41:28 [2023-03-05T21:41:28.620Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin start-database 16:41:29 [2023-03-05T21:41:29.550Z] Starting database in Network Server mode on host 0.0.0.0 and port 1527. 16:41:31 [2023-03-05T21:41:31.456Z] --------- Derby Network Server Information -------- 16:41:31 [2023-03-05T21:41:31.456Z] Version: CSS10150/10.15.2.0 - (1873585) Build: 1873585 DRDA Product Id: CSS10150 16:41:31 [2023-03-05T21:41:31.456Z] -- listing properties -- 16:41:31 [2023-03-05T21:41:31.456Z] derby.drda.timeSlice=0 16:41:31 [2023-03-05T21:41:31.456Z] derby.drda.portNumber=1527 16:41:31 [2023-03-05T21:41:31.456Z] derby.drda.minThreads=0 16:41:31 [2023-03-05T21:41:31.456Z] derby.drda.sslMode=off 16:41:31 [2023-03-05T21:41:31.456Z] derby.drda.traceAll=false 16:41:31 [2023-03-05T21:41:31.456Z] derby.drda.keepAlive=true 16:41:31 [2023-03-05T21:41:31.456Z] derby.drda.maxThreads=0 16:41:31 [2023-03-05T21:41:31.456Z] derby.drda.logConnections=false 16:41:31 [2023-03-05T21:41:31.456Z] derby.drda.startNetworkServer=false 16:41:31 [2023-03-05T21:41:31.456Z] derby.drda.host=0.0.0.0 16:41:31 [2023-03-05T21:41:31.456Z] derby.drda.traceDirectory=/home/jenkins/agent/workspace/glassfi... 16:41:31 [2023-03-05T21:41:31.456Z] ------------------ Java Information ------------------ 16:41:31 [2023-03-05T21:41:31.456Z] Java Version: 18.0.2 16:41:31 [2023-03-05T21:41:31.456Z] Java Vendor: Oracle Corporation 16:41:31 [2023-03-05T21:41:31.456Z] Java home: /opt/tools/java/openjdk/jdk-18/18.0.2+9 16:41:31 [2023-03-05T21:41:31.457Z] Java classpath: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/lib/asadmin/cli-optional.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derby.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyshared.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbytools.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbynet.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyclient.jar 16:41:31 [2023-03-05T21:41:31.457Z] OS name: Linux 16:41:31 [2023-03-05T21:41:31.457Z] OS architecture: amd64 16:41:31 [2023-03-05T21:41:31.457Z] OS version: 5.17.13-200.fc35.x86_64 16:41:31 [2023-03-05T21:41:31.457Z] Java user name: jenkins 16:41:31 [2023-03-05T21:41:31.457Z] Java user home: /home/jenkins 16:41:31 [2023-03-05T21:41:31.457Z] Java user dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence 16:41:31 [2023-03-05T21:41:31.457Z] java.specification.name: Java Platform API Specification 16:41:31 [2023-03-05T21:41:31.457Z] java.specification.version: 18 16:41:31 [2023-03-05T21:41:31.457Z] java.runtime.version: 18.0.2+9-61 16:41:31 [2023-03-05T21:41:31.457Z] --------- Derby Information -------- 16:41:31 [2023-03-05T21:41:31.457Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derby.jar] 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbytools.jar] 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbynet.jar] 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyclient.jar] 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyshared.jar] 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] ------------------------------------------------------ 16:41:31 [2023-03-05T21:41:31.457Z] ----------------- Locale Information ----------------- 16:41:31 [2023-03-05T21:41:31.457Z] Current Locale : [English/United States [en_US]] 16:41:31 [2023-03-05T21:41:31.457Z] Found support for locale: [cs] 16:41:31 [2023-03-05T21:41:31.457Z] version: 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] Found support for locale: [de_DE] 16:41:31 [2023-03-05T21:41:31.457Z] version: 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] Found support for locale: [es] 16:41:31 [2023-03-05T21:41:31.457Z] version: 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] Found support for locale: [fr] 16:41:31 [2023-03-05T21:41:31.457Z] version: 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] Found support for locale: [hu] 16:41:31 [2023-03-05T21:41:31.457Z] version: 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] Found support for locale: [it] 16:41:31 [2023-03-05T21:41:31.457Z] version: 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] Found support for locale: [ja_JP] 16:41:31 [2023-03-05T21:41:31.457Z] version: 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] Found support for locale: [ko_KR] 16:41:31 [2023-03-05T21:41:31.457Z] version: 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] Found support for locale: [pl] 16:41:31 [2023-03-05T21:41:31.457Z] version: 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] Found support for locale: [pt_BR] 16:41:31 [2023-03-05T21:41:31.457Z] version: 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] Found support for locale: [ru] 16:41:31 [2023-03-05T21:41:31.457Z] version: 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] Found support for locale: [zh_CN] 16:41:31 [2023-03-05T21:41:31.457Z] version: 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] Found support for locale: [zh_TW] 16:41:31 [2023-03-05T21:41:31.457Z] version: 10.15.2.0 - (1873585) 16:41:31 [2023-03-05T21:41:31.457Z] ------------------------------------------------------ 16:41:31 [2023-03-05T21:41:31.457Z] ------------------------------------------------------ 16:41:31 [2023-03-05T21:41:31.457Z] 16:41:31 [2023-03-05T21:41:31.457Z] Starting database in the background. 16:41:31 [2023-03-05T21:41:31.457Z] Log redirected to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.log. 16:41:31 [2023-03-05T21:41:31.457Z] Command start-database executed successfully. 16:41:31 [2023-03-05T21:41:31.457Z] + cd /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging 16:41:31 [2023-03-05T21:41:31.457Z] + ant all 16:41:31 [2023-03-05T21:41:31.457Z] + tee /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/tests-run.log 16:41:31 [2023-03-05T21:41:31.719Z] Buildfile: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/build.xml 16:41:31 [2023-03-05T21:41:31.976Z] 16:41:31 [2023-03-05T21:41:31.976Z] all: 16:41:31 [2023-03-05T21:41:31.976Z] 16:41:31 [2023-03-05T21:41:31.976Z] setOSConditions: 16:41:31 [2023-03-05T21:41:31.976Z] 16:41:31 [2023-03-05T21:41:31.976Z] setToolWin: 16:41:31 [2023-03-05T21:41:31.976Z] 16:41:31 [2023-03-05T21:41:31.976Z] setToolUnix: 16:41:31 [2023-03-05T21:41:31.976Z] 16:41:31 [2023-03-05T21:41:31.976Z] setToolProperty: 16:41:31 [2023-03-05T21:41:31.976Z] 16:41:31 [2023-03-05T21:41:31.976Z] setS1ASclassPath: 16:41:31 [2023-03-05T21:41:31.976Z] 16:41:31 [2023-03-05T21:41:31.976Z] init-common: 16:41:31 [2023-03-05T21:41:31.976Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:41:31 [2023-03-05T21:41:31.976Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:41:31 [2023-03-05T21:41:31.976Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:41:31 [2023-03-05T21:41:31.976Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:41:31 [2023-03-05T21:41:31.976Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:41:31 [2023-03-05T21:41:31.976Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:41:31 [2023-03-05T21:41:31.976Z] 16:41:31 [2023-03-05T21:41:31.976Z] setup: 16:41:31 [2023-03-05T21:41:31.976Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgEarLibTest/descriptor 16:41:32 [2023-03-05T21:41:32.232Z] 16:41:32 [2023-03-05T21:41:32.232Z] setOSConditions: 16:41:32 [2023-03-05T21:41:32.232Z] 16:41:32 [2023-03-05T21:41:32.232Z] setToolWin: 16:41:32 [2023-03-05T21:41:32.232Z] 16:41:32 [2023-03-05T21:41:32.232Z] setToolUnix: 16:41:32 [2023-03-05T21:41:32.232Z] 16:41:32 [2023-03-05T21:41:32.232Z] setToolProperty: 16:41:32 [2023-03-05T21:41:32.232Z] 16:41:32 [2023-03-05T21:41:32.232Z] setS1ASclassPath: 16:41:32 [2023-03-05T21:41:32.232Z] 16:41:32 [2023-03-05T21:41:32.232Z] init-common: 16:41:32 [2023-03-05T21:41:32.232Z] 16:41:32 [2023-03-05T21:41:32.232Z] create-jdbc-persistence-connpool-common: 16:41:32 [2023-03-05T21:41:32.488Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 16:41:32 [2023-03-05T21:41:32.488Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 16:41:32 [2023-03-05T21:41:32.488Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true --property "User=dbuser:Password=dbpassword:dataBaseName=testdb:serverName=localhost:portNumber=1527:retrieveMessagesFromServerOnGetMessage=true:serverName=localhost:connectionAttributes=\\;create\\=true" --target server pkgEarLibTest-pool 16:41:33 [2023-03-05T21:41:33.052Z] [exec] JDBC connection pool pkgEarLibTest-pool created successfully. 16:41:33 [2023-03-05T21:41:33.052Z] 16:41:33 [2023-03-05T21:41:33.052Z] setOSConditions: 16:41:33 [2023-03-05T21:41:33.052Z] 16:41:33 [2023-03-05T21:41:33.052Z] setToolWin: 16:41:33 [2023-03-05T21:41:33.052Z] 16:41:33 [2023-03-05T21:41:33.052Z] setToolUnix: 16:41:33 [2023-03-05T21:41:33.052Z] 16:41:33 [2023-03-05T21:41:33.052Z] setToolProperty: 16:41:33 [2023-03-05T21:41:33.052Z] 16:41:33 [2023-03-05T21:41:33.052Z] setS1ASclassPath: 16:41:33 [2023-03-05T21:41:33.052Z] 16:41:33 [2023-03-05T21:41:33.052Z] init-common: 16:41:33 [2023-03-05T21:41:33.052Z] 16:41:33 [2023-03-05T21:41:33.052Z] create-jdbc-resource-common: 16:41:33 [2023-03-05T21:41:33.052Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid pkgEarLibTest-pool --target server jdbc/pkgEarLibTest 16:41:33 [2023-03-05T21:41:33.627Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid pkgEarLibTest-pool --enabled=true --target server jdbc/pkgEarLibTest 16:41:33 [2023-03-05T21:41:33.627Z] [exec] JDBC resource jdbc/pkgEarLibTest created successfully. 16:41:33 [2023-03-05T21:41:33.627Z] [echo] cmd executed for server 16:41:33 [2023-03-05T21:41:33.627Z] 16:41:33 [2023-03-05T21:41:33.627Z] clean: 16:41:33 [2023-03-05T21:41:33.627Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive, /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:41:33 [2023-03-05T21:41:33.627Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:41:33 [2023-03-05T21:41:33.627Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:41:33 [2023-03-05T21:41:33.627Z] 16:41:33 [2023-03-05T21:41:33.627Z] compile: 16:41:33 [2023-03-05T21:41:33.627Z] 16:41:33 [2023-03-05T21:41:33.627Z] setOSConditions: 16:41:33 [2023-03-05T21:41:33.627Z] 16:41:33 [2023-03-05T21:41:33.627Z] setToolWin: 16:41:33 [2023-03-05T21:41:33.627Z] 16:41:33 [2023-03-05T21:41:33.627Z] setToolUnix: 16:41:33 [2023-03-05T21:41:33.627Z] 16:41:33 [2023-03-05T21:41:33.627Z] setToolProperty: 16:41:33 [2023-03-05T21:41:33.627Z] 16:41:33 [2023-03-05T21:41:33.627Z] setS1ASclassPath: 16:41:33 [2023-03-05T21:41:33.627Z] 16:41:33 [2023-03-05T21:41:33.627Z] init-common: 16:41:33 [2023-03-05T21:41:33.627Z] 16:41:33 [2023-03-05T21:41:33.627Z] compile-common: 16:41:33 [2023-03-05T21:41:33.627Z] [echo] Current time (ISO): 2023-03-05T21:41:33.546+0000 16:41:33 [2023-03-05T21:41:33.627Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:41:33 [2023-03-05T21:41:33.627Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:41:34 [2023-03-05T21:41:34.996Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:41:34 [2023-03-05T21:41:34.996Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:41:34 [2023-03-05T21:41:34.996Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:41:34 [2023-03-05T21:41:34.996Z] [javac] 2 warnings 16:41:34 [2023-03-05T21:41:34.996Z] 16:41:34 [2023-03-05T21:41:34.996Z] setOSConditions: 16:41:34 [2023-03-05T21:41:34.996Z] 16:41:34 [2023-03-05T21:41:34.996Z] setToolWin: 16:41:34 [2023-03-05T21:41:34.996Z] 16:41:34 [2023-03-05T21:41:34.996Z] setToolUnix: 16:41:34 [2023-03-05T21:41:34.996Z] 16:41:34 [2023-03-05T21:41:34.996Z] setToolProperty: 16:41:34 [2023-03-05T21:41:34.996Z] 16:41:34 [2023-03-05T21:41:34.996Z] setS1ASclassPath: 16:41:34 [2023-03-05T21:41:34.996Z] 16:41:34 [2023-03-05T21:41:34.996Z] init-common: 16:41:34 [2023-03-05T21:41:34.996Z] 16:41:34 [2023-03-05T21:41:34.996Z] compile-common: 16:41:34 [2023-03-05T21:41:34.996Z] [echo] Current time (ISO): 2023-03-05T21:41:34.942+0000 16:41:34 [2023-03-05T21:41:34.996Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:41:36 [2023-03-05T21:41:36.363Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:41:36 [2023-03-05T21:41:36.363Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:41:36 [2023-03-05T21:41:36.363Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:41:36 [2023-03-05T21:41:36.363Z] [javac] 2 warnings 16:41:36 [2023-03-05T21:41:36.619Z] 16:41:36 [2023-03-05T21:41:36.620Z] setOSConditions: 16:41:36 [2023-03-05T21:41:36.620Z] 16:41:36 [2023-03-05T21:41:36.620Z] setToolWin: 16:41:36 [2023-03-05T21:41:36.620Z] 16:41:36 [2023-03-05T21:41:36.620Z] setToolUnix: 16:41:36 [2023-03-05T21:41:36.620Z] 16:41:36 [2023-03-05T21:41:36.620Z] setToolProperty: 16:41:36 [2023-03-05T21:41:36.620Z] 16:41:36 [2023-03-05T21:41:36.620Z] setS1ASclassPath: 16:41:36 [2023-03-05T21:41:36.620Z] 16:41:36 [2023-03-05T21:41:36.620Z] init-common: 16:41:36 [2023-03-05T21:41:36.620Z] 16:41:36 [2023-03-05T21:41:36.620Z] compile-common: 16:41:36 [2023-03-05T21:41:36.620Z] [echo] Current time (ISO): 2023-03-05T21:41:36.368+0000 16:41:36 [2023-03-05T21:41:36.620Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:41:38 [2023-03-05T21:41:38.021Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:41:38 [2023-03-05T21:41:38.021Z] [javac] 1 warning 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] pkg-pu: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] setOSConditions: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] setToolWin: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] setToolUnix: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] setToolProperty: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] setS1ASclassPath: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] init-common: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] package-pu-common: 16:41:38 [2023-03-05T21:41:38.021Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes, /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive, descriptor/persistence.xml 16:41:38 [2023-03-05T21:41:38.021Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:41:38 [2023-03-05T21:41:38.021Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:41:38 [2023-03-05T21:41:38.021Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:41:38 [2023-03-05T21:41:38.021Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/entity.jar 16:41:38 [2023-03-05T21:41:38.021Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] build: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] setOSConditions: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] fixFiles: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] convUnix: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] convWin: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] setToolWin: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] setToolUnix: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] setToolProperty: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] setS1ASclassPath: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] init-common: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] ejb-jar-common: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] package-ejbjar-common: 16:41:38 [2023-03-05T21:41:38.021Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:41:38 [2023-03-05T21:41:38.021Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:41:38 [2023-03-05T21:41:38.021Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEarLibTest-ejb.jar 16:41:38 [2023-03-05T21:41:38.021Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] appclient-jar-common: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] package-appclientjar-common: 16:41:38 [2023-03-05T21:41:38.021Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:41:38 [2023-03-05T21:41:38.021Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEarLibTest-client.jar 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] webclient-war-common: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] build-entity-earlib: 16:41:38 [2023-03-05T21:41:38.021Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib 16:41:38 [2023-03-05T21:41:38.021Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib 16:41:38 [2023-03-05T21:41:38.021Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgEarLibTest/descriptor/application.xml to copy. 16:41:38 [2023-03-05T21:41:38.021Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgEarLibTest/${glassfish-resources.xml} to copy. 16:41:38 [2023-03-05T21:41:38.021Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEarLibTestApp.ear 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] deploy: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] setOSConditions: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] setToolWin: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] setToolUnix: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] setToolProperty: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] setS1ASclassPath: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] init-common: 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.021Z] deploy-common: 16:41:38 [2023-03-05T21:41:38.021Z] [echo] Current time (ISO): 2023-03-05T21:41:37.835+0000 16:41:38 [2023-03-05T21:41:38.021Z] 16:41:38 [2023-03-05T21:41:38.022Z] setOSConditions: 16:41:38 [2023-03-05T21:41:38.022Z] 16:41:38 [2023-03-05T21:41:38.022Z] setToolWin: 16:41:38 [2023-03-05T21:41:38.022Z] 16:41:38 [2023-03-05T21:41:38.022Z] setToolUnix: 16:41:38 [2023-03-05T21:41:38.022Z] 16:41:38 [2023-03-05T21:41:38.022Z] setToolProperty: 16:41:38 [2023-03-05T21:41:38.022Z] 16:41:38 [2023-03-05T21:41:38.022Z] setS1ASclassPath: 16:41:38 [2023-03-05T21:41:38.022Z] 16:41:38 [2023-03-05T21:41:38.022Z] init-common: 16:41:38 [2023-03-05T21:41:38.022Z] 16:41:38 [2023-03-05T21:41:38.022Z] deploy-common-pe: 16:41:38 [2023-03-05T21:41:38.278Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEarLibTestApp.ear 16:41:43 [2023-03-05T21:41:43.551Z] [exec] Application deployed with name ejb-cmp-pkgEarLibTestApp. 16:41:43 [2023-03-05T21:41:43.551Z] [echo] Deployment on target server server successful 16:41:43 [2023-03-05T21:41:43.551Z] 16:41:43 [2023-03-05T21:41:43.551Z] setOSConditions: 16:41:43 [2023-03-05T21:41:43.551Z] 16:41:43 [2023-03-05T21:41:43.551Z] setToolWin: 16:41:43 [2023-03-05T21:41:43.551Z] 16:41:43 [2023-03-05T21:41:43.551Z] setToolUnix: 16:41:43 [2023-03-05T21:41:43.551Z] 16:41:43 [2023-03-05T21:41:43.551Z] setToolProperty: 16:41:43 [2023-03-05T21:41:43.551Z] 16:41:43 [2023-03-05T21:41:43.551Z] setS1ASclassPath: 16:41:43 [2023-03-05T21:41:43.551Z] 16:41:43 [2023-03-05T21:41:43.551Z] init-common: 16:41:43 [2023-03-05T21:41:43.551Z] 16:41:43 [2023-03-05T21:41:43.551Z] deploy-common-ee: 16:41:43 [2023-03-05T21:41:43.551Z] 16:41:43 [2023-03-05T21:41:43.551Z] run: 16:41:43 [2023-03-05T21:41:43.551Z] 16:41:43 [2023-03-05T21:41:43.551Z] setOSConditions: 16:41:43 [2023-03-05T21:41:43.551Z] 16:41:43 [2023-03-05T21:41:43.551Z] setToolWin: 16:41:43 [2023-03-05T21:41:43.551Z] 16:41:43 [2023-03-05T21:41:43.551Z] setToolUnix: 16:41:43 [2023-03-05T21:41:43.551Z] 16:41:43 [2023-03-05T21:41:43.551Z] setToolProperty: 16:41:43 [2023-03-05T21:41:43.551Z] 16:41:43 [2023-03-05T21:41:43.551Z] setS1ASclassPath: 16:41:43 [2023-03-05T21:41:43.551Z] 16:41:43 [2023-03-05T21:41:43.551Z] init-common: 16:41:43 [2023-03-05T21:41:43.551Z] 16:41:43 [2023-03-05T21:41:43.551Z] runclient-common: 16:41:43 [2023-03-05T21:41:43.551Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEarLibTestAppClient.jar -name ejb-cmp-pkgEarLibTestClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml EJB3_pkgEarLibTest 16:41:43 [2023-03-05T21:41:43.551Z] [exec] Mar 05, 2023 9:41:43 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:41:43 [2023-03-05T21:41:43.551Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:41:44 [2023-03-05T21:41:44.126Z] [exec] Mar 05, 2023 9:41:43 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 16:41:44 [2023-03-05T21:41:44.126Z] [exec] WARNING: ACC001: Using the only client [ejb-cmp-pkgEarLibTest-client] with main class [client.AppClient] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEarLibTestAppClient.jar even though it does not match the specified main class name null or client name ejb-cmp-pkgEarLibTestClient 16:41:46 [2023-03-05T21:41:46.019Z] [exec] Mar 05, 2023 9:41:45 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:41:46 [2023-03-05T21:41:46.019Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@476fde05 16:41:46 [2023-03-05T21:41:46.019Z] [exec] args ->[Ljava.lang.String;@4c8d45cf 16:41:46 [2023-03-05T21:41:46.019Z] [exec] args0 ->EJB3_pkgEarLibTest 16:41:46 [2023-03-05T21:41:46.019Z] [exec] Inserting Customer and Orders... OK 16:41:46 [2023-03-05T21:41:46.019Z] [exec] Value of key is:EJB3_pkgEarLibTest-InsertCustomer 16:41:46 [2023-03-05T21:41:46.276Z] [exec] Verifying that all are inserted... OK 16:41:46 [2023-03-05T21:41:46.276Z] [exec] Value of key is:EJB3_pkgEarLibTest-VerifyCustomerInsert 16:41:46 [2023-03-05T21:41:46.276Z] [exec] Removing all... OK 16:41:46 [2023-03-05T21:41:46.276Z] [exec] Value of key is:EJB3_pkgEarLibTest-DeleteCustomer 16:41:46 [2023-03-05T21:41:46.276Z] [exec] Verifying that all are removed... OK 16:41:46 [2023-03-05T21:41:46.276Z] [exec] Value of key is:EJB3_pkgEarLibTest-VerifyDeleteCustomer 16:41:46 [2023-03-05T21:41:46.276Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:41:46 [2023-03-05T21:41:46.276Z] [exec] 16:41:46 [2023-03-05T21:41:46.276Z] [exec] 16:41:46 [2023-03-05T21:41:46.276Z] [exec] ----------------------------------------- 16:41:46 [2023-03-05T21:41:46.276Z] [exec] - EJB3_pkgEarLibTest-InsertCustomer: PASS - 16:41:46 [2023-03-05T21:41:46.276Z] [exec] - EJB3_pkgEarLibTest-VerifyDeleteCustomer: PASS - 16:41:46 [2023-03-05T21:41:46.276Z] [exec] - EJB3_pkgEarLibTest-VerifyCustomerInsert: PASS - 16:41:46 [2023-03-05T21:41:46.276Z] [exec] - EJB3_pkgEarLibTest-DeleteCustomer: PASS - 16:41:46 [2023-03-05T21:41:46.276Z] [exec] ----------------------------------------- 16:41:46 [2023-03-05T21:41:46.276Z] [exec] Total PASS: 4 16:41:46 [2023-03-05T21:41:46.276Z] [exec] Total FAIL: 0 16:41:46 [2023-03-05T21:41:46.276Z] [exec] Total DID NOT RUN: 0 16:41:46 [2023-03-05T21:41:46.276Z] [exec] ----------------------------------------- 16:41:46 [2023-03-05T21:41:46.276Z] [exec] in flushAll , creating new testSuiteHash 16:41:46 [2023-03-05T21:41:46.276Z] [exec] in flushAll , creating new testSuiteHash 16:41:46 [2023-03-05T21:41:46.533Z] 16:41:46 [2023-03-05T21:41:46.533Z] checkReporting-common: 16:41:46 [2023-03-05T21:41:46.533Z] 16:41:46 [2023-03-05T21:41:46.533Z] confirmReportPresent-common: 16:41:46 [2023-03-05T21:41:46.533Z] [echo] file RepRunConf.txt is present. 16:41:46 [2023-03-05T21:41:46.533Z] [echo] Test seems to be reported fine 16:41:46 [2023-03-05T21:41:46.533Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgEarLibTest/RepRunConf.txt 16:41:46 [2023-03-05T21:41:46.533Z] 16:41:46 [2023-03-05T21:41:46.533Z] confirmMissingReport-common: 16:41:46 [2023-03-05T21:41:46.533Z] 16:41:46 [2023-03-05T21:41:46.533Z] undeploy: 16:41:46 [2023-03-05T21:41:46.533Z] 16:41:46 [2023-03-05T21:41:46.533Z] setOSConditions: 16:41:46 [2023-03-05T21:41:46.533Z] 16:41:46 [2023-03-05T21:41:46.533Z] setToolWin: 16:41:46 [2023-03-05T21:41:46.533Z] 16:41:46 [2023-03-05T21:41:46.533Z] setToolUnix: 16:41:46 [2023-03-05T21:41:46.533Z] 16:41:46 [2023-03-05T21:41:46.533Z] setToolProperty: 16:41:46 [2023-03-05T21:41:46.533Z] 16:41:46 [2023-03-05T21:41:46.533Z] setS1ASclassPath: 16:41:46 [2023-03-05T21:41:46.533Z] 16:41:46 [2023-03-05T21:41:46.533Z] init-common: 16:41:46 [2023-03-05T21:41:46.533Z] 16:41:46 [2023-03-05T21:41:46.533Z] undeploy-common: 16:41:47 [2023-03-05T21:41:47.122Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-cmp-pkgEarLibTestApp 16:41:47 [2023-03-05T21:41:47.122Z] 16:41:47 [2023-03-05T21:41:47.122Z] unsetup: 16:41:47 [2023-03-05T21:41:47.122Z] 16:41:47 [2023-03-05T21:41:47.122Z] setOSConditions: 16:41:47 [2023-03-05T21:41:47.122Z] 16:41:47 [2023-03-05T21:41:47.122Z] setToolWin: 16:41:47 [2023-03-05T21:41:47.122Z] 16:41:47 [2023-03-05T21:41:47.122Z] setToolUnix: 16:41:47 [2023-03-05T21:41:47.122Z] 16:41:47 [2023-03-05T21:41:47.122Z] setToolProperty: 16:41:47 [2023-03-05T21:41:47.122Z] 16:41:47 [2023-03-05T21:41:47.122Z] setS1ASclassPath: 16:41:47 [2023-03-05T21:41:47.122Z] 16:41:47 [2023-03-05T21:41:47.122Z] init-common: 16:41:47 [2023-03-05T21:41:47.122Z] 16:41:47 [2023-03-05T21:41:47.122Z] delete-jdbc-resource-common: 16:41:47 [2023-03-05T21:41:47.122Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/pkgEarLibTest 16:41:47 [2023-03-05T21:41:47.379Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/pkgEarLibTest 16:41:47 [2023-03-05T21:41:47.379Z] [exec] JDBC resource jdbc/pkgEarLibTest deleted successfully 16:41:47 [2023-03-05T21:41:47.379Z] [echo] cmd executed for server 16:41:47 [2023-03-05T21:41:47.379Z] 16:41:47 [2023-03-05T21:41:47.379Z] setOSConditions: 16:41:47 [2023-03-05T21:41:47.379Z] 16:41:47 [2023-03-05T21:41:47.379Z] setToolWin: 16:41:47 [2023-03-05T21:41:47.379Z] 16:41:47 [2023-03-05T21:41:47.379Z] setToolUnix: 16:41:47 [2023-03-05T21:41:47.379Z] 16:41:47 [2023-03-05T21:41:47.379Z] setToolProperty: 16:41:47 [2023-03-05T21:41:47.379Z] 16:41:47 [2023-03-05T21:41:47.379Z] setS1ASclassPath: 16:41:47 [2023-03-05T21:41:47.379Z] 16:41:47 [2023-03-05T21:41:47.379Z] init-common: 16:41:47 [2023-03-05T21:41:47.379Z] 16:41:47 [2023-03-05T21:41:47.379Z] delete-jdbc-connpool-common: 16:41:47 [2023-03-05T21:41:47.379Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true pkgEarLibTest-pool 16:41:47 [2023-03-05T21:41:47.943Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true pkgEarLibTest-pool 16:41:47 [2023-03-05T21:41:47.943Z] [exec] JDBC Connection pool pkgEarLibTest-pool deleted successfully 16:41:47 [2023-03-05T21:41:47.943Z] [echo] cmd executed for server 16:41:47 [2023-03-05T21:41:47.943Z] 16:41:47 [2023-03-05T21:41:47.943Z] all: 16:41:47 [2023-03-05T21:41:47.943Z] 16:41:47 [2023-03-05T21:41:47.943Z] setOSConditions: 16:41:47 [2023-03-05T21:41:47.943Z] 16:41:47 [2023-03-05T21:41:47.943Z] setToolWin: 16:41:47 [2023-03-05T21:41:47.943Z] 16:41:47 [2023-03-05T21:41:47.943Z] setToolUnix: 16:41:47 [2023-03-05T21:41:47.943Z] 16:41:47 [2023-03-05T21:41:47.943Z] setToolProperty: 16:41:47 [2023-03-05T21:41:47.943Z] 16:41:47 [2023-03-05T21:41:47.943Z] setS1ASclassPath: 16:41:47 [2023-03-05T21:41:47.943Z] 16:41:47 [2023-03-05T21:41:47.943Z] init-common: 16:41:47 [2023-03-05T21:41:47.943Z] 16:41:47 [2023-03-05T21:41:47.943Z] setup: 16:41:47 [2023-03-05T21:41:47.943Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgEjbTest/descriptor 16:41:47 [2023-03-05T21:41:47.943Z] 16:41:47 [2023-03-05T21:41:47.943Z] setOSConditions: 16:41:47 [2023-03-05T21:41:47.943Z] 16:41:47 [2023-03-05T21:41:47.943Z] setToolWin: 16:41:47 [2023-03-05T21:41:47.943Z] 16:41:47 [2023-03-05T21:41:47.943Z] setToolUnix: 16:41:47 [2023-03-05T21:41:47.943Z] 16:41:47 [2023-03-05T21:41:47.943Z] setToolProperty: 16:41:47 [2023-03-05T21:41:47.943Z] 16:41:47 [2023-03-05T21:41:47.943Z] setS1ASclassPath: 16:41:47 [2023-03-05T21:41:47.943Z] 16:41:47 [2023-03-05T21:41:47.943Z] init-common: 16:41:47 [2023-03-05T21:41:47.943Z] 16:41:47 [2023-03-05T21:41:47.943Z] create-jdbc-persistence-connpool-common: 16:41:48 [2023-03-05T21:41:48.219Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 16:41:48 [2023-03-05T21:41:48.219Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 16:41:48 [2023-03-05T21:41:48.219Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true --property "User=dbuser:Password=dbpassword:dataBaseName=testdb:serverName=localhost:portNumber=1527:retrieveMessagesFromServerOnGetMessage=true:serverName=localhost:connectionAttributes=\\;create\\=true" --target server pkgEjbTest-pool 16:41:48 [2023-03-05T21:41:48.219Z] [exec] JDBC connection pool pkgEjbTest-pool created successfully. 16:41:48 [2023-03-05T21:41:48.219Z] 16:41:48 [2023-03-05T21:41:48.219Z] setOSConditions: 16:41:48 [2023-03-05T21:41:48.219Z] 16:41:48 [2023-03-05T21:41:48.219Z] setToolWin: 16:41:48 [2023-03-05T21:41:48.219Z] 16:41:48 [2023-03-05T21:41:48.219Z] setToolUnix: 16:41:48 [2023-03-05T21:41:48.219Z] 16:41:48 [2023-03-05T21:41:48.219Z] setToolProperty: 16:41:48 [2023-03-05T21:41:48.219Z] 16:41:48 [2023-03-05T21:41:48.219Z] setS1ASclassPath: 16:41:48 [2023-03-05T21:41:48.219Z] 16:41:48 [2023-03-05T21:41:48.219Z] init-common: 16:41:48 [2023-03-05T21:41:48.219Z] 16:41:48 [2023-03-05T21:41:48.219Z] create-jdbc-resource-common: 16:41:48 [2023-03-05T21:41:48.219Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid pkgEjbTest-pool --target server jdbc/pkgEjbTest 16:41:48 [2023-03-05T21:41:48.477Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid pkgEjbTest-pool --enabled=true --target server jdbc/pkgEjbTest 16:41:48 [2023-03-05T21:41:48.477Z] [exec] JDBC resource jdbc/pkgEjbTest created successfully. 16:41:48 [2023-03-05T21:41:48.477Z] [echo] cmd executed for server 16:41:48 [2023-03-05T21:41:48.477Z] 16:41:48 [2023-03-05T21:41:48.477Z] clean: 16:41:48 [2023-03-05T21:41:48.477Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive, /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:41:48 [2023-03-05T21:41:48.477Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:41:48 [2023-03-05T21:41:48.477Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:41:48 [2023-03-05T21:41:48.477Z] 16:41:48 [2023-03-05T21:41:48.477Z] compile: 16:41:48 [2023-03-05T21:41:48.477Z] 16:41:48 [2023-03-05T21:41:48.477Z] setOSConditions: 16:41:48 [2023-03-05T21:41:48.477Z] 16:41:48 [2023-03-05T21:41:48.477Z] setToolWin: 16:41:48 [2023-03-05T21:41:48.477Z] 16:41:48 [2023-03-05T21:41:48.477Z] setToolUnix: 16:41:48 [2023-03-05T21:41:48.477Z] 16:41:48 [2023-03-05T21:41:48.477Z] setToolProperty: 16:41:48 [2023-03-05T21:41:48.477Z] 16:41:48 [2023-03-05T21:41:48.477Z] setS1ASclassPath: 16:41:48 [2023-03-05T21:41:48.477Z] 16:41:48 [2023-03-05T21:41:48.477Z] init-common: 16:41:48 [2023-03-05T21:41:48.477Z] 16:41:48 [2023-03-05T21:41:48.477Z] compile-common: 16:41:48 [2023-03-05T21:41:48.477Z] [echo] Current time (ISO): 2023-03-05T21:41:48.441+0000 16:41:48 [2023-03-05T21:41:48.477Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:41:48 [2023-03-05T21:41:48.477Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:41:49 [2023-03-05T21:41:49.857Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:41:49 [2023-03-05T21:41:49.857Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:41:49 [2023-03-05T21:41:49.857Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:41:49 [2023-03-05T21:41:49.857Z] [javac] 2 warnings 16:41:49 [2023-03-05T21:41:49.857Z] 16:41:49 [2023-03-05T21:41:49.857Z] setOSConditions: 16:41:49 [2023-03-05T21:41:49.857Z] 16:41:49 [2023-03-05T21:41:49.857Z] setToolWin: 16:41:49 [2023-03-05T21:41:49.857Z] 16:41:49 [2023-03-05T21:41:49.857Z] setToolUnix: 16:41:49 [2023-03-05T21:41:49.857Z] 16:41:49 [2023-03-05T21:41:49.857Z] setToolProperty: 16:41:49 [2023-03-05T21:41:49.857Z] 16:41:49 [2023-03-05T21:41:49.857Z] setS1ASclassPath: 16:41:49 [2023-03-05T21:41:49.857Z] 16:41:49 [2023-03-05T21:41:49.857Z] init-common: 16:41:49 [2023-03-05T21:41:49.857Z] 16:41:49 [2023-03-05T21:41:49.857Z] compile-common: 16:41:49 [2023-03-05T21:41:49.857Z] [echo] Current time (ISO): 2023-03-05T21:41:49.778+0000 16:41:49 [2023-03-05T21:41:49.857Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:41:51 [2023-03-05T21:41:51.259Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:41:51 [2023-03-05T21:41:51.259Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:41:51 [2023-03-05T21:41:51.259Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:41:51 [2023-03-05T21:41:51.259Z] [javac] 2 warnings 16:41:51 [2023-03-05T21:41:51.259Z] 16:41:51 [2023-03-05T21:41:51.259Z] setOSConditions: 16:41:51 [2023-03-05T21:41:51.259Z] 16:41:51 [2023-03-05T21:41:51.259Z] setToolWin: 16:41:51 [2023-03-05T21:41:51.259Z] 16:41:51 [2023-03-05T21:41:51.259Z] setToolUnix: 16:41:51 [2023-03-05T21:41:51.259Z] 16:41:51 [2023-03-05T21:41:51.259Z] setToolProperty: 16:41:51 [2023-03-05T21:41:51.259Z] 16:41:51 [2023-03-05T21:41:51.259Z] setS1ASclassPath: 16:41:51 [2023-03-05T21:41:51.259Z] 16:41:51 [2023-03-05T21:41:51.259Z] init-common: 16:41:51 [2023-03-05T21:41:51.259Z] 16:41:51 [2023-03-05T21:41:51.259Z] compile-common: 16:41:51 [2023-03-05T21:41:51.259Z] [echo] Current time (ISO): 2023-03-05T21:41:51.119+0000 16:41:51 [2023-03-05T21:41:51.259Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:41:52 [2023-03-05T21:41:52.653Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:41:52 [2023-03-05T21:41:52.653Z] [javac] 1 warning 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] pkg-pu: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setOSConditions: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setToolWin: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setToolUnix: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setToolProperty: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setS1ASclassPath: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] init-common: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] package-entity-ejb: 16:41:52 [2023-03-05T21:41:52.653Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:41:52 [2023-03-05T21:41:52.653Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:41:52 [2023-03-05T21:41:52.653Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:41:52 [2023-03-05T21:41:52.653Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEjbTest-ejb.jar 16:41:52 [2023-03-05T21:41:52.653Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] appclient-jar-common: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] package-appclientjar-common: 16:41:52 [2023-03-05T21:41:52.653Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:41:52 [2023-03-05T21:41:52.653Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEjbTest-client.jar 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] build: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setOSConditions: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] fixFiles: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] convUnix: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] convWin: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setToolWin: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setToolUnix: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setToolProperty: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setS1ASclassPath: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] init-common: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] webclient-war-common: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] build-ear-persistence: 16:41:52 [2023-03-05T21:41:52.653Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgEjbTest/descriptor/application.xml to copy. 16:41:52 [2023-03-05T21:41:52.653Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEjbTestApp.ear 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] deploy: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setOSConditions: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setToolWin: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setToolUnix: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setToolProperty: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setS1ASclassPath: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] init-common: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] deploy-common: 16:41:52 [2023-03-05T21:41:52.653Z] [echo] Current time (ISO): 2023-03-05T21:41:52.442+0000 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setOSConditions: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setToolWin: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setToolUnix: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setToolProperty: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] setS1ASclassPath: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] init-common: 16:41:52 [2023-03-05T21:41:52.653Z] 16:41:52 [2023-03-05T21:41:52.653Z] deploy-common-pe: 16:41:52 [2023-03-05T21:41:52.919Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEjbTestApp.ear 16:41:53 [2023-03-05T21:41:53.483Z] [exec] Application deployed with name ejb-cmp-pkgEjbTestApp. 16:41:53 [2023-03-05T21:41:53.483Z] [echo] Deployment on target server server successful 16:41:53 [2023-03-05T21:41:53.483Z] 16:41:53 [2023-03-05T21:41:53.483Z] setOSConditions: 16:41:53 [2023-03-05T21:41:53.483Z] 16:41:53 [2023-03-05T21:41:53.483Z] setToolWin: 16:41:53 [2023-03-05T21:41:53.483Z] 16:41:53 [2023-03-05T21:41:53.483Z] setToolUnix: 16:41:53 [2023-03-05T21:41:53.483Z] 16:41:53 [2023-03-05T21:41:53.483Z] setToolProperty: 16:41:53 [2023-03-05T21:41:53.483Z] 16:41:53 [2023-03-05T21:41:53.483Z] setS1ASclassPath: 16:41:53 [2023-03-05T21:41:53.483Z] 16:41:53 [2023-03-05T21:41:53.483Z] init-common: 16:41:53 [2023-03-05T21:41:53.483Z] 16:41:53 [2023-03-05T21:41:53.483Z] deploy-common-ee: 16:41:53 [2023-03-05T21:41:53.483Z] 16:41:53 [2023-03-05T21:41:53.483Z] run: 16:41:53 [2023-03-05T21:41:53.483Z] 16:41:53 [2023-03-05T21:41:53.483Z] setOSConditions: 16:41:53 [2023-03-05T21:41:53.483Z] 16:41:53 [2023-03-05T21:41:53.483Z] setToolWin: 16:41:53 [2023-03-05T21:41:53.483Z] 16:41:53 [2023-03-05T21:41:53.483Z] setToolUnix: 16:41:53 [2023-03-05T21:41:53.483Z] 16:41:53 [2023-03-05T21:41:53.483Z] setToolProperty: 16:41:53 [2023-03-05T21:41:53.483Z] 16:41:53 [2023-03-05T21:41:53.483Z] setS1ASclassPath: 16:41:53 [2023-03-05T21:41:53.483Z] 16:41:53 [2023-03-05T21:41:53.483Z] init-common: 16:41:53 [2023-03-05T21:41:53.483Z] 16:41:53 [2023-03-05T21:41:53.483Z] runclient-common: 16:41:53 [2023-03-05T21:41:53.483Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEjbTestAppClient.jar -name ejb-cmp-pkgEjbTestClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml EJB3_pkgEjbTest 16:41:54 [2023-03-05T21:41:54.419Z] [exec] Mar 05, 2023 9:41:53 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:41:54 [2023-03-05T21:41:54.419Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:41:54 [2023-03-05T21:41:54.675Z] [exec] Mar 05, 2023 9:41:54 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 16:41:54 [2023-03-05T21:41:54.675Z] [exec] WARNING: ACC001: Using the only client [ejb-cmp-pkgEjbTest-client] with main class [client.AppClient] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEjbTestAppClient.jar even though it does not match the specified main class name null or client name ejb-cmp-pkgEjbTestClient 16:41:56 [2023-03-05T21:41:56.565Z] [exec] Mar 05, 2023 9:41:56 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:41:56 [2023-03-05T21:41:56.565Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@4c18516 16:41:56 [2023-03-05T21:41:56.565Z] [exec] args ->[Ljava.lang.String;@e0847a9 16:41:56 [2023-03-05T21:41:56.565Z] [exec] args0 ->EJB3_pkgEjbTest 16:41:56 [2023-03-05T21:41:56.822Z] [exec] Inserting Customer and Orders... OK 16:41:56 [2023-03-05T21:41:56.822Z] [exec] Value of key is:EJB3_pkgEjbTest-InsertCustomer 16:41:56 [2023-03-05T21:41:56.822Z] [exec] Verifying that all are inserted... OK 16:41:56 [2023-03-05T21:41:56.822Z] [exec] Value of key is:EJB3_pkgEjbTest-VerifyCustomerInsert 16:41:56 [2023-03-05T21:41:56.822Z] [exec] Removing all... OK 16:41:56 [2023-03-05T21:41:56.822Z] [exec] Value of key is:EJB3_pkgEjbTest-DeleteCustomer 16:41:56 [2023-03-05T21:41:56.822Z] [exec] Verifying that all are removed... OK 16:41:56 [2023-03-05T21:41:56.822Z] [exec] Value of key is:EJB3_pkgEjbTest-VerifyDeleteCustomer 16:41:56 [2023-03-05T21:41:56.822Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:41:56 [2023-03-05T21:41:56.822Z] [exec] 16:41:56 [2023-03-05T21:41:56.822Z] [exec] 16:41:56 [2023-03-05T21:41:56.822Z] [exec] ----------------------------------------- 16:41:56 [2023-03-05T21:41:56.822Z] [exec] - EJB3_pkgEjbTest-InsertCustomer: PASS - 16:41:56 [2023-03-05T21:41:56.822Z] [exec] - EJB3_pkgEjbTest-DeleteCustomer: PASS - 16:41:56 [2023-03-05T21:41:56.822Z] [exec] - EJB3_pkgEjbTest-VerifyDeleteCustomer: PASS - 16:41:56 [2023-03-05T21:41:56.822Z] [exec] - EJB3_pkgEjbTest-VerifyCustomerInsert: PASS - 16:41:56 [2023-03-05T21:41:56.822Z] [exec] ----------------------------------------- 16:41:56 [2023-03-05T21:41:56.822Z] [exec] Total PASS: 4 16:41:56 [2023-03-05T21:41:56.822Z] [exec] Total FAIL: 0 16:41:56 [2023-03-05T21:41:56.822Z] [exec] Total DID NOT RUN: 0 16:41:56 [2023-03-05T21:41:56.822Z] [exec] ----------------------------------------- 16:41:56 [2023-03-05T21:41:56.822Z] [exec] in flushAll , creating new testSuiteHash 16:41:56 [2023-03-05T21:41:56.822Z] [exec] in flushAll , creating new testSuiteHash 16:41:57 [2023-03-05T21:41:57.079Z] 16:41:57 [2023-03-05T21:41:57.079Z] checkReporting-common: 16:41:57 [2023-03-05T21:41:57.079Z] 16:41:57 [2023-03-05T21:41:57.079Z] confirmReportPresent-common: 16:41:57 [2023-03-05T21:41:57.079Z] [echo] file RepRunConf.txt is present. 16:41:57 [2023-03-05T21:41:57.079Z] [echo] Test seems to be reported fine 16:41:57 [2023-03-05T21:41:57.079Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgEjbTest/RepRunConf.txt 16:41:57 [2023-03-05T21:41:57.079Z] 16:41:57 [2023-03-05T21:41:57.079Z] confirmMissingReport-common: 16:41:57 [2023-03-05T21:41:57.079Z] 16:41:57 [2023-03-05T21:41:57.079Z] undeploy: 16:41:57 [2023-03-05T21:41:57.079Z] 16:41:57 [2023-03-05T21:41:57.079Z] setOSConditions: 16:41:57 [2023-03-05T21:41:57.079Z] 16:41:57 [2023-03-05T21:41:57.079Z] setToolWin: 16:41:57 [2023-03-05T21:41:57.079Z] 16:41:57 [2023-03-05T21:41:57.079Z] setToolUnix: 16:41:57 [2023-03-05T21:41:57.079Z] 16:41:57 [2023-03-05T21:41:57.079Z] setToolProperty: 16:41:57 [2023-03-05T21:41:57.079Z] 16:41:57 [2023-03-05T21:41:57.079Z] setS1ASclassPath: 16:41:57 [2023-03-05T21:41:57.079Z] 16:41:57 [2023-03-05T21:41:57.079Z] init-common: 16:41:57 [2023-03-05T21:41:57.079Z] 16:41:57 [2023-03-05T21:41:57.079Z] undeploy-common: 16:41:57 [2023-03-05T21:41:57.335Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-cmp-pkgEjbTestApp 16:41:57 [2023-03-05T21:41:57.616Z] 16:41:57 [2023-03-05T21:41:57.616Z] unsetup: 16:41:57 [2023-03-05T21:41:57.616Z] 16:41:57 [2023-03-05T21:41:57.616Z] setOSConditions: 16:41:57 [2023-03-05T21:41:57.616Z] 16:41:57 [2023-03-05T21:41:57.617Z] setToolWin: 16:41:57 [2023-03-05T21:41:57.617Z] 16:41:57 [2023-03-05T21:41:57.617Z] setToolUnix: 16:41:57 [2023-03-05T21:41:57.617Z] 16:41:57 [2023-03-05T21:41:57.617Z] setToolProperty: 16:41:57 [2023-03-05T21:41:57.617Z] 16:41:57 [2023-03-05T21:41:57.617Z] setS1ASclassPath: 16:41:57 [2023-03-05T21:41:57.617Z] 16:41:57 [2023-03-05T21:41:57.617Z] init-common: 16:41:57 [2023-03-05T21:41:57.617Z] 16:41:57 [2023-03-05T21:41:57.617Z] delete-jdbc-resource-common: 16:41:57 [2023-03-05T21:41:57.617Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/pkgEjbTest 16:41:57 [2023-03-05T21:41:57.873Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/pkgEjbTest 16:41:57 [2023-03-05T21:41:57.873Z] [exec] JDBC resource jdbc/pkgEjbTest deleted successfully 16:41:57 [2023-03-05T21:41:57.873Z] [echo] cmd executed for server 16:41:57 [2023-03-05T21:41:57.873Z] 16:41:57 [2023-03-05T21:41:57.873Z] setOSConditions: 16:41:57 [2023-03-05T21:41:57.873Z] 16:41:57 [2023-03-05T21:41:57.873Z] setToolWin: 16:41:57 [2023-03-05T21:41:57.873Z] 16:41:57 [2023-03-05T21:41:57.873Z] setToolUnix: 16:41:57 [2023-03-05T21:41:57.873Z] 16:41:57 [2023-03-05T21:41:57.873Z] setToolProperty: 16:41:57 [2023-03-05T21:41:57.873Z] 16:41:57 [2023-03-05T21:41:57.873Z] setS1ASclassPath: 16:41:57 [2023-03-05T21:41:57.873Z] 16:41:57 [2023-03-05T21:41:57.873Z] init-common: 16:41:57 [2023-03-05T21:41:57.873Z] 16:41:57 [2023-03-05T21:41:57.873Z] delete-jdbc-connpool-common: 16:41:57 [2023-03-05T21:41:57.873Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true pkgEjbTest-pool 16:41:58 [2023-03-05T21:41:58.129Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true pkgEjbTest-pool 16:41:58 [2023-03-05T21:41:58.129Z] [exec] JDBC Connection pool pkgEjbTest-pool deleted successfully 16:41:58 [2023-03-05T21:41:58.129Z] [echo] cmd executed for server 16:41:58 [2023-03-05T21:41:58.129Z] 16:41:58 [2023-03-05T21:41:58.129Z] all: 16:41:58 [2023-03-05T21:41:58.129Z] 16:41:58 [2023-03-05T21:41:58.129Z] setOSConditions: 16:41:58 [2023-03-05T21:41:58.129Z] 16:41:58 [2023-03-05T21:41:58.129Z] setToolWin: 16:41:58 [2023-03-05T21:41:58.129Z] 16:41:58 [2023-03-05T21:41:58.129Z] setToolUnix: 16:41:58 [2023-03-05T21:41:58.129Z] 16:41:58 [2023-03-05T21:41:58.129Z] setToolProperty: 16:41:58 [2023-03-05T21:41:58.129Z] 16:41:58 [2023-03-05T21:41:58.129Z] setS1ASclassPath: 16:41:58 [2023-03-05T21:41:58.129Z] 16:41:58 [2023-03-05T21:41:58.129Z] init-common: 16:41:58 [2023-03-05T21:41:58.129Z] 16:41:58 [2023-03-05T21:41:58.129Z] setup: 16:41:58 [2023-03-05T21:41:58.129Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgWarTest/descriptor 16:41:58 [2023-03-05T21:41:58.129Z] 16:41:58 [2023-03-05T21:41:58.129Z] setOSConditions: 16:41:58 [2023-03-05T21:41:58.129Z] 16:41:58 [2023-03-05T21:41:58.129Z] setToolWin: 16:41:58 [2023-03-05T21:41:58.129Z] 16:41:58 [2023-03-05T21:41:58.129Z] setToolUnix: 16:41:58 [2023-03-05T21:41:58.129Z] 16:41:58 [2023-03-05T21:41:58.129Z] setToolProperty: 16:41:58 [2023-03-05T21:41:58.129Z] 16:41:58 [2023-03-05T21:41:58.129Z] setS1ASclassPath: 16:41:58 [2023-03-05T21:41:58.129Z] 16:41:58 [2023-03-05T21:41:58.129Z] init-common: 16:41:58 [2023-03-05T21:41:58.129Z] 16:41:58 [2023-03-05T21:41:58.129Z] create-jdbc-persistence-connpool-common: 16:41:58 [2023-03-05T21:41:58.726Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 16:41:58 [2023-03-05T21:41:58.726Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 16:41:58 [2023-03-05T21:41:58.726Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true --property "User=dbuser:Password=dbpassword:dataBaseName=testdb:serverName=localhost:portNumber=1527:retrieveMessagesFromServerOnGetMessage=true:serverName=localhost:connectionAttributes=\\;create\\=true" --target server pkgWarTest-pool 16:41:58 [2023-03-05T21:41:58.726Z] [exec] JDBC connection pool pkgWarTest-pool created successfully. 16:41:58 [2023-03-05T21:41:58.726Z] 16:41:58 [2023-03-05T21:41:58.726Z] setOSConditions: 16:41:58 [2023-03-05T21:41:58.726Z] 16:41:58 [2023-03-05T21:41:58.726Z] setToolWin: 16:41:58 [2023-03-05T21:41:58.726Z] 16:41:58 [2023-03-05T21:41:58.726Z] setToolUnix: 16:41:58 [2023-03-05T21:41:58.726Z] 16:41:58 [2023-03-05T21:41:58.726Z] setToolProperty: 16:41:58 [2023-03-05T21:41:58.726Z] 16:41:58 [2023-03-05T21:41:58.726Z] setS1ASclassPath: 16:41:58 [2023-03-05T21:41:58.726Z] 16:41:58 [2023-03-05T21:41:58.726Z] init-common: 16:41:58 [2023-03-05T21:41:58.726Z] 16:41:58 [2023-03-05T21:41:58.726Z] create-jdbc-resource-common: 16:41:58 [2023-03-05T21:41:58.726Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid pkgWarTest-pool --target server jdbc/pkgWarTest 16:41:58 [2023-03-05T21:41:58.982Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid pkgWarTest-pool --enabled=true --target server jdbc/pkgWarTest 16:41:58 [2023-03-05T21:41:58.982Z] [exec] JDBC resource jdbc/pkgWarTest created successfully. 16:41:58 [2023-03-05T21:41:58.982Z] [echo] cmd executed for server 16:41:58 [2023-03-05T21:41:58.982Z] 16:41:58 [2023-03-05T21:41:58.982Z] clean: 16:41:58 [2023-03-05T21:41:58.982Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive, /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:41:58 [2023-03-05T21:41:58.982Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:41:58 [2023-03-05T21:41:58.982Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:41:58 [2023-03-05T21:41:58.982Z] 16:41:58 [2023-03-05T21:41:58.982Z] compile: 16:41:58 [2023-03-05T21:41:58.982Z] 16:41:58 [2023-03-05T21:41:58.982Z] setOSConditions: 16:41:58 [2023-03-05T21:41:58.982Z] 16:41:58 [2023-03-05T21:41:58.982Z] setToolWin: 16:41:58 [2023-03-05T21:41:58.982Z] 16:41:58 [2023-03-05T21:41:58.982Z] setToolUnix: 16:41:58 [2023-03-05T21:41:58.982Z] 16:41:58 [2023-03-05T21:41:58.982Z] setToolProperty: 16:41:58 [2023-03-05T21:41:58.982Z] 16:41:58 [2023-03-05T21:41:58.982Z] setS1ASclassPath: 16:41:58 [2023-03-05T21:41:58.982Z] 16:41:58 [2023-03-05T21:41:58.982Z] init-common: 16:41:58 [2023-03-05T21:41:58.982Z] 16:41:58 [2023-03-05T21:41:58.982Z] compile-common: 16:41:58 [2023-03-05T21:41:58.982Z] [echo] Current time (ISO): 2023-03-05T21:41:58.816+0000 16:41:58 [2023-03-05T21:41:58.982Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:41:58 [2023-03-05T21:41:58.982Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:42:00 [2023-03-05T21:42:00.357Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:42:00 [2023-03-05T21:42:00.357Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/util/ServletUtil.java:104: warning: [removal] Boolean(boolean) in Boolean has been deprecated and marked for removal 16:42:00 [2023-03-05T21:42:00.357Z] [javac] status = new Boolean((Boolean)o).booleanValue(); 16:42:00 [2023-03-05T21:42:00.357Z] [javac] ^ 16:42:00 [2023-03-05T21:42:00.357Z] [javac] 2 warnings 16:42:00 [2023-03-05T21:42:00.357Z] 16:42:00 [2023-03-05T21:42:00.357Z] setOSConditions: 16:42:00 [2023-03-05T21:42:00.357Z] 16:42:00 [2023-03-05T21:42:00.357Z] setToolWin: 16:42:00 [2023-03-05T21:42:00.357Z] 16:42:00 [2023-03-05T21:42:00.357Z] setToolUnix: 16:42:00 [2023-03-05T21:42:00.357Z] 16:42:00 [2023-03-05T21:42:00.357Z] setToolProperty: 16:42:00 [2023-03-05T21:42:00.357Z] 16:42:00 [2023-03-05T21:42:00.357Z] setS1ASclassPath: 16:42:00 [2023-03-05T21:42:00.357Z] 16:42:00 [2023-03-05T21:42:00.357Z] init-common: 16:42:00 [2023-03-05T21:42:00.357Z] 16:42:00 [2023-03-05T21:42:00.357Z] compile-common: 16:42:00 [2023-03-05T21:42:00.357Z] [echo] Current time (ISO): 2023-03-05T21:42:00.238+0000 16:42:00 [2023-03-05T21:42:00.357Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:42:01 [2023-03-05T21:42:01.753Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:42:01 [2023-03-05T21:42:01.753Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:42:01 [2023-03-05T21:42:01.753Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:42:01 [2023-03-05T21:42:01.753Z] [javac] 2 warnings 16:42:01 [2023-03-05T21:42:01.753Z] 16:42:01 [2023-03-05T21:42:01.753Z] setOSConditions: 16:42:01 [2023-03-05T21:42:01.753Z] 16:42:01 [2023-03-05T21:42:01.753Z] setToolWin: 16:42:01 [2023-03-05T21:42:01.753Z] 16:42:01 [2023-03-05T21:42:01.753Z] setToolUnix: 16:42:01 [2023-03-05T21:42:01.753Z] 16:42:01 [2023-03-05T21:42:01.753Z] setToolProperty: 16:42:01 [2023-03-05T21:42:01.753Z] 16:42:01 [2023-03-05T21:42:01.753Z] setS1ASclassPath: 16:42:01 [2023-03-05T21:42:01.753Z] 16:42:01 [2023-03-05T21:42:01.753Z] init-common: 16:42:01 [2023-03-05T21:42:01.753Z] 16:42:01 [2023-03-05T21:42:01.753Z] compile-common: 16:42:01 [2023-03-05T21:42:01.753Z] [echo] Current time (ISO): 2023-03-05T21:42:01.556+0000 16:42:01 [2023-03-05T21:42:01.753Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:42:03 [2023-03-05T21:42:03.130Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:42:03 [2023-03-05T21:42:03.130Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:42:03 [2023-03-05T21:42:03.130Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:42:03 [2023-03-05T21:42:03.130Z] [javac] 2 warnings 16:42:03 [2023-03-05T21:42:03.130Z] 16:42:03 [2023-03-05T21:42:03.130Z] build: 16:42:03 [2023-03-05T21:42:03.130Z] 16:42:03 [2023-03-05T21:42:03.130Z] setOSConditions: 16:42:03 [2023-03-05T21:42:03.130Z] 16:42:03 [2023-03-05T21:42:03.130Z] setToolWin: 16:42:03 [2023-03-05T21:42:03.130Z] 16:42:03 [2023-03-05T21:42:03.130Z] setToolUnix: 16:42:03 [2023-03-05T21:42:03.130Z] 16:42:03 [2023-03-05T21:42:03.130Z] setToolProperty: 16:42:03 [2023-03-05T21:42:03.130Z] 16:42:03 [2023-03-05T21:42:03.130Z] setS1ASclassPath: 16:42:03 [2023-03-05T21:42:03.130Z] 16:42:03 [2023-03-05T21:42:03.130Z] init-common: 16:42:03 [2023-03-05T21:42:03.130Z] 16:42:03 [2023-03-05T21:42:03.130Z] webclient-pu-war: 16:42:03 [2023-03-05T21:42:03.130Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:42:03 [2023-03-05T21:42:03.130Z] 16:42:03 [2023-03-05T21:42:03.130Z] setOSConditions: 16:42:03 [2023-03-05T21:42:03.130Z] 16:42:03 [2023-03-05T21:42:03.130Z] setToolWin: 16:42:03 [2023-03-05T21:42:03.130Z] 16:42:03 [2023-03-05T21:42:03.130Z] setToolUnix: 16:42:03 [2023-03-05T21:42:03.130Z] 16:42:03 [2023-03-05T21:42:03.130Z] setToolProperty: 16:42:03 [2023-03-05T21:42:03.130Z] 16:42:03 [2023-03-05T21:42:03.130Z] setS1ASclassPath: 16:42:03 [2023-03-05T21:42:03.130Z] 16:42:03 [2023-03-05T21:42:03.130Z] init-common: 16:42:03 [2023-03-05T21:42:03.130Z] 16:42:03 [2023-03-05T21:42:03.130Z] package-pu-war: 16:42:03 [2023-03-05T21:42:03.130Z] [echo] my build classes dir is:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:42:03 [2023-03-05T21:42:03.130Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/classes 16:42:03 [2023-03-05T21:42:03.130Z] [echo] webclient.war.classes=**/JpaServlet.class,**/Order.classes,**/Customer.class 16:42:03 [2023-03-05T21:42:03.130Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF 16:42:03 [2023-03-05T21:42:03.130Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/classes/META-INF 16:42:03 [2023-03-05T21:42:03.130Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/classes/META-INF 16:42:03 [2023-03-05T21:42:03.130Z] [copy] Copying 5 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/classes 16:42:03 [2023-03-05T21:42:03.130Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgWarTest-web.war 16:42:03 [2023-03-05T21:42:03.130Z] [echo] created war file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgWarTest-web.war 16:42:03 [2023-03-05T21:42:03.130Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF 16:42:03 [2023-03-05T21:42:03.130Z] [echo] my webclient war classes are:**/JpaServlet.class,**/Order.classes,**/Customer.class 16:42:03 [2023-03-05T21:42:03.130Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgWarTest/build.xml:74: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:42:03 [2023-03-05T21:42:03.130Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:42:03 [2023-03-05T21:42:03.721Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgWarTest/build.xml:78: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:42:03 [2023-03-05T21:42:03.721Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:42:03 [2023-03-05T21:42:03.721Z] 16:42:03 [2023-03-05T21:42:03.721Z] deploy: 16:42:03 [2023-03-05T21:42:03.721Z] 16:42:03 [2023-03-05T21:42:03.721Z] deploy-war-common: 16:42:03 [2023-03-05T21:42:03.721Z] 16:42:03 [2023-03-05T21:42:03.721Z] setOSConditions: 16:42:03 [2023-03-05T21:42:03.721Z] 16:42:03 [2023-03-05T21:42:03.722Z] setToolWin: 16:42:03 [2023-03-05T21:42:03.722Z] 16:42:03 [2023-03-05T21:42:03.722Z] setToolUnix: 16:42:03 [2023-03-05T21:42:03.722Z] 16:42:03 [2023-03-05T21:42:03.722Z] setToolProperty: 16:42:03 [2023-03-05T21:42:03.722Z] 16:42:03 [2023-03-05T21:42:03.722Z] setS1ASclassPath: 16:42:03 [2023-03-05T21:42:03.722Z] 16:42:03 [2023-03-05T21:42:03.722Z] init-common: 16:42:03 [2023-03-05T21:42:03.722Z] 16:42:03 [2023-03-05T21:42:03.722Z] deploy-war-commonpe: 16:42:04 [2023-03-05T21:42:04.287Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /ejb-cmp-pkgWarTest-web --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgWarTest-web.war 16:42:05 [2023-03-05T21:42:05.658Z] [exec] Application deployed with name ejb-cmp-pkgWarTest-web. 16:42:05 [2023-03-05T21:42:05.658Z] 16:42:05 [2023-03-05T21:42:05.658Z] deploy-war-commonee: 16:42:05 [2023-03-05T21:42:05.658Z] 16:42:05 [2023-03-05T21:42:05.658Z] run: 16:42:05 [2023-03-05T21:42:05.658Z] [java] url=http://localhost:8080/ejb-cmp-pkgWarTest-web/jpa?case=testInsert 16:42:05 [2023-03-05T21:42:05.915Z] [java] Value of key is:EJB3_pkgWarTesttestInsert 16:42:05 [2023-03-05T21:42:05.915Z] [java] Value of key is:EJB3_pkgWarTesttestInsert 16:42:05 [2023-03-05T21:42:05.915Z] [java] url=http://localhost:8080/ejb-cmp-pkgWarTest-web/jpa?case=verifyInsert 16:42:05 [2023-03-05T21:42:05.915Z] [java] Value of key is:EJB3_pkgWarTestverifyInsert 16:42:05 [2023-03-05T21:42:05.915Z] [java] Value of key is:EJB3_pkgWarTestverifyInsert 16:42:05 [2023-03-05T21:42:05.915Z] [java] url=http://localhost:8080/ejb-cmp-pkgWarTest-web/jpa?case=testDelete 16:42:05 [2023-03-05T21:42:05.915Z] [java] Value of key is:EJB3_pkgWarTesttestDelete 16:42:05 [2023-03-05T21:42:05.915Z] [java] Value of key is:EJB3_pkgWarTesttestDelete 16:42:05 [2023-03-05T21:42:05.915Z] [java] url=http://localhost:8080/ejb-cmp-pkgWarTest-web/jpa?case=verifyDelete 16:42:05 [2023-03-05T21:42:05.915Z] [java] Value of key is:EJB3_pkgWarTestverifyDelete 16:42:05 [2023-03-05T21:42:05.915Z] [java] Value of key is:EJB3_pkgWarTestverifyDelete 16:42:05 [2023-03-05T21:42:05.915Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:42:05 [2023-03-05T21:42:05.915Z] [java] 16:42:05 [2023-03-05T21:42:05.915Z] [java] 16:42:05 [2023-03-05T21:42:05.915Z] [java] ----------------------------------------- 16:42:05 [2023-03-05T21:42:05.915Z] [java] - EJB3_pkgWarTesttestDelete: PASS - 16:42:05 [2023-03-05T21:42:05.915Z] [java] - EJB3_pkgWarTesttestInsert: PASS - 16:42:05 [2023-03-05T21:42:05.915Z] [java] - EJB3_pkgWarTestverifyInsert: PASS - 16:42:05 [2023-03-05T21:42:05.915Z] [java] - EJB3_pkgWarTestverifyDelete: PASS - 16:42:05 [2023-03-05T21:42:05.915Z] [java] ----------------------------------------- 16:42:05 [2023-03-05T21:42:05.915Z] [java] Total PASS: 4 16:42:05 [2023-03-05T21:42:05.915Z] [java] Total FAIL: 0 16:42:05 [2023-03-05T21:42:05.915Z] [java] Total DID NOT RUN: 0 16:42:05 [2023-03-05T21:42:05.915Z] [java] ----------------------------------------- 16:42:05 [2023-03-05T21:42:05.915Z] [java] in flushAll , creating new testSuiteHash 16:42:05 [2023-03-05T21:42:05.915Z] [java] in flushAll , creating new testSuiteHash 16:42:05 [2023-03-05T21:42:05.915Z] 16:42:05 [2023-03-05T21:42:05.915Z] undeploy: 16:42:05 [2023-03-05T21:42:05.915Z] 16:42:05 [2023-03-05T21:42:05.915Z] setOSConditions: 16:42:05 [2023-03-05T21:42:05.915Z] 16:42:05 [2023-03-05T21:42:05.915Z] setToolWin: 16:42:05 [2023-03-05T21:42:05.915Z] 16:42:05 [2023-03-05T21:42:05.915Z] setToolUnix: 16:42:05 [2023-03-05T21:42:05.915Z] 16:42:05 [2023-03-05T21:42:05.915Z] setToolProperty: 16:42:05 [2023-03-05T21:42:05.915Z] 16:42:05 [2023-03-05T21:42:05.915Z] setS1ASclassPath: 16:42:05 [2023-03-05T21:42:05.915Z] 16:42:05 [2023-03-05T21:42:05.915Z] init-common: 16:42:05 [2023-03-05T21:42:05.915Z] 16:42:05 [2023-03-05T21:42:05.915Z] undeploy-war-common: 16:42:06 [2023-03-05T21:42:06.172Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-cmp-pkgWarTest-web 16:42:06 [2023-03-05T21:42:06.431Z] 16:42:06 [2023-03-05T21:42:06.431Z] unsetup: 16:42:06 [2023-03-05T21:42:06.431Z] 16:42:06 [2023-03-05T21:42:06.431Z] setOSConditions: 16:42:06 [2023-03-05T21:42:06.431Z] 16:42:06 [2023-03-05T21:42:06.431Z] setToolWin: 16:42:06 [2023-03-05T21:42:06.431Z] 16:42:06 [2023-03-05T21:42:06.431Z] setToolUnix: 16:42:06 [2023-03-05T21:42:06.431Z] 16:42:06 [2023-03-05T21:42:06.431Z] setToolProperty: 16:42:06 [2023-03-05T21:42:06.431Z] 16:42:06 [2023-03-05T21:42:06.431Z] setS1ASclassPath: 16:42:06 [2023-03-05T21:42:06.431Z] 16:42:06 [2023-03-05T21:42:06.431Z] init-common: 16:42:06 [2023-03-05T21:42:06.431Z] 16:42:06 [2023-03-05T21:42:06.431Z] delete-jdbc-resource-common: 16:42:06 [2023-03-05T21:42:06.431Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/pkgWarTest 16:42:06 [2023-03-05T21:42:06.687Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/pkgWarTest 16:42:06 [2023-03-05T21:42:06.687Z] [exec] JDBC resource jdbc/pkgWarTest deleted successfully 16:42:06 [2023-03-05T21:42:06.687Z] [echo] cmd executed for server 16:42:06 [2023-03-05T21:42:06.687Z] 16:42:06 [2023-03-05T21:42:06.687Z] setOSConditions: 16:42:06 [2023-03-05T21:42:06.687Z] 16:42:06 [2023-03-05T21:42:06.687Z] setToolWin: 16:42:06 [2023-03-05T21:42:06.687Z] 16:42:06 [2023-03-05T21:42:06.687Z] setToolUnix: 16:42:06 [2023-03-05T21:42:06.687Z] 16:42:06 [2023-03-05T21:42:06.687Z] setToolProperty: 16:42:06 [2023-03-05T21:42:06.687Z] 16:42:06 [2023-03-05T21:42:06.687Z] setS1ASclassPath: 16:42:06 [2023-03-05T21:42:06.687Z] 16:42:06 [2023-03-05T21:42:06.687Z] init-common: 16:42:06 [2023-03-05T21:42:06.687Z] 16:42:06 [2023-03-05T21:42:06.687Z] delete-jdbc-connpool-common: 16:42:06 [2023-03-05T21:42:06.687Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true pkgWarTest-pool 16:42:06 [2023-03-05T21:42:06.944Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true pkgWarTest-pool 16:42:06 [2023-03-05T21:42:06.944Z] [exec] JDBC Connection pool pkgWarTest-pool deleted successfully 16:42:06 [2023-03-05T21:42:06.944Z] [echo] cmd executed for server 16:42:06 [2023-03-05T21:42:06.944Z] 16:42:06 [2023-03-05T21:42:06.944Z] all: 16:42:06 [2023-03-05T21:42:06.944Z] 16:42:06 [2023-03-05T21:42:06.944Z] setOSConditions: 16:42:06 [2023-03-05T21:42:06.944Z] 16:42:06 [2023-03-05T21:42:06.944Z] setToolWin: 16:42:06 [2023-03-05T21:42:06.944Z] 16:42:06 [2023-03-05T21:42:06.944Z] setToolUnix: 16:42:06 [2023-03-05T21:42:06.944Z] 16:42:06 [2023-03-05T21:42:06.944Z] setToolProperty: 16:42:06 [2023-03-05T21:42:06.944Z] 16:42:06 [2023-03-05T21:42:06.944Z] setS1ASclassPath: 16:42:06 [2023-03-05T21:42:06.944Z] 16:42:06 [2023-03-05T21:42:06.944Z] init-common: 16:42:06 [2023-03-05T21:42:06.944Z] 16:42:06 [2023-03-05T21:42:06.944Z] setup: 16:42:06 [2023-03-05T21:42:06.944Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgWarTest1/descriptor 16:42:06 [2023-03-05T21:42:06.944Z] 16:42:06 [2023-03-05T21:42:06.944Z] setOSConditions: 16:42:06 [2023-03-05T21:42:06.944Z] 16:42:06 [2023-03-05T21:42:06.944Z] setToolWin: 16:42:06 [2023-03-05T21:42:06.944Z] 16:42:06 [2023-03-05T21:42:06.944Z] setToolUnix: 16:42:06 [2023-03-05T21:42:06.944Z] 16:42:06 [2023-03-05T21:42:06.944Z] setToolProperty: 16:42:06 [2023-03-05T21:42:06.944Z] 16:42:06 [2023-03-05T21:42:06.944Z] setS1ASclassPath: 16:42:06 [2023-03-05T21:42:06.944Z] 16:42:06 [2023-03-05T21:42:06.944Z] init-common: 16:42:06 [2023-03-05T21:42:06.944Z] 16:42:06 [2023-03-05T21:42:06.944Z] create-jdbc-persistence-connpool-common: 16:42:07 [2023-03-05T21:42:07.525Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 16:42:07 [2023-03-05T21:42:07.525Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. 16:42:07 [2023-03-05T21:42:07.525Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true --property "User=dbuser:Password=dbpassword:dataBaseName=testdb:serverName=localhost:portNumber=1527:retrieveMessagesFromServerOnGetMessage=true:serverName=localhost:connectionAttributes=\\;create\\=true" --target server pkgWarTest1-pool 16:42:07 [2023-03-05T21:42:07.525Z] [exec] JDBC connection pool pkgWarTest1-pool created successfully. 16:42:07 [2023-03-05T21:42:07.525Z] 16:42:07 [2023-03-05T21:42:07.525Z] setOSConditions: 16:42:07 [2023-03-05T21:42:07.525Z] 16:42:07 [2023-03-05T21:42:07.525Z] setToolWin: 16:42:07 [2023-03-05T21:42:07.525Z] 16:42:07 [2023-03-05T21:42:07.525Z] setToolUnix: 16:42:07 [2023-03-05T21:42:07.525Z] 16:42:07 [2023-03-05T21:42:07.525Z] setToolProperty: 16:42:07 [2023-03-05T21:42:07.525Z] 16:42:07 [2023-03-05T21:42:07.525Z] setS1ASclassPath: 16:42:07 [2023-03-05T21:42:07.525Z] 16:42:07 [2023-03-05T21:42:07.525Z] init-common: 16:42:07 [2023-03-05T21:42:07.525Z] 16:42:07 [2023-03-05T21:42:07.525Z] create-jdbc-resource-common: 16:42:07 [2023-03-05T21:42:07.525Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid pkgWarTest1-pool --target server jdbc/pkgWarTest1 16:42:07 [2023-03-05T21:42:07.781Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid pkgWarTest1-pool --enabled=true --target server jdbc/pkgWarTest1 16:42:07 [2023-03-05T21:42:07.781Z] [exec] JDBC resource jdbc/pkgWarTest1 created successfully. 16:42:07 [2023-03-05T21:42:07.781Z] [echo] cmd executed for server 16:42:07 [2023-03-05T21:42:07.781Z] 16:42:07 [2023-03-05T21:42:07.781Z] clean: 16:42:07 [2023-03-05T21:42:07.781Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive, /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:42:07 [2023-03-05T21:42:07.781Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:42:07 [2023-03-05T21:42:07.781Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:42:07 [2023-03-05T21:42:07.781Z] 16:42:07 [2023-03-05T21:42:07.781Z] compile: 16:42:07 [2023-03-05T21:42:07.781Z] 16:42:07 [2023-03-05T21:42:07.781Z] setOSConditions: 16:42:07 [2023-03-05T21:42:07.781Z] 16:42:07 [2023-03-05T21:42:07.781Z] setToolWin: 16:42:07 [2023-03-05T21:42:07.781Z] 16:42:07 [2023-03-05T21:42:07.781Z] setToolUnix: 16:42:07 [2023-03-05T21:42:07.781Z] 16:42:07 [2023-03-05T21:42:07.781Z] setToolProperty: 16:42:07 [2023-03-05T21:42:07.781Z] 16:42:07 [2023-03-05T21:42:07.781Z] setS1ASclassPath: 16:42:07 [2023-03-05T21:42:07.781Z] 16:42:07 [2023-03-05T21:42:07.781Z] init-common: 16:42:07 [2023-03-05T21:42:07.781Z] 16:42:07 [2023-03-05T21:42:07.781Z] compile-common: 16:42:07 [2023-03-05T21:42:07.781Z] [echo] Current time (ISO): 2023-03-05T21:42:07.571+0000 16:42:07 [2023-03-05T21:42:07.781Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:42:07 [2023-03-05T21:42:07.781Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:42:08 [2023-03-05T21:42:08.719Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:42:08 [2023-03-05T21:42:08.719Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/util/ServletUtil.java:104: warning: [removal] Boolean(boolean) in Boolean has been deprecated and marked for removal 16:42:08 [2023-03-05T21:42:08.719Z] [javac] status = new Boolean((Boolean)o).booleanValue(); 16:42:08 [2023-03-05T21:42:08.719Z] [javac] ^ 16:42:08 [2023-03-05T21:42:08.976Z] [javac] 2 warnings 16:42:08 [2023-03-05T21:42:08.976Z] 16:42:08 [2023-03-05T21:42:08.976Z] setOSConditions: 16:42:08 [2023-03-05T21:42:08.976Z] 16:42:08 [2023-03-05T21:42:08.976Z] setToolWin: 16:42:08 [2023-03-05T21:42:08.976Z] 16:42:08 [2023-03-05T21:42:08.976Z] setToolUnix: 16:42:08 [2023-03-05T21:42:08.976Z] 16:42:08 [2023-03-05T21:42:08.976Z] setToolProperty: 16:42:08 [2023-03-05T21:42:08.976Z] 16:42:08 [2023-03-05T21:42:08.976Z] setS1ASclassPath: 16:42:08 [2023-03-05T21:42:08.976Z] 16:42:08 [2023-03-05T21:42:08.976Z] init-common: 16:42:08 [2023-03-05T21:42:08.976Z] 16:42:08 [2023-03-05T21:42:08.976Z] compile-common: 16:42:08 [2023-03-05T21:42:08.976Z] [echo] Current time (ISO): 2023-03-05T21:42:08.755+0000 16:42:08 [2023-03-05T21:42:08.976Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:42:10 [2023-03-05T21:42:10.342Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:42:10 [2023-03-05T21:42:10.342Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:42:10 [2023-03-05T21:42:10.342Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:42:10 [2023-03-05T21:42:10.342Z] [javac] 2 warnings 16:42:10 [2023-03-05T21:42:10.342Z] 16:42:10 [2023-03-05T21:42:10.342Z] setOSConditions: 16:42:10 [2023-03-05T21:42:10.342Z] 16:42:10 [2023-03-05T21:42:10.342Z] setToolWin: 16:42:10 [2023-03-05T21:42:10.342Z] 16:42:10 [2023-03-05T21:42:10.342Z] setToolUnix: 16:42:10 [2023-03-05T21:42:10.342Z] 16:42:10 [2023-03-05T21:42:10.342Z] setToolProperty: 16:42:10 [2023-03-05T21:42:10.342Z] 16:42:10 [2023-03-05T21:42:10.342Z] setS1ASclassPath: 16:42:10 [2023-03-05T21:42:10.342Z] 16:42:10 [2023-03-05T21:42:10.342Z] init-common: 16:42:10 [2023-03-05T21:42:10.342Z] 16:42:10 [2023-03-05T21:42:10.342Z] compile-common: 16:42:10 [2023-03-05T21:42:10.342Z] [echo] Current time (ISO): 2023-03-05T21:42:10.042+0000 16:42:10 [2023-03-05T21:42:10.342Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:42:11 [2023-03-05T21:42:11.720Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:42:11 [2023-03-05T21:42:11.720Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:42:11 [2023-03-05T21:42:11.720Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:42:11 [2023-03-05T21:42:11.720Z] [javac] 2 warnings 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] pkg-pu: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setOSConditions: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setToolWin: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setToolUnix: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setToolProperty: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setS1ASclassPath: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] init-common: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] package-pu-common: 16:42:11 [2023-03-05T21:42:11.720Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes, /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive, descriptor/persistence.xml 16:42:11 [2023-03-05T21:42:11.720Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:42:11 [2023-03-05T21:42:11.720Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:42:11 [2023-03-05T21:42:11.720Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:42:11 [2023-03-05T21:42:11.720Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/entity.jar 16:42:11 [2023-03-05T21:42:11.720Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] build: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setOSConditions: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setToolWin: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setToolUnix: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setToolProperty: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setS1ASclassPath: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] init-common: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] webclient-pu-warlib: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setOSConditions: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setToolWin: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setToolUnix: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setToolProperty: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setS1ASclassPath: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] init-common: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] package-pu-warlib: 16:42:11 [2023-03-05T21:42:11.720Z] [echo] my build classes dir is:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:42:11 [2023-03-05T21:42:11.720Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/classes 16:42:11 [2023-03-05T21:42:11.720Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/lib 16:42:11 [2023-03-05T21:42:11.720Z] [echo] webclient.war.classes=**/JpaServlet.class 16:42:11 [2023-03-05T21:42:11.720Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF 16:42:11 [2023-03-05T21:42:11.720Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/classes/META-INF 16:42:11 [2023-03-05T21:42:11.720Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/lib 16:42:11 [2023-03-05T21:42:11.720Z] [copy] Copying 5 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/classes 16:42:11 [2023-03-05T21:42:11.720Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgWarTest1-web.war 16:42:11 [2023-03-05T21:42:11.720Z] [echo] created war file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgWarTest1-web.war 16:42:11 [2023-03-05T21:42:11.720Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF 16:42:11 [2023-03-05T21:42:11.720Z] [echo] my webclient war classes are:**/JpaServlet.class 16:42:11 [2023-03-05T21:42:11.720Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgWarTest1/build.xml:82: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:42:11 [2023-03-05T21:42:11.720Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:42:11 [2023-03-05T21:42:11.720Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgWarTest1/build.xml:86: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:42:11 [2023-03-05T21:42:11.720Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] deploy: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] deploy-war-common: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setOSConditions: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setToolWin: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setToolUnix: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setToolProperty: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] setS1ASclassPath: 16:42:11 [2023-03-05T21:42:11.720Z] 16:42:11 [2023-03-05T21:42:11.720Z] init-common: 16:42:11 [2023-03-05T21:42:11.721Z] 16:42:11 [2023-03-05T21:42:11.721Z] deploy-war-commonpe: 16:42:12 [2023-03-05T21:42:12.283Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /ejb-cmp-pkgWarTest1-web --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgWarTest1-web.war 16:42:12 [2023-03-05T21:42:12.845Z] [exec] Application deployed with name ejb-cmp-pkgWarTest1-web. 16:42:12 [2023-03-05T21:42:12.845Z] 16:42:12 [2023-03-05T21:42:12.845Z] deploy-war-commonee: 16:42:12 [2023-03-05T21:42:12.845Z] 16:42:12 [2023-03-05T21:42:12.845Z] run: 16:42:12 [2023-03-05T21:42:12.845Z] [java] url=http://localhost:8080/ejb-cmp-pkgWarTest1-web/jpa?case=testInsert 16:42:12 [2023-03-05T21:42:12.845Z] [java] Value of key is:EJB3_pkgWarTest1testInsert 16:42:12 [2023-03-05T21:42:12.845Z] [java] Value of key is:EJB3_pkgWarTest1testInsert 16:42:12 [2023-03-05T21:42:12.845Z] [java] url=http://localhost:8080/ejb-cmp-pkgWarTest1-web/jpa?case=verifyInsert 16:42:12 [2023-03-05T21:42:12.845Z] [java] Value of key is:EJB3_pkgWarTest1verifyInsert 16:42:12 [2023-03-05T21:42:12.845Z] [java] Value of key is:EJB3_pkgWarTest1verifyInsert 16:42:12 [2023-03-05T21:42:12.845Z] [java] url=http://localhost:8080/ejb-cmp-pkgWarTest1-web/jpa?case=testDelete 16:42:12 [2023-03-05T21:42:12.845Z] [java] Value of key is:EJB3_pkgWarTest1testDelete 16:42:12 [2023-03-05T21:42:12.845Z] [java] Value of key is:EJB3_pkgWarTest1testDelete 16:42:12 [2023-03-05T21:42:12.845Z] [java] url=http://localhost:8080/ejb-cmp-pkgWarTest1-web/jpa?case=verifyDelete 16:42:12 [2023-03-05T21:42:12.845Z] [java] Value of key is:EJB3_pkgWarTest1verifyDelete 16:42:12 [2023-03-05T21:42:12.845Z] [java] Value of key is:EJB3_pkgWarTest1verifyDelete 16:42:12 [2023-03-05T21:42:12.845Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:42:12 [2023-03-05T21:42:12.845Z] [java] 16:42:12 [2023-03-05T21:42:12.845Z] [java] 16:42:12 [2023-03-05T21:42:12.845Z] [java] ----------------------------------------- 16:42:12 [2023-03-05T21:42:12.845Z] [java] - EJB3_pkgWarTest1verifyDelete: PASS - 16:42:12 [2023-03-05T21:42:12.845Z] [java] - EJB3_pkgWarTest1testInsert: PASS - 16:42:12 [2023-03-05T21:42:12.845Z] [java] - EJB3_pkgWarTest1verifyInsert: PASS - 16:42:12 [2023-03-05T21:42:12.845Z] [java] - EJB3_pkgWarTest1testDelete: PASS - 16:42:12 [2023-03-05T21:42:12.845Z] [java] ----------------------------------------- 16:42:12 [2023-03-05T21:42:12.845Z] [java] Total PASS: 4 16:42:12 [2023-03-05T21:42:12.845Z] [java] Total FAIL: 0 16:42:12 [2023-03-05T21:42:12.845Z] [java] Total DID NOT RUN: 0 16:42:12 [2023-03-05T21:42:12.845Z] [java] ----------------------------------------- 16:42:12 [2023-03-05T21:42:12.845Z] [java] in flushAll , creating new testSuiteHash 16:42:13 [2023-03-05T21:42:13.119Z] [java] in flushAll , creating new testSuiteHash 16:42:13 [2023-03-05T21:42:13.119Z] 16:42:13 [2023-03-05T21:42:13.119Z] undeploy: 16:42:13 [2023-03-05T21:42:13.119Z] 16:42:13 [2023-03-05T21:42:13.119Z] setOSConditions: 16:42:13 [2023-03-05T21:42:13.119Z] 16:42:13 [2023-03-05T21:42:13.119Z] setToolWin: 16:42:13 [2023-03-05T21:42:13.119Z] 16:42:13 [2023-03-05T21:42:13.119Z] setToolUnix: 16:42:13 [2023-03-05T21:42:13.119Z] 16:42:13 [2023-03-05T21:42:13.119Z] setToolProperty: 16:42:13 [2023-03-05T21:42:13.119Z] 16:42:13 [2023-03-05T21:42:13.119Z] setS1ASclassPath: 16:42:13 [2023-03-05T21:42:13.119Z] 16:42:13 [2023-03-05T21:42:13.119Z] init-common: 16:42:13 [2023-03-05T21:42:13.119Z] 16:42:13 [2023-03-05T21:42:13.119Z] undeploy-war-common: 16:42:13 [2023-03-05T21:42:13.375Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false ejb-cmp-pkgWarTest1-web 16:42:13 [2023-03-05T21:42:13.375Z] 16:42:13 [2023-03-05T21:42:13.375Z] unsetup: 16:42:13 [2023-03-05T21:42:13.375Z] 16:42:13 [2023-03-05T21:42:13.375Z] setOSConditions: 16:42:13 [2023-03-05T21:42:13.375Z] 16:42:13 [2023-03-05T21:42:13.375Z] setToolWin: 16:42:13 [2023-03-05T21:42:13.375Z] 16:42:13 [2023-03-05T21:42:13.375Z] setToolUnix: 16:42:13 [2023-03-05T21:42:13.375Z] 16:42:13 [2023-03-05T21:42:13.375Z] setToolProperty: 16:42:13 [2023-03-05T21:42:13.375Z] 16:42:13 [2023-03-05T21:42:13.375Z] setS1ASclassPath: 16:42:13 [2023-03-05T21:42:13.375Z] 16:42:13 [2023-03-05T21:42:13.375Z] init-common: 16:42:13 [2023-03-05T21:42:13.375Z] 16:42:13 [2023-03-05T21:42:13.375Z] delete-jdbc-resource-common: 16:42:13 [2023-03-05T21:42:13.375Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/pkgWarTest1 16:42:16 [2023-03-05T21:42:16.654Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/pkgWarTest1 16:42:16 [2023-03-05T21:42:16.654Z] [exec] JDBC resource jdbc/pkgWarTest1 deleted successfully 16:42:16 [2023-03-05T21:42:16.654Z] [echo] cmd executed for server 16:42:16 [2023-03-05T21:42:16.654Z] 16:42:16 [2023-03-05T21:42:16.654Z] setOSConditions: 16:42:16 [2023-03-05T21:42:16.654Z] 16:42:16 [2023-03-05T21:42:16.654Z] setToolWin: 16:42:16 [2023-03-05T21:42:16.654Z] 16:42:16 [2023-03-05T21:42:16.654Z] setToolUnix: 16:42:16 [2023-03-05T21:42:16.654Z] 16:42:16 [2023-03-05T21:42:16.654Z] setToolProperty: 16:42:16 [2023-03-05T21:42:16.654Z] 16:42:16 [2023-03-05T21:42:16.654Z] setS1ASclassPath: 16:42:16 [2023-03-05T21:42:16.654Z] 16:42:16 [2023-03-05T21:42:16.654Z] init-common: 16:42:16 [2023-03-05T21:42:16.654Z] 16:42:16 [2023-03-05T21:42:16.654Z] delete-jdbc-connpool-common: 16:42:16 [2023-03-05T21:42:16.654Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true pkgWarTest1-pool 16:42:16 [2023-03-05T21:42:16.917Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true pkgWarTest1-pool 16:42:16 [2023-03-05T21:42:16.917Z] [exec] JDBC Connection pool pkgWarTest1-pool deleted successfully 16:42:16 [2023-03-05T21:42:16.917Z] [echo] cmd executed for server 16:42:16 [2023-03-05T21:42:16.917Z] 16:42:16 [2023-03-05T21:42:16.917Z] all: 16:42:16 [2023-03-05T21:42:16.917Z] 16:42:16 [2023-03-05T21:42:16.917Z] report: 16:42:16 [2023-03-05T21:42:16.917Z] [echo] Comparing results with expected results 16:42:16 [2023-03-05T21:42:16.917Z] [xslt] Processing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html 16:42:16 [2023-03-05T21:42:16.917Z] [xslt] Loading stylesheet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/j2eeReporter.xsl 16:42:17 [2023-03-05T21:42:17.177Z] 16:42:17 [2023-03-05T21:42:17.177Z] report-sh: 16:42:17 [2023-03-05T21:42:17.177Z] [exec] input file=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml 16:42:17 [2023-03-05T21:42:17.177Z] [exec] 16:42:17 [2023-03-05T21:42:17.177Z] [exec] ************************ 16:42:17 [2023-03-05T21:42:17.177Z] [exec] PASSED= 16 16:42:17 [2023-03-05T21:42:17.177Z] [exec] ------------ ========= 16:42:17 [2023-03-05T21:42:17.177Z] [exec] FAILED= 0 16:42:17 [2023-03-05T21:42:17.177Z] [exec] ------------ ========= 16:42:17 [2023-03-05T21:42:17.177Z] [exec] DID NOT RUN= 0 16:42:17 [2023-03-05T21:42:17.177Z] [exec] ------------ ========= 16:42:17 [2023-03-05T21:42:17.177Z] [exec] Total Expected=16 16:42:17 [2023-03-05T21:42:17.177Z] [exec] ************************ 16:42:17 [2023-03-05T21:42:17.177Z] [exec] 16:42:17 [2023-03-05T21:42:17.177Z] 16:42:17 [2023-03-05T21:42:17.177Z] BUILD SUCCESSFUL 16:42:17 [2023-03-05T21:42:17.177Z] Total time: 45 seconds 16:42:17 [2023-03-05T21:42:17.177Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin stop-database 16:42:17 [2023-03-05T21:42:17.740Z] Sun Mar 05 21:42:17 UTC 2023 : Connection obtained for host: 0.0.0.0, port number 1527. 16:42:18 [2023-03-05T21:42:18.319Z] Sun Mar 05 21:42:18 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:42:18 [2023-03-05T21:42:18.319Z] Command stop-database executed successfully. 16:42:18 [2023-03-05T21:42:18.319Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin stop-domain 16:42:18 [2023-03-05T21:42:18.876Z] Waiting for the domain to stop . 16:42:18 [2023-03-05T21:42:18.876Z] Waiting finished after 107 ms. 16:42:18 [2023-03-05T21:42:18.876Z] Command stop-domain executed successfully. 16:42:18 [2023-03-05T21:42:18.876Z] + check_successful_run 16:42:18 [2023-03-05T21:42:18.876Z] + printf '\n%s \n\n' '===== CHECK SUCCESSFUL RUN =====' 16:42:18 [2023-03-05T21:42:18.876Z] 16:42:18 [2023-03-05T21:42:18.876Z] ===== CHECK SUCCESSFUL RUN ===== 16:42:18 [2023-03-05T21:42:18.876Z] 16:42:18 [2023-03-05T21:42:18.876Z] + FILE=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html 16:42:18 [2023-03-05T21:42:18.876Z] + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html ']' 16:42:18 [2023-03-05T21:42:18.876Z] + echo 'File /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful' 16:42:18 [2023-03-05T21:42:18.876Z] File /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful 16:42:18 [2023-03-05T21:42:18.876Z] + generate_junit_report persistence_all 16:42:18 [2023-03-05T21:42:18.876Z] + printf '\n%s \n\n' '===== GENERATE JUNIT REPORT =====' 16:42:18 [2023-03-05T21:42:18.876Z] 16:42:18 [2023-03-05T21:42:18.876Z] ===== GENERATE JUNIT REPORT ===== 16:42:18 [2023-03-05T21:42:18.876Z] 16:42:18 [2023-03-05T21:42:18.876Z] + TD=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml 16:42:18 [2023-03-05T21:42:18.876Z] + JUD=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml 16:42:18 [2023-03-05T21:42:18.876Z] + TESTSUITE_NAME=persistence_all 16:42:18 [2023-03-05T21:42:18.876Z] + cat /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml 16:42:18 [2023-03-05T21:42:18.876Z] + awk -v suitename=persistence_all ' 16:42:18 [2023-03-05T21:42:18.876Z] BEGIN { 16:42:18 [2023-03-05T21:42:18.876Z] totaltests = 0; 16:42:18 [2023-03-05T21:42:18.876Z] totalfailures = 0; 16:42:18 [2023-03-05T21:42:18.876Z] totalerrors = 0; 16:42:18 [2023-03-05T21:42:18.876Z] } 16:42:18 [2023-03-05T21:42:18.876Z] function getPropVal(str){ 16:42:18 [2023-03-05T21:42:18.876Z] split(str, a, "="); 16:42:18 [2023-03-05T21:42:18.876Z] val = a[2]; 16:42:18 [2023-03-05T21:42:18.876Z] # remove quotes 16:42:18 [2023-03-05T21:42:18.876Z] gsub("\"","",val); 16:42:18 [2023-03-05T21:42:18.876Z] return val; 16:42:18 [2023-03-05T21:42:18.876Z] } 16:42:18 [2023-03-05T21:42:18.876Z] function removeXMLTag(str){ 16:42:18 [2023-03-05T21:42:18.876Z] # remove xml tag quotes 16:42:18 [2023-03-05T21:42:18.876Z] gsub("</.*>","",str); 16:42:18 [2023-03-05T21:42:18.876Z] gsub("<.*>","",str); 16:42:18 [2023-03-05T21:42:18.876Z] gsub(">","",str); 16:42:18 [2023-03-05T21:42:18.876Z] return str; 16:42:18 [2023-03-05T21:42:18.876Z] } 16:42:18 [2023-03-05T21:42:18.876Z] /status value=/ { 16:42:18 [2023-03-05T21:42:18.876Z] result=getPropVal($0); 16:42:18 [2023-03-05T21:42:18.876Z] result=removeXMLTag(result); 16:42:18 [2023-03-05T21:42:18.876Z] } 16:42:18 [2023-03-05T21:42:18.876Z] /<testsuite>/ { 16:42:18 [2023-03-05T21:42:18.876Z] getline; 16:42:18 [2023-03-05T21:42:18.876Z] getline; 16:42:18 [2023-03-05T21:42:18.876Z] testunit=removeXMLTag($0); 16:42:18 [2023-03-05T21:42:18.876Z] gsub("\"","",testunit); 16:42:18 [2023-03-05T21:42:18.876Z] } 16:42:18 [2023-03-05T21:42:18.876Z] /<testcase>/ { 16:42:18 [2023-03-05T21:42:18.876Z] getline; 16:42:18 [2023-03-05T21:42:18.876Z] testname=removeXMLTag($0); 16:42:18 [2023-03-05T21:42:18.876Z] gsub("\"","",testname); 16:42:18 [2023-03-05T21:42:18.876Z] } 16:42:18 [2023-03-05T21:42:18.876Z] /<\/testcase>/{ 16:42:18 [2023-03-05T21:42:18.876Z] classname=testunit 16:42:18 [2023-03-05T21:42:18.876Z] # printing testcase to out 16:42:18 [2023-03-05T21:42:18.876Z] out = out sprintf(" <testcase classname=\"%s\" name=\"%s\" time=\"0.0\">\n", classname, testname); 16:42:18 [2023-03-05T21:42:18.876Z] if (result == "fail") { 16:42:18 [2023-03-05T21:42:18.876Z] out = out " <failure message=\"NA\" type=\"NA\"/>\n"; 16:42:18 [2023-03-05T21:42:18.876Z] totalfailures++; 16:42:18 [2023-03-05T21:42:18.876Z] } else if (result == "did_not_run") { 16:42:18 [2023-03-05T21:42:18.876Z] out = out " <error message=\"NA\" type=\"NA\"/>\n"; 16:42:18 [2023-03-05T21:42:18.876Z] totalerrors++; 16:42:18 [2023-03-05T21:42:18.876Z] } 16:42:18 [2023-03-05T21:42:18.876Z] out = out " </testcase>\n"; 16:42:18 [2023-03-05T21:42:18.876Z] 16:42:18 [2023-03-05T21:42:18.876Z] totaltests++; 16:42:18 [2023-03-05T21:42:18.876Z] result=""; 16:42:18 [2023-03-05T21:42:18.876Z] testname=""; 16:42:18 [2023-03-05T21:42:18.876Z] } 16:42:18 [2023-03-05T21:42:18.876Z] END { 16:42:18 [2023-03-05T21:42:18.876Z] print "<?xml version=\"1.0\" ?>" 16:42:18 [2023-03-05T21:42:18.876Z] printf "<testsuite tests=\"%d\" failures=\"%d\" errors=\"%d\" name=\"%s\">\n", totaltests, totalfailures, totalerrors, suitename; 16:42:18 [2023-03-05T21:42:18.876Z] printf "%s", out; 16:42:18 [2023-03-05T21:42:18.876Z] print "</testsuite>" 16:42:18 [2023-03-05T21:42:18.876Z] }' 16:42:18 [2023-03-05T21:42:18.876Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:42:18 [2023-03-05T21:42:18.876Z] + change_junit_report_class_names 16:42:18 [2023-03-05T21:42:18.876Z] + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml 16:42:18 [2023-03-05T21:42:18.876Z] + sed -i 's/\bclassname="/classname="persistence_all./g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml 16:42:18 [2023-03-05T21:42:18.876Z] + copy_test_artifacts persistence_all 16:42:18 [2023-03-05T21:42:18.876Z] + sleep 1 16:42:19 [2023-03-05T21:42:19.807Z] + printf '\n%s \n\n' '===== COPY TEST ARTIFACTS =====' 16:42:19 [2023-03-05T21:42:19.807Z] 16:42:19 [2023-03-05T21:42:19.807Z] ===== COPY TEST ARTIFACTS ===== 16:42:19 [2023-03-05T21:42:19.808Z] 16:42:19 [2023-03-05T21:42:19.808Z] + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:42:19 [2023-03-05T21:42:19.808Z] + tar -cf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains 16:42:19 [2023-03-05T21:42:19.808Z] tar: Removing leading `/' from member names 16:42:20 [2023-03-05T21:42:20.064Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:42:20 [2023-03-05T21:42:20.064Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/tests-run.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:42:20 [2023-03-05T21:42:20.064Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:42:20 [2023-03-05T21:42:20.064Z] ++ pwd 16:42:20 [2023-03-05T21:42:20.064Z] + cp '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/*/*logs.zip' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:42:20 [2023-03-05T21:42:20.064Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/*/*logs.zip': No such file or directory 16:42:20 [2023-03-05T21:42:20.064Z] + true 16:42:20 [2023-03-05T21:42:20.064Z] ++ pwd 16:42:20 [2023-03-05T21:42:20.064Z] + cp '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/*/*/*logs.zip' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:42:20 [2023-03-05T21:42:20.064Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/*/*/*logs.zip': No such file or directory 16:42:20 [2023-03-05T21:42:20.064Z] + true 16:42:20 [2023-03-05T21:42:20.064Z] + tar -caf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/persistence_all-results.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results 16:42:20 [2023-03-05T21:42:20.064Z] tar: Removing leading `/' from member names 16:42:22 [2023-03-05T21:42:22.582Z] + break 16:42:22 [2023-03-05T21:42:22.582Z] + [[ true = false ]] 16:42:22 [2023-03-05T21:42:22.582Z] + git reset --hard 16:42:22 [2023-03-05T21:42:22.582Z] HEAD is now at 2d124bddc Merge pull request #24332 from dmatej/removed-admingui-dist-fragment [Pipeline] } [Pipeline] // timestamps [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (cdi_all) [Pipeline] timestamps [Pipeline] { [Pipeline] sh 16:43:12 [2023-03-05T21:43:12.258Z] + rm -rf glassfish7 16:43:12 [2023-03-05T21:43:12.258Z] + true 16:43:12 [2023-03-05T21:43:12.258Z] + export MAVEN_ARGS=-Pstaging 16:43:12 [2023-03-05T21:43:12.258Z] + MAVEN_ARGS=-Pstaging 16:43:12 [2023-03-05T21:43:12.258Z] + ./runtests.sh cdi_all 16:43:12 [2023-03-05T21:43:12.258Z] This script can be temporarily used for local testing until we integrate current set of tests to Maven 16:43:12 [2023-03-05T21:43:12.258Z] First argument is a version of GlassFish used for testing. It will be downloaded by Maven command 16:43:12 [2023-03-05T21:43:12.258Z] Second argument is a test set id, one of: 16:43:12 [2023-03-05T21:43:12.258Z] cdi_all, ql_gf_full_profile_all, \n 16:43:12 [2023-03-05T21:43:12.258Z] \n 16:43:12 [2023-03-05T21:43:12.258Z] web_jsp, deployment_all, \n 16:43:12 [2023-03-05T21:43:12.258Z] ejb_group_1. ejb_group_2, ejb_group_3, ejb_group_embedded, \n 16:43:12 [2023-03-05T21:43:12.258Z] cdi_all, ql_gf_full_profile_all, ql_gf_nucleus_all, \n 16:43:12 [2023-03-05T21:43:12.258Z] ql_gf_web_profile_all, nucleus_admin_all, jdbc_all, batch_all, persistence_all, webservice_all, \n 16:43:12 [2023-03-05T21:43:12.258Z] connector_group_1, connector_group_2, connector_group_3, connector_group_4 16:43:12 [2023-03-05T21:43:12.258Z] If you need to use a different JAVA_HOME than is used by your system, export it or edit this script. 16:43:12 [2023-03-05T21:43:12.258Z] 16:43:12 [2023-03-05T21:43:12.258Z] POM file "/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist 16:43:15 [2023-03-05T21:43:15.531Z] [INFO] Scanning for projects... 16:43:15 [2023-03-05T21:43:15.531Z] [INFO] 16:43:15 [2023-03-05T21:43:15.531Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ 16:43:15 [2023-03-05T21:43:15.531Z] [INFO] Building GlassFish Project 7.0.3-SNAPSHOT 16:43:15 [2023-03-05T21:43:15.531Z] [INFO] --------------------------------[ pom ]--------------------------------- 16:43:15 [2023-03-05T21:43:15.531Z] [INFO] 16:43:15 [2023-03-05T21:43:15.531Z] [INFO] --- maven-dependency-plugin:3.2.0:copy (default-cli) @ glassfish-main-aggregator --- 16:43:15 [2023-03-05T21:43:15.531Z] [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:runtime:0.8.8:jar 16:43:15 [2023-03-05T21:43:15.531Z] [INFO] org.jacoco:org.jacoco.agent:runtime:0.8.8:jar already exists in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:43:15 [2023-03-05T21:43:15.531Z] [INFO] ------------------------------------------------------------------------ 16:43:15 [2023-03-05T21:43:15.531Z] [INFO] BUILD SUCCESS 16:43:15 [2023-03-05T21:43:15.531Z] [INFO] ------------------------------------------------------------------------ 16:43:15 [2023-03-05T21:43:15.531Z] [INFO] Total time: 0.768 s 16:43:15 [2023-03-05T21:43:15.531Z] [INFO] Finished at: 2023-03-05T21:43:15Z 16:43:15 [2023-03-05T21:43:15.531Z] [INFO] ------------------------------------------------------------------------ 16:43:15 [2023-03-05T21:43:15.787Z] + '[' '!' -z /var/jenkins ']' 16:43:15 [2023-03-05T21:43:15.787Z] ++ mktemp -t XXXgf-internal-env 16:43:15 [2023-03-05T21:43:15.787Z] + readonly GF_INTERNAL_ENV_SH=/tmp/1xDgf-internal-env 16:43:15 [2023-03-05T21:43:15.787Z] + GF_INTERNAL_ENV_SH=/tmp/1xDgf-internal-env 16:43:15 [2023-03-05T21:43:15.787Z] + '[' '!' -z '' ']' 16:43:15 [2023-03-05T21:43:15.787Z] + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all 16:43:15 [2023-03-05T21:43:15.787Z] + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all 16:43:15 [2023-03-05T21:43:15.787Z] + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/maven-repo.tar.gz ']' 16:43:15 [2023-03-05T21:43:15.787Z] + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish' 16:43:15 [2023-03-05T21:43:15.787Z] Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:43:15 [2023-03-05T21:43:15.787Z] + rm -rf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:43:15 [2023-03-05T21:43:15.787Z] + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' 16:43:15 [2023-03-05T21:43:15.787Z] + '[' -z 7.0.3-SNAPSHOT ']' 16:43:15 [2023-03-05T21:43:15.787Z] + '[' -z /home/jenkins/.m2/repository ']' 16:43:15 [2023-03-05T21:43:15.787Z] + run_test cdi_all 16:43:15 [2023-03-05T21:43:15.787Z] + local testid=cdi_all 16:43:15 [2023-03-05T21:43:15.787Z] + local found=false 16:43:15 [2023-03-05T21:43:15.787Z] ++ find . -name run_test.sh 16:43:16 [2023-03-05T21:43:16.043Z] + for runtest in `find . -name run_test\.sh` 16:43:16 [2023-03-05T21:43:16.043Z] ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids 16:43:16 [2023-03-05T21:43:16.043Z] + OPT=list_test_ids 16:43:16 [2023-03-05T21:43:16.043Z] + TEST_ID= 16:43:16 [2023-03-05T21:43:16.043Z] ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh 16:43:16 [2023-03-05T21:43:16.043Z] + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh 16:43:16 [2023-03-05T21:43:16.043Z] +++ uname 16:43:16 [2023-03-05T21:43:16.043Z] +++ grep -i sunos 16:43:16 [2023-03-05T21:43:16.043Z] +++ wc -l 16:43:16 [2023-03-05T21:43:16.043Z] +++ awk '{print $1}' 16:43:16 [2023-03-05T21:43:16.043Z] ++ '[' 0 -eq 1 ']' 16:43:16 [2023-03-05T21:43:16.043Z] ++ GREP=grep 16:43:16 [2023-03-05T21:43:16.043Z] ++ AWK=awk 16:43:16 [2023-03-05T21:43:16.043Z] ++ SED=sed 16:43:16 [2023-03-05T21:43:16.043Z] ++ BC=bc 16:43:16 [2023-03-05T21:43:16.043Z] ++ export GREP AWK SED BC 16:43:16 [2023-03-05T21:43:16.043Z] + case ${OPT} in 16:43:16 [2023-03-05T21:43:16.043Z] + list_test_ids 16:43:16 [2023-03-05T21:43:16.043Z] + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 16:43:16 [2023-03-05T21:43:16.043Z] + for id in `${runtest} list_test_ids` 16:43:16 [2023-03-05T21:43:16.043Z] + [[ admin_cli_all = \c\d\i\_\a\l\l ]] 16:43:16 [2023-03-05T21:43:16.043Z] + for id in `${runtest} list_test_ids` 16:43:16 [2023-03-05T21:43:16.043Z] + [[ admin-cli-group-1 = \c\d\i\_\a\l\l ]] 16:43:16 [2023-03-05T21:43:16.043Z] + for id in `${runtest} list_test_ids` 16:43:16 [2023-03-05T21:43:16.043Z] + [[ admin-cli-group-2 = \c\d\i\_\a\l\l ]] 16:43:16 [2023-03-05T21:43:16.043Z] + for id in `${runtest} list_test_ids` 16:43:16 [2023-03-05T21:43:16.043Z] + [[ admin-cli-group-3 = \c\d\i\_\a\l\l ]] 16:43:16 [2023-03-05T21:43:16.043Z] + for id in `${runtest} list_test_ids` 16:43:16 [2023-03-05T21:43:16.043Z] + [[ admin-cli-group-4 = \c\d\i\_\a\l\l ]] 16:43:16 [2023-03-05T21:43:16.043Z] + for id in `${runtest} list_test_ids` 16:43:16 [2023-03-05T21:43:16.043Z] + [[ admin-cli-group-5 = \c\d\i\_\a\l\l ]] 16:43:16 [2023-03-05T21:43:16.043Z] + [[ false = true ]] 16:43:16 [2023-03-05T21:43:16.043Z] + for runtest in `find . -name run_test\.sh` 16:43:16 [2023-03-05T21:43:16.043Z] ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids 16:43:16 [2023-03-05T21:43:16.043Z] + OPT=list_test_ids 16:43:16 [2023-03-05T21:43:16.043Z] + TEST_ID= 16:43:16 [2023-03-05T21:43:16.043Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh 16:43:16 [2023-03-05T21:43:16.043Z] + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh 16:43:16 [2023-03-05T21:43:16.043Z] +++ uname 16:43:16 [2023-03-05T21:43:16.043Z] +++ grep -i sunos 16:43:16 [2023-03-05T21:43:16.043Z] +++ wc -l 16:43:16 [2023-03-05T21:43:16.043Z] +++ awk '{print $1}' 16:43:16 [2023-03-05T21:43:16.043Z] ++ '[' 0 -eq 1 ']' 16:43:16 [2023-03-05T21:43:16.043Z] ++ GREP=grep 16:43:16 [2023-03-05T21:43:16.043Z] ++ AWK=awk 16:43:16 [2023-03-05T21:43:16.043Z] ++ SED=sed 16:43:16 [2023-03-05T21:43:16.043Z] ++ BC=bc 16:43:16 [2023-03-05T21:43:16.043Z] ++ export GREP AWK SED BC 16:43:16 [2023-03-05T21:43:16.043Z] + case ${OPT} in 16:43:16 [2023-03-05T21:43:16.043Z] + list_test_ids 16:43:16 [2023-03-05T21:43:16.043Z] + echo batch_all 16:43:16 [2023-03-05T21:43:16.043Z] + for id in `${runtest} list_test_ids` 16:43:16 [2023-03-05T21:43:16.043Z] + [[ batch_all = \c\d\i\_\a\l\l ]] 16:43:16 [2023-03-05T21:43:16.043Z] + [[ false = true ]] 16:43:16 [2023-03-05T21:43:16.043Z] + for runtest in `find . -name run_test\.sh` 16:43:16 [2023-03-05T21:43:16.043Z] ++ ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh list_test_ids 16:43:16 [2023-03-05T21:43:16.043Z] + OPT=list_test_ids 16:43:16 [2023-03-05T21:43:16.043Z] + TEST_ID= 16:43:16 [2023-03-05T21:43:16.043Z] ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh 16:43:16 [2023-03-05T21:43:16.043Z] + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh 16:43:16 [2023-03-05T21:43:16.043Z] +++ uname 16:43:16 [2023-03-05T21:43:16.043Z] +++ grep -i sunos 16:43:16 [2023-03-05T21:43:16.043Z] +++ wc -l 16:43:16 [2023-03-05T21:43:16.043Z] +++ awk '{print $1}' 16:43:16 [2023-03-05T21:43:16.043Z] ++ '[' 0 -eq 1 ']' 16:43:16 [2023-03-05T21:43:16.043Z] ++ GREP=grep 16:43:16 [2023-03-05T21:43:16.043Z] ++ AWK=awk 16:43:16 [2023-03-05T21:43:16.043Z] ++ SED=sed 16:43:16 [2023-03-05T21:43:16.043Z] ++ BC=bc 16:43:16 [2023-03-05T21:43:16.043Z] ++ export GREP AWK SED BC 16:43:16 [2023-03-05T21:43:16.043Z] + case ${OPT} in 16:43:16 [2023-03-05T21:43:16.043Z] + list_test_ids 16:43:16 [2023-03-05T21:43:16.043Z] + echo cdi_all 16:43:16 [2023-03-05T21:43:16.043Z] + for id in `${runtest} list_test_ids` 16:43:16 [2023-03-05T21:43:16.043Z] + [[ cdi_all = \c\d\i\_\a\l\l ]] 16:43:16 [2023-03-05T21:43:16.043Z] + found=true 16:43:16 [2023-03-05T21:43:16.043Z] + break 16:43:16 [2023-03-05T21:43:16.043Z] + [[ true = true ]] 16:43:16 [2023-03-05T21:43:16.043Z] + ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh run_test_id cdi_all 16:43:16 [2023-03-05T21:43:16.043Z] + OPT=run_test_id 16:43:16 [2023-03-05T21:43:16.043Z] + TEST_ID=cdi_all 16:43:16 [2023-03-05T21:43:16.043Z] ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh 16:43:16 [2023-03-05T21:43:16.043Z] + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh 16:43:16 [2023-03-05T21:43:16.043Z] +++ uname 16:43:16 [2023-03-05T21:43:16.043Z] +++ grep -i sunos 16:43:16 [2023-03-05T21:43:16.043Z] +++ wc -l 16:43:16 [2023-03-05T21:43:16.043Z] +++ awk '{print $1}' 16:43:16 [2023-03-05T21:43:16.043Z] ++ '[' 0 -eq 1 ']' 16:43:16 [2023-03-05T21:43:16.043Z] ++ GREP=grep 16:43:16 [2023-03-05T21:43:16.043Z] ++ AWK=awk 16:43:16 [2023-03-05T21:43:16.043Z] ++ SED=sed 16:43:16 [2023-03-05T21:43:16.043Z] ++ BC=bc 16:43:16 [2023-03-05T21:43:16.043Z] ++ export GREP AWK SED BC 16:43:16 [2023-03-05T21:43:16.043Z] + case ${OPT} in 16:43:16 [2023-03-05T21:43:16.043Z] + trap 'copy_test_artifacts cdi_all' EXIT 16:43:16 [2023-03-05T21:43:16.043Z] + run_test_id cdi_all 16:43:16 [2023-03-05T21:43:16.043Z] + unzip_test_resources /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip 16:43:16 [2023-03-05T21:43:16.043Z] + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' 16:43:16 [2023-03-05T21:43:16.043Z] 16:43:16 [2023-03-05T21:43:16.043Z] ===== UNZIP TEST RESOURCES ===== 16:43:16 [2023-03-05T21:43:16.043Z] 16:43:16 [2023-03-05T21:43:16.043Z] + for i in "${@}" 16:43:16 [2023-03-05T21:43:16.043Z] + [[ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip == *.zip* ]] 16:43:16 [2023-03-05T21:43:16.043Z] + unzip -qq -o /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target 16:43:16 [2023-03-05T21:43:16.975Z] ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh 16:43:16 [2023-03-05T21:43:16.975Z] + cd ./appserver/tests/appserv-tests/devtests/cdi 16:43:16 [2023-03-05T21:43:16.975Z] + test_init 16:43:16 [2023-03-05T21:43:16.975Z] + printf '\n%s \n\n' '===== V2 DEVTESTS INIT =====' 16:43:16 [2023-03-05T21:43:16.975Z] 16:43:16 [2023-03-05T21:43:16.975Z] ===== V2 DEVTESTS INIT ===== 16:43:16 [2023-03-05T21:43:16.975Z] 16:43:16 [2023-03-05T21:43:16.975Z] + find /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish -type f 16:43:16 [2023-03-05T21:43:16.975Z] + xargs touch 16:43:16 [2023-03-05T21:43:16.975Z] + echo S1AS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:43:16 [2023-03-05T21:43:16.975Z] S1AS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:43:16 [2023-03-05T21:43:16.975Z] + echo ANT_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant 16:43:16 [2023-03-05T21:43:16.975Z] ANT_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant 16:43:16 [2023-03-05T21:43:16.975Z] + echo APS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests 16:43:16 [2023-03-05T21:43:16.975Z] APS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests 16:43:16 [2023-03-05T21:43:16.975Z] + java -version 16:43:16 [2023-03-05T21:43:16.975Z] openjdk version "18.0.2" 2022-07-19 16:43:16 [2023-03-05T21:43:16.975Z] OpenJDK Runtime Environment (build 18.0.2+9-61) 16:43:16 [2023-03-05T21:43:16.975Z] OpenJDK 64-Bit Server VM (build 18.0.2+9-61, mixed mode, sharing) 16:43:16 [2023-03-05T21:43:16.975Z] + ant -version 16:43:17 [2023-03-05T21:43:17.232Z] Apache Ant(TM) version 1.9.16 compiled on July 10 2021 16:43:17 [2023-03-05T21:43:17.232Z] + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:43:17 [2023-03-05T21:43:17.232Z] + printf '\n\n' 16:43:17 [2023-03-05T21:43:17.232Z] 16:43:17 [2023-03-05T21:43:17.232Z] 16:43:17 [2023-03-05T21:43:17.232Z] + get_test_target cdi_all 16:43:17 [2023-03-05T21:43:17.232Z] + printf '\n%s \n\n' '===== GETTING TEST TARGET =====' 16:43:17 [2023-03-05T21:43:17.232Z] 16:43:17 [2023-03-05T21:43:17.232Z] ===== GETTING TEST TARGET ===== 16:43:17 [2023-03-05T21:43:17.232Z] 16:43:17 [2023-03-05T21:43:17.232Z] + case ${1} in 16:43:17 [2023-03-05T21:43:17.232Z] + TARGET=all 16:43:17 [2023-03-05T21:43:17.232Z] + export TARGET 16:43:17 [2023-03-05T21:43:17.232Z] + test_run 16:43:17 [2023-03-05T21:43:17.232Z] + printf '\n%s \n\n' '===== TEST RUN - MAIN =====' 16:43:17 [2023-03-05T21:43:17.232Z] 16:43:17 [2023-03-05T21:43:17.232Z] ===== TEST RUN - MAIN ===== 16:43:17 [2023-03-05T21:43:17.232Z] 16:43:17 [2023-03-05T21:43:17.232Z] + echo '<property name="libraries" value="'\'' '\''"/>' 16:43:17 [2023-03-05T21:43:17.232Z] + find . -name RepRunConf.txt 16:43:17 [2023-03-05T21:43:17.232Z] + xargs rm -f 16:43:17 [2023-03-05T21:43:17.232Z] + rm -rf '*.output' alltests.res /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml 16:43:17 [2023-03-05T21:43:17.232Z] + set +e 16:43:17 [2023-03-05T21:43:17.232Z] + ant clean -e -q 16:43:20 [2023-03-05T21:43:20.524Z] + printf '\n%s \n\n' '===== TEST RUN - STARTING GLASSFISH AND DB =====' 16:43:20 [2023-03-05T21:43:20.524Z] 16:43:20 [2023-03-05T21:43:20.524Z] ===== TEST RUN - STARTING GLASSFISH AND DB ===== 16:43:20 [2023-03-05T21:43:20.524Z] 16:43:20 [2023-03-05T21:43:20.524Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin start-domain 16:43:25 [2023-03-05T21:43:25.419Z] Waiting for domain1 to start ..... 16:43:25 [2023-03-05T21:43:25.420Z] Waiting finished after 4,346 ms. 16:43:25 [2023-03-05T21:43:25.420Z] Successfully started the domain : domain1 16:43:25 [2023-03-05T21:43:25.420Z] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:43:25 [2023-03-05T21:43:25.420Z] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:43:25 [2023-03-05T21:43:25.420Z] Admin Port: 4,848 16:43:25 [2023-03-05T21:43:25.420Z] Command start-domain executed successfully. 16:43:25 [2023-03-05T21:43:25.676Z] + '[' true = true ']' 16:43:25 [2023-03-05T21:43:25.676Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-jvm-options '-javaagent\:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/org.jacoco.agent.jar=destfile=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/cdi.exec,append=true,includes=org/glassfish/**\:com/sun/enterprise/**' 16:43:27 [2023-03-05T21:43:27.055Z] Created 1 option(s) 16:43:27 [2023-03-05T21:43:27.055Z] Command create-jvm-options executed successfully. 16:43:27 [2023-03-05T21:43:27.055Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin restart-domain 16:43:27 [2023-03-05T21:43:27.320Z] 16:43:27 [2023-03-05T21:43:27.620Z] Waiting finished after 62 ms. 16:43:27 [2023-03-05T21:43:27.620Z] Server instance is stopped, now we wait for the start on localhost:4848 16:43:39 [2023-03-05T21:43:39.230Z] ........... 16:43:39 [2023-03-05T21:43:39.230Z] Waiting finished after 11,810 ms. 16:43:39 [2023-03-05T21:43:39.230Z] Successfully restarted the domain 16:43:39 [2023-03-05T21:43:39.230Z] Command restart-domain executed successfully. 16:43:39 [2023-03-05T21:43:39.230Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin start-database 16:43:40 [2023-03-05T21:43:40.219Z] Starting database in Network Server mode on host 0.0.0.0 and port 1527. 16:43:42 [2023-03-05T21:43:42.154Z] --------- Derby Network Server Information -------- 16:43:42 [2023-03-05T21:43:42.154Z] Version: CSS10150/10.15.2.0 - (1873585) Build: 1873585 DRDA Product Id: CSS10150 16:43:42 [2023-03-05T21:43:42.154Z] -- listing properties -- 16:43:42 [2023-03-05T21:43:42.154Z] derby.drda.timeSlice=0 16:43:42 [2023-03-05T21:43:42.154Z] derby.drda.portNumber=1527 16:43:42 [2023-03-05T21:43:42.154Z] derby.drda.minThreads=0 16:43:42 [2023-03-05T21:43:42.154Z] derby.drda.sslMode=off 16:43:42 [2023-03-05T21:43:42.154Z] derby.drda.traceAll=false 16:43:42 [2023-03-05T21:43:42.154Z] derby.drda.keepAlive=true 16:43:42 [2023-03-05T21:43:42.154Z] derby.drda.maxThreads=0 16:43:42 [2023-03-05T21:43:42.154Z] derby.drda.logConnections=false 16:43:42 [2023-03-05T21:43:42.154Z] derby.drda.startNetworkServer=false 16:43:42 [2023-03-05T21:43:42.154Z] derby.drda.host=0.0.0.0 16:43:42 [2023-03-05T21:43:42.154Z] derby.drda.traceDirectory=/home/jenkins/agent/workspace/glassfi... 16:43:42 [2023-03-05T21:43:42.154Z] ------------------ Java Information ------------------ 16:43:42 [2023-03-05T21:43:42.154Z] Java Version: 18.0.2 16:43:42 [2023-03-05T21:43:42.154Z] Java Vendor: Oracle Corporation 16:43:42 [2023-03-05T21:43:42.154Z] Java home: /opt/tools/java/openjdk/jdk-18/18.0.2+9 16:43:42 [2023-03-05T21:43:42.154Z] Java classpath: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/lib/asadmin/cli-optional.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derby.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyshared.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbytools.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbynet.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyclient.jar 16:43:42 [2023-03-05T21:43:42.154Z] OS name: Linux 16:43:42 [2023-03-05T21:43:42.154Z] OS architecture: amd64 16:43:42 [2023-03-05T21:43:42.154Z] OS version: 5.17.13-200.fc35.x86_64 16:43:42 [2023-03-05T21:43:42.154Z] Java user name: jenkins 16:43:42 [2023-03-05T21:43:42.154Z] Java user home: /home/jenkins 16:43:42 [2023-03-05T21:43:42.154Z] Java user dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi 16:43:42 [2023-03-05T21:43:42.154Z] java.specification.name: Java Platform API Specification 16:43:42 [2023-03-05T21:43:42.154Z] java.specification.version: 18 16:43:42 [2023-03-05T21:43:42.154Z] java.runtime.version: 18.0.2+9-61 16:43:42 [2023-03-05T21:43:42.154Z] --------- Derby Information -------- 16:43:42 [2023-03-05T21:43:42.154Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derby.jar] 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbytools.jar] 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbynet.jar] 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyclient.jar] 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/javadb/lib/derbyshared.jar] 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] ------------------------------------------------------ 16:43:42 [2023-03-05T21:43:42.154Z] ----------------- Locale Information ----------------- 16:43:42 [2023-03-05T21:43:42.154Z] Current Locale : [English/United States [en_US]] 16:43:42 [2023-03-05T21:43:42.154Z] Found support for locale: [cs] 16:43:42 [2023-03-05T21:43:42.154Z] version: 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] Found support for locale: [de_DE] 16:43:42 [2023-03-05T21:43:42.154Z] version: 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] Found support for locale: [es] 16:43:42 [2023-03-05T21:43:42.154Z] version: 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] Found support for locale: [fr] 16:43:42 [2023-03-05T21:43:42.154Z] version: 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] Found support for locale: [hu] 16:43:42 [2023-03-05T21:43:42.154Z] version: 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] Found support for locale: [it] 16:43:42 [2023-03-05T21:43:42.154Z] version: 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] Found support for locale: [ja_JP] 16:43:42 [2023-03-05T21:43:42.154Z] version: 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] Found support for locale: [ko_KR] 16:43:42 [2023-03-05T21:43:42.154Z] version: 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] Found support for locale: [pl] 16:43:42 [2023-03-05T21:43:42.154Z] version: 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] Found support for locale: [pt_BR] 16:43:42 [2023-03-05T21:43:42.154Z] version: 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] Found support for locale: [ru] 16:43:42 [2023-03-05T21:43:42.154Z] version: 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] Found support for locale: [zh_CN] 16:43:42 [2023-03-05T21:43:42.154Z] version: 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] Found support for locale: [zh_TW] 16:43:42 [2023-03-05T21:43:42.154Z] version: 10.15.2.0 - (1873585) 16:43:42 [2023-03-05T21:43:42.154Z] ------------------------------------------------------ 16:43:42 [2023-03-05T21:43:42.154Z] ------------------------------------------------------ 16:43:42 [2023-03-05T21:43:42.154Z] 16:43:42 [2023-03-05T21:43:42.154Z] Starting database in the background. 16:43:42 [2023-03-05T21:43:42.154Z] Log redirected to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/databases/derby.log. 16:43:42 [2023-03-05T21:43:42.154Z] Command start-database executed successfully. 16:43:42 [2023-03-05T21:43:42.154Z] + printf '\n%s \n\n' '===== TEST RUN - RUNNING TESTS for all =====' 16:43:42 [2023-03-05T21:43:42.154Z] 16:43:42 [2023-03-05T21:43:42.154Z] ===== TEST RUN - RUNNING TESTS for all ===== 16:43:42 [2023-03-05T21:43:42.154Z] 16:43:42 [2023-03-05T21:43:42.154Z] + ant all 16:43:42 [2023-03-05T21:43:42.154Z] + tee /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/tests-run.log 16:43:42 [2023-03-05T21:43:42.154Z] Buildfile: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/build.xml 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] all: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] cdi: 16:43:42 [2023-03-05T21:43:42.724Z] [echo] @@## Running all CDI developer tests ##@@ 16:43:42 [2023-03-05T21:43:42.724Z] [echo] @@## Set environment variable 'cdi_all' to name of single test dir to run only that one. ##@@ 16:43:42 [2023-03-05T21:43:42.724Z] [echo] 16:43:42 [2023-03-05T21:43:42.724Z] [echo] ************************* 16:43:42 [2023-03-05T21:43:42.724Z] [echo] * Running smoke-tests 16:43:42 [2023-03-05T21:43:42.724Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests 16:43:42 [2023-03-05T21:43:42.724Z] [echo] ************************* 16:43:42 [2023-03-05T21:43:42.724Z] [echo] 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] all: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] smoke: 16:43:42 [2023-03-05T21:43:42.724Z] [echo] Excluding testcase simple-wab-with-cdi 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setOSConditions: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setToolWin: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setToolUnix: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setToolProperty: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setS1ASclassPath: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] init-common: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] clean: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setOSConditions: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setToolWin: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setToolUnix: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setToolProperty: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setS1ASclassPath: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] init-common: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] clean-common: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setOSConditions: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setToolWin: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setToolUnix: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setToolProperty: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setS1ASclassPath: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] init-common: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] clean-classes-common: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setOSConditions: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setToolWin: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setToolUnix: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setToolProperty: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] setS1ASclassPath: 16:43:42 [2023-03-05T21:43:42.724Z] 16:43:42 [2023-03-05T21:43:42.724Z] init-common: 16:43:42 [2023-03-05T21:43:42.980Z] 16:43:42 [2023-03-05T21:43:42.980Z] clean-jars-common: 16:43:42 [2023-03-05T21:43:42.980Z] 16:43:42 [2023-03-05T21:43:42.980Z] compile: 16:43:42 [2023-03-05T21:43:42.980Z] 16:43:42 [2023-03-05T21:43:42.980Z] setOSConditions: 16:43:42 [2023-03-05T21:43:42.980Z] 16:43:42 [2023-03-05T21:43:42.980Z] setToolWin: 16:43:42 [2023-03-05T21:43:42.980Z] 16:43:42 [2023-03-05T21:43:42.980Z] setToolUnix: 16:43:42 [2023-03-05T21:43:42.980Z] 16:43:42 [2023-03-05T21:43:42.980Z] setToolProperty: 16:43:42 [2023-03-05T21:43:42.980Z] 16:43:42 [2023-03-05T21:43:42.980Z] setS1ASclassPath: 16:43:42 [2023-03-05T21:43:42.980Z] 16:43:42 [2023-03-05T21:43:42.980Z] init-common: 16:43:42 [2023-03-05T21:43:42.980Z] 16:43:42 [2023-03-05T21:43:42.980Z] compile-common: 16:43:42 [2023-03-05T21:43:42.980Z] [echo] Current time (ISO): 2023-03-05T21:43:42.742+0000 16:43:42 [2023-03-05T21:43:42.980Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:43:42 [2023-03-05T21:43:42.980Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:43:44 [2023-03-05T21:43:44.357Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:43:44 [2023-03-05T21:43:44.357Z] [javac] 1 warning 16:43:44 [2023-03-05T21:43:44.357Z] 16:43:44 [2023-03-05T21:43:44.357Z] build: 16:43:44 [2023-03-05T21:43:44.357Z] 16:43:44 [2023-03-05T21:43:44.357Z] setOSConditions: 16:43:44 [2023-03-05T21:43:44.357Z] 16:43:44 [2023-03-05T21:43:44.357Z] setToolWin: 16:43:44 [2023-03-05T21:43:44.357Z] 16:43:44 [2023-03-05T21:43:44.357Z] setToolUnix: 16:43:44 [2023-03-05T21:43:44.357Z] 16:43:44 [2023-03-05T21:43:44.358Z] setToolProperty: 16:43:44 [2023-03-05T21:43:44.358Z] 16:43:44 [2023-03-05T21:43:44.358Z] setS1ASclassPath: 16:43:44 [2023-03-05T21:43:44.358Z] 16:43:44 [2023-03-05T21:43:44.358Z] init-common: 16:43:44 [2023-03-05T21:43:44.358Z] 16:43:44 [2023-03-05T21:43:44.358Z] webclient-war-common: 16:43:44 [2023-03-05T21:43:44.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:43:44 [2023-03-05T21:43:44.358Z] 16:43:44 [2023-03-05T21:43:44.358Z] clear: 16:43:44 [2023-03-05T21:43:44.358Z] 16:43:44 [2023-03-05T21:43:44.358Z] test-tlds-exist: 16:43:44 [2023-03-05T21:43:44.358Z] 16:43:44 [2023-03-05T21:43:44.358Z] copy-tlds: 16:43:44 [2023-03-05T21:43:44.358Z] 16:43:44 [2023-03-05T21:43:44.358Z] test-tagfiles-exist: 16:43:44 [2023-03-05T21:43:44.358Z] 16:43:44 [2023-03-05T21:43:44.358Z] copy-tagfiles: 16:43:44 [2023-03-05T21:43:44.358Z] 16:43:44 [2023-03-05T21:43:44.358Z] package-war-common: 16:43:44 [2023-03-05T21:43:44.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:43:44 [2023-03-05T21:43:44.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:43:44 [2023-03-05T21:43:44.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:43:44 [2023-03-05T21:43:44.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:43:44 [2023-03-05T21:43:44.358Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:43:44 [2023-03-05T21:43:44.358Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:43:44 [2023-03-05T21:43:44.358Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:43:44 [2023-03-05T21:43:44.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/slf4j-visibility/docroot 16:43:44 [2023-03-05T21:43:44.358Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-slf4j-visibility-web.war 16:43:44 [2023-03-05T21:43:44.358Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:43:44 [2023-03-05T21:43:44.358Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/slf4j-visibility/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:43:44 [2023-03-05T21:43:44.358Z] [javac] Compiling 1 source file 16:43:44 [2023-03-05T21:43:44.619Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/slf4j-visibility/WebTest.java uses or overrides a deprecated API. 16:43:44 [2023-03-05T21:43:44.619Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:43:44 [2023-03-05T21:43:44.619Z] 16:43:44 [2023-03-05T21:43:44.619Z] deploy: 16:43:44 [2023-03-05T21:43:44.619Z] 16:43:44 [2023-03-05T21:43:44.619Z] deploy-war-common: 16:43:44 [2023-03-05T21:43:44.619Z] 16:43:44 [2023-03-05T21:43:44.619Z] setOSConditions: 16:43:44 [2023-03-05T21:43:44.619Z] 16:43:44 [2023-03-05T21:43:44.619Z] setToolWin: 16:43:44 [2023-03-05T21:43:44.619Z] 16:43:44 [2023-03-05T21:43:44.619Z] setToolUnix: 16:43:44 [2023-03-05T21:43:44.619Z] 16:43:44 [2023-03-05T21:43:44.619Z] setToolProperty: 16:43:44 [2023-03-05T21:43:44.619Z] 16:43:44 [2023-03-05T21:43:44.619Z] setS1ASclassPath: 16:43:44 [2023-03-05T21:43:44.619Z] 16:43:44 [2023-03-05T21:43:44.619Z] init-common: 16:43:44 [2023-03-05T21:43:44.619Z] 16:43:44 [2023-03-05T21:43:44.619Z] deploy-war-commonpe: 16:43:45 [2023-03-05T21:43:45.182Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-slf4j-visibility --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-slf4j-visibility-web.war 16:43:47 [2023-03-05T21:43:47.744Z] [exec] Application deployed with name cdi-slf4j-visibility-web. 16:43:47 [2023-03-05T21:43:47.744Z] 16:43:47 [2023-03-05T21:43:47.744Z] deploy-war-commonee: 16:43:47 [2023-03-05T21:43:47.744Z] 16:43:47 [2023-03-05T21:43:47.744Z] run: 16:43:47 [2023-03-05T21:43:47.744Z] [java] opening connection to http://localhost:8080/cdi-slf4j-visibility/myurl 16:43:48 [2023-03-05T21:43:48.019Z] [java] line = [ Hello World is logged by an instance of class org.jboss.logging.JDKLogger, which is loaded by org.jboss.logging.jboss-logging [166]] 16:43:48 [2023-03-05T21:43:48.019Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:43:48 [2023-03-05T21:43:48.019Z] [java] 16:43:48 [2023-03-05T21:43:48.019Z] [java] 16:43:48 [2023-03-05T21:43:48.019Z] [java] ----------------------------------------- 16:43:48 [2023-03-05T21:43:48.019Z] [java] - slf4j-visibility: PASS - 16:43:48 [2023-03-05T21:43:48.019Z] [java] ----------------------------------------- 16:43:48 [2023-03-05T21:43:48.019Z] [java] - Total PASS : 1 - 16:43:48 [2023-03-05T21:43:48.019Z] [java] - Total FAIL : 0 - 16:43:48 [2023-03-05T21:43:48.019Z] [java] - Total DID NOT RUN : 0 - 16:43:48 [2023-03-05T21:43:48.019Z] [java] ----------------------------------------- 16:43:48 [2023-03-05T21:43:48.019Z] 16:43:48 [2023-03-05T21:43:48.019Z] undeploy: 16:43:48 [2023-03-05T21:43:48.019Z] 16:43:48 [2023-03-05T21:43:48.019Z] setOSConditions: 16:43:48 [2023-03-05T21:43:48.019Z] 16:43:48 [2023-03-05T21:43:48.019Z] setToolWin: 16:43:48 [2023-03-05T21:43:48.019Z] 16:43:48 [2023-03-05T21:43:48.019Z] setToolUnix: 16:43:48 [2023-03-05T21:43:48.019Z] 16:43:48 [2023-03-05T21:43:48.019Z] setToolProperty: 16:43:48 [2023-03-05T21:43:48.019Z] 16:43:48 [2023-03-05T21:43:48.019Z] setS1ASclassPath: 16:43:48 [2023-03-05T21:43:48.019Z] 16:43:48 [2023-03-05T21:43:48.019Z] init-common: 16:43:48 [2023-03-05T21:43:48.019Z] 16:43:48 [2023-03-05T21:43:48.019Z] undeploy-war-common: 16:43:48 [2023-03-05T21:43:48.616Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-slf4j-visibility-web 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] all: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setOSConditions: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setToolWin: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setToolUnix: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setToolProperty: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setS1ASclassPath: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] init-common: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] clean: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setOSConditions: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setToolWin: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setToolUnix: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setToolProperty: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setS1ASclassPath: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] init-common: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] clean-common: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setOSConditions: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setToolWin: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setToolUnix: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setToolProperty: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setS1ASclassPath: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] init-common: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] clean-classes-common: 16:43:48 [2023-03-05T21:43:48.616Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setOSConditions: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setToolWin: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setToolUnix: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setToolProperty: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setS1ASclassPath: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] init-common: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] clean-jars-common: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] compile: 16:43:48 [2023-03-05T21:43:48.616Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ejb-cdi/client 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setOSConditions: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setToolWin: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setToolUnix: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setToolProperty: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] setS1ASclassPath: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] init-common: 16:43:48 [2023-03-05T21:43:48.616Z] 16:43:48 [2023-03-05T21:43:48.616Z] compile-common: 16:43:48 [2023-03-05T21:43:48.616Z] [echo] Current time (ISO): 2023-03-05T21:43:48.518+0000 16:43:48 [2023-03-05T21:43:48.616Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:43:48 [2023-03-05T21:43:48.616Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:43:49 [2023-03-05T21:43:49.984Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:43:49 [2023-03-05T21:43:49.984Z] [javac] 1 warning 16:43:49 [2023-03-05T21:43:49.984Z] 16:43:49 [2023-03-05T21:43:49.984Z] setOSConditions: 16:43:49 [2023-03-05T21:43:49.984Z] 16:43:49 [2023-03-05T21:43:49.984Z] setToolWin: 16:43:49 [2023-03-05T21:43:49.984Z] 16:43:49 [2023-03-05T21:43:49.984Z] setToolUnix: 16:43:49 [2023-03-05T21:43:49.984Z] 16:43:49 [2023-03-05T21:43:49.984Z] setToolProperty: 16:43:49 [2023-03-05T21:43:49.984Z] 16:43:49 [2023-03-05T21:43:49.984Z] setS1ASclassPath: 16:43:49 [2023-03-05T21:43:49.984Z] 16:43:49 [2023-03-05T21:43:49.984Z] init-common: 16:43:49 [2023-03-05T21:43:49.984Z] 16:43:49 [2023-03-05T21:43:49.984Z] compile-common: 16:43:49 [2023-03-05T21:43:49.984Z] [echo] Current time (ISO): 2023-03-05T21:43:49.777+0000 16:43:49 [2023-03-05T21:43:49.984Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:43:51 [2023-03-05T21:43:51.356Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:43:51 [2023-03-05T21:43:51.356Z] [javac] 1 warning 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] build: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] setOSConditions: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] fixFiles: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] convUnix: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] convWin: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] setToolWin: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] setToolUnix: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] setToolProperty: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] setS1ASclassPath: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] init-common: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] package-persistence-common: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] ejb-jar-common: 16:43:51 [2023-03-05T21:43:51.356Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] package-ejbjar-common: 16:43:51 [2023-03-05T21:43:51.356Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:43:51 [2023-03-05T21:43:51.356Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:43:51 [2023-03-05T21:43:51.356Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-cdi-ejb.jar 16:43:51 [2023-03-05T21:43:51.356Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] appclient-jar-common: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] package-appclientjar-common: 16:43:51 [2023-03-05T21:43:51.356Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:43:51 [2023-03-05T21:43:51.356Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-cdi-client.jar 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] webclient-war-common: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] build-ear-common: 16:43:51 [2023-03-05T21:43:51.356Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-cdiApp.ear 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] deploy: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] setOSConditions: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] setToolWin: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] setToolUnix: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] setToolProperty: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] setS1ASclassPath: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] init-common: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] deploy-common: 16:43:51 [2023-03-05T21:43:51.356Z] [echo] Current time (ISO): 2023-03-05T21:43:51.148+0000 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] setOSConditions: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] setToolWin: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] setToolUnix: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] setToolProperty: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] setS1ASclassPath: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] init-common: 16:43:51 [2023-03-05T21:43:51.356Z] 16:43:51 [2023-03-05T21:43:51.356Z] deploy-common-pe: 16:43:51 [2023-03-05T21:43:51.619Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-cdiApp.ear 16:43:54 [2023-03-05T21:43:54.147Z] [exec] Application deployed with name simple-ejb-cdiApp. 16:43:54 [2023-03-05T21:43:54.147Z] [echo] Deployment on target server server successful 16:43:54 [2023-03-05T21:43:54.147Z] 16:43:54 [2023-03-05T21:43:54.147Z] setOSConditions: 16:43:54 [2023-03-05T21:43:54.147Z] 16:43:54 [2023-03-05T21:43:54.147Z] setToolWin: 16:43:54 [2023-03-05T21:43:54.147Z] 16:43:54 [2023-03-05T21:43:54.147Z] setToolUnix: 16:43:54 [2023-03-05T21:43:54.147Z] 16:43:54 [2023-03-05T21:43:54.147Z] setToolProperty: 16:43:54 [2023-03-05T21:43:54.147Z] 16:43:54 [2023-03-05T21:43:54.147Z] setS1ASclassPath: 16:43:54 [2023-03-05T21:43:54.147Z] 16:43:54 [2023-03-05T21:43:54.147Z] init-common: 16:43:54 [2023-03-05T21:43:54.147Z] 16:43:54 [2023-03-05T21:43:54.147Z] deploy-common-ee: 16:43:54 [2023-03-05T21:43:54.147Z] 16:43:54 [2023-03-05T21:43:54.147Z] run: 16:43:54 [2023-03-05T21:43:54.147Z] 16:43:54 [2023-03-05T21:43:54.147Z] setOSConditions: 16:43:54 [2023-03-05T21:43:54.147Z] 16:43:54 [2023-03-05T21:43:54.147Z] setToolWin: 16:43:54 [2023-03-05T21:43:54.147Z] 16:43:54 [2023-03-05T21:43:54.147Z] setToolUnix: 16:43:54 [2023-03-05T21:43:54.147Z] 16:43:54 [2023-03-05T21:43:54.147Z] setToolProperty: 16:43:54 [2023-03-05T21:43:54.147Z] 16:43:54 [2023-03-05T21:43:54.147Z] setS1ASclassPath: 16:43:54 [2023-03-05T21:43:54.147Z] 16:43:54 [2023-03-05T21:43:54.147Z] init-common: 16:43:54 [2023-03-05T21:43:54.147Z] 16:43:54 [2023-03-05T21:43:54.147Z] runclient-common: 16:43:54 [2023-03-05T21:43:54.147Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-cdiAppClient.jar -name simple-ejb-cdiClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:43:54 [2023-03-05T21:43:54.725Z] [exec] Mar 05, 2023 9:43:54 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:43:54 [2023-03-05T21:43:54.725Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:43:55 [2023-03-05T21:43:55.288Z] [exec] Mar 05, 2023 9:43:55 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 16:43:55 [2023-03-05T21:43:55.288Z] [exec] WARNING: ACC001: Using the only client [simple-ejb-cdi-client] with main class [com.sun.s1asdev.cdi.ejb.hello.session.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-cdiAppClient.jar even though it does not match the specified main class name null or client name simple-ejb-cdiClient 16:43:57 [2023-03-05T21:43:57.220Z] [exec] Mar 05, 2023 9:43:56 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:43:57 [2023-03-05T21:43:57.220Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6f1fa1d0 16:43:57 [2023-03-05T21:43:57.476Z] [exec] Creating InitialContext() 16:43:57 [2023-03-05T21:43:57.476Z] [exec] Value of key is: stateful 16:43:57 [2023-03-05T21:43:57.476Z] [exec] Value of key is: stateless 16:43:57 [2023-03-05T21:43:57.476Z] [exec] Value of key is: stateless2 16:43:57 [2023-03-05T21:43:57.476Z] [exec] ensuring that sless1 and sless2 are not equal 16:43:57 [2023-03-05T21:43:57.476Z] [exec] Value of key is: stateless3 16:43:57 [2023-03-05T21:43:57.476Z] [exec] Value of key is: stateless4 16:43:57 [2023-03-05T21:43:57.476Z] [exec] test complete 16:43:57 [2023-03-05T21:43:57.476Z] [exec] Value of key is: main 16:43:57 [2023-03-05T21:43:57.476Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:43:57 [2023-03-05T21:43:57.476Z] [exec] 16:43:57 [2023-03-05T21:43:57.476Z] [exec] 16:43:57 [2023-03-05T21:43:57.476Z] [exec] ----------------------------------------- 16:43:57 [2023-03-05T21:43:57.476Z] [exec] - stateful: PASS - 16:43:57 [2023-03-05T21:43:57.476Z] [exec] - stateless4: PASS - 16:43:57 [2023-03-05T21:43:57.476Z] [exec] - main: PASS - 16:43:57 [2023-03-05T21:43:57.476Z] [exec] - stateless: PASS - 16:43:57 [2023-03-05T21:43:57.476Z] [exec] - stateless2: PASS - 16:43:57 [2023-03-05T21:43:57.476Z] [exec] - stateless3: PASS - 16:43:57 [2023-03-05T21:43:57.476Z] [exec] ----------------------------------------- 16:43:57 [2023-03-05T21:43:57.476Z] [exec] Total PASS: 6 16:43:57 [2023-03-05T21:43:57.476Z] [exec] Total FAIL: 0 16:43:57 [2023-03-05T21:43:57.476Z] [exec] Total DID NOT RUN: 0 16:43:57 [2023-03-05T21:43:57.476Z] [exec] ----------------------------------------- 16:43:57 [2023-03-05T21:43:57.476Z] [exec] in flushAll , creating new testSuiteHash 16:43:57 [2023-03-05T21:43:57.476Z] [exec] in flushAll , creating new testSuiteHash 16:43:57 [2023-03-05T21:43:57.732Z] 16:43:57 [2023-03-05T21:43:57.732Z] checkReporting-common: 16:43:57 [2023-03-05T21:43:57.732Z] 16:43:57 [2023-03-05T21:43:57.732Z] confirmReportPresent-common: 16:43:57 [2023-03-05T21:43:57.732Z] [echo] file RepRunConf.txt is present. 16:43:57 [2023-03-05T21:43:57.732Z] [echo] Test seems to be reported fine 16:43:57 [2023-03-05T21:43:57.732Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ejb-cdi/RepRunConf.txt 16:43:57 [2023-03-05T21:43:57.732Z] 16:43:57 [2023-03-05T21:43:57.732Z] confirmMissingReport-common: 16:43:57 [2023-03-05T21:43:57.732Z] 16:43:57 [2023-03-05T21:43:57.732Z] undeploy: 16:43:57 [2023-03-05T21:43:57.732Z] 16:43:57 [2023-03-05T21:43:57.732Z] setOSConditions: 16:43:57 [2023-03-05T21:43:57.732Z] 16:43:57 [2023-03-05T21:43:57.732Z] setToolWin: 16:43:57 [2023-03-05T21:43:57.732Z] 16:43:57 [2023-03-05T21:43:57.732Z] setToolUnix: 16:43:57 [2023-03-05T21:43:57.732Z] 16:43:57 [2023-03-05T21:43:57.732Z] setToolProperty: 16:43:57 [2023-03-05T21:43:57.732Z] 16:43:57 [2023-03-05T21:43:57.732Z] setS1ASclassPath: 16:43:57 [2023-03-05T21:43:57.732Z] 16:43:57 [2023-03-05T21:43:57.732Z] init-common: 16:43:57 [2023-03-05T21:43:57.732Z] 16:43:57 [2023-03-05T21:43:57.732Z] undeploy-common: 16:43:57 [2023-03-05T21:43:57.989Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false simple-ejb-cdiApp 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] all: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setOSConditions: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setToolWin: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setToolUnix: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setToolProperty: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setS1ASclassPath: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] init-common: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] clean: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setOSConditions: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setToolWin: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setToolUnix: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setToolProperty: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setS1ASclassPath: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] init-common: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] clean-common: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setOSConditions: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setToolWin: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setToolUnix: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setToolProperty: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setS1ASclassPath: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] init-common: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] clean-classes-common: 16:43:58 [2023-03-05T21:43:58.245Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setOSConditions: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setToolWin: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setToolUnix: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setToolProperty: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setS1ASclassPath: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] init-common: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] clean-jars-common: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] compile: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setOSConditions: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setToolWin: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setToolUnix: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setToolProperty: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] setS1ASclassPath: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] init-common: 16:43:58 [2023-03-05T21:43:58.245Z] 16:43:58 [2023-03-05T21:43:58.245Z] compile-common: 16:43:58 [2023-03-05T21:43:58.245Z] [echo] Current time (ISO): 2023-03-05T21:43:58.060+0000 16:43:58 [2023-03-05T21:43:58.245Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:43:58 [2023-03-05T21:43:58.245Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:43:59 [2023-03-05T21:43:59.216Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:43:59 [2023-03-05T21:43:59.474Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/servlet/TestManagedBean.java uses or overrides a deprecated API. 16:43:59 [2023-03-05T21:43:59.474Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:43:59 [2023-03-05T21:43:59.474Z] [javac] 1 warning 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] build: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] setOSConditions: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] setToolWin: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] setToolUnix: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] setToolProperty: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] setS1ASclassPath: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] init-common: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] webclient-war-common: 16:43:59 [2023-03-05T21:43:59.474Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] clear: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] test-tlds-exist: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] copy-tlds: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] test-tagfiles-exist: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] copy-tagfiles: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] package-war-common: 16:43:59 [2023-03-05T21:43:59.474Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:43:59 [2023-03-05T21:43:59.474Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:43:59 [2023-03-05T21:43:59.474Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:43:59 [2023-03-05T21:43:59.474Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:43:59 [2023-03-05T21:43:59.474Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/lib 16:43:59 [2023-03-05T21:43:59.474Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:43:59 [2023-03-05T21:43:59.474Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:43:59 [2023-03-05T21:43:59.474Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/docroot 16:43:59 [2023-03-05T21:43:59.474Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-managed-bean-web.war 16:43:59 [2023-03-05T21:43:59.474Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:43:59 [2023-03-05T21:43:59.474Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:43:59 [2023-03-05T21:43:59.474Z] [javac] Compiling 1 source file 16:43:59 [2023-03-05T21:43:59.474Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/WebTest.java uses or overrides a deprecated API. 16:43:59 [2023-03-05T21:43:59.474Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] deploy: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] deploy-war-common: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] setOSConditions: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] setToolWin: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] setToolUnix: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] setToolProperty: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] setS1ASclassPath: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] init-common: 16:43:59 [2023-03-05T21:43:59.474Z] 16:43:59 [2023-03-05T21:43:59.474Z] deploy-war-commonpe: 16:44:00 [2023-03-05T21:44:00.037Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-simple-managed-bean --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-managed-bean-web.war 16:44:00 [2023-03-05T21:44:00.650Z] [exec] Application deployed with name cdi-simple-managed-bean-web. 16:44:00 [2023-03-05T21:44:00.650Z] 16:44:00 [2023-03-05T21:44:00.650Z] deploy-war-commonee: 16:44:00 [2023-03-05T21:44:00.650Z] 16:44:00 [2023-03-05T21:44:00.650Z] run: 16:44:00 [2023-03-05T21:44:00.650Z] [java] opening connection to http://localhost:8080/cdi-simple-managed-bean/myurl 16:44:00 [2023-03-05T21:44:00.650Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 16:44:00 [2023-03-05T21:44:00.650Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:00 [2023-03-05T21:44:00.650Z] [java] 16:44:00 [2023-03-05T21:44:00.650Z] [java] 16:44:00 [2023-03-05T21:44:00.650Z] [java] ----------------------------------------- 16:44:00 [2023-03-05T21:44:00.650Z] [java] - simple-managed-bean: PASS - 16:44:00 [2023-03-05T21:44:00.650Z] [java] ----------------------------------------- 16:44:00 [2023-03-05T21:44:00.650Z] [java] - Total PASS : 1 - 16:44:00 [2023-03-05T21:44:00.650Z] [java] - Total FAIL : 0 - 16:44:00 [2023-03-05T21:44:00.650Z] [java] - Total DID NOT RUN : 0 - 16:44:00 [2023-03-05T21:44:00.650Z] [java] ----------------------------------------- 16:44:00 [2023-03-05T21:44:00.650Z] 16:44:00 [2023-03-05T21:44:00.650Z] undeploy: 16:44:00 [2023-03-05T21:44:00.650Z] 16:44:00 [2023-03-05T21:44:00.650Z] setOSConditions: 16:44:00 [2023-03-05T21:44:00.650Z] 16:44:00 [2023-03-05T21:44:00.650Z] setToolWin: 16:44:00 [2023-03-05T21:44:00.650Z] 16:44:00 [2023-03-05T21:44:00.650Z] setToolUnix: 16:44:00 [2023-03-05T21:44:00.650Z] 16:44:00 [2023-03-05T21:44:00.650Z] setToolProperty: 16:44:00 [2023-03-05T21:44:00.650Z] 16:44:00 [2023-03-05T21:44:00.650Z] setS1ASclassPath: 16:44:00 [2023-03-05T21:44:00.650Z] 16:44:00 [2023-03-05T21:44:00.650Z] init-common: 16:44:00 [2023-03-05T21:44:00.650Z] 16:44:00 [2023-03-05T21:44:00.650Z] undeploy-war-common: 16:44:01 [2023-03-05T21:44:01.225Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-simple-managed-bean-web 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] all: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setOSConditions: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setToolWin: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setToolUnix: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setToolProperty: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setS1ASclassPath: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] init-common: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] clean: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setOSConditions: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setToolWin: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setToolUnix: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setToolProperty: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setS1ASclassPath: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] init-common: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] clean-common: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setOSConditions: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setToolWin: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setToolUnix: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setToolProperty: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setS1ASclassPath: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] init-common: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] clean-classes-common: 16:44:01 [2023-03-05T21:44:01.225Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setOSConditions: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setToolWin: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setToolUnix: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setToolProperty: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setS1ASclassPath: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] init-common: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] clean-jars-common: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] compile: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setOSConditions: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setToolWin: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setToolUnix: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setToolProperty: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] setS1ASclassPath: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] init-common: 16:44:01 [2023-03-05T21:44:01.225Z] 16:44:01 [2023-03-05T21:44:01.225Z] compile-common: 16:44:01 [2023-03-05T21:44:01.225Z] [echo] Current time (ISO): 2023-03-05T21:44:01.121+0000 16:44:01 [2023-03-05T21:44:01.225Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:01 [2023-03-05T21:44:01.225Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:02 [2023-03-05T21:44:02.592Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:02 [2023-03-05T21:44:02.592Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/servlet/com/tests/TestManagedBean.java uses or overrides a deprecated API. 16:44:02 [2023-03-05T21:44:02.592Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:02 [2023-03-05T21:44:02.592Z] [javac] 1 warning 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] build: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] setOSConditions: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] setToolWin: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] setToolUnix: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] setToolProperty: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] setS1ASclassPath: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] init-common: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] webclient-war-common: 16:44:02 [2023-03-05T21:44:02.592Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] clear: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] test-tlds-exist: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] copy-tlds: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] test-tagfiles-exist: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] copy-tagfiles: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] package-war-common: 16:44:02 [2023-03-05T21:44:02.592Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:02 [2023-03-05T21:44:02.592Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:02 [2023-03-05T21:44:02.592Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:02 [2023-03-05T21:44:02.592Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:02 [2023-03-05T21:44:02.592Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/lib 16:44:02 [2023-03-05T21:44:02.592Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:02 [2023-03-05T21:44:02.592Z] [copy] Copying 5 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:02 [2023-03-05T21:44:02.592Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/docroot 16:44:02 [2023-03-05T21:44:02.592Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-managed-bean-interceptor-with-non-default-packages-web.war 16:44:02 [2023-03-05T21:44:02.592Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:02 [2023-03-05T21:44:02.592Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:02 [2023-03-05T21:44:02.592Z] [javac] Compiling 1 source file 16:44:02 [2023-03-05T21:44:02.592Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/WebTest.java uses or overrides a deprecated API. 16:44:02 [2023-03-05T21:44:02.592Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] deploy: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] deploy-war-common: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] setOSConditions: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] setToolWin: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] setToolUnix: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] setToolProperty: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] setS1ASclassPath: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] init-common: 16:44:02 [2023-03-05T21:44:02.592Z] 16:44:02 [2023-03-05T21:44:02.592Z] deploy-war-commonpe: 16:44:03 [2023-03-05T21:44:03.155Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-simple-managed-bean-interceptor-with-non-default-packages --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-managed-bean-interceptor-with-non-default-packages-web.war 16:44:03 [2023-03-05T21:44:03.419Z] [exec] Application deployed with name cdi-simple-managed-bean-interceptor-with-non-default-packages-web. 16:44:03 [2023-03-05T21:44:03.419Z] 16:44:03 [2023-03-05T21:44:03.419Z] deploy-war-commonee: 16:44:03 [2023-03-05T21:44:03.419Z] 16:44:03 [2023-03-05T21:44:03.419Z] run: 16:44:03 [2023-03-05T21:44:03.419Z] [java] opening connection to http://localhost:8080/cdi-simple-managed-bean-interceptor-with-non-default-packages/myurl 16:44:03 [2023-03-05T21:44:03.419Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 16:44:03 [2023-03-05T21:44:03.419Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:03 [2023-03-05T21:44:03.419Z] [java] 16:44:03 [2023-03-05T21:44:03.419Z] [java] 16:44:03 [2023-03-05T21:44:03.419Z] [java] ----------------------------------------- 16:44:03 [2023-03-05T21:44:03.419Z] [java] - simple-managed-bean-interceptor-with-non-default-packaged-beans: PASS - 16:44:03 [2023-03-05T21:44:03.419Z] [java] ----------------------------------------- 16:44:03 [2023-03-05T21:44:03.419Z] [java] - Total PASS : 1 - 16:44:03 [2023-03-05T21:44:03.419Z] [java] - Total FAIL : 0 - 16:44:03 [2023-03-05T21:44:03.419Z] [java] - Total DID NOT RUN : 0 - 16:44:03 [2023-03-05T21:44:03.419Z] [java] ----------------------------------------- 16:44:03 [2023-03-05T21:44:03.419Z] 16:44:03 [2023-03-05T21:44:03.419Z] undeploy: 16:44:03 [2023-03-05T21:44:03.419Z] 16:44:03 [2023-03-05T21:44:03.419Z] setOSConditions: 16:44:03 [2023-03-05T21:44:03.419Z] 16:44:03 [2023-03-05T21:44:03.419Z] setToolWin: 16:44:03 [2023-03-05T21:44:03.419Z] 16:44:03 [2023-03-05T21:44:03.419Z] setToolUnix: 16:44:03 [2023-03-05T21:44:03.419Z] 16:44:03 [2023-03-05T21:44:03.419Z] setToolProperty: 16:44:03 [2023-03-05T21:44:03.419Z] 16:44:03 [2023-03-05T21:44:03.419Z] setS1ASclassPath: 16:44:03 [2023-03-05T21:44:03.419Z] 16:44:03 [2023-03-05T21:44:03.419Z] init-common: 16:44:03 [2023-03-05T21:44:03.419Z] 16:44:03 [2023-03-05T21:44:03.419Z] undeploy-war-common: 16:44:04 [2023-03-05T21:44:04.027Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-simple-managed-bean-interceptor-with-non-default-packages-web 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] all: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setOSConditions: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setToolWin: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setToolUnix: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setToolProperty: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setS1ASclassPath: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] init-common: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] clean: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setOSConditions: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setToolWin: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setToolUnix: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setToolProperty: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setS1ASclassPath: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] init-common: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] clean-common: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setOSConditions: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setToolWin: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setToolUnix: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setToolProperty: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setS1ASclassPath: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] init-common: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] clean-classes-common: 16:44:04 [2023-03-05T21:44:04.027Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setOSConditions: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setToolWin: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setToolUnix: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setToolProperty: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setS1ASclassPath: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] init-common: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] clean-jars-common: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] compile: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setOSConditions: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setToolWin: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setToolUnix: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setToolProperty: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] setS1ASclassPath: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] init-common: 16:44:04 [2023-03-05T21:44:04.027Z] 16:44:04 [2023-03-05T21:44:04.027Z] compile-common: 16:44:04 [2023-03-05T21:44:04.027Z] [echo] Current time (ISO): 2023-03-05T21:44:03.903+0000 16:44:04 [2023-03-05T21:44:04.027Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:04 [2023-03-05T21:44:04.027Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:05 [2023-03-05T21:44:05.400Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:05 [2023-03-05T21:44:05.400Z] [javac] 1 warning 16:44:05 [2023-03-05T21:44:05.400Z] 16:44:05 [2023-03-05T21:44:05.400Z] build: 16:44:05 [2023-03-05T21:44:05.400Z] 16:44:05 [2023-03-05T21:44:05.400Z] setOSConditions: 16:44:05 [2023-03-05T21:44:05.400Z] 16:44:05 [2023-03-05T21:44:05.400Z] setToolWin: 16:44:05 [2023-03-05T21:44:05.400Z] 16:44:05 [2023-03-05T21:44:05.400Z] setToolUnix: 16:44:05 [2023-03-05T21:44:05.400Z] 16:44:05 [2023-03-05T21:44:05.400Z] setToolProperty: 16:44:05 [2023-03-05T21:44:05.400Z] 16:44:05 [2023-03-05T21:44:05.400Z] setS1ASclassPath: 16:44:05 [2023-03-05T21:44:05.400Z] 16:44:05 [2023-03-05T21:44:05.400Z] init-common: 16:44:05 [2023-03-05T21:44:05.400Z] 16:44:05 [2023-03-05T21:44:05.400Z] webclient-war-common: 16:44:05 [2023-03-05T21:44:05.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:05 [2023-03-05T21:44:05.400Z] 16:44:05 [2023-03-05T21:44:05.400Z] clear: 16:44:05 [2023-03-05T21:44:05.400Z] 16:44:05 [2023-03-05T21:44:05.400Z] test-tlds-exist: 16:44:05 [2023-03-05T21:44:05.400Z] 16:44:05 [2023-03-05T21:44:05.400Z] copy-tlds: 16:44:05 [2023-03-05T21:44:05.400Z] 16:44:05 [2023-03-05T21:44:05.400Z] test-tagfiles-exist: 16:44:05 [2023-03-05T21:44:05.400Z] 16:44:05 [2023-03-05T21:44:05.400Z] copy-tagfiles: 16:44:05 [2023-03-05T21:44:05.400Z] 16:44:05 [2023-03-05T21:44:05.400Z] package-war-common: 16:44:05 [2023-03-05T21:44:05.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:05 [2023-03-05T21:44:05.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:05 [2023-03-05T21:44:05.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:05 [2023-03-05T21:44:05.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:05 [2023-03-05T21:44:05.400Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:05 [2023-03-05T21:44:05.400Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:05 [2023-03-05T21:44:05.400Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:05 [2023-03-05T21:44:05.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/cdi-servlet-3.0-annotation/docroot 16:44:05 [2023-03-05T21:44:05.400Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-web.war 16:44:05 [2023-03-05T21:44:05.400Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:05 [2023-03-05T21:44:05.400Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/cdi-servlet-3.0-annotation/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:05 [2023-03-05T21:44:05.400Z] [javac] Compiling 1 source file 16:44:05 [2023-03-05T21:44:05.657Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/cdi-servlet-3.0-annotation/WebTest.java uses or overrides a deprecated API. 16:44:05 [2023-03-05T21:44:05.657Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:05 [2023-03-05T21:44:05.657Z] 16:44:05 [2023-03-05T21:44:05.657Z] deploy: 16:44:05 [2023-03-05T21:44:05.657Z] 16:44:05 [2023-03-05T21:44:05.657Z] deploy-war-common: 16:44:05 [2023-03-05T21:44:05.657Z] 16:44:05 [2023-03-05T21:44:05.657Z] setOSConditions: 16:44:05 [2023-03-05T21:44:05.657Z] 16:44:05 [2023-03-05T21:44:05.657Z] setToolWin: 16:44:05 [2023-03-05T21:44:05.657Z] 16:44:05 [2023-03-05T21:44:05.657Z] setToolUnix: 16:44:05 [2023-03-05T21:44:05.657Z] 16:44:05 [2023-03-05T21:44:05.657Z] setToolProperty: 16:44:05 [2023-03-05T21:44:05.657Z] 16:44:05 [2023-03-05T21:44:05.657Z] setS1ASclassPath: 16:44:05 [2023-03-05T21:44:05.657Z] 16:44:05 [2023-03-05T21:44:05.657Z] init-common: 16:44:05 [2023-03-05T21:44:05.657Z] 16:44:05 [2023-03-05T21:44:05.657Z] deploy-war-commonpe: 16:44:05 [2023-03-05T21:44:05.920Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-servlet-annotation --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-web.war 16:44:06 [2023-03-05T21:44:06.176Z] [exec] Application deployed with name cdi-servlet-annotation-web. 16:44:06 [2023-03-05T21:44:06.176Z] 16:44:06 [2023-03-05T21:44:06.176Z] deploy-war-commonee: 16:44:06 [2023-03-05T21:44:06.176Z] 16:44:06 [2023-03-05T21:44:06.176Z] run: 16:44:06 [2023-03-05T21:44:06.176Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation/myurl 16:44:06 [2023-03-05T21:44:06.176Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 16:44:06 [2023-03-05T21:44:06.176Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:06 [2023-03-05T21:44:06.176Z] [java] 16:44:06 [2023-03-05T21:44:06.176Z] [java] 16:44:06 [2023-03-05T21:44:06.176Z] [java] ----------------------------------------- 16:44:06 [2023-03-05T21:44:06.176Z] [java] - cdi-servlet-annotation: PASS - 16:44:06 [2023-03-05T21:44:06.176Z] [java] ----------------------------------------- 16:44:06 [2023-03-05T21:44:06.176Z] [java] - Total PASS : 1 - 16:44:06 [2023-03-05T21:44:06.176Z] [java] - Total FAIL : 0 - 16:44:06 [2023-03-05T21:44:06.176Z] [java] - Total DID NOT RUN : 0 - 16:44:06 [2023-03-05T21:44:06.176Z] [java] ----------------------------------------- 16:44:06 [2023-03-05T21:44:06.176Z] 16:44:06 [2023-03-05T21:44:06.176Z] undeploy: 16:44:06 [2023-03-05T21:44:06.176Z] 16:44:06 [2023-03-05T21:44:06.176Z] setOSConditions: 16:44:06 [2023-03-05T21:44:06.176Z] 16:44:06 [2023-03-05T21:44:06.176Z] setToolWin: 16:44:06 [2023-03-05T21:44:06.176Z] 16:44:06 [2023-03-05T21:44:06.176Z] setToolUnix: 16:44:06 [2023-03-05T21:44:06.176Z] 16:44:06 [2023-03-05T21:44:06.176Z] setToolProperty: 16:44:06 [2023-03-05T21:44:06.176Z] 16:44:06 [2023-03-05T21:44:06.176Z] setS1ASclassPath: 16:44:06 [2023-03-05T21:44:06.176Z] 16:44:06 [2023-03-05T21:44:06.176Z] init-common: 16:44:06 [2023-03-05T21:44:06.176Z] 16:44:06 [2023-03-05T21:44:06.176Z] undeploy-war-common: 16:44:06 [2023-03-05T21:44:06.738Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-servlet-annotation-web 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] all: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setOSConditions: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setToolWin: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setToolUnix: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setToolProperty: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setS1ASclassPath: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] init-common: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] clean: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setOSConditions: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setToolWin: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setToolUnix: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setToolProperty: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setS1ASclassPath: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] init-common: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] clean-common: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setOSConditions: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setToolWin: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setToolUnix: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setToolProperty: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setS1ASclassPath: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] init-common: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] clean-classes-common: 16:44:06 [2023-03-05T21:44:06.738Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setOSConditions: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setToolWin: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setToolUnix: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setToolProperty: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setS1ASclassPath: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] init-common: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] clean-jars-common: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] compile: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setOSConditions: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setToolWin: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setToolUnix: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setToolProperty: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] setS1ASclassPath: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] init-common: 16:44:06 [2023-03-05T21:44:06.738Z] 16:44:06 [2023-03-05T21:44:06.738Z] compile-common: 16:44:06 [2023-03-05T21:44:06.738Z] [echo] Current time (ISO): 2023-03-05T21:44:06.555+0000 16:44:06 [2023-03-05T21:44:06.738Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:06 [2023-03-05T21:44:06.738Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:08 [2023-03-05T21:44:08.124Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:08 [2023-03-05T21:44:08.124Z] [javac] 1 warning 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] build: 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] setOSConditions: 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] setToolWin: 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] setToolUnix: 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] setToolProperty: 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] setS1ASclassPath: 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] init-common: 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] webclient-war-common: 16:44:08 [2023-03-05T21:44:08.124Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] clear: 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] test-tlds-exist: 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] copy-tlds: 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] test-tagfiles-exist: 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] copy-tagfiles: 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] package-war-common: 16:44:08 [2023-03-05T21:44:08.124Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:08 [2023-03-05T21:44:08.124Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:08 [2023-03-05T21:44:08.124Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:08 [2023-03-05T21:44:08.124Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:08 [2023-03-05T21:44:08.124Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/cdi-servlet-filter-3.0-annotation/lib 16:44:08 [2023-03-05T21:44:08.124Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:08 [2023-03-05T21:44:08.124Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:08 [2023-03-05T21:44:08.124Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/cdi-servlet-filter-3.0-annotation/docroot 16:44:08 [2023-03-05T21:44:08.124Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-filter-annotation-web.war 16:44:08 [2023-03-05T21:44:08.124Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:08 [2023-03-05T21:44:08.124Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/cdi-servlet-filter-3.0-annotation/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:08 [2023-03-05T21:44:08.124Z] [javac] Compiling 1 source file 16:44:08 [2023-03-05T21:44:08.124Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/cdi-servlet-filter-3.0-annotation/WebTest.java uses or overrides a deprecated API. 16:44:08 [2023-03-05T21:44:08.124Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] deploy: 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] deploy-war-common: 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] setOSConditions: 16:44:08 [2023-03-05T21:44:08.124Z] 16:44:08 [2023-03-05T21:44:08.124Z] setToolWin: 16:44:08 [2023-03-05T21:44:08.125Z] 16:44:08 [2023-03-05T21:44:08.125Z] setToolUnix: 16:44:08 [2023-03-05T21:44:08.125Z] 16:44:08 [2023-03-05T21:44:08.125Z] setToolProperty: 16:44:08 [2023-03-05T21:44:08.125Z] 16:44:08 [2023-03-05T21:44:08.125Z] setS1ASclassPath: 16:44:08 [2023-03-05T21:44:08.125Z] 16:44:08 [2023-03-05T21:44:08.125Z] init-common: 16:44:08 [2023-03-05T21:44:08.125Z] 16:44:08 [2023-03-05T21:44:08.125Z] deploy-war-commonpe: 16:44:08 [2023-03-05T21:44:08.382Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-servlet-filter-annotation --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-filter-annotation-web.war 16:44:08 [2023-03-05T21:44:08.638Z] [exec] Application deployed with name cdi-servlet-filter-annotation-web. 16:44:08 [2023-03-05T21:44:08.639Z] 16:44:08 [2023-03-05T21:44:08.639Z] deploy-war-commonee: 16:44:08 [2023-03-05T21:44:08.639Z] 16:44:08 [2023-03-05T21:44:08.639Z] run: 16:44:08 [2023-03-05T21:44:08.919Z] [java] opening connection to http://localhost:8080/cdi-servlet-filter-annotation/myurl 16:44:08 [2023-03-05T21:44:08.919Z] [java] line = Hello from Servlet 3.0. 16:44:08 [2023-03-05T21:44:08.919Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:08 [2023-03-05T21:44:08.919Z] [java] 16:44:08 [2023-03-05T21:44:08.919Z] [java] 16:44:08 [2023-03-05T21:44:08.919Z] [java] ----------------------------------------- 16:44:08 [2023-03-05T21:44:08.919Z] [java] - cdi-servlet-filter-annotation: PASS - 16:44:08 [2023-03-05T21:44:08.919Z] [java] ----------------------------------------- 16:44:08 [2023-03-05T21:44:08.919Z] [java] - Total PASS : 1 - 16:44:08 [2023-03-05T21:44:08.919Z] [java] - Total FAIL : 0 - 16:44:08 [2023-03-05T21:44:08.919Z] [java] - Total DID NOT RUN : 0 - 16:44:08 [2023-03-05T21:44:08.919Z] [java] ----------------------------------------- 16:44:08 [2023-03-05T21:44:08.919Z] 16:44:08 [2023-03-05T21:44:08.919Z] undeploy: 16:44:08 [2023-03-05T21:44:08.919Z] 16:44:08 [2023-03-05T21:44:08.919Z] setOSConditions: 16:44:08 [2023-03-05T21:44:08.919Z] 16:44:08 [2023-03-05T21:44:08.919Z] setToolWin: 16:44:08 [2023-03-05T21:44:08.919Z] 16:44:08 [2023-03-05T21:44:08.919Z] setToolUnix: 16:44:08 [2023-03-05T21:44:08.919Z] 16:44:08 [2023-03-05T21:44:08.919Z] setToolProperty: 16:44:08 [2023-03-05T21:44:08.919Z] 16:44:08 [2023-03-05T21:44:08.919Z] setS1ASclassPath: 16:44:08 [2023-03-05T21:44:08.919Z] 16:44:08 [2023-03-05T21:44:08.919Z] init-common: 16:44:08 [2023-03-05T21:44:08.919Z] 16:44:08 [2023-03-05T21:44:08.919Z] undeploy-war-common: 16:44:09 [2023-03-05T21:44:09.176Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-servlet-filter-annotation-web 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] all: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setOSConditions: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setToolWin: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setToolUnix: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setToolProperty: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setS1ASclassPath: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] init-common: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] clean: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setOSConditions: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setToolWin: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setToolUnix: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setToolProperty: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setS1ASclassPath: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] init-common: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] clean-common: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setOSConditions: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setToolWin: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setToolUnix: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setToolProperty: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setS1ASclassPath: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] init-common: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] clean-classes-common: 16:44:09 [2023-03-05T21:44:09.176Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setOSConditions: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setToolWin: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setToolUnix: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setToolProperty: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setS1ASclassPath: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] init-common: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] clean-jars-common: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] compile: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setOSConditions: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setToolWin: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setToolUnix: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setToolProperty: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] setS1ASclassPath: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] init-common: 16:44:09 [2023-03-05T21:44:09.176Z] 16:44:09 [2023-03-05T21:44:09.176Z] compile-common: 16:44:09 [2023-03-05T21:44:09.176Z] [echo] Current time (ISO): 2023-03-05T21:44:09.065+0000 16:44:09 [2023-03-05T21:44:09.176Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:09 [2023-03-05T21:44:09.176Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:10 [2023-03-05T21:44:10.557Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:10 [2023-03-05T21:44:10.557Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:44:10 [2023-03-05T21:44:10.557Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:44:10 [2023-03-05T21:44:10.557Z] [javac] Note: Some input files use or override a deprecated API. 16:44:10 [2023-03-05T21:44:10.557Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:10 [2023-03-05T21:44:10.557Z] [javac] 2 warnings 16:44:10 [2023-03-05T21:44:10.557Z] 16:44:10 [2023-03-05T21:44:10.557Z] setOSConditions: 16:44:10 [2023-03-05T21:44:10.557Z] 16:44:10 [2023-03-05T21:44:10.557Z] setToolWin: 16:44:10 [2023-03-05T21:44:10.557Z] 16:44:10 [2023-03-05T21:44:10.557Z] setToolUnix: 16:44:10 [2023-03-05T21:44:10.557Z] 16:44:10 [2023-03-05T21:44:10.557Z] setToolProperty: 16:44:10 [2023-03-05T21:44:10.557Z] 16:44:10 [2023-03-05T21:44:10.557Z] setS1ASclassPath: 16:44:10 [2023-03-05T21:44:10.557Z] 16:44:10 [2023-03-05T21:44:10.557Z] init-common: 16:44:10 [2023-03-05T21:44:10.557Z] 16:44:10 [2023-03-05T21:44:10.557Z] webclient-war-common: 16:44:10 [2023-03-05T21:44:10.557Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:10 [2023-03-05T21:44:10.557Z] 16:44:10 [2023-03-05T21:44:10.557Z] clear: 16:44:10 [2023-03-05T21:44:10.557Z] 16:44:10 [2023-03-05T21:44:10.557Z] test-tlds-exist: 16:44:10 [2023-03-05T21:44:10.557Z] 16:44:10 [2023-03-05T21:44:10.557Z] copy-tlds: 16:44:10 [2023-03-05T21:44:10.557Z] 16:44:10 [2023-03-05T21:44:10.557Z] test-tagfiles-exist: 16:44:10 [2023-03-05T21:44:10.557Z] 16:44:10 [2023-03-05T21:44:10.557Z] copy-tagfiles: 16:44:10 [2023-03-05T21:44:10.557Z] 16:44:10 [2023-03-05T21:44:10.557Z] package-war-common: 16:44:10 [2023-03-05T21:44:10.557Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:10 [2023-03-05T21:44:10.557Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:10 [2023-03-05T21:44:10.557Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:10 [2023-03-05T21:44:10.557Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:10 [2023-03-05T21:44:10.557Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/lib 16:44:10 [2023-03-05T21:44:10.557Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:10 [2023-03-05T21:44:10.557Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:10 [2023-03-05T21:44:10.557Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/docroot 16:44:10 [2023-03-05T21:44:10.557Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-ear-web.war 16:44:10 [2023-03-05T21:44:10.819Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:10 [2023-03-05T21:44:10.819Z] 16:44:10 [2023-03-05T21:44:10.819Z] setOSConditions: 16:44:10 [2023-03-05T21:44:10.819Z] 16:44:10 [2023-03-05T21:44:10.819Z] setToolWin: 16:44:10 [2023-03-05T21:44:10.819Z] 16:44:10 [2023-03-05T21:44:10.819Z] setToolUnix: 16:44:10 [2023-03-05T21:44:10.819Z] 16:44:10 [2023-03-05T21:44:10.819Z] setToolProperty: 16:44:10 [2023-03-05T21:44:10.819Z] 16:44:10 [2023-03-05T21:44:10.819Z] setS1ASclassPath: 16:44:10 [2023-03-05T21:44:10.819Z] 16:44:10 [2023-03-05T21:44:10.819Z] init-common: 16:44:10 [2023-03-05T21:44:10.819Z] 16:44:10 [2023-03-05T21:44:10.819Z] compile-common: 16:44:10 [2023-03-05T21:44:10.819Z] [echo] Current time (ISO): 2023-03-05T21:44:10.565+0000 16:44:10 [2023-03-05T21:44:10.819Z] [javac] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:12 [2023-03-05T21:44:12.186Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:12 [2023-03-05T21:44:12.186Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:44:12 [2023-03-05T21:44:12.186Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:44:12 [2023-03-05T21:44:12.186Z] [javac] Note: Some input files use or override a deprecated API. 16:44:12 [2023-03-05T21:44:12.186Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:12 [2023-03-05T21:44:12.186Z] [javac] 2 warnings 16:44:12 [2023-03-05T21:44:12.186Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/build.xml:49: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:12 [2023-03-05T21:44:12.187Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:13 [2023-03-05T21:44:13.556Z] 16:44:13 [2023-03-05T21:44:13.556Z] build: 16:44:13 [2023-03-05T21:44:13.556Z] 16:44:13 [2023-03-05T21:44:13.556Z] setOSConditions: 16:44:13 [2023-03-05T21:44:13.556Z] 16:44:13 [2023-03-05T21:44:13.556Z] setToolWin: 16:44:13 [2023-03-05T21:44:13.556Z] 16:44:13 [2023-03-05T21:44:13.556Z] setToolUnix: 16:44:13 [2023-03-05T21:44:13.556Z] 16:44:13 [2023-03-05T21:44:13.556Z] setToolProperty: 16:44:13 [2023-03-05T21:44:13.556Z] 16:44:13 [2023-03-05T21:44:13.556Z] setS1ASclassPath: 16:44:13 [2023-03-05T21:44:13.556Z] 16:44:13 [2023-03-05T21:44:13.556Z] init-common: 16:44:13 [2023-03-05T21:44:13.556Z] 16:44:13 [2023-03-05T21:44:13.556Z] ejb-jar-common: 16:44:13 [2023-03-05T21:44:13.556Z] 16:44:13 [2023-03-05T21:44:13.556Z] package-ejbjar-common: 16:44:13 [2023-03-05T21:44:13.556Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:44:13 [2023-03-05T21:44:13.556Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:44:13 [2023-03-05T21:44:13.556Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-ear-ejb.jar 16:44:13 [2023-03-05T21:44:13.556Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:44:13 [2023-03-05T21:44:13.556Z] 16:44:13 [2023-03-05T21:44:13.556Z] setOSConditions: 16:44:13 [2023-03-05T21:44:13.556Z] 16:44:13 [2023-03-05T21:44:13.556Z] fixFiles: 16:44:13 [2023-03-05T21:44:13.556Z] 16:44:13 [2023-03-05T21:44:13.556Z] convUnix: 16:44:13 [2023-03-05T21:44:13.556Z] 16:44:13 [2023-03-05T21:44:13.556Z] convWin: 16:44:13 [2023-03-05T21:44:13.556Z] 16:44:13 [2023-03-05T21:44:13.557Z] setToolWin: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] setToolUnix: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] setToolProperty: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] setS1ASclassPath: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] init-common: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] ear-common: 16:44:13 [2023-03-05T21:44:13.557Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:44:13 [2023-03-05T21:44:13.557Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/descriptor/sun-application.xml to copy. 16:44:13 [2023-03-05T21:44:13.557Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/${glassfish-resources-ear.xml} to copy. 16:44:13 [2023-03-05T21:44:13.557Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-earApp.ear 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] deploy: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] setOSConditions: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] setToolWin: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] setToolUnix: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] setToolProperty: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] setS1ASclassPath: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] init-common: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] deploy-common: 16:44:13 [2023-03-05T21:44:13.557Z] [echo] Current time (ISO): 2023-03-05T21:44:13.536+0000 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] setOSConditions: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] setToolWin: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] setToolUnix: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] setToolProperty: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] setS1ASclassPath: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] init-common: 16:44:13 [2023-03-05T21:44:13.557Z] 16:44:13 [2023-03-05T21:44:13.557Z] deploy-common-pe: 16:44:14 [2023-03-05T21:44:14.506Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-earApp.ear 16:44:15 [2023-03-05T21:44:15.435Z] [exec] Application deployed with name cdi-full-earApp. 16:44:15 [2023-03-05T21:44:15.435Z] [exec] there are no files to retrieve for application cdi-full-earApp 16:44:15 [2023-03-05T21:44:15.435Z] [echo] Deployment on target server server successful 16:44:15 [2023-03-05T21:44:15.435Z] 16:44:15 [2023-03-05T21:44:15.435Z] setOSConditions: 16:44:15 [2023-03-05T21:44:15.435Z] 16:44:15 [2023-03-05T21:44:15.435Z] setToolWin: 16:44:15 [2023-03-05T21:44:15.435Z] 16:44:15 [2023-03-05T21:44:15.435Z] setToolUnix: 16:44:15 [2023-03-05T21:44:15.435Z] 16:44:15 [2023-03-05T21:44:15.435Z] setToolProperty: 16:44:15 [2023-03-05T21:44:15.435Z] 16:44:15 [2023-03-05T21:44:15.435Z] setS1ASclassPath: 16:44:15 [2023-03-05T21:44:15.435Z] 16:44:15 [2023-03-05T21:44:15.435Z] init-common: 16:44:15 [2023-03-05T21:44:15.435Z] 16:44:15 [2023-03-05T21:44:15.435Z] deploy-common-ee: 16:44:15 [2023-03-05T21:44:15.435Z] 16:44:15 [2023-03-05T21:44:15.435Z] run: 16:44:15 [2023-03-05T21:44:15.692Z] [java] invoking webclient servlet at http://localhost:8080/cdi-full-ear/HelloServlet 16:44:15 [2023-03-05T21:44:15.692Z] [java] <response>: 16:44:15 [2023-03-05T21:44:15.692Z] [java] Value of key is: main 16:44:15 [2023-03-05T21:44:15.692Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:15 [2023-03-05T21:44:15.692Z] [java] 16:44:15 [2023-03-05T21:44:15.692Z] [java] 16:44:15 [2023-03-05T21:44:15.692Z] [java] ----------------------------------------- 16:44:15 [2023-03-05T21:44:15.692Z] [java] - main: PASS - 16:44:15 [2023-03-05T21:44:15.692Z] [java] ----------------------------------------- 16:44:15 [2023-03-05T21:44:15.692Z] [java] Total PASS: 1 16:44:15 [2023-03-05T21:44:15.692Z] [java] Total FAIL: 0 16:44:15 [2023-03-05T21:44:15.692Z] [java] Total DID NOT RUN: 0 16:44:15 [2023-03-05T21:44:15.692Z] [java] ----------------------------------------- 16:44:15 [2023-03-05T21:44:15.692Z] [java] in flushAll , creating new testSuiteHash 16:44:15 [2023-03-05T21:44:15.692Z] [java] appLevelViaLookup = 'null' 16:44:15 [2023-03-05T21:44:15.692Z] [java] in flushAll , creating new testSuiteHash 16:44:15 [2023-03-05T21:44:15.692Z] 16:44:15 [2023-03-05T21:44:15.692Z] undeploy: 16:44:15 [2023-03-05T21:44:15.692Z] 16:44:15 [2023-03-05T21:44:15.692Z] setOSConditions: 16:44:15 [2023-03-05T21:44:15.692Z] 16:44:15 [2023-03-05T21:44:15.692Z] setToolWin: 16:44:15 [2023-03-05T21:44:15.692Z] 16:44:15 [2023-03-05T21:44:15.692Z] setToolUnix: 16:44:15 [2023-03-05T21:44:15.692Z] 16:44:15 [2023-03-05T21:44:15.692Z] setToolProperty: 16:44:15 [2023-03-05T21:44:15.692Z] 16:44:15 [2023-03-05T21:44:15.692Z] setS1ASclassPath: 16:44:15 [2023-03-05T21:44:15.692Z] 16:44:15 [2023-03-05T21:44:15.692Z] init-common: 16:44:15 [2023-03-05T21:44:15.692Z] 16:44:15 [2023-03-05T21:44:15.692Z] undeploy-common: 16:44:15 [2023-03-05T21:44:15.948Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-full-earApp 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] all: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setOSConditions: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setToolWin: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setToolUnix: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setToolProperty: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setS1ASclassPath: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] init-common: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] clean: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setOSConditions: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setToolWin: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setToolUnix: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setToolProperty: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setS1ASclassPath: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] init-common: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] clean-common: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setOSConditions: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setToolWin: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setToolUnix: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setToolProperty: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setS1ASclassPath: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] init-common: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] clean-classes-common: 16:44:16 [2023-03-05T21:44:16.205Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setOSConditions: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setToolWin: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setToolUnix: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setToolProperty: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setS1ASclassPath: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] init-common: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] clean-jars-common: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] compile: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setOSConditions: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setToolWin: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setToolUnix: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setToolProperty: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] setS1ASclassPath: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] init-common: 16:44:16 [2023-03-05T21:44:16.205Z] 16:44:16 [2023-03-05T21:44:16.205Z] compile-common: 16:44:16 [2023-03-05T21:44:16.205Z] [echo] Current time (ISO): 2023-03-05T21:44:16.056+0000 16:44:16 [2023-03-05T21:44:16.205Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:16 [2023-03-05T21:44:16.205Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:17 [2023-03-05T21:44:17.573Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:17 [2023-03-05T21:44:17.573Z] [javac] 1 warning 16:44:17 [2023-03-05T21:44:17.573Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/ClassUnavailableAtRuntime.class 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] build: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] setOSConditions: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] setToolWin: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] setToolUnix: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] setToolProperty: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] setS1ASclassPath: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] init-common: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] webclient-war-common: 16:44:17 [2023-03-05T21:44:17.573Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] clear: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] test-tlds-exist: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] copy-tlds: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] test-tagfiles-exist: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] copy-tagfiles: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] package-war-common: 16:44:17 [2023-03-05T21:44:17.573Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:17 [2023-03-05T21:44:17.573Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:17 [2023-03-05T21:44:17.573Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:17 [2023-03-05T21:44:17.573Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:17 [2023-03-05T21:44:17.573Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:17 [2023-03-05T21:44:17.573Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:17 [2023-03-05T21:44:17.573Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:17 [2023-03-05T21:44:17.573Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/optional-unbundled-beans/docroot 16:44:17 [2023-03-05T21:44:17.573Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-optional-unbundled-beans-web.war 16:44:17 [2023-03-05T21:44:17.573Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:17 [2023-03-05T21:44:17.573Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/optional-unbundled-beans/build.xml:62: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:17 [2023-03-05T21:44:17.573Z] [javac] Compiling 1 source file 16:44:17 [2023-03-05T21:44:17.573Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/optional-unbundled-beans/WebTest.java uses or overrides a deprecated API. 16:44:17 [2023-03-05T21:44:17.573Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] deploy: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] deploy-war-common: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] setOSConditions: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] setToolWin: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] setToolUnix: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] setToolProperty: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] setS1ASclassPath: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] init-common: 16:44:17 [2023-03-05T21:44:17.573Z] 16:44:17 [2023-03-05T21:44:17.573Z] deploy-war-commonpe: 16:44:18 [2023-03-05T21:44:18.135Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-optional-unbundled-beans --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-optional-unbundled-beans-web.war 16:44:18 [2023-03-05T21:44:18.419Z] [exec] Application deployed with name cdi-optional-unbundled-beans-web. 16:44:18 [2023-03-05T21:44:18.419Z] 16:44:18 [2023-03-05T21:44:18.419Z] deploy-war-commonee: 16:44:18 [2023-03-05T21:44:18.419Z] 16:44:18 [2023-03-05T21:44:18.419Z] run: 16:44:18 [2023-03-05T21:44:18.419Z] [java] opening connection to http://localhost:8080/cdi-optional-unbundled-beans/myurl 16:44:18 [2023-03-05T21:44:18.419Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 16:44:18 [2023-03-05T21:44:18.419Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:18 [2023-03-05T21:44:18.419Z] [java] 16:44:18 [2023-03-05T21:44:18.419Z] [java] 16:44:18 [2023-03-05T21:44:18.419Z] [java] ----------------------------------------- 16:44:18 [2023-03-05T21:44:18.419Z] [java] - optional-unbundled-beans: PASS - 16:44:18 [2023-03-05T21:44:18.419Z] [java] ----------------------------------------- 16:44:18 [2023-03-05T21:44:18.419Z] [java] - Total PASS : 1 - 16:44:18 [2023-03-05T21:44:18.419Z] [java] - Total FAIL : 0 - 16:44:18 [2023-03-05T21:44:18.419Z] [java] - Total DID NOT RUN : 0 - 16:44:18 [2023-03-05T21:44:18.419Z] [java] ----------------------------------------- 16:44:18 [2023-03-05T21:44:18.419Z] 16:44:18 [2023-03-05T21:44:18.419Z] undeploy: 16:44:18 [2023-03-05T21:44:18.419Z] 16:44:18 [2023-03-05T21:44:18.419Z] setOSConditions: 16:44:18 [2023-03-05T21:44:18.419Z] 16:44:18 [2023-03-05T21:44:18.419Z] setToolWin: 16:44:18 [2023-03-05T21:44:18.419Z] 16:44:18 [2023-03-05T21:44:18.419Z] setToolUnix: 16:44:18 [2023-03-05T21:44:18.419Z] 16:44:18 [2023-03-05T21:44:18.419Z] setToolProperty: 16:44:18 [2023-03-05T21:44:18.419Z] 16:44:18 [2023-03-05T21:44:18.419Z] setS1ASclassPath: 16:44:18 [2023-03-05T21:44:18.419Z] 16:44:18 [2023-03-05T21:44:18.419Z] init-common: 16:44:18 [2023-03-05T21:44:18.419Z] 16:44:18 [2023-03-05T21:44:18.419Z] undeploy-war-common: 16:44:18 [2023-03-05T21:44:18.981Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-optional-unbundled-beans-web 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] all: 16:44:18 [2023-03-05T21:44:18.981Z] [echo] 16:44:18 [2023-03-05T21:44:18.981Z] [echo] ************************* 16:44:18 [2023-03-05T21:44:18.981Z] [echo] * Running qualifiers 16:44:18 [2023-03-05T21:44:18.981Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/qualifiers 16:44:18 [2023-03-05T21:44:18.981Z] [echo] ************************* 16:44:18 [2023-03-05T21:44:18.981Z] [echo] 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setOSConditions: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setToolWin: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setToolUnix: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setToolProperty: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setS1ASclassPath: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] init-common: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] clean: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setOSConditions: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setToolWin: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setToolUnix: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setToolProperty: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setS1ASclassPath: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] init-common: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] clean-common: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setOSConditions: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setToolWin: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setToolUnix: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setToolProperty: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setS1ASclassPath: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] init-common: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] clean-classes-common: 16:44:18 [2023-03-05T21:44:18.981Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setOSConditions: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setToolWin: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setToolUnix: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setToolProperty: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setS1ASclassPath: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] init-common: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] clean-jars-common: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] compile: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setOSConditions: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setToolWin: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setToolUnix: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setToolProperty: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] setS1ASclassPath: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] init-common: 16:44:18 [2023-03-05T21:44:18.981Z] 16:44:18 [2023-03-05T21:44:18.981Z] compile-common: 16:44:18 [2023-03-05T21:44:18.981Z] [echo] Current time (ISO): 2023-03-05T21:44:18.817+0000 16:44:18 [2023-03-05T21:44:18.981Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:18 [2023-03-05T21:44:18.981Z] [javac] Compiling 16 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:20 [2023-03-05T21:44:20.358Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:20 [2023-03-05T21:44:20.358Z] [javac] 1 warning 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] build: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] setOSConditions: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] setToolWin: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] setToolUnix: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] setToolProperty: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] setS1ASclassPath: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] init-common: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] webclient-war-common: 16:44:20 [2023-03-05T21:44:20.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] clear: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] test-tlds-exist: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] copy-tlds: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] test-tagfiles-exist: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] copy-tagfiles: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] package-war-common: 16:44:20 [2023-03-05T21:44:20.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:20 [2023-03-05T21:44:20.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:20 [2023-03-05T21:44:20.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:20 [2023-03-05T21:44:20.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:20 [2023-03-05T21:44:20.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/qualifiers/lib 16:44:20 [2023-03-05T21:44:20.358Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:20 [2023-03-05T21:44:20.358Z] [copy] Copying 16 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:20 [2023-03-05T21:44:20.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/qualifiers/docroot 16:44:20 [2023-03-05T21:44:20.358Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-qualifiers-servlet-annotation-web.war 16:44:20 [2023-03-05T21:44:20.358Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:20 [2023-03-05T21:44:20.358Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/qualifiers/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:20 [2023-03-05T21:44:20.358Z] [javac] Compiling 1 source file 16:44:20 [2023-03-05T21:44:20.358Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/qualifiers/WebTest.java uses or overrides a deprecated API. 16:44:20 [2023-03-05T21:44:20.358Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] deploy: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] deploy-war-common: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] setOSConditions: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] setToolWin: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.358Z] setToolUnix: 16:44:20 [2023-03-05T21:44:20.358Z] 16:44:20 [2023-03-05T21:44:20.359Z] setToolProperty: 16:44:20 [2023-03-05T21:44:20.359Z] 16:44:20 [2023-03-05T21:44:20.359Z] setS1ASclassPath: 16:44:20 [2023-03-05T21:44:20.359Z] 16:44:20 [2023-03-05T21:44:20.359Z] init-common: 16:44:20 [2023-03-05T21:44:20.359Z] 16:44:20 [2023-03-05T21:44:20.359Z] deploy-war-commonpe: 16:44:20 [2023-03-05T21:44:20.619Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-qualifiers-servlet-annotation --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-qualifiers-servlet-annotation-web.war 16:44:20 [2023-03-05T21:44:20.875Z] [exec] Application deployed with name cdi-qualifiers-servlet-annotation-web. 16:44:20 [2023-03-05T21:44:20.875Z] 16:44:20 [2023-03-05T21:44:20.875Z] deploy-war-commonee: 16:44:20 [2023-03-05T21:44:20.875Z] 16:44:20 [2023-03-05T21:44:20.875Z] run: 16:44:21 [2023-03-05T21:44:21.131Z] [java] opening connection to http://localhost:8080/cdi-qualifiers-servlet-annotation/myurl 16:44:21 [2023-03-05T21:44:21.131Z] [java] TESTNAME qualifier-tests 16:44:21 [2023-03-05T21:44:21.131Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 16:44:21 [2023-03-05T21:44:21.131Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:21 [2023-03-05T21:44:21.131Z] [java] 16:44:21 [2023-03-05T21:44:21.131Z] [java] 16:44:21 [2023-03-05T21:44:21.131Z] [java] ----------------------------------------- 16:44:21 [2023-03-05T21:44:21.131Z] [java] - qualifier-tests: PASS - 16:44:21 [2023-03-05T21:44:21.131Z] [java] ----------------------------------------- 16:44:21 [2023-03-05T21:44:21.131Z] [java] - Total PASS : 1 - 16:44:21 [2023-03-05T21:44:21.131Z] [java] - Total FAIL : 0 - 16:44:21 [2023-03-05T21:44:21.131Z] [java] - Total DID NOT RUN : 0 - 16:44:21 [2023-03-05T21:44:21.131Z] [java] ----------------------------------------- 16:44:21 [2023-03-05T21:44:21.131Z] 16:44:21 [2023-03-05T21:44:21.131Z] undeploy: 16:44:21 [2023-03-05T21:44:21.131Z] 16:44:21 [2023-03-05T21:44:21.131Z] setOSConditions: 16:44:21 [2023-03-05T21:44:21.131Z] 16:44:21 [2023-03-05T21:44:21.131Z] setToolWin: 16:44:21 [2023-03-05T21:44:21.131Z] 16:44:21 [2023-03-05T21:44:21.131Z] setToolUnix: 16:44:21 [2023-03-05T21:44:21.131Z] 16:44:21 [2023-03-05T21:44:21.131Z] setToolProperty: 16:44:21 [2023-03-05T21:44:21.131Z] 16:44:21 [2023-03-05T21:44:21.131Z] setS1ASclassPath: 16:44:21 [2023-03-05T21:44:21.131Z] 16:44:21 [2023-03-05T21:44:21.131Z] init-common: 16:44:21 [2023-03-05T21:44:21.131Z] 16:44:21 [2023-03-05T21:44:21.131Z] undeploy-war-common: 16:44:21 [2023-03-05T21:44:21.387Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-qualifiers-servlet-annotation-web 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] all: 16:44:21 [2023-03-05T21:44:21.387Z] [echo] 16:44:21 [2023-03-05T21:44:21.387Z] [echo] ************************* 16:44:21 [2023-03-05T21:44:21.387Z] [echo] * Running events 16:44:21 [2023-03-05T21:44:21.387Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events 16:44:21 [2023-03-05T21:44:21.387Z] [echo] ************************* 16:44:21 [2023-03-05T21:44:21.387Z] [echo] 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] all: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] events: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] setOSConditions: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] setToolWin: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] setToolUnix: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] setToolProperty: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] setS1ASclassPath: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] init-common: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] clean: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] setOSConditions: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] setToolWin: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] setToolUnix: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] setToolProperty: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] setS1ASclassPath: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] init-common: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] clean-common: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] setOSConditions: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] setToolWin: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] setToolUnix: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] setToolProperty: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] setS1ASclassPath: 16:44:21 [2023-03-05T21:44:21.387Z] 16:44:21 [2023-03-05T21:44:21.387Z] init-common: 16:44:21 [2023-03-05T21:44:21.644Z] 16:44:21 [2023-03-05T21:44:21.644Z] clean-classes-common: 16:44:21 [2023-03-05T21:44:21.644Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:21 [2023-03-05T21:44:21.644Z] 16:44:21 [2023-03-05T21:44:21.644Z] setOSConditions: 16:44:21 [2023-03-05T21:44:21.644Z] 16:44:21 [2023-03-05T21:44:21.644Z] setToolWin: 16:44:21 [2023-03-05T21:44:21.644Z] 16:44:21 [2023-03-05T21:44:21.644Z] setToolUnix: 16:44:21 [2023-03-05T21:44:21.644Z] 16:44:21 [2023-03-05T21:44:21.644Z] setToolProperty: 16:44:21 [2023-03-05T21:44:21.644Z] 16:44:21 [2023-03-05T21:44:21.644Z] setS1ASclassPath: 16:44:21 [2023-03-05T21:44:21.644Z] 16:44:21 [2023-03-05T21:44:21.644Z] init-common: 16:44:21 [2023-03-05T21:44:21.644Z] 16:44:21 [2023-03-05T21:44:21.644Z] clean-jars-common: 16:44:21 [2023-03-05T21:44:21.644Z] 16:44:21 [2023-03-05T21:44:21.644Z] compile: 16:44:21 [2023-03-05T21:44:21.644Z] 16:44:21 [2023-03-05T21:44:21.644Z] setOSConditions: 16:44:21 [2023-03-05T21:44:21.644Z] 16:44:21 [2023-03-05T21:44:21.644Z] setToolWin: 16:44:21 [2023-03-05T21:44:21.644Z] 16:44:21 [2023-03-05T21:44:21.644Z] setToolUnix: 16:44:21 [2023-03-05T21:44:21.644Z] 16:44:21 [2023-03-05T21:44:21.644Z] setToolProperty: 16:44:21 [2023-03-05T21:44:21.644Z] 16:44:21 [2023-03-05T21:44:21.644Z] setS1ASclassPath: 16:44:21 [2023-03-05T21:44:21.644Z] 16:44:21 [2023-03-05T21:44:21.644Z] init-common: 16:44:21 [2023-03-05T21:44:21.644Z] 16:44:21 [2023-03-05T21:44:21.644Z] compile-common: 16:44:21 [2023-03-05T21:44:21.644Z] [echo] Current time (ISO): 2023-03-05T21:44:21.399+0000 16:44:21 [2023-03-05T21:44:21.644Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:21 [2023-03-05T21:44:21.644Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:23 [2023-03-05T21:44:23.026Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:23 [2023-03-05T21:44:23.026Z] [javac] 1 warning 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] build: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] setOSConditions: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] setToolWin: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] setToolUnix: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] setToolProperty: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] setS1ASclassPath: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] init-common: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] webclient-war-common: 16:44:23 [2023-03-05T21:44:23.026Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] clear: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] test-tlds-exist: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] copy-tlds: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] test-tagfiles-exist: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] copy-tagfiles: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] package-war-common: 16:44:23 [2023-03-05T21:44:23.026Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:23 [2023-03-05T21:44:23.026Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:23 [2023-03-05T21:44:23.026Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:23 [2023-03-05T21:44:23.026Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:23 [2023-03-05T21:44:23.026Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/simple-event-observers/lib 16:44:23 [2023-03-05T21:44:23.026Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:23 [2023-03-05T21:44:23.026Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:23 [2023-03-05T21:44:23.026Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/simple-event-observers/docroot 16:44:23 [2023-03-05T21:44:23.026Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-event-observer-web.war 16:44:23 [2023-03-05T21:44:23.026Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:23 [2023-03-05T21:44:23.026Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/simple-event-observers/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:23 [2023-03-05T21:44:23.026Z] [javac] Compiling 1 source file 16:44:23 [2023-03-05T21:44:23.026Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/simple-event-observers/client/test/client/WebTest.java uses or overrides a deprecated API. 16:44:23 [2023-03-05T21:44:23.026Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] deploy: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] deploy-war-common: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] setOSConditions: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] setToolWin: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] setToolUnix: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] setToolProperty: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] setS1ASclassPath: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] init-common: 16:44:23 [2023-03-05T21:44:23.026Z] 16:44:23 [2023-03-05T21:44:23.026Z] deploy-war-commonpe: 16:44:23 [2023-03-05T21:44:23.282Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-simple-event-observer --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-event-observer-web.war 16:44:23 [2023-03-05T21:44:23.538Z] [exec] Application deployed with name cdi-simple-event-observer-web. 16:44:23 [2023-03-05T21:44:23.538Z] 16:44:23 [2023-03-05T21:44:23.538Z] deploy-war-commonee: 16:44:23 [2023-03-05T21:44:23.538Z] 16:44:23 [2023-03-05T21:44:23.538Z] run: 16:44:23 [2023-03-05T21:44:23.538Z] [java] opening connection to http://localhost:8080/cdi-simple-event-observer/myurl 16:44:23 [2023-03-05T21:44:23.538Z] [java] line = Hello from Servlet 3.0. 16:44:23 [2023-03-05T21:44:23.538Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:23 [2023-03-05T21:44:23.538Z] [java] 16:44:23 [2023-03-05T21:44:23.538Z] [java] 16:44:23 [2023-03-05T21:44:23.538Z] [java] ----------------------------------------- 16:44:23 [2023-03-05T21:44:23.538Z] [java] - events-simple-event-observer: PASS - 16:44:23 [2023-03-05T21:44:23.538Z] [java] ----------------------------------------- 16:44:23 [2023-03-05T21:44:23.538Z] [java] - Total PASS : 1 - 16:44:23 [2023-03-05T21:44:23.538Z] [java] - Total FAIL : 0 - 16:44:23 [2023-03-05T21:44:23.538Z] [java] - Total DID NOT RUN : 0 - 16:44:23 [2023-03-05T21:44:23.538Z] [java] ----------------------------------------- 16:44:23 [2023-03-05T21:44:23.538Z] 16:44:23 [2023-03-05T21:44:23.538Z] undeploy: 16:44:23 [2023-03-05T21:44:23.538Z] 16:44:23 [2023-03-05T21:44:23.538Z] setOSConditions: 16:44:23 [2023-03-05T21:44:23.538Z] 16:44:23 [2023-03-05T21:44:23.538Z] setToolWin: 16:44:23 [2023-03-05T21:44:23.538Z] 16:44:23 [2023-03-05T21:44:23.538Z] setToolUnix: 16:44:23 [2023-03-05T21:44:23.538Z] 16:44:23 [2023-03-05T21:44:23.538Z] setToolProperty: 16:44:23 [2023-03-05T21:44:23.538Z] 16:44:23 [2023-03-05T21:44:23.538Z] setS1ASclassPath: 16:44:23 [2023-03-05T21:44:23.538Z] 16:44:23 [2023-03-05T21:44:23.538Z] init-common: 16:44:23 [2023-03-05T21:44:23.538Z] 16:44:23 [2023-03-05T21:44:23.538Z] undeploy-war-common: 16:44:23 [2023-03-05T21:44:23.817Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-simple-event-observer-web 16:44:23 [2023-03-05T21:44:23.817Z] 16:44:23 [2023-03-05T21:44:23.817Z] all: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setOSConditions: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setToolWin: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setToolUnix: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setToolProperty: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setS1ASclassPath: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] init-common: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] clean: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setOSConditions: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setToolWin: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setToolUnix: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setToolProperty: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setS1ASclassPath: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] init-common: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] clean-common: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setOSConditions: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setToolWin: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setToolUnix: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setToolProperty: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setS1ASclassPath: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] init-common: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] clean-classes-common: 16:44:24 [2023-03-05T21:44:24.073Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setOSConditions: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setToolWin: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setToolUnix: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setToolProperty: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setS1ASclassPath: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] init-common: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] clean-jars-common: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] compile: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setOSConditions: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setToolWin: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setToolUnix: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setToolProperty: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] setS1ASclassPath: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] init-common: 16:44:24 [2023-03-05T21:44:24.073Z] 16:44:24 [2023-03-05T21:44:24.073Z] compile-common: 16:44:24 [2023-03-05T21:44:24.073Z] [echo] Current time (ISO): 2023-03-05T21:44:23.844+0000 16:44:24 [2023-03-05T21:44:24.073Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:24 [2023-03-05T21:44:24.073Z] [javac] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:25 [2023-03-05T21:44:25.016Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:25 [2023-03-05T21:44:25.273Z] [javac] 1 warning 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] build: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] setOSConditions: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] setToolWin: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] setToolUnix: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] setToolProperty: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] setS1ASclassPath: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] init-common: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] webclient-war-common: 16:44:25 [2023-03-05T21:44:25.273Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] clear: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] test-tlds-exist: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] copy-tlds: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] test-tagfiles-exist: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] copy-tagfiles: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] package-war-common: 16:44:25 [2023-03-05T21:44:25.273Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:25 [2023-03-05T21:44:25.273Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:25 [2023-03-05T21:44:25.273Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:25 [2023-03-05T21:44:25.273Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:25 [2023-03-05T21:44:25.273Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/event-producers/lib 16:44:25 [2023-03-05T21:44:25.273Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:25 [2023-03-05T21:44:25.273Z] [copy] Copying 11 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:25 [2023-03-05T21:44:25.273Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/event-producers/docroot 16:44:25 [2023-03-05T21:44:25.273Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-event-producers-web.war 16:44:25 [2023-03-05T21:44:25.273Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:25 [2023-03-05T21:44:25.273Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/event-producers/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:25 [2023-03-05T21:44:25.273Z] [javac] Compiling 1 source file 16:44:25 [2023-03-05T21:44:25.273Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/event-producers/client/test/client/WebTest.java uses or overrides a deprecated API. 16:44:25 [2023-03-05T21:44:25.273Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] deploy: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] deploy-war-common: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] setOSConditions: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] setToolWin: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] setToolUnix: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] setToolProperty: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] setS1ASclassPath: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] init-common: 16:44:25 [2023-03-05T21:44:25.273Z] 16:44:25 [2023-03-05T21:44:25.273Z] deploy-war-commonpe: 16:44:25 [2023-03-05T21:44:25.530Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-event-producers --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-event-producers-web.war 16:44:25 [2023-03-05T21:44:25.786Z] [exec] Application deployed with name cdi-event-producers-web. 16:44:25 [2023-03-05T21:44:25.786Z] 16:44:25 [2023-03-05T21:44:25.786Z] deploy-war-commonee: 16:44:25 [2023-03-05T21:44:25.786Z] 16:44:25 [2023-03-05T21:44:25.786Z] run: 16:44:26 [2023-03-05T21:44:26.042Z] [java] opening connection to http://localhost:8080/cdi-event-producers/myurl 16:44:26 [2023-03-05T21:44:26.042Z] [java] line = Hello from Servlet 3.0. 16:44:26 [2023-03-05T21:44:26.042Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:26 [2023-03-05T21:44:26.042Z] [java] 16:44:26 [2023-03-05T21:44:26.042Z] [java] 16:44:26 [2023-03-05T21:44:26.042Z] [java] ----------------------------------------- 16:44:26 [2023-03-05T21:44:26.042Z] [java] - events-simple-event-producer: PASS - 16:44:26 [2023-03-05T21:44:26.042Z] [java] ----------------------------------------- 16:44:26 [2023-03-05T21:44:26.042Z] [java] - Total PASS : 1 - 16:44:26 [2023-03-05T21:44:26.042Z] [java] - Total FAIL : 0 - 16:44:26 [2023-03-05T21:44:26.042Z] [java] - Total DID NOT RUN : 0 - 16:44:26 [2023-03-05T21:44:26.042Z] [java] ----------------------------------------- 16:44:26 [2023-03-05T21:44:26.042Z] 16:44:26 [2023-03-05T21:44:26.042Z] undeploy: 16:44:26 [2023-03-05T21:44:26.042Z] 16:44:26 [2023-03-05T21:44:26.042Z] setOSConditions: 16:44:26 [2023-03-05T21:44:26.042Z] 16:44:26 [2023-03-05T21:44:26.042Z] setToolWin: 16:44:26 [2023-03-05T21:44:26.042Z] 16:44:26 [2023-03-05T21:44:26.042Z] setToolUnix: 16:44:26 [2023-03-05T21:44:26.042Z] 16:44:26 [2023-03-05T21:44:26.042Z] setToolProperty: 16:44:26 [2023-03-05T21:44:26.042Z] 16:44:26 [2023-03-05T21:44:26.042Z] setS1ASclassPath: 16:44:26 [2023-03-05T21:44:26.042Z] 16:44:26 [2023-03-05T21:44:26.042Z] init-common: 16:44:26 [2023-03-05T21:44:26.042Z] 16:44:26 [2023-03-05T21:44:26.042Z] undeploy-war-common: 16:44:26 [2023-03-05T21:44:26.298Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-event-producers-web 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] all: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setOSConditions: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setToolWin: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setToolUnix: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setToolProperty: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setS1ASclassPath: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] init-common: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] clean: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setOSConditions: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setToolWin: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setToolUnix: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setToolProperty: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setS1ASclassPath: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] init-common: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] clean-common: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setOSConditions: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setToolWin: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setToolUnix: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setToolProperty: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setS1ASclassPath: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] init-common: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] clean-classes-common: 16:44:26 [2023-03-05T21:44:26.298Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setOSConditions: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setToolWin: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setToolUnix: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setToolProperty: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.298Z] setS1ASclassPath: 16:44:26 [2023-03-05T21:44:26.298Z] 16:44:26 [2023-03-05T21:44:26.299Z] init-common: 16:44:26 [2023-03-05T21:44:26.299Z] 16:44:26 [2023-03-05T21:44:26.299Z] clean-jars-common: 16:44:26 [2023-03-05T21:44:26.299Z] 16:44:26 [2023-03-05T21:44:26.299Z] compile: 16:44:26 [2023-03-05T21:44:26.299Z] 16:44:26 [2023-03-05T21:44:26.299Z] setOSConditions: 16:44:26 [2023-03-05T21:44:26.299Z] 16:44:26 [2023-03-05T21:44:26.299Z] setToolWin: 16:44:26 [2023-03-05T21:44:26.299Z] 16:44:26 [2023-03-05T21:44:26.299Z] setToolUnix: 16:44:26 [2023-03-05T21:44:26.299Z] 16:44:26 [2023-03-05T21:44:26.299Z] setToolProperty: 16:44:26 [2023-03-05T21:44:26.299Z] 16:44:26 [2023-03-05T21:44:26.299Z] setS1ASclassPath: 16:44:26 [2023-03-05T21:44:26.299Z] 16:44:26 [2023-03-05T21:44:26.299Z] init-common: 16:44:26 [2023-03-05T21:44:26.299Z] 16:44:26 [2023-03-05T21:44:26.299Z] compile-common: 16:44:26 [2023-03-05T21:44:26.299Z] [echo] Current time (ISO): 2023-03-05T21:44:26.192+0000 16:44:26 [2023-03-05T21:44:26.299Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:26 [2023-03-05T21:44:26.299Z] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:27 [2023-03-05T21:44:27.665Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:27 [2023-03-05T21:44:27.665Z] [javac] 1 warning 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] build: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] setOSConditions: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] setToolWin: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] setToolUnix: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] setToolProperty: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] setS1ASclassPath: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] init-common: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] webclient-war-common: 16:44:27 [2023-03-05T21:44:27.665Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] clear: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] test-tlds-exist: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] copy-tlds: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] test-tagfiles-exist: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] copy-tagfiles: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] package-war-common: 16:44:27 [2023-03-05T21:44:27.665Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:27 [2023-03-05T21:44:27.665Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:27 [2023-03-05T21:44:27.665Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:27 [2023-03-05T21:44:27.665Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:27 [2023-03-05T21:44:27.665Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/multiple-event-qualifiers/lib 16:44:27 [2023-03-05T21:44:27.665Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:27 [2023-03-05T21:44:27.665Z] [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:27 [2023-03-05T21:44:27.665Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/multiple-event-qualifiers/docroot 16:44:27 [2023-03-05T21:44:27.665Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-multiple-event-qualifiers-web.war 16:44:27 [2023-03-05T21:44:27.665Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:27 [2023-03-05T21:44:27.665Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/multiple-event-qualifiers/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:27 [2023-03-05T21:44:27.665Z] [javac] Compiling 1 source file 16:44:27 [2023-03-05T21:44:27.665Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/multiple-event-qualifiers/client/test/client/WebTest.java uses or overrides a deprecated API. 16:44:27 [2023-03-05T21:44:27.665Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] deploy: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] deploy-war-common: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] setOSConditions: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] setToolWin: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] setToolUnix: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] setToolProperty: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] setS1ASclassPath: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] init-common: 16:44:27 [2023-03-05T21:44:27.665Z] 16:44:27 [2023-03-05T21:44:27.665Z] deploy-war-commonpe: 16:44:27 [2023-03-05T21:44:27.922Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-multiple-event-qualifiers --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-multiple-event-qualifiers-web.war 16:44:28 [2023-03-05T21:44:28.178Z] [exec] Application deployed with name cdi-multiple-event-qualifiers-web. 16:44:28 [2023-03-05T21:44:28.178Z] 16:44:28 [2023-03-05T21:44:28.178Z] deploy-war-commonee: 16:44:28 [2023-03-05T21:44:28.178Z] 16:44:28 [2023-03-05T21:44:28.178Z] run: 16:44:28 [2023-03-05T21:44:28.178Z] [java] opening connection to http://localhost:8080/cdi-multiple-event-qualifiers/myurl 16:44:28 [2023-03-05T21:44:28.178Z] [java] line = Hello from Servlet 3.0. 16:44:28 [2023-03-05T21:44:28.178Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:28 [2023-03-05T21:44:28.178Z] [java] 16:44:28 [2023-03-05T21:44:28.178Z] [java] 16:44:28 [2023-03-05T21:44:28.178Z] [java] ----------------------------------------- 16:44:28 [2023-03-05T21:44:28.178Z] [java] - events-multiple-event-qualifiers: PASS - 16:44:28 [2023-03-05T21:44:28.178Z] [java] ----------------------------------------- 16:44:28 [2023-03-05T21:44:28.178Z] [java] - Total PASS : 1 - 16:44:28 [2023-03-05T21:44:28.178Z] [java] - Total FAIL : 0 - 16:44:28 [2023-03-05T21:44:28.178Z] [java] - Total DID NOT RUN : 0 - 16:44:28 [2023-03-05T21:44:28.178Z] [java] ----------------------------------------- 16:44:28 [2023-03-05T21:44:28.178Z] 16:44:28 [2023-03-05T21:44:28.178Z] undeploy: 16:44:28 [2023-03-05T21:44:28.178Z] 16:44:28 [2023-03-05T21:44:28.178Z] setOSConditions: 16:44:28 [2023-03-05T21:44:28.178Z] 16:44:28 [2023-03-05T21:44:28.178Z] setToolWin: 16:44:28 [2023-03-05T21:44:28.178Z] 16:44:28 [2023-03-05T21:44:28.178Z] setToolUnix: 16:44:28 [2023-03-05T21:44:28.178Z] 16:44:28 [2023-03-05T21:44:28.178Z] setToolProperty: 16:44:28 [2023-03-05T21:44:28.178Z] 16:44:28 [2023-03-05T21:44:28.178Z] setS1ASclassPath: 16:44:28 [2023-03-05T21:44:28.178Z] 16:44:28 [2023-03-05T21:44:28.178Z] init-common: 16:44:28 [2023-03-05T21:44:28.178Z] 16:44:28 [2023-03-05T21:44:28.178Z] undeploy-war-common: 16:44:28 [2023-03-05T21:44:28.740Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-multiple-event-qualifiers-web 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] all: 16:44:28 [2023-03-05T21:44:28.740Z] [echo] 16:44:28 [2023-03-05T21:44:28.740Z] [echo] ************************* 16:44:28 [2023-03-05T21:44:28.740Z] [echo] * Running injection-point 16:44:28 [2023-03-05T21:44:28.740Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/injection-point 16:44:28 [2023-03-05T21:44:28.740Z] [echo] ************************* 16:44:28 [2023-03-05T21:44:28.740Z] [echo] 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setOSConditions: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setToolWin: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setToolUnix: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setToolProperty: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setS1ASclassPath: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] init-common: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] clean: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setOSConditions: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setToolWin: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setToolUnix: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setToolProperty: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setS1ASclassPath: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] init-common: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] clean-common: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setOSConditions: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setToolWin: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setToolUnix: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setToolProperty: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setS1ASclassPath: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] init-common: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] clean-classes-common: 16:44:28 [2023-03-05T21:44:28.740Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setOSConditions: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setToolWin: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setToolUnix: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setToolProperty: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setS1ASclassPath: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] init-common: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] clean-jars-common: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] compile: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setOSConditions: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setToolWin: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setToolUnix: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setToolProperty: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] setS1ASclassPath: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] init-common: 16:44:28 [2023-03-05T21:44:28.740Z] 16:44:28 [2023-03-05T21:44:28.740Z] compile-common: 16:44:28 [2023-03-05T21:44:28.740Z] [echo] Current time (ISO): 2023-03-05T21:44:28.543+0000 16:44:28 [2023-03-05T21:44:28.740Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:28 [2023-03-05T21:44:28.740Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:30 [2023-03-05T21:44:30.157Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:30 [2023-03-05T21:44:30.157Z] [javac] 1 warning 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] build: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] setOSConditions: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] setToolWin: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] setToolUnix: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] setToolProperty: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] setS1ASclassPath: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] init-common: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] webclient-war-common: 16:44:30 [2023-03-05T21:44:30.157Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] clear: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] test-tlds-exist: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] copy-tlds: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] test-tagfiles-exist: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] copy-tagfiles: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] package-war-common: 16:44:30 [2023-03-05T21:44:30.157Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:30 [2023-03-05T21:44:30.157Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:30 [2023-03-05T21:44:30.157Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:30 [2023-03-05T21:44:30.157Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:30 [2023-03-05T21:44:30.157Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/injection-point/lib 16:44:30 [2023-03-05T21:44:30.157Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:30 [2023-03-05T21:44:30.157Z] [copy] Copying 5 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:30 [2023-03-05T21:44:30.157Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/injection-point/docroot 16:44:30 [2023-03-05T21:44:30.157Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-programmatic-lookup-servlet-annotation-web.war 16:44:30 [2023-03-05T21:44:30.157Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:30 [2023-03-05T21:44:30.157Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/injection-point/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:30 [2023-03-05T21:44:30.157Z] [javac] Compiling 1 source file 16:44:30 [2023-03-05T21:44:30.157Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/injection-point/WebTest.java uses or overrides a deprecated API. 16:44:30 [2023-03-05T21:44:30.157Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] deploy: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] deploy-war-common: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] setOSConditions: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] setToolWin: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] setToolUnix: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] setToolProperty: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] setS1ASclassPath: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] init-common: 16:44:30 [2023-03-05T21:44:30.157Z] 16:44:30 [2023-03-05T21:44:30.157Z] deploy-war-commonpe: 16:44:30 [2023-03-05T21:44:30.729Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-programmatic-lookup-servlet-annotation --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-programmatic-lookup-servlet-annotation-web.war 16:44:30 [2023-03-05T21:44:30.729Z] [exec] Application deployed with name cdi-programmatic-lookup-servlet-annotation-web. 16:44:30 [2023-03-05T21:44:30.730Z] 16:44:30 [2023-03-05T21:44:30.730Z] deploy-war-commonee: 16:44:30 [2023-03-05T21:44:30.730Z] 16:44:30 [2023-03-05T21:44:30.730Z] run: 16:44:30 [2023-03-05T21:44:30.730Z] [java] opening connection to http://localhost:8080/cdi-programmatic-lookup-servlet-annotation/myurl?username=scott&password=tiger 16:44:30 [2023-03-05T21:44:30.730Z] [java] TESTNAME injection-point-tests 16:44:30 [2023-03-05T21:44:30.730Z] [java] line = Hello from Servlet 3.0. 16:44:30 [2023-03-05T21:44:30.730Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:30 [2023-03-05T21:44:30.730Z] [java] 16:44:30 [2023-03-05T21:44:30.730Z] [java] 16:44:30 [2023-03-05T21:44:30.730Z] [java] ----------------------------------------- 16:44:30 [2023-03-05T21:44:30.730Z] [java] - injection-point-tests: PASS - 16:44:30 [2023-03-05T21:44:30.730Z] [java] ----------------------------------------- 16:44:30 [2023-03-05T21:44:30.730Z] [java] - Total PASS : 1 - 16:44:30 [2023-03-05T21:44:30.730Z] [java] - Total FAIL : 0 - 16:44:30 [2023-03-05T21:44:30.730Z] [java] - Total DID NOT RUN : 0 - 16:44:30 [2023-03-05T21:44:30.730Z] [java] ----------------------------------------- 16:44:30 [2023-03-05T21:44:30.730Z] 16:44:30 [2023-03-05T21:44:30.730Z] undeploy: 16:44:30 [2023-03-05T21:44:30.730Z] 16:44:30 [2023-03-05T21:44:30.730Z] setOSConditions: 16:44:30 [2023-03-05T21:44:30.730Z] 16:44:30 [2023-03-05T21:44:30.730Z] setToolWin: 16:44:30 [2023-03-05T21:44:30.730Z] 16:44:30 [2023-03-05T21:44:30.730Z] setToolUnix: 16:44:30 [2023-03-05T21:44:30.730Z] 16:44:30 [2023-03-05T21:44:30.730Z] setToolProperty: 16:44:30 [2023-03-05T21:44:30.730Z] 16:44:30 [2023-03-05T21:44:30.730Z] setS1ASclassPath: 16:44:30 [2023-03-05T21:44:30.730Z] 16:44:30 [2023-03-05T21:44:30.730Z] init-common: 16:44:30 [2023-03-05T21:44:30.730Z] 16:44:30 [2023-03-05T21:44:30.730Z] undeploy-war-common: 16:44:31 [2023-03-05T21:44:31.316Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-programmatic-lookup-servlet-annotation-web 16:44:31 [2023-03-05T21:44:31.316Z] 16:44:31 [2023-03-05T21:44:31.316Z] all: 16:44:31 [2023-03-05T21:44:31.316Z] [echo] 16:44:31 [2023-03-05T21:44:31.316Z] [echo] ************************* 16:44:31 [2023-03-05T21:44:31.316Z] [echo] * Running interceptors 16:44:31 [2023-03-05T21:44:31.316Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors 16:44:31 [2023-03-05T21:44:31.316Z] [echo] ************************* 16:44:31 [2023-03-05T21:44:31.316Z] [echo] 16:44:31 [2023-03-05T21:44:31.316Z] 16:44:31 [2023-03-05T21:44:31.316Z] all: 16:44:31 [2023-03-05T21:44:31.316Z] 16:44:31 [2023-03-05T21:44:31.316Z] interceptors: 16:44:31 [2023-03-05T21:44:31.316Z] 16:44:31 [2023-03-05T21:44:31.316Z] setOSConditions: 16:44:31 [2023-03-05T21:44:31.316Z] 16:44:31 [2023-03-05T21:44:31.316Z] setToolWin: 16:44:31 [2023-03-05T21:44:31.316Z] 16:44:31 [2023-03-05T21:44:31.316Z] setToolUnix: 16:44:31 [2023-03-05T21:44:31.316Z] 16:44:31 [2023-03-05T21:44:31.316Z] setToolProperty: 16:44:31 [2023-03-05T21:44:31.316Z] 16:44:31 [2023-03-05T21:44:31.316Z] setS1ASclassPath: 16:44:31 [2023-03-05T21:44:31.316Z] 16:44:31 [2023-03-05T21:44:31.316Z] init-common: 16:44:31 [2023-03-05T21:44:31.316Z] 16:44:31 [2023-03-05T21:44:31.316Z] clean: 16:44:31 [2023-03-05T21:44:31.316Z] 16:44:31 [2023-03-05T21:44:31.316Z] setOSConditions: 16:44:31 [2023-03-05T21:44:31.316Z] 16:44:31 [2023-03-05T21:44:31.316Z] setToolWin: 16:44:31 [2023-03-05T21:44:31.316Z] 16:44:31 [2023-03-05T21:44:31.316Z] setToolUnix: 16:44:31 [2023-03-05T21:44:31.316Z] 16:44:31 [2023-03-05T21:44:31.316Z] setToolProperty: 16:44:31 [2023-03-05T21:44:31.316Z] 16:44:31 [2023-03-05T21:44:31.316Z] setS1ASclassPath: 16:44:31 [2023-03-05T21:44:31.316Z] 16:44:31 [2023-03-05T21:44:31.316Z] init-common: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] clean-common: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] setOSConditions: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] setToolWin: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] setToolUnix: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] setToolProperty: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] setS1ASclassPath: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] init-common: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] clean-classes-common: 16:44:31 [2023-03-05T21:44:31.317Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] setOSConditions: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] setToolWin: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] setToolUnix: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] setToolProperty: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] setS1ASclassPath: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] init-common: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] clean-jars-common: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] compile: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] setOSConditions: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] setToolWin: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] setToolUnix: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] setToolProperty: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] setS1ASclassPath: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] init-common: 16:44:31 [2023-03-05T21:44:31.317Z] 16:44:31 [2023-03-05T21:44:31.317Z] compile-common: 16:44:31 [2023-03-05T21:44:31.317Z] [echo] Current time (ISO): 2023-03-05T21:44:31.083+0000 16:44:31 [2023-03-05T21:44:31.317Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:31 [2023-03-05T21:44:31.317Z] [javac] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:32 [2023-03-05T21:44:32.683Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:32 [2023-03-05T21:44:32.683Z] [javac] 1 warning 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] build: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] setOSConditions: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] setToolWin: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] setToolUnix: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] setToolProperty: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] setS1ASclassPath: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] init-common: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] webclient-war-common: 16:44:32 [2023-03-05T21:44:32.683Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] clear: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] test-tlds-exist: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] copy-tlds: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] test-tagfiles-exist: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] copy-tagfiles: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] package-war-common: 16:44:32 [2023-03-05T21:44:32.683Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:32 [2023-03-05T21:44:32.683Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:32 [2023-03-05T21:44:32.683Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:32 [2023-03-05T21:44:32.683Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:32 [2023-03-05T21:44:32.683Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-binding-type-inheritance/lib 16:44:32 [2023-03-05T21:44:32.683Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:32 [2023-03-05T21:44:32.683Z] [copy] Copying 12 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:32 [2023-03-05T21:44:32.683Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-binding-type-inheritance/docroot 16:44:32 [2023-03-05T21:44:32.683Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-interceptor-binding-type-inheritance-web.war 16:44:32 [2023-03-05T21:44:32.683Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:32 [2023-03-05T21:44:32.683Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-binding-type-inheritance/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:32 [2023-03-05T21:44:32.683Z] [javac] Compiling 1 source file 16:44:32 [2023-03-05T21:44:32.683Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-binding-type-inheritance/client/test/client/WebTest.java uses or overrides a deprecated API. 16:44:32 [2023-03-05T21:44:32.683Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] deploy: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] deploy-war-common: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] setOSConditions: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] setToolWin: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] setToolUnix: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] setToolProperty: 16:44:32 [2023-03-05T21:44:32.683Z] 16:44:32 [2023-03-05T21:44:32.683Z] setS1ASclassPath: 16:44:32 [2023-03-05T21:44:32.684Z] 16:44:32 [2023-03-05T21:44:32.684Z] init-common: 16:44:32 [2023-03-05T21:44:32.684Z] 16:44:32 [2023-03-05T21:44:32.684Z] deploy-war-commonpe: 16:44:32 [2023-03-05T21:44:32.972Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-interceptor-binding-type-inheritance --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-interceptor-binding-type-inheritance-web.war 16:44:33 [2023-03-05T21:44:33.228Z] [exec] Application deployed with name cdi-interceptor-binding-type-inheritance-web. 16:44:33 [2023-03-05T21:44:33.228Z] 16:44:33 [2023-03-05T21:44:33.228Z] deploy-war-commonee: 16:44:33 [2023-03-05T21:44:33.228Z] 16:44:33 [2023-03-05T21:44:33.228Z] run: 16:44:33 [2023-03-05T21:44:33.228Z] [java] opening connection to http://localhost:8080/cdi-interceptor-binding-type-inheritance/myurl 16:44:33 [2023-03-05T21:44:33.228Z] [java] line = Hello from Servlet 3.0. 16:44:33 [2023-03-05T21:44:33.228Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:33 [2023-03-05T21:44:33.228Z] [java] 16:44:33 [2023-03-05T21:44:33.228Z] [java] 16:44:33 [2023-03-05T21:44:33.228Z] [java] ----------------------------------------- 16:44:33 [2023-03-05T21:44:33.228Z] [java] - interceptors-interceptor-binding-type-inheritance: PASS - 16:44:33 [2023-03-05T21:44:33.228Z] [java] ----------------------------------------- 16:44:33 [2023-03-05T21:44:33.228Z] [java] - Total PASS : 1 - 16:44:33 [2023-03-05T21:44:33.228Z] [java] - Total FAIL : 0 - 16:44:33 [2023-03-05T21:44:33.228Z] [java] - Total DID NOT RUN : 0 - 16:44:33 [2023-03-05T21:44:33.228Z] [java] ----------------------------------------- 16:44:33 [2023-03-05T21:44:33.228Z] 16:44:33 [2023-03-05T21:44:33.228Z] undeploy: 16:44:33 [2023-03-05T21:44:33.228Z] 16:44:33 [2023-03-05T21:44:33.228Z] setOSConditions: 16:44:33 [2023-03-05T21:44:33.228Z] 16:44:33 [2023-03-05T21:44:33.228Z] setToolWin: 16:44:33 [2023-03-05T21:44:33.228Z] 16:44:33 [2023-03-05T21:44:33.228Z] setToolUnix: 16:44:33 [2023-03-05T21:44:33.228Z] 16:44:33 [2023-03-05T21:44:33.228Z] setToolProperty: 16:44:33 [2023-03-05T21:44:33.228Z] 16:44:33 [2023-03-05T21:44:33.228Z] setS1ASclassPath: 16:44:33 [2023-03-05T21:44:33.228Z] 16:44:33 [2023-03-05T21:44:33.228Z] init-common: 16:44:33 [2023-03-05T21:44:33.228Z] 16:44:33 [2023-03-05T21:44:33.228Z] undeploy-war-common: 16:44:33 [2023-03-05T21:44:33.484Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-interceptor-binding-type-inheritance-web 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] all: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setOSConditions: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setToolWin: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setToolUnix: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setToolProperty: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setS1ASclassPath: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] init-common: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] clean: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setOSConditions: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setToolWin: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setToolUnix: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setToolProperty: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setS1ASclassPath: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] init-common: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] clean-common: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setOSConditions: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setToolWin: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setToolUnix: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setToolProperty: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setS1ASclassPath: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] init-common: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] clean-classes-common: 16:44:33 [2023-03-05T21:44:33.741Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setOSConditions: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setToolWin: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setToolUnix: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setToolProperty: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setS1ASclassPath: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] init-common: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] clean-jars-common: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] compile: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setOSConditions: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setToolWin: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setToolUnix: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setToolProperty: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] setS1ASclassPath: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] init-common: 16:44:33 [2023-03-05T21:44:33.741Z] 16:44:33 [2023-03-05T21:44:33.741Z] compile-common: 16:44:33 [2023-03-05T21:44:33.741Z] [echo] Current time (ISO): 2023-03-05T21:44:33.571+0000 16:44:33 [2023-03-05T21:44:33.741Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:33 [2023-03-05T21:44:33.741Z] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:35 [2023-03-05T21:44:35.119Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:35 [2023-03-05T21:44:35.119Z] [javac] 1 warning 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] build: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] setOSConditions: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] setToolWin: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] setToolUnix: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] setToolProperty: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] setS1ASclassPath: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] init-common: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] webclient-war-common: 16:44:35 [2023-03-05T21:44:35.119Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] clear: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] test-tlds-exist: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] copy-tlds: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] test-tagfiles-exist: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] copy-tagfiles: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] package-war-common: 16:44:35 [2023-03-05T21:44:35.119Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:35 [2023-03-05T21:44:35.119Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:35 [2023-03-05T21:44:35.119Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:35 [2023-03-05T21:44:35.119Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:35 [2023-03-05T21:44:35.119Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-binding-type-with-members/lib 16:44:35 [2023-03-05T21:44:35.119Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:35 [2023-03-05T21:44:35.119Z] [copy] Copying 8 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:35 [2023-03-05T21:44:35.119Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-binding-type-with-members/docroot 16:44:35 [2023-03-05T21:44:35.119Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-binding-types-with-members-web.war 16:44:35 [2023-03-05T21:44:35.119Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:35 [2023-03-05T21:44:35.119Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-binding-type-with-members/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:35 [2023-03-05T21:44:35.119Z] [javac] Compiling 1 source file 16:44:35 [2023-03-05T21:44:35.119Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-binding-type-with-members/client/test/client/WebTest.java uses or overrides a deprecated API. 16:44:35 [2023-03-05T21:44:35.119Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] deploy: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] deploy-war-common: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] setOSConditions: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] setToolWin: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] setToolUnix: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] setToolProperty: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] setS1ASclassPath: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] init-common: 16:44:35 [2023-03-05T21:44:35.119Z] 16:44:35 [2023-03-05T21:44:35.119Z] deploy-war-commonpe: 16:44:35 [2023-03-05T21:44:35.376Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-binding-types-with-members --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-binding-types-with-members-web.war 16:44:35 [2023-03-05T21:44:35.632Z] [exec] Application deployed with name cdi-binding-types-with-members-web. 16:44:35 [2023-03-05T21:44:35.632Z] 16:44:35 [2023-03-05T21:44:35.632Z] deploy-war-commonee: 16:44:35 [2023-03-05T21:44:35.632Z] 16:44:35 [2023-03-05T21:44:35.632Z] run: 16:44:35 [2023-03-05T21:44:35.632Z] [java] opening connection to http://localhost:8080/cdi-binding-types-with-members/myurl 16:44:35 [2023-03-05T21:44:35.632Z] [java] line = Hello from Servlet 3.0. 16:44:35 [2023-03-05T21:44:35.632Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:35 [2023-03-05T21:44:35.632Z] [java] 16:44:35 [2023-03-05T21:44:35.632Z] [java] 16:44:35 [2023-03-05T21:44:35.632Z] [java] ----------------------------------------- 16:44:35 [2023-03-05T21:44:35.632Z] [java] - interceptors-business-method-interceptors: PASS - 16:44:35 [2023-03-05T21:44:35.632Z] [java] ----------------------------------------- 16:44:35 [2023-03-05T21:44:35.632Z] [java] - Total PASS : 1 - 16:44:35 [2023-03-05T21:44:35.632Z] [java] - Total FAIL : 0 - 16:44:35 [2023-03-05T21:44:35.632Z] [java] - Total DID NOT RUN : 0 - 16:44:35 [2023-03-05T21:44:35.632Z] [java] ----------------------------------------- 16:44:35 [2023-03-05T21:44:35.632Z] 16:44:35 [2023-03-05T21:44:35.632Z] undeploy: 16:44:35 [2023-03-05T21:44:35.632Z] 16:44:35 [2023-03-05T21:44:35.632Z] setOSConditions: 16:44:35 [2023-03-05T21:44:35.632Z] 16:44:35 [2023-03-05T21:44:35.632Z] setToolWin: 16:44:35 [2023-03-05T21:44:35.632Z] 16:44:35 [2023-03-05T21:44:35.632Z] setToolUnix: 16:44:35 [2023-03-05T21:44:35.632Z] 16:44:35 [2023-03-05T21:44:35.632Z] setToolProperty: 16:44:35 [2023-03-05T21:44:35.632Z] 16:44:35 [2023-03-05T21:44:35.632Z] setS1ASclassPath: 16:44:35 [2023-03-05T21:44:35.632Z] 16:44:35 [2023-03-05T21:44:35.632Z] init-common: 16:44:35 [2023-03-05T21:44:35.632Z] 16:44:35 [2023-03-05T21:44:35.632Z] undeploy-war-common: 16:44:36 [2023-03-05T21:44:36.221Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-binding-types-with-members-web 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] all: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setOSConditions: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setToolWin: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setToolUnix: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setToolProperty: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setS1ASclassPath: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] init-common: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] clean: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setOSConditions: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setToolWin: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setToolUnix: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setToolProperty: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setS1ASclassPath: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] init-common: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] clean-common: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setOSConditions: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setToolWin: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setToolUnix: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setToolProperty: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setS1ASclassPath: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] init-common: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] clean-classes-common: 16:44:36 [2023-03-05T21:44:36.221Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setOSConditions: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setToolWin: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setToolUnix: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setToolProperty: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setS1ASclassPath: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] init-common: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] clean-jars-common: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] compile: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setOSConditions: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setToolWin: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setToolUnix: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setToolProperty: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] setS1ASclassPath: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] init-common: 16:44:36 [2023-03-05T21:44:36.221Z] 16:44:36 [2023-03-05T21:44:36.221Z] compile-common: 16:44:36 [2023-03-05T21:44:36.221Z] [echo] Current time (ISO): 2023-03-05T21:44:36.018+0000 16:44:36 [2023-03-05T21:44:36.221Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:36 [2023-03-05T21:44:36.221Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:37 [2023-03-05T21:44:37.616Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:37 [2023-03-05T21:44:37.616Z] [javac] 1 warning 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] build: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] setOSConditions: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] setToolWin: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] setToolUnix: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] setToolProperty: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] setS1ASclassPath: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] init-common: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] webclient-war-common: 16:44:37 [2023-03-05T21:44:37.616Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] clear: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] test-tlds-exist: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] copy-tlds: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] test-tagfiles-exist: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] copy-tagfiles: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] package-war-common: 16:44:37 [2023-03-05T21:44:37.616Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:37 [2023-03-05T21:44:37.616Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:37 [2023-03-05T21:44:37.616Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:37 [2023-03-05T21:44:37.616Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:37 [2023-03-05T21:44:37.616Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-business-method-interception/lib 16:44:37 [2023-03-05T21:44:37.616Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:37 [2023-03-05T21:44:37.616Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:37 [2023-03-05T21:44:37.616Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-business-method-interception/docroot 16:44:37 [2023-03-05T21:44:37.616Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-business-method-interceptors-web.war 16:44:37 [2023-03-05T21:44:37.616Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:37 [2023-03-05T21:44:37.616Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-business-method-interception/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:37 [2023-03-05T21:44:37.616Z] [javac] Compiling 1 source file 16:44:37 [2023-03-05T21:44:37.616Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-business-method-interception/client/test/client/WebTest.java uses or overrides a deprecated API. 16:44:37 [2023-03-05T21:44:37.616Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] deploy: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] deploy-war-common: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] setOSConditions: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] setToolWin: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] setToolUnix: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] setToolProperty: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] setS1ASclassPath: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] init-common: 16:44:37 [2023-03-05T21:44:37.616Z] 16:44:37 [2023-03-05T21:44:37.616Z] deploy-war-commonpe: 16:44:37 [2023-03-05T21:44:37.872Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-business-method-interceptors --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-business-method-interceptors-web.war 16:44:38 [2023-03-05T21:44:38.128Z] [exec] Application deployed with name cdi-business-method-interceptors-web. 16:44:38 [2023-03-05T21:44:38.128Z] 16:44:38 [2023-03-05T21:44:38.128Z] deploy-war-commonee: 16:44:38 [2023-03-05T21:44:38.128Z] 16:44:38 [2023-03-05T21:44:38.128Z] run: 16:44:38 [2023-03-05T21:44:38.128Z] [java] opening connection to http://localhost:8080/cdi-business-method-interceptors/myurl 16:44:38 [2023-03-05T21:44:38.128Z] [java] line = Hello from Servlet 3.0. 16:44:38 [2023-03-05T21:44:38.128Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:38 [2023-03-05T21:44:38.128Z] [java] 16:44:38 [2023-03-05T21:44:38.128Z] [java] 16:44:38 [2023-03-05T21:44:38.128Z] [java] ----------------------------------------- 16:44:38 [2023-03-05T21:44:38.128Z] [java] - interceptors-business-method-interceptors: PASS - 16:44:38 [2023-03-05T21:44:38.128Z] [java] ----------------------------------------- 16:44:38 [2023-03-05T21:44:38.128Z] [java] - Total PASS : 1 - 16:44:38 [2023-03-05T21:44:38.128Z] [java] - Total FAIL : 0 - 16:44:38 [2023-03-05T21:44:38.128Z] [java] - Total DID NOT RUN : 0 - 16:44:38 [2023-03-05T21:44:38.128Z] [java] ----------------------------------------- 16:44:38 [2023-03-05T21:44:38.128Z] 16:44:38 [2023-03-05T21:44:38.128Z] undeploy: 16:44:38 [2023-03-05T21:44:38.128Z] 16:44:38 [2023-03-05T21:44:38.128Z] setOSConditions: 16:44:38 [2023-03-05T21:44:38.128Z] 16:44:38 [2023-03-05T21:44:38.128Z] setToolWin: 16:44:38 [2023-03-05T21:44:38.128Z] 16:44:38 [2023-03-05T21:44:38.128Z] setToolUnix: 16:44:38 [2023-03-05T21:44:38.128Z] 16:44:38 [2023-03-05T21:44:38.128Z] setToolProperty: 16:44:38 [2023-03-05T21:44:38.128Z] 16:44:38 [2023-03-05T21:44:38.128Z] setS1ASclassPath: 16:44:38 [2023-03-05T21:44:38.128Z] 16:44:38 [2023-03-05T21:44:38.128Z] init-common: 16:44:38 [2023-03-05T21:44:38.128Z] 16:44:38 [2023-03-05T21:44:38.128Z] undeploy-war-common: 16:44:38 [2023-03-05T21:44:38.384Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-business-method-interceptors-web 16:44:38 [2023-03-05T21:44:38.384Z] 16:44:38 [2023-03-05T21:44:38.384Z] all: 16:44:38 [2023-03-05T21:44:38.384Z] 16:44:38 [2023-03-05T21:44:38.384Z] setOSConditions: 16:44:38 [2023-03-05T21:44:38.384Z] 16:44:38 [2023-03-05T21:44:38.384Z] setToolWin: 16:44:38 [2023-03-05T21:44:38.384Z] 16:44:38 [2023-03-05T21:44:38.384Z] setToolUnix: 16:44:38 [2023-03-05T21:44:38.384Z] 16:44:38 [2023-03-05T21:44:38.384Z] setToolProperty: 16:44:38 [2023-03-05T21:44:38.384Z] 16:44:38 [2023-03-05T21:44:38.384Z] setS1ASclassPath: 16:44:38 [2023-03-05T21:44:38.384Z] 16:44:38 [2023-03-05T21:44:38.384Z] init-common: 16:44:38 [2023-03-05T21:44:38.384Z] 16:44:38 [2023-03-05T21:44:38.384Z] clean: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setOSConditions: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setToolWin: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setToolUnix: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setToolProperty: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setS1ASclassPath: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] init-common: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] clean-common: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setOSConditions: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setToolWin: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setToolUnix: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setToolProperty: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setS1ASclassPath: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] init-common: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] clean-classes-common: 16:44:38 [2023-03-05T21:44:38.640Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setOSConditions: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setToolWin: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setToolUnix: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setToolProperty: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setS1ASclassPath: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] init-common: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] clean-jars-common: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] compile: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setOSConditions: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setToolWin: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setToolUnix: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setToolProperty: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] setS1ASclassPath: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] init-common: 16:44:38 [2023-03-05T21:44:38.640Z] 16:44:38 [2023-03-05T21:44:38.640Z] compile-common: 16:44:38 [2023-03-05T21:44:38.640Z] [echo] Current time (ISO): 2023-03-05T21:44:38.420+0000 16:44:38 [2023-03-05T21:44:38.640Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:38 [2023-03-05T21:44:38.640Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:40 [2023-03-05T21:44:40.022Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:40 [2023-03-05T21:44:40.022Z] [javac] 1 warning 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] build: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] setOSConditions: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] setToolWin: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] setToolUnix: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] setToolProperty: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] setS1ASclassPath: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] init-common: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] webclient-war-common: 16:44:40 [2023-03-05T21:44:40.022Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] clear: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] test-tlds-exist: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] copy-tlds: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] test-tagfiles-exist: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] copy-tagfiles: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] package-war-common: 16:44:40 [2023-03-05T21:44:40.022Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:40 [2023-03-05T21:44:40.022Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:40 [2023-03-05T21:44:40.022Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:40 [2023-03-05T21:44:40.022Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:40 [2023-03-05T21:44:40.022Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-invalid-interceptor-specified-at-beans-xml/lib 16:44:40 [2023-03-05T21:44:40.022Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:40 [2023-03-05T21:44:40.022Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:40 [2023-03-05T21:44:40.022Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-invalid-interceptor-specified-at-beans-xml/docroot 16:44:40 [2023-03-05T21:44:40.022Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-invalid-interceptor-in-beans-xml-web.war 16:44:40 [2023-03-05T21:44:40.022Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:40 [2023-03-05T21:44:40.022Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-invalid-interceptor-specified-at-beans-xml/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:40 [2023-03-05T21:44:40.022Z] [javac] Compiling 1 source file 16:44:40 [2023-03-05T21:44:40.022Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-invalid-interceptor-specified-at-beans-xml/client/test/client/WebTest.java uses or overrides a deprecated API. 16:44:40 [2023-03-05T21:44:40.022Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] deploy: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] deploy-war-common: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] setOSConditions: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] setToolWin: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] setToolUnix: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] setToolProperty: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] setS1ASclassPath: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] init-common: 16:44:40 [2023-03-05T21:44:40.022Z] 16:44:40 [2023-03-05T21:44:40.022Z] deploy-war-commonpe: 16:44:40 [2023-03-05T21:44:40.278Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-invalid-interceptor-in-beans-xml --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-invalid-interceptor-in-beans-xml-web.war 16:44:40 [2023-03-05T21:44:40.278Z] [exec] remote failure: Error occurred during deployment: Exception while loading the app : CDI deployment failure:WELD-000123: Error loading test.beans.INVALIDInterceptor defined in <{https://jakarta.ee/xml/ns/jakartaee}class>test.beans.INVALIDInterceptor</{https://jakarta.ee/xml/ns/jakartaee}class> in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/applications/cdi-invalid-interceptor-in-beans-xml-web/WEB-INF/beans.xml@26. Please see server.log for more details. 16:44:40 [2023-03-05T21:44:40.278Z] [exec] Result: 1 16:44:40 [2023-03-05T21:44:40.278Z] 16:44:40 [2023-03-05T21:44:40.278Z] deploy-war-commonee: 16:44:40 [2023-03-05T21:44:40.278Z] 16:44:40 [2023-03-05T21:44:40.278Z] run: 16:44:40 [2023-03-05T21:44:40.535Z] [java] opening connection to http://localhost:8080/cdi-invalid-interceptor-in-beans-xml/myurl 16:44:40 [2023-03-05T21:44:40.535Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:40 [2023-03-05T21:44:40.535Z] [java] 16:44:40 [2023-03-05T21:44:40.535Z] [java] 16:44:40 [2023-03-05T21:44:40.535Z] [java] ----------------------------------------- 16:44:40 [2023-03-05T21:44:40.535Z] [java] - interceptors-invalid-interceptor-specified-in-beans-xml: PASS - 16:44:40 [2023-03-05T21:44:40.535Z] [java] ----------------------------------------- 16:44:40 [2023-03-05T21:44:40.535Z] [java] - Total PASS : 1 - 16:44:40 [2023-03-05T21:44:40.535Z] [java] - Total FAIL : 0 - 16:44:40 [2023-03-05T21:44:40.535Z] [java] - Total DID NOT RUN : 0 - 16:44:40 [2023-03-05T21:44:40.535Z] [java] ----------------------------------------- 16:44:40 [2023-03-05T21:44:40.535Z] 16:44:40 [2023-03-05T21:44:40.535Z] undeploy: 16:44:40 [2023-03-05T21:44:40.535Z] 16:44:40 [2023-03-05T21:44:40.535Z] setOSConditions: 16:44:40 [2023-03-05T21:44:40.535Z] 16:44:40 [2023-03-05T21:44:40.535Z] setToolWin: 16:44:40 [2023-03-05T21:44:40.535Z] 16:44:40 [2023-03-05T21:44:40.535Z] setToolUnix: 16:44:40 [2023-03-05T21:44:40.535Z] 16:44:40 [2023-03-05T21:44:40.535Z] setToolProperty: 16:44:40 [2023-03-05T21:44:40.535Z] 16:44:40 [2023-03-05T21:44:40.535Z] setS1ASclassPath: 16:44:40 [2023-03-05T21:44:40.535Z] 16:44:40 [2023-03-05T21:44:40.535Z] init-common: 16:44:40 [2023-03-05T21:44:40.535Z] 16:44:40 [2023-03-05T21:44:40.535Z] undeploy-war-common: 16:44:40 [2023-03-05T21:44:40.791Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-invalid-interceptor-in-beans-xml-web 16:44:40 [2023-03-05T21:44:40.791Z] [exec] remote failure: Application cdi-invalid-interceptor-in-beans-xml-web is not deployed on this target [server] 16:44:40 [2023-03-05T21:44:40.791Z] [exec] Result: 1 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] all: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setOSConditions: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setToolWin: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setToolUnix: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setToolProperty: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setS1ASclassPath: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] init-common: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] clean: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setOSConditions: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setToolWin: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setToolUnix: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setToolProperty: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setS1ASclassPath: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] init-common: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] clean-common: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setOSConditions: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setToolWin: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setToolUnix: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setToolProperty: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setS1ASclassPath: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] init-common: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] clean-classes-common: 16:44:40 [2023-03-05T21:44:40.791Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setOSConditions: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setToolWin: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setToolUnix: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setToolProperty: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setS1ASclassPath: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] init-common: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] clean-jars-common: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] compile: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setOSConditions: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setToolWin: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setToolUnix: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setToolProperty: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] setS1ASclassPath: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] init-common: 16:44:40 [2023-03-05T21:44:40.791Z] 16:44:40 [2023-03-05T21:44:40.791Z] compile-common: 16:44:40 [2023-03-05T21:44:40.791Z] [echo] Current time (ISO): 2023-03-05T21:44:40.638+0000 16:44:40 [2023-03-05T21:44:40.791Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:40 [2023-03-05T21:44:40.791Z] [javac] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:42 [2023-03-05T21:44:42.158Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:42 [2023-03-05T21:44:42.158Z] [javac] 1 warning 16:44:42 [2023-03-05T21:44:42.158Z] 16:44:42 [2023-03-05T21:44:42.158Z] build: 16:44:42 [2023-03-05T21:44:42.158Z] 16:44:42 [2023-03-05T21:44:42.158Z] setOSConditions: 16:44:42 [2023-03-05T21:44:42.158Z] 16:44:42 [2023-03-05T21:44:42.158Z] setToolWin: 16:44:42 [2023-03-05T21:44:42.158Z] 16:44:42 [2023-03-05T21:44:42.158Z] setToolUnix: 16:44:42 [2023-03-05T21:44:42.158Z] 16:44:42 [2023-03-05T21:44:42.158Z] setToolProperty: 16:44:42 [2023-03-05T21:44:42.158Z] 16:44:42 [2023-03-05T21:44:42.158Z] setS1ASclassPath: 16:44:42 [2023-03-05T21:44:42.158Z] 16:44:42 [2023-03-05T21:44:42.158Z] init-common: 16:44:42 [2023-03-05T21:44:42.158Z] 16:44:42 [2023-03-05T21:44:42.158Z] webclient-war-common: 16:44:42 [2023-03-05T21:44:42.158Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:42 [2023-03-05T21:44:42.158Z] 16:44:42 [2023-03-05T21:44:42.158Z] clear: 16:44:42 [2023-03-05T21:44:42.158Z] 16:44:42 [2023-03-05T21:44:42.158Z] test-tlds-exist: 16:44:42 [2023-03-05T21:44:42.158Z] 16:44:42 [2023-03-05T21:44:42.158Z] copy-tlds: 16:44:42 [2023-03-05T21:44:42.158Z] 16:44:42 [2023-03-05T21:44:42.158Z] test-tagfiles-exist: 16:44:42 [2023-03-05T21:44:42.158Z] 16:44:42 [2023-03-05T21:44:42.158Z] copy-tagfiles: 16:44:42 [2023-03-05T21:44:42.158Z] 16:44:42 [2023-03-05T21:44:42.158Z] package-war-common: 16:44:42 [2023-03-05T21:44:42.158Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:42 [2023-03-05T21:44:42.158Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:42 [2023-03-05T21:44:42.158Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:42 [2023-03-05T21:44:42.158Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:42 [2023-03-05T21:44:42.158Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-multiple-interceptor-binding-annotations/lib 16:44:42 [2023-03-05T21:44:42.159Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:42 [2023-03-05T21:44:42.159Z] [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:42 [2023-03-05T21:44:42.159Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-multiple-interceptor-binding-annotations/docroot 16:44:42 [2023-03-05T21:44:42.159Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-multiple-interceptor-binding-annotations-web.war 16:44:42 [2023-03-05T21:44:42.159Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:42 [2023-03-05T21:44:42.159Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-multiple-interceptor-binding-annotations/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:42 [2023-03-05T21:44:42.159Z] [javac] Compiling 1 source file 16:44:42 [2023-03-05T21:44:42.159Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-multiple-interceptor-binding-annotations/client/test/client/WebTest.java uses or overrides a deprecated API. 16:44:42 [2023-03-05T21:44:42.159Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:42 [2023-03-05T21:44:42.159Z] 16:44:42 [2023-03-05T21:44:42.159Z] deploy: 16:44:42 [2023-03-05T21:44:42.159Z] 16:44:42 [2023-03-05T21:44:42.159Z] deploy-war-common: 16:44:42 [2023-03-05T21:44:42.159Z] 16:44:42 [2023-03-05T21:44:42.159Z] setOSConditions: 16:44:42 [2023-03-05T21:44:42.159Z] 16:44:42 [2023-03-05T21:44:42.159Z] setToolWin: 16:44:42 [2023-03-05T21:44:42.159Z] 16:44:42 [2023-03-05T21:44:42.159Z] setToolUnix: 16:44:42 [2023-03-05T21:44:42.159Z] 16:44:42 [2023-03-05T21:44:42.159Z] setToolProperty: 16:44:42 [2023-03-05T21:44:42.159Z] 16:44:42 [2023-03-05T21:44:42.159Z] setS1ASclassPath: 16:44:42 [2023-03-05T21:44:42.159Z] 16:44:42 [2023-03-05T21:44:42.159Z] init-common: 16:44:42 [2023-03-05T21:44:42.159Z] 16:44:42 [2023-03-05T21:44:42.159Z] deploy-war-commonpe: 16:44:42 [2023-03-05T21:44:42.419Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-multiple-interceptor-binding-annotations --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-multiple-interceptor-binding-annotations-web.war 16:44:42 [2023-03-05T21:44:42.675Z] [exec] Application deployed with name cdi-multiple-interceptor-binding-annotations-web. 16:44:42 [2023-03-05T21:44:42.675Z] 16:44:42 [2023-03-05T21:44:42.675Z] deploy-war-commonee: 16:44:42 [2023-03-05T21:44:42.675Z] 16:44:42 [2023-03-05T21:44:42.675Z] run: 16:44:42 [2023-03-05T21:44:42.675Z] [java] opening connection to http://localhost:8080/cdi-multiple-interceptor-binding-annotations/myurl 16:44:42 [2023-03-05T21:44:42.675Z] [java] line = Hello from Servlet 3.0. 16:44:42 [2023-03-05T21:44:42.675Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:42 [2023-03-05T21:44:42.675Z] [java] 16:44:42 [2023-03-05T21:44:42.675Z] [java] 16:44:42 [2023-03-05T21:44:42.675Z] [java] ----------------------------------------- 16:44:42 [2023-03-05T21:44:42.675Z] [java] - interceptors-multiple-interceptor-binding-annotations: PASS - 16:44:42 [2023-03-05T21:44:42.675Z] [java] ----------------------------------------- 16:44:42 [2023-03-05T21:44:42.675Z] [java] - Total PASS : 1 - 16:44:42 [2023-03-05T21:44:42.675Z] [java] - Total FAIL : 0 - 16:44:42 [2023-03-05T21:44:42.675Z] [java] - Total DID NOT RUN : 0 - 16:44:42 [2023-03-05T21:44:42.675Z] [java] ----------------------------------------- 16:44:42 [2023-03-05T21:44:42.675Z] 16:44:42 [2023-03-05T21:44:42.675Z] undeploy: 16:44:42 [2023-03-05T21:44:42.675Z] 16:44:42 [2023-03-05T21:44:42.675Z] setOSConditions: 16:44:42 [2023-03-05T21:44:42.675Z] 16:44:42 [2023-03-05T21:44:42.675Z] setToolWin: 16:44:42 [2023-03-05T21:44:42.675Z] 16:44:42 [2023-03-05T21:44:42.675Z] setToolUnix: 16:44:42 [2023-03-05T21:44:42.675Z] 16:44:42 [2023-03-05T21:44:42.675Z] setToolProperty: 16:44:42 [2023-03-05T21:44:42.675Z] 16:44:42 [2023-03-05T21:44:42.675Z] setS1ASclassPath: 16:44:42 [2023-03-05T21:44:42.675Z] 16:44:42 [2023-03-05T21:44:42.675Z] init-common: 16:44:42 [2023-03-05T21:44:42.675Z] 16:44:42 [2023-03-05T21:44:42.675Z] undeploy-war-common: 16:44:43 [2023-03-05T21:44:43.238Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-multiple-interceptor-binding-annotations-web 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] all: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setOSConditions: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setToolWin: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setToolUnix: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setToolProperty: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setS1ASclassPath: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] init-common: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] clean: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setOSConditions: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setToolWin: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setToolUnix: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setToolProperty: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setS1ASclassPath: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] init-common: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] clean-common: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setOSConditions: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setToolWin: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setToolUnix: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setToolProperty: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setS1ASclassPath: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] init-common: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] clean-classes-common: 16:44:43 [2023-03-05T21:44:43.238Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setOSConditions: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setToolWin: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setToolUnix: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setToolProperty: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setS1ASclassPath: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] init-common: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] clean-jars-common: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] compile: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setOSConditions: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setToolWin: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setToolUnix: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setToolProperty: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] setS1ASclassPath: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] init-common: 16:44:43 [2023-03-05T21:44:43.238Z] 16:44:43 [2023-03-05T21:44:43.238Z] compile-common: 16:44:43 [2023-03-05T21:44:43.238Z] [echo] Current time (ISO): 2023-03-05T21:44:43.148+0000 16:44:43 [2023-03-05T21:44:43.238Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:43 [2023-03-05T21:44:43.238Z] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:44 [2023-03-05T21:44:44.619Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:44 [2023-03-05T21:44:44.619Z] [javac] 1 warning 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] build: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] setOSConditions: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] setToolWin: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] setToolUnix: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] setToolProperty: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] setS1ASclassPath: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] init-common: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] webclient-war-common: 16:44:44 [2023-03-05T21:44:44.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] clear: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] test-tlds-exist: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] copy-tlds: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] test-tagfiles-exist: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] copy-tagfiles: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] package-war-common: 16:44:44 [2023-03-05T21:44:44.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:44 [2023-03-05T21:44:44.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:44 [2023-03-05T21:44:44.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:44 [2023-03-05T21:44:44.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:44 [2023-03-05T21:44:44.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-multiple-interceptors-for-a-binding-type/lib 16:44:44 [2023-03-05T21:44:44.619Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:44 [2023-03-05T21:44:44.619Z] [copy] Copying 8 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:44 [2023-03-05T21:44:44.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-multiple-interceptors-for-a-binding-type/docroot 16:44:44 [2023-03-05T21:44:44.619Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-multiple-interceptor-implementations-web.war 16:44:44 [2023-03-05T21:44:44.619Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:44 [2023-03-05T21:44:44.619Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-multiple-interceptors-for-a-binding-type/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:44 [2023-03-05T21:44:44.619Z] [javac] Compiling 1 source file 16:44:44 [2023-03-05T21:44:44.619Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-multiple-interceptors-for-a-binding-type/client/test/client/WebTest.java uses or overrides a deprecated API. 16:44:44 [2023-03-05T21:44:44.619Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] deploy: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] deploy-war-common: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] setOSConditions: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] setToolWin: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] setToolUnix: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] setToolProperty: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] setS1ASclassPath: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] init-common: 16:44:44 [2023-03-05T21:44:44.619Z] 16:44:44 [2023-03-05T21:44:44.619Z] deploy-war-commonpe: 16:44:44 [2023-03-05T21:44:44.876Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-multiple-interceptor-implementations --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-multiple-interceptor-implementations-web.war 16:44:45 [2023-03-05T21:44:45.132Z] [exec] Application deployed with name cdi-multiple-interceptor-implementations-web. 16:44:45 [2023-03-05T21:44:45.132Z] 16:44:45 [2023-03-05T21:44:45.132Z] deploy-war-commonee: 16:44:45 [2023-03-05T21:44:45.132Z] 16:44:45 [2023-03-05T21:44:45.132Z] run: 16:44:45 [2023-03-05T21:44:45.132Z] [java] opening connection to http://localhost:8080/cdi-multiple-interceptor-implementations/myurl 16:44:45 [2023-03-05T21:44:45.132Z] [java] line = Hello from Servlet 3.0. 16:44:45 [2023-03-05T21:44:45.132Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:45 [2023-03-05T21:44:45.132Z] [java] 16:44:45 [2023-03-05T21:44:45.132Z] [java] 16:44:45 [2023-03-05T21:44:45.132Z] [java] ----------------------------------------- 16:44:45 [2023-03-05T21:44:45.132Z] [java] - interceptors-multiple-interceptors-for-a-binding-type: PASS - 16:44:45 [2023-03-05T21:44:45.132Z] [java] ----------------------------------------- 16:44:45 [2023-03-05T21:44:45.132Z] [java] - Total PASS : 1 - 16:44:45 [2023-03-05T21:44:45.132Z] [java] - Total FAIL : 0 - 16:44:45 [2023-03-05T21:44:45.132Z] [java] - Total DID NOT RUN : 0 - 16:44:45 [2023-03-05T21:44:45.132Z] [java] ----------------------------------------- 16:44:45 [2023-03-05T21:44:45.132Z] 16:44:45 [2023-03-05T21:44:45.132Z] undeploy: 16:44:45 [2023-03-05T21:44:45.132Z] 16:44:45 [2023-03-05T21:44:45.132Z] setOSConditions: 16:44:45 [2023-03-05T21:44:45.132Z] 16:44:45 [2023-03-05T21:44:45.132Z] setToolWin: 16:44:45 [2023-03-05T21:44:45.132Z] 16:44:45 [2023-03-05T21:44:45.132Z] setToolUnix: 16:44:45 [2023-03-05T21:44:45.132Z] 16:44:45 [2023-03-05T21:44:45.132Z] setToolProperty: 16:44:45 [2023-03-05T21:44:45.132Z] 16:44:45 [2023-03-05T21:44:45.132Z] setS1ASclassPath: 16:44:45 [2023-03-05T21:44:45.132Z] 16:44:45 [2023-03-05T21:44:45.132Z] init-common: 16:44:45 [2023-03-05T21:44:45.132Z] 16:44:45 [2023-03-05T21:44:45.132Z] undeploy-war-common: 16:44:45 [2023-03-05T21:44:45.719Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-multiple-interceptor-implementations-web 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] all: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setOSConditions: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setToolWin: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setToolUnix: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setToolProperty: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setS1ASclassPath: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] init-common: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] clean: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setOSConditions: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setToolWin: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setToolUnix: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setToolProperty: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setS1ASclassPath: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] init-common: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] clean-common: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setOSConditions: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setToolWin: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setToolUnix: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setToolProperty: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setS1ASclassPath: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] init-common: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] clean-classes-common: 16:44:45 [2023-03-05T21:44:45.719Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setOSConditions: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setToolWin: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setToolUnix: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setToolProperty: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setS1ASclassPath: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] init-common: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] clean-jars-common: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] compile: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setOSConditions: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setToolWin: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setToolUnix: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setToolProperty: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] setS1ASclassPath: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] init-common: 16:44:45 [2023-03-05T21:44:45.719Z] 16:44:45 [2023-03-05T21:44:45.719Z] compile-common: 16:44:45 [2023-03-05T21:44:45.719Z] [echo] Current time (ISO): 2023-03-05T21:44:45.467+0000 16:44:45 [2023-03-05T21:44:45.719Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:45 [2023-03-05T21:44:45.719Z] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:46 [2023-03-05T21:44:46.648Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:46 [2023-03-05T21:44:46.919Z] [javac] 1 warning 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] build: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] setOSConditions: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] setToolWin: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] setToolUnix: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] setToolProperty: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] setS1ASclassPath: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] init-common: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] webclient-war-common: 16:44:46 [2023-03-05T21:44:46.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] clear: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] test-tlds-exist: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] copy-tlds: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] test-tagfiles-exist: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] copy-tagfiles: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] package-war-common: 16:44:46 [2023-03-05T21:44:46.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:46 [2023-03-05T21:44:46.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:46 [2023-03-05T21:44:46.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:46 [2023-03-05T21:44:46.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:46 [2023-03-05T21:44:46.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-at-interceptors/lib 16:44:46 [2023-03-05T21:44:46.919Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:46 [2023-03-05T21:44:46.919Z] [copy] Copying 8 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:46 [2023-03-05T21:44:46.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-at-interceptors/docroot 16:44:46 [2023-03-05T21:44:46.919Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-use-of-at-interceptors-web.war 16:44:46 [2023-03-05T21:44:46.919Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:46 [2023-03-05T21:44:46.919Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-at-interceptors/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:46 [2023-03-05T21:44:46.919Z] [javac] Compiling 1 source file 16:44:46 [2023-03-05T21:44:46.919Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-at-interceptors/client/test/client/WebTest.java uses or overrides a deprecated API. 16:44:46 [2023-03-05T21:44:46.919Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] deploy: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] deploy-war-common: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] setOSConditions: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] setToolWin: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] setToolUnix: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] setToolProperty: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] setS1ASclassPath: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] init-common: 16:44:46 [2023-03-05T21:44:46.919Z] 16:44:46 [2023-03-05T21:44:46.919Z] deploy-war-commonpe: 16:44:47 [2023-03-05T21:44:47.176Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-use-of-at-interceptors --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-use-of-at-interceptors-web.war 16:44:47 [2023-03-05T21:44:47.740Z] [exec] Application deployed with name cdi-use-of-at-interceptors-web. 16:44:47 [2023-03-05T21:44:47.740Z] 16:44:47 [2023-03-05T21:44:47.740Z] deploy-war-commonee: 16:44:47 [2023-03-05T21:44:47.740Z] 16:44:47 [2023-03-05T21:44:47.740Z] run: 16:44:47 [2023-03-05T21:44:47.740Z] [java] opening connection to http://localhost:8080/cdi-use-of-at-interceptors/myurl 16:44:47 [2023-03-05T21:44:47.740Z] [java] line = Hello from Servlet 3.0. 16:44:47 [2023-03-05T21:44:47.740Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:47 [2023-03-05T21:44:47.740Z] [java] 16:44:47 [2023-03-05T21:44:47.740Z] [java] 16:44:47 [2023-03-05T21:44:47.740Z] [java] ----------------------------------------- 16:44:47 [2023-03-05T21:44:47.740Z] [java] - interceptors-use-of-: PASS - 16:44:47 [2023-03-05T21:44:47.740Z] [java] ----------------------------------------- 16:44:47 [2023-03-05T21:44:47.740Z] [java] - Total PASS : 1 - 16:44:47 [2023-03-05T21:44:47.740Z] [java] - Total FAIL : 0 - 16:44:47 [2023-03-05T21:44:47.740Z] [java] - Total DID NOT RUN : 0 - 16:44:47 [2023-03-05T21:44:47.740Z] [java] ----------------------------------------- 16:44:47 [2023-03-05T21:44:47.740Z] 16:44:47 [2023-03-05T21:44:47.740Z] undeploy: 16:44:47 [2023-03-05T21:44:47.740Z] 16:44:47 [2023-03-05T21:44:47.740Z] setOSConditions: 16:44:47 [2023-03-05T21:44:47.740Z] 16:44:47 [2023-03-05T21:44:47.740Z] setToolWin: 16:44:47 [2023-03-05T21:44:47.740Z] 16:44:47 [2023-03-05T21:44:47.740Z] setToolUnix: 16:44:47 [2023-03-05T21:44:47.740Z] 16:44:47 [2023-03-05T21:44:47.740Z] setToolProperty: 16:44:47 [2023-03-05T21:44:47.740Z] 16:44:47 [2023-03-05T21:44:47.740Z] setS1ASclassPath: 16:44:47 [2023-03-05T21:44:47.740Z] 16:44:47 [2023-03-05T21:44:47.740Z] init-common: 16:44:47 [2023-03-05T21:44:47.740Z] 16:44:47 [2023-03-05T21:44:47.740Z] undeploy-war-common: 16:44:48 [2023-03-05T21:44:48.018Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-use-of-at-interceptors-web 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] all: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setOSConditions: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setToolWin: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setToolUnix: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setToolProperty: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setS1ASclassPath: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] init-common: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] clean: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setOSConditions: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setToolWin: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setToolUnix: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setToolProperty: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setS1ASclassPath: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] init-common: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] clean-common: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setOSConditions: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setToolWin: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setToolUnix: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setToolProperty: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setS1ASclassPath: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] init-common: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] clean-classes-common: 16:44:48 [2023-03-05T21:44:48.274Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setOSConditions: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setToolWin: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setToolUnix: 16:44:48 [2023-03-05T21:44:48.274Z] 16:44:48 [2023-03-05T21:44:48.274Z] setToolProperty: 16:44:48 [2023-03-05T21:44:48.275Z] 16:44:48 [2023-03-05T21:44:48.275Z] setS1ASclassPath: 16:44:48 [2023-03-05T21:44:48.275Z] 16:44:48 [2023-03-05T21:44:48.275Z] init-common: 16:44:48 [2023-03-05T21:44:48.275Z] 16:44:48 [2023-03-05T21:44:48.275Z] clean-jars-common: 16:44:48 [2023-03-05T21:44:48.275Z] 16:44:48 [2023-03-05T21:44:48.275Z] compile: 16:44:48 [2023-03-05T21:44:48.275Z] 16:44:48 [2023-03-05T21:44:48.275Z] setOSConditions: 16:44:48 [2023-03-05T21:44:48.275Z] 16:44:48 [2023-03-05T21:44:48.275Z] setToolWin: 16:44:48 [2023-03-05T21:44:48.275Z] 16:44:48 [2023-03-05T21:44:48.275Z] setToolUnix: 16:44:48 [2023-03-05T21:44:48.275Z] 16:44:48 [2023-03-05T21:44:48.275Z] setToolProperty: 16:44:48 [2023-03-05T21:44:48.275Z] 16:44:48 [2023-03-05T21:44:48.275Z] setS1ASclassPath: 16:44:48 [2023-03-05T21:44:48.275Z] 16:44:48 [2023-03-05T21:44:48.275Z] init-common: 16:44:48 [2023-03-05T21:44:48.275Z] 16:44:48 [2023-03-05T21:44:48.275Z] compile-common: 16:44:48 [2023-03-05T21:44:48.275Z] [echo] Current time (ISO): 2023-03-05T21:44:48.070+0000 16:44:48 [2023-03-05T21:44:48.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:48 [2023-03-05T21:44:48.275Z] [javac] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:49 [2023-03-05T21:44:49.657Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:49 [2023-03-05T21:44:49.657Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-at-interceptors/servlet/org/glassfish/cditest/user/impl/UserServiceImpl.java:65: warning: [removal] Long(long) in Long has been deprecated and marked for removal 16:44:49 [2023-03-05T21:44:49.657Z] [javac] return new Long(123); 16:44:49 [2023-03-05T21:44:49.657Z] [javac] ^ 16:44:49 [2023-03-05T21:44:49.657Z] [javac] 2 warnings 16:44:49 [2023-03-05T21:44:49.657Z] [javac] Creating empty /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/org/glassfish/cditest/user/api/model/package-info.class 16:44:49 [2023-03-05T21:44:49.657Z] [javac] Creating empty /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/org/glassfish/cditest/user/api/package-info.class 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] build: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] setOSConditions: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] setToolWin: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] setToolUnix: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] setToolProperty: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] setS1ASclassPath: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] init-common: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] webclient-war-common: 16:44:49 [2023-03-05T21:44:49.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] clear: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] test-tlds-exist: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] copy-tlds: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] test-tagfiles-exist: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] copy-tagfiles: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] package-war-common: 16:44:49 [2023-03-05T21:44:49.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:49 [2023-03-05T21:44:49.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:49 [2023-03-05T21:44:49.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:49 [2023-03-05T21:44:49.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:49 [2023-03-05T21:44:49.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-at-interceptors/lib 16:44:49 [2023-03-05T21:44:49.657Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:49 [2023-03-05T21:44:49.657Z] [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:49 [2023-03-05T21:44:49.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-at-interceptors/docroot 16:44:49 [2023-03-05T21:44:49.657Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-use-of-interceptors-in-ejbs-through-at-interceptors-web.war 16:44:49 [2023-03-05T21:44:49.657Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:49 [2023-03-05T21:44:49.657Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-at-interceptors/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:49 [2023-03-05T21:44:49.657Z] [javac] Compiling 1 source file 16:44:49 [2023-03-05T21:44:49.657Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-at-interceptors/client/test/client/WebTest.java uses or overrides a deprecated API. 16:44:49 [2023-03-05T21:44:49.657Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] deploy: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] deploy-war-common: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] setOSConditions: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] setToolWin: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] setToolUnix: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] setToolProperty: 16:44:49 [2023-03-05T21:44:49.657Z] 16:44:49 [2023-03-05T21:44:49.657Z] setS1ASclassPath: 16:44:49 [2023-03-05T21:44:49.658Z] 16:44:49 [2023-03-05T21:44:49.658Z] init-common: 16:44:49 [2023-03-05T21:44:49.658Z] 16:44:49 [2023-03-05T21:44:49.658Z] deploy-war-commonpe: 16:44:49 [2023-03-05T21:44:49.920Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-use-of-interceptors-in-ejbs-through-at-interceptors --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-use-of-interceptors-in-ejbs-through-at-interceptors-web.war 16:44:50 [2023-03-05T21:44:50.176Z] [exec] Application deployed with name cdi-use-of-interceptors-in-ejbs-through-at-interceptors-web. 16:44:50 [2023-03-05T21:44:50.176Z] 16:44:50 [2023-03-05T21:44:50.176Z] deploy-war-commonee: 16:44:50 [2023-03-05T21:44:50.176Z] 16:44:50 [2023-03-05T21:44:50.176Z] run: 16:44:50 [2023-03-05T21:44:50.432Z] [java] opening connection to http://localhost:8080/cdi-use-of-interceptors-in-ejbs-through-at-interceptors/myurl 16:44:50 [2023-03-05T21:44:50.432Z] [java] line = Hello from Servlet 3.0. 16:44:50 [2023-03-05T21:44:50.432Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:50 [2023-03-05T21:44:50.432Z] [java] 16:44:50 [2023-03-05T21:44:50.432Z] [java] 16:44:50 [2023-03-05T21:44:50.432Z] [java] ----------------------------------------- 16:44:50 [2023-03-05T21:44:50.432Z] [java] - interceptors-use-of-interceptors-in-ejbs-through-at-interceptors: PASS - 16:44:50 [2023-03-05T21:44:50.432Z] [java] ----------------------------------------- 16:44:50 [2023-03-05T21:44:50.432Z] [java] - Total PASS : 1 - 16:44:50 [2023-03-05T21:44:50.432Z] [java] - Total FAIL : 0 - 16:44:50 [2023-03-05T21:44:50.432Z] [java] - Total DID NOT RUN : 0 - 16:44:50 [2023-03-05T21:44:50.432Z] [java] ----------------------------------------- 16:44:50 [2023-03-05T21:44:50.432Z] 16:44:50 [2023-03-05T21:44:50.432Z] undeploy: 16:44:50 [2023-03-05T21:44:50.432Z] 16:44:50 [2023-03-05T21:44:50.432Z] setOSConditions: 16:44:50 [2023-03-05T21:44:50.432Z] 16:44:50 [2023-03-05T21:44:50.432Z] setToolWin: 16:44:50 [2023-03-05T21:44:50.432Z] 16:44:50 [2023-03-05T21:44:50.432Z] setToolUnix: 16:44:50 [2023-03-05T21:44:50.432Z] 16:44:50 [2023-03-05T21:44:50.432Z] setToolProperty: 16:44:50 [2023-03-05T21:44:50.432Z] 16:44:50 [2023-03-05T21:44:50.432Z] setS1ASclassPath: 16:44:50 [2023-03-05T21:44:50.432Z] 16:44:50 [2023-03-05T21:44:50.432Z] init-common: 16:44:50 [2023-03-05T21:44:50.432Z] 16:44:50 [2023-03-05T21:44:50.432Z] undeploy-war-common: 16:44:51 [2023-03-05T21:44:51.017Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-use-of-interceptors-in-ejbs-through-at-interceptors-web 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] all: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setOSConditions: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setToolWin: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setToolUnix: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setToolProperty: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setS1ASclassPath: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] init-common: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] clean: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setOSConditions: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setToolWin: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setToolUnix: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setToolProperty: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setS1ASclassPath: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] init-common: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] clean-common: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setOSConditions: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setToolWin: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setToolUnix: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setToolProperty: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setS1ASclassPath: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] init-common: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] clean-classes-common: 16:44:51 [2023-03-05T21:44:51.017Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setOSConditions: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setToolWin: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setToolUnix: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setToolProperty: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setS1ASclassPath: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] init-common: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] clean-jars-common: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] compile: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setOSConditions: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setToolWin: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setToolUnix: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setToolProperty: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] setS1ASclassPath: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] init-common: 16:44:51 [2023-03-05T21:44:51.017Z] 16:44:51 [2023-03-05T21:44:51.017Z] compile-common: 16:44:51 [2023-03-05T21:44:51.017Z] [echo] Current time (ISO): 2023-03-05T21:44:50.768+0000 16:44:51 [2023-03-05T21:44:51.017Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:51 [2023-03-05T21:44:51.017Z] [javac] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:52 [2023-03-05T21:44:52.384Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:52 [2023-03-05T21:44:52.384Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-interceptor-bindings/servlet/org/glassfish/cditest/user/impl/UserServiceImpl.java:65: warning: [removal] Long(long) in Long has been deprecated and marked for removal 16:44:52 [2023-03-05T21:44:52.384Z] [javac] return new Long(123); 16:44:52 [2023-03-05T21:44:52.384Z] [javac] ^ 16:44:52 [2023-03-05T21:44:52.384Z] [javac] 2 warnings 16:44:52 [2023-03-05T21:44:52.384Z] [javac] Creating empty /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/org/glassfish/cditest/user/api/model/package-info.class 16:44:52 [2023-03-05T21:44:52.384Z] [javac] Creating empty /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/org/glassfish/cditest/user/api/package-info.class 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] build: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] setOSConditions: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] setToolWin: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] setToolUnix: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] setToolProperty: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] setS1ASclassPath: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] init-common: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] webclient-war-common: 16:44:52 [2023-03-05T21:44:52.384Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] clear: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] test-tlds-exist: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] copy-tlds: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] test-tagfiles-exist: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] copy-tagfiles: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] package-war-common: 16:44:52 [2023-03-05T21:44:52.384Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:52 [2023-03-05T21:44:52.384Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:52 [2023-03-05T21:44:52.384Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:52 [2023-03-05T21:44:52.384Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:52 [2023-03-05T21:44:52.384Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-interceptor-bindings/lib 16:44:52 [2023-03-05T21:44:52.384Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:52 [2023-03-05T21:44:52.384Z] [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:52 [2023-03-05T21:44:52.384Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-interceptor-bindings/docroot 16:44:52 [2023-03-05T21:44:52.384Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-use-of-interceptors-in-ejbs-through-interceptor-bindings-web.war 16:44:52 [2023-03-05T21:44:52.384Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:52 [2023-03-05T21:44:52.384Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-interceptor-bindings/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:52 [2023-03-05T21:44:52.384Z] [javac] Compiling 1 source file 16:44:52 [2023-03-05T21:44:52.384Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-interceptor-bindings/client/test/client/WebTest.java uses or overrides a deprecated API. 16:44:52 [2023-03-05T21:44:52.384Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] deploy: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] deploy-war-common: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] setOSConditions: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] setToolWin: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] setToolUnix: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] setToolProperty: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] setS1ASclassPath: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] init-common: 16:44:52 [2023-03-05T21:44:52.384Z] 16:44:52 [2023-03-05T21:44:52.384Z] deploy-war-commonpe: 16:44:52 [2023-03-05T21:44:52.642Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-use-of-interceptors-in-ejbs-through-interceptor-bindings --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-use-of-interceptors-in-ejbs-through-interceptor-bindings-web.war 16:44:52 [2023-03-05T21:44:52.919Z] [exec] Application deployed with name cdi-use-of-interceptors-in-ejbs-through-interceptor-bindings-web. 16:44:52 [2023-03-05T21:44:52.919Z] 16:44:52 [2023-03-05T21:44:52.919Z] deploy-war-commonee: 16:44:52 [2023-03-05T21:44:52.919Z] 16:44:52 [2023-03-05T21:44:52.919Z] run: 16:44:52 [2023-03-05T21:44:52.919Z] [java] opening connection to http://localhost:8080/cdi-use-of-interceptors-in-ejbs-through-interceptor-bindings/myurl 16:44:52 [2023-03-05T21:44:52.919Z] [java] line = Hello from Servlet 3.0. 16:44:52 [2023-03-05T21:44:52.919Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:52 [2023-03-05T21:44:52.919Z] [java] 16:44:52 [2023-03-05T21:44:52.919Z] [java] 16:44:52 [2023-03-05T21:44:52.919Z] [java] ----------------------------------------- 16:44:52 [2023-03-05T21:44:52.919Z] [java] - interceptors-use-of-interceptors-in-ejbs-through-interceptor-bindings: PASS - 16:44:52 [2023-03-05T21:44:52.919Z] [java] ----------------------------------------- 16:44:52 [2023-03-05T21:44:52.919Z] [java] - Total PASS : 1 - 16:44:52 [2023-03-05T21:44:52.919Z] [java] - Total FAIL : 0 - 16:44:52 [2023-03-05T21:44:52.919Z] [java] - Total DID NOT RUN : 0 - 16:44:52 [2023-03-05T21:44:52.919Z] [java] ----------------------------------------- 16:44:52 [2023-03-05T21:44:52.919Z] 16:44:52 [2023-03-05T21:44:52.919Z] undeploy: 16:44:52 [2023-03-05T21:44:52.919Z] 16:44:52 [2023-03-05T21:44:52.919Z] setOSConditions: 16:44:52 [2023-03-05T21:44:52.919Z] 16:44:52 [2023-03-05T21:44:52.919Z] setToolWin: 16:44:52 [2023-03-05T21:44:52.919Z] 16:44:52 [2023-03-05T21:44:52.919Z] setToolUnix: 16:44:52 [2023-03-05T21:44:52.919Z] 16:44:52 [2023-03-05T21:44:52.919Z] setToolProperty: 16:44:52 [2023-03-05T21:44:52.919Z] 16:44:52 [2023-03-05T21:44:52.919Z] setS1ASclassPath: 16:44:52 [2023-03-05T21:44:52.919Z] 16:44:52 [2023-03-05T21:44:52.919Z] init-common: 16:44:52 [2023-03-05T21:44:52.919Z] 16:44:52 [2023-03-05T21:44:52.919Z] undeploy-war-common: 16:44:53 [2023-03-05T21:44:53.519Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-use-of-interceptors-in-ejbs-through-interceptor-bindings-web 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] all: 16:44:53 [2023-03-05T21:44:53.519Z] [echo] 16:44:53 [2023-03-05T21:44:53.519Z] [echo] ************************* 16:44:53 [2023-03-05T21:44:53.519Z] [echo] * Running javaee-component-resources 16:44:53 [2023-03-05T21:44:53.519Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources 16:44:53 [2023-03-05T21:44:53.519Z] [echo] ************************* 16:44:53 [2023-03-05T21:44:53.519Z] [echo] 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] all: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] javaee-comp: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setOSConditions: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setToolWin: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setToolUnix: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setToolProperty: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setS1ASclassPath: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] init-common: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] clean: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setOSConditions: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setToolWin: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setToolUnix: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setToolProperty: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setS1ASclassPath: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] init-common: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] clean-common: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setOSConditions: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setToolWin: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setToolUnix: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setToolProperty: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setS1ASclassPath: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] init-common: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] clean-classes-common: 16:44:53 [2023-03-05T21:44:53.519Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setOSConditions: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setToolWin: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setToolUnix: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setToolProperty: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setS1ASclassPath: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] init-common: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] clean-jars-common: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] compile: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.519Z] setOSConditions: 16:44:53 [2023-03-05T21:44:53.519Z] 16:44:53 [2023-03-05T21:44:53.520Z] setToolWin: 16:44:53 [2023-03-05T21:44:53.520Z] 16:44:53 [2023-03-05T21:44:53.520Z] setToolUnix: 16:44:53 [2023-03-05T21:44:53.520Z] 16:44:53 [2023-03-05T21:44:53.520Z] setToolProperty: 16:44:53 [2023-03-05T21:44:53.520Z] 16:44:53 [2023-03-05T21:44:53.520Z] setS1ASclassPath: 16:44:53 [2023-03-05T21:44:53.520Z] 16:44:53 [2023-03-05T21:44:53.520Z] init-common: 16:44:53 [2023-03-05T21:44:53.520Z] 16:44:53 [2023-03-05T21:44:53.520Z] compile-common: 16:44:53 [2023-03-05T21:44:53.520Z] [echo] Current time (ISO): 2023-03-05T21:44:53.232+0000 16:44:53 [2023-03-05T21:44:53.520Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:53 [2023-03-05T21:44:53.520Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:54 [2023-03-05T21:44:54.919Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:44:54 [2023-03-05T21:44:54.919Z] [javac] 1 warning 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] build: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] setOSConditions: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] setToolWin: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] setToolUnix: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] setToolProperty: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] setS1ASclassPath: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] init-common: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] webclient-war-common: 16:44:54 [2023-03-05T21:44:54.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] clear: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] test-tlds-exist: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] copy-tlds: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] test-tagfiles-exist: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] copy-tagfiles: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] package-war-common: 16:44:54 [2023-03-05T21:44:54.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:44:54 [2023-03-05T21:44:54.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:54 [2023-03-05T21:44:54.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:54 [2023-03-05T21:44:54.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:44:54 [2023-03-05T21:44:54.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/javaee-component-resource-typesafe-injection/lib 16:44:54 [2023-03-05T21:44:54.919Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:54 [2023-03-05T21:44:54.919Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:44:54 [2023-03-05T21:44:54.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/javaee-component-resource-typesafe-injection/docroot 16:44:54 [2023-03-05T21:44:54.919Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-typesafe-javaee-resource-injection-web.war 16:44:54 [2023-03-05T21:44:54.919Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:44:54 [2023-03-05T21:44:54.919Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/javaee-component-resource-typesafe-injection/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:44:54 [2023-03-05T21:44:54.919Z] [javac] Compiling 1 source file 16:44:54 [2023-03-05T21:44:54.919Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/javaee-component-resource-typesafe-injection/client/test/client/WebTest.java uses or overrides a deprecated API. 16:44:54 [2023-03-05T21:44:54.919Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] create-resources: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] setOSConditions: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] setToolWin: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] setToolUnix: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] setToolProperty: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] setS1ASclassPath: 16:44:54 [2023-03-05T21:44:54.919Z] 16:44:54 [2023-03-05T21:44:54.919Z] init-common: 16:44:54 [2023-03-05T21:44:54.920Z] 16:44:54 [2023-03-05T21:44:54.920Z] create-jdbc-connpool-common: 16:44:55 [2023-03-05T21:44:55.176Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:44:55 [2023-03-05T21:44:55.176Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:44:55 [2023-03-05T21:44:55.176Z] 16:44:55 [2023-03-05T21:44:55.176Z] set-derby-connpool-props: 16:44:55 [2023-03-05T21:44:55.438Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:44:55 [2023-03-05T21:44:55.718Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:44:55 [2023-03-05T21:44:55.975Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:44:55 [2023-03-05T21:44:55.975Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:44:56 [2023-03-05T21:44:56.231Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:44:56 [2023-03-05T21:44:56.231Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:44:56 [2023-03-05T21:44:56.487Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:44:56 [2023-03-05T21:44:56.487Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:44:56 [2023-03-05T21:44:56.743Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:44:56 [2023-03-05T21:44:56.743Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:44:57 [2023-03-05T21:44:57.322Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:44:57 [2023-03-05T21:44:57.322Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:44:57 [2023-03-05T21:44:57.322Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:44:57 [2023-03-05T21:44:57.578Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:44:57 [2023-03-05T21:44:57.835Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:44:57 [2023-03-05T21:44:57.835Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:44:57 [2023-03-05T21:44:57.835Z] 16:44:57 [2023-03-05T21:44:57.835Z] setOSConditions: 16:44:57 [2023-03-05T21:44:57.835Z] 16:44:57 [2023-03-05T21:44:57.835Z] setToolWin: 16:44:57 [2023-03-05T21:44:57.835Z] 16:44:57 [2023-03-05T21:44:57.835Z] setToolUnix: 16:44:57 [2023-03-05T21:44:57.835Z] 16:44:57 [2023-03-05T21:44:57.835Z] setToolProperty: 16:44:57 [2023-03-05T21:44:57.835Z] 16:44:57 [2023-03-05T21:44:57.835Z] setS1ASclassPath: 16:44:57 [2023-03-05T21:44:57.835Z] 16:44:57 [2023-03-05T21:44:57.835Z] init-common: 16:44:57 [2023-03-05T21:44:57.835Z] 16:44:57 [2023-03-05T21:44:57.835Z] create-jdbc-resource-common: 16:44:57 [2023-03-05T21:44:57.835Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/jdbc-dev-test-resource 16:44:58 [2023-03-05T21:44:58.092Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/jdbc-dev-test-resource 16:44:58 [2023-03-05T21:44:58.092Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. 16:44:58 [2023-03-05T21:44:58.092Z] [echo] cmd executed for server 16:44:58 [2023-03-05T21:44:58.092Z] 16:44:58 [2023-03-05T21:44:58.092Z] deploy: 16:44:58 [2023-03-05T21:44:58.092Z] 16:44:58 [2023-03-05T21:44:58.092Z] deploy-war-common: 16:44:58 [2023-03-05T21:44:58.092Z] 16:44:58 [2023-03-05T21:44:58.092Z] setOSConditions: 16:44:58 [2023-03-05T21:44:58.092Z] 16:44:58 [2023-03-05T21:44:58.092Z] setToolWin: 16:44:58 [2023-03-05T21:44:58.092Z] 16:44:58 [2023-03-05T21:44:58.092Z] setToolUnix: 16:44:58 [2023-03-05T21:44:58.092Z] 16:44:58 [2023-03-05T21:44:58.092Z] setToolProperty: 16:44:58 [2023-03-05T21:44:58.092Z] 16:44:58 [2023-03-05T21:44:58.092Z] setS1ASclassPath: 16:44:58 [2023-03-05T21:44:58.092Z] 16:44:58 [2023-03-05T21:44:58.092Z] init-common: 16:44:58 [2023-03-05T21:44:58.092Z] 16:44:58 [2023-03-05T21:44:58.092Z] deploy-war-commonpe: 16:44:58 [2023-03-05T21:44:58.348Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-typesafe-javaee-resource-injection --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-typesafe-javaee-resource-injection-web.war 16:44:58 [2023-03-05T21:44:58.605Z] [exec] Application deployed with name cdi-typesafe-javaee-resource-injection-web. 16:44:58 [2023-03-05T21:44:58.605Z] 16:44:58 [2023-03-05T21:44:58.605Z] deploy-war-commonee: 16:44:58 [2023-03-05T21:44:58.605Z] 16:44:58 [2023-03-05T21:44:58.605Z] run: 16:44:58 [2023-03-05T21:44:58.862Z] [java] opening connection to http://localhost:8080/cdi-typesafe-javaee-resource-injection/myurl 16:44:58 [2023-03-05T21:44:58.862Z] [java] line = Hello from Servlet 3.0. 16:44:58 [2023-03-05T21:44:58.862Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:44:58 [2023-03-05T21:44:58.862Z] [java] 16:44:58 [2023-03-05T21:44:58.862Z] [java] 16:44:58 [2023-03-05T21:44:58.862Z] [java] ----------------------------------------- 16:44:58 [2023-03-05T21:44:58.862Z] [java] - typesafe-javaee-resource-injection: PASS - 16:44:58 [2023-03-05T21:44:58.862Z] [java] ----------------------------------------- 16:44:58 [2023-03-05T21:44:58.862Z] [java] - Total PASS : 1 - 16:44:58 [2023-03-05T21:44:58.862Z] [java] - Total FAIL : 0 - 16:44:58 [2023-03-05T21:44:58.862Z] [java] - Total DID NOT RUN : 0 - 16:44:58 [2023-03-05T21:44:58.862Z] [java] ----------------------------------------- 16:44:58 [2023-03-05T21:44:58.862Z] 16:44:58 [2023-03-05T21:44:58.862Z] undeploy: 16:44:58 [2023-03-05T21:44:58.862Z] 16:44:58 [2023-03-05T21:44:58.862Z] setOSConditions: 16:44:58 [2023-03-05T21:44:58.862Z] 16:44:58 [2023-03-05T21:44:58.862Z] setToolWin: 16:44:58 [2023-03-05T21:44:58.862Z] 16:44:58 [2023-03-05T21:44:58.862Z] setToolUnix: 16:44:58 [2023-03-05T21:44:58.862Z] 16:44:58 [2023-03-05T21:44:58.862Z] setToolProperty: 16:44:58 [2023-03-05T21:44:58.862Z] 16:44:58 [2023-03-05T21:44:58.862Z] setS1ASclassPath: 16:44:58 [2023-03-05T21:44:58.862Z] 16:44:58 [2023-03-05T21:44:58.862Z] init-common: 16:44:58 [2023-03-05T21:44:58.862Z] 16:44:58 [2023-03-05T21:44:58.862Z] undeploy-war-common: 16:44:59 [2023-03-05T21:44:59.119Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-typesafe-javaee-resource-injection-web 16:44:59 [2023-03-05T21:44:59.119Z] 16:44:59 [2023-03-05T21:44:59.119Z] delete-resources: 16:44:59 [2023-03-05T21:44:59.119Z] 16:44:59 [2023-03-05T21:44:59.119Z] setOSConditions: 16:44:59 [2023-03-05T21:44:59.119Z] 16:44:59 [2023-03-05T21:44:59.119Z] setToolWin: 16:44:59 [2023-03-05T21:44:59.119Z] 16:44:59 [2023-03-05T21:44:59.119Z] setToolUnix: 16:44:59 [2023-03-05T21:44:59.119Z] 16:44:59 [2023-03-05T21:44:59.119Z] setToolProperty: 16:44:59 [2023-03-05T21:44:59.119Z] 16:44:59 [2023-03-05T21:44:59.119Z] setS1ASclassPath: 16:44:59 [2023-03-05T21:44:59.119Z] 16:44:59 [2023-03-05T21:44:59.119Z] init-common: 16:44:59 [2023-03-05T21:44:59.119Z] 16:44:59 [2023-03-05T21:44:59.119Z] delete-jdbc-resource-common: 16:44:59 [2023-03-05T21:44:59.119Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/jdbc-dev-test-resource 16:44:59 [2023-03-05T21:44:59.375Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/jdbc-dev-test-resource 16:44:59 [2023-03-05T21:44:59.375Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully 16:44:59 [2023-03-05T21:44:59.375Z] [echo] cmd executed for server 16:44:59 [2023-03-05T21:44:59.375Z] 16:44:59 [2023-03-05T21:44:59.375Z] setOSConditions: 16:44:59 [2023-03-05T21:44:59.375Z] 16:44:59 [2023-03-05T21:44:59.375Z] setToolWin: 16:44:59 [2023-03-05T21:44:59.375Z] 16:44:59 [2023-03-05T21:44:59.375Z] setToolUnix: 16:44:59 [2023-03-05T21:44:59.375Z] 16:44:59 [2023-03-05T21:44:59.375Z] setToolProperty: 16:44:59 [2023-03-05T21:44:59.375Z] 16:44:59 [2023-03-05T21:44:59.375Z] setS1ASclassPath: 16:44:59 [2023-03-05T21:44:59.375Z] 16:44:59 [2023-03-05T21:44:59.375Z] init-common: 16:44:59 [2023-03-05T21:44:59.375Z] 16:44:59 [2023-03-05T21:44:59.375Z] delete-jdbc-connpool-common: 16:44:59 [2023-03-05T21:44:59.375Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:44:59 [2023-03-05T21:44:59.631Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:44:59 [2023-03-05T21:44:59.888Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:44:59 [2023-03-05T21:44:59.888Z] [echo] cmd executed for server 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] all: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setOSConditions: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setToolWin: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setToolUnix: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setToolProperty: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setS1ASclassPath: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] init-common: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] clean: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setOSConditions: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setToolWin: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setToolUnix: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setToolProperty: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setS1ASclassPath: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] init-common: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] clean-common: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setOSConditions: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setToolWin: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setToolUnix: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setToolProperty: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setS1ASclassPath: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] init-common: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] clean-classes-common: 16:44:59 [2023-03-05T21:44:59.888Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setOSConditions: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setToolWin: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setToolUnix: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setToolProperty: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setS1ASclassPath: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] init-common: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] clean-jars-common: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] compile: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setOSConditions: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setToolWin: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setToolUnix: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setToolProperty: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] setS1ASclassPath: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] init-common: 16:44:59 [2023-03-05T21:44:59.888Z] 16:44:59 [2023-03-05T21:44:59.888Z] compile-common: 16:44:59 [2023-03-05T21:44:59.888Z] [echo] Current time (ISO): 2023-03-05T21:44:59.662+0000 16:44:59 [2023-03-05T21:44:59.888Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:44:59 [2023-03-05T21:44:59.888Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:01 [2023-03-05T21:45:01.257Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:45:01 [2023-03-05T21:45:01.257Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:45:01 [2023-03-05T21:45:01.257Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:45:01 [2023-03-05T21:45:01.257Z] [javac] 2 warnings 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] build: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] setOSConditions: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] setToolWin: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] setToolUnix: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] setToolProperty: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] setS1ASclassPath: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] init-common: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] webclient-war-common: 16:45:01 [2023-03-05T21:45:01.257Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] clear: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] test-tlds-exist: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] copy-tlds: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] test-tagfiles-exist: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] copy-tagfiles: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] package-war-common: 16:45:01 [2023-03-05T21:45:01.257Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:45:01 [2023-03-05T21:45:01.257Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:01 [2023-03-05T21:45:01.257Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:01 [2023-03-05T21:45:01.257Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:45:01 [2023-03-05T21:45:01.257Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection/lib 16:45:01 [2023-03-05T21:45:01.257Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF 16:45:01 [2023-03-05T21:45:01.257Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:01 [2023-03-05T21:45:01.257Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:01 [2023-03-05T21:45:01.257Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection/docroot 16:45:01 [2023-03-05T21:45:01.257Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jpa-resource-injection-web.war 16:45:01 [2023-03-05T21:45:01.257Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:01 [2023-03-05T21:45:01.257Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:45:01 [2023-03-05T21:45:01.257Z] [javac] Compiling 1 source file 16:45:01 [2023-03-05T21:45:01.257Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection/client/test/client/WebTest.java uses or overrides a deprecated API. 16:45:01 [2023-03-05T21:45:01.257Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] create-resources: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] setOSConditions: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] setToolWin: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] setToolUnix: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] setToolProperty: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] setS1ASclassPath: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] init-common: 16:45:01 [2023-03-05T21:45:01.257Z] 16:45:01 [2023-03-05T21:45:01.257Z] create-jdbc-connpool-common: 16:45:01 [2023-03-05T21:45:01.522Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:45:01 [2023-03-05T21:45:01.778Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:45:01 [2023-03-05T21:45:01.778Z] 16:45:01 [2023-03-05T21:45:01.778Z] set-derby-connpool-props: 16:45:02 [2023-03-05T21:45:02.034Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:45:02 [2023-03-05T21:45:02.034Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:45:02 [2023-03-05T21:45:02.290Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:45:02 [2023-03-05T21:45:02.290Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:45:02 [2023-03-05T21:45:02.546Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:45:02 [2023-03-05T21:45:02.546Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:45:03 [2023-03-05T21:45:03.126Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:45:03 [2023-03-05T21:45:03.126Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:45:03 [2023-03-05T21:45:03.382Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:45:03 [2023-03-05T21:45:03.382Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:45:03 [2023-03-05T21:45:03.672Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:45:03 [2023-03-05T21:45:03.672Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:45:03 [2023-03-05T21:45:03.928Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:45:03 [2023-03-05T21:45:03.928Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:45:04 [2023-03-05T21:45:04.184Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:45:04 [2023-03-05T21:45:04.184Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:45:04 [2023-03-05T21:45:04.184Z] 16:45:04 [2023-03-05T21:45:04.184Z] setOSConditions: 16:45:04 [2023-03-05T21:45:04.184Z] 16:45:04 [2023-03-05T21:45:04.184Z] setToolWin: 16:45:04 [2023-03-05T21:45:04.184Z] 16:45:04 [2023-03-05T21:45:04.184Z] setToolUnix: 16:45:04 [2023-03-05T21:45:04.184Z] 16:45:04 [2023-03-05T21:45:04.184Z] setToolProperty: 16:45:04 [2023-03-05T21:45:04.184Z] 16:45:04 [2023-03-05T21:45:04.184Z] setS1ASclassPath: 16:45:04 [2023-03-05T21:45:04.184Z] 16:45:04 [2023-03-05T21:45:04.184Z] init-common: 16:45:04 [2023-03-05T21:45:04.184Z] 16:45:04 [2023-03-05T21:45:04.184Z] create-jdbc-resource-common: 16:45:04 [2023-03-05T21:45:04.184Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/jdbc-dev-test-resource 16:45:04 [2023-03-05T21:45:04.745Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/jdbc-dev-test-resource 16:45:04 [2023-03-05T21:45:04.746Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. 16:45:04 [2023-03-05T21:45:04.746Z] [echo] cmd executed for server 16:45:04 [2023-03-05T21:45:04.746Z] 16:45:04 [2023-03-05T21:45:04.746Z] deploy: 16:45:04 [2023-03-05T21:45:04.746Z] 16:45:04 [2023-03-05T21:45:04.746Z] deploy-war-common: 16:45:04 [2023-03-05T21:45:04.746Z] 16:45:04 [2023-03-05T21:45:04.746Z] setOSConditions: 16:45:04 [2023-03-05T21:45:04.746Z] 16:45:04 [2023-03-05T21:45:04.746Z] setToolWin: 16:45:04 [2023-03-05T21:45:04.746Z] 16:45:04 [2023-03-05T21:45:04.746Z] setToolUnix: 16:45:04 [2023-03-05T21:45:04.746Z] 16:45:04 [2023-03-05T21:45:04.746Z] setToolProperty: 16:45:04 [2023-03-05T21:45:04.746Z] 16:45:04 [2023-03-05T21:45:04.746Z] setS1ASclassPath: 16:45:04 [2023-03-05T21:45:04.746Z] 16:45:04 [2023-03-05T21:45:04.746Z] init-common: 16:45:04 [2023-03-05T21:45:04.746Z] 16:45:04 [2023-03-05T21:45:04.746Z] deploy-war-commonpe: 16:45:05 [2023-03-05T21:45:05.003Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-jpa-resource-injection --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jpa-resource-injection-web.war 16:45:06 [2023-03-05T21:45:06.369Z] [exec] Application deployed with name cdi-jpa-resource-injection-web. 16:45:06 [2023-03-05T21:45:06.369Z] 16:45:06 [2023-03-05T21:45:06.369Z] deploy-war-commonee: 16:45:06 [2023-03-05T21:45:06.369Z] 16:45:06 [2023-03-05T21:45:06.369Z] run: 16:45:06 [2023-03-05T21:45:06.369Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection/myurl?testcase=llinit 16:45:06 [2023-03-05T21:45:06.625Z] [java] line = Hello from Servlet 3.0. 16:45:06 [2023-03-05T21:45:06.625Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection/myurl?testcase=llquery 16:45:06 [2023-03-05T21:45:06.625Z] [java] line = Hello from Servlet 3.0. 16:45:06 [2023-03-05T21:45:06.625Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection/myurl?testcase=llfind 16:45:06 [2023-03-05T21:45:06.625Z] [java] line = Hello from Servlet 3.0. 16:45:06 [2023-03-05T21:45:06.625Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection/myurl?testcase=llinj 16:45:06 [2023-03-05T21:45:06.625Z] [java] line = Hello from Servlet 3.0. 16:45:06 [2023-03-05T21:45:06.625Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:45:06 [2023-03-05T21:45:06.625Z] [java] 16:45:06 [2023-03-05T21:45:06.625Z] [java] 16:45:06 [2023-03-05T21:45:06.625Z] [java] ----------------------------------------- 16:45:06 [2023-03-05T21:45:06.625Z] [java] - jpa-resource-injectionllinit: PASS - 16:45:06 [2023-03-05T21:45:06.625Z] [java] - jpa-resource-injectionllquery: PASS - 16:45:06 [2023-03-05T21:45:06.625Z] [java] - jpa-resource-injectionllfind: PASS - 16:45:06 [2023-03-05T21:45:06.625Z] [java] - jpa-resource-injectionllinj: PASS - 16:45:06 [2023-03-05T21:45:06.625Z] [java] ----------------------------------------- 16:45:06 [2023-03-05T21:45:06.625Z] [java] - Total PASS : 4 - 16:45:06 [2023-03-05T21:45:06.625Z] [java] - Total FAIL : 0 - 16:45:06 [2023-03-05T21:45:06.625Z] [java] - Total DID NOT RUN : 0 - 16:45:06 [2023-03-05T21:45:06.625Z] [java] ----------------------------------------- 16:45:06 [2023-03-05T21:45:06.625Z] 16:45:06 [2023-03-05T21:45:06.625Z] undeploy: 16:45:06 [2023-03-05T21:45:06.625Z] 16:45:06 [2023-03-05T21:45:06.625Z] setOSConditions: 16:45:06 [2023-03-05T21:45:06.625Z] 16:45:06 [2023-03-05T21:45:06.625Z] setToolWin: 16:45:06 [2023-03-05T21:45:06.625Z] 16:45:06 [2023-03-05T21:45:06.625Z] setToolUnix: 16:45:06 [2023-03-05T21:45:06.625Z] 16:45:06 [2023-03-05T21:45:06.625Z] setToolProperty: 16:45:06 [2023-03-05T21:45:06.625Z] 16:45:06 [2023-03-05T21:45:06.625Z] setS1ASclassPath: 16:45:06 [2023-03-05T21:45:06.625Z] 16:45:06 [2023-03-05T21:45:06.625Z] init-common: 16:45:06 [2023-03-05T21:45:06.625Z] 16:45:06 [2023-03-05T21:45:06.625Z] undeploy-war-common: 16:45:06 [2023-03-05T21:45:06.881Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-jpa-resource-injection-web 16:45:07 [2023-03-05T21:45:07.170Z] 16:45:07 [2023-03-05T21:45:07.171Z] delete-resources: 16:45:07 [2023-03-05T21:45:07.171Z] 16:45:07 [2023-03-05T21:45:07.171Z] setOSConditions: 16:45:07 [2023-03-05T21:45:07.171Z] 16:45:07 [2023-03-05T21:45:07.171Z] setToolWin: 16:45:07 [2023-03-05T21:45:07.171Z] 16:45:07 [2023-03-05T21:45:07.171Z] setToolUnix: 16:45:07 [2023-03-05T21:45:07.171Z] 16:45:07 [2023-03-05T21:45:07.171Z] setToolProperty: 16:45:07 [2023-03-05T21:45:07.171Z] 16:45:07 [2023-03-05T21:45:07.171Z] setS1ASclassPath: 16:45:07 [2023-03-05T21:45:07.171Z] 16:45:07 [2023-03-05T21:45:07.171Z] init-common: 16:45:07 [2023-03-05T21:45:07.171Z] 16:45:07 [2023-03-05T21:45:07.171Z] delete-jdbc-resource-common: 16:45:07 [2023-03-05T21:45:07.171Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/jdbc-dev-test-resource 16:45:07 [2023-03-05T21:45:07.426Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/jdbc-dev-test-resource 16:45:07 [2023-03-05T21:45:07.426Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully 16:45:07 [2023-03-05T21:45:07.426Z] [echo] cmd executed for server 16:45:07 [2023-03-05T21:45:07.426Z] 16:45:07 [2023-03-05T21:45:07.426Z] setOSConditions: 16:45:07 [2023-03-05T21:45:07.426Z] 16:45:07 [2023-03-05T21:45:07.426Z] setToolWin: 16:45:07 [2023-03-05T21:45:07.426Z] 16:45:07 [2023-03-05T21:45:07.426Z] setToolUnix: 16:45:07 [2023-03-05T21:45:07.426Z] 16:45:07 [2023-03-05T21:45:07.426Z] setToolProperty: 16:45:07 [2023-03-05T21:45:07.426Z] 16:45:07 [2023-03-05T21:45:07.426Z] setS1ASclassPath: 16:45:07 [2023-03-05T21:45:07.426Z] 16:45:07 [2023-03-05T21:45:07.426Z] init-common: 16:45:07 [2023-03-05T21:45:07.426Z] 16:45:07 [2023-03-05T21:45:07.426Z] delete-jdbc-connpool-common: 16:45:07 [2023-03-05T21:45:07.427Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:45:07 [2023-03-05T21:45:07.686Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:45:07 [2023-03-05T21:45:07.686Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:45:07 [2023-03-05T21:45:07.686Z] [echo] cmd executed for server 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] all: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setOSConditions: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setToolWin: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setToolUnix: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setToolProperty: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setS1ASclassPath: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] init-common: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] clean: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setOSConditions: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setToolWin: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setToolUnix: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setToolProperty: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setS1ASclassPath: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] init-common: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] clean-common: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setOSConditions: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setToolWin: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setToolUnix: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setToolProperty: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setS1ASclassPath: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] init-common: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] clean-classes-common: 16:45:07 [2023-03-05T21:45:07.686Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setOSConditions: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setToolWin: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setToolUnix: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setToolProperty: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setS1ASclassPath: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] init-common: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] clean-jars-common: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] compile: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setOSConditions: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setToolWin: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setToolUnix: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setToolProperty: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] setS1ASclassPath: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] init-common: 16:45:07 [2023-03-05T21:45:07.686Z] 16:45:07 [2023-03-05T21:45:07.686Z] compile-common: 16:45:07 [2023-03-05T21:45:07.686Z] [echo] Current time (ISO): 2023-03-05T21:45:07.586+0000 16:45:07 [2023-03-05T21:45:07.686Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:07 [2023-03-05T21:45:07.686Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:09 [2023-03-05T21:45:09.057Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:45:09 [2023-03-05T21:45:09.057Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:45:09 [2023-03-05T21:45:09.057Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:45:09 [2023-03-05T21:45:09.319Z] [javac] 2 warnings 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] build: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] setOSConditions: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] setToolWin: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] setToolUnix: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] setToolProperty: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] setS1ASclassPath: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] init-common: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] webclient-war-common: 16:45:09 [2023-03-05T21:45:09.319Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] clear: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] test-tlds-exist: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] copy-tlds: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] test-tagfiles-exist: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] copy-tagfiles: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] package-war-common: 16:45:09 [2023-03-05T21:45:09.319Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:45:09 [2023-03-05T21:45:09.319Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:09 [2023-03-05T21:45:09.319Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:09 [2023-03-05T21:45:09.319Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:45:09 [2023-03-05T21:45:09.319Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-non-serializable/lib 16:45:09 [2023-03-05T21:45:09.319Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF 16:45:09 [2023-03-05T21:45:09.319Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:09 [2023-03-05T21:45:09.319Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:09 [2023-03-05T21:45:09.319Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-non-serializable/docroot 16:45:09 [2023-03-05T21:45:09.319Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jpa-resource-injection-non-serializable-web.war 16:45:09 [2023-03-05T21:45:09.319Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:09 [2023-03-05T21:45:09.319Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-non-serializable/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:45:09 [2023-03-05T21:45:09.319Z] [javac] Compiling 1 source file 16:45:09 [2023-03-05T21:45:09.319Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-non-serializable/client/test/client/WebTest.java uses or overrides a deprecated API. 16:45:09 [2023-03-05T21:45:09.319Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] create-resources: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] setOSConditions: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] setToolWin: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] setToolUnix: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] setToolProperty: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] setS1ASclassPath: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] init-common: 16:45:09 [2023-03-05T21:45:09.319Z] 16:45:09 [2023-03-05T21:45:09.319Z] create-jdbc-connpool-common: 16:45:09 [2023-03-05T21:45:09.593Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:45:09 [2023-03-05T21:45:09.593Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:45:09 [2023-03-05T21:45:09.593Z] 16:45:09 [2023-03-05T21:45:09.593Z] set-derby-connpool-props: 16:45:09 [2023-03-05T21:45:09.854Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:45:09 [2023-03-05T21:45:09.854Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:45:10 [2023-03-05T21:45:10.120Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:45:10 [2023-03-05T21:45:10.120Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:45:10 [2023-03-05T21:45:10.682Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:45:10 [2023-03-05T21:45:10.682Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:45:10 [2023-03-05T21:45:10.939Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:45:10 [2023-03-05T21:45:10.939Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:45:11 [2023-03-05T21:45:11.220Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:45:11 [2023-03-05T21:45:11.220Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:45:11 [2023-03-05T21:45:11.476Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:45:11 [2023-03-05T21:45:11.476Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:45:11 [2023-03-05T21:45:11.733Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:45:11 [2023-03-05T21:45:11.733Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:45:11 [2023-03-05T21:45:11.989Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:45:11 [2023-03-05T21:45:11.989Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:45:11 [2023-03-05T21:45:11.989Z] 16:45:11 [2023-03-05T21:45:11.989Z] setOSConditions: 16:45:11 [2023-03-05T21:45:11.989Z] 16:45:11 [2023-03-05T21:45:11.989Z] setToolWin: 16:45:11 [2023-03-05T21:45:11.989Z] 16:45:11 [2023-03-05T21:45:11.989Z] setToolUnix: 16:45:11 [2023-03-05T21:45:11.989Z] 16:45:11 [2023-03-05T21:45:11.989Z] setToolProperty: 16:45:11 [2023-03-05T21:45:11.989Z] 16:45:11 [2023-03-05T21:45:11.989Z] setS1ASclassPath: 16:45:11 [2023-03-05T21:45:11.989Z] 16:45:11 [2023-03-05T21:45:11.989Z] init-common: 16:45:11 [2023-03-05T21:45:11.989Z] 16:45:11 [2023-03-05T21:45:11.989Z] create-jdbc-resource-common: 16:45:11 [2023-03-05T21:45:11.989Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/jdbc-dev-test-resource 16:45:12 [2023-03-05T21:45:12.552Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/jdbc-dev-test-resource 16:45:12 [2023-03-05T21:45:12.552Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. 16:45:12 [2023-03-05T21:45:12.552Z] [echo] cmd executed for server 16:45:12 [2023-03-05T21:45:12.552Z] 16:45:12 [2023-03-05T21:45:12.552Z] deploy: 16:45:12 [2023-03-05T21:45:12.552Z] 16:45:12 [2023-03-05T21:45:12.552Z] deploy-war-common: 16:45:12 [2023-03-05T21:45:12.552Z] 16:45:12 [2023-03-05T21:45:12.552Z] setOSConditions: 16:45:12 [2023-03-05T21:45:12.552Z] 16:45:12 [2023-03-05T21:45:12.552Z] setToolWin: 16:45:12 [2023-03-05T21:45:12.552Z] 16:45:12 [2023-03-05T21:45:12.552Z] setToolUnix: 16:45:12 [2023-03-05T21:45:12.552Z] 16:45:12 [2023-03-05T21:45:12.552Z] setToolProperty: 16:45:12 [2023-03-05T21:45:12.552Z] 16:45:12 [2023-03-05T21:45:12.552Z] setS1ASclassPath: 16:45:12 [2023-03-05T21:45:12.552Z] 16:45:12 [2023-03-05T21:45:12.552Z] init-common: 16:45:12 [2023-03-05T21:45:12.552Z] 16:45:12 [2023-03-05T21:45:12.552Z] deploy-war-commonpe: 16:45:12 [2023-03-05T21:45:12.819Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-jpa-resource-injection-non-serializable --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jpa-resource-injection-non-serializable-web.war 16:45:13 [2023-03-05T21:45:13.075Z] [exec] Application deployed with name cdi-jpa-resource-injection-non-serializable-web. 16:45:13 [2023-03-05T21:45:13.075Z] 16:45:13 [2023-03-05T21:45:13.075Z] deploy-war-commonee: 16:45:13 [2023-03-05T21:45:13.075Z] 16:45:13 [2023-03-05T21:45:13.075Z] run: 16:45:13 [2023-03-05T21:45:13.075Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-non-serializable/myurl?testcase=llinit 16:45:13 [2023-03-05T21:45:13.331Z] [java] line = Hello from Servlet 3.0. 16:45:13 [2023-03-05T21:45:13.331Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-non-serializable/myurl?testcase=llquery 16:45:13 [2023-03-05T21:45:13.331Z] [java] line = Hello from Servlet 3.0. 16:45:13 [2023-03-05T21:45:13.331Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-non-serializable/myurl?testcase=llfind 16:45:13 [2023-03-05T21:45:13.331Z] [java] line = Hello from Servlet 3.0. 16:45:13 [2023-03-05T21:45:13.331Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-non-serializable/myurl?testcase=llinj 16:45:13 [2023-03-05T21:45:13.331Z] [java] line = Hello from Servlet 3.0. 16:45:13 [2023-03-05T21:45:13.331Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:45:13 [2023-03-05T21:45:13.331Z] [java] 16:45:13 [2023-03-05T21:45:13.331Z] [java] 16:45:13 [2023-03-05T21:45:13.331Z] [java] ----------------------------------------- 16:45:13 [2023-03-05T21:45:13.331Z] [java] - jpa-resource-injection-non-serializablellinit: PASS - 16:45:13 [2023-03-05T21:45:13.331Z] [java] - jpa-resource-injection-non-serializablellquery: PASS - 16:45:13 [2023-03-05T21:45:13.331Z] [java] - jpa-resource-injection-non-serializablellfind: PASS - 16:45:13 [2023-03-05T21:45:13.331Z] [java] - jpa-resource-injection-non-serializablellinj: PASS - 16:45:13 [2023-03-05T21:45:13.331Z] [java] ----------------------------------------- 16:45:13 [2023-03-05T21:45:13.331Z] [java] - Total PASS : 4 - 16:45:13 [2023-03-05T21:45:13.331Z] [java] - Total FAIL : 0 - 16:45:13 [2023-03-05T21:45:13.331Z] [java] - Total DID NOT RUN : 0 - 16:45:13 [2023-03-05T21:45:13.331Z] [java] ----------------------------------------- 16:45:13 [2023-03-05T21:45:13.331Z] 16:45:13 [2023-03-05T21:45:13.331Z] undeploy: 16:45:13 [2023-03-05T21:45:13.331Z] 16:45:13 [2023-03-05T21:45:13.331Z] setOSConditions: 16:45:13 [2023-03-05T21:45:13.331Z] 16:45:13 [2023-03-05T21:45:13.331Z] setToolWin: 16:45:13 [2023-03-05T21:45:13.331Z] 16:45:13 [2023-03-05T21:45:13.331Z] setToolUnix: 16:45:13 [2023-03-05T21:45:13.331Z] 16:45:13 [2023-03-05T21:45:13.331Z] setToolProperty: 16:45:13 [2023-03-05T21:45:13.331Z] 16:45:13 [2023-03-05T21:45:13.331Z] setS1ASclassPath: 16:45:13 [2023-03-05T21:45:13.331Z] 16:45:13 [2023-03-05T21:45:13.331Z] init-common: 16:45:13 [2023-03-05T21:45:13.331Z] 16:45:13 [2023-03-05T21:45:13.331Z] undeploy-war-common: 16:45:13 [2023-03-05T21:45:13.588Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-jpa-resource-injection-non-serializable-web 16:45:13 [2023-03-05T21:45:13.844Z] 16:45:13 [2023-03-05T21:45:13.844Z] delete-resources: 16:45:13 [2023-03-05T21:45:13.844Z] 16:45:13 [2023-03-05T21:45:13.844Z] setOSConditions: 16:45:13 [2023-03-05T21:45:13.844Z] 16:45:13 [2023-03-05T21:45:13.844Z] setToolWin: 16:45:13 [2023-03-05T21:45:13.844Z] 16:45:13 [2023-03-05T21:45:13.844Z] setToolUnix: 16:45:13 [2023-03-05T21:45:13.844Z] 16:45:13 [2023-03-05T21:45:13.844Z] setToolProperty: 16:45:13 [2023-03-05T21:45:13.844Z] 16:45:13 [2023-03-05T21:45:13.844Z] setS1ASclassPath: 16:45:13 [2023-03-05T21:45:13.844Z] 16:45:13 [2023-03-05T21:45:13.844Z] init-common: 16:45:13 [2023-03-05T21:45:13.844Z] 16:45:13 [2023-03-05T21:45:13.844Z] delete-jdbc-resource-common: 16:45:13 [2023-03-05T21:45:13.844Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/jdbc-dev-test-resource 16:45:14 [2023-03-05T21:45:14.101Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/jdbc-dev-test-resource 16:45:14 [2023-03-05T21:45:14.101Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully 16:45:14 [2023-03-05T21:45:14.101Z] [echo] cmd executed for server 16:45:14 [2023-03-05T21:45:14.101Z] 16:45:14 [2023-03-05T21:45:14.101Z] setOSConditions: 16:45:14 [2023-03-05T21:45:14.101Z] 16:45:14 [2023-03-05T21:45:14.101Z] setToolWin: 16:45:14 [2023-03-05T21:45:14.101Z] 16:45:14 [2023-03-05T21:45:14.101Z] setToolUnix: 16:45:14 [2023-03-05T21:45:14.101Z] 16:45:14 [2023-03-05T21:45:14.101Z] setToolProperty: 16:45:14 [2023-03-05T21:45:14.101Z] 16:45:14 [2023-03-05T21:45:14.101Z] setS1ASclassPath: 16:45:14 [2023-03-05T21:45:14.101Z] 16:45:14 [2023-03-05T21:45:14.101Z] init-common: 16:45:14 [2023-03-05T21:45:14.101Z] 16:45:14 [2023-03-05T21:45:14.101Z] delete-jdbc-connpool-common: 16:45:14 [2023-03-05T21:45:14.101Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:45:14 [2023-03-05T21:45:14.357Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:45:14 [2023-03-05T21:45:14.357Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:45:14 [2023-03-05T21:45:14.357Z] [echo] cmd executed for server 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] all: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setOSConditions: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setToolWin: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setToolUnix: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setToolProperty: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setS1ASclassPath: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] init-common: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] clean: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setOSConditions: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setToolWin: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setToolUnix: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setToolProperty: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setS1ASclassPath: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] init-common: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] clean-common: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setOSConditions: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setToolWin: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setToolUnix: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setToolProperty: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setS1ASclassPath: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] init-common: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] clean-classes-common: 16:45:14 [2023-03-05T21:45:14.357Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setOSConditions: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setToolWin: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setToolUnix: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setToolProperty: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setS1ASclassPath: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] init-common: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] clean-jars-common: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] compile: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setOSConditions: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setToolWin: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setToolUnix: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setToolProperty: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] setS1ASclassPath: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] init-common: 16:45:14 [2023-03-05T21:45:14.357Z] 16:45:14 [2023-03-05T21:45:14.357Z] compile-common: 16:45:14 [2023-03-05T21:45:14.357Z] [echo] Current time (ISO): 2023-03-05T21:45:14.287+0000 16:45:14 [2023-03-05T21:45:14.357Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:14 [2023-03-05T21:45:14.357Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:15 [2023-03-05T21:45:15.753Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:45:15 [2023-03-05T21:45:15.753Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:45:15 [2023-03-05T21:45:15.753Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:45:16 [2023-03-05T21:45:16.011Z] [javac] 2 warnings 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] build: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] setOSConditions: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] setToolWin: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] setToolUnix: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] setToolProperty: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] setS1ASclassPath: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] init-common: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] webclient-war-common: 16:45:16 [2023-03-05T21:45:16.011Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] clear: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] test-tlds-exist: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] copy-tlds: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] test-tagfiles-exist: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] copy-tagfiles: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] package-war-common: 16:45:16 [2023-03-05T21:45:16.011Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:45:16 [2023-03-05T21:45:16.011Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:16 [2023-03-05T21:45:16.011Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:16 [2023-03-05T21:45:16.011Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:45:16 [2023-03-05T21:45:16.011Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-passivating-scope/lib 16:45:16 [2023-03-05T21:45:16.011Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF 16:45:16 [2023-03-05T21:45:16.011Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:16 [2023-03-05T21:45:16.011Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:16 [2023-03-05T21:45:16.011Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-passivating-scope/docroot 16:45:16 [2023-03-05T21:45:16.011Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jpa-resource-injection-passivating-scope-web.war 16:45:16 [2023-03-05T21:45:16.011Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:16 [2023-03-05T21:45:16.011Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-passivating-scope/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:45:16 [2023-03-05T21:45:16.011Z] [javac] Compiling 1 source file 16:45:16 [2023-03-05T21:45:16.011Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-passivating-scope/client/test/client/WebTest.java uses or overrides a deprecated API. 16:45:16 [2023-03-05T21:45:16.011Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] create-resources: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] setOSConditions: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] setToolWin: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] setToolUnix: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] setToolProperty: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] setS1ASclassPath: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] init-common: 16:45:16 [2023-03-05T21:45:16.011Z] 16:45:16 [2023-03-05T21:45:16.011Z] create-jdbc-connpool-common: 16:45:21 [2023-03-05T21:45:21.266Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:45:21 [2023-03-05T21:45:21.266Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:45:21 [2023-03-05T21:45:21.266Z] 16:45:21 [2023-03-05T21:45:21.266Z] set-derby-connpool-props: 16:45:21 [2023-03-05T21:45:21.266Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:45:21 [2023-03-05T21:45:21.266Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:45:21 [2023-03-05T21:45:21.266Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:45:21 [2023-03-05T21:45:21.266Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:45:21 [2023-03-05T21:45:21.523Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:45:21 [2023-03-05T21:45:21.523Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:45:21 [2023-03-05T21:45:21.779Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:45:21 [2023-03-05T21:45:21.779Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:45:22 [2023-03-05T21:45:22.035Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:45:22 [2023-03-05T21:45:22.035Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:45:22 [2023-03-05T21:45:22.292Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:45:22 [2023-03-05T21:45:22.292Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:45:22 [2023-03-05T21:45:22.856Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:45:22 [2023-03-05T21:45:22.856Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:45:23 [2023-03-05T21:45:23.119Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:45:23 [2023-03-05T21:45:23.119Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:45:23 [2023-03-05T21:45:23.119Z] 16:45:23 [2023-03-05T21:45:23.119Z] setOSConditions: 16:45:23 [2023-03-05T21:45:23.119Z] 16:45:23 [2023-03-05T21:45:23.119Z] setToolWin: 16:45:23 [2023-03-05T21:45:23.119Z] 16:45:23 [2023-03-05T21:45:23.119Z] setToolUnix: 16:45:23 [2023-03-05T21:45:23.119Z] 16:45:23 [2023-03-05T21:45:23.119Z] setToolProperty: 16:45:23 [2023-03-05T21:45:23.119Z] 16:45:23 [2023-03-05T21:45:23.119Z] setS1ASclassPath: 16:45:23 [2023-03-05T21:45:23.119Z] 16:45:23 [2023-03-05T21:45:23.119Z] init-common: 16:45:23 [2023-03-05T21:45:23.119Z] 16:45:23 [2023-03-05T21:45:23.119Z] create-jdbc-resource-common: 16:45:23 [2023-03-05T21:45:23.119Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/jdbc-dev-test-resource 16:45:25 [2023-03-05T21:45:25.345Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/jdbc-dev-test-resource 16:45:25 [2023-03-05T21:45:25.345Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. 16:45:25 [2023-03-05T21:45:25.345Z] [echo] cmd executed for server 16:45:25 [2023-03-05T21:45:25.345Z] 16:45:25 [2023-03-05T21:45:25.345Z] deploy: 16:45:25 [2023-03-05T21:45:25.345Z] 16:45:25 [2023-03-05T21:45:25.345Z] deploy-war-common: 16:45:25 [2023-03-05T21:45:25.345Z] 16:45:25 [2023-03-05T21:45:25.345Z] setOSConditions: 16:45:25 [2023-03-05T21:45:25.345Z] 16:45:25 [2023-03-05T21:45:25.345Z] setToolWin: 16:45:25 [2023-03-05T21:45:25.345Z] 16:45:25 [2023-03-05T21:45:25.345Z] setToolUnix: 16:45:25 [2023-03-05T21:45:25.345Z] 16:45:25 [2023-03-05T21:45:25.345Z] setToolProperty: 16:45:25 [2023-03-05T21:45:25.345Z] 16:45:25 [2023-03-05T21:45:25.345Z] setS1ASclassPath: 16:45:25 [2023-03-05T21:45:25.345Z] 16:45:25 [2023-03-05T21:45:25.345Z] init-common: 16:45:25 [2023-03-05T21:45:25.345Z] 16:45:25 [2023-03-05T21:45:25.345Z] deploy-war-commonpe: 16:45:25 [2023-03-05T21:45:25.346Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-jpa-resource-injection-passivating-scope --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jpa-resource-injection-passivating-scope-web.war 16:45:25 [2023-03-05T21:45:25.346Z] [exec] Application deployed with name cdi-jpa-resource-injection-passivating-scope-web. 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] deploy-war-commonee: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] run: 16:45:25 [2023-03-05T21:45:25.346Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-passivating-scope/myurl?testcase=llinit 16:45:25 [2023-03-05T21:45:25.346Z] [java] line = Hello from Servlet 3.0. 16:45:25 [2023-03-05T21:45:25.346Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-passivating-scope/myurl?testcase=llquery 16:45:25 [2023-03-05T21:45:25.346Z] [java] line = Hello from Servlet 3.0. 16:45:25 [2023-03-05T21:45:25.346Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-passivating-scope/myurl?testcase=llfind 16:45:25 [2023-03-05T21:45:25.346Z] [java] line = Hello from Servlet 3.0. 16:45:25 [2023-03-05T21:45:25.346Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-passivating-scope/myurl?testcase=llinj 16:45:25 [2023-03-05T21:45:25.346Z] [java] line = Hello from Servlet 3.0. 16:45:25 [2023-03-05T21:45:25.346Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:45:25 [2023-03-05T21:45:25.346Z] [java] 16:45:25 [2023-03-05T21:45:25.346Z] [java] 16:45:25 [2023-03-05T21:45:25.346Z] [java] ----------------------------------------- 16:45:25 [2023-03-05T21:45:25.346Z] [java] - jpa-resource-injection-passivating-scopellinit: PASS - 16:45:25 [2023-03-05T21:45:25.346Z] [java] - jpa-resource-injection-passivating-scopellquery: PASS - 16:45:25 [2023-03-05T21:45:25.346Z] [java] - jpa-resource-injection-passivating-scopellfind: PASS - 16:45:25 [2023-03-05T21:45:25.346Z] [java] - jpa-resource-injection-passivating-scopellinj: PASS - 16:45:25 [2023-03-05T21:45:25.346Z] [java] ----------------------------------------- 16:45:25 [2023-03-05T21:45:25.346Z] [java] - Total PASS : 4 - 16:45:25 [2023-03-05T21:45:25.346Z] [java] - Total FAIL : 0 - 16:45:25 [2023-03-05T21:45:25.346Z] [java] - Total DID NOT RUN : 0 - 16:45:25 [2023-03-05T21:45:25.346Z] [java] ----------------------------------------- 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] undeploy: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setOSConditions: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolWin: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolUnix: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolProperty: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setS1ASclassPath: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] init-common: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] undeploy-war-common: 16:45:25 [2023-03-05T21:45:25.346Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-jpa-resource-injection-passivating-scope-web 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] delete-resources: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setOSConditions: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolWin: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolUnix: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolProperty: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setS1ASclassPath: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] init-common: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] delete-jdbc-resource-common: 16:45:25 [2023-03-05T21:45:25.346Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/jdbc-dev-test-resource 16:45:25 [2023-03-05T21:45:25.346Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/jdbc-dev-test-resource 16:45:25 [2023-03-05T21:45:25.346Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully 16:45:25 [2023-03-05T21:45:25.346Z] [echo] cmd executed for server 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setOSConditions: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolWin: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolUnix: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolProperty: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setS1ASclassPath: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] init-common: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] delete-jdbc-connpool-common: 16:45:25 [2023-03-05T21:45:25.346Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:45:25 [2023-03-05T21:45:25.346Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:45:25 [2023-03-05T21:45:25.346Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:45:25 [2023-03-05T21:45:25.346Z] [echo] cmd executed for server 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] all: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setOSConditions: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolWin: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolUnix: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolProperty: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setS1ASclassPath: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] init-common: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] clean: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setOSConditions: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolWin: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolUnix: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolProperty: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setS1ASclassPath: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] init-common: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] clean-common: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setOSConditions: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolWin: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolUnix: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolProperty: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setS1ASclassPath: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] init-common: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] clean-classes-common: 16:45:25 [2023-03-05T21:45:25.346Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setOSConditions: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolWin: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolUnix: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolProperty: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setS1ASclassPath: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] init-common: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] clean-jars-common: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] compile: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setOSConditions: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolWin: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolUnix: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setToolProperty: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] setS1ASclassPath: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] init-common: 16:45:25 [2023-03-05T21:45:25.346Z] 16:45:25 [2023-03-05T21:45:25.346Z] compile-common: 16:45:25 [2023-03-05T21:45:25.346Z] [echo] Current time (ISO): 2023-03-05T21:45:25.081+0000 16:45:25 [2023-03-05T21:45:25.346Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:25 [2023-03-05T21:45:25.346Z] [javac] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:26 [2023-03-05T21:45:26.719Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:45:26 [2023-03-05T21:45:26.719Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:45:26 [2023-03-05T21:45:26.719Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:45:26 [2023-03-05T21:45:26.719Z] [javac] 2 warnings 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] build: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] setOSConditions: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] setToolWin: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] setToolUnix: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] setToolProperty: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] setS1ASclassPath: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] init-common: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] webclient-war-common: 16:45:26 [2023-03-05T21:45:26.719Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] clear: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] test-tlds-exist: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] copy-tlds: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] test-tagfiles-exist: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] copy-tagfiles: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] package-war-common: 16:45:26 [2023-03-05T21:45:26.719Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:45:26 [2023-03-05T21:45:26.719Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:26 [2023-03-05T21:45:26.719Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:26 [2023-03-05T21:45:26.719Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:45:26 [2023-03-05T21:45:26.719Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-with-singleton-ejb-producer/lib 16:45:26 [2023-03-05T21:45:26.719Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF 16:45:26 [2023-03-05T21:45:26.719Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:26 [2023-03-05T21:45:26.719Z] [copy] Copying 12 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:26 [2023-03-05T21:45:26.719Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-with-singleton-ejb-producer/docroot 16:45:26 [2023-03-05T21:45:26.719Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jpa-resource-injection-in-singleton-ejb-web.war 16:45:26 [2023-03-05T21:45:26.719Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:26 [2023-03-05T21:45:26.719Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-with-singleton-ejb-producer/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:45:26 [2023-03-05T21:45:26.719Z] [javac] Compiling 1 source file 16:45:26 [2023-03-05T21:45:26.719Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-with-singleton-ejb-producer/client/test/client/WebTest.java uses or overrides a deprecated API. 16:45:26 [2023-03-05T21:45:26.719Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] create-resources: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] setOSConditions: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] setToolWin: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] setToolUnix: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] setToolProperty: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] setS1ASclassPath: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] init-common: 16:45:26 [2023-03-05T21:45:26.719Z] 16:45:26 [2023-03-05T21:45:26.719Z] create-jdbc-connpool-common: 16:45:26 [2023-03-05T21:45:26.976Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:45:26 [2023-03-05T21:45:26.976Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:45:26 [2023-03-05T21:45:26.976Z] 16:45:26 [2023-03-05T21:45:26.976Z] set-derby-connpool-props: 16:45:27 [2023-03-05T21:45:27.233Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:45:27 [2023-03-05T21:45:27.233Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:45:27 [2023-03-05T21:45:27.820Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:45:27 [2023-03-05T21:45:27.820Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:45:27 [2023-03-05T21:45:27.820Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:45:27 [2023-03-05T21:45:27.820Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:45:28 [2023-03-05T21:45:28.382Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:45:28 [2023-03-05T21:45:28.382Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:45:28 [2023-03-05T21:45:28.639Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:45:28 [2023-03-05T21:45:28.639Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:45:28 [2023-03-05T21:45:28.919Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:45:28 [2023-03-05T21:45:28.919Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:45:29 [2023-03-05T21:45:29.175Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:45:29 [2023-03-05T21:45:29.175Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:45:29 [2023-03-05T21:45:29.431Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:45:29 [2023-03-05T21:45:29.431Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:45:29 [2023-03-05T21:45:29.431Z] 16:45:29 [2023-03-05T21:45:29.431Z] setOSConditions: 16:45:29 [2023-03-05T21:45:29.431Z] 16:45:29 [2023-03-05T21:45:29.431Z] setToolWin: 16:45:29 [2023-03-05T21:45:29.431Z] 16:45:29 [2023-03-05T21:45:29.431Z] setToolUnix: 16:45:29 [2023-03-05T21:45:29.431Z] 16:45:29 [2023-03-05T21:45:29.431Z] setToolProperty: 16:45:29 [2023-03-05T21:45:29.431Z] 16:45:29 [2023-03-05T21:45:29.431Z] setS1ASclassPath: 16:45:29 [2023-03-05T21:45:29.431Z] 16:45:29 [2023-03-05T21:45:29.431Z] init-common: 16:45:29 [2023-03-05T21:45:29.431Z] 16:45:29 [2023-03-05T21:45:29.431Z] create-jdbc-resource-common: 16:45:29 [2023-03-05T21:45:29.431Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/jdbc-dev-test-resource 16:45:29 [2023-03-05T21:45:29.688Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/jdbc-dev-test-resource 16:45:29 [2023-03-05T21:45:29.688Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. 16:45:29 [2023-03-05T21:45:29.688Z] [echo] cmd executed for server 16:45:29 [2023-03-05T21:45:29.688Z] 16:45:29 [2023-03-05T21:45:29.688Z] deploy: 16:45:29 [2023-03-05T21:45:29.688Z] 16:45:29 [2023-03-05T21:45:29.688Z] deploy-war-common: 16:45:29 [2023-03-05T21:45:29.688Z] 16:45:29 [2023-03-05T21:45:29.688Z] setOSConditions: 16:45:29 [2023-03-05T21:45:29.688Z] 16:45:29 [2023-03-05T21:45:29.688Z] setToolWin: 16:45:29 [2023-03-05T21:45:29.688Z] 16:45:29 [2023-03-05T21:45:29.688Z] setToolUnix: 16:45:29 [2023-03-05T21:45:29.688Z] 16:45:29 [2023-03-05T21:45:29.688Z] setToolProperty: 16:45:29 [2023-03-05T21:45:29.688Z] 16:45:29 [2023-03-05T21:45:29.688Z] setS1ASclassPath: 16:45:29 [2023-03-05T21:45:29.688Z] 16:45:29 [2023-03-05T21:45:29.688Z] init-common: 16:45:29 [2023-03-05T21:45:29.688Z] 16:45:29 [2023-03-05T21:45:29.688Z] deploy-war-commonpe: 16:45:29 [2023-03-05T21:45:29.945Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-jpa-resource-injection-in-singleton-ejb --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jpa-resource-injection-in-singleton-ejb-web.war 16:45:30 [2023-03-05T21:45:30.528Z] [exec] Application deployed with name cdi-jpa-resource-injection-in-singleton-ejb-web. 16:45:30 [2023-03-05T21:45:30.528Z] 16:45:30 [2023-03-05T21:45:30.528Z] deploy-war-commonee: 16:45:30 [2023-03-05T21:45:30.528Z] 16:45:30 [2023-03-05T21:45:30.528Z] run: 16:45:30 [2023-03-05T21:45:30.528Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-in-singleton-ejb/myurl?testcase=llinit&whichemf=producer 16:45:30 [2023-03-05T21:45:30.528Z] [java] line = Hello from Servlet 3.0. 16:45:30 [2023-03-05T21:45:30.528Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-in-singleton-ejb/myurl?testcase=llquery&whichemf=producer 16:45:30 [2023-03-05T21:45:30.528Z] [java] line = Hello from Servlet 3.0. 16:45:30 [2023-03-05T21:45:30.528Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-in-singleton-ejb/myurl?testcase=llfind&whichemf=producer 16:45:30 [2023-03-05T21:45:30.528Z] [java] line = Hello from Servlet 3.0. 16:45:30 [2023-03-05T21:45:30.528Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-in-singleton-ejb/myurl?testcase=llinj&whichemf=producer 16:45:30 [2023-03-05T21:45:30.528Z] [java] line = Hello from Servlet 3.0. 16:45:30 [2023-03-05T21:45:30.528Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:45:30 [2023-03-05T21:45:30.528Z] [java] 16:45:30 [2023-03-05T21:45:30.528Z] [java] 16:45:30 [2023-03-05T21:45:30.528Z] [java] ----------------------------------------- 16:45:30 [2023-03-05T21:45:30.528Z] [java] - jpa-resource-injection-from-singleton-EJB_producer_llinit: PASS - 16:45:30 [2023-03-05T21:45:30.528Z] [java] - jpa-resource-injection-from-singleton-EJB_producer_llquery: PASS - 16:45:30 [2023-03-05T21:45:30.528Z] [java] - jpa-resource-injection-from-singleton-EJB_producer_llfind: PASS - 16:45:30 [2023-03-05T21:45:30.528Z] [java] - jpa-resource-injection-from-singleton-EJB_producer_llinj: PASS - 16:45:30 [2023-03-05T21:45:30.528Z] [java] ----------------------------------------- 16:45:30 [2023-03-05T21:45:30.528Z] [java] - Total PASS : 4 - 16:45:30 [2023-03-05T21:45:30.528Z] [java] - Total FAIL : 0 - 16:45:30 [2023-03-05T21:45:30.528Z] [java] - Total DID NOT RUN : 0 - 16:45:30 [2023-03-05T21:45:30.528Z] [java] ----------------------------------------- 16:45:30 [2023-03-05T21:45:30.528Z] 16:45:30 [2023-03-05T21:45:30.528Z] undeploy: 16:45:30 [2023-03-05T21:45:30.528Z] 16:45:30 [2023-03-05T21:45:30.528Z] setOSConditions: 16:45:30 [2023-03-05T21:45:30.528Z] 16:45:30 [2023-03-05T21:45:30.528Z] setToolWin: 16:45:30 [2023-03-05T21:45:30.528Z] 16:45:30 [2023-03-05T21:45:30.528Z] setToolUnix: 16:45:30 [2023-03-05T21:45:30.528Z] 16:45:30 [2023-03-05T21:45:30.528Z] setToolProperty: 16:45:30 [2023-03-05T21:45:30.528Z] 16:45:30 [2023-03-05T21:45:30.528Z] setS1ASclassPath: 16:45:30 [2023-03-05T21:45:30.528Z] 16:45:30 [2023-03-05T21:45:30.528Z] init-common: 16:45:30 [2023-03-05T21:45:30.528Z] 16:45:30 [2023-03-05T21:45:30.528Z] undeploy-war-common: 16:45:31 [2023-03-05T21:45:31.119Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-jpa-resource-injection-in-singleton-ejb-web 16:45:31 [2023-03-05T21:45:31.119Z] 16:45:31 [2023-03-05T21:45:31.119Z] delete-resources: 16:45:31 [2023-03-05T21:45:31.119Z] 16:45:31 [2023-03-05T21:45:31.119Z] setOSConditions: 16:45:31 [2023-03-05T21:45:31.119Z] 16:45:31 [2023-03-05T21:45:31.119Z] setToolWin: 16:45:31 [2023-03-05T21:45:31.119Z] 16:45:31 [2023-03-05T21:45:31.119Z] setToolUnix: 16:45:31 [2023-03-05T21:45:31.119Z] 16:45:31 [2023-03-05T21:45:31.119Z] setToolProperty: 16:45:31 [2023-03-05T21:45:31.119Z] 16:45:31 [2023-03-05T21:45:31.119Z] setS1ASclassPath: 16:45:31 [2023-03-05T21:45:31.119Z] 16:45:31 [2023-03-05T21:45:31.119Z] init-common: 16:45:31 [2023-03-05T21:45:31.119Z] 16:45:31 [2023-03-05T21:45:31.119Z] delete-jdbc-resource-common: 16:45:31 [2023-03-05T21:45:31.119Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/jdbc-dev-test-resource 16:45:31 [2023-03-05T21:45:31.375Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/jdbc-dev-test-resource 16:45:31 [2023-03-05T21:45:31.375Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully 16:45:31 [2023-03-05T21:45:31.375Z] [echo] cmd executed for server 16:45:31 [2023-03-05T21:45:31.375Z] 16:45:31 [2023-03-05T21:45:31.375Z] setOSConditions: 16:45:31 [2023-03-05T21:45:31.375Z] 16:45:31 [2023-03-05T21:45:31.375Z] setToolWin: 16:45:31 [2023-03-05T21:45:31.375Z] 16:45:31 [2023-03-05T21:45:31.375Z] setToolUnix: 16:45:31 [2023-03-05T21:45:31.375Z] 16:45:31 [2023-03-05T21:45:31.375Z] setToolProperty: 16:45:31 [2023-03-05T21:45:31.375Z] 16:45:31 [2023-03-05T21:45:31.375Z] setS1ASclassPath: 16:45:31 [2023-03-05T21:45:31.375Z] 16:45:31 [2023-03-05T21:45:31.375Z] init-common: 16:45:31 [2023-03-05T21:45:31.375Z] 16:45:31 [2023-03-05T21:45:31.375Z] delete-jdbc-connpool-common: 16:45:31 [2023-03-05T21:45:31.375Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:45:31 [2023-03-05T21:45:31.631Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:45:31 [2023-03-05T21:45:31.631Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:45:31 [2023-03-05T21:45:31.631Z] [echo] cmd executed for server 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] all: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setOSConditions: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setToolWin: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setToolUnix: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setToolProperty: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setS1ASclassPath: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] init-common: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] clean: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setOSConditions: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setToolWin: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setToolUnix: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setToolProperty: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setS1ASclassPath: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] init-common: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] clean-common: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setOSConditions: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setToolWin: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setToolUnix: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setToolProperty: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setS1ASclassPath: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] init-common: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] clean-classes-common: 16:45:31 [2023-03-05T21:45:31.631Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setOSConditions: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setToolWin: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setToolUnix: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setToolProperty: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setS1ASclassPath: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] init-common: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] clean-jars-common: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] compile: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setOSConditions: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setToolWin: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setToolUnix: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setToolProperty: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] setS1ASclassPath: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] init-common: 16:45:31 [2023-03-05T21:45:31.631Z] 16:45:31 [2023-03-05T21:45:31.631Z] compile-common: 16:45:31 [2023-03-05T21:45:31.631Z] [echo] Current time (ISO): 2023-03-05T21:45:31.524+0000 16:45:31 [2023-03-05T21:45:31.631Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:31 [2023-03-05T21:45:31.631Z] [javac] Compiling 19 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:33 [2023-03-05T21:45:33.019Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:45:33 [2023-03-05T21:45:33.019Z] [javac] 1 warning 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] build: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] setOSConditions: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] setToolWin: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] setToolUnix: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] setToolProperty: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] setS1ASclassPath: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] init-common: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] webclient-war-common: 16:45:33 [2023-03-05T21:45:33.019Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] clear: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] test-tlds-exist: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] copy-tlds: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] test-tagfiles-exist: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] copy-tagfiles: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] package-war-common: 16:45:33 [2023-03-05T21:45:33.019Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:45:33 [2023-03-05T21:45:33.019Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:33 [2023-03-05T21:45:33.019Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:33 [2023-03-05T21:45:33.019Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:45:33 [2023-03-05T21:45:33.019Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/no-interface-ejb/lib 16:45:33 [2023-03-05T21:45:33.019Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:33 [2023-03-05T21:45:33.019Z] [copy] Copying 19 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:33 [2023-03-05T21:45:33.019Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/no-interface-ejb/docroot 16:45:33 [2023-03-05T21:45:33.019Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-no-interface-ejb-web.war 16:45:33 [2023-03-05T21:45:33.019Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:33 [2023-03-05T21:45:33.019Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/no-interface-ejb/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:45:33 [2023-03-05T21:45:33.019Z] [javac] Compiling 1 source file 16:45:33 [2023-03-05T21:45:33.019Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/no-interface-ejb/client/test/client/WebTest.java uses or overrides a deprecated API. 16:45:33 [2023-03-05T21:45:33.019Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] deploy: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] deploy-war-common: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] setOSConditions: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] setToolWin: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] setToolUnix: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] setToolProperty: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] setS1ASclassPath: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] init-common: 16:45:33 [2023-03-05T21:45:33.019Z] 16:45:33 [2023-03-05T21:45:33.019Z] deploy-war-commonpe: 16:45:33 [2023-03-05T21:45:33.276Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-no-interface-ejb --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-no-interface-ejb-web.war 16:45:33 [2023-03-05T21:45:33.532Z] [exec] Application deployed with name cdi-no-interface-ejb-web. 16:45:33 [2023-03-05T21:45:33.532Z] 16:45:33 [2023-03-05T21:45:33.532Z] deploy-war-commonee: 16:45:33 [2023-03-05T21:45:33.532Z] 16:45:33 [2023-03-05T21:45:33.532Z] run: 16:45:33 [2023-03-05T21:45:33.532Z] [java] opening connection to http://localhost:8080/cdi-no-interface-ejb/myurl 16:45:33 [2023-03-05T21:45:33.532Z] [java] line = Hello from Servlet 3.0. 16:45:33 [2023-03-05T21:45:33.532Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:45:33 [2023-03-05T21:45:33.532Z] [java] 16:45:33 [2023-03-05T21:45:33.532Z] [java] 16:45:33 [2023-03-05T21:45:33.532Z] [java] ----------------------------------------- 16:45:33 [2023-03-05T21:45:33.532Z] [java] - injection-of-no-interface-bean-view-and-EJB-with-local-view: PASS - 16:45:33 [2023-03-05T21:45:33.532Z] [java] ----------------------------------------- 16:45:33 [2023-03-05T21:45:33.532Z] [java] - Total PASS : 1 - 16:45:33 [2023-03-05T21:45:33.532Z] [java] - Total FAIL : 0 - 16:45:33 [2023-03-05T21:45:33.532Z] [java] - Total DID NOT RUN : 0 - 16:45:33 [2023-03-05T21:45:33.532Z] [java] ----------------------------------------- 16:45:33 [2023-03-05T21:45:33.532Z] 16:45:33 [2023-03-05T21:45:33.532Z] undeploy: 16:45:33 [2023-03-05T21:45:33.532Z] 16:45:33 [2023-03-05T21:45:33.532Z] setOSConditions: 16:45:33 [2023-03-05T21:45:33.532Z] 16:45:33 [2023-03-05T21:45:33.532Z] setToolWin: 16:45:33 [2023-03-05T21:45:33.532Z] 16:45:33 [2023-03-05T21:45:33.532Z] setToolUnix: 16:45:33 [2023-03-05T21:45:33.532Z] 16:45:33 [2023-03-05T21:45:33.532Z] setToolProperty: 16:45:33 [2023-03-05T21:45:33.532Z] 16:45:33 [2023-03-05T21:45:33.532Z] setS1ASclassPath: 16:45:33 [2023-03-05T21:45:33.532Z] 16:45:33 [2023-03-05T21:45:33.532Z] init-common: 16:45:33 [2023-03-05T21:45:33.532Z] 16:45:33 [2023-03-05T21:45:33.532Z] undeploy-war-common: 16:45:34 [2023-03-05T21:45:34.119Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-no-interface-ejb-web 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] all: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setOSConditions: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setToolWin: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setToolUnix: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setToolProperty: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setS1ASclassPath: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] init-common: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] clean: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setOSConditions: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setToolWin: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setToolUnix: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setToolProperty: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setS1ASclassPath: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] init-common: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] clean-common: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setOSConditions: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setToolWin: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setToolUnix: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setToolProperty: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setS1ASclassPath: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] init-common: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] clean-classes-common: 16:45:34 [2023-03-05T21:45:34.119Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setOSConditions: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setToolWin: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setToolUnix: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.119Z] setToolProperty: 16:45:34 [2023-03-05T21:45:34.119Z] 16:45:34 [2023-03-05T21:45:34.120Z] setS1ASclassPath: 16:45:34 [2023-03-05T21:45:34.120Z] 16:45:34 [2023-03-05T21:45:34.120Z] init-common: 16:45:34 [2023-03-05T21:45:34.120Z] 16:45:34 [2023-03-05T21:45:34.120Z] clean-jars-common: 16:45:34 [2023-03-05T21:45:34.120Z] 16:45:34 [2023-03-05T21:45:34.120Z] compile: 16:45:34 [2023-03-05T21:45:34.120Z] 16:45:34 [2023-03-05T21:45:34.120Z] setOSConditions: 16:45:34 [2023-03-05T21:45:34.120Z] 16:45:34 [2023-03-05T21:45:34.120Z] setToolWin: 16:45:34 [2023-03-05T21:45:34.120Z] 16:45:34 [2023-03-05T21:45:34.120Z] setToolUnix: 16:45:34 [2023-03-05T21:45:34.120Z] 16:45:34 [2023-03-05T21:45:34.120Z] setToolProperty: 16:45:34 [2023-03-05T21:45:34.120Z] 16:45:34 [2023-03-05T21:45:34.120Z] setS1ASclassPath: 16:45:34 [2023-03-05T21:45:34.120Z] 16:45:34 [2023-03-05T21:45:34.120Z] init-common: 16:45:34 [2023-03-05T21:45:34.120Z] 16:45:34 [2023-03-05T21:45:34.120Z] compile-common: 16:45:34 [2023-03-05T21:45:34.120Z] [echo] Current time (ISO): 2023-03-05T21:45:33.866+0000 16:45:34 [2023-03-05T21:45:34.120Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:34 [2023-03-05T21:45:34.120Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:35 [2023-03-05T21:45:35.049Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:45:35 [2023-03-05T21:45:35.319Z] [javac] 1 warning 16:45:35 [2023-03-05T21:45:35.319Z] 16:45:35 [2023-03-05T21:45:35.319Z] build: 16:45:35 [2023-03-05T21:45:35.319Z] 16:45:35 [2023-03-05T21:45:35.319Z] setOSConditions: 16:45:35 [2023-03-05T21:45:35.319Z] 16:45:35 [2023-03-05T21:45:35.319Z] setToolWin: 16:45:35 [2023-03-05T21:45:35.319Z] 16:45:35 [2023-03-05T21:45:35.319Z] setToolUnix: 16:45:35 [2023-03-05T21:45:35.319Z] 16:45:35 [2023-03-05T21:45:35.319Z] setToolProperty: 16:45:35 [2023-03-05T21:45:35.319Z] 16:45:35 [2023-03-05T21:45:35.319Z] setS1ASclassPath: 16:45:35 [2023-03-05T21:45:35.319Z] 16:45:35 [2023-03-05T21:45:35.319Z] init-common: 16:45:35 [2023-03-05T21:45:35.319Z] 16:45:35 [2023-03-05T21:45:35.319Z] webclient-war-common: 16:45:35 [2023-03-05T21:45:35.319Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:45:35 [2023-03-05T21:45:35.319Z] 16:45:35 [2023-03-05T21:45:35.319Z] clear: 16:45:35 [2023-03-05T21:45:35.319Z] 16:45:35 [2023-03-05T21:45:35.319Z] test-tlds-exist: 16:45:35 [2023-03-05T21:45:35.319Z] 16:45:35 [2023-03-05T21:45:35.319Z] copy-tlds: 16:45:35 [2023-03-05T21:45:35.319Z] 16:45:35 [2023-03-05T21:45:35.319Z] test-tagfiles-exist: 16:45:35 [2023-03-05T21:45:35.319Z] 16:45:35 [2023-03-05T21:45:35.319Z] copy-tagfiles: 16:45:35 [2023-03-05T21:45:35.319Z] 16:45:35 [2023-03-05T21:45:35.319Z] package-war-common: 16:45:35 [2023-03-05T21:45:35.319Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:45:35 [2023-03-05T21:45:35.319Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:35 [2023-03-05T21:45:35.319Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:35 [2023-03-05T21:45:35.319Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:45:35 [2023-03-05T21:45:35.319Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/lib 16:45:35 [2023-03-05T21:45:35.319Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:35 [2023-03-05T21:45:35.319Z] [copy] Copying 5 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:35 [2023-03-05T21:45:35.319Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/docroot 16:45:35 [2023-03-05T21:45:35.319Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jms-resource-injection-web.war 16:45:35 [2023-03-05T21:45:35.319Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:35 [2023-03-05T21:45:35.319Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:45:35 [2023-03-05T21:45:35.319Z] [javac] Compiling 1 source file 16:45:35 [2023-03-05T21:45:35.319Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/client/test/client/WebTest.java uses or overrides a deprecated API. 16:45:35 [2023-03-05T21:45:35.319Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:45:35 [2023-03-05T21:45:35.319Z] 16:45:35 [2023-03-05T21:45:35.319Z] create-resources: 16:45:35 [2023-03-05T21:45:35.319Z] 16:45:35 [2023-03-05T21:45:35.319Z] asadmin-batch-common: 16:45:35 [2023-03-05T21:45:35.881Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/asadminuserpassword.txt --interactive=false --echo=true --terse=true multimode --file create_resources.asadmin 16:45:35 [2023-03-05T21:45:35.881Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.ConnectionFactory --enabled=true --target server --force=false jms/ConnectionFactory 16:45:36 [2023-03-05T21:45:36.820Z] [exec] Connector resource jms/ConnectionFactory created. 16:45:36 [2023-03-05T21:45:36.820Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-jmsdest --desttype queue --force=false Q1 16:45:37 [2023-03-05T21:45:37.749Z] [exec] JMS Desctination Q1 created. 16:45:37 [2023-03-05T21:45:37.749Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.Queue --enabled=true --property imqDestinationName=Q1 --target server --force=false jms/Queue 16:45:38 [2023-03-05T21:45:38.019Z] [exec] Administered object jms/Queue created. 16:45:38 [2023-03-05T21:45:38.019Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/asadminuserpassword.txt 16:45:38 [2023-03-05T21:45:38.019Z] 16:45:38 [2023-03-05T21:45:38.019Z] deploy: 16:45:38 [2023-03-05T21:45:38.019Z] 16:45:38 [2023-03-05T21:45:38.019Z] deploy-war-common: 16:45:38 [2023-03-05T21:45:38.019Z] 16:45:38 [2023-03-05T21:45:38.019Z] setOSConditions: 16:45:38 [2023-03-05T21:45:38.019Z] 16:45:38 [2023-03-05T21:45:38.019Z] setToolWin: 16:45:38 [2023-03-05T21:45:38.019Z] 16:45:38 [2023-03-05T21:45:38.019Z] setToolUnix: 16:45:38 [2023-03-05T21:45:38.019Z] 16:45:38 [2023-03-05T21:45:38.019Z] setToolProperty: 16:45:38 [2023-03-05T21:45:38.019Z] 16:45:38 [2023-03-05T21:45:38.019Z] setS1ASclassPath: 16:45:38 [2023-03-05T21:45:38.019Z] 16:45:38 [2023-03-05T21:45:38.019Z] init-common: 16:45:38 [2023-03-05T21:45:38.019Z] 16:45:38 [2023-03-05T21:45:38.019Z] deploy-war-commonpe: 16:45:38 [2023-03-05T21:45:38.275Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-jms-resource-injection --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jms-resource-injection-web.war 16:45:38 [2023-03-05T21:45:38.531Z] [exec] Application deployed with name cdi-jms-resource-injection-web. 16:45:38 [2023-03-05T21:45:38.531Z] 16:45:38 [2023-03-05T21:45:38.531Z] deploy-war-commonee: 16:45:38 [2023-03-05T21:45:38.531Z] 16:45:38 [2023-03-05T21:45:38.531Z] run: 16:45:38 [2023-03-05T21:45:38.532Z] [java] opening connection to http://localhost:8080/cdi-jms-resource-injection/myurl 16:45:38 [2023-03-05T21:45:38.532Z] [java] line = Hello from Servlet 3.0. 16:45:38 [2023-03-05T21:45:38.532Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:45:38 [2023-03-05T21:45:38.532Z] [java] 16:45:38 [2023-03-05T21:45:38.532Z] [java] 16:45:38 [2023-03-05T21:45:38.532Z] [java] ----------------------------------------- 16:45:38 [2023-03-05T21:45:38.532Z] [java] - jms-resource-injection: PASS - 16:45:38 [2023-03-05T21:45:38.532Z] [java] ----------------------------------------- 16:45:38 [2023-03-05T21:45:38.532Z] [java] - Total PASS : 1 - 16:45:38 [2023-03-05T21:45:38.532Z] [java] - Total FAIL : 0 - 16:45:38 [2023-03-05T21:45:38.532Z] [java] - Total DID NOT RUN : 0 - 16:45:38 [2023-03-05T21:45:38.532Z] [java] ----------------------------------------- 16:45:38 [2023-03-05T21:45:38.532Z] 16:45:38 [2023-03-05T21:45:38.532Z] undeploy: 16:45:38 [2023-03-05T21:45:38.532Z] 16:45:38 [2023-03-05T21:45:38.532Z] setOSConditions: 16:45:38 [2023-03-05T21:45:38.532Z] 16:45:38 [2023-03-05T21:45:38.532Z] setToolWin: 16:45:38 [2023-03-05T21:45:38.532Z] 16:45:38 [2023-03-05T21:45:38.532Z] setToolUnix: 16:45:38 [2023-03-05T21:45:38.532Z] 16:45:38 [2023-03-05T21:45:38.532Z] setToolProperty: 16:45:38 [2023-03-05T21:45:38.532Z] 16:45:38 [2023-03-05T21:45:38.532Z] setS1ASclassPath: 16:45:38 [2023-03-05T21:45:38.532Z] 16:45:38 [2023-03-05T21:45:38.532Z] init-common: 16:45:38 [2023-03-05T21:45:38.532Z] 16:45:38 [2023-03-05T21:45:38.532Z] undeploy-war-common: 16:45:39 [2023-03-05T21:45:39.125Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-jms-resource-injection-web 16:45:39 [2023-03-05T21:45:39.125Z] 16:45:39 [2023-03-05T21:45:39.125Z] delete-resources: 16:45:39 [2023-03-05T21:45:39.125Z] 16:45:39 [2023-03-05T21:45:39.125Z] asadmin-batch-common: 16:45:39 [2023-03-05T21:45:39.382Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/asadminuserpassword.txt --interactive=false --echo=true --terse=true multimode --file delete_resources.asadmin 16:45:39 [2023-03-05T21:45:39.638Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/asadminuserpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/ConnectionFactory 16:45:39 [2023-03-05T21:45:39.638Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/asadminuserpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/Queue 16:45:39 [2023-03-05T21:45:39.638Z] [exec] Administered object jms/Queue deleted. 16:45:39 [2023-03-05T21:45:39.638Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/asadminuserpassword.txt --interactive=false --echo=true --terse=true delete-jmsdest --desttype queue Q1 16:45:39 [2023-03-05T21:45:39.638Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/asadminuserpassword.txt 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] all: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setOSConditions: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setToolWin: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setToolUnix: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setToolProperty: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setS1ASclassPath: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] init-common: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] clean: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setOSConditions: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setToolWin: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setToolUnix: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setToolProperty: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setS1ASclassPath: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] init-common: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] clean-common: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setOSConditions: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setToolWin: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setToolUnix: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setToolProperty: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setS1ASclassPath: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] init-common: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] clean-classes-common: 16:45:39 [2023-03-05T21:45:39.639Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setOSConditions: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setToolWin: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setToolUnix: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setToolProperty: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setS1ASclassPath: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] init-common: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] clean-jars-common: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] compile: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setOSConditions: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setToolWin: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setToolUnix: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setToolProperty: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] setS1ASclassPath: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] init-common: 16:45:39 [2023-03-05T21:45:39.639Z] 16:45:39 [2023-03-05T21:45:39.639Z] compile-common: 16:45:39 [2023-03-05T21:45:39.639Z] [echo] Current time (ISO): 2023-03-05T21:45:39.592+0000 16:45:39 [2023-03-05T21:45:39.639Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:39 [2023-03-05T21:45:39.639Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:41 [2023-03-05T21:45:41.543Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:45:41 [2023-03-05T21:45:41.543Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:45:41 [2023-03-05T21:45:41.543Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:45:41 [2023-03-05T21:45:41.543Z] [javac] 2 warnings 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] build: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] setOSConditions: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] setToolWin: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] setToolUnix: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] setToolProperty: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] setS1ASclassPath: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] init-common: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] webclient-war-common: 16:45:41 [2023-03-05T21:45:41.543Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] clear: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] test-tlds-exist: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] copy-tlds: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] test-tagfiles-exist: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] copy-tagfiles: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] package-war-common: 16:45:41 [2023-03-05T21:45:41.543Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:45:41 [2023-03-05T21:45:41.543Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:41 [2023-03-05T21:45:41.543Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:41 [2023-03-05T21:45:41.543Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:45:41 [2023-03-05T21:45:41.543Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection/lib 16:45:41 [2023-03-05T21:45:41.543Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF 16:45:41 [2023-03-05T21:45:41.543Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:41 [2023-03-05T21:45:41.543Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:41 [2023-03-05T21:45:41.543Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection/docroot 16:45:41 [2023-03-05T21:45:41.543Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-em-resource-injection-web.war 16:45:41 [2023-03-05T21:45:41.543Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:41 [2023-03-05T21:45:41.543Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:45:41 [2023-03-05T21:45:41.543Z] [javac] Compiling 1 source file 16:45:41 [2023-03-05T21:45:41.543Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection/client/test/client/WebTest.java uses or overrides a deprecated API. 16:45:41 [2023-03-05T21:45:41.543Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] create-resources: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] setOSConditions: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] setToolWin: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] setToolUnix: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] setToolProperty: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] setS1ASclassPath: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] init-common: 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] create-jdbc-connpool-common: 16:45:41 [2023-03-05T21:45:41.543Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:45:41 [2023-03-05T21:45:41.543Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:45:41 [2023-03-05T21:45:41.543Z] 16:45:41 [2023-03-05T21:45:41.543Z] set-derby-connpool-props: 16:45:41 [2023-03-05T21:45:41.800Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:45:41 [2023-03-05T21:45:41.800Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:45:42 [2023-03-05T21:45:42.364Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:45:42 [2023-03-05T21:45:42.364Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:45:42 [2023-03-05T21:45:42.627Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:45:42 [2023-03-05T21:45:42.627Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:45:42 [2023-03-05T21:45:42.887Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:45:42 [2023-03-05T21:45:42.887Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:45:43 [2023-03-05T21:45:43.143Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:45:43 [2023-03-05T21:45:43.143Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:45:43 [2023-03-05T21:45:43.399Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:45:43 [2023-03-05T21:45:43.399Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:45:43 [2023-03-05T21:45:43.655Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:45:43 [2023-03-05T21:45:43.655Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:45:44 [2023-03-05T21:45:44.225Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:45:44 [2023-03-05T21:45:44.225Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:45:44 [2023-03-05T21:45:44.225Z] 16:45:44 [2023-03-05T21:45:44.225Z] setOSConditions: 16:45:44 [2023-03-05T21:45:44.225Z] 16:45:44 [2023-03-05T21:45:44.225Z] setToolWin: 16:45:44 [2023-03-05T21:45:44.225Z] 16:45:44 [2023-03-05T21:45:44.225Z] setToolUnix: 16:45:44 [2023-03-05T21:45:44.225Z] 16:45:44 [2023-03-05T21:45:44.225Z] setToolProperty: 16:45:44 [2023-03-05T21:45:44.225Z] 16:45:44 [2023-03-05T21:45:44.225Z] setS1ASclassPath: 16:45:44 [2023-03-05T21:45:44.225Z] 16:45:44 [2023-03-05T21:45:44.225Z] init-common: 16:45:44 [2023-03-05T21:45:44.225Z] 16:45:44 [2023-03-05T21:45:44.225Z] create-jdbc-resource-common: 16:45:44 [2023-03-05T21:45:44.225Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/jdbc-dev-test-resource 16:45:44 [2023-03-05T21:45:44.482Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/jdbc-dev-test-resource 16:45:44 [2023-03-05T21:45:44.482Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. 16:45:44 [2023-03-05T21:45:44.482Z] [echo] cmd executed for server 16:45:44 [2023-03-05T21:45:44.482Z] 16:45:44 [2023-03-05T21:45:44.482Z] deploy: 16:45:44 [2023-03-05T21:45:44.482Z] 16:45:44 [2023-03-05T21:45:44.482Z] deploy-war-common: 16:45:44 [2023-03-05T21:45:44.482Z] 16:45:44 [2023-03-05T21:45:44.482Z] setOSConditions: 16:45:44 [2023-03-05T21:45:44.482Z] 16:45:44 [2023-03-05T21:45:44.482Z] setToolWin: 16:45:44 [2023-03-05T21:45:44.482Z] 16:45:44 [2023-03-05T21:45:44.482Z] setToolUnix: 16:45:44 [2023-03-05T21:45:44.482Z] 16:45:44 [2023-03-05T21:45:44.482Z] setToolProperty: 16:45:44 [2023-03-05T21:45:44.482Z] 16:45:44 [2023-03-05T21:45:44.482Z] setS1ASclassPath: 16:45:44 [2023-03-05T21:45:44.482Z] 16:45:44 [2023-03-05T21:45:44.482Z] init-common: 16:45:44 [2023-03-05T21:45:44.482Z] 16:45:44 [2023-03-05T21:45:44.482Z] deploy-war-commonpe: 16:45:44 [2023-03-05T21:45:44.771Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-em-resource-injection --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-em-resource-injection-web.war 16:45:45 [2023-03-05T21:45:45.028Z] [exec] Application deployed with name cdi-em-resource-injection-web. 16:45:45 [2023-03-05T21:45:45.028Z] 16:45:45 [2023-03-05T21:45:45.028Z] deploy-war-commonee: 16:45:45 [2023-03-05T21:45:45.028Z] 16:45:45 [2023-03-05T21:45:45.028Z] run: 16:45:45 [2023-03-05T21:45:45.028Z] [java] opening connection to http://localhost:8080/cdi-em-resource-injection/myurl?testcase=llinit 16:45:45 [2023-03-05T21:45:45.028Z] [java] line = Hello from Servlet 3.0. 16:45:45 [2023-03-05T21:45:45.028Z] [java] opening connection to http://localhost:8080/cdi-em-resource-injection/myurl?testcase=llquery 16:45:45 [2023-03-05T21:45:45.028Z] [java] line = Hello from Servlet 3.0. 16:45:45 [2023-03-05T21:45:45.028Z] [java] opening connection to http://localhost:8080/cdi-em-resource-injection/myurl?testcase=llfind 16:45:45 [2023-03-05T21:45:45.028Z] [java] line = Hello from Servlet 3.0. 16:45:45 [2023-03-05T21:45:45.028Z] [java] opening connection to http://localhost:8080/cdi-em-resource-injection/myurl?testcase=llinj 16:45:45 [2023-03-05T21:45:45.028Z] [java] line = Hello from Servlet 3.0. 16:45:45 [2023-03-05T21:45:45.028Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:45:45 [2023-03-05T21:45:45.028Z] [java] 16:45:45 [2023-03-05T21:45:45.028Z] [java] 16:45:45 [2023-03-05T21:45:45.028Z] [java] ----------------------------------------- 16:45:45 [2023-03-05T21:45:45.028Z] [java] - em-resource-injectionllinit: PASS - 16:45:45 [2023-03-05T21:45:45.028Z] [java] - em-resource-injectionllquery: PASS - 16:45:45 [2023-03-05T21:45:45.028Z] [java] - em-resource-injectionllfind: PASS - 16:45:45 [2023-03-05T21:45:45.028Z] [java] - em-resource-injectionllinj: PASS - 16:45:45 [2023-03-05T21:45:45.028Z] [java] ----------------------------------------- 16:45:45 [2023-03-05T21:45:45.028Z] [java] - Total PASS : 4 - 16:45:45 [2023-03-05T21:45:45.028Z] [java] - Total FAIL : 0 - 16:45:45 [2023-03-05T21:45:45.028Z] [java] - Total DID NOT RUN : 0 - 16:45:45 [2023-03-05T21:45:45.028Z] [java] ----------------------------------------- 16:45:45 [2023-03-05T21:45:45.028Z] 16:45:45 [2023-03-05T21:45:45.028Z] undeploy: 16:45:45 [2023-03-05T21:45:45.028Z] 16:45:45 [2023-03-05T21:45:45.028Z] setOSConditions: 16:45:45 [2023-03-05T21:45:45.028Z] 16:45:45 [2023-03-05T21:45:45.028Z] setToolWin: 16:45:45 [2023-03-05T21:45:45.028Z] 16:45:45 [2023-03-05T21:45:45.028Z] setToolUnix: 16:45:45 [2023-03-05T21:45:45.028Z] 16:45:45 [2023-03-05T21:45:45.028Z] setToolProperty: 16:45:45 [2023-03-05T21:45:45.028Z] 16:45:45 [2023-03-05T21:45:45.028Z] setS1ASclassPath: 16:45:45 [2023-03-05T21:45:45.028Z] 16:45:45 [2023-03-05T21:45:45.028Z] init-common: 16:45:45 [2023-03-05T21:45:45.028Z] 16:45:45 [2023-03-05T21:45:45.028Z] undeploy-war-common: 16:45:45 [2023-03-05T21:45:45.590Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-em-resource-injection-web 16:45:45 [2023-03-05T21:45:45.590Z] 16:45:45 [2023-03-05T21:45:45.590Z] delete-resources: 16:45:45 [2023-03-05T21:45:45.590Z] 16:45:45 [2023-03-05T21:45:45.590Z] setOSConditions: 16:45:45 [2023-03-05T21:45:45.590Z] 16:45:45 [2023-03-05T21:45:45.590Z] setToolWin: 16:45:45 [2023-03-05T21:45:45.590Z] 16:45:45 [2023-03-05T21:45:45.590Z] setToolUnix: 16:45:45 [2023-03-05T21:45:45.590Z] 16:45:45 [2023-03-05T21:45:45.590Z] setToolProperty: 16:45:45 [2023-03-05T21:45:45.590Z] 16:45:45 [2023-03-05T21:45:45.590Z] setS1ASclassPath: 16:45:45 [2023-03-05T21:45:45.590Z] 16:45:45 [2023-03-05T21:45:45.590Z] init-common: 16:45:45 [2023-03-05T21:45:45.590Z] 16:45:45 [2023-03-05T21:45:45.590Z] delete-jdbc-resource-common: 16:45:45 [2023-03-05T21:45:45.590Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/jdbc-dev-test-resource 16:45:45 [2023-03-05T21:45:45.854Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/jdbc-dev-test-resource 16:45:45 [2023-03-05T21:45:45.854Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully 16:45:45 [2023-03-05T21:45:45.854Z] [echo] cmd executed for server 16:45:45 [2023-03-05T21:45:45.854Z] 16:45:45 [2023-03-05T21:45:45.854Z] setOSConditions: 16:45:45 [2023-03-05T21:45:45.854Z] 16:45:45 [2023-03-05T21:45:45.854Z] setToolWin: 16:45:45 [2023-03-05T21:45:45.854Z] 16:45:45 [2023-03-05T21:45:45.854Z] setToolUnix: 16:45:45 [2023-03-05T21:45:45.854Z] 16:45:45 [2023-03-05T21:45:45.854Z] setToolProperty: 16:45:45 [2023-03-05T21:45:45.854Z] 16:45:45 [2023-03-05T21:45:45.854Z] setS1ASclassPath: 16:45:45 [2023-03-05T21:45:45.854Z] 16:45:45 [2023-03-05T21:45:45.854Z] init-common: 16:45:45 [2023-03-05T21:45:45.854Z] 16:45:45 [2023-03-05T21:45:45.854Z] delete-jdbc-connpool-common: 16:45:45 [2023-03-05T21:45:45.854Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:45:46 [2023-03-05T21:45:46.109Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:45:46 [2023-03-05T21:45:46.109Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:45:46 [2023-03-05T21:45:46.109Z] [echo] cmd executed for server 16:45:46 [2023-03-05T21:45:46.109Z] 16:45:46 [2023-03-05T21:45:46.109Z] all: 16:45:46 [2023-03-05T21:45:46.109Z] 16:45:46 [2023-03-05T21:45:46.109Z] setOSConditions: 16:45:46 [2023-03-05T21:45:46.109Z] 16:45:46 [2023-03-05T21:45:46.109Z] setToolWin: 16:45:46 [2023-03-05T21:45:46.109Z] 16:45:46 [2023-03-05T21:45:46.110Z] setToolUnix: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setToolProperty: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setS1ASclassPath: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] init-common: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] clean: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setOSConditions: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setToolWin: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setToolUnix: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setToolProperty: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setS1ASclassPath: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] init-common: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] clean-common: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setOSConditions: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setToolWin: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setToolUnix: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setToolProperty: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setS1ASclassPath: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] init-common: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] clean-classes-common: 16:45:46 [2023-03-05T21:45:46.110Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setOSConditions: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setToolWin: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setToolUnix: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setToolProperty: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setS1ASclassPath: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] init-common: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] clean-jars-common: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] compile: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setOSConditions: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setToolWin: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setToolUnix: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setToolProperty: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] setS1ASclassPath: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] init-common: 16:45:46 [2023-03-05T21:45:46.110Z] 16:45:46 [2023-03-05T21:45:46.110Z] compile-common: 16:45:46 [2023-03-05T21:45:46.110Z] [echo] Current time (ISO): 2023-03-05T21:45:46.061+0000 16:45:46 [2023-03-05T21:45:46.110Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:46 [2023-03-05T21:45:46.110Z] [javac] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:47 [2023-03-05T21:45:47.477Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:45:47 [2023-03-05T21:45:47.477Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:45:47 [2023-03-05T21:45:47.477Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:45:47 [2023-03-05T21:45:47.733Z] [javac] 2 warnings 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] build: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] setOSConditions: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] setToolWin: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] setToolUnix: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] setToolProperty: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] setS1ASclassPath: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] init-common: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] webclient-war-common: 16:45:47 [2023-03-05T21:45:47.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] clear: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] test-tlds-exist: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] copy-tlds: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] test-tagfiles-exist: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] copy-tagfiles: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] package-war-common: 16:45:47 [2023-03-05T21:45:47.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:45:47 [2023-03-05T21:45:47.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:47 [2023-03-05T21:45:47.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:47 [2023-03-05T21:45:47.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:45:47 [2023-03-05T21:45:47.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-injection-no-interface-ejb/lib 16:45:47 [2023-03-05T21:45:47.733Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF 16:45:47 [2023-03-05T21:45:47.733Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:47 [2023-03-05T21:45:47.733Z] [copy] Copying 13 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:47 [2023-03-05T21:45:47.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-injection-no-interface-ejb/docroot 16:45:47 [2023-03-05T21:45:47.733Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-eminjection-into-no-interface-ejb-web.war 16:45:47 [2023-03-05T21:45:47.733Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:47 [2023-03-05T21:45:47.733Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-injection-no-interface-ejb/build.xml:57: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:45:47 [2023-03-05T21:45:47.733Z] [javac] Compiling 1 source file 16:45:47 [2023-03-05T21:45:47.733Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-injection-no-interface-ejb/client/test/client/WebTest.java uses or overrides a deprecated API. 16:45:47 [2023-03-05T21:45:47.733Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] deploy: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] deploy-war-common: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] setOSConditions: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] setToolWin: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] setToolUnix: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] setToolProperty: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] setS1ASclassPath: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] init-common: 16:45:47 [2023-03-05T21:45:47.733Z] 16:45:47 [2023-03-05T21:45:47.733Z] deploy-war-commonpe: 16:45:47 [2023-03-05T21:45:47.989Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-eminjection-into-no-interface-ejb --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-eminjection-into-no-interface-ejb-web.war 16:45:48 [2023-03-05T21:45:48.270Z] [exec] Application deployed with name cdi-eminjection-into-no-interface-ejb-web. 16:45:48 [2023-03-05T21:45:48.270Z] 16:45:48 [2023-03-05T21:45:48.270Z] deploy-war-commonee: 16:45:48 [2023-03-05T21:45:48.270Z] 16:45:48 [2023-03-05T21:45:48.270Z] run: 16:45:48 [2023-03-05T21:45:48.526Z] [java] opening connection to http://localhost:8080/cdi-eminjection-into-no-interface-ejb/myurl 16:45:48 [2023-03-05T21:45:48.526Z] [java] line = Hello from Servlet 3.0. 16:45:48 [2023-03-05T21:45:48.526Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:45:48 [2023-03-05T21:45:48.526Z] [java] 16:45:48 [2023-03-05T21:45:48.526Z] [java] 16:45:48 [2023-03-05T21:45:48.526Z] [java] ----------------------------------------- 16:45:48 [2023-03-05T21:45:48.526Z] [java] - em-injection-of-no-interface-EJB: PASS - 16:45:48 [2023-03-05T21:45:48.526Z] [java] ----------------------------------------- 16:45:48 [2023-03-05T21:45:48.526Z] [java] - Total PASS : 1 - 16:45:48 [2023-03-05T21:45:48.526Z] [java] - Total FAIL : 0 - 16:45:48 [2023-03-05T21:45:48.526Z] [java] - Total DID NOT RUN : 0 - 16:45:48 [2023-03-05T21:45:48.526Z] [java] ----------------------------------------- 16:45:48 [2023-03-05T21:45:48.526Z] 16:45:48 [2023-03-05T21:45:48.526Z] undeploy: 16:45:48 [2023-03-05T21:45:48.526Z] 16:45:48 [2023-03-05T21:45:48.526Z] setOSConditions: 16:45:48 [2023-03-05T21:45:48.526Z] 16:45:48 [2023-03-05T21:45:48.526Z] setToolWin: 16:45:48 [2023-03-05T21:45:48.526Z] 16:45:48 [2023-03-05T21:45:48.526Z] setToolUnix: 16:45:48 [2023-03-05T21:45:48.526Z] 16:45:48 [2023-03-05T21:45:48.526Z] setToolProperty: 16:45:48 [2023-03-05T21:45:48.526Z] 16:45:48 [2023-03-05T21:45:48.526Z] setS1ASclassPath: 16:45:48 [2023-03-05T21:45:48.526Z] 16:45:48 [2023-03-05T21:45:48.526Z] init-common: 16:45:48 [2023-03-05T21:45:48.526Z] 16:45:48 [2023-03-05T21:45:48.526Z] undeploy-war-common: 16:45:48 [2023-03-05T21:45:48.783Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-eminjection-into-no-interface-ejb-web 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] all: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setOSConditions: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setToolWin: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setToolUnix: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setToolProperty: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setS1ASclassPath: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] init-common: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] clean: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setOSConditions: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setToolWin: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setToolUnix: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setToolProperty: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setS1ASclassPath: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] init-common: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] clean-common: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setOSConditions: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setToolWin: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setToolUnix: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setToolProperty: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setS1ASclassPath: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] init-common: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] clean-classes-common: 16:45:48 [2023-03-05T21:45:48.783Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setOSConditions: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setToolWin: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setToolUnix: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setToolProperty: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setS1ASclassPath: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] init-common: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] clean-jars-common: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] compile: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setOSConditions: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setToolWin: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setToolUnix: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setToolProperty: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] setS1ASclassPath: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] init-common: 16:45:48 [2023-03-05T21:45:48.783Z] 16:45:48 [2023-03-05T21:45:48.783Z] compile-common: 16:45:48 [2023-03-05T21:45:48.783Z] [echo] Current time (ISO): 2023-03-05T21:45:48.663+0000 16:45:48 [2023-03-05T21:45:48.783Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:48 [2023-03-05T21:45:48.783Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:50 [2023-03-05T21:45:50.154Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:45:50 [2023-03-05T21:45:50.154Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:45:50 [2023-03-05T21:45:50.154Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:45:50 [2023-03-05T21:45:50.154Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection-with-resource-declaration-in-another-jar/lib/com/acme/util/TestManagedBean.java uses or overrides a deprecated API. 16:45:50 [2023-03-05T21:45:50.154Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:45:50 [2023-03-05T21:45:50.154Z] [javac] 2 warnings 16:45:50 [2023-03-05T21:45:50.154Z] 16:45:50 [2023-03-05T21:45:50.154Z] setOSConditions: 16:45:50 [2023-03-05T21:45:50.154Z] 16:45:50 [2023-03-05T21:45:50.154Z] setToolWin: 16:45:50 [2023-03-05T21:45:50.154Z] 16:45:50 [2023-03-05T21:45:50.154Z] setToolUnix: 16:45:50 [2023-03-05T21:45:50.154Z] 16:45:50 [2023-03-05T21:45:50.154Z] setToolProperty: 16:45:50 [2023-03-05T21:45:50.154Z] 16:45:50 [2023-03-05T21:45:50.154Z] setS1ASclassPath: 16:45:50 [2023-03-05T21:45:50.154Z] 16:45:50 [2023-03-05T21:45:50.154Z] init-common: 16:45:50 [2023-03-05T21:45:50.154Z] 16:45:50 [2023-03-05T21:45:50.154Z] compile-common: 16:45:50 [2023-03-05T21:45:50.154Z] [echo] Current time (ISO): 2023-03-05T21:45:49.903+0000 16:45:50 [2023-03-05T21:45:50.154Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:51 [2023-03-05T21:45:51.523Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:45:51 [2023-03-05T21:45:51.523Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:45:51 [2023-03-05T21:45:51.523Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:45:51 [2023-03-05T21:45:51.523Z] [javac] 2 warnings 16:45:51 [2023-03-05T21:45:51.523Z] 16:45:51 [2023-03-05T21:45:51.523Z] setOSConditions: 16:45:51 [2023-03-05T21:45:51.523Z] 16:45:51 [2023-03-05T21:45:51.523Z] setToolWin: 16:45:51 [2023-03-05T21:45:51.523Z] 16:45:51 [2023-03-05T21:45:51.523Z] setToolUnix: 16:45:51 [2023-03-05T21:45:51.523Z] 16:45:51 [2023-03-05T21:45:51.523Z] setToolProperty: 16:45:51 [2023-03-05T21:45:51.523Z] 16:45:51 [2023-03-05T21:45:51.523Z] setS1ASclassPath: 16:45:51 [2023-03-05T21:45:51.523Z] 16:45:51 [2023-03-05T21:45:51.523Z] init-common: 16:45:51 [2023-03-05T21:45:51.523Z] 16:45:51 [2023-03-05T21:45:51.523Z] compile-common: 16:45:51 [2023-03-05T21:45:51.523Z] [echo] Current time (ISO): 2023-03-05T21:45:51.243+0000 16:45:51 [2023-03-05T21:45:51.523Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:52 [2023-03-05T21:45:52.889Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:45:52 [2023-03-05T21:45:52.889Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:45:52 [2023-03-05T21:45:52.890Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:45:52 [2023-03-05T21:45:52.890Z] [javac] 2 warnings 16:45:52 [2023-03-05T21:45:52.890Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection-with-resource-declaration-in-another-jar/build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:45:52 [2023-03-05T21:45:52.890Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] build: 16:45:52 [2023-03-05T21:45:52.890Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setOSConditions: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setToolWin: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setToolUnix: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setToolProperty: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setS1ASclassPath: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] init-common: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] ejb-jar-common: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] package-ejbjar-common: 16:45:52 [2023-03-05T21:45:52.890Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:45:52 [2023-03-05T21:45:52.890Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:45:52 [2023-03-05T21:45:52.890Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:45:52 [2023-03-05T21:45:52.890Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-ear-ejb.jar 16:45:52 [2023-03-05T21:45:52.890Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:45:52 [2023-03-05T21:45:52.890Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:45:52 [2023-03-05T21:45:52.890Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:45:52 [2023-03-05T21:45:52.890Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:45:52 [2023-03-05T21:45:52.890Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/lib-dir 16:45:52 [2023-03-05T21:45:52.890Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/lib-dir/lib.jar 16:45:52 [2023-03-05T21:45:52.890Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF/beans.xml 16:45:52 [2023-03-05T21:45:52.890Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/com/acme/ejb 16:45:52 [2023-03-05T21:45:52.890Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/com/acme/util 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setOSConditions: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setToolWin: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setToolUnix: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setToolProperty: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setS1ASclassPath: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] init-common: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] webclient-war-common: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] clear: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] test-tlds-exist: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] copy-tlds: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] test-tagfiles-exist: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] copy-tagfiles: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] package-war-common: 16:45:52 [2023-03-05T21:45:52.890Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:45:52 [2023-03-05T21:45:52.890Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:52 [2023-03-05T21:45:52.890Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:52 [2023-03-05T21:45:52.890Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:45:52 [2023-03-05T21:45:52.890Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF 16:45:52 [2023-03-05T21:45:52.890Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:52 [2023-03-05T21:45:52.890Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:52 [2023-03-05T21:45:52.890Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection-with-resource-declaration-in-another-jar/docroot 16:45:52 [2023-03-05T21:45:52.890Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-ear-web.war 16:45:52 [2023-03-05T21:45:52.890Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:52 [2023-03-05T21:45:52.890Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/lib-dir 16:45:52 [2023-03-05T21:45:52.890Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection-with-resource-declaration-in-another-jar/descriptor/sun-application.xml to copy. 16:45:52 [2023-03-05T21:45:52.890Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection-with-resource-declaration-in-another-jar/${glassfish-resources-ear.xml} to copy. 16:45:52 [2023-03-05T21:45:52.890Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-earApp.ear 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] deploy: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setOSConditions: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setToolWin: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setToolUnix: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setToolProperty: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setS1ASclassPath: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] init-common: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] deploy-common: 16:45:52 [2023-03-05T21:45:52.890Z] [echo] Current time (ISO): 2023-03-05T21:45:52.792+0000 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setOSConditions: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setToolWin: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setToolUnix: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setToolProperty: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] setS1ASclassPath: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] init-common: 16:45:52 [2023-03-05T21:45:52.890Z] 16:45:52 [2023-03-05T21:45:52.890Z] deploy-common-pe: 16:45:53 [2023-03-05T21:45:53.147Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-earApp.ear 16:45:53 [2023-03-05T21:45:53.725Z] [exec] Application deployed with name cdi-full-earApp. 16:45:53 [2023-03-05T21:45:53.725Z] [exec] there are no files to retrieve for application cdi-full-earApp 16:45:53 [2023-03-05T21:45:53.725Z] [echo] Deployment on target server server successful 16:45:53 [2023-03-05T21:45:53.725Z] 16:45:53 [2023-03-05T21:45:53.725Z] setOSConditions: 16:45:53 [2023-03-05T21:45:53.725Z] 16:45:53 [2023-03-05T21:45:53.725Z] setToolWin: 16:45:53 [2023-03-05T21:45:53.725Z] 16:45:53 [2023-03-05T21:45:53.725Z] setToolUnix: 16:45:53 [2023-03-05T21:45:53.725Z] 16:45:53 [2023-03-05T21:45:53.725Z] setToolProperty: 16:45:53 [2023-03-05T21:45:53.725Z] 16:45:53 [2023-03-05T21:45:53.725Z] setS1ASclassPath: 16:45:53 [2023-03-05T21:45:53.725Z] 16:45:53 [2023-03-05T21:45:53.725Z] init-common: 16:45:53 [2023-03-05T21:45:53.725Z] 16:45:53 [2023-03-05T21:45:53.725Z] deploy-common-ee: 16:45:53 [2023-03-05T21:45:53.725Z] 16:45:53 [2023-03-05T21:45:53.725Z] run: 16:45:53 [2023-03-05T21:45:53.725Z] [java] invoking webclient servlet at http://localhost:8080/cdi-full-ear/HelloServlet 16:45:53 [2023-03-05T21:45:53.981Z] [java] <response>: 16:45:53 [2023-03-05T21:45:53.981Z] [java] Value of key is:em-resource-injection-with-resource-declaration-in-another-jar 16:45:53 [2023-03-05T21:45:53.981Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:45:53 [2023-03-05T21:45:53.981Z] [java] 16:45:53 [2023-03-05T21:45:53.981Z] [java] 16:45:53 [2023-03-05T21:45:53.981Z] [java] ----------------------------------------- 16:45:53 [2023-03-05T21:45:53.981Z] [java] - em-resource-injection-with-resource-declaration-in-another-jar: PASS - 16:45:53 [2023-03-05T21:45:53.981Z] [java] ----------------------------------------- 16:45:53 [2023-03-05T21:45:53.981Z] [java] Total PASS: 1 16:45:53 [2023-03-05T21:45:53.981Z] [java] Total FAIL: 0 16:45:53 [2023-03-05T21:45:53.981Z] [java] Total DID NOT RUN: 0 16:45:53 [2023-03-05T21:45:53.981Z] [java] ----------------------------------------- 16:45:53 [2023-03-05T21:45:53.981Z] [java] in flushAll , creating new testSuiteHash 16:45:53 [2023-03-05T21:45:53.981Z] [java] appLevelViaLookup = 'null' 16:45:53 [2023-03-05T21:45:53.981Z] [java] in flushAll , creating new testSuiteHash 16:45:53 [2023-03-05T21:45:53.981Z] 16:45:53 [2023-03-05T21:45:53.981Z] undeploy: 16:45:53 [2023-03-05T21:45:53.981Z] 16:45:53 [2023-03-05T21:45:53.981Z] setOSConditions: 16:45:53 [2023-03-05T21:45:53.981Z] 16:45:53 [2023-03-05T21:45:53.981Z] setToolWin: 16:45:53 [2023-03-05T21:45:53.981Z] 16:45:53 [2023-03-05T21:45:53.981Z] setToolUnix: 16:45:53 [2023-03-05T21:45:53.981Z] 16:45:53 [2023-03-05T21:45:53.981Z] setToolProperty: 16:45:53 [2023-03-05T21:45:53.981Z] 16:45:53 [2023-03-05T21:45:53.981Z] setS1ASclassPath: 16:45:53 [2023-03-05T21:45:53.981Z] 16:45:53 [2023-03-05T21:45:53.981Z] init-common: 16:45:53 [2023-03-05T21:45:53.981Z] 16:45:53 [2023-03-05T21:45:53.981Z] undeploy-common: 16:45:54 [2023-03-05T21:45:54.237Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-full-earApp 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] all: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setOSConditions: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setToolWin: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setToolUnix: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setToolProperty: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setS1ASclassPath: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] init-common: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] clean: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setOSConditions: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setToolWin: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setToolUnix: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setToolProperty: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setS1ASclassPath: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] init-common: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] clean-common: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setOSConditions: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setToolWin: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setToolUnix: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setToolProperty: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setS1ASclassPath: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] init-common: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] clean-classes-common: 16:45:54 [2023-03-05T21:45:54.237Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setOSConditions: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setToolWin: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setToolUnix: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setToolProperty: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setS1ASclassPath: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] init-common: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] clean-jars-common: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] compile: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setOSConditions: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setToolWin: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setToolUnix: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.237Z] setToolProperty: 16:45:54 [2023-03-05T21:45:54.237Z] 16:45:54 [2023-03-05T21:45:54.238Z] setS1ASclassPath: 16:45:54 [2023-03-05T21:45:54.238Z] 16:45:54 [2023-03-05T21:45:54.238Z] init-common: 16:45:54 [2023-03-05T21:45:54.238Z] 16:45:54 [2023-03-05T21:45:54.238Z] compile-common: 16:45:54 [2023-03-05T21:45:54.238Z] [echo] Current time (ISO): 2023-03-05T21:45:54.120+0000 16:45:54 [2023-03-05T21:45:54.238Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:54 [2023-03-05T21:45:54.238Z] [javac] Compiling 20 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:55 [2023-03-05T21:45:55.629Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:45:55 [2023-03-05T21:45:55.629Z] [javac] 1 warning 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] build: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] setOSConditions: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] setToolWin: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] setToolUnix: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] setToolProperty: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] setS1ASclassPath: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] init-common: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] webclient-war-common: 16:45:55 [2023-03-05T21:45:55.629Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] clear: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] test-tlds-exist: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] copy-tlds: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] test-tagfiles-exist: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] copy-tagfiles: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] package-war-common: 16:45:55 [2023-03-05T21:45:55.629Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:45:55 [2023-03-05T21:45:55.629Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:55 [2023-03-05T21:45:55.629Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:55 [2023-03-05T21:45:55.629Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:45:55 [2023-03-05T21:45:55.629Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/slsb-injection-into-sessionscoped/lib 16:45:55 [2023-03-05T21:45:55.629Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:55 [2023-03-05T21:45:55.629Z] [copy] Copying 20 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:55 [2023-03-05T21:45:55.629Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/slsb-injection-into-sessionscoped/docroot 16:45:55 [2023-03-05T21:45:55.629Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-no-interface-ejb-web.war 16:45:55 [2023-03-05T21:45:55.629Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:55 [2023-03-05T21:45:55.629Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/slsb-injection-into-sessionscoped/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:45:55 [2023-03-05T21:45:55.629Z] [javac] Compiling 1 source file 16:45:55 [2023-03-05T21:45:55.629Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/slsb-injection-into-sessionscoped/client/test/client/WebTest.java uses or overrides a deprecated API. 16:45:55 [2023-03-05T21:45:55.629Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] deploy: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] deploy-war-common: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] setOSConditions: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] setToolWin: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] setToolUnix: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] setToolProperty: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] setS1ASclassPath: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] init-common: 16:45:55 [2023-03-05T21:45:55.629Z] 16:45:55 [2023-03-05T21:45:55.629Z] deploy-war-commonpe: 16:45:56 [2023-03-05T21:45:56.193Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-no-interface-ejb --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-no-interface-ejb-web.war 16:45:56 [2023-03-05T21:45:56.193Z] [exec] Application deployed with name cdi-no-interface-ejb-web. 16:45:56 [2023-03-05T21:45:56.193Z] 16:45:56 [2023-03-05T21:45:56.193Z] deploy-war-commonee: 16:45:56 [2023-03-05T21:45:56.193Z] 16:45:56 [2023-03-05T21:45:56.193Z] run: 16:45:56 [2023-03-05T21:45:56.193Z] [java] opening connection to http://localhost:8080/cdi-no-interface-ejb/myurl 16:45:56 [2023-03-05T21:45:56.193Z] [java] line = Hello from Servlet 3.0. 16:45:56 [2023-03-05T21:45:56.193Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:45:56 [2023-03-05T21:45:56.193Z] [java] 16:45:56 [2023-03-05T21:45:56.193Z] [java] 16:45:56 [2023-03-05T21:45:56.193Z] [java] ----------------------------------------- 16:45:56 [2023-03-05T21:45:56.193Z] [java] - slsb-injection-into-sessionscopedbean: PASS - 16:45:56 [2023-03-05T21:45:56.193Z] [java] ----------------------------------------- 16:45:56 [2023-03-05T21:45:56.193Z] [java] - Total PASS : 1 - 16:45:56 [2023-03-05T21:45:56.193Z] [java] - Total FAIL : 0 - 16:45:56 [2023-03-05T21:45:56.193Z] [java] - Total DID NOT RUN : 0 - 16:45:56 [2023-03-05T21:45:56.193Z] [java] ----------------------------------------- 16:45:56 [2023-03-05T21:45:56.193Z] 16:45:56 [2023-03-05T21:45:56.193Z] undeploy: 16:45:56 [2023-03-05T21:45:56.193Z] 16:45:56 [2023-03-05T21:45:56.193Z] setOSConditions: 16:45:56 [2023-03-05T21:45:56.193Z] 16:45:56 [2023-03-05T21:45:56.193Z] setToolWin: 16:45:56 [2023-03-05T21:45:56.193Z] 16:45:56 [2023-03-05T21:45:56.193Z] setToolUnix: 16:45:56 [2023-03-05T21:45:56.193Z] 16:45:56 [2023-03-05T21:45:56.193Z] setToolProperty: 16:45:56 [2023-03-05T21:45:56.193Z] 16:45:56 [2023-03-05T21:45:56.193Z] setS1ASclassPath: 16:45:56 [2023-03-05T21:45:56.193Z] 16:45:56 [2023-03-05T21:45:56.193Z] init-common: 16:45:56 [2023-03-05T21:45:56.193Z] 16:45:56 [2023-03-05T21:45:56.194Z] undeploy-war-common: 16:45:56 [2023-03-05T21:45:56.756Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-no-interface-ejb-web 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] all: 16:45:56 [2023-03-05T21:45:56.756Z] [echo] 16:45:56 [2023-03-05T21:45:56.756Z] [echo] ************************* 16:45:56 [2023-03-05T21:45:56.756Z] [echo] * Running javaee-integration 16:45:56 [2023-03-05T21:45:56.756Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration 16:45:56 [2023-03-05T21:45:56.756Z] [echo] ************************* 16:45:56 [2023-03-05T21:45:56.756Z] [echo] 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] all: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] javaee-int: 16:45:56 [2023-03-05T21:45:56.756Z] [echo] ==== Running servlet-context-injection-cdi 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setOSConditions: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setToolWin: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setToolUnix: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setToolProperty: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setS1ASclassPath: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] init-common: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] clean: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setOSConditions: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setToolWin: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setToolUnix: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setToolProperty: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setS1ASclassPath: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] init-common: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] clean-common: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setOSConditions: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setToolWin: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setToolUnix: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setToolProperty: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setS1ASclassPath: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] init-common: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] clean-classes-common: 16:45:56 [2023-03-05T21:45:56.756Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setOSConditions: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setToolWin: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setToolUnix: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setToolProperty: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setS1ASclassPath: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] init-common: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] clean-jars-common: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] compile: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setOSConditions: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setToolWin: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setToolUnix: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setToolProperty: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] setS1ASclassPath: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] init-common: 16:45:56 [2023-03-05T21:45:56.756Z] 16:45:56 [2023-03-05T21:45:56.756Z] compile-common: 16:45:56 [2023-03-05T21:45:56.756Z] [echo] Current time (ISO): 2023-03-05T21:45:56.591+0000 16:45:56 [2023-03-05T21:45:56.756Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:56 [2023-03-05T21:45:56.756Z] [javac] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:58 [2023-03-05T21:45:58.124Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:45:58 [2023-03-05T21:45:58.124Z] [javac] 1 warning 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] build: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] setOSConditions: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] setToolWin: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] setToolUnix: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] setToolProperty: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] setS1ASclassPath: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] init-common: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] webclient-war-common: 16:45:58 [2023-03-05T21:45:58.124Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] clear: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] test-tlds-exist: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] copy-tlds: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] test-tagfiles-exist: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] copy-tagfiles: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] package-war-common: 16:45:58 [2023-03-05T21:45:58.124Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:45:58 [2023-03-05T21:45:58.124Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:58 [2023-03-05T21:45:58.124Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:58 [2023-03-05T21:45:58.124Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:45:58 [2023-03-05T21:45:58.124Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/servlet-context-injection-cdi/lib 16:45:58 [2023-03-05T21:45:58.124Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:58 [2023-03-05T21:45:58.124Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:45:58 [2023-03-05T21:45:58.124Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/servlet-context-injection-cdi/docroot 16:45:58 [2023-03-05T21:45:58.124Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-context-injection-web.war 16:45:58 [2023-03-05T21:45:58.124Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:45:58 [2023-03-05T21:45:58.124Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/servlet-context-injection-cdi/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:45:58 [2023-03-05T21:45:58.124Z] [javac] Compiling 1 source file 16:45:58 [2023-03-05T21:45:58.124Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/servlet-context-injection-cdi/WebTest.java uses or overrides a deprecated API. 16:45:58 [2023-03-05T21:45:58.124Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] deploy: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] deploy-war-common: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] setOSConditions: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] setToolWin: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] setToolUnix: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] setToolProperty: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] setS1ASclassPath: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] init-common: 16:45:58 [2023-03-05T21:45:58.124Z] 16:45:58 [2023-03-05T21:45:58.124Z] deploy-war-commonpe: 16:45:58 [2023-03-05T21:45:58.380Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-servlet-context-injection --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-context-injection-web.war 16:45:58 [2023-03-05T21:45:58.380Z] [exec] Application deployed with name cdi-servlet-context-injection-web. 16:45:58 [2023-03-05T21:45:58.380Z] 16:45:58 [2023-03-05T21:45:58.380Z] deploy-war-commonee: 16:45:58 [2023-03-05T21:45:58.380Z] 16:45:58 [2023-03-05T21:45:58.380Z] run: 16:45:58 [2023-03-05T21:45:58.636Z] [java] opening connection to http://localhost:8080/cdi-servlet-context-injection/myurl 16:45:58 [2023-03-05T21:45:58.636Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 Servlet context: /cdi-servlet-context-injection 16:45:58 [2023-03-05T21:45:58.636Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:45:58 [2023-03-05T21:45:58.636Z] [java] 16:45:58 [2023-03-05T21:45:58.636Z] [java] 16:45:58 [2023-03-05T21:45:58.637Z] [java] ----------------------------------------- 16:45:58 [2023-03-05T21:45:58.637Z] [java] - servlet-context-injection-in-cdi: PASS - 16:45:58 [2023-03-05T21:45:58.637Z] [java] ----------------------------------------- 16:45:58 [2023-03-05T21:45:58.637Z] [java] - Total PASS : 1 - 16:45:58 [2023-03-05T21:45:58.637Z] [java] - Total FAIL : 0 - 16:45:58 [2023-03-05T21:45:58.637Z] [java] - Total DID NOT RUN : 0 - 16:45:58 [2023-03-05T21:45:58.637Z] [java] ----------------------------------------- 16:45:58 [2023-03-05T21:45:58.637Z] 16:45:58 [2023-03-05T21:45:58.637Z] undeploy: 16:45:58 [2023-03-05T21:45:58.637Z] 16:45:58 [2023-03-05T21:45:58.637Z] setOSConditions: 16:45:58 [2023-03-05T21:45:58.637Z] 16:45:58 [2023-03-05T21:45:58.637Z] setToolWin: 16:45:58 [2023-03-05T21:45:58.637Z] 16:45:58 [2023-03-05T21:45:58.637Z] setToolUnix: 16:45:58 [2023-03-05T21:45:58.637Z] 16:45:58 [2023-03-05T21:45:58.637Z] setToolProperty: 16:45:58 [2023-03-05T21:45:58.637Z] 16:45:58 [2023-03-05T21:45:58.637Z] setS1ASclassPath: 16:45:58 [2023-03-05T21:45:58.637Z] 16:45:58 [2023-03-05T21:45:58.637Z] init-common: 16:45:58 [2023-03-05T21:45:58.637Z] 16:45:58 [2023-03-05T21:45:58.637Z] undeploy-war-common: 16:45:58 [2023-03-05T21:45:58.916Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-servlet-context-injection-web 16:45:58 [2023-03-05T21:45:58.916Z] 16:45:58 [2023-03-05T21:45:58.916Z] all: 16:45:58 [2023-03-05T21:45:58.916Z] [echo] ==== Running simple-managed-bean-interceptor-nonnull-package 16:45:58 [2023-03-05T21:45:58.916Z] 16:45:58 [2023-03-05T21:45:58.916Z] setOSConditions: 16:45:58 [2023-03-05T21:45:58.916Z] 16:45:58 [2023-03-05T21:45:58.916Z] setToolWin: 16:45:58 [2023-03-05T21:45:58.916Z] 16:45:58 [2023-03-05T21:45:58.916Z] setToolUnix: 16:45:58 [2023-03-05T21:45:58.916Z] 16:45:58 [2023-03-05T21:45:58.916Z] setToolProperty: 16:45:58 [2023-03-05T21:45:58.916Z] 16:45:58 [2023-03-05T21:45:58.916Z] setS1ASclassPath: 16:45:58 [2023-03-05T21:45:58.916Z] 16:45:58 [2023-03-05T21:45:58.917Z] init-common: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] clean: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setOSConditions: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setToolWin: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setToolUnix: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setToolProperty: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setS1ASclassPath: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] init-common: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] clean-common: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setOSConditions: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setToolWin: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setToolUnix: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setToolProperty: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setS1ASclassPath: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] init-common: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] clean-classes-common: 16:45:58 [2023-03-05T21:45:58.917Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setOSConditions: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setToolWin: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setToolUnix: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setToolProperty: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setS1ASclassPath: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] init-common: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] clean-jars-common: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] compile: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setOSConditions: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setToolWin: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setToolUnix: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setToolProperty: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] setS1ASclassPath: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] init-common: 16:45:58 [2023-03-05T21:45:58.917Z] 16:45:58 [2023-03-05T21:45:58.917Z] compile-common: 16:45:58 [2023-03-05T21:45:58.917Z] [echo] Current time (ISO): 2023-03-05T21:45:58.854+0000 16:45:58 [2023-03-05T21:45:58.917Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:45:58 [2023-03-05T21:45:58.917Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:00 [2023-03-05T21:46:00.284Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:46:00 [2023-03-05T21:46:00.284Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/servlet/test/beans/TestManagedBean.java uses or overrides a deprecated API. 16:46:00 [2023-03-05T21:46:00.284Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:46:00 [2023-03-05T21:46:00.284Z] [javac] 1 warning 16:46:00 [2023-03-05T21:46:00.284Z] 16:46:00 [2023-03-05T21:46:00.284Z] build: 16:46:00 [2023-03-05T21:46:00.284Z] 16:46:00 [2023-03-05T21:46:00.284Z] setOSConditions: 16:46:00 [2023-03-05T21:46:00.284Z] 16:46:00 [2023-03-05T21:46:00.284Z] setToolWin: 16:46:00 [2023-03-05T21:46:00.284Z] 16:46:00 [2023-03-05T21:46:00.284Z] setToolUnix: 16:46:00 [2023-03-05T21:46:00.284Z] 16:46:00 [2023-03-05T21:46:00.284Z] setToolProperty: 16:46:00 [2023-03-05T21:46:00.284Z] 16:46:00 [2023-03-05T21:46:00.284Z] setS1ASclassPath: 16:46:00 [2023-03-05T21:46:00.284Z] 16:46:00 [2023-03-05T21:46:00.284Z] init-common: 16:46:00 [2023-03-05T21:46:00.284Z] 16:46:00 [2023-03-05T21:46:00.284Z] webclient-war-common: 16:46:00 [2023-03-05T21:46:00.284Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:46:00 [2023-03-05T21:46:00.284Z] 16:46:00 [2023-03-05T21:46:00.284Z] clear: 16:46:00 [2023-03-05T21:46:00.284Z] 16:46:00 [2023-03-05T21:46:00.284Z] test-tlds-exist: 16:46:00 [2023-03-05T21:46:00.284Z] 16:46:00 [2023-03-05T21:46:00.284Z] copy-tlds: 16:46:00 [2023-03-05T21:46:00.284Z] 16:46:00 [2023-03-05T21:46:00.284Z] test-tagfiles-exist: 16:46:00 [2023-03-05T21:46:00.284Z] 16:46:00 [2023-03-05T21:46:00.284Z] copy-tagfiles: 16:46:00 [2023-03-05T21:46:00.284Z] 16:46:00 [2023-03-05T21:46:00.284Z] package-war-common: 16:46:00 [2023-03-05T21:46:00.284Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:46:00 [2023-03-05T21:46:00.284Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:00 [2023-03-05T21:46:00.284Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:00 [2023-03-05T21:46:00.284Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:46:00 [2023-03-05T21:46:00.285Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/lib 16:46:00 [2023-03-05T21:46:00.285Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:00 [2023-03-05T21:46:00.285Z] [copy] Copying 5 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:00 [2023-03-05T21:46:00.285Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/docroot 16:46:00 [2023-03-05T21:46:00.285Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-managed-bean-interceptor-web.war 16:46:00 [2023-03-05T21:46:00.285Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:00 [2023-03-05T21:46:00.285Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:00 [2023-03-05T21:46:00.285Z] [javac] Compiling 1 source file 16:46:00 [2023-03-05T21:46:00.285Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/WebTest.java uses or overrides a deprecated API. 16:46:00 [2023-03-05T21:46:00.285Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:46:00 [2023-03-05T21:46:00.285Z] 16:46:00 [2023-03-05T21:46:00.285Z] deploy: 16:46:00 [2023-03-05T21:46:00.285Z] 16:46:00 [2023-03-05T21:46:00.285Z] deploy-war-common: 16:46:00 [2023-03-05T21:46:00.285Z] 16:46:00 [2023-03-05T21:46:00.285Z] setOSConditions: 16:46:00 [2023-03-05T21:46:00.285Z] 16:46:00 [2023-03-05T21:46:00.285Z] setToolWin: 16:46:00 [2023-03-05T21:46:00.285Z] 16:46:00 [2023-03-05T21:46:00.285Z] setToolUnix: 16:46:00 [2023-03-05T21:46:00.285Z] 16:46:00 [2023-03-05T21:46:00.285Z] setToolProperty: 16:46:00 [2023-03-05T21:46:00.285Z] 16:46:00 [2023-03-05T21:46:00.285Z] setS1ASclassPath: 16:46:00 [2023-03-05T21:46:00.285Z] 16:46:00 [2023-03-05T21:46:00.285Z] init-common: 16:46:00 [2023-03-05T21:46:00.285Z] 16:46:00 [2023-03-05T21:46:00.285Z] deploy-war-commonpe: 16:46:00 [2023-03-05T21:46:00.541Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-simple-managed-bean-interceptor --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-managed-bean-interceptor-web.war 16:46:00 [2023-03-05T21:46:00.797Z] [exec] Application deployed with name cdi-simple-managed-bean-interceptor-web. 16:46:00 [2023-03-05T21:46:00.797Z] 16:46:00 [2023-03-05T21:46:00.797Z] deploy-war-commonee: 16:46:00 [2023-03-05T21:46:00.797Z] 16:46:00 [2023-03-05T21:46:00.797Z] run: 16:46:00 [2023-03-05T21:46:00.797Z] [java] opening connection to http://localhost:8080/cdi-simple-managed-bean-interceptor/myurl 16:46:00 [2023-03-05T21:46:00.797Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 16:46:00 [2023-03-05T21:46:00.797Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:46:00 [2023-03-05T21:46:00.797Z] [java] 16:46:00 [2023-03-05T21:46:00.797Z] [java] 16:46:00 [2023-03-05T21:46:00.797Z] [java] ----------------------------------------- 16:46:00 [2023-03-05T21:46:00.797Z] [java] - simple-managed-bean-interceptor-non-null-package: PASS - 16:46:00 [2023-03-05T21:46:00.797Z] [java] ----------------------------------------- 16:46:00 [2023-03-05T21:46:00.797Z] [java] - Total PASS : 1 - 16:46:00 [2023-03-05T21:46:00.797Z] [java] - Total FAIL : 0 - 16:46:00 [2023-03-05T21:46:00.797Z] [java] - Total DID NOT RUN : 0 - 16:46:00 [2023-03-05T21:46:00.797Z] [java] ----------------------------------------- 16:46:00 [2023-03-05T21:46:00.797Z] 16:46:00 [2023-03-05T21:46:00.797Z] undeploy: 16:46:00 [2023-03-05T21:46:00.797Z] 16:46:00 [2023-03-05T21:46:00.797Z] setOSConditions: 16:46:00 [2023-03-05T21:46:00.797Z] 16:46:00 [2023-03-05T21:46:00.797Z] setToolWin: 16:46:00 [2023-03-05T21:46:00.797Z] 16:46:00 [2023-03-05T21:46:00.797Z] setToolUnix: 16:46:00 [2023-03-05T21:46:00.797Z] 16:46:00 [2023-03-05T21:46:00.797Z] setToolProperty: 16:46:00 [2023-03-05T21:46:00.797Z] 16:46:00 [2023-03-05T21:46:00.797Z] setS1ASclassPath: 16:46:00 [2023-03-05T21:46:00.797Z] 16:46:00 [2023-03-05T21:46:00.797Z] init-common: 16:46:00 [2023-03-05T21:46:00.797Z] 16:46:00 [2023-03-05T21:46:00.797Z] undeploy-war-common: 16:46:01 [2023-03-05T21:46:01.359Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-simple-managed-bean-interceptor-web 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] all: 16:46:01 [2023-03-05T21:46:01.359Z] [echo] ==== Running no-interface-local-view-proxy-serializable 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setOSConditions: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setToolWin: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setToolUnix: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setToolProperty: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setS1ASclassPath: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] init-common: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] clean: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setOSConditions: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setToolWin: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setToolUnix: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setToolProperty: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setS1ASclassPath: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] init-common: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] clean-common: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setOSConditions: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setToolWin: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setToolUnix: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setToolProperty: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setS1ASclassPath: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] init-common: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] clean-classes-common: 16:46:01 [2023-03-05T21:46:01.359Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setOSConditions: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setToolWin: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setToolUnix: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setToolProperty: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setS1ASclassPath: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] init-common: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] clean-jars-common: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] compile: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setOSConditions: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setToolWin: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setToolUnix: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setToolProperty: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] setS1ASclassPath: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] init-common: 16:46:01 [2023-03-05T21:46:01.359Z] 16:46:01 [2023-03-05T21:46:01.359Z] compile-common: 16:46:01 [2023-03-05T21:46:01.359Z] [echo] Current time (ISO): 2023-03-05T21:46:01.113+0000 16:46:01 [2023-03-05T21:46:01.359Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:01 [2023-03-05T21:46:01.359Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:02 [2023-03-05T21:46:02.726Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:46:02 [2023-03-05T21:46:02.726Z] [javac] 1 warning 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] build: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] setOSConditions: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] setToolWin: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] setToolUnix: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] setToolProperty: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] setS1ASclassPath: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] init-common: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] webclient-war-common: 16:46:02 [2023-03-05T21:46:02.726Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] clear: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] test-tlds-exist: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] copy-tlds: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] test-tagfiles-exist: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] copy-tagfiles: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] package-war-common: 16:46:02 [2023-03-05T21:46:02.726Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:46:02 [2023-03-05T21:46:02.726Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:02 [2023-03-05T21:46:02.726Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:02 [2023-03-05T21:46:02.726Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:46:02 [2023-03-05T21:46:02.726Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/no-interface-local-view-proxy-serializable/lib 16:46:02 [2023-03-05T21:46:02.726Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF 16:46:02 [2023-03-05T21:46:02.726Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:02 [2023-03-05T21:46:02.726Z] [copy] Copying 5 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:02 [2023-03-05T21:46:02.726Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/no-interface-local-view-proxy-serializable/docroot 16:46:02 [2023-03-05T21:46:02.726Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-no-interface-local-view-proxy-serializable-web.war 16:46:02 [2023-03-05T21:46:02.726Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:02 [2023-03-05T21:46:02.726Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/no-interface-local-view-proxy-serializable/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:02 [2023-03-05T21:46:02.726Z] [javac] Compiling 1 source file 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] create-resources: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] setOSConditions: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] setToolWin: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] setToolUnix: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] setToolProperty: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] setS1ASclassPath: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] init-common: 16:46:02 [2023-03-05T21:46:02.726Z] 16:46:02 [2023-03-05T21:46:02.726Z] create-jdbc-connpool-common: 16:46:02 [2023-03-05T21:46:02.982Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:46:02 [2023-03-05T21:46:02.982Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:46:02 [2023-03-05T21:46:02.982Z] 16:46:02 [2023-03-05T21:46:02.982Z] set-derby-connpool-props: 16:46:03 [2023-03-05T21:46:03.238Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:46:03 [2023-03-05T21:46:03.238Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:46:03 [2023-03-05T21:46:03.494Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:46:03 [2023-03-05T21:46:03.494Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:46:04 [2023-03-05T21:46:04.056Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:46:04 [2023-03-05T21:46:04.056Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:46:04 [2023-03-05T21:46:04.318Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:46:04 [2023-03-05T21:46:04.318Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:46:04 [2023-03-05T21:46:04.574Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:46:04 [2023-03-05T21:46:04.574Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:46:04 [2023-03-05T21:46:04.831Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:46:04 [2023-03-05T21:46:04.832Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:46:05 [2023-03-05T21:46:05.088Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:46:05 [2023-03-05T21:46:05.088Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:46:05 [2023-03-05T21:46:05.344Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:46:05 [2023-03-05T21:46:05.344Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:46:05 [2023-03-05T21:46:05.619Z] 16:46:05 [2023-03-05T21:46:05.619Z] setOSConditions: 16:46:05 [2023-03-05T21:46:05.619Z] 16:46:05 [2023-03-05T21:46:05.619Z] setToolWin: 16:46:05 [2023-03-05T21:46:05.619Z] 16:46:05 [2023-03-05T21:46:05.619Z] setToolUnix: 16:46:05 [2023-03-05T21:46:05.619Z] 16:46:05 [2023-03-05T21:46:05.619Z] setToolProperty: 16:46:05 [2023-03-05T21:46:05.619Z] 16:46:05 [2023-03-05T21:46:05.619Z] setS1ASclassPath: 16:46:05 [2023-03-05T21:46:05.619Z] 16:46:05 [2023-03-05T21:46:05.619Z] init-common: 16:46:05 [2023-03-05T21:46:05.619Z] 16:46:05 [2023-03-05T21:46:05.619Z] create-jdbc-resource-common: 16:46:05 [2023-03-05T21:46:05.619Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/jdbc-dev-test-resource 16:46:05 [2023-03-05T21:46:05.875Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/jdbc-dev-test-resource 16:46:05 [2023-03-05T21:46:05.875Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. 16:46:05 [2023-03-05T21:46:05.875Z] [echo] cmd executed for server 16:46:05 [2023-03-05T21:46:05.875Z] 16:46:05 [2023-03-05T21:46:05.875Z] deploy: 16:46:05 [2023-03-05T21:46:05.875Z] 16:46:05 [2023-03-05T21:46:05.875Z] deploy-war-common: 16:46:05 [2023-03-05T21:46:05.875Z] 16:46:05 [2023-03-05T21:46:05.875Z] setOSConditions: 16:46:05 [2023-03-05T21:46:05.875Z] 16:46:05 [2023-03-05T21:46:05.875Z] setToolWin: 16:46:05 [2023-03-05T21:46:05.875Z] 16:46:05 [2023-03-05T21:46:05.875Z] setToolUnix: 16:46:05 [2023-03-05T21:46:05.875Z] 16:46:05 [2023-03-05T21:46:05.875Z] setToolProperty: 16:46:05 [2023-03-05T21:46:05.875Z] 16:46:05 [2023-03-05T21:46:05.875Z] setS1ASclassPath: 16:46:05 [2023-03-05T21:46:05.875Z] 16:46:05 [2023-03-05T21:46:05.875Z] init-common: 16:46:05 [2023-03-05T21:46:05.875Z] 16:46:05 [2023-03-05T21:46:05.875Z] deploy-war-commonpe: 16:46:06 [2023-03-05T21:46:06.131Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-no-interface-local-view-proxy-serializable --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-no-interface-local-view-proxy-serializable-web.war 16:46:06 [2023-03-05T21:46:06.419Z] [exec] Application deployed with name cdi-no-interface-local-view-proxy-serializable-web. 16:46:06 [2023-03-05T21:46:06.419Z] 16:46:06 [2023-03-05T21:46:06.419Z] deploy-war-commonee: 16:46:06 [2023-03-05T21:46:06.419Z] 16:46:06 [2023-03-05T21:46:06.419Z] run: 16:46:06 [2023-03-05T21:46:06.419Z] [java] opening connection to http://localhost:8080/cdi-no-interface-local-view-proxy-serializable/myurl 16:46:06 [2023-03-05T21:46:06.419Z] [java] line = Hello from Servlet 3.0. 16:46:06 [2023-03-05T21:46:06.419Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:46:06 [2023-03-05T21:46:06.419Z] [java] 16:46:06 [2023-03-05T21:46:06.419Z] [java] 16:46:06 [2023-03-05T21:46:06.419Z] [java] ----------------------------------------- 16:46:06 [2023-03-05T21:46:06.419Z] [java] - no-interface-local-view-proxy-serializable: PASS - 16:46:06 [2023-03-05T21:46:06.419Z] [java] ----------------------------------------- 16:46:06 [2023-03-05T21:46:06.419Z] [java] - Total PASS : 1 - 16:46:06 [2023-03-05T21:46:06.419Z] [java] - Total FAIL : 0 - 16:46:06 [2023-03-05T21:46:06.419Z] [java] - Total DID NOT RUN : 0 - 16:46:06 [2023-03-05T21:46:06.419Z] [java] ----------------------------------------- 16:46:06 [2023-03-05T21:46:06.419Z] 16:46:06 [2023-03-05T21:46:06.419Z] undeploy: 16:46:06 [2023-03-05T21:46:06.419Z] 16:46:06 [2023-03-05T21:46:06.419Z] setOSConditions: 16:46:06 [2023-03-05T21:46:06.419Z] 16:46:06 [2023-03-05T21:46:06.419Z] setToolWin: 16:46:06 [2023-03-05T21:46:06.419Z] 16:46:06 [2023-03-05T21:46:06.419Z] setToolUnix: 16:46:06 [2023-03-05T21:46:06.419Z] 16:46:06 [2023-03-05T21:46:06.419Z] setToolProperty: 16:46:06 [2023-03-05T21:46:06.419Z] 16:46:06 [2023-03-05T21:46:06.419Z] setS1ASclassPath: 16:46:06 [2023-03-05T21:46:06.419Z] 16:46:06 [2023-03-05T21:46:06.419Z] init-common: 16:46:06 [2023-03-05T21:46:06.675Z] 16:46:06 [2023-03-05T21:46:06.675Z] undeploy-war-common: 16:46:06 [2023-03-05T21:46:06.932Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-no-interface-local-view-proxy-serializable-web 16:46:06 [2023-03-05T21:46:06.932Z] 16:46:06 [2023-03-05T21:46:06.932Z] delete-resources: 16:46:06 [2023-03-05T21:46:06.932Z] 16:46:06 [2023-03-05T21:46:06.932Z] setOSConditions: 16:46:06 [2023-03-05T21:46:06.932Z] 16:46:06 [2023-03-05T21:46:06.932Z] setToolWin: 16:46:06 [2023-03-05T21:46:06.932Z] 16:46:06 [2023-03-05T21:46:06.932Z] setToolUnix: 16:46:06 [2023-03-05T21:46:06.932Z] 16:46:06 [2023-03-05T21:46:06.932Z] setToolProperty: 16:46:06 [2023-03-05T21:46:06.932Z] 16:46:06 [2023-03-05T21:46:06.932Z] setS1ASclassPath: 16:46:06 [2023-03-05T21:46:06.932Z] 16:46:06 [2023-03-05T21:46:06.932Z] init-common: 16:46:06 [2023-03-05T21:46:06.932Z] 16:46:06 [2023-03-05T21:46:06.932Z] delete-jdbc-resource-common: 16:46:06 [2023-03-05T21:46:06.932Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/jdbc-dev-test-resource 16:46:07 [2023-03-05T21:46:07.189Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/jdbc-dev-test-resource 16:46:07 [2023-03-05T21:46:07.189Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully 16:46:07 [2023-03-05T21:46:07.189Z] [echo] cmd executed for server 16:46:07 [2023-03-05T21:46:07.189Z] 16:46:07 [2023-03-05T21:46:07.189Z] setOSConditions: 16:46:07 [2023-03-05T21:46:07.189Z] 16:46:07 [2023-03-05T21:46:07.189Z] setToolWin: 16:46:07 [2023-03-05T21:46:07.189Z] 16:46:07 [2023-03-05T21:46:07.189Z] setToolUnix: 16:46:07 [2023-03-05T21:46:07.189Z] 16:46:07 [2023-03-05T21:46:07.189Z] setToolProperty: 16:46:07 [2023-03-05T21:46:07.189Z] 16:46:07 [2023-03-05T21:46:07.189Z] setS1ASclassPath: 16:46:07 [2023-03-05T21:46:07.189Z] 16:46:07 [2023-03-05T21:46:07.189Z] init-common: 16:46:07 [2023-03-05T21:46:07.189Z] 16:46:07 [2023-03-05T21:46:07.189Z] delete-jdbc-connpool-common: 16:46:07 [2023-03-05T21:46:07.189Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:46:07 [2023-03-05T21:46:07.445Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:46:07 [2023-03-05T21:46:07.445Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:46:07 [2023-03-05T21:46:07.445Z] [echo] cmd executed for server 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] all: 16:46:07 [2023-03-05T21:46:07.445Z] [echo] ==== Running normal-bean-injection-ear 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setOSConditions: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setToolWin: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setToolUnix: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setToolProperty: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setS1ASclassPath: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] init-common: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] clean: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setOSConditions: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setToolWin: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setToolUnix: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setToolProperty: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setS1ASclassPath: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] init-common: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] clean-common: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setOSConditions: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setToolWin: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setToolUnix: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setToolProperty: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setS1ASclassPath: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] init-common: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] clean-classes-common: 16:46:07 [2023-03-05T21:46:07.445Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setOSConditions: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setToolWin: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setToolUnix: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.445Z] setToolProperty: 16:46:07 [2023-03-05T21:46:07.445Z] 16:46:07 [2023-03-05T21:46:07.446Z] setS1ASclassPath: 16:46:07 [2023-03-05T21:46:07.446Z] 16:46:07 [2023-03-05T21:46:07.446Z] init-common: 16:46:07 [2023-03-05T21:46:07.446Z] 16:46:07 [2023-03-05T21:46:07.446Z] clean-jars-common: 16:46:07 [2023-03-05T21:46:07.446Z] 16:46:07 [2023-03-05T21:46:07.446Z] compile: 16:46:07 [2023-03-05T21:46:07.446Z] 16:46:07 [2023-03-05T21:46:07.446Z] setOSConditions: 16:46:07 [2023-03-05T21:46:07.446Z] 16:46:07 [2023-03-05T21:46:07.446Z] setToolWin: 16:46:07 [2023-03-05T21:46:07.446Z] 16:46:07 [2023-03-05T21:46:07.446Z] setToolUnix: 16:46:07 [2023-03-05T21:46:07.446Z] 16:46:07 [2023-03-05T21:46:07.446Z] setToolProperty: 16:46:07 [2023-03-05T21:46:07.446Z] 16:46:07 [2023-03-05T21:46:07.446Z] setS1ASclassPath: 16:46:07 [2023-03-05T21:46:07.446Z] 16:46:07 [2023-03-05T21:46:07.446Z] init-common: 16:46:07 [2023-03-05T21:46:07.446Z] 16:46:07 [2023-03-05T21:46:07.446Z] compile-common: 16:46:07 [2023-03-05T21:46:07.446Z] [echo] Current time (ISO): 2023-03-05T21:46:07.405+0000 16:46:07 [2023-03-05T21:46:07.446Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:07 [2023-03-05T21:46:07.446Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:08 [2023-03-05T21:46:08.858Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:46:08 [2023-03-05T21:46:08.858Z] [javac] 1 warning 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] setOSConditions: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] setToolWin: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] setToolUnix: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] setToolProperty: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] setS1ASclassPath: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] init-common: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] webclient-war-common: 16:46:08 [2023-03-05T21:46:08.858Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] clear: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] test-tlds-exist: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] copy-tlds: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] test-tagfiles-exist: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] copy-tagfiles: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] package-war-common: 16:46:08 [2023-03-05T21:46:08.858Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:46:08 [2023-03-05T21:46:08.858Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:08 [2023-03-05T21:46:08.858Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:08 [2023-03-05T21:46:08.858Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:46:08 [2023-03-05T21:46:08.858Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/normal-bean-injection-ear/lib 16:46:08 [2023-03-05T21:46:08.858Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:08 [2023-03-05T21:46:08.858Z] [copy] Copying 4 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:08 [2023-03-05T21:46:08.858Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/normal-bean-injection-ear/docroot 16:46:08 [2023-03-05T21:46:08.858Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-ear-web.war 16:46:08 [2023-03-05T21:46:08.858Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] setOSConditions: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] setToolWin: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] setToolUnix: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] setToolProperty: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] setS1ASclassPath: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] init-common: 16:46:08 [2023-03-05T21:46:08.858Z] 16:46:08 [2023-03-05T21:46:08.858Z] compile-common: 16:46:08 [2023-03-05T21:46:08.858Z] [echo] Current time (ISO): 2023-03-05T21:46:08.608+0000 16:46:08 [2023-03-05T21:46:08.858Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:09 [2023-03-05T21:46:09.793Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:46:09 [2023-03-05T21:46:09.793Z] [javac] 1 warning 16:46:09 [2023-03-05T21:46:09.793Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/normal-bean-injection-ear/build.xml:49: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:09 [2023-03-05T21:46:09.793Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:09 [2023-03-05T21:46:09.793Z] 16:46:09 [2023-03-05T21:46:09.793Z] build: 16:46:09 [2023-03-05T21:46:09.793Z] 16:46:09 [2023-03-05T21:46:09.793Z] setOSConditions: 16:46:09 [2023-03-05T21:46:09.793Z] 16:46:09 [2023-03-05T21:46:09.793Z] setToolWin: 16:46:09 [2023-03-05T21:46:09.793Z] 16:46:09 [2023-03-05T21:46:09.793Z] setToolUnix: 16:46:09 [2023-03-05T21:46:09.793Z] 16:46:09 [2023-03-05T21:46:09.793Z] setToolProperty: 16:46:09 [2023-03-05T21:46:09.793Z] 16:46:09 [2023-03-05T21:46:09.793Z] setS1ASclassPath: 16:46:09 [2023-03-05T21:46:09.793Z] 16:46:09 [2023-03-05T21:46:09.793Z] init-common: 16:46:09 [2023-03-05T21:46:09.793Z] 16:46:09 [2023-03-05T21:46:09.793Z] ejb-jar-common: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] package-ejbjar-common: 16:46:10 [2023-03-05T21:46:10.049Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:10 [2023-03-05T21:46:10.049Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:10 [2023-03-05T21:46:10.049Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-ear-ejb.jar 16:46:10 [2023-03-05T21:46:10.049Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] setOSConditions: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] fixFiles: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] convUnix: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] convWin: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] setToolWin: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] setToolUnix: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] setToolProperty: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] setS1ASclassPath: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] init-common: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] ear-common: 16:46:10 [2023-03-05T21:46:10.049Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:10 [2023-03-05T21:46:10.049Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/normal-bean-injection-ear/descriptor/sun-application.xml to copy. 16:46:10 [2023-03-05T21:46:10.049Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/normal-bean-injection-ear/${glassfish-resources-ear.xml} to copy. 16:46:10 [2023-03-05T21:46:10.049Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-earApp.ear 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] deploy: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] setOSConditions: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] setToolWin: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] setToolUnix: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] setToolProperty: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] setS1ASclassPath: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] init-common: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] deploy-common: 16:46:10 [2023-03-05T21:46:10.049Z] [echo] Current time (ISO): 2023-03-05T21:46:09.813+0000 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] setOSConditions: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] setToolWin: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] setToolUnix: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] setToolProperty: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] setS1ASclassPath: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] init-common: 16:46:10 [2023-03-05T21:46:10.049Z] 16:46:10 [2023-03-05T21:46:10.049Z] deploy-common-pe: 16:46:10 [2023-03-05T21:46:10.316Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-earApp.ear 16:46:10 [2023-03-05T21:46:10.573Z] [exec] Application deployed with name cdi-full-earApp. 16:46:10 [2023-03-05T21:46:10.573Z] [exec] there are no files to retrieve for application cdi-full-earApp 16:46:10 [2023-03-05T21:46:10.573Z] [echo] Deployment on target server server successful 16:46:10 [2023-03-05T21:46:10.573Z] 16:46:10 [2023-03-05T21:46:10.573Z] setOSConditions: 16:46:10 [2023-03-05T21:46:10.573Z] 16:46:10 [2023-03-05T21:46:10.573Z] setToolWin: 16:46:10 [2023-03-05T21:46:10.573Z] 16:46:10 [2023-03-05T21:46:10.573Z] setToolUnix: 16:46:10 [2023-03-05T21:46:10.573Z] 16:46:10 [2023-03-05T21:46:10.573Z] setToolProperty: 16:46:10 [2023-03-05T21:46:10.573Z] 16:46:10 [2023-03-05T21:46:10.573Z] setS1ASclassPath: 16:46:10 [2023-03-05T21:46:10.573Z] 16:46:10 [2023-03-05T21:46:10.573Z] init-common: 16:46:10 [2023-03-05T21:46:10.573Z] 16:46:10 [2023-03-05T21:46:10.573Z] deploy-common-ee: 16:46:10 [2023-03-05T21:46:10.573Z] 16:46:10 [2023-03-05T21:46:10.573Z] run: 16:46:10 [2023-03-05T21:46:10.573Z] [java] invoking webclient servlet at http://localhost:8080/cdi-full-ear/HelloServlet 16:46:10 [2023-03-05T21:46:10.573Z] [java] <response>: 16:46:10 [2023-03-05T21:46:10.573Z] [java] Value of key is:normal-lookup-in-ear 16:46:10 [2023-03-05T21:46:10.573Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:46:10 [2023-03-05T21:46:10.573Z] [java] 16:46:10 [2023-03-05T21:46:10.573Z] [java] 16:46:10 [2023-03-05T21:46:10.573Z] [java] ----------------------------------------- 16:46:10 [2023-03-05T21:46:10.573Z] [java] - normal-lookup-in-ear: PASS - 16:46:10 [2023-03-05T21:46:10.573Z] [java] ----------------------------------------- 16:46:10 [2023-03-05T21:46:10.573Z] [java] Total PASS: 1 16:46:10 [2023-03-05T21:46:10.573Z] [java] Total FAIL: 0 16:46:10 [2023-03-05T21:46:10.573Z] [java] Total DID NOT RUN: 0 16:46:10 [2023-03-05T21:46:10.573Z] [java] ----------------------------------------- 16:46:10 [2023-03-05T21:46:10.573Z] [java] in flushAll , creating new testSuiteHash 16:46:10 [2023-03-05T21:46:10.573Z] [java] appLevelViaLookup = 'null' 16:46:10 [2023-03-05T21:46:10.573Z] [java] in flushAll , creating new testSuiteHash 16:46:10 [2023-03-05T21:46:10.573Z] 16:46:10 [2023-03-05T21:46:10.573Z] undeploy: 16:46:10 [2023-03-05T21:46:10.573Z] 16:46:10 [2023-03-05T21:46:10.573Z] setOSConditions: 16:46:10 [2023-03-05T21:46:10.573Z] 16:46:10 [2023-03-05T21:46:10.573Z] setToolWin: 16:46:10 [2023-03-05T21:46:10.573Z] 16:46:10 [2023-03-05T21:46:10.573Z] setToolUnix: 16:46:10 [2023-03-05T21:46:10.573Z] 16:46:10 [2023-03-05T21:46:10.573Z] setToolProperty: 16:46:10 [2023-03-05T21:46:10.573Z] 16:46:10 [2023-03-05T21:46:10.573Z] setS1ASclassPath: 16:46:10 [2023-03-05T21:46:10.573Z] 16:46:10 [2023-03-05T21:46:10.573Z] init-common: 16:46:10 [2023-03-05T21:46:10.573Z] 16:46:10 [2023-03-05T21:46:10.573Z] undeploy-common: 16:46:10 [2023-03-05T21:46:10.830Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-full-earApp 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] all: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setOSConditions: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setToolWin: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setToolUnix: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setToolProperty: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setS1ASclassPath: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] init-common: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] clean: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setOSConditions: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setToolWin: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setToolUnix: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setToolProperty: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setS1ASclassPath: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] init-common: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] clean-common: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setOSConditions: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setToolWin: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setToolUnix: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setToolProperty: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setS1ASclassPath: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] init-common: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] clean-classes-common: 16:46:11 [2023-03-05T21:46:11.086Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setOSConditions: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setToolWin: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setToolUnix: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setToolProperty: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setS1ASclassPath: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] init-common: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] clean-jars-common: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] compile: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setOSConditions: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setToolWin: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setToolUnix: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setToolProperty: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] setS1ASclassPath: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] init-common: 16:46:11 [2023-03-05T21:46:11.086Z] 16:46:11 [2023-03-05T21:46:11.086Z] compile-common: 16:46:11 [2023-03-05T21:46:11.086Z] [echo] Current time (ISO): 2023-03-05T21:46:10.891+0000 16:46:11 [2023-03-05T21:46:11.086Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:11 [2023-03-05T21:46:11.086Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:12 [2023-03-05T21:46:12.019Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:46:12 [2023-03-05T21:46:12.275Z] [javac] 1 warning 16:46:12 [2023-03-05T21:46:12.275Z] 16:46:12 [2023-03-05T21:46:12.275Z] setOSConditions: 16:46:12 [2023-03-05T21:46:12.275Z] 16:46:12 [2023-03-05T21:46:12.275Z] setToolWin: 16:46:12 [2023-03-05T21:46:12.275Z] 16:46:12 [2023-03-05T21:46:12.275Z] setToolUnix: 16:46:12 [2023-03-05T21:46:12.275Z] 16:46:12 [2023-03-05T21:46:12.275Z] setToolProperty: 16:46:12 [2023-03-05T21:46:12.275Z] 16:46:12 [2023-03-05T21:46:12.275Z] setS1ASclassPath: 16:46:12 [2023-03-05T21:46:12.275Z] 16:46:12 [2023-03-05T21:46:12.275Z] init-common: 16:46:12 [2023-03-05T21:46:12.275Z] 16:46:12 [2023-03-05T21:46:12.275Z] webclient-war-common: 16:46:12 [2023-03-05T21:46:12.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:46:12 [2023-03-05T21:46:12.275Z] 16:46:12 [2023-03-05T21:46:12.275Z] clear: 16:46:12 [2023-03-05T21:46:12.275Z] 16:46:12 [2023-03-05T21:46:12.275Z] test-tlds-exist: 16:46:12 [2023-03-05T21:46:12.275Z] 16:46:12 [2023-03-05T21:46:12.275Z] copy-tlds: 16:46:12 [2023-03-05T21:46:12.275Z] 16:46:12 [2023-03-05T21:46:12.275Z] test-tagfiles-exist: 16:46:12 [2023-03-05T21:46:12.275Z] 16:46:12 [2023-03-05T21:46:12.275Z] copy-tagfiles: 16:46:12 [2023-03-05T21:46:12.275Z] 16:46:12 [2023-03-05T21:46:12.275Z] package-war-common: 16:46:12 [2023-03-05T21:46:12.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:46:12 [2023-03-05T21:46:12.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:12 [2023-03-05T21:46:12.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:12 [2023-03-05T21:46:12.276Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:46:12 [2023-03-05T21:46:12.276Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/programmatic-lookup-ear/lib 16:46:12 [2023-03-05T21:46:12.276Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:12 [2023-03-05T21:46:12.276Z] [copy] Copying 4 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:12 [2023-03-05T21:46:12.276Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/programmatic-lookup-ear/docroot 16:46:12 [2023-03-05T21:46:12.276Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-ear-web.war 16:46:12 [2023-03-05T21:46:12.276Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:12 [2023-03-05T21:46:12.276Z] 16:46:12 [2023-03-05T21:46:12.276Z] setOSConditions: 16:46:12 [2023-03-05T21:46:12.276Z] 16:46:12 [2023-03-05T21:46:12.276Z] setToolWin: 16:46:12 [2023-03-05T21:46:12.276Z] 16:46:12 [2023-03-05T21:46:12.276Z] setToolUnix: 16:46:12 [2023-03-05T21:46:12.276Z] 16:46:12 [2023-03-05T21:46:12.276Z] setToolProperty: 16:46:12 [2023-03-05T21:46:12.276Z] 16:46:12 [2023-03-05T21:46:12.276Z] setS1ASclassPath: 16:46:12 [2023-03-05T21:46:12.276Z] 16:46:12 [2023-03-05T21:46:12.276Z] init-common: 16:46:12 [2023-03-05T21:46:12.276Z] 16:46:12 [2023-03-05T21:46:12.276Z] compile-common: 16:46:12 [2023-03-05T21:46:12.276Z] [echo] Current time (ISO): 2023-03-05T21:46:12.166+0000 16:46:12 [2023-03-05T21:46:12.276Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:13 [2023-03-05T21:46:13.657Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:46:13 [2023-03-05T21:46:13.657Z] [javac] 1 warning 16:46:13 [2023-03-05T21:46:13.657Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/programmatic-lookup-ear/build.xml:49: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:13 [2023-03-05T21:46:13.657Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] build: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setOSConditions: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setToolWin: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setToolUnix: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setToolProperty: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setS1ASclassPath: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] init-common: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] ejb-jar-common: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] package-ejbjar-common: 16:46:13 [2023-03-05T21:46:13.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:13 [2023-03-05T21:46:13.657Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:13 [2023-03-05T21:46:13.657Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-ear-ejb.jar 16:46:13 [2023-03-05T21:46:13.657Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setOSConditions: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] fixFiles: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] convUnix: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] convWin: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setToolWin: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setToolUnix: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setToolProperty: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setS1ASclassPath: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] init-common: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] ear-common: 16:46:13 [2023-03-05T21:46:13.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:13 [2023-03-05T21:46:13.657Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/programmatic-lookup-ear/descriptor/sun-application.xml to copy. 16:46:13 [2023-03-05T21:46:13.657Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/programmatic-lookup-ear/${glassfish-resources-ear.xml} to copy. 16:46:13 [2023-03-05T21:46:13.657Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-earApp.ear 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] deploy: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setOSConditions: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setToolWin: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setToolUnix: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setToolProperty: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setS1ASclassPath: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] init-common: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] deploy-common: 16:46:13 [2023-03-05T21:46:13.657Z] [echo] Current time (ISO): 2023-03-05T21:46:13.432+0000 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setOSConditions: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setToolWin: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setToolUnix: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setToolProperty: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] setS1ASclassPath: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] init-common: 16:46:13 [2023-03-05T21:46:13.657Z] 16:46:13 [2023-03-05T21:46:13.657Z] deploy-common-pe: 16:46:13 [2023-03-05T21:46:13.919Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-earApp.ear 16:46:14 [2023-03-05T21:46:14.175Z] [exec] Application deployed with name cdi-full-earApp. 16:46:14 [2023-03-05T21:46:14.175Z] [exec] there are no files to retrieve for application cdi-full-earApp 16:46:14 [2023-03-05T21:46:14.175Z] [echo] Deployment on target server server successful 16:46:14 [2023-03-05T21:46:14.175Z] 16:46:14 [2023-03-05T21:46:14.175Z] setOSConditions: 16:46:14 [2023-03-05T21:46:14.175Z] 16:46:14 [2023-03-05T21:46:14.175Z] setToolWin: 16:46:14 [2023-03-05T21:46:14.175Z] 16:46:14 [2023-03-05T21:46:14.175Z] setToolUnix: 16:46:14 [2023-03-05T21:46:14.175Z] 16:46:14 [2023-03-05T21:46:14.175Z] setToolProperty: 16:46:14 [2023-03-05T21:46:14.175Z] 16:46:14 [2023-03-05T21:46:14.175Z] setS1ASclassPath: 16:46:14 [2023-03-05T21:46:14.175Z] 16:46:14 [2023-03-05T21:46:14.175Z] init-common: 16:46:14 [2023-03-05T21:46:14.175Z] 16:46:14 [2023-03-05T21:46:14.175Z] deploy-common-ee: 16:46:14 [2023-03-05T21:46:14.175Z] 16:46:14 [2023-03-05T21:46:14.175Z] run: 16:46:14 [2023-03-05T21:46:14.175Z] [java] invoking webclient servlet at http://localhost:8080/cdi-full-ear/HelloServlet 16:46:14 [2023-03-05T21:46:14.175Z] [java] <response>: 16:46:14 [2023-03-05T21:46:14.175Z] [java] Value of key is:programmatic-lookup-in-ear 16:46:14 [2023-03-05T21:46:14.175Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:46:14 [2023-03-05T21:46:14.175Z] [java] 16:46:14 [2023-03-05T21:46:14.175Z] [java] 16:46:14 [2023-03-05T21:46:14.175Z] [java] ----------------------------------------- 16:46:14 [2023-03-05T21:46:14.175Z] [java] - programmatic-lookup-in-ear: PASS - 16:46:14 [2023-03-05T21:46:14.175Z] [java] ----------------------------------------- 16:46:14 [2023-03-05T21:46:14.175Z] [java] Total PASS: 1 16:46:14 [2023-03-05T21:46:14.175Z] [java] Total FAIL: 0 16:46:14 [2023-03-05T21:46:14.175Z] [java] Total DID NOT RUN: 0 16:46:14 [2023-03-05T21:46:14.175Z] [java] ----------------------------------------- 16:46:14 [2023-03-05T21:46:14.175Z] [java] in flushAll , creating new testSuiteHash 16:46:14 [2023-03-05T21:46:14.175Z] [java] appLevelViaLookup = 'null' 16:46:14 [2023-03-05T21:46:14.175Z] [java] in flushAll , creating new testSuiteHash 16:46:14 [2023-03-05T21:46:14.175Z] 16:46:14 [2023-03-05T21:46:14.175Z] undeploy: 16:46:14 [2023-03-05T21:46:14.175Z] 16:46:14 [2023-03-05T21:46:14.175Z] setOSConditions: 16:46:14 [2023-03-05T21:46:14.175Z] 16:46:14 [2023-03-05T21:46:14.175Z] setToolWin: 16:46:14 [2023-03-05T21:46:14.175Z] 16:46:14 [2023-03-05T21:46:14.175Z] setToolUnix: 16:46:14 [2023-03-05T21:46:14.175Z] 16:46:14 [2023-03-05T21:46:14.175Z] setToolProperty: 16:46:14 [2023-03-05T21:46:14.175Z] 16:46:14 [2023-03-05T21:46:14.175Z] setS1ASclassPath: 16:46:14 [2023-03-05T21:46:14.175Z] 16:46:14 [2023-03-05T21:46:14.175Z] init-common: 16:46:14 [2023-03-05T21:46:14.175Z] 16:46:14 [2023-03-05T21:46:14.175Z] undeploy-common: 16:46:14 [2023-03-05T21:46:14.432Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-full-earApp 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] all: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setOSConditions: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setToolWin: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setToolUnix: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setToolProperty: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setS1ASclassPath: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] init-common: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] clean: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setOSConditions: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setToolWin: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setToolUnix: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setToolProperty: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setS1ASclassPath: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] init-common: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] clean-common: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setOSConditions: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setToolWin: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setToolUnix: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setToolProperty: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setS1ASclassPath: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] init-common: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] clean-classes-common: 16:46:14 [2023-03-05T21:46:14.432Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setOSConditions: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setToolWin: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setToolUnix: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setToolProperty: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setS1ASclassPath: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] init-common: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] clean-jars-common: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] compile: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setOSConditions: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setToolWin: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setToolUnix: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setToolProperty: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] setS1ASclassPath: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] init-common: 16:46:14 [2023-03-05T21:46:14.432Z] 16:46:14 [2023-03-05T21:46:14.432Z] compile-common: 16:46:14 [2023-03-05T21:46:14.432Z] [echo] Current time (ISO): 2023-03-05T21:46:14.423+0000 16:46:14 [2023-03-05T21:46:14.432Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:14 [2023-03-05T21:46:14.432Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:15 [2023-03-05T21:46:15.799Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:46:15 [2023-03-05T21:46:15.799Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:46:15 [2023-03-05T21:46:15.799Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:46:15 [2023-03-05T21:46:15.799Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/lib/com/acme/util/TestManagedBean.java uses or overrides a deprecated API. 16:46:15 [2023-03-05T21:46:15.799Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:46:15 [2023-03-05T21:46:15.799Z] [javac] 2 warnings 16:46:15 [2023-03-05T21:46:15.799Z] 16:46:15 [2023-03-05T21:46:15.799Z] setOSConditions: 16:46:15 [2023-03-05T21:46:15.799Z] 16:46:15 [2023-03-05T21:46:15.799Z] setToolWin: 16:46:15 [2023-03-05T21:46:15.799Z] 16:46:15 [2023-03-05T21:46:15.799Z] setToolUnix: 16:46:15 [2023-03-05T21:46:15.799Z] 16:46:15 [2023-03-05T21:46:15.799Z] setToolProperty: 16:46:15 [2023-03-05T21:46:15.799Z] 16:46:15 [2023-03-05T21:46:15.799Z] setS1ASclassPath: 16:46:15 [2023-03-05T21:46:15.799Z] 16:46:15 [2023-03-05T21:46:15.799Z] init-common: 16:46:15 [2023-03-05T21:46:15.799Z] 16:46:15 [2023-03-05T21:46:15.799Z] compile-common: 16:46:15 [2023-03-05T21:46:15.799Z] [echo] Current time (ISO): 2023-03-05T21:46:15.782+0000 16:46:15 [2023-03-05T21:46:15.799Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:17 [2023-03-05T21:46:17.166Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:46:17 [2023-03-05T21:46:17.166Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:46:17 [2023-03-05T21:46:17.166Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:46:17 [2023-03-05T21:46:17.166Z] [javac] 2 warnings 16:46:17 [2023-03-05T21:46:17.166Z] 16:46:17 [2023-03-05T21:46:17.166Z] setOSConditions: 16:46:17 [2023-03-05T21:46:17.166Z] 16:46:17 [2023-03-05T21:46:17.166Z] setToolWin: 16:46:17 [2023-03-05T21:46:17.166Z] 16:46:17 [2023-03-05T21:46:17.166Z] setToolUnix: 16:46:17 [2023-03-05T21:46:17.166Z] 16:46:17 [2023-03-05T21:46:17.166Z] setToolProperty: 16:46:17 [2023-03-05T21:46:17.166Z] 16:46:17 [2023-03-05T21:46:17.166Z] setS1ASclassPath: 16:46:17 [2023-03-05T21:46:17.166Z] 16:46:17 [2023-03-05T21:46:17.166Z] init-common: 16:46:17 [2023-03-05T21:46:17.166Z] 16:46:17 [2023-03-05T21:46:17.166Z] compile-common: 16:46:17 [2023-03-05T21:46:17.166Z] [echo] Current time (ISO): 2023-03-05T21:46:17.074+0000 16:46:17 [2023-03-05T21:46:17.166Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:18 [2023-03-05T21:46:18.534Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:46:18 [2023-03-05T21:46:18.535Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:46:18 [2023-03-05T21:46:18.535Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:46:18 [2023-03-05T21:46:18.535Z] [javac] 2 warnings 16:46:18 [2023-03-05T21:46:18.535Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:18 [2023-03-05T21:46:18.535Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] build: 16:46:18 [2023-03-05T21:46:18.791Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:46:18 [2023-03-05T21:46:18.791Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:18 [2023-03-05T21:46:18.791Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:18 [2023-03-05T21:46:18.791Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:18 [2023-03-05T21:46:18.791Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/lib-dir 16:46:18 [2023-03-05T21:46:18.791Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/lib-dir/lib.jar 16:46:18 [2023-03-05T21:46:18.791Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/lib-dir 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] setOSConditions: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] setToolWin: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] setToolUnix: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] setToolProperty: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] setS1ASclassPath: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] init-common: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] ejb-jar-common: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] package-ejbjar-common: 16:46:18 [2023-03-05T21:46:18.791Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/bean-in-lib-dir-used-by-ejb-in-ear-ejb.jar 16:46:18 [2023-03-05T21:46:18.791Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] setOSConditions: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] setToolWin: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] setToolUnix: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] setToolProperty: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] setS1ASclassPath: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] init-common: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] webclient-war-common: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] clear: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] test-tlds-exist: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] copy-tlds: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] test-tagfiles-exist: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] copy-tagfiles: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] package-war-common: 16:46:18 [2023-03-05T21:46:18.791Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:46:18 [2023-03-05T21:46:18.791Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:18 [2023-03-05T21:46:18.791Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:18 [2023-03-05T21:46:18.791Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:46:18 [2023-03-05T21:46:18.791Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF 16:46:18 [2023-03-05T21:46:18.791Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:18 [2023-03-05T21:46:18.791Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:18 [2023-03-05T21:46:18.791Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/docroot 16:46:18 [2023-03-05T21:46:18.791Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/bean-in-lib-dir-used-by-ejb-in-ear-web.war 16:46:18 [2023-03-05T21:46:18.791Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:18 [2023-03-05T21:46:18.791Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:18 [2023-03-05T21:46:18.791Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/descriptor/sun-application.xml to copy. 16:46:18 [2023-03-05T21:46:18.791Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/${glassfish-resources-ear.xml} to copy. 16:46:18 [2023-03-05T21:46:18.791Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/bean-in-lib-dir-used-by-ejb-in-earApp.ear 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.791Z] deploy: 16:46:18 [2023-03-05T21:46:18.791Z] 16:46:18 [2023-03-05T21:46:18.792Z] setOSConditions: 16:46:18 [2023-03-05T21:46:18.792Z] 16:46:18 [2023-03-05T21:46:18.792Z] setToolWin: 16:46:18 [2023-03-05T21:46:18.792Z] 16:46:18 [2023-03-05T21:46:18.792Z] setToolUnix: 16:46:18 [2023-03-05T21:46:18.792Z] 16:46:18 [2023-03-05T21:46:18.792Z] setToolProperty: 16:46:18 [2023-03-05T21:46:18.792Z] 16:46:18 [2023-03-05T21:46:18.792Z] setS1ASclassPath: 16:46:18 [2023-03-05T21:46:18.792Z] 16:46:18 [2023-03-05T21:46:18.792Z] init-common: 16:46:18 [2023-03-05T21:46:18.792Z] 16:46:18 [2023-03-05T21:46:18.792Z] deploy-common: 16:46:18 [2023-03-05T21:46:18.792Z] [echo] Current time (ISO): 2023-03-05T21:46:18.734+0000 16:46:18 [2023-03-05T21:46:18.792Z] 16:46:18 [2023-03-05T21:46:18.792Z] setOSConditions: 16:46:18 [2023-03-05T21:46:18.792Z] 16:46:18 [2023-03-05T21:46:18.792Z] setToolWin: 16:46:18 [2023-03-05T21:46:18.792Z] 16:46:18 [2023-03-05T21:46:18.792Z] setToolUnix: 16:46:18 [2023-03-05T21:46:18.792Z] 16:46:18 [2023-03-05T21:46:18.792Z] setToolProperty: 16:46:18 [2023-03-05T21:46:18.792Z] 16:46:18 [2023-03-05T21:46:18.792Z] setS1ASclassPath: 16:46:18 [2023-03-05T21:46:18.792Z] 16:46:18 [2023-03-05T21:46:18.792Z] init-common: 16:46:18 [2023-03-05T21:46:18.792Z] 16:46:18 [2023-03-05T21:46:18.792Z] deploy-common-pe: 16:46:19 [2023-03-05T21:46:19.048Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/bean-in-lib-dir-used-by-ejb-in-earApp.ear 16:46:19 [2023-03-05T21:46:19.625Z] [exec] Application deployed with name bean-in-lib-dir-used-by-ejb-in-earApp. 16:46:19 [2023-03-05T21:46:19.625Z] [exec] there are no files to retrieve for application bean-in-lib-dir-used-by-ejb-in-earApp 16:46:19 [2023-03-05T21:46:19.625Z] [echo] Deployment on target server server successful 16:46:19 [2023-03-05T21:46:19.625Z] 16:46:19 [2023-03-05T21:46:19.625Z] setOSConditions: 16:46:19 [2023-03-05T21:46:19.625Z] 16:46:19 [2023-03-05T21:46:19.625Z] setToolWin: 16:46:19 [2023-03-05T21:46:19.625Z] 16:46:19 [2023-03-05T21:46:19.625Z] setToolUnix: 16:46:19 [2023-03-05T21:46:19.625Z] 16:46:19 [2023-03-05T21:46:19.625Z] setToolProperty: 16:46:19 [2023-03-05T21:46:19.625Z] 16:46:19 [2023-03-05T21:46:19.625Z] setS1ASclassPath: 16:46:19 [2023-03-05T21:46:19.625Z] 16:46:19 [2023-03-05T21:46:19.625Z] init-common: 16:46:19 [2023-03-05T21:46:19.625Z] 16:46:19 [2023-03-05T21:46:19.625Z] deploy-common-ee: 16:46:19 [2023-03-05T21:46:19.625Z] 16:46:19 [2023-03-05T21:46:19.625Z] run: 16:46:19 [2023-03-05T21:46:19.882Z] [java] invoking webclient servlet at http://localhost:8080/bean-in-lib-dir-used-by-ejb-in-ear/HelloServlet 16:46:19 [2023-03-05T21:46:19.882Z] [java] <response>: 16:46:19 [2023-03-05T21:46:19.882Z] [java] Value of key is:bean-in-lib-dir-of-ear-used-by-ejb 16:46:19 [2023-03-05T21:46:19.882Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:46:19 [2023-03-05T21:46:19.882Z] [java] 16:46:19 [2023-03-05T21:46:19.882Z] [java] 16:46:19 [2023-03-05T21:46:19.882Z] [java] ----------------------------------------- 16:46:19 [2023-03-05T21:46:19.882Z] [java] - bean-in-lib-dir-of-ear-used-by-ejb: PASS - 16:46:19 [2023-03-05T21:46:19.882Z] [java] ----------------------------------------- 16:46:19 [2023-03-05T21:46:19.882Z] [java] Total PASS: 1 16:46:19 [2023-03-05T21:46:19.882Z] [java] Total FAIL: 0 16:46:19 [2023-03-05T21:46:19.882Z] [java] Total DID NOT RUN: 0 16:46:19 [2023-03-05T21:46:19.882Z] [java] ----------------------------------------- 16:46:19 [2023-03-05T21:46:19.882Z] [java] in flushAll , creating new testSuiteHash 16:46:19 [2023-03-05T21:46:19.882Z] [java] appLevelViaLookup = 'null' 16:46:19 [2023-03-05T21:46:19.882Z] [java] in flushAll , creating new testSuiteHash 16:46:19 [2023-03-05T21:46:19.882Z] 16:46:19 [2023-03-05T21:46:19.882Z] undeploy: 16:46:19 [2023-03-05T21:46:19.882Z] 16:46:19 [2023-03-05T21:46:19.882Z] setOSConditions: 16:46:19 [2023-03-05T21:46:19.882Z] 16:46:19 [2023-03-05T21:46:19.882Z] setToolWin: 16:46:19 [2023-03-05T21:46:19.882Z] 16:46:19 [2023-03-05T21:46:19.882Z] setToolUnix: 16:46:19 [2023-03-05T21:46:19.882Z] 16:46:19 [2023-03-05T21:46:19.882Z] setToolProperty: 16:46:19 [2023-03-05T21:46:19.882Z] 16:46:19 [2023-03-05T21:46:19.882Z] setS1ASclassPath: 16:46:19 [2023-03-05T21:46:19.882Z] 16:46:19 [2023-03-05T21:46:19.882Z] init-common: 16:46:19 [2023-03-05T21:46:19.882Z] 16:46:19 [2023-03-05T21:46:19.882Z] undeploy-common: 16:46:20 [2023-03-05T21:46:20.170Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false bean-in-lib-dir-used-by-ejb-in-earApp 16:46:20 [2023-03-05T21:46:20.170Z] 16:46:20 [2023-03-05T21:46:20.170Z] all: 16:46:20 [2023-03-05T21:46:20.170Z] 16:46:20 [2023-03-05T21:46:20.170Z] setOSConditions: 16:46:20 [2023-03-05T21:46:20.170Z] 16:46:20 [2023-03-05T21:46:20.170Z] setToolWin: 16:46:20 [2023-03-05T21:46:20.170Z] 16:46:20 [2023-03-05T21:46:20.170Z] setToolUnix: 16:46:20 [2023-03-05T21:46:20.170Z] 16:46:20 [2023-03-05T21:46:20.170Z] setToolProperty: 16:46:20 [2023-03-05T21:46:20.170Z] 16:46:20 [2023-03-05T21:46:20.171Z] setS1ASclassPath: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] init-common: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] clean: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] setOSConditions: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] setToolWin: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] setToolUnix: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] setToolProperty: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] setS1ASclassPath: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] init-common: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] clean-common: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] setOSConditions: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] setToolWin: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] setToolUnix: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] setToolProperty: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] setS1ASclassPath: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] init-common: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] clean-classes-common: 16:46:20 [2023-03-05T21:46:20.171Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] setOSConditions: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] setToolWin: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] setToolUnix: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] setToolProperty: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] setS1ASclassPath: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] init-common: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] clean-jars-common: 16:46:20 [2023-03-05T21:46:20.171Z] 16:46:20 [2023-03-05T21:46:20.171Z] compile: 16:46:20 [2023-03-05T21:46:20.171Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:20 [2023-03-05T21:46:20.171Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:20 [2023-03-05T21:46:20.171Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-javaee-injection/build.xml:49: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:20 [2023-03-05T21:46:20.171Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-javaee-injection/build.xml:50: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:20 [2023-03-05T21:46:20.171Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:20 [2023-03-05T21:46:20.171Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 16:46:20 [2023-03-05T21:46:20.427Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' 16:46:20 [2023-03-05T21:46:20.427Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:46:20 [2023-03-05T21:46:20.427Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:46:20 [2023-03-05T21:46:20.427Z] [javac] 3 warnings 16:46:20 [2023-03-05T21:46:20.427Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:20 [2023-03-05T21:46:20.427Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-javaee-injection/lib/bean-lib.jar 16:46:20 [2023-03-05T21:46:20.427Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:20 [2023-03-05T21:46:20.427Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:20 [2023-03-05T21:46:20.427Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-javaee-injection/build.xml:63: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:20 [2023-03-05T21:46:20.427Z] [javac] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:20 [2023-03-05T21:46:20.989Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:46:20 [2023-03-05T21:46:20.989Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:46:20 [2023-03-05T21:46:20.989Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:46:20 [2023-03-05T21:46:20.989Z] [javac] 2 warnings 16:46:20 [2023-03-05T21:46:20.989Z] 16:46:20 [2023-03-05T21:46:20.989Z] build: 16:46:20 [2023-03-05T21:46:20.989Z] 16:46:20 [2023-03-05T21:46:20.989Z] setOSConditions: 16:46:20 [2023-03-05T21:46:20.989Z] 16:46:20 [2023-03-05T21:46:20.989Z] setToolWin: 16:46:20 [2023-03-05T21:46:20.989Z] 16:46:20 [2023-03-05T21:46:20.989Z] setToolUnix: 16:46:20 [2023-03-05T21:46:20.989Z] 16:46:20 [2023-03-05T21:46:20.989Z] setToolProperty: 16:46:20 [2023-03-05T21:46:20.989Z] 16:46:20 [2023-03-05T21:46:20.989Z] setS1ASclassPath: 16:46:20 [2023-03-05T21:46:20.989Z] 16:46:20 [2023-03-05T21:46:20.989Z] init-common: 16:46:20 [2023-03-05T21:46:20.989Z] 16:46:20 [2023-03-05T21:46:20.989Z] webclient-war-common: 16:46:20 [2023-03-05T21:46:20.989Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:46:20 [2023-03-05T21:46:20.989Z] 16:46:20 [2023-03-05T21:46:20.989Z] clear: 16:46:20 [2023-03-05T21:46:20.989Z] 16:46:20 [2023-03-05T21:46:20.989Z] test-tlds-exist: 16:46:20 [2023-03-05T21:46:20.989Z] 16:46:20 [2023-03-05T21:46:20.989Z] copy-tlds: 16:46:20 [2023-03-05T21:46:20.989Z] 16:46:20 [2023-03-05T21:46:20.989Z] test-tagfiles-exist: 16:46:20 [2023-03-05T21:46:20.989Z] 16:46:20 [2023-03-05T21:46:20.989Z] copy-tagfiles: 16:46:20 [2023-03-05T21:46:20.989Z] 16:46:20 [2023-03-05T21:46:20.989Z] package-war-common: 16:46:20 [2023-03-05T21:46:20.989Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:46:20 [2023-03-05T21:46:20.989Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:20 [2023-03-05T21:46:20.989Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:20 [2023-03-05T21:46:20.989Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:46:20 [2023-03-05T21:46:20.989Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:46:20 [2023-03-05T21:46:20.989Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF 16:46:20 [2023-03-05T21:46:20.989Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:20 [2023-03-05T21:46:20.989Z] [copy] Copying 12 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:20 [2023-03-05T21:46:20.989Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-javaee-injection/docroot 16:46:20 [2023-03-05T21:46:20.989Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-javaee-injection-web.war 16:46:20 [2023-03-05T21:46:20.990Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:20 [2023-03-05T21:46:20.990Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-javaee-injection/build.xml:74: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:20 [2023-03-05T21:46:20.990Z] [javac] Compiling 1 source file 16:46:20 [2023-03-05T21:46:20.990Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-javaee-injection/WebTest.java uses or overrides a deprecated API. 16:46:20 [2023-03-05T21:46:20.990Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:46:20 [2023-03-05T21:46:20.990Z] 16:46:20 [2023-03-05T21:46:20.990Z] create-resources: 16:46:20 [2023-03-05T21:46:20.990Z] 16:46:20 [2023-03-05T21:46:20.990Z] setOSConditions: 16:46:20 [2023-03-05T21:46:20.990Z] 16:46:20 [2023-03-05T21:46:20.990Z] setToolWin: 16:46:20 [2023-03-05T21:46:20.990Z] 16:46:20 [2023-03-05T21:46:20.990Z] setToolUnix: 16:46:20 [2023-03-05T21:46:20.990Z] 16:46:20 [2023-03-05T21:46:20.990Z] setToolProperty: 16:46:20 [2023-03-05T21:46:20.990Z] 16:46:20 [2023-03-05T21:46:20.990Z] setS1ASclassPath: 16:46:20 [2023-03-05T21:46:20.990Z] 16:46:20 [2023-03-05T21:46:20.990Z] init-common: 16:46:20 [2023-03-05T21:46:20.990Z] 16:46:20 [2023-03-05T21:46:20.990Z] create-jdbc-connpool-common: 16:46:21 [2023-03-05T21:46:21.246Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:46:21 [2023-03-05T21:46:21.246Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:46:21 [2023-03-05T21:46:21.246Z] 16:46:21 [2023-03-05T21:46:21.246Z] set-derby-connpool-props: 16:46:21 [2023-03-05T21:46:21.501Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:46:21 [2023-03-05T21:46:21.501Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:46:22 [2023-03-05T21:46:22.064Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:46:22 [2023-03-05T21:46:22.064Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:46:22 [2023-03-05T21:46:22.320Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:46:22 [2023-03-05T21:46:22.321Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:46:22 [2023-03-05T21:46:22.577Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:46:22 [2023-03-05T21:46:22.577Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:46:22 [2023-03-05T21:46:22.833Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:46:22 [2023-03-05T21:46:22.833Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:46:23 [2023-03-05T21:46:23.089Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:46:23 [2023-03-05T21:46:23.089Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:46:23 [2023-03-05T21:46:23.346Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:46:23 [2023-03-05T21:46:23.346Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:46:23 [2023-03-05T21:46:23.602Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:46:23 [2023-03-05T21:46:23.602Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:46:23 [2023-03-05T21:46:23.602Z] 16:46:23 [2023-03-05T21:46:23.602Z] setOSConditions: 16:46:23 [2023-03-05T21:46:23.602Z] 16:46:23 [2023-03-05T21:46:23.602Z] setToolWin: 16:46:23 [2023-03-05T21:46:23.602Z] 16:46:23 [2023-03-05T21:46:23.602Z] setToolUnix: 16:46:23 [2023-03-05T21:46:23.602Z] 16:46:23 [2023-03-05T21:46:23.602Z] setToolProperty: 16:46:23 [2023-03-05T21:46:23.602Z] 16:46:23 [2023-03-05T21:46:23.602Z] setS1ASclassPath: 16:46:23 [2023-03-05T21:46:23.602Z] 16:46:23 [2023-03-05T21:46:23.602Z] init-common: 16:46:23 [2023-03-05T21:46:23.602Z] 16:46:23 [2023-03-05T21:46:23.602Z] create-jdbc-resource-common: 16:46:23 [2023-03-05T21:46:23.602Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/jdbc-dev-test-resource 16:46:24 [2023-03-05T21:46:24.164Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/jdbc-dev-test-resource 16:46:24 [2023-03-05T21:46:24.164Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. 16:46:24 [2023-03-05T21:46:24.164Z] [echo] cmd executed for server 16:46:24 [2023-03-05T21:46:24.164Z] 16:46:24 [2023-03-05T21:46:24.164Z] deploy: 16:46:24 [2023-03-05T21:46:24.164Z] 16:46:24 [2023-03-05T21:46:24.164Z] deploy-war-common: 16:46:24 [2023-03-05T21:46:24.164Z] 16:46:24 [2023-03-05T21:46:24.164Z] setOSConditions: 16:46:24 [2023-03-05T21:46:24.164Z] 16:46:24 [2023-03-05T21:46:24.164Z] setToolWin: 16:46:24 [2023-03-05T21:46:24.164Z] 16:46:24 [2023-03-05T21:46:24.164Z] setToolUnix: 16:46:24 [2023-03-05T21:46:24.164Z] 16:46:24 [2023-03-05T21:46:24.164Z] setToolProperty: 16:46:24 [2023-03-05T21:46:24.164Z] 16:46:24 [2023-03-05T21:46:24.164Z] setS1ASclassPath: 16:46:24 [2023-03-05T21:46:24.164Z] 16:46:24 [2023-03-05T21:46:24.164Z] init-common: 16:46:24 [2023-03-05T21:46:24.164Z] 16:46:24 [2023-03-05T21:46:24.164Z] deploy-war-commonpe: 16:46:24 [2023-03-05T21:46:24.421Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-servlet-annotation-with-web-inf-lib-javaee-injection --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-javaee-injection-web.war 16:46:24 [2023-03-05T21:46:24.677Z] [exec] Application deployed with name cdi-servlet-annotation-with-web-inf-lib-javaee-injection-web. 16:46:24 [2023-03-05T21:46:24.677Z] 16:46:24 [2023-03-05T21:46:24.677Z] deploy-war-commonee: 16:46:24 [2023-03-05T21:46:24.677Z] 16:46:24 [2023-03-05T21:46:24.677Z] run: 16:46:24 [2023-03-05T21:46:24.677Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-javaee-injection/myurl?testcase=llinit 16:46:24 [2023-03-05T21:46:24.934Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 16:46:24 [2023-03-05T21:46:24.934Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-javaee-injection/myurl?testcase=llquery 16:46:24 [2023-03-05T21:46:24.934Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 16:46:24 [2023-03-05T21:46:24.934Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-javaee-injection/myurl?testcase=llfind 16:46:24 [2023-03-05T21:46:24.934Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 16:46:24 [2023-03-05T21:46:24.934Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-javaee-injection/myurl?testcase=llinj 16:46:24 [2023-03-05T21:46:24.934Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 16:46:24 [2023-03-05T21:46:24.934Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:46:24 [2023-03-05T21:46:24.934Z] [java] 16:46:24 [2023-03-05T21:46:24.934Z] [java] 16:46:24 [2023-03-05T21:46:24.934Z] [java] ----------------------------------------- 16:46:24 [2023-03-05T21:46:24.934Z] [java] - cdi-servlet-annotation-with-web-inf-lib-javaee-injectionllinit: PASS - 16:46:24 [2023-03-05T21:46:24.934Z] [java] - cdi-servlet-annotation-with-web-inf-lib-javaee-injectionllquery: PASS - 16:46:24 [2023-03-05T21:46:24.934Z] [java] - cdi-servlet-annotation-with-web-inf-lib-javaee-injectionllfind: PASS - 16:46:24 [2023-03-05T21:46:24.934Z] [java] - cdi-servlet-annotation-with-web-inf-lib-javaee-injectionllinj: PASS - 16:46:24 [2023-03-05T21:46:24.934Z] [java] ----------------------------------------- 16:46:24 [2023-03-05T21:46:24.934Z] [java] - Total PASS : 4 - 16:46:24 [2023-03-05T21:46:24.934Z] [java] - Total FAIL : 0 - 16:46:24 [2023-03-05T21:46:24.934Z] [java] - Total DID NOT RUN : 0 - 16:46:24 [2023-03-05T21:46:24.934Z] [java] ----------------------------------------- 16:46:24 [2023-03-05T21:46:24.934Z] 16:46:24 [2023-03-05T21:46:24.934Z] undeploy: 16:46:24 [2023-03-05T21:46:24.934Z] 16:46:24 [2023-03-05T21:46:24.934Z] setOSConditions: 16:46:24 [2023-03-05T21:46:24.934Z] 16:46:24 [2023-03-05T21:46:24.934Z] setToolWin: 16:46:24 [2023-03-05T21:46:24.934Z] 16:46:24 [2023-03-05T21:46:24.934Z] setToolUnix: 16:46:24 [2023-03-05T21:46:24.934Z] 16:46:24 [2023-03-05T21:46:24.934Z] setToolProperty: 16:46:24 [2023-03-05T21:46:24.934Z] 16:46:24 [2023-03-05T21:46:24.934Z] setS1ASclassPath: 16:46:24 [2023-03-05T21:46:24.934Z] 16:46:24 [2023-03-05T21:46:24.934Z] init-common: 16:46:24 [2023-03-05T21:46:24.934Z] 16:46:24 [2023-03-05T21:46:24.934Z] undeploy-war-common: 16:46:25 [2023-03-05T21:46:25.190Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-servlet-annotation-with-web-inf-lib-javaee-injection-web 16:46:25 [2023-03-05T21:46:25.190Z] 16:46:25 [2023-03-05T21:46:25.190Z] delete-resources: 16:46:25 [2023-03-05T21:46:25.190Z] 16:46:25 [2023-03-05T21:46:25.190Z] setOSConditions: 16:46:25 [2023-03-05T21:46:25.190Z] 16:46:25 [2023-03-05T21:46:25.190Z] setToolWin: 16:46:25 [2023-03-05T21:46:25.190Z] 16:46:25 [2023-03-05T21:46:25.190Z] setToolUnix: 16:46:25 [2023-03-05T21:46:25.190Z] 16:46:25 [2023-03-05T21:46:25.190Z] setToolProperty: 16:46:25 [2023-03-05T21:46:25.190Z] 16:46:25 [2023-03-05T21:46:25.190Z] setS1ASclassPath: 16:46:25 [2023-03-05T21:46:25.190Z] 16:46:25 [2023-03-05T21:46:25.190Z] init-common: 16:46:25 [2023-03-05T21:46:25.190Z] 16:46:25 [2023-03-05T21:46:25.190Z] delete-jdbc-resource-common: 16:46:25 [2023-03-05T21:46:25.190Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/jdbc-dev-test-resource 16:46:25 [2023-03-05T21:46:25.446Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/jdbc-dev-test-resource 16:46:25 [2023-03-05T21:46:25.446Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully 16:46:25 [2023-03-05T21:46:25.446Z] [echo] cmd executed for server 16:46:25 [2023-03-05T21:46:25.446Z] 16:46:25 [2023-03-05T21:46:25.446Z] setOSConditions: 16:46:25 [2023-03-05T21:46:25.446Z] 16:46:25 [2023-03-05T21:46:25.446Z] setToolWin: 16:46:25 [2023-03-05T21:46:25.446Z] 16:46:25 [2023-03-05T21:46:25.446Z] setToolUnix: 16:46:25 [2023-03-05T21:46:25.446Z] 16:46:25 [2023-03-05T21:46:25.446Z] setToolProperty: 16:46:25 [2023-03-05T21:46:25.446Z] 16:46:25 [2023-03-05T21:46:25.446Z] setS1ASclassPath: 16:46:25 [2023-03-05T21:46:25.446Z] 16:46:25 [2023-03-05T21:46:25.446Z] init-common: 16:46:25 [2023-03-05T21:46:25.446Z] 16:46:25 [2023-03-05T21:46:25.446Z] delete-jdbc-connpool-common: 16:46:25 [2023-03-05T21:46:25.446Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:46:25 [2023-03-05T21:46:25.703Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:46:25 [2023-03-05T21:46:25.703Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:46:25 [2023-03-05T21:46:25.703Z] [echo] cmd executed for server 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] all: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] setOSConditions: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] setToolWin: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] setToolUnix: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] setToolProperty: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] setS1ASclassPath: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] init-common: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] clean: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] setOSConditions: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] setToolWin: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] setToolUnix: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] setToolProperty: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] setS1ASclassPath: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] init-common: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] clean-common: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] setOSConditions: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] setToolWin: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] setToolUnix: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] setToolProperty: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] setS1ASclassPath: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] init-common: 16:46:25 [2023-03-05T21:46:25.703Z] 16:46:25 [2023-03-05T21:46:25.703Z] clean-classes-common: 16:46:25 [2023-03-05T21:46:25.703Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:46:25 [2023-03-05T21:46:25.959Z] 16:46:25 [2023-03-05T21:46:25.959Z] setOSConditions: 16:46:25 [2023-03-05T21:46:25.959Z] 16:46:25 [2023-03-05T21:46:25.959Z] setToolWin: 16:46:25 [2023-03-05T21:46:25.959Z] 16:46:25 [2023-03-05T21:46:25.959Z] setToolUnix: 16:46:25 [2023-03-05T21:46:25.959Z] 16:46:25 [2023-03-05T21:46:25.959Z] setToolProperty: 16:46:25 [2023-03-05T21:46:25.959Z] 16:46:25 [2023-03-05T21:46:25.959Z] setS1ASclassPath: 16:46:25 [2023-03-05T21:46:25.959Z] 16:46:25 [2023-03-05T21:46:25.959Z] init-common: 16:46:25 [2023-03-05T21:46:25.959Z] 16:46:25 [2023-03-05T21:46:25.959Z] clean-jars-common: 16:46:25 [2023-03-05T21:46:25.959Z] 16:46:25 [2023-03-05T21:46:25.959Z] compile: 16:46:25 [2023-03-05T21:46:25.959Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:25 [2023-03-05T21:46:25.959Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:25 [2023-03-05T21:46:25.959Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering/build.xml:50: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:25 [2023-03-05T21:46:25.959Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:25 [2023-03-05T21:46:25.959Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 16:46:25 [2023-03-05T21:46:25.959Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' 16:46:25 [2023-03-05T21:46:25.959Z] [javac] 2 warnings 16:46:26 [2023-03-05T21:46:26.216Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:26 [2023-03-05T21:46:26.216Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering/lib/alpha.jar 16:46:26 [2023-03-05T21:46:26.216Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:26 [2023-03-05T21:46:26.216Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:26 [2023-03-05T21:46:26.216Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:26 [2023-03-05T21:46:26.216Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering/build.xml:60: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:26 [2023-03-05T21:46:26.216Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:26 [2023-03-05T21:46:26.216Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 16:46:26 [2023-03-05T21:46:26.216Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' 16:46:26 [2023-03-05T21:46:26.216Z] [javac] 2 warnings 16:46:26 [2023-03-05T21:46:26.473Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering/build.xml:61: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:26 [2023-03-05T21:46:26.473Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:26 [2023-03-05T21:46:26.473Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 16:46:26 [2023-03-05T21:46:26.473Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' 16:46:26 [2023-03-05T21:46:26.473Z] [javac] 2 warnings 16:46:26 [2023-03-05T21:46:26.729Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/test1/Foo.class 16:46:26 [2023-03-05T21:46:26.729Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:26 [2023-03-05T21:46:26.729Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering/lib/bravo.jar 16:46:26 [2023-03-05T21:46:26.729Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:26 [2023-03-05T21:46:26.729Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:26 [2023-03-05T21:46:26.729Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering/build.xml:73: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:26 [2023-03-05T21:46:26.729Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:26 [2023-03-05T21:46:26.729Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:46:40 [2023-03-05T21:46:40.286Z] [javac] 1 warning 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] build: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] init-common: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] webclient-war-common: 16:46:40 [2023-03-05T21:46:40.286Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] clear: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] test-tlds-exist: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] copy-tlds: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] test-tagfiles-exist: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] copy-tagfiles: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] package-war-common: 16:46:40 [2023-03-05T21:46:40.286Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:46:40 [2023-03-05T21:46:40.286Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:40 [2023-03-05T21:46:40.286Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:40 [2023-03-05T21:46:40.286Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:46:40 [2023-03-05T21:46:40.286Z] [copy] Copying 4 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:46:40 [2023-03-05T21:46:40.286Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:40 [2023-03-05T21:46:40.286Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:40 [2023-03-05T21:46:40.286Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering/docroot 16:46:40 [2023-03-05T21:46:40.286Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-with-ordering-web.war 16:46:40 [2023-03-05T21:46:40.286Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:40 [2023-03-05T21:46:40.286Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering/build.xml:83: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:40 [2023-03-05T21:46:40.286Z] [javac] Compiling 1 source file 16:46:40 [2023-03-05T21:46:40.286Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering/WebTest.java uses or overrides a deprecated API. 16:46:40 [2023-03-05T21:46:40.286Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] deploy: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] deploy-war-common: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] init-common: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] deploy-war-commonpe: 16:46:40 [2023-03-05T21:46:40.286Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-servlet-annotation-with-web-inf-lib-with-ordering --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-with-ordering-web.war 16:46:40 [2023-03-05T21:46:40.286Z] [exec] Application deployed with name cdi-servlet-annotation-with-web-inf-lib-with-ordering-web. 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] deploy-war-commonee: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] run: 16:46:40 [2023-03-05T21:46:40.286Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-with-ordering/myurl 16:46:40 [2023-03-05T21:46:40.286Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 16:46:40 [2023-03-05T21:46:40.286Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:46:40 [2023-03-05T21:46:40.286Z] [java] 16:46:40 [2023-03-05T21:46:40.286Z] [java] 16:46:40 [2023-03-05T21:46:40.286Z] [java] ----------------------------------------- 16:46:40 [2023-03-05T21:46:40.286Z] [java] - cdi-servlet-annotation-with-web-inf-lib-with-ordering: PASS - 16:46:40 [2023-03-05T21:46:40.286Z] [java] ----------------------------------------- 16:46:40 [2023-03-05T21:46:40.286Z] [java] - Total PASS : 1 - 16:46:40 [2023-03-05T21:46:40.286Z] [java] - Total FAIL : 0 - 16:46:40 [2023-03-05T21:46:40.286Z] [java] - Total DID NOT RUN : 0 - 16:46:40 [2023-03-05T21:46:40.286Z] [java] ----------------------------------------- 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] undeploy: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] init-common: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] undeploy-war-common: 16:46:40 [2023-03-05T21:46:40.286Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-servlet-annotation-with-web-inf-lib-with-ordering-web 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] all: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.286Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.286Z] 16:46:40 [2023-03-05T21:46:40.287Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] init-common: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] clean: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] init-common: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] clean-common: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] init-common: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] clean-classes-common: 16:46:40 [2023-03-05T21:46:40.287Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] init-common: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] clean-jars-common: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] compile: 16:46:40 [2023-03-05T21:46:40.287Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:40 [2023-03-05T21:46:40.287Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:40 [2023-03-05T21:46:40.287Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering-reversed/build.xml:50: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:40 [2023-03-05T21:46:40.287Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:40 [2023-03-05T21:46:40.287Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 16:46:40 [2023-03-05T21:46:40.287Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' 16:46:40 [2023-03-05T21:46:40.287Z] [javac] 2 warnings 16:46:40 [2023-03-05T21:46:40.287Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:40 [2023-03-05T21:46:40.287Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering-reversed/lib/bravo.jar 16:46:40 [2023-03-05T21:46:40.287Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:40 [2023-03-05T21:46:40.287Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:40 [2023-03-05T21:46:40.287Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:40 [2023-03-05T21:46:40.287Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering-reversed/build.xml:60: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:40 [2023-03-05T21:46:40.287Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:40 [2023-03-05T21:46:40.287Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 16:46:40 [2023-03-05T21:46:40.287Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' 16:46:40 [2023-03-05T21:46:40.287Z] [javac] 2 warnings 16:46:40 [2023-03-05T21:46:40.287Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering-reversed/build.xml:61: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:40 [2023-03-05T21:46:40.287Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:40 [2023-03-05T21:46:40.287Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 16:46:40 [2023-03-05T21:46:40.287Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' 16:46:40 [2023-03-05T21:46:40.287Z] [javac] 2 warnings 16:46:40 [2023-03-05T21:46:40.287Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/test1/Foo.class 16:46:40 [2023-03-05T21:46:40.287Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:40 [2023-03-05T21:46:40.287Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering-reversed/lib/alpha.jar 16:46:40 [2023-03-05T21:46:40.287Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:40 [2023-03-05T21:46:40.287Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:40 [2023-03-05T21:46:40.287Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering-reversed/build.xml:73: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:40 [2023-03-05T21:46:40.287Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:40 [2023-03-05T21:46:40.287Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:46:40 [2023-03-05T21:46:40.287Z] [javac] 1 warning 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] build: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] init-common: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] webclient-war-common: 16:46:40 [2023-03-05T21:46:40.287Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] clear: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] test-tlds-exist: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] copy-tlds: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] test-tagfiles-exist: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] copy-tagfiles: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] package-war-common: 16:46:40 [2023-03-05T21:46:40.287Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:46:40 [2023-03-05T21:46:40.287Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:40 [2023-03-05T21:46:40.287Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:40 [2023-03-05T21:46:40.287Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:46:40 [2023-03-05T21:46:40.287Z] [copy] Copying 4 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:46:40 [2023-03-05T21:46:40.287Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:40 [2023-03-05T21:46:40.287Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:40 [2023-03-05T21:46:40.287Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering-reversed/docroot 16:46:40 [2023-03-05T21:46:40.287Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-with-ordering-reversed-web.war 16:46:40 [2023-03-05T21:46:40.287Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:40 [2023-03-05T21:46:40.287Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering-reversed/build.xml:83: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:40 [2023-03-05T21:46:40.287Z] [javac] Compiling 1 source file 16:46:40 [2023-03-05T21:46:40.287Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering-reversed/WebTest.java uses or overrides a deprecated API. 16:46:40 [2023-03-05T21:46:40.287Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] deploy: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] deploy-war-common: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] init-common: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] deploy-war-commonpe: 16:46:40 [2023-03-05T21:46:40.287Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-servlet-annotation-with-web-inf-lib-with-ordering-reversed --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-with-ordering-reversed-web.war 16:46:40 [2023-03-05T21:46:40.287Z] [exec] Application deployed with name cdi-servlet-annotation-with-web-inf-lib-with-ordering-reversed-web. 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] deploy-war-commonee: 16:46:40 [2023-03-05T21:46:40.287Z] 16:46:40 [2023-03-05T21:46:40.287Z] run: 16:46:40 [2023-03-05T21:46:40.287Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-with-ordering-reversed/myurl 16:46:40 [2023-03-05T21:46:40.288Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 16:46:40 [2023-03-05T21:46:40.288Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:46:40 [2023-03-05T21:46:40.288Z] [java] 16:46:40 [2023-03-05T21:46:40.288Z] [java] 16:46:40 [2023-03-05T21:46:40.288Z] [java] ----------------------------------------- 16:46:40 [2023-03-05T21:46:40.288Z] [java] - cdi-servlet-annotation-with-web-inf-lib-with-ordering-reversed: PASS - 16:46:40 [2023-03-05T21:46:40.288Z] [java] ----------------------------------------- 16:46:40 [2023-03-05T21:46:40.288Z] [java] - Total PASS : 1 - 16:46:40 [2023-03-05T21:46:40.288Z] [java] - Total FAIL : 0 - 16:46:40 [2023-03-05T21:46:40.288Z] [java] - Total DID NOT RUN : 0 - 16:46:40 [2023-03-05T21:46:40.288Z] [java] ----------------------------------------- 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] undeploy: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] init-common: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] undeploy-war-common: 16:46:40 [2023-03-05T21:46:40.288Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-servlet-annotation-with-web-inf-lib-with-ordering-reversed-web 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] all: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] init-common: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] clean: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] init-common: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] clean-common: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] init-common: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] clean-classes-common: 16:46:40 [2023-03-05T21:46:40.288Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] init-common: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] clean-jars-common: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] compile: 16:46:40 [2023-03-05T21:46:40.288Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:40 [2023-03-05T21:46:40.288Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:40 [2023-03-05T21:46:40.288Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-extension-alternative/build.xml:49: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:40 [2023-03-05T21:46:40.288Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-extension-alternative/build.xml:50: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:40 [2023-03-05T21:46:40.288Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:40 [2023-03-05T21:46:40.288Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 16:46:40 [2023-03-05T21:46:40.288Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' 16:46:40 [2023-03-05T21:46:40.288Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:46:40 [2023-03-05T21:46:40.288Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:46:40 [2023-03-05T21:46:40.288Z] [javac] 3 warnings 16:46:40 [2023-03-05T21:46:40.288Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:40 [2023-03-05T21:46:40.288Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF/services 16:46:40 [2023-03-05T21:46:40.288Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF/services 16:46:40 [2023-03-05T21:46:40.288Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-extension-alternative/lib/bean-lib.jar 16:46:40 [2023-03-05T21:46:40.288Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:40 [2023-03-05T21:46:40.288Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:40 [2023-03-05T21:46:40.288Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-extension-alternative/build.xml:65: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:40 [2023-03-05T21:46:40.288Z] [javac] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:40 [2023-03-05T21:46:40.288Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:46:40 [2023-03-05T21:46:40.288Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 16:46:40 [2023-03-05T21:46:40.288Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 16:46:40 [2023-03-05T21:46:40.288Z] [javac] 2 warnings 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] build: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] init-common: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] webclient-war-common: 16:46:40 [2023-03-05T21:46:40.288Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] clear: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] test-tlds-exist: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] copy-tlds: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] test-tagfiles-exist: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] copy-tagfiles: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] package-war-common: 16:46:40 [2023-03-05T21:46:40.288Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:46:40 [2023-03-05T21:46:40.288Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:40 [2023-03-05T21:46:40.288Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:40 [2023-03-05T21:46:40.288Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:46:40 [2023-03-05T21:46:40.288Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:46:40 [2023-03-05T21:46:40.288Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF 16:46:40 [2023-03-05T21:46:40.288Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:40 [2023-03-05T21:46:40.288Z] [copy] Copying 13 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:40 [2023-03-05T21:46:40.288Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-extension-alternative/docroot 16:46:40 [2023-03-05T21:46:40.288Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-extension-alternative-web.war 16:46:40 [2023-03-05T21:46:40.288Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:40 [2023-03-05T21:46:40.288Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-extension-alternative/build.xml:76: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:40 [2023-03-05T21:46:40.288Z] [javac] Compiling 1 source file 16:46:40 [2023-03-05T21:46:40.288Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-extension-alternative/WebTest.java uses or overrides a deprecated API. 16:46:40 [2023-03-05T21:46:40.288Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] create-resources: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.288Z] 16:46:40 [2023-03-05T21:46:40.288Z] init-common: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] create-jdbc-connpool-common: 16:46:40 [2023-03-05T21:46:40.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientDataSource --restype javax.sql.DataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true ql-jdbc-pool 16:46:40 [2023-03-05T21:46:40.289Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] set-derby-connpool-props: 16:46:40 [2023-03-05T21:46:40.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:46:40 [2023-03-05T21:46:40.289Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser 16:46:40 [2023-03-05T21:46:40.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:46:40 [2023-03-05T21:46:40.289Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword 16:46:40 [2023-03-05T21:46:40.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:46:40 [2023-03-05T21:46:40.289Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 16:46:40 [2023-03-05T21:46:40.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:46:40 [2023-03-05T21:46:40.289Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 16:46:40 [2023-03-05T21:46:40.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:46:40 [2023-03-05T21:46:40.289Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb 16:46:40 [2023-03-05T21:46:40.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:46:40 [2023-03-05T21:46:40.289Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true 16:46:40 [2023-03-05T21:46:40.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:46:40 [2023-03-05T21:46:40.289Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true 16:46:40 [2023-03-05T21:46:40.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:46:40 [2023-03-05T21:46:40.289Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] init-common: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] create-jdbc-resource-common: 16:46:40 [2023-03-05T21:46:40.289Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid ql-jdbc-pool --target server jdbc/jdbc-dev-test-resource 16:46:40 [2023-03-05T21:46:40.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid ql-jdbc-pool --enabled=true --target server jdbc/jdbc-dev-test-resource 16:46:40 [2023-03-05T21:46:40.289Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. 16:46:40 [2023-03-05T21:46:40.289Z] [echo] cmd executed for server 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] deploy: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] deploy-war-common: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] init-common: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] deploy-war-commonpe: 16:46:40 [2023-03-05T21:46:40.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-servlet-annotation-with-web-inf-lib-extension-alternative --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-extension-alternative-web.war 16:46:40 [2023-03-05T21:46:40.289Z] [exec] Application deployed with name cdi-servlet-annotation-with-web-inf-lib-extension-alternative-web. 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] deploy-war-commonee: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] run: 16:46:40 [2023-03-05T21:46:40.289Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-extension-alternative/myurl?testcase=llinit 16:46:40 [2023-03-05T21:46:40.289Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-extension-alternative/myurl?testcase=llquery 16:46:40 [2023-03-05T21:46:40.289Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-extension-alternative/myurl?testcase=llfind 16:46:40 [2023-03-05T21:46:40.289Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-extension-alternative/myurl?testcase=llinj 16:46:40 [2023-03-05T21:46:40.289Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:46:40 [2023-03-05T21:46:40.289Z] [java] 16:46:40 [2023-03-05T21:46:40.289Z] [java] 16:46:40 [2023-03-05T21:46:40.289Z] [java] ----------------------------------------- 16:46:40 [2023-03-05T21:46:40.289Z] [java] - cdi-servlet-annotation-with-web-inf-lib-extension-alternativellinit: PASS - 16:46:40 [2023-03-05T21:46:40.289Z] [java] - cdi-servlet-annotation-with-web-inf-lib-extension-alternativellquery: PASS - 16:46:40 [2023-03-05T21:46:40.289Z] [java] - cdi-servlet-annotation-with-web-inf-lib-extension-alternativellfind: PASS - 16:46:40 [2023-03-05T21:46:40.289Z] [java] - cdi-servlet-annotation-with-web-inf-lib-extension-alternativellinj: PASS - 16:46:40 [2023-03-05T21:46:40.289Z] [java] ----------------------------------------- 16:46:40 [2023-03-05T21:46:40.289Z] [java] - Total PASS : 4 - 16:46:40 [2023-03-05T21:46:40.289Z] [java] - Total FAIL : 0 - 16:46:40 [2023-03-05T21:46:40.289Z] [java] - Total DID NOT RUN : 0 - 16:46:40 [2023-03-05T21:46:40.289Z] [java] ----------------------------------------- 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] undeploy: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] init-common: 16:46:40 [2023-03-05T21:46:40.289Z] 16:46:40 [2023-03-05T21:46:40.289Z] undeploy-war-common: 16:46:40 [2023-03-05T21:46:40.545Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-servlet-annotation-with-web-inf-lib-extension-alternative-web 16:46:40 [2023-03-05T21:46:40.545Z] 16:46:40 [2023-03-05T21:46:40.545Z] delete-resources: 16:46:40 [2023-03-05T21:46:40.545Z] 16:46:40 [2023-03-05T21:46:40.545Z] setOSConditions: 16:46:40 [2023-03-05T21:46:40.545Z] 16:46:40 [2023-03-05T21:46:40.545Z] setToolWin: 16:46:40 [2023-03-05T21:46:40.545Z] 16:46:40 [2023-03-05T21:46:40.545Z] setToolUnix: 16:46:40 [2023-03-05T21:46:40.545Z] 16:46:40 [2023-03-05T21:46:40.545Z] setToolProperty: 16:46:40 [2023-03-05T21:46:40.545Z] 16:46:40 [2023-03-05T21:46:40.545Z] setS1ASclassPath: 16:46:40 [2023-03-05T21:46:40.545Z] 16:46:40 [2023-03-05T21:46:40.545Z] init-common: 16:46:40 [2023-03-05T21:46:40.545Z] 16:46:40 [2023-03-05T21:46:40.545Z] delete-jdbc-resource-common: 16:46:40 [2023-03-05T21:46:40.546Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/jdbc-dev-test-resource 16:46:41 [2023-03-05T21:46:41.125Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/jdbc-dev-test-resource 16:46:41 [2023-03-05T21:46:41.125Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully 16:46:41 [2023-03-05T21:46:41.125Z] [echo] cmd executed for server 16:46:41 [2023-03-05T21:46:41.125Z] 16:46:41 [2023-03-05T21:46:41.125Z] setOSConditions: 16:46:41 [2023-03-05T21:46:41.125Z] 16:46:41 [2023-03-05T21:46:41.125Z] setToolWin: 16:46:41 [2023-03-05T21:46:41.125Z] 16:46:41 [2023-03-05T21:46:41.125Z] setToolUnix: 16:46:41 [2023-03-05T21:46:41.125Z] 16:46:41 [2023-03-05T21:46:41.125Z] setToolProperty: 16:46:41 [2023-03-05T21:46:41.125Z] 16:46:41 [2023-03-05T21:46:41.125Z] setS1ASclassPath: 16:46:41 [2023-03-05T21:46:41.125Z] 16:46:41 [2023-03-05T21:46:41.125Z] init-common: 16:46:41 [2023-03-05T21:46:41.125Z] 16:46:41 [2023-03-05T21:46:41.125Z] delete-jdbc-connpool-common: 16:46:41 [2023-03-05T21:46:41.125Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool 16:46:41 [2023-03-05T21:46:41.381Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true ql-jdbc-pool 16:46:41 [2023-03-05T21:46:41.381Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully 16:46:41 [2023-03-05T21:46:41.381Z] [echo] cmd executed for server 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] all: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setOSConditions: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setToolWin: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setToolUnix: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setToolProperty: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setS1ASclassPath: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] init-common: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] clean: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setOSConditions: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setToolWin: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setToolUnix: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setToolProperty: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setS1ASclassPath: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] init-common: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] clean-common: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setOSConditions: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setToolWin: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setToolUnix: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setToolProperty: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setS1ASclassPath: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] init-common: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] clean-classes-common: 16:46:41 [2023-03-05T21:46:41.381Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setOSConditions: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setToolWin: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setToolUnix: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setToolProperty: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] setS1ASclassPath: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] init-common: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] clean-jars-common: 16:46:41 [2023-03-05T21:46:41.381Z] 16:46:41 [2023-03-05T21:46:41.381Z] compile: 16:46:41 [2023-03-05T21:46:41.381Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:41 [2023-03-05T21:46:41.381Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:41 [2023-03-05T21:46:41.381Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib/build.xml:49: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:41 [2023-03-05T21:46:41.381Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:41 [2023-03-05T21:46:41.381Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 16:46:41 [2023-03-05T21:46:41.638Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' 16:46:41 [2023-03-05T21:46:41.638Z] [javac] 2 warnings 16:46:41 [2023-03-05T21:46:41.638Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib/build.xml:50: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:41 [2023-03-05T21:46:41.638Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:41 [2023-03-05T21:46:41.638Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 16:46:41 [2023-03-05T21:46:41.894Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' 16:46:41 [2023-03-05T21:46:41.894Z] [javac] 2 warnings 16:46:41 [2023-03-05T21:46:41.894Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:41 [2023-03-05T21:46:41.894Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/TestBean.class 16:46:41 [2023-03-05T21:46:41.894Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib/lib/bean-lib.jar 16:46:41 [2023-03-05T21:46:41.894Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:41 [2023-03-05T21:46:41.894Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:41 [2023-03-05T21:46:41.894Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib/build.xml:63: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:41 [2023-03-05T21:46:41.894Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:42 [2023-03-05T21:46:42.151Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:46:42 [2023-03-05T21:46:42.151Z] [javac] 1 warning 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] build: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] setOSConditions: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] setToolWin: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] setToolUnix: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] setToolProperty: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] setS1ASclassPath: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] init-common: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] webclient-war-common: 16:46:42 [2023-03-05T21:46:42.151Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] clear: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] test-tlds-exist: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] copy-tlds: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] test-tagfiles-exist: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] copy-tagfiles: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] package-war-common: 16:46:42 [2023-03-05T21:46:42.151Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:46:42 [2023-03-05T21:46:42.151Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:42 [2023-03-05T21:46:42.151Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:42 [2023-03-05T21:46:42.151Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:46:42 [2023-03-05T21:46:42.151Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:46:42 [2023-03-05T21:46:42.151Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:42 [2023-03-05T21:46:42.151Z] [copy] Copying 5 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:46:42 [2023-03-05T21:46:42.151Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib/docroot 16:46:42 [2023-03-05T21:46:42.151Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-web.war 16:46:42 [2023-03-05T21:46:42.151Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:46:42 [2023-03-05T21:46:42.151Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib/build.xml:74: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:46:42 [2023-03-05T21:46:42.151Z] [javac] Compiling 1 source file 16:46:42 [2023-03-05T21:46:42.151Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib/WebTest.java uses or overrides a deprecated API. 16:46:42 [2023-03-05T21:46:42.151Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] deploy: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] deploy-war-common: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] setOSConditions: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] setToolWin: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] setToolUnix: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] setToolProperty: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] setS1ASclassPath: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] init-common: 16:46:42 [2023-03-05T21:46:42.151Z] 16:46:42 [2023-03-05T21:46:42.151Z] deploy-war-commonpe: 16:46:42 [2023-03-05T21:46:42.408Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-servlet-annotation-with-web-inf-lib --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-web.war 16:46:42 [2023-03-05T21:46:42.664Z] [exec] Application deployed with name cdi-servlet-annotation-with-web-inf-lib-web. 16:46:42 [2023-03-05T21:46:42.664Z] 16:46:42 [2023-03-05T21:46:42.664Z] deploy-war-commonee: 16:46:42 [2023-03-05T21:46:42.664Z] 16:46:42 [2023-03-05T21:46:42.664Z] run: 16:46:42 [2023-03-05T21:46:42.664Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib/myurl 16:46:42 [2023-03-05T21:46:42.664Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 16:46:42 [2023-03-05T21:46:42.664Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:46:42 [2023-03-05T21:46:42.664Z] [java] 16:46:42 [2023-03-05T21:46:42.664Z] [java] 16:46:42 [2023-03-05T21:46:42.664Z] [java] ----------------------------------------- 16:46:42 [2023-03-05T21:46:42.664Z] [java] - cdi-servlet-annotation-with-web-inf-lib: PASS - 16:46:42 [2023-03-05T21:46:42.664Z] [java] ----------------------------------------- 16:46:42 [2023-03-05T21:46:42.664Z] [java] - Total PASS : 1 - 16:46:42 [2023-03-05T21:46:42.664Z] [java] - Total FAIL : 0 - 16:46:42 [2023-03-05T21:46:42.664Z] [java] - Total DID NOT RUN : 0 - 16:46:42 [2023-03-05T21:46:42.664Z] [java] ----------------------------------------- 16:46:42 [2023-03-05T21:46:42.664Z] 16:46:42 [2023-03-05T21:46:42.664Z] undeploy: 16:46:42 [2023-03-05T21:46:42.664Z] 16:46:42 [2023-03-05T21:46:42.664Z] setOSConditions: 16:46:42 [2023-03-05T21:46:42.664Z] 16:46:42 [2023-03-05T21:46:42.664Z] setToolWin: 16:46:42 [2023-03-05T21:46:42.664Z] 16:46:42 [2023-03-05T21:46:42.664Z] setToolUnix: 16:46:42 [2023-03-05T21:46:42.664Z] 16:46:42 [2023-03-05T21:46:42.664Z] setToolProperty: 16:46:42 [2023-03-05T21:46:42.664Z] 16:46:42 [2023-03-05T21:46:42.664Z] setS1ASclassPath: 16:46:42 [2023-03-05T21:46:42.664Z] 16:46:42 [2023-03-05T21:46:42.664Z] init-common: 16:46:42 [2023-03-05T21:46:42.664Z] 16:46:42 [2023-03-05T21:46:42.664Z] undeploy-war-common: 16:46:42 [2023-03-05T21:46:42.920Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-servlet-annotation-with-web-inf-lib-web 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] all: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] setOSConditions: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] setToolWin: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] setToolUnix: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] setToolProperty: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] setS1ASclassPath: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] init-common: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] build: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] all: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] setOSConditions: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] setToolWin: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] setToolUnix: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] setToolProperty: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] setS1ASclassPath: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] init-common: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] all: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] setOSConditions: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] setToolWin: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] setToolUnix: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] setToolProperty: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] setS1ASclassPath: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] init-common: 16:46:43 [2023-03-05T21:46:43.176Z] 16:46:43 [2023-03-05T21:46:43.176Z] compile-common: 16:46:43 [2023-03-05T21:46:43.176Z] [echo] Current time (ISO): 2023-03-05T21:46:42.960+0000 16:46:43 [2023-03-05T21:46:43.176Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/ra/src/classes 16:46:43 [2023-03-05T21:46:43.176Z] [javac] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/ra/src/classes 16:46:44 [2023-03-05T21:46:44.557Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:46:44 [2023-03-05T21:46:44.558Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/ra/src/connector/XID.java:113: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:46:44 [2023-03-05T21:46:44.558Z] [javac] String foo = (new Integer(branchQualifier)).toString(); 16:46:44 [2023-03-05T21:46:44.558Z] [javac] ^ 16:46:44 [2023-03-05T21:46:44.558Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/ra/src/connector/XID.java:122: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:46:44 [2023-03-05T21:46:44.558Z] [javac] String foo = (new Integer(globalTxID)).toString(); 16:46:44 [2023-03-05T21:46:44.558Z] [javac] ^ 16:46:44 [2023-03-05T21:46:44.558Z] [javac] Note: Some input files use unchecked or unsafe operations. 16:46:44 [2023-03-05T21:46:44.558Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:46:44 [2023-03-05T21:46:44.558Z] [javac] 3 warnings 16:46:44 [2023-03-05T21:46:44.558Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/ra/generic-ra.jar 16:46:44 [2023-03-05T21:46:44.558Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/ra/generic-ra.rar 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setOSConditions: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setToolWin: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setToolUnix: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setToolProperty: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setS1ASclassPath: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] init-common: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] clean-common: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setOSConditions: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setToolWin: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setToolUnix: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setToolProperty: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setS1ASclassPath: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] init-common: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] clean-classes-common: 16:46:44 [2023-03-05T21:46:44.558Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setOSConditions: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setToolWin: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setToolUnix: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setToolProperty: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setS1ASclassPath: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] init-common: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] clean-jars-common: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] all: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setOSConditions: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setToolWin: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setToolUnix: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setToolProperty: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setS1ASclassPath: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] init-common: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] all: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setOSConditions: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setToolWin: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setToolUnix: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setToolProperty: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] setS1ASclassPath: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] init-common: 16:46:44 [2023-03-05T21:46:44.558Z] 16:46:44 [2023-03-05T21:46:44.558Z] compile-common: 16:46:44 [2023-03-05T21:46:44.558Z] [echo] Current time (ISO): 2023-03-05T21:46:44.446+0000 16:46:44 [2023-03-05T21:46:44.558Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:44 [2023-03-05T21:46:44.558Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:46:54 [2023-03-05T21:46:54.243Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:46:54 [2023-03-05T21:46:54.243Z] [javac] 1 warning 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setOSConditions: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setToolWin: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setToolUnix: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setToolProperty: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setS1ASclassPath: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] init-common: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] ejb-jar-common: 16:46:54 [2023-03-05T21:46:54.243Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] package-ejbjar-common: 16:46:54 [2023-03-05T21:46:54.243Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:54 [2023-03-05T21:46:54.243Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:54 [2023-03-05T21:46:54.243Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:54 [2023-03-05T21:46:54.243Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:54 [2023-03-05T21:46:54.243Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embedded-ejb.jar 16:46:54 [2023-03-05T21:46:54.243Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setOSConditions: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setToolWin: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setToolUnix: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setToolProperty: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setS1ASclassPath: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] init-common: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] appclient-jar-common: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] package-appclientjar-common: 16:46:54 [2023-03-05T21:46:54.243Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:54 [2023-03-05T21:46:54.243Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:54 [2023-03-05T21:46:54.243Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:46:54 [2023-03-05T21:46:54.243Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embedded-client.jar 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] build-ear: 16:46:54 [2023-03-05T21:46:54.243Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embeddedApp.ear 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setup: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setOSConditions: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setToolWin: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setToolUnix: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setToolProperty: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setS1ASclassPath: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] init-common: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setupJdbc: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setOSConditions: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setToolWin: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setToolUnix: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setToolProperty: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setS1ASclassPath: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] init-common: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] default-jdbc-conpool: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setOSConditions: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setToolWin: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setToolUnix: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setToolProperty: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] setS1ASclassPath: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] init-common: 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] create-jdbc-connpool-common: 16:46:54 [2023-03-05T21:46:54.243Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-connection-pool --datasourceclassname org.apache.derby.jdbc.ClientXADataSource --restype javax.sql.XADataSource --steadypoolsize 8 --maxpoolsize 32 --maxwait 60000 --poolresize 2 --idletimeout 300 --isisolationguaranteed=true --isconnectvalidatereq=false --validationmethod table --failconnection=false --allownoncomponentcallers=false --nontransactionalconnections=false --validateatmostonceperiod 0 --leaktimeout 0 --leakreclaim=false --creationretryattempts 0 --creationretryinterval 10 --statementtimeout -1 --statementleaktimeout 0 --statementleakreclaim=false --lazyconnectionenlistment=false --lazyconnectionassociation=false --associatewiththread=false --matchconnections=false --maxconnectionusagecount 0 --ping=false --pooling=true --statementcachesize 0 --wrapjdbcobjects=true jdbc-pointbase-pool1 16:46:54 [2023-03-05T21:46:54.243Z] [exec] JDBC connection pool jdbc-pointbase-pool1 created successfully. 16:46:54 [2023-03-05T21:46:54.243Z] 16:46:54 [2023-03-05T21:46:54.243Z] set-derby-connpool-props: 16:46:54 [2023-03-05T21:46:54.243Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.User=dbuser 16:46:54 [2023-03-05T21:46:54.243Z] [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.User=dbuser 16:46:54 [2023-03-05T21:46:54.243Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.Password=dbpassword 16:46:54 [2023-03-05T21:46:54.243Z] [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.Password=dbpassword 16:46:54 [2023-03-05T21:46:54.243Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.driverType=4 16:46:54 [2023-03-05T21:46:54.243Z] [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.driverType=4 16:46:54 [2023-03-05T21:46:54.243Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.portNumber=1527 16:46:54 [2023-03-05T21:46:54.243Z] [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.portNumber=1527 16:46:54 [2023-03-05T21:46:54.243Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.dataBaseName=testdb 16:46:54 [2023-03-05T21:46:54.244Z] [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.dataBaseName=testdb 16:46:54 [2023-03-05T21:46:54.244Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.retrieveMessagesFromServerOnGetMessage=true 16:46:54 [2023-03-05T21:46:54.244Z] [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.retrieveMessagesFromServerOnGetMessage=true 16:46:54 [2023-03-05T21:46:54.244Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.create=true 16:46:54 [2023-03-05T21:46:54.244Z] [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.create=true 16:46:54 [2023-03-05T21:46:54.244Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.serverName=localhost 16:46:54 [2023-03-05T21:46:54.244Z] [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.serverName=localhost 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] oracle-jdbc-conpool: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] create-jdbc-conpool-connector: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setOSConditions: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolWin: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolUnix: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolProperty: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setS1ASclassPath: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] init-common: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] create-jdbc-resource-common: 16:46:54 [2023-03-05T21:46:54.244Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --connectionpoolid jdbc-pointbase-pool1 --target server jdbc/XAPointbase 16:46:54 [2023-03-05T21:46:54.244Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-jdbc-resource --connectionpoolid jdbc-pointbase-pool1 --enabled=true --target server jdbc/XAPointbase 16:46:54 [2023-03-05T21:46:54.244Z] [exec] JDBC resource jdbc/XAPointbase created successfully. 16:46:54 [2023-03-05T21:46:54.244Z] [echo] cmd executed for server 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setOSConditions: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolWin: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolUnix: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolProperty: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setS1ASclassPath: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] init-common: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] default-sql: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setOSConditions: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolWin: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolUnix: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolProperty: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setS1ASclassPath: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] init-common: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] execute-sql-common: 16:46:54 [2023-03-05T21:46:54.244Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/app/createdb.sql 16:46:54 [2023-03-05T21:46:54.244Z] [sql] Failed to execute: drop table MESSAGES 16:46:54 [2023-03-05T21:46:54.244Z] [sql] java.sql.SQLSyntaxErrorException: Schema 'DBUSER' does not exist 16:46:54 [2023-03-05T21:46:54.244Z] [sql] 0 rows affected 16:46:54 [2023-03-05T21:46:54.244Z] [sql] 1 of 2 SQL statements executed successfully 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] sql-oracle: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] execute-sql-connector: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] deploy: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setOSConditions: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolWin: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolUnix: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolProperty: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setS1ASclassPath: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] init-common: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] deploy-ear: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setOSConditions: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolWin: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolUnix: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolProperty: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setS1ASclassPath: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] init-common: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] deploy-common: 16:46:54 [2023-03-05T21:46:54.244Z] [echo] Current time (ISO): 2023-03-05T21:46:49.596+0000 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setOSConditions: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolWin: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolUnix: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setToolProperty: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] setS1ASclassPath: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] init-common: 16:46:54 [2023-03-05T21:46:54.244Z] 16:46:54 [2023-03-05T21:46:54.244Z] deploy-common-pe: 16:46:54 [2023-03-05T21:46:54.244Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embeddedApp.ear 16:46:59 [2023-03-05T21:46:59.519Z] [exec] Application deployed with name generic-embeddedApp. 16:46:59 [2023-03-05T21:46:59.519Z] [echo] Deployment on target server server successful 16:46:59 [2023-03-05T21:46:59.519Z] 16:46:59 [2023-03-05T21:46:59.519Z] setOSConditions: 16:46:59 [2023-03-05T21:46:59.519Z] 16:46:59 [2023-03-05T21:46:59.519Z] setToolWin: 16:46:59 [2023-03-05T21:46:59.519Z] 16:46:59 [2023-03-05T21:46:59.519Z] setToolUnix: 16:46:59 [2023-03-05T21:46:59.519Z] 16:46:59 [2023-03-05T21:46:59.519Z] setToolProperty: 16:46:59 [2023-03-05T21:46:59.519Z] 16:46:59 [2023-03-05T21:46:59.519Z] setS1ASclassPath: 16:46:59 [2023-03-05T21:46:59.519Z] 16:46:59 [2023-03-05T21:46:59.519Z] init-common: 16:46:59 [2023-03-05T21:46:59.519Z] 16:46:59 [2023-03-05T21:46:59.519Z] deploy-common-ee: 16:46:59 [2023-03-05T21:46:59.519Z] 16:46:59 [2023-03-05T21:46:59.519Z] setOSConditions: 16:46:59 [2023-03-05T21:46:59.519Z] 16:46:59 [2023-03-05T21:46:59.519Z] setToolWin: 16:46:59 [2023-03-05T21:46:59.519Z] 16:46:59 [2023-03-05T21:46:59.519Z] setToolUnix: 16:46:59 [2023-03-05T21:46:59.519Z] 16:46:59 [2023-03-05T21:46:59.519Z] setToolProperty: 16:46:59 [2023-03-05T21:46:59.519Z] 16:46:59 [2023-03-05T21:46:59.519Z] setS1ASclassPath: 16:46:59 [2023-03-05T21:46:59.519Z] 16:46:59 [2023-03-05T21:46:59.519Z] init-common: 16:46:59 [2023-03-05T21:46:59.519Z] 16:46:59 [2023-03-05T21:46:59.519Z] testAddAdmin: 16:46:59 [2023-03-05T21:46:59.519Z] 16:46:59 [2023-03-05T21:46:59.519Z] asadmin-common: 16:46:59 [2023-03-05T21:46:59.519Z] [echo] asadmin create-admin-object --target server --restype connector.MyAdminObject --raname generic-embeddedApp#generic-ra --property ResetControl=BEGINNING --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/testAdmin 16:46:59 [2023-03-05T21:46:59.775Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-admin-object --restype connector.MyAdminObject --raname generic-embeddedApp#generic-ra --enabled=true --property ResetControl=BEGINNING --target server eis/testAdmin 16:46:59 [2023-03-05T21:46:59.775Z] [exec] Administered object eis/testAdmin created. 16:46:59 [2023-03-05T21:46:59.775Z] 16:46:59 [2023-03-05T21:46:59.775Z] setOSConditions: 16:46:59 [2023-03-05T21:46:59.775Z] 16:46:59 [2023-03-05T21:46:59.775Z] setToolWin: 16:46:59 [2023-03-05T21:46:59.775Z] 16:46:59 [2023-03-05T21:46:59.775Z] setToolUnix: 16:46:59 [2023-03-05T21:46:59.775Z] 16:46:59 [2023-03-05T21:46:59.775Z] setToolProperty: 16:46:59 [2023-03-05T21:46:59.775Z] 16:46:59 [2023-03-05T21:46:59.775Z] setS1ASclassPath: 16:46:59 [2023-03-05T21:46:59.775Z] 16:46:59 [2023-03-05T21:46:59.775Z] init-common: 16:46:59 [2023-03-05T21:46:59.775Z] 16:46:59 [2023-03-05T21:46:59.775Z] restart: 16:46:59 [2023-03-05T21:46:59.775Z] [echo] Not required to restart 16:46:59 [2023-03-05T21:46:59.775Z] 16:46:59 [2023-03-05T21:46:59.775Z] runtest: 16:46:59 [2023-03-05T21:46:59.775Z] 16:46:59 [2023-03-05T21:46:59.775Z] setOSConditions: 16:46:59 [2023-03-05T21:46:59.775Z] 16:46:59 [2023-03-05T21:46:59.775Z] setToolWin: 16:46:59 [2023-03-05T21:46:59.775Z] 16:46:59 [2023-03-05T21:46:59.775Z] setToolUnix: 16:46:59 [2023-03-05T21:46:59.775Z] 16:46:59 [2023-03-05T21:46:59.775Z] setToolProperty: 16:46:59 [2023-03-05T21:46:59.775Z] 16:46:59 [2023-03-05T21:46:59.775Z] setS1ASclassPath: 16:46:59 [2023-03-05T21:46:59.775Z] 16:46:59 [2023-03-05T21:46:59.775Z] init-common: 16:46:59 [2023-03-05T21:46:59.775Z] 16:46:59 [2023-03-05T21:46:59.775Z] runclient-common: 16:46:59 [2023-03-05T21:46:59.775Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embeddedAppClient.jar -name generic-embeddedClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:47:00 [2023-03-05T21:47:00.337Z] [exec] Mar 05, 2023 9:47:00 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:47:00 [2023-03-05T21:47:00.337Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:47:01 [2023-03-05T21:47:01.291Z] [exec] [CLIENT]:: --> doTest() ENTER... 16:47:02 [2023-03-05T21:47:02.658Z] [exec] Mar 05, 2023 9:47:02 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:47:02 [2023-03-05T21:47:02.658Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@17c0274c 16:47:02 [2023-03-05T21:47:02.919Z] [exec] [CLIENT]:: --> Running... 16:47:02 [2023-03-05T21:47:02.919Z] [exec] [CLIENT]:: --> Got expected results = true 16:47:02 [2023-03-05T21:47:02.919Z] [exec] Value of key is: Embedded-Connector-1.5 test - 1 16:47:02 [2023-03-05T21:47:02.919Z] [exec] [CLIENT]:: --> Running... 16:47:02 [2023-03-05T21:47:02.919Z] [exec] [CLIENT]:: --> Got expected results = true 16:47:02 [2023-03-05T21:47:02.919Z] [exec] Value of key is: Embedded-Connector-1.5 test - 2 16:47:03 [2023-03-05T21:47:03.176Z] [exec] [CLIENT]:: --> Running... 16:47:03 [2023-03-05T21:47:03.176Z] [exec] [CLIENT]:: --> Got expected results = true 16:47:03 [2023-03-05T21:47:03.176Z] [exec] Value of key is: Embedded-Connector-1.5 test - 3 16:47:03 [2023-03-05T21:47:03.176Z] [exec] [CLIENT]:: --> Running... 16:47:03 [2023-03-05T21:47:03.176Z] [exec] [CLIENT]:: --> Got expected results = true 16:47:03 [2023-03-05T21:47:03.176Z] [exec] Value of key is: Embedded-Connector-1.5 test - 4 16:47:03 [2023-03-05T21:47:03.176Z] [exec] [CLIENT]:: --> Running... 16:47:03 [2023-03-05T21:47:03.176Z] [exec] [CLIENT]:: --> Got expected results = true 16:47:03 [2023-03-05T21:47:03.176Z] [exec] Value of key is: Embedded-Connector-1.5 test - 5 16:47:03 [2023-03-05T21:47:03.176Z] [exec] [CLIENT]:: --> Running... 16:47:03 [2023-03-05T21:47:03.176Z] [exec] [CLIENT]:: --> Got expected results = true 16:47:03 [2023-03-05T21:47:03.176Z] [exec] Value of key is: Embedded-Connector-1.5 test - 6 16:47:03 [2023-03-05T21:47:03.432Z] [exec] [CLIENT]:: --> Running... 16:47:03 [2023-03-05T21:47:03.432Z] [exec] [CLIENT]:: --> Got expected results = true 16:47:03 [2023-03-05T21:47:03.432Z] [exec] Value of key is: Embedded-Connector-1.5 test - 7 16:47:03 [2023-03-05T21:47:03.432Z] [exec] [CLIENT]:: --> Running... 16:47:03 [2023-03-05T21:47:03.432Z] [exec] [CLIENT]:: --> Got expected results = true 16:47:03 [2023-03-05T21:47:03.432Z] [exec] Value of key is: Embedded-Connector-1.5 test - 8 16:47:03 [2023-03-05T21:47:03.432Z] [exec] [CLIENT]:: --> Running... 16:47:03 [2023-03-05T21:47:03.432Z] [exec] [CLIENT]:: --> Got expected results = true 16:47:03 [2023-03-05T21:47:03.432Z] [exec] Value of key is: Embedded-Connector-1.5 test - 9 16:47:03 [2023-03-05T21:47:03.432Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:03 [2023-03-05T21:47:03.432Z] [exec] 16:47:03 [2023-03-05T21:47:03.432Z] [exec] 16:47:03 [2023-03-05T21:47:03.432Z] [exec] ----------------------------------------- 16:47:03 [2023-03-05T21:47:03.432Z] [exec] - Embedded-Connector-1.5 test - 1: PASS - 16:47:03 [2023-03-05T21:47:03.432Z] [exec] - Embedded-Connector-1.5 test - 4: PASS - 16:47:03 [2023-03-05T21:47:03.432Z] [exec] - Embedded-Connector-1.5 test - 5: PASS - 16:47:03 [2023-03-05T21:47:03.432Z] [exec] - Embedded-Connector-1.5 test - 2: PASS - 16:47:03 [2023-03-05T21:47:03.432Z] [exec] - Embedded-Connector-1.5 test - 3: PASS - 16:47:03 [2023-03-05T21:47:03.432Z] [exec] - Embedded-Connector-1.5 test - 8: PASS - 16:47:03 [2023-03-05T21:47:03.432Z] [exec] - Embedded-Connector-1.5 test - 9: PASS - 16:47:03 [2023-03-05T21:47:03.432Z] [exec] - Embedded-Connector-1.5 test - 6: PASS - 16:47:03 [2023-03-05T21:47:03.432Z] [exec] - Embedded-Connector-1.5 test - 7: PASS - 16:47:03 [2023-03-05T21:47:03.432Z] [exec] ----------------------------------------- 16:47:03 [2023-03-05T21:47:03.432Z] [exec] Total PASS: 9 16:47:03 [2023-03-05T21:47:03.432Z] [exec] Total FAIL: 0 16:47:03 [2023-03-05T21:47:03.432Z] [exec] Total DID NOT RUN: 0 16:47:03 [2023-03-05T21:47:03.432Z] [exec] ----------------------------------------- 16:47:03 [2023-03-05T21:47:03.432Z] [exec] in flushAll , creating new testSuiteHash 16:47:03 [2023-03-05T21:47:03.688Z] [exec] [CLIENT]:: --> EXITING... STATUS = ALL TESTS PASSED 16:47:03 [2023-03-05T21:47:03.688Z] [exec] in flushAll , creating new testSuiteHash 16:47:03 [2023-03-05T21:47:03.688Z] 16:47:03 [2023-03-05T21:47:03.688Z] checkReporting-common: 16:47:03 [2023-03-05T21:47:03.688Z] 16:47:03 [2023-03-05T21:47:03.688Z] confirmReportPresent-common: 16:47:03 [2023-03-05T21:47:03.688Z] [echo] file RepRunConf.txt is present. 16:47:03 [2023-03-05T21:47:03.688Z] [echo] Test seems to be reported fine 16:47:03 [2023-03-05T21:47:03.688Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/RepRunConf.txt 16:47:03 [2023-03-05T21:47:03.688Z] 16:47:03 [2023-03-05T21:47:03.688Z] confirmMissingReport-common: 16:47:03 [2023-03-05T21:47:03.688Z] 16:47:03 [2023-03-05T21:47:03.688Z] unset: 16:47:03 [2023-03-05T21:47:03.945Z] 16:47:03 [2023-03-05T21:47:03.945Z] setOSConditions: 16:47:03 [2023-03-05T21:47:03.945Z] 16:47:03 [2023-03-05T21:47:03.945Z] setToolWin: 16:47:03 [2023-03-05T21:47:03.945Z] 16:47:03 [2023-03-05T21:47:03.945Z] setToolUnix: 16:47:03 [2023-03-05T21:47:03.945Z] 16:47:03 [2023-03-05T21:47:03.945Z] setToolProperty: 16:47:03 [2023-03-05T21:47:03.945Z] 16:47:03 [2023-03-05T21:47:03.945Z] setS1ASclassPath: 16:47:03 [2023-03-05T21:47:03.945Z] 16:47:03 [2023-03-05T21:47:03.945Z] init-common: 16:47:03 [2023-03-05T21:47:03.945Z] 16:47:03 [2023-03-05T21:47:03.945Z] unsetJdbc: 16:47:03 [2023-03-05T21:47:03.945Z] 16:47:03 [2023-03-05T21:47:03.945Z] setOSConditions: 16:47:03 [2023-03-05T21:47:03.945Z] 16:47:03 [2023-03-05T21:47:03.945Z] setToolWin: 16:47:03 [2023-03-05T21:47:03.945Z] 16:47:03 [2023-03-05T21:47:03.945Z] setToolUnix: 16:47:03 [2023-03-05T21:47:03.945Z] 16:47:03 [2023-03-05T21:47:03.945Z] setToolProperty: 16:47:03 [2023-03-05T21:47:03.945Z] 16:47:03 [2023-03-05T21:47:03.945Z] setS1ASclassPath: 16:47:03 [2023-03-05T21:47:03.945Z] 16:47:03 [2023-03-05T21:47:03.945Z] init-common: 16:47:03 [2023-03-05T21:47:03.945Z] 16:47:03 [2023-03-05T21:47:03.945Z] delete-jdbc-resource-common: 16:47:03 [2023-03-05T21:47:03.945Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/XAPointbase 16:47:04 [2023-03-05T21:47:04.219Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/XAPointbase 16:47:04 [2023-03-05T21:47:04.219Z] [exec] JDBC resource jdbc/XAPointbase deleted successfully 16:47:04 [2023-03-05T21:47:04.219Z] [echo] cmd executed for server 16:47:04 [2023-03-05T21:47:04.219Z] 16:47:04 [2023-03-05T21:47:04.219Z] setOSConditions: 16:47:04 [2023-03-05T21:47:04.219Z] 16:47:04 [2023-03-05T21:47:04.219Z] setToolWin: 16:47:04 [2023-03-05T21:47:04.219Z] 16:47:04 [2023-03-05T21:47:04.219Z] setToolUnix: 16:47:04 [2023-03-05T21:47:04.219Z] 16:47:04 [2023-03-05T21:47:04.219Z] setToolProperty: 16:47:04 [2023-03-05T21:47:04.219Z] 16:47:04 [2023-03-05T21:47:04.219Z] setS1ASclassPath: 16:47:04 [2023-03-05T21:47:04.219Z] 16:47:04 [2023-03-05T21:47:04.219Z] init-common: 16:47:04 [2023-03-05T21:47:04.219Z] 16:47:04 [2023-03-05T21:47:04.219Z] delete-jdbc-connpool-common: 16:47:04 [2023-03-05T21:47:04.219Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-pointbase-pool1 16:47:04 [2023-03-05T21:47:04.475Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-connection-pool --cascade=true jdbc-pointbase-pool1 16:47:04 [2023-03-05T21:47:04.475Z] [exec] JDBC Connection pool jdbc-pointbase-pool1 deleted successfully 16:47:04 [2023-03-05T21:47:04.475Z] [echo] cmd executed for server 16:47:04 [2023-03-05T21:47:04.475Z] 16:47:04 [2023-03-05T21:47:04.475Z] undeploy: 16:47:04 [2023-03-05T21:47:04.475Z] 16:47:04 [2023-03-05T21:47:04.475Z] setOSConditions: 16:47:04 [2023-03-05T21:47:04.475Z] 16:47:04 [2023-03-05T21:47:04.475Z] setToolWin: 16:47:04 [2023-03-05T21:47:04.475Z] 16:47:04 [2023-03-05T21:47:04.475Z] setToolUnix: 16:47:04 [2023-03-05T21:47:04.475Z] 16:47:04 [2023-03-05T21:47:04.475Z] setToolProperty: 16:47:04 [2023-03-05T21:47:04.475Z] 16:47:04 [2023-03-05T21:47:04.475Z] setS1ASclassPath: 16:47:04 [2023-03-05T21:47:04.475Z] 16:47:04 [2023-03-05T21:47:04.475Z] init-common: 16:47:04 [2023-03-05T21:47:04.475Z] 16:47:04 [2023-03-05T21:47:04.475Z] testDelAdmin: 16:47:04 [2023-03-05T21:47:04.475Z] 16:47:04 [2023-03-05T21:47:04.475Z] asadmin-common: 16:47:04 [2023-03-05T21:47:04.475Z] [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/testAdmin 16:47:04 [2023-03-05T21:47:04.731Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/testAdmin 16:47:04 [2023-03-05T21:47:04.731Z] [exec] Administered object eis/testAdmin deleted. 16:47:04 [2023-03-05T21:47:04.731Z] 16:47:04 [2023-03-05T21:47:04.731Z] setOSConditions: 16:47:04 [2023-03-05T21:47:04.731Z] 16:47:04 [2023-03-05T21:47:04.731Z] setToolWin: 16:47:04 [2023-03-05T21:47:04.731Z] 16:47:04 [2023-03-05T21:47:04.731Z] setToolUnix: 16:47:04 [2023-03-05T21:47:04.731Z] 16:47:04 [2023-03-05T21:47:04.731Z] setToolProperty: 16:47:04 [2023-03-05T21:47:04.731Z] 16:47:04 [2023-03-05T21:47:04.731Z] setS1ASclassPath: 16:47:04 [2023-03-05T21:47:04.731Z] 16:47:04 [2023-03-05T21:47:04.731Z] init-common: 16:47:04 [2023-03-05T21:47:04.731Z] 16:47:04 [2023-03-05T21:47:04.731Z] undeploy: 16:47:04 [2023-03-05T21:47:04.731Z] 16:47:04 [2023-03-05T21:47:04.731Z] setOSConditions: 16:47:04 [2023-03-05T21:47:04.731Z] 16:47:04 [2023-03-05T21:47:04.731Z] setToolWin: 16:47:04 [2023-03-05T21:47:04.731Z] 16:47:04 [2023-03-05T21:47:04.731Z] setToolUnix: 16:47:04 [2023-03-05T21:47:04.731Z] 16:47:04 [2023-03-05T21:47:04.731Z] setToolProperty: 16:47:04 [2023-03-05T21:47:04.731Z] 16:47:04 [2023-03-05T21:47:04.731Z] setS1ASclassPath: 16:47:04 [2023-03-05T21:47:04.731Z] 16:47:04 [2023-03-05T21:47:04.731Z] init-common: 16:47:04 [2023-03-05T21:47:04.731Z] 16:47:04 [2023-03-05T21:47:04.732Z] undeploy-common: 16:47:05 [2023-03-05T21:47:05.326Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false generic-embeddedApp 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setOSConditions: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolWin: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolUnix: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolProperty: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setS1ASclassPath: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] init-common: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] restart: 16:47:05 [2023-03-05T21:47:05.326Z] [echo] Not required to restart 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] all: 16:47:05 [2023-03-05T21:47:05.326Z] [echo] 16:47:05 [2023-03-05T21:47:05.326Z] [echo] ************************* 16:47:05 [2023-03-05T21:47:05.326Z] [echo] * Running managed-beans 16:47:05 [2023-03-05T21:47:05.326Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/managed-beans 16:47:05 [2023-03-05T21:47:05.326Z] [echo] ************************* 16:47:05 [2023-03-05T21:47:05.326Z] [echo] 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] all: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] managedbeans: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setOSConditions: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolWin: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolUnix: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolProperty: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setS1ASclassPath: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] init-common: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] clean: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setOSConditions: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolWin: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolUnix: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolProperty: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setS1ASclassPath: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] init-common: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] clean-common: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setOSConditions: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolWin: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolUnix: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolProperty: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setS1ASclassPath: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] init-common: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] clean-classes-common: 16:47:05 [2023-03-05T21:47:05.326Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setOSConditions: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolWin: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolUnix: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolProperty: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setS1ASclassPath: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] init-common: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] clean-jars-common: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] compile: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setOSConditions: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolWin: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolUnix: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setToolProperty: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] setS1ASclassPath: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] init-common: 16:47:05 [2023-03-05T21:47:05.326Z] 16:47:05 [2023-03-05T21:47:05.326Z] compile-common: 16:47:05 [2023-03-05T21:47:05.326Z] [echo] Current time (ISO): 2023-03-05T21:47:05.125+0000 16:47:05 [2023-03-05T21:47:05.326Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:05 [2023-03-05T21:47:05.326Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:06 [2023-03-05T21:47:06.284Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:06 [2023-03-05T21:47:06.540Z] [javac] Note: Some input files use or override a deprecated API. 16:47:06 [2023-03-05T21:47:06.540Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:06 [2023-03-05T21:47:06.540Z] [javac] 1 warning 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] build: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] setOSConditions: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] setToolWin: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] setToolUnix: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] setToolProperty: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] setS1ASclassPath: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] init-common: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] webclient-war-common: 16:47:06 [2023-03-05T21:47:06.540Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] clear: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] test-tlds-exist: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] copy-tlds: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] test-tagfiles-exist: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] copy-tagfiles: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] package-war-common: 16:47:06 [2023-03-05T21:47:06.540Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:06 [2023-03-05T21:47:06.540Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:06 [2023-03-05T21:47:06.540Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:06 [2023-03-05T21:47:06.540Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:06 [2023-03-05T21:47:06.540Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/lib 16:47:06 [2023-03-05T21:47:06.540Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:06 [2023-03-05T21:47:06.540Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:06 [2023-03-05T21:47:06.540Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/docroot 16:47:06 [2023-03-05T21:47:06.540Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-managed-bean-lifecycle-polymorphism-web.war 16:47:06 [2023-03-05T21:47:06.540Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:06 [2023-03-05T21:47:06.540Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:06 [2023-03-05T21:47:06.540Z] [javac] Compiling 1 source file 16:47:06 [2023-03-05T21:47:06.540Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/WebTest.java uses or overrides a deprecated API. 16:47:06 [2023-03-05T21:47:06.540Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] deploy: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] deploy-war-common: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] setOSConditions: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] setToolWin: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] setToolUnix: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] setToolProperty: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] setS1ASclassPath: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] init-common: 16:47:06 [2023-03-05T21:47:06.540Z] 16:47:06 [2023-03-05T21:47:06.540Z] deploy-war-commonpe: 16:47:06 [2023-03-05T21:47:06.797Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-managed-bean-lifecycle-polymorphism --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-managed-bean-lifecycle-polymorphism-web.war 16:47:07 [2023-03-05T21:47:07.054Z] [exec] Application deployed with name cdi-managed-bean-lifecycle-polymorphism-web. 16:47:07 [2023-03-05T21:47:07.054Z] 16:47:07 [2023-03-05T21:47:07.054Z] deploy-war-commonee: 16:47:07 [2023-03-05T21:47:07.054Z] 16:47:07 [2023-03-05T21:47:07.054Z] run: 16:47:07 [2023-03-05T21:47:07.054Z] [java] opening connection to http://localhost:8080/cdi-managed-bean-lifecycle-polymorphism/myurl 16:47:07 [2023-03-05T21:47:07.054Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 | TestManagedBean injected via @Inject : TestManagedBeanExtension#PostConstruct | pc count = 1 16:47:07 [2023-03-05T21:47:07.054Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:07 [2023-03-05T21:47:07.054Z] [java] 16:47:07 [2023-03-05T21:47:07.054Z] [java] 16:47:07 [2023-03-05T21:47:07.054Z] [java] ----------------------------------------- 16:47:07 [2023-03-05T21:47:07.054Z] [java] - managed-bean-lifecycle-inheritance: PASS - 16:47:07 [2023-03-05T21:47:07.054Z] [java] ----------------------------------------- 16:47:07 [2023-03-05T21:47:07.054Z] [java] - Total PASS : 1 - 16:47:07 [2023-03-05T21:47:07.054Z] [java] - Total FAIL : 0 - 16:47:07 [2023-03-05T21:47:07.054Z] [java] - Total DID NOT RUN : 0 - 16:47:07 [2023-03-05T21:47:07.054Z] [java] ----------------------------------------- 16:47:07 [2023-03-05T21:47:07.054Z] 16:47:07 [2023-03-05T21:47:07.054Z] undeploy: 16:47:07 [2023-03-05T21:47:07.054Z] 16:47:07 [2023-03-05T21:47:07.054Z] setOSConditions: 16:47:07 [2023-03-05T21:47:07.054Z] 16:47:07 [2023-03-05T21:47:07.054Z] setToolWin: 16:47:07 [2023-03-05T21:47:07.054Z] 16:47:07 [2023-03-05T21:47:07.054Z] setToolUnix: 16:47:07 [2023-03-05T21:47:07.054Z] 16:47:07 [2023-03-05T21:47:07.054Z] setToolProperty: 16:47:07 [2023-03-05T21:47:07.054Z] 16:47:07 [2023-03-05T21:47:07.054Z] setS1ASclassPath: 16:47:07 [2023-03-05T21:47:07.059Z] 16:47:07 [2023-03-05T21:47:07.060Z] init-common: 16:47:07 [2023-03-05T21:47:07.060Z] 16:47:07 [2023-03-05T21:47:07.060Z] undeploy-war-common: 16:47:07 [2023-03-05T21:47:07.624Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-managed-bean-lifecycle-polymorphism-web 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] all: 16:47:07 [2023-03-05T21:47:07.624Z] [echo] 16:47:07 [2023-03-05T21:47:07.624Z] [echo] ************************* 16:47:07 [2023-03-05T21:47:07.624Z] [echo] * Running portable-extensions 16:47:07 [2023-03-05T21:47:07.624Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions 16:47:07 [2023-03-05T21:47:07.624Z] [echo] ************************* 16:47:07 [2023-03-05T21:47:07.624Z] [echo] 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] all: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] portable-extensions: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] setOSConditions: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] setToolWin: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] setToolUnix: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] setToolProperty: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] setS1ASclassPath: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] init-common: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] clean: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] setOSConditions: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] setToolWin: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] setToolUnix: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] setToolProperty: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] setS1ASclassPath: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] init-common: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] clean-common: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] setOSConditions: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] setToolWin: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] setToolUnix: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.624Z] setToolProperty: 16:47:07 [2023-03-05T21:47:07.624Z] 16:47:07 [2023-03-05T21:47:07.625Z] setS1ASclassPath: 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] init-common: 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] clean-classes-common: 16:47:07 [2023-03-05T21:47:07.625Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] setOSConditions: 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] setToolWin: 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] setToolUnix: 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] setToolProperty: 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] setS1ASclassPath: 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] init-common: 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] clean-jars-common: 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] compile: 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] setOSConditions: 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] setToolWin: 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] setToolUnix: 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] setToolProperty: 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] setS1ASclassPath: 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] init-common: 16:47:07 [2023-03-05T21:47:07.625Z] 16:47:07 [2023-03-05T21:47:07.625Z] compile-common: 16:47:07 [2023-03-05T21:47:07.625Z] [echo] Current time (ISO): 2023-03-05T21:47:07.508+0000 16:47:07 [2023-03-05T21:47:07.625Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:07 [2023-03-05T21:47:07.625Z] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:08 [2023-03-05T21:47:08.993Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:08 [2023-03-05T21:47:08.993Z] [javac] 1 warning 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] build: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] setOSConditions: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] setToolWin: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] setToolUnix: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] setToolProperty: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] setS1ASclassPath: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] init-common: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] webclient-war-common: 16:47:08 [2023-03-05T21:47:08.993Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] clear: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] test-tlds-exist: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] copy-tlds: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] test-tagfiles-exist: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] copy-tagfiles: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] package-war-common: 16:47:08 [2023-03-05T21:47:08.993Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:08 [2023-03-05T21:47:08.993Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:08 [2023-03-05T21:47:08.993Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:08 [2023-03-05T21:47:08.993Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:08 [2023-03-05T21:47:08.993Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/simple-portable-extension/lib 16:47:08 [2023-03-05T21:47:08.993Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:08 [2023-03-05T21:47:08.993Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF/services 16:47:08 [2023-03-05T21:47:08.993Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:08 [2023-03-05T21:47:08.993Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/simple-portable-extension/docroot 16:47:08 [2023-03-05T21:47:08.993Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-portable-extension-web.war 16:47:08 [2023-03-05T21:47:08.993Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:08 [2023-03-05T21:47:08.993Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/simple-portable-extension/build.xml:60: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:08 [2023-03-05T21:47:08.993Z] [javac] Compiling 1 source file 16:47:08 [2023-03-05T21:47:08.993Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/simple-portable-extension/client/test/client/WebTest.java uses or overrides a deprecated API. 16:47:08 [2023-03-05T21:47:08.993Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] deploy: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] deploy-war-common: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] setOSConditions: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] setToolWin: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] setToolUnix: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] setToolProperty: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] setS1ASclassPath: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] init-common: 16:47:08 [2023-03-05T21:47:08.993Z] 16:47:08 [2023-03-05T21:47:08.993Z] deploy-war-commonpe: 16:47:09 [2023-03-05T21:47:09.250Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-simple-portable-extension --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-portable-extension-web.war 16:47:09 [2023-03-05T21:47:09.505Z] [exec] Application deployed with name cdi-simple-portable-extension-web. 16:47:09 [2023-03-05T21:47:09.505Z] 16:47:09 [2023-03-05T21:47:09.505Z] deploy-war-commonee: 16:47:09 [2023-03-05T21:47:09.506Z] 16:47:09 [2023-03-05T21:47:09.506Z] run: 16:47:09 [2023-03-05T21:47:09.506Z] [java] opening connection to http://localhost:8080/cdi-simple-portable-extension/myurl 16:47:09 [2023-03-05T21:47:09.506Z] [java] line = Hello from Servlet 3.0. 16:47:09 [2023-03-05T21:47:09.506Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:09 [2023-03-05T21:47:09.506Z] [java] 16:47:09 [2023-03-05T21:47:09.506Z] [java] 16:47:09 [2023-03-05T21:47:09.506Z] [java] ----------------------------------------- 16:47:09 [2023-03-05T21:47:09.506Z] [java] - portable-extensions-simple-extension: PASS - 16:47:09 [2023-03-05T21:47:09.506Z] [java] ----------------------------------------- 16:47:09 [2023-03-05T21:47:09.506Z] [java] - Total PASS : 1 - 16:47:09 [2023-03-05T21:47:09.506Z] [java] - Total FAIL : 0 - 16:47:09 [2023-03-05T21:47:09.506Z] [java] - Total DID NOT RUN : 0 - 16:47:09 [2023-03-05T21:47:09.506Z] [java] ----------------------------------------- 16:47:09 [2023-03-05T21:47:09.506Z] 16:47:09 [2023-03-05T21:47:09.506Z] undeploy: 16:47:09 [2023-03-05T21:47:09.506Z] 16:47:09 [2023-03-05T21:47:09.506Z] setOSConditions: 16:47:09 [2023-03-05T21:47:09.506Z] 16:47:09 [2023-03-05T21:47:09.506Z] setToolWin: 16:47:09 [2023-03-05T21:47:09.506Z] 16:47:09 [2023-03-05T21:47:09.506Z] setToolUnix: 16:47:09 [2023-03-05T21:47:09.506Z] 16:47:09 [2023-03-05T21:47:09.506Z] setToolProperty: 16:47:09 [2023-03-05T21:47:09.506Z] 16:47:09 [2023-03-05T21:47:09.506Z] setS1ASclassPath: 16:47:09 [2023-03-05T21:47:09.506Z] 16:47:09 [2023-03-05T21:47:09.506Z] init-common: 16:47:09 [2023-03-05T21:47:09.506Z] 16:47:09 [2023-03-05T21:47:09.506Z] undeploy-war-common: 16:47:10 [2023-03-05T21:47:10.068Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-simple-portable-extension-web 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] all: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setOSConditions: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setToolWin: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setToolUnix: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setToolProperty: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setS1ASclassPath: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] init-common: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] clean: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setOSConditions: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setToolWin: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setToolUnix: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setToolProperty: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setS1ASclassPath: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] init-common: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] clean-common: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setOSConditions: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setToolWin: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setToolUnix: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setToolProperty: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setS1ASclassPath: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] init-common: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] clean-classes-common: 16:47:10 [2023-03-05T21:47:10.068Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setOSConditions: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setToolWin: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setToolUnix: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setToolProperty: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setS1ASclassPath: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] init-common: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] clean-jars-common: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] compile: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setOSConditions: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setToolWin: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setToolUnix: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setToolProperty: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] setS1ASclassPath: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] init-common: 16:47:10 [2023-03-05T21:47:10.068Z] 16:47:10 [2023-03-05T21:47:10.068Z] compile-common: 16:47:10 [2023-03-05T21:47:10.068Z] [echo] Current time (ISO): 2023-03-05T21:47:09.865+0000 16:47:10 [2023-03-05T21:47:10.068Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:10 [2023-03-05T21:47:10.068Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:11 [2023-03-05T21:47:11.458Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:11 [2023-03-05T21:47:11.458Z] [javac] 1 warning 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] build: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] setOSConditions: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] setToolWin: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] setToolUnix: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] setToolProperty: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] setS1ASclassPath: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] init-common: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] webclient-war-common: 16:47:11 [2023-03-05T21:47:11.458Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] clear: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] test-tlds-exist: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] copy-tlds: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] test-tagfiles-exist: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] copy-tagfiles: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] package-war-common: 16:47:11 [2023-03-05T21:47:11.458Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:11 [2023-03-05T21:47:11.458Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:11 [2023-03-05T21:47:11.458Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:11 [2023-03-05T21:47:11.458Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:11 [2023-03-05T21:47:11.458Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/bean-interface/lib 16:47:11 [2023-03-05T21:47:11.458Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:11 [2023-03-05T21:47:11.458Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF/services 16:47:11 [2023-03-05T21:47:11.458Z] [copy] Copying 14 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:11 [2023-03-05T21:47:11.458Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/bean-interface/docroot 16:47:11 [2023-03-05T21:47:11.458Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-bean-interface-web.war 16:47:11 [2023-03-05T21:47:11.458Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:11 [2023-03-05T21:47:11.458Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/bean-interface/build.xml:60: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:11 [2023-03-05T21:47:11.458Z] [javac] Compiling 1 source file 16:47:11 [2023-03-05T21:47:11.458Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/bean-interface/client/test/client/WebTest.java uses or overrides a deprecated API. 16:47:11 [2023-03-05T21:47:11.458Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] deploy: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] deploy-war-common: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] setOSConditions: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] setToolWin: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] setToolUnix: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] setToolProperty: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] setS1ASclassPath: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] init-common: 16:47:11 [2023-03-05T21:47:11.458Z] 16:47:11 [2023-03-05T21:47:11.458Z] deploy-war-commonpe: 16:47:11 [2023-03-05T21:47:11.718Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-bean-interface --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-bean-interface-web.war 16:47:11 [2023-03-05T21:47:11.974Z] [exec] Application deployed with name cdi-bean-interface-web. 16:47:11 [2023-03-05T21:47:11.974Z] 16:47:11 [2023-03-05T21:47:11.974Z] deploy-war-commonee: 16:47:11 [2023-03-05T21:47:11.974Z] 16:47:11 [2023-03-05T21:47:11.974Z] run: 16:47:11 [2023-03-05T21:47:11.974Z] [java] opening connection to http://localhost:8080/cdi-bean-interface/myurl 16:47:11 [2023-03-05T21:47:11.974Z] [java] line = Hello from Servlet 3.0. 16:47:11 [2023-03-05T21:47:11.974Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:11 [2023-03-05T21:47:11.974Z] [java] 16:47:11 [2023-03-05T21:47:11.974Z] [java] 16:47:11 [2023-03-05T21:47:11.974Z] [java] ----------------------------------------- 16:47:11 [2023-03-05T21:47:11.974Z] [java] - portable-extensions-bean-interface: PASS - 16:47:11 [2023-03-05T21:47:11.974Z] [java] ----------------------------------------- 16:47:11 [2023-03-05T21:47:11.974Z] [java] - Total PASS : 1 - 16:47:11 [2023-03-05T21:47:11.974Z] [java] - Total FAIL : 0 - 16:47:11 [2023-03-05T21:47:11.974Z] [java] - Total DID NOT RUN : 0 - 16:47:11 [2023-03-05T21:47:11.974Z] [java] ----------------------------------------- 16:47:11 [2023-03-05T21:47:11.974Z] 16:47:11 [2023-03-05T21:47:11.974Z] undeploy: 16:47:11 [2023-03-05T21:47:11.974Z] 16:47:11 [2023-03-05T21:47:11.974Z] setOSConditions: 16:47:11 [2023-03-05T21:47:11.974Z] 16:47:11 [2023-03-05T21:47:11.974Z] setToolWin: 16:47:11 [2023-03-05T21:47:11.974Z] 16:47:11 [2023-03-05T21:47:11.974Z] setToolUnix: 16:47:11 [2023-03-05T21:47:11.974Z] 16:47:11 [2023-03-05T21:47:11.974Z] setToolProperty: 16:47:11 [2023-03-05T21:47:11.974Z] 16:47:11 [2023-03-05T21:47:11.974Z] setS1ASclassPath: 16:47:11 [2023-03-05T21:47:11.974Z] 16:47:11 [2023-03-05T21:47:11.974Z] init-common: 16:47:11 [2023-03-05T21:47:11.974Z] 16:47:11 [2023-03-05T21:47:11.974Z] undeploy-war-common: 16:47:12 [2023-03-05T21:47:12.232Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-bean-interface-web 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] all: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] setOSConditions: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] setToolWin: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] setToolUnix: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] setToolProperty: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] setS1ASclassPath: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] init-common: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] clean: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] setOSConditions: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] setToolWin: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] setToolUnix: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] setToolProperty: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] setS1ASclassPath: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] init-common: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] clean-common: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] setOSConditions: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] setToolWin: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] setToolUnix: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] setToolProperty: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] setS1ASclassPath: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] init-common: 16:47:12 [2023-03-05T21:47:12.232Z] 16:47:12 [2023-03-05T21:47:12.232Z] clean-classes-common: 16:47:12 [2023-03-05T21:47:12.232Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:12 [2023-03-05T21:47:12.488Z] 16:47:12 [2023-03-05T21:47:12.488Z] setOSConditions: 16:47:12 [2023-03-05T21:47:12.488Z] 16:47:12 [2023-03-05T21:47:12.488Z] setToolWin: 16:47:12 [2023-03-05T21:47:12.488Z] 16:47:12 [2023-03-05T21:47:12.488Z] setToolUnix: 16:47:12 [2023-03-05T21:47:12.488Z] 16:47:12 [2023-03-05T21:47:12.488Z] setToolProperty: 16:47:12 [2023-03-05T21:47:12.488Z] 16:47:12 [2023-03-05T21:47:12.488Z] setS1ASclassPath: 16:47:12 [2023-03-05T21:47:12.488Z] 16:47:12 [2023-03-05T21:47:12.488Z] init-common: 16:47:12 [2023-03-05T21:47:12.488Z] 16:47:12 [2023-03-05T21:47:12.488Z] clean-jars-common: 16:47:12 [2023-03-05T21:47:12.488Z] 16:47:12 [2023-03-05T21:47:12.488Z] compile: 16:47:12 [2023-03-05T21:47:12.488Z] 16:47:12 [2023-03-05T21:47:12.488Z] setOSConditions: 16:47:12 [2023-03-05T21:47:12.488Z] 16:47:12 [2023-03-05T21:47:12.488Z] setToolWin: 16:47:12 [2023-03-05T21:47:12.488Z] 16:47:12 [2023-03-05T21:47:12.488Z] setToolUnix: 16:47:12 [2023-03-05T21:47:12.488Z] 16:47:12 [2023-03-05T21:47:12.488Z] setToolProperty: 16:47:12 [2023-03-05T21:47:12.488Z] 16:47:12 [2023-03-05T21:47:12.488Z] setS1ASclassPath: 16:47:12 [2023-03-05T21:47:12.488Z] 16:47:12 [2023-03-05T21:47:12.488Z] init-common: 16:47:12 [2023-03-05T21:47:12.488Z] 16:47:12 [2023-03-05T21:47:12.488Z] compile-common: 16:47:12 [2023-03-05T21:47:12.488Z] [echo] Current time (ISO): 2023-03-05T21:47:12.240+0000 16:47:12 [2023-03-05T21:47:12.488Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:12 [2023-03-05T21:47:12.488Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:13 [2023-03-05T21:47:13.417Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:13 [2023-03-05T21:47:13.674Z] [javac] 1 warning 16:47:13 [2023-03-05T21:47:13.674Z] 16:47:13 [2023-03-05T21:47:13.674Z] build: 16:47:13 [2023-03-05T21:47:13.674Z] 16:47:13 [2023-03-05T21:47:13.674Z] setOSConditions: 16:47:13 [2023-03-05T21:47:13.674Z] 16:47:13 [2023-03-05T21:47:13.674Z] setToolWin: 16:47:13 [2023-03-05T21:47:13.674Z] 16:47:13 [2023-03-05T21:47:13.674Z] setToolUnix: 16:47:13 [2023-03-05T21:47:13.674Z] 16:47:13 [2023-03-05T21:47:13.674Z] setToolProperty: 16:47:13 [2023-03-05T21:47:13.674Z] 16:47:13 [2023-03-05T21:47:13.674Z] setS1ASclassPath: 16:47:13 [2023-03-05T21:47:13.674Z] 16:47:13 [2023-03-05T21:47:13.674Z] init-common: 16:47:13 [2023-03-05T21:47:13.674Z] 16:47:13 [2023-03-05T21:47:13.674Z] webclient-war-common: 16:47:13 [2023-03-05T21:47:13.674Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:13 [2023-03-05T21:47:13.674Z] 16:47:13 [2023-03-05T21:47:13.674Z] clear: 16:47:13 [2023-03-05T21:47:13.674Z] 16:47:13 [2023-03-05T21:47:13.674Z] test-tlds-exist: 16:47:13 [2023-03-05T21:47:13.674Z] 16:47:13 [2023-03-05T21:47:13.674Z] copy-tlds: 16:47:13 [2023-03-05T21:47:13.674Z] 16:47:13 [2023-03-05T21:47:13.675Z] test-tagfiles-exist: 16:47:13 [2023-03-05T21:47:13.675Z] 16:47:13 [2023-03-05T21:47:13.675Z] copy-tagfiles: 16:47:13 [2023-03-05T21:47:13.675Z] 16:47:13 [2023-03-05T21:47:13.675Z] package-war-common: 16:47:13 [2023-03-05T21:47:13.675Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:13 [2023-03-05T21:47:13.675Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:13 [2023-03-05T21:47:13.675Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:13 [2023-03-05T21:47:13.675Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:13 [2023-03-05T21:47:13.675Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/bean-manager/lib 16:47:13 [2023-03-05T21:47:13.675Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:13 [2023-03-05T21:47:13.675Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF/services 16:47:13 [2023-03-05T21:47:13.675Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:13 [2023-03-05T21:47:13.675Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/bean-manager/docroot 16:47:13 [2023-03-05T21:47:13.675Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-bean-manager-web.war 16:47:13 [2023-03-05T21:47:13.675Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:13 [2023-03-05T21:47:13.675Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/bean-manager/build.xml:60: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:13 [2023-03-05T21:47:13.675Z] [javac] Compiling 1 source file 16:47:13 [2023-03-05T21:47:13.675Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/bean-manager/client/test/client/WebTest.java uses or overrides a deprecated API. 16:47:13 [2023-03-05T21:47:13.675Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:13 [2023-03-05T21:47:13.675Z] 16:47:13 [2023-03-05T21:47:13.675Z] deploy: 16:47:13 [2023-03-05T21:47:13.675Z] 16:47:13 [2023-03-05T21:47:13.675Z] deploy-war-common: 16:47:13 [2023-03-05T21:47:13.675Z] 16:47:13 [2023-03-05T21:47:13.675Z] setOSConditions: 16:47:13 [2023-03-05T21:47:13.675Z] 16:47:13 [2023-03-05T21:47:13.675Z] setToolWin: 16:47:13 [2023-03-05T21:47:13.675Z] 16:47:13 [2023-03-05T21:47:13.675Z] setToolUnix: 16:47:13 [2023-03-05T21:47:13.675Z] 16:47:13 [2023-03-05T21:47:13.675Z] setToolProperty: 16:47:13 [2023-03-05T21:47:13.675Z] 16:47:13 [2023-03-05T21:47:13.675Z] setS1ASclassPath: 16:47:13 [2023-03-05T21:47:13.675Z] 16:47:13 [2023-03-05T21:47:13.675Z] init-common: 16:47:13 [2023-03-05T21:47:13.675Z] 16:47:13 [2023-03-05T21:47:13.675Z] deploy-war-commonpe: 16:47:13 [2023-03-05T21:47:13.931Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-bean-manager --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-bean-manager-web.war 16:47:14 [2023-03-05T21:47:14.188Z] [exec] Application deployed with name cdi-bean-manager-web. 16:47:14 [2023-03-05T21:47:14.188Z] 16:47:14 [2023-03-05T21:47:14.188Z] deploy-war-commonee: 16:47:14 [2023-03-05T21:47:14.188Z] 16:47:14 [2023-03-05T21:47:14.188Z] run: 16:47:14 [2023-03-05T21:47:14.444Z] [java] opening connection to http://localhost:8080/cdi-bean-manager/myurl 16:47:14 [2023-03-05T21:47:14.444Z] [java] line = Hello from Servlet 3.0. 16:47:14 [2023-03-05T21:47:14.444Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:14 [2023-03-05T21:47:14.444Z] [java] 16:47:14 [2023-03-05T21:47:14.444Z] [java] 16:47:14 [2023-03-05T21:47:14.444Z] [java] ----------------------------------------- 16:47:14 [2023-03-05T21:47:14.444Z] [java] - portable-extensions-bean-manager: PASS - 16:47:14 [2023-03-05T21:47:14.444Z] [java] ----------------------------------------- 16:47:14 [2023-03-05T21:47:14.444Z] [java] - Total PASS : 1 - 16:47:14 [2023-03-05T21:47:14.444Z] [java] - Total FAIL : 0 - 16:47:14 [2023-03-05T21:47:14.444Z] [java] - Total DID NOT RUN : 0 - 16:47:14 [2023-03-05T21:47:14.444Z] [java] ----------------------------------------- 16:47:14 [2023-03-05T21:47:14.444Z] 16:47:14 [2023-03-05T21:47:14.444Z] undeploy: 16:47:14 [2023-03-05T21:47:14.444Z] 16:47:14 [2023-03-05T21:47:14.444Z] setOSConditions: 16:47:14 [2023-03-05T21:47:14.444Z] 16:47:14 [2023-03-05T21:47:14.444Z] setToolWin: 16:47:14 [2023-03-05T21:47:14.444Z] 16:47:14 [2023-03-05T21:47:14.444Z] setToolUnix: 16:47:14 [2023-03-05T21:47:14.444Z] 16:47:14 [2023-03-05T21:47:14.444Z] setToolProperty: 16:47:14 [2023-03-05T21:47:14.444Z] 16:47:14 [2023-03-05T21:47:14.444Z] setS1ASclassPath: 16:47:14 [2023-03-05T21:47:14.444Z] 16:47:14 [2023-03-05T21:47:14.444Z] init-common: 16:47:14 [2023-03-05T21:47:14.444Z] 16:47:14 [2023-03-05T21:47:14.444Z] undeploy-war-common: 16:47:14 [2023-03-05T21:47:14.700Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-bean-manager-web 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] all: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setOSConditions: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setToolWin: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setToolUnix: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setToolProperty: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setS1ASclassPath: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] init-common: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] clean: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setOSConditions: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setToolWin: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setToolUnix: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setToolProperty: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setS1ASclassPath: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] init-common: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] clean-common: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setOSConditions: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setToolWin: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setToolUnix: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setToolProperty: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setS1ASclassPath: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] init-common: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] clean-classes-common: 16:47:14 [2023-03-05T21:47:14.700Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setOSConditions: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setToolWin: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setToolUnix: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setToolProperty: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setS1ASclassPath: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] init-common: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] clean-jars-common: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] compile: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setOSConditions: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setToolWin: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setToolUnix: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setToolProperty: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] setS1ASclassPath: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] init-common: 16:47:14 [2023-03-05T21:47:14.700Z] 16:47:14 [2023-03-05T21:47:14.700Z] compile-common: 16:47:14 [2023-03-05T21:47:14.700Z] [echo] Current time (ISO): 2023-03-05T21:47:14.534+0000 16:47:14 [2023-03-05T21:47:14.700Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:14 [2023-03-05T21:47:14.700Z] [javac] Compiling 11 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:16 [2023-03-05T21:47:16.068Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:16 [2023-03-05T21:47:16.068Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/injection-target/servlet/test/servlet/PortableExtensionInjectionTargetTestServlet.java uses unchecked or unsafe operations. 16:47:16 [2023-03-05T21:47:16.068Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:47:16 [2023-03-05T21:47:16.068Z] [javac] 1 warning 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] build: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] setOSConditions: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] setToolWin: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] setToolUnix: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] setToolProperty: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] setS1ASclassPath: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] init-common: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] webclient-war-common: 16:47:16 [2023-03-05T21:47:16.068Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] clear: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] test-tlds-exist: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] copy-tlds: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] test-tagfiles-exist: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] copy-tagfiles: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] package-war-common: 16:47:16 [2023-03-05T21:47:16.068Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:16 [2023-03-05T21:47:16.068Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:16 [2023-03-05T21:47:16.068Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:16 [2023-03-05T21:47:16.068Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:16 [2023-03-05T21:47:16.068Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/injection-target/lib 16:47:16 [2023-03-05T21:47:16.068Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:16 [2023-03-05T21:47:16.068Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF/services 16:47:16 [2023-03-05T21:47:16.068Z] [copy] Copying 11 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:16 [2023-03-05T21:47:16.068Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/injection-target/docroot 16:47:16 [2023-03-05T21:47:16.068Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-injection-target-web.war 16:47:16 [2023-03-05T21:47:16.068Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:16 [2023-03-05T21:47:16.068Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/injection-target/build.xml:60: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:16 [2023-03-05T21:47:16.068Z] [javac] Compiling 1 source file 16:47:16 [2023-03-05T21:47:16.068Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/injection-target/client/test/client/WebTest.java uses or overrides a deprecated API. 16:47:16 [2023-03-05T21:47:16.068Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] deploy: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] deploy-war-common: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] setOSConditions: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] setToolWin: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] setToolUnix: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] setToolProperty: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] setS1ASclassPath: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] init-common: 16:47:16 [2023-03-05T21:47:16.068Z] 16:47:16 [2023-03-05T21:47:16.068Z] deploy-war-commonpe: 16:47:16 [2023-03-05T21:47:16.324Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-injection-target --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-injection-target-web.war 16:47:16 [2023-03-05T21:47:16.581Z] [exec] Application deployed with name cdi-injection-target-web. 16:47:16 [2023-03-05T21:47:16.581Z] 16:47:16 [2023-03-05T21:47:16.581Z] deploy-war-commonee: 16:47:16 [2023-03-05T21:47:16.581Z] 16:47:16 [2023-03-05T21:47:16.581Z] run: 16:47:16 [2023-03-05T21:47:16.581Z] [java] opening connection to http://localhost:8080/cdi-injection-target/myurl 16:47:16 [2023-03-05T21:47:16.581Z] [java] line = Hello from Servlet 3.0. 16:47:16 [2023-03-05T21:47:16.581Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:16 [2023-03-05T21:47:16.581Z] [java] 16:47:16 [2023-03-05T21:47:16.581Z] [java] 16:47:16 [2023-03-05T21:47:16.581Z] [java] ----------------------------------------- 16:47:16 [2023-03-05T21:47:16.581Z] [java] - portable-extensions-injection-target: PASS - 16:47:16 [2023-03-05T21:47:16.581Z] [java] ----------------------------------------- 16:47:16 [2023-03-05T21:47:16.581Z] [java] - Total PASS : 1 - 16:47:16 [2023-03-05T21:47:16.581Z] [java] - Total FAIL : 0 - 16:47:16 [2023-03-05T21:47:16.581Z] [java] - Total DID NOT RUN : 0 - 16:47:16 [2023-03-05T21:47:16.581Z] [java] ----------------------------------------- 16:47:16 [2023-03-05T21:47:16.581Z] 16:47:16 [2023-03-05T21:47:16.581Z] undeploy: 16:47:16 [2023-03-05T21:47:16.581Z] 16:47:16 [2023-03-05T21:47:16.581Z] setOSConditions: 16:47:16 [2023-03-05T21:47:16.581Z] 16:47:16 [2023-03-05T21:47:16.581Z] setToolWin: 16:47:16 [2023-03-05T21:47:16.581Z] 16:47:16 [2023-03-05T21:47:16.581Z] setToolUnix: 16:47:16 [2023-03-05T21:47:16.581Z] 16:47:16 [2023-03-05T21:47:16.581Z] setToolProperty: 16:47:16 [2023-03-05T21:47:16.581Z] 16:47:16 [2023-03-05T21:47:16.581Z] setS1ASclassPath: 16:47:16 [2023-03-05T21:47:16.581Z] 16:47:16 [2023-03-05T21:47:16.581Z] init-common: 16:47:16 [2023-03-05T21:47:16.581Z] 16:47:16 [2023-03-05T21:47:16.581Z] undeploy-war-common: 16:47:17 [2023-03-05T21:47:17.143Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-injection-target-web 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] all: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setOSConditions: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setToolWin: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setToolUnix: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setToolProperty: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setS1ASclassPath: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] init-common: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] clean: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setOSConditions: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setToolWin: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setToolUnix: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setToolProperty: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setS1ASclassPath: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] init-common: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] clean-common: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setOSConditions: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setToolWin: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setToolUnix: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setToolProperty: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setS1ASclassPath: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] init-common: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] clean-classes-common: 16:47:17 [2023-03-05T21:47:17.143Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setOSConditions: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setToolWin: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setToolUnix: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setToolProperty: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setS1ASclassPath: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] init-common: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] clean-jars-common: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] compile: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setOSConditions: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setToolWin: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setToolUnix: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setToolProperty: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] setS1ASclassPath: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] init-common: 16:47:17 [2023-03-05T21:47:17.143Z] 16:47:17 [2023-03-05T21:47:17.143Z] compile-common: 16:47:17 [2023-03-05T21:47:17.143Z] [echo] Current time (ISO): 2023-03-05T21:47:16.945+0000 16:47:17 [2023-03-05T21:47:17.143Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:17 [2023-03-05T21:47:17.143Z] [javac] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:18 [2023-03-05T21:47:18.555Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:18 [2023-03-05T21:47:18.555Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration/servlet/test/extension/ServiceFrameworkExtension.java uses unchecked or unsafe operations. 16:47:18 [2023-03-05T21:47:18.555Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:47:18 [2023-03-05T21:47:18.555Z] [javac] 1 warning 16:47:18 [2023-03-05T21:47:18.555Z] 16:47:18 [2023-03-05T21:47:18.555Z] build: 16:47:18 [2023-03-05T21:47:18.555Z] 16:47:18 [2023-03-05T21:47:18.555Z] setOSConditions: 16:47:18 [2023-03-05T21:47:18.555Z] 16:47:18 [2023-03-05T21:47:18.555Z] setToolWin: 16:47:18 [2023-03-05T21:47:18.555Z] 16:47:18 [2023-03-05T21:47:18.555Z] setToolUnix: 16:47:18 [2023-03-05T21:47:18.555Z] 16:47:18 [2023-03-05T21:47:18.555Z] setToolProperty: 16:47:18 [2023-03-05T21:47:18.555Z] 16:47:18 [2023-03-05T21:47:18.555Z] setS1ASclassPath: 16:47:18 [2023-03-05T21:47:18.555Z] 16:47:18 [2023-03-05T21:47:18.555Z] init-common: 16:47:18 [2023-03-05T21:47:18.555Z] 16:47:18 [2023-03-05T21:47:18.555Z] webclient-war-common: 16:47:18 [2023-03-05T21:47:18.555Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:18 [2023-03-05T21:47:18.555Z] 16:47:18 [2023-03-05T21:47:18.555Z] clear: 16:47:18 [2023-03-05T21:47:18.556Z] 16:47:18 [2023-03-05T21:47:18.556Z] test-tlds-exist: 16:47:18 [2023-03-05T21:47:18.556Z] 16:47:18 [2023-03-05T21:47:18.556Z] copy-tlds: 16:47:18 [2023-03-05T21:47:18.556Z] 16:47:18 [2023-03-05T21:47:18.556Z] test-tagfiles-exist: 16:47:18 [2023-03-05T21:47:18.556Z] 16:47:18 [2023-03-05T21:47:18.556Z] copy-tagfiles: 16:47:18 [2023-03-05T21:47:18.556Z] 16:47:18 [2023-03-05T21:47:18.556Z] package-war-common: 16:47:18 [2023-03-05T21:47:18.556Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:18 [2023-03-05T21:47:18.556Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:18 [2023-03-05T21:47:18.556Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:18 [2023-03-05T21:47:18.556Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:18 [2023-03-05T21:47:18.556Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration/lib 16:47:18 [2023-03-05T21:47:18.556Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:18 [2023-03-05T21:47:18.556Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF/services 16:47:18 [2023-03-05T21:47:18.556Z] [copy] Copying 18 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:18 [2023-03-05T21:47:18.556Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration/docroot 16:47:18 [2023-03-05T21:47:18.556Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-make-framework-bean-available-for-injection-web.war 16:47:18 [2023-03-05T21:47:18.556Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:18 [2023-03-05T21:47:18.556Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration/build.xml:60: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:18 [2023-03-05T21:47:18.556Z] [javac] Compiling 1 source file 16:47:18 [2023-03-05T21:47:18.556Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration/client/test/client/WebTest.java uses or overrides a deprecated API. 16:47:18 [2023-03-05T21:47:18.556Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:18 [2023-03-05T21:47:18.556Z] 16:47:18 [2023-03-05T21:47:18.556Z] deploy: 16:47:18 [2023-03-05T21:47:18.556Z] 16:47:18 [2023-03-05T21:47:18.556Z] deploy-war-common: 16:47:18 [2023-03-05T21:47:18.556Z] 16:47:18 [2023-03-05T21:47:18.556Z] setOSConditions: 16:47:18 [2023-03-05T21:47:18.556Z] 16:47:18 [2023-03-05T21:47:18.556Z] setToolWin: 16:47:18 [2023-03-05T21:47:18.556Z] 16:47:18 [2023-03-05T21:47:18.556Z] setToolUnix: 16:47:18 [2023-03-05T21:47:18.556Z] 16:47:18 [2023-03-05T21:47:18.556Z] setToolProperty: 16:47:18 [2023-03-05T21:47:18.556Z] 16:47:18 [2023-03-05T21:47:18.556Z] setS1ASclassPath: 16:47:18 [2023-03-05T21:47:18.556Z] 16:47:18 [2023-03-05T21:47:18.556Z] init-common: 16:47:18 [2023-03-05T21:47:18.556Z] 16:47:18 [2023-03-05T21:47:18.556Z] deploy-war-commonpe: 16:47:18 [2023-03-05T21:47:18.820Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-make-framework-bean-available-for-injection --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-make-framework-bean-available-for-injection-web.war 16:47:19 [2023-03-05T21:47:19.076Z] [exec] Application deployed with name cdi-make-framework-bean-available-for-injection-web. 16:47:19 [2023-03-05T21:47:19.076Z] 16:47:19 [2023-03-05T21:47:19.076Z] deploy-war-commonee: 16:47:19 [2023-03-05T21:47:19.076Z] 16:47:19 [2023-03-05T21:47:19.076Z] run: 16:47:19 [2023-03-05T21:47:19.076Z] [java] opening connection to http://localhost:8080/cdi-make-framework-bean-available-for-injection/myurl 16:47:19 [2023-03-05T21:47:19.076Z] [java] line = Hello from Servlet 3.0. 16:47:19 [2023-03-05T21:47:19.076Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:19 [2023-03-05T21:47:19.076Z] [java] 16:47:19 [2023-03-05T21:47:19.076Z] [java] 16:47:19 [2023-03-05T21:47:19.076Z] [java] ----------------------------------------- 16:47:19 [2023-03-05T21:47:19.076Z] [java] - portable-extension-make-framework-bean-available-for-injection: PASS - 16:47:19 [2023-03-05T21:47:19.076Z] [java] ----------------------------------------- 16:47:19 [2023-03-05T21:47:19.076Z] [java] - Total PASS : 1 - 16:47:19 [2023-03-05T21:47:19.076Z] [java] - Total FAIL : 0 - 16:47:19 [2023-03-05T21:47:19.076Z] [java] - Total DID NOT RUN : 0 - 16:47:19 [2023-03-05T21:47:19.076Z] [java] ----------------------------------------- 16:47:19 [2023-03-05T21:47:19.076Z] 16:47:19 [2023-03-05T21:47:19.076Z] undeploy: 16:47:19 [2023-03-05T21:47:19.076Z] 16:47:19 [2023-03-05T21:47:19.076Z] setOSConditions: 16:47:19 [2023-03-05T21:47:19.076Z] 16:47:19 [2023-03-05T21:47:19.076Z] setToolWin: 16:47:19 [2023-03-05T21:47:19.076Z] 16:47:19 [2023-03-05T21:47:19.076Z] setToolUnix: 16:47:19 [2023-03-05T21:47:19.076Z] 16:47:19 [2023-03-05T21:47:19.076Z] setToolProperty: 16:47:19 [2023-03-05T21:47:19.076Z] 16:47:19 [2023-03-05T21:47:19.076Z] setS1ASclassPath: 16:47:19 [2023-03-05T21:47:19.076Z] 16:47:19 [2023-03-05T21:47:19.076Z] init-common: 16:47:19 [2023-03-05T21:47:19.076Z] 16:47:19 [2023-03-05T21:47:19.076Z] undeploy-war-common: 16:47:19 [2023-03-05T21:47:19.333Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-make-framework-bean-available-for-injection-web 16:47:19 [2023-03-05T21:47:19.588Z] 16:47:19 [2023-03-05T21:47:19.588Z] all: 16:47:19 [2023-03-05T21:47:19.588Z] 16:47:19 [2023-03-05T21:47:19.588Z] setOSConditions: 16:47:19 [2023-03-05T21:47:19.588Z] 16:47:19 [2023-03-05T21:47:19.588Z] setToolWin: 16:47:19 [2023-03-05T21:47:19.588Z] 16:47:19 [2023-03-05T21:47:19.588Z] setToolUnix: 16:47:19 [2023-03-05T21:47:19.588Z] 16:47:19 [2023-03-05T21:47:19.588Z] setToolProperty: 16:47:19 [2023-03-05T21:47:19.588Z] 16:47:19 [2023-03-05T21:47:19.588Z] setS1ASclassPath: 16:47:19 [2023-03-05T21:47:19.588Z] 16:47:19 [2023-03-05T21:47:19.589Z] init-common: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] clean: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setOSConditions: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setToolWin: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setToolUnix: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setToolProperty: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setS1ASclassPath: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] init-common: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] clean-common: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setOSConditions: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setToolWin: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setToolUnix: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setToolProperty: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setS1ASclassPath: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] init-common: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] clean-classes-common: 16:47:19 [2023-03-05T21:47:19.589Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setOSConditions: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setToolWin: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setToolUnix: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setToolProperty: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setS1ASclassPath: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] init-common: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] clean-jars-common: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] compile: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setOSConditions: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setToolWin: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setToolUnix: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setToolProperty: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] setS1ASclassPath: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] init-common: 16:47:19 [2023-03-05T21:47:19.589Z] 16:47:19 [2023-03-05T21:47:19.589Z] compile-common: 16:47:19 [2023-03-05T21:47:19.589Z] [echo] Current time (ISO): 2023-03-05T21:47:19.394+0000 16:47:19 [2023-03-05T21:47:19.589Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:19 [2023-03-05T21:47:19.589Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:20 [2023-03-05T21:47:20.957Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:20 [2023-03-05T21:47:20.957Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration-extension-in-lib/extension/test/extension/FrameworkServiceFactory.java uses or overrides a deprecated API. 16:47:20 [2023-03-05T21:47:20.957Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:20 [2023-03-05T21:47:20.957Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration-extension-in-lib/extension/test/extension/ServiceFrameworkExtension.java uses unchecked or unsafe operations. 16:47:20 [2023-03-05T21:47:20.957Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:47:20 [2023-03-05T21:47:20.957Z] [javac] 1 warning 16:47:20 [2023-03-05T21:47:20.957Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration-extension-in-lib/lib 16:47:20 [2023-03-05T21:47:20.957Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:47:20 [2023-03-05T21:47:20.957Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF/services 16:47:20 [2023-03-05T21:47:20.957Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF/services 16:47:20 [2023-03-05T21:47:20.957Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:47:20 [2023-03-05T21:47:20.957Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration-extension-in-lib/lib/weld-extension.jar 16:47:20 [2023-03-05T21:47:20.957Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:47:20 [2023-03-05T21:47:20.957Z] 16:47:20 [2023-03-05T21:47:20.957Z] setOSConditions: 16:47:20 [2023-03-05T21:47:20.957Z] 16:47:20 [2023-03-05T21:47:20.957Z] setToolWin: 16:47:20 [2023-03-05T21:47:20.957Z] 16:47:20 [2023-03-05T21:47:20.957Z] setToolUnix: 16:47:20 [2023-03-05T21:47:20.957Z] 16:47:20 [2023-03-05T21:47:20.957Z] setToolProperty: 16:47:20 [2023-03-05T21:47:20.957Z] 16:47:20 [2023-03-05T21:47:20.957Z] setS1ASclassPath: 16:47:20 [2023-03-05T21:47:20.957Z] 16:47:20 [2023-03-05T21:47:20.957Z] init-common: 16:47:20 [2023-03-05T21:47:20.957Z] 16:47:20 [2023-03-05T21:47:20.957Z] compile-common: 16:47:20 [2023-03-05T21:47:20.957Z] [echo] Current time (ISO): 2023-03-05T21:47:20.766+0000 16:47:20 [2023-03-05T21:47:20.957Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:21 [2023-03-05T21:47:21.890Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:22 [2023-03-05T21:47:22.172Z] [javac] 1 warning 16:47:22 [2023-03-05T21:47:22.172Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/test/fwk 16:47:22 [2023-03-05T21:47:22.172Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/test/extension 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] build: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] setOSConditions: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] setToolWin: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] setToolUnix: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] setToolProperty: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] setS1ASclassPath: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] init-common: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] webclient-war-common: 16:47:22 [2023-03-05T21:47:22.172Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] clear: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] test-tlds-exist: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] copy-tlds: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] test-tagfiles-exist: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] copy-tagfiles: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] package-war-common: 16:47:22 [2023-03-05T21:47:22.172Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:22 [2023-03-05T21:47:22.172Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:22 [2023-03-05T21:47:22.172Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:22 [2023-03-05T21:47:22.172Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:22 [2023-03-05T21:47:22.172Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:22 [2023-03-05T21:47:22.172Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:22 [2023-03-05T21:47:22.172Z] [copy] Copying 8 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:22 [2023-03-05T21:47:22.172Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration-extension-in-lib/docroot 16:47:22 [2023-03-05T21:47:22.172Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-make-framework-bean-available-for-injection-extension-in-lib-web.war 16:47:22 [2023-03-05T21:47:22.172Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:22 [2023-03-05T21:47:22.172Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration-extension-in-lib/build.xml:87: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:22 [2023-03-05T21:47:22.172Z] [javac] Compiling 1 source file 16:47:22 [2023-03-05T21:47:22.172Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration-extension-in-lib/client/test/client/WebTest.java uses or overrides a deprecated API. 16:47:22 [2023-03-05T21:47:22.172Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] deploy: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] deploy-war-common: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] setOSConditions: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] setToolWin: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] setToolUnix: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] setToolProperty: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] setS1ASclassPath: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] init-common: 16:47:22 [2023-03-05T21:47:22.172Z] 16:47:22 [2023-03-05T21:47:22.172Z] deploy-war-commonpe: 16:47:22 [2023-03-05T21:47:22.428Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-make-framework-bean-available-for-injection-extension-in-lib --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-make-framework-bean-available-for-injection-extension-in-lib-web.war 16:47:22 [2023-03-05T21:47:22.684Z] [exec] Application deployed with name cdi-make-framework-bean-available-for-injection-extension-in-lib-web. 16:47:22 [2023-03-05T21:47:22.684Z] 16:47:22 [2023-03-05T21:47:22.684Z] deploy-war-commonee: 16:47:22 [2023-03-05T21:47:22.684Z] 16:47:22 [2023-03-05T21:47:22.684Z] run: 16:47:22 [2023-03-05T21:47:22.940Z] [java] opening connection to http://localhost:8080/cdi-make-framework-bean-available-for-injection-extension-in-lib/myurl 16:47:22 [2023-03-05T21:47:22.940Z] [java] line = Hello from Servlet 3.0. 16:47:22 [2023-03-05T21:47:22.940Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:22 [2023-03-05T21:47:22.940Z] [java] 16:47:22 [2023-03-05T21:47:22.940Z] [java] 16:47:22 [2023-03-05T21:47:22.940Z] [java] ----------------------------------------- 16:47:22 [2023-03-05T21:47:22.940Z] [java] - portable-extension-make-framework-bean-available-for-injection-extension-in-lib: PASS - 16:47:22 [2023-03-05T21:47:22.940Z] [java] ----------------------------------------- 16:47:22 [2023-03-05T21:47:22.940Z] [java] - Total PASS : 1 - 16:47:22 [2023-03-05T21:47:22.940Z] [java] - Total FAIL : 0 - 16:47:22 [2023-03-05T21:47:22.940Z] [java] - Total DID NOT RUN : 0 - 16:47:22 [2023-03-05T21:47:22.940Z] [java] ----------------------------------------- 16:47:22 [2023-03-05T21:47:22.940Z] 16:47:22 [2023-03-05T21:47:22.940Z] undeploy: 16:47:22 [2023-03-05T21:47:22.940Z] 16:47:22 [2023-03-05T21:47:22.940Z] setOSConditions: 16:47:22 [2023-03-05T21:47:22.940Z] 16:47:22 [2023-03-05T21:47:22.940Z] setToolWin: 16:47:22 [2023-03-05T21:47:22.940Z] 16:47:22 [2023-03-05T21:47:22.940Z] setToolUnix: 16:47:22 [2023-03-05T21:47:22.940Z] 16:47:22 [2023-03-05T21:47:22.940Z] setToolProperty: 16:47:22 [2023-03-05T21:47:22.940Z] 16:47:22 [2023-03-05T21:47:22.940Z] setS1ASclassPath: 16:47:22 [2023-03-05T21:47:22.940Z] 16:47:22 [2023-03-05T21:47:22.940Z] init-common: 16:47:22 [2023-03-05T21:47:22.940Z] 16:47:22 [2023-03-05T21:47:22.940Z] undeploy-war-common: 16:47:23 [2023-03-05T21:47:23.220Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-make-framework-bean-available-for-injection-extension-in-lib-web 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] all: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setOSConditions: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setToolWin: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setToolUnix: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setToolProperty: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setS1ASclassPath: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] init-common: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] clean: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setOSConditions: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setToolWin: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setToolUnix: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setToolProperty: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setS1ASclassPath: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] init-common: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] clean-common: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setOSConditions: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setToolWin: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setToolUnix: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setToolProperty: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setS1ASclassPath: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] init-common: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] clean-classes-common: 16:47:23 [2023-03-05T21:47:23.220Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setOSConditions: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setToolWin: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setToolUnix: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setToolProperty: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setS1ASclassPath: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] init-common: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] clean-jars-common: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] compile: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setOSConditions: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setToolWin: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setToolUnix: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setToolProperty: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] setS1ASclassPath: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] init-common: 16:47:23 [2023-03-05T21:47:23.220Z] 16:47:23 [2023-03-05T21:47:23.220Z] compile-common: 16:47:23 [2023-03-05T21:47:23.220Z] [echo] Current time (ISO): 2023-03-05T21:47:23.072+0000 16:47:23 [2023-03-05T21:47:23.220Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:23 [2023-03-05T21:47:23.220Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:24 [2023-03-05T21:47:24.588Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:24 [2023-03-05T21:47:24.589Z] [javac] 1 warning 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] build: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] setOSConditions: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] setToolWin: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] setToolUnix: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] setToolProperty: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] setS1ASclassPath: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] init-common: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] webclient-war-common: 16:47:24 [2023-03-05T21:47:24.589Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] clear: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] test-tlds-exist: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] copy-tlds: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] test-tagfiles-exist: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] copy-tagfiles: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] package-war-common: 16:47:24 [2023-03-05T21:47:24.589Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:24 [2023-03-05T21:47:24.589Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:24 [2023-03-05T21:47:24.589Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:24 [2023-03-05T21:47:24.589Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:24 [2023-03-05T21:47:24.589Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/package-private-extension-constructor/lib 16:47:24 [2023-03-05T21:47:24.589Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:24 [2023-03-05T21:47:24.589Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF/services 16:47:24 [2023-03-05T21:47:24.589Z] [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:24 [2023-03-05T21:47:24.589Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/package-private-extension-constructor/docroot 16:47:24 [2023-03-05T21:47:24.589Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-package-private-constructor-in-portable-extension-web.war 16:47:24 [2023-03-05T21:47:24.589Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:24 [2023-03-05T21:47:24.589Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/package-private-extension-constructor/build.xml:60: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:24 [2023-03-05T21:47:24.589Z] [javac] Compiling 1 source file 16:47:24 [2023-03-05T21:47:24.589Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/package-private-extension-constructor/client/test/client/WebTest.java uses or overrides a deprecated API. 16:47:24 [2023-03-05T21:47:24.589Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] deploy: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] deploy-war-common: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] setOSConditions: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] setToolWin: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] setToolUnix: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] setToolProperty: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] setS1ASclassPath: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] init-common: 16:47:24 [2023-03-05T21:47:24.589Z] 16:47:24 [2023-03-05T21:47:24.589Z] deploy-war-commonpe: 16:47:25 [2023-03-05T21:47:25.152Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-package-private-constructor-in-portable-extension --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-package-private-constructor-in-portable-extension-web.war 16:47:25 [2023-03-05T21:47:25.152Z] [exec] Application deployed with name cdi-package-private-constructor-in-portable-extension-web. 16:47:25 [2023-03-05T21:47:25.152Z] 16:47:25 [2023-03-05T21:47:25.152Z] deploy-war-commonee: 16:47:25 [2023-03-05T21:47:25.152Z] 16:47:25 [2023-03-05T21:47:25.152Z] run: 16:47:25 [2023-03-05T21:47:25.152Z] [java] opening connection to http://localhost:8080/cdi-package-private-constructor-in-portable-extension/myurl 16:47:25 [2023-03-05T21:47:25.152Z] [java] line = Hello from Servlet 3.0. 16:47:25 [2023-03-05T21:47:25.152Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:25 [2023-03-05T21:47:25.152Z] [java] 16:47:25 [2023-03-05T21:47:25.152Z] [java] 16:47:25 [2023-03-05T21:47:25.152Z] [java] ----------------------------------------- 16:47:25 [2023-03-05T21:47:25.152Z] [java] - package-private-constructor-in-portable-extension: PASS - 16:47:25 [2023-03-05T21:47:25.152Z] [java] ----------------------------------------- 16:47:25 [2023-03-05T21:47:25.152Z] [java] - Total PASS : 1 - 16:47:25 [2023-03-05T21:47:25.152Z] [java] - Total FAIL : 0 - 16:47:25 [2023-03-05T21:47:25.152Z] [java] - Total DID NOT RUN : 0 - 16:47:25 [2023-03-05T21:47:25.152Z] [java] ----------------------------------------- 16:47:25 [2023-03-05T21:47:25.152Z] 16:47:25 [2023-03-05T21:47:25.152Z] undeploy: 16:47:25 [2023-03-05T21:47:25.152Z] 16:47:25 [2023-03-05T21:47:25.152Z] setOSConditions: 16:47:25 [2023-03-05T21:47:25.152Z] 16:47:25 [2023-03-05T21:47:25.152Z] setToolWin: 16:47:25 [2023-03-05T21:47:25.152Z] 16:47:25 [2023-03-05T21:47:25.152Z] setToolUnix: 16:47:25 [2023-03-05T21:47:25.152Z] 16:47:25 [2023-03-05T21:47:25.152Z] setToolProperty: 16:47:25 [2023-03-05T21:47:25.152Z] 16:47:25 [2023-03-05T21:47:25.152Z] setS1ASclassPath: 16:47:25 [2023-03-05T21:47:25.152Z] 16:47:25 [2023-03-05T21:47:25.152Z] init-common: 16:47:25 [2023-03-05T21:47:25.152Z] 16:47:25 [2023-03-05T21:47:25.152Z] undeploy-war-common: 16:47:25 [2023-03-05T21:47:25.725Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-package-private-constructor-in-portable-extension-web 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] all: 16:47:25 [2023-03-05T21:47:25.725Z] [echo] 16:47:25 [2023-03-05T21:47:25.725Z] [echo] ************************* 16:47:25 [2023-03-05T21:47:25.725Z] [echo] * Running producer-methods 16:47:25 [2023-03-05T21:47:25.725Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods 16:47:25 [2023-03-05T21:47:25.725Z] [echo] ************************* 16:47:25 [2023-03-05T21:47:25.725Z] [echo] 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] all: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] prodmeth: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] setOSConditions: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] setToolWin: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] setToolUnix: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] setToolProperty: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] setS1ASclassPath: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] init-common: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] clean: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] setOSConditions: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] setToolWin: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] setToolUnix: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] setToolProperty: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] setS1ASclassPath: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] init-common: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] clean-common: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] setOSConditions: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] setToolWin: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] setToolUnix: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] setToolProperty: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] setS1ASclassPath: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] init-common: 16:47:25 [2023-03-05T21:47:25.725Z] 16:47:25 [2023-03-05T21:47:25.725Z] clean-classes-common: 16:47:25 [2023-03-05T21:47:25.726Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:25 [2023-03-05T21:47:25.726Z] 16:47:25 [2023-03-05T21:47:25.726Z] setOSConditions: 16:47:25 [2023-03-05T21:47:25.726Z] 16:47:25 [2023-03-05T21:47:25.726Z] setToolWin: 16:47:25 [2023-03-05T21:47:25.726Z] 16:47:25 [2023-03-05T21:47:25.726Z] setToolUnix: 16:47:25 [2023-03-05T21:47:25.726Z] 16:47:25 [2023-03-05T21:47:25.726Z] setToolProperty: 16:47:25 [2023-03-05T21:47:25.726Z] 16:47:25 [2023-03-05T21:47:25.726Z] setS1ASclassPath: 16:47:25 [2023-03-05T21:47:25.726Z] 16:47:25 [2023-03-05T21:47:25.726Z] init-common: 16:47:25 [2023-03-05T21:47:25.726Z] 16:47:25 [2023-03-05T21:47:25.726Z] clean-jars-common: 16:47:25 [2023-03-05T21:47:25.726Z] 16:47:25 [2023-03-05T21:47:25.726Z] compile: 16:47:25 [2023-03-05T21:47:25.726Z] 16:47:25 [2023-03-05T21:47:25.726Z] setOSConditions: 16:47:25 [2023-03-05T21:47:25.726Z] 16:47:25 [2023-03-05T21:47:25.726Z] setToolWin: 16:47:25 [2023-03-05T21:47:25.726Z] 16:47:25 [2023-03-05T21:47:25.726Z] setToolUnix: 16:47:25 [2023-03-05T21:47:25.726Z] 16:47:25 [2023-03-05T21:47:25.726Z] setToolProperty: 16:47:25 [2023-03-05T21:47:25.726Z] 16:47:25 [2023-03-05T21:47:25.726Z] setS1ASclassPath: 16:47:25 [2023-03-05T21:47:25.726Z] 16:47:25 [2023-03-05T21:47:25.726Z] init-common: 16:47:25 [2023-03-05T21:47:25.726Z] 16:47:25 [2023-03-05T21:47:25.726Z] compile-common: 16:47:25 [2023-03-05T21:47:25.726Z] [echo] Current time (ISO): 2023-03-05T21:47:25.510+0000 16:47:25 [2023-03-05T21:47:25.726Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:25 [2023-03-05T21:47:25.726Z] [javac] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:27 [2023-03-05T21:47:27.122Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:27 [2023-03-05T21:47:27.122Z] [javac] 1 warning 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] build: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] setOSConditions: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] setToolWin: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] setToolUnix: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] setToolProperty: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] setS1ASclassPath: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] init-common: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] webclient-war-common: 16:47:27 [2023-03-05T21:47:27.122Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] clear: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] test-tlds-exist: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] copy-tlds: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] test-tagfiles-exist: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] copy-tagfiles: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] package-war-common: 16:47:27 [2023-03-05T21:47:27.122Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:27 [2023-03-05T21:47:27.122Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:27 [2023-03-05T21:47:27.122Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:27 [2023-03-05T21:47:27.122Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:27 [2023-03-05T21:47:27.122Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-disposes/lib 16:47:27 [2023-03-05T21:47:27.122Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:27 [2023-03-05T21:47:27.122Z] [copy] Copying 7 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:27 [2023-03-05T21:47:27.122Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-disposes/docroot 16:47:27 [2023-03-05T21:47:27.122Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-producer-methods-disposermethods-web.war 16:47:27 [2023-03-05T21:47:27.122Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:27 [2023-03-05T21:47:27.122Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-disposes/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:27 [2023-03-05T21:47:27.122Z] [javac] Compiling 1 source file 16:47:27 [2023-03-05T21:47:27.122Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-disposes/client/test/client/WebTest.java uses or overrides a deprecated API. 16:47:27 [2023-03-05T21:47:27.122Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] deploy: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] deploy-war-common: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] setOSConditions: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] setToolWin: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] setToolUnix: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] setToolProperty: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] setS1ASclassPath: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] init-common: 16:47:27 [2023-03-05T21:47:27.122Z] 16:47:27 [2023-03-05T21:47:27.122Z] deploy-war-commonpe: 16:47:27 [2023-03-05T21:47:27.378Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-producer-methods-disposermethods --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-producer-methods-disposermethods-web.war 16:47:27 [2023-03-05T21:47:27.378Z] [exec] Application deployed with name cdi-producer-methods-disposermethods-web. 16:47:27 [2023-03-05T21:47:27.378Z] 16:47:27 [2023-03-05T21:47:27.378Z] deploy-war-commonee: 16:47:27 [2023-03-05T21:47:27.378Z] 16:47:27 [2023-03-05T21:47:27.378Z] run: 16:47:27 [2023-03-05T21:47:27.635Z] [java] opening connection to http://localhost:8080/cdi-producer-methods-disposermethods/myurl1 16:47:27 [2023-03-05T21:47:27.635Z] [java] line = Hello from Servlet 3.0. 16:47:27 [2023-03-05T21:47:27.635Z] [java] opening connection to http://localhost:8080/cdi-producer-methods-disposermethods/myurl2 16:47:27 [2023-03-05T21:47:27.635Z] [java] line = Hello from Servlet 3.0. 16:47:27 [2023-03-05T21:47:27.635Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:27 [2023-03-05T21:47:27.635Z] [java] 16:47:27 [2023-03-05T21:47:27.635Z] [java] 16:47:27 [2023-03-05T21:47:27.635Z] [java] ----------------------------------------- 16:47:27 [2023-03-05T21:47:27.635Z] [java] - producer-methods-disposer: PASS - 16:47:27 [2023-03-05T21:47:27.635Z] [java] - producer-methods-disposer -- DUPLICATE: PASS - 16:47:27 [2023-03-05T21:47:27.635Z] [java] ----------------------------------------- 16:47:27 [2023-03-05T21:47:27.635Z] [java] - Total PASS : 2 - 16:47:27 [2023-03-05T21:47:27.635Z] [java] - Total FAIL : 0 - 16:47:27 [2023-03-05T21:47:27.635Z] [java] - Total DID NOT RUN : 0 - 16:47:27 [2023-03-05T21:47:27.635Z] [java] ----------------------------------------- 16:47:27 [2023-03-05T21:47:27.635Z] 16:47:27 [2023-03-05T21:47:27.635Z] undeploy: 16:47:27 [2023-03-05T21:47:27.635Z] 16:47:27 [2023-03-05T21:47:27.635Z] setOSConditions: 16:47:27 [2023-03-05T21:47:27.635Z] 16:47:27 [2023-03-05T21:47:27.635Z] setToolWin: 16:47:27 [2023-03-05T21:47:27.635Z] 16:47:27 [2023-03-05T21:47:27.635Z] setToolUnix: 16:47:27 [2023-03-05T21:47:27.635Z] 16:47:27 [2023-03-05T21:47:27.635Z] setToolProperty: 16:47:27 [2023-03-05T21:47:27.635Z] 16:47:27 [2023-03-05T21:47:27.635Z] setS1ASclassPath: 16:47:27 [2023-03-05T21:47:27.635Z] 16:47:27 [2023-03-05T21:47:27.635Z] init-common: 16:47:27 [2023-03-05T21:47:27.635Z] 16:47:27 [2023-03-05T21:47:27.635Z] undeploy-war-common: 16:47:27 [2023-03-05T21:47:27.891Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-producer-methods-disposermethods-web 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] all: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setOSConditions: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setToolWin: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setToolUnix: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setToolProperty: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setS1ASclassPath: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] init-common: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] clean: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setOSConditions: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setToolWin: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setToolUnix: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setToolProperty: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setS1ASclassPath: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] init-common: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] clean-common: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setOSConditions: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setToolWin: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setToolUnix: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setToolProperty: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setS1ASclassPath: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] init-common: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] clean-classes-common: 16:47:27 [2023-03-05T21:47:27.891Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setOSConditions: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setToolWin: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setToolUnix: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setToolProperty: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setS1ASclassPath: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] init-common: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] clean-jars-common: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] compile: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setOSConditions: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setToolWin: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setToolUnix: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setToolProperty: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] setS1ASclassPath: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] init-common: 16:47:27 [2023-03-05T21:47:27.891Z] 16:47:27 [2023-03-05T21:47:27.891Z] compile-common: 16:47:27 [2023-03-05T21:47:27.891Z] [echo] Current time (ISO): 2023-03-05T21:47:27.823+0000 16:47:27 [2023-03-05T21:47:27.891Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:27 [2023-03-05T21:47:27.891Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:29 [2023-03-05T21:47:29.259Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:29 [2023-03-05T21:47:29.259Z] [javac] 1 warning 16:47:29 [2023-03-05T21:47:29.259Z] 16:47:29 [2023-03-05T21:47:29.259Z] build: 16:47:29 [2023-03-05T21:47:29.259Z] 16:47:29 [2023-03-05T21:47:29.260Z] setOSConditions: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] setToolWin: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] setToolUnix: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] setToolProperty: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] setS1ASclassPath: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] init-common: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] webclient-war-common: 16:47:29 [2023-03-05T21:47:29.260Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] clear: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] test-tlds-exist: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] copy-tlds: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] test-tagfiles-exist: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] copy-tagfiles: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] package-war-common: 16:47:29 [2023-03-05T21:47:29.260Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:29 [2023-03-05T21:47:29.260Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:29 [2023-03-05T21:47:29.260Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:29 [2023-03-05T21:47:29.260Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:29 [2023-03-05T21:47:29.260Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-qualifiers/lib 16:47:29 [2023-03-05T21:47:29.260Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:29 [2023-03-05T21:47:29.260Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:29 [2023-03-05T21:47:29.260Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-qualifiers/docroot 16:47:29 [2023-03-05T21:47:29.260Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-producer-methods-qualifiers-web.war 16:47:29 [2023-03-05T21:47:29.260Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:29 [2023-03-05T21:47:29.260Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-qualifiers/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:29 [2023-03-05T21:47:29.260Z] [javac] Compiling 1 source file 16:47:29 [2023-03-05T21:47:29.260Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-qualifiers/WebTest.java uses or overrides a deprecated API. 16:47:29 [2023-03-05T21:47:29.260Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] deploy: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] deploy-war-common: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] setOSConditions: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] setToolWin: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] setToolUnix: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] setToolProperty: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] setS1ASclassPath: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] init-common: 16:47:29 [2023-03-05T21:47:29.260Z] 16:47:29 [2023-03-05T21:47:29.260Z] deploy-war-commonpe: 16:47:29 [2023-03-05T21:47:29.516Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-producer-methods-qualifiers --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-producer-methods-qualifiers-web.war 16:47:29 [2023-03-05T21:47:29.772Z] [exec] Application deployed with name cdi-producer-methods-qualifiers-web. 16:47:29 [2023-03-05T21:47:29.772Z] 16:47:29 [2023-03-05T21:47:29.772Z] deploy-war-commonee: 16:47:29 [2023-03-05T21:47:29.772Z] 16:47:29 [2023-03-05T21:47:29.772Z] run: 16:47:29 [2023-03-05T21:47:29.772Z] [java] opening connection to http://localhost:8080/cdi-producer-methods-qualifiers/myurl 16:47:29 [2023-03-05T21:47:29.772Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 16:47:29 [2023-03-05T21:47:29.772Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:29 [2023-03-05T21:47:29.772Z] [java] 16:47:29 [2023-03-05T21:47:29.772Z] [java] 16:47:29 [2023-03-05T21:47:29.772Z] [java] ----------------------------------------- 16:47:29 [2023-03-05T21:47:29.772Z] [java] - producer-methods-qualifiers: PASS - 16:47:29 [2023-03-05T21:47:29.772Z] [java] ----------------------------------------- 16:47:29 [2023-03-05T21:47:29.772Z] [java] - Total PASS : 1 - 16:47:29 [2023-03-05T21:47:29.772Z] [java] - Total FAIL : 0 - 16:47:29 [2023-03-05T21:47:29.772Z] [java] - Total DID NOT RUN : 0 - 16:47:29 [2023-03-05T21:47:29.772Z] [java] ----------------------------------------- 16:47:29 [2023-03-05T21:47:29.772Z] 16:47:29 [2023-03-05T21:47:29.772Z] undeploy: 16:47:29 [2023-03-05T21:47:29.772Z] 16:47:29 [2023-03-05T21:47:29.772Z] setOSConditions: 16:47:29 [2023-03-05T21:47:29.772Z] 16:47:29 [2023-03-05T21:47:29.772Z] setToolWin: 16:47:29 [2023-03-05T21:47:29.772Z] 16:47:29 [2023-03-05T21:47:29.772Z] setToolUnix: 16:47:29 [2023-03-05T21:47:29.772Z] 16:47:29 [2023-03-05T21:47:29.772Z] setToolProperty: 16:47:29 [2023-03-05T21:47:29.772Z] 16:47:29 [2023-03-05T21:47:29.772Z] setS1ASclassPath: 16:47:29 [2023-03-05T21:47:29.772Z] 16:47:29 [2023-03-05T21:47:29.772Z] init-common: 16:47:29 [2023-03-05T21:47:29.772Z] 16:47:29 [2023-03-05T21:47:29.772Z] undeploy-war-common: 16:47:30 [2023-03-05T21:47:30.334Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-producer-methods-qualifiers-web 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] all: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setOSConditions: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setToolWin: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setToolUnix: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setToolProperty: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setS1ASclassPath: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] init-common: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] clean: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setOSConditions: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setToolWin: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setToolUnix: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setToolProperty: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setS1ASclassPath: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] init-common: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] clean-common: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setOSConditions: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setToolWin: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setToolUnix: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setToolProperty: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setS1ASclassPath: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] init-common: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] clean-classes-common: 16:47:30 [2023-03-05T21:47:30.334Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setOSConditions: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setToolWin: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setToolUnix: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setToolProperty: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setS1ASclassPath: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] init-common: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] clean-jars-common: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] compile: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setOSConditions: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setToolWin: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setToolUnix: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setToolProperty: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.334Z] setS1ASclassPath: 16:47:30 [2023-03-05T21:47:30.334Z] 16:47:30 [2023-03-05T21:47:30.335Z] init-common: 16:47:30 [2023-03-05T21:47:30.335Z] 16:47:30 [2023-03-05T21:47:30.335Z] compile-common: 16:47:30 [2023-03-05T21:47:30.335Z] [echo] Current time (ISO): 2023-03-05T21:47:30.072+0000 16:47:30 [2023-03-05T21:47:30.335Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:30 [2023-03-05T21:47:30.335Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:31 [2023-03-05T21:47:31.724Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:31 [2023-03-05T21:47:31.724Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-runtimepolymorphism/servlet/test/servlet/ProducerMethodRuntimePolymorhpismTestServlet.java uses unchecked or unsafe operations. 16:47:31 [2023-03-05T21:47:31.724Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:47:31 [2023-03-05T21:47:31.724Z] [javac] 1 warning 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] build: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] setOSConditions: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] setToolWin: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] setToolUnix: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] setToolProperty: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] setS1ASclassPath: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] init-common: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] webclient-war-common: 16:47:31 [2023-03-05T21:47:31.724Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] clear: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] test-tlds-exist: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] copy-tlds: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] test-tagfiles-exist: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] copy-tagfiles: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] package-war-common: 16:47:31 [2023-03-05T21:47:31.724Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:31 [2023-03-05T21:47:31.724Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:31 [2023-03-05T21:47:31.724Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:31 [2023-03-05T21:47:31.724Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:31 [2023-03-05T21:47:31.724Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-runtimepolymorphism/lib 16:47:31 [2023-03-05T21:47:31.724Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:31 [2023-03-05T21:47:31.724Z] [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:31 [2023-03-05T21:47:31.724Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-runtimepolymorphism/docroot 16:47:31 [2023-03-05T21:47:31.724Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-producer-methods-qualifiers-web.war 16:47:31 [2023-03-05T21:47:31.724Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:31 [2023-03-05T21:47:31.724Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-runtimepolymorphism/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:31 [2023-03-05T21:47:31.724Z] [javac] Compiling 1 source file 16:47:31 [2023-03-05T21:47:31.724Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-runtimepolymorphism/client/test/client/WebTest.java uses or overrides a deprecated API. 16:47:31 [2023-03-05T21:47:31.724Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] deploy: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] deploy-war-common: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] setOSConditions: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] setToolWin: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] setToolUnix: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] setToolProperty: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] setS1ASclassPath: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] init-common: 16:47:31 [2023-03-05T21:47:31.724Z] 16:47:31 [2023-03-05T21:47:31.724Z] deploy-war-commonpe: 16:47:31 [2023-03-05T21:47:31.981Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-producer-methods-qualifiers --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-producer-methods-qualifiers-web.war 16:47:31 [2023-03-05T21:47:31.981Z] [exec] Application deployed with name cdi-producer-methods-qualifiers-web. 16:47:32 [2023-03-05T21:47:32.237Z] 16:47:32 [2023-03-05T21:47:32.237Z] deploy-war-commonee: 16:47:32 [2023-03-05T21:47:32.237Z] 16:47:32 [2023-03-05T21:47:32.237Z] run: 16:47:32 [2023-03-05T21:47:32.237Z] [java] opening connection to http://localhost:8080/cdi-producer-methods-qualifiers/myurl 16:47:32 [2023-03-05T21:47:32.237Z] [java] line = Hello from Servlet 3.0. 16:47:32 [2023-03-05T21:47:32.237Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:32 [2023-03-05T21:47:32.237Z] [java] 16:47:32 [2023-03-05T21:47:32.237Z] [java] 16:47:32 [2023-03-05T21:47:32.237Z] [java] ----------------------------------------- 16:47:32 [2023-03-05T21:47:32.237Z] [java] - producer-methods-runtimepolymorphism: PASS - 16:47:32 [2023-03-05T21:47:32.237Z] [java] ----------------------------------------- 16:47:32 [2023-03-05T21:47:32.237Z] [java] - Total PASS : 1 - 16:47:32 [2023-03-05T21:47:32.237Z] [java] - Total FAIL : 0 - 16:47:32 [2023-03-05T21:47:32.237Z] [java] - Total DID NOT RUN : 0 - 16:47:32 [2023-03-05T21:47:32.237Z] [java] ----------------------------------------- 16:47:32 [2023-03-05T21:47:32.237Z] 16:47:32 [2023-03-05T21:47:32.237Z] undeploy: 16:47:32 [2023-03-05T21:47:32.237Z] 16:47:32 [2023-03-05T21:47:32.237Z] setOSConditions: 16:47:32 [2023-03-05T21:47:32.237Z] 16:47:32 [2023-03-05T21:47:32.237Z] setToolWin: 16:47:32 [2023-03-05T21:47:32.237Z] 16:47:32 [2023-03-05T21:47:32.237Z] setToolUnix: 16:47:32 [2023-03-05T21:47:32.237Z] 16:47:32 [2023-03-05T21:47:32.237Z] setToolProperty: 16:47:32 [2023-03-05T21:47:32.237Z] 16:47:32 [2023-03-05T21:47:32.237Z] setS1ASclassPath: 16:47:32 [2023-03-05T21:47:32.237Z] 16:47:32 [2023-03-05T21:47:32.237Z] init-common: 16:47:32 [2023-03-05T21:47:32.237Z] 16:47:32 [2023-03-05T21:47:32.237Z] undeploy-war-common: 16:47:32 [2023-03-05T21:47:32.516Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-producer-methods-qualifiers-web 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] all: 16:47:32 [2023-03-05T21:47:32.516Z] [echo] 16:47:32 [2023-03-05T21:47:32.516Z] [echo] ************************* 16:47:32 [2023-03-05T21:47:32.516Z] [echo] * Running scopes 16:47:32 [2023-03-05T21:47:32.516Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes 16:47:32 [2023-03-05T21:47:32.516Z] [echo] ************************* 16:47:32 [2023-03-05T21:47:32.516Z] [echo] 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] all: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] scopes: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setOSConditions: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setToolWin: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setToolUnix: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setToolProperty: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setS1ASclassPath: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] init-common: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] clean: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setOSConditions: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setToolWin: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setToolUnix: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setToolProperty: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setS1ASclassPath: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] init-common: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] clean-common: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setOSConditions: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setToolWin: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setToolUnix: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setToolProperty: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setS1ASclassPath: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] init-common: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] clean-classes-common: 16:47:32 [2023-03-05T21:47:32.516Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setOSConditions: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setToolWin: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setToolUnix: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setToolProperty: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setS1ASclassPath: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] init-common: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] clean-jars-common: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] compile: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setOSConditions: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setToolWin: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setToolUnix: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setToolProperty: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] setS1ASclassPath: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] init-common: 16:47:32 [2023-03-05T21:47:32.516Z] 16:47:32 [2023-03-05T21:47:32.516Z] compile-common: 16:47:32 [2023-03-05T21:47:32.516Z] [echo] Current time (ISO): 2023-03-05T21:47:32.475+0000 16:47:32 [2023-03-05T21:47:32.516Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:32 [2023-03-05T21:47:32.516Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:33 [2023-03-05T21:47:33.883Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:33 [2023-03-05T21:47:33.883Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/dependent-scope/servlet/test/servlets/DependentScopeTestServlet.java uses unchecked or unsafe operations. 16:47:33 [2023-03-05T21:47:33.883Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:47:33 [2023-03-05T21:47:33.883Z] [javac] 1 warning 16:47:33 [2023-03-05T21:47:33.883Z] 16:47:33 [2023-03-05T21:47:33.883Z] build: 16:47:33 [2023-03-05T21:47:33.883Z] 16:47:33 [2023-03-05T21:47:33.883Z] setOSConditions: 16:47:33 [2023-03-05T21:47:33.883Z] 16:47:33 [2023-03-05T21:47:33.883Z] setToolWin: 16:47:33 [2023-03-05T21:47:33.883Z] 16:47:33 [2023-03-05T21:47:33.883Z] setToolUnix: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] setToolProperty: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] setS1ASclassPath: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] init-common: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] webclient-war-common: 16:47:33 [2023-03-05T21:47:33.884Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] clear: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] test-tlds-exist: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] copy-tlds: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] test-tagfiles-exist: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] copy-tagfiles: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] package-war-common: 16:47:33 [2023-03-05T21:47:33.884Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:33 [2023-03-05T21:47:33.884Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:33 [2023-03-05T21:47:33.884Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:33 [2023-03-05T21:47:33.884Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:33 [2023-03-05T21:47:33.884Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/dependent-scope/lib 16:47:33 [2023-03-05T21:47:33.884Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:33 [2023-03-05T21:47:33.884Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:33 [2023-03-05T21:47:33.884Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/dependent-scope/docroot 16:47:33 [2023-03-05T21:47:33.884Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-dependent-scope-web.war 16:47:33 [2023-03-05T21:47:33.884Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:33 [2023-03-05T21:47:33.884Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/dependent-scope/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:33 [2023-03-05T21:47:33.884Z] [javac] Compiling 1 source file 16:47:33 [2023-03-05T21:47:33.884Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/dependent-scope/WebTest.java uses or overrides a deprecated API. 16:47:33 [2023-03-05T21:47:33.884Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] deploy: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] deploy-war-common: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] setOSConditions: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] setToolWin: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] setToolUnix: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] setToolProperty: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] setS1ASclassPath: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] init-common: 16:47:33 [2023-03-05T21:47:33.884Z] 16:47:33 [2023-03-05T21:47:33.884Z] deploy-war-commonpe: 16:47:34 [2023-03-05T21:47:34.140Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-dependent-scope --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-dependent-scope-web.war 16:47:34 [2023-03-05T21:47:34.396Z] [exec] Application deployed with name cdi-dependent-scope-web. 16:47:34 [2023-03-05T21:47:34.396Z] 16:47:34 [2023-03-05T21:47:34.396Z] deploy-war-commonee: 16:47:34 [2023-03-05T21:47:34.396Z] 16:47:34 [2023-03-05T21:47:34.396Z] run: 16:47:34 [2023-03-05T21:47:34.396Z] [java] opening connection to http://localhost:8080/cdi-dependent-scope/myurl 16:47:34 [2023-03-05T21:47:34.396Z] [java] line = Hello from Servlet 3.0. 16:47:34 [2023-03-05T21:47:34.396Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:34 [2023-03-05T21:47:34.396Z] [java] 16:47:34 [2023-03-05T21:47:34.396Z] [java] 16:47:34 [2023-03-05T21:47:34.396Z] [java] ----------------------------------------- 16:47:34 [2023-03-05T21:47:34.396Z] [java] - cdi-scopes-dependent: PASS - 16:47:34 [2023-03-05T21:47:34.396Z] [java] ----------------------------------------- 16:47:34 [2023-03-05T21:47:34.396Z] [java] - Total PASS : 1 - 16:47:34 [2023-03-05T21:47:34.396Z] [java] - Total FAIL : 0 - 16:47:34 [2023-03-05T21:47:34.396Z] [java] - Total DID NOT RUN : 0 - 16:47:34 [2023-03-05T21:47:34.396Z] [java] ----------------------------------------- 16:47:34 [2023-03-05T21:47:34.396Z] 16:47:34 [2023-03-05T21:47:34.396Z] undeploy: 16:47:34 [2023-03-05T21:47:34.396Z] 16:47:34 [2023-03-05T21:47:34.396Z] setOSConditions: 16:47:34 [2023-03-05T21:47:34.396Z] 16:47:34 [2023-03-05T21:47:34.396Z] setToolWin: 16:47:34 [2023-03-05T21:47:34.396Z] 16:47:34 [2023-03-05T21:47:34.396Z] setToolUnix: 16:47:34 [2023-03-05T21:47:34.396Z] 16:47:34 [2023-03-05T21:47:34.396Z] setToolProperty: 16:47:34 [2023-03-05T21:47:34.396Z] 16:47:34 [2023-03-05T21:47:34.396Z] setS1ASclassPath: 16:47:34 [2023-03-05T21:47:34.396Z] 16:47:34 [2023-03-05T21:47:34.396Z] init-common: 16:47:34 [2023-03-05T21:47:34.396Z] 16:47:34 [2023-03-05T21:47:34.396Z] undeploy-war-common: 16:47:34 [2023-03-05T21:47:34.958Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-dependent-scope-web 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] all: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setOSConditions: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setToolWin: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setToolUnix: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setToolProperty: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setS1ASclassPath: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] init-common: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] clean: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setOSConditions: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setToolWin: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setToolUnix: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setToolProperty: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setS1ASclassPath: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] init-common: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] clean-common: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setOSConditions: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setToolWin: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setToolUnix: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setToolProperty: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setS1ASclassPath: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] init-common: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] clean-classes-common: 16:47:34 [2023-03-05T21:47:34.958Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setOSConditions: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setToolWin: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setToolUnix: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setToolProperty: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setS1ASclassPath: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] init-common: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] clean-jars-common: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] compile: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setOSConditions: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setToolWin: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setToolUnix: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setToolProperty: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] setS1ASclassPath: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] init-common: 16:47:34 [2023-03-05T21:47:34.958Z] 16:47:34 [2023-03-05T21:47:34.958Z] compile-common: 16:47:34 [2023-03-05T21:47:34.958Z] [echo] Current time (ISO): 2023-03-05T21:47:34.729+0000 16:47:34 [2023-03-05T21:47:34.958Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:34 [2023-03-05T21:47:34.958Z] [javac] Compiling 11 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:36 [2023-03-05T21:47:36.326Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:36 [2023-03-05T21:47:36.326Z] [javac] 1 warning 16:47:36 [2023-03-05T21:47:36.326Z] 16:47:36 [2023-03-05T21:47:36.326Z] setOSConditions: 16:47:36 [2023-03-05T21:47:36.326Z] 16:47:36 [2023-03-05T21:47:36.326Z] setToolWin: 16:47:36 [2023-03-05T21:47:36.326Z] 16:47:36 [2023-03-05T21:47:36.326Z] setToolUnix: 16:47:36 [2023-03-05T21:47:36.326Z] 16:47:36 [2023-03-05T21:47:36.326Z] setToolProperty: 16:47:36 [2023-03-05T21:47:36.326Z] 16:47:36 [2023-03-05T21:47:36.326Z] setS1ASclassPath: 16:47:36 [2023-03-05T21:47:36.326Z] 16:47:36 [2023-03-05T21:47:36.326Z] init-common: 16:47:36 [2023-03-05T21:47:36.326Z] 16:47:36 [2023-03-05T21:47:36.326Z] compile-common: 16:47:36 [2023-03-05T21:47:36.326Z] [echo] Current time (ISO): 2023-03-05T21:47:36.025+0000 16:47:36 [2023-03-05T21:47:36.326Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:37 [2023-03-05T21:47:37.255Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:37 [2023-03-05T21:47:37.255Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/client/Client.java:79: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 16:47:37 [2023-03-05T21:47:37.255Z] [javac] numMessages = new Integer(args[0]).intValue(); 16:47:37 [2023-03-05T21:47:37.255Z] [javac] ^ 16:47:37 [2023-03-05T21:47:37.255Z] [javac] 2 warnings 16:47:37 [2023-03-05T21:47:37.255Z] 16:47:37 [2023-03-05T21:47:37.255Z] build: 16:47:37 [2023-03-05T21:47:37.255Z] 16:47:37 [2023-03-05T21:47:37.255Z] setOSConditions: 16:47:37 [2023-03-05T21:47:37.255Z] 16:47:37 [2023-03-05T21:47:37.255Z] fixFiles: 16:47:37 [2023-03-05T21:47:37.255Z] 16:47:37 [2023-03-05T21:47:37.255Z] convUnix: 16:47:37 [2023-03-05T21:47:37.255Z] 16:47:37 [2023-03-05T21:47:37.255Z] convWin: 16:47:37 [2023-03-05T21:47:37.255Z] 16:47:37 [2023-03-05T21:47:37.255Z] setToolWin: 16:47:37 [2023-03-05T21:47:37.255Z] 16:47:37 [2023-03-05T21:47:37.255Z] setToolUnix: 16:47:37 [2023-03-05T21:47:37.255Z] 16:47:37 [2023-03-05T21:47:37.255Z] setToolProperty: 16:47:37 [2023-03-05T21:47:37.255Z] 16:47:37 [2023-03-05T21:47:37.255Z] setS1ASclassPath: 16:47:37 [2023-03-05T21:47:37.255Z] 16:47:37 [2023-03-05T21:47:37.255Z] init-common: 16:47:37 [2023-03-05T21:47:37.255Z] 16:47:37 [2023-03-05T21:47:37.255Z] package-persistence-common: 16:47:37 [2023-03-05T21:47:37.255Z] 16:47:37 [2023-03-05T21:47:37.255Z] ejb-jar-common: 16:47:37 [2023-03-05T21:47:37.255Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:37 [2023-03-05T21:47:37.255Z] 16:47:37 [2023-03-05T21:47:37.255Z] package-ejbjar-common: 16:47:37 [2023-03-05T21:47:37.255Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:47:37 [2023-03-05T21:47:37.255Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:47:37 [2023-03-05T21:47:37.255Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-hello-mdb-ejb.jar 16:47:37 [2023-03-05T21:47:37.255Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:47:37 [2023-03-05T21:47:37.255Z] 16:47:37 [2023-03-05T21:47:37.255Z] appclient-jar-common: 16:47:37 [2023-03-05T21:47:37.255Z] 16:47:37 [2023-03-05T21:47:37.255Z] package-appclientjar-common: 16:47:37 [2023-03-05T21:47:37.255Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:47:37 [2023-03-05T21:47:37.255Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:47:37 [2023-03-05T21:47:37.516Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-hello-mdb-client.jar 16:47:37 [2023-03-05T21:47:37.516Z] 16:47:37 [2023-03-05T21:47:37.516Z] webclient-war-common: 16:47:37 [2023-03-05T21:47:37.516Z] 16:47:37 [2023-03-05T21:47:37.516Z] build-ear-common: 16:47:37 [2023-03-05T21:47:37.516Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:47:37 [2023-03-05T21:47:37.516Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-hello-mdbApp.ear 16:47:37 [2023-03-05T21:47:37.516Z] 16:47:37 [2023-03-05T21:47:37.516Z] create-resources: 16:47:37 [2023-03-05T21:47:37.516Z] 16:47:37 [2023-03-05T21:47:37.516Z] asadmin-batch-common: 16:47:37 [2023-03-05T21:47:37.773Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true multimode --file create_resources.asadmin 16:47:37 [2023-03-05T21:47:37.773Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.QueueConnectionFactory --enabled=true --target server --force=false jms/cdi_hello_mdb_QCF 16:47:37 [2023-03-05T21:47:37.773Z] [exec] Connector resource jms/cdi_hello_mdb_QCF created. 16:47:37 [2023-03-05T21:47:37.773Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-jmsdest --desttype queue --force=false cdi_hello_mdb_InQueue 16:47:37 [2023-03-05T21:47:37.773Z] [exec] JMS Desctination cdi_hello_mdb_InQueue created. 16:47:37 [2023-03-05T21:47:37.773Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.Queue --enabled=true --property imqDestinationName=cdi_hello_mdb_InQueue --target server --force=false jms/cdi_hello_mdb_InQueue 16:47:37 [2023-03-05T21:47:37.773Z] [exec] Administered object jms/cdi_hello_mdb_InQueue created. 16:47:37 [2023-03-05T21:47:37.773Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-jmsdest --desttype queue --force=false cdi_hello_mdb_OutQueue 16:47:37 [2023-03-05T21:47:37.773Z] [exec] JMS Desctination cdi_hello_mdb_OutQueue created. 16:47:37 [2023-03-05T21:47:37.773Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-jms-resource --restype jakarta.jms.Queue --enabled=true --property imqDestinationName=cdi_hello_mdb_OutQueue --target server --force=false jms/cdi_hello_mdb_OutQueue 16:47:38 [2023-03-05T21:47:38.029Z] [exec] Administered object jms/cdi_hello_mdb_OutQueue created. 16:47:38 [2023-03-05T21:47:38.029Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/asadminuserpassword.txt 16:47:38 [2023-03-05T21:47:38.029Z] 16:47:38 [2023-03-05T21:47:38.029Z] deploy: 16:47:38 [2023-03-05T21:47:38.029Z] 16:47:38 [2023-03-05T21:47:38.029Z] setOSConditions: 16:47:38 [2023-03-05T21:47:38.029Z] 16:47:38 [2023-03-05T21:47:38.029Z] setToolWin: 16:47:38 [2023-03-05T21:47:38.029Z] 16:47:38 [2023-03-05T21:47:38.029Z] setToolUnix: 16:47:38 [2023-03-05T21:47:38.029Z] 16:47:38 [2023-03-05T21:47:38.029Z] setToolProperty: 16:47:38 [2023-03-05T21:47:38.029Z] 16:47:38 [2023-03-05T21:47:38.029Z] setS1ASclassPath: 16:47:38 [2023-03-05T21:47:38.029Z] 16:47:38 [2023-03-05T21:47:38.029Z] init-common: 16:47:38 [2023-03-05T21:47:38.029Z] 16:47:38 [2023-03-05T21:47:38.029Z] deploy-common: 16:47:38 [2023-03-05T21:47:38.029Z] [echo] Current time (ISO): 2023-03-05T21:47:37.786+0000 16:47:38 [2023-03-05T21:47:38.029Z] 16:47:38 [2023-03-05T21:47:38.029Z] setOSConditions: 16:47:38 [2023-03-05T21:47:38.029Z] 16:47:38 [2023-03-05T21:47:38.029Z] setToolWin: 16:47:38 [2023-03-05T21:47:38.029Z] 16:47:38 [2023-03-05T21:47:38.029Z] setToolUnix: 16:47:38 [2023-03-05T21:47:38.029Z] 16:47:38 [2023-03-05T21:47:38.029Z] setToolProperty: 16:47:38 [2023-03-05T21:47:38.029Z] 16:47:38 [2023-03-05T21:47:38.029Z] setS1ASclassPath: 16:47:38 [2023-03-05T21:47:38.029Z] 16:47:38 [2023-03-05T21:47:38.029Z] init-common: 16:47:38 [2023-03-05T21:47:38.029Z] 16:47:38 [2023-03-05T21:47:38.029Z] deploy-common-pe: 16:47:38 [2023-03-05T21:47:38.286Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-hello-mdbApp.ear 16:47:39 [2023-03-05T21:47:39.658Z] [exec] Application deployed with name cdi-hello-mdbApp. 16:47:39 [2023-03-05T21:47:39.658Z] [echo] Deployment on target server server successful 16:47:39 [2023-03-05T21:47:39.658Z] 16:47:39 [2023-03-05T21:47:39.658Z] setOSConditions: 16:47:39 [2023-03-05T21:47:39.658Z] 16:47:39 [2023-03-05T21:47:39.658Z] setToolWin: 16:47:39 [2023-03-05T21:47:39.658Z] 16:47:39 [2023-03-05T21:47:39.658Z] setToolUnix: 16:47:39 [2023-03-05T21:47:39.658Z] 16:47:39 [2023-03-05T21:47:39.658Z] setToolProperty: 16:47:39 [2023-03-05T21:47:39.658Z] 16:47:39 [2023-03-05T21:47:39.658Z] setS1ASclassPath: 16:47:39 [2023-03-05T21:47:39.658Z] 16:47:39 [2023-03-05T21:47:39.658Z] init-common: 16:47:39 [2023-03-05T21:47:39.658Z] 16:47:39 [2023-03-05T21:47:39.658Z] deploy-common-ee: 16:47:39 [2023-03-05T21:47:39.658Z] 16:47:39 [2023-03-05T21:47:39.658Z] run: 16:47:39 [2023-03-05T21:47:39.658Z] 16:47:39 [2023-03-05T21:47:39.658Z] setOSConditions: 16:47:39 [2023-03-05T21:47:39.658Z] 16:47:39 [2023-03-05T21:47:39.658Z] setToolWin: 16:47:39 [2023-03-05T21:47:39.658Z] 16:47:39 [2023-03-05T21:47:39.658Z] setToolUnix: 16:47:39 [2023-03-05T21:47:39.658Z] 16:47:39 [2023-03-05T21:47:39.658Z] setToolProperty: 16:47:39 [2023-03-05T21:47:39.658Z] 16:47:39 [2023-03-05T21:47:39.658Z] setS1ASclassPath: 16:47:39 [2023-03-05T21:47:39.658Z] 16:47:39 [2023-03-05T21:47:39.658Z] init-common: 16:47:39 [2023-03-05T21:47:39.658Z] 16:47:39 [2023-03-05T21:47:39.658Z] runclient-common: 16:47:39 [2023-03-05T21:47:39.658Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-hello-mdbAppClient.jar -name cdi-hello-mdbClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 1 16:47:40 [2023-03-05T21:47:40.226Z] [exec] Mar 05, 2023 9:47:40 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:47:40 [2023-03-05T21:47:40.226Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:47:40 [2023-03-05T21:47:40.822Z] [exec] Mar 05, 2023 9:47:40 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 16:47:40 [2023-03-05T21:47:40.822Z] [exec] WARNING: ACC001: Using the only client [cdi-hello-mdb-client] with main class [com.sun.s1asdev.cdi.hello.mdb.client.Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-hello-mdbAppClient.jar even though it does not match the specified main class name null or client name cdi-hello-mdbClient 16:47:42 [2023-03-05T21:47:42.719Z] [exec] Mar 05, 2023 9:47:42 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:47:42 [2023-03-05T21:47:42.719Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@756808cc 16:47:42 [2023-03-05T21:47:42.975Z] [exec] Mar 05, 2023 9:47:42 PM org.hibernate.validator.internal.util.Version <clinit> 16:47:42 [2023-03-05T21:47:42.975Z] [exec] INFO: HV000001: Hibernate Validator 8.0.0.Final 16:47:43 [2023-03-05T21:47:43.230Z] [exec] Mar 05, 2023 9:47:42 PM com.sun.messaging.jms.ra.ResourceAdapter start 16:47:43 [2023-03-05T21:47:43.230Z] [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter: Version: 6.3.0 (Build 1-a) Compile: June 15 2022 16:47:43 [2023-03-05T21:47:43.230Z] [exec] Mar 05, 2023 9:47:42 PM com.sun.messaging.jms.ra.ResourceAdapter start 16:47:43 [2023-03-05T21:47:43.230Z] [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter starting: broker is REMOTE, connection mode is TCP 16:47:43 [2023-03-05T21:47:43.230Z] [exec] Mar 05, 2023 9:47:42 PM com.sun.messaging.jms.ra.ResourceAdapter start 16:47:43 [2023-03-05T21:47:43.230Z] [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter Started:REMOTE 16:47:43 [2023-03-05T21:47:43.230Z] [exec] Mar 05, 2023 9:47:43 PM com.sun.enterprise.resource.pool.PoolManagerImpl createAndInitPool 16:47:43 [2023-03-05T21:47:43.230Z] [exec] INFO: Created connection pool and added it to PoolManager: Pool [org.glassfish.resourcebase.resources.api.PoolInfo@817f2e5a[jndiName=jms/cdi_hello_mdb_QCF-Connection-Pool, applicationName=null, moduleName=null]] PoolSize=0 FreeResources=0 QueueSize=0 matching=on validation=off 16:47:43 [2023-03-05T21:47:43.487Z] [exec] Sending message 0 to Eclipse OpenMQ Destination 16:47:43 [2023-03-05T21:47:43.487Z] [exec] getName(): cdi_hello_mdb_InQueue 16:47:43 [2023-03-05T21:47:43.487Z] [exec] Class: com.sun.messaging.Queue 16:47:43 [2023-03-05T21:47:43.487Z] [exec] getVERSION(): 3.0 16:47:43 [2023-03-05T21:47:43.487Z] [exec] isReadonly(): false 16:47:43 [2023-03-05T21:47:43.487Z] [exec] getProperties(): {imqDestinationName=cdi_hello_mdb_InQueue, imqDestinationDescription=A Description for the Destination Object} at time 1678052863341 16:47:43 [2023-03-05T21:47:43.487Z] [exec] Sent message 0 to Eclipse OpenMQ Destination 16:47:43 [2023-03-05T21:47:43.487Z] [exec] getName(): cdi_hello_mdb_InQueue 16:47:43 [2023-03-05T21:47:43.487Z] [exec] Class: com.sun.messaging.Queue 16:47:43 [2023-03-05T21:47:43.487Z] [exec] getVERSION(): 3.0 16:47:43 [2023-03-05T21:47:43.487Z] [exec] isReadonly(): false 16:47:43 [2023-03-05T21:47:43.487Z] [exec] getProperties(): {imqDestinationName=cdi_hello_mdb_InQueue, imqDestinationDescription=A Description for the Destination Object} at time 1678052863349 16:47:43 [2023-03-05T21:47:43.487Z] [exec] remote bean:test.ejb.session._HelloSless_Wrapper@9043235f 16:47:43 [2023-03-05T21:47:43.487Z] [exec] Waiting for queue message 16:47:43 [2023-03-05T21:47:43.487Z] [exec] Received message : mdb() invoked 16:47:43 [2023-03-05T21:47:43.487Z] [exec] Value of key is:request-and-application-scope-ejb-mdb 16:47:43 [2023-03-05T21:47:43.487Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:43 [2023-03-05T21:47:43.487Z] [exec] 16:47:43 [2023-03-05T21:47:43.487Z] [exec] 16:47:43 [2023-03-05T21:47:43.487Z] [exec] ----------------------------------------- 16:47:43 [2023-03-05T21:47:43.487Z] [exec] - request-and-application-scope-ejb-mdb: PASS - 16:47:43 [2023-03-05T21:47:43.487Z] [exec] ----------------------------------------- 16:47:43 [2023-03-05T21:47:43.487Z] [exec] Total PASS: 1 16:47:43 [2023-03-05T21:47:43.487Z] [exec] Total FAIL: 0 16:47:43 [2023-03-05T21:47:43.487Z] [exec] Total DID NOT RUN: 0 16:47:43 [2023-03-05T21:47:43.487Z] [exec] ----------------------------------------- 16:47:43 [2023-03-05T21:47:43.487Z] [exec] in flushAll , creating new testSuiteHash 16:47:43 [2023-03-05T21:47:43.743Z] [exec] in flushAll , creating new testSuiteHash 16:47:44 [2023-03-05T21:47:44.017Z] 16:47:44 [2023-03-05T21:47:44.017Z] checkReporting-common: 16:47:44 [2023-03-05T21:47:44.017Z] 16:47:44 [2023-03-05T21:47:44.017Z] confirmReportPresent-common: 16:47:44 [2023-03-05T21:47:44.017Z] [echo] file RepRunConf.txt is present. 16:47:44 [2023-03-05T21:47:44.017Z] [echo] Test seems to be reported fine 16:47:44 [2023-03-05T21:47:44.017Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/RepRunConf.txt 16:47:44 [2023-03-05T21:47:44.017Z] 16:47:44 [2023-03-05T21:47:44.017Z] confirmMissingReport-common: 16:47:44 [2023-03-05T21:47:44.017Z] 16:47:44 [2023-03-05T21:47:44.017Z] undeploy: 16:47:44 [2023-03-05T21:47:44.017Z] 16:47:44 [2023-03-05T21:47:44.017Z] setOSConditions: 16:47:44 [2023-03-05T21:47:44.017Z] 16:47:44 [2023-03-05T21:47:44.017Z] setToolWin: 16:47:44 [2023-03-05T21:47:44.017Z] 16:47:44 [2023-03-05T21:47:44.017Z] setToolUnix: 16:47:44 [2023-03-05T21:47:44.017Z] 16:47:44 [2023-03-05T21:47:44.017Z] setToolProperty: 16:47:44 [2023-03-05T21:47:44.017Z] 16:47:44 [2023-03-05T21:47:44.017Z] setS1ASclassPath: 16:47:44 [2023-03-05T21:47:44.017Z] 16:47:44 [2023-03-05T21:47:44.017Z] init-common: 16:47:44 [2023-03-05T21:47:44.017Z] 16:47:44 [2023-03-05T21:47:44.017Z] undeploy-common: 16:47:44 [2023-03-05T21:47:44.274Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-hello-mdbApp 16:47:44 [2023-03-05T21:47:44.274Z] 16:47:44 [2023-03-05T21:47:44.274Z] delete-resources: 16:47:44 [2023-03-05T21:47:44.274Z] 16:47:44 [2023-03-05T21:47:44.274Z] asadmin-batch-common: 16:47:44 [2023-03-05T21:47:44.836Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true multimode --file delete_resources.asadmin 16:47:44 [2023-03-05T21:47:44.836Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/cdi_hello_mdb_QCF 16:47:44 [2023-03-05T21:47:44.836Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/cdi_hello_mdb_InQueue 16:47:44 [2023-03-05T21:47:44.836Z] [exec] Administered object jms/cdi_hello_mdb_InQueue deleted. 16:47:44 [2023-03-05T21:47:44.836Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true delete-jmsdest --desttype queue cdi_hello_mdb_InQueue 16:47:44 [2023-03-05T21:47:44.836Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --target server --cascade=false jms/cdi_hello_mdb_OutQueue 16:47:44 [2023-03-05T21:47:44.836Z] [exec] Administered object jms/cdi_hello_mdb_OutQueue deleted. 16:47:44 [2023-03-05T21:47:44.836Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true delete-jmsdest --desttype queue cdi_hello_mdb_OutQueue 16:47:44 [2023-03-05T21:47:44.836Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/asadminuserpassword.txt 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] all: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setOSConditions: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setToolWin: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setToolUnix: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setToolProperty: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setS1ASclassPath: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] init-common: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] clean: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setOSConditions: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setToolWin: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setToolUnix: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setToolProperty: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setS1ASclassPath: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] init-common: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] clean-common: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setOSConditions: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setToolWin: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setToolUnix: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setToolProperty: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setS1ASclassPath: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] init-common: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] clean-classes-common: 16:47:44 [2023-03-05T21:47:44.836Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setOSConditions: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setToolWin: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setToolUnix: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setToolProperty: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setS1ASclassPath: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] init-common: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] clean-jars-common: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] compile: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setOSConditions: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setToolWin: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setToolUnix: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setToolProperty: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] setS1ASclassPath: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] init-common: 16:47:44 [2023-03-05T21:47:44.836Z] 16:47:44 [2023-03-05T21:47:44.836Z] compile-common: 16:47:44 [2023-03-05T21:47:44.836Z] [echo] Current time (ISO): 2023-03-05T21:47:44.775+0000 16:47:44 [2023-03-05T21:47:44.836Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:44 [2023-03-05T21:47:44.836Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:46 [2023-03-05T21:47:46.220Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:46 [2023-03-05T21:47:46.220Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/singleton-scope/servlet/test/servlets/SingletonScopedServlet.java uses unchecked or unsafe operations. 16:47:46 [2023-03-05T21:47:46.220Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:47:46 [2023-03-05T21:47:46.220Z] [javac] 1 warning 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] build: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] setOSConditions: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] setToolWin: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] setToolUnix: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] setToolProperty: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] setS1ASclassPath: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] init-common: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] webclient-war-common: 16:47:46 [2023-03-05T21:47:46.220Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] clear: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] test-tlds-exist: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] copy-tlds: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] test-tagfiles-exist: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] copy-tagfiles: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] package-war-common: 16:47:46 [2023-03-05T21:47:46.220Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:46 [2023-03-05T21:47:46.220Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:46 [2023-03-05T21:47:46.220Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:46 [2023-03-05T21:47:46.220Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:46 [2023-03-05T21:47:46.220Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/singleton-scope/lib 16:47:46 [2023-03-05T21:47:46.220Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:46 [2023-03-05T21:47:46.220Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:46 [2023-03-05T21:47:46.220Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/singleton-scope/docroot 16:47:46 [2023-03-05T21:47:46.220Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-singleton-scope-web.war 16:47:46 [2023-03-05T21:47:46.220Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:46 [2023-03-05T21:47:46.220Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/singleton-scope/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:46 [2023-03-05T21:47:46.220Z] [javac] Compiling 1 source file 16:47:46 [2023-03-05T21:47:46.220Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/singleton-scope/WebTest.java uses or overrides a deprecated API. 16:47:46 [2023-03-05T21:47:46.220Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] deploy: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] deploy-war-common: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] setOSConditions: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] setToolWin: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] setToolUnix: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] setToolProperty: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] setS1ASclassPath: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] init-common: 16:47:46 [2023-03-05T21:47:46.220Z] 16:47:46 [2023-03-05T21:47:46.220Z] deploy-war-commonpe: 16:47:46 [2023-03-05T21:47:46.477Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-singleton-scope --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-singleton-scope-web.war 16:47:46 [2023-03-05T21:47:46.733Z] [exec] Application deployed with name cdi-singleton-scope-web. 16:47:46 [2023-03-05T21:47:46.733Z] 16:47:46 [2023-03-05T21:47:46.733Z] deploy-war-commonee: 16:47:46 [2023-03-05T21:47:46.733Z] 16:47:46 [2023-03-05T21:47:46.733Z] run: 16:47:46 [2023-03-05T21:47:46.733Z] [java] opening connection to http://localhost:8080/cdi-singleton-scope/myurl 16:47:46 [2023-03-05T21:47:46.733Z] [java] line = Hello from Servlet 3.0. 16:47:46 [2023-03-05T21:47:46.733Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:46 [2023-03-05T21:47:46.733Z] [java] 16:47:46 [2023-03-05T21:47:46.733Z] [java] 16:47:46 [2023-03-05T21:47:46.733Z] [java] ----------------------------------------- 16:47:46 [2023-03-05T21:47:46.733Z] [java] - cdi-scopes-singleton: PASS - 16:47:46 [2023-03-05T21:47:46.733Z] [java] ----------------------------------------- 16:47:46 [2023-03-05T21:47:46.733Z] [java] - Total PASS : 1 - 16:47:46 [2023-03-05T21:47:46.733Z] [java] - Total FAIL : 0 - 16:47:46 [2023-03-05T21:47:46.733Z] [java] - Total DID NOT RUN : 0 - 16:47:46 [2023-03-05T21:47:46.733Z] [java] ----------------------------------------- 16:47:46 [2023-03-05T21:47:46.733Z] 16:47:46 [2023-03-05T21:47:46.733Z] undeploy: 16:47:46 [2023-03-05T21:47:46.733Z] 16:47:46 [2023-03-05T21:47:46.733Z] setOSConditions: 16:47:46 [2023-03-05T21:47:46.733Z] 16:47:46 [2023-03-05T21:47:46.733Z] setToolWin: 16:47:46 [2023-03-05T21:47:46.733Z] 16:47:46 [2023-03-05T21:47:46.733Z] setToolUnix: 16:47:46 [2023-03-05T21:47:46.733Z] 16:47:46 [2023-03-05T21:47:46.733Z] setToolProperty: 16:47:46 [2023-03-05T21:47:46.733Z] 16:47:46 [2023-03-05T21:47:46.733Z] setS1ASclassPath: 16:47:46 [2023-03-05T21:47:46.733Z] 16:47:46 [2023-03-05T21:47:46.733Z] init-common: 16:47:46 [2023-03-05T21:47:46.733Z] 16:47:46 [2023-03-05T21:47:46.733Z] undeploy-war-common: 16:47:47 [2023-03-05T21:47:47.296Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-singleton-scope-web 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] all: 16:47:47 [2023-03-05T21:47:47.296Z] [echo] 16:47:47 [2023-03-05T21:47:47.296Z] [echo] ************************* 16:47:47 [2023-03-05T21:47:47.296Z] [echo] * Running specialization 16:47:47 [2023-03-05T21:47:47.296Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/specialization 16:47:47 [2023-03-05T21:47:47.296Z] [echo] ************************* 16:47:47 [2023-03-05T21:47:47.296Z] [echo] 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] all: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] specialization: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setOSConditions: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setToolWin: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setToolUnix: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setToolProperty: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setS1ASclassPath: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] init-common: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] clean: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setOSConditions: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setToolWin: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setToolUnix: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setToolProperty: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setS1ASclassPath: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] init-common: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] clean-common: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setOSConditions: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setToolWin: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setToolUnix: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setToolProperty: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setS1ASclassPath: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] init-common: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] clean-classes-common: 16:47:47 [2023-03-05T21:47:47.296Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setOSConditions: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setToolWin: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setToolUnix: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setToolProperty: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setS1ASclassPath: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] init-common: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] clean-jars-common: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] compile: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setOSConditions: 16:47:47 [2023-03-05T21:47:47.296Z] 16:47:47 [2023-03-05T21:47:47.296Z] setToolWin: 16:47:47 [2023-03-05T21:47:47.297Z] 16:47:47 [2023-03-05T21:47:47.297Z] setToolUnix: 16:47:47 [2023-03-05T21:47:47.297Z] 16:47:47 [2023-03-05T21:47:47.297Z] setToolProperty: 16:47:47 [2023-03-05T21:47:47.297Z] 16:47:47 [2023-03-05T21:47:47.297Z] setS1ASclassPath: 16:47:47 [2023-03-05T21:47:47.297Z] 16:47:47 [2023-03-05T21:47:47.297Z] init-common: 16:47:47 [2023-03-05T21:47:47.297Z] 16:47:47 [2023-03-05T21:47:47.297Z] compile-common: 16:47:47 [2023-03-05T21:47:47.297Z] [echo] Current time (ISO): 2023-03-05T21:47:47.025+0000 16:47:47 [2023-03-05T21:47:47.297Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:47 [2023-03-05T21:47:47.297Z] [javac] Compiling 14 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:48 [2023-03-05T21:47:48.663Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:48 [2023-03-05T21:47:48.663Z] [javac] 1 warning 16:47:48 [2023-03-05T21:47:48.663Z] 16:47:48 [2023-03-05T21:47:48.663Z] build: 16:47:48 [2023-03-05T21:47:48.663Z] 16:47:48 [2023-03-05T21:47:48.663Z] setOSConditions: 16:47:48 [2023-03-05T21:47:48.663Z] 16:47:48 [2023-03-05T21:47:48.663Z] setToolWin: 16:47:48 [2023-03-05T21:47:48.663Z] 16:47:48 [2023-03-05T21:47:48.663Z] setToolUnix: 16:47:48 [2023-03-05T21:47:48.663Z] 16:47:48 [2023-03-05T21:47:48.663Z] setToolProperty: 16:47:48 [2023-03-05T21:47:48.663Z] 16:47:48 [2023-03-05T21:47:48.663Z] setS1ASclassPath: 16:47:48 [2023-03-05T21:47:48.663Z] 16:47:48 [2023-03-05T21:47:48.663Z] init-common: 16:47:48 [2023-03-05T21:47:48.663Z] 16:47:48 [2023-03-05T21:47:48.663Z] webclient-war-common: 16:47:48 [2023-03-05T21:47:48.663Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:48 [2023-03-05T21:47:48.663Z] 16:47:48 [2023-03-05T21:47:48.663Z] clear: 16:47:48 [2023-03-05T21:47:48.663Z] 16:47:48 [2023-03-05T21:47:48.663Z] test-tlds-exist: 16:47:48 [2023-03-05T21:47:48.664Z] 16:47:48 [2023-03-05T21:47:48.664Z] copy-tlds: 16:47:48 [2023-03-05T21:47:48.664Z] 16:47:48 [2023-03-05T21:47:48.664Z] test-tagfiles-exist: 16:47:48 [2023-03-05T21:47:48.664Z] 16:47:48 [2023-03-05T21:47:48.664Z] copy-tagfiles: 16:47:48 [2023-03-05T21:47:48.664Z] 16:47:48 [2023-03-05T21:47:48.664Z] package-war-common: 16:47:48 [2023-03-05T21:47:48.664Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:48 [2023-03-05T21:47:48.664Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:48 [2023-03-05T21:47:48.664Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:48 [2023-03-05T21:47:48.664Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:48 [2023-03-05T21:47:48.664Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/specialization/alternative-leaks/lib 16:47:48 [2023-03-05T21:47:48.664Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:48 [2023-03-05T21:47:48.664Z] [copy] Copying 14 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:48 [2023-03-05T21:47:48.664Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/specialization/alternative-leaks/docroot 16:47:48 [2023-03-05T21:47:48.664Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-specialization-leak-alternatives-web.war 16:47:48 [2023-03-05T21:47:48.664Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:48 [2023-03-05T21:47:48.664Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/specialization/alternative-leaks/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:48 [2023-03-05T21:47:48.664Z] [javac] Compiling 1 source file 16:47:48 [2023-03-05T21:47:48.664Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/specialization/alternative-leaks/client/test/client/WebTest.java uses or overrides a deprecated API. 16:47:48 [2023-03-05T21:47:48.664Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:48 [2023-03-05T21:47:48.664Z] 16:47:48 [2023-03-05T21:47:48.664Z] deploy: 16:47:48 [2023-03-05T21:47:48.664Z] 16:47:48 [2023-03-05T21:47:48.664Z] deploy-war-common: 16:47:48 [2023-03-05T21:47:48.664Z] 16:47:48 [2023-03-05T21:47:48.664Z] setOSConditions: 16:47:48 [2023-03-05T21:47:48.664Z] 16:47:48 [2023-03-05T21:47:48.664Z] setToolWin: 16:47:48 [2023-03-05T21:47:48.664Z] 16:47:48 [2023-03-05T21:47:48.664Z] setToolUnix: 16:47:48 [2023-03-05T21:47:48.664Z] 16:47:48 [2023-03-05T21:47:48.664Z] setToolProperty: 16:47:48 [2023-03-05T21:47:48.664Z] 16:47:48 [2023-03-05T21:47:48.664Z] setS1ASclassPath: 16:47:48 [2023-03-05T21:47:48.664Z] 16:47:48 [2023-03-05T21:47:48.664Z] init-common: 16:47:48 [2023-03-05T21:47:48.664Z] 16:47:48 [2023-03-05T21:47:48.664Z] deploy-war-commonpe: 16:47:48 [2023-03-05T21:47:48.920Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-specialization-leak-alternatives --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-specialization-leak-alternatives-web.war 16:47:49 [2023-03-05T21:47:49.176Z] [exec] Application deployed with name cdi-specialization-leak-alternatives-web. 16:47:49 [2023-03-05T21:47:49.176Z] 16:47:49 [2023-03-05T21:47:49.176Z] deploy-war-commonee: 16:47:49 [2023-03-05T21:47:49.176Z] 16:47:49 [2023-03-05T21:47:49.176Z] run: 16:47:49 [2023-03-05T21:47:49.176Z] [java] opening connection to http://localhost:8080/cdi-specialization-leak-alternatives/myurl 16:47:49 [2023-03-05T21:47:49.176Z] [java] line = Hello from Servlet 3.0. 16:47:49 [2023-03-05T21:47:49.176Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:49 [2023-03-05T21:47:49.176Z] [java] 16:47:49 [2023-03-05T21:47:49.176Z] [java] 16:47:49 [2023-03-05T21:47:49.176Z] [java] ----------------------------------------- 16:47:49 [2023-03-05T21:47:49.176Z] [java] - specialization-alternative-leaks: PASS - 16:47:49 [2023-03-05T21:47:49.176Z] [java] ----------------------------------------- 16:47:49 [2023-03-05T21:47:49.176Z] [java] - Total PASS : 1 - 16:47:49 [2023-03-05T21:47:49.176Z] [java] - Total FAIL : 0 - 16:47:49 [2023-03-05T21:47:49.176Z] [java] - Total DID NOT RUN : 0 - 16:47:49 [2023-03-05T21:47:49.176Z] [java] ----------------------------------------- 16:47:49 [2023-03-05T21:47:49.176Z] 16:47:49 [2023-03-05T21:47:49.176Z] undeploy: 16:47:49 [2023-03-05T21:47:49.176Z] 16:47:49 [2023-03-05T21:47:49.176Z] setOSConditions: 16:47:49 [2023-03-05T21:47:49.176Z] 16:47:49 [2023-03-05T21:47:49.176Z] setToolWin: 16:47:49 [2023-03-05T21:47:49.176Z] 16:47:49 [2023-03-05T21:47:49.176Z] setToolUnix: 16:47:49 [2023-03-05T21:47:49.176Z] 16:47:49 [2023-03-05T21:47:49.176Z] setToolProperty: 16:47:49 [2023-03-05T21:47:49.176Z] 16:47:49 [2023-03-05T21:47:49.176Z] setS1ASclassPath: 16:47:49 [2023-03-05T21:47:49.176Z] 16:47:49 [2023-03-05T21:47:49.176Z] init-common: 16:47:49 [2023-03-05T21:47:49.176Z] 16:47:49 [2023-03-05T21:47:49.176Z] undeploy-war-common: 16:47:49 [2023-03-05T21:47:49.434Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-specialization-leak-alternatives-web 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] all: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setOSConditions: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setToolWin: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setToolUnix: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setToolProperty: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setS1ASclassPath: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] init-common: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] clean: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setOSConditions: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setToolWin: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setToolUnix: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setToolProperty: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setS1ASclassPath: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] init-common: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] clean-common: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setOSConditions: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setToolWin: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setToolUnix: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setToolProperty: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setS1ASclassPath: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] init-common: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] clean-classes-common: 16:47:49 [2023-03-05T21:47:49.434Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setOSConditions: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setToolWin: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setToolUnix: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setToolProperty: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setS1ASclassPath: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] init-common: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] clean-jars-common: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] compile: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setOSConditions: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setToolWin: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setToolUnix: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setToolProperty: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] setS1ASclassPath: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] init-common: 16:47:49 [2023-03-05T21:47:49.434Z] 16:47:49 [2023-03-05T21:47:49.434Z] compile-common: 16:47:49 [2023-03-05T21:47:49.434Z] [echo] Current time (ISO): 2023-03-05T21:47:49.367+0000 16:47:49 [2023-03-05T21:47:49.434Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:49 [2023-03-05T21:47:49.434Z] [javac] Compiling 17 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:50 [2023-03-05T21:47:50.802Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:50 [2023-03-05T21:47:50.802Z] [javac] 1 warning 16:47:50 [2023-03-05T21:47:50.802Z] 16:47:50 [2023-03-05T21:47:50.802Z] build: 16:47:50 [2023-03-05T21:47:50.802Z] 16:47:50 [2023-03-05T21:47:50.802Z] setOSConditions: 16:47:50 [2023-03-05T21:47:50.802Z] 16:47:50 [2023-03-05T21:47:50.802Z] setToolWin: 16:47:50 [2023-03-05T21:47:50.802Z] 16:47:50 [2023-03-05T21:47:50.802Z] setToolUnix: 16:47:50 [2023-03-05T21:47:50.802Z] 16:47:50 [2023-03-05T21:47:50.802Z] setToolProperty: 16:47:50 [2023-03-05T21:47:50.802Z] 16:47:50 [2023-03-05T21:47:50.802Z] setS1ASclassPath: 16:47:50 [2023-03-05T21:47:50.802Z] 16:47:50 [2023-03-05T21:47:50.802Z] init-common: 16:47:50 [2023-03-05T21:47:50.802Z] 16:47:50 [2023-03-05T21:47:50.802Z] webclient-war-common: 16:47:50 [2023-03-05T21:47:50.802Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:50 [2023-03-05T21:47:50.802Z] 16:47:50 [2023-03-05T21:47:50.802Z] clear: 16:47:50 [2023-03-05T21:47:50.802Z] 16:47:50 [2023-03-05T21:47:50.802Z] test-tlds-exist: 16:47:50 [2023-03-05T21:47:50.802Z] 16:47:50 [2023-03-05T21:47:50.802Z] copy-tlds: 16:47:50 [2023-03-05T21:47:50.802Z] 16:47:50 [2023-03-05T21:47:50.802Z] test-tagfiles-exist: 16:47:50 [2023-03-05T21:47:50.802Z] 16:47:50 [2023-03-05T21:47:50.802Z] copy-tagfiles: 16:47:50 [2023-03-05T21:47:50.802Z] 16:47:50 [2023-03-05T21:47:50.802Z] package-war-common: 16:47:50 [2023-03-05T21:47:50.802Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:50 [2023-03-05T21:47:50.802Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:50 [2023-03-05T21:47:50.802Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:50 [2023-03-05T21:47:50.802Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:50 [2023-03-05T21:47:50.802Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/specialization/specialization-simple/lib 16:47:50 [2023-03-05T21:47:50.802Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:50 [2023-03-05T21:47:50.802Z] [copy] Copying 17 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:50 [2023-03-05T21:47:50.802Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/specialization/specialization-simple/docroot 16:47:50 [2023-03-05T21:47:50.802Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-specialization-web.war 16:47:50 [2023-03-05T21:47:50.802Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:50 [2023-03-05T21:47:50.802Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/specialization/specialization-simple/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:50 [2023-03-05T21:47:50.802Z] [javac] Compiling 1 source file 16:47:51 [2023-03-05T21:47:51.058Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/specialization/specialization-simple/client/test/client/WebTest.java uses or overrides a deprecated API. 16:47:51 [2023-03-05T21:47:51.058Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:51 [2023-03-05T21:47:51.058Z] 16:47:51 [2023-03-05T21:47:51.058Z] deploy: 16:47:51 [2023-03-05T21:47:51.058Z] 16:47:51 [2023-03-05T21:47:51.058Z] deploy-war-common: 16:47:51 [2023-03-05T21:47:51.058Z] 16:47:51 [2023-03-05T21:47:51.058Z] setOSConditions: 16:47:51 [2023-03-05T21:47:51.058Z] 16:47:51 [2023-03-05T21:47:51.058Z] setToolWin: 16:47:51 [2023-03-05T21:47:51.058Z] 16:47:51 [2023-03-05T21:47:51.058Z] setToolUnix: 16:47:51 [2023-03-05T21:47:51.058Z] 16:47:51 [2023-03-05T21:47:51.058Z] setToolProperty: 16:47:51 [2023-03-05T21:47:51.058Z] 16:47:51 [2023-03-05T21:47:51.058Z] setS1ASclassPath: 16:47:51 [2023-03-05T21:47:51.058Z] 16:47:51 [2023-03-05T21:47:51.058Z] init-common: 16:47:51 [2023-03-05T21:47:51.058Z] 16:47:51 [2023-03-05T21:47:51.058Z] deploy-war-commonpe: 16:47:51 [2023-03-05T21:47:51.315Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-simple-specialization --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-specialization-web.war 16:47:51 [2023-03-05T21:47:51.315Z] [exec] Application deployed with name cdi-simple-specialization-web. 16:47:51 [2023-03-05T21:47:51.315Z] 16:47:51 [2023-03-05T21:47:51.315Z] deploy-war-commonee: 16:47:51 [2023-03-05T21:47:51.315Z] 16:47:51 [2023-03-05T21:47:51.315Z] run: 16:47:51 [2023-03-05T21:47:51.571Z] [java] opening connection to http://localhost:8080/cdi-simple-specialization/myurl 16:47:51 [2023-03-05T21:47:51.571Z] [java] line = Hello from Servlet 3.0. 16:47:51 [2023-03-05T21:47:51.571Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:51 [2023-03-05T21:47:51.571Z] [java] 16:47:51 [2023-03-05T21:47:51.571Z] [java] 16:47:51 [2023-03-05T21:47:51.571Z] [java] ----------------------------------------- 16:47:51 [2023-03-05T21:47:51.571Z] [java] - specialization-simple-specialization: PASS - 16:47:51 [2023-03-05T21:47:51.571Z] [java] ----------------------------------------- 16:47:51 [2023-03-05T21:47:51.571Z] [java] - Total PASS : 1 - 16:47:51 [2023-03-05T21:47:51.571Z] [java] - Total FAIL : 0 - 16:47:51 [2023-03-05T21:47:51.571Z] [java] - Total DID NOT RUN : 0 - 16:47:51 [2023-03-05T21:47:51.571Z] [java] ----------------------------------------- 16:47:51 [2023-03-05T21:47:51.571Z] 16:47:51 [2023-03-05T21:47:51.571Z] undeploy: 16:47:51 [2023-03-05T21:47:51.571Z] 16:47:51 [2023-03-05T21:47:51.571Z] setOSConditions: 16:47:51 [2023-03-05T21:47:51.571Z] 16:47:51 [2023-03-05T21:47:51.571Z] setToolWin: 16:47:51 [2023-03-05T21:47:51.571Z] 16:47:51 [2023-03-05T21:47:51.571Z] setToolUnix: 16:47:51 [2023-03-05T21:47:51.571Z] 16:47:51 [2023-03-05T21:47:51.571Z] setToolProperty: 16:47:51 [2023-03-05T21:47:51.571Z] 16:47:51 [2023-03-05T21:47:51.571Z] setS1ASclassPath: 16:47:51 [2023-03-05T21:47:51.571Z] 16:47:51 [2023-03-05T21:47:51.571Z] init-common: 16:47:51 [2023-03-05T21:47:51.571Z] 16:47:51 [2023-03-05T21:47:51.571Z] undeploy-war-common: 16:47:51 [2023-03-05T21:47:51.829Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-simple-specialization-web 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] all: 16:47:51 [2023-03-05T21:47:51.829Z] [echo] 16:47:51 [2023-03-05T21:47:51.829Z] [echo] ************************* 16:47:51 [2023-03-05T21:47:51.829Z] [echo] * Running stereotypes 16:47:51 [2023-03-05T21:47:51.829Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes 16:47:51 [2023-03-05T21:47:51.829Z] [echo] ************************* 16:47:51 [2023-03-05T21:47:51.829Z] [echo] 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] all: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] stereotypes: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setOSConditions: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setToolWin: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setToolUnix: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setToolProperty: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setS1ASclassPath: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] init-common: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] clean: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setOSConditions: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setToolWin: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setToolUnix: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setToolProperty: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setS1ASclassPath: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] init-common: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] clean-common: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setOSConditions: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setToolWin: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setToolUnix: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setToolProperty: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setS1ASclassPath: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] init-common: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] clean-classes-common: 16:47:51 [2023-03-05T21:47:51.829Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setOSConditions: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setToolWin: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setToolUnix: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setToolProperty: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setS1ASclassPath: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] init-common: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] clean-jars-common: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] compile: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setOSConditions: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setToolWin: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setToolUnix: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setToolProperty: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] setS1ASclassPath: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] init-common: 16:47:51 [2023-03-05T21:47:51.829Z] 16:47:51 [2023-03-05T21:47:51.829Z] compile-common: 16:47:51 [2023-03-05T21:47:51.829Z] [echo] Current time (ISO): 2023-03-05T21:47:51.708+0000 16:47:51 [2023-03-05T21:47:51.829Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:51 [2023-03-05T21:47:51.829Z] [javac] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:53 [2023-03-05T21:47:53.196Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:53 [2023-03-05T21:47:53.196Z] [javac] 1 warning 16:47:53 [2023-03-05T21:47:53.196Z] 16:47:53 [2023-03-05T21:47:53.196Z] build: 16:47:53 [2023-03-05T21:47:53.196Z] 16:47:53 [2023-03-05T21:47:53.196Z] setOSConditions: 16:47:53 [2023-03-05T21:47:53.196Z] 16:47:53 [2023-03-05T21:47:53.196Z] setToolWin: 16:47:53 [2023-03-05T21:47:53.196Z] 16:47:53 [2023-03-05T21:47:53.196Z] setToolUnix: 16:47:53 [2023-03-05T21:47:53.196Z] 16:47:53 [2023-03-05T21:47:53.196Z] setToolProperty: 16:47:53 [2023-03-05T21:47:53.196Z] 16:47:53 [2023-03-05T21:47:53.196Z] setS1ASclassPath: 16:47:53 [2023-03-05T21:47:53.196Z] 16:47:53 [2023-03-05T21:47:53.196Z] init-common: 16:47:53 [2023-03-05T21:47:53.196Z] 16:47:53 [2023-03-05T21:47:53.196Z] webclient-war-common: 16:47:53 [2023-03-05T21:47:53.196Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:53 [2023-03-05T21:47:53.196Z] 16:47:53 [2023-03-05T21:47:53.196Z] clear: 16:47:53 [2023-03-05T21:47:53.196Z] 16:47:53 [2023-03-05T21:47:53.196Z] test-tlds-exist: 16:47:53 [2023-03-05T21:47:53.196Z] 16:47:53 [2023-03-05T21:47:53.196Z] copy-tlds: 16:47:53 [2023-03-05T21:47:53.196Z] 16:47:53 [2023-03-05T21:47:53.196Z] test-tagfiles-exist: 16:47:53 [2023-03-05T21:47:53.196Z] 16:47:53 [2023-03-05T21:47:53.196Z] copy-tagfiles: 16:47:53 [2023-03-05T21:47:53.196Z] 16:47:53 [2023-03-05T21:47:53.196Z] package-war-common: 16:47:53 [2023-03-05T21:47:53.196Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:53 [2023-03-05T21:47:53.196Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:53 [2023-03-05T21:47:53.197Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:53 [2023-03-05T21:47:53.197Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:53 [2023-03-05T21:47:53.197Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/alternative-stereotypes/lib 16:47:53 [2023-03-05T21:47:53.197Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:53 [2023-03-05T21:47:53.197Z] [copy] Copying 12 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:53 [2023-03-05T21:47:53.197Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/alternative-stereotypes/docroot 16:47:53 [2023-03-05T21:47:53.197Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-alternative-stereotypes-web.war 16:47:53 [2023-03-05T21:47:53.197Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:53 [2023-03-05T21:47:53.197Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/alternative-stereotypes/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:53 [2023-03-05T21:47:53.197Z] [javac] Compiling 1 source file 16:47:53 [2023-03-05T21:47:53.197Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/alternative-stereotypes/client/test/client/WebTest.java uses or overrides a deprecated API. 16:47:53 [2023-03-05T21:47:53.197Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:53 [2023-03-05T21:47:53.197Z] 16:47:53 [2023-03-05T21:47:53.197Z] deploy: 16:47:53 [2023-03-05T21:47:53.197Z] 16:47:53 [2023-03-05T21:47:53.197Z] deploy-war-common: 16:47:53 [2023-03-05T21:47:53.197Z] 16:47:53 [2023-03-05T21:47:53.197Z] setOSConditions: 16:47:53 [2023-03-05T21:47:53.197Z] 16:47:53 [2023-03-05T21:47:53.197Z] setToolWin: 16:47:53 [2023-03-05T21:47:53.197Z] 16:47:53 [2023-03-05T21:47:53.197Z] setToolUnix: 16:47:53 [2023-03-05T21:47:53.197Z] 16:47:53 [2023-03-05T21:47:53.197Z] setToolProperty: 16:47:53 [2023-03-05T21:47:53.197Z] 16:47:53 [2023-03-05T21:47:53.197Z] setS1ASclassPath: 16:47:53 [2023-03-05T21:47:53.197Z] 16:47:53 [2023-03-05T21:47:53.197Z] init-common: 16:47:53 [2023-03-05T21:47:53.197Z] 16:47:53 [2023-03-05T21:47:53.197Z] deploy-war-commonpe: 16:47:53 [2023-03-05T21:47:53.452Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-alternative-stereotypes --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-alternative-stereotypes-web.war 16:47:53 [2023-03-05T21:47:53.709Z] [exec] Application deployed with name cdi-alternative-stereotypes-web. 16:47:53 [2023-03-05T21:47:53.709Z] 16:47:53 [2023-03-05T21:47:53.709Z] deploy-war-commonee: 16:47:53 [2023-03-05T21:47:53.709Z] 16:47:53 [2023-03-05T21:47:53.709Z] run: 16:47:53 [2023-03-05T21:47:53.709Z] [java] opening connection to http://localhost:8080/cdi-alternative-stereotypes/myurl 16:47:53 [2023-03-05T21:47:53.709Z] [java] line = Hello from Servlet 3.0. 16:47:53 [2023-03-05T21:47:53.709Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:53 [2023-03-05T21:47:53.709Z] [java] 16:47:53 [2023-03-05T21:47:53.709Z] [java] 16:47:53 [2023-03-05T21:47:53.709Z] [java] ----------------------------------------- 16:47:53 [2023-03-05T21:47:53.709Z] [java] - stereotypes-alternative-stereotypes: PASS - 16:47:53 [2023-03-05T21:47:53.709Z] [java] ----------------------------------------- 16:47:53 [2023-03-05T21:47:53.709Z] [java] - Total PASS : 1 - 16:47:53 [2023-03-05T21:47:53.709Z] [java] - Total FAIL : 0 - 16:47:53 [2023-03-05T21:47:53.709Z] [java] - Total DID NOT RUN : 0 - 16:47:53 [2023-03-05T21:47:53.709Z] [java] ----------------------------------------- 16:47:53 [2023-03-05T21:47:53.709Z] 16:47:53 [2023-03-05T21:47:53.709Z] undeploy: 16:47:53 [2023-03-05T21:47:53.709Z] 16:47:53 [2023-03-05T21:47:53.709Z] setOSConditions: 16:47:53 [2023-03-05T21:47:53.709Z] 16:47:53 [2023-03-05T21:47:53.709Z] setToolWin: 16:47:53 [2023-03-05T21:47:53.709Z] 16:47:53 [2023-03-05T21:47:53.709Z] setToolUnix: 16:47:53 [2023-03-05T21:47:53.709Z] 16:47:53 [2023-03-05T21:47:53.709Z] setToolProperty: 16:47:53 [2023-03-05T21:47:53.709Z] 16:47:53 [2023-03-05T21:47:53.709Z] setS1ASclassPath: 16:47:53 [2023-03-05T21:47:53.709Z] 16:47:53 [2023-03-05T21:47:53.709Z] init-common: 16:47:53 [2023-03-05T21:47:53.709Z] 16:47:53 [2023-03-05T21:47:53.709Z] undeploy-war-common: 16:47:54 [2023-03-05T21:47:54.271Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-alternative-stereotypes-web 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] all: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] setOSConditions: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] setToolWin: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] setToolUnix: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] setToolProperty: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] setS1ASclassPath: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] init-common: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] clean: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] setOSConditions: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] setToolWin: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] setToolUnix: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] setToolProperty: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] setS1ASclassPath: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] init-common: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] clean-common: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] setOSConditions: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] setToolWin: 16:47:54 [2023-03-05T21:47:54.271Z] 16:47:54 [2023-03-05T21:47:54.271Z] setToolUnix: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] setToolProperty: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] setS1ASclassPath: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] init-common: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] clean-classes-common: 16:47:54 [2023-03-05T21:47:54.272Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] setOSConditions: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] setToolWin: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] setToolUnix: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] setToolProperty: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] setS1ASclassPath: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] init-common: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] clean-jars-common: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] compile: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] setOSConditions: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] setToolWin: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] setToolUnix: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] setToolProperty: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] setS1ASclassPath: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] init-common: 16:47:54 [2023-03-05T21:47:54.272Z] 16:47:54 [2023-03-05T21:47:54.272Z] compile-common: 16:47:54 [2023-03-05T21:47:54.272Z] [echo] Current time (ISO): 2023-03-05T21:47:54.017+0000 16:47:54 [2023-03-05T21:47:54.272Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:54 [2023-03-05T21:47:54.272Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:55 [2023-03-05T21:47:55.657Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:55 [2023-03-05T21:47:55.657Z] [javac] 1 warning 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] build: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] setOSConditions: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] setToolWin: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] setToolUnix: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] setToolProperty: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] setS1ASclassPath: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] init-common: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] webclient-war-common: 16:47:55 [2023-03-05T21:47:55.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] clear: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] test-tlds-exist: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] copy-tlds: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] test-tagfiles-exist: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] copy-tagfiles: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] package-war-common: 16:47:55 [2023-03-05T21:47:55.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:55 [2023-03-05T21:47:55.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:55 [2023-03-05T21:47:55.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:55 [2023-03-05T21:47:55.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:55 [2023-03-05T21:47:55.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/interceptor-bindings-for-stereotypes/lib 16:47:55 [2023-03-05T21:47:55.657Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:55 [2023-03-05T21:47:55.657Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:55 [2023-03-05T21:47:55.657Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/interceptor-bindings-for-stereotypes/docroot 16:47:55 [2023-03-05T21:47:55.657Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-interceptor-binding-for-stereotypes-web.war 16:47:55 [2023-03-05T21:47:55.657Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:55 [2023-03-05T21:47:55.657Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/interceptor-bindings-for-stereotypes/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:55 [2023-03-05T21:47:55.657Z] [javac] Compiling 1 source file 16:47:55 [2023-03-05T21:47:55.657Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/interceptor-bindings-for-stereotypes/client/test/client/WebTest.java uses or overrides a deprecated API. 16:47:55 [2023-03-05T21:47:55.657Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] deploy: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] deploy-war-common: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] setOSConditions: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] setToolWin: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] setToolUnix: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] setToolProperty: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] setS1ASclassPath: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] init-common: 16:47:55 [2023-03-05T21:47:55.657Z] 16:47:55 [2023-03-05T21:47:55.657Z] deploy-war-commonpe: 16:47:55 [2023-03-05T21:47:55.914Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-interceptor-binding-for-stereotypes --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-interceptor-binding-for-stereotypes-web.war 16:47:56 [2023-03-05T21:47:56.219Z] [exec] Application deployed with name cdi-interceptor-binding-for-stereotypes-web. 16:47:56 [2023-03-05T21:47:56.219Z] 16:47:56 [2023-03-05T21:47:56.219Z] deploy-war-commonee: 16:47:56 [2023-03-05T21:47:56.219Z] 16:47:56 [2023-03-05T21:47:56.219Z] run: 16:47:56 [2023-03-05T21:47:56.219Z] [java] opening connection to http://localhost:8080/cdi-interceptor-binding-for-stereotypes/myurl 16:47:56 [2023-03-05T21:47:56.219Z] [java] line = Hello from Servlet 3.0. 16:47:56 [2023-03-05T21:47:56.219Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:56 [2023-03-05T21:47:56.219Z] [java] 16:47:56 [2023-03-05T21:47:56.219Z] [java] 16:47:56 [2023-03-05T21:47:56.219Z] [java] ----------------------------------------- 16:47:56 [2023-03-05T21:47:56.219Z] [java] - stereotypes-interceptor-bindings-for-stereotypes: PASS - 16:47:56 [2023-03-05T21:47:56.219Z] [java] ----------------------------------------- 16:47:56 [2023-03-05T21:47:56.219Z] [java] - Total PASS : 1 - 16:47:56 [2023-03-05T21:47:56.219Z] [java] - Total FAIL : 0 - 16:47:56 [2023-03-05T21:47:56.219Z] [java] - Total DID NOT RUN : 0 - 16:47:56 [2023-03-05T21:47:56.219Z] [java] ----------------------------------------- 16:47:56 [2023-03-05T21:47:56.219Z] 16:47:56 [2023-03-05T21:47:56.219Z] undeploy: 16:47:56 [2023-03-05T21:47:56.219Z] 16:47:56 [2023-03-05T21:47:56.219Z] setOSConditions: 16:47:56 [2023-03-05T21:47:56.219Z] 16:47:56 [2023-03-05T21:47:56.219Z] setToolWin: 16:47:56 [2023-03-05T21:47:56.219Z] 16:47:56 [2023-03-05T21:47:56.219Z] setToolUnix: 16:47:56 [2023-03-05T21:47:56.219Z] 16:47:56 [2023-03-05T21:47:56.219Z] setToolProperty: 16:47:56 [2023-03-05T21:47:56.219Z] 16:47:56 [2023-03-05T21:47:56.219Z] setS1ASclassPath: 16:47:56 [2023-03-05T21:47:56.219Z] 16:47:56 [2023-03-05T21:47:56.219Z] init-common: 16:47:56 [2023-03-05T21:47:56.219Z] 16:47:56 [2023-03-05T21:47:56.219Z] undeploy-war-common: 16:47:56 [2023-03-05T21:47:56.781Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-interceptor-binding-for-stereotypes-web 16:47:56 [2023-03-05T21:47:56.781Z] 16:47:56 [2023-03-05T21:47:56.781Z] all: 16:47:56 [2023-03-05T21:47:56.781Z] 16:47:56 [2023-03-05T21:47:56.781Z] setOSConditions: 16:47:56 [2023-03-05T21:47:56.781Z] 16:47:56 [2023-03-05T21:47:56.781Z] setToolWin: 16:47:56 [2023-03-05T21:47:56.781Z] 16:47:56 [2023-03-05T21:47:56.781Z] setToolUnix: 16:47:56 [2023-03-05T21:47:56.781Z] 16:47:56 [2023-03-05T21:47:56.781Z] setToolProperty: 16:47:56 [2023-03-05T21:47:56.781Z] 16:47:56 [2023-03-05T21:47:56.781Z] setS1ASclassPath: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] init-common: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] clean: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setOSConditions: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setToolWin: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setToolUnix: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setToolProperty: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setS1ASclassPath: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] init-common: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] clean-common: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setOSConditions: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setToolWin: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setToolUnix: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setToolProperty: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setS1ASclassPath: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] init-common: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] clean-classes-common: 16:47:56 [2023-03-05T21:47:56.782Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setOSConditions: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setToolWin: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setToolUnix: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setToolProperty: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setS1ASclassPath: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] init-common: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] clean-jars-common: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] compile: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setOSConditions: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setToolWin: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setToolUnix: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setToolProperty: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] setS1ASclassPath: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] init-common: 16:47:56 [2023-03-05T21:47:56.782Z] 16:47:56 [2023-03-05T21:47:56.782Z] compile-common: 16:47:56 [2023-03-05T21:47:56.782Z] [echo] Current time (ISO): 2023-03-05T21:47:56.545+0000 16:47:56 [2023-03-05T21:47:56.782Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:56 [2023-03-05T21:47:56.782Z] [javac] Compiling 14 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:57 [2023-03-05T21:47:57.721Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:47:57 [2023-03-05T21:47:57.977Z] [javac] 1 warning 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] build: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] setOSConditions: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] setToolWin: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] setToolUnix: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] setToolProperty: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] setS1ASclassPath: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] init-common: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] webclient-war-common: 16:47:57 [2023-03-05T21:47:57.977Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] clear: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] test-tlds-exist: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] copy-tlds: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] test-tagfiles-exist: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] copy-tagfiles: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] package-war-common: 16:47:57 [2023-03-05T21:47:57.977Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:47:57 [2023-03-05T21:47:57.977Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:57 [2023-03-05T21:47:57.977Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:57 [2023-03-05T21:47:57.977Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:47:57 [2023-03-05T21:47:57.977Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/stereotype-stacking/lib 16:47:57 [2023-03-05T21:47:57.977Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:57 [2023-03-05T21:47:57.977Z] [copy] Copying 14 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:47:57 [2023-03-05T21:47:57.977Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/stereotype-stacking/docroot 16:47:57 [2023-03-05T21:47:57.977Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-stacking-stereotypes-web.war 16:47:57 [2023-03-05T21:47:57.977Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:47:57 [2023-03-05T21:47:57.977Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/stereotype-stacking/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:47:57 [2023-03-05T21:47:57.977Z] [javac] Compiling 1 source file 16:47:57 [2023-03-05T21:47:57.977Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/stereotype-stacking/client/test/client/WebTest.java uses or overrides a deprecated API. 16:47:57 [2023-03-05T21:47:57.977Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] deploy: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] deploy-war-common: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] setOSConditions: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] setToolWin: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] setToolUnix: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] setToolProperty: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] setS1ASclassPath: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] init-common: 16:47:57 [2023-03-05T21:47:57.977Z] 16:47:57 [2023-03-05T21:47:57.977Z] deploy-war-commonpe: 16:47:58 [2023-03-05T21:47:58.234Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-stacking-stereotypes --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-stacking-stereotypes-web.war 16:47:58 [2023-03-05T21:47:58.489Z] [exec] Application deployed with name cdi-stacking-stereotypes-web. 16:47:58 [2023-03-05T21:47:58.489Z] 16:47:58 [2023-03-05T21:47:58.489Z] deploy-war-commonee: 16:47:58 [2023-03-05T21:47:58.489Z] 16:47:58 [2023-03-05T21:47:58.489Z] run: 16:47:58 [2023-03-05T21:47:58.489Z] [java] opening connection to http://localhost:8080/cdi-stacking-stereotypes/myurl 16:47:58 [2023-03-05T21:47:58.489Z] [java] line = Hello from Servlet 3.0. 16:47:58 [2023-03-05T21:47:58.489Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:47:58 [2023-03-05T21:47:58.489Z] [java] 16:47:58 [2023-03-05T21:47:58.489Z] [java] 16:47:58 [2023-03-05T21:47:58.489Z] [java] ----------------------------------------- 16:47:58 [2023-03-05T21:47:58.489Z] [java] - stereotypes-stereotype-stacking: PASS - 16:47:58 [2023-03-05T21:47:58.489Z] [java] ----------------------------------------- 16:47:58 [2023-03-05T21:47:58.489Z] [java] - Total PASS : 1 - 16:47:58 [2023-03-05T21:47:58.489Z] [java] - Total FAIL : 0 - 16:47:58 [2023-03-05T21:47:58.489Z] [java] - Total DID NOT RUN : 0 - 16:47:58 [2023-03-05T21:47:58.489Z] [java] ----------------------------------------- 16:47:58 [2023-03-05T21:47:58.489Z] 16:47:58 [2023-03-05T21:47:58.489Z] undeploy: 16:47:58 [2023-03-05T21:47:58.489Z] 16:47:58 [2023-03-05T21:47:58.489Z] setOSConditions: 16:47:58 [2023-03-05T21:47:58.489Z] 16:47:58 [2023-03-05T21:47:58.489Z] setToolWin: 16:47:58 [2023-03-05T21:47:58.489Z] 16:47:58 [2023-03-05T21:47:58.489Z] setToolUnix: 16:47:58 [2023-03-05T21:47:58.489Z] 16:47:58 [2023-03-05T21:47:58.489Z] setToolProperty: 16:47:58 [2023-03-05T21:47:58.489Z] 16:47:58 [2023-03-05T21:47:58.489Z] setS1ASclassPath: 16:47:58 [2023-03-05T21:47:58.489Z] 16:47:58 [2023-03-05T21:47:58.489Z] init-common: 16:47:58 [2023-03-05T21:47:58.489Z] 16:47:58 [2023-03-05T21:47:58.489Z] undeploy-war-common: 16:47:58 [2023-03-05T21:47:58.746Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-stacking-stereotypes-web 16:47:58 [2023-03-05T21:47:58.746Z] 16:47:58 [2023-03-05T21:47:58.746Z] all: 16:47:58 [2023-03-05T21:47:58.746Z] [echo] 16:47:58 [2023-03-05T21:47:58.746Z] [echo] ************************* 16:47:58 [2023-03-05T21:47:58.746Z] [echo] * Running transactions 16:47:58 [2023-03-05T21:47:58.746Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/transactions 16:47:58 [2023-03-05T21:47:58.746Z] [echo] ************************* 16:47:58 [2023-03-05T21:47:58.746Z] [echo] 16:47:58 [2023-03-05T21:47:58.746Z] 16:47:58 [2023-03-05T21:47:58.746Z] all: 16:47:58 [2023-03-05T21:47:58.746Z] 16:47:58 [2023-03-05T21:47:58.746Z] transactions: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setOSConditions: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setToolWin: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setToolUnix: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setToolProperty: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setS1ASclassPath: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] init-common: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] clean: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setOSConditions: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setToolWin: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setToolUnix: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setToolProperty: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setS1ASclassPath: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] init-common: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] clean-common: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setOSConditions: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setToolWin: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setToolUnix: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setToolProperty: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setS1ASclassPath: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] init-common: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] clean-classes-common: 16:47:59 [2023-03-05T21:47:59.019Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setOSConditions: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setToolWin: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setToolUnix: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setToolProperty: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setS1ASclassPath: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] init-common: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] clean-jars-common: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] compile: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setOSConditions: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setToolWin: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setToolUnix: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setToolProperty: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] setS1ASclassPath: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] init-common: 16:47:59 [2023-03-05T21:47:59.019Z] 16:47:59 [2023-03-05T21:47:59.019Z] compile-common: 16:47:59 [2023-03-05T21:47:59.019Z] [echo] Current time (ISO): 2023-03-05T21:47:58.768+0000 16:47:59 [2023-03-05T21:47:59.019Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:59 [2023-03-05T21:47:59.019Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:47:59 [2023-03-05T21:47:59.949Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:48:00 [2023-03-05T21:48:00.205Z] [javac] 1 warning 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] build: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] setOSConditions: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] setToolWin: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] setToolUnix: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] setToolProperty: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] setS1ASclassPath: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] init-common: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] webclient-war-common: 16:48:00 [2023-03-05T21:48:00.205Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] clear: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] test-tlds-exist: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] copy-tlds: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] test-tagfiles-exist: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] copy-tagfiles: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] package-war-common: 16:48:00 [2023-03-05T21:48:00.205Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:48:00 [2023-03-05T21:48:00.205Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:48:00 [2023-03-05T21:48:00.205Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:48:00 [2023-03-05T21:48:00.205Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:48:00 [2023-03-05T21:48:00.205Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/transactions/transaction-scoped/lib 16:48:00 [2023-03-05T21:48:00.205Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:48:00 [2023-03-05T21:48:00.205Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:48:00 [2023-03-05T21:48:00.205Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/transactions/transaction-scoped/docroot 16:48:00 [2023-03-05T21:48:00.205Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-transaction-scoped-web.war 16:48:00 [2023-03-05T21:48:00.205Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:48:00 [2023-03-05T21:48:00.205Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/transactions/transaction-scoped/build.xml:60: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:48:00 [2023-03-05T21:48:00.205Z] [javac] Compiling 1 source file 16:48:00 [2023-03-05T21:48:00.205Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/transactions/transaction-scoped/client/test/client/WebTest.java uses or overrides a deprecated API. 16:48:00 [2023-03-05T21:48:00.205Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] deploy: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] deploy-war-common: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] setOSConditions: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] setToolWin: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] setToolUnix: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] setToolProperty: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] setS1ASclassPath: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] init-common: 16:48:00 [2023-03-05T21:48:00.205Z] 16:48:00 [2023-03-05T21:48:00.205Z] deploy-war-commonpe: 16:48:00 [2023-03-05T21:48:00.461Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-transaction-scoped --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-transaction-scoped-web.war 16:48:00 [2023-03-05T21:48:00.717Z] [exec] Application deployed with name cdi-transaction-scoped-web. 16:48:00 [2023-03-05T21:48:00.717Z] 16:48:00 [2023-03-05T21:48:00.717Z] deploy-war-commonee: 16:48:00 [2023-03-05T21:48:00.717Z] 16:48:00 [2023-03-05T21:48:00.717Z] run: 16:48:00 [2023-03-05T21:48:00.717Z] [java] opening connection to http://localhost:8080/cdi-transaction-scoped/TransactionScopedTestServlet 16:48:00 [2023-03-05T21:48:00.717Z] [java] line = @TransactionScoped Test 16:48:00 [2023-03-05T21:48:00.717Z] [java] Value of key is:transaction-scoped-transactions 16:48:00 [2023-03-05T21:48:00.717Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:48:00 [2023-03-05T21:48:00.717Z] [java] 16:48:00 [2023-03-05T21:48:00.717Z] [java] 16:48:00 [2023-03-05T21:48:00.717Z] [java] ----------------------------------------- 16:48:00 [2023-03-05T21:48:00.717Z] [java] - transaction-scoped-transactions: PASS - 16:48:00 [2023-03-05T21:48:00.717Z] [java] ----------------------------------------- 16:48:00 [2023-03-05T21:48:00.717Z] [java] Total PASS: 1 16:48:00 [2023-03-05T21:48:00.717Z] [java] Total FAIL: 0 16:48:00 [2023-03-05T21:48:00.717Z] [java] Total DID NOT RUN: 0 16:48:00 [2023-03-05T21:48:00.717Z] [java] ----------------------------------------- 16:48:00 [2023-03-05T21:48:00.717Z] [java] in flushAll , creating new testSuiteHash 16:48:00 [2023-03-05T21:48:00.717Z] [java] in flushAll , creating new testSuiteHash 16:48:00 [2023-03-05T21:48:00.717Z] 16:48:00 [2023-03-05T21:48:00.717Z] undeploy: 16:48:00 [2023-03-05T21:48:00.717Z] 16:48:00 [2023-03-05T21:48:00.717Z] setOSConditions: 16:48:00 [2023-03-05T21:48:00.717Z] 16:48:00 [2023-03-05T21:48:00.717Z] setToolWin: 16:48:00 [2023-03-05T21:48:00.717Z] 16:48:00 [2023-03-05T21:48:00.717Z] setToolUnix: 16:48:00 [2023-03-05T21:48:00.717Z] 16:48:00 [2023-03-05T21:48:00.717Z] setToolProperty: 16:48:00 [2023-03-05T21:48:00.717Z] 16:48:00 [2023-03-05T21:48:00.717Z] setS1ASclassPath: 16:48:00 [2023-03-05T21:48:00.717Z] 16:48:00 [2023-03-05T21:48:00.717Z] init-common: 16:48:00 [2023-03-05T21:48:00.717Z] 16:48:00 [2023-03-05T21:48:00.717Z] undeploy-war-common: 16:48:01 [2023-03-05T21:48:01.279Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-transaction-scoped-web 16:48:01 [2023-03-05T21:48:01.279Z] 16:48:01 [2023-03-05T21:48:01.279Z] all: 16:48:01 [2023-03-05T21:48:01.279Z] [echo] 16:48:01 [2023-03-05T21:48:01.279Z] [echo] ************************* 16:48:01 [2023-03-05T21:48:01.279Z] [echo] * Running unproxyable-deps 16:48:01 [2023-03-05T21:48:01.279Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unproxyable-deps 16:48:01 [2023-03-05T21:48:01.279Z] [echo] ************************* 16:48:01 [2023-03-05T21:48:01.279Z] [echo] 16:48:01 [2023-03-05T21:48:01.279Z] 16:48:01 [2023-03-05T21:48:01.279Z] setOSConditions: 16:48:01 [2023-03-05T21:48:01.279Z] 16:48:01 [2023-03-05T21:48:01.279Z] setToolWin: 16:48:01 [2023-03-05T21:48:01.279Z] 16:48:01 [2023-03-05T21:48:01.279Z] setToolUnix: 16:48:01 [2023-03-05T21:48:01.279Z] 16:48:01 [2023-03-05T21:48:01.279Z] setToolProperty: 16:48:01 [2023-03-05T21:48:01.279Z] 16:48:01 [2023-03-05T21:48:01.279Z] setS1ASclassPath: 16:48:01 [2023-03-05T21:48:01.279Z] 16:48:01 [2023-03-05T21:48:01.279Z] init-common: 16:48:01 [2023-03-05T21:48:01.279Z] 16:48:01 [2023-03-05T21:48:01.279Z] clean: 16:48:01 [2023-03-05T21:48:01.279Z] 16:48:01 [2023-03-05T21:48:01.279Z] setOSConditions: 16:48:01 [2023-03-05T21:48:01.279Z] 16:48:01 [2023-03-05T21:48:01.279Z] setToolWin: 16:48:01 [2023-03-05T21:48:01.279Z] 16:48:01 [2023-03-05T21:48:01.279Z] setToolUnix: 16:48:01 [2023-03-05T21:48:01.279Z] 16:48:01 [2023-03-05T21:48:01.279Z] setToolProperty: 16:48:01 [2023-03-05T21:48:01.279Z] 16:48:01 [2023-03-05T21:48:01.280Z] setS1ASclassPath: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] init-common: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] clean-common: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] setOSConditions: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] setToolWin: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] setToolUnix: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] setToolProperty: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] setS1ASclassPath: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] init-common: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] clean-classes-common: 16:48:01 [2023-03-05T21:48:01.280Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] setOSConditions: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] setToolWin: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] setToolUnix: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] setToolProperty: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] setS1ASclassPath: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] init-common: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] clean-jars-common: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] compile: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] setOSConditions: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] setToolWin: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] setToolUnix: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] setToolProperty: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] setS1ASclassPath: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] init-common: 16:48:01 [2023-03-05T21:48:01.280Z] 16:48:01 [2023-03-05T21:48:01.280Z] compile-common: 16:48:01 [2023-03-05T21:48:01.280Z] [echo] Current time (ISO): 2023-03-05T21:48:01.047+0000 16:48:01 [2023-03-05T21:48:01.280Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:48:01 [2023-03-05T21:48:01.280Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:48:02 [2023-03-05T21:48:02.219Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:48:02 [2023-03-05T21:48:02.475Z] [javac] 1 warning 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] build: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] setOSConditions: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] setToolWin: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] setToolUnix: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] setToolProperty: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] setS1ASclassPath: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] init-common: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] webclient-war-common: 16:48:02 [2023-03-05T21:48:02.475Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] clear: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] test-tlds-exist: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] copy-tlds: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] test-tagfiles-exist: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] copy-tagfiles: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] package-war-common: 16:48:02 [2023-03-05T21:48:02.475Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:48:02 [2023-03-05T21:48:02.475Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:48:02 [2023-03-05T21:48:02.475Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:48:02 [2023-03-05T21:48:02.475Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:48:02 [2023-03-05T21:48:02.475Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unproxyable-deps/lib 16:48:02 [2023-03-05T21:48:02.475Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:48:02 [2023-03-05T21:48:02.475Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:48:02 [2023-03-05T21:48:02.475Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unproxyable-deps/docroot 16:48:02 [2023-03-05T21:48:02.475Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-alternatives-servlet-annotation-web.war 16:48:02 [2023-03-05T21:48:02.475Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:48:02 [2023-03-05T21:48:02.475Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unproxyable-deps/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:48:02 [2023-03-05T21:48:02.475Z] [javac] Compiling 1 source file 16:48:02 [2023-03-05T21:48:02.475Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unproxyable-deps/WebTest.java uses or overrides a deprecated API. 16:48:02 [2023-03-05T21:48:02.475Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] deploy: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] deploy-war-common: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] setOSConditions: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] setToolWin: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] setToolUnix: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] setToolProperty: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] setS1ASclassPath: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] init-common: 16:48:02 [2023-03-05T21:48:02.475Z] 16:48:02 [2023-03-05T21:48:02.475Z] deploy-war-commonpe: 16:48:02 [2023-03-05T21:48:02.732Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-alternatives-servlet-annotation --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-alternatives-servlet-annotation-web.war 16:48:02 [2023-03-05T21:48:02.988Z] [exec] remote failure: Error occurred during deployment: Exception while loading the app : CDI deployment failure:WELD-001410: The injection point has non-proxyable dependencies: [BackedAnnotatedField] @Inject test.artifacts.AppScopedBean.bscopedBean 16:48:02 [2023-03-05T21:48:02.988Z] [exec] at test.artifacts.AppScopedBean.bscopedBean(AppScopedBean.java:0) 16:48:02 [2023-03-05T21:48:02.988Z] [exec] StackTrace. Please see server.log for more details. 16:48:02 [2023-03-05T21:48:02.988Z] [exec] Result: 1 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] deploy-war-commonee: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] run: 16:48:02 [2023-03-05T21:48:02.988Z] [java] opening connection to http://localhost:8080/cdi-alternatives-servlet-annotation/myurl 16:48:02 [2023-03-05T21:48:02.988Z] [java] TESTNAME unproxyable-deps-tests 16:48:02 [2023-03-05T21:48:02.988Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:48:02 [2023-03-05T21:48:02.988Z] [java] 16:48:02 [2023-03-05T21:48:02.988Z] [java] 16:48:02 [2023-03-05T21:48:02.988Z] [java] ----------------------------------------- 16:48:02 [2023-03-05T21:48:02.988Z] [java] - unproxyable-deps-tests: PASS - 16:48:02 [2023-03-05T21:48:02.988Z] [java] ----------------------------------------- 16:48:02 [2023-03-05T21:48:02.988Z] [java] - Total PASS : 1 - 16:48:02 [2023-03-05T21:48:02.988Z] [java] - Total FAIL : 0 - 16:48:02 [2023-03-05T21:48:02.988Z] [java] - Total DID NOT RUN : 0 - 16:48:02 [2023-03-05T21:48:02.988Z] [java] ----------------------------------------- 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] undeploy: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] all: 16:48:02 [2023-03-05T21:48:02.988Z] [echo] 16:48:02 [2023-03-05T21:48:02.988Z] [echo] ************************* 16:48:02 [2023-03-05T21:48:02.988Z] [echo] * Running unsatisfied-deps 16:48:02 [2023-03-05T21:48:02.988Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unsatisfied-deps 16:48:02 [2023-03-05T21:48:02.988Z] [echo] ************************* 16:48:02 [2023-03-05T21:48:02.988Z] [echo] 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setOSConditions: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setToolWin: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setToolUnix: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setToolProperty: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setS1ASclassPath: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] init-common: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] clean: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setOSConditions: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setToolWin: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setToolUnix: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setToolProperty: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setS1ASclassPath: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] init-common: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] clean-common: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setOSConditions: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setToolWin: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setToolUnix: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setToolProperty: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setS1ASclassPath: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] init-common: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] clean-classes-common: 16:48:02 [2023-03-05T21:48:02.988Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setOSConditions: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setToolWin: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setToolUnix: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setToolProperty: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setS1ASclassPath: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] init-common: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] clean-jars-common: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] compile: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setOSConditions: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setToolWin: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setToolUnix: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setToolProperty: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] setS1ASclassPath: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] init-common: 16:48:02 [2023-03-05T21:48:02.988Z] 16:48:02 [2023-03-05T21:48:02.988Z] compile-common: 16:48:02 [2023-03-05T21:48:02.988Z] [echo] Current time (ISO): 2023-03-05T21:48:02.871+0000 16:48:02 [2023-03-05T21:48:02.988Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:48:02 [2023-03-05T21:48:02.988Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:48:04 [2023-03-05T21:48:04.358Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:48:04 [2023-03-05T21:48:04.358Z] [javac] 1 warning 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] build: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] setOSConditions: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] setToolWin: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] setToolUnix: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] setToolProperty: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] setS1ASclassPath: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] init-common: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] webclient-war-common: 16:48:04 [2023-03-05T21:48:04.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] clear: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] test-tlds-exist: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] copy-tlds: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] test-tagfiles-exist: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] copy-tagfiles: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] package-war-common: 16:48:04 [2023-03-05T21:48:04.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:48:04 [2023-03-05T21:48:04.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:48:04 [2023-03-05T21:48:04.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:48:04 [2023-03-05T21:48:04.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:48:04 [2023-03-05T21:48:04.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unsatisfied-deps/lib 16:48:04 [2023-03-05T21:48:04.358Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:48:04 [2023-03-05T21:48:04.358Z] [copy] Copying 4 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:48:04 [2023-03-05T21:48:04.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unsatisfied-deps/docroot 16:48:04 [2023-03-05T21:48:04.358Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-unsatisfieddeps-servlet-annotation-web.war 16:48:04 [2023-03-05T21:48:04.358Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:48:04 [2023-03-05T21:48:04.358Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unsatisfied-deps/build.xml:57: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:48:04 [2023-03-05T21:48:04.358Z] [javac] Compiling 1 source file 16:48:04 [2023-03-05T21:48:04.358Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unsatisfied-deps/WebTest.java uses or overrides a deprecated API. 16:48:04 [2023-03-05T21:48:04.358Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] deploy: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] deploy-war-common: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] setOSConditions: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] setToolWin: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] setToolUnix: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] setToolProperty: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] setS1ASclassPath: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] init-common: 16:48:04 [2023-03-05T21:48:04.358Z] 16:48:04 [2023-03-05T21:48:04.358Z] deploy-war-commonpe: 16:48:04 [2023-03-05T21:48:04.619Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-unsatisfieddeps-servlet-annotation --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-unsatisfieddeps-servlet-annotation-web.war 16:48:04 [2023-03-05T21:48:04.876Z] [exec] Application deployed with name cdi-unsatisfieddeps-servlet-annotation-web. 16:48:04 [2023-03-05T21:48:04.876Z] 16:48:04 [2023-03-05T21:48:04.876Z] deploy-war-commonee: 16:48:04 [2023-03-05T21:48:04.876Z] 16:48:04 [2023-03-05T21:48:04.876Z] run: 16:48:04 [2023-03-05T21:48:04.876Z] [java] opening connection to http://localhost:8080/cdi-unsatisfieddeps-servlet-annotation/myurl 16:48:04 [2023-03-05T21:48:04.876Z] [java] TESTNAME unsatisfied-dependencies-tests 16:48:04 [2023-03-05T21:48:04.876Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 16:48:04 [2023-03-05T21:48:04.876Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:48:04 [2023-03-05T21:48:04.876Z] [java] 16:48:04 [2023-03-05T21:48:04.876Z] [java] 16:48:04 [2023-03-05T21:48:04.876Z] [java] ----------------------------------------- 16:48:04 [2023-03-05T21:48:04.876Z] [java] - unsatisfied-dependencies-tests: PASS - 16:48:04 [2023-03-05T21:48:04.876Z] [java] ----------------------------------------- 16:48:04 [2023-03-05T21:48:04.876Z] [java] - Total PASS : 1 - 16:48:04 [2023-03-05T21:48:04.876Z] [java] - Total FAIL : 0 - 16:48:04 [2023-03-05T21:48:04.876Z] [java] - Total DID NOT RUN : 0 - 16:48:04 [2023-03-05T21:48:04.876Z] [java] ----------------------------------------- 16:48:04 [2023-03-05T21:48:04.876Z] 16:48:04 [2023-03-05T21:48:04.876Z] undeploy: 16:48:04 [2023-03-05T21:48:04.876Z] 16:48:04 [2023-03-05T21:48:04.876Z] setOSConditions: 16:48:04 [2023-03-05T21:48:04.876Z] 16:48:04 [2023-03-05T21:48:04.876Z] setToolWin: 16:48:04 [2023-03-05T21:48:04.876Z] 16:48:04 [2023-03-05T21:48:04.876Z] setToolUnix: 16:48:04 [2023-03-05T21:48:04.876Z] 16:48:04 [2023-03-05T21:48:04.876Z] setToolProperty: 16:48:04 [2023-03-05T21:48:04.876Z] 16:48:04 [2023-03-05T21:48:04.876Z] setS1ASclassPath: 16:48:04 [2023-03-05T21:48:04.876Z] 16:48:04 [2023-03-05T21:48:04.876Z] init-common: 16:48:04 [2023-03-05T21:48:04.876Z] 16:48:04 [2023-03-05T21:48:04.876Z] undeploy-war-common: 16:48:05 [2023-03-05T21:48:05.132Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-unsatisfieddeps-servlet-annotation-web 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] all: 16:48:05 [2023-03-05T21:48:05.388Z] [echo] 16:48:05 [2023-03-05T21:48:05.388Z] [echo] ************************* 16:48:05 [2023-03-05T21:48:05.388Z] [echo] * Running implicit 16:48:05 [2023-03-05T21:48:05.388Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/implicit 16:48:05 [2023-03-05T21:48:05.388Z] [echo] ************************* 16:48:05 [2023-03-05T21:48:05.388Z] [echo] 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] all: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] implicit: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setOSConditions: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setToolWin: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setToolUnix: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setToolProperty: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setS1ASclassPath: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] init-common: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] clean: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setOSConditions: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setToolWin: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setToolUnix: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setToolProperty: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setS1ASclassPath: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] init-common: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] clean-common: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setOSConditions: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setToolWin: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setToolUnix: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setToolProperty: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setS1ASclassPath: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] init-common: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] clean-classes-common: 16:48:05 [2023-03-05T21:48:05.388Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setOSConditions: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setToolWin: 16:48:05 [2023-03-05T21:48:05.388Z] 16:48:05 [2023-03-05T21:48:05.388Z] setToolUnix: 16:48:05 [2023-03-05T21:48:05.389Z] 16:48:05 [2023-03-05T21:48:05.389Z] setToolProperty: 16:48:05 [2023-03-05T21:48:05.389Z] 16:48:05 [2023-03-05T21:48:05.389Z] setS1ASclassPath: 16:48:05 [2023-03-05T21:48:05.389Z] 16:48:05 [2023-03-05T21:48:05.389Z] init-common: 16:48:05 [2023-03-05T21:48:05.389Z] 16:48:05 [2023-03-05T21:48:05.389Z] clean-jars-common: 16:48:05 [2023-03-05T21:48:05.389Z] 16:48:05 [2023-03-05T21:48:05.389Z] compile: 16:48:05 [2023-03-05T21:48:05.389Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/implicit/simple-ejb-cdi/client 16:48:05 [2023-03-05T21:48:05.389Z] 16:48:05 [2023-03-05T21:48:05.389Z] setOSConditions: 16:48:05 [2023-03-05T21:48:05.389Z] 16:48:05 [2023-03-05T21:48:05.389Z] setToolWin: 16:48:05 [2023-03-05T21:48:05.389Z] 16:48:05 [2023-03-05T21:48:05.389Z] setToolUnix: 16:48:05 [2023-03-05T21:48:05.389Z] 16:48:05 [2023-03-05T21:48:05.389Z] setToolProperty: 16:48:05 [2023-03-05T21:48:05.389Z] 16:48:05 [2023-03-05T21:48:05.389Z] setS1ASclassPath: 16:48:05 [2023-03-05T21:48:05.389Z] 16:48:05 [2023-03-05T21:48:05.389Z] init-common: 16:48:05 [2023-03-05T21:48:05.389Z] 16:48:05 [2023-03-05T21:48:05.389Z] compile-common: 16:48:05 [2023-03-05T21:48:05.389Z] [echo] Current time (ISO): 2023-03-05T21:48:05.222+0000 16:48:05 [2023-03-05T21:48:05.389Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:48:05 [2023-03-05T21:48:05.389Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:48:06 [2023-03-05T21:48:06.316Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:48:06 [2023-03-05T21:48:06.316Z] [javac] 1 warning 16:48:06 [2023-03-05T21:48:06.316Z] 16:48:06 [2023-03-05T21:48:06.316Z] setOSConditions: 16:48:06 [2023-03-05T21:48:06.316Z] 16:48:06 [2023-03-05T21:48:06.316Z] setToolWin: 16:48:06 [2023-03-05T21:48:06.316Z] 16:48:06 [2023-03-05T21:48:06.316Z] setToolUnix: 16:48:06 [2023-03-05T21:48:06.316Z] 16:48:06 [2023-03-05T21:48:06.316Z] setToolProperty: 16:48:06 [2023-03-05T21:48:06.316Z] 16:48:06 [2023-03-05T21:48:06.316Z] setS1ASclassPath: 16:48:06 [2023-03-05T21:48:06.316Z] 16:48:06 [2023-03-05T21:48:06.316Z] init-common: 16:48:06 [2023-03-05T21:48:06.316Z] 16:48:06 [2023-03-05T21:48:06.316Z] compile-common: 16:48:06 [2023-03-05T21:48:06.317Z] [echo] Current time (ISO): 2023-03-05T21:48:06.302+0000 16:48:06 [2023-03-05T21:48:06.317Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:48:07 [2023-03-05T21:48:07.684Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:48:07 [2023-03-05T21:48:07.684Z] [javac] 1 warning 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] build: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] setOSConditions: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] fixFiles: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] convUnix: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] convWin: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] setToolWin: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] setToolUnix: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] setToolProperty: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] setS1ASclassPath: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] init-common: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] package-persistence-common: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] ejb-jar-common: 16:48:07 [2023-03-05T21:48:07.684Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] package-ejbjar-common: 16:48:07 [2023-03-05T21:48:07.684Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:48:07 [2023-03-05T21:48:07.684Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdi-ejb.jar 16:48:07 [2023-03-05T21:48:07.684Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] appclient-jar-common: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] package-appclientjar-common: 16:48:07 [2023-03-05T21:48:07.684Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:48:07 [2023-03-05T21:48:07.684Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdi-client.jar 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] webclient-war-common: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] build-ear-common: 16:48:07 [2023-03-05T21:48:07.684Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdiApp.ear 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] deploy: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] setOSConditions: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] setToolWin: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] setToolUnix: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] setToolProperty: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] setS1ASclassPath: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] init-common: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] deploy-common: 16:48:07 [2023-03-05T21:48:07.684Z] [echo] Current time (ISO): 2023-03-05T21:48:07.542+0000 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] setOSConditions: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] setToolWin: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] setToolUnix: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] setToolProperty: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] setS1ASclassPath: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] init-common: 16:48:07 [2023-03-05T21:48:07.684Z] 16:48:07 [2023-03-05T21:48:07.684Z] deploy-common-pe: 16:48:08 [2023-03-05T21:48:08.246Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdiApp.ear 16:48:08 [2023-03-05T21:48:08.247Z] [exec] Application deployed with name simple-ejb-implicit-cdiApp. 16:48:08 [2023-03-05T21:48:08.247Z] [echo] Deployment on target server server successful 16:48:08 [2023-03-05T21:48:08.247Z] 16:48:08 [2023-03-05T21:48:08.247Z] setOSConditions: 16:48:08 [2023-03-05T21:48:08.247Z] 16:48:08 [2023-03-05T21:48:08.247Z] setToolWin: 16:48:08 [2023-03-05T21:48:08.247Z] 16:48:08 [2023-03-05T21:48:08.247Z] setToolUnix: 16:48:08 [2023-03-05T21:48:08.247Z] 16:48:08 [2023-03-05T21:48:08.247Z] setToolProperty: 16:48:08 [2023-03-05T21:48:08.247Z] 16:48:08 [2023-03-05T21:48:08.247Z] setS1ASclassPath: 16:48:08 [2023-03-05T21:48:08.247Z] 16:48:08 [2023-03-05T21:48:08.247Z] init-common: 16:48:08 [2023-03-05T21:48:08.247Z] 16:48:08 [2023-03-05T21:48:08.247Z] deploy-common-ee: 16:48:08 [2023-03-05T21:48:08.247Z] 16:48:08 [2023-03-05T21:48:08.247Z] run: 16:48:08 [2023-03-05T21:48:08.247Z] 16:48:08 [2023-03-05T21:48:08.247Z] setOSConditions: 16:48:08 [2023-03-05T21:48:08.247Z] 16:48:08 [2023-03-05T21:48:08.247Z] setToolWin: 16:48:08 [2023-03-05T21:48:08.247Z] 16:48:08 [2023-03-05T21:48:08.247Z] setToolUnix: 16:48:08 [2023-03-05T21:48:08.247Z] 16:48:08 [2023-03-05T21:48:08.247Z] setToolProperty: 16:48:08 [2023-03-05T21:48:08.247Z] 16:48:08 [2023-03-05T21:48:08.247Z] setS1ASclassPath: 16:48:08 [2023-03-05T21:48:08.247Z] 16:48:08 [2023-03-05T21:48:08.247Z] init-common: 16:48:08 [2023-03-05T21:48:08.247Z] 16:48:08 [2023-03-05T21:48:08.247Z] runclient-common: 16:48:08 [2023-03-05T21:48:08.247Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdiAppClient.jar -name simple-ejb-implicit-cdiClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:48:08 [2023-03-05T21:48:08.819Z] [exec] Mar 05, 2023 9:48:08 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:48:08 [2023-03-05T21:48:08.819Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:48:09 [2023-03-05T21:48:09.381Z] [exec] Mar 05, 2023 9:48:09 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 16:48:09 [2023-03-05T21:48:09.381Z] [exec] WARNING: ACC001: Using the only client [simple-ejb-implicit-cdi-client] with main class [Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdiAppClient.jar even though it does not match the specified main class name null or client name simple-ejb-implicit-cdiClient 16:48:11 [2023-03-05T21:48:11.274Z] [exec] Mar 05, 2023 9:48:10 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:48:11 [2023-03-05T21:48:11.274Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@d2708a7 16:48:11 [2023-03-05T21:48:11.274Z] [exec] Creating InitialContext() 16:48:11 [2023-03-05T21:48:11.274Z] [exec] Value of key is: stateless 16:48:11 [2023-03-05T21:48:11.274Z] [exec] Value of key is: stateless2 16:48:11 [2023-03-05T21:48:11.274Z] [exec] ensuring that sless1 and sless2 are not equal 16:48:11 [2023-03-05T21:48:11.274Z] [exec] Value of key is: stateless3 16:48:11 [2023-03-05T21:48:11.274Z] [exec] test complete 16:48:11 [2023-03-05T21:48:11.274Z] [exec] Value of key is: main 16:48:11 [2023-03-05T21:48:11.274Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:48:11 [2023-03-05T21:48:11.274Z] [exec] 16:48:11 [2023-03-05T21:48:11.274Z] [exec] 16:48:11 [2023-03-05T21:48:11.274Z] [exec] ----------------------------------------- 16:48:11 [2023-03-05T21:48:11.274Z] [exec] - main: PASS - 16:48:11 [2023-03-05T21:48:11.274Z] [exec] - stateless: PASS - 16:48:11 [2023-03-05T21:48:11.274Z] [exec] - stateless2: PASS - 16:48:11 [2023-03-05T21:48:11.274Z] [exec] - stateless3: PASS - 16:48:11 [2023-03-05T21:48:11.274Z] [exec] ----------------------------------------- 16:48:11 [2023-03-05T21:48:11.274Z] [exec] Total PASS: 4 16:48:11 [2023-03-05T21:48:11.274Z] [exec] Total FAIL: 0 16:48:11 [2023-03-05T21:48:11.274Z] [exec] Total DID NOT RUN: 0 16:48:11 [2023-03-05T21:48:11.274Z] [exec] ----------------------------------------- 16:48:11 [2023-03-05T21:48:11.274Z] [exec] in flushAll , creating new testSuiteHash 16:48:11 [2023-03-05T21:48:11.274Z] [exec] in flushAll , creating new testSuiteHash 16:48:11 [2023-03-05T21:48:11.835Z] 16:48:11 [2023-03-05T21:48:11.835Z] checkReporting-common: 16:48:11 [2023-03-05T21:48:11.835Z] 16:48:11 [2023-03-05T21:48:11.835Z] confirmReportPresent-common: 16:48:11 [2023-03-05T21:48:11.835Z] [echo] file RepRunConf.txt is present. 16:48:11 [2023-03-05T21:48:11.835Z] [echo] Test seems to be reported fine 16:48:11 [2023-03-05T21:48:11.835Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/implicit/simple-ejb-cdi/RepRunConf.txt 16:48:11 [2023-03-05T21:48:11.835Z] 16:48:11 [2023-03-05T21:48:11.835Z] confirmMissingReport-common: 16:48:11 [2023-03-05T21:48:11.835Z] 16:48:11 [2023-03-05T21:48:11.835Z] undeploy: 16:48:11 [2023-03-05T21:48:11.835Z] 16:48:11 [2023-03-05T21:48:11.835Z] setOSConditions: 16:48:11 [2023-03-05T21:48:11.835Z] 16:48:11 [2023-03-05T21:48:11.835Z] setToolWin: 16:48:11 [2023-03-05T21:48:11.835Z] 16:48:11 [2023-03-05T21:48:11.835Z] setToolUnix: 16:48:11 [2023-03-05T21:48:11.835Z] 16:48:11 [2023-03-05T21:48:11.835Z] setToolProperty: 16:48:11 [2023-03-05T21:48:11.836Z] 16:48:11 [2023-03-05T21:48:11.836Z] setS1ASclassPath: 16:48:11 [2023-03-05T21:48:11.836Z] 16:48:11 [2023-03-05T21:48:11.836Z] init-common: 16:48:11 [2023-03-05T21:48:11.836Z] 16:48:11 [2023-03-05T21:48:11.836Z] undeploy-common: 16:48:12 [2023-03-05T21:48:12.119Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false simple-ejb-implicit-cdiApp 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] all: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setOSConditions: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setToolWin: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setToolUnix: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setToolProperty: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setS1ASclassPath: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] init-common: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] clean: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setOSConditions: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setToolWin: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setToolUnix: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setToolProperty: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setS1ASclassPath: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] init-common: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] clean-common: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setOSConditions: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setToolWin: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setToolUnix: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setToolProperty: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setS1ASclassPath: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] init-common: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] clean-classes-common: 16:48:12 [2023-03-05T21:48:12.119Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setOSConditions: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setToolWin: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setToolUnix: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setToolProperty: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setS1ASclassPath: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] init-common: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] clean-jars-common: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] compile: 16:48:12 [2023-03-05T21:48:12.119Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/implicit/deployment-option/client 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setOSConditions: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setToolWin: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setToolUnix: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setToolProperty: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] setS1ASclassPath: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] init-common: 16:48:12 [2023-03-05T21:48:12.119Z] 16:48:12 [2023-03-05T21:48:12.119Z] compile-common: 16:48:12 [2023-03-05T21:48:12.119Z] [echo] Current time (ISO): 2023-03-05T21:48:11.889+0000 16:48:12 [2023-03-05T21:48:12.119Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:48:12 [2023-03-05T21:48:12.119Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:48:13 [2023-03-05T21:48:13.047Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:48:13 [2023-03-05T21:48:13.047Z] [javac] 1 warning 16:48:13 [2023-03-05T21:48:13.047Z] 16:48:13 [2023-03-05T21:48:13.047Z] setOSConditions: 16:48:13 [2023-03-05T21:48:13.047Z] 16:48:13 [2023-03-05T21:48:13.047Z] setToolWin: 16:48:13 [2023-03-05T21:48:13.047Z] 16:48:13 [2023-03-05T21:48:13.047Z] setToolUnix: 16:48:13 [2023-03-05T21:48:13.047Z] 16:48:13 [2023-03-05T21:48:13.047Z] setToolProperty: 16:48:13 [2023-03-05T21:48:13.047Z] 16:48:13 [2023-03-05T21:48:13.047Z] setS1ASclassPath: 16:48:13 [2023-03-05T21:48:13.047Z] 16:48:13 [2023-03-05T21:48:13.047Z] init-common: 16:48:13 [2023-03-05T21:48:13.047Z] 16:48:13 [2023-03-05T21:48:13.047Z] compile-common: 16:48:13 [2023-03-05T21:48:13.047Z] [echo] Current time (ISO): 2023-03-05T21:48:13.039+0000 16:48:13 [2023-03-05T21:48:13.047Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:48:14 [2023-03-05T21:48:14.454Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:48:14 [2023-03-05T21:48:14.454Z] [javac] 1 warning 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] build: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] setOSConditions: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] fixFiles: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] convUnix: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] convWin: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] setToolWin: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] setToolUnix: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] setToolProperty: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] setS1ASclassPath: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] init-common: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] package-persistence-common: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] ejb-jar-common: 16:48:14 [2023-03-05T21:48:14.454Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] package-ejbjar-common: 16:48:14 [2023-03-05T21:48:14.454Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:48:14 [2023-03-05T21:48:14.454Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdi-deployment-opt-ejb.jar 16:48:14 [2023-03-05T21:48:14.454Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] appclient-jar-common: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] package-appclientjar-common: 16:48:14 [2023-03-05T21:48:14.454Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF 16:48:14 [2023-03-05T21:48:14.454Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdi-deployment-opt-client.jar 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] webclient-war-common: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] build-ear-common: 16:48:14 [2023-03-05T21:48:14.454Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdi-deployment-optApp.ear 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] deploy: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] setOSConditions: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] setToolWin: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] setToolUnix: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] setToolProperty: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] setS1ASclassPath: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] init-common: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] deploy-common: 16:48:14 [2023-03-05T21:48:14.454Z] [echo] Current time (ISO): 2023-03-05T21:48:14.390+0000 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] setOSConditions: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] setToolWin: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] setToolUnix: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] setToolProperty: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] setS1ASclassPath: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] init-common: 16:48:14 [2023-03-05T21:48:14.454Z] 16:48:14 [2023-03-05T21:48:14.454Z] deploy-common-pe: 16:48:14 [2023-03-05T21:48:14.719Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --property implicitCdiEnabled=false --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdi-deployment-optApp.ear 16:48:14 [2023-03-05T21:48:14.976Z] [exec] Application deployed with name simple-ejb-implicit-cdi-deployment-optApp. 16:48:14 [2023-03-05T21:48:14.976Z] [echo] Deployment on target server server successful 16:48:14 [2023-03-05T21:48:14.976Z] 16:48:14 [2023-03-05T21:48:14.976Z] setOSConditions: 16:48:14 [2023-03-05T21:48:14.976Z] 16:48:14 [2023-03-05T21:48:14.976Z] setToolWin: 16:48:14 [2023-03-05T21:48:14.976Z] 16:48:14 [2023-03-05T21:48:14.976Z] setToolUnix: 16:48:14 [2023-03-05T21:48:14.976Z] 16:48:14 [2023-03-05T21:48:14.976Z] setToolProperty: 16:48:14 [2023-03-05T21:48:14.976Z] 16:48:14 [2023-03-05T21:48:14.976Z] setS1ASclassPath: 16:48:14 [2023-03-05T21:48:14.976Z] 16:48:14 [2023-03-05T21:48:14.976Z] init-common: 16:48:14 [2023-03-05T21:48:14.976Z] 16:48:14 [2023-03-05T21:48:14.976Z] deploy-common-ee: 16:48:14 [2023-03-05T21:48:14.976Z] 16:48:14 [2023-03-05T21:48:14.976Z] run: 16:48:14 [2023-03-05T21:48:14.976Z] 16:48:14 [2023-03-05T21:48:14.976Z] setOSConditions: 16:48:14 [2023-03-05T21:48:14.976Z] 16:48:14 [2023-03-05T21:48:14.976Z] setToolWin: 16:48:14 [2023-03-05T21:48:14.976Z] 16:48:14 [2023-03-05T21:48:14.976Z] setToolUnix: 16:48:14 [2023-03-05T21:48:14.976Z] 16:48:14 [2023-03-05T21:48:14.976Z] setToolProperty: 16:48:14 [2023-03-05T21:48:14.976Z] 16:48:14 [2023-03-05T21:48:14.976Z] setS1ASclassPath: 16:48:14 [2023-03-05T21:48:14.976Z] 16:48:14 [2023-03-05T21:48:14.976Z] init-common: 16:48:14 [2023-03-05T21:48:14.976Z] 16:48:14 [2023-03-05T21:48:14.976Z] runclient-common: 16:48:14 [2023-03-05T21:48:14.976Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdi-deployment-optAppClient.jar -name simple-ejb-implicit-cdi-deployment-optClient -textauth -user j2ee -password j2ee -xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/config/glassfish-acc.xml 16:48:15 [2023-03-05T21:48:15.539Z] [exec] Mar 05, 2023 9:48:15 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage 16:48:15 [2023-03-05T21:48:15.539Z] [exec] WARNING: ACC013: The -password option is deprecated and will likely be removed in a future release. Please use -passwordfile or let the app client container prompt for the username and/or password if they are needed to access a remote resource. 16:48:16 [2023-03-05T21:48:16.125Z] [exec] Mar 05, 2023 9:48:15 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup 16:48:16 [2023-03-05T21:48:16.125Z] [exec] WARNING: ACC001: Using the only client [simple-ejb-implicit-cdi-deployment-opt-client] with main class [Client] in file:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdi-deployment-optAppClient.jar even though it does not match the specified main class name null or client name simple-ejb-implicit-cdi-deployment-optClient 16:48:18 [2023-03-05T21:48:18.045Z] [exec] Mar 05, 2023 9:48:17 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 16:48:18 [2023-03-05T21:48:18.045Z] [exec] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@6a567f7b 16:48:18 [2023-03-05T21:48:18.045Z] [exec] Creating InitialContext() 16:48:18 [2023-03-05T21:48:18.045Z] [exec] Value of key is: stateless 16:48:18 [2023-03-05T21:48:18.045Z] [exec] test complete 16:48:18 [2023-03-05T21:48:18.045Z] [exec] Value of key is: main 16:48:18 [2023-03-05T21:48:18.045Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:48:18 [2023-03-05T21:48:18.045Z] [exec] 16:48:18 [2023-03-05T21:48:18.045Z] [exec] 16:48:18 [2023-03-05T21:48:18.045Z] [exec] ----------------------------------------- 16:48:18 [2023-03-05T21:48:18.045Z] [exec] - main: PASS - 16:48:18 [2023-03-05T21:48:18.045Z] [exec] - stateless: PASS - 16:48:18 [2023-03-05T21:48:18.045Z] [exec] ----------------------------------------- 16:48:18 [2023-03-05T21:48:18.045Z] [exec] Total PASS: 2 16:48:18 [2023-03-05T21:48:18.045Z] [exec] Total FAIL: 0 16:48:18 [2023-03-05T21:48:18.045Z] [exec] Total DID NOT RUN: 0 16:48:18 [2023-03-05T21:48:18.045Z] [exec] ----------------------------------------- 16:48:18 [2023-03-05T21:48:18.045Z] [exec] in flushAll , creating new testSuiteHash 16:48:18 [2023-03-05T21:48:18.045Z] [exec] in flushAll , creating new testSuiteHash 16:48:18 [2023-03-05T21:48:18.319Z] 16:48:18 [2023-03-05T21:48:18.319Z] checkReporting-common: 16:48:18 [2023-03-05T21:48:18.319Z] 16:48:18 [2023-03-05T21:48:18.319Z] confirmReportPresent-common: 16:48:18 [2023-03-05T21:48:18.319Z] [echo] file RepRunConf.txt is present. 16:48:18 [2023-03-05T21:48:18.319Z] [echo] Test seems to be reported fine 16:48:18 [2023-03-05T21:48:18.319Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/implicit/deployment-option/RepRunConf.txt 16:48:18 [2023-03-05T21:48:18.319Z] 16:48:18 [2023-03-05T21:48:18.319Z] confirmMissingReport-common: 16:48:18 [2023-03-05T21:48:18.319Z] 16:48:18 [2023-03-05T21:48:18.319Z] undeploy: 16:48:18 [2023-03-05T21:48:18.319Z] 16:48:18 [2023-03-05T21:48:18.319Z] setOSConditions: 16:48:18 [2023-03-05T21:48:18.319Z] 16:48:18 [2023-03-05T21:48:18.319Z] setToolWin: 16:48:18 [2023-03-05T21:48:18.319Z] 16:48:18 [2023-03-05T21:48:18.319Z] setToolUnix: 16:48:18 [2023-03-05T21:48:18.319Z] 16:48:18 [2023-03-05T21:48:18.319Z] setToolProperty: 16:48:18 [2023-03-05T21:48:18.319Z] 16:48:18 [2023-03-05T21:48:18.319Z] setS1ASclassPath: 16:48:18 [2023-03-05T21:48:18.319Z] 16:48:18 [2023-03-05T21:48:18.319Z] init-common: 16:48:18 [2023-03-05T21:48:18.319Z] 16:48:18 [2023-03-05T21:48:18.319Z] undeploy-common: 16:48:18 [2023-03-05T21:48:18.575Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false simple-ejb-implicit-cdi-deployment-optApp 16:48:18 [2023-03-05T21:48:18.575Z] 16:48:18 [2023-03-05T21:48:18.575Z] all: 16:48:18 [2023-03-05T21:48:18.575Z] [echo] 16:48:18 [2023-03-05T21:48:18.575Z] [echo] ************************* 16:48:18 [2023-03-05T21:48:18.575Z] [echo] * Running decorators 16:48:18 [2023-03-05T21:48:18.575Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/decorators 16:48:18 [2023-03-05T21:48:18.575Z] [echo] ************************* 16:48:18 [2023-03-05T21:48:18.575Z] [echo] 16:48:18 [2023-03-05T21:48:18.575Z] 16:48:18 [2023-03-05T21:48:18.575Z] all: 16:48:18 [2023-03-05T21:48:18.575Z] 16:48:18 [2023-03-05T21:48:18.575Z] decorators: 16:48:18 [2023-03-05T21:48:18.575Z] 16:48:18 [2023-03-05T21:48:18.575Z] setOSConditions: 16:48:18 [2023-03-05T21:48:18.575Z] 16:48:18 [2023-03-05T21:48:18.575Z] setToolWin: 16:48:18 [2023-03-05T21:48:18.575Z] 16:48:18 [2023-03-05T21:48:18.576Z] setToolUnix: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setToolProperty: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setS1ASclassPath: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] init-common: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] clean: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setOSConditions: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setToolWin: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setToolUnix: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setToolProperty: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setS1ASclassPath: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] init-common: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] clean-common: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setOSConditions: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setToolWin: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setToolUnix: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setToolProperty: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setS1ASclassPath: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] init-common: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] clean-classes-common: 16:48:18 [2023-03-05T21:48:18.576Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setOSConditions: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setToolWin: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setToolUnix: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setToolProperty: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setS1ASclassPath: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] init-common: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] clean-jars-common: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] compile: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setOSConditions: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setToolWin: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setToolUnix: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setToolProperty: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] setS1ASclassPath: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] init-common: 16:48:18 [2023-03-05T21:48:18.576Z] 16:48:18 [2023-03-05T21:48:18.576Z] compile-common: 16:48:18 [2023-03-05T21:48:18.576Z] [echo] Current time (ISO): 2023-03-05T21:48:18.491+0000 16:48:18 [2023-03-05T21:48:18.576Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:48:18 [2023-03-05T21:48:18.576Z] [javac] Compiling 11 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:48:19 [2023-03-05T21:48:19.957Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:48:19 [2023-03-05T21:48:19.957Z] [javac] 1 warning 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] build: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] setOSConditions: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] setToolWin: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] setToolUnix: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] setToolProperty: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] setS1ASclassPath: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] init-common: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] webclient-war-common: 16:48:19 [2023-03-05T21:48:19.957Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] clear: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] test-tlds-exist: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] copy-tlds: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] test-tagfiles-exist: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] copy-tagfiles: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] package-war-common: 16:48:19 [2023-03-05T21:48:19.957Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:48:19 [2023-03-05T21:48:19.957Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:48:19 [2023-03-05T21:48:19.957Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:48:19 [2023-03-05T21:48:19.957Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:48:19 [2023-03-05T21:48:19.957Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/decorators/simple-decorator/lib 16:48:19 [2023-03-05T21:48:19.957Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:48:19 [2023-03-05T21:48:19.957Z] [copy] Copying 11 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:48:19 [2023-03-05T21:48:19.957Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/decorators/simple-decorator/docroot 16:48:19 [2023-03-05T21:48:19.957Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-decorator-web.war 16:48:19 [2023-03-05T21:48:19.957Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:48:19 [2023-03-05T21:48:19.957Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/decorators/simple-decorator/build.xml:59: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:48:19 [2023-03-05T21:48:19.957Z] [javac] Compiling 1 source file 16:48:19 [2023-03-05T21:48:19.957Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/decorators/simple-decorator/client/test/client/WebTest.java uses or overrides a deprecated API. 16:48:19 [2023-03-05T21:48:19.957Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] deploy: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] deploy-war-common: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] setOSConditions: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] setToolWin: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] setToolUnix: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] setToolProperty: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] setS1ASclassPath: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] init-common: 16:48:19 [2023-03-05T21:48:19.957Z] 16:48:19 [2023-03-05T21:48:19.957Z] deploy-war-commonpe: 16:48:20 [2023-03-05T21:48:20.526Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-simple-decorator --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-decorator-web.war 16:48:20 [2023-03-05T21:48:20.526Z] [exec] Application deployed with name cdi-simple-decorator-web. 16:48:20 [2023-03-05T21:48:20.526Z] 16:48:20 [2023-03-05T21:48:20.526Z] deploy-war-commonee: 16:48:20 [2023-03-05T21:48:20.526Z] 16:48:20 [2023-03-05T21:48:20.526Z] run: 16:48:20 [2023-03-05T21:48:20.526Z] [java] opening connection to http://localhost:8080/cdi-simple-decorator/myurl 16:48:20 [2023-03-05T21:48:20.526Z] [java] line = Hello from Servlet 3.0. 16:48:20 [2023-03-05T21:48:20.526Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:48:20 [2023-03-05T21:48:20.526Z] [java] 16:48:20 [2023-03-05T21:48:20.526Z] [java] 16:48:20 [2023-03-05T21:48:20.526Z] [java] ----------------------------------------- 16:48:20 [2023-03-05T21:48:20.526Z] [java] - decorators-simple-decorator: PASS - 16:48:20 [2023-03-05T21:48:20.526Z] [java] ----------------------------------------- 16:48:20 [2023-03-05T21:48:20.526Z] [java] - Total PASS : 1 - 16:48:20 [2023-03-05T21:48:20.526Z] [java] - Total FAIL : 0 - 16:48:20 [2023-03-05T21:48:20.526Z] [java] - Total DID NOT RUN : 0 - 16:48:20 [2023-03-05T21:48:20.526Z] [java] ----------------------------------------- 16:48:20 [2023-03-05T21:48:20.526Z] 16:48:20 [2023-03-05T21:48:20.526Z] undeploy: 16:48:20 [2023-03-05T21:48:20.782Z] 16:48:20 [2023-03-05T21:48:20.782Z] setOSConditions: 16:48:20 [2023-03-05T21:48:20.782Z] 16:48:20 [2023-03-05T21:48:20.782Z] setToolWin: 16:48:20 [2023-03-05T21:48:20.782Z] 16:48:20 [2023-03-05T21:48:20.782Z] setToolUnix: 16:48:20 [2023-03-05T21:48:20.782Z] 16:48:20 [2023-03-05T21:48:20.782Z] setToolProperty: 16:48:20 [2023-03-05T21:48:20.782Z] 16:48:20 [2023-03-05T21:48:20.782Z] setS1ASclassPath: 16:48:20 [2023-03-05T21:48:20.782Z] 16:48:20 [2023-03-05T21:48:20.782Z] init-common: 16:48:20 [2023-03-05T21:48:20.782Z] 16:48:20 [2023-03-05T21:48:20.782Z] undeploy-war-common: 16:48:21 [2023-03-05T21:48:21.038Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false cdi-simple-decorator-web 16:48:21 [2023-03-05T21:48:21.038Z] 16:48:21 [2023-03-05T21:48:21.038Z] all: 16:48:21 [2023-03-05T21:48:21.038Z] [echo] ***** DONE TESTING - GENERATING REPORT ****** 16:48:21 [2023-03-05T21:48:21.038Z] 16:48:21 [2023-03-05T21:48:21.038Z] report: 16:48:21 [2023-03-05T21:48:21.038Z] [echo] Comparing results with expected results 16:48:21 [2023-03-05T21:48:21.038Z] [xslt] Processing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html 16:48:21 [2023-03-05T21:48:21.038Z] [xslt] Loading stylesheet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/j2eeReporter.xsl 16:48:21 [2023-03-05T21:48:21.295Z] 16:48:21 [2023-03-05T21:48:21.295Z] report-sh: 16:48:21 [2023-03-05T21:48:21.295Z] [exec] input file=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml 16:48:21 [2023-03-05T21:48:21.295Z] [exec] 16:48:21 [2023-03-05T21:48:21.295Z] [exec] ************************ 16:48:21 [2023-03-05T21:48:21.295Z] [exec] PASSED= 108 16:48:21 [2023-03-05T21:48:21.295Z] [exec] ------------ ========= 16:48:21 [2023-03-05T21:48:21.295Z] [exec] FAILED= 0 16:48:21 [2023-03-05T21:48:21.295Z] [exec] ------------ ========= 16:48:21 [2023-03-05T21:48:21.295Z] [exec] DID NOT RUN= 7 16:48:21 [2023-03-05T21:48:21.295Z] [exec] ------------ ========= 16:48:21 [2023-03-05T21:48:21.295Z] [exec] Total Expected=115 16:48:21 [2023-03-05T21:48:21.295Z] [exec] ************************ 16:48:21 [2023-03-05T21:48:21.295Z] [exec] 16:48:21 [2023-03-05T21:48:21.295Z] 16:48:21 [2023-03-05T21:48:21.295Z] BUILD SUCCESSFUL 16:48:21 [2023-03-05T21:48:21.295Z] Total time: 4 minutes 39 seconds 16:48:21 [2023-03-05T21:48:21.295Z] + printf '\n%s \n\n' '===== TEST RUN - STOPPING GLASSFISH AND DB =====' 16:48:21 [2023-03-05T21:48:21.295Z] 16:48:21 [2023-03-05T21:48:21.295Z] ===== TEST RUN - STOPPING GLASSFISH AND DB ===== 16:48:21 [2023-03-05T21:48:21.295Z] 16:48:21 [2023-03-05T21:48:21.295Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin stop-domain 16:48:24 [2023-03-05T21:48:24.719Z] Waiting for the domain to stop ... 16:48:24 [2023-03-05T21:48:24.719Z] Waiting finished after 2,671 ms. 16:48:24 [2023-03-05T21:48:24.719Z] Command stop-domain executed successfully. 16:48:24 [2023-03-05T21:48:24.719Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin stop-database 16:48:25 [2023-03-05T21:48:25.282Z] Sun Mar 05 21:48:25 UTC 2023 : Connection obtained for host: 0.0.0.0, port number 1527. 16:48:25 [2023-03-05T21:48:25.541Z] Sun Mar 05 21:48:25 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown 16:48:25 [2023-03-05T21:48:25.541Z] Command stop-database executed successfully. 16:48:25 [2023-03-05T21:48:25.541Z] + set -e 16:48:25 [2023-03-05T21:48:25.541Z] + check_successful_run 16:48:25 [2023-03-05T21:48:25.541Z] + printf '\n%s \n\n' '===== CHECK SUCCESSFUL RUN =====' 16:48:25 [2023-03-05T21:48:25.541Z] 16:48:25 [2023-03-05T21:48:25.541Z] ===== CHECK SUCCESSFUL RUN ===== 16:48:25 [2023-03-05T21:48:25.541Z] 16:48:25 [2023-03-05T21:48:25.541Z] + FILE=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html 16:48:25 [2023-03-05T21:48:25.541Z] + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html ']' 16:48:25 [2023-03-05T21:48:25.541Z] + echo 'File /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful' 16:48:25 [2023-03-05T21:48:25.541Z] File /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful 16:48:25 [2023-03-05T21:48:25.541Z] + generate_junit_report cdi_all 16:48:25 [2023-03-05T21:48:25.541Z] + printf '\n%s \n\n' '===== GENERATE JUNIT REPORT =====' 16:48:25 [2023-03-05T21:48:25.541Z] 16:48:25 [2023-03-05T21:48:25.541Z] ===== GENERATE JUNIT REPORT ===== 16:48:25 [2023-03-05T21:48:25.541Z] 16:48:25 [2023-03-05T21:48:25.541Z] + TD=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml 16:48:25 [2023-03-05T21:48:25.541Z] + JUD=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml 16:48:25 [2023-03-05T21:48:25.541Z] + TESTSUITE_NAME=cdi_all 16:48:25 [2023-03-05T21:48:25.541Z] + cat /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml 16:48:25 [2023-03-05T21:48:25.541Z] + awk -v suitename=cdi_all ' 16:48:25 [2023-03-05T21:48:25.541Z] BEGIN { 16:48:25 [2023-03-05T21:48:25.541Z] totaltests = 0; 16:48:25 [2023-03-05T21:48:25.541Z] totalfailures = 0; 16:48:25 [2023-03-05T21:48:25.541Z] totalerrors = 0; 16:48:25 [2023-03-05T21:48:25.541Z] } 16:48:25 [2023-03-05T21:48:25.541Z] function getPropVal(str){ 16:48:25 [2023-03-05T21:48:25.541Z] split(str, a, "="); 16:48:25 [2023-03-05T21:48:25.541Z] val = a[2]; 16:48:25 [2023-03-05T21:48:25.541Z] # remove quotes 16:48:25 [2023-03-05T21:48:25.541Z] gsub("\"","",val); 16:48:25 [2023-03-05T21:48:25.541Z] return val; 16:48:25 [2023-03-05T21:48:25.541Z] } 16:48:25 [2023-03-05T21:48:25.541Z] function removeXMLTag(str){ 16:48:25 [2023-03-05T21:48:25.541Z] # remove xml tag quotes 16:48:25 [2023-03-05T21:48:25.541Z] gsub("</.*>","",str); 16:48:25 [2023-03-05T21:48:25.541Z] gsub("<.*>","",str); 16:48:25 [2023-03-05T21:48:25.541Z] gsub(">","",str); 16:48:25 [2023-03-05T21:48:25.541Z] return str; 16:48:25 [2023-03-05T21:48:25.541Z] } 16:48:25 [2023-03-05T21:48:25.541Z] /status value=/ { 16:48:25 [2023-03-05T21:48:25.541Z] result=getPropVal($0); 16:48:25 [2023-03-05T21:48:25.541Z] result=removeXMLTag(result); 16:48:25 [2023-03-05T21:48:25.541Z] } 16:48:25 [2023-03-05T21:48:25.541Z] /<testsuite>/ { 16:48:25 [2023-03-05T21:48:25.541Z] getline; 16:48:25 [2023-03-05T21:48:25.541Z] getline; 16:48:25 [2023-03-05T21:48:25.541Z] testunit=removeXMLTag($0); 16:48:25 [2023-03-05T21:48:25.541Z] gsub("\"","",testunit); 16:48:25 [2023-03-05T21:48:25.541Z] } 16:48:25 [2023-03-05T21:48:25.541Z] /<testcase>/ { 16:48:25 [2023-03-05T21:48:25.541Z] getline; 16:48:25 [2023-03-05T21:48:25.541Z] testname=removeXMLTag($0); 16:48:25 [2023-03-05T21:48:25.541Z] gsub("\"","",testname); 16:48:25 [2023-03-05T21:48:25.541Z] } 16:48:25 [2023-03-05T21:48:25.541Z] /<\/testcase>/{ 16:48:25 [2023-03-05T21:48:25.541Z] classname=testunit 16:48:25 [2023-03-05T21:48:25.541Z] # printing testcase to out 16:48:25 [2023-03-05T21:48:25.541Z] out = out sprintf(" <testcase classname=\"%s\" name=\"%s\" time=\"0.0\">\n", classname, testname); 16:48:25 [2023-03-05T21:48:25.541Z] if (result == "fail") { 16:48:25 [2023-03-05T21:48:25.541Z] out = out " <failure message=\"NA\" type=\"NA\"/>\n"; 16:48:25 [2023-03-05T21:48:25.541Z] totalfailures++; 16:48:25 [2023-03-05T21:48:25.541Z] } else if (result == "did_not_run") { 16:48:25 [2023-03-05T21:48:25.541Z] out = out " <error message=\"NA\" type=\"NA\"/>\n"; 16:48:25 [2023-03-05T21:48:25.541Z] totalerrors++; 16:48:25 [2023-03-05T21:48:25.541Z] } 16:48:25 [2023-03-05T21:48:25.541Z] out = out " </testcase>\n"; 16:48:25 [2023-03-05T21:48:25.541Z] 16:48:25 [2023-03-05T21:48:25.541Z] totaltests++; 16:48:25 [2023-03-05T21:48:25.541Z] result=""; 16:48:25 [2023-03-05T21:48:25.541Z] testname=""; 16:48:25 [2023-03-05T21:48:25.541Z] } 16:48:25 [2023-03-05T21:48:25.541Z] END { 16:48:25 [2023-03-05T21:48:25.541Z] print "<?xml version=\"1.0\" ?>" 16:48:25 [2023-03-05T21:48:25.541Z] printf "<testsuite tests=\"%d\" failures=\"%d\" errors=\"%d\" name=\"%s\">\n", totaltests, totalfailures, totalerrors, suitename; 16:48:25 [2023-03-05T21:48:25.541Z] printf "%s", out; 16:48:25 [2023-03-05T21:48:25.541Z] print "</testsuite>" 16:48:25 [2023-03-05T21:48:25.541Z] }' 16:48:25 [2023-03-05T21:48:25.541Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:48:25 [2023-03-05T21:48:25.541Z] + change_junit_report_class_names 16:48:25 [2023-03-05T21:48:25.541Z] + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml 16:48:25 [2023-03-05T21:48:25.541Z] + sed -i 's/\bclassname="/classname="cdi_all./g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml 16:48:25 [2023-03-05T21:48:25.541Z] + copy_test_artifacts cdi_all 16:48:25 [2023-03-05T21:48:25.541Z] + sleep 1 16:48:26 [2023-03-05T21:48:26.471Z] + printf '\n%s \n\n' '===== COPY TEST ARTIFACTS =====' 16:48:26 [2023-03-05T21:48:26.471Z] 16:48:26 [2023-03-05T21:48:26.471Z] ===== COPY TEST ARTIFACTS ===== 16:48:26 [2023-03-05T21:48:26.471Z] 16:48:26 [2023-03-05T21:48:26.471Z] + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:48:26 [2023-03-05T21:48:26.471Z] + tar -cf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains 16:48:26 [2023-03-05T21:48:26.471Z] tar: Removing leading `/' from member names 16:48:26 [2023-03-05T21:48:26.728Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:48:26 [2023-03-05T21:48:26.728Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/tests-run.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:48:26 [2023-03-05T21:48:26.728Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:48:26 [2023-03-05T21:48:26.728Z] ++ pwd 16:48:26 [2023-03-05T21:48:26.728Z] + cp '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/*/*logs.zip' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:48:26 [2023-03-05T21:48:26.728Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/*/*logs.zip': No such file or directory 16:48:26 [2023-03-05T21:48:26.728Z] + true 16:48:26 [2023-03-05T21:48:26.728Z] ++ pwd 16:48:26 [2023-03-05T21:48:26.728Z] + cp '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/*/*/*logs.zip' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:48:26 [2023-03-05T21:48:26.728Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/*/*/*logs.zip': No such file or directory 16:48:26 [2023-03-05T21:48:26.728Z] + true 16:48:26 [2023-03-05T21:48:26.728Z] + tar -caf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/cdi_all-results.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results 16:48:26 [2023-03-05T21:48:26.728Z] tar: Removing leading `/' from member names 16:48:30 [2023-03-05T21:48:30.002Z] + break 16:48:30 [2023-03-05T21:48:30.002Z] + [[ true = false ]] 16:48:30 [2023-03-05T21:48:30.002Z] + git reset --hard 16:48:30 [2023-03-05T21:48:30.002Z] HEAD is now at 2d124bddc Merge pull request #24332 from dmatej/removed-admingui-dist-fragment [Pipeline] } [Pipeline] // timestamps [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (ql_gf_full_profile_all) [Pipeline] sh + rm -rf glassfish7 + true + java --version openjdk 18.0.2 2022-07-19 OpenJDK Runtime Environment (build 18.0.2+9-61) OpenJDK 64-Bit Server VM (build 18.0.2+9-61, mixed mode, sharing) + ./gftest.sh ql_gf_full_profile_all WORKSPACE = /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18 S1AS_HOME = /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish APS_HOME = /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests TEST_RUN_LOG = /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/tests-run.log Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish Running tests for: * ql_gf_full_profile_all Running tests from dir /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18 ************************************** Start Running ql_gf_full_profile_all ************************************** + '[' '!' -z /var/jenkins ']' ++ mktemp -t XXXgf-internal-env + readonly GF_INTERNAL_ENV_SH=/tmp/rgqgf-internal-env + GF_INTERNAL_ENV_SH=/tmp/rgqgf-internal-env + '[' '!' -z '' ']' + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/maven-repo.tar.gz ']' + tar -xzf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/maven-repo.tar.gz --overwrite -m -p -C /home/jenkins/.m2/repository + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish' Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish + rm -rf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' + '[' -z '' ']' ++ mvn help:evaluate -f '"/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml"' -Dexpression=project.version -q -DforceStdout --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging POM file "/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist + export GF_VERSION=7.0.3-SNAPSHOT + GF_VERSION=7.0.3-SNAPSHOT + '[' -z '' ']' + export MVN_REPOSITORY=/home/jenkins/.m2/repository + MVN_REPOSITORY=/home/jenkins/.m2/repository + run_test ql_gf_full_profile_all + local testid=ql_gf_full_profile_all + local found=false ++ find . -name run_test.sh + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 + for id in `${runtest} list_test_ids` + [[ admin_cli_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ admin-cli-group-1 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ admin-cli-group-2 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ admin-cli-group-3 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ admin-cli-group-4 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ admin-cli-group-5 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo batch_all + for id in `${runtest} list_test_ids` + [[ batch_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo cdi_all + for id in `${runtest} list_test_ids` + [[ cdi_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh + source ./appserver/tests/appserv-tests/devtests/connector/v3/../../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo connector_all connector_group_1 connector_group_2 connector_group_3 connector_group_4 + for id in `${runtest} list_test_ids` + [[ connector_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ connector_group_1 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ connector_group_2 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ connector_group_3 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ connector_group_4 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh + source ./appserver/tests/appserv-tests/devtests/deployment/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo deployment_all deployment_cluster_all + for id in `${runtest} list_test_ids` + [[ deployment_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ deployment_cluster_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh + source ./appserver/tests/appserv-tests/devtests/ejb/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo ejb_all ejb_timer_cluster_all ejb_web_all ejb_group_1 ejb_group_2 ejb_group_3 ejb_group_embedded + for id in `${runtest} list_test_ids` + [[ ejb_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ ejb_timer_cluster_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ ejb_web_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ ejb_group_1 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ ejb_group_2 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ ejb_group_3 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ ejb_group_embedded = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh + source ./appserver/tests/appserv-tests/devtests/jdbc/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo jdbc_all + for id in `${runtest} list_test_ids` + [[ jdbc_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/jms/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/jms/run_test.sh + source ./appserver/tests/appserv-tests/devtests/jms/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo jms_all + for id in `${runtest} list_test_ids` + [[ jms_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/naming/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/naming/run_test.sh + source ./appserver/tests/appserv-tests/devtests/naming/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo naming_all + for id in `${runtest} list_test_ids` + [[ naming_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh + source ./appserver/tests/appserv-tests/devtests/persistence/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo persistence_all + for id in `${runtest} list_test_ids` + [[ persistence_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/security/run_test.sh list_test_ids + for id in `${runtest} list_test_ids` + [[ security_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/transaction/ee/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/transaction/ee/run_test.sh + source ./appserver/tests/appserv-tests/devtests/transaction/ee/../../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo transaction_ee_all transaction-ee-1 transaction-ee-2 transaction-ee-3 transaction-ee-4 + for id in `${runtest} list_test_ids` + [[ transaction_ee_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ transaction-ee-1 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ transaction-ee-2 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ transaction-ee-3 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ transaction-ee-4 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/web/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/web/run_test.sh + source ./appserver/tests/appserv-tests/devtests/web/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case $OPT in + list_test_ids + echo web_all web_jsp web_servlet web_web-container web_group-1 + for id in `${runtest} list_test_ids` + [[ web_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ web_jsp = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ web_servlet = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ web_web-container = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ web_group-1 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/webservice/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/webservice/run_test.sh + source ./appserver/tests/appserv-tests/devtests/webservice/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo webservice_all + for id in `${runtest} list_test_ids` + [[ webservice_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/copyright/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= + case ${OPT} in + list_test_ids + echo copyright + for id in `${runtest} list_test_ids` + [[ copyright = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/cts_smoke/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= + case ${OPT} in + list_test_ids + echo cts_smoke_all servlet_tck_all servlet_tck_servlet-api-servlet servlet_tck_servlet-api-servlet-http servlet_tck_servlet-compat servlet_tck_servlet-pluggability servlet_tck_servlet-spec cts_smoke_group-1 cts_smoke_group-2 cts_smoke_group-3 cts_smoke_group-4 cts_smoke_group-5 + for id in `${runtest} list_test_ids` + [[ cts_smoke_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ servlet_tck_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ servlet_tck_servlet-api-servlet = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ servlet_tck_servlet-api-servlet-http = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ servlet_tck_servlet-compat = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ servlet_tck_servlet-pluggability = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ servlet_tck_servlet-spec = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ cts_smoke_group-1 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ cts_smoke_group-2 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ cts_smoke_group-3 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ cts_smoke_group-4 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ cts_smoke_group-5 = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/embedded/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/embedded/run_test.sh + source ./appserver/tests/embedded/../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo embedded_all + for id in `${runtest} list_test_ids` + [[ embedded_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/findbug/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= + case ${OPT} in + list_test_ids + echo findbugs_all + echo findbugs_low_priority_all + for id in `${runtest} list_test_ids` + [[ findbugs_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ findbugs_low_priority_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/quicklook/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/quicklook/run_test.sh + source ./appserver/tests/quicklook/../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports + case ${OPT} in + list_test_ids + echo ql_gf_full_profile_all ql_gf_nucleus_all ql_gf_web_profile_all ql_gf_embedded_profile_all nucleus_admin_all + for id in `${runtest} list_test_ids` + [[ ql_gf_full_profile_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + found=true + break + [[ true = true ]] + ./appserver/tests/quicklook/run_test.sh run_test_id ql_gf_full_profile_all + OPT=run_test_id + TEST_ID=ql_gf_full_profile_all ++ dirname ./appserver/tests/quicklook/run_test.sh + source ./appserver/tests/quicklook/../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports + case ${OPT} in + trap 'copy_ql_results ql_gf_full_profile_all' EXIT + run_test_id ql_gf_full_profile_all + [[ ql_gf_full_profile_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + unzip_test_resources /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/glassfish.zip + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' ===== UNZIP TEST RESOURCES ===== + for i in "${@}" + [[ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/glassfish.zip == *.zip* ]] + unzip -qq -o /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18 + cd /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ + mvn -Dglassfish.home=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish -Ptest_gd_security,report test + tee /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/tests-run.log [INFO] Scanning for projects... [INFO] [INFO] -----------------< org.glassfish.quicklook:quicklook >------------------ [INFO] Building Glassfish Quicklook Bundle 7.0.3-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ quicklook --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ quicklook --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ quicklook --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ quicklook --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ quicklook --- [INFO] No tests to run. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-test) @ quicklook --- [INFO] Executing tasks [WARNING] [echo] compile classpath: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/target/classes [WARNING] [echo] plugin classpath: /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar:/home/jenkins/.m2/repository/org/apache/ant/ant/1.10.9/ant-1.10.9.jar:/home/jenkins/.m2/repository/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar:/home/jenkins/.m2/repository/org/apache/ant/ant-junit/1.10.9/ant-junit-1.10.9.jar:/home/jenkins/.m2/repository/junit/junit/4.13/junit-4.13.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/org/apache/ant/ant-apache-regexp/1.10.9/ant-apache-regexp-1.10.9.jar:/home/jenkins/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar:/home/jenkins/.m2/repository/org/testng/testng/6.11/testng-6.11.jar:/home/jenkins/.m2/repository/org/yaml/snakeyaml/1.17/snakeyaml-1.17.jar:/home/jenkins/.m2/repository/com/sun/jsftemplating/jsftemplating-dynafaces/0.1/jsftemplating-dynafaces-0.1.jar:/home/jenkins/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar:/home/jenkins/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar:/home/jenkins/.m2/repository/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar:/home/jenkins/.m2/repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar:/home/jenkins/.m2/repository/com/beust/jcommander/1.72/jcommander-1.72.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar:/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar:/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar:/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar:/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar:/home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar:/home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar:/home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar:/home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [WARNING] Trying to override old definition of task javac [WARNING] [echo] +-----------------------------+ [WARNING] [echo] | | [WARNING] [echo] | R u n n i n g | [WARNING] [echo] | all_gd_security | [WARNING] [echo] | Full Profile | [WARNING] [echo] +-----------------------------+ [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/config [WARNING] [echo] Verify Domain.xml [INFO] [exec] All tests passed; domain.xml is valid. [INFO] [exec] Command verify-domain-xml executed successfully. [WARNING] [echo] +-----------------------------+ [WARNING] [echo] | | [WARNING] [echo] | S T A R T I N G GLASSFISH | [WARNING] [echo] | in Felix mode | [WARNING] [echo] | | [WARNING] [echo] +-----------------------------+ [INFO] [exec] Waiting for domain1 to start ....... [INFO] [exec] Waiting finished after 6,320 ms. [INFO] [exec] Successfully started the domain : domain1 [INFO] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [INFO] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [INFO] [exec] Admin Port: 4,848 [INFO] [exec] Command start-domain executed successfully. [INFO] [exec] Created 1 option(s) [INFO] [exec] Command create-jvm-options executed successfully. [WARNING] [echo] stopping server [INFO] [exec] Waiting for the domain to stop .... [INFO] [exec] Waiting finished after 3,250 ms. [INFO] [exec] Command stop-domain executed successfully. [WARNING] [echo] +-----------------------------+ [WARNING] [echo] | | [WARNING] [echo] | S T A R T I N G GLASSFISH | [WARNING] [echo] | in Felix mode | [WARNING] [echo] | | [WARNING] [echo] +-----------------------------+ [INFO] [exec] Waiting for domain1 to start .... [INFO] [exec] Waiting finished after 3,959 ms. [INFO] [exec] Successfully started the domain : domain1 [INFO] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [INFO] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [INFO] [exec] Admin Port: 4,848 [INFO] [exec] Command start-domain executed successfully. [WARNING] [echo] ANT PROJECT GlassFish-QuickLook [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build amx [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/amx [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ..//classes/test [WARNING] [echo] Listing of source files: amx/AMXConfigProxyTests.java;amx/AMXCoreTests.java;amx/AMXOtherTests.java;amx/AMXProxyTests.java;amx/AMXTestBase.java;amx/Demo.java;amx/Interfaces.java;amx/InterfacesGlassfish.java [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test [INFO] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 3 warnings [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build admin [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/admin [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ..//classes/test [WARNING] [echo] Listing of source files: admin/BaseAsadminTest.java;admin/JdbcConnectionPoolTests.java;admin/JvmOptionTests.java;admin/OsgiAsadminTest.java;admin/WebtierTests.java;admin/util/GeneralUtils.java [INFO] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 3 warnings [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build admincli [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/admincli [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../classes/test [WARNING] [echo] Listing of source files: admincli/ExistStatusTests.java;admincli/RestartDomainTests.java;admincli/util/RtExec.java;admincli/util/StreamGobbler.java [INFO] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/admincli/src/test/admincli/util/RtExec.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] [WARNING] [echo] Waiting finished after 10 ms. [WARNING] [echo] Server instance is stopped, now we wait for the start on localhost:4848 [WARNING] [echo] ........ [WARNING] [echo] Waiting finished after 8,222 ms. [WARNING] [echo] Successfully restarted the domain [WARNING] [echo] Command restart-domain executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build rest [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/rest [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ..//classes/test [WARNING] [echo] Listing of source files: admin/RestTests.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy web/helloworld [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/helloworld [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: HelloJSPTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/helloworld/src/test/HelloJSPTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/basicweb/hellojsp.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/helloworld/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb/hellojsp.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying hellojsp.war with --upload [INFO] [exec] Application deployed with name hellojsp. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy web/jsfastrologer [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/jsfastrologer [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: JSFWebTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/jsfastrologer/src/test/JSFWebTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/jsftest/jsfastrologer.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jsftest/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jsftest [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jsftest/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jsftest/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/jsfastrologer/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jsftest/jsfastrologer.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying jsfastrologer.war [INFO] [exec] Application deployed with name jsfastrologer. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy web/jsfinjection [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/jsfinjection [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: JSFInjectionTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/jsfinjection/src/test/JSFInjectionTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/basicweb/jsfinjection.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb [INFO] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/jsfinjection/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb/jsfinjection.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying jsfinjection.war [INFO] [exec] Application deployed with name jsfinjection. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy jdbc/jdbcusertx [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/jdbc/jdbcusertx [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: JdbcUserTxTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/jdbc/jdbcusertx/src/test/JdbcUserTxTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/jdbcusertx/jdbcusertx.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jdbcusertx/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jdbcusertx [INFO] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jdbcusertx/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/jdbc/jdbcusertx/src/java/MyServlet.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jdbcusertx/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/jdbc/jdbcusertx/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jdbcusertx/jdbcusertx.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying jdbcusertx.war [INFO] [exec] Application deployed with name jdbcusertx. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy persistence/jpainjectemf [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/persistence/jpainjectemf [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: JpaInjectEMFTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/persistence/jpainjectemf/src/test/JpaInjectEMFTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/jpainjectemf/jpainjectemf.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpainjectemf/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jpainjectemf [INFO] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpainjectemf/app warning: [options] bootstrap class path not set in conjunction with -source 8 Note: [EL Info]: processor: Creating static metadata factory ... warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 4 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpainjectemf/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpainjectemf/app/META-INF [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jpainjectemf/jpainjectemf.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying jpainjectemf.war [INFO] [exec] Application deployed with name jpainjectemf. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy persistence/jpavalidation [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/persistence/jpavalidation [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: JpaValidationTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/persistence/jpavalidation/src/test/JpaValidationTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/jpavalidation/jpavalidation.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpavalidation/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jpavalidation [INFO] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpavalidation/app warning: [options] bootstrap class path not set in conjunction with -source 8 Note: [EL Info]: processor: Creating static metadata factory ... warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 4 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpavalidation/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpavalidation/app/META-INF [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jpavalidation/jpavalidation.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying jpavalidation.war [INFO] [exec] Application deployed with name jpavalidation. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy security/helloworld [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/helloworld [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: HelloSecurityTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/helloworld/src/test/HelloSecurityTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/security/hellojspsecure.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/security/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/security [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/security/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/security/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/helloworld/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/security/hellojspsecure.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying hellojspsecure.war [INFO] [exec] Application deployed with name hellojspsecure. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy security/basicauth [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth [WARNING] [echo] ************************* [WARNING] [echo] [INFO] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-file-user --groups testgroup1 --authrealmname file --target server testuser3 [INFO] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/asadminuserpassword.txt [INFO] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-file-user --groups testgroup5 --authrealmname file --target server testuser42 [INFO] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/asadminuserpassword.txt [INFO] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-file-user --groups testgroup10 --authrealmname file --target server j2ee [INFO] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/asadminuserpassword.txt [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/security-basicauth/basicauth.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/security-basicauth/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/security-basicauth [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/security-basicauth/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/security-basicauth/basicauth.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: security/BasicAuthTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/src/test/security/BasicAuthTestNG.java:41: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal int port = new Integer(portS).intValue(); ^ 4 warnings [WARNING] [echo] deploying basicauth.war [INFO] [exec] Application deployed with name basicauth. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy ejb/slsbnicmt [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/slsbnicmt [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: SlsbnicmtTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/EJB_slsbnicmt/slsbnicmt.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_slsbnicmt/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_slsbnicmt [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_slsbnicmt/app warning: [options] bootstrap class path not set in conjunction with -source 8 Note: [EL Info]: processor: Creating static metadata factory ... warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 4 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_slsbnicmt/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_slsbnicmt/app/META-INF [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_slsbnicmt/slsbnicmt.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying slsbnicmt.war [INFO] [exec] Application deployed with name slsbnicmt. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy ejb/sfulnoi [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/sfulnoi [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: SfulnoiTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/EJB_sfulnoi/sfulnoi.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_sfulnoi/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_sfulnoi [INFO] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_sfulnoi/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_sfulnoi/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/sfulnoi/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_sfulnoi/sfulnoi.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying sfulnoi.war [INFO] [exec] Application deployed with name sfulnoi. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy bean-validator/simple-bv-servlet [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/bean-validator/simple-bv-servlet [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: test/bv/servlet/simple/SimpleBVServletTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/bv/simple-bv-servlet.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/bv/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/bv [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/bv/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/bv/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/bean-validator/simple-bv-servlet/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/bv/simple-bv-servlet.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying simple-bv-servlet.war [INFO] [exec] Application deployed with name simple-bv-servlet. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy weld/numberguess [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/numberguess [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: NumberGuessTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/numberguess/src/test/NumberGuessTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/weldtest/numberguess.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [javac] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/numberguess/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest/numberguess.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying numberguess.war [INFO] [exec] Application deployed with name numberguess. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy weld/osgiweld [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/osgiweld [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: OsgiWeldTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/test/weld/osgi [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/weldtest/osgiweld.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/osgiweld/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest/osgiweld.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying osgiweld.war [INFO] [exec] Application deployed with name osgiweld. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy weld/extensions [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/extensions [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: ExtensionsTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/weldtest/extensions.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest/lib [INFO] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app/META-INF [INFO] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest/lib/extensions.jar [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest/extensions.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying extensions.war [INFO] [exec] Application deployed with name extensions. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] Glassfish Full Profile Build Deploy [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy ejb/remoteview [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/remoteview [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] archive-type is jar [WARNING] [echo] archive-type is jar [WARNING] [echo] archive-type is jar [WARNING] [echo] archive-type is jar [WARNING] [echo] Now creating a jar file ../../dist/EJB_remoteview/remoteview.jar [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_remoteview/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_remoteview [WARNING] [echo] Now compiling [INFO] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_remoteview/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [WARNING] [echo] Now creating a war file ../../dist/EJB_remoteview/remoteview.jar [INFO] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_remoteview/remoteview.jar [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: RemoteViewTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [WARNING] [echo] deploying remoteview.jar [INFO] [exec] Application deployed with name remoteview. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy ejb/singleton [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/singleton [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: SingletonTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/singleton/src/test/SingletonTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is ear [WARNING] [echo] archive-type is ear [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_Singleton/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_Singleton [INFO] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_Singleton/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [WARNING] [echo] war.classes ============== : **/*Servlet.class,**/*Interface.class [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_Singleton/singletonWeb.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_Singleton/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/singleton/metadata/ejb-jar.xml to copy. [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/singleton/metadata/sun-ejb-jar.xml to copy. [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/singleton/metadata/sun-cmp-mappings.xml to copy. [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/singleton/metadata/${dbschema} to copy. [INFO] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_Singleton/singletonEJB.jar [INFO] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_Singleton/singleton.ear [WARNING] [echo] Packaged Archive at ../../dist/EJB_Singleton/singleton.ear [WARNING] [echo] archive-type is ear [WARNING] [echo] archive-type is ear [WARNING] [echo] deploying singleton.ear [INFO] [exec] Application deployed with name singleton. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] deploying singleton.ear [INFO] [exec] Application deployed with name singleton. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy ejb/cmp [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/cmp [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: CmpRosterTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [WARNING] [echo] archive-type is ear [WARNING] [echo] archive-type is ear [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_CMP/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_CMP [INFO] [javac] Compiling 17 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_CMP/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 3 warnings [WARNING] [echo] war.classes ============== : **/*Servlet.class,**/Roster.class,**/RosterHome.class,**/*Details.class,**/Debug.class [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_CMP/RosterAppWeb.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_CMP/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_CMP/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_CMP/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_CMP/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_CMP/app [INFO] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_CMP/RosterAppEJB.jar [INFO] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_CMP/RosterApp.ear [WARNING] [echo] Packaged Archive at ../../dist/EJB_CMP/RosterApp.ear [WARNING] [echo] archive-type is ear [WARNING] [echo] archive-type is ear [WARNING] [echo] JavaDB Database Location : /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/../javadb [WARNING] [echo] sql.file = sql/RosterApp_derby.sql [WARNING] [echo] db.class.path = /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/../javadb/lib/derbyshared.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/../javadb/lib/derbytools.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/../javadb/lib/derbyclient.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/../javadb/lib/derbyclient.jar [INFO] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/cmp/sql/RosterApp_derby.sql [ERROR] [sql] Failed to execute: DROP TABLE TeamPlayer [ERROR] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEAMPLAYER' because it does not exist. [ERROR] [sql] Failed to execute: DROP TABLE Player [ERROR] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PLAYER' because it does not exist. [ERROR] [sql] Failed to execute: DROP TABLE Team [ERROR] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEAM' because it does not exist. [ERROR] [sql] Failed to execute: DROP TABLE League [ERROR] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'LEAGUE' because it does not exist. 0 rows affected 0 rows affected 0 rows affected 0 rows affected [INFO] [sql] 4 of 8 SQL statements executed successfully [WARNING] [echo] deploying RosterApp.ear [INFO] [exec] Application deployed with name RosterApp. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build ejb/mdb [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/mdb [WARNING] [echo] ************************* [WARNING] [echo] [INFO] [javac] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/admincli/src/test/admincli/util/RtExec.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: mdb/MDBTests.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [WARNING] [echo] archive-type is appclient_ear [WARNING] [echo] archive-type is appclient_ear [WARNING] [echo] archive-type is appclient_ear [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/mdb/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/mdb [INFO] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/mdb/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/mdb/src/com/sun/mdb/client/Client.java:57: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal numMessages = new Integer(args[0]).intValue(); ^ 4 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/mdb/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/mdb/app/META-INF [INFO] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/mdb/ejb-ejb30-hello-mdb-client.jar [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/mdb/app/META-INF [INFO] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/mdb/ejb-ejb30-hello-mdb-ejb.jar [INFO] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/mdb/ejb-ejb30-hello-mdbApp.ear [WARNING] [echo] Packaged Archive at ../../dist/mdb/ejb-ejb30-hello-mdbApp.ear [WARNING] [echo] archive-type is appclient_ear [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy jms/injection [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/jms/injection [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: ClientTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/jms/injection/src/test/ClientTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/JMS_Injection/injection.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/JMS_Injection/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/JMS_Injection [INFO] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/JMS_Injection/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/JMS_Injection/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/jms/injection/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/JMS_Injection/injection.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying injection.war [INFO] [exec] Application deployed with name injection. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy wsit/JaxwsFromWsdl [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/wsit/JaxwsFromWsdl [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] build-setup: build.home=../.. [INFO] [wsimport] Consider using <depends>/<produces> so that wsimport won't do unnecessary compilation [INFO] [wsimport] Eclipse Metro/4.0.2 (RELEASE-4.0.2-ffda8c0; 2023-01-31T10:50:38+0000) XMLWS-Impl/4.0.1 XMLWS-API/4.0.0 XMLB-Impl/4.0.2 XMLB-API/4.0.0 [INFO] [wsimport] command line: wsimport /opt/tools/java/openjdk/jdk-18/18.0.2+9/bin/java -d /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test -keep -verbose /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/wsit/JaxwsFromWsdl/etc/AddNumbers.wsdl -b /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/wsit/JaxwsFromWsdl/etc/custom-server.xml [WARNING] [wsimport] parsing WSDL... [WARNING] [wsimport] [WARNING] [wsimport] Generating code... [WARNING] [wsimport] jaxwsfromwsdl/server/AddNumbers.java [WARNING] [wsimport] jaxwsfromwsdl/server/AddNumbersFault.java [WARNING] [wsimport] jaxwsfromwsdl/server/AddNumbersFault_Exception.java [WARNING] [wsimport] jaxwsfromwsdl/server/AddNumbersPortType.java [WARNING] [wsimport] jaxwsfromwsdl/server/AddNumbersResponse.java [WARNING] [wsimport] jaxwsfromwsdl/server/AddNumbersService.java [WARNING] [wsimport] jaxwsfromwsdl/server/ObjectFactory.java [WARNING] [wsimport] jaxwsfromwsdl/server/OneWayInt.java [WARNING] [wsimport] jaxwsfromwsdl/server/package-info.java [WARNING] [wsimport] [WARNING] [wsimport] Compiling code... [WARNING] [wsimport] javac -d /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test -classpath /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/modules/angus-activation.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/modules/angus-mail.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/modules/webservices-osgi.jar /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/AddNumbers.java /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/AddNumbersFault.java /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/AddNumbersFault_Exception.java /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/AddNumbersPortType.java /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/AddNumbersResponse.java /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/AddNumbersService.java /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/ObjectFactory.java /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/OneWayInt.java /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/package-info.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '18' 2 warnings [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/wsit/JaxwsFromWsdl/JaxwsFromWsdl.war [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/wsit [WARNING] [echo] deploying JaxwsFromWsdl.war [INFO] [exec] Application deployed with name JaxwsFromWsdl. [INFO] [exec] Command deploy executed successfully. [INFO] [wsimport] Consider using <depends>/<produces> so that wsimport won't do unnecessary compilation [INFO] [wsimport] Eclipse Metro/4.0.2 (RELEASE-4.0.2-ffda8c0; 2023-01-31T10:50:38+0000) XMLWS-Impl/4.0.1 XMLWS-API/4.0.0 XMLB-Impl/4.0.2 XMLB-API/4.0.0 [INFO] [wsimport] command line: wsimport /opt/tools/java/openjdk/jdk-18/18.0.2+9/bin/java -d /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test -keep -verbose http://localhost:8080/JaxwsFromWsdl/addnumbers?wsdl -b /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/wsit/JaxwsFromWsdl/etc/custom-client.xml [WARNING] [wsimport] parsing WSDL... [WARNING] [wsimport] [WARNING] [wsimport] Generating code... [WARNING] [wsimport] jaxwsfromwsdl/client/AddNumbers.java [WARNING] [wsimport] jaxwsfromwsdl/client/AddNumbersFault.java [WARNING] [wsimport] jaxwsfromwsdl/client/AddNumbersFault_Exception.java [WARNING] [wsimport] jaxwsfromwsdl/client/AddNumbersPortType.java [WARNING] [wsimport] jaxwsfromwsdl/client/AddNumbersResponse.java [WARNING] [wsimport] jaxwsfromwsdl/client/AddNumbersService.java [WARNING] [wsimport] jaxwsfromwsdl/client/ObjectFactory.java [WARNING] [wsimport] jaxwsfromwsdl/client/OneWayInt.java [WARNING] [wsimport] jaxwsfromwsdl/client/package-info.java [WARNING] [wsimport] [WARNING] [wsimport] Compiling code... [WARNING] [wsimport] javac -d /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test -classpath /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/modules/jakarta.activation-api.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/modules/angus-activation.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/modules/jakarta.mail-api.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/modules/angus-mail.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/modules/webservices-osgi.jar /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/AddNumbers.java /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/AddNumbersFault.java /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/AddNumbersFault_Exception.java /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/AddNumbersPortType.java /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/AddNumbersResponse.java /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/AddNumbersService.java /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/ObjectFactory.java /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/OneWayInt.java /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/package-info.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '18' 2 warnings [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '18' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/wsit/JaxwsFromWsdl/src/test/jaxwsfromwsdl/client/JaxwsFromWsdlTestNG.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 2 warnings [WARNING] [echo] =============Starting TestNG test at ../../classes/test from testng.xml ============ [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output [INFO] [testng] ... [INFO] [testng] ... TestNG 6.11 by Cédric Beust (cedric@beust.com) [INFO] [testng] ... [INFO] [testng] [INFO] [testng] done for init [INFO] [testng] meth=public boolean jaxwsfromwsdl.client.AddNumbersClient.testAddNumbers() [INFO] [testng] cls=class jaxwsfromwsdl.client.AddNumbersClient [INFO] [testng] ct=public jaxwsfromwsdl.client.AddNumbersClient() [INFO] [testng] obj=jaxwsfromwsdl.client.AddNumbersClient@fdefd3f [INFO] [testng] PASSED: testAddNumbers_JaxwsFromWsdl [INFO] [testng] PASSED: testAddNumbersException_JaxwsFromWsdl [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] wsit_jaxws_wsdl_tests [INFO] [testng] Tests run: 2, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] QuickLookTests [INFO] [testng] Total tests run: 2, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [WARNING] [echo] JaxwsFromWsdl [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy wsit/jsr109tester [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/wsit/jsr109tester [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] build-setup: build.home=../.. [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '18' 2 warnings [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/wsit/jsr109tester/JaxwsFromJava.war [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/wsit [WARNING] [echo] deploying JaxwsFromJava.war [INFO] [exec] Application deployed with name JaxwsFromJava. [INFO] [exec] Command deploy executed successfully. [INFO] [wsimport] Consider using <depends>/<produces> so that wsimport won't do unnecessary compilation [WARNING] [wsimport] parsing WSDL... [WARNING] [wsimport] [WARNING] [wsimport] Generating code... [WARNING] [wsimport] [WARNING] [wsimport] Compiling code... [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '18' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/wsit/jsr109tester/src/test/fromjava/client/CheckTesterUITestNG.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 2 warnings [WARNING] [echo] =============Starting TestNG test at ../../classes/test from testng.xml ============ [INFO] [testng] ... [INFO] [testng] ... TestNG 6.11 by Cédric Beust (cedric@beust.com) [INFO] [testng] ... [INFO] [testng] [INFO] [testng] done for init [INFO] [testng] method = equals [INFO] [testng] method = toString [INFO] [testng] method = hashCode [INFO] [testng] method = close [INFO] [testng] method = proxyClassLookup [INFO] [testng] method = addNumbers [INFO] [testng] method = getBinding [INFO] [testng] method = getEndpointReference [INFO] [testng] method = getEndpointReference [INFO] [testng] method = getSPI [INFO] [testng] method = getComponents [INFO] [testng] method = setAddress [INFO] [testng] method = setOutboundHeaders [INFO] [testng] method = setOutboundHeaders [INFO] [testng] method = setOutboundHeaders [INFO] [testng] method = getRequestContext [INFO] [testng] method = getWSEndpointReference [INFO] [testng] method = getResponseContext [INFO] [testng] method = getPortInfo [INFO] [testng] method = getManagedObjectManager [INFO] [testng] method = getInboundHeaders [INFO] [testng] Tester Page HTML = <HTML lang=en><HEAD><TITLE>AddNumbersService Web Service Tester</TITLE></HEAD><BODY><H1>AddNumbersService Web Service Tester</H1><br>This form will allow you to test your web service implementation (<A HREF="http://localhost:8080/JaxwsFromJava/AddNumbersService?WSDL" title="WSDL file describing AddNumbersService web service">WSDL File</A>)<hr>To invoke an operation, fill the method parameter(s) input boxes and click on the button labeled with the method name.<H3>Methods :</H3><FORM METHOD="POST">public abstract int fromjava.server.AddNumbers.addNumbers(int,int)<BR><INPUT TYPE=SUBMIT NAME=action title="Invoke addNumbers operation" value=addNumbers> (<INPUT TYPE=TEXT NAME=PARAMaddNumbers0 title="addNumbers parameter of type int">,<INPUT TYPE=TEXT NAME=PARAMaddNumbers1 title="addNumbers parameter of type int">)<BR><HR></FORM></BODY></HTML> [INFO] [testng] PASSED: testAddNumbers [INFO] [testng] PASSED: testTesterUI [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] wsit_jaxws_tests [INFO] [testng] Tests run: 2, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] QuickLookTests [INFO] [testng] Total tests run: 2, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [WARNING] [echo] JaxwsFromJava [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy security/appperms [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: ApppermsTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/test/ApppermsTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is ear [WARNING] [echo] archive-type is ear [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/app_perms/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/app_perms [INFO] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/app_perms/app warning: [options] bootstrap class path not set in conjunction with -source 8 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/BeanRoot.java:26: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal import java.security.AccessControlException; ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/BeanRoot.java:27: warning: [removal] AccessController in java.security has been deprecated and marked for removal import java.security.AccessController; ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/TestServlet.java:21: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal import java.security.AccessControlException; ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/TestServlet.java:22: warning: [removal] AccessController in java.security has been deprecated and marked for removal import java.security.AccessController; ^ warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/BeanRoot.java:26: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal import java.security.AccessControlException; ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/BeanRoot.java:27: warning: [removal] AccessController in java.security has been deprecated and marked for removal import java.security.AccessController; ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/TestServlet.java:21: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal import java.security.AccessControlException; ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/TestServlet.java:22: warning: [removal] AccessController in java.security has been deprecated and marked for removal import java.security.AccessController; ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/BeanRoot.java:26: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal import java.security.AccessControlException; ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/BeanRoot.java:27: warning: [removal] AccessController in java.security has been deprecated and marked for removal import java.security.AccessController; ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/TestServlet.java:21: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal import java.security.AccessControlException; ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/TestServlet.java:22: warning: [removal] AccessController in java.security has been deprecated and marked for removal import java.security.AccessController; ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/BeanRoot.java:64: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal if (System.getSecurityManager() != null) { ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/BeanRoot.java:65: warning: [removal] AccessController in java.security has been deprecated and marked for removal AccessController.checkPermission(fp); ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/BeanRoot.java:69: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal } catch (AccessControlException e) { ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/BeanRoot.java:75: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal if (System.getSecurityManager() != null) { ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/BeanRoot.java:76: warning: [removal] AccessController in java.security has been deprecated and marked for removal AccessController.checkPermission(fp); ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/BeanRoot.java:80: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal } catch (AccessControlException e) { ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/BeanRoot.java:87: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal if (System.getSecurityManager() != null) { ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/BeanRoot.java:88: warning: [removal] AccessController in java.security has been deprecated and marked for removal AccessController.checkPermission(p1); ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/BeanRoot.java:92: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal } catch (AccessControlException e) { ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/TestServlet.java:88: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal if (System.getSecurityManager() != null) { ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/TestServlet.java:89: warning: [removal] AccessController in java.security has been deprecated and marked for removal AccessController.checkPermission(fp); ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/TestServlet.java:94: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal } catch (AccessControlException e) { ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/TestServlet.java:101: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal if (System.getSecurityManager() != null) { ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/TestServlet.java:102: warning: [removal] AccessController in java.security has been deprecated and marked for removal AccessController.checkPermission(fp); ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/TestServlet.java:106: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal } catch (AccessControlException e) { ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/TestServlet.java:113: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal if (System.getSecurityManager() != null) { ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/TestServlet.java:114: warning: [removal] AccessController in java.security has been deprecated and marked for removal AccessController.checkPermission(fp); ^ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/src/java/TestServlet.java:118: warning: [removal] AccessControlException in java.security has been deprecated and marked for removal } catch (AccessControlException e) { ^ 33 warnings [WARNING] [echo] war.classes ============== : **/*Servlet.class,**/*Interface.class [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/app_perms/apppermsWeb.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/app_perms/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/metadata/ejb-jar.xml to copy. [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/metadata/sun-ejb-jar.xml to copy. [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/metadata/sun-cmp-mappings.xml to copy. [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/metadata/${dbschema} to copy. [INFO] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/app_perms/apppermsEJB.jar [INFO] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/app_perms/appperms.ear [WARNING] [echo] Packaged Archive at ../../dist/app_perms/appperms.ear [WARNING] [echo] archive-type is ear [WARNING] [echo] archive-type is ear [WARNING] [echo] update file ../../dist/app_perms/appperms.ear with permissions.xml [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/app_perms/appperms.ear [WARNING] [echo] deploying appperms.ear [INFO] [exec] Application deployed with name appperms. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] deploying appperms.ear [INFO] [exec] Application deployed with name appperms. [INFO] [exec] Command deploy executed successfully. [WARNING] Trying to override old definition of task junitreport [WARNING] [echo] [WARNING] [echo] [WARNING] [echo] ============================================================================= [WARNING] [echo] = = [WARNING] [echo] = S t a r t i n g TestNG f u n c t i o n a l t e s t s = [WARNING] [echo] = = [WARNING] [echo] = TEST FILE = testng/testng_full_profile.xml = [WARNING] [echo] = BASEDIR = /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook = [WARNING] [echo] = = [WARNING] [echo] ============================================================================= [WARNING] [echo] [WARNING] [echo] [WARNING] [echo] [WARNING] [echo] [WARNING] [echo] ============================================================================= [WARNING] [echo] = R u n n i n g t h e f o l l o w i n g t e s t s: = [WARNING] [echo] = From TEST FILE = testng/testng_full_profile.xml = [WARNING] [echo] <test name="admincli_tests"> [WARNING] [echo] <test name="amx_tests"> [WARNING] [echo] <test name="adminconsole_tests"> [WARNING] [echo] <test name="rest_tests"> [WARNING] [echo] <test name="deploy_upload_test"> [WARNING] [echo] <test name="jsf_hello_world"> [WARNING] [echo] <test name="jsf_injection"> [WARNING] [echo] <test name="jdbc_user_tx"> [WARNING] [echo] <test name="jpa_inject_emf"> [WARNING] [echo] <test name="jpa_validation"> [WARNING] [echo] <test name="security_hello_jsp"> [WARNING] [echo] <test name="security_hello_basicauth"> [WARNING] [echo] <test name="security_app_permissions"> [WARNING] [echo] <test name="ejb_remoteview"> [WARNING] [echo] <test name="ejb_singleton_ear_redeploy"> [WARNING] [echo] <test name="ejb_stateful_cmt_ni_war"> [WARNING] [echo] <test name="ejb_cmp_ear"> [WARNING] [echo] <test name="MDB_tests"> [WARNING] [echo] <test name="bv_servlet_simple"> [WARNING] [echo] <test name="weld_tests"> [WARNING] [echo] <test name="asadmin_tests"> [WARNING] [echo] <test name="osgi_test"> [WARNING] [echo] <test name="jms_injection_jmsContext"> [WARNING] [echo] ============================================================================= [INFO] [testng] ... [INFO] [testng] ... TestNG 6.11 by Cédric Beust (cedric@beust.com) [INFO] [testng] ... [INFO] [testng] [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/asadmin create-jdbc-connection-pool --datasourceclassname=org.apache.derby.jdbc.ClientDataSource --property DatabaseName=sun-appserv-samples:PortNumber=1527:serverName=localhost:Password=APP:User=APP QLJdbcPool [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/asadmin ping-connection-pool DerbyPool [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/asadmin ping-connection-pool QLJdbcPool [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/asadmin delete-jdbc-connection-pool QLJdbcPool [INFO] [testng] PASSED: restartDomainTest [INFO] [testng] PASSED: createJDBCPool [INFO] [testng] PASSED: pingJDBCPool [INFO] [testng] PASSED: deleteJDBCPool [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] admincli_tests [INFO] [testng] Tests run: 4, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [WARNING] [testng] Mar 05, 2023 9:50:21 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [WARNING] [testng] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [INFO] [testng] PASSED: bootAMX [INFO] [testng] Core AMX tests [INFO] [testng] PASSED: testAMXComplianceMonitorFailureCount [INFO] [testng] Core AMX tests [INFO] [testng] PASSED: testDemo [INFO] [testng] Core AMX tests [INFO] [testng] PASSED: iterateAllSanityCheck [INFO] [testng] Core AMX tests [INFO] [testng] PASSED: testBulkAccess [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testDomainRoot [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testExt [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testForBogusAnnotations [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testJ2EEDomain [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testLogging [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testMonitoringRoot [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testPathnames [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testQuery [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testRuntimeRoot [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testServerRuntime [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testSystemInfo [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testTools [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testForBogusConfigAnnotations [INFO] [testng] tests for AMXConfigProxy [INFO] [testng] PASSED: testVariousGetters [INFO] [testng] test varioius miscellaneous AMX feature [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] amx_tests [INFO] [testng] Tests run: 19, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: testAdminCommandEndpoint [INFO] [testng] REST API Tests [INFO] [testng] PASSED: testChildConfigBeanEndpoint [INFO] [testng] REST API Tests [INFO] [testng] PASSED: testEndpointWithEncodedSlash [INFO] [testng] REST API Tests [INFO] [testng] PASSED: testManagementEndpoint [INFO] [testng] REST API Tests [INFO] [testng] PASSED: testMonitoringEndpoint [INFO] [testng] REST API Tests [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] rest_tests [INFO] [testng] Tests run: 5, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: simpleJSPTestPage [INFO] [testng] PASSED: simpleServletTest [INFO] [testng] PASSED: staticHTMLPageTest [INFO] [testng] PASSED: testServerRunning [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] deploy_upload_test [INFO] [testng] Tests run: 4, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: jsfAppDeployedFirstPagetest [INFO] [testng] PASSED: jsfIndexPageBasicTest [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] jsf_hello_world [INFO] [testng] Tests run: 2, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] <!DOCTYPE html> [INFO] [testng] <!-- [INFO] [testng] [INFO] [testng] Copyright (c) 2021 Contributors to Eclipse Foundation. [INFO] [testng] Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved. [INFO] [testng] [INFO] [testng] This program and the accompanying materials are made available under the [INFO] [testng] terms of the Eclipse Public License v. 2.0, which is available at [INFO] [testng] http://www.eclipse.org/legal/epl-2.0. [INFO] [testng] [INFO] [testng] This Source Code may also be made available under the following Secondary [INFO] [testng] Licenses when the conditions for such availability set forth in the [INFO] [testng] Eclipse Public License v. 2.0 are satisfied: GNU General Public License, [INFO] [testng] version 2 with the GNU Classpath Exception, which is available at [INFO] [testng] https://www.gnu.org/software/classpath/license.html. [INFO] [testng] [INFO] [testng] SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 [INFO] [testng] [INFO] [testng] --><html><head id="j_idt3"> [INFO] [testng] <title>Faces Hello</title></head><body> [INFO] [testng] <h1>Welcome to jAstrologer</h1> [INFO] [testng] <form id="form" name="form" method="post" action="/jsfinjection/jsfHello.xhtml;jsessionid=3c16c0082c5cf1eb3f6ea717ea37" enctype="application/x-www-form-urlencoded"> [INFO] [testng] <input type="hidden" name="form" value="form" /> [INFO] [testng] [INFO] [testng] <h3> [INFO] [testng] Hello, and welcome<br />If injection worked, this sentence should be followed by the injected words -&gt; Injected entry [INFO] [testng] <br />If second injection worked, this sentence should be followed by 'a non-negative number' === 0 === [INFO] [testng] <br />If @Postconstruct worked, this sentence should be followed by true [INFO] [testng] </h3><input type="hidden" name="jakarta.faces.ViewState" id="j_id1:jakarta.faces.ViewState:0" value="-3242667732219860690:-7991163581444872991" autocomplete="off" /> [INFO] [testng] </form></body> [INFO] [testng] </html> [INFO] [testng] <br />If second injection worked, this sentence should be followed by 'a non-negative number' === 0 === [INFO] [testng] Injection2 matched. [INFO] [testng] @PostConstruct worked [INFO] [testng] PASSED: injectedValuesTestPage [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] jsf_injection [INFO] [testng] Tests run: 1, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: testNoLeak [INFO] [testng] PASSED: testUserTx [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] jdbc_user_tx [INFO] [testng] Tests run: 2, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: persistWithInjectEMF [INFO] [testng] PASSED: lazyLoadingByQuery [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] jpa_inject_emf [INFO] [testng] Tests run: 2, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: initialize [INFO] [testng] PASSED: validatePersist [INFO] [testng] PASSED: validateUpdate [INFO] [testng] PASSED: validateRemove [INFO] [testng] PASSED: verify [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] jpa_validation [INFO] [testng] Tests run: 5, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: simpleJSPTestPage [INFO] [testng] PASSED: simpleServletTest [INFO] [testng] PASSED: staticHTMLPageTest [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] security_hello_jsp [INFO] [testng] Tests run: 3, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: testAuthGroupMappedUser [INFO] [testng] PASSED: testAuthNotAuthorizedUser [INFO] [testng] PASSED: testAuthNotValidPassword [INFO] [testng] PASSED: testAuthRoleMappedUser [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] security_hello_basicauth [INFO] [testng] Tests run: 4, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: singletonStartup [INFO] [testng] PASSED: singletonInjectLookup [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] security_app_permissions [INFO] [testng] Tests run: 2, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [WARNING] [testng] Mar 05, 2023 9:50:54 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB [WARNING] [testng] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@1be427b4 [INFO] [testng] PASSED: helloRemote [INFO] [testng] PASSED: nonPortableGlobal [INFO] [testng] PASSED: portableGlobal [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] ejb_remoteview [INFO] [testng] Tests run: 3, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: singletonStartup [INFO] [testng] PASSED: singletonInjectLookup [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] ejb_singleton_ear_redeploy [INFO] [testng] Tests run: 2, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] url = http://localhost:8080/slsbnicmt/test?tc=EJBInject [INFO] [testng] PASSED: EJBInject [INFO] [testng] PASSED: SetName [INFO] [testng] PASSED: GetName [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] ejb_stateful_cmt_ni_war [INFO] [testng] Tests run: 3, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: test [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] ejb_cmp_ear [INFO] [testng] Tests run: 1, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/asadmin multimode --file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/mdb/create_resources.asadmin [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/asadmin deploy --retrieve=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/./dist/mdb/ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/./dist/mdb/ejb-ejb30-hello-mdbApp.ear [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/./dist/mdb/ejb-ejb30-hello-mdbAppClient.jar [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/asadmin undeploy ejb-ejb30-hello-mdbApp [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/asadmin multimode --file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/mdb/delete_resources.asadmin [INFO] [testng] PASSED: createJMSRscTest("ejb/mdb/create_resources.asadmin") [INFO] [testng] PASSED: deployJMSAppTest("./dist/mdb/") [INFO] [testng] PASSED: runJMSAppTest("./dist/mdb/") [INFO] [testng] PASSED: undeployJMSAppTest [INFO] [testng] PASSED: deleteJMSRscTest("ejb/mdb/delete_resources.asadmin") [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] MDB_tests [INFO] [testng] Tests run: 5, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] Response: <html><head><title>SimpleBVServlet</title></head><body><p>Obtained ValidatorFactory: org.hibernate.validator.internal.engine.ValidatorFactoryImpl@4b78c813.</p><h1>Validating person class using validateValue with valid property</h1><p>case1: No ConstraintViolations found.</p><h1>Validating person class using validateValue with invalid property</h1><p>case2: caught IllegalArgumentException. Message: HV000227: The validated type simple_bv_servlet.Person does not specify the property: nonExistentProperty</p><h1>Validating invalid person instance using validate.</h1><p>case3: ConstraintViolation: message: must not be null propertyPath: listOfString</p><p>case3: ConstraintViolation: message: must not be null propertyPath: lastName</p><p>case3: ConstraintViolation: message: must not be null propertyPath: firstName</p><h1>Validating valid person.</h1><p>case4: No ConstraintViolations found.</p></body></html> [INFO] [testng] [INFO] [testng] Response: <html><head><title>SimpleBVServlet</title></head><body><p>Obtained ValidatorFactory: org.hibernate.validator.internal.engine.ValidatorFactoryImpl@6954efd2.</p><h1>Validating person class using validateValue with valid property</h1><p>case0: ConstraintViolation: message: must not be null propertyPath: listOfString[2].<list element></p><p>case1: No ConstraintViolations found.</p><h1>Validating person class using validateValue with invalid property</h1><p>case2: caught IllegalArgumentException. Message: HV000227: The validated type simple_bv_servlet.Employee does not specify the property: nonExistentProperty</p><h1>Validating invalid person instance using validate.</h1><p>case3: ConstraintViolation: message: must not be null propertyPath: listOfString</p><p>case3: ConstraintViolation: message: must not be null propertyPath: firstName</p><p>case3: ConstraintViolation: message: must be greater than or equal to 20 propertyPath: age</p><p>case3: ConstraintViolation: message: must be greater than or equal to 25 propertyPath: age</p><p>case3: ConstraintViolation: message: must not be null propertyPath: email</p><p>case3: ConstraintViolation: message: must not be null propertyPath: lastName</p><h1>Validating valid person.</h1><p>case4: ConstraintViolation: message: must be a well-formed email address propertyPath: email</p><p>case5: No ConstraintViolations found.</p><p>case6: ConstraintViolation: message: must be greater than or equal to 25 propertyPath: age</p><p>case7: ConstraintViolation: message: must be less than or equal to 50 propertyPath: age</p></body></html> [INFO] [testng] [INFO] [testng] PASSED: test_BV_10 [INFO] [testng] PASSED: test_BV_20 [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] bv_servlet_simple [INFO] [testng] Tests run: 2, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: appDeployedFirstPagetest [INFO] [testng] PASSED: extensionBeanObserversTest [INFO] [testng] PASSED: extensionBeanReferenceTest [INFO] [testng] PASSED: injectionTargetAdaptionTest [INFO] [testng] PASSED: jarExtensionBeanObserversTest [INFO] [testng] PASSED: jarExtensionBeanReferenceTest [INFO] [testng] PASSED: webBeanTest [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] weld_tests [INFO] [testng] Tests run: 7, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: createJoe [INFO] [testng] PASSED: ensureCreatedJoeExists [INFO] [testng] PASSED: deleteJoe [INFO] [testng] PASSED: deletedJoeDoesNotExist [INFO] [testng] PASSED: createPool [INFO] [testng] PASSED: pingPool [INFO] [testng] PASSED: ensureCreatedPoolExists [INFO] [testng] PASSED: deletePool [INFO] [testng] PASSED: deletedPoolDoesNotExist [INFO] [testng] PASSED: createListener [INFO] [testng] PASSED: ensureCreatedListenerExists [INFO] [testng] PASSED: deleteListener [INFO] [testng] PASSED: ensureDeletedListenerDoesNotExist [INFO] [testng] PASSED: createListenerWithOldParam [INFO] [testng] PASSED: deleteListener2 [INFO] [testng] PASSED: createOsgiListener [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] asadmin_tests [INFO] [testng] Tests run: 16, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: testRequestScopedJMSContextInjection [INFO] [testng] PASSED: testTransactionScopedJMSContextInjection [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] jms_injection_jmsContext [INFO] [testng] Tests run: 2, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] QuickLookTests [INFO] [testng] Total tests run: 94, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy web/helloworld [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/helloworld [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] hellojsp [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy web/jsfastrologer [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/jsfastrologer [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] jsfastrologer [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy web/jsfinjection [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/jsfinjection [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] jsfinjection [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy jdbc/jdbcusertx [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/jdbc/jdbcusertx [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] jdbcusertx [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy persistence/jpainjectemf [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/persistence/jpainjectemf [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] jpainjectemf [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy persistence/jpavalidation [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/persistence/jpavalidation [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] jpavalidation [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy security/helloworld [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/helloworld [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] hellojspsecure [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy security/basicauth [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] basicauth [INFO] [exec] Command undeploy executed successfully. [INFO] [exec] asadmin --host localhost --port 4848 --user admin --interactive=false --echo=true --terse=true delete-file-user --authrealmname file --target server testuser3 [INFO] [exec] asadmin --host localhost --port 4848 --user admin --interactive=false --echo=true --terse=true delete-file-user --authrealmname file --target server testuser42 [INFO] [exec] asadmin --host localhost --port 4848 --user admin --interactive=false --echo=true --terse=true delete-file-user --authrealmname file --target server j2ee [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy ejb/slsbnicmt [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/slsbnicmt [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] slsbnicmt [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy ejb/sfulnoi [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/sfulnoi [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] sfulnoi [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy bean-validator/simple-bv-servlet [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/bean-validator/simple-bv-servlet [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] simple-bv-servlet [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy weld/numberguess [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/numberguess [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] numberguess [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy weld/osgiweld [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/osgiweld [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] osgiweld [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy weld/extensions [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/extensions [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] extensions [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy jms/injection [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/jms/injection [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] injection [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy ejb/singleton [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/singleton [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] singleton [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy ejb/remoteview [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/remoteview [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] remoteview [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy ejb/cmp [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/cmp [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] RosterApp [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy security/appperms [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/appperms [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] appperms [INFO] [exec] Command undeploy executed successfully. [INFO] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/version.output [INFO] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/config/server.policy [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/config [INFO] [exec] Deleted 1 option(s) [INFO] [exec] Command delete-jvm-options executed successfully. [WARNING] [echo] stopping server [INFO] [exec] Waiting for the domain to stop .... [INFO] [exec] Waiting finished after 3,351 ms. [INFO] [exec] Command stop-domain executed successfully. [INFO] [exec] Sun Mar 05 21:51:23 UTC 2023 : Connection obtained for host: 0.0.0.0, port number 1527. [INFO] [exec] Sun Mar 05 21:51:24 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [INFO] [exec] Command stop-database executed successfully. [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output [WARNING] [echo] Checking messages in: [WARNING] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [WARNING] [echo] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/test-output [INFO] [loadfile] Do not set property lines_with_msg_key as its length is 0. [WARNING] [echo] [WARNING] [echo] * Message keys logged instead of message: [WARNING] [echo] (PASSED: no problems found) [INFO] [loadfile] Do not set property lines_with_msg_unsubst_param as its length is 0. [WARNING] [echo] [WARNING] [echo] * Parameter marker not substituted with value: [WARNING] [echo] (PASSED: no problems found) [INFO] [loadfile] Do not set property lines_with_bundle_not_found_msg as its length is 0. [WARNING] [echo] [WARNING] [echo] * Bundle not found: [WARNING] [echo] (PASSED: no problems found) [INFO] [loadfile] Do not set property lines_with_msg_not_found as its length is 0. [WARNING] [echo] [WARNING] [echo] * Messages not found in message bundle: [WARNING] [echo] (PASSED: no problems found) [INFO] [loadfile] Do not set property lines_with_null_or_empty_msg as its length is 0. [WARNING] [echo] [WARNING] [echo] * No message: [WARNING] [echo] (PASSED: no problems found) [INFO] [loadfile] Do not set property lines_with_msg_common_typos as its length is 0. [WARNING] [echo] [WARNING] [echo] * Messages with common typo's ('occured' with one 'r', 'dont' missing apostrophe, etc.): [WARNING] [echo] (PASSED: no problems found) [INFO] [loadfile] Do not set property lines_with_msg_double_apos as its length is 0. [WARNING] [echo] [WARNING] [echo] * Messages with double apostrophes: [WARNING] [echo] (PASSED: no problems found) [INFO] [loadfile] Do not set property remaining_messages as its length is 0. [WARNING] [echo] [WARNING] [echo] * Messages with no proper message Id: [WARNING] [echo] (none) [WARNING] [echo] [WARNING] [echo] ====================================================================== [WARNING] [echo] FAILED: check-logged-messages [WARNING] [echo] Issues found in one or more messages (see results above). [WARNING] [echo] Please address them, or if the message should be left as-is, [WARNING] [echo] add it to the exclusion list with details why it should be excluded: [WARNING] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/gfproject/log_msg_excl.txt [WARNING] [echo] ====================================================================== [WARNING] [echo] JaxwsFromWsdl Tests [WARNING] [echo] [testng] Total tests run: 2, Failures: 0, Skips: 0 [WARNING] [echo] [testng] =============================================== [WARNING] [echo] [testng] [WARNING] [echo] Jsr109tester Tests [WARNING] [echo] [testng] Total tests run: 2, Failures: 0, Skips: 0 [WARNING] [echo] [testng] =============================================== [WARNING] [echo] [testng] [WARNING] [echo] [testng] [WARNING] [echo] [testng] =============================================== [WARNING] [echo] [testng] QuickLookTests [WARNING] [echo] [testng] Total tests run: 94, Failures: 0, Skips: 0 [WARNING] [echo] [testng] =============================================== [WARNING] [echo] [testng] [WARNING] Trying to override old definition of task javac [WARNING] Trying to override old definition of task junitreport [WARNING] [echo] Generating report at test-output [WARNING] [junitreport] the file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng-results.xml is not a valid testsuite XML document [INFO] [junitreport] Processing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/junit-noframes.html [INFO] [junitreport] Loading stylesheet jar:file:/home/jenkins/.m2/repository/org/apache/ant/ant-junit/1.10.9/ant-junit-1.10.9.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [INFO] [junitreport] Transform time: 191ms [WARNING] [echo] Test Report available at test-output/index.html [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:40 min [INFO] Finished at: 2023-03-05T21:51:24Z [INFO] ------------------------------------------------------------------------ + copy_ql_results ql_gf_full_profile_all + [[ ql_gf_full_profile_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ ql_gf_full_profile_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + tar -cf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains tar: Removing leading `/' from member names + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/ + cp -r /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/bullet_point.png /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/collapseall.gif /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/emailable-report.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/failed.png /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/index.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/jquery-1.7.1.min.js /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/junit-noframes.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/junitreports /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/navigator-bullet.png /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/old /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/passed.png /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/QL-GP-report.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/QuickLookTests /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/skipped.png /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng.css /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng-reports.css /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng-reports.js /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng-results.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/TESTS-TestSuites.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/ + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/TESTS-TestSuites.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/test_results_junit.xml + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/quicklook_summary.txt /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/tests-run.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/ + tar -czf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ql_gf_full_profile_all-results.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results tar: Removing leading `/' from member names + change_junit_report_class_names + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXConfigProxyTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXCoreTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXOtherTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXProxyTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-fromjava.client.CheckTesterUITestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-jaxwsfromwsdl.client.JaxwsFromWsdlTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admincli.ExistStatusTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admincli.RestartDomainTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.JdbcConnectionPoolTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.JvmOptionTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.OsgiAsadminTest.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.RestTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.WebtierTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.bv.servlet.simple.SimpleBVServletTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.CmpRosterTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.ejb.remoteview.RemoteViewTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.ejb.sfulnoi.SfulnoiTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.ejb.singleton.SingletonTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.ejb.slsbnicmt.SlsbnicmtTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jdbc.jdbcusertx.JdbcUserTxTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jms.injection.ClientTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jpa.jpainjectemf.JpaInjectEMFTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jpa.jpavalidation.JpaValidationTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jsf.astrologer.JSFWebTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.mdb.MDBTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.security.appperms.ApppermsTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.security.basicauth.BasicAuthTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.security.hellojsp.HelloSecurityTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.web.extensions.ExtensionsTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.web.jsfinjection.JSFInjectionTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.web.jsp.hello.HelloJSPTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.web.numberguess.NumberGuessTestNG.xml + sed -i 's/\bclassname="/classname="ql_gf_full_profile_all./g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXConfigProxyTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXCoreTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXOtherTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXProxyTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-fromjava.client.CheckTesterUITestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-jaxwsfromwsdl.client.JaxwsFromWsdlTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admincli.ExistStatusTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admincli.RestartDomainTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.JdbcConnectionPoolTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.JvmOptionTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.OsgiAsadminTest.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.RestTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.WebtierTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.bv.servlet.simple.SimpleBVServletTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.CmpRosterTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.ejb.remoteview.RemoteViewTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.ejb.sfulnoi.SfulnoiTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.ejb.singleton.SingletonTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.ejb.slsbnicmt.SlsbnicmtTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jdbc.jdbcusertx.JdbcUserTxTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jms.injection.ClientTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jpa.jpainjectemf.JpaInjectEMFTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jpa.jpavalidation.JpaValidationTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jsf.astrologer.JSFWebTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.mdb.MDBTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.security.appperms.ApppermsTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.security.basicauth.BasicAuthTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.security.hellojsp.HelloSecurityTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.web.extensions.ExtensionsTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.web.jsfinjection.JSFInjectionTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.web.jsp.hello.HelloJSPTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.web.numberguess.NumberGuessTestNG.xml + break + [[ true = false ]] ************************************** Finished Running ql_gf_full_profile_all ************************************** Back at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18 [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (ql_gf_web_profile_all) [Pipeline] sh + rm -rf glassfish7 + true + java --version openjdk 18.0.2 2022-07-19 OpenJDK Runtime Environment (build 18.0.2+9-61) OpenJDK 64-Bit Server VM (build 18.0.2+9-61, mixed mode, sharing) + ./gftest.sh ql_gf_web_profile_all WORKSPACE = /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18 S1AS_HOME = /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish APS_HOME = /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests TEST_RUN_LOG = /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/tests-run.log Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish Running tests for: * ql_gf_web_profile_all Running tests from dir /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18 ************************************** Start Running ql_gf_web_profile_all ************************************** + '[' '!' -z /var/jenkins ']' ++ mktemp -t XXXgf-internal-env + readonly GF_INTERNAL_ENV_SH=/tmp/bKwgf-internal-env + GF_INTERNAL_ENV_SH=/tmp/bKwgf-internal-env + '[' '!' -z '' ']' + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/maven-repo.tar.gz ']' + tar -xzf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/maven-repo.tar.gz --overwrite -m -p -C /home/jenkins/.m2/repository + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish' Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish + rm -rf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' + '[' -z '' ']' ++ mvn help:evaluate -f '"/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml"' -Dexpression=project.version -q -DforceStdout --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging POM file "/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist + export GF_VERSION=7.0.3-SNAPSHOT + GF_VERSION=7.0.3-SNAPSHOT + '[' -z '' ']' + export MVN_REPOSITORY=/home/jenkins/.m2/repository + MVN_REPOSITORY=/home/jenkins/.m2/repository + run_test ql_gf_web_profile_all + local testid=ql_gf_web_profile_all + local found=false ++ find . -name run_test.sh + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 + for id in `${runtest} list_test_ids` + [[ admin_cli_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ admin-cli-group-1 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ admin-cli-group-2 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ admin-cli-group-3 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ admin-cli-group-4 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ admin-cli-group-5 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo batch_all + for id in `${runtest} list_test_ids` + [[ batch_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo cdi_all + for id in `${runtest} list_test_ids` + [[ cdi_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh + source ./appserver/tests/appserv-tests/devtests/connector/v3/../../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo connector_all connector_group_1 connector_group_2 connector_group_3 connector_group_4 + for id in `${runtest} list_test_ids` + [[ connector_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ connector_group_1 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ connector_group_2 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ connector_group_3 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ connector_group_4 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh + source ./appserver/tests/appserv-tests/devtests/deployment/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo deployment_all deployment_cluster_all + for id in `${runtest} list_test_ids` + [[ deployment_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ deployment_cluster_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh + source ./appserver/tests/appserv-tests/devtests/ejb/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo ejb_all ejb_timer_cluster_all ejb_web_all ejb_group_1 ejb_group_2 ejb_group_3 ejb_group_embedded + for id in `${runtest} list_test_ids` + [[ ejb_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ ejb_timer_cluster_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ ejb_web_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ ejb_group_1 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ ejb_group_2 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ ejb_group_3 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ ejb_group_embedded = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh + source ./appserver/tests/appserv-tests/devtests/jdbc/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo jdbc_all + for id in `${runtest} list_test_ids` + [[ jdbc_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/jms/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/jms/run_test.sh + source ./appserver/tests/appserv-tests/devtests/jms/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo jms_all + for id in `${runtest} list_test_ids` + [[ jms_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/naming/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/naming/run_test.sh + source ./appserver/tests/appserv-tests/devtests/naming/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo naming_all + for id in `${runtest} list_test_ids` + [[ naming_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh + source ./appserver/tests/appserv-tests/devtests/persistence/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo persistence_all + for id in `${runtest} list_test_ids` + [[ persistence_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/security/run_test.sh list_test_ids + for id in `${runtest} list_test_ids` + [[ security_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/transaction/ee/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/transaction/ee/run_test.sh + source ./appserver/tests/appserv-tests/devtests/transaction/ee/../../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo transaction_ee_all transaction-ee-1 transaction-ee-2 transaction-ee-3 transaction-ee-4 + for id in `${runtest} list_test_ids` + [[ transaction_ee_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ transaction-ee-1 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ transaction-ee-2 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ transaction-ee-3 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ transaction-ee-4 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/web/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/web/run_test.sh + source ./appserver/tests/appserv-tests/devtests/web/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case $OPT in + list_test_ids + echo web_all web_jsp web_servlet web_web-container web_group-1 + for id in `${runtest} list_test_ids` + [[ web_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ web_jsp = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ web_servlet = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ web_web-container = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ web_group-1 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/appserv-tests/devtests/webservice/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/appserv-tests/devtests/webservice/run_test.sh + source ./appserver/tests/appserv-tests/devtests/webservice/../../../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo webservice_all + for id in `${runtest} list_test_ids` + [[ webservice_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/copyright/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= + case ${OPT} in + list_test_ids + echo copyright + for id in `${runtest} list_test_ids` + [[ copyright = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/cts_smoke/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= + case ${OPT} in + list_test_ids + echo cts_smoke_all servlet_tck_all servlet_tck_servlet-api-servlet servlet_tck_servlet-api-servlet-http servlet_tck_servlet-compat servlet_tck_servlet-pluggability servlet_tck_servlet-spec cts_smoke_group-1 cts_smoke_group-2 cts_smoke_group-3 cts_smoke_group-4 cts_smoke_group-5 + for id in `${runtest} list_test_ids` + [[ cts_smoke_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ servlet_tck_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ servlet_tck_servlet-api-servlet = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ servlet_tck_servlet-api-servlet-http = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ servlet_tck_servlet-compat = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ servlet_tck_servlet-pluggability = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ servlet_tck_servlet-spec = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ cts_smoke_group-1 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ cts_smoke_group-2 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ cts_smoke_group-3 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ cts_smoke_group-4 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ cts_smoke_group-5 = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/embedded/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/embedded/run_test.sh + source ./appserver/tests/embedded/../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + case ${OPT} in + list_test_ids + echo embedded_all + for id in `${runtest} list_test_ids` + [[ embedded_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/findbug/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= + case ${OPT} in + list_test_ids + echo findbugs_all + echo findbugs_low_priority_all + for id in `${runtest} list_test_ids` + [[ findbugs_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ findbugs_low_priority_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ false = true ]] + for runtest in `find . -name run_test\.sh` ++ ./appserver/tests/quicklook/run_test.sh list_test_ids + OPT=list_test_ids + TEST_ID= ++ dirname ./appserver/tests/quicklook/run_test.sh + source ./appserver/tests/quicklook/../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports + case ${OPT} in + list_test_ids + echo ql_gf_full_profile_all ql_gf_nucleus_all ql_gf_web_profile_all ql_gf_embedded_profile_all nucleus_admin_all + for id in `${runtest} list_test_ids` + [[ ql_gf_full_profile_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ ql_gf_nucleus_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + for id in `${runtest} list_test_ids` + [[ ql_gf_web_profile_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + found=true + break + [[ true = true ]] + ./appserver/tests/quicklook/run_test.sh run_test_id ql_gf_web_profile_all + OPT=run_test_id + TEST_ID=ql_gf_web_profile_all ++ dirname ./appserver/tests/quicklook/run_test.sh + source ./appserver/tests/quicklook/../common_test.sh +++ uname +++ grep -i sunos +++ wc -l +++ awk '{print $1}' ++ '[' 0 -eq 1 ']' ++ GREP=grep ++ AWK=awk ++ SED=sed ++ BC=bc ++ export GREP AWK SED BC + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports + case ${OPT} in + trap 'copy_ql_results ql_gf_web_profile_all' EXIT + run_test_id ql_gf_web_profile_all + [[ ql_gf_web_profile_all = \q\l\_\g\f\_\f\u\l\l\_\p\r\o\f\i\l\e\_\a\l\l ]] + [[ ql_gf_web_profile_all = \q\l\_\g\f\_\n\u\c\l\e\u\s\_\a\l\l ]] + [[ ql_gf_web_profile_all = \n\u\c\l\e\u\s\_\a\d\m\i\n\_\a\l\l ]] + [[ ql_gf_web_profile_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + unzip_test_resources /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/web.zip + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' ===== UNZIP TEST RESOURCES ===== + for i in "${@}" + [[ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/web.zip == *.zip* ]] + unzip -qq -o /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/bundles/web.zip -d /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18 + cd /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ + [[ ql_gf_web_profile_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + mvn -Dglassfish.home=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish -Ptest_wd_security,report test + tee /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/tests-run.log [INFO] Scanning for projects... [INFO] [INFO] -----------------< org.glassfish.quicklook:quicklook >------------------ [INFO] Building Glassfish Quicklook Bundle 7.0.3-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ quicklook --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ quicklook --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ quicklook --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ quicklook --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ quicklook --- [INFO] No tests to run. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-test) @ quicklook --- [INFO] Executing tasks [WARNING] [echo] compile classpath: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/target/classes [WARNING] [echo] plugin classpath: /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar:/home/jenkins/.m2/repository/org/apache/ant/ant/1.10.9/ant-1.10.9.jar:/home/jenkins/.m2/repository/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar:/home/jenkins/.m2/repository/org/apache/ant/ant-junit/1.10.9/ant-junit-1.10.9.jar:/home/jenkins/.m2/repository/junit/junit/4.13/junit-4.13.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/org/apache/ant/ant-apache-regexp/1.10.9/ant-apache-regexp-1.10.9.jar:/home/jenkins/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar:/home/jenkins/.m2/repository/org/testng/testng/6.11/testng-6.11.jar:/home/jenkins/.m2/repository/org/yaml/snakeyaml/1.17/snakeyaml-1.17.jar:/home/jenkins/.m2/repository/com/sun/jsftemplating/jsftemplating-dynafaces/0.1/jsftemplating-dynafaces-0.1.jar:/home/jenkins/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar:/home/jenkins/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar:/home/jenkins/.m2/repository/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar:/home/jenkins/.m2/repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar:/home/jenkins/.m2/repository/com/beust/jcommander/1.72/jcommander-1.72.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar:/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar:/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar:/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar:/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar:/home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar:/home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar:/home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar:/home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [WARNING] Trying to override old definition of task javac [WARNING] [echo] +-----------------------------+ [WARNING] [echo] | | [WARNING] [echo] | R u n n i n g | [WARNING] [echo] | all_wd_security | [WARNING] [echo] | Web Profile | [WARNING] [echo] +-----------------------------+ [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/config [WARNING] [echo] Verify Domain.xml [INFO] [exec] Ignoring unrecognized element jms-service at Line number = 298 [INFO] [exec] Column number = 107 [INFO] [exec] System Id = null [INFO] [exec] Public Id = null [INFO] [exec] Location Uri= null [INFO] [exec] CharacterOffset = 19257 [INFO] [exec] [INFO] [exec] All tests passed; domain.xml is valid. [INFO] [exec] Command verify-domain-xml executed successfully. [INFO] [exec] Ignoring unrecognized element jms-availability at Line number = 424 [INFO] [exec] Column number = 33 [INFO] [exec] System Id = null [INFO] [exec] Public Id = null [INFO] [exec] Location Uri= null [INFO] [exec] CharacterOffset = 29316 [INFO] [exec] [WARNING] [echo] +-----------------------------+ [WARNING] [echo] | | [WARNING] [echo] | S T A R T I N G GLASSFISH | [WARNING] [echo] | in Felix mode | [WARNING] [echo] | | [WARNING] [echo] +-----------------------------+ [INFO] [exec] Waiting for domain1 to start ....... [INFO] [exec] Waiting finished after 6,116 ms. [INFO] [exec] Successfully started the domain : domain1 [INFO] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [INFO] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [INFO] [exec] Admin Port: 4,848 [INFO] [exec] Command start-domain executed successfully. [INFO] [exec] Created 1 option(s) [INFO] [exec] Command create-jvm-options executed successfully. [WARNING] [echo] stopping server [INFO] [exec] Waiting for the domain to stop .... [INFO] [exec] Waiting finished after 3,430 ms. [INFO] [exec] Command stop-domain executed successfully. [WARNING] [echo] +-----------------------------+ [WARNING] [echo] | | [WARNING] [echo] | S T A R T I N G GLASSFISH | [WARNING] [echo] | in Felix mode | [WARNING] [echo] | | [WARNING] [echo] +-----------------------------+ [INFO] [exec] Waiting for domain1 to start .... [INFO] [exec] Waiting finished after 3,768 ms. [INFO] [exec] Successfully started the domain : domain1 [INFO] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1 [INFO] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [INFO] [exec] Admin Port: 4,848 [INFO] [exec] Command start-domain executed successfully. [WARNING] [echo] ANT PROJECT GlassFish-QuickLook [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build amx [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/amx [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ..//classes/test [WARNING] [echo] Listing of source files: amx/AMXConfigProxyTests.java;amx/AMXCoreTests.java;amx/AMXOtherTests.java;amx/AMXProxyTests.java;amx/AMXTestBase.java;amx/Demo.java;amx/Interfaces.java;amx/InterfacesGlassfish.java [INFO] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 3 warnings [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build admin [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/admin [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ..//classes/test [WARNING] [echo] Listing of source files: admin/BaseAsadminTest.java;admin/JdbcConnectionPoolTests.java;admin/JvmOptionTests.java;admin/OsgiAsadminTest.java;admin/WebtierTests.java;admin/util/GeneralUtils.java [INFO] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 3 warnings [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build admincli [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/admincli [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../classes/test [WARNING] [echo] Listing of source files: admincli/ExistStatusTests.java;admincli/RestartDomainTests.java;admincli/util/RtExec.java;admincli/util/StreamGobbler.java [INFO] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/admincli/src/test/admincli/util/RtExec.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] . [WARNING] [echo] Waiting finished after 12 ms. [WARNING] [echo] Server instance is stopped, now we wait for the start on localhost:4848 [WARNING] [echo] ....... [WARNING] [echo] Waiting finished after 7,843 ms. [WARNING] [echo] Successfully restarted the domain [WARNING] [echo] Command restart-domain executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build rest [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/rest [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ..//classes/test [WARNING] [echo] Listing of source files: admin/RestTests.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy web/helloworld [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/helloworld [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: HelloJSPTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/helloworld/src/test/HelloJSPTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/basicweb/hellojsp.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/helloworld/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb/hellojsp.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying hellojsp.war with --upload [INFO] [exec] Application deployed with name hellojsp. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy web/jsfastrologer [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/jsfastrologer [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: JSFWebTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/jsfastrologer/src/test/JSFWebTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/jsftest/jsfastrologer.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jsftest/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jsftest [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jsftest/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jsftest [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jsftest/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jsftest/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/jsfastrologer/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jsftest/jsfastrologer.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying jsfastrologer.war [INFO] [exec] Application deployed with name jsfastrologer. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy web/jsfinjection [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/jsfinjection [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: JSFInjectionTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/jsfinjection/src/test/JSFInjectionTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/basicweb/jsfinjection.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb [INFO] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/jsfinjection/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb/jsfinjection.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying jsfinjection.war [INFO] [exec] Application deployed with name jsfinjection. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy jdbc/jdbcusertx [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/jdbc/jdbcusertx [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: JdbcUserTxTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/jdbc/jdbcusertx/src/test/JdbcUserTxTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/jdbcusertx/jdbcusertx.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jdbcusertx/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jdbcusertx [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jdbcusertx/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jdbcusertx [INFO] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jdbcusertx/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/jdbc/jdbcusertx/src/java/MyServlet.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jdbcusertx/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/jdbc/jdbcusertx/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jdbcusertx/jdbcusertx.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying jdbcusertx.war [INFO] [exec] Application deployed with name jdbcusertx. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy persistence/jpainjectemf [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/persistence/jpainjectemf [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: JpaInjectEMFTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/persistence/jpainjectemf/src/test/JpaInjectEMFTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/jpainjectemf/jpainjectemf.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpainjectemf/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jpainjectemf [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpainjectemf/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jpainjectemf [INFO] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpainjectemf/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpainjectemf/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpainjectemf/app/META-INF [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jpainjectemf/jpainjectemf.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying jpainjectemf.war [INFO] [exec] Application deployed with name jpainjectemf. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy persistence/jpavalidation [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/persistence/jpavalidation [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: JpaValidationTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/persistence/jpavalidation/src/test/JpaValidationTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/jpavalidation/jpavalidation.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpavalidation/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jpavalidation [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpavalidation/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jpavalidation [INFO] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpavalidation/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpavalidation/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/jpavalidation/app/META-INF [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/jpavalidation/jpavalidation.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying jpavalidation.war [INFO] [exec] Application deployed with name jpavalidation. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy security/helloworld [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/helloworld [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: HelloSecurityTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/helloworld/src/test/HelloSecurityTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/security/hellojspsecure.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/security/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/security [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/security/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/security [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/security/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/security/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/helloworld/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/security/hellojspsecure.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying hellojspsecure.war [INFO] [exec] Application deployed with name hellojspsecure. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy security/basicauth [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth [WARNING] [echo] ************************* [WARNING] [echo] [INFO] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-file-user --groups testgroup1 --authrealmname file --target server testuser3 [INFO] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/asadminuserpassword.txt [INFO] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-file-user --groups testgroup5 --authrealmname file --target server testuser42 [INFO] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/asadminuserpassword.txt [INFO] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-file-user --groups testgroup10 --authrealmname file --target server j2ee [INFO] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/asadminuserpassword.txt [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/security-basicauth/basicauth.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/security-basicauth/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/security-basicauth [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/security-basicauth/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/security-basicauth [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/security-basicauth/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/security-basicauth/basicauth.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: security/BasicAuthTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/src/test/security/BasicAuthTestNG.java:41: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal int port = new Integer(portS).intValue(); ^ 4 warnings [WARNING] [echo] deploying basicauth.war [INFO] [exec] Application deployed with name basicauth. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy ejb/slsbnicmt [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/slsbnicmt [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: SlsbnicmtTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/EJB_slsbnicmt/slsbnicmt.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_slsbnicmt/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_slsbnicmt [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_slsbnicmt/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_slsbnicmt [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_slsbnicmt/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_slsbnicmt/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_slsbnicmt/app/META-INF [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_slsbnicmt/slsbnicmt.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying slsbnicmt.war [INFO] [exec] Application deployed with name slsbnicmt. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy ejb/sfulnoi [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/sfulnoi [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: SfulnoiTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/EJB_sfulnoi/sfulnoi.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_sfulnoi/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_sfulnoi [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_sfulnoi/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_sfulnoi [INFO] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_sfulnoi/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_sfulnoi/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/sfulnoi/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_sfulnoi/sfulnoi.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying sfulnoi.war [INFO] [exec] Application deployed with name sfulnoi. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy bean-validator/simple-bv-servlet [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/bean-validator/simple-bv-servlet [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: test/bv/servlet/simple/SimpleBVServletTestNG.java [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/bv/simple-bv-servlet.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/bv/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/bv [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/bv/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/bv [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/bv/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/bv/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/bean-validator/simple-bv-servlet/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/bv/simple-bv-servlet.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying simple-bv-servlet.war [INFO] [exec] Application deployed with name simple-bv-servlet. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy weld/numberguess [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/numberguess [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: NumberGuessTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/numberguess/src/test/NumberGuessTestNG.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/weldtest/numberguess.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [javac] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/numberguess/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest/numberguess.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying numberguess.war [INFO] [exec] Application deployed with name numberguess. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy weld/osgiweld [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/osgiweld [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: OsgiWeldTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/weldtest/osgiweld.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/osgiweld/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest/osgiweld.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying osgiweld.war [INFO] [exec] Application deployed with name osgiweld. [INFO] [exec] Command deploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * build-deploy weld/extensions [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/extensions [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] compiling test client to ../../classes/test [WARNING] [echo] Listing of source files: ExtensionsTestNG.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/test warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [WARNING] [echo] archive-type is war [WARNING] [echo] Now creating a war file ../../dist/weldtest/extensions.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest/lib [INFO] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app warning: [options] bootstrap class path not set in conjunction with -source 8 warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '8' warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '8' 3 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app/META-INF [INFO] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest/lib/extensions.jar [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest/extensions.war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] archive-type is war [WARNING] [echo] deploying extensions.war [INFO] [exec] Application deployed with name extensions. [INFO] [exec] Command deploy executed successfully. [WARNING] Trying to override old definition of task junitreport [WARNING] [echo] [WARNING] [echo] [WARNING] [echo] ============================================================================= [WARNING] [echo] = = [WARNING] [echo] = S t a r t i n g TestNG f u n c t i o n a l t e s t s = [WARNING] [echo] = = [WARNING] [echo] = TEST FILE = testng/testng_web_profile.xml = [WARNING] [echo] = BASEDIR = /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook = [WARNING] [echo] = = [WARNING] [echo] ============================================================================= [WARNING] [echo] [WARNING] [echo] [WARNING] [echo] [WARNING] [echo] [WARNING] [echo] ============================================================================= [WARNING] [echo] = R u n n i n g t h e f o l l o w i n g t e s t s: = [WARNING] [echo] = From TEST FILE = testng/testng_web_profile.xml = [WARNING] [echo] <test name="admincli_tests"> [WARNING] [echo] <test name="amx_tests"> [WARNING] [echo] <test name="adminconsole_tests"> [WARNING] [echo] <test name="rest_tests"> [WARNING] [echo] <test name="deploy_upload_test"> [WARNING] [echo] <test name="jsf_hello_world"> [WARNING] [echo] <test name="jsf_injection"> [WARNING] [echo] <test name="jdbc_user_tx"> [WARNING] [echo] <test name="jpa_inject_emf"> [WARNING] [echo] <test name="jpa_validation"> [WARNING] [echo] <test name="security_hello_jsp"> [WARNING] [echo] <test name="security_hello_basicauth"> [WARNING] [echo] <test name="ejb_stateful_cmt_ni_war"> [WARNING] [echo] <test name="bv_servlet_simple"> [WARNING] [echo] <test name="weld_tests"> [WARNING] [echo] <test name="asadmin_tests"> [WARNING] [echo] <test name="osgi_test"> [WARNING] [echo] ============================================================================= [INFO] [testng] ... [INFO] [testng] ... TestNG 6.11 by Cédric Beust (cedric@beust.com) [INFO] [testng] ... [INFO] [testng] [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/asadmin create-jdbc-connection-pool --datasourceclassname=org.apache.derby.jdbc.ClientDataSource --property DatabaseName=sun-appserv-samples:PortNumber=1527:serverName=localhost:Password=APP:User=APP QLJdbcPool [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/asadmin ping-connection-pool DerbyPool [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/asadmin ping-connection-pool QLJdbcPool [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/bin/asadmin delete-jdbc-connection-pool QLJdbcPool [INFO] [testng] PASSED: restartDomainTest [INFO] [testng] PASSED: createJDBCPool [INFO] [testng] PASSED: pingJDBCPool [INFO] [testng] PASSED: deleteJDBCPool [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] admincli_tests [INFO] [testng] Tests run: 4, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: bootAMX [INFO] [testng] Core AMX tests [INFO] [testng] PASSED: testAMXComplianceMonitorFailureCount [INFO] [testng] Core AMX tests [INFO] [testng] PASSED: testDemo [INFO] [testng] Core AMX tests [INFO] [testng] PASSED: iterateAllSanityCheck [INFO] [testng] Core AMX tests [INFO] [testng] PASSED: testBulkAccess [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testDomainRoot [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testExt [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testForBogusAnnotations [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testJ2EEDomain [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testLogging [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testMonitoringRoot [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testPathnames [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testQuery [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testRuntimeRoot [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testServerRuntime [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testSystemInfo [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testTools [INFO] [testng] test the functionality of AMX dymamic proxy eg AMXProxy [INFO] [testng] PASSED: testForBogusConfigAnnotations [INFO] [testng] tests for AMXConfigProxy [INFO] [testng] PASSED: testVariousGetters [INFO] [testng] test varioius miscellaneous AMX feature [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] amx_tests [INFO] [testng] Tests run: 19, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: testAdminCommandEndpoint [INFO] [testng] REST API Tests [INFO] [testng] PASSED: testChildConfigBeanEndpoint [INFO] [testng] REST API Tests [INFO] [testng] PASSED: testEndpointWithEncodedSlash [INFO] [testng] REST API Tests [INFO] [testng] PASSED: testManagementEndpoint [INFO] [testng] REST API Tests [INFO] [testng] PASSED: testMonitoringEndpoint [INFO] [testng] REST API Tests [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] rest_tests [INFO] [testng] Tests run: 5, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: simpleJSPTestPage [INFO] [testng] PASSED: simpleServletTest [INFO] [testng] PASSED: staticHTMLPageTest [INFO] [testng] PASSED: testServerRunning [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] deploy_upload_test [INFO] [testng] Tests run: 4, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: jsfAppDeployedFirstPagetest [INFO] [testng] PASSED: jsfIndexPageBasicTest [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] jsf_hello_world [INFO] [testng] Tests run: 2, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] <!DOCTYPE html> [INFO] [testng] <!-- [INFO] [testng] [INFO] [testng] Copyright (c) 2021 Contributors to Eclipse Foundation. [INFO] [testng] Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved. [INFO] [testng] [INFO] [testng] This program and the accompanying materials are made available under the [INFO] [testng] terms of the Eclipse Public License v. 2.0, which is available at [INFO] [testng] http://www.eclipse.org/legal/epl-2.0. [INFO] [testng] [INFO] [testng] This Source Code may also be made available under the following Secondary [INFO] [testng] Licenses when the conditions for such availability set forth in the [INFO] [testng] Eclipse Public License v. 2.0 are satisfied: GNU General Public License, [INFO] [testng] version 2 with the GNU Classpath Exception, which is available at [INFO] [testng] https://www.gnu.org/software/classpath/license.html. [INFO] [testng] [INFO] [testng] SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 [INFO] [testng] [INFO] [testng] --><html><head id="j_idt3"> [INFO] [testng] <title>Faces Hello</title></head><body> [INFO] [testng] <h1>Welcome to jAstrologer</h1> [INFO] [testng] <form id="form" name="form" method="post" action="/jsfinjection/jsfHello.xhtml;jsessionid=3c3590e9e46bc6aab209a20bf708" enctype="application/x-www-form-urlencoded"> [INFO] [testng] <input type="hidden" name="form" value="form" /> [INFO] [testng] [INFO] [testng] <h3> [INFO] [testng] Hello, and welcome<br />If injection worked, this sentence should be followed by the injected words -&gt; Injected entry [INFO] [testng] <br />If second injection worked, this sentence should be followed by 'a non-negative number' === 0 === [INFO] [testng] <br />If @Postconstruct worked, this sentence should be followed by true [INFO] [testng] </h3><input type="hidden" name="jakarta.faces.ViewState" id="j_id1:jakarta.faces.ViewState:0" value="-9125875383956978604:5284330338356274915" autocomplete="off" /> [INFO] [testng] </form></body> [INFO] [testng] </html> [INFO] [testng] <br />If second injection worked, this sentence should be followed by 'a non-negative number' === 0 === [INFO] [testng] Injection2 matched. [INFO] [testng] @PostConstruct worked [INFO] [testng] PASSED: injectedValuesTestPage [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] jsf_injection [INFO] [testng] Tests run: 1, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: testNoLeak [INFO] [testng] PASSED: testUserTx [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] jdbc_user_tx [INFO] [testng] Tests run: 2, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: persistWithInjectEMF [INFO] [testng] PASSED: lazyLoadingByQuery [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] jpa_inject_emf [INFO] [testng] Tests run: 2, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: initialize [INFO] [testng] PASSED: validatePersist [INFO] [testng] PASSED: validateUpdate [INFO] [testng] PASSED: validateRemove [INFO] [testng] PASSED: verify [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] jpa_validation [INFO] [testng] Tests run: 5, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: simpleJSPTestPage [INFO] [testng] PASSED: simpleServletTest [INFO] [testng] PASSED: staticHTMLPageTest [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] security_hello_jsp [INFO] [testng] Tests run: 3, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: testAuthGroupMappedUser [INFO] [testng] PASSED: testAuthNotAuthorizedUser [INFO] [testng] PASSED: testAuthNotValidPassword [INFO] [testng] PASSED: testAuthRoleMappedUser [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] security_hello_basicauth [INFO] [testng] Tests run: 4, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] url = http://localhost:8080/slsbnicmt/test?tc=EJBInject [INFO] [testng] PASSED: EJBInject [INFO] [testng] PASSED: SetName [INFO] [testng] PASSED: GetName [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] ejb_stateful_cmt_ni_war [INFO] [testng] Tests run: 3, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] Response: <html><head><title>SimpleBVServlet</title></head><body><p>Obtained ValidatorFactory: org.hibernate.validator.internal.engine.ValidatorFactoryImpl@620420f3.</p><h1>Validating person class using validateValue with valid property</h1><p>case1: No ConstraintViolations found.</p><h1>Validating person class using validateValue with invalid property</h1><p>case2: caught IllegalArgumentException. Message: HV000227: The validated type simple_bv_servlet.Person does not specify the property: nonExistentProperty</p><h1>Validating invalid person instance using validate.</h1><p>case3: ConstraintViolation: message: must not be null propertyPath: firstName</p><p>case3: ConstraintViolation: message: must not be null propertyPath: lastName</p><p>case3: ConstraintViolation: message: must not be null propertyPath: listOfString</p><h1>Validating valid person.</h1><p>case4: No ConstraintViolations found.</p></body></html> [INFO] [testng] [INFO] [testng] Response: <html><head><title>SimpleBVServlet</title></head><body><p>Obtained ValidatorFactory: org.hibernate.validator.internal.engine.ValidatorFactoryImpl@7c5b8428.</p><h1>Validating person class using validateValue with valid property</h1><p>case0: ConstraintViolation: message: must not be null propertyPath: listOfString[2].<list element></p><p>case1: No ConstraintViolations found.</p><h1>Validating person class using validateValue with invalid property</h1><p>case2: caught IllegalArgumentException. Message: HV000227: The validated type simple_bv_servlet.Employee does not specify the property: nonExistentProperty</p><h1>Validating invalid person instance using validate.</h1><p>case3: ConstraintViolation: message: must not be null propertyPath: firstName</p><p>case3: ConstraintViolation: message: must not be null propertyPath: email</p><p>case3: ConstraintViolation: message: must not be null propertyPath: lastName</p><p>case3: ConstraintViolation: message: must be greater than or equal to 25 propertyPath: age</p><p>case3: ConstraintViolation: message: must be greater than or equal to 20 propertyPath: age</p><p>case3: ConstraintViolation: message: must not be null propertyPath: listOfString</p><h1>Validating valid person.</h1><p>case4: ConstraintViolation: message: must be a well-formed email address propertyPath: email</p><p>case5: No ConstraintViolations found.</p><p>case6: ConstraintViolation: message: must be greater than or equal to 25 propertyPath: age</p><p>case7: ConstraintViolation: message: must be less than or equal to 50 propertyPath: age</p></body></html> [INFO] [testng] [INFO] [testng] PASSED: test_BV_10 [INFO] [testng] PASSED: test_BV_20 [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] bv_servlet_simple [INFO] [testng] Tests run: 2, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: appDeployedFirstPagetest [INFO] [testng] PASSED: extensionBeanObserversTest [INFO] [testng] PASSED: extensionBeanReferenceTest [INFO] [testng] PASSED: injectionTargetAdaptionTest [INFO] [testng] PASSED: jarExtensionBeanObserversTest [INFO] [testng] PASSED: jarExtensionBeanReferenceTest [INFO] [testng] PASSED: webBeanTest [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] weld_tests [INFO] [testng] Tests run: 7, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] PASSED: createJoe [INFO] [testng] PASSED: ensureCreatedJoeExists [INFO] [testng] PASSED: deleteJoe [INFO] [testng] PASSED: deletedJoeDoesNotExist [INFO] [testng] PASSED: createPool [INFO] [testng] PASSED: pingPool [INFO] [testng] PASSED: ensureCreatedPoolExists [INFO] [testng] PASSED: deletePool [INFO] [testng] PASSED: deletedPoolDoesNotExist [INFO] [testng] PASSED: createListener [INFO] [testng] PASSED: ensureCreatedListenerExists [INFO] [testng] PASSED: deleteListener [INFO] [testng] PASSED: ensureDeletedListenerDoesNotExist [INFO] [testng] PASSED: createListenerWithOldParam [INFO] [testng] PASSED: deleteListener2 [INFO] [testng] PASSED: createOsgiListener [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] asadmin_tests [INFO] [testng] Tests run: 16, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] QuickLookTests [INFO] [testng] Total tests run: 79, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy web/helloworld [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/helloworld [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] hellojsp [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy web/jsfastrologer [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/jsfastrologer [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] jsfastrologer [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy web/jsfinjection [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/web/jsfinjection [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] jsfinjection [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy jdbc/jdbcusertx [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/jdbc/jdbcusertx [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] jdbcusertx [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy persistence/jpainjectemf [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/persistence/jpainjectemf [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] jpainjectemf [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy persistence/jpavalidation [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/persistence/jpavalidation [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] jpavalidation [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy security/helloworld [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/helloworld [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] hellojspsecure [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy security/basicauth [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] basicauth [INFO] [exec] Command undeploy executed successfully. [INFO] [exec] asadmin --host localhost --port 4848 --user admin --interactive=false --echo=true --terse=true delete-file-user --authrealmname file --target server testuser3 [INFO] [exec] asadmin --host localhost --port 4848 --user admin --interactive=false --echo=true --terse=true delete-file-user --authrealmname file --target server testuser42 [INFO] [exec] asadmin --host localhost --port 4848 --user admin --interactive=false --echo=true --terse=true delete-file-user --authrealmname file --target server j2ee [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy ejb/slsbnicmt [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/slsbnicmt [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] slsbnicmt [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy ejb/sfulnoi [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/ejb/sfulnoi [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] sfulnoi [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy bean-validator/simple-bv-servlet [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/bean-validator/simple-bv-servlet [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] simple-bv-servlet [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy weld/numberguess [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/numberguess [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] numberguess [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy weld/osgiweld [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/osgiweld [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] osgiweld [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy weld/extensions [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/weld/extensions [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] extensions [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] [WARNING] [echo] ************************* [WARNING] [echo] * undeploy jms/injection [WARNING] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/jms/injection [WARNING] [echo] ************************* [WARNING] [echo] [WARNING] [echo] injection [INFO] [exec] Command undeploy failed. [INFO] [exec] remote failure: Application injection is not deployed on this target [server] [ERROR] [exec] Result: 1 [INFO] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/version.output [INFO] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/config/server.policy [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/config [INFO] [exec] Deleted 1 option(s) [INFO] [exec] Command delete-jvm-options executed successfully. [WARNING] [echo] stopping server [INFO] [exec] Waiting for the domain to stop . [INFO] [exec] Waiting finished after 323 ms. [INFO] [exec] Command stop-domain executed successfully. [INFO] [exec] Sun Mar 05 21:53:02 UTC 2023 : Connection obtained for host: 0.0.0.0, port number 1527. [INFO] [exec] Sun Mar 05 21:53:03 UTC 2023 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [INFO] [exec] Command stop-database executed successfully. [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output [WARNING] [echo] Checking messages in: [WARNING] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log [WARNING] [echo] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/test-output [INFO] [loadfile] Do not set property lines_with_msg_key as its length is 0. [WARNING] [echo] [WARNING] [echo] * Message keys logged instead of message: [WARNING] [echo] (PASSED: no problems found) [INFO] [loadfile] Do not set property lines_with_msg_unsubst_param as its length is 0. [WARNING] [echo] [WARNING] [echo] * Parameter marker not substituted with value: [WARNING] [echo] (PASSED: no problems found) [INFO] [loadfile] Do not set property lines_with_bundle_not_found_msg as its length is 0. [WARNING] [echo] [WARNING] [echo] * Bundle not found: [WARNING] [echo] (PASSED: no problems found) [INFO] [loadfile] Do not set property lines_with_msg_not_found as its length is 0. [WARNING] [echo] [WARNING] [echo] * Messages not found in message bundle: [WARNING] [echo] (PASSED: no problems found) [INFO] [loadfile] Do not set property lines_with_null_or_empty_msg as its length is 0. [WARNING] [echo] [WARNING] [echo] * No message: [WARNING] [echo] (PASSED: no problems found) [INFO] [loadfile] Do not set property lines_with_msg_common_typos as its length is 0. [WARNING] [echo] [WARNING] [echo] * Messages with common typo's ('occured' with one 'r', 'dont' missing apostrophe, etc.): [WARNING] [echo] (PASSED: no problems found) [INFO] [loadfile] Do not set property lines_with_msg_double_apos as its length is 0. [WARNING] [echo] [WARNING] [echo] * Messages with double apostrophes: [WARNING] [echo] (PASSED: no problems found) [INFO] [loadfile] Do not set property remaining_messages as its length is 0. [WARNING] [echo] [WARNING] [echo] * Messages with no proper message Id: [WARNING] [echo] (none) [WARNING] [echo] [WARNING] [echo] ====================================================================== [WARNING] [echo] FAILED: check-logged-messages [WARNING] [echo] Issues found in one or more messages (see results above). [WARNING] [echo] Please address them, or if the message should be left as-is, [WARNING] [echo] add it to the exclusion list with details why it should be excluded: [WARNING] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/gfproject/log_msg_excl.txt [WARNING] [echo] ====================================================================== [WARNING] [echo] [testng] [WARNING] [echo] [testng] =============================================== [WARNING] [echo] [testng] QuickLookTests [WARNING] [echo] [testng] Total tests run: 79, Failures: 0, Skips: 0 [WARNING] [echo] [testng] =============================================== [WARNING] [echo] [testng] [WARNING] Trying to override old definition of task javac [WARNING] Trying to override old definition of task junitreport [WARNING] [echo] Generating report at test-output [WARNING] [junitreport] the file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/TESTS-TestSuites.xml is not a valid testsuite XML document [WARNING] [junitreport] the file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng-results.xml is not a valid testsuite XML document [INFO] [junitreport] Processing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/junit-noframes.html [INFO] [junitreport] Loading stylesheet jar:file:/home/jenkins/.m2/repository/org/apache/ant/ant-junit/1.10.9/ant-junit-1.10.9.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [INFO] [junitreport] Transform time: 277ms [WARNING] [echo] Test Report available at test-output/index.html [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:19 min [INFO] Finished at: 2023-03-05T21:53:03Z [INFO] ------------------------------------------------------------------------ + copy_ql_results ql_gf_web_profile_all + [[ ql_gf_web_profile_all = \q\l\_\g\f\_\w\e\b\_\p\r\o\f\i\l\e\_\a\l\l ]] + tar -cf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains tar: Removing leading `/' from member names + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/glassfish7/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/ + cp -r /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/bullet_point.png /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/collapseall.gif /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/emailable-report.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/failed.png /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/index.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/jquery-1.7.1.min.js /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/junit-noframes.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/junitreports /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/navigator-bullet.png /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/old /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/passed.png /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/QL-GP-report.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/QL-WP-report.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/QuickLookTests /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/skipped.png /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng.css /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng-reports.css /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng-reports.js /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng-results.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/TESTS-TestSuites.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/ + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/test-output/TESTS-TestSuites.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/test_results_junit.xml + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/quicklook/quicklook_summary.txt /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/tests-run.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/ + tar -czf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ql_gf_web_profile_all-results.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results tar: Removing leading `/' from member names + change_junit_report_class_names + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXConfigProxyTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXCoreTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXOtherTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXProxyTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-fromjava.client.CheckTesterUITestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-jaxwsfromwsdl.client.JaxwsFromWsdlTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admincli.ExistStatusTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admincli.RestartDomainTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.JdbcConnectionPoolTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.JvmOptionTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.OsgiAsadminTest.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.RestTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.WebtierTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.bv.servlet.simple.SimpleBVServletTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.CmpRosterTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.ejb.remoteview.RemoteViewTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.ejb.sfulnoi.SfulnoiTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.ejb.singleton.SingletonTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.ejb.slsbnicmt.SlsbnicmtTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jdbc.jdbcusertx.JdbcUserTxTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jms.injection.ClientTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jpa.jpainjectemf.JpaInjectEMFTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jpa.jpavalidation.JpaValidationTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jsf.astrologer.JSFWebTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.mdb.MDBTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.security.appperms.ApppermsTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.security.basicauth.BasicAuthTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.security.hellojsp.HelloSecurityTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.web.extensions.ExtensionsTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.web.jsfinjection.JSFInjectionTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.web.jsp.hello.HelloJSPTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.web.numberguess.NumberGuessTestNG.xml + sed -i 's/\bclassname="/classname="ql_gf_web_profile_all./g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXConfigProxyTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXCoreTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXOtherTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXProxyTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-fromjava.client.CheckTesterUITestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-jaxwsfromwsdl.client.JaxwsFromWsdlTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admincli.ExistStatusTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admincli.RestartDomainTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.JdbcConnectionPoolTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.JvmOptionTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.OsgiAsadminTest.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.RestTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.admin.WebtierTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.bv.servlet.simple.SimpleBVServletTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.CmpRosterTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.ejb.remoteview.RemoteViewTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.ejb.sfulnoi.SfulnoiTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.ejb.singleton.SingletonTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.ejb.slsbnicmt.SlsbnicmtTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jdbc.jdbcusertx.JdbcUserTxTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jms.injection.ClientTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jpa.jpainjectemf.JpaInjectEMFTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jpa.jpavalidation.JpaValidationTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.jsf.astrologer.JSFWebTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.mdb.MDBTests.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.security.appperms.ApppermsTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.security.basicauth.BasicAuthTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.security.hellojsp.HelloSecurityTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.web.extensions.ExtensionsTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.web.jsfinjection.JSFInjectionTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.web.jsp.hello.HelloJSPTestNG.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/results/junitreports/TEST-test.web.numberguess.NumberGuessTestNG.xml + break + [[ true = false ]] ************************************** Finished Running ql_gf_web_profile_all ************************************** Back at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18 [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (web_jsp) [Pipeline] timestamps [Pipeline] { [Pipeline] sh 16:53:13 [2023-03-05T21:53:13.348Z] + rm -rf glassfish7 16:53:13 [2023-03-05T21:53:13.349Z] + true 16:53:13 [2023-03-05T21:53:13.349Z] + export MAVEN_ARGS=-Pstaging 16:53:13 [2023-03-05T21:53:13.349Z] + MAVEN_ARGS=-Pstaging 16:53:13 [2023-03-05T21:53:13.349Z] + ./runtests.sh web_jsp 16:53:13 [2023-03-05T21:53:13.349Z] This script can be temporarily used for local testing until we integrate current set of tests to Maven 16:53:13 [2023-03-05T21:53:13.349Z] First argument is a version of GlassFish used for testing. It will be downloaded by Maven command 16:53:13 [2023-03-05T21:53:13.349Z] Second argument is a test set id, one of: 16:53:13 [2023-03-05T21:53:13.349Z] cdi_all, ql_gf_full_profile_all, \n 16:53:13 [2023-03-05T21:53:13.349Z] \n 16:53:13 [2023-03-05T21:53:13.349Z] web_jsp, deployment_all, \n 16:53:13 [2023-03-05T21:53:13.349Z] ejb_group_1. ejb_group_2, ejb_group_3, ejb_group_embedded, \n 16:53:13 [2023-03-05T21:53:13.349Z] cdi_all, ql_gf_full_profile_all, ql_gf_nucleus_all, \n 16:53:13 [2023-03-05T21:53:13.349Z] ql_gf_web_profile_all, nucleus_admin_all, jdbc_all, batch_all, persistence_all, webservice_all, \n 16:53:13 [2023-03-05T21:53:13.349Z] connector_group_1, connector_group_2, connector_group_3, connector_group_4 16:53:13 [2023-03-05T21:53:13.349Z] If you need to use a different JAVA_HOME than is used by your system, export it or edit this script. 16:53:13 [2023-03-05T21:53:13.349Z] 16:53:13 [2023-03-05T21:53:13.349Z] POM file "/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist 16:53:15 [2023-03-05T21:53:15.919Z] [INFO] Scanning for projects... 16:53:16 [2023-03-05T21:53:16.175Z] [INFO] 16:53:16 [2023-03-05T21:53:16.175Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ 16:53:16 [2023-03-05T21:53:16.175Z] [INFO] Building GlassFish Project 7.0.3-SNAPSHOT 16:53:16 [2023-03-05T21:53:16.175Z] [INFO] --------------------------------[ pom ]--------------------------------- 16:53:16 [2023-03-05T21:53:16.175Z] [INFO] 16:53:16 [2023-03-05T21:53:16.175Z] [INFO] --- maven-dependency-plugin:3.2.0:copy (default-cli) @ glassfish-main-aggregator --- 16:53:16 [2023-03-05T21:53:16.738Z] [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:runtime:0.8.8:jar 16:53:16 [2023-03-05T21:53:16.738Z] [INFO] org.jacoco:org.jacoco.agent:runtime:0.8.8:jar already exists in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:53:16 [2023-03-05T21:53:16.738Z] [INFO] ------------------------------------------------------------------------ 16:53:16 [2023-03-05T21:53:16.738Z] [INFO] BUILD SUCCESS 16:53:16 [2023-03-05T21:53:16.738Z] [INFO] ------------------------------------------------------------------------ 16:53:16 [2023-03-05T21:53:16.738Z] [INFO] Total time: 0.768 s 16:53:16 [2023-03-05T21:53:16.738Z] [INFO] Finished at: 2023-03-05T21:53:16Z 16:53:16 [2023-03-05T21:53:16.738Z] [INFO] ------------------------------------------------------------------------ 16:53:16 [2023-03-05T21:53:16.738Z] + '[' '!' -z /var/jenkins ']' 16:53:16 [2023-03-05T21:53:16.738Z] ++ mktemp -t XXXgf-internal-env 16:53:16 [2023-03-05T21:53:16.738Z] + readonly GF_INTERNAL_ENV_SH=/tmp/1V0gf-internal-env 16:53:16 [2023-03-05T21:53:16.738Z] + GF_INTERNAL_ENV_SH=/tmp/1V0gf-internal-env 16:53:16 [2023-03-05T21:53:16.738Z] + '[' '!' -z '' ']' 16:53:16 [2023-03-05T21:53:16.738Z] + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all 16:53:16 [2023-03-05T21:53:16.738Z] + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all 16:53:16 [2023-03-05T21:53:16.738Z] + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/maven-repo.tar.gz ']' 16:53:16 [2023-03-05T21:53:16.738Z] + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish' 16:53:16 [2023-03-05T21:53:16.738Z] Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:53:16 [2023-03-05T21:53:16.738Z] + rm -rf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:53:16 [2023-03-05T21:53:16.738Z] + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' 16:53:16 [2023-03-05T21:53:16.738Z] + '[' -z 7.0.3-SNAPSHOT ']' 16:53:16 [2023-03-05T21:53:16.738Z] + '[' -z /home/jenkins/.m2/repository ']' 16:53:16 [2023-03-05T21:53:16.738Z] + run_test web_jsp 16:53:16 [2023-03-05T21:53:16.738Z] + local testid=web_jsp 16:53:16 [2023-03-05T21:53:16.738Z] + local found=false 16:53:16 [2023-03-05T21:53:16.738Z] ++ find . -name run_test.sh 16:53:17 [2023-03-05T21:53:17.302Z] + for runtest in `find . -name run_test\.sh` 16:53:17 [2023-03-05T21:53:17.302Z] ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + OPT=list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + TEST_ID= 16:53:17 [2023-03-05T21:53:17.302Z] ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh 16:53:17 [2023-03-05T21:53:17.302Z] + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh 16:53:17 [2023-03-05T21:53:17.302Z] +++ uname 16:53:17 [2023-03-05T21:53:17.302Z] +++ grep -i sunos 16:53:17 [2023-03-05T21:53:17.302Z] +++ wc -l 16:53:17 [2023-03-05T21:53:17.302Z] +++ awk '{print $1}' 16:53:17 [2023-03-05T21:53:17.302Z] ++ '[' 0 -eq 1 ']' 16:53:17 [2023-03-05T21:53:17.302Z] ++ GREP=grep 16:53:17 [2023-03-05T21:53:17.302Z] ++ AWK=awk 16:53:17 [2023-03-05T21:53:17.302Z] ++ SED=sed 16:53:17 [2023-03-05T21:53:17.302Z] ++ BC=bc 16:53:17 [2023-03-05T21:53:17.302Z] ++ export GREP AWK SED BC 16:53:17 [2023-03-05T21:53:17.302Z] + case ${OPT} in 16:53:17 [2023-03-05T21:53:17.302Z] + list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ admin_cli_all = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ admin-cli-group-1 = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ admin-cli-group-2 = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ admin-cli-group-3 = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ admin-cli-group-4 = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ admin-cli-group-5 = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + [[ false = true ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for runtest in `find . -name run_test\.sh` 16:53:17 [2023-03-05T21:53:17.302Z] ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + OPT=list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + TEST_ID= 16:53:17 [2023-03-05T21:53:17.302Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh 16:53:17 [2023-03-05T21:53:17.302Z] + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh 16:53:17 [2023-03-05T21:53:17.302Z] +++ uname 16:53:17 [2023-03-05T21:53:17.302Z] +++ grep -i sunos 16:53:17 [2023-03-05T21:53:17.302Z] +++ wc -l 16:53:17 [2023-03-05T21:53:17.302Z] +++ awk '{print $1}' 16:53:17 [2023-03-05T21:53:17.302Z] ++ '[' 0 -eq 1 ']' 16:53:17 [2023-03-05T21:53:17.302Z] ++ GREP=grep 16:53:17 [2023-03-05T21:53:17.302Z] ++ AWK=awk 16:53:17 [2023-03-05T21:53:17.302Z] ++ SED=sed 16:53:17 [2023-03-05T21:53:17.302Z] ++ BC=bc 16:53:17 [2023-03-05T21:53:17.302Z] ++ export GREP AWK SED BC 16:53:17 [2023-03-05T21:53:17.302Z] + case ${OPT} in 16:53:17 [2023-03-05T21:53:17.302Z] + list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + echo batch_all 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ batch_all = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + [[ false = true ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for runtest in `find . -name run_test\.sh` 16:53:17 [2023-03-05T21:53:17.302Z] ++ ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + OPT=list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + TEST_ID= 16:53:17 [2023-03-05T21:53:17.302Z] ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh 16:53:17 [2023-03-05T21:53:17.302Z] + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh 16:53:17 [2023-03-05T21:53:17.302Z] +++ uname 16:53:17 [2023-03-05T21:53:17.302Z] +++ grep -i sunos 16:53:17 [2023-03-05T21:53:17.302Z] +++ wc -l 16:53:17 [2023-03-05T21:53:17.302Z] +++ awk '{print $1}' 16:53:17 [2023-03-05T21:53:17.302Z] ++ '[' 0 -eq 1 ']' 16:53:17 [2023-03-05T21:53:17.302Z] ++ GREP=grep 16:53:17 [2023-03-05T21:53:17.302Z] ++ AWK=awk 16:53:17 [2023-03-05T21:53:17.302Z] ++ SED=sed 16:53:17 [2023-03-05T21:53:17.302Z] ++ BC=bc 16:53:17 [2023-03-05T21:53:17.302Z] ++ export GREP AWK SED BC 16:53:17 [2023-03-05T21:53:17.302Z] + case ${OPT} in 16:53:17 [2023-03-05T21:53:17.302Z] + list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + echo cdi_all 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ cdi_all = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + [[ false = true ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for runtest in `find . -name run_test\.sh` 16:53:17 [2023-03-05T21:53:17.302Z] ++ ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + OPT=list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + TEST_ID= 16:53:17 [2023-03-05T21:53:17.302Z] ++ dirname ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh 16:53:17 [2023-03-05T21:53:17.302Z] + source ./appserver/tests/appserv-tests/devtests/connector/v3/../../../../common_test.sh 16:53:17 [2023-03-05T21:53:17.302Z] +++ uname 16:53:17 [2023-03-05T21:53:17.302Z] +++ grep -i sunos 16:53:17 [2023-03-05T21:53:17.302Z] +++ wc -l 16:53:17 [2023-03-05T21:53:17.302Z] +++ awk '{print $1}' 16:53:17 [2023-03-05T21:53:17.302Z] ++ '[' 0 -eq 1 ']' 16:53:17 [2023-03-05T21:53:17.302Z] ++ GREP=grep 16:53:17 [2023-03-05T21:53:17.302Z] ++ AWK=awk 16:53:17 [2023-03-05T21:53:17.302Z] ++ SED=sed 16:53:17 [2023-03-05T21:53:17.302Z] ++ BC=bc 16:53:17 [2023-03-05T21:53:17.302Z] ++ export GREP AWK SED BC 16:53:17 [2023-03-05T21:53:17.302Z] + case ${OPT} in 16:53:17 [2023-03-05T21:53:17.302Z] + list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + echo connector_all connector_group_1 connector_group_2 connector_group_3 connector_group_4 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ connector_all = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ connector_group_1 = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ connector_group_2 = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ connector_group_3 = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ connector_group_4 = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + [[ false = true ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for runtest in `find . -name run_test\.sh` 16:53:17 [2023-03-05T21:53:17.302Z] ++ ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + OPT=list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + TEST_ID= 16:53:17 [2023-03-05T21:53:17.302Z] ++ dirname ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh 16:53:17 [2023-03-05T21:53:17.302Z] + source ./appserver/tests/appserv-tests/devtests/deployment/../../../common_test.sh 16:53:17 [2023-03-05T21:53:17.302Z] +++ uname 16:53:17 [2023-03-05T21:53:17.302Z] +++ grep -i sunos 16:53:17 [2023-03-05T21:53:17.302Z] +++ wc -l 16:53:17 [2023-03-05T21:53:17.302Z] +++ awk '{print $1}' 16:53:17 [2023-03-05T21:53:17.302Z] ++ '[' 0 -eq 1 ']' 16:53:17 [2023-03-05T21:53:17.302Z] ++ GREP=grep 16:53:17 [2023-03-05T21:53:17.302Z] ++ AWK=awk 16:53:17 [2023-03-05T21:53:17.302Z] ++ SED=sed 16:53:17 [2023-03-05T21:53:17.302Z] ++ BC=bc 16:53:17 [2023-03-05T21:53:17.302Z] ++ export GREP AWK SED BC 16:53:17 [2023-03-05T21:53:17.302Z] + case ${OPT} in 16:53:17 [2023-03-05T21:53:17.302Z] + list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + echo deployment_all deployment_cluster_all 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ deployment_all = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ deployment_cluster_all = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + [[ false = true ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for runtest in `find . -name run_test\.sh` 16:53:17 [2023-03-05T21:53:17.302Z] ++ ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + OPT=list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + TEST_ID= 16:53:17 [2023-03-05T21:53:17.302Z] ++ dirname ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh 16:53:17 [2023-03-05T21:53:17.302Z] + source ./appserver/tests/appserv-tests/devtests/ejb/../../../common_test.sh 16:53:17 [2023-03-05T21:53:17.302Z] +++ uname 16:53:17 [2023-03-05T21:53:17.302Z] +++ grep -i sunos 16:53:17 [2023-03-05T21:53:17.302Z] +++ wc -l 16:53:17 [2023-03-05T21:53:17.302Z] +++ awk '{print $1}' 16:53:17 [2023-03-05T21:53:17.302Z] ++ '[' 0 -eq 1 ']' 16:53:17 [2023-03-05T21:53:17.302Z] ++ GREP=grep 16:53:17 [2023-03-05T21:53:17.302Z] ++ AWK=awk 16:53:17 [2023-03-05T21:53:17.302Z] ++ SED=sed 16:53:17 [2023-03-05T21:53:17.302Z] ++ BC=bc 16:53:17 [2023-03-05T21:53:17.302Z] ++ export GREP AWK SED BC 16:53:17 [2023-03-05T21:53:17.302Z] + case ${OPT} in 16:53:17 [2023-03-05T21:53:17.302Z] + list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + echo ejb_all ejb_timer_cluster_all ejb_web_all ejb_group_1 ejb_group_2 ejb_group_3 ejb_group_embedded 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ ejb_all = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ ejb_timer_cluster_all = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ ejb_web_all = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ ejb_group_1 = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ ejb_group_2 = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ ejb_group_3 = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ ejb_group_embedded = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + [[ false = true ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for runtest in `find . -name run_test\.sh` 16:53:17 [2023-03-05T21:53:17.302Z] ++ ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + OPT=list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + TEST_ID= 16:53:17 [2023-03-05T21:53:17.302Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh 16:53:17 [2023-03-05T21:53:17.302Z] + source ./appserver/tests/appserv-tests/devtests/jdbc/../../../common_test.sh 16:53:17 [2023-03-05T21:53:17.302Z] +++ uname 16:53:17 [2023-03-05T21:53:17.302Z] +++ grep -i sunos 16:53:17 [2023-03-05T21:53:17.302Z] +++ wc -l 16:53:17 [2023-03-05T21:53:17.302Z] +++ awk '{print $1}' 16:53:17 [2023-03-05T21:53:17.302Z] ++ '[' 0 -eq 1 ']' 16:53:17 [2023-03-05T21:53:17.302Z] ++ GREP=grep 16:53:17 [2023-03-05T21:53:17.302Z] ++ AWK=awk 16:53:17 [2023-03-05T21:53:17.302Z] ++ SED=sed 16:53:17 [2023-03-05T21:53:17.302Z] ++ BC=bc 16:53:17 [2023-03-05T21:53:17.302Z] ++ export GREP AWK SED BC 16:53:17 [2023-03-05T21:53:17.302Z] + case ${OPT} in 16:53:17 [2023-03-05T21:53:17.302Z] + list_test_ids 16:53:17 [2023-03-05T21:53:17.302Z] + echo jdbc_all 16:53:17 [2023-03-05T21:53:17.302Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.302Z] + [[ jdbc_all = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.302Z] + [[ false = true ]] 16:53:17 [2023-03-05T21:53:17.302Z] + for runtest in `find . -name run_test\.sh` 16:53:17 [2023-03-05T21:53:17.303Z] ++ ./appserver/tests/appserv-tests/devtests/jms/run_test.sh list_test_ids 16:53:17 [2023-03-05T21:53:17.303Z] + OPT=list_test_ids 16:53:17 [2023-03-05T21:53:17.303Z] + TEST_ID= 16:53:17 [2023-03-05T21:53:17.303Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jms/run_test.sh 16:53:17 [2023-03-05T21:53:17.303Z] + source ./appserver/tests/appserv-tests/devtests/jms/../../../common_test.sh 16:53:17 [2023-03-05T21:53:17.303Z] +++ uname 16:53:17 [2023-03-05T21:53:17.303Z] +++ grep -i sunos 16:53:17 [2023-03-05T21:53:17.303Z] +++ wc -l 16:53:17 [2023-03-05T21:53:17.303Z] +++ awk '{print $1}' 16:53:17 [2023-03-05T21:53:17.303Z] ++ '[' 0 -eq 1 ']' 16:53:17 [2023-03-05T21:53:17.303Z] ++ GREP=grep 16:53:17 [2023-03-05T21:53:17.303Z] ++ AWK=awk 16:53:17 [2023-03-05T21:53:17.303Z] ++ SED=sed 16:53:17 [2023-03-05T21:53:17.303Z] ++ BC=bc 16:53:17 [2023-03-05T21:53:17.303Z] ++ export GREP AWK SED BC 16:53:17 [2023-03-05T21:53:17.303Z] + case ${OPT} in 16:53:17 [2023-03-05T21:53:17.303Z] + list_test_ids 16:53:17 [2023-03-05T21:53:17.303Z] + echo jms_all 16:53:17 [2023-03-05T21:53:17.303Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.303Z] + [[ jms_all = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.303Z] + [[ false = true ]] 16:53:17 [2023-03-05T21:53:17.303Z] + for runtest in `find . -name run_test\.sh` 16:53:17 [2023-03-05T21:53:17.303Z] ++ ./appserver/tests/appserv-tests/devtests/naming/run_test.sh list_test_ids 16:53:17 [2023-03-05T21:53:17.303Z] + OPT=list_test_ids 16:53:17 [2023-03-05T21:53:17.303Z] + TEST_ID= 16:53:17 [2023-03-05T21:53:17.303Z] ++ dirname ./appserver/tests/appserv-tests/devtests/naming/run_test.sh 16:53:17 [2023-03-05T21:53:17.303Z] + source ./appserver/tests/appserv-tests/devtests/naming/../../../common_test.sh 16:53:17 [2023-03-05T21:53:17.303Z] +++ uname 16:53:17 [2023-03-05T21:53:17.303Z] +++ grep -i sunos 16:53:17 [2023-03-05T21:53:17.303Z] +++ wc -l 16:53:17 [2023-03-05T21:53:17.303Z] +++ awk '{print $1}' 16:53:17 [2023-03-05T21:53:17.303Z] ++ '[' 0 -eq 1 ']' 16:53:17 [2023-03-05T21:53:17.303Z] ++ GREP=grep 16:53:17 [2023-03-05T21:53:17.303Z] ++ AWK=awk 16:53:17 [2023-03-05T21:53:17.303Z] ++ SED=sed 16:53:17 [2023-03-05T21:53:17.303Z] ++ BC=bc 16:53:17 [2023-03-05T21:53:17.303Z] ++ export GREP AWK SED BC 16:53:17 [2023-03-05T21:53:17.303Z] + case ${OPT} in 16:53:17 [2023-03-05T21:53:17.303Z] + list_test_ids 16:53:17 [2023-03-05T21:53:17.303Z] + echo naming_all 16:53:17 [2023-03-05T21:53:17.303Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.303Z] + [[ naming_all = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.303Z] + [[ false = true ]] 16:53:17 [2023-03-05T21:53:17.303Z] + for runtest in `find . -name run_test\.sh` 16:53:17 [2023-03-05T21:53:17.303Z] ++ ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh list_test_ids 16:53:17 [2023-03-05T21:53:17.303Z] + OPT=list_test_ids 16:53:17 [2023-03-05T21:53:17.303Z] + TEST_ID= 16:53:17 [2023-03-05T21:53:17.303Z] ++ dirname ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh 16:53:17 [2023-03-05T21:53:17.303Z] + source ./appserver/tests/appserv-tests/devtests/persistence/../../../common_test.sh 16:53:17 [2023-03-05T21:53:17.303Z] +++ uname 16:53:17 [2023-03-05T21:53:17.303Z] +++ grep -i sunos 16:53:17 [2023-03-05T21:53:17.303Z] +++ wc -l 16:53:17 [2023-03-05T21:53:17.303Z] +++ awk '{print $1}' 16:53:17 [2023-03-05T21:53:17.303Z] ++ '[' 0 -eq 1 ']' 16:53:17 [2023-03-05T21:53:17.303Z] ++ GREP=grep 16:53:17 [2023-03-05T21:53:17.303Z] ++ AWK=awk 16:53:17 [2023-03-05T21:53:17.303Z] ++ SED=sed 16:53:17 [2023-03-05T21:53:17.303Z] ++ BC=bc 16:53:17 [2023-03-05T21:53:17.303Z] ++ export GREP AWK SED BC 16:53:17 [2023-03-05T21:53:17.303Z] + case ${OPT} in 16:53:17 [2023-03-05T21:53:17.303Z] + list_test_ids 16:53:17 [2023-03-05T21:53:17.303Z] + echo persistence_all 16:53:17 [2023-03-05T21:53:17.303Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.303Z] + [[ persistence_all = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.303Z] + [[ false = true ]] 16:53:17 [2023-03-05T21:53:17.303Z] + for runtest in `find . -name run_test\.sh` 16:53:17 [2023-03-05T21:53:17.303Z] ++ ./appserver/tests/appserv-tests/devtests/security/run_test.sh list_test_ids 16:53:17 [2023-03-05T21:53:17.303Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.303Z] + [[ security_all = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.303Z] + [[ false = true ]] 16:53:17 [2023-03-05T21:53:17.303Z] + for runtest in `find . -name run_test\.sh` 16:53:17 [2023-03-05T21:53:17.303Z] ++ ./appserver/tests/appserv-tests/devtests/transaction/ee/run_test.sh list_test_ids 16:53:17 [2023-03-05T21:53:17.303Z] + OPT=list_test_ids 16:53:17 [2023-03-05T21:53:17.303Z] + TEST_ID= 16:53:17 [2023-03-05T21:53:17.303Z] ++ dirname ./appserver/tests/appserv-tests/devtests/transaction/ee/run_test.sh 16:53:17 [2023-03-05T21:53:17.303Z] + source ./appserver/tests/appserv-tests/devtests/transaction/ee/../../../../common_test.sh 16:53:17 [2023-03-05T21:53:17.303Z] +++ uname 16:53:17 [2023-03-05T21:53:17.303Z] +++ grep -i sunos 16:53:17 [2023-03-05T21:53:17.303Z] +++ wc -l 16:53:17 [2023-03-05T21:53:17.303Z] +++ awk '{print $1}' 16:53:17 [2023-03-05T21:53:17.303Z] ++ '[' 0 -eq 1 ']' 16:53:17 [2023-03-05T21:53:17.303Z] ++ GREP=grep 16:53:17 [2023-03-05T21:53:17.303Z] ++ AWK=awk 16:53:17 [2023-03-05T21:53:17.303Z] ++ SED=sed 16:53:17 [2023-03-05T21:53:17.303Z] ++ BC=bc 16:53:17 [2023-03-05T21:53:17.303Z] ++ export GREP AWK SED BC 16:53:17 [2023-03-05T21:53:17.303Z] + case ${OPT} in 16:53:17 [2023-03-05T21:53:17.303Z] + list_test_ids 16:53:17 [2023-03-05T21:53:17.303Z] + echo transaction_ee_all transaction-ee-1 transaction-ee-2 transaction-ee-3 transaction-ee-4 16:53:17 [2023-03-05T21:53:17.303Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.303Z] + [[ transaction_ee_all = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.303Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.303Z] + [[ transaction-ee-1 = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.303Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.303Z] + [[ transaction-ee-2 = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.303Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.303Z] + [[ transaction-ee-3 = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.303Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.303Z] + [[ transaction-ee-4 = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.303Z] + [[ false = true ]] 16:53:17 [2023-03-05T21:53:17.303Z] + for runtest in `find . -name run_test\.sh` 16:53:17 [2023-03-05T21:53:17.303Z] ++ ./appserver/tests/appserv-tests/devtests/web/run_test.sh list_test_ids 16:53:17 [2023-03-05T21:53:17.303Z] + OPT=list_test_ids 16:53:17 [2023-03-05T21:53:17.303Z] + TEST_ID= 16:53:17 [2023-03-05T21:53:17.303Z] ++ dirname ./appserver/tests/appserv-tests/devtests/web/run_test.sh 16:53:17 [2023-03-05T21:53:17.303Z] + source ./appserver/tests/appserv-tests/devtests/web/../../../common_test.sh 16:53:17 [2023-03-05T21:53:17.303Z] +++ uname 16:53:17 [2023-03-05T21:53:17.303Z] +++ grep -i sunos 16:53:17 [2023-03-05T21:53:17.303Z] +++ wc -l 16:53:17 [2023-03-05T21:53:17.303Z] +++ awk '{print $1}' 16:53:17 [2023-03-05T21:53:17.303Z] ++ '[' 0 -eq 1 ']' 16:53:17 [2023-03-05T21:53:17.303Z] ++ GREP=grep 16:53:17 [2023-03-05T21:53:17.303Z] ++ AWK=awk 16:53:17 [2023-03-05T21:53:17.303Z] ++ SED=sed 16:53:17 [2023-03-05T21:53:17.303Z] ++ BC=bc 16:53:17 [2023-03-05T21:53:17.303Z] ++ export GREP AWK SED BC 16:53:17 [2023-03-05T21:53:17.303Z] + case $OPT in 16:53:17 [2023-03-05T21:53:17.303Z] + list_test_ids 16:53:17 [2023-03-05T21:53:17.303Z] + echo web_all web_jsp web_servlet web_web-container web_group-1 16:53:17 [2023-03-05T21:53:17.303Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.303Z] + [[ web_all = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.303Z] + for id in `${runtest} list_test_ids` 16:53:17 [2023-03-05T21:53:17.303Z] + [[ web_jsp = \w\e\b\_\j\s\p ]] 16:53:17 [2023-03-05T21:53:17.303Z] + found=true 16:53:17 [2023-03-05T21:53:17.303Z] + break 16:53:17 [2023-03-05T21:53:17.303Z] + [[ true = true ]] 16:53:17 [2023-03-05T21:53:17.303Z] + ./appserver/tests/appserv-tests/devtests/web/run_test.sh run_test_id web_jsp 16:53:17 [2023-03-05T21:53:17.303Z] + OPT=run_test_id 16:53:17 [2023-03-05T21:53:17.303Z] + TEST_ID=web_jsp 16:53:17 [2023-03-05T21:53:17.303Z] ++ dirname ./appserver/tests/appserv-tests/devtests/web/run_test.sh 16:53:17 [2023-03-05T21:53:17.303Z] + source ./appserver/tests/appserv-tests/devtests/web/../../../common_test.sh 16:53:17 [2023-03-05T21:53:17.303Z] +++ uname 16:53:17 [2023-03-05T21:53:17.303Z] +++ grep -i sunos 16:53:17 [2023-03-05T21:53:17.303Z] +++ wc -l 16:53:17 [2023-03-05T21:53:17.303Z] +++ awk '{print $1}' 16:53:17 [2023-03-05T21:53:17.303Z] ++ '[' 0 -eq 1 ']' 16:53:17 [2023-03-05T21:53:17.303Z] ++ GREP=grep 16:53:17 [2023-03-05T21:53:17.303Z] ++ AWK=awk 16:53:17 [2023-03-05T21:53:17.303Z] ++ SED=sed 16:53:17 [2023-03-05T21:53:17.303Z] ++ BC=bc 16:53:17 [2023-03-05T21:53:17.303Z] ++ export GREP AWK SED BC 16:53:17 [2023-03-05T21:53:17.303Z] + case $OPT in 16:53:17 [2023-03-05T21:53:17.303Z] + trap 'copy_test_artifacts web_jsp' EXIT 16:53:17 [2023-03-05T21:53:17.303Z] + run_test_id web_jsp 16:53:17 [2023-03-05T21:53:17.303Z] + cat /etc/hosts 16:53:17 [2023-03-05T21:53:17.303Z] # Kubernetes-managed hosts file. 16:53:17 [2023-03-05T21:53:17.303Z] 127.0.0.1 localhost 16:53:17 [2023-03-05T21:53:17.303Z] ::1 localhost ip6-localhost ip6-loopback 16:53:17 [2023-03-05T21:53:17.303Z] fe00::0 ip6-localnet 16:53:17 [2023-03-05T21:53:17.303Z] fe00::0 ip6-mcastprefix 16:53:17 [2023-03-05T21:53:17.303Z] fe00::1 ip6-allnodes 16:53:17 [2023-03-05T21:53:17.303Z] fe00::2 ip6-allrouters 16:53:17 [2023-03-05T21:53:17.303Z] 10.40.53.86 basic-d7c0k 16:53:17 [2023-03-05T21:53:17.303Z] + unzip_test_resources /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip 16:53:17 [2023-03-05T21:53:17.303Z] + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' 16:53:17 [2023-03-05T21:53:17.303Z] 16:53:17 [2023-03-05T21:53:17.303Z] ===== UNZIP TEST RESOURCES ===== 16:53:17 [2023-03-05T21:53:17.303Z] 16:53:17 [2023-03-05T21:53:17.303Z] + for i in "${@}" 16:53:17 [2023-03-05T21:53:17.303Z] + [[ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip == *.zip* ]] 16:53:17 [2023-03-05T21:53:17.303Z] + unzip -qq -o /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target 16:53:18 [2023-03-05T21:53:18.231Z] ++ dirname ./appserver/tests/appserv-tests/devtests/web/run_test.sh 16:53:18 [2023-03-05T21:53:18.231Z] + cd ./appserver/tests/appserv-tests/devtests/web 16:53:18 [2023-03-05T21:53:18.231Z] + test_init 16:53:18 [2023-03-05T21:53:18.231Z] + printf '\n%s \n\n' '===== V2 DEVTESTS INIT =====' 16:53:18 [2023-03-05T21:53:18.231Z] 16:53:18 [2023-03-05T21:53:18.231Z] ===== V2 DEVTESTS INIT ===== 16:53:18 [2023-03-05T21:53:18.231Z] 16:53:18 [2023-03-05T21:53:18.231Z] + find /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish -type f 16:53:18 [2023-03-05T21:53:18.231Z] + xargs touch 16:53:18 [2023-03-05T21:53:18.231Z] + echo S1AS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:53:18 [2023-03-05T21:53:18.231Z] S1AS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:53:18 [2023-03-05T21:53:18.231Z] + echo ANT_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant 16:53:18 [2023-03-05T21:53:18.231Z] ANT_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant 16:53:18 [2023-03-05T21:53:18.231Z] + echo APS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests 16:53:18 [2023-03-05T21:53:18.231Z] APS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests 16:53:18 [2023-03-05T21:53:18.231Z] + java -version 16:53:18 [2023-03-05T21:53:18.231Z] openjdk version "18.0.2" 2022-07-19 16:53:18 [2023-03-05T21:53:18.231Z] OpenJDK Runtime Environment (build 18.0.2+9-61) 16:53:18 [2023-03-05T21:53:18.231Z] OpenJDK 64-Bit Server VM (build 18.0.2+9-61, mixed mode, sharing) 16:53:18 [2023-03-05T21:53:18.231Z] + ant -version 16:53:18 [2023-03-05T21:53:18.231Z] Apache Ant(TM) version 1.9.16 compiled on July 10 2021 16:53:18 [2023-03-05T21:53:18.231Z] + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:53:18 [2023-03-05T21:53:18.231Z] + printf '\n\n' 16:53:18 [2023-03-05T21:53:18.231Z] 16:53:18 [2023-03-05T21:53:18.231Z] 16:53:18 [2023-03-05T21:53:18.231Z] + TARGET_FROM_INPUT=(`echo $1 | sed 's/web_//'`) 16:53:18 [2023-03-05T21:53:18.231Z] ++ echo web_jsp 16:53:18 [2023-03-05T21:53:18.231Z] ++ sed s/web_// 16:53:18 [2023-03-05T21:53:18.231Z] + get_test_target jsp 16:53:18 [2023-03-05T21:53:18.231Z] + case ${1} in 16:53:18 [2023-03-05T21:53:18.231Z] + TARGET='init jsp finish-report' 16:53:18 [2023-03-05T21:53:18.231Z] + export TARGET 16:53:18 [2023-03-05T21:53:18.231Z] + test_run 16:53:18 [2023-03-05T21:53:18.231Z] + export WEBTIER_ADMIN_PORT=45707 16:53:18 [2023-03-05T21:53:18.231Z] + WEBTIER_ADMIN_PORT=45707 16:53:18 [2023-03-05T21:53:18.231Z] + export WEBTIER_JMS_PORT=45708 16:53:18 [2023-03-05T21:53:18.231Z] + WEBTIER_JMS_PORT=45708 16:53:18 [2023-03-05T21:53:18.231Z] + export WEBTIER_JMX_PORT=45709 16:53:18 [2023-03-05T21:53:18.231Z] + WEBTIER_JMX_PORT=45709 16:53:18 [2023-03-05T21:53:18.231Z] + export WEBTIER_ORB_PORT=45710 16:53:18 [2023-03-05T21:53:18.231Z] + WEBTIER_ORB_PORT=45710 16:53:18 [2023-03-05T21:53:18.231Z] + export WEBTIER_HTTP_PORT=45711 16:53:18 [2023-03-05T21:53:18.231Z] + WEBTIER_HTTP_PORT=45711 16:53:18 [2023-03-05T21:53:18.231Z] + export WEBTIER_HTTPS_PORT=45712 16:53:18 [2023-03-05T21:53:18.231Z] + WEBTIER_HTTPS_PORT=45712 16:53:18 [2023-03-05T21:53:18.231Z] + export WEBTIER_ALTERNATE_PORT=45713 16:53:18 [2023-03-05T21:53:18.231Z] + WEBTIER_ALTERNATE_PORT=45713 16:53:18 [2023-03-05T21:53:18.231Z] + export WEBTIER_ORB_SSL_PORT=45714 16:53:18 [2023-03-05T21:53:18.231Z] + WEBTIER_ORB_SSL_PORT=45714 16:53:18 [2023-03-05T21:53:18.231Z] + export WEBTIER_ORB_SSL_MUTUALAUTH_PORT=45715 16:53:18 [2023-03-05T21:53:18.231Z] + WEBTIER_ORB_SSL_MUTUALAUTH_PORT=45715 16:53:18 [2023-03-05T21:53:18.231Z] + export WEBTIER_INSTANCE_PORT=45716 16:53:18 [2023-03-05T21:53:18.231Z] + WEBTIER_INSTANCE_PORT=45716 16:53:18 [2023-03-05T21:53:18.231Z] + export WEBTIER_INSTANCE_PORT_2=45717 16:53:18 [2023-03-05T21:53:18.231Z] + WEBTIER_INSTANCE_PORT_2=45717 16:53:18 [2023-03-05T21:53:18.231Z] + export WEBTIER_INSTANCE_PORT_3=45718 16:53:18 [2023-03-05T21:53:18.231Z] + WEBTIER_INSTANCE_PORT_3=45718 16:53:18 [2023-03-05T21:53:18.231Z] + export WEBTIER_INSTANCE_HTTPS_PORT=45719 16:53:18 [2023-03-05T21:53:18.231Z] + WEBTIER_INSTANCE_HTTPS_PORT=45719 16:53:18 [2023-03-05T21:53:18.231Z] + export AS_LOGFILE=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/cli.log 16:53:18 [2023-03-05T21:53:18.231Z] + AS_LOGFILE=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/cli.log 16:53:18 [2023-03-05T21:53:18.231Z] + rm -rf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:53:18 [2023-03-05T21:53:18.231Z] + cd /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests 16:53:18 [2023-03-05T21:53:18.231Z] + echo AS_ADMIN_PASSWORD= 16:53:18 [2023-03-05T21:53:18.231Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt create-domain --adminport 45707 --domainproperties jms.port=45708:domain.jmxPort=45709:orb.listener.port=45710:http.ssl.port=45712:orb.ssl.port=45714:orb.mutualauth.port=45715 --instanceport 45711 domain1 16:53:19 [2023-03-05T21:53:19.188Z] Using port 45707 for Admin. 16:53:19 [2023-03-05T21:53:19.188Z] Using port 45711 for HTTP Instance. 16:53:19 [2023-03-05T21:53:19.188Z] Using port 45708 for JMS. 16:53:19 [2023-03-05T21:53:19.188Z] Using port 45710 for IIOP. 16:53:19 [2023-03-05T21:53:19.188Z] Using port 45712 for HTTP_SSL. 16:53:19 [2023-03-05T21:53:19.188Z] Using port 45714 for IIOP_SSL. 16:53:19 [2023-03-05T21:53:19.188Z] Using port 45715 for IIOP_MUTUALAUTH. 16:53:19 [2023-03-05T21:53:19.188Z] Using port 45709 for JMX_ADMIN. 16:53:19 [2023-03-05T21:53:19.188Z] Using default port 6666 for OSGI_SHELL. 16:53:19 [2023-03-05T21:53:19.188Z] Using default port 9009 for JAVA_DEBUGGER. 16:53:19 [2023-03-05T21:53:19.188Z] Distinguished Name of the self-signed X.509 Server Certificate is: 16:53:19 [2023-03-05T21:53:19.188Z] [CN=basic-d7c0k,OU=GlassFish,O=Eclipse.org Foundation Inc,L=Ottawa,ST=Ontario,C=CA] 16:53:21 [2023-03-05T21:53:21.082Z] Distinguished Name of the self-signed X.509 Server Certificate is: 16:53:21 [2023-03-05T21:53:21.082Z] [CN=basic-d7c0k-instance,OU=GlassFish,O=Eclipse.org Foundation Inc,L=Ottawa,ST=Ontario,C=CA] 16:53:33 [2023-03-05T21:53:33.319Z] Domain domain1 created. 16:53:33 [2023-03-05T21:53:33.319Z] Domain domain1 admin port is 45707. 16:53:33 [2023-03-05T21:53:33.319Z] Domain domain1 allows admin login as user "admin" with no password. 16:53:33 [2023-03-05T21:53:33.320Z] Command create-domain executed successfully. 16:53:33 [2023-03-05T21:53:33.320Z] + HOST=localhost 16:53:33 [2023-03-05T21:53:33.320Z] + echo ' 16:53:33 [2023-03-05T21:53:33.320Z] gf.version=${env.GF_VERSION} 16:53:33 [2023-03-05T21:53:33.320Z] bundles.dir=${env.WORKSPACE}/bundles 16:53:33 [2023-03-05T21:53:33.320Z] admin.domain=domain1 16:53:33 [2023-03-05T21:53:33.320Z] admin.domain.dir=${env.S1AS_HOME}/domains 16:53:33 [2023-03-05T21:53:33.320Z] admin.port=45707 16:53:33 [2023-03-05T21:53:33.320Z] admin.user=admin 16:53:33 [2023-03-05T21:53:33.320Z] admin.host=localhost 16:53:33 [2023-03-05T21:53:33.320Z] http.port=45711 16:53:33 [2023-03-05T21:53:33.320Z] https.port=45712 16:53:33 [2023-03-05T21:53:33.320Z] http.host=localhost 16:53:33 [2023-03-05T21:53:33.320Z] http.address=127.0.0.1 16:53:33 [2023-03-05T21:53:33.320Z] http.alternate.port=45713 16:53:33 [2023-03-05T21:53:33.320Z] orb.port=45710 16:53:33 [2023-03-05T21:53:33.320Z] admin.password= 16:53:33 [2023-03-05T21:53:33.320Z] ssl.password=changeit 16:53:33 [2023-03-05T21:53:33.320Z] master.password=changeit 16:53:33 [2023-03-05T21:53:33.320Z] admin.password.file=${env.APS_HOME}/config/adminpassword.txt 16:53:33 [2023-03-05T21:53:33.320Z] appserver.instance.name=server 16:53:33 [2023-03-05T21:53:33.320Z] config.dottedname.prefix=server 16:53:33 [2023-03-05T21:53:33.320Z] resources.dottedname.prefix=domain.resources 16:53:33 [2023-03-05T21:53:33.320Z] results.mailhost=localhost 16:53:33 [2023-03-05T21:53:33.320Z] results.mailer=QLTestsForPEInstallOrDASInEEInstall@sun.com 16:53:33 [2023-03-05T21:53:33.320Z] results.mailee=yourname@sun.com 16:53:33 [2023-03-05T21:53:33.320Z] autodeploy.dir=${env.S1AS_HOME}/domains/${admin.domain}/autodeploy 16:53:33 [2023-03-05T21:53:33.320Z] precompilejsp=true 16:53:33 [2023-03-05T21:53:33.320Z] jvm.maxpermsize=192m 16:53:33 [2023-03-05T21:53:33.320Z] ENABLE_REPLICATION=false 16:53:33 [2023-03-05T21:53:33.320Z] appserver.instance.dir=${admin.domain.dir}/${admin.domain} 16:53:33 [2023-03-05T21:53:33.320Z] cluster.name=clusterA 16:53:33 [2023-03-05T21:53:33.320Z] instance.name=inst1 16:53:33 [2023-03-05T21:53:33.320Z] instance.name.2=inst2 16:53:33 [2023-03-05T21:53:33.320Z] instance.name.3=inst3 16:53:33 [2023-03-05T21:53:33.320Z] instance.http.port=45716 16:53:33 [2023-03-05T21:53:33.320Z] instance.https.port=45719 16:53:33 [2023-03-05T21:53:33.320Z] instance.http.port.2=45717 16:53:33 [2023-03-05T21:53:33.320Z] instance.http.port.3=45718 16:53:33 [2023-03-05T21:53:33.320Z] nodeagent.name=localhost-domain1 16:53:33 [2023-03-05T21:53:33.320Z] ' 16:53:33 [2023-03-05T21:53:33.320Z] + kill_processes 16:53:33 [2023-03-05T21:53:33.320Z] + ps -aef 16:53:33 [2023-03-05T21:53:33.320Z] + grep java 16:53:33 [2023-03-05T21:53:33.320Z] + grep ASMain 16:53:33 [2023-03-05T21:53:33.320Z] + grep -v grep 16:53:33 [2023-03-05T21:53:33.320Z] + awk '{print $2}' 16:53:33 [2023-03-05T21:53:33.320Z] ./appserver/tests/appserv-tests/devtests/web/run_test.sh: line 19: ps: command not found 16:53:33 [2023-03-05T21:53:33.320Z] + xargs kill -9 16:53:33 [2023-03-05T21:53:33.320Z] + true 16:53:33 [2023-03-05T21:53:33.320Z] + jps 16:53:33 [2023-03-05T21:53:33.320Z] + grep Main 16:53:33 [2023-03-05T21:53:33.320Z] + grep -v grep 16:53:33 [2023-03-05T21:53:33.320Z] + awk '{print $1}' 16:53:33 [2023-03-05T21:53:33.320Z] + xargs kill -9 16:53:33 [2023-03-05T21:53:33.320Z] + true 16:53:33 [2023-03-05T21:53:33.320Z] + ps -aef 16:53:33 [2023-03-05T21:53:33.320Z] + grep derby 16:53:33 [2023-03-05T21:53:33.320Z] ./appserver/tests/appserv-tests/devtests/web/run_test.sh: line 21: ps: command not found 16:53:33 [2023-03-05T21:53:33.320Z] + grep -v grep 16:53:33 [2023-03-05T21:53:33.320Z] + awk '{print $2}' 16:53:33 [2023-03-05T21:53:33.320Z] + xargs kill -9 16:53:33 [2023-03-05T21:53:33.320Z] + true 16:53:33 [2023-03-05T21:53:33.320Z] + cd /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web 16:53:33 [2023-03-05T21:53:33.320Z] + ant init jsp finish-report 16:53:33 [2023-03-05T21:53:33.320Z] + tee /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/tests-run.log 16:53:33 [2023-03-05T21:53:33.320Z] Buildfile: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/build.xml 16:53:33 [2023-03-05T21:53:33.320Z] 16:53:33 [2023-03-05T21:53:33.320Z] init: 16:53:33 [2023-03-05T21:53:33.320Z] 16:53:33 [2023-03-05T21:53:33.320Z] init-report: 16:53:33 [2023-03-05T21:53:33.320Z] 16:53:33 [2023-03-05T21:53:33.320Z] setOSConditions: 16:53:33 [2023-03-05T21:53:33.320Z] 16:53:33 [2023-03-05T21:53:33.320Z] setToolWin: 16:53:33 [2023-03-05T21:53:33.320Z] 16:53:33 [2023-03-05T21:53:33.320Z] setToolUnix: 16:53:33 [2023-03-05T21:53:33.320Z] 16:53:33 [2023-03-05T21:53:33.320Z] setToolProperty: 16:53:33 [2023-03-05T21:53:33.320Z] 16:53:33 [2023-03-05T21:53:33.320Z] setS1ASclassPath: 16:53:33 [2023-03-05T21:53:33.320Z] 16:53:33 [2023-03-05T21:53:33.320Z] init-common: 16:53:33 [2023-03-05T21:53:33.320Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:53:33 [2023-03-05T21:53:33.320Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:53:33 [2023-03-05T21:53:33.320Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:53:33 [2023-03-05T21:53:33.320Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:53:33 [2023-03-05T21:53:33.320Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:53:33 [2023-03-05T21:53:33.320Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:53:33 [2023-03-05T21:53:33.320Z] 16:53:33 [2023-03-05T21:53:33.320Z] startDomainUnix: 16:53:33 [2023-03-05T21:53:33.320Z] [echo] Starting DAS 16:53:37 [2023-03-05T21:53:37.619Z] [exec] Waiting for domain1 to start ..... 16:53:37 [2023-03-05T21:53:37.619Z] [exec] Waiting finished after 4,301 ms. 16:53:37 [2023-03-05T21:53:37.619Z] [exec] Successfully started the domain : domain1 16:53:37 [2023-03-05T21:53:37.619Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:53:37 [2023-03-05T21:53:37.619Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:53:37 [2023-03-05T21:53:37.619Z] [exec] Admin Port: 45,707 16:53:37 [2023-03-05T21:53:37.619Z] [exec] Command start-domain executed successfully. 16:53:37 [2023-03-05T21:53:37.619Z] [echo] run.xml:doing wait for localhost:45711... 16:53:37 [2023-03-05T21:53:37.619Z] [echo] run.xml:DONE doing wait for localhost:45711... 16:53:37 [2023-03-05T21:53:37.619Z] 16:53:37 [2023-03-05T21:53:37.619Z] dumpThreadStack: 16:53:37 [2023-03-05T21:53:37.619Z] 16:53:37 [2023-03-05T21:53:37.619Z] startDomainWindows: 16:53:37 [2023-03-05T21:53:37.619Z] 16:53:37 [2023-03-05T21:53:37.619Z] startDomain: 16:53:37 [2023-03-05T21:53:37.619Z] 16:53:37 [2023-03-05T21:53:37.619Z] jsp: 16:53:37 [2023-03-05T21:53:37.619Z] [echo] @@## Running WEB JSP developer tests ##@@ 16:53:37 [2023-03-05T21:53:37.619Z] [echo] @@## Set environment variable 'web' to name of single test dir to run only that one. ##@@ 16:53:37 [2023-03-05T21:53:37.619Z] [echo] 16:53:37 [2023-03-05T21:53:37.619Z] [echo] ************************* 16:53:37 [2023-03-05T21:53:37.619Z] [echo] * Running emptyServletPathJspInclude 16:53:37 [2023-03-05T21:53:37.619Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/emptyServletPathJspInclude 16:53:37 [2023-03-05T21:53:37.619Z] [echo] ************************* 16:53:37 [2023-03-05T21:53:37.619Z] [echo] 16:53:37 [2023-03-05T21:53:37.619Z] 16:53:37 [2023-03-05T21:53:37.619Z] setOSConditions: 16:53:37 [2023-03-05T21:53:37.619Z] 16:53:37 [2023-03-05T21:53:37.619Z] setToolWin: 16:53:37 [2023-03-05T21:53:37.619Z] 16:53:37 [2023-03-05T21:53:37.619Z] setToolUnix: 16:53:37 [2023-03-05T21:53:37.619Z] 16:53:37 [2023-03-05T21:53:37.619Z] setToolProperty: 16:53:37 [2023-03-05T21:53:37.619Z] 16:53:37 [2023-03-05T21:53:37.619Z] setS1ASclassPath: 16:53:37 [2023-03-05T21:53:37.619Z] 16:53:37 [2023-03-05T21:53:37.619Z] init-common: 16:53:37 [2023-03-05T21:53:37.619Z] 16:53:37 [2023-03-05T21:53:37.619Z] clean: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setOSConditions: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setToolWin: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setToolUnix: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setToolProperty: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setS1ASclassPath: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] init-common: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] clean-common: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setOSConditions: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setToolWin: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setToolUnix: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setToolProperty: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setS1ASclassPath: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] init-common: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] clean-classes-common: 16:53:37 [2023-03-05T21:53:37.875Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setOSConditions: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setToolWin: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setToolUnix: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setToolProperty: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setS1ASclassPath: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] init-common: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] clean-jars-common: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] compile: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setOSConditions: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setToolWin: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setToolUnix: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setToolProperty: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] setS1ASclassPath: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] init-common: 16:53:37 [2023-03-05T21:53:37.875Z] 16:53:37 [2023-03-05T21:53:37.875Z] compile-common: 16:53:37 [2023-03-05T21:53:37.875Z] [echo] Current time (ISO): 2023-03-05T21:53:37.734+0000 16:53:37 [2023-03-05T21:53:37.875Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:53:37 [2023-03-05T21:53:37.875Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:53:39 [2023-03-05T21:53:39.242Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:53:39 [2023-03-05T21:53:39.242Z] [javac] 1 warning 16:53:39 [2023-03-05T21:53:39.242Z] 16:53:39 [2023-03-05T21:53:39.242Z] build: 16:53:39 [2023-03-05T21:53:39.242Z] 16:53:39 [2023-03-05T21:53:39.242Z] setOSConditions: 16:53:39 [2023-03-05T21:53:39.242Z] 16:53:39 [2023-03-05T21:53:39.242Z] setToolWin: 16:53:39 [2023-03-05T21:53:39.242Z] 16:53:39 [2023-03-05T21:53:39.242Z] setToolUnix: 16:53:39 [2023-03-05T21:53:39.242Z] 16:53:39 [2023-03-05T21:53:39.242Z] setToolProperty: 16:53:39 [2023-03-05T21:53:39.242Z] 16:53:39 [2023-03-05T21:53:39.242Z] setS1ASclassPath: 16:53:39 [2023-03-05T21:53:39.242Z] 16:53:39 [2023-03-05T21:53:39.242Z] init-common: 16:53:39 [2023-03-05T21:53:39.242Z] 16:53:39 [2023-03-05T21:53:39.242Z] webclient-war-common: 16:53:39 [2023-03-05T21:53:39.242Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:53:39 [2023-03-05T21:53:39.242Z] 16:53:39 [2023-03-05T21:53:39.242Z] clear: 16:53:39 [2023-03-05T21:53:39.242Z] 16:53:39 [2023-03-05T21:53:39.242Z] test-tlds-exist: 16:53:39 [2023-03-05T21:53:39.242Z] 16:53:39 [2023-03-05T21:53:39.242Z] copy-tlds: 16:53:39 [2023-03-05T21:53:39.242Z] 16:53:39 [2023-03-05T21:53:39.242Z] test-tagfiles-exist: 16:53:39 [2023-03-05T21:53:39.242Z] 16:53:39 [2023-03-05T21:53:39.242Z] copy-tagfiles: 16:53:39 [2023-03-05T21:53:39.242Z] 16:53:39 [2023-03-05T21:53:39.242Z] package-war-common: 16:53:39 [2023-03-05T21:53:39.242Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:53:39 [2023-03-05T21:53:39.242Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:39 [2023-03-05T21:53:39.242Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:53:39 [2023-03-05T21:53:39.242Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:53:39 [2023-03-05T21:53:39.242Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/emptyServletPathJspInclude/lib 16:53:39 [2023-03-05T21:53:39.242Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:39 [2023-03-05T21:53:39.242Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:53:39 [2023-03-05T21:53:39.242Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-empty-servlet-path-jsp-include-web.war 16:53:39 [2023-03-05T21:53:39.242Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:39 [2023-03-05T21:53:39.242Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/emptyServletPathJspInclude/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:53:39 [2023-03-05T21:53:39.242Z] [javac] Compiling 1 source file 16:53:39 [2023-03-05T21:53:39.519Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/emptyServletPathJspInclude/WebTest.java uses or overrides a deprecated API. 16:53:39 [2023-03-05T21:53:39.519Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:53:39 [2023-03-05T21:53:39.519Z] 16:53:39 [2023-03-05T21:53:39.519Z] deploy: 16:53:39 [2023-03-05T21:53:39.519Z] 16:53:39 [2023-03-05T21:53:39.519Z] deploy-war-common: 16:53:39 [2023-03-05T21:53:39.519Z] 16:53:39 [2023-03-05T21:53:39.519Z] setOSConditions: 16:53:39 [2023-03-05T21:53:39.519Z] 16:53:39 [2023-03-05T21:53:39.519Z] setToolWin: 16:53:39 [2023-03-05T21:53:39.519Z] 16:53:39 [2023-03-05T21:53:39.519Z] setToolUnix: 16:53:39 [2023-03-05T21:53:39.519Z] 16:53:39 [2023-03-05T21:53:39.519Z] setToolProperty: 16:53:39 [2023-03-05T21:53:39.519Z] 16:53:39 [2023-03-05T21:53:39.519Z] setS1ASclassPath: 16:53:39 [2023-03-05T21:53:39.519Z] 16:53:39 [2023-03-05T21:53:39.519Z] init-common: 16:53:39 [2023-03-05T21:53:39.519Z] 16:53:39 [2023-03-05T21:53:39.519Z] deploy-war-commonpe: 16:53:40 [2023-03-05T21:53:40.957Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-empty-servlet-path-jsp-include --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-empty-servlet-path-jsp-include-web.war 16:53:43 [2023-03-05T21:53:43.518Z] [exec] Application deployed with name web-empty-servlet-path-jsp-include-web. 16:53:43 [2023-03-05T21:53:43.518Z] 16:53:43 [2023-03-05T21:53:43.519Z] deploy-war-commonee: 16:53:43 [2023-03-05T21:53:43.519Z] 16:53:43 [2023-03-05T21:53:43.519Z] run: 16:53:43 [2023-03-05T21:53:43.519Z] [java] Connecting to: http://localhost:45711/web-empty-servlet-path-jsp-include/jsp/test.jsp 16:53:43 [2023-03-05T21:53:43.519Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:53:43 [2023-03-05T21:53:43.519Z] [java] 16:53:43 [2023-03-05T21:53:43.519Z] [java] 16:53:43 [2023-03-05T21:53:43.519Z] [java] ----------------------------------------- 16:53:43 [2023-03-05T21:53:43.519Z] [java] - empty-servlet-path-jsp-include: PASS - 16:53:43 [2023-03-05T21:53:43.519Z] [java] ----------------------------------------- 16:53:43 [2023-03-05T21:53:43.519Z] [java] - Total PASS : 1 - 16:53:43 [2023-03-05T21:53:43.519Z] [java] - Total FAIL : 0 - 16:53:43 [2023-03-05T21:53:43.519Z] [java] - Total DID NOT RUN : 0 - 16:53:43 [2023-03-05T21:53:43.519Z] [java] ----------------------------------------- 16:53:43 [2023-03-05T21:53:43.519Z] 16:53:43 [2023-03-05T21:53:43.519Z] undeploy: 16:53:43 [2023-03-05T21:53:43.519Z] 16:53:43 [2023-03-05T21:53:43.519Z] setOSConditions: 16:53:43 [2023-03-05T21:53:43.519Z] 16:53:43 [2023-03-05T21:53:43.519Z] setToolWin: 16:53:43 [2023-03-05T21:53:43.519Z] 16:53:43 [2023-03-05T21:53:43.519Z] setToolUnix: 16:53:43 [2023-03-05T21:53:43.519Z] 16:53:43 [2023-03-05T21:53:43.519Z] setToolProperty: 16:53:43 [2023-03-05T21:53:43.519Z] 16:53:43 [2023-03-05T21:53:43.519Z] setS1ASclassPath: 16:53:43 [2023-03-05T21:53:43.519Z] 16:53:43 [2023-03-05T21:53:43.519Z] init-common: 16:53:43 [2023-03-05T21:53:43.519Z] 16:53:43 [2023-03-05T21:53:43.519Z] undeploy-war-common: 16:53:43 [2023-03-05T21:53:43.775Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-empty-servlet-path-jsp-include-web 16:53:44 [2023-03-05T21:53:44.031Z] 16:53:44 [2023-03-05T21:53:44.031Z] all: 16:53:44 [2023-03-05T21:53:44.031Z] [echo] 16:53:44 [2023-03-05T21:53:44.031Z] [echo] ************************* 16:53:44 [2023-03-05T21:53:44.031Z] [echo] * Running jsp-security 16:53:44 [2023-03-05T21:53:44.031Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jsp-security 16:53:44 [2023-03-05T21:53:44.031Z] [echo] ************************* 16:53:44 [2023-03-05T21:53:44.031Z] [echo] 16:53:44 [2023-03-05T21:53:44.031Z] 16:53:44 [2023-03-05T21:53:44.031Z] setup: 16:53:44 [2023-03-05T21:53:44.031Z] 16:53:44 [2023-03-05T21:53:44.031Z] setOSConditions: 16:53:44 [2023-03-05T21:53:44.031Z] 16:53:44 [2023-03-05T21:53:44.031Z] setToolWin: 16:53:44 [2023-03-05T21:53:44.031Z] 16:53:44 [2023-03-05T21:53:44.031Z] setToolUnix: 16:53:44 [2023-03-05T21:53:44.031Z] 16:53:44 [2023-03-05T21:53:44.031Z] setToolProperty: 16:53:44 [2023-03-05T21:53:44.031Z] 16:53:44 [2023-03-05T21:53:44.031Z] setS1ASclassPath: 16:53:44 [2023-03-05T21:53:44.031Z] 16:53:44 [2023-03-05T21:53:44.031Z] init-common: 16:53:44 [2023-03-05T21:53:44.031Z] 16:53:44 [2023-03-05T21:53:44.031Z] create-user-common: 16:53:44 [2023-03-05T21:53:44.288Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jsp-security/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-file-user --groups Admin --authrealmname file --target server j2ee 16:53:44 [2023-03-05T21:53:44.288Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jsp-security/asadminuserpassword.txt 16:53:44 [2023-03-05T21:53:44.288Z] 16:53:44 [2023-03-05T21:53:44.288Z] setOSConditions: 16:53:44 [2023-03-05T21:53:44.288Z] 16:53:44 [2023-03-05T21:53:44.288Z] setToolWin: 16:53:44 [2023-03-05T21:53:44.288Z] 16:53:44 [2023-03-05T21:53:44.288Z] setToolUnix: 16:53:44 [2023-03-05T21:53:44.288Z] 16:53:44 [2023-03-05T21:53:44.288Z] setToolProperty: 16:53:44 [2023-03-05T21:53:44.288Z] 16:53:44 [2023-03-05T21:53:44.288Z] setS1ASclassPath: 16:53:44 [2023-03-05T21:53:44.288Z] 16:53:44 [2023-03-05T21:53:44.288Z] init-common: 16:53:44 [2023-03-05T21:53:44.288Z] 16:53:44 [2023-03-05T21:53:44.288Z] clean: 16:53:44 [2023-03-05T21:53:44.288Z] 16:53:44 [2023-03-05T21:53:44.288Z] setOSConditions: 16:53:44 [2023-03-05T21:53:44.288Z] 16:53:44 [2023-03-05T21:53:44.288Z] setToolWin: 16:53:44 [2023-03-05T21:53:44.288Z] 16:53:44 [2023-03-05T21:53:44.288Z] setToolUnix: 16:53:44 [2023-03-05T21:53:44.288Z] 16:53:44 [2023-03-05T21:53:44.288Z] setToolProperty: 16:53:44 [2023-03-05T21:53:44.288Z] 16:53:44 [2023-03-05T21:53:44.288Z] setS1ASclassPath: 16:53:44 [2023-03-05T21:53:44.288Z] 16:53:44 [2023-03-05T21:53:44.288Z] init-common: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] clean-common: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] setOSConditions: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] setToolWin: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] setToolUnix: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] setToolProperty: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] setS1ASclassPath: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] init-common: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] clean-classes-common: 16:53:44 [2023-03-05T21:53:44.544Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] setOSConditions: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] setToolWin: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] setToolUnix: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] setToolProperty: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] setS1ASclassPath: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] init-common: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] clean-jars-common: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] compile: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] setOSConditions: 16:53:44 [2023-03-05T21:53:44.544Z] 16:53:44 [2023-03-05T21:53:44.544Z] setToolWin: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] setToolUnix: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] setToolProperty: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] setS1ASclassPath: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] init-common: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] compile-common: 16:53:44 [2023-03-05T21:53:44.545Z] [echo] Current time (ISO): 2023-03-05T21:53:44.339+0000 16:53:44 [2023-03-05T21:53:44.545Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:53:44 [2023-03-05T21:53:44.545Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jsp-security/servlet 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] build: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] setOSConditions: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] setToolWin: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] setToolUnix: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] setToolProperty: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] setS1ASclassPath: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] init-common: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] webclient-war-common: 16:53:44 [2023-03-05T21:53:44.545Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] clear: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] test-tlds-exist: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] copy-tlds: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] test-tagfiles-exist: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] copy-tagfiles: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] package-war-common: 16:53:44 [2023-03-05T21:53:44.545Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:53:44 [2023-03-05T21:53:44.545Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:44 [2023-03-05T21:53:44.545Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:53:44 [2023-03-05T21:53:44.545Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:53:44 [2023-03-05T21:53:44.545Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jsp-security/lib 16:53:44 [2023-03-05T21:53:44.545Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:44 [2023-03-05T21:53:44.545Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:44 [2023-03-05T21:53:44.545Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-security-web.war 16:53:44 [2023-03-05T21:53:44.545Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:44 [2023-03-05T21:53:44.545Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jsp-security/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:53:44 [2023-03-05T21:53:44.545Z] [javac] Compiling 1 source file 16:53:44 [2023-03-05T21:53:44.545Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jsp-security/WebTest.java:44: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 16:53:44 [2023-03-05T21:53:44.545Z] [javac] int port = new Integer(portS).intValue(); 16:53:44 [2023-03-05T21:53:44.545Z] [javac] ^ 16:53:44 [2023-03-05T21:53:44.545Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jsp-security/WebTest.java uses or overrides a deprecated API. 16:53:44 [2023-03-05T21:53:44.545Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:53:44 [2023-03-05T21:53:44.545Z] [javac] 1 warning 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] deploy: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] deploy-war-common: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] setOSConditions: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] setToolWin: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] setToolUnix: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] setToolProperty: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] setS1ASclassPath: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] init-common: 16:53:44 [2023-03-05T21:53:44.545Z] 16:53:44 [2023-03-05T21:53:44.545Z] deploy-war-commonpe: 16:53:45 [2023-03-05T21:53:45.126Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-security --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-security-web.war 16:53:45 [2023-03-05T21:53:45.718Z] [exec] Application deployed with name web-jsp-security-web. 16:53:45 [2023-03-05T21:53:45.718Z] 16:53:45 [2023-03-05T21:53:45.718Z] deploy-war-commonee: 16:53:45 [2023-03-05T21:53:45.718Z] 16:53:45 [2023-03-05T21:53:45.718Z] run: 16:53:45 [2023-03-05T21:53:45.718Z] [java] GET /web-jsp-security/test.jsp HTTP/1.0 16:53:45 [2023-03-05T21:53:45.718Z] [java] 16:53:45 [2023-03-05T21:53:45.718Z] [java] 0: HTTP/1.1 200 OK 16:53:45 [2023-03-05T21:53:45.718Z] [java] 1: Server: Eclipse GlassFish 7.0.3 16:53:45 [2023-03-05T21:53:45.718Z] [java] 2: X-Powered-By: JSP/3.0 16:53:45 [2023-03-05T21:53:45.718Z] [java] 3: Pragma: No-cache 16:53:45 [2023-03-05T21:53:45.718Z] [java] 4: Cache-Control: no-cache 16:53:45 [2023-03-05T21:53:45.718Z] [java] 5: Expires: Thu, 01 Jan 1970 00:00:00 UTC 16:53:45 [2023-03-05T21:53:45.718Z] [java] 6: Set-Cookie: JSESSIONID=3c4346a714143ff57818a526cfc4; Path=/web-jsp-security; HttpOnly 16:53:45 [2023-03-05T21:53:45.718Z] [java] 7: Content-Type: text/html;charset=ISO-8859-1 16:53:45 [2023-03-05T21:53:45.718Z] [java] 8: Connection: close 16:53:45 [2023-03-05T21:53:45.718Z] [java] 9: Content-Length: 26 16:53:45 [2023-03-05T21:53:45.718Z] [java] 10: 16:53:45 [2023-03-05T21:53:45.718Z] [java] 11: 16:53:45 [2023-03-05T21:53:45.718Z] [java] 12: 16:53:45 [2023-03-05T21:53:45.718Z] [java] 13: 16:53:45 [2023-03-05T21:53:45.718Z] [java] 14: 16:53:45 [2023-03-05T21:53:45.718Z] [java] 15: 16:53:45 [2023-03-05T21:53:45.718Z] [java] 16: jsp-security::PASS 16:53:45 [2023-03-05T21:53:45.718Z] [java] 17: 16:53:45 [2023-03-05T21:53:45.718Z] [java] 18: 16:53:45 [2023-03-05T21:53:45.718Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:53:45 [2023-03-05T21:53:45.718Z] [java] 16:53:45 [2023-03-05T21:53:45.718Z] [java] 16:53:45 [2023-03-05T21:53:45.718Z] [java] ----------------------------------------- 16:53:45 [2023-03-05T21:53:45.718Z] [java] - web-jsp-security: PASS - 16:53:45 [2023-03-05T21:53:45.718Z] [java] ----------------------------------------- 16:53:45 [2023-03-05T21:53:45.718Z] [java] - Total PASS : 1 - 16:53:45 [2023-03-05T21:53:45.718Z] [java] - Total FAIL : 0 - 16:53:45 [2023-03-05T21:53:45.718Z] [java] - Total DID NOT RUN : 0 - 16:53:45 [2023-03-05T21:53:45.718Z] [java] ----------------------------------------- 16:53:45 [2023-03-05T21:53:45.718Z] 16:53:45 [2023-03-05T21:53:45.718Z] undeploy: 16:53:45 [2023-03-05T21:53:45.718Z] 16:53:45 [2023-03-05T21:53:45.718Z] setOSConditions: 16:53:45 [2023-03-05T21:53:45.718Z] 16:53:45 [2023-03-05T21:53:45.718Z] setToolWin: 16:53:45 [2023-03-05T21:53:45.718Z] 16:53:45 [2023-03-05T21:53:45.718Z] setToolUnix: 16:53:45 [2023-03-05T21:53:45.718Z] 16:53:45 [2023-03-05T21:53:45.718Z] setToolProperty: 16:53:45 [2023-03-05T21:53:45.718Z] 16:53:45 [2023-03-05T21:53:45.718Z] setS1ASclassPath: 16:53:45 [2023-03-05T21:53:45.718Z] 16:53:45 [2023-03-05T21:53:45.718Z] init-common: 16:53:45 [2023-03-05T21:53:45.718Z] 16:53:45 [2023-03-05T21:53:45.718Z] undeploy-war-common: 16:53:46 [2023-03-05T21:53:46.281Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-security-web 16:53:46 [2023-03-05T21:53:46.281Z] 16:53:46 [2023-03-05T21:53:46.281Z] restore: 16:53:46 [2023-03-05T21:53:46.281Z] 16:53:46 [2023-03-05T21:53:46.281Z] setOSConditions: 16:53:46 [2023-03-05T21:53:46.281Z] 16:53:46 [2023-03-05T21:53:46.281Z] setToolWin: 16:53:46 [2023-03-05T21:53:46.281Z] 16:53:46 [2023-03-05T21:53:46.281Z] setToolUnix: 16:53:46 [2023-03-05T21:53:46.281Z] 16:53:46 [2023-03-05T21:53:46.281Z] setToolProperty: 16:53:46 [2023-03-05T21:53:46.281Z] 16:53:46 [2023-03-05T21:53:46.281Z] setS1ASclassPath: 16:53:46 [2023-03-05T21:53:46.281Z] 16:53:46 [2023-03-05T21:53:46.281Z] init-common: 16:53:46 [2023-03-05T21:53:46.281Z] 16:53:46 [2023-03-05T21:53:46.281Z] delete-user-common: 16:53:46 [2023-03-05T21:53:46.538Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-file-user --authrealmname file --target server j2ee 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] all: 16:53:46 [2023-03-05T21:53:46.538Z] [echo] 16:53:46 [2023-03-05T21:53:46.538Z] [echo] ************************* 16:53:46 [2023-03-05T21:53:46.538Z] [echo] * Running jspAllowErrorPageToSetResponseCharsetIfNoOutputWritten 16:53:46 [2023-03-05T21:53:46.538Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAllowErrorPageToSetResponseCharsetIfNoOutputWritten 16:53:46 [2023-03-05T21:53:46.538Z] [echo] ************************* 16:53:46 [2023-03-05T21:53:46.538Z] [echo] 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setOSConditions: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolWin: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolUnix: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolProperty: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setS1ASclassPath: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] init-common: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] clean: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setOSConditions: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolWin: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolUnix: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolProperty: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setS1ASclassPath: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] init-common: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] clean-common: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setOSConditions: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolWin: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolUnix: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolProperty: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setS1ASclassPath: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] init-common: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] clean-classes-common: 16:53:46 [2023-03-05T21:53:46.538Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setOSConditions: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolWin: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolUnix: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolProperty: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setS1ASclassPath: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] init-common: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] clean-jars-common: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] compile: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setOSConditions: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolWin: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolUnix: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolProperty: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setS1ASclassPath: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] init-common: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] compile-common: 16:53:46 [2023-03-05T21:53:46.538Z] [echo] Current time (ISO): 2023-03-05T21:53:46.526+0000 16:53:46 [2023-03-05T21:53:46.538Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:53:46 [2023-03-05T21:53:46.538Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAllowErrorPageToSetResponseCharsetIfNoOutputWritten/servlet 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] build: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setOSConditions: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolWin: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolUnix: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setToolProperty: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] setS1ASclassPath: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] init-common: 16:53:46 [2023-03-05T21:53:46.538Z] 16:53:46 [2023-03-05T21:53:46.538Z] webclient-war-common: 16:53:46 [2023-03-05T21:53:46.538Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:53:46 [2023-03-05T21:53:46.794Z] 16:53:46 [2023-03-05T21:53:46.794Z] clear: 16:53:46 [2023-03-05T21:53:46.794Z] 16:53:46 [2023-03-05T21:53:46.794Z] test-tlds-exist: 16:53:46 [2023-03-05T21:53:46.794Z] 16:53:46 [2023-03-05T21:53:46.794Z] copy-tlds: 16:53:46 [2023-03-05T21:53:46.794Z] 16:53:46 [2023-03-05T21:53:46.794Z] test-tagfiles-exist: 16:53:46 [2023-03-05T21:53:46.794Z] 16:53:46 [2023-03-05T21:53:46.794Z] copy-tagfiles: 16:53:46 [2023-03-05T21:53:46.794Z] 16:53:46 [2023-03-05T21:53:46.794Z] package-war-common: 16:53:46 [2023-03-05T21:53:46.794Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:53:46 [2023-03-05T21:53:46.794Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:46 [2023-03-05T21:53:46.794Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:53:46 [2023-03-05T21:53:46.794Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:53:46 [2023-03-05T21:53:46.794Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAllowErrorPageToSetResponseCharsetIfNoOutputWritten/lib 16:53:46 [2023-03-05T21:53:46.794Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:46 [2023-03-05T21:53:46.794Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-allow-error-page-to-set-response-charset-if-no-output-written-web.war 16:53:46 [2023-03-05T21:53:46.794Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:46 [2023-03-05T21:53:46.794Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAllowErrorPageToSetResponseCharsetIfNoOutputWritten/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:53:46 [2023-03-05T21:53:46.794Z] [javac] Compiling 1 source file 16:53:46 [2023-03-05T21:53:46.794Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAllowErrorPageToSetResponseCharsetIfNoOutputWritten/WebTest.java:87: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 16:53:46 [2023-03-05T21:53:46.794Z] [javac] sock = new Socket(host, new Integer(port).intValue()); 16:53:46 [2023-03-05T21:53:46.794Z] [javac] ^ 16:53:46 [2023-03-05T21:53:46.794Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAllowErrorPageToSetResponseCharsetIfNoOutputWritten/WebTest.java uses or overrides a deprecated API. 16:53:46 [2023-03-05T21:53:46.794Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:53:46 [2023-03-05T21:53:46.794Z] [javac] 1 warning 16:53:46 [2023-03-05T21:53:46.794Z] 16:53:46 [2023-03-05T21:53:46.794Z] deploy: 16:53:46 [2023-03-05T21:53:46.794Z] 16:53:46 [2023-03-05T21:53:46.794Z] deploy-war-common: 16:53:46 [2023-03-05T21:53:46.794Z] 16:53:46 [2023-03-05T21:53:46.794Z] setOSConditions: 16:53:46 [2023-03-05T21:53:46.794Z] 16:53:46 [2023-03-05T21:53:46.794Z] setToolWin: 16:53:46 [2023-03-05T21:53:46.794Z] 16:53:46 [2023-03-05T21:53:46.794Z] setToolUnix: 16:53:46 [2023-03-05T21:53:46.794Z] 16:53:46 [2023-03-05T21:53:46.794Z] setToolProperty: 16:53:46 [2023-03-05T21:53:46.794Z] 16:53:46 [2023-03-05T21:53:46.794Z] setS1ASclassPath: 16:53:46 [2023-03-05T21:53:46.794Z] 16:53:46 [2023-03-05T21:53:46.795Z] init-common: 16:53:46 [2023-03-05T21:53:46.795Z] 16:53:46 [2023-03-05T21:53:46.795Z] deploy-war-commonpe: 16:53:47 [2023-03-05T21:53:47.051Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-allow-error-page-to-set-response-charset-if-no-output-written --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-allow-error-page-to-set-response-charset-if-no-output-written-web.war 16:53:48 [2023-03-05T21:53:48.430Z] [exec] Application deployed with name web-jsp-allow-error-page-to-set-response-charset-if-no-output-written-web. 16:53:48 [2023-03-05T21:53:48.430Z] 16:53:48 [2023-03-05T21:53:48.430Z] deploy-war-commonee: 16:53:48 [2023-03-05T21:53:48.430Z] 16:53:48 [2023-03-05T21:53:48.430Z] run: 16:53:48 [2023-03-05T21:53:48.430Z] [java] GET /web-jsp-allow-error-page-to-set-response-charset-if-no-output-written/403.jsp HTTP/1.0 16:53:48 [2023-03-05T21:53:48.430Z] [java] 16:53:48 [2023-03-05T21:53:48.430Z] [java] GET /web-jsp-allow-error-page-to-set-response-charset-if-no-output-written/throwable.jsp HTTP/1.0 16:53:48 [2023-03-05T21:53:48.430Z] [java] 16:53:48 [2023-03-05T21:53:48.430Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:53:48 [2023-03-05T21:53:48.430Z] [java] 16:53:48 [2023-03-05T21:53:48.430Z] [java] 16:53:48 [2023-03-05T21:53:48.430Z] [java] ----------------------------------------- 16:53:48 [2023-03-05T21:53:48.430Z] [java] - jsp-allow-error-page-to-set-response-charset-if-no-output-written: PASS - 16:53:48 [2023-03-05T21:53:48.430Z] [java] ----------------------------------------- 16:53:48 [2023-03-05T21:53:48.430Z] [java] - Total PASS : 1 - 16:53:48 [2023-03-05T21:53:48.430Z] [java] - Total FAIL : 0 - 16:53:48 [2023-03-05T21:53:48.430Z] [java] - Total DID NOT RUN : 0 - 16:53:48 [2023-03-05T21:53:48.430Z] [java] ----------------------------------------- 16:53:48 [2023-03-05T21:53:48.430Z] 16:53:48 [2023-03-05T21:53:48.430Z] undeploy: 16:53:48 [2023-03-05T21:53:48.430Z] 16:53:48 [2023-03-05T21:53:48.430Z] setOSConditions: 16:53:48 [2023-03-05T21:53:48.430Z] 16:53:48 [2023-03-05T21:53:48.430Z] setToolWin: 16:53:48 [2023-03-05T21:53:48.430Z] 16:53:48 [2023-03-05T21:53:48.430Z] setToolUnix: 16:53:48 [2023-03-05T21:53:48.430Z] 16:53:48 [2023-03-05T21:53:48.430Z] setToolProperty: 16:53:48 [2023-03-05T21:53:48.430Z] 16:53:48 [2023-03-05T21:53:48.430Z] setS1ASclassPath: 16:53:48 [2023-03-05T21:53:48.430Z] 16:53:48 [2023-03-05T21:53:48.430Z] init-common: 16:53:48 [2023-03-05T21:53:48.430Z] 16:53:48 [2023-03-05T21:53:48.430Z] undeploy-war-common: 16:53:48 [2023-03-05T21:53:48.686Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-allow-error-page-to-set-response-charset-if-no-output-written-web 16:53:48 [2023-03-05T21:53:48.944Z] 16:53:48 [2023-03-05T21:53:48.944Z] all: 16:53:48 [2023-03-05T21:53:48.944Z] [echo] 16:53:48 [2023-03-05T21:53:48.944Z] [echo] ************************* 16:53:48 [2023-03-05T21:53:48.944Z] [echo] * Running jspAnonymousClass 16:53:48 [2023-03-05T21:53:48.944Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAnonymousClass 16:53:48 [2023-03-05T21:53:48.944Z] [echo] ************************* 16:53:48 [2023-03-05T21:53:48.944Z] [echo] 16:53:48 [2023-03-05T21:53:48.944Z] 16:53:48 [2023-03-05T21:53:48.944Z] setOSConditions: 16:53:48 [2023-03-05T21:53:48.944Z] 16:53:48 [2023-03-05T21:53:48.944Z] setToolWin: 16:53:48 [2023-03-05T21:53:48.944Z] 16:53:48 [2023-03-05T21:53:48.944Z] setToolUnix: 16:53:48 [2023-03-05T21:53:48.944Z] 16:53:48 [2023-03-05T21:53:48.944Z] setToolProperty: 16:53:48 [2023-03-05T21:53:48.944Z] 16:53:48 [2023-03-05T21:53:48.944Z] setS1ASclassPath: 16:53:48 [2023-03-05T21:53:48.944Z] 16:53:48 [2023-03-05T21:53:48.944Z] init-common: 16:53:48 [2023-03-05T21:53:48.944Z] 16:53:48 [2023-03-05T21:53:48.944Z] clean: 16:53:48 [2023-03-05T21:53:48.944Z] 16:53:48 [2023-03-05T21:53:48.944Z] setOSConditions: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setToolWin: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setToolUnix: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setToolProperty: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setS1ASclassPath: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] init-common: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] clean-common: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setOSConditions: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setToolWin: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setToolUnix: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setToolProperty: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setS1ASclassPath: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] init-common: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] clean-classes-common: 16:53:48 [2023-03-05T21:53:48.945Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setOSConditions: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setToolWin: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setToolUnix: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setToolProperty: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setS1ASclassPath: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] init-common: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] clean-jars-common: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] compile: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setOSConditions: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setToolWin: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setToolUnix: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setToolProperty: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] setS1ASclassPath: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] init-common: 16:53:48 [2023-03-05T21:53:48.945Z] 16:53:48 [2023-03-05T21:53:48.945Z] compile-common: 16:53:48 [2023-03-05T21:53:48.945Z] [echo] Current time (ISO): 2023-03-05T21:53:48.831+0000 16:53:48 [2023-03-05T21:53:48.945Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:53:48 [2023-03-05T21:53:48.945Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:53:50 [2023-03-05T21:53:50.327Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:53:50 [2023-03-05T21:53:50.327Z] [javac] 1 warning 16:53:50 [2023-03-05T21:53:50.327Z] 16:53:50 [2023-03-05T21:53:50.327Z] build: 16:53:50 [2023-03-05T21:53:50.327Z] 16:53:50 [2023-03-05T21:53:50.327Z] setOSConditions: 16:53:50 [2023-03-05T21:53:50.327Z] 16:53:50 [2023-03-05T21:53:50.327Z] setToolWin: 16:53:50 [2023-03-05T21:53:50.327Z] 16:53:50 [2023-03-05T21:53:50.327Z] setToolUnix: 16:53:50 [2023-03-05T21:53:50.327Z] 16:53:50 [2023-03-05T21:53:50.327Z] setToolProperty: 16:53:50 [2023-03-05T21:53:50.327Z] 16:53:50 [2023-03-05T21:53:50.327Z] setS1ASclassPath: 16:53:50 [2023-03-05T21:53:50.327Z] 16:53:50 [2023-03-05T21:53:50.327Z] init-common: 16:53:50 [2023-03-05T21:53:50.327Z] 16:53:50 [2023-03-05T21:53:50.327Z] webclient-war-common: 16:53:50 [2023-03-05T21:53:50.327Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:53:50 [2023-03-05T21:53:50.327Z] 16:53:50 [2023-03-05T21:53:50.327Z] clear: 16:53:50 [2023-03-05T21:53:50.327Z] 16:53:50 [2023-03-05T21:53:50.327Z] test-tlds-exist: 16:53:50 [2023-03-05T21:53:50.327Z] 16:53:50 [2023-03-05T21:53:50.327Z] copy-tlds: 16:53:50 [2023-03-05T21:53:50.327Z] 16:53:50 [2023-03-05T21:53:50.328Z] test-tagfiles-exist: 16:53:50 [2023-03-05T21:53:50.328Z] 16:53:50 [2023-03-05T21:53:50.328Z] copy-tagfiles: 16:53:50 [2023-03-05T21:53:50.328Z] 16:53:50 [2023-03-05T21:53:50.328Z] package-war-common: 16:53:50 [2023-03-05T21:53:50.328Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:53:50 [2023-03-05T21:53:50.328Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:50 [2023-03-05T21:53:50.328Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:53:50 [2023-03-05T21:53:50.328Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:53:50 [2023-03-05T21:53:50.328Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAnonymousClass/lib 16:53:50 [2023-03-05T21:53:50.328Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:50 [2023-03-05T21:53:50.328Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:53:50 [2023-03-05T21:53:50.328Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-anonymous-class-web.war 16:53:50 [2023-03-05T21:53:50.328Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:50 [2023-03-05T21:53:50.328Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAnonymousClass/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:53:50 [2023-03-05T21:53:50.328Z] [javac] Compiling 1 source file 16:53:50 [2023-03-05T21:53:50.328Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAnonymousClass/WebTest.java uses or overrides a deprecated API. 16:53:50 [2023-03-05T21:53:50.328Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:53:50 [2023-03-05T21:53:50.328Z] 16:53:50 [2023-03-05T21:53:50.328Z] deploy: 16:53:50 [2023-03-05T21:53:50.328Z] 16:53:50 [2023-03-05T21:53:50.328Z] deploy-war-common: 16:53:50 [2023-03-05T21:53:50.328Z] 16:53:50 [2023-03-05T21:53:50.328Z] setOSConditions: 16:53:50 [2023-03-05T21:53:50.328Z] 16:53:50 [2023-03-05T21:53:50.328Z] setToolWin: 16:53:50 [2023-03-05T21:53:50.328Z] 16:53:50 [2023-03-05T21:53:50.328Z] setToolUnix: 16:53:50 [2023-03-05T21:53:50.328Z] 16:53:50 [2023-03-05T21:53:50.328Z] setToolProperty: 16:53:50 [2023-03-05T21:53:50.328Z] 16:53:50 [2023-03-05T21:53:50.328Z] setS1ASclassPath: 16:53:50 [2023-03-05T21:53:50.328Z] 16:53:50 [2023-03-05T21:53:50.328Z] init-common: 16:53:50 [2023-03-05T21:53:50.328Z] 16:53:50 [2023-03-05T21:53:50.328Z] deploy-war-commonpe: 16:53:50 [2023-03-05T21:53:50.585Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-anonymous-class --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-anonymous-class-web.war 16:53:50 [2023-03-05T21:53:50.841Z] [exec] Application deployed with name web-jsp-anonymous-class-web. 16:53:50 [2023-03-05T21:53:50.841Z] 16:53:50 [2023-03-05T21:53:50.841Z] deploy-war-commonee: 16:53:50 [2023-03-05T21:53:50.841Z] 16:53:50 [2023-03-05T21:53:50.841Z] run: 16:53:51 [2023-03-05T21:53:51.116Z] [java] Connecting to: http://localhost:45711/web-jsp-anonymous-class/jsp/test.jsp 16:53:51 [2023-03-05T21:53:51.116Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:53:51 [2023-03-05T21:53:51.116Z] [java] 16:53:51 [2023-03-05T21:53:51.116Z] [java] 16:53:51 [2023-03-05T21:53:51.116Z] [java] ----------------------------------------- 16:53:51 [2023-03-05T21:53:51.116Z] [java] - jsp-anonymous-class: PASS - 16:53:51 [2023-03-05T21:53:51.116Z] [java] ----------------------------------------- 16:53:51 [2023-03-05T21:53:51.116Z] [java] - Total PASS : 1 - 16:53:51 [2023-03-05T21:53:51.116Z] [java] - Total FAIL : 0 - 16:53:51 [2023-03-05T21:53:51.116Z] [java] - Total DID NOT RUN : 0 - 16:53:51 [2023-03-05T21:53:51.116Z] [java] ----------------------------------------- 16:53:51 [2023-03-05T21:53:51.116Z] 16:53:51 [2023-03-05T21:53:51.116Z] undeploy: 16:53:51 [2023-03-05T21:53:51.116Z] 16:53:51 [2023-03-05T21:53:51.116Z] setOSConditions: 16:53:51 [2023-03-05T21:53:51.116Z] 16:53:51 [2023-03-05T21:53:51.116Z] setToolWin: 16:53:51 [2023-03-05T21:53:51.116Z] 16:53:51 [2023-03-05T21:53:51.116Z] setToolUnix: 16:53:51 [2023-03-05T21:53:51.116Z] 16:53:51 [2023-03-05T21:53:51.116Z] setToolProperty: 16:53:51 [2023-03-05T21:53:51.116Z] 16:53:51 [2023-03-05T21:53:51.116Z] setS1ASclassPath: 16:53:51 [2023-03-05T21:53:51.116Z] 16:53:51 [2023-03-05T21:53:51.116Z] init-common: 16:53:51 [2023-03-05T21:53:51.116Z] 16:53:51 [2023-03-05T21:53:51.116Z] undeploy-war-common: 16:53:51 [2023-03-05T21:53:51.373Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-anonymous-class-web 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] all: 16:53:51 [2023-03-05T21:53:51.373Z] [echo] 16:53:51 [2023-03-05T21:53:51.373Z] [echo] ************************* 16:53:51 [2023-03-05T21:53:51.373Z] [echo] * Running jspAttributeNameWithColonOrDot 16:53:51 [2023-03-05T21:53:51.373Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAttributeNameWithColonOrDot 16:53:51 [2023-03-05T21:53:51.373Z] [echo] ************************* 16:53:51 [2023-03-05T21:53:51.373Z] [echo] 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setOSConditions: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setToolWin: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setToolUnix: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setToolProperty: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setS1ASclassPath: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] init-common: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] clean: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setOSConditions: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setToolWin: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setToolUnix: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setToolProperty: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setS1ASclassPath: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] init-common: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] clean-common: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setOSConditions: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setToolWin: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setToolUnix: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setToolProperty: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setS1ASclassPath: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] init-common: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] clean-classes-common: 16:53:51 [2023-03-05T21:53:51.373Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setOSConditions: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setToolWin: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setToolUnix: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setToolProperty: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setS1ASclassPath: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] init-common: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] clean-jars-common: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] compile: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setOSConditions: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setToolWin: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setToolUnix: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setToolProperty: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] setS1ASclassPath: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] init-common: 16:53:51 [2023-03-05T21:53:51.373Z] 16:53:51 [2023-03-05T21:53:51.373Z] compile-common: 16:53:51 [2023-03-05T21:53:51.373Z] [echo] Current time (ISO): 2023-03-05T21:53:51.273+0000 16:53:51 [2023-03-05T21:53:51.373Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:53:51 [2023-03-05T21:53:51.373Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:53:52 [2023-03-05T21:53:52.758Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:53:52 [2023-03-05T21:53:52.758Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAttributeNameWithColonOrDot/servlet/taglib/EchoAttributesTag.java uses unchecked or unsafe operations. 16:53:52 [2023-03-05T21:53:52.758Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:53:52 [2023-03-05T21:53:52.758Z] [javac] 1 warning 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] build: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] setOSConditions: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] setToolWin: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] setToolUnix: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] setToolProperty: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] setS1ASclassPath: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] init-common: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] webclient-war-common: 16:53:52 [2023-03-05T21:53:52.758Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] clear: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] test-tlds-exist: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] copy-tlds: 16:53:52 [2023-03-05T21:53:52.758Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:53:52 [2023-03-05T21:53:52.758Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] test-tagfiles-exist: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] copy-tagfiles: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] package-war-common: 16:53:52 [2023-03-05T21:53:52.758Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:53:52 [2023-03-05T21:53:52.758Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:53:52 [2023-03-05T21:53:52.758Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAttributeNameWithColonOrDot/lib 16:53:52 [2023-03-05T21:53:52.758Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:52 [2023-03-05T21:53:52.758Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:53:52 [2023-03-05T21:53:52.758Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-attribute-name-with-colon-or-dot-web.war 16:53:52 [2023-03-05T21:53:52.758Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:52 [2023-03-05T21:53:52.758Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAttributeNameWithColonOrDot/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:53:52 [2023-03-05T21:53:52.758Z] [javac] Compiling 1 source file 16:53:52 [2023-03-05T21:53:52.758Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAttributeNameWithColonOrDot/WebTest.java uses or overrides a deprecated API. 16:53:52 [2023-03-05T21:53:52.758Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] deploy: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] deploy-war-common: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] setOSConditions: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] setToolWin: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] setToolUnix: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] setToolProperty: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] setS1ASclassPath: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] init-common: 16:53:52 [2023-03-05T21:53:52.758Z] 16:53:52 [2023-03-05T21:53:52.758Z] deploy-war-commonpe: 16:53:53 [2023-03-05T21:53:53.014Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-attribute-name-with-colon-or-dot --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-attribute-name-with-colon-or-dot-web.war 16:53:53 [2023-03-05T21:53:53.945Z] [exec] Application deployed with name web-jsp-attribute-name-with-colon-or-dot-web. 16:53:53 [2023-03-05T21:53:53.945Z] 16:53:53 [2023-03-05T21:53:53.945Z] deploy-war-commonee: 16:53:53 [2023-03-05T21:53:53.945Z] 16:53:53 [2023-03-05T21:53:53.945Z] run: 16:53:53 [2023-03-05T21:53:53.945Z] [java] Connecting to: http://localhost:45711/web-jsp-attribute-name-with-colon-or-dot/jsp//test.jsp 16:53:53 [2023-03-05T21:53:53.945Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:53:53 [2023-03-05T21:53:53.945Z] [java] 16:53:53 [2023-03-05T21:53:53.945Z] [java] 16:53:53 [2023-03-05T21:53:53.945Z] [java] ----------------------------------------- 16:53:53 [2023-03-05T21:53:53.945Z] [java] - jsp-attribute-name-with-colon-or-dot: PASS - 16:53:53 [2023-03-05T21:53:53.945Z] [java] ----------------------------------------- 16:53:53 [2023-03-05T21:53:53.945Z] [java] - Total PASS : 1 - 16:53:53 [2023-03-05T21:53:53.945Z] [java] - Total FAIL : 0 - 16:53:53 [2023-03-05T21:53:53.945Z] [java] - Total DID NOT RUN : 0 - 16:53:53 [2023-03-05T21:53:53.945Z] [java] ----------------------------------------- 16:53:53 [2023-03-05T21:53:53.945Z] 16:53:53 [2023-03-05T21:53:53.945Z] undeploy: 16:53:53 [2023-03-05T21:53:53.945Z] 16:53:53 [2023-03-05T21:53:53.945Z] setOSConditions: 16:53:53 [2023-03-05T21:53:53.945Z] 16:53:53 [2023-03-05T21:53:53.945Z] setToolWin: 16:53:53 [2023-03-05T21:53:53.945Z] 16:53:53 [2023-03-05T21:53:53.945Z] setToolUnix: 16:53:53 [2023-03-05T21:53:53.945Z] 16:53:53 [2023-03-05T21:53:53.945Z] setToolProperty: 16:53:53 [2023-03-05T21:53:53.945Z] 16:53:53 [2023-03-05T21:53:53.945Z] setS1ASclassPath: 16:53:53 [2023-03-05T21:53:53.945Z] 16:53:53 [2023-03-05T21:53:53.945Z] init-common: 16:53:53 [2023-03-05T21:53:53.945Z] 16:53:53 [2023-03-05T21:53:53.945Z] undeploy-war-common: 16:53:54 [2023-03-05T21:53:54.201Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-attribute-name-with-colon-or-dot-web 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] all: 16:53:54 [2023-03-05T21:53:54.201Z] [echo] 16:53:54 [2023-03-05T21:53:54.201Z] [echo] ************************* 16:53:54 [2023-03-05T21:53:54.201Z] [echo] * Running jspBomInClassicSyntax 16:53:54 [2023-03-05T21:53:54.201Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntax 16:53:54 [2023-03-05T21:53:54.201Z] [echo] ************************* 16:53:54 [2023-03-05T21:53:54.201Z] [echo] 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setOSConditions: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolWin: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolUnix: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolProperty: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setS1ASclassPath: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] init-common: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] clean: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setOSConditions: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolWin: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolUnix: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolProperty: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setS1ASclassPath: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] init-common: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] clean-common: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setOSConditions: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolWin: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolUnix: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolProperty: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setS1ASclassPath: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] init-common: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] clean-classes-common: 16:53:54 [2023-03-05T21:53:54.201Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setOSConditions: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolWin: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolUnix: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolProperty: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setS1ASclassPath: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] init-common: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] clean-jars-common: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] compile: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setOSConditions: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolWin: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolUnix: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolProperty: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setS1ASclassPath: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] init-common: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] compile-common: 16:53:54 [2023-03-05T21:53:54.201Z] [echo] Current time (ISO): 2023-03-05T21:53:54.170+0000 16:53:54 [2023-03-05T21:53:54.201Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:53:54 [2023-03-05T21:53:54.201Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntax/servlet 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] build: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setOSConditions: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolWin: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.201Z] setToolUnix: 16:53:54 [2023-03-05T21:53:54.201Z] 16:53:54 [2023-03-05T21:53:54.202Z] setToolProperty: 16:53:54 [2023-03-05T21:53:54.202Z] 16:53:54 [2023-03-05T21:53:54.202Z] setS1ASclassPath: 16:53:54 [2023-03-05T21:53:54.202Z] 16:53:54 [2023-03-05T21:53:54.202Z] init-common: 16:53:54 [2023-03-05T21:53:54.202Z] 16:53:54 [2023-03-05T21:53:54.202Z] webclient-war-common: 16:53:54 [2023-03-05T21:53:54.202Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:53:54 [2023-03-05T21:53:54.202Z] 16:53:54 [2023-03-05T21:53:54.202Z] clear: 16:53:54 [2023-03-05T21:53:54.202Z] 16:53:54 [2023-03-05T21:53:54.202Z] test-tlds-exist: 16:53:54 [2023-03-05T21:53:54.202Z] 16:53:54 [2023-03-05T21:53:54.202Z] copy-tlds: 16:53:54 [2023-03-05T21:53:54.202Z] 16:53:54 [2023-03-05T21:53:54.202Z] test-tagfiles-exist: 16:53:54 [2023-03-05T21:53:54.202Z] 16:53:54 [2023-03-05T21:53:54.202Z] copy-tagfiles: 16:53:54 [2023-03-05T21:53:54.202Z] 16:53:54 [2023-03-05T21:53:54.202Z] package-war-common: 16:53:54 [2023-03-05T21:53:54.202Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:53:54 [2023-03-05T21:53:54.202Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:54 [2023-03-05T21:53:54.202Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:53:54 [2023-03-05T21:53:54.202Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:53:54 [2023-03-05T21:53:54.202Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntax/lib 16:53:54 [2023-03-05T21:53:54.202Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:54 [2023-03-05T21:53:54.202Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-bom-in-classic-syntax-web.war 16:53:54 [2023-03-05T21:53:54.202Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:54 [2023-03-05T21:53:54.202Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntax/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:53:54 [2023-03-05T21:53:54.202Z] [javac] Compiling 1 source file 16:53:54 [2023-03-05T21:53:54.459Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntax/WebTest.java uses or overrides a deprecated API. 16:53:54 [2023-03-05T21:53:54.459Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:53:54 [2023-03-05T21:53:54.459Z] 16:53:54 [2023-03-05T21:53:54.459Z] deploy: 16:53:54 [2023-03-05T21:53:54.459Z] 16:53:54 [2023-03-05T21:53:54.459Z] deploy-war-common: 16:53:54 [2023-03-05T21:53:54.459Z] 16:53:54 [2023-03-05T21:53:54.459Z] setOSConditions: 16:53:54 [2023-03-05T21:53:54.459Z] 16:53:54 [2023-03-05T21:53:54.459Z] setToolWin: 16:53:54 [2023-03-05T21:53:54.459Z] 16:53:54 [2023-03-05T21:53:54.459Z] setToolUnix: 16:53:54 [2023-03-05T21:53:54.459Z] 16:53:54 [2023-03-05T21:53:54.459Z] setToolProperty: 16:53:54 [2023-03-05T21:53:54.459Z] 16:53:54 [2023-03-05T21:53:54.459Z] setS1ASclassPath: 16:53:54 [2023-03-05T21:53:54.459Z] 16:53:54 [2023-03-05T21:53:54.459Z] init-common: 16:53:54 [2023-03-05T21:53:54.459Z] 16:53:54 [2023-03-05T21:53:54.459Z] deploy-war-commonpe: 16:53:54 [2023-03-05T21:53:54.719Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-bom-in-classic-syntax --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-bom-in-classic-syntax-web.war 16:53:55 [2023-03-05T21:53:55.646Z] [exec] Application deployed with name web-jsp-bom-in-classic-syntax-web. 16:53:55 [2023-03-05T21:53:55.646Z] 16:53:55 [2023-03-05T21:53:55.646Z] deploy-war-commonee: 16:53:55 [2023-03-05T21:53:55.646Z] 16:53:55 [2023-03-05T21:53:55.646Z] run: 16:53:55 [2023-03-05T21:53:55.646Z] [java] Connecting to: http://localhost:45711/web-jsp-bom-in-classic-syntax/UTF-16BE.jsp 16:53:55 [2023-03-05T21:53:55.646Z] [java] Connecting to: http://localhost:45711/web-jsp-bom-in-classic-syntax/UTF-16LE.jsp 16:53:55 [2023-03-05T21:53:55.646Z] [java] Connecting to: http://localhost:45711/web-jsp-bom-in-classic-syntax/UTF-8.jsp 16:53:55 [2023-03-05T21:53:55.646Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:53:55 [2023-03-05T21:53:55.646Z] [java] 16:53:55 [2023-03-05T21:53:55.646Z] [java] 16:53:55 [2023-03-05T21:53:55.646Z] [java] ----------------------------------------- 16:53:55 [2023-03-05T21:53:55.646Z] [java] - jsp-bom-in-classic-syntax: PASS - 16:53:55 [2023-03-05T21:53:55.646Z] [java] ----------------------------------------- 16:53:55 [2023-03-05T21:53:55.646Z] [java] - Total PASS : 1 - 16:53:55 [2023-03-05T21:53:55.646Z] [java] - Total FAIL : 0 - 16:53:55 [2023-03-05T21:53:55.646Z] [java] - Total DID NOT RUN : 0 - 16:53:55 [2023-03-05T21:53:55.646Z] [java] ----------------------------------------- 16:53:55 [2023-03-05T21:53:55.646Z] 16:53:55 [2023-03-05T21:53:55.646Z] undeploy: 16:53:55 [2023-03-05T21:53:55.646Z] 16:53:55 [2023-03-05T21:53:55.646Z] setOSConditions: 16:53:55 [2023-03-05T21:53:55.646Z] 16:53:55 [2023-03-05T21:53:55.646Z] setToolWin: 16:53:55 [2023-03-05T21:53:55.646Z] 16:53:55 [2023-03-05T21:53:55.646Z] setToolUnix: 16:53:55 [2023-03-05T21:53:55.646Z] 16:53:55 [2023-03-05T21:53:55.646Z] setToolProperty: 16:53:55 [2023-03-05T21:53:55.646Z] 16:53:55 [2023-03-05T21:53:55.646Z] setS1ASclassPath: 16:53:55 [2023-03-05T21:53:55.646Z] 16:53:55 [2023-03-05T21:53:55.646Z] init-common: 16:53:55 [2023-03-05T21:53:55.646Z] 16:53:55 [2023-03-05T21:53:55.646Z] undeploy-war-common: 16:53:55 [2023-03-05T21:53:55.918Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-bom-in-classic-syntax-web 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] all: 16:53:55 [2023-03-05T21:53:55.918Z] [echo] 16:53:55 [2023-03-05T21:53:55.918Z] [echo] ************************* 16:53:55 [2023-03-05T21:53:55.918Z] [echo] * Running jspBomInClassicSyntaxEncodingMismatchJspConfig 16:53:55 [2023-03-05T21:53:55.918Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchJspConfig 16:53:55 [2023-03-05T21:53:55.918Z] [echo] ************************* 16:53:55 [2023-03-05T21:53:55.918Z] [echo] 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] setOSConditions: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] setToolWin: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] setToolUnix: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] setToolProperty: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] setS1ASclassPath: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] init-common: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] clean: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] setOSConditions: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] setToolWin: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] setToolUnix: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] setToolProperty: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] setS1ASclassPath: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] init-common: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] clean-common: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] setOSConditions: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] setToolWin: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] setToolUnix: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] setToolProperty: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] setS1ASclassPath: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] init-common: 16:53:55 [2023-03-05T21:53:55.918Z] 16:53:55 [2023-03-05T21:53:55.918Z] clean-classes-common: 16:53:55 [2023-03-05T21:53:55.918Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] setOSConditions: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] setToolWin: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] setToolUnix: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] setToolProperty: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] setS1ASclassPath: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] init-common: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] clean-jars-common: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] compile: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] setOSConditions: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] setToolWin: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] setToolUnix: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] setToolProperty: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] setS1ASclassPath: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] init-common: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] compile-common: 16:53:56 [2023-03-05T21:53:56.174Z] [echo] Current time (ISO): 2023-03-05T21:53:55.932+0000 16:53:56 [2023-03-05T21:53:56.174Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:53:56 [2023-03-05T21:53:56.174Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchJspConfig/servlet 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] build: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] setOSConditions: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] setToolWin: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] setToolUnix: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] setToolProperty: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] setS1ASclassPath: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] init-common: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] webclient-war-common: 16:53:56 [2023-03-05T21:53:56.174Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] clear: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] test-tlds-exist: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] copy-tlds: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] test-tagfiles-exist: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] copy-tagfiles: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] package-war-common: 16:53:56 [2023-03-05T21:53:56.174Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:53:56 [2023-03-05T21:53:56.174Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:56 [2023-03-05T21:53:56.174Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:53:56 [2023-03-05T21:53:56.174Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:53:56 [2023-03-05T21:53:56.174Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchJspConfig/lib 16:53:56 [2023-03-05T21:53:56.174Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:56 [2023-03-05T21:53:56.174Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-bom-in-classic-syntax-encoding-mismatch-jspconfig-web.war 16:53:56 [2023-03-05T21:53:56.174Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:56 [2023-03-05T21:53:56.174Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchJspConfig/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:53:56 [2023-03-05T21:53:56.174Z] [javac] Compiling 1 source file 16:53:56 [2023-03-05T21:53:56.174Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchJspConfig/WebTest.java uses or overrides a deprecated API. 16:53:56 [2023-03-05T21:53:56.174Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] deploy: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.174Z] deploy-war-common: 16:53:56 [2023-03-05T21:53:56.174Z] 16:53:56 [2023-03-05T21:53:56.175Z] setOSConditions: 16:53:56 [2023-03-05T21:53:56.175Z] 16:53:56 [2023-03-05T21:53:56.175Z] setToolWin: 16:53:56 [2023-03-05T21:53:56.175Z] 16:53:56 [2023-03-05T21:53:56.175Z] setToolUnix: 16:53:56 [2023-03-05T21:53:56.175Z] 16:53:56 [2023-03-05T21:53:56.175Z] setToolProperty: 16:53:56 [2023-03-05T21:53:56.175Z] 16:53:56 [2023-03-05T21:53:56.175Z] setS1ASclassPath: 16:53:56 [2023-03-05T21:53:56.175Z] 16:53:56 [2023-03-05T21:53:56.175Z] init-common: 16:53:56 [2023-03-05T21:53:56.175Z] 16:53:56 [2023-03-05T21:53:56.175Z] deploy-war-commonpe: 16:53:56 [2023-03-05T21:53:56.431Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-bom-in-classic-syntax-encoding-mismatch-jspconfig --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-bom-in-classic-syntax-encoding-mismatch-jspconfig-web.war 16:53:56 [2023-03-05T21:53:56.431Z] [exec] Application deployed with name web-jsp-bom-in-classic-syntax-encoding-mismatch-jspconfig-web. 16:53:56 [2023-03-05T21:53:56.720Z] 16:53:56 [2023-03-05T21:53:56.720Z] deploy-war-commonee: 16:53:56 [2023-03-05T21:53:56.720Z] 16:53:56 [2023-03-05T21:53:56.720Z] run: 16:53:56 [2023-03-05T21:53:56.720Z] [java] Connecting to: http://localhost:45711/web-jsp-bom-in-classic-syntax-encoding-mismatch-jspconfig/UTF-16BE.jsp 16:53:56 [2023-03-05T21:53:56.720Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:53:56 [2023-03-05T21:53:56.720Z] [java] 16:53:56 [2023-03-05T21:53:56.720Z] [java] 16:53:56 [2023-03-05T21:53:56.720Z] [java] ----------------------------------------- 16:53:56 [2023-03-05T21:53:56.720Z] [java] - jsp-bom-in-classic-syntax-encoding-mismatch-jspconfig: PASS - 16:53:56 [2023-03-05T21:53:56.720Z] [java] ----------------------------------------- 16:53:56 [2023-03-05T21:53:56.720Z] [java] - Total PASS : 1 - 16:53:56 [2023-03-05T21:53:56.720Z] [java] - Total FAIL : 0 - 16:53:56 [2023-03-05T21:53:56.720Z] [java] - Total DID NOT RUN : 0 - 16:53:56 [2023-03-05T21:53:56.720Z] [java] ----------------------------------------- 16:53:56 [2023-03-05T21:53:56.720Z] 16:53:56 [2023-03-05T21:53:56.720Z] undeploy: 16:53:56 [2023-03-05T21:53:56.720Z] 16:53:56 [2023-03-05T21:53:56.720Z] setOSConditions: 16:53:56 [2023-03-05T21:53:56.720Z] 16:53:56 [2023-03-05T21:53:56.720Z] setToolWin: 16:53:56 [2023-03-05T21:53:56.720Z] 16:53:56 [2023-03-05T21:53:56.720Z] setToolUnix: 16:53:56 [2023-03-05T21:53:56.720Z] 16:53:56 [2023-03-05T21:53:56.720Z] setToolProperty: 16:53:56 [2023-03-05T21:53:56.720Z] 16:53:56 [2023-03-05T21:53:56.720Z] setS1ASclassPath: 16:53:56 [2023-03-05T21:53:56.720Z] 16:53:56 [2023-03-05T21:53:56.720Z] init-common: 16:53:56 [2023-03-05T21:53:56.720Z] 16:53:56 [2023-03-05T21:53:56.720Z] undeploy-war-common: 16:53:56 [2023-03-05T21:53:56.977Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-bom-in-classic-syntax-encoding-mismatch-jspconfig-web 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] all: 16:53:57 [2023-03-05T21:53:57.233Z] [echo] 16:53:57 [2023-03-05T21:53:57.233Z] [echo] ************************* 16:53:57 [2023-03-05T21:53:57.233Z] [echo] * Running jspBomInClassicSyntaxEncodingMismatchPageDir 16:53:57 [2023-03-05T21:53:57.233Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchPageDir 16:53:57 [2023-03-05T21:53:57.233Z] [echo] ************************* 16:53:57 [2023-03-05T21:53:57.233Z] [echo] 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setOSConditions: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolWin: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolUnix: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolProperty: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setS1ASclassPath: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] init-common: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] clean: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setOSConditions: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolWin: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolUnix: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolProperty: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setS1ASclassPath: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] init-common: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] clean-common: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setOSConditions: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolWin: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolUnix: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolProperty: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setS1ASclassPath: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] init-common: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] clean-classes-common: 16:53:57 [2023-03-05T21:53:57.233Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setOSConditions: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolWin: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolUnix: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolProperty: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setS1ASclassPath: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] init-common: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] clean-jars-common: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] compile: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setOSConditions: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolWin: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolUnix: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolProperty: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setS1ASclassPath: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] init-common: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] compile-common: 16:53:57 [2023-03-05T21:53:57.233Z] [echo] Current time (ISO): 2023-03-05T21:53:57.033+0000 16:53:57 [2023-03-05T21:53:57.233Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:53:57 [2023-03-05T21:53:57.233Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchPageDir/servlet 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] build: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setOSConditions: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolWin: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolUnix: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolProperty: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setS1ASclassPath: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] init-common: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] webclient-war-common: 16:53:57 [2023-03-05T21:53:57.233Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] clear: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] test-tlds-exist: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] copy-tlds: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] test-tagfiles-exist: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] copy-tagfiles: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] package-war-common: 16:53:57 [2023-03-05T21:53:57.233Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:53:57 [2023-03-05T21:53:57.233Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:57 [2023-03-05T21:53:57.233Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:53:57 [2023-03-05T21:53:57.233Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:53:57 [2023-03-05T21:53:57.233Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchPageDir/lib 16:53:57 [2023-03-05T21:53:57.233Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:57 [2023-03-05T21:53:57.233Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-bom-in-classic-syntax-encoding-mismatch-pagedir-web.war 16:53:57 [2023-03-05T21:53:57.233Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:57 [2023-03-05T21:53:57.233Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchPageDir/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:53:57 [2023-03-05T21:53:57.233Z] [javac] Compiling 1 source file 16:53:57 [2023-03-05T21:53:57.233Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchPageDir/WebTest.java uses or overrides a deprecated API. 16:53:57 [2023-03-05T21:53:57.233Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] deploy: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] deploy-war-common: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setOSConditions: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolWin: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolUnix: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setToolProperty: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] setS1ASclassPath: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] init-common: 16:53:57 [2023-03-05T21:53:57.233Z] 16:53:57 [2023-03-05T21:53:57.233Z] deploy-war-commonpe: 16:53:57 [2023-03-05T21:53:57.489Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-bom-in-classic-syntax-encoding-mismatch-pagedir --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-bom-in-classic-syntax-encoding-mismatch-pagedir-web.war 16:53:57 [2023-03-05T21:53:57.746Z] [exec] Application deployed with name web-jsp-bom-in-classic-syntax-encoding-mismatch-pagedir-web. 16:53:57 [2023-03-05T21:53:57.746Z] 16:53:57 [2023-03-05T21:53:57.746Z] deploy-war-commonee: 16:53:57 [2023-03-05T21:53:57.746Z] 16:53:57 [2023-03-05T21:53:57.746Z] run: 16:53:57 [2023-03-05T21:53:57.746Z] [java] Connecting to: http://localhost:45711/web-jsp-bom-in-classic-syntax-encoding-mismatch-pagedir/encodingMismatch.jsp 16:53:57 [2023-03-05T21:53:57.746Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:53:57 [2023-03-05T21:53:57.746Z] [java] 16:53:57 [2023-03-05T21:53:57.746Z] [java] 16:53:57 [2023-03-05T21:53:57.746Z] [java] ----------------------------------------- 16:53:57 [2023-03-05T21:53:57.746Z] [java] - jsp-bom-in-classic-syntax-encoding-mismatch-pagedir: PASS - 16:53:57 [2023-03-05T21:53:57.746Z] [java] ----------------------------------------- 16:53:57 [2023-03-05T21:53:57.746Z] [java] - Total PASS : 1 - 16:53:57 [2023-03-05T21:53:57.746Z] [java] - Total FAIL : 0 - 16:53:57 [2023-03-05T21:53:57.746Z] [java] - Total DID NOT RUN : 0 - 16:53:57 [2023-03-05T21:53:57.746Z] [java] ----------------------------------------- 16:53:57 [2023-03-05T21:53:57.746Z] 16:53:57 [2023-03-05T21:53:57.746Z] undeploy: 16:53:57 [2023-03-05T21:53:57.746Z] 16:53:57 [2023-03-05T21:53:57.746Z] setOSConditions: 16:53:57 [2023-03-05T21:53:57.746Z] 16:53:57 [2023-03-05T21:53:57.746Z] setToolWin: 16:53:57 [2023-03-05T21:53:57.746Z] 16:53:57 [2023-03-05T21:53:57.746Z] setToolUnix: 16:53:57 [2023-03-05T21:53:57.746Z] 16:53:57 [2023-03-05T21:53:57.746Z] setToolProperty: 16:53:57 [2023-03-05T21:53:57.746Z] 16:53:57 [2023-03-05T21:53:57.746Z] setS1ASclassPath: 16:53:57 [2023-03-05T21:53:57.746Z] 16:53:57 [2023-03-05T21:53:57.746Z] init-common: 16:53:57 [2023-03-05T21:53:57.746Z] 16:53:57 [2023-03-05T21:53:57.746Z] undeploy-war-common: 16:53:58 [2023-03-05T21:53:58.003Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-bom-in-classic-syntax-encoding-mismatch-pagedir-web 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] all: 16:53:58 [2023-03-05T21:53:58.274Z] [echo] 16:53:58 [2023-03-05T21:53:58.274Z] [echo] ************************* 16:53:58 [2023-03-05T21:53:58.274Z] [echo] * Running jspCacheTaglibPrecompile 16:53:58 [2023-03-05T21:53:58.274Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCacheTaglibPrecompile 16:53:58 [2023-03-05T21:53:58.274Z] [echo] ************************* 16:53:58 [2023-03-05T21:53:58.274Z] [echo] 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] setOSConditions: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] setToolWin: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] setToolUnix: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] setToolProperty: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] setS1ASclassPath: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] init-common: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] clean: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] setOSConditions: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] setToolWin: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] setToolUnix: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] setToolProperty: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] setS1ASclassPath: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] init-common: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] clean-common: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] setOSConditions: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] setToolWin: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] setToolUnix: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] setToolProperty: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] setS1ASclassPath: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.274Z] init-common: 16:53:58 [2023-03-05T21:53:58.274Z] 16:53:58 [2023-03-05T21:53:58.275Z] clean-classes-common: 16:53:58 [2023-03-05T21:53:58.275Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setOSConditions: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setToolWin: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setToolUnix: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setToolProperty: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setS1ASclassPath: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] init-common: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] clean-jars-common: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] compile: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setOSConditions: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setToolWin: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setToolUnix: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setToolProperty: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setS1ASclassPath: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] init-common: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] compile-common: 16:53:58 [2023-03-05T21:53:58.275Z] [echo] Current time (ISO): 2023-03-05T21:53:58.051+0000 16:53:58 [2023-03-05T21:53:58.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:53:58 [2023-03-05T21:53:58.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCacheTaglibPrecompile/servlet 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] build: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setOSConditions: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setToolWin: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setToolUnix: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setToolProperty: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setS1ASclassPath: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] init-common: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] webclient-war-common: 16:53:58 [2023-03-05T21:53:58.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] clear: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] test-tlds-exist: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] copy-tlds: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] test-tagfiles-exist: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] copy-tagfiles: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] package-war-common: 16:53:58 [2023-03-05T21:53:58.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:53:58 [2023-03-05T21:53:58.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:58 [2023-03-05T21:53:58.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:53:58 [2023-03-05T21:53:58.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:53:58 [2023-03-05T21:53:58.275Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:53:58 [2023-03-05T21:53:58.275Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:58 [2023-03-05T21:53:58.275Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-cache-taglib-precompile-web.war 16:53:58 [2023-03-05T21:53:58.275Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:53:58 [2023-03-05T21:53:58.275Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCacheTaglibPrecompile/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:53:58 [2023-03-05T21:53:58.275Z] [javac] Compiling 1 source file 16:53:58 [2023-03-05T21:53:58.275Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCacheTaglibPrecompile/WebTest.java uses or overrides a deprecated API. 16:53:58 [2023-03-05T21:53:58.275Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] deploy: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] deploy-war-common: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setOSConditions: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setToolWin: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setToolUnix: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setToolProperty: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] setS1ASclassPath: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] init-common: 16:53:58 [2023-03-05T21:53:58.275Z] 16:53:58 [2023-03-05T21:53:58.275Z] deploy-war-commonpe: 16:53:58 [2023-03-05T21:53:58.532Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-cache-taglib-precompile --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-cache-taglib-precompile-web.war 16:53:59 [2023-03-05T21:53:59.094Z] [exec] Application deployed with name web-jsp-cache-taglib-precompile-web. 16:53:59 [2023-03-05T21:53:59.094Z] 16:53:59 [2023-03-05T21:53:59.094Z] deploy-war-commonee: 16:53:59 [2023-03-05T21:53:59.094Z] 16:53:59 [2023-03-05T21:53:59.094Z] run: 16:53:59 [2023-03-05T21:53:59.094Z] [java] Connecting to: http://localhost:45711/web-jsp-cache-taglib-precompile/jsp/caching/basicCache.jsp 16:53:59 [2023-03-05T21:53:59.094Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:53:59 [2023-03-05T21:53:59.094Z] [java] 16:53:59 [2023-03-05T21:53:59.094Z] [java] 16:53:59 [2023-03-05T21:53:59.094Z] [java] ----------------------------------------- 16:53:59 [2023-03-05T21:53:59.094Z] [java] - jsp-cache-taglib-precompile: PASS - 16:53:59 [2023-03-05T21:53:59.094Z] [java] ----------------------------------------- 16:53:59 [2023-03-05T21:53:59.094Z] [java] - Total PASS : 1 - 16:53:59 [2023-03-05T21:53:59.094Z] [java] - Total FAIL : 0 - 16:53:59 [2023-03-05T21:53:59.094Z] [java] - Total DID NOT RUN : 0 - 16:53:59 [2023-03-05T21:53:59.094Z] [java] ----------------------------------------- 16:53:59 [2023-03-05T21:53:59.094Z] 16:53:59 [2023-03-05T21:53:59.094Z] undeploy: 16:53:59 [2023-03-05T21:53:59.094Z] 16:53:59 [2023-03-05T21:53:59.094Z] setOSConditions: 16:53:59 [2023-03-05T21:53:59.094Z] 16:53:59 [2023-03-05T21:53:59.094Z] setToolWin: 16:53:59 [2023-03-05T21:53:59.094Z] 16:53:59 [2023-03-05T21:53:59.094Z] setToolUnix: 16:53:59 [2023-03-05T21:53:59.094Z] 16:53:59 [2023-03-05T21:53:59.094Z] setToolProperty: 16:53:59 [2023-03-05T21:53:59.094Z] 16:53:59 [2023-03-05T21:53:59.094Z] setS1ASclassPath: 16:53:59 [2023-03-05T21:53:59.094Z] 16:53:59 [2023-03-05T21:53:59.094Z] init-common: 16:53:59 [2023-03-05T21:53:59.094Z] 16:53:59 [2023-03-05T21:53:59.094Z] undeploy-war-common: 16:53:59 [2023-03-05T21:53:59.657Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-cache-taglib-precompile-web 16:53:59 [2023-03-05T21:53:59.657Z] 16:53:59 [2023-03-05T21:53:59.657Z] all: 16:53:59 [2023-03-05T21:53:59.657Z] [echo] 16:53:59 [2023-03-05T21:53:59.657Z] [echo] ************************* 16:53:59 [2023-03-05T21:53:59.657Z] [echo] * Running jspCachingInstanceLevel 16:53:59 [2023-03-05T21:53:59.657Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCachingInstanceLevel 16:53:59 [2023-03-05T21:53:59.657Z] [echo] ************************* 16:53:59 [2023-03-05T21:53:59.657Z] [echo] 16:53:59 [2023-03-05T21:53:59.657Z] 16:53:59 [2023-03-05T21:53:59.657Z] setOSConditions: 16:53:59 [2023-03-05T21:53:59.657Z] 16:53:59 [2023-03-05T21:53:59.657Z] setToolWin: 16:53:59 [2023-03-05T21:53:59.657Z] 16:53:59 [2023-03-05T21:53:59.657Z] setToolUnix: 16:53:59 [2023-03-05T21:53:59.657Z] 16:53:59 [2023-03-05T21:53:59.657Z] setToolProperty: 16:53:59 [2023-03-05T21:53:59.657Z] 16:53:59 [2023-03-05T21:53:59.657Z] setS1ASclassPath: 16:53:59 [2023-03-05T21:53:59.657Z] 16:53:59 [2023-03-05T21:53:59.657Z] init-common: 16:53:59 [2023-03-05T21:53:59.657Z] 16:53:59 [2023-03-05T21:53:59.657Z] setup: 16:53:59 [2023-03-05T21:53:59.657Z] 16:53:59 [2023-03-05T21:53:59.657Z] asadmin-common-ignore-fail: 16:53:59 [2023-03-05T21:53:59.657Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 45707 --echo=true --terse=true server.web-container.jsp-caching-enabled=true 16:53:59 [2023-03-05T21:53:59.918Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.web-container.jsp-caching-enabled=true 16:53:59 [2023-03-05T21:53:59.918Z] [exec] server.web-container.jsp-caching-enabled=true 16:53:59 [2023-03-05T21:53:59.918Z] 16:53:59 [2023-03-05T21:53:59.918Z] restart-server-instance-common: 16:53:59 [2023-03-05T21:53:59.918Z] 16:53:59 [2023-03-05T21:53:59.918Z] setOSConditions: 16:53:59 [2023-03-05T21:53:59.918Z] 16:53:59 [2023-03-05T21:53:59.918Z] setToolWin: 16:53:59 [2023-03-05T21:53:59.918Z] 16:53:59 [2023-03-05T21:53:59.918Z] setToolUnix: 16:53:59 [2023-03-05T21:53:59.918Z] 16:53:59 [2023-03-05T21:53:59.918Z] setToolProperty: 16:53:59 [2023-03-05T21:53:59.918Z] 16:53:59 [2023-03-05T21:53:59.918Z] setS1ASclassPath: 16:53:59 [2023-03-05T21:53:59.918Z] 16:53:59 [2023-03-05T21:53:59.918Z] init-common: 16:53:59 [2023-03-05T21:53:59.918Z] 16:53:59 [2023-03-05T21:53:59.918Z] stopDomain: 16:53:59 [2023-03-05T21:53:59.918Z] [echo] run.xml:stopping domain... 16:54:00 [2023-03-05T21:54:00.886Z] [exec] Waiting for the domain to stop . 16:54:00 [2023-03-05T21:54:00.886Z] [exec] Waiting finished after 146 ms. 16:54:00 [2023-03-05T21:54:00.886Z] [exec] Command stop-domain executed successfully. 16:54:06 [2023-03-05T21:54:06.140Z] 16:54:06 [2023-03-05T21:54:06.140Z] setOSConditions: 16:54:06 [2023-03-05T21:54:06.140Z] 16:54:06 [2023-03-05T21:54:06.140Z] setToolWin: 16:54:06 [2023-03-05T21:54:06.140Z] 16:54:06 [2023-03-05T21:54:06.140Z] setToolUnix: 16:54:06 [2023-03-05T21:54:06.140Z] 16:54:06 [2023-03-05T21:54:06.140Z] setToolProperty: 16:54:06 [2023-03-05T21:54:06.140Z] 16:54:06 [2023-03-05T21:54:06.140Z] setS1ASclassPath: 16:54:06 [2023-03-05T21:54:06.140Z] 16:54:06 [2023-03-05T21:54:06.140Z] init-common: 16:54:06 [2023-03-05T21:54:06.140Z] 16:54:06 [2023-03-05T21:54:06.140Z] startDomainUnix: 16:54:06 [2023-03-05T21:54:06.140Z] [echo] Starting DAS 16:54:10 [2023-03-05T21:54:10.420Z] [exec] Waiting for domain1 to start .... 16:54:10 [2023-03-05T21:54:10.420Z] [exec] Waiting finished after 3,455 ms. 16:54:10 [2023-03-05T21:54:10.420Z] [exec] Successfully started the domain : domain1 16:54:10 [2023-03-05T21:54:10.420Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:54:10 [2023-03-05T21:54:10.420Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:54:10 [2023-03-05T21:54:10.420Z] [exec] Admin Port: 45,707 16:54:10 [2023-03-05T21:54:10.420Z] [exec] Command start-domain executed successfully. 16:54:10 [2023-03-05T21:54:10.420Z] [echo] run.xml:doing wait for localhost:45711... 16:54:10 [2023-03-05T21:54:10.420Z] [echo] run.xml:DONE doing wait for localhost:45711... 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] dumpThreadStack: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] startDomainWindows: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] startDomain: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] clean: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setOSConditions: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolWin: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolUnix: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolProperty: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setS1ASclassPath: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] init-common: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] clean-common: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setOSConditions: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolWin: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolUnix: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolProperty: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setS1ASclassPath: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] init-common: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] clean-classes-common: 16:54:10 [2023-03-05T21:54:10.420Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setOSConditions: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolWin: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolUnix: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolProperty: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setS1ASclassPath: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] init-common: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] clean-jars-common: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] compile: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setOSConditions: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolWin: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolUnix: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolProperty: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setS1ASclassPath: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] init-common: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] compile-common: 16:54:10 [2023-03-05T21:54:10.420Z] [echo] Current time (ISO): 2023-03-05T21:54:10.060+0000 16:54:10 [2023-03-05T21:54:10.420Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:54:10 [2023-03-05T21:54:10.420Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCachingInstanceLevel/servlet 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] build: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setOSConditions: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolWin: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolUnix: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolProperty: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setS1ASclassPath: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] init-common: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] webclient-war-common: 16:54:10 [2023-03-05T21:54:10.420Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] clear: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] test-tlds-exist: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] copy-tlds: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] test-tagfiles-exist: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] copy-tagfiles: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] package-war-common: 16:54:10 [2023-03-05T21:54:10.420Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:54:10 [2023-03-05T21:54:10.420Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:10 [2023-03-05T21:54:10.420Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:54:10 [2023-03-05T21:54:10.420Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:54:10 [2023-03-05T21:54:10.420Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCachingInstanceLevel/lib 16:54:10 [2023-03-05T21:54:10.420Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:10 [2023-03-05T21:54:10.420Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-caching-instance-level-web.war 16:54:10 [2023-03-05T21:54:10.420Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:10 [2023-03-05T21:54:10.420Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCachingInstanceLevel/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:54:10 [2023-03-05T21:54:10.420Z] [javac] Compiling 1 source file 16:54:10 [2023-03-05T21:54:10.420Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCachingInstanceLevel/WebTest.java uses or overrides a deprecated API. 16:54:10 [2023-03-05T21:54:10.420Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] deploy: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] deploy-war-common: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setOSConditions: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolWin: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolUnix: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setToolProperty: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] setS1ASclassPath: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] init-common: 16:54:10 [2023-03-05T21:54:10.420Z] 16:54:10 [2023-03-05T21:54:10.420Z] deploy-war-commonpe: 16:54:10 [2023-03-05T21:54:10.983Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-caching-instance-level --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-caching-instance-level-web.war 16:54:12 [2023-03-05T21:54:12.882Z] [exec] Application deployed with name web-jsp-caching-instance-level-web. 16:54:12 [2023-03-05T21:54:12.882Z] 16:54:12 [2023-03-05T21:54:12.882Z] deploy-war-commonee: 16:54:12 [2023-03-05T21:54:12.882Z] 16:54:12 [2023-03-05T21:54:12.882Z] run: 16:54:12 [2023-03-05T21:54:12.882Z] [java] Connecting to: http://localhost:45711/web-jsp-caching-instance-level/jsp/caching/basicCache.jsp 16:54:13 [2023-03-05T21:54:13.445Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:54:13 [2023-03-05T21:54:13.445Z] [java] 16:54:13 [2023-03-05T21:54:13.445Z] [java] 16:54:13 [2023-03-05T21:54:13.445Z] [java] ----------------------------------------- 16:54:13 [2023-03-05T21:54:13.445Z] [java] - jsp-caching-instance-level: PASS - 16:54:13 [2023-03-05T21:54:13.445Z] [java] ----------------------------------------- 16:54:13 [2023-03-05T21:54:13.445Z] [java] - Total PASS : 1 - 16:54:13 [2023-03-05T21:54:13.445Z] [java] - Total FAIL : 0 - 16:54:13 [2023-03-05T21:54:13.445Z] [java] - Total DID NOT RUN : 0 - 16:54:13 [2023-03-05T21:54:13.445Z] [java] ----------------------------------------- 16:54:13 [2023-03-05T21:54:13.445Z] 16:54:13 [2023-03-05T21:54:13.445Z] undeploy: 16:54:13 [2023-03-05T21:54:13.445Z] 16:54:13 [2023-03-05T21:54:13.445Z] setOSConditions: 16:54:13 [2023-03-05T21:54:13.445Z] 16:54:13 [2023-03-05T21:54:13.445Z] setToolWin: 16:54:13 [2023-03-05T21:54:13.445Z] 16:54:13 [2023-03-05T21:54:13.445Z] setToolUnix: 16:54:13 [2023-03-05T21:54:13.445Z] 16:54:13 [2023-03-05T21:54:13.445Z] setToolProperty: 16:54:13 [2023-03-05T21:54:13.445Z] 16:54:13 [2023-03-05T21:54:13.445Z] setS1ASclassPath: 16:54:13 [2023-03-05T21:54:13.445Z] 16:54:13 [2023-03-05T21:54:13.445Z] init-common: 16:54:13 [2023-03-05T21:54:13.445Z] 16:54:13 [2023-03-05T21:54:13.445Z] undeploy-war-common: 16:54:14 [2023-03-05T21:54:14.024Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-caching-instance-level-web 16:54:14 [2023-03-05T21:54:14.024Z] 16:54:14 [2023-03-05T21:54:14.024Z] restore: 16:54:14 [2023-03-05T21:54:14.024Z] 16:54:14 [2023-03-05T21:54:14.024Z] asadmin-common-ignore-fail: 16:54:14 [2023-03-05T21:54:14.025Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 45707 --echo=true --terse=true server.web-container.jsp-caching-enabled=false 16:54:14 [2023-03-05T21:54:14.319Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set server.web-container.jsp-caching-enabled=false 16:54:14 [2023-03-05T21:54:14.575Z] [exec] server.web-container.jsp-caching-enabled=false 16:54:14 [2023-03-05T21:54:14.575Z] 16:54:14 [2023-03-05T21:54:14.575Z] restart-server-instance-common: 16:54:14 [2023-03-05T21:54:14.575Z] 16:54:14 [2023-03-05T21:54:14.575Z] setOSConditions: 16:54:14 [2023-03-05T21:54:14.575Z] 16:54:14 [2023-03-05T21:54:14.575Z] setToolWin: 16:54:14 [2023-03-05T21:54:14.575Z] 16:54:14 [2023-03-05T21:54:14.575Z] setToolUnix: 16:54:14 [2023-03-05T21:54:14.575Z] 16:54:14 [2023-03-05T21:54:14.575Z] setToolProperty: 16:54:14 [2023-03-05T21:54:14.575Z] 16:54:14 [2023-03-05T21:54:14.575Z] setS1ASclassPath: 16:54:14 [2023-03-05T21:54:14.575Z] 16:54:14 [2023-03-05T21:54:14.575Z] init-common: 16:54:14 [2023-03-05T21:54:14.575Z] 16:54:14 [2023-03-05T21:54:14.575Z] stopDomain: 16:54:14 [2023-03-05T21:54:14.575Z] [echo] run.xml:stopping domain... 16:54:15 [2023-03-05T21:54:15.138Z] [exec] Waiting for the domain to stop . 16:54:15 [2023-03-05T21:54:15.138Z] [exec] Waiting finished after 202 ms. 16:54:15 [2023-03-05T21:54:15.138Z] [exec] Command stop-domain executed successfully. 16:54:20 [2023-03-05T21:54:20.419Z] 16:54:20 [2023-03-05T21:54:20.419Z] setOSConditions: 16:54:20 [2023-03-05T21:54:20.419Z] 16:54:20 [2023-03-05T21:54:20.419Z] setToolWin: 16:54:20 [2023-03-05T21:54:20.419Z] 16:54:20 [2023-03-05T21:54:20.419Z] setToolUnix: 16:54:20 [2023-03-05T21:54:20.419Z] 16:54:20 [2023-03-05T21:54:20.419Z] setToolProperty: 16:54:20 [2023-03-05T21:54:20.419Z] 16:54:20 [2023-03-05T21:54:20.419Z] setS1ASclassPath: 16:54:20 [2023-03-05T21:54:20.419Z] 16:54:20 [2023-03-05T21:54:20.419Z] init-common: 16:54:20 [2023-03-05T21:54:20.419Z] 16:54:20 [2023-03-05T21:54:20.419Z] startDomainUnix: 16:54:20 [2023-03-05T21:54:20.419Z] [echo] Starting DAS 16:54:24 [2023-03-05T21:54:24.718Z] [exec] Waiting for domain1 to start .... 16:54:24 [2023-03-05T21:54:24.718Z] [exec] Waiting finished after 3,684 ms. 16:54:24 [2023-03-05T21:54:24.718Z] [exec] Successfully started the domain : domain1 16:54:24 [2023-03-05T21:54:24.719Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:54:24 [2023-03-05T21:54:24.719Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:54:24 [2023-03-05T21:54:24.719Z] [exec] Admin Port: 45,707 16:54:24 [2023-03-05T21:54:24.719Z] [exec] Command start-domain executed successfully. 16:54:24 [2023-03-05T21:54:24.719Z] [echo] run.xml:doing wait for localhost:45711... 16:54:24 [2023-03-05T21:54:24.974Z] [echo] run.xml:DONE doing wait for localhost:45711... 16:54:24 [2023-03-05T21:54:24.974Z] 16:54:24 [2023-03-05T21:54:24.974Z] dumpThreadStack: 16:54:24 [2023-03-05T21:54:24.974Z] 16:54:24 [2023-03-05T21:54:24.974Z] startDomainWindows: 16:54:24 [2023-03-05T21:54:24.974Z] 16:54:24 [2023-03-05T21:54:24.974Z] startDomain: 16:54:24 [2023-03-05T21:54:24.974Z] 16:54:24 [2023-03-05T21:54:24.974Z] all: 16:54:24 [2023-03-05T21:54:24.974Z] [echo] 16:54:24 [2023-03-05T21:54:24.974Z] [echo] ************************* 16:54:24 [2023-03-05T21:54:24.974Z] [echo] * Running jspCallingELFuctionFromTagfileWithinSameTaglibInfiniteRecursion 16:54:24 [2023-03-05T21:54:24.975Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCallingELFuctionFromTagfileWithinSameTaglibInfiniteRecursion 16:54:24 [2023-03-05T21:54:24.975Z] [echo] ************************* 16:54:24 [2023-03-05T21:54:24.975Z] [echo] 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setOSConditions: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setToolWin: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setToolUnix: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setToolProperty: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setS1ASclassPath: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] init-common: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] clean: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setOSConditions: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setToolWin: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setToolUnix: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setToolProperty: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setS1ASclassPath: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] init-common: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] clean-common: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setOSConditions: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setToolWin: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setToolUnix: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setToolProperty: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setS1ASclassPath: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] init-common: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] clean-classes-common: 16:54:24 [2023-03-05T21:54:24.975Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setOSConditions: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setToolWin: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setToolUnix: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setToolProperty: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setS1ASclassPath: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] init-common: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] clean-jars-common: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] compile: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setOSConditions: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setToolWin: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setToolUnix: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setToolProperty: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] setS1ASclassPath: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] init-common: 16:54:24 [2023-03-05T21:54:24.975Z] 16:54:24 [2023-03-05T21:54:24.975Z] compile-common: 16:54:24 [2023-03-05T21:54:24.975Z] [echo] Current time (ISO): 2023-03-05T21:54:24.764+0000 16:54:24 [2023-03-05T21:54:24.975Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:54:24 [2023-03-05T21:54:24.975Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:54:26 [2023-03-05T21:54:26.356Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:54:26 [2023-03-05T21:54:26.356Z] [javac] 1 warning 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] build: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] setOSConditions: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] setToolWin: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] setToolUnix: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] setToolProperty: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] setS1ASclassPath: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] init-common: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] webclient-war-common: 16:54:26 [2023-03-05T21:54:26.356Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] clear: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] test-tlds-exist: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] copy-tlds: 16:54:26 [2023-03-05T21:54:26.356Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:54:26 [2023-03-05T21:54:26.356Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] test-tagfiles-exist: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] copy-tagfiles: 16:54:26 [2023-03-05T21:54:26.356Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags 16:54:26 [2023-03-05T21:54:26.356Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] package-war-common: 16:54:26 [2023-03-05T21:54:26.356Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:54:26 [2023-03-05T21:54:26.356Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:54:26 [2023-03-05T21:54:26.356Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCallingELFuctionFromTagfileWithinSameTaglibInfiniteRecursion/lib 16:54:26 [2023-03-05T21:54:26.356Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:26 [2023-03-05T21:54:26.356Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:54:26 [2023-03-05T21:54:26.356Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-calling-el-fuction-from-tagfile-within-same-taglib-infinite-recursion-web.war 16:54:26 [2023-03-05T21:54:26.356Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:26 [2023-03-05T21:54:26.356Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCallingELFuctionFromTagfileWithinSameTaglibInfiniteRecursion/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:54:26 [2023-03-05T21:54:26.356Z] [javac] Compiling 1 source file 16:54:26 [2023-03-05T21:54:26.356Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCallingELFuctionFromTagfileWithinSameTaglibInfiniteRecursion/WebTest.java uses or overrides a deprecated API. 16:54:26 [2023-03-05T21:54:26.356Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] deploy: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] deploy-war-common: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] setOSConditions: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] setToolWin: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] setToolUnix: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] setToolProperty: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] setS1ASclassPath: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] init-common: 16:54:26 [2023-03-05T21:54:26.356Z] 16:54:26 [2023-03-05T21:54:26.356Z] deploy-war-commonpe: 16:54:26 [2023-03-05T21:54:26.618Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-calling-el-fuction-from-tagfile-within-same-taglib-infinite-recursion --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-calling-el-fuction-from-tagfile-within-same-taglib-infinite-recursion-web.war 16:54:28 [2023-03-05T21:54:28.507Z] [exec] Application deployed with name web-jsp-calling-el-fuction-from-tagfile-within-same-taglib-infinite-recursion-web. 16:54:28 [2023-03-05T21:54:28.507Z] 16:54:28 [2023-03-05T21:54:28.507Z] deploy-war-commonee: 16:54:28 [2023-03-05T21:54:28.507Z] 16:54:28 [2023-03-05T21:54:28.507Z] run: 16:54:28 [2023-03-05T21:54:28.508Z] [java] Connecting to: http://localhost:45711/web-jsp-calling-el-fuction-from-tagfile-within-same-taglib-infinite-recursion/jsp/test.jspx 16:54:29 [2023-03-05T21:54:29.436Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:54:29 [2023-03-05T21:54:29.436Z] [java] 16:54:29 [2023-03-05T21:54:29.436Z] [java] 16:54:29 [2023-03-05T21:54:29.436Z] [java] ----------------------------------------- 16:54:29 [2023-03-05T21:54:29.436Z] [java] - jsp-calling-el-fuction-from-tagfile-within-same-taglib-infinite-recursion: PASS - 16:54:29 [2023-03-05T21:54:29.436Z] [java] ----------------------------------------- 16:54:29 [2023-03-05T21:54:29.436Z] [java] - Total PASS : 1 - 16:54:29 [2023-03-05T21:54:29.436Z] [java] - Total FAIL : 0 - 16:54:29 [2023-03-05T21:54:29.436Z] [java] - Total DID NOT RUN : 0 - 16:54:29 [2023-03-05T21:54:29.436Z] [java] ----------------------------------------- 16:54:29 [2023-03-05T21:54:29.436Z] 16:54:29 [2023-03-05T21:54:29.436Z] undeploy: 16:54:29 [2023-03-05T21:54:29.436Z] 16:54:29 [2023-03-05T21:54:29.436Z] setOSConditions: 16:54:29 [2023-03-05T21:54:29.436Z] 16:54:29 [2023-03-05T21:54:29.436Z] setToolWin: 16:54:29 [2023-03-05T21:54:29.436Z] 16:54:29 [2023-03-05T21:54:29.436Z] setToolUnix: 16:54:29 [2023-03-05T21:54:29.436Z] 16:54:29 [2023-03-05T21:54:29.436Z] setToolProperty: 16:54:29 [2023-03-05T21:54:29.436Z] 16:54:29 [2023-03-05T21:54:29.436Z] setS1ASclassPath: 16:54:29 [2023-03-05T21:54:29.436Z] 16:54:29 [2023-03-05T21:54:29.436Z] init-common: 16:54:29 [2023-03-05T21:54:29.436Z] 16:54:29 [2023-03-05T21:54:29.436Z] undeploy-war-common: 16:54:29 [2023-03-05T21:54:29.717Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-calling-el-fuction-from-tagfile-within-same-taglib-infinite-recursion-web 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] all: 16:54:29 [2023-03-05T21:54:29.973Z] [echo] 16:54:29 [2023-03-05T21:54:29.973Z] [echo] ************************* 16:54:29 [2023-03-05T21:54:29.973Z] [echo] * Running jspCommentedOutPageDirective 16:54:29 [2023-03-05T21:54:29.973Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective 16:54:29 [2023-03-05T21:54:29.973Z] [echo] ************************* 16:54:29 [2023-03-05T21:54:29.973Z] [echo] 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setOSConditions: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolWin: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolUnix: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolProperty: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setS1ASclassPath: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] init-common: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] clean: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setOSConditions: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolWin: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolUnix: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolProperty: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setS1ASclassPath: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] init-common: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] clean-common: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setOSConditions: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolWin: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolUnix: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolProperty: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setS1ASclassPath: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] init-common: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] clean-classes-common: 16:54:29 [2023-03-05T21:54:29.973Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setOSConditions: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolWin: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolUnix: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolProperty: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setS1ASclassPath: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] init-common: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] clean-jars-common: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] compile: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setOSConditions: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolWin: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolUnix: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolProperty: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setS1ASclassPath: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] init-common: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] compile-common: 16:54:29 [2023-03-05T21:54:29.973Z] [echo] Current time (ISO): 2023-03-05T21:54:29.790+0000 16:54:29 [2023-03-05T21:54:29.973Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:54:29 [2023-03-05T21:54:29.973Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective/servlet 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] build: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setOSConditions: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolWin: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolUnix: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolProperty: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setS1ASclassPath: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] init-common: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] webclient-war-common: 16:54:29 [2023-03-05T21:54:29.973Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] clear: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] test-tlds-exist: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] copy-tlds: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] test-tagfiles-exist: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] copy-tagfiles: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] package-war-common: 16:54:29 [2023-03-05T21:54:29.973Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:54:29 [2023-03-05T21:54:29.973Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:29 [2023-03-05T21:54:29.973Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:54:29 [2023-03-05T21:54:29.973Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:54:29 [2023-03-05T21:54:29.973Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective/lib 16:54:29 [2023-03-05T21:54:29.973Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:29 [2023-03-05T21:54:29.973Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-commented-out-page-directive-web.war 16:54:29 [2023-03-05T21:54:29.973Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:29 [2023-03-05T21:54:29.973Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:54:29 [2023-03-05T21:54:29.973Z] [javac] Compiling 1 source file 16:54:29 [2023-03-05T21:54:29.973Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective/WebTest.java uses or overrides a deprecated API. 16:54:29 [2023-03-05T21:54:29.973Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] deploy: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] deploy-war-common: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setOSConditions: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolWin: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolUnix: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setToolProperty: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] setS1ASclassPath: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] init-common: 16:54:29 [2023-03-05T21:54:29.973Z] 16:54:29 [2023-03-05T21:54:29.973Z] deploy-war-commonpe: 16:54:30 [2023-03-05T21:54:30.230Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-commented-out-page-directive --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-commented-out-page-directive-web.war 16:54:30 [2023-03-05T21:54:30.819Z] [exec] Application deployed with name web-jsp-commented-out-page-directive-web. 16:54:31 [2023-03-05T21:54:31.074Z] 16:54:31 [2023-03-05T21:54:31.074Z] deploy-war-commonee: 16:54:31 [2023-03-05T21:54:31.074Z] 16:54:31 [2023-03-05T21:54:31.074Z] run: 16:54:31 [2023-03-05T21:54:31.074Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:54:31 [2023-03-05T21:54:31.074Z] [java] 16:54:31 [2023-03-05T21:54:31.074Z] [java] 16:54:31 [2023-03-05T21:54:31.074Z] [java] ----------------------------------------- 16:54:31 [2023-03-05T21:54:31.074Z] [java] - jsp-commented-out-page-directive: PASS - 16:54:31 [2023-03-05T21:54:31.074Z] [java] ----------------------------------------- 16:54:31 [2023-03-05T21:54:31.074Z] [java] - Total PASS : 1 - 16:54:31 [2023-03-05T21:54:31.074Z] [java] - Total FAIL : 0 - 16:54:31 [2023-03-05T21:54:31.074Z] [java] - Total DID NOT RUN : 0 - 16:54:31 [2023-03-05T21:54:31.074Z] [java] ----------------------------------------- 16:54:31 [2023-03-05T21:54:31.074Z] 16:54:31 [2023-03-05T21:54:31.074Z] undeploy: 16:54:31 [2023-03-05T21:54:31.075Z] 16:54:31 [2023-03-05T21:54:31.075Z] setOSConditions: 16:54:31 [2023-03-05T21:54:31.075Z] 16:54:31 [2023-03-05T21:54:31.075Z] setToolWin: 16:54:31 [2023-03-05T21:54:31.075Z] 16:54:31 [2023-03-05T21:54:31.075Z] setToolUnix: 16:54:31 [2023-03-05T21:54:31.075Z] 16:54:31 [2023-03-05T21:54:31.075Z] setToolProperty: 16:54:31 [2023-03-05T21:54:31.075Z] 16:54:31 [2023-03-05T21:54:31.075Z] setS1ASclassPath: 16:54:31 [2023-03-05T21:54:31.075Z] 16:54:31 [2023-03-05T21:54:31.075Z] init-common: 16:54:31 [2023-03-05T21:54:31.075Z] 16:54:31 [2023-03-05T21:54:31.075Z] undeploy-war-common: 16:54:31 [2023-03-05T21:54:31.636Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-commented-out-page-directive-web 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] all: 16:54:31 [2023-03-05T21:54:31.637Z] [echo] 16:54:31 [2023-03-05T21:54:31.637Z] [echo] ************************* 16:54:31 [2023-03-05T21:54:31.637Z] [echo] * Running jspCommentedOutPageDirective1 16:54:31 [2023-03-05T21:54:31.637Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective1 16:54:31 [2023-03-05T21:54:31.637Z] [echo] ************************* 16:54:31 [2023-03-05T21:54:31.637Z] [echo] 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setOSConditions: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolWin: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolUnix: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolProperty: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setS1ASclassPath: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] init-common: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] clean: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setOSConditions: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolWin: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolUnix: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolProperty: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setS1ASclassPath: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] init-common: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] clean-common: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setOSConditions: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolWin: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolUnix: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolProperty: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setS1ASclassPath: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] init-common: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] clean-classes-common: 16:54:31 [2023-03-05T21:54:31.637Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setOSConditions: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolWin: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolUnix: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolProperty: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setS1ASclassPath: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] init-common: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] clean-jars-common: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] compile: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setOSConditions: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolWin: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolUnix: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolProperty: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setS1ASclassPath: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] init-common: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] compile-common: 16:54:31 [2023-03-05T21:54:31.637Z] [echo] Current time (ISO): 2023-03-05T21:54:31.476+0000 16:54:31 [2023-03-05T21:54:31.637Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:54:31 [2023-03-05T21:54:31.637Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective1/servlet 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] build: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setOSConditions: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolWin: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolUnix: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolProperty: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setS1ASclassPath: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] init-common: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] webclient-war-common: 16:54:31 [2023-03-05T21:54:31.637Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] clear: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] test-tlds-exist: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] copy-tlds: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] test-tagfiles-exist: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] copy-tagfiles: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] package-war-common: 16:54:31 [2023-03-05T21:54:31.637Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:54:31 [2023-03-05T21:54:31.637Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:31 [2023-03-05T21:54:31.637Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:54:31 [2023-03-05T21:54:31.637Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:54:31 [2023-03-05T21:54:31.637Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective1/lib 16:54:31 [2023-03-05T21:54:31.637Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:31 [2023-03-05T21:54:31.637Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-commented-out-page-directive-web.war 16:54:31 [2023-03-05T21:54:31.637Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:31 [2023-03-05T21:54:31.637Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective1/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:54:31 [2023-03-05T21:54:31.637Z] [javac] Compiling 1 source file 16:54:31 [2023-03-05T21:54:31.637Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective1/WebTest.java uses or overrides a deprecated API. 16:54:31 [2023-03-05T21:54:31.637Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] deploy: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] deploy-war-common: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setOSConditions: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolWin: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolUnix: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setToolProperty: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] setS1ASclassPath: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] init-common: 16:54:31 [2023-03-05T21:54:31.637Z] 16:54:31 [2023-03-05T21:54:31.637Z] deploy-war-commonpe: 16:54:32 [2023-03-05T21:54:32.223Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-commented-out-page-directive --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-commented-out-page-directive-web.war 16:54:32 [2023-03-05T21:54:32.479Z] [exec] Application deployed with name web-jsp-commented-out-page-directive-web. 16:54:32 [2023-03-05T21:54:32.479Z] 16:54:32 [2023-03-05T21:54:32.479Z] deploy-war-commonee: 16:54:32 [2023-03-05T21:54:32.479Z] 16:54:32 [2023-03-05T21:54:32.479Z] run: 16:54:32 [2023-03-05T21:54:32.479Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:54:32 [2023-03-05T21:54:32.479Z] [java] 16:54:32 [2023-03-05T21:54:32.479Z] [java] 16:54:32 [2023-03-05T21:54:32.479Z] [java] ----------------------------------------- 16:54:32 [2023-03-05T21:54:32.479Z] [java] - jsp-commented-out-page-directive: PASS - 16:54:32 [2023-03-05T21:54:32.479Z] [java] ----------------------------------------- 16:54:32 [2023-03-05T21:54:32.479Z] [java] - Total PASS : 1 - 16:54:32 [2023-03-05T21:54:32.479Z] [java] - Total FAIL : 0 - 16:54:32 [2023-03-05T21:54:32.479Z] [java] - Total DID NOT RUN : 0 - 16:54:32 [2023-03-05T21:54:32.479Z] [java] ----------------------------------------- 16:54:32 [2023-03-05T21:54:32.479Z] 16:54:32 [2023-03-05T21:54:32.479Z] undeploy: 16:54:32 [2023-03-05T21:54:32.479Z] 16:54:32 [2023-03-05T21:54:32.479Z] setOSConditions: 16:54:32 [2023-03-05T21:54:32.479Z] 16:54:32 [2023-03-05T21:54:32.479Z] setToolWin: 16:54:32 [2023-03-05T21:54:32.479Z] 16:54:32 [2023-03-05T21:54:32.479Z] setToolUnix: 16:54:32 [2023-03-05T21:54:32.479Z] 16:54:32 [2023-03-05T21:54:32.479Z] setToolProperty: 16:54:32 [2023-03-05T21:54:32.479Z] 16:54:32 [2023-03-05T21:54:32.479Z] setS1ASclassPath: 16:54:32 [2023-03-05T21:54:32.479Z] 16:54:32 [2023-03-05T21:54:32.479Z] init-common: 16:54:32 [2023-03-05T21:54:32.479Z] 16:54:32 [2023-03-05T21:54:32.479Z] undeploy-war-common: 16:54:33 [2023-03-05T21:54:33.041Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-commented-out-page-directive-web 16:54:33 [2023-03-05T21:54:33.041Z] 16:54:33 [2023-03-05T21:54:33.041Z] all: 16:54:33 [2023-03-05T21:54:33.041Z] [echo] 16:54:33 [2023-03-05T21:54:33.041Z] [echo] ************************* 16:54:33 [2023-03-05T21:54:33.041Z] [echo] * Running jspConfigBuffer 16:54:33 [2023-03-05T21:54:33.041Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigBuffer 16:54:33 [2023-03-05T21:54:33.041Z] [echo] ************************* 16:54:33 [2023-03-05T21:54:33.041Z] [echo] 16:54:33 [2023-03-05T21:54:33.041Z] 16:54:33 [2023-03-05T21:54:33.041Z] setOSConditions: 16:54:33 [2023-03-05T21:54:33.041Z] 16:54:33 [2023-03-05T21:54:33.041Z] setToolWin: 16:54:33 [2023-03-05T21:54:33.041Z] 16:54:33 [2023-03-05T21:54:33.041Z] setToolUnix: 16:54:33 [2023-03-05T21:54:33.041Z] 16:54:33 [2023-03-05T21:54:33.041Z] setToolProperty: 16:54:33 [2023-03-05T21:54:33.041Z] 16:54:33 [2023-03-05T21:54:33.041Z] setS1ASclassPath: 16:54:33 [2023-03-05T21:54:33.041Z] 16:54:33 [2023-03-05T21:54:33.041Z] init-common: 16:54:33 [2023-03-05T21:54:33.041Z] 16:54:33 [2023-03-05T21:54:33.041Z] clean: 16:54:33 [2023-03-05T21:54:33.041Z] 16:54:33 [2023-03-05T21:54:33.041Z] setOSConditions: 16:54:33 [2023-03-05T21:54:33.041Z] 16:54:33 [2023-03-05T21:54:33.041Z] setToolWin: 16:54:33 [2023-03-05T21:54:33.041Z] 16:54:33 [2023-03-05T21:54:33.041Z] setToolUnix: 16:54:33 [2023-03-05T21:54:33.041Z] 16:54:33 [2023-03-05T21:54:33.041Z] setToolProperty: 16:54:33 [2023-03-05T21:54:33.041Z] 16:54:33 [2023-03-05T21:54:33.042Z] setS1ASclassPath: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] init-common: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] clean-common: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setOSConditions: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setToolWin: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setToolUnix: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setToolProperty: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setS1ASclassPath: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] init-common: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] clean-classes-common: 16:54:33 [2023-03-05T21:54:33.042Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setOSConditions: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setToolWin: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setToolUnix: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setToolProperty: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setS1ASclassPath: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] init-common: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] clean-jars-common: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] compile: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setOSConditions: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setToolWin: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setToolUnix: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setToolProperty: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setS1ASclassPath: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] init-common: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] compile-common: 16:54:33 [2023-03-05T21:54:33.042Z] [echo] Current time (ISO): 2023-03-05T21:54:32.866+0000 16:54:33 [2023-03-05T21:54:33.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:54:33 [2023-03-05T21:54:33.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigBuffer/servlet 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] build: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setOSConditions: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setToolWin: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setToolUnix: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setToolProperty: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setS1ASclassPath: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] init-common: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] webclient-war-common: 16:54:33 [2023-03-05T21:54:33.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] clear: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] test-tlds-exist: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] copy-tlds: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] test-tagfiles-exist: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] copy-tagfiles: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] package-war-common: 16:54:33 [2023-03-05T21:54:33.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:54:33 [2023-03-05T21:54:33.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:33 [2023-03-05T21:54:33.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:54:33 [2023-03-05T21:54:33.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:54:33 [2023-03-05T21:54:33.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigBuffer/lib 16:54:33 [2023-03-05T21:54:33.042Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:33 [2023-03-05T21:54:33.042Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-buffer-web.war 16:54:33 [2023-03-05T21:54:33.042Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:33 [2023-03-05T21:54:33.042Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigBuffer/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:54:33 [2023-03-05T21:54:33.042Z] [javac] Compiling 1 source file 16:54:33 [2023-03-05T21:54:33.042Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigBuffer/WebTest.java uses or overrides a deprecated API. 16:54:33 [2023-03-05T21:54:33.042Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] deploy: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] deploy-war-common: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setOSConditions: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setToolWin: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setToolUnix: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setToolProperty: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] setS1ASclassPath: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] init-common: 16:54:33 [2023-03-05T21:54:33.042Z] 16:54:33 [2023-03-05T21:54:33.042Z] deploy-war-commonpe: 16:54:33 [2023-03-05T21:54:33.316Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-config-buffer --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-buffer-web.war 16:54:33 [2023-03-05T21:54:33.926Z] [exec] Application deployed with name web-jsp-config-buffer-web. 16:54:33 [2023-03-05T21:54:33.926Z] 16:54:33 [2023-03-05T21:54:33.926Z] deploy-war-commonee: 16:54:33 [2023-03-05T21:54:33.926Z] 16:54:33 [2023-03-05T21:54:33.926Z] run: 16:54:34 [2023-03-05T21:54:34.182Z] [java] Connecting to: http://localhost:45711/web-jsp-config-buffer/jsp/test.jsp 16:54:34 [2023-03-05T21:54:34.182Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:54:34 [2023-03-05T21:54:34.182Z] [java] 16:54:34 [2023-03-05T21:54:34.182Z] [java] 16:54:34 [2023-03-05T21:54:34.182Z] [java] ----------------------------------------- 16:54:34 [2023-03-05T21:54:34.182Z] [java] - jsp-config-buffer: PASS - 16:54:34 [2023-03-05T21:54:34.182Z] [java] ----------------------------------------- 16:54:34 [2023-03-05T21:54:34.182Z] [java] - Total PASS : 1 - 16:54:34 [2023-03-05T21:54:34.182Z] [java] - Total FAIL : 0 - 16:54:34 [2023-03-05T21:54:34.182Z] [java] - Total DID NOT RUN : 0 - 16:54:34 [2023-03-05T21:54:34.182Z] [java] ----------------------------------------- 16:54:34 [2023-03-05T21:54:34.182Z] 16:54:34 [2023-03-05T21:54:34.182Z] undeploy: 16:54:34 [2023-03-05T21:54:34.182Z] 16:54:34 [2023-03-05T21:54:34.182Z] setOSConditions: 16:54:34 [2023-03-05T21:54:34.182Z] 16:54:34 [2023-03-05T21:54:34.182Z] setToolWin: 16:54:34 [2023-03-05T21:54:34.182Z] 16:54:34 [2023-03-05T21:54:34.182Z] setToolUnix: 16:54:34 [2023-03-05T21:54:34.182Z] 16:54:34 [2023-03-05T21:54:34.182Z] setToolProperty: 16:54:34 [2023-03-05T21:54:34.182Z] 16:54:34 [2023-03-05T21:54:34.182Z] setS1ASclassPath: 16:54:34 [2023-03-05T21:54:34.182Z] 16:54:34 [2023-03-05T21:54:34.182Z] init-common: 16:54:34 [2023-03-05T21:54:34.182Z] 16:54:34 [2023-03-05T21:54:34.182Z] undeploy-war-common: 16:54:34 [2023-03-05T21:54:34.439Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-config-buffer-web 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] all: 16:54:34 [2023-03-05T21:54:34.439Z] [echo] 16:54:34 [2023-03-05T21:54:34.439Z] [echo] ************************* 16:54:34 [2023-03-05T21:54:34.439Z] [echo] * Running jspConfigDefaultContentType 16:54:34 [2023-03-05T21:54:34.439Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigDefaultContentType 16:54:34 [2023-03-05T21:54:34.439Z] [echo] ************************* 16:54:34 [2023-03-05T21:54:34.439Z] [echo] 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setOSConditions: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolWin: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolUnix: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolProperty: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setS1ASclassPath: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] init-common: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] clean: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setOSConditions: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolWin: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolUnix: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolProperty: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setS1ASclassPath: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] init-common: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] clean-common: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setOSConditions: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolWin: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolUnix: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolProperty: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setS1ASclassPath: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] init-common: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] clean-classes-common: 16:54:34 [2023-03-05T21:54:34.439Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setOSConditions: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolWin: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolUnix: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolProperty: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setS1ASclassPath: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] init-common: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] clean-jars-common: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] compile: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setOSConditions: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolWin: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolUnix: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolProperty: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setS1ASclassPath: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] init-common: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] compile-common: 16:54:34 [2023-03-05T21:54:34.439Z] [echo] Current time (ISO): 2023-03-05T21:54:34.340+0000 16:54:34 [2023-03-05T21:54:34.439Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:54:34 [2023-03-05T21:54:34.439Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigDefaultContentType/servlet 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] build: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setOSConditions: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolWin: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolUnix: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolProperty: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setS1ASclassPath: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] init-common: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] webclient-war-common: 16:54:34 [2023-03-05T21:54:34.439Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] clear: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] test-tlds-exist: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] copy-tlds: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] test-tagfiles-exist: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] copy-tagfiles: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] package-war-common: 16:54:34 [2023-03-05T21:54:34.439Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:54:34 [2023-03-05T21:54:34.439Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:34 [2023-03-05T21:54:34.439Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:54:34 [2023-03-05T21:54:34.439Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:54:34 [2023-03-05T21:54:34.439Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigDefaultContentType/lib 16:54:34 [2023-03-05T21:54:34.439Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:34 [2023-03-05T21:54:34.439Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-default-content-type-web.war 16:54:34 [2023-03-05T21:54:34.439Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:34 [2023-03-05T21:54:34.439Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigDefaultContentType/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:54:34 [2023-03-05T21:54:34.439Z] [javac] Compiling 1 source file 16:54:34 [2023-03-05T21:54:34.439Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigDefaultContentType/WebTest.java uses or overrides a deprecated API. 16:54:34 [2023-03-05T21:54:34.439Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] deploy: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] deploy-war-common: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setOSConditions: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolWin: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolUnix: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setToolProperty: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] setS1ASclassPath: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] init-common: 16:54:34 [2023-03-05T21:54:34.439Z] 16:54:34 [2023-03-05T21:54:34.439Z] deploy-war-commonpe: 16:54:35 [2023-03-05T21:54:35.025Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-config-default-content-type --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-default-content-type-web.war 16:54:35 [2023-03-05T21:54:35.281Z] [exec] Application deployed with name web-jsp-config-default-content-type-web. 16:54:35 [2023-03-05T21:54:35.281Z] 16:54:35 [2023-03-05T21:54:35.281Z] deploy-war-commonee: 16:54:35 [2023-03-05T21:54:35.281Z] 16:54:35 [2023-03-05T21:54:35.281Z] run: 16:54:35 [2023-03-05T21:54:35.537Z] [java] Connecting to: http://localhost:45711/web-jsp-config-default-content-type/jsp/test.jsp 16:54:35 [2023-03-05T21:54:35.537Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:54:35 [2023-03-05T21:54:35.537Z] [java] 16:54:35 [2023-03-05T21:54:35.537Z] [java] 16:54:35 [2023-03-05T21:54:35.537Z] [java] ----------------------------------------- 16:54:35 [2023-03-05T21:54:35.537Z] [java] - jsp-config-default-content-type: PASS - 16:54:35 [2023-03-05T21:54:35.537Z] [java] ----------------------------------------- 16:54:35 [2023-03-05T21:54:35.537Z] [java] - Total PASS : 1 - 16:54:35 [2023-03-05T21:54:35.537Z] [java] - Total FAIL : 0 - 16:54:35 [2023-03-05T21:54:35.537Z] [java] - Total DID NOT RUN : 0 - 16:54:35 [2023-03-05T21:54:35.537Z] [java] ----------------------------------------- 16:54:35 [2023-03-05T21:54:35.537Z] 16:54:35 [2023-03-05T21:54:35.537Z] undeploy: 16:54:35 [2023-03-05T21:54:35.537Z] 16:54:35 [2023-03-05T21:54:35.537Z] setOSConditions: 16:54:35 [2023-03-05T21:54:35.537Z] 16:54:35 [2023-03-05T21:54:35.537Z] setToolWin: 16:54:35 [2023-03-05T21:54:35.537Z] 16:54:35 [2023-03-05T21:54:35.537Z] setToolUnix: 16:54:35 [2023-03-05T21:54:35.537Z] 16:54:35 [2023-03-05T21:54:35.537Z] setToolProperty: 16:54:35 [2023-03-05T21:54:35.537Z] 16:54:35 [2023-03-05T21:54:35.537Z] setS1ASclassPath: 16:54:35 [2023-03-05T21:54:35.537Z] 16:54:35 [2023-03-05T21:54:35.537Z] init-common: 16:54:35 [2023-03-05T21:54:35.537Z] 16:54:35 [2023-03-05T21:54:35.537Z] undeploy-war-common: 16:54:35 [2023-03-05T21:54:35.793Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-config-default-content-type-web 16:54:35 [2023-03-05T21:54:35.793Z] 16:54:35 [2023-03-05T21:54:35.793Z] all: 16:54:35 [2023-03-05T21:54:35.793Z] [echo] 16:54:35 [2023-03-05T21:54:35.793Z] [echo] ************************* 16:54:35 [2023-03-05T21:54:35.793Z] [echo] * Running jspConfigGetServletPath 16:54:35 [2023-03-05T21:54:35.793Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigGetServletPath 16:54:35 [2023-03-05T21:54:35.793Z] [echo] ************************* 16:54:35 [2023-03-05T21:54:35.793Z] [echo] 16:54:35 [2023-03-05T21:54:35.793Z] 16:54:35 [2023-03-05T21:54:35.793Z] setOSConditions: 16:54:35 [2023-03-05T21:54:35.793Z] 16:54:35 [2023-03-05T21:54:35.793Z] setToolWin: 16:54:35 [2023-03-05T21:54:35.793Z] 16:54:35 [2023-03-05T21:54:35.793Z] setToolUnix: 16:54:35 [2023-03-05T21:54:35.793Z] 16:54:35 [2023-03-05T21:54:35.793Z] setToolProperty: 16:54:35 [2023-03-05T21:54:35.793Z] 16:54:35 [2023-03-05T21:54:35.793Z] setS1ASclassPath: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] init-common: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] clean: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setOSConditions: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolWin: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolUnix: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolProperty: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setS1ASclassPath: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] init-common: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] clean-common: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setOSConditions: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolWin: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolUnix: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolProperty: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setS1ASclassPath: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] init-common: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] clean-classes-common: 16:54:35 [2023-03-05T21:54:35.794Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setOSConditions: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolWin: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolUnix: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolProperty: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setS1ASclassPath: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] init-common: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] clean-jars-common: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] compile: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setOSConditions: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolWin: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolUnix: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolProperty: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setS1ASclassPath: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] init-common: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] compile-common: 16:54:35 [2023-03-05T21:54:35.794Z] [echo] Current time (ISO): 2023-03-05T21:54:35.737+0000 16:54:35 [2023-03-05T21:54:35.794Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:54:35 [2023-03-05T21:54:35.794Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigGetServletPath/servlet 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] build: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setOSConditions: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolWin: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolUnix: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolProperty: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setS1ASclassPath: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] init-common: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] webclient-war-common: 16:54:35 [2023-03-05T21:54:35.794Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] clear: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] test-tlds-exist: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] copy-tlds: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] test-tagfiles-exist: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] copy-tagfiles: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] package-war-common: 16:54:35 [2023-03-05T21:54:35.794Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:54:35 [2023-03-05T21:54:35.794Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:35 [2023-03-05T21:54:35.794Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:54:35 [2023-03-05T21:54:35.794Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:54:35 [2023-03-05T21:54:35.794Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigGetServletPath/lib 16:54:35 [2023-03-05T21:54:35.794Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:35 [2023-03-05T21:54:35.794Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-get-servlet-web.war 16:54:35 [2023-03-05T21:54:35.794Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:35 [2023-03-05T21:54:35.794Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigGetServletPath/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:54:35 [2023-03-05T21:54:35.794Z] [javac] Compiling 1 source file 16:54:35 [2023-03-05T21:54:35.794Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigGetServletPath/WebTest.java uses or overrides a deprecated API. 16:54:35 [2023-03-05T21:54:35.794Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] deploy: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] deploy-war-common: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setOSConditions: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolWin: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolUnix: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setToolProperty: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] setS1ASclassPath: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] init-common: 16:54:35 [2023-03-05T21:54:35.794Z] 16:54:35 [2023-03-05T21:54:35.794Z] deploy-war-commonpe: 16:54:36 [2023-03-05T21:54:36.356Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-config-get-servlet --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-get-servlet-web.war 16:54:36 [2023-03-05T21:54:36.612Z] [exec] Application deployed with name web-jsp-config-get-servlet-web. 16:54:36 [2023-03-05T21:54:36.612Z] 16:54:36 [2023-03-05T21:54:36.612Z] deploy-war-commonee: 16:54:36 [2023-03-05T21:54:36.612Z] 16:54:36 [2023-03-05T21:54:36.612Z] run: 16:54:36 [2023-03-05T21:54:36.868Z] [java] Connecting to: http://localhost:45711/web-jsp-config-get-servlet/subdir/test.txt 16:54:36 [2023-03-05T21:54:36.868Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:54:36 [2023-03-05T21:54:36.868Z] [java] 16:54:36 [2023-03-05T21:54:36.868Z] [java] 16:54:36 [2023-03-05T21:54:36.868Z] [java] ----------------------------------------- 16:54:36 [2023-03-05T21:54:36.868Z] [java] - jsp-config-get-servlet-path: PASS - 16:54:36 [2023-03-05T21:54:36.868Z] [java] ----------------------------------------- 16:54:36 [2023-03-05T21:54:36.868Z] [java] - Total PASS : 1 - 16:54:36 [2023-03-05T21:54:36.868Z] [java] - Total FAIL : 0 - 16:54:36 [2023-03-05T21:54:36.868Z] [java] - Total DID NOT RUN : 0 - 16:54:36 [2023-03-05T21:54:36.868Z] [java] ----------------------------------------- 16:54:36 [2023-03-05T21:54:36.868Z] 16:54:36 [2023-03-05T21:54:36.868Z] undeploy: 16:54:36 [2023-03-05T21:54:36.868Z] 16:54:36 [2023-03-05T21:54:36.868Z] setOSConditions: 16:54:36 [2023-03-05T21:54:36.868Z] 16:54:36 [2023-03-05T21:54:36.868Z] setToolWin: 16:54:36 [2023-03-05T21:54:36.868Z] 16:54:36 [2023-03-05T21:54:36.868Z] setToolUnix: 16:54:36 [2023-03-05T21:54:36.868Z] 16:54:36 [2023-03-05T21:54:36.868Z] setToolProperty: 16:54:36 [2023-03-05T21:54:36.868Z] 16:54:36 [2023-03-05T21:54:36.868Z] setS1ASclassPath: 16:54:36 [2023-03-05T21:54:36.868Z] 16:54:36 [2023-03-05T21:54:36.868Z] init-common: 16:54:36 [2023-03-05T21:54:36.868Z] 16:54:36 [2023-03-05T21:54:36.868Z] undeploy-war-common: 16:54:37 [2023-03-05T21:54:37.125Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-config-get-servlet-web 16:54:37 [2023-03-05T21:54:37.125Z] 16:54:37 [2023-03-05T21:54:37.125Z] all: 16:54:37 [2023-03-05T21:54:37.126Z] [echo] 16:54:37 [2023-03-05T21:54:37.126Z] [echo] ************************* 16:54:37 [2023-03-05T21:54:37.126Z] [echo] * Running jspConfigIncludeChain 16:54:37 [2023-03-05T21:54:37.126Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigIncludeChain 16:54:37 [2023-03-05T21:54:37.126Z] [echo] ************************* 16:54:37 [2023-03-05T21:54:37.126Z] [echo] 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setOSConditions: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolWin: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolUnix: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolProperty: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setS1ASclassPath: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] init-common: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] clean: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setOSConditions: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolWin: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolUnix: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolProperty: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setS1ASclassPath: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] init-common: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] clean-common: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setOSConditions: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolWin: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolUnix: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolProperty: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setS1ASclassPath: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] init-common: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] clean-classes-common: 16:54:37 [2023-03-05T21:54:37.126Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setOSConditions: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolWin: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolUnix: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolProperty: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setS1ASclassPath: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] init-common: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] clean-jars-common: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] compile: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setOSConditions: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolWin: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolUnix: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolProperty: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setS1ASclassPath: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] init-common: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] compile-common: 16:54:37 [2023-03-05T21:54:37.126Z] [echo] Current time (ISO): 2023-03-05T21:54:37.101+0000 16:54:37 [2023-03-05T21:54:37.126Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:54:37 [2023-03-05T21:54:37.126Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigIncludeChain/servlet 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] build: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setOSConditions: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolWin: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolUnix: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setToolProperty: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] setS1ASclassPath: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] init-common: 16:54:37 [2023-03-05T21:54:37.126Z] 16:54:37 [2023-03-05T21:54:37.126Z] webclient-war-common: 16:54:37 [2023-03-05T21:54:37.126Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:54:37 [2023-03-05T21:54:37.382Z] 16:54:37 [2023-03-05T21:54:37.382Z] clear: 16:54:37 [2023-03-05T21:54:37.382Z] 16:54:37 [2023-03-05T21:54:37.382Z] test-tlds-exist: 16:54:37 [2023-03-05T21:54:37.382Z] 16:54:37 [2023-03-05T21:54:37.382Z] copy-tlds: 16:54:37 [2023-03-05T21:54:37.382Z] 16:54:37 [2023-03-05T21:54:37.382Z] test-tagfiles-exist: 16:54:37 [2023-03-05T21:54:37.382Z] 16:54:37 [2023-03-05T21:54:37.382Z] copy-tagfiles: 16:54:37 [2023-03-05T21:54:37.382Z] 16:54:37 [2023-03-05T21:54:37.382Z] package-war-common: 16:54:37 [2023-03-05T21:54:37.382Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:54:37 [2023-03-05T21:54:37.382Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:37 [2023-03-05T21:54:37.382Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:54:37 [2023-03-05T21:54:37.382Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:54:37 [2023-03-05T21:54:37.382Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigIncludeChain/lib 16:54:37 [2023-03-05T21:54:37.382Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:37 [2023-03-05T21:54:37.382Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-include-chain-web.war 16:54:37 [2023-03-05T21:54:37.382Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:37 [2023-03-05T21:54:37.382Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigIncludeChain/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:54:37 [2023-03-05T21:54:37.382Z] [javac] Compiling 1 source file 16:54:37 [2023-03-05T21:54:37.382Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigIncludeChain/WebTest.java uses or overrides a deprecated API. 16:54:37 [2023-03-05T21:54:37.382Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:54:37 [2023-03-05T21:54:37.382Z] 16:54:37 [2023-03-05T21:54:37.382Z] deploy: 16:54:37 [2023-03-05T21:54:37.382Z] 16:54:37 [2023-03-05T21:54:37.382Z] deploy-war-common: 16:54:37 [2023-03-05T21:54:37.382Z] 16:54:37 [2023-03-05T21:54:37.382Z] setOSConditions: 16:54:37 [2023-03-05T21:54:37.382Z] 16:54:37 [2023-03-05T21:54:37.382Z] setToolWin: 16:54:37 [2023-03-05T21:54:37.382Z] 16:54:37 [2023-03-05T21:54:37.382Z] setToolUnix: 16:54:37 [2023-03-05T21:54:37.383Z] 16:54:37 [2023-03-05T21:54:37.383Z] setToolProperty: 16:54:37 [2023-03-05T21:54:37.383Z] 16:54:37 [2023-03-05T21:54:37.383Z] setS1ASclassPath: 16:54:37 [2023-03-05T21:54:37.383Z] 16:54:37 [2023-03-05T21:54:37.383Z] init-common: 16:54:37 [2023-03-05T21:54:37.383Z] 16:54:37 [2023-03-05T21:54:37.383Z] deploy-war-commonpe: 16:54:37 [2023-03-05T21:54:37.672Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-config-include-chain --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-include-chain-web.war 16:54:37 [2023-03-05T21:54:37.672Z] [exec] Application deployed with name web-jsp-config-include-chain-web. 16:54:37 [2023-03-05T21:54:37.672Z] 16:54:37 [2023-03-05T21:54:37.672Z] deploy-war-commonee: 16:54:37 [2023-03-05T21:54:37.672Z] 16:54:37 [2023-03-05T21:54:37.672Z] run: 16:54:37 [2023-03-05T21:54:37.928Z] [java] Connecting to: http://localhost:45711/web-jsp-config-include-chain/subdir/including.txt 16:54:38 [2023-03-05T21:54:38.219Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:54:38 [2023-03-05T21:54:38.219Z] [java] 16:54:38 [2023-03-05T21:54:38.219Z] [java] 16:54:38 [2023-03-05T21:54:38.219Z] [java] ----------------------------------------- 16:54:38 [2023-03-05T21:54:38.219Z] [java] - jsp-config-include-chain: PASS - 16:54:38 [2023-03-05T21:54:38.219Z] [java] ----------------------------------------- 16:54:38 [2023-03-05T21:54:38.219Z] [java] - Total PASS : 1 - 16:54:38 [2023-03-05T21:54:38.219Z] [java] - Total FAIL : 0 - 16:54:38 [2023-03-05T21:54:38.219Z] [java] - Total DID NOT RUN : 0 - 16:54:38 [2023-03-05T21:54:38.219Z] [java] ----------------------------------------- 16:54:38 [2023-03-05T21:54:38.219Z] 16:54:38 [2023-03-05T21:54:38.219Z] undeploy: 16:54:38 [2023-03-05T21:54:38.219Z] 16:54:38 [2023-03-05T21:54:38.219Z] setOSConditions: 16:54:38 [2023-03-05T21:54:38.219Z] 16:54:38 [2023-03-05T21:54:38.219Z] setToolWin: 16:54:38 [2023-03-05T21:54:38.219Z] 16:54:38 [2023-03-05T21:54:38.219Z] setToolUnix: 16:54:38 [2023-03-05T21:54:38.219Z] 16:54:38 [2023-03-05T21:54:38.219Z] setToolProperty: 16:54:38 [2023-03-05T21:54:38.219Z] 16:54:38 [2023-03-05T21:54:38.219Z] setS1ASclassPath: 16:54:38 [2023-03-05T21:54:38.219Z] 16:54:38 [2023-03-05T21:54:38.219Z] init-common: 16:54:38 [2023-03-05T21:54:38.219Z] 16:54:38 [2023-03-05T21:54:38.219Z] undeploy-war-common: 16:54:38 [2023-03-05T21:54:38.476Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-config-include-chain-web 16:54:38 [2023-03-05T21:54:38.476Z] 16:54:38 [2023-03-05T21:54:38.476Z] all: 16:54:38 [2023-03-05T21:54:38.476Z] [echo] 16:54:38 [2023-03-05T21:54:38.476Z] [echo] ************************* 16:54:38 [2023-03-05T21:54:38.476Z] [echo] * Running jspConfigJavacSource 16:54:38 [2023-03-05T21:54:38.476Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigJavacSource 16:54:38 [2023-03-05T21:54:38.476Z] [echo] ************************* 16:54:38 [2023-03-05T21:54:38.476Z] [echo] 16:54:38 [2023-03-05T21:54:38.476Z] 16:54:38 [2023-03-05T21:54:38.476Z] setOSConditions: 16:54:38 [2023-03-05T21:54:38.476Z] 16:54:38 [2023-03-05T21:54:38.476Z] setToolWin: 16:54:38 [2023-03-05T21:54:38.476Z] 16:54:38 [2023-03-05T21:54:38.476Z] setToolUnix: 16:54:38 [2023-03-05T21:54:38.476Z] 16:54:38 [2023-03-05T21:54:38.476Z] setToolProperty: 16:54:38 [2023-03-05T21:54:38.476Z] 16:54:38 [2023-03-05T21:54:38.476Z] setS1ASclassPath: 16:54:38 [2023-03-05T21:54:38.476Z] 16:54:38 [2023-03-05T21:54:38.476Z] init-common: 16:54:38 [2023-03-05T21:54:38.476Z] 16:54:38 [2023-03-05T21:54:38.476Z] clean: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setOSConditions: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setToolWin: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setToolUnix: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setToolProperty: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setS1ASclassPath: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] init-common: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] clean-common: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setOSConditions: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setToolWin: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setToolUnix: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setToolProperty: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setS1ASclassPath: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] init-common: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] clean-classes-common: 16:54:38 [2023-03-05T21:54:38.732Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setOSConditions: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setToolWin: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setToolUnix: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setToolProperty: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setS1ASclassPath: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] init-common: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] clean-jars-common: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] compile: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setOSConditions: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setToolWin: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setToolUnix: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setToolProperty: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] setS1ASclassPath: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] init-common: 16:54:38 [2023-03-05T21:54:38.732Z] 16:54:38 [2023-03-05T21:54:38.732Z] compile-common: 16:54:38 [2023-03-05T21:54:38.732Z] [echo] Current time (ISO): 2023-03-05T21:54:38.521+0000 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigJavacSource/servlet 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] build: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setOSConditions: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolWin: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolUnix: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolProperty: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setS1ASclassPath: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] init-common: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] webclient-war-common: 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] clear: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] test-tlds-exist: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] copy-tlds: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] test-tagfiles-exist: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] copy-tagfiles: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] package-war-common: 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigJavacSource/lib 16:54:38 [2023-03-05T21:54:38.733Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:38 [2023-03-05T21:54:38.733Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:38 [2023-03-05T21:54:38.733Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-javac-source-web.war 16:54:38 [2023-03-05T21:54:38.733Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:38 [2023-03-05T21:54:38.733Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigJavacSource/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:54:38 [2023-03-05T21:54:38.733Z] [javac] Compiling 1 source file 16:54:38 [2023-03-05T21:54:38.733Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigJavacSource/WebTest.java uses or overrides a deprecated API. 16:54:38 [2023-03-05T21:54:38.733Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] publish-war-common: 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/wars 16:54:38 [2023-03-05T21:54:38.733Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/wars 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] build-publish-war: 16:54:38 [2023-03-05T21:54:38.733Z] [echo] 16:54:38 [2023-03-05T21:54:38.733Z] [echo] ************************* 16:54:38 [2023-03-05T21:54:38.733Z] [echo] * Running jspConfigJspFile 16:54:38 [2023-03-05T21:54:38.733Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigJspFile 16:54:38 [2023-03-05T21:54:38.733Z] [echo] ************************* 16:54:38 [2023-03-05T21:54:38.733Z] [echo] 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setOSConditions: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolWin: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolUnix: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolProperty: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setS1ASclassPath: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] init-common: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] clean: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setOSConditions: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolWin: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolUnix: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolProperty: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setS1ASclassPath: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] init-common: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] clean-common: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setOSConditions: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolWin: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolUnix: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolProperty: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setS1ASclassPath: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] init-common: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] clean-classes-common: 16:54:38 [2023-03-05T21:54:38.733Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setOSConditions: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolWin: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolUnix: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolProperty: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setS1ASclassPath: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] init-common: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] clean-jars-common: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] compile: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setOSConditions: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolWin: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolUnix: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolProperty: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setS1ASclassPath: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] init-common: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] compile-common: 16:54:38 [2023-03-05T21:54:38.733Z] [echo] Current time (ISO): 2023-03-05T21:54:38.619+0000 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigJspFile/servlet 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] build: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setOSConditions: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolWin: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolUnix: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolProperty: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setS1ASclassPath: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] init-common: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] webclient-war-common: 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] clear: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] test-tlds-exist: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] copy-tlds: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] test-tagfiles-exist: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] copy-tagfiles: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] package-war-common: 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:54:38 [2023-03-05T21:54:38.733Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigJspFile/lib 16:54:38 [2023-03-05T21:54:38.733Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:38 [2023-03-05T21:54:38.733Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:38 [2023-03-05T21:54:38.733Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-jsp-file-web.war 16:54:38 [2023-03-05T21:54:38.733Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:38 [2023-03-05T21:54:38.733Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigJspFile/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:54:38 [2023-03-05T21:54:38.733Z] [javac] Compiling 1 source file 16:54:38 [2023-03-05T21:54:38.733Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigJspFile/WebTest.java uses or overrides a deprecated API. 16:54:38 [2023-03-05T21:54:38.733Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] deploy: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] deploy-war-common: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setOSConditions: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolWin: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolUnix: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setToolProperty: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] setS1ASclassPath: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] init-common: 16:54:38 [2023-03-05T21:54:38.733Z] 16:54:38 [2023-03-05T21:54:38.733Z] deploy-war-commonpe: 16:54:38 [2023-03-05T21:54:38.989Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-config-jsp-file --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-jsp-file-web.war 16:54:39 [2023-03-05T21:54:39.577Z] [exec] Application deployed with name web-jsp-config-jsp-file-web. 16:54:39 [2023-03-05T21:54:39.577Z] 16:54:39 [2023-03-05T21:54:39.577Z] deploy-war-commonee: 16:54:39 [2023-03-05T21:54:39.577Z] 16:54:39 [2023-03-05T21:54:39.577Z] run: 16:54:39 [2023-03-05T21:54:39.577Z] [java] Connecting to: http://localhost:45711/web-jsp-config-jsp-file/TestServlet 16:54:39 [2023-03-05T21:54:39.577Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:54:39 [2023-03-05T21:54:39.577Z] [java] 16:54:39 [2023-03-05T21:54:39.577Z] [java] 16:54:39 [2023-03-05T21:54:39.577Z] [java] ----------------------------------------- 16:54:39 [2023-03-05T21:54:39.577Z] [java] - jsp-config-jsp-file: PASS - 16:54:39 [2023-03-05T21:54:39.577Z] [java] ----------------------------------------- 16:54:39 [2023-03-05T21:54:39.577Z] [java] - Total PASS : 1 - 16:54:39 [2023-03-05T21:54:39.577Z] [java] - Total FAIL : 0 - 16:54:39 [2023-03-05T21:54:39.577Z] [java] - Total DID NOT RUN : 0 - 16:54:39 [2023-03-05T21:54:39.577Z] [java] ----------------------------------------- 16:54:39 [2023-03-05T21:54:39.577Z] 16:54:39 [2023-03-05T21:54:39.577Z] undeploy: 16:54:39 [2023-03-05T21:54:39.577Z] 16:54:39 [2023-03-05T21:54:39.577Z] setOSConditions: 16:54:39 [2023-03-05T21:54:39.577Z] 16:54:39 [2023-03-05T21:54:39.577Z] setToolWin: 16:54:39 [2023-03-05T21:54:39.577Z] 16:54:39 [2023-03-05T21:54:39.577Z] setToolUnix: 16:54:39 [2023-03-05T21:54:39.577Z] 16:54:39 [2023-03-05T21:54:39.577Z] setToolProperty: 16:54:39 [2023-03-05T21:54:39.577Z] 16:54:39 [2023-03-05T21:54:39.577Z] setS1ASclassPath: 16:54:39 [2023-03-05T21:54:39.577Z] 16:54:39 [2023-03-05T21:54:39.577Z] init-common: 16:54:39 [2023-03-05T21:54:39.577Z] 16:54:39 [2023-03-05T21:54:39.577Z] undeploy-war-common: 16:54:39 [2023-03-05T21:54:39.833Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-config-jsp-file-web 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] all: 16:54:40 [2023-03-05T21:54:40.089Z] [echo] 16:54:40 [2023-03-05T21:54:40.089Z] [echo] ************************* 16:54:40 [2023-03-05T21:54:40.089Z] [echo] * Running jspConfigModificationTestInterval 16:54:40 [2023-03-05T21:54:40.089Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigModificationTestInterval 16:54:40 [2023-03-05T21:54:40.089Z] [echo] ************************* 16:54:40 [2023-03-05T21:54:40.089Z] [echo] 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setOSConditions: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setToolWin: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setToolUnix: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setToolProperty: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setS1ASclassPath: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] init-common: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] clean: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setOSConditions: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setToolWin: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setToolUnix: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setToolProperty: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setS1ASclassPath: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] init-common: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] clean-common: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setOSConditions: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setToolWin: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setToolUnix: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setToolProperty: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setS1ASclassPath: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] init-common: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] clean-classes-common: 16:54:40 [2023-03-05T21:54:40.089Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setOSConditions: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setToolWin: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setToolUnix: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setToolProperty: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setS1ASclassPath: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] init-common: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] clean-jars-common: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] compile: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setOSConditions: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setToolWin: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setToolUnix: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setToolProperty: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] setS1ASclassPath: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] init-common: 16:54:40 [2023-03-05T21:54:40.089Z] 16:54:40 [2023-03-05T21:54:40.089Z] compile-common: 16:54:40 [2023-03-05T21:54:40.089Z] [echo] Current time (ISO): 2023-03-05T21:54:39.880+0000 16:54:40 [2023-03-05T21:54:40.089Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:54:40 [2023-03-05T21:54:40.089Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:54:41 [2023-03-05T21:54:41.020Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:54:41 [2023-03-05T21:54:41.277Z] [javac] 1 warning 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] build: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] setOSConditions: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] setToolWin: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] setToolUnix: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] setToolProperty: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] setS1ASclassPath: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] init-common: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] webclient-war-common: 16:54:41 [2023-03-05T21:54:41.277Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] clear: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] test-tlds-exist: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] copy-tlds: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] test-tagfiles-exist: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] copy-tagfiles: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] package-war-common: 16:54:41 [2023-03-05T21:54:41.277Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:54:41 [2023-03-05T21:54:41.277Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:41 [2023-03-05T21:54:41.277Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:54:41 [2023-03-05T21:54:41.277Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:54:41 [2023-03-05T21:54:41.277Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigModificationTestInterval/lib 16:54:41 [2023-03-05T21:54:41.277Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:41 [2023-03-05T21:54:41.277Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:41 [2023-03-05T21:54:41.277Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:54:41 [2023-03-05T21:54:41.277Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-modification-test-interval-web.war 16:54:41 [2023-03-05T21:54:41.277Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:54:41 [2023-03-05T21:54:41.277Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigModificationTestInterval/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:54:41 [2023-03-05T21:54:41.277Z] [javac] Compiling 1 source file 16:54:41 [2023-03-05T21:54:41.277Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigModificationTestInterval/WebTest.java:127: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 16:54:41 [2023-03-05T21:54:41.277Z] [javac] sock = new Socket(host, new Integer(port).intValue()); 16:54:41 [2023-03-05T21:54:41.277Z] [javac] ^ 16:54:41 [2023-03-05T21:54:41.277Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigModificationTestInterval/WebTest.java uses or overrides a deprecated API. 16:54:41 [2023-03-05T21:54:41.277Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:54:41 [2023-03-05T21:54:41.277Z] [javac] 1 warning 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] deploy: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] deploy-war-common: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] setOSConditions: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] setToolWin: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] setToolUnix: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] setToolProperty: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] setS1ASclassPath: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] init-common: 16:54:41 [2023-03-05T21:54:41.277Z] 16:54:41 [2023-03-05T21:54:41.277Z] deploy-war-commonpe: 16:54:41 [2023-03-05T21:54:41.533Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-config-modification-test-interval --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-modification-test-interval-web.war 16:54:41 [2023-03-05T21:54:41.789Z] [exec] Application deployed with name web-jsp-config-modification-test-interval-web. 16:54:41 [2023-03-05T21:54:41.789Z] 16:54:41 [2023-03-05T21:54:41.789Z] deploy-war-commonee: 16:54:41 [2023-03-05T21:54:41.789Z] 16:54:41 [2023-03-05T21:54:41.789Z] run: 16:54:41 [2023-03-05T21:54:41.789Z] [java] GET /web-jsp-config-modification-test-interval/jsp/test.jsp HTTP/1.0 16:54:41 [2023-03-05T21:54:41.789Z] [java] 16:54:42 [2023-03-05T21:54:42.046Z] [java] Updating JSP ... 16:54:42 [2023-03-05T21:54:42.046Z] [java] GET /web-jsp-config-modification-test-interval/UpdateJsp HTTP/1.0 16:54:42 [2023-03-05T21:54:42.046Z] [java] 16:54:42 [2023-03-05T21:54:42.046Z] [java] Done 16:54:42 [2023-03-05T21:54:42.046Z] [java] GET /web-jsp-config-modification-test-interval/jsp/test.jsp HTTP/1.0 16:54:42 [2023-03-05T21:54:42.046Z] [java] 16:54:42 [2023-03-05T21:54:42.046Z] [java] Sleeping for 60s ... 16:55:49 [2023-03-05T21:55:49.690Z] [java] GET /web-jsp-config-modification-test-interval/jsp/test.jsp HTTP/1.0 16:55:49 [2023-03-05T21:55:49.690Z] [java] 16:55:49 [2023-03-05T21:55:49.690Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:55:49 [2023-03-05T21:55:49.690Z] [java] 16:55:49 [2023-03-05T21:55:49.690Z] [java] 16:55:49 [2023-03-05T21:55:49.690Z] [java] ----------------------------------------- 16:55:49 [2023-03-05T21:55:49.690Z] [java] - jsp-config-modification-test-interval: PASS - 16:55:49 [2023-03-05T21:55:49.690Z] [java] ----------------------------------------- 16:55:49 [2023-03-05T21:55:49.690Z] [java] - Total PASS : 1 - 16:55:49 [2023-03-05T21:55:49.690Z] [java] - Total FAIL : 0 - 16:55:49 [2023-03-05T21:55:49.690Z] [java] - Total DID NOT RUN : 0 - 16:55:49 [2023-03-05T21:55:49.690Z] [java] ----------------------------------------- 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] undeploy: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] init-common: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] undeploy-war-common: 16:55:49 [2023-03-05T21:55:49.690Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-config-modification-test-interval-web 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] all: 16:55:49 [2023-03-05T21:55:49.690Z] [echo] 16:55:49 [2023-03-05T21:55:49.690Z] [echo] ************************* 16:55:49 [2023-03-05T21:55:49.690Z] [echo] * Running jspConfigUndeclaredNS 16:55:49 [2023-03-05T21:55:49.690Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUndeclaredNS 16:55:49 [2023-03-05T21:55:49.690Z] [echo] ************************* 16:55:49 [2023-03-05T21:55:49.690Z] [echo] 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] init-common: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] clean: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] init-common: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] clean-common: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] init-common: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] clean-classes-common: 16:55:49 [2023-03-05T21:55:49.690Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] init-common: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] clean-jars-common: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] compile: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] init-common: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] compile-common: 16:55:49 [2023-03-05T21:55:49.690Z] [echo] Current time (ISO): 2023-03-05T21:55:42.295+0000 16:55:49 [2023-03-05T21:55:49.690Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:55:49 [2023-03-05T21:55:49.690Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUndeclaredNS/servlet 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] build: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] init-common: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] webclient-war-common: 16:55:49 [2023-03-05T21:55:49.690Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] clear: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] test-tlds-exist: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] copy-tlds: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] test-tagfiles-exist: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] copy-tagfiles: 16:55:49 [2023-03-05T21:55:49.690Z] 16:55:49 [2023-03-05T21:55:49.690Z] package-war-common: 16:55:49 [2023-03-05T21:55:49.690Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:55:49 [2023-03-05T21:55:49.691Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:49 [2023-03-05T21:55:49.691Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:55:49 [2023-03-05T21:55:49.691Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:55:49 [2023-03-05T21:55:49.691Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUndeclaredNS/lib 16:55:49 [2023-03-05T21:55:49.691Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:49 [2023-03-05T21:55:49.691Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-undeclared-ns-web.war 16:55:49 [2023-03-05T21:55:49.691Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:49 [2023-03-05T21:55:49.691Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUndeclaredNS/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:55:49 [2023-03-05T21:55:49.691Z] [javac] Compiling 1 source file 16:55:49 [2023-03-05T21:55:49.691Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUndeclaredNS/WebTest.java uses or overrides a deprecated API. 16:55:49 [2023-03-05T21:55:49.691Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] deploy: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] deploy-war-common: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] init-common: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] deploy-war-commonpe: 16:55:49 [2023-03-05T21:55:49.691Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-config-undeclared-ns --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-undeclared-ns-web.war 16:55:49 [2023-03-05T21:55:49.691Z] [exec] Application deployed with name web-jsp-config-undeclared-ns-web. 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] deploy-war-commonee: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] run: 16:55:49 [2023-03-05T21:55:49.691Z] [java] Connecting to: http://localhost:45711/web-jsp-config-undeclared-ns/jsp/test.jsp 16:55:49 [2023-03-05T21:55:49.691Z] [java] Connecting to: http://localhost:45711/web-jsp-config-undeclared-ns/jsp/test2.jsp 16:55:49 [2023-03-05T21:55:49.691Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:55:49 [2023-03-05T21:55:49.691Z] [java] 16:55:49 [2023-03-05T21:55:49.691Z] [java] 16:55:49 [2023-03-05T21:55:49.691Z] [java] ----------------------------------------- 16:55:49 [2023-03-05T21:55:49.691Z] [java] - jsp-config-error-on-undeclared-namespace: PASS - 16:55:49 [2023-03-05T21:55:49.691Z] [java] - jsp-config-error-on-undeclared-namespace -- DUPLICATE: PASS - 16:55:49 [2023-03-05T21:55:49.691Z] [java] ----------------------------------------- 16:55:49 [2023-03-05T21:55:49.691Z] [java] - Total PASS : 2 - 16:55:49 [2023-03-05T21:55:49.691Z] [java] - Total FAIL : 0 - 16:55:49 [2023-03-05T21:55:49.691Z] [java] - Total DID NOT RUN : 0 - 16:55:49 [2023-03-05T21:55:49.691Z] [java] ----------------------------------------- 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] undeploy: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] init-common: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] undeploy-war-common: 16:55:49 [2023-03-05T21:55:49.691Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-config-undeclared-ns-web 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] all: 16:55:49 [2023-03-05T21:55:49.691Z] [echo] 16:55:49 [2023-03-05T21:55:49.691Z] [echo] ************************* 16:55:49 [2023-03-05T21:55:49.691Z] [echo] * Running jspConfigUsePrecompiled 16:55:49 [2023-03-05T21:55:49.691Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled 16:55:49 [2023-03-05T21:55:49.691Z] [echo] ************************* 16:55:49 [2023-03-05T21:55:49.691Z] [echo] 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] init-common: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] clean: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] init-common: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] clean-common: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] init-common: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] clean-classes-common: 16:55:49 [2023-03-05T21:55:49.691Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] init-common: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] clean-jars-common: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] compile: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] init-common: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] compile-common: 16:55:49 [2023-03-05T21:55:49.691Z] [echo] Current time (ISO): 2023-03-05T21:55:43.368+0000 16:55:49 [2023-03-05T21:55:49.691Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:55:49 [2023-03-05T21:55:49.691Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:55:49 [2023-03-05T21:55:49.691Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:55:49 [2023-03-05T21:55:49.691Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled/servlet/org/apache/jsp/jsp/test_jsp.java uses unchecked or unsafe operations. 16:55:49 [2023-03-05T21:55:49.691Z] [javac] Note: Recompile with -Xlint:unchecked for details. 16:55:49 [2023-03-05T21:55:49.691Z] [javac] 1 warning 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] build: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] init-common: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] webclient-war-common: 16:55:49 [2023-03-05T21:55:49.691Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] clear: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] test-tlds-exist: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] copy-tlds: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] test-tagfiles-exist: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] copy-tagfiles: 16:55:49 [2023-03-05T21:55:49.691Z] 16:55:49 [2023-03-05T21:55:49.691Z] package-war-common: 16:55:49 [2023-03-05T21:55:49.691Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:55:49 [2023-03-05T21:55:49.691Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:49 [2023-03-05T21:55:49.691Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:55:49 [2023-03-05T21:55:49.691Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:55:49 [2023-03-05T21:55:49.691Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled/lib 16:55:49 [2023-03-05T21:55:49.692Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:49 [2023-03-05T21:55:49.692Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:49 [2023-03-05T21:55:49.692Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:55:49 [2023-03-05T21:55:49.692Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-use-precompiled-web.war 16:55:49 [2023-03-05T21:55:49.692Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:49 [2023-03-05T21:55:49.692Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:55:49 [2023-03-05T21:55:49.692Z] [javac] Compiling 1 source file 16:55:49 [2023-03-05T21:55:49.692Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled/WebTest.java:90: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 16:55:49 [2023-03-05T21:55:49.692Z] [javac] sock = new Socket(host, new Integer(port).intValue()); 16:55:49 [2023-03-05T21:55:49.692Z] [javac] ^ 16:55:49 [2023-03-05T21:55:49.692Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled/WebTest.java uses or overrides a deprecated API. 16:55:49 [2023-03-05T21:55:49.692Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:55:49 [2023-03-05T21:55:49.692Z] [javac] 1 warning 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] deploy: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] deploy-war-common: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] init-common: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] deploy-war-commonpe: 16:55:49 [2023-03-05T21:55:49.692Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-config-use-precompiled --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-use-precompiled-web.war 16:55:49 [2023-03-05T21:55:49.692Z] [exec] Application deployed with name web-jsp-config-use-precompiled-web. 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] deploy-war-commonee: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] run: 16:55:49 [2023-03-05T21:55:49.692Z] [java] GET /web-jsp-config-use-precompiled/jsp/test.jsp HTTP/1.0 16:55:49 [2023-03-05T21:55:49.692Z] [java] 16:55:49 [2023-03-05T21:55:49.692Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:55:49 [2023-03-05T21:55:49.692Z] [java] 16:55:49 [2023-03-05T21:55:49.692Z] [java] 16:55:49 [2023-03-05T21:55:49.692Z] [java] ----------------------------------------- 16:55:49 [2023-03-05T21:55:49.692Z] [java] - jsp-config-use-precompiled: PASS - 16:55:49 [2023-03-05T21:55:49.692Z] [java] ----------------------------------------- 16:55:49 [2023-03-05T21:55:49.692Z] [java] - Total PASS : 1 - 16:55:49 [2023-03-05T21:55:49.692Z] [java] - Total FAIL : 0 - 16:55:49 [2023-03-05T21:55:49.692Z] [java] - Total DID NOT RUN : 0 - 16:55:49 [2023-03-05T21:55:49.692Z] [java] ----------------------------------------- 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] undeploy: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] init-common: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] undeploy-war-common: 16:55:49 [2023-03-05T21:55:49.692Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-config-use-precompiled-web 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] all: 16:55:49 [2023-03-05T21:55:49.692Z] [echo] 16:55:49 [2023-03-05T21:55:49.692Z] [echo] ************************* 16:55:49 [2023-03-05T21:55:49.692Z] [echo] * Running jspConfigUsePrecompiled2 16:55:49 [2023-03-05T21:55:49.692Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled2 16:55:49 [2023-03-05T21:55:49.692Z] [echo] ************************* 16:55:49 [2023-03-05T21:55:49.692Z] [echo] 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] init-common: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] clean: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] init-common: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] clean-common: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] init-common: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] clean-classes-common: 16:55:49 [2023-03-05T21:55:49.692Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] init-common: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] clean-jars-common: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] compile: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] init-common: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] compile-common: 16:55:49 [2023-03-05T21:55:49.692Z] [echo] Current time (ISO): 2023-03-05T21:55:45.575+0000 16:55:49 [2023-03-05T21:55:49.692Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:55:49 [2023-03-05T21:55:49.692Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled2/servlet 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] build: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] init-common: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] webclient-war-common: 16:55:49 [2023-03-05T21:55:49.692Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] clear: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] test-tlds-exist: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] copy-tlds: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] test-tagfiles-exist: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] copy-tagfiles: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] package-war-common: 16:55:49 [2023-03-05T21:55:49.692Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:55:49 [2023-03-05T21:55:49.692Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:49 [2023-03-05T21:55:49.692Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:55:49 [2023-03-05T21:55:49.692Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:55:49 [2023-03-05T21:55:49.692Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:49 [2023-03-05T21:55:49.692Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:55:49 [2023-03-05T21:55:49.692Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:49 [2023-03-05T21:55:49.692Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled2/docroot 16:55:49 [2023-03-05T21:55:49.692Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-use-precompiled2-web.war 16:55:49 [2023-03-05T21:55:49.692Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:49 [2023-03-05T21:55:49.692Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled2/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:55:49 [2023-03-05T21:55:49.692Z] [javac] Compiling 1 source file 16:55:49 [2023-03-05T21:55:49.692Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled2/WebTest.java uses or overrides a deprecated API. 16:55:49 [2023-03-05T21:55:49.692Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] deploy: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] deploy-war-common: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.692Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.692Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] init-common: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] deploy-war-commonpe: 16:55:49 [2023-03-05T21:55:49.693Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-config-use-precompiled2 --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-use-precompiled2-web.war 16:55:49 [2023-03-05T21:55:49.693Z] [exec] Application deployed with name web-jsp-config-use-precompiled2-web. 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] deploy-war-commonee: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] run: 16:55:49 [2023-03-05T21:55:49.693Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:55:49 [2023-03-05T21:55:49.693Z] [java] 16:55:49 [2023-03-05T21:55:49.693Z] [java] 16:55:49 [2023-03-05T21:55:49.693Z] [java] ----------------------------------------- 16:55:49 [2023-03-05T21:55:49.693Z] [java] - jsp-precompiled-bundled-in-jar: PASS - 16:55:49 [2023-03-05T21:55:49.693Z] [java] ----------------------------------------- 16:55:49 [2023-03-05T21:55:49.693Z] [java] - Total PASS : 1 - 16:55:49 [2023-03-05T21:55:49.693Z] [java] - Total FAIL : 0 - 16:55:49 [2023-03-05T21:55:49.693Z] [java] - Total DID NOT RUN : 0 - 16:55:49 [2023-03-05T21:55:49.693Z] [java] ----------------------------------------- 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] undeploy: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] init-common: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] undeploy-war-common: 16:55:49 [2023-03-05T21:55:49.693Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-config-use-precompiled2-web 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] all: 16:55:49 [2023-03-05T21:55:49.693Z] [echo] 16:55:49 [2023-03-05T21:55:49.693Z] [echo] ************************* 16:55:49 [2023-03-05T21:55:49.693Z] [echo] * Running jspConfigWelcomeFiles 16:55:49 [2023-03-05T21:55:49.693Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigWelcomeFiles 16:55:49 [2023-03-05T21:55:49.693Z] [echo] ************************* 16:55:49 [2023-03-05T21:55:49.693Z] [echo] 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] init-common: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] clean: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] init-common: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] clean-common: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] init-common: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] clean-classes-common: 16:55:49 [2023-03-05T21:55:49.693Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] init-common: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] clean-jars-common: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] compile: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] init-common: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] compile-common: 16:55:49 [2023-03-05T21:55:49.693Z] [echo] Current time (ISO): 2023-03-05T21:55:46.547+0000 16:55:49 [2023-03-05T21:55:49.693Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:55:49 [2023-03-05T21:55:49.693Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:55:49 [2023-03-05T21:55:49.693Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:55:49 [2023-03-05T21:55:49.693Z] [javac] 1 warning 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] build: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] init-common: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] webclient-war-common: 16:55:49 [2023-03-05T21:55:49.693Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] clear: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] test-tlds-exist: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] copy-tlds: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] test-tagfiles-exist: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] copy-tagfiles: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] package-war-common: 16:55:49 [2023-03-05T21:55:49.693Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:55:49 [2023-03-05T21:55:49.693Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:49 [2023-03-05T21:55:49.693Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:55:49 [2023-03-05T21:55:49.693Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:55:49 [2023-03-05T21:55:49.693Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigWelcomeFiles/lib 16:55:49 [2023-03-05T21:55:49.693Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:49 [2023-03-05T21:55:49.693Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:55:49 [2023-03-05T21:55:49.693Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-welcome-files-web.war 16:55:49 [2023-03-05T21:55:49.693Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:49 [2023-03-05T21:55:49.693Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigWelcomeFiles/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:55:49 [2023-03-05T21:55:49.693Z] [javac] Compiling 1 source file 16:55:49 [2023-03-05T21:55:49.693Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigWelcomeFiles/WebTest.java uses or overrides a deprecated API. 16:55:49 [2023-03-05T21:55:49.693Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] deploy: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] deploy-war-common: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] init-common: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] deploy-war-commonpe: 16:55:49 [2023-03-05T21:55:49.693Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-config-welcome-files --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-welcome-files-web.war 16:55:49 [2023-03-05T21:55:49.693Z] [exec] Application deployed with name web-jsp-config-welcome-files-web. 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] deploy-war-commonee: 16:55:49 [2023-03-05T21:55:49.693Z] 16:55:49 [2023-03-05T21:55:49.693Z] run: 16:55:49 [2023-03-05T21:55:49.693Z] [java] Connecting to: http://localhost:45711/web-jsp-config-welcome-files/subdir1/subdir2/ 16:55:49 [2023-03-05T21:55:49.693Z] [java] Connecting to: http://localhost:45711/web-jsp-config-welcome-files/TestServlet 16:55:49 [2023-03-05T21:55:49.694Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:55:49 [2023-03-05T21:55:49.694Z] [java] 16:55:49 [2023-03-05T21:55:49.694Z] [java] 16:55:49 [2023-03-05T21:55:49.694Z] [java] ----------------------------------------- 16:55:49 [2023-03-05T21:55:49.694Z] [java] - jsp-config-welcome-files: PASS - 16:55:49 [2023-03-05T21:55:49.694Z] [java] ----------------------------------------- 16:55:49 [2023-03-05T21:55:49.694Z] [java] - Total PASS : 1 - 16:55:49 [2023-03-05T21:55:49.694Z] [java] - Total FAIL : 0 - 16:55:49 [2023-03-05T21:55:49.694Z] [java] - Total DID NOT RUN : 0 - 16:55:49 [2023-03-05T21:55:49.694Z] [java] ----------------------------------------- 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] undeploy: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] init-common: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] undeploy-war-common: 16:55:49 [2023-03-05T21:55:49.694Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-config-welcome-files-web 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] all: 16:55:49 [2023-03-05T21:55:49.694Z] [echo] 16:55:49 [2023-03-05T21:55:49.694Z] [echo] ************************* 16:55:49 [2023-03-05T21:55:49.694Z] [echo] * Running jspCustomTagAttributeOfArrayType 16:55:49 [2023-03-05T21:55:49.694Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTagAttributeOfArrayType 16:55:49 [2023-03-05T21:55:49.694Z] [echo] ************************* 16:55:49 [2023-03-05T21:55:49.694Z] [echo] 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] init-common: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] clean: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] init-common: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] clean-common: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] init-common: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] clean-classes-common: 16:55:49 [2023-03-05T21:55:49.694Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] init-common: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] clean-jars-common: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] compile: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setOSConditions: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolWin: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolUnix: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setToolProperty: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] setS1ASclassPath: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] init-common: 16:55:49 [2023-03-05T21:55:49.694Z] 16:55:49 [2023-03-05T21:55:49.694Z] compile-common: 16:55:49 [2023-03-05T21:55:49.694Z] [echo] Current time (ISO): 2023-03-05T21:55:48.905+0000 16:55:49 [2023-03-05T21:55:49.694Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:55:49 [2023-03-05T21:55:49.694Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:55:50 [2023-03-05T21:55:50.282Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:55:50 [2023-03-05T21:55:50.282Z] [javac] 1 warning 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] build: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] setOSConditions: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] setToolWin: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] setToolUnix: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] setToolProperty: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] setS1ASclassPath: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] init-common: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] webclient-war-common: 16:55:50 [2023-03-05T21:55:50.282Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] clear: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] test-tlds-exist: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] copy-tlds: 16:55:50 [2023-03-05T21:55:50.282Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:55:50 [2023-03-05T21:55:50.282Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] test-tagfiles-exist: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] copy-tagfiles: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] package-war-common: 16:55:50 [2023-03-05T21:55:50.282Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:55:50 [2023-03-05T21:55:50.282Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:55:50 [2023-03-05T21:55:50.282Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTagAttributeOfArrayType/lib 16:55:50 [2023-03-05T21:55:50.282Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:50 [2023-03-05T21:55:50.282Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:55:50 [2023-03-05T21:55:50.282Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-custom-tag-attribute-of-array-type-web.war 16:55:50 [2023-03-05T21:55:50.282Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:50 [2023-03-05T21:55:50.282Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTagAttributeOfArrayType/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:55:50 [2023-03-05T21:55:50.282Z] [javac] Compiling 1 source file 16:55:50 [2023-03-05T21:55:50.282Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTagAttributeOfArrayType/WebTest.java uses or overrides a deprecated API. 16:55:50 [2023-03-05T21:55:50.282Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] deploy: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] deploy-war-common: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] setOSConditions: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] setToolWin: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] setToolUnix: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] setToolProperty: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] setS1ASclassPath: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.282Z] init-common: 16:55:50 [2023-03-05T21:55:50.282Z] 16:55:50 [2023-03-05T21:55:50.283Z] deploy-war-commonpe: 16:55:50 [2023-03-05T21:55:50.539Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-custom-tag-attribute-of-array-type --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-custom-tag-attribute-of-array-type-web.war 16:55:51 [2023-03-05T21:55:51.101Z] [exec] Application deployed with name web-jsp-custom-tag-attribute-of-array-type-web. 16:55:51 [2023-03-05T21:55:51.101Z] 16:55:51 [2023-03-05T21:55:51.101Z] deploy-war-commonee: 16:55:51 [2023-03-05T21:55:51.101Z] 16:55:51 [2023-03-05T21:55:51.101Z] run: 16:55:51 [2023-03-05T21:55:51.357Z] [java] Connecting to: http://localhost:45711/web-jsp-custom-tag-attribute-of-array-type/jsp/test.jsp 16:55:51 [2023-03-05T21:55:51.357Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:55:51 [2023-03-05T21:55:51.357Z] [java] 16:55:51 [2023-03-05T21:55:51.357Z] [java] 16:55:51 [2023-03-05T21:55:51.357Z] [java] ----------------------------------------- 16:55:51 [2023-03-05T21:55:51.357Z] [java] - jsp-custom-tag-attribute-of-array-type: PASS - 16:55:51 [2023-03-05T21:55:51.357Z] [java] ----------------------------------------- 16:55:51 [2023-03-05T21:55:51.357Z] [java] - Total PASS : 1 - 16:55:51 [2023-03-05T21:55:51.357Z] [java] - Total FAIL : 0 - 16:55:51 [2023-03-05T21:55:51.357Z] [java] - Total DID NOT RUN : 0 - 16:55:51 [2023-03-05T21:55:51.357Z] [java] ----------------------------------------- 16:55:51 [2023-03-05T21:55:51.357Z] 16:55:51 [2023-03-05T21:55:51.357Z] undeploy: 16:55:51 [2023-03-05T21:55:51.357Z] 16:55:51 [2023-03-05T21:55:51.357Z] setOSConditions: 16:55:51 [2023-03-05T21:55:51.357Z] 16:55:51 [2023-03-05T21:55:51.357Z] setToolWin: 16:55:51 [2023-03-05T21:55:51.357Z] 16:55:51 [2023-03-05T21:55:51.357Z] setToolUnix: 16:55:51 [2023-03-05T21:55:51.357Z] 16:55:51 [2023-03-05T21:55:51.357Z] setToolProperty: 16:55:51 [2023-03-05T21:55:51.358Z] 16:55:51 [2023-03-05T21:55:51.358Z] setS1ASclassPath: 16:55:51 [2023-03-05T21:55:51.358Z] 16:55:51 [2023-03-05T21:55:51.358Z] init-common: 16:55:51 [2023-03-05T21:55:51.358Z] 16:55:51 [2023-03-05T21:55:51.358Z] undeploy-war-common: 16:55:51 [2023-03-05T21:55:51.619Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-custom-tag-attribute-of-array-type-web 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] all: 16:55:51 [2023-03-05T21:55:51.619Z] [echo] 16:55:51 [2023-03-05T21:55:51.619Z] [echo] ************************* 16:55:51 [2023-03-05T21:55:51.619Z] [echo] * Running jspCustomTaglibBundledAsJar 16:55:51 [2023-03-05T21:55:51.619Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTaglibBundledAsJar 16:55:51 [2023-03-05T21:55:51.619Z] [echo] ************************* 16:55:51 [2023-03-05T21:55:51.619Z] [echo] 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] setOSConditions: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] setToolWin: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] setToolUnix: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] setToolProperty: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] setS1ASclassPath: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] init-common: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] clean: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] setOSConditions: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] setToolWin: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] setToolUnix: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] setToolProperty: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] setS1ASclassPath: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] init-common: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] clean-common: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] setOSConditions: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] setToolWin: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] setToolUnix: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] setToolProperty: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] setS1ASclassPath: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] init-common: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] clean-classes-common: 16:55:51 [2023-03-05T21:55:51.619Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.619Z] setOSConditions: 16:55:51 [2023-03-05T21:55:51.619Z] 16:55:51 [2023-03-05T21:55:51.620Z] setToolWin: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setToolUnix: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setToolProperty: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setS1ASclassPath: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] init-common: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] clean-jars-common: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] compile: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setOSConditions: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setToolWin: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setToolUnix: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setToolProperty: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setS1ASclassPath: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] init-common: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] compile-common: 16:55:51 [2023-03-05T21:55:51.620Z] [echo] Current time (ISO): 2023-03-05T21:55:51.490+0000 16:55:51 [2023-03-05T21:55:51.620Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:55:51 [2023-03-05T21:55:51.620Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTaglibBundledAsJar/servlet 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] build: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setOSConditions: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setToolWin: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setToolUnix: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setToolProperty: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setS1ASclassPath: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] init-common: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] webclient-war-common: 16:55:51 [2023-03-05T21:55:51.620Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] clear: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] test-tlds-exist: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] copy-tlds: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] test-tagfiles-exist: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] copy-tagfiles: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] package-war-common: 16:55:51 [2023-03-05T21:55:51.620Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:55:51 [2023-03-05T21:55:51.620Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:51 [2023-03-05T21:55:51.620Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:55:51 [2023-03-05T21:55:51.620Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:55:51 [2023-03-05T21:55:51.620Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:55:51 [2023-03-05T21:55:51.620Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:51 [2023-03-05T21:55:51.620Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-custom-taglib-bundled-as-jar-web.war 16:55:51 [2023-03-05T21:55:51.620Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:51 [2023-03-05T21:55:51.620Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTaglibBundledAsJar/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:55:51 [2023-03-05T21:55:51.620Z] [javac] Compiling 1 source file 16:55:51 [2023-03-05T21:55:51.620Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTaglibBundledAsJar/WebTest.java uses or overrides a deprecated API. 16:55:51 [2023-03-05T21:55:51.620Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] deploy: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] deploy-war-common: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setOSConditions: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setToolWin: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setToolUnix: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setToolProperty: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] setS1ASclassPath: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] init-common: 16:55:51 [2023-03-05T21:55:51.620Z] 16:55:51 [2023-03-05T21:55:51.620Z] deploy-war-commonpe: 16:55:52 [2023-03-05T21:55:52.183Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-custom-taglib-bundled-as-jar --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-custom-taglib-bundled-as-jar-web.war 16:55:52 [2023-03-05T21:55:52.440Z] [exec] Application deployed with name web-jsp-custom-taglib-bundled-as-jar-web. 16:55:52 [2023-03-05T21:55:52.440Z] 16:55:52 [2023-03-05T21:55:52.440Z] deploy-war-commonee: 16:55:52 [2023-03-05T21:55:52.440Z] 16:55:52 [2023-03-05T21:55:52.440Z] run: 16:55:52 [2023-03-05T21:55:52.719Z] [java] Connecting to: http://localhost:45711/web-jsp-custom-taglib-bundled-as-jar/test.jsp 16:55:52 [2023-03-05T21:55:52.719Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:55:52 [2023-03-05T21:55:52.719Z] [java] 16:55:52 [2023-03-05T21:55:52.719Z] [java] 16:55:52 [2023-03-05T21:55:52.719Z] [java] ----------------------------------------- 16:55:52 [2023-03-05T21:55:52.719Z] [java] - jsp-custom-taglib-bundled-as-jar: PASS - 16:55:52 [2023-03-05T21:55:52.719Z] [java] ----------------------------------------- 16:55:52 [2023-03-05T21:55:52.719Z] [java] - Total PASS : 1 - 16:55:52 [2023-03-05T21:55:52.719Z] [java] - Total FAIL : 0 - 16:55:52 [2023-03-05T21:55:52.719Z] [java] - Total DID NOT RUN : 0 - 16:55:52 [2023-03-05T21:55:52.719Z] [java] ----------------------------------------- 16:55:52 [2023-03-05T21:55:52.719Z] 16:55:52 [2023-03-05T21:55:52.719Z] undeploy: 16:55:52 [2023-03-05T21:55:52.719Z] 16:55:52 [2023-03-05T21:55:52.719Z] setOSConditions: 16:55:52 [2023-03-05T21:55:52.719Z] 16:55:52 [2023-03-05T21:55:52.719Z] setToolWin: 16:55:52 [2023-03-05T21:55:52.719Z] 16:55:52 [2023-03-05T21:55:52.719Z] setToolUnix: 16:55:52 [2023-03-05T21:55:52.719Z] 16:55:52 [2023-03-05T21:55:52.719Z] setToolProperty: 16:55:52 [2023-03-05T21:55:52.719Z] 16:55:52 [2023-03-05T21:55:52.719Z] setS1ASclassPath: 16:55:52 [2023-03-05T21:55:52.719Z] 16:55:52 [2023-03-05T21:55:52.719Z] init-common: 16:55:52 [2023-03-05T21:55:52.719Z] 16:55:52 [2023-03-05T21:55:52.719Z] undeploy-war-common: 16:55:52 [2023-03-05T21:55:52.975Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-custom-taglib-bundled-as-jar-web 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] all: 16:55:52 [2023-03-05T21:55:52.975Z] [echo] 16:55:52 [2023-03-05T21:55:52.975Z] [echo] ************************* 16:55:52 [2023-03-05T21:55:52.975Z] [echo] * Running jspCustomTaglibJarInsideEarWithManifestClassPath 16:55:52 [2023-03-05T21:55:52.975Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTaglibJarInsideEarWithManifestClassPath 16:55:52 [2023-03-05T21:55:52.975Z] [echo] ************************* 16:55:52 [2023-03-05T21:55:52.975Z] [echo] 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] setOSConditions: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] setToolWin: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] setToolUnix: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] setToolProperty: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] setS1ASclassPath: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] init-common: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] clean: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] setOSConditions: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] setToolWin: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] setToolUnix: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] setToolProperty: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] setS1ASclassPath: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] init-common: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] clean-common: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] setOSConditions: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] setToolWin: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] setToolUnix: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] setToolProperty: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] setS1ASclassPath: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] init-common: 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.975Z] clean-classes-common: 16:55:52 [2023-03-05T21:55:52.975Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:55:52 [2023-03-05T21:55:52.975Z] 16:55:52 [2023-03-05T21:55:52.976Z] setOSConditions: 16:55:52 [2023-03-05T21:55:52.976Z] 16:55:52 [2023-03-05T21:55:52.976Z] setToolWin: 16:55:52 [2023-03-05T21:55:52.976Z] 16:55:52 [2023-03-05T21:55:52.976Z] setToolUnix: 16:55:52 [2023-03-05T21:55:52.976Z] 16:55:52 [2023-03-05T21:55:52.976Z] setToolProperty: 16:55:52 [2023-03-05T21:55:52.976Z] 16:55:52 [2023-03-05T21:55:52.976Z] setS1ASclassPath: 16:55:52 [2023-03-05T21:55:52.976Z] 16:55:52 [2023-03-05T21:55:52.976Z] init-common: 16:55:52 [2023-03-05T21:55:52.976Z] 16:55:52 [2023-03-05T21:55:52.976Z] clean-jars-common: 16:55:52 [2023-03-05T21:55:52.976Z] 16:55:52 [2023-03-05T21:55:52.976Z] compile: 16:55:52 [2023-03-05T21:55:52.976Z] 16:55:52 [2023-03-05T21:55:52.976Z] setOSConditions: 16:55:52 [2023-03-05T21:55:52.976Z] 16:55:52 [2023-03-05T21:55:52.976Z] setToolWin: 16:55:52 [2023-03-05T21:55:52.976Z] 16:55:52 [2023-03-05T21:55:52.976Z] setToolUnix: 16:55:52 [2023-03-05T21:55:52.976Z] 16:55:52 [2023-03-05T21:55:52.976Z] setToolProperty: 16:55:52 [2023-03-05T21:55:52.976Z] 16:55:52 [2023-03-05T21:55:52.976Z] setS1ASclassPath: 16:55:52 [2023-03-05T21:55:52.976Z] 16:55:52 [2023-03-05T21:55:52.976Z] init-common: 16:55:52 [2023-03-05T21:55:52.976Z] 16:55:52 [2023-03-05T21:55:52.976Z] compile-common: 16:55:52 [2023-03-05T21:55:52.976Z] [echo] Current time (ISO): 2023-03-05T21:55:52.858+0000 16:55:52 [2023-03-05T21:55:52.976Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:55:52 [2023-03-05T21:55:52.976Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:55:54 [2023-03-05T21:55:54.344Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:55:54 [2023-03-05T21:55:54.344Z] [javac] 1 warning 16:55:54 [2023-03-05T21:55:54.344Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTaglibJarInsideEarWithManifestClassPath/build.xml:69: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:55:54 [2023-03-05T21:55:54.344Z] [javac] Compiling 1 source file 16:55:54 [2023-03-05T21:55:54.344Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTaglibJarInsideEarWithManifestClassPath/WebTest.java uses or overrides a deprecated API. 16:55:54 [2023-03-05T21:55:54.344Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:55:54 [2023-03-05T21:55:54.344Z] 16:55:54 [2023-03-05T21:55:54.344Z] build: 16:55:54 [2023-03-05T21:55:54.344Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:55:54 [2023-03-05T21:55:54.344Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/mytaglib.jar 16:55:54 [2023-03-05T21:55:54.344Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/test.jar 16:55:54 [2023-03-05T21:55:54.345Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/mywar.war 16:55:54 [2023-03-05T21:55:54.345Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-customi-taglib-jar-inside-ear-with-manifest-classpathApp.ear 16:55:54 [2023-03-05T21:55:54.345Z] 16:55:54 [2023-03-05T21:55:54.345Z] deploy: 16:55:54 [2023-03-05T21:55:54.345Z] 16:55:54 [2023-03-05T21:55:54.345Z] setOSConditions: 16:55:54 [2023-03-05T21:55:54.345Z] 16:55:54 [2023-03-05T21:55:54.345Z] setToolWin: 16:55:54 [2023-03-05T21:55:54.345Z] 16:55:54 [2023-03-05T21:55:54.345Z] setToolUnix: 16:55:54 [2023-03-05T21:55:54.345Z] 16:55:54 [2023-03-05T21:55:54.345Z] setToolProperty: 16:55:54 [2023-03-05T21:55:54.345Z] 16:55:54 [2023-03-05T21:55:54.345Z] setS1ASclassPath: 16:55:54 [2023-03-05T21:55:54.345Z] 16:55:54 [2023-03-05T21:55:54.345Z] init-common: 16:55:54 [2023-03-05T21:55:54.345Z] 16:55:54 [2023-03-05T21:55:54.345Z] deploy-common: 16:55:54 [2023-03-05T21:55:54.345Z] [echo] Current time (ISO): 2023-03-05T21:55:54.069+0000 16:55:54 [2023-03-05T21:55:54.345Z] 16:55:54 [2023-03-05T21:55:54.345Z] setOSConditions: 16:55:54 [2023-03-05T21:55:54.345Z] 16:55:54 [2023-03-05T21:55:54.345Z] setToolWin: 16:55:54 [2023-03-05T21:55:54.345Z] 16:55:54 [2023-03-05T21:55:54.345Z] setToolUnix: 16:55:54 [2023-03-05T21:55:54.345Z] 16:55:54 [2023-03-05T21:55:54.345Z] setToolProperty: 16:55:54 [2023-03-05T21:55:54.345Z] 16:55:54 [2023-03-05T21:55:54.345Z] setS1ASclassPath: 16:55:54 [2023-03-05T21:55:54.345Z] 16:55:54 [2023-03-05T21:55:54.345Z] init-common: 16:55:54 [2023-03-05T21:55:54.345Z] 16:55:54 [2023-03-05T21:55:54.345Z] deploy-common-pe: 16:55:54 [2023-03-05T21:55:54.600Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-customi-taglib-jar-inside-ear-with-manifest-classpathApp.ear 16:55:54 [2023-03-05T21:55:54.600Z] [exec] Application deployed with name web-jsp-customi-taglib-jar-inside-ear-with-manifest-classpathApp. 16:55:54 [2023-03-05T21:55:54.600Z] [exec] there are no files to retrieve for application web-jsp-customi-taglib-jar-inside-ear-with-manifest-classpathApp 16:55:54 [2023-03-05T21:55:54.601Z] [echo] Deployment on target server server successful 16:55:54 [2023-03-05T21:55:54.601Z] 16:55:54 [2023-03-05T21:55:54.601Z] setOSConditions: 16:55:54 [2023-03-05T21:55:54.601Z] 16:55:54 [2023-03-05T21:55:54.601Z] setToolWin: 16:55:54 [2023-03-05T21:55:54.601Z] 16:55:54 [2023-03-05T21:55:54.601Z] setToolUnix: 16:55:54 [2023-03-05T21:55:54.601Z] 16:55:54 [2023-03-05T21:55:54.601Z] setToolProperty: 16:55:54 [2023-03-05T21:55:54.601Z] 16:55:54 [2023-03-05T21:55:54.601Z] setS1ASclassPath: 16:55:54 [2023-03-05T21:55:54.601Z] 16:55:54 [2023-03-05T21:55:54.601Z] init-common: 16:55:54 [2023-03-05T21:55:54.601Z] 16:55:54 [2023-03-05T21:55:54.601Z] deploy-common-ee: 16:55:54 [2023-03-05T21:55:54.601Z] 16:55:54 [2023-03-05T21:55:54.601Z] run: 16:55:54 [2023-03-05T21:55:54.856Z] [java] Connecting to: http://localhost:45711/mywar/test.jsp 16:55:54 [2023-03-05T21:55:54.856Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:55:54 [2023-03-05T21:55:54.856Z] [java] 16:55:54 [2023-03-05T21:55:54.856Z] [java] 16:55:54 [2023-03-05T21:55:54.856Z] [java] ----------------------------------------- 16:55:54 [2023-03-05T21:55:54.856Z] [java] - jsp-custom-taglib-jar-inside-ear-with-manifest-classpath: PASS - 16:55:54 [2023-03-05T21:55:54.856Z] [java] ----------------------------------------- 16:55:54 [2023-03-05T21:55:54.856Z] [java] - Total PASS : 1 - 16:55:54 [2023-03-05T21:55:54.856Z] [java] - Total FAIL : 0 - 16:55:54 [2023-03-05T21:55:54.856Z] [java] - Total DID NOT RUN : 0 - 16:55:54 [2023-03-05T21:55:54.856Z] [java] ----------------------------------------- 16:55:54 [2023-03-05T21:55:54.856Z] 16:55:54 [2023-03-05T21:55:54.856Z] undeploy: 16:55:54 [2023-03-05T21:55:54.856Z] 16:55:54 [2023-03-05T21:55:54.856Z] setOSConditions: 16:55:54 [2023-03-05T21:55:54.856Z] 16:55:54 [2023-03-05T21:55:54.856Z] setToolWin: 16:55:54 [2023-03-05T21:55:54.856Z] 16:55:54 [2023-03-05T21:55:54.856Z] setToolUnix: 16:55:54 [2023-03-05T21:55:54.856Z] 16:55:54 [2023-03-05T21:55:54.856Z] setToolProperty: 16:55:54 [2023-03-05T21:55:54.856Z] 16:55:54 [2023-03-05T21:55:54.856Z] setS1ASclassPath: 16:55:54 [2023-03-05T21:55:54.856Z] 16:55:54 [2023-03-05T21:55:54.856Z] init-common: 16:55:54 [2023-03-05T21:55:54.856Z] 16:55:54 [2023-03-05T21:55:54.856Z] undeploy-common: 16:55:55 [2023-03-05T21:55:55.425Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-customi-taglib-jar-inside-ear-with-manifest-classpathApp 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] all: 16:55:55 [2023-03-05T21:55:55.425Z] [echo] 16:55:55 [2023-03-05T21:55:55.425Z] [echo] ************************* 16:55:55 [2023-03-05T21:55:55.425Z] [echo] * Running jspCustomTaglibJarInsideEarWithoutManifestClassPath 16:55:55 [2023-03-05T21:55:55.425Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTaglibJarInsideEarWithoutManifestClassPath 16:55:55 [2023-03-05T21:55:55.425Z] [echo] ************************* 16:55:55 [2023-03-05T21:55:55.425Z] [echo] 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setOSConditions: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setToolWin: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setToolUnix: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setToolProperty: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setS1ASclassPath: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] init-common: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] clean: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setOSConditions: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setToolWin: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setToolUnix: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setToolProperty: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setS1ASclassPath: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] init-common: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] clean-common: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setOSConditions: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setToolWin: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setToolUnix: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setToolProperty: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setS1ASclassPath: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] init-common: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] clean-classes-common: 16:55:55 [2023-03-05T21:55:55.425Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setOSConditions: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setToolWin: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setToolUnix: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setToolProperty: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setS1ASclassPath: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] init-common: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] clean-jars-common: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] compile: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setOSConditions: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setToolWin: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setToolUnix: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setToolProperty: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] setS1ASclassPath: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] init-common: 16:55:55 [2023-03-05T21:55:55.425Z] 16:55:55 [2023-03-05T21:55:55.425Z] compile-common: 16:55:55 [2023-03-05T21:55:55.425Z] [echo] Current time (ISO): 2023-03-05T21:55:55.185+0000 16:55:55 [2023-03-05T21:55:55.425Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:55:55 [2023-03-05T21:55:55.425Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:55:56 [2023-03-05T21:55:56.353Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:55:56 [2023-03-05T21:55:56.353Z] [javac] 1 warning 16:55:56 [2023-03-05T21:55:56.353Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTaglibJarInsideEarWithoutManifestClassPath/build.xml:69: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:55:56 [2023-03-05T21:55:56.353Z] [javac] Compiling 1 source file 16:55:56 [2023-03-05T21:55:56.619Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTaglibJarInsideEarWithoutManifestClassPath/WebTest.java uses or overrides a deprecated API. 16:55:56 [2023-03-05T21:55:56.619Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:55:56 [2023-03-05T21:55:56.619Z] 16:55:56 [2023-03-05T21:55:56.619Z] build: 16:55:56 [2023-03-05T21:55:56.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib 16:55:56 [2023-03-05T21:55:56.619Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/mytaglib.jar 16:55:56 [2023-03-05T21:55:56.619Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/test.jar 16:55:56 [2023-03-05T21:55:56.619Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/mywar.war 16:55:56 [2023-03-05T21:55:56.619Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-custom-taglib-jar-inside-ear-without-manifest-classpathApp.ear 16:55:56 [2023-03-05T21:55:56.619Z] 16:55:56 [2023-03-05T21:55:56.619Z] deploy: 16:55:56 [2023-03-05T21:55:56.619Z] 16:55:56 [2023-03-05T21:55:56.619Z] setOSConditions: 16:55:56 [2023-03-05T21:55:56.619Z] 16:55:56 [2023-03-05T21:55:56.619Z] setToolWin: 16:55:56 [2023-03-05T21:55:56.619Z] 16:55:56 [2023-03-05T21:55:56.619Z] setToolUnix: 16:55:56 [2023-03-05T21:55:56.619Z] 16:55:56 [2023-03-05T21:55:56.619Z] setToolProperty: 16:55:56 [2023-03-05T21:55:56.619Z] 16:55:56 [2023-03-05T21:55:56.619Z] setS1ASclassPath: 16:55:56 [2023-03-05T21:55:56.619Z] 16:55:56 [2023-03-05T21:55:56.619Z] init-common: 16:55:56 [2023-03-05T21:55:56.619Z] 16:55:56 [2023-03-05T21:55:56.619Z] deploy-common: 16:55:56 [2023-03-05T21:55:56.619Z] [echo] Current time (ISO): 2023-03-05T21:55:56.365+0000 16:55:56 [2023-03-05T21:55:56.619Z] 16:55:56 [2023-03-05T21:55:56.619Z] setOSConditions: 16:55:56 [2023-03-05T21:55:56.619Z] 16:55:56 [2023-03-05T21:55:56.619Z] setToolWin: 16:55:56 [2023-03-05T21:55:56.619Z] 16:55:56 [2023-03-05T21:55:56.619Z] setToolUnix: 16:55:56 [2023-03-05T21:55:56.619Z] 16:55:56 [2023-03-05T21:55:56.619Z] setToolProperty: 16:55:56 [2023-03-05T21:55:56.619Z] 16:55:56 [2023-03-05T21:55:56.619Z] setS1ASclassPath: 16:55:56 [2023-03-05T21:55:56.619Z] 16:55:56 [2023-03-05T21:55:56.619Z] init-common: 16:55:56 [2023-03-05T21:55:56.619Z] 16:55:56 [2023-03-05T21:55:56.619Z] deploy-common-pe: 16:55:56 [2023-03-05T21:55:56.875Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --force=false --precompilejsp=false --verify=false --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-custom-taglib-jar-inside-ear-without-manifest-classpathApp.ear 16:55:56 [2023-03-05T21:55:56.875Z] [exec] Application deployed with name web-jsp-custom-taglib-jar-inside-ear-without-manifest-classpathApp. 16:55:56 [2023-03-05T21:55:56.875Z] [exec] there are no files to retrieve for application web-jsp-custom-taglib-jar-inside-ear-without-manifest-classpathApp 16:55:56 [2023-03-05T21:55:56.875Z] [echo] Deployment on target server server successful 16:55:56 [2023-03-05T21:55:56.875Z] 16:55:56 [2023-03-05T21:55:56.875Z] setOSConditions: 16:55:56 [2023-03-05T21:55:56.875Z] 16:55:56 [2023-03-05T21:55:56.875Z] setToolWin: 16:55:56 [2023-03-05T21:55:56.875Z] 16:55:56 [2023-03-05T21:55:56.875Z] setToolUnix: 16:55:56 [2023-03-05T21:55:56.875Z] 16:55:56 [2023-03-05T21:55:56.875Z] setToolProperty: 16:55:56 [2023-03-05T21:55:56.875Z] 16:55:56 [2023-03-05T21:55:56.875Z] setS1ASclassPath: 16:55:56 [2023-03-05T21:55:56.875Z] 16:55:56 [2023-03-05T21:55:56.875Z] init-common: 16:55:56 [2023-03-05T21:55:56.875Z] 16:55:56 [2023-03-05T21:55:56.875Z] deploy-common-ee: 16:55:56 [2023-03-05T21:55:56.875Z] 16:55:56 [2023-03-05T21:55:56.875Z] run: 16:55:57 [2023-03-05T21:55:57.132Z] [java] Connecting to: http://localhost:45711/mywar/test.jsp 16:55:57 [2023-03-05T21:55:57.132Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:55:57 [2023-03-05T21:55:57.132Z] [java] 16:55:57 [2023-03-05T21:55:57.132Z] [java] 16:55:57 [2023-03-05T21:55:57.132Z] [java] ----------------------------------------- 16:55:57 [2023-03-05T21:55:57.132Z] [java] - jsp-custom-taglib-jar-inside-ear-without-manifest-classpath: PASS - 16:55:57 [2023-03-05T21:55:57.132Z] [java] ----------------------------------------- 16:55:57 [2023-03-05T21:55:57.132Z] [java] - Total PASS : 1 - 16:55:57 [2023-03-05T21:55:57.132Z] [java] - Total FAIL : 0 - 16:55:57 [2023-03-05T21:55:57.132Z] [java] - Total DID NOT RUN : 0 - 16:55:57 [2023-03-05T21:55:57.132Z] [java] ----------------------------------------- 16:55:57 [2023-03-05T21:55:57.132Z] 16:55:57 [2023-03-05T21:55:57.132Z] undeploy: 16:55:57 [2023-03-05T21:55:57.132Z] 16:55:57 [2023-03-05T21:55:57.132Z] setOSConditions: 16:55:57 [2023-03-05T21:55:57.132Z] 16:55:57 [2023-03-05T21:55:57.132Z] setToolWin: 16:55:57 [2023-03-05T21:55:57.132Z] 16:55:57 [2023-03-05T21:55:57.132Z] setToolUnix: 16:55:57 [2023-03-05T21:55:57.132Z] 16:55:57 [2023-03-05T21:55:57.132Z] setToolProperty: 16:55:57 [2023-03-05T21:55:57.132Z] 16:55:57 [2023-03-05T21:55:57.132Z] setS1ASclassPath: 16:55:57 [2023-03-05T21:55:57.132Z] 16:55:57 [2023-03-05T21:55:57.132Z] init-common: 16:55:57 [2023-03-05T21:55:57.132Z] 16:55:57 [2023-03-05T21:55:57.132Z] undeploy-common: 16:55:57 [2023-03-05T21:55:57.388Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-custom-taglib-jar-inside-ear-without-manifest-classpathApp 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] all: 16:55:57 [2023-03-05T21:55:57.388Z] [echo] 16:55:57 [2023-03-05T21:55:57.388Z] [echo] ************************* 16:55:57 [2023-03-05T21:55:57.388Z] [echo] * Running jspELEnum 16:55:57 [2023-03-05T21:55:57.388Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspELEnum 16:55:57 [2023-03-05T21:55:57.388Z] [echo] ************************* 16:55:57 [2023-03-05T21:55:57.388Z] [echo] 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] setOSConditions: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] setToolWin: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] setToolUnix: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] setToolProperty: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] setS1ASclassPath: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] init-common: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] clean: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] setOSConditions: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] setToolWin: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] setToolUnix: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] setToolProperty: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] setS1ASclassPath: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] init-common: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] clean-common: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] setOSConditions: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] setToolWin: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] setToolUnix: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] setToolProperty: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] setS1ASclassPath: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] init-common: 16:55:57 [2023-03-05T21:55:57.388Z] 16:55:57 [2023-03-05T21:55:57.388Z] clean-classes-common: 16:55:57 [2023-03-05T21:55:57.388Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setOSConditions: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setToolWin: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setToolUnix: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setToolProperty: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setS1ASclassPath: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] init-common: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] clean-jars-common: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] compile: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setOSConditions: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setToolWin: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setToolUnix: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setToolProperty: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setS1ASclassPath: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] init-common: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] compile-common: 16:55:57 [2023-03-05T21:55:57.645Z] [echo] Current time (ISO): 2023-03-05T21:55:57.395+0000 16:55:57 [2023-03-05T21:55:57.645Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:55:57 [2023-03-05T21:55:57.645Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspELEnum/servlet 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] build: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setOSConditions: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setToolWin: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setToolUnix: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setToolProperty: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setS1ASclassPath: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] init-common: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] webclient-war-common: 16:55:57 [2023-03-05T21:55:57.645Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] clear: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] test-tlds-exist: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] copy-tlds: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] test-tagfiles-exist: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] copy-tagfiles: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] package-war-common: 16:55:57 [2023-03-05T21:55:57.645Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:55:57 [2023-03-05T21:55:57.645Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:57 [2023-03-05T21:55:57.645Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:55:57 [2023-03-05T21:55:57.645Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:55:57 [2023-03-05T21:55:57.645Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspELEnum/lib 16:55:57 [2023-03-05T21:55:57.645Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:57 [2023-03-05T21:55:57.645Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-el-enum-web.war 16:55:57 [2023-03-05T21:55:57.645Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:57 [2023-03-05T21:55:57.645Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspELEnum/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:55:57 [2023-03-05T21:55:57.645Z] [javac] Compiling 1 source file 16:55:57 [2023-03-05T21:55:57.645Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspELEnum/WebTest.java uses or overrides a deprecated API. 16:55:57 [2023-03-05T21:55:57.645Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] deploy: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] deploy-war-common: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setOSConditions: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setToolWin: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setToolUnix: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setToolProperty: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] setS1ASclassPath: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] init-common: 16:55:57 [2023-03-05T21:55:57.645Z] 16:55:57 [2023-03-05T21:55:57.645Z] deploy-war-commonpe: 16:55:57 [2023-03-05T21:55:57.901Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot web-el-enum --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-el-enum-web.war 16:55:58 [2023-03-05T21:55:58.463Z] [exec] Application deployed with name web-el-enum-web. 16:55:58 [2023-03-05T21:55:58.463Z] 16:55:58 [2023-03-05T21:55:58.463Z] deploy-war-commonee: 16:55:58 [2023-03-05T21:55:58.463Z] 16:55:58 [2023-03-05T21:55:58.463Z] run: 16:55:58 [2023-03-05T21:55:58.463Z] [java] Connecting to: http://localhost:45711/web-el-enum/enum.jsp 16:55:58 [2023-03-05T21:55:58.463Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:55:58 [2023-03-05T21:55:58.463Z] [java] 16:55:58 [2023-03-05T21:55:58.463Z] [java] 16:55:58 [2023-03-05T21:55:58.463Z] [java] ----------------------------------------- 16:55:58 [2023-03-05T21:55:58.463Z] [java] - jsp-el-enum-test: PASS - 16:55:58 [2023-03-05T21:55:58.463Z] [java] ----------------------------------------- 16:55:58 [2023-03-05T21:55:58.463Z] [java] - Total PASS : 1 - 16:55:58 [2023-03-05T21:55:58.463Z] [java] - Total FAIL : 0 - 16:55:58 [2023-03-05T21:55:58.463Z] [java] - Total DID NOT RUN : 0 - 16:55:58 [2023-03-05T21:55:58.464Z] [java] ----------------------------------------- 16:55:58 [2023-03-05T21:55:58.464Z] 16:55:58 [2023-03-05T21:55:58.464Z] undeploy: 16:55:58 [2023-03-05T21:55:58.464Z] 16:55:58 [2023-03-05T21:55:58.464Z] setOSConditions: 16:55:58 [2023-03-05T21:55:58.464Z] 16:55:58 [2023-03-05T21:55:58.464Z] setToolWin: 16:55:58 [2023-03-05T21:55:58.464Z] 16:55:58 [2023-03-05T21:55:58.464Z] setToolUnix: 16:55:58 [2023-03-05T21:55:58.464Z] 16:55:58 [2023-03-05T21:55:58.464Z] setToolProperty: 16:55:58 [2023-03-05T21:55:58.464Z] 16:55:58 [2023-03-05T21:55:58.464Z] setS1ASclassPath: 16:55:58 [2023-03-05T21:55:58.464Z] 16:55:58 [2023-03-05T21:55:58.464Z] init-common: 16:55:58 [2023-03-05T21:55:58.464Z] 16:55:58 [2023-03-05T21:55:58.464Z] undeploy-war-common: 16:55:59 [2023-03-05T21:55:59.027Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-el-enum-web 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] all: 16:55:59 [2023-03-05T21:55:59.027Z] [echo] 16:55:59 [2023-03-05T21:55:59.027Z] [echo] ************************* 16:55:59 [2023-03-05T21:55:59.027Z] [echo] * Running jspErrorPageClassCastException 16:55:59 [2023-03-05T21:55:59.027Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageClassCastException 16:55:59 [2023-03-05T21:55:59.027Z] [echo] ************************* 16:55:59 [2023-03-05T21:55:59.027Z] [echo] 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setOSConditions: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolWin: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolUnix: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolProperty: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setS1ASclassPath: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] init-common: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] clean: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setOSConditions: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolWin: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolUnix: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolProperty: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setS1ASclassPath: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] init-common: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] clean-common: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setOSConditions: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolWin: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolUnix: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolProperty: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setS1ASclassPath: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] init-common: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] clean-classes-common: 16:55:59 [2023-03-05T21:55:59.027Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setOSConditions: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolWin: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolUnix: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolProperty: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setS1ASclassPath: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] init-common: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] clean-jars-common: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] compile: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setOSConditions: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolWin: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolUnix: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolProperty: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setS1ASclassPath: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] init-common: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] compile-common: 16:55:59 [2023-03-05T21:55:59.027Z] [echo] Current time (ISO): 2023-03-05T21:55:58.836+0000 16:55:59 [2023-03-05T21:55:59.027Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:55:59 [2023-03-05T21:55:59.027Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageClassCastException/servlet 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] build: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setOSConditions: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolWin: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolUnix: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolProperty: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setS1ASclassPath: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] init-common: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] webclient-war-common: 16:55:59 [2023-03-05T21:55:59.027Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] clear: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] test-tlds-exist: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] copy-tlds: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] test-tagfiles-exist: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] copy-tagfiles: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] package-war-common: 16:55:59 [2023-03-05T21:55:59.027Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:55:59 [2023-03-05T21:55:59.027Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:59 [2023-03-05T21:55:59.027Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:55:59 [2023-03-05T21:55:59.027Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:55:59 [2023-03-05T21:55:59.027Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageClassCastException/lib 16:55:59 [2023-03-05T21:55:59.027Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:59 [2023-03-05T21:55:59.027Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-error-page-class-cast-exception-web.war 16:55:59 [2023-03-05T21:55:59.027Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:55:59 [2023-03-05T21:55:59.027Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageClassCastException/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:55:59 [2023-03-05T21:55:59.027Z] [javac] Compiling 1 source file 16:55:59 [2023-03-05T21:55:59.027Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageClassCastException/WebTest.java:55: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 16:55:59 [2023-03-05T21:55:59.027Z] [javac] Socket s = new Socket(host, new Integer(port).intValue()); 16:55:59 [2023-03-05T21:55:59.027Z] [javac] ^ 16:55:59 [2023-03-05T21:55:59.027Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageClassCastException/WebTest.java uses or overrides a deprecated API. 16:55:59 [2023-03-05T21:55:59.027Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:55:59 [2023-03-05T21:55:59.027Z] [javac] 1 warning 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] deploy: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] deploy-war-common: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setOSConditions: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolWin: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolUnix: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setToolProperty: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] setS1ASclassPath: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] init-common: 16:55:59 [2023-03-05T21:55:59.027Z] 16:55:59 [2023-03-05T21:55:59.027Z] deploy-war-commonpe: 16:55:59 [2023-03-05T21:55:59.283Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-error-page-class-cast-exception --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-error-page-class-cast-exception-web.war 16:55:59 [2023-03-05T21:55:59.845Z] [exec] Application deployed with name web-jsp-error-page-class-cast-exception-web. 16:55:59 [2023-03-05T21:55:59.845Z] 16:55:59 [2023-03-05T21:55:59.845Z] deploy-war-commonee: 16:55:59 [2023-03-05T21:55:59.845Z] 16:55:59 [2023-03-05T21:55:59.845Z] run: 16:55:59 [2023-03-05T21:55:59.845Z] [java] GET /web-jsp-error-page-class-cast-exception/causeError.jsp HTTP/1.0 16:55:59 [2023-03-05T21:55:59.845Z] [java] HTTP/1.1 500 Internal Server Error 16:55:59 [2023-03-05T21:55:59.845Z] [java] Server: Eclipse GlassFish 7.0.3 16:55:59 [2023-03-05T21:55:59.845Z] [java] X-Powered-By: JSP/3.0 16:55:59 [2023-03-05T21:55:59.845Z] [java] Set-Cookie: JSESSIONID=3c6408ca18fdb600eef8d30a0c4b; Path=/web-jsp-error-page-class-cast-exception; HttpOnly 16:55:59 [2023-03-05T21:55:59.845Z] [java] Content-Type: text/html;charset=ISO-8859-1 16:55:59 [2023-03-05T21:55:59.845Z] [java] Connection: close 16:55:59 [2023-03-05T21:55:59.845Z] [java] Content-Length: 84 16:55:59 [2023-03-05T21:55:59.845Z] [java] 16:55:59 [2023-03-05T21:55:59.845Z] [java] 16:55:59 [2023-03-05T21:55:59.845Z] [java] 16:55:59 [2023-03-05T21:55:59.845Z] [java] 16:55:59 [2023-03-05T21:55:59.845Z] [java] 16:55:59 [2023-03-05T21:55:59.845Z] [java] jakarta.servlet.jsp.JspException: java.lang.Throwable: The cake fell in the mud 16:55:59 [2023-03-05T21:55:59.845Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:55:59 [2023-03-05T21:55:59.845Z] [java] 16:55:59 [2023-03-05T21:55:59.845Z] [java] 16:55:59 [2023-03-05T21:55:59.845Z] [java] ----------------------------------------- 16:55:59 [2023-03-05T21:55:59.845Z] [java] - jsp-error-page-class-cast-exception: PASS - 16:55:59 [2023-03-05T21:55:59.845Z] [java] ----------------------------------------- 16:55:59 [2023-03-05T21:55:59.845Z] [java] - Total PASS : 1 - 16:55:59 [2023-03-05T21:55:59.845Z] [java] - Total FAIL : 0 - 16:55:59 [2023-03-05T21:55:59.845Z] [java] - Total DID NOT RUN : 0 - 16:55:59 [2023-03-05T21:55:59.845Z] [java] ----------------------------------------- 16:55:59 [2023-03-05T21:55:59.845Z] 16:55:59 [2023-03-05T21:55:59.845Z] undeploy: 16:55:59 [2023-03-05T21:55:59.845Z] 16:55:59 [2023-03-05T21:55:59.845Z] setOSConditions: 16:55:59 [2023-03-05T21:55:59.845Z] 16:55:59 [2023-03-05T21:55:59.845Z] setToolWin: 16:55:59 [2023-03-05T21:55:59.845Z] 16:55:59 [2023-03-05T21:55:59.845Z] setToolUnix: 16:55:59 [2023-03-05T21:55:59.845Z] 16:55:59 [2023-03-05T21:55:59.845Z] setToolProperty: 16:55:59 [2023-03-05T21:55:59.845Z] 16:55:59 [2023-03-05T21:55:59.845Z] setS1ASclassPath: 16:55:59 [2023-03-05T21:55:59.845Z] 16:55:59 [2023-03-05T21:55:59.845Z] init-common: 16:55:59 [2023-03-05T21:55:59.845Z] 16:55:59 [2023-03-05T21:55:59.845Z] undeploy-war-common: 16:56:00 [2023-03-05T21:56:00.117Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-error-page-class-cast-exception-web 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] all: 16:56:00 [2023-03-05T21:56:00.374Z] [echo] 16:56:00 [2023-03-05T21:56:00.374Z] [echo] ************************* 16:56:00 [2023-03-05T21:56:00.374Z] [echo] * Running jspErrorPageServletErrorException 16:56:00 [2023-03-05T21:56:00.374Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageServletErrorException 16:56:00 [2023-03-05T21:56:00.374Z] [echo] ************************* 16:56:00 [2023-03-05T21:56:00.374Z] [echo] 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setOSConditions: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolWin: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolUnix: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolProperty: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setS1ASclassPath: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] init-common: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] clean: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setOSConditions: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolWin: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolUnix: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolProperty: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setS1ASclassPath: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] init-common: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] clean-common: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setOSConditions: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolWin: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolUnix: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolProperty: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setS1ASclassPath: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] init-common: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] clean-classes-common: 16:56:00 [2023-03-05T21:56:00.374Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setOSConditions: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolWin: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolUnix: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolProperty: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setS1ASclassPath: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] init-common: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] clean-jars-common: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] compile: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setOSConditions: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolWin: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolUnix: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolProperty: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setS1ASclassPath: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] init-common: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] compile-common: 16:56:00 [2023-03-05T21:56:00.374Z] [echo] Current time (ISO): 2023-03-05T21:56:00.178+0000 16:56:00 [2023-03-05T21:56:00.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:00 [2023-03-05T21:56:00.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageServletErrorException/servlet 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] build: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setOSConditions: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolWin: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolUnix: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolProperty: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setS1ASclassPath: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] init-common: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] webclient-war-common: 16:56:00 [2023-03-05T21:56:00.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] clear: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] test-tlds-exist: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] copy-tlds: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] test-tagfiles-exist: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] copy-tagfiles: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] package-war-common: 16:56:00 [2023-03-05T21:56:00.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:56:00 [2023-03-05T21:56:00.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:00 [2023-03-05T21:56:00.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:00 [2023-03-05T21:56:00.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:56:00 [2023-03-05T21:56:00.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageServletErrorException/lib 16:56:00 [2023-03-05T21:56:00.374Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:00 [2023-03-05T21:56:00.374Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-error-page-servlet-error-exception-web.war 16:56:00 [2023-03-05T21:56:00.374Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:00 [2023-03-05T21:56:00.374Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageServletErrorException/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:56:00 [2023-03-05T21:56:00.374Z] [javac] Compiling 1 source file 16:56:00 [2023-03-05T21:56:00.374Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageServletErrorException/WebTest.java uses or overrides a deprecated API. 16:56:00 [2023-03-05T21:56:00.374Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] deploy: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] deploy-war-common: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setOSConditions: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolWin: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolUnix: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setToolProperty: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] setS1ASclassPath: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] init-common: 16:56:00 [2023-03-05T21:56:00.374Z] 16:56:00 [2023-03-05T21:56:00.374Z] deploy-war-commonpe: 16:56:00 [2023-03-05T21:56:00.632Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-error-page-servlet-error-exception --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-error-page-servlet-error-exception-web.war 16:56:01 [2023-03-05T21:56:01.193Z] [exec] Application deployed with name web-jsp-error-page-servlet-error-exception-web. 16:56:01 [2023-03-05T21:56:01.193Z] 16:56:01 [2023-03-05T21:56:01.193Z] deploy-war-commonee: 16:56:01 [2023-03-05T21:56:01.193Z] 16:56:01 [2023-03-05T21:56:01.193Z] run: 16:56:01 [2023-03-05T21:56:01.193Z] [java] GET /web-jsp-error-page-servlet-error-exception/causeError.jsp HTTP/1.0 16:56:01 [2023-03-05T21:56:01.193Z] [java] HTTP/1.1 500 Internal Server Error 16:56:01 [2023-03-05T21:56:01.193Z] [java] Server: Eclipse GlassFish 7.0.3 16:56:01 [2023-03-05T21:56:01.193Z] [java] X-Powered-By: JSP/3.0 16:56:01 [2023-03-05T21:56:01.193Z] [java] Set-Cookie: JSESSIONID=3c645b3cc6f5a64248291934963f; Path=/web-jsp-error-page-servlet-error-exception; HttpOnly 16:56:01 [2023-03-05T21:56:01.193Z] [java] Content-Type: text/html;charset=ISO-8859-1 16:56:01 [2023-03-05T21:56:01.193Z] [java] Connection: close 16:56:01 [2023-03-05T21:56:01.193Z] [java] 16:56:01 [2023-03-05T21:56:01.193Z] [java] 16:56:01 [2023-03-05T21:56:01.193Z] [java] 16:56:01 [2023-03-05T21:56:01.193Z] [java] 16:56:01 [2023-03-05T21:56:01.193Z] [java] java.lang.NullPointerException: Cannot invoke "String.length()" because "s" is null 16:56:01 [2023-03-05T21:56:01.193Z] [java] java.lang.NullPointerException: Cannot invoke "String.length()" because "s" is null 16:56:01 [2023-03-05T21:56:01.193Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:56:01 [2023-03-05T21:56:01.193Z] [java] 16:56:01 [2023-03-05T21:56:01.193Z] [java] 16:56:01 [2023-03-05T21:56:01.193Z] [java] ----------------------------------------- 16:56:01 [2023-03-05T21:56:01.193Z] [java] - jsp-error-page-servlet-error-exception: PASS - 16:56:01 [2023-03-05T21:56:01.193Z] [java] ----------------------------------------- 16:56:01 [2023-03-05T21:56:01.193Z] [java] - Total PASS : 1 - 16:56:01 [2023-03-05T21:56:01.193Z] [java] - Total FAIL : 0 - 16:56:01 [2023-03-05T21:56:01.194Z] [java] - Total DID NOT RUN : 0 - 16:56:01 [2023-03-05T21:56:01.194Z] [java] ----------------------------------------- 16:56:01 [2023-03-05T21:56:01.194Z] 16:56:01 [2023-03-05T21:56:01.194Z] undeploy: 16:56:01 [2023-03-05T21:56:01.194Z] 16:56:01 [2023-03-05T21:56:01.194Z] setOSConditions: 16:56:01 [2023-03-05T21:56:01.194Z] 16:56:01 [2023-03-05T21:56:01.194Z] setToolWin: 16:56:01 [2023-03-05T21:56:01.194Z] 16:56:01 [2023-03-05T21:56:01.194Z] setToolUnix: 16:56:01 [2023-03-05T21:56:01.194Z] 16:56:01 [2023-03-05T21:56:01.194Z] setToolProperty: 16:56:01 [2023-03-05T21:56:01.194Z] 16:56:01 [2023-03-05T21:56:01.194Z] setS1ASclassPath: 16:56:01 [2023-03-05T21:56:01.194Z] 16:56:01 [2023-03-05T21:56:01.194Z] init-common: 16:56:01 [2023-03-05T21:56:01.194Z] 16:56:01 [2023-03-05T21:56:01.194Z] undeploy-war-common: 16:56:01 [2023-03-05T21:56:01.449Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-error-page-servlet-error-exception-web 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] all: 16:56:01 [2023-03-05T21:56:01.718Z] [echo] 16:56:01 [2023-03-05T21:56:01.718Z] [echo] ************************* 16:56:01 [2023-03-05T21:56:01.718Z] [echo] * Running jspErrorPageStatusCode 16:56:01 [2023-03-05T21:56:01.718Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageStatusCode 16:56:01 [2023-03-05T21:56:01.718Z] [echo] ************************* 16:56:01 [2023-03-05T21:56:01.718Z] [echo] 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] setOSConditions: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] setToolWin: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] setToolUnix: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] setToolProperty: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] setS1ASclassPath: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] init-common: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] clean: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] setOSConditions: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] setToolWin: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] setToolUnix: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] setToolProperty: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] setS1ASclassPath: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] init-common: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] clean-common: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] setOSConditions: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] setToolWin: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] setToolUnix: 16:56:01 [2023-03-05T21:56:01.718Z] 16:56:01 [2023-03-05T21:56:01.718Z] setToolProperty: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setS1ASclassPath: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] init-common: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] clean-classes-common: 16:56:01 [2023-03-05T21:56:01.719Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setOSConditions: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setToolWin: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setToolUnix: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setToolProperty: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setS1ASclassPath: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] init-common: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] clean-jars-common: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] compile: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setOSConditions: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setToolWin: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setToolUnix: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setToolProperty: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setS1ASclassPath: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] init-common: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] compile-common: 16:56:01 [2023-03-05T21:56:01.719Z] [echo] Current time (ISO): 2023-03-05T21:56:01.506+0000 16:56:01 [2023-03-05T21:56:01.719Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:01 [2023-03-05T21:56:01.719Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageStatusCode/servlet 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] build: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setOSConditions: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setToolWin: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setToolUnix: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setToolProperty: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setS1ASclassPath: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] init-common: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] webclient-war-common: 16:56:01 [2023-03-05T21:56:01.719Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] clear: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] test-tlds-exist: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] copy-tlds: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] test-tagfiles-exist: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] copy-tagfiles: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] package-war-common: 16:56:01 [2023-03-05T21:56:01.719Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:56:01 [2023-03-05T21:56:01.719Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:01 [2023-03-05T21:56:01.719Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:01 [2023-03-05T21:56:01.719Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:56:01 [2023-03-05T21:56:01.719Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageStatusCode/lib 16:56:01 [2023-03-05T21:56:01.719Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:01 [2023-03-05T21:56:01.719Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-error-page-status-code-web.war 16:56:01 [2023-03-05T21:56:01.719Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:01 [2023-03-05T21:56:01.719Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageStatusCode/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:56:01 [2023-03-05T21:56:01.719Z] [javac] Compiling 1 source file 16:56:01 [2023-03-05T21:56:01.719Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageStatusCode/WebTest.java uses or overrides a deprecated API. 16:56:01 [2023-03-05T21:56:01.719Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] deploy: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] deploy-war-common: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setOSConditions: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setToolWin: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setToolUnix: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setToolProperty: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] setS1ASclassPath: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] init-common: 16:56:01 [2023-03-05T21:56:01.719Z] 16:56:01 [2023-03-05T21:56:01.719Z] deploy-war-commonpe: 16:56:01 [2023-03-05T21:56:01.975Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-error-page-status-code --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-error-page-status-code-web.war 16:56:02 [2023-03-05T21:56:02.536Z] [exec] Application deployed with name web-jsp-error-page-status-code-web. 16:56:02 [2023-03-05T21:56:02.536Z] 16:56:02 [2023-03-05T21:56:02.536Z] deploy-war-commonee: 16:56:02 [2023-03-05T21:56:02.536Z] 16:56:02 [2023-03-05T21:56:02.536Z] run: 16:56:02 [2023-03-05T21:56:02.536Z] [java] Connecting to: http://localhost:45711/web-jsp-error-page-status-code/foo.jsp 16:56:02 [2023-03-05T21:56:02.536Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:56:02 [2023-03-05T21:56:02.536Z] [java] 16:56:02 [2023-03-05T21:56:02.536Z] [java] 16:56:02 [2023-03-05T21:56:02.536Z] [java] ----------------------------------------- 16:56:02 [2023-03-05T21:56:02.536Z] [java] - jsp-error-page-status-code: PASS - 16:56:02 [2023-03-05T21:56:02.536Z] [java] ----------------------------------------- 16:56:02 [2023-03-05T21:56:02.536Z] [java] - Total PASS : 1 - 16:56:02 [2023-03-05T21:56:02.536Z] [java] - Total FAIL : 0 - 16:56:02 [2023-03-05T21:56:02.536Z] [java] - Total DID NOT RUN : 0 - 16:56:02 [2023-03-05T21:56:02.536Z] [java] ----------------------------------------- 16:56:02 [2023-03-05T21:56:02.536Z] 16:56:02 [2023-03-05T21:56:02.536Z] undeploy: 16:56:02 [2023-03-05T21:56:02.536Z] 16:56:02 [2023-03-05T21:56:02.536Z] setOSConditions: 16:56:02 [2023-03-05T21:56:02.536Z] 16:56:02 [2023-03-05T21:56:02.536Z] setToolWin: 16:56:02 [2023-03-05T21:56:02.536Z] 16:56:02 [2023-03-05T21:56:02.536Z] setToolUnix: 16:56:02 [2023-03-05T21:56:02.536Z] 16:56:02 [2023-03-05T21:56:02.536Z] setToolProperty: 16:56:02 [2023-03-05T21:56:02.536Z] 16:56:02 [2023-03-05T21:56:02.536Z] setS1ASclassPath: 16:56:02 [2023-03-05T21:56:02.536Z] 16:56:02 [2023-03-05T21:56:02.536Z] init-common: 16:56:02 [2023-03-05T21:56:02.536Z] 16:56:02 [2023-03-05T21:56:02.536Z] undeploy-war-common: 16:56:03 [2023-03-05T21:56:03.120Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-error-page-status-code-web 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] all: 16:56:03 [2023-03-05T21:56:03.120Z] [echo] 16:56:03 [2023-03-05T21:56:03.120Z] [echo] ************************* 16:56:03 [2023-03-05T21:56:03.120Z] [echo] * Running jspExceptionInTagBodyRestoreJspWriter 16:56:03 [2023-03-05T21:56:03.120Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspExceptionInTagBodyRestoreJspWriter 16:56:03 [2023-03-05T21:56:03.120Z] [echo] ************************* 16:56:03 [2023-03-05T21:56:03.120Z] [echo] 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] setOSConditions: 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] setToolWin: 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] setToolUnix: 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] setToolProperty: 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] setS1ASclassPath: 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] init-common: 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] clean: 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] setOSConditions: 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] setToolWin: 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] setToolUnix: 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] setToolProperty: 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] setS1ASclassPath: 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] init-common: 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] clean-common: 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] setOSConditions: 16:56:03 [2023-03-05T21:56:03.120Z] 16:56:03 [2023-03-05T21:56:03.120Z] setToolWin: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setToolUnix: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setToolProperty: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setS1ASclassPath: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] init-common: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] clean-classes-common: 16:56:03 [2023-03-05T21:56:03.121Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setOSConditions: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setToolWin: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setToolUnix: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setToolProperty: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setS1ASclassPath: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] init-common: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] clean-jars-common: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] compile: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setOSConditions: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setToolWin: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setToolUnix: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setToolProperty: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setS1ASclassPath: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] init-common: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] compile-common: 16:56:03 [2023-03-05T21:56:03.121Z] [echo] Current time (ISO): 2023-03-05T21:56:02.889+0000 16:56:03 [2023-03-05T21:56:03.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:03 [2023-03-05T21:56:03.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspExceptionInTagBodyRestoreJspWriter/servlet 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] build: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setOSConditions: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setToolWin: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setToolUnix: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setToolProperty: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setS1ASclassPath: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] init-common: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] webclient-war-common: 16:56:03 [2023-03-05T21:56:03.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] clear: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] test-tlds-exist: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] copy-tlds: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] test-tagfiles-exist: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] copy-tagfiles: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] package-war-common: 16:56:03 [2023-03-05T21:56:03.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:56:03 [2023-03-05T21:56:03.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:03 [2023-03-05T21:56:03.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:03 [2023-03-05T21:56:03.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:56:03 [2023-03-05T21:56:03.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspExceptionInTagBodyRestoreJspWriter/lib 16:56:03 [2023-03-05T21:56:03.121Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:03 [2023-03-05T21:56:03.121Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-exception-in-tag-body-restore-jsp-writer-web.war 16:56:03 [2023-03-05T21:56:03.121Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:03 [2023-03-05T21:56:03.121Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspExceptionInTagBodyRestoreJspWriter/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:56:03 [2023-03-05T21:56:03.121Z] [javac] Compiling 1 source file 16:56:03 [2023-03-05T21:56:03.121Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspExceptionInTagBodyRestoreJspWriter/WebTest.java uses or overrides a deprecated API. 16:56:03 [2023-03-05T21:56:03.121Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] deploy: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] deploy-war-common: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setOSConditions: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setToolWin: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setToolUnix: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setToolProperty: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] setS1ASclassPath: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] init-common: 16:56:03 [2023-03-05T21:56:03.121Z] 16:56:03 [2023-03-05T21:56:03.121Z] deploy-war-commonpe: 16:56:03 [2023-03-05T21:56:03.376Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-exception-in-tag-body-restore-jsp-writer --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-exception-in-tag-body-restore-jsp-writer-web.war 16:56:03 [2023-03-05T21:56:03.939Z] [exec] Application deployed with name web-jsp-exception-in-tag-body-restore-jsp-writer-web. 16:56:03 [2023-03-05T21:56:03.939Z] 16:56:03 [2023-03-05T21:56:03.939Z] deploy-war-commonee: 16:56:03 [2023-03-05T21:56:03.939Z] 16:56:03 [2023-03-05T21:56:03.939Z] run: 16:56:03 [2023-03-05T21:56:03.940Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:56:03 [2023-03-05T21:56:03.940Z] [java] 16:56:03 [2023-03-05T21:56:03.940Z] [java] 16:56:03 [2023-03-05T21:56:03.940Z] [java] ----------------------------------------- 16:56:03 [2023-03-05T21:56:03.940Z] [java] - jsp-exception-in-tag-body-restore-jsp-writer: PASS - 16:56:03 [2023-03-05T21:56:03.940Z] [java] ----------------------------------------- 16:56:03 [2023-03-05T21:56:03.940Z] [java] - Total PASS : 1 - 16:56:03 [2023-03-05T21:56:03.940Z] [java] - Total FAIL : 0 - 16:56:03 [2023-03-05T21:56:03.940Z] [java] - Total DID NOT RUN : 0 - 16:56:03 [2023-03-05T21:56:03.940Z] [java] ----------------------------------------- 16:56:03 [2023-03-05T21:56:03.940Z] 16:56:03 [2023-03-05T21:56:03.940Z] undeploy: 16:56:04 [2023-03-05T21:56:04.198Z] 16:56:04 [2023-03-05T21:56:04.198Z] setOSConditions: 16:56:04 [2023-03-05T21:56:04.198Z] 16:56:04 [2023-03-05T21:56:04.198Z] setToolWin: 16:56:04 [2023-03-05T21:56:04.198Z] 16:56:04 [2023-03-05T21:56:04.198Z] setToolUnix: 16:56:04 [2023-03-05T21:56:04.198Z] 16:56:04 [2023-03-05T21:56:04.198Z] setToolProperty: 16:56:04 [2023-03-05T21:56:04.198Z] 16:56:04 [2023-03-05T21:56:04.198Z] setS1ASclassPath: 16:56:04 [2023-03-05T21:56:04.198Z] 16:56:04 [2023-03-05T21:56:04.198Z] init-common: 16:56:04 [2023-03-05T21:56:04.198Z] 16:56:04 [2023-03-05T21:56:04.198Z] undeploy-war-common: 16:56:04 [2023-03-05T21:56:04.454Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-exception-in-tag-body-restore-jsp-writer-web 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] all: 16:56:04 [2023-03-05T21:56:04.454Z] [echo] 16:56:04 [2023-03-05T21:56:04.454Z] [echo] ************************* 16:56:04 [2023-03-05T21:56:04.454Z] [echo] * Running jspForwardPreserveApplicationResponseWrapper 16:56:04 [2023-03-05T21:56:04.454Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspForwardPreserveApplicationResponseWrapper 16:56:04 [2023-03-05T21:56:04.454Z] [echo] ************************* 16:56:04 [2023-03-05T21:56:04.454Z] [echo] 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setOSConditions: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setToolWin: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setToolUnix: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setToolProperty: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setS1ASclassPath: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] init-common: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] clean: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setOSConditions: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setToolWin: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setToolUnix: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setToolProperty: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setS1ASclassPath: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] init-common: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] clean-common: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setOSConditions: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setToolWin: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setToolUnix: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setToolProperty: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setS1ASclassPath: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] init-common: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] clean-classes-common: 16:56:04 [2023-03-05T21:56:04.454Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setOSConditions: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setToolWin: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setToolUnix: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setToolProperty: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setS1ASclassPath: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] init-common: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] clean-jars-common: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] compile: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setOSConditions: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setToolWin: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setToolUnix: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setToolProperty: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] setS1ASclassPath: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] init-common: 16:56:04 [2023-03-05T21:56:04.454Z] 16:56:04 [2023-03-05T21:56:04.454Z] compile-common: 16:56:04 [2023-03-05T21:56:04.454Z] [echo] Current time (ISO): 2023-03-05T21:56:04.277+0000 16:56:04 [2023-03-05T21:56:04.454Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:04 [2023-03-05T21:56:04.454Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:05 [2023-03-05T21:56:05.419Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:56:05 [2023-03-05T21:56:05.674Z] [javac] 1 warning 16:56:05 [2023-03-05T21:56:05.674Z] 16:56:05 [2023-03-05T21:56:05.674Z] build: 16:56:05 [2023-03-05T21:56:05.674Z] 16:56:05 [2023-03-05T21:56:05.674Z] setOSConditions: 16:56:05 [2023-03-05T21:56:05.674Z] 16:56:05 [2023-03-05T21:56:05.674Z] setToolWin: 16:56:05 [2023-03-05T21:56:05.674Z] 16:56:05 [2023-03-05T21:56:05.674Z] setToolUnix: 16:56:05 [2023-03-05T21:56:05.674Z] 16:56:05 [2023-03-05T21:56:05.674Z] setToolProperty: 16:56:05 [2023-03-05T21:56:05.674Z] 16:56:05 [2023-03-05T21:56:05.674Z] setS1ASclassPath: 16:56:05 [2023-03-05T21:56:05.674Z] 16:56:05 [2023-03-05T21:56:05.674Z] init-common: 16:56:05 [2023-03-05T21:56:05.674Z] 16:56:05 [2023-03-05T21:56:05.674Z] webclient-war-common: 16:56:05 [2023-03-05T21:56:05.674Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:56:05 [2023-03-05T21:56:05.674Z] 16:56:05 [2023-03-05T21:56:05.674Z] clear: 16:56:05 [2023-03-05T21:56:05.674Z] 16:56:05 [2023-03-05T21:56:05.674Z] test-tlds-exist: 16:56:05 [2023-03-05T21:56:05.674Z] 16:56:05 [2023-03-05T21:56:05.674Z] copy-tlds: 16:56:05 [2023-03-05T21:56:05.674Z] 16:56:05 [2023-03-05T21:56:05.674Z] test-tagfiles-exist: 16:56:05 [2023-03-05T21:56:05.674Z] 16:56:05 [2023-03-05T21:56:05.675Z] copy-tagfiles: 16:56:05 [2023-03-05T21:56:05.675Z] 16:56:05 [2023-03-05T21:56:05.675Z] package-war-common: 16:56:05 [2023-03-05T21:56:05.675Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:56:05 [2023-03-05T21:56:05.675Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:05 [2023-03-05T21:56:05.675Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:05 [2023-03-05T21:56:05.675Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:56:05 [2023-03-05T21:56:05.675Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspForwardPreserveApplicationResponseWrapper/lib 16:56:05 [2023-03-05T21:56:05.675Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:05 [2023-03-05T21:56:05.675Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:05 [2023-03-05T21:56:05.675Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-forward-preserve-application-response-wrapper-web.war 16:56:05 [2023-03-05T21:56:05.675Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:05 [2023-03-05T21:56:05.675Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspForwardPreserveApplicationResponseWrapper/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:56:05 [2023-03-05T21:56:05.675Z] [javac] Compiling 1 source file 16:56:05 [2023-03-05T21:56:05.675Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspForwardPreserveApplicationResponseWrapper/WebTest.java uses or overrides a deprecated API. 16:56:05 [2023-03-05T21:56:05.675Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:56:05 [2023-03-05T21:56:05.675Z] 16:56:05 [2023-03-05T21:56:05.675Z] deploy: 16:56:05 [2023-03-05T21:56:05.675Z] 16:56:05 [2023-03-05T21:56:05.675Z] deploy-war-common: 16:56:05 [2023-03-05T21:56:05.675Z] 16:56:05 [2023-03-05T21:56:05.675Z] setOSConditions: 16:56:05 [2023-03-05T21:56:05.675Z] 16:56:05 [2023-03-05T21:56:05.675Z] setToolWin: 16:56:05 [2023-03-05T21:56:05.675Z] 16:56:05 [2023-03-05T21:56:05.675Z] setToolUnix: 16:56:05 [2023-03-05T21:56:05.675Z] 16:56:05 [2023-03-05T21:56:05.675Z] setToolProperty: 16:56:05 [2023-03-05T21:56:05.675Z] 16:56:05 [2023-03-05T21:56:05.675Z] setS1ASclassPath: 16:56:05 [2023-03-05T21:56:05.675Z] 16:56:05 [2023-03-05T21:56:05.675Z] init-common: 16:56:05 [2023-03-05T21:56:05.675Z] 16:56:05 [2023-03-05T21:56:05.675Z] deploy-war-commonpe: 16:56:05 [2023-03-05T21:56:05.931Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-forward-preserve-application-response-wrapper --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-forward-preserve-application-response-wrapper-web.war 16:56:06 [2023-03-05T21:56:06.492Z] [exec] Application deployed with name web-jsp-forward-preserve-application-response-wrapper-web. 16:56:06 [2023-03-05T21:56:06.492Z] 16:56:06 [2023-03-05T21:56:06.492Z] deploy-war-commonee: 16:56:06 [2023-03-05T21:56:06.492Z] 16:56:06 [2023-03-05T21:56:06.492Z] run: 16:56:06 [2023-03-05T21:56:06.492Z] [java] Connecting to: http://localhost:45711/web-jsp-forward-preserve-application-response-wrapper/filtered/from.jsp 16:56:06 [2023-03-05T21:56:06.492Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:56:06 [2023-03-05T21:56:06.492Z] [java] 16:56:06 [2023-03-05T21:56:06.492Z] [java] 16:56:06 [2023-03-05T21:56:06.492Z] [java] ----------------------------------------- 16:56:06 [2023-03-05T21:56:06.492Z] [java] - jsp-forward-preserve-application-response-wrapper: PASS - 16:56:06 [2023-03-05T21:56:06.492Z] [java] ----------------------------------------- 16:56:06 [2023-03-05T21:56:06.492Z] [java] - Total PASS : 1 - 16:56:06 [2023-03-05T21:56:06.492Z] [java] - Total FAIL : 0 - 16:56:06 [2023-03-05T21:56:06.492Z] [java] - Total DID NOT RUN : 0 - 16:56:06 [2023-03-05T21:56:06.492Z] [java] ----------------------------------------- 16:56:06 [2023-03-05T21:56:06.492Z] 16:56:06 [2023-03-05T21:56:06.492Z] undeploy: 16:56:06 [2023-03-05T21:56:06.492Z] 16:56:06 [2023-03-05T21:56:06.492Z] setOSConditions: 16:56:06 [2023-03-05T21:56:06.492Z] 16:56:06 [2023-03-05T21:56:06.492Z] setToolWin: 16:56:06 [2023-03-05T21:56:06.492Z] 16:56:06 [2023-03-05T21:56:06.492Z] setToolUnix: 16:56:06 [2023-03-05T21:56:06.492Z] 16:56:06 [2023-03-05T21:56:06.492Z] setToolProperty: 16:56:06 [2023-03-05T21:56:06.492Z] 16:56:06 [2023-03-05T21:56:06.492Z] setS1ASclassPath: 16:56:06 [2023-03-05T21:56:06.492Z] 16:56:06 [2023-03-05T21:56:06.492Z] init-common: 16:56:06 [2023-03-05T21:56:06.492Z] 16:56:06 [2023-03-05T21:56:06.492Z] undeploy-war-common: 16:56:07 [2023-03-05T21:56:07.055Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-forward-preserve-application-response-wrapper-web 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] all: 16:56:07 [2023-03-05T21:56:07.055Z] [echo] 16:56:07 [2023-03-05T21:56:07.055Z] [echo] ************************* 16:56:07 [2023-03-05T21:56:07.055Z] [echo] * Running jspForwardUnbuffered 16:56:07 [2023-03-05T21:56:07.055Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspForwardUnbuffered 16:56:07 [2023-03-05T21:56:07.055Z] [echo] ************************* 16:56:07 [2023-03-05T21:56:07.055Z] [echo] 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setOSConditions: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolWin: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolUnix: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolProperty: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setS1ASclassPath: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] init-common: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] clean: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setOSConditions: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolWin: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolUnix: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolProperty: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setS1ASclassPath: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] init-common: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] clean-common: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setOSConditions: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolWin: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolUnix: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolProperty: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setS1ASclassPath: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] init-common: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] clean-classes-common: 16:56:07 [2023-03-05T21:56:07.055Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setOSConditions: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolWin: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolUnix: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolProperty: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setS1ASclassPath: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] init-common: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] clean-jars-common: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] compile: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setOSConditions: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolWin: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolUnix: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolProperty: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setS1ASclassPath: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] init-common: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] compile-common: 16:56:07 [2023-03-05T21:56:07.055Z] [echo] Current time (ISO): 2023-03-05T21:56:06.866+0000 16:56:07 [2023-03-05T21:56:07.055Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:07 [2023-03-05T21:56:07.055Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspForwardUnbuffered/servlet 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] build: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setOSConditions: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolWin: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolUnix: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolProperty: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setS1ASclassPath: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] init-common: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] webclient-war-common: 16:56:07 [2023-03-05T21:56:07.055Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] clear: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] test-tlds-exist: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] copy-tlds: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] test-tagfiles-exist: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] copy-tagfiles: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] package-war-common: 16:56:07 [2023-03-05T21:56:07.055Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:56:07 [2023-03-05T21:56:07.055Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:07 [2023-03-05T21:56:07.055Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:07 [2023-03-05T21:56:07.055Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:56:07 [2023-03-05T21:56:07.055Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspForwardUnbuffered/lib 16:56:07 [2023-03-05T21:56:07.055Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:07 [2023-03-05T21:56:07.055Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-forward-unbuffered-web.war 16:56:07 [2023-03-05T21:56:07.055Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:07 [2023-03-05T21:56:07.055Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspForwardUnbuffered/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:56:07 [2023-03-05T21:56:07.055Z] [javac] Compiling 1 source file 16:56:07 [2023-03-05T21:56:07.055Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspForwardUnbuffered/WebTest.java uses or overrides a deprecated API. 16:56:07 [2023-03-05T21:56:07.055Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] deploy: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] deploy-war-common: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setOSConditions: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolWin: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolUnix: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setToolProperty: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] setS1ASclassPath: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] init-common: 16:56:07 [2023-03-05T21:56:07.055Z] 16:56:07 [2023-03-05T21:56:07.055Z] deploy-war-commonpe: 16:56:07 [2023-03-05T21:56:07.319Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-forward-unbuffered --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-forward-unbuffered-web.war 16:56:08 [2023-03-05T21:56:08.247Z] [exec] Application deployed with name web-jsp-forward-unbuffered-web. 16:56:08 [2023-03-05T21:56:08.247Z] 16:56:08 [2023-03-05T21:56:08.247Z] deploy-war-commonee: 16:56:08 [2023-03-05T21:56:08.247Z] 16:56:08 [2023-03-05T21:56:08.247Z] run: 16:56:08 [2023-03-05T21:56:08.247Z] [java] Connecting to: http://localhost:45711/web-jsp-forward-unbuffered/from1.jsp 16:56:08 [2023-03-05T21:56:08.247Z] [java] Connecting to: http://localhost:45711/web-jsp-forward-unbuffered/from2.jsp 16:56:08 [2023-03-05T21:56:08.247Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:56:08 [2023-03-05T21:56:08.247Z] [java] 16:56:08 [2023-03-05T21:56:08.247Z] [java] 16:56:08 [2023-03-05T21:56:08.247Z] [java] ----------------------------------------- 16:56:08 [2023-03-05T21:56:08.247Z] [java] - jsp-forward-unbuffered: PASS - 16:56:08 [2023-03-05T21:56:08.247Z] [java] ----------------------------------------- 16:56:08 [2023-03-05T21:56:08.247Z] [java] - Total PASS : 1 - 16:56:08 [2023-03-05T21:56:08.247Z] [java] - Total FAIL : 0 - 16:56:08 [2023-03-05T21:56:08.247Z] [java] - Total DID NOT RUN : 0 - 16:56:08 [2023-03-05T21:56:08.247Z] [java] ----------------------------------------- 16:56:08 [2023-03-05T21:56:08.247Z] 16:56:08 [2023-03-05T21:56:08.247Z] undeploy: 16:56:08 [2023-03-05T21:56:08.247Z] 16:56:08 [2023-03-05T21:56:08.247Z] setOSConditions: 16:56:08 [2023-03-05T21:56:08.247Z] 16:56:08 [2023-03-05T21:56:08.247Z] setToolWin: 16:56:08 [2023-03-05T21:56:08.247Z] 16:56:08 [2023-03-05T21:56:08.247Z] setToolUnix: 16:56:08 [2023-03-05T21:56:08.247Z] 16:56:08 [2023-03-05T21:56:08.247Z] setToolProperty: 16:56:08 [2023-03-05T21:56:08.247Z] 16:56:08 [2023-03-05T21:56:08.247Z] setS1ASclassPath: 16:56:08 [2023-03-05T21:56:08.247Z] 16:56:08 [2023-03-05T21:56:08.247Z] init-common: 16:56:08 [2023-03-05T21:56:08.247Z] 16:56:08 [2023-03-05T21:56:08.247Z] undeploy-war-common: 16:56:08 [2023-03-05T21:56:08.503Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-forward-unbuffered-web 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] all: 16:56:08 [2023-03-05T21:56:08.504Z] [echo] 16:56:08 [2023-03-05T21:56:08.504Z] [echo] ************************* 16:56:08 [2023-03-05T21:56:08.504Z] [echo] * Running jspGetTagLibraryInfos 16:56:08 [2023-03-05T21:56:08.504Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspGetTagLibraryInfos 16:56:08 [2023-03-05T21:56:08.504Z] [echo] ************************* 16:56:08 [2023-03-05T21:56:08.504Z] [echo] 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setOSConditions: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setToolWin: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setToolUnix: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setToolProperty: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setS1ASclassPath: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] init-common: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] clean: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setOSConditions: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setToolWin: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setToolUnix: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setToolProperty: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setS1ASclassPath: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] init-common: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] clean-common: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setOSConditions: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setToolWin: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setToolUnix: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setToolProperty: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setS1ASclassPath: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] init-common: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] clean-classes-common: 16:56:08 [2023-03-05T21:56:08.504Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setOSConditions: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setToolWin: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setToolUnix: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setToolProperty: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setS1ASclassPath: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] init-common: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] clean-jars-common: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] compile: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setOSConditions: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setToolWin: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setToolUnix: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setToolProperty: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] setS1ASclassPath: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] init-common: 16:56:08 [2023-03-05T21:56:08.504Z] 16:56:08 [2023-03-05T21:56:08.504Z] compile-common: 16:56:08 [2023-03-05T21:56:08.504Z] [echo] Current time (ISO): 2023-03-05T21:56:08.437+0000 16:56:08 [2023-03-05T21:56:08.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:08 [2023-03-05T21:56:08.504Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:09 [2023-03-05T21:56:09.869Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:56:09 [2023-03-05T21:56:09.869Z] [javac] 1 warning 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] build: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] setOSConditions: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] setToolWin: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] setToolUnix: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] setToolProperty: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] setS1ASclassPath: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] init-common: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] webclient-war-common: 16:56:09 [2023-03-05T21:56:09.869Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] clear: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] test-tlds-exist: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] copy-tlds: 16:56:09 [2023-03-05T21:56:09.869Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:56:09 [2023-03-05T21:56:09.869Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] test-tagfiles-exist: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] copy-tagfiles: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] package-war-common: 16:56:09 [2023-03-05T21:56:09.869Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:09 [2023-03-05T21:56:09.869Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:56:09 [2023-03-05T21:56:09.869Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspGetTagLibraryInfos/lib 16:56:09 [2023-03-05T21:56:09.869Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:09 [2023-03-05T21:56:09.869Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:09 [2023-03-05T21:56:09.869Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-get-tag-library-infos-web.war 16:56:09 [2023-03-05T21:56:09.869Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:09 [2023-03-05T21:56:09.869Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspGetTagLibraryInfos/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:56:09 [2023-03-05T21:56:09.869Z] [javac] Compiling 1 source file 16:56:09 [2023-03-05T21:56:09.869Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspGetTagLibraryInfos/WebTest.java uses or overrides a deprecated API. 16:56:09 [2023-03-05T21:56:09.869Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] deploy: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] deploy-war-common: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] setOSConditions: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] setToolWin: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] setToolUnix: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] setToolProperty: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.869Z] setS1ASclassPath: 16:56:09 [2023-03-05T21:56:09.869Z] 16:56:09 [2023-03-05T21:56:09.870Z] init-common: 16:56:09 [2023-03-05T21:56:09.870Z] 16:56:09 [2023-03-05T21:56:09.870Z] deploy-war-commonpe: 16:56:10 [2023-03-05T21:56:10.126Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-get-tag-library-infos --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-get-tag-library-infos-web.war 16:56:10 [2023-03-05T21:56:10.126Z] [exec] Application deployed with name web-jsp-get-tag-library-infos-web. 16:56:10 [2023-03-05T21:56:10.126Z] 16:56:10 [2023-03-05T21:56:10.126Z] deploy-war-commonee: 16:56:10 [2023-03-05T21:56:10.126Z] 16:56:10 [2023-03-05T21:56:10.126Z] run: 16:56:10 [2023-03-05T21:56:10.382Z] [java] Connecting to: http://localhost:45711/web-jsp-get-tag-library-infos/jsp/test.jsp 16:56:10 [2023-03-05T21:56:10.382Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:56:10 [2023-03-05T21:56:10.382Z] [java] 16:56:10 [2023-03-05T21:56:10.382Z] [java] 16:56:10 [2023-03-05T21:56:10.382Z] [java] ----------------------------------------- 16:56:10 [2023-03-05T21:56:10.382Z] [java] - jsp-get-tag-library-infos: PASS - 16:56:10 [2023-03-05T21:56:10.382Z] [java] ----------------------------------------- 16:56:10 [2023-03-05T21:56:10.382Z] [java] - Total PASS : 1 - 16:56:10 [2023-03-05T21:56:10.382Z] [java] - Total FAIL : 0 - 16:56:10 [2023-03-05T21:56:10.382Z] [java] - Total DID NOT RUN : 0 - 16:56:10 [2023-03-05T21:56:10.382Z] [java] ----------------------------------------- 16:56:10 [2023-03-05T21:56:10.382Z] 16:56:10 [2023-03-05T21:56:10.382Z] undeploy: 16:56:10 [2023-03-05T21:56:10.382Z] 16:56:10 [2023-03-05T21:56:10.382Z] setOSConditions: 16:56:10 [2023-03-05T21:56:10.382Z] 16:56:10 [2023-03-05T21:56:10.382Z] setToolWin: 16:56:10 [2023-03-05T21:56:10.382Z] 16:56:10 [2023-03-05T21:56:10.382Z] setToolUnix: 16:56:10 [2023-03-05T21:56:10.382Z] 16:56:10 [2023-03-05T21:56:10.382Z] setToolProperty: 16:56:10 [2023-03-05T21:56:10.382Z] 16:56:10 [2023-03-05T21:56:10.382Z] setS1ASclassPath: 16:56:10 [2023-03-05T21:56:10.382Z] 16:56:10 [2023-03-05T21:56:10.382Z] init-common: 16:56:10 [2023-03-05T21:56:10.382Z] 16:56:10 [2023-03-05T21:56:10.382Z] undeploy-war-common: 16:56:10 [2023-03-05T21:56:10.638Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-get-tag-library-infos-web 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] all: 16:56:10 [2023-03-05T21:56:10.638Z] [echo] 16:56:10 [2023-03-05T21:56:10.638Z] [echo] ************************* 16:56:10 [2023-03-05T21:56:10.638Z] [echo] * Running jspInWebappWithBundledXercesImpl 16:56:10 [2023-03-05T21:56:10.638Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspInWebappWithBundledXercesImpl 16:56:10 [2023-03-05T21:56:10.638Z] [echo] ************************* 16:56:10 [2023-03-05T21:56:10.638Z] [echo] 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setOSConditions: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolWin: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolUnix: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolProperty: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setS1ASclassPath: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] init-common: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] clean: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setOSConditions: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolWin: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolUnix: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolProperty: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setS1ASclassPath: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] init-common: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] clean-common: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setOSConditions: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolWin: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolUnix: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolProperty: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setS1ASclassPath: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] init-common: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] clean-classes-common: 16:56:10 [2023-03-05T21:56:10.638Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setOSConditions: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolWin: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolUnix: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolProperty: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setS1ASclassPath: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] init-common: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] clean-jars-common: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] compile: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setOSConditions: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolWin: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolUnix: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolProperty: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setS1ASclassPath: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] init-common: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] compile-common: 16:56:10 [2023-03-05T21:56:10.638Z] [echo] Current time (ISO): 2023-03-05T21:56:10.617+0000 16:56:10 [2023-03-05T21:56:10.638Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:10 [2023-03-05T21:56:10.638Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspInWebappWithBundledXercesImpl/servlet 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] build: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setOSConditions: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolWin: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolUnix: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setToolProperty: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] setS1ASclassPath: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] init-common: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] webclient-war-common: 16:56:10 [2023-03-05T21:56:10.638Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] clear: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] test-tlds-exist: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] copy-tlds: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] test-tagfiles-exist: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] copy-tagfiles: 16:56:10 [2023-03-05T21:56:10.638Z] 16:56:10 [2023-03-05T21:56:10.638Z] package-war-common: 16:56:10 [2023-03-05T21:56:10.638Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:56:10 [2023-03-05T21:56:10.638Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:10 [2023-03-05T21:56:10.638Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:10 [2023-03-05T21:56:10.638Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:56:10 [2023-03-05T21:56:10.638Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:56:10 [2023-03-05T21:56:10.638Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:10 [2023-03-05T21:56:10.638Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-in-webapp-with-bundled-xercesImpl-web.war 16:56:10 [2023-03-05T21:56:10.918Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:10 [2023-03-05T21:56:10.918Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspInWebappWithBundledXercesImpl/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:56:10 [2023-03-05T21:56:10.918Z] [javac] Compiling 1 source file 16:56:10 [2023-03-05T21:56:10.918Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspInWebappWithBundledXercesImpl/WebTest.java uses or overrides a deprecated API. 16:56:10 [2023-03-05T21:56:10.918Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:56:10 [2023-03-05T21:56:10.918Z] 16:56:10 [2023-03-05T21:56:10.918Z] deploy: 16:56:10 [2023-03-05T21:56:10.918Z] 16:56:10 [2023-03-05T21:56:10.918Z] deploy-war-common: 16:56:10 [2023-03-05T21:56:10.918Z] 16:56:10 [2023-03-05T21:56:10.918Z] setOSConditions: 16:56:10 [2023-03-05T21:56:10.918Z] 16:56:10 [2023-03-05T21:56:10.918Z] setToolWin: 16:56:10 [2023-03-05T21:56:10.918Z] 16:56:10 [2023-03-05T21:56:10.918Z] setToolUnix: 16:56:10 [2023-03-05T21:56:10.918Z] 16:56:10 [2023-03-05T21:56:10.918Z] setToolProperty: 16:56:10 [2023-03-05T21:56:10.918Z] 16:56:10 [2023-03-05T21:56:10.918Z] setS1ASclassPath: 16:56:10 [2023-03-05T21:56:10.918Z] 16:56:10 [2023-03-05T21:56:10.918Z] init-common: 16:56:10 [2023-03-05T21:56:10.918Z] 16:56:10 [2023-03-05T21:56:10.918Z] deploy-war-commonpe: 16:56:11 [2023-03-05T21:56:11.176Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-in-webapp-with-bundled-xercesImpl --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-in-webapp-with-bundled-xercesImpl-web.war 16:56:11 [2023-03-05T21:56:11.434Z] [exec] Application deployed with name web-jsp-in-webapp-with-bundled-xercesImpl-web. 16:56:11 [2023-03-05T21:56:11.434Z] 16:56:11 [2023-03-05T21:56:11.434Z] deploy-war-commonee: 16:56:11 [2023-03-05T21:56:11.434Z] 16:56:11 [2023-03-05T21:56:11.434Z] run: 16:56:11 [2023-03-05T21:56:11.692Z] [java] Connecting to: http://localhost:45711/web-jsp-in-webapp-with-bundled-xercesImpl/test.jsp 16:56:11 [2023-03-05T21:56:11.692Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:56:11 [2023-03-05T21:56:11.692Z] [java] 16:56:11 [2023-03-05T21:56:11.692Z] [java] 16:56:11 [2023-03-05T21:56:11.692Z] [java] ----------------------------------------- 16:56:11 [2023-03-05T21:56:11.692Z] [java] - jsp-in-webapp-with-bundled-xercesImpl: PASS - 16:56:11 [2023-03-05T21:56:11.692Z] [java] ----------------------------------------- 16:56:11 [2023-03-05T21:56:11.692Z] [java] - Total PASS : 1 - 16:56:11 [2023-03-05T21:56:11.692Z] [java] - Total FAIL : 0 - 16:56:11 [2023-03-05T21:56:11.692Z] [java] - Total DID NOT RUN : 0 - 16:56:11 [2023-03-05T21:56:11.692Z] [java] ----------------------------------------- 16:56:11 [2023-03-05T21:56:11.692Z] 16:56:11 [2023-03-05T21:56:11.692Z] undeploy: 16:56:11 [2023-03-05T21:56:11.692Z] 16:56:11 [2023-03-05T21:56:11.692Z] setOSConditions: 16:56:11 [2023-03-05T21:56:11.692Z] 16:56:11 [2023-03-05T21:56:11.692Z] setToolWin: 16:56:11 [2023-03-05T21:56:11.692Z] 16:56:11 [2023-03-05T21:56:11.692Z] setToolUnix: 16:56:11 [2023-03-05T21:56:11.692Z] 16:56:11 [2023-03-05T21:56:11.692Z] setToolProperty: 16:56:11 [2023-03-05T21:56:11.692Z] 16:56:11 [2023-03-05T21:56:11.692Z] setS1ASclassPath: 16:56:11 [2023-03-05T21:56:11.692Z] 16:56:11 [2023-03-05T21:56:11.692Z] init-common: 16:56:11 [2023-03-05T21:56:11.692Z] 16:56:11 [2023-03-05T21:56:11.692Z] undeploy-war-common: 16:56:12 [2023-03-05T21:56:12.255Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-in-webapp-with-bundled-xercesImpl-web 16:56:12 [2023-03-05T21:56:12.255Z] 16:56:12 [2023-03-05T21:56:12.255Z] all: 16:56:12 [2023-03-05T21:56:12.255Z] [echo] 16:56:12 [2023-03-05T21:56:12.255Z] [echo] ************************* 16:56:12 [2023-03-05T21:56:12.255Z] [echo] * Running jspIncludeResourceNameWithPlusChar 16:56:12 [2023-03-05T21:56:12.255Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspIncludeResourceNameWithPlusChar 16:56:12 [2023-03-05T21:56:12.255Z] [echo] ************************* 16:56:12 [2023-03-05T21:56:12.255Z] [echo] 16:56:12 [2023-03-05T21:56:12.255Z] 16:56:12 [2023-03-05T21:56:12.255Z] setOSConditions: 16:56:12 [2023-03-05T21:56:12.255Z] 16:56:12 [2023-03-05T21:56:12.255Z] setToolWin: 16:56:12 [2023-03-05T21:56:12.255Z] 16:56:12 [2023-03-05T21:56:12.255Z] setToolUnix: 16:56:12 [2023-03-05T21:56:12.255Z] 16:56:12 [2023-03-05T21:56:12.255Z] setToolProperty: 16:56:12 [2023-03-05T21:56:12.255Z] 16:56:12 [2023-03-05T21:56:12.255Z] setS1ASclassPath: 16:56:12 [2023-03-05T21:56:12.255Z] 16:56:12 [2023-03-05T21:56:12.255Z] init-common: 16:56:12 [2023-03-05T21:56:12.255Z] 16:56:12 [2023-03-05T21:56:12.256Z] clean: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setOSConditions: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolWin: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolUnix: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolProperty: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setS1ASclassPath: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] init-common: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] clean-common: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setOSConditions: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolWin: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolUnix: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolProperty: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setS1ASclassPath: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] init-common: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] clean-classes-common: 16:56:12 [2023-03-05T21:56:12.256Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setOSConditions: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolWin: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolUnix: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolProperty: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setS1ASclassPath: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] init-common: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] clean-jars-common: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] compile: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setOSConditions: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolWin: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolUnix: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolProperty: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setS1ASclassPath: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] init-common: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] compile-common: 16:56:12 [2023-03-05T21:56:12.256Z] [echo] Current time (ISO): 2023-03-05T21:56:12.005+0000 16:56:12 [2023-03-05T21:56:12.256Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:12 [2023-03-05T21:56:12.256Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspIncludeResourceNameWithPlusChar/servlet 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] build: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setOSConditions: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolWin: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolUnix: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolProperty: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setS1ASclassPath: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] init-common: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] webclient-war-common: 16:56:12 [2023-03-05T21:56:12.256Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] clear: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] test-tlds-exist: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] copy-tlds: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] test-tagfiles-exist: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] copy-tagfiles: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] package-war-common: 16:56:12 [2023-03-05T21:56:12.256Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:56:12 [2023-03-05T21:56:12.256Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:12 [2023-03-05T21:56:12.256Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:12 [2023-03-05T21:56:12.256Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:56:12 [2023-03-05T21:56:12.256Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspIncludeResourceNameWithPlusChar/lib 16:56:12 [2023-03-05T21:56:12.256Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:12 [2023-03-05T21:56:12.256Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-include-resource-name-with-plus-char-web.war 16:56:12 [2023-03-05T21:56:12.256Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:12 [2023-03-05T21:56:12.256Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspIncludeResourceNameWithPlusChar/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:56:12 [2023-03-05T21:56:12.256Z] [javac] Compiling 1 source file 16:56:12 [2023-03-05T21:56:12.256Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspIncludeResourceNameWithPlusChar/WebTest.java uses or overrides a deprecated API. 16:56:12 [2023-03-05T21:56:12.256Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] deploy: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] deploy-war-common: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setOSConditions: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolWin: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolUnix: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setToolProperty: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] setS1ASclassPath: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] init-common: 16:56:12 [2023-03-05T21:56:12.256Z] 16:56:12 [2023-03-05T21:56:12.256Z] deploy-war-commonpe: 16:56:12 [2023-03-05T21:56:12.512Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-include-resource-name-with-plus-char --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-include-resource-name-with-plus-char-web.war 16:56:13 [2023-03-05T21:56:13.083Z] [exec] Application deployed with name web-jsp-include-resource-name-with-plus-char-web. 16:56:13 [2023-03-05T21:56:13.083Z] 16:56:13 [2023-03-05T21:56:13.083Z] deploy-war-commonee: 16:56:13 [2023-03-05T21:56:13.083Z] 16:56:13 [2023-03-05T21:56:13.083Z] run: 16:56:13 [2023-03-05T21:56:13.083Z] [java] Connecting to: http://localhost:45711/web-jsp-include-resource-name-with-plus-char/foo.jsp 16:56:13 [2023-03-05T21:56:13.083Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:56:13 [2023-03-05T21:56:13.083Z] [java] 16:56:13 [2023-03-05T21:56:13.083Z] [java] 16:56:13 [2023-03-05T21:56:13.083Z] [java] ----------------------------------------- 16:56:13 [2023-03-05T21:56:13.083Z] [java] - jsp-include-resource-name-with-plus-char: PASS - 16:56:13 [2023-03-05T21:56:13.083Z] [java] ----------------------------------------- 16:56:13 [2023-03-05T21:56:13.083Z] [java] - Total PASS : 1 - 16:56:13 [2023-03-05T21:56:13.083Z] [java] - Total FAIL : 0 - 16:56:13 [2023-03-05T21:56:13.083Z] [java] - Total DID NOT RUN : 0 - 16:56:13 [2023-03-05T21:56:13.083Z] [java] ----------------------------------------- 16:56:13 [2023-03-05T21:56:13.083Z] 16:56:13 [2023-03-05T21:56:13.083Z] undeploy: 16:56:13 [2023-03-05T21:56:13.083Z] 16:56:13 [2023-03-05T21:56:13.083Z] setOSConditions: 16:56:13 [2023-03-05T21:56:13.083Z] 16:56:13 [2023-03-05T21:56:13.083Z] setToolWin: 16:56:13 [2023-03-05T21:56:13.083Z] 16:56:13 [2023-03-05T21:56:13.083Z] setToolUnix: 16:56:13 [2023-03-05T21:56:13.083Z] 16:56:13 [2023-03-05T21:56:13.083Z] setToolProperty: 16:56:13 [2023-03-05T21:56:13.083Z] 16:56:13 [2023-03-05T21:56:13.083Z] setS1ASclassPath: 16:56:13 [2023-03-05T21:56:13.083Z] 16:56:13 [2023-03-05T21:56:13.083Z] init-common: 16:56:13 [2023-03-05T21:56:13.083Z] 16:56:13 [2023-03-05T21:56:13.083Z] undeploy-war-common: 16:56:13 [2023-03-05T21:56:13.661Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-include-resource-name-with-plus-char-web 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] all: 16:56:13 [2023-03-05T21:56:13.661Z] [echo] 16:56:13 [2023-03-05T21:56:13.661Z] [echo] ************************* 16:56:13 [2023-03-05T21:56:13.661Z] [echo] * Running jspIncludedWelcomePage 16:56:13 [2023-03-05T21:56:13.661Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspIncludedWelcomePage 16:56:13 [2023-03-05T21:56:13.661Z] [echo] ************************* 16:56:13 [2023-03-05T21:56:13.661Z] [echo] 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setOSConditions: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolWin: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolUnix: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolProperty: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setS1ASclassPath: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] init-common: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] clean: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setOSConditions: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolWin: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolUnix: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolProperty: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setS1ASclassPath: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] init-common: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] clean-common: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setOSConditions: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolWin: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolUnix: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolProperty: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setS1ASclassPath: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] init-common: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] clean-classes-common: 16:56:13 [2023-03-05T21:56:13.661Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setOSConditions: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolWin: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolUnix: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolProperty: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setS1ASclassPath: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] init-common: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] clean-jars-common: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] compile: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setOSConditions: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolWin: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolUnix: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolProperty: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setS1ASclassPath: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] init-common: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] compile-common: 16:56:13 [2023-03-05T21:56:13.661Z] [echo] Current time (ISO): 2023-03-05T21:56:13.436+0000 16:56:13 [2023-03-05T21:56:13.661Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:13 [2023-03-05T21:56:13.661Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspIncludedWelcomePage/servlet 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] build: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setOSConditions: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolWin: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolUnix: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolProperty: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setS1ASclassPath: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] init-common: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] webclient-war-common: 16:56:13 [2023-03-05T21:56:13.661Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] clear: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] test-tlds-exist: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] copy-tlds: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] test-tagfiles-exist: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] copy-tagfiles: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] package-war-common: 16:56:13 [2023-03-05T21:56:13.661Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:56:13 [2023-03-05T21:56:13.661Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:13 [2023-03-05T21:56:13.661Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:13 [2023-03-05T21:56:13.661Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:56:13 [2023-03-05T21:56:13.661Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspIncludedWelcomePage/lib 16:56:13 [2023-03-05T21:56:13.661Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:13 [2023-03-05T21:56:13.661Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-included-welcome-page-web.war 16:56:13 [2023-03-05T21:56:13.661Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:13 [2023-03-05T21:56:13.661Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspIncludedWelcomePage/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:56:13 [2023-03-05T21:56:13.661Z] [javac] Compiling 1 source file 16:56:13 [2023-03-05T21:56:13.661Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspIncludedWelcomePage/WebTest.java uses or overrides a deprecated API. 16:56:13 [2023-03-05T21:56:13.661Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] deploy: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] deploy-war-common: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setOSConditions: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolWin: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolUnix: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setToolProperty: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] setS1ASclassPath: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] init-common: 16:56:13 [2023-03-05T21:56:13.661Z] 16:56:13 [2023-03-05T21:56:13.661Z] deploy-war-commonpe: 16:56:13 [2023-03-05T21:56:13.918Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-included-welcome-page --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-included-welcome-page-web.war 16:56:14 [2023-03-05T21:56:14.503Z] [exec] Application deployed with name web-jsp-included-welcome-page-web. 16:56:14 [2023-03-05T21:56:14.503Z] 16:56:14 [2023-03-05T21:56:14.503Z] deploy-war-commonee: 16:56:14 [2023-03-05T21:56:14.503Z] 16:56:14 [2023-03-05T21:56:14.503Z] run: 16:56:14 [2023-03-05T21:56:14.503Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:56:14 [2023-03-05T21:56:14.503Z] [java] 16:56:14 [2023-03-05T21:56:14.503Z] [java] 16:56:14 [2023-03-05T21:56:14.503Z] [java] ----------------------------------------- 16:56:14 [2023-03-05T21:56:14.503Z] [java] - jsp-included-welcome-page: PASS - 16:56:14 [2023-03-05T21:56:14.503Z] [java] ----------------------------------------- 16:56:14 [2023-03-05T21:56:14.503Z] [java] - Total PASS : 1 - 16:56:14 [2023-03-05T21:56:14.503Z] [java] - Total FAIL : 0 - 16:56:14 [2023-03-05T21:56:14.503Z] [java] - Total DID NOT RUN : 0 - 16:56:14 [2023-03-05T21:56:14.503Z] [java] ----------------------------------------- 16:56:14 [2023-03-05T21:56:14.503Z] 16:56:14 [2023-03-05T21:56:14.503Z] undeploy: 16:56:14 [2023-03-05T21:56:14.503Z] 16:56:14 [2023-03-05T21:56:14.503Z] setOSConditions: 16:56:14 [2023-03-05T21:56:14.503Z] 16:56:14 [2023-03-05T21:56:14.503Z] setToolWin: 16:56:14 [2023-03-05T21:56:14.503Z] 16:56:14 [2023-03-05T21:56:14.503Z] setToolUnix: 16:56:14 [2023-03-05T21:56:14.503Z] 16:56:14 [2023-03-05T21:56:14.503Z] setToolProperty: 16:56:14 [2023-03-05T21:56:14.503Z] 16:56:14 [2023-03-05T21:56:14.503Z] setS1ASclassPath: 16:56:14 [2023-03-05T21:56:14.503Z] 16:56:14 [2023-03-05T21:56:14.503Z] init-common: 16:56:14 [2023-03-05T21:56:14.503Z] 16:56:14 [2023-03-05T21:56:14.503Z] undeploy-war-common: 16:56:15 [2023-03-05T21:56:15.065Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-included-welcome-page-web 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] all: 16:56:15 [2023-03-05T21:56:15.065Z] [echo] 16:56:15 [2023-03-05T21:56:15.065Z] [echo] ************************* 16:56:15 [2023-03-05T21:56:15.065Z] [echo] * Running jspNestedScriptingTagExtraInfo 16:56:15 [2023-03-05T21:56:15.065Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspNestedScriptingTagExtraInfo 16:56:15 [2023-03-05T21:56:15.065Z] [echo] ************************* 16:56:15 [2023-03-05T21:56:15.065Z] [echo] 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setOSConditions: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setToolWin: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setToolUnix: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setToolProperty: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setS1ASclassPath: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] init-common: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] clean: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setOSConditions: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setToolWin: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setToolUnix: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setToolProperty: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setS1ASclassPath: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] init-common: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] clean-common: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setOSConditions: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setToolWin: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setToolUnix: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setToolProperty: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setS1ASclassPath: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] init-common: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] clean-classes-common: 16:56:15 [2023-03-05T21:56:15.065Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setOSConditions: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setToolWin: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setToolUnix: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setToolProperty: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setS1ASclassPath: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] init-common: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] clean-jars-common: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] compile: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setOSConditions: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setToolWin: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setToolUnix: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setToolProperty: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] setS1ASclassPath: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] init-common: 16:56:15 [2023-03-05T21:56:15.065Z] 16:56:15 [2023-03-05T21:56:15.065Z] compile-common: 16:56:15 [2023-03-05T21:56:15.065Z] [echo] Current time (ISO): 2023-03-05T21:56:14.831+0000 16:56:15 [2023-03-05T21:56:15.065Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:15 [2023-03-05T21:56:15.065Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:15 [2023-03-05T21:56:15.995Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:56:16 [2023-03-05T21:56:16.251Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspNestedScriptingTagExtraInfo/servlet/taglib/MyTag.java:37: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal 16:56:16 [2023-03-05T21:56:16.251Z] [javac] pageContext.setAttribute(getName(), new Integer(counter++)); 16:56:16 [2023-03-05T21:56:16.251Z] [javac] ^ 16:56:16 [2023-03-05T21:56:16.251Z] [javac] 2 warnings 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] build: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] setOSConditions: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] setToolWin: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] setToolUnix: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] setToolProperty: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] setS1ASclassPath: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] init-common: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] webclient-war-common: 16:56:16 [2023-03-05T21:56:16.251Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] clear: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] test-tlds-exist: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] copy-tlds: 16:56:16 [2023-03-05T21:56:16.251Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:56:16 [2023-03-05T21:56:16.251Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] test-tagfiles-exist: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] copy-tagfiles: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] package-war-common: 16:56:16 [2023-03-05T21:56:16.251Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:16 [2023-03-05T21:56:16.251Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:56:16 [2023-03-05T21:56:16.251Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspNestedScriptingTagExtraInfo/lib 16:56:16 [2023-03-05T21:56:16.251Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:16 [2023-03-05T21:56:16.251Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:16 [2023-03-05T21:56:16.251Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-nested-scripting-tag-extra-info-web.war 16:56:16 [2023-03-05T21:56:16.251Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:16 [2023-03-05T21:56:16.251Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspNestedScriptingTagExtraInfo/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:56:16 [2023-03-05T21:56:16.251Z] [javac] Compiling 1 source file 16:56:16 [2023-03-05T21:56:16.251Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspNestedScriptingTagExtraInfo/WebTest.java uses or overrides a deprecated API. 16:56:16 [2023-03-05T21:56:16.251Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] deploy: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] deploy-war-common: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] setOSConditions: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] setToolWin: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] setToolUnix: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] setToolProperty: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] setS1ASclassPath: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] init-common: 16:56:16 [2023-03-05T21:56:16.251Z] 16:56:16 [2023-03-05T21:56:16.251Z] deploy-war-commonpe: 16:56:16 [2023-03-05T21:56:16.508Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-nested-scripting-tag-extra-info --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-nested-scripting-tag-extra-info-web.war 16:56:17 [2023-03-05T21:56:17.070Z] [exec] Application deployed with name web-jsp-nested-scripting-tag-extra-info-web. 16:56:17 [2023-03-05T21:56:17.070Z] 16:56:17 [2023-03-05T21:56:17.070Z] deploy-war-commonee: 16:56:17 [2023-03-05T21:56:17.070Z] 16:56:17 [2023-03-05T21:56:17.070Z] run: 16:56:17 [2023-03-05T21:56:17.070Z] [java] Connecting to: http://localhost:45711/web-jsp-nested-scripting-tag-extra-info/jsp//test.jsp 16:56:17 [2023-03-05T21:56:17.070Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:56:17 [2023-03-05T21:56:17.070Z] [java] 16:56:17 [2023-03-05T21:56:17.070Z] [java] 16:56:17 [2023-03-05T21:56:17.070Z] [java] ----------------------------------------- 16:56:17 [2023-03-05T21:56:17.070Z] [java] - jsp-nested-scripting-tag-extra-info: PASS - 16:56:17 [2023-03-05T21:56:17.070Z] [java] ----------------------------------------- 16:56:17 [2023-03-05T21:56:17.070Z] [java] - Total PASS : 1 - 16:56:17 [2023-03-05T21:56:17.070Z] [java] - Total FAIL : 0 - 16:56:17 [2023-03-05T21:56:17.070Z] [java] - Total DID NOT RUN : 0 - 16:56:17 [2023-03-05T21:56:17.070Z] [java] ----------------------------------------- 16:56:17 [2023-03-05T21:56:17.070Z] 16:56:17 [2023-03-05T21:56:17.070Z] undeploy: 16:56:17 [2023-03-05T21:56:17.070Z] 16:56:17 [2023-03-05T21:56:17.070Z] setOSConditions: 16:56:17 [2023-03-05T21:56:17.070Z] 16:56:17 [2023-03-05T21:56:17.070Z] setToolWin: 16:56:17 [2023-03-05T21:56:17.070Z] 16:56:17 [2023-03-05T21:56:17.070Z] setToolUnix: 16:56:17 [2023-03-05T21:56:17.070Z] 16:56:17 [2023-03-05T21:56:17.070Z] setToolProperty: 16:56:17 [2023-03-05T21:56:17.070Z] 16:56:17 [2023-03-05T21:56:17.070Z] setS1ASclassPath: 16:56:17 [2023-03-05T21:56:17.070Z] 16:56:17 [2023-03-05T21:56:17.070Z] init-common: 16:56:17 [2023-03-05T21:56:17.070Z] 16:56:17 [2023-03-05T21:56:17.070Z] undeploy-war-common: 16:56:17 [2023-03-05T21:56:17.326Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-nested-scripting-tag-extra-info-web 16:56:17 [2023-03-05T21:56:17.326Z] 16:56:17 [2023-03-05T21:56:17.326Z] all: 16:56:17 [2023-03-05T21:56:17.326Z] [echo] 16:56:17 [2023-03-05T21:56:17.326Z] [echo] ************************* 16:56:17 [2023-03-05T21:56:17.326Z] [echo] * Running jspNullFragment 16:56:17 [2023-03-05T21:56:17.326Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspNullFragment 16:56:17 [2023-03-05T21:56:17.326Z] [echo] ************************* 16:56:17 [2023-03-05T21:56:17.326Z] [echo] 16:56:17 [2023-03-05T21:56:17.326Z] 16:56:17 [2023-03-05T21:56:17.326Z] setOSConditions: 16:56:17 [2023-03-05T21:56:17.326Z] 16:56:17 [2023-03-05T21:56:17.326Z] setToolWin: 16:56:17 [2023-03-05T21:56:17.326Z] 16:56:17 [2023-03-05T21:56:17.326Z] setToolUnix: 16:56:17 [2023-03-05T21:56:17.326Z] 16:56:17 [2023-03-05T21:56:17.326Z] setToolProperty: 16:56:17 [2023-03-05T21:56:17.326Z] 16:56:17 [2023-03-05T21:56:17.326Z] setS1ASclassPath: 16:56:17 [2023-03-05T21:56:17.326Z] 16:56:17 [2023-03-05T21:56:17.326Z] init-common: 16:56:17 [2023-03-05T21:56:17.326Z] 16:56:17 [2023-03-05T21:56:17.326Z] clean: 16:56:17 [2023-03-05T21:56:17.326Z] 16:56:17 [2023-03-05T21:56:17.326Z] setOSConditions: 16:56:17 [2023-03-05T21:56:17.326Z] 16:56:17 [2023-03-05T21:56:17.326Z] setToolWin: 16:56:17 [2023-03-05T21:56:17.326Z] 16:56:17 [2023-03-05T21:56:17.326Z] setToolUnix: 16:56:17 [2023-03-05T21:56:17.326Z] 16:56:17 [2023-03-05T21:56:17.326Z] setToolProperty: 16:56:17 [2023-03-05T21:56:17.326Z] 16:56:17 [2023-03-05T21:56:17.326Z] setS1ASclassPath: 16:56:17 [2023-03-05T21:56:17.326Z] 16:56:17 [2023-03-05T21:56:17.326Z] init-common: 16:56:17 [2023-03-05T21:56:17.326Z] 16:56:17 [2023-03-05T21:56:17.327Z] clean-common: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setOSConditions: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setToolWin: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setToolUnix: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setToolProperty: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setS1ASclassPath: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] init-common: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] clean-classes-common: 16:56:17 [2023-03-05T21:56:17.327Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setOSConditions: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setToolWin: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setToolUnix: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setToolProperty: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setS1ASclassPath: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] init-common: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] clean-jars-common: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] compile: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setOSConditions: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setToolWin: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setToolUnix: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setToolProperty: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setS1ASclassPath: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] init-common: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] compile-common: 16:56:17 [2023-03-05T21:56:17.327Z] [echo] Current time (ISO): 2023-03-05T21:56:17.259+0000 16:56:17 [2023-03-05T21:56:17.327Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:17 [2023-03-05T21:56:17.327Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspNullFragment/servlet 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] build: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setOSConditions: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setToolWin: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setToolUnix: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setToolProperty: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setS1ASclassPath: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] init-common: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] webclient-war-common: 16:56:17 [2023-03-05T21:56:17.327Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] clear: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] test-tlds-exist: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] copy-tlds: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] test-tagfiles-exist: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] copy-tagfiles: 16:56:17 [2023-03-05T21:56:17.327Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags 16:56:17 [2023-03-05T21:56:17.327Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] package-war-common: 16:56:17 [2023-03-05T21:56:17.327Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:17 [2023-03-05T21:56:17.327Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:56:17 [2023-03-05T21:56:17.327Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspNullFragment/lib 16:56:17 [2023-03-05T21:56:17.327Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:17 [2023-03-05T21:56:17.327Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-null-fragment-web.war 16:56:17 [2023-03-05T21:56:17.327Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:17 [2023-03-05T21:56:17.327Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspNullFragment/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:56:17 [2023-03-05T21:56:17.327Z] [javac] Compiling 1 source file 16:56:17 [2023-03-05T21:56:17.327Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspNullFragment/WebTest.java uses or overrides a deprecated API. 16:56:17 [2023-03-05T21:56:17.327Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] deploy: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] deploy-war-common: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setOSConditions: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setToolWin: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setToolUnix: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setToolProperty: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] setS1ASclassPath: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] init-common: 16:56:17 [2023-03-05T21:56:17.327Z] 16:56:17 [2023-03-05T21:56:17.327Z] deploy-war-commonpe: 16:56:17 [2023-03-05T21:56:17.889Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-null-fragment --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-null-fragment-web.war 16:56:18 [2023-03-05T21:56:18.450Z] [exec] Application deployed with name web-jsp-null-fragment-web. 16:56:18 [2023-03-05T21:56:18.450Z] 16:56:18 [2023-03-05T21:56:18.450Z] deploy-war-commonee: 16:56:18 [2023-03-05T21:56:18.450Z] 16:56:18 [2023-03-05T21:56:18.450Z] run: 16:56:18 [2023-03-05T21:56:18.450Z] [java] Connecting to: http://localhost:45711/web-jsp-null-fragment/test.jsp 16:56:18 [2023-03-05T21:56:18.450Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:56:18 [2023-03-05T21:56:18.450Z] [java] 16:56:18 [2023-03-05T21:56:18.450Z] [java] 16:56:18 [2023-03-05T21:56:18.450Z] [java] ----------------------------------------- 16:56:18 [2023-03-05T21:56:18.450Z] [java] - jsp-null-frag: PASS - 16:56:18 [2023-03-05T21:56:18.450Z] [java] ----------------------------------------- 16:56:18 [2023-03-05T21:56:18.450Z] [java] - Total PASS : 1 - 16:56:18 [2023-03-05T21:56:18.450Z] [java] - Total FAIL : 0 - 16:56:18 [2023-03-05T21:56:18.450Z] [java] - Total DID NOT RUN : 0 - 16:56:18 [2023-03-05T21:56:18.450Z] [java] ----------------------------------------- 16:56:18 [2023-03-05T21:56:18.450Z] 16:56:18 [2023-03-05T21:56:18.450Z] undeploy: 16:56:18 [2023-03-05T21:56:18.450Z] 16:56:18 [2023-03-05T21:56:18.450Z] setOSConditions: 16:56:18 [2023-03-05T21:56:18.451Z] 16:56:18 [2023-03-05T21:56:18.451Z] setToolWin: 16:56:18 [2023-03-05T21:56:18.451Z] 16:56:18 [2023-03-05T21:56:18.451Z] setToolUnix: 16:56:18 [2023-03-05T21:56:18.451Z] 16:56:18 [2023-03-05T21:56:18.451Z] setToolProperty: 16:56:18 [2023-03-05T21:56:18.451Z] 16:56:18 [2023-03-05T21:56:18.451Z] setS1ASclassPath: 16:56:18 [2023-03-05T21:56:18.451Z] 16:56:18 [2023-03-05T21:56:18.451Z] init-common: 16:56:18 [2023-03-05T21:56:18.451Z] 16:56:18 [2023-03-05T21:56:18.451Z] undeploy-war-common: 16:56:18 [2023-03-05T21:56:18.706Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-null-fragment-web 16:56:18 [2023-03-05T21:56:18.706Z] 16:56:18 [2023-03-05T21:56:18.706Z] all: 16:56:18 [2023-03-05T21:56:18.706Z] [echo] 16:56:18 [2023-03-05T21:56:18.706Z] [echo] ************************* 16:56:18 [2023-03-05T21:56:18.706Z] [echo] * Running jspPoundSyntax 16:56:18 [2023-03-05T21:56:18.706Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPoundSyntax 16:56:18 [2023-03-05T21:56:18.706Z] [echo] ************************* 16:56:18 [2023-03-05T21:56:18.706Z] [echo] 16:56:18 [2023-03-05T21:56:18.706Z] 16:56:18 [2023-03-05T21:56:18.706Z] setOSConditions: 16:56:18 [2023-03-05T21:56:18.706Z] 16:56:18 [2023-03-05T21:56:18.706Z] setToolWin: 16:56:18 [2023-03-05T21:56:18.706Z] 16:56:18 [2023-03-05T21:56:18.706Z] setToolUnix: 16:56:18 [2023-03-05T21:56:18.706Z] 16:56:18 [2023-03-05T21:56:18.706Z] setToolProperty: 16:56:18 [2023-03-05T21:56:18.706Z] 16:56:18 [2023-03-05T21:56:18.706Z] setS1ASclassPath: 16:56:18 [2023-03-05T21:56:18.706Z] 16:56:18 [2023-03-05T21:56:18.707Z] init-common: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] clean: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setOSConditions: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setToolWin: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setToolUnix: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setToolProperty: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setS1ASclassPath: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] init-common: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] clean-common: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setOSConditions: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setToolWin: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setToolUnix: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setToolProperty: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setS1ASclassPath: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] init-common: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] clean-classes-common: 16:56:18 [2023-03-05T21:56:18.707Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setOSConditions: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setToolWin: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setToolUnix: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setToolProperty: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setS1ASclassPath: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] init-common: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] clean-jars-common: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] compile: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setOSConditions: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setToolWin: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setToolUnix: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setToolProperty: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] setS1ASclassPath: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] init-common: 16:56:18 [2023-03-05T21:56:18.707Z] 16:56:18 [2023-03-05T21:56:18.707Z] compile-common: 16:56:18 [2023-03-05T21:56:18.707Z] [echo] Current time (ISO): 2023-03-05T21:56:18.692+0000 16:56:18 [2023-03-05T21:56:18.707Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:18 [2023-03-05T21:56:18.707Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:20 [2023-03-05T21:56:20.075Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:56:20 [2023-03-05T21:56:20.075Z] [javac] 1 warning 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] build: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] setOSConditions: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] setToolWin: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] setToolUnix: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] setToolProperty: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] setS1ASclassPath: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] init-common: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] webclient-war-common: 16:56:20 [2023-03-05T21:56:20.075Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] clear: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] test-tlds-exist: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] copy-tlds: 16:56:20 [2023-03-05T21:56:20.075Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:56:20 [2023-03-05T21:56:20.075Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] test-tagfiles-exist: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] copy-tagfiles: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] package-war-common: 16:56:20 [2023-03-05T21:56:20.075Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:20 [2023-03-05T21:56:20.075Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:56:20 [2023-03-05T21:56:20.075Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPoundSyntax/lib 16:56:20 [2023-03-05T21:56:20.075Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:20 [2023-03-05T21:56:20.075Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:20 [2023-03-05T21:56:20.075Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-pound-literal-web.war 16:56:20 [2023-03-05T21:56:20.075Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:20 [2023-03-05T21:56:20.075Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPoundSyntax/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:56:20 [2023-03-05T21:56:20.075Z] [javac] Compiling 1 source file 16:56:20 [2023-03-05T21:56:20.075Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPoundSyntax/WebTest.java uses or overrides a deprecated API. 16:56:20 [2023-03-05T21:56:20.075Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] deploy: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] deploy-war-common: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] setOSConditions: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] setToolWin: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] setToolUnix: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] setToolProperty: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] setS1ASclassPath: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] init-common: 16:56:20 [2023-03-05T21:56:20.075Z] 16:56:20 [2023-03-05T21:56:20.075Z] deploy-war-commonpe: 16:56:20 [2023-03-05T21:56:20.331Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot web-pound-literal --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-pound-literal-web.war 16:56:20 [2023-03-05T21:56:20.587Z] [exec] Application deployed with name web-pound-literal-web. 16:56:20 [2023-03-05T21:56:20.587Z] 16:56:20 [2023-03-05T21:56:20.587Z] deploy-war-commonee: 16:56:20 [2023-03-05T21:56:20.587Z] 16:56:20 [2023-03-05T21:56:20.587Z] run: 16:56:20 [2023-03-05T21:56:20.587Z] [java] Connecting to: http://localhost:45711/web-pound-literal/testjsp12.jsp 16:56:20 [2023-03-05T21:56:20.842Z] [java] Connecting to: http://localhost:45711/web-pound-literal/testjsp21x.jsp 16:56:20 [2023-03-05T21:56:20.842Z] [java] Connecting to: http://localhost:45711/web-pound-literal/testjsp21y.jsp 16:56:20 [2023-03-05T21:56:20.842Z] [java] Connecting to: http://localhost:45711/web-pound-literal/testjsp21w.jsp 16:56:20 [2023-03-05T21:56:20.842Z] [java] Connecting to: http://localhost:45711/web-pound-literal/testjsp21z.jsp 16:56:21 [2023-03-05T21:56:21.119Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:56:21 [2023-03-05T21:56:21.119Z] [java] 16:56:21 [2023-03-05T21:56:21.119Z] [java] 16:56:21 [2023-03-05T21:56:21.119Z] [java] ----------------------------------------- 16:56:21 [2023-03-05T21:56:21.119Z] [java] - jsp12-pound-compatibility-test: PASS - 16:56:21 [2023-03-05T21:56:21.119Z] [java] - pound-in-literal-test: PASS - 16:56:21 [2023-03-05T21:56:21.119Z] [java] - pound-in-exprval-test: PASS - 16:56:21 [2023-03-05T21:56:21.119Z] [java] - pound-default-test: PASS - 16:56:21 [2023-03-05T21:56:21.119Z] [java] - pound-syntax-allowed-as-literal-true-test: PASS - 16:56:21 [2023-03-05T21:56:21.119Z] [java] ----------------------------------------- 16:56:21 [2023-03-05T21:56:21.119Z] [java] - Total PASS : 5 - 16:56:21 [2023-03-05T21:56:21.119Z] [java] - Total FAIL : 0 - 16:56:21 [2023-03-05T21:56:21.119Z] [java] - Total DID NOT RUN : 0 - 16:56:21 [2023-03-05T21:56:21.119Z] [java] ----------------------------------------- 16:56:21 [2023-03-05T21:56:21.119Z] 16:56:21 [2023-03-05T21:56:21.119Z] undeploy: 16:56:21 [2023-03-05T21:56:21.119Z] 16:56:21 [2023-03-05T21:56:21.119Z] setOSConditions: 16:56:21 [2023-03-05T21:56:21.119Z] 16:56:21 [2023-03-05T21:56:21.119Z] setToolWin: 16:56:21 [2023-03-05T21:56:21.119Z] 16:56:21 [2023-03-05T21:56:21.119Z] setToolUnix: 16:56:21 [2023-03-05T21:56:21.119Z] 16:56:21 [2023-03-05T21:56:21.119Z] setToolProperty: 16:56:21 [2023-03-05T21:56:21.119Z] 16:56:21 [2023-03-05T21:56:21.119Z] setS1ASclassPath: 16:56:21 [2023-03-05T21:56:21.119Z] 16:56:21 [2023-03-05T21:56:21.119Z] init-common: 16:56:21 [2023-03-05T21:56:21.119Z] 16:56:21 [2023-03-05T21:56:21.119Z] undeploy-war-common: 16:56:21 [2023-03-05T21:56:21.375Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-pound-literal-web 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] all: 16:56:21 [2023-03-05T21:56:21.375Z] [echo] 16:56:21 [2023-03-05T21:56:21.375Z] [echo] ************************* 16:56:21 [2023-03-05T21:56:21.375Z] [echo] * Running jspPrecompileConsiderDomainLibJarFilesAndClasses 16:56:21 [2023-03-05T21:56:21.375Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileConsiderDomainLibJarFilesAndClasses 16:56:21 [2023-03-05T21:56:21.375Z] [echo] ************************* 16:56:21 [2023-03-05T21:56:21.375Z] [echo] 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] setOSConditions: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] setToolWin: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] setToolUnix: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] setToolProperty: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] setS1ASclassPath: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] init-common: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] setup: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] setOSConditions: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] setToolWin: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] setToolUnix: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] setToolProperty: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] setS1ASclassPath: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] init-common: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] copyJarAndClasses: 16:56:21 [2023-03-05T21:56:21.375Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/lib 16:56:21 [2023-03-05T21:56:21.375Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/lib/classes 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] restart-server-instance-common: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] setOSConditions: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] setToolWin: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] setToolUnix: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] setToolProperty: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] setS1ASclassPath: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] init-common: 16:56:21 [2023-03-05T21:56:21.375Z] 16:56:21 [2023-03-05T21:56:21.375Z] stopDomain: 16:56:21 [2023-03-05T21:56:21.375Z] [echo] run.xml:stopping domain... 16:56:21 [2023-03-05T21:56:21.938Z] [exec] Waiting for the domain to stop . 16:56:22 [2023-03-05T21:56:22.193Z] [exec] Waiting finished after 94 ms. 16:56:22 [2023-03-05T21:56:22.193Z] [exec] Command stop-domain executed successfully. 16:56:27 [2023-03-05T21:56:27.450Z] 16:56:27 [2023-03-05T21:56:27.450Z] setOSConditions: 16:56:27 [2023-03-05T21:56:27.450Z] 16:56:27 [2023-03-05T21:56:27.450Z] setToolWin: 16:56:27 [2023-03-05T21:56:27.450Z] 16:56:27 [2023-03-05T21:56:27.450Z] setToolUnix: 16:56:27 [2023-03-05T21:56:27.450Z] 16:56:27 [2023-03-05T21:56:27.450Z] setToolProperty: 16:56:27 [2023-03-05T21:56:27.450Z] 16:56:27 [2023-03-05T21:56:27.450Z] setS1ASclassPath: 16:56:27 [2023-03-05T21:56:27.450Z] 16:56:27 [2023-03-05T21:56:27.450Z] init-common: 16:56:27 [2023-03-05T21:56:27.450Z] 16:56:27 [2023-03-05T21:56:27.450Z] startDomainUnix: 16:56:27 [2023-03-05T21:56:27.450Z] [echo] Starting DAS 16:56:31 [2023-03-05T21:56:31.619Z] [exec] Waiting for domain1 to start ..... 16:56:31 [2023-03-05T21:56:31.876Z] [exec] Waiting finished after 4,082 ms. 16:56:31 [2023-03-05T21:56:31.876Z] [exec] Successfully started the domain : domain1 16:56:31 [2023-03-05T21:56:31.876Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:56:31 [2023-03-05T21:56:31.876Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:56:31 [2023-03-05T21:56:31.876Z] [exec] Admin Port: 45,707 16:56:31 [2023-03-05T21:56:31.876Z] [exec] Command start-domain executed successfully. 16:56:32 [2023-03-05T21:56:32.132Z] [echo] run.xml:doing wait for localhost:45711... 16:56:32 [2023-03-05T21:56:32.132Z] [echo] run.xml:DONE doing wait for localhost:45711... 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] dumpThreadStack: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] startDomainWindows: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] startDomain: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] clean: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setOSConditions: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setToolWin: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setToolUnix: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setToolProperty: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setS1ASclassPath: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] init-common: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] clean-common: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setOSConditions: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setToolWin: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setToolUnix: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setToolProperty: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setS1ASclassPath: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] init-common: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] clean-classes-common: 16:56:32 [2023-03-05T21:56:32.132Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setOSConditions: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setToolWin: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setToolUnix: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setToolProperty: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setS1ASclassPath: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] init-common: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] clean-jars-common: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] compile: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setOSConditions: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setToolWin: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setToolUnix: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setToolProperty: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] setS1ASclassPath: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] init-common: 16:56:32 [2023-03-05T21:56:32.132Z] 16:56:32 [2023-03-05T21:56:32.132Z] compile-common: 16:56:32 [2023-03-05T21:56:32.132Z] [echo] Current time (ISO): 2023-03-05T21:56:32.048+0000 16:56:32 [2023-03-05T21:56:32.132Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:32 [2023-03-05T21:56:32.132Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:33 [2023-03-05T21:56:33.519Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:56:33 [2023-03-05T21:56:33.519Z] [javac] 1 warning 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] build: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] setOSConditions: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] setToolWin: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] setToolUnix: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] setToolProperty: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] setS1ASclassPath: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] init-common: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] webclient-war-common: 16:56:33 [2023-03-05T21:56:33.519Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] clear: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] test-tlds-exist: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] copy-tlds: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] test-tagfiles-exist: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] copy-tagfiles: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] package-war-common: 16:56:33 [2023-03-05T21:56:33.519Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:56:33 [2023-03-05T21:56:33.519Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:33 [2023-03-05T21:56:33.519Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:33 [2023-03-05T21:56:33.519Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:56:33 [2023-03-05T21:56:33.519Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileConsiderDomainLibJarFilesAndClasses/lib 16:56:33 [2023-03-05T21:56:33.519Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:33 [2023-03-05T21:56:33.519Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:33 [2023-03-05T21:56:33.519Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-precompile-consider-domain-lib-jarfiles-and-classes-web.war 16:56:33 [2023-03-05T21:56:33.519Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:33 [2023-03-05T21:56:33.519Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileConsiderDomainLibJarFilesAndClasses/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:56:33 [2023-03-05T21:56:33.519Z] [javac] Compiling 1 source file 16:56:33 [2023-03-05T21:56:33.519Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileConsiderDomainLibJarFilesAndClasses/WebTest.java uses or overrides a deprecated API. 16:56:33 [2023-03-05T21:56:33.519Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] deploy: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] deploy-war-common: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] setOSConditions: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] setToolWin: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] setToolUnix: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] setToolProperty: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] setS1ASclassPath: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] init-common: 16:56:33 [2023-03-05T21:56:33.519Z] 16:56:33 [2023-03-05T21:56:33.519Z] deploy-war-commonpe: 16:56:33 [2023-03-05T21:56:33.775Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-precompile-consider-domain-lib-jarfiles-and-classes --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-precompile-consider-domain-lib-jarfiles-and-classes-web.war 16:56:36 [2023-03-05T21:56:36.293Z] [exec] Application deployed with name web-jsp-precompile-consider-domain-lib-jarfiles-and-classes-web. 16:56:36 [2023-03-05T21:56:36.293Z] 16:56:36 [2023-03-05T21:56:36.293Z] deploy-war-commonee: 16:56:36 [2023-03-05T21:56:36.293Z] 16:56:36 [2023-03-05T21:56:36.293Z] run: 16:56:36 [2023-03-05T21:56:36.549Z] [java] Connecting to: http://localhost:45711/web-jsp-precompile-consider-domain-lib-jarfiles-and-classes/jsp/test.jsp 16:56:36 [2023-03-05T21:56:36.549Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:56:36 [2023-03-05T21:56:36.549Z] [java] 16:56:36 [2023-03-05T21:56:36.549Z] [java] 16:56:36 [2023-03-05T21:56:36.549Z] [java] ----------------------------------------- 16:56:36 [2023-03-05T21:56:36.549Z] [java] - jsp-precompile-consider-domain-lib-jarfiles-and-classes: PASS - 16:56:36 [2023-03-05T21:56:36.549Z] [java] ----------------------------------------- 16:56:36 [2023-03-05T21:56:36.549Z] [java] - Total PASS : 1 - 16:56:36 [2023-03-05T21:56:36.549Z] [java] - Total FAIL : 0 - 16:56:36 [2023-03-05T21:56:36.549Z] [java] - Total DID NOT RUN : 0 - 16:56:36 [2023-03-05T21:56:36.549Z] [java] ----------------------------------------- 16:56:36 [2023-03-05T21:56:36.549Z] 16:56:36 [2023-03-05T21:56:36.549Z] undeploy: 16:56:36 [2023-03-05T21:56:36.549Z] 16:56:36 [2023-03-05T21:56:36.549Z] setOSConditions: 16:56:36 [2023-03-05T21:56:36.549Z] 16:56:36 [2023-03-05T21:56:36.549Z] setToolWin: 16:56:36 [2023-03-05T21:56:36.549Z] 16:56:36 [2023-03-05T21:56:36.549Z] setToolUnix: 16:56:36 [2023-03-05T21:56:36.549Z] 16:56:36 [2023-03-05T21:56:36.549Z] setToolProperty: 16:56:36 [2023-03-05T21:56:36.549Z] 16:56:36 [2023-03-05T21:56:36.549Z] setS1ASclassPath: 16:56:36 [2023-03-05T21:56:36.549Z] 16:56:36 [2023-03-05T21:56:36.549Z] init-common: 16:56:36 [2023-03-05T21:56:36.549Z] 16:56:36 [2023-03-05T21:56:36.549Z] undeploy-war-common: 16:56:36 [2023-03-05T21:56:36.818Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-precompile-consider-domain-lib-jarfiles-and-classes-web 16:56:37 [2023-03-05T21:56:37.074Z] 16:56:37 [2023-03-05T21:56:37.074Z] stopDomain: 16:56:37 [2023-03-05T21:56:37.074Z] [echo] run.xml:stopping domain... 16:56:38 [2023-03-05T21:56:38.020Z] [exec] Waiting for the domain to stop . 16:56:38 [2023-03-05T21:56:38.020Z] [exec] Waiting finished after 264 ms. 16:56:38 [2023-03-05T21:56:38.020Z] [exec] Command stop-domain executed successfully. 16:56:38 [2023-03-05T21:56:38.020Z] 16:56:38 [2023-03-05T21:56:38.020Z] restore: 16:56:38 [2023-03-05T21:56:38.020Z] 16:56:38 [2023-03-05T21:56:38.020Z] setOSConditions: 16:56:38 [2023-03-05T21:56:38.020Z] 16:56:38 [2023-03-05T21:56:38.020Z] setToolWin: 16:56:38 [2023-03-05T21:56:38.020Z] 16:56:38 [2023-03-05T21:56:38.020Z] setToolUnix: 16:56:38 [2023-03-05T21:56:38.020Z] 16:56:38 [2023-03-05T21:56:38.020Z] setToolProperty: 16:56:38 [2023-03-05T21:56:38.020Z] 16:56:38 [2023-03-05T21:56:38.020Z] setS1ASclassPath: 16:56:38 [2023-03-05T21:56:38.020Z] 16:56:38 [2023-03-05T21:56:38.020Z] init-common: 16:56:38 [2023-03-05T21:56:38.020Z] 16:56:38 [2023-03-05T21:56:38.020Z] removeJarAndClasses: 16:56:38 [2023-03-05T21:56:38.020Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/lib/myclasses.jar 16:56:38 [2023-03-05T21:56:38.020Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/lib/classes/aaa 16:56:38 [2023-03-05T21:56:38.020Z] 16:56:38 [2023-03-05T21:56:38.020Z] setOSConditions: 16:56:38 [2023-03-05T21:56:38.020Z] 16:56:38 [2023-03-05T21:56:38.020Z] setToolWin: 16:56:38 [2023-03-05T21:56:38.020Z] 16:56:38 [2023-03-05T21:56:38.020Z] setToolUnix: 16:56:38 [2023-03-05T21:56:38.020Z] 16:56:38 [2023-03-05T21:56:38.020Z] setToolProperty: 16:56:38 [2023-03-05T21:56:38.020Z] 16:56:38 [2023-03-05T21:56:38.020Z] setS1ASclassPath: 16:56:38 [2023-03-05T21:56:38.020Z] 16:56:38 [2023-03-05T21:56:38.020Z] init-common: 16:56:38 [2023-03-05T21:56:38.020Z] 16:56:38 [2023-03-05T21:56:38.020Z] startDomainUnix: 16:56:38 [2023-03-05T21:56:38.020Z] [echo] Starting DAS 16:56:42 [2023-03-05T21:56:42.320Z] [exec] Waiting for domain1 to start .... 16:56:42 [2023-03-05T21:56:42.320Z] [exec] Waiting finished after 3,667 ms. 16:56:42 [2023-03-05T21:56:42.320Z] [exec] Successfully started the domain : domain1 16:56:42 [2023-03-05T21:56:42.320Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:56:42 [2023-03-05T21:56:42.320Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:56:42 [2023-03-05T21:56:42.320Z] [exec] Admin Port: 45,707 16:56:42 [2023-03-05T21:56:42.320Z] [exec] Command start-domain executed successfully. 16:56:42 [2023-03-05T21:56:42.576Z] [echo] run.xml:doing wait for localhost:45711... 16:56:42 [2023-03-05T21:56:42.576Z] [echo] run.xml:DONE doing wait for localhost:45711... 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] dumpThreadStack: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] startDomainWindows: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] startDomain: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] all: 16:56:42 [2023-03-05T21:56:42.576Z] [echo] 16:56:42 [2023-03-05T21:56:42.576Z] [echo] ************************* 16:56:42 [2023-03-05T21:56:42.576Z] [echo] * Running jspPrecompileDeployDashDashLibraries 16:56:42 [2023-03-05T21:56:42.576Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileDeployDashDashLibraries 16:56:42 [2023-03-05T21:56:42.576Z] [echo] ************************* 16:56:42 [2023-03-05T21:56:42.576Z] [echo] 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] setOSConditions: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] setToolWin: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] setToolUnix: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] setToolProperty: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] setS1ASclassPath: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] init-common: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] setup: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] setOSConditions: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] setToolWin: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] setToolUnix: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] setToolProperty: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] setS1ASclassPath: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] init-common: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] copyJarToApplibs: 16:56:42 [2023-03-05T21:56:42.576Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/lib/applibs 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] restart-server-instance-common: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] setOSConditions: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] setToolWin: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] setToolUnix: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] setToolProperty: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] setS1ASclassPath: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] init-common: 16:56:42 [2023-03-05T21:56:42.576Z] 16:56:42 [2023-03-05T21:56:42.576Z] stopDomain: 16:56:42 [2023-03-05T21:56:42.576Z] [echo] run.xml:stopping domain... 16:56:47 [2023-03-05T21:56:47.836Z] [exec] Waiting for the domain to stop .... 16:56:47 [2023-03-05T21:56:47.836Z] [exec] Waiting finished after 3,762 ms. 16:56:47 [2023-03-05T21:56:47.836Z] [exec] Command stop-domain executed successfully. 16:56:53 [2023-03-05T21:56:53.119Z] 16:56:53 [2023-03-05T21:56:53.119Z] setOSConditions: 16:56:53 [2023-03-05T21:56:53.119Z] 16:56:53 [2023-03-05T21:56:53.119Z] setToolWin: 16:56:53 [2023-03-05T21:56:53.119Z] 16:56:53 [2023-03-05T21:56:53.119Z] setToolUnix: 16:56:53 [2023-03-05T21:56:53.119Z] 16:56:53 [2023-03-05T21:56:53.119Z] setToolProperty: 16:56:53 [2023-03-05T21:56:53.119Z] 16:56:53 [2023-03-05T21:56:53.119Z] setS1ASclassPath: 16:56:53 [2023-03-05T21:56:53.119Z] 16:56:53 [2023-03-05T21:56:53.119Z] init-common: 16:56:53 [2023-03-05T21:56:53.119Z] 16:56:53 [2023-03-05T21:56:53.119Z] startDomainUnix: 16:56:53 [2023-03-05T21:56:53.119Z] [echo] Starting DAS 16:56:56 [2023-03-05T21:56:56.520Z] [exec] Waiting for domain1 to start .... 16:56:56 [2023-03-05T21:56:56.520Z] [exec] Waiting finished after 3,509 ms. 16:56:56 [2023-03-05T21:56:56.520Z] [exec] Successfully started the domain : domain1 16:56:56 [2023-03-05T21:56:56.520Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:56:56 [2023-03-05T21:56:56.520Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:56:56 [2023-03-05T21:56:56.520Z] [exec] Admin Port: 45,707 16:56:56 [2023-03-05T21:56:56.520Z] [exec] Command start-domain executed successfully. 16:56:56 [2023-03-05T21:56:56.776Z] [echo] run.xml:doing wait for localhost:45711... 16:56:57 [2023-03-05T21:56:57.032Z] [echo] run.xml:DONE doing wait for localhost:45711... 16:56:57 [2023-03-05T21:56:57.032Z] 16:56:57 [2023-03-05T21:56:57.032Z] dumpThreadStack: 16:56:57 [2023-03-05T21:56:57.032Z] 16:56:57 [2023-03-05T21:56:57.032Z] startDomainWindows: 16:56:57 [2023-03-05T21:56:57.032Z] 16:56:57 [2023-03-05T21:56:57.032Z] startDomain: 16:56:57 [2023-03-05T21:56:57.032Z] 16:56:57 [2023-03-05T21:56:57.032Z] clean: 16:56:57 [2023-03-05T21:56:57.032Z] 16:56:57 [2023-03-05T21:56:57.032Z] setOSConditions: 16:56:57 [2023-03-05T21:56:57.032Z] 16:56:57 [2023-03-05T21:56:57.032Z] setToolWin: 16:56:57 [2023-03-05T21:56:57.032Z] 16:56:57 [2023-03-05T21:56:57.032Z] setToolUnix: 16:56:57 [2023-03-05T21:56:57.032Z] 16:56:57 [2023-03-05T21:56:57.032Z] setToolProperty: 16:56:57 [2023-03-05T21:56:57.032Z] 16:56:57 [2023-03-05T21:56:57.032Z] setS1ASclassPath: 16:56:57 [2023-03-05T21:56:57.032Z] 16:56:57 [2023-03-05T21:56:57.032Z] init-common: 16:56:57 [2023-03-05T21:56:57.032Z] 16:56:57 [2023-03-05T21:56:57.032Z] clean-common: 16:56:57 [2023-03-05T21:56:57.032Z] 16:56:57 [2023-03-05T21:56:57.032Z] setOSConditions: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setToolWin: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setToolUnix: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setToolProperty: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setS1ASclassPath: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] init-common: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] clean-classes-common: 16:56:57 [2023-03-05T21:56:57.033Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setOSConditions: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setToolWin: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setToolUnix: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setToolProperty: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setS1ASclassPath: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] init-common: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] clean-jars-common: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] compile: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setOSConditions: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setToolWin: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setToolUnix: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setToolProperty: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setS1ASclassPath: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] init-common: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] compile-common: 16:56:57 [2023-03-05T21:56:57.033Z] [echo] Current time (ISO): 2023-03-05T21:56:56.851+0000 16:56:57 [2023-03-05T21:56:57.033Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:56:57 [2023-03-05T21:56:57.033Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileDeployDashDashLibraries/servlet 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] build: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setOSConditions: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setToolWin: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setToolUnix: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setToolProperty: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setS1ASclassPath: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] init-common: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] webclient-war-common: 16:56:57 [2023-03-05T21:56:57.033Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] clear: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] test-tlds-exist: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] copy-tlds: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] test-tagfiles-exist: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] copy-tagfiles: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] package-war-common: 16:56:57 [2023-03-05T21:56:57.033Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:56:57 [2023-03-05T21:56:57.033Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:57 [2023-03-05T21:56:57.033Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:56:57 [2023-03-05T21:56:57.033Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:56:57 [2023-03-05T21:56:57.033Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:57 [2023-03-05T21:56:57.033Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-precompile-deploy-dash-dash-libraries-web.war 16:56:57 [2023-03-05T21:56:57.033Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:56:57 [2023-03-05T21:56:57.033Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileDeployDashDashLibraries/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:56:57 [2023-03-05T21:56:57.033Z] [javac] Compiling 1 source file 16:56:57 [2023-03-05T21:56:57.033Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileDeployDashDashLibraries/WebTest.java uses or overrides a deprecated API. 16:56:57 [2023-03-05T21:56:57.033Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] deploy: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setOSConditions: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setToolWin: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setToolUnix: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setToolProperty: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] setS1ASclassPath: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] init-common: 16:56:57 [2023-03-05T21:56:57.033Z] 16:56:57 [2023-03-05T21:56:57.033Z] deploy-war-libraries: 16:56:57 [2023-03-05T21:56:57.289Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-precompile-deploy-dash-dash-libraries --libraries myclasses.jar --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-precompile-deploy-dash-dash-libraries-web.war 16:56:59 [2023-03-05T21:56:59.818Z] [exec] Application deployed with name web-jsp-precompile-deploy-dash-dash-libraries-web. 16:57:00 [2023-03-05T21:57:00.075Z] 16:57:00 [2023-03-05T21:57:00.075Z] run: 16:57:00 [2023-03-05T21:57:00.075Z] [java] Connecting to: http://localhost:45711/web-jsp-precompile-deploy-dash-dash-libraries/test.jsp 16:57:00 [2023-03-05T21:57:00.075Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:00 [2023-03-05T21:57:00.075Z] [java] 16:57:00 [2023-03-05T21:57:00.075Z] [java] 16:57:00 [2023-03-05T21:57:00.075Z] [java] ----------------------------------------- 16:57:00 [2023-03-05T21:57:00.075Z] [java] - jsp-precompile-deploy-dash-dash-libraries: PASS - 16:57:00 [2023-03-05T21:57:00.075Z] [java] ----------------------------------------- 16:57:00 [2023-03-05T21:57:00.075Z] [java] - Total PASS : 1 - 16:57:00 [2023-03-05T21:57:00.075Z] [java] - Total FAIL : 0 - 16:57:00 [2023-03-05T21:57:00.075Z] [java] - Total DID NOT RUN : 0 - 16:57:00 [2023-03-05T21:57:00.075Z] [java] ----------------------------------------- 16:57:00 [2023-03-05T21:57:00.075Z] 16:57:00 [2023-03-05T21:57:00.075Z] undeploy: 16:57:00 [2023-03-05T21:57:00.075Z] 16:57:00 [2023-03-05T21:57:00.075Z] setOSConditions: 16:57:00 [2023-03-05T21:57:00.075Z] 16:57:00 [2023-03-05T21:57:00.075Z] setToolWin: 16:57:00 [2023-03-05T21:57:00.075Z] 16:57:00 [2023-03-05T21:57:00.075Z] setToolUnix: 16:57:00 [2023-03-05T21:57:00.075Z] 16:57:00 [2023-03-05T21:57:00.075Z] setToolProperty: 16:57:00 [2023-03-05T21:57:00.075Z] 16:57:00 [2023-03-05T21:57:00.075Z] setS1ASclassPath: 16:57:00 [2023-03-05T21:57:00.075Z] 16:57:00 [2023-03-05T21:57:00.075Z] init-common: 16:57:00 [2023-03-05T21:57:00.075Z] 16:57:00 [2023-03-05T21:57:00.075Z] undeploy-war-common: 16:57:00 [2023-03-05T21:57:00.640Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-precompile-deploy-dash-dash-libraries-web 16:57:00 [2023-03-05T21:57:00.640Z] 16:57:00 [2023-03-05T21:57:00.640Z] stopDomain: 16:57:00 [2023-03-05T21:57:00.640Z] [echo] run.xml:stopping domain... 16:57:02 [2023-03-05T21:57:02.029Z] [exec] Waiting for the domain to stop . 16:57:02 [2023-03-05T21:57:02.029Z] [exec] Waiting finished after 674 ms. 16:57:02 [2023-03-05T21:57:02.029Z] [exec] Command stop-domain executed successfully. 16:57:02 [2023-03-05T21:57:02.029Z] 16:57:02 [2023-03-05T21:57:02.029Z] restore: 16:57:02 [2023-03-05T21:57:02.029Z] 16:57:02 [2023-03-05T21:57:02.029Z] setOSConditions: 16:57:02 [2023-03-05T21:57:02.029Z] 16:57:02 [2023-03-05T21:57:02.029Z] setToolWin: 16:57:02 [2023-03-05T21:57:02.029Z] 16:57:02 [2023-03-05T21:57:02.029Z] setToolUnix: 16:57:02 [2023-03-05T21:57:02.029Z] 16:57:02 [2023-03-05T21:57:02.029Z] setToolProperty: 16:57:02 [2023-03-05T21:57:02.029Z] 16:57:02 [2023-03-05T21:57:02.029Z] setS1ASclassPath: 16:57:02 [2023-03-05T21:57:02.029Z] 16:57:02 [2023-03-05T21:57:02.029Z] init-common: 16:57:02 [2023-03-05T21:57:02.029Z] 16:57:02 [2023-03-05T21:57:02.029Z] removeJarFromApplibs: 16:57:02 [2023-03-05T21:57:02.029Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/lib/applibs/myclasses.jar 16:57:02 [2023-03-05T21:57:02.030Z] 16:57:02 [2023-03-05T21:57:02.030Z] setOSConditions: 16:57:02 [2023-03-05T21:57:02.030Z] 16:57:02 [2023-03-05T21:57:02.030Z] setToolWin: 16:57:02 [2023-03-05T21:57:02.030Z] 16:57:02 [2023-03-05T21:57:02.030Z] setToolUnix: 16:57:02 [2023-03-05T21:57:02.030Z] 16:57:02 [2023-03-05T21:57:02.030Z] setToolProperty: 16:57:02 [2023-03-05T21:57:02.030Z] 16:57:02 [2023-03-05T21:57:02.030Z] setS1ASclassPath: 16:57:02 [2023-03-05T21:57:02.030Z] 16:57:02 [2023-03-05T21:57:02.030Z] init-common: 16:57:02 [2023-03-05T21:57:02.030Z] 16:57:02 [2023-03-05T21:57:02.030Z] startDomainUnix: 16:57:02 [2023-03-05T21:57:02.030Z] [echo] Starting DAS 16:57:06 [2023-03-05T21:57:06.318Z] [exec] Waiting for domain1 to start .... 16:57:06 [2023-03-05T21:57:06.318Z] [exec] Waiting finished after 3,646 ms. 16:57:06 [2023-03-05T21:57:06.318Z] [exec] Successfully started the domain : domain1 16:57:06 [2023-03-05T21:57:06.318Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:57:06 [2023-03-05T21:57:06.318Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:57:06 [2023-03-05T21:57:06.318Z] [exec] Admin Port: 45,707 16:57:06 [2023-03-05T21:57:06.318Z] [exec] Command start-domain executed successfully. 16:57:06 [2023-03-05T21:57:06.574Z] [echo] run.xml:doing wait for localhost:45711... 16:57:06 [2023-03-05T21:57:06.574Z] [echo] run.xml:DONE doing wait for localhost:45711... 16:57:06 [2023-03-05T21:57:06.574Z] 16:57:06 [2023-03-05T21:57:06.574Z] dumpThreadStack: 16:57:06 [2023-03-05T21:57:06.574Z] 16:57:06 [2023-03-05T21:57:06.574Z] startDomainWindows: 16:57:06 [2023-03-05T21:57:06.574Z] 16:57:06 [2023-03-05T21:57:06.574Z] startDomain: 16:57:06 [2023-03-05T21:57:06.574Z] 16:57:06 [2023-03-05T21:57:06.574Z] all: 16:57:06 [2023-03-05T21:57:06.574Z] [echo] 16:57:06 [2023-03-05T21:57:06.574Z] [echo] ************************* 16:57:06 [2023-03-05T21:57:06.574Z] [echo] * Running jspPrecompileIgnoreFragmentErrors 16:57:06 [2023-03-05T21:57:06.574Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileIgnoreFragmentErrors 16:57:06 [2023-03-05T21:57:06.574Z] [echo] ************************* 16:57:06 [2023-03-05T21:57:06.574Z] [echo] 16:57:06 [2023-03-05T21:57:06.574Z] 16:57:06 [2023-03-05T21:57:06.574Z] setOSConditions: 16:57:06 [2023-03-05T21:57:06.574Z] 16:57:06 [2023-03-05T21:57:06.574Z] setToolWin: 16:57:06 [2023-03-05T21:57:06.574Z] 16:57:06 [2023-03-05T21:57:06.574Z] setToolUnix: 16:57:06 [2023-03-05T21:57:06.574Z] 16:57:06 [2023-03-05T21:57:06.574Z] setToolProperty: 16:57:06 [2023-03-05T21:57:06.574Z] 16:57:06 [2023-03-05T21:57:06.574Z] setS1ASclassPath: 16:57:06 [2023-03-05T21:57:06.574Z] 16:57:06 [2023-03-05T21:57:06.574Z] init-common: 16:57:06 [2023-03-05T21:57:06.574Z] 16:57:06 [2023-03-05T21:57:06.574Z] clean: 16:57:06 [2023-03-05T21:57:06.574Z] 16:57:06 [2023-03-05T21:57:06.574Z] setOSConditions: 16:57:06 [2023-03-05T21:57:06.574Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolWin: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolUnix: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolProperty: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setS1ASclassPath: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] init-common: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] clean-common: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setOSConditions: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolWin: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolUnix: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolProperty: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setS1ASclassPath: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] init-common: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] clean-classes-common: 16:57:06 [2023-03-05T21:57:06.575Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setOSConditions: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolWin: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolUnix: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolProperty: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setS1ASclassPath: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] init-common: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] clean-jars-common: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] compile: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setOSConditions: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolWin: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolUnix: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolProperty: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setS1ASclassPath: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] init-common: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] compile-common: 16:57:06 [2023-03-05T21:57:06.575Z] [echo] Current time (ISO): 2023-03-05T21:57:06.446+0000 16:57:06 [2023-03-05T21:57:06.575Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:06 [2023-03-05T21:57:06.575Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileIgnoreFragmentErrors/servlet 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] build: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setOSConditions: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolWin: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolUnix: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolProperty: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setS1ASclassPath: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] init-common: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] webclient-war-common: 16:57:06 [2023-03-05T21:57:06.575Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] clear: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] test-tlds-exist: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] copy-tlds: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] test-tagfiles-exist: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] copy-tagfiles: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] package-war-common: 16:57:06 [2023-03-05T21:57:06.575Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:57:06 [2023-03-05T21:57:06.575Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:06 [2023-03-05T21:57:06.575Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:06 [2023-03-05T21:57:06.575Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:57:06 [2023-03-05T21:57:06.575Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileIgnoreFragmentErrors/lib 16:57:06 [2023-03-05T21:57:06.575Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:06 [2023-03-05T21:57:06.575Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:06 [2023-03-05T21:57:06.575Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-precompile-ignore-fragment-errors-web.war 16:57:06 [2023-03-05T21:57:06.575Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:06 [2023-03-05T21:57:06.575Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileIgnoreFragmentErrors/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:57:06 [2023-03-05T21:57:06.575Z] [javac] Compiling 1 source file 16:57:06 [2023-03-05T21:57:06.575Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileIgnoreFragmentErrors/WebTest.java uses or overrides a deprecated API. 16:57:06 [2023-03-05T21:57:06.575Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] deploy: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] deploy-war-common: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setOSConditions: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolWin: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolUnix: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setToolProperty: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] setS1ASclassPath: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] init-common: 16:57:06 [2023-03-05T21:57:06.575Z] 16:57:06 [2023-03-05T21:57:06.575Z] deploy-war-commonpe: 16:57:07 [2023-03-05T21:57:07.179Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-precompile-ignore-fragment-errors --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-precompile-ignore-fragment-errors-web.war 16:57:10 [2023-03-05T21:57:10.462Z] [exec] Application deployed with name web-jsp-precompile-ignore-fragment-errors-web. 16:57:10 [2023-03-05T21:57:10.462Z] 16:57:10 [2023-03-05T21:57:10.462Z] deploy-war-commonee: 16:57:10 [2023-03-05T21:57:10.462Z] 16:57:10 [2023-03-05T21:57:10.462Z] run: 16:57:10 [2023-03-05T21:57:10.462Z] [java] Connecting to: http://localhost:45711/web-jsp-precompile-ignore-fragment-errors/jsp/test.jsp 16:57:10 [2023-03-05T21:57:10.724Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:10 [2023-03-05T21:57:10.724Z] [java] 16:57:10 [2023-03-05T21:57:10.724Z] [java] 16:57:10 [2023-03-05T21:57:10.724Z] [java] ----------------------------------------- 16:57:10 [2023-03-05T21:57:10.724Z] [java] - jsp-precompile-ignore-fragment-errors: PASS - 16:57:10 [2023-03-05T21:57:10.724Z] [java] ----------------------------------------- 16:57:10 [2023-03-05T21:57:10.724Z] [java] - Total PASS : 1 - 16:57:10 [2023-03-05T21:57:10.724Z] [java] - Total FAIL : 0 - 16:57:10 [2023-03-05T21:57:10.724Z] [java] - Total DID NOT RUN : 0 - 16:57:10 [2023-03-05T21:57:10.724Z] [java] ----------------------------------------- 16:57:10 [2023-03-05T21:57:10.724Z] 16:57:10 [2023-03-05T21:57:10.724Z] undeploy: 16:57:10 [2023-03-05T21:57:10.724Z] 16:57:10 [2023-03-05T21:57:10.724Z] setOSConditions: 16:57:10 [2023-03-05T21:57:10.724Z] 16:57:10 [2023-03-05T21:57:10.724Z] setToolWin: 16:57:10 [2023-03-05T21:57:10.724Z] 16:57:10 [2023-03-05T21:57:10.724Z] setToolUnix: 16:57:10 [2023-03-05T21:57:10.724Z] 16:57:10 [2023-03-05T21:57:10.724Z] setToolProperty: 16:57:10 [2023-03-05T21:57:10.724Z] 16:57:10 [2023-03-05T21:57:10.724Z] setS1ASclassPath: 16:57:10 [2023-03-05T21:57:10.724Z] 16:57:10 [2023-03-05T21:57:10.724Z] init-common: 16:57:10 [2023-03-05T21:57:10.724Z] 16:57:10 [2023-03-05T21:57:10.724Z] undeploy-war-common: 16:57:10 [2023-03-05T21:57:10.985Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-precompile-ignore-fragment-errors-web 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] all: 16:57:10 [2023-03-05T21:57:10.985Z] [echo] 16:57:10 [2023-03-05T21:57:10.985Z] [echo] ************************* 16:57:10 [2023-03-05T21:57:10.985Z] [echo] * Running jspReloadGeneratedServletIfUpdated 16:57:10 [2023-03-05T21:57:10.985Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated 16:57:10 [2023-03-05T21:57:10.985Z] [echo] ************************* 16:57:10 [2023-03-05T21:57:10.985Z] [echo] 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setOSConditions: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolWin: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolUnix: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolProperty: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setS1ASclassPath: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] init-common: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] clean: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setOSConditions: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolWin: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolUnix: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolProperty: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setS1ASclassPath: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] init-common: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] clean-common: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setOSConditions: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolWin: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolUnix: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolProperty: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setS1ASclassPath: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] init-common: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] clean-classes-common: 16:57:10 [2023-03-05T21:57:10.985Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setOSConditions: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolWin: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolUnix: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolProperty: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setS1ASclassPath: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] init-common: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] clean-jars-common: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] compile: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setOSConditions: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolWin: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolUnix: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolProperty: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setS1ASclassPath: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] init-common: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] compile-common: 16:57:10 [2023-03-05T21:57:10.985Z] [echo] Current time (ISO): 2023-03-05T21:57:10.970+0000 16:57:10 [2023-03-05T21:57:10.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:10 [2023-03-05T21:57:10.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/servlet 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] build: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setOSConditions: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolWin: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolUnix: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setToolProperty: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] setS1ASclassPath: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] init-common: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] webclient-war-common: 16:57:10 [2023-03-05T21:57:10.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] clear: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] test-tlds-exist: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] copy-tlds: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] test-tagfiles-exist: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] copy-tagfiles: 16:57:10 [2023-03-05T21:57:10.985Z] 16:57:10 [2023-03-05T21:57:10.985Z] package-war-common: 16:57:10 [2023-03-05T21:57:10.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:57:10 [2023-03-05T21:57:10.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:10 [2023-03-05T21:57:10.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:10 [2023-03-05T21:57:10.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:57:10 [2023-03-05T21:57:10.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/lib 16:57:10 [2023-03-05T21:57:10.985Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:10 [2023-03-05T21:57:10.985Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-reload-generated-servlet-if-updated-web.war 16:57:11 [2023-03-05T21:57:11.244Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:11 [2023-03-05T21:57:11.244Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:57:11 [2023-03-05T21:57:11.244Z] [javac] Compiling 1 source file 16:57:11 [2023-03-05T21:57:11.244Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/WebTest.java uses or overrides a deprecated API. 16:57:11 [2023-03-05T21:57:11.244Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:57:11 [2023-03-05T21:57:11.244Z] 16:57:11 [2023-03-05T21:57:11.244Z] deploy: 16:57:11 [2023-03-05T21:57:11.244Z] 16:57:11 [2023-03-05T21:57:11.244Z] deploy-war-common: 16:57:11 [2023-03-05T21:57:11.244Z] 16:57:11 [2023-03-05T21:57:11.244Z] setOSConditions: 16:57:11 [2023-03-05T21:57:11.244Z] 16:57:11 [2023-03-05T21:57:11.244Z] setToolWin: 16:57:11 [2023-03-05T21:57:11.244Z] 16:57:11 [2023-03-05T21:57:11.244Z] setToolUnix: 16:57:11 [2023-03-05T21:57:11.244Z] 16:57:11 [2023-03-05T21:57:11.244Z] setToolProperty: 16:57:11 [2023-03-05T21:57:11.244Z] 16:57:11 [2023-03-05T21:57:11.244Z] setS1ASclassPath: 16:57:11 [2023-03-05T21:57:11.244Z] 16:57:11 [2023-03-05T21:57:11.244Z] init-common: 16:57:11 [2023-03-05T21:57:11.244Z] 16:57:11 [2023-03-05T21:57:11.244Z] deploy-war-commonpe: 16:57:11 [2023-03-05T21:57:11.519Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-reload-generated-servlet-if-updated --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-reload-generated-servlet-if-updated-web.war 16:57:12 [2023-03-05T21:57:12.084Z] [exec] Application deployed with name web-jsp-reload-generated-servlet-if-updated-web. 16:57:12 [2023-03-05T21:57:12.084Z] 16:57:12 [2023-03-05T21:57:12.084Z] deploy-war-commonee: 16:57:12 [2023-03-05T21:57:12.084Z] 16:57:12 [2023-03-05T21:57:12.084Z] runfirst: 16:57:12 [2023-03-05T21:57:12.084Z] [java] Connecting to: http://localhost:45711/web-jsp-reload-generated-servlet-if-updated/jsp/test.jsp 16:57:12 [2023-03-05T21:57:12.084Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:12 [2023-03-05T21:57:12.084Z] [java] 16:57:12 [2023-03-05T21:57:12.084Z] [java] 16:57:12 [2023-03-05T21:57:12.084Z] [java] ----------------------------------------- 16:57:12 [2023-03-05T21:57:12.084Z] [java] - jsp-reload-generated-servlet-if-updated-first: PASS - 16:57:12 [2023-03-05T21:57:12.084Z] [java] ----------------------------------------- 16:57:12 [2023-03-05T21:57:12.084Z] [java] - Total PASS : 1 - 16:57:12 [2023-03-05T21:57:12.084Z] [java] - Total FAIL : 0 - 16:57:12 [2023-03-05T21:57:12.084Z] [java] - Total DID NOT RUN : 0 - 16:57:12 [2023-03-05T21:57:12.084Z] [java] ----------------------------------------- 16:57:12 [2023-03-05T21:57:12.084Z] 16:57:12 [2023-03-05T21:57:12.084Z] update: 16:57:13 [2023-03-05T21:57:13.016Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/generated/jsp/web-jsp-reload-generated-servlet-if-updated-web/org/apache/jsp/jsp/test_jsp.class 16:57:13 [2023-03-05T21:57:13.016Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/generated/jsp/web-jsp-reload-generated-servlet-if-updated-web/org/apache/jsp/jsp 16:57:13 [2023-03-05T21:57:13.016Z] 16:57:13 [2023-03-05T21:57:13.016Z] runsecond: 16:57:13 [2023-03-05T21:57:13.272Z] [java] Connecting to: http://localhost:45711/web-jsp-reload-generated-servlet-if-updated/jsp/test.jsp 16:57:13 [2023-03-05T21:57:13.272Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:13 [2023-03-05T21:57:13.272Z] [java] 16:57:13 [2023-03-05T21:57:13.272Z] [java] 16:57:13 [2023-03-05T21:57:13.272Z] [java] ----------------------------------------- 16:57:13 [2023-03-05T21:57:13.272Z] [java] - jsp-reload-generated-servlet-if-updated-second: PASS - 16:57:13 [2023-03-05T21:57:13.272Z] [java] ----------------------------------------- 16:57:13 [2023-03-05T21:57:13.272Z] [java] - Total PASS : 1 - 16:57:13 [2023-03-05T21:57:13.272Z] [java] - Total FAIL : 0 - 16:57:13 [2023-03-05T21:57:13.272Z] [java] - Total DID NOT RUN : 0 - 16:57:13 [2023-03-05T21:57:13.272Z] [java] ----------------------------------------- 16:57:13 [2023-03-05T21:57:13.272Z] 16:57:13 [2023-03-05T21:57:13.272Z] undeploy: 16:57:13 [2023-03-05T21:57:13.272Z] 16:57:13 [2023-03-05T21:57:13.272Z] setOSConditions: 16:57:13 [2023-03-05T21:57:13.272Z] 16:57:13 [2023-03-05T21:57:13.272Z] setToolWin: 16:57:13 [2023-03-05T21:57:13.272Z] 16:57:13 [2023-03-05T21:57:13.272Z] setToolUnix: 16:57:13 [2023-03-05T21:57:13.272Z] 16:57:13 [2023-03-05T21:57:13.272Z] setToolProperty: 16:57:13 [2023-03-05T21:57:13.272Z] 16:57:13 [2023-03-05T21:57:13.272Z] setS1ASclassPath: 16:57:13 [2023-03-05T21:57:13.272Z] 16:57:13 [2023-03-05T21:57:13.272Z] init-common: 16:57:13 [2023-03-05T21:57:13.272Z] 16:57:13 [2023-03-05T21:57:13.272Z] undeploy-war-common: 16:57:13 [2023-03-05T21:57:13.528Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-reload-generated-servlet-if-updated-web 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] all: 16:57:13 [2023-03-05T21:57:13.528Z] [echo] 16:57:13 [2023-03-05T21:57:13.528Z] [echo] ************************* 16:57:13 [2023-03-05T21:57:13.528Z] [echo] * Running jspResourceInjectionContextListener 16:57:13 [2023-03-05T21:57:13.528Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionContextListener 16:57:13 [2023-03-05T21:57:13.528Z] [echo] ************************* 16:57:13 [2023-03-05T21:57:13.528Z] [echo] 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setOSConditions: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setToolWin: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setToolUnix: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setToolProperty: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setS1ASclassPath: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] init-common: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] clean: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setOSConditions: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setToolWin: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setToolUnix: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setToolProperty: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setS1ASclassPath: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] init-common: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] clean-common: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setOSConditions: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setToolWin: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setToolUnix: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setToolProperty: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setS1ASclassPath: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] init-common: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] clean-classes-common: 16:57:13 [2023-03-05T21:57:13.528Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setOSConditions: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setToolWin: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setToolUnix: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setToolProperty: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setS1ASclassPath: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] init-common: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] clean-jars-common: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] compile: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setOSConditions: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setToolWin: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setToolUnix: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setToolProperty: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] setS1ASclassPath: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] init-common: 16:57:13 [2023-03-05T21:57:13.528Z] 16:57:13 [2023-03-05T21:57:13.528Z] compile-common: 16:57:13 [2023-03-05T21:57:13.528Z] [echo] Current time (ISO): 2023-03-05T21:57:13.500+0000 16:57:13 [2023-03-05T21:57:13.528Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:13 [2023-03-05T21:57:13.528Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:14 [2023-03-05T21:57:14.894Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:57:14 [2023-03-05T21:57:14.894Z] [javac] 1 warning 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] build: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] setOSConditions: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] setToolWin: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] setToolUnix: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] setToolProperty: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] setS1ASclassPath: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] init-common: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] webclient-war-common: 16:57:14 [2023-03-05T21:57:14.894Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] clear: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] test-tlds-exist: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] copy-tlds: 16:57:14 [2023-03-05T21:57:14.894Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:57:14 [2023-03-05T21:57:14.894Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] test-tagfiles-exist: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] copy-tagfiles: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] package-war-common: 16:57:14 [2023-03-05T21:57:14.894Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:14 [2023-03-05T21:57:14.894Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:57:14 [2023-03-05T21:57:14.894Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionContextListener/lib 16:57:14 [2023-03-05T21:57:14.894Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:14 [2023-03-05T21:57:14.894Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:14 [2023-03-05T21:57:14.894Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:14 [2023-03-05T21:57:14.894Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionContextListener/docroot 16:57:14 [2023-03-05T21:57:14.894Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-resource-injection-context-listener-web.war 16:57:14 [2023-03-05T21:57:14.894Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:14 [2023-03-05T21:57:14.894Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionContextListener/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:57:14 [2023-03-05T21:57:14.894Z] [javac] Compiling 1 source file 16:57:14 [2023-03-05T21:57:14.894Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionContextListener/WebTest.java uses or overrides a deprecated API. 16:57:14 [2023-03-05T21:57:14.894Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] deploy: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] deploy-war-common: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] setOSConditions: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] setToolWin: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] setToolUnix: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] setToolProperty: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] setS1ASclassPath: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] init-common: 16:57:14 [2023-03-05T21:57:14.894Z] 16:57:14 [2023-03-05T21:57:14.894Z] deploy-war-commonpe: 16:57:15 [2023-03-05T21:57:15.477Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-resource-injection-context-listener --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-resource-injection-context-listener-web.war 16:57:16 [2023-03-05T21:57:16.041Z] [exec] Application deployed with name web-jsp-resource-injection-context-listener-web. 16:57:16 [2023-03-05T21:57:16.041Z] 16:57:16 [2023-03-05T21:57:16.041Z] deploy-war-commonee: 16:57:16 [2023-03-05T21:57:16.041Z] 16:57:16 [2023-03-05T21:57:16.041Z] run: 16:57:16 [2023-03-05T21:57:16.041Z] [java] Connecting to: http://localhost:45711/web-jsp-resource-injection-context-listener/TestServlet 16:57:16 [2023-03-05T21:57:16.041Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:16 [2023-03-05T21:57:16.041Z] [java] 16:57:16 [2023-03-05T21:57:16.041Z] [java] 16:57:16 [2023-03-05T21:57:16.041Z] [java] ----------------------------------------- 16:57:16 [2023-03-05T21:57:16.041Z] [java] - jsp-resource-injection-context-listener: PASS - 16:57:16 [2023-03-05T21:57:16.041Z] [java] ----------------------------------------- 16:57:16 [2023-03-05T21:57:16.041Z] [java] - Total PASS : 1 - 16:57:16 [2023-03-05T21:57:16.041Z] [java] - Total FAIL : 0 - 16:57:16 [2023-03-05T21:57:16.041Z] [java] - Total DID NOT RUN : 0 - 16:57:16 [2023-03-05T21:57:16.041Z] [java] ----------------------------------------- 16:57:16 [2023-03-05T21:57:16.041Z] 16:57:16 [2023-03-05T21:57:16.041Z] undeploy: 16:57:16 [2023-03-05T21:57:16.041Z] 16:57:16 [2023-03-05T21:57:16.041Z] setOSConditions: 16:57:16 [2023-03-05T21:57:16.041Z] 16:57:16 [2023-03-05T21:57:16.041Z] setToolWin: 16:57:16 [2023-03-05T21:57:16.041Z] 16:57:16 [2023-03-05T21:57:16.041Z] setToolUnix: 16:57:16 [2023-03-05T21:57:16.041Z] 16:57:16 [2023-03-05T21:57:16.041Z] setToolProperty: 16:57:16 [2023-03-05T21:57:16.041Z] 16:57:16 [2023-03-05T21:57:16.041Z] setS1ASclassPath: 16:57:16 [2023-03-05T21:57:16.041Z] 16:57:16 [2023-03-05T21:57:16.041Z] init-common: 16:57:16 [2023-03-05T21:57:16.041Z] 16:57:16 [2023-03-05T21:57:16.041Z] undeploy-war-common: 16:57:16 [2023-03-05T21:57:16.297Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-resource-injection-context-listener-web 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.297Z] all: 16:57:16 [2023-03-05T21:57:16.297Z] [echo] 16:57:16 [2023-03-05T21:57:16.297Z] [echo] ************************* 16:57:16 [2023-03-05T21:57:16.297Z] [echo] * Running jspResourceInjectionSimpleTagHandler 16:57:16 [2023-03-05T21:57:16.297Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionSimpleTagHandler 16:57:16 [2023-03-05T21:57:16.297Z] [echo] ************************* 16:57:16 [2023-03-05T21:57:16.297Z] [echo] 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.297Z] setOSConditions: 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.297Z] setToolWin: 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.297Z] setToolUnix: 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.297Z] setToolProperty: 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.297Z] setS1ASclassPath: 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.297Z] init-common: 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.297Z] clean: 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.297Z] setOSConditions: 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.297Z] setToolWin: 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.297Z] setToolUnix: 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.297Z] setToolProperty: 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.297Z] setS1ASclassPath: 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.297Z] init-common: 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.297Z] clean-common: 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.297Z] setOSConditions: 16:57:16 [2023-03-05T21:57:16.297Z] 16:57:16 [2023-03-05T21:57:16.298Z] setToolWin: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] setToolUnix: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] setToolProperty: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] setS1ASclassPath: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] init-common: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] clean-classes-common: 16:57:16 [2023-03-05T21:57:16.298Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] setOSConditions: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] setToolWin: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] setToolUnix: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] setToolProperty: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] setS1ASclassPath: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] init-common: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] clean-jars-common: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] compile: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] setOSConditions: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] setToolWin: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] setToolUnix: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] setToolProperty: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] setS1ASclassPath: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] init-common: 16:57:16 [2023-03-05T21:57:16.298Z] 16:57:16 [2023-03-05T21:57:16.298Z] compile-common: 16:57:16 [2023-03-05T21:57:16.298Z] [echo] Current time (ISO): 2023-03-05T21:57:16.292+0000 16:57:16 [2023-03-05T21:57:16.298Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:16 [2023-03-05T21:57:16.298Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:17 [2023-03-05T21:57:17.665Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:57:17 [2023-03-05T21:57:17.665Z] [javac] 1 warning 16:57:17 [2023-03-05T21:57:17.665Z] 16:57:17 [2023-03-05T21:57:17.665Z] build: 16:57:17 [2023-03-05T21:57:17.665Z] 16:57:17 [2023-03-05T21:57:17.665Z] setOSConditions: 16:57:17 [2023-03-05T21:57:17.665Z] 16:57:17 [2023-03-05T21:57:17.665Z] setToolWin: 16:57:17 [2023-03-05T21:57:17.665Z] 16:57:17 [2023-03-05T21:57:17.665Z] setToolUnix: 16:57:17 [2023-03-05T21:57:17.665Z] 16:57:17 [2023-03-05T21:57:17.665Z] setToolProperty: 16:57:17 [2023-03-05T21:57:17.665Z] 16:57:17 [2023-03-05T21:57:17.665Z] setS1ASclassPath: 16:57:17 [2023-03-05T21:57:17.665Z] 16:57:17 [2023-03-05T21:57:17.665Z] init-common: 16:57:17 [2023-03-05T21:57:17.665Z] 16:57:17 [2023-03-05T21:57:17.665Z] webclient-war-common: 16:57:17 [2023-03-05T21:57:17.665Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:57:17 [2023-03-05T21:57:17.665Z] 16:57:17 [2023-03-05T21:57:17.665Z] clear: 16:57:17 [2023-03-05T21:57:17.665Z] 16:57:17 [2023-03-05T21:57:17.665Z] test-tlds-exist: 16:57:17 [2023-03-05T21:57:17.665Z] 16:57:17 [2023-03-05T21:57:17.665Z] copy-tlds: 16:57:17 [2023-03-05T21:57:17.665Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:57:17 [2023-03-05T21:57:17.665Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:57:17 [2023-03-05T21:57:17.665Z] 16:57:17 [2023-03-05T21:57:17.665Z] test-tagfiles-exist: 16:57:17 [2023-03-05T21:57:17.665Z] 16:57:17 [2023-03-05T21:57:17.665Z] copy-tagfiles: 16:57:17 [2023-03-05T21:57:17.665Z] 16:57:17 [2023-03-05T21:57:17.665Z] package-war-common: 16:57:17 [2023-03-05T21:57:17.665Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:17 [2023-03-05T21:57:17.665Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:57:17 [2023-03-05T21:57:17.665Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionSimpleTagHandler/lib 16:57:17 [2023-03-05T21:57:17.665Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:17 [2023-03-05T21:57:17.665Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:17 [2023-03-05T21:57:17.665Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:17 [2023-03-05T21:57:17.665Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-resource-injection-simple-tag-handler-web.war 16:57:17 [2023-03-05T21:57:17.665Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:17 [2023-03-05T21:57:17.665Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionSimpleTagHandler/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:57:17 [2023-03-05T21:57:17.665Z] [javac] Compiling 1 source file 16:57:17 [2023-03-05T21:57:17.665Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionSimpleTagHandler/WebTest.java uses or overrides a deprecated API. 16:57:17 [2023-03-05T21:57:17.665Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:57:17 [2023-03-05T21:57:17.674Z] 16:57:17 [2023-03-05T21:57:17.674Z] deploy: 16:57:17 [2023-03-05T21:57:17.674Z] 16:57:17 [2023-03-05T21:57:17.674Z] deploy-war-common: 16:57:17 [2023-03-05T21:57:17.674Z] 16:57:17 [2023-03-05T21:57:17.674Z] setOSConditions: 16:57:17 [2023-03-05T21:57:17.674Z] 16:57:17 [2023-03-05T21:57:17.674Z] setToolWin: 16:57:17 [2023-03-05T21:57:17.674Z] 16:57:17 [2023-03-05T21:57:17.674Z] setToolUnix: 16:57:17 [2023-03-05T21:57:17.674Z] 16:57:17 [2023-03-05T21:57:17.674Z] setToolProperty: 16:57:17 [2023-03-05T21:57:17.674Z] 16:57:17 [2023-03-05T21:57:17.674Z] setS1ASclassPath: 16:57:17 [2023-03-05T21:57:17.674Z] 16:57:17 [2023-03-05T21:57:17.674Z] init-common: 16:57:17 [2023-03-05T21:57:17.674Z] 16:57:17 [2023-03-05T21:57:17.674Z] deploy-war-commonpe: 16:57:17 [2023-03-05T21:57:17.930Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-resource-injection-simple-tag-handler --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-resource-injection-simple-tag-handler-web.war 16:57:18 [2023-03-05T21:57:18.880Z] [exec] Application deployed with name web-jsp-resource-injection-simple-tag-handler-web. 16:57:18 [2023-03-05T21:57:18.880Z] 16:57:18 [2023-03-05T21:57:18.880Z] deploy-war-commonee: 16:57:18 [2023-03-05T21:57:18.880Z] 16:57:18 [2023-03-05T21:57:18.880Z] run: 16:57:18 [2023-03-05T21:57:18.880Z] [java] Connecting to: http://localhost:45711/web-jsp-resource-injection-simple-tag-handler/jsp/test.jsp 16:57:18 [2023-03-05T21:57:18.880Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:18 [2023-03-05T21:57:18.880Z] [java] 16:57:18 [2023-03-05T21:57:18.880Z] [java] 16:57:18 [2023-03-05T21:57:18.880Z] [java] ----------------------------------------- 16:57:18 [2023-03-05T21:57:18.880Z] [java] - jsp-resource-injection-simple-tag-handler: PASS - 16:57:18 [2023-03-05T21:57:18.880Z] [java] ----------------------------------------- 16:57:18 [2023-03-05T21:57:18.881Z] [java] - Total PASS : 1 - 16:57:18 [2023-03-05T21:57:18.881Z] [java] - Total FAIL : 0 - 16:57:18 [2023-03-05T21:57:18.881Z] [java] - Total DID NOT RUN : 0 - 16:57:18 [2023-03-05T21:57:18.881Z] [java] ----------------------------------------- 16:57:18 [2023-03-05T21:57:18.881Z] 16:57:18 [2023-03-05T21:57:18.881Z] undeploy: 16:57:18 [2023-03-05T21:57:18.881Z] 16:57:18 [2023-03-05T21:57:18.881Z] setOSConditions: 16:57:18 [2023-03-05T21:57:18.881Z] 16:57:18 [2023-03-05T21:57:18.881Z] setToolWin: 16:57:18 [2023-03-05T21:57:18.881Z] 16:57:18 [2023-03-05T21:57:18.881Z] setToolUnix: 16:57:18 [2023-03-05T21:57:18.881Z] 16:57:18 [2023-03-05T21:57:18.881Z] setToolProperty: 16:57:18 [2023-03-05T21:57:18.881Z] 16:57:18 [2023-03-05T21:57:18.881Z] setS1ASclassPath: 16:57:18 [2023-03-05T21:57:18.881Z] 16:57:18 [2023-03-05T21:57:18.881Z] init-common: 16:57:18 [2023-03-05T21:57:18.881Z] 16:57:18 [2023-03-05T21:57:18.881Z] undeploy-war-common: 16:57:19 [2023-03-05T21:57:19.137Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-resource-injection-simple-tag-handler-web 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] all: 16:57:19 [2023-03-05T21:57:19.137Z] [echo] 16:57:19 [2023-03-05T21:57:19.137Z] [echo] ************************* 16:57:19 [2023-03-05T21:57:19.137Z] [echo] * Running jspResourceInjectionTagHandler 16:57:19 [2023-03-05T21:57:19.137Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandler 16:57:19 [2023-03-05T21:57:19.137Z] [echo] ************************* 16:57:19 [2023-03-05T21:57:19.137Z] [echo] 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setOSConditions: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setToolWin: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setToolUnix: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setToolProperty: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setS1ASclassPath: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] init-common: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] clean: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setOSConditions: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setToolWin: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setToolUnix: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setToolProperty: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setS1ASclassPath: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] init-common: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] clean-common: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setOSConditions: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setToolWin: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setToolUnix: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setToolProperty: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setS1ASclassPath: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] init-common: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] clean-classes-common: 16:57:19 [2023-03-05T21:57:19.137Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setOSConditions: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setToolWin: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setToolUnix: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setToolProperty: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setS1ASclassPath: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] init-common: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] clean-jars-common: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] compile: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setOSConditions: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setToolWin: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setToolUnix: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setToolProperty: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] setS1ASclassPath: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] init-common: 16:57:19 [2023-03-05T21:57:19.137Z] 16:57:19 [2023-03-05T21:57:19.137Z] compile-common: 16:57:19 [2023-03-05T21:57:19.137Z] [echo] Current time (ISO): 2023-03-05T21:57:18.996+0000 16:57:19 [2023-03-05T21:57:19.137Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:19 [2023-03-05T21:57:19.137Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:20 [2023-03-05T21:57:20.519Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:57:20 [2023-03-05T21:57:20.519Z] [javac] 1 warning 16:57:20 [2023-03-05T21:57:20.519Z] 16:57:20 [2023-03-05T21:57:20.519Z] build: 16:57:20 [2023-03-05T21:57:20.519Z] 16:57:20 [2023-03-05T21:57:20.519Z] setOSConditions: 16:57:20 [2023-03-05T21:57:20.519Z] 16:57:20 [2023-03-05T21:57:20.519Z] setToolWin: 16:57:20 [2023-03-05T21:57:20.519Z] 16:57:20 [2023-03-05T21:57:20.519Z] setToolUnix: 16:57:20 [2023-03-05T21:57:20.519Z] 16:57:20 [2023-03-05T21:57:20.519Z] setToolProperty: 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] setS1ASclassPath: 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] init-common: 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] webclient-war-common: 16:57:20 [2023-03-05T21:57:20.520Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] clear: 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] test-tlds-exist: 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] copy-tlds: 16:57:20 [2023-03-05T21:57:20.520Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:57:20 [2023-03-05T21:57:20.520Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] test-tagfiles-exist: 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] copy-tagfiles: 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] package-war-common: 16:57:20 [2023-03-05T21:57:20.520Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:20 [2023-03-05T21:57:20.520Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:57:20 [2023-03-05T21:57:20.520Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandler/lib 16:57:20 [2023-03-05T21:57:20.520Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:20 [2023-03-05T21:57:20.520Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:20 [2023-03-05T21:57:20.520Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:20 [2023-03-05T21:57:20.520Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-resource-injection-tag-handler-web.war 16:57:20 [2023-03-05T21:57:20.520Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:20 [2023-03-05T21:57:20.520Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandler/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:57:20 [2023-03-05T21:57:20.520Z] [javac] Compiling 1 source file 16:57:20 [2023-03-05T21:57:20.520Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandler/WebTest.java uses or overrides a deprecated API. 16:57:20 [2023-03-05T21:57:20.520Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] deploy: 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] deploy-war-common: 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] setOSConditions: 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] setToolWin: 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] setToolUnix: 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] setToolProperty: 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] setS1ASclassPath: 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] init-common: 16:57:20 [2023-03-05T21:57:20.520Z] 16:57:20 [2023-03-05T21:57:20.520Z] deploy-war-commonpe: 16:57:20 [2023-03-05T21:57:20.779Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-resource-injection-tag-handler --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-resource-injection-tag-handler-web.war 16:57:21 [2023-03-05T21:57:21.360Z] [exec] Application deployed with name web-jsp-resource-injection-tag-handler-web. 16:57:21 [2023-03-05T21:57:21.360Z] 16:57:21 [2023-03-05T21:57:21.360Z] deploy-war-commonee: 16:57:21 [2023-03-05T21:57:21.360Z] 16:57:21 [2023-03-05T21:57:21.360Z] run: 16:57:21 [2023-03-05T21:57:21.360Z] [java] Connecting to: http://localhost:45711/web-jsp-resource-injection-tag-handler/jsp/test.jsp 16:57:21 [2023-03-05T21:57:21.360Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:21 [2023-03-05T21:57:21.360Z] [java] 16:57:21 [2023-03-05T21:57:21.360Z] [java] 16:57:21 [2023-03-05T21:57:21.360Z] [java] ----------------------------------------- 16:57:21 [2023-03-05T21:57:21.360Z] [java] - jsp-resource-injection-tag-handler: PASS - 16:57:21 [2023-03-05T21:57:21.360Z] [java] ----------------------------------------- 16:57:21 [2023-03-05T21:57:21.360Z] [java] - Total PASS : 1 - 16:57:21 [2023-03-05T21:57:21.360Z] [java] - Total FAIL : 0 - 16:57:21 [2023-03-05T21:57:21.360Z] [java] - Total DID NOT RUN : 0 - 16:57:21 [2023-03-05T21:57:21.360Z] [java] ----------------------------------------- 16:57:21 [2023-03-05T21:57:21.360Z] 16:57:21 [2023-03-05T21:57:21.360Z] undeploy: 16:57:21 [2023-03-05T21:57:21.360Z] 16:57:21 [2023-03-05T21:57:21.360Z] setOSConditions: 16:57:21 [2023-03-05T21:57:21.360Z] 16:57:21 [2023-03-05T21:57:21.360Z] setToolWin: 16:57:21 [2023-03-05T21:57:21.360Z] 16:57:21 [2023-03-05T21:57:21.360Z] setToolUnix: 16:57:21 [2023-03-05T21:57:21.360Z] 16:57:21 [2023-03-05T21:57:21.360Z] setToolProperty: 16:57:21 [2023-03-05T21:57:21.360Z] 16:57:21 [2023-03-05T21:57:21.360Z] setS1ASclassPath: 16:57:21 [2023-03-05T21:57:21.360Z] 16:57:21 [2023-03-05T21:57:21.360Z] init-common: 16:57:21 [2023-03-05T21:57:21.360Z] 16:57:21 [2023-03-05T21:57:21.360Z] undeploy-war-common: 16:57:21 [2023-03-05T21:57:21.624Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-resource-injection-tag-handler-web 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] all: 16:57:21 [2023-03-05T21:57:21.624Z] [echo] 16:57:21 [2023-03-05T21:57:21.624Z] [echo] ************************* 16:57:21 [2023-03-05T21:57:21.624Z] [echo] * Running jspResourceInjectionTagHandlerPoolingDisabled 16:57:21 [2023-03-05T21:57:21.624Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandlerPoolingDisabled 16:57:21 [2023-03-05T21:57:21.624Z] [echo] ************************* 16:57:21 [2023-03-05T21:57:21.624Z] [echo] 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setOSConditions: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setToolWin: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setToolUnix: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setToolProperty: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setS1ASclassPath: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] init-common: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] clean: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setOSConditions: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setToolWin: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setToolUnix: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setToolProperty: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setS1ASclassPath: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] init-common: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] clean-common: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setOSConditions: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setToolWin: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setToolUnix: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setToolProperty: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setS1ASclassPath: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] init-common: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] clean-classes-common: 16:57:21 [2023-03-05T21:57:21.624Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setOSConditions: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setToolWin: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setToolUnix: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setToolProperty: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setS1ASclassPath: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] init-common: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] clean-jars-common: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] compile: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setOSConditions: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setToolWin: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setToolUnix: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setToolProperty: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] setS1ASclassPath: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] init-common: 16:57:21 [2023-03-05T21:57:21.624Z] 16:57:21 [2023-03-05T21:57:21.624Z] compile-common: 16:57:21 [2023-03-05T21:57:21.624Z] [echo] Current time (ISO): 2023-03-05T21:57:21.599+0000 16:57:21 [2023-03-05T21:57:21.624Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:21 [2023-03-05T21:57:21.624Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:22 [2023-03-05T21:57:22.991Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:57:22 [2023-03-05T21:57:22.991Z] [javac] 1 warning 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] build: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] setOSConditions: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] setToolWin: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] setToolUnix: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] setToolProperty: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] setS1ASclassPath: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] init-common: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] webclient-war-common: 16:57:22 [2023-03-05T21:57:22.991Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] clear: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] test-tlds-exist: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] copy-tlds: 16:57:22 [2023-03-05T21:57:22.991Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:57:22 [2023-03-05T21:57:22.991Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] test-tagfiles-exist: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] copy-tagfiles: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] package-war-common: 16:57:22 [2023-03-05T21:57:22.991Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:22 [2023-03-05T21:57:22.991Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:57:22 [2023-03-05T21:57:22.991Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandlerPoolingDisabled/lib 16:57:22 [2023-03-05T21:57:22.991Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:22 [2023-03-05T21:57:22.991Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:22 [2023-03-05T21:57:22.991Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:22 [2023-03-05T21:57:22.991Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-resource-injection-tag-handler-pooling-disabled-web.war 16:57:22 [2023-03-05T21:57:22.991Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:22 [2023-03-05T21:57:22.991Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandlerPoolingDisabled/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:57:22 [2023-03-05T21:57:22.991Z] [javac] Compiling 1 source file 16:57:22 [2023-03-05T21:57:22.991Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandlerPoolingDisabled/WebTest.java uses or overrides a deprecated API. 16:57:22 [2023-03-05T21:57:22.991Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] deploy: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] deploy-war-common: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] setOSConditions: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] setToolWin: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] setToolUnix: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] setToolProperty: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] setS1ASclassPath: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] init-common: 16:57:22 [2023-03-05T21:57:22.991Z] 16:57:22 [2023-03-05T21:57:22.991Z] deploy-war-commonpe: 16:57:23 [2023-03-05T21:57:23.271Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-resource-injection-tag-handler-pooling-disabled --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-resource-injection-tag-handler-pooling-disabled-web.war 16:57:23 [2023-03-05T21:57:23.835Z] [exec] Application deployed with name web-jsp-resource-injection-tag-handler-pooling-disabled-web. 16:57:23 [2023-03-05T21:57:23.835Z] 16:57:23 [2023-03-05T21:57:23.835Z] deploy-war-commonee: 16:57:23 [2023-03-05T21:57:23.835Z] 16:57:23 [2023-03-05T21:57:23.835Z] run: 16:57:23 [2023-03-05T21:57:23.835Z] [java] Connecting to: http://localhost:45711/web-jsp-resource-injection-tag-handler-pooling-disabled/jsp/test.jsp 16:57:23 [2023-03-05T21:57:23.835Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:23 [2023-03-05T21:57:23.835Z] [java] 16:57:23 [2023-03-05T21:57:23.835Z] [java] 16:57:23 [2023-03-05T21:57:23.835Z] [java] ----------------------------------------- 16:57:23 [2023-03-05T21:57:23.835Z] [java] - jsp-resource-injection-tag-handler-pooling-disabled: PASS - 16:57:23 [2023-03-05T21:57:23.835Z] [java] ----------------------------------------- 16:57:23 [2023-03-05T21:57:23.835Z] [java] - Total PASS : 1 - 16:57:23 [2023-03-05T21:57:23.835Z] [java] - Total FAIL : 0 - 16:57:23 [2023-03-05T21:57:23.835Z] [java] - Total DID NOT RUN : 0 - 16:57:23 [2023-03-05T21:57:23.835Z] [java] ----------------------------------------- 16:57:23 [2023-03-05T21:57:23.835Z] 16:57:23 [2023-03-05T21:57:23.835Z] undeploy: 16:57:23 [2023-03-05T21:57:23.835Z] 16:57:23 [2023-03-05T21:57:23.835Z] setOSConditions: 16:57:23 [2023-03-05T21:57:23.835Z] 16:57:23 [2023-03-05T21:57:23.835Z] setToolWin: 16:57:23 [2023-03-05T21:57:23.835Z] 16:57:23 [2023-03-05T21:57:23.835Z] setToolUnix: 16:57:23 [2023-03-05T21:57:23.835Z] 16:57:23 [2023-03-05T21:57:23.835Z] setToolProperty: 16:57:23 [2023-03-05T21:57:23.835Z] 16:57:23 [2023-03-05T21:57:23.835Z] setS1ASclassPath: 16:57:23 [2023-03-05T21:57:23.835Z] 16:57:23 [2023-03-05T21:57:23.835Z] init-common: 16:57:23 [2023-03-05T21:57:23.835Z] 16:57:23 [2023-03-05T21:57:23.835Z] undeploy-war-common: 16:57:24 [2023-03-05T21:57:24.398Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-resource-injection-tag-handler-pooling-disabled-web 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] all: 16:57:24 [2023-03-05T21:57:24.398Z] [echo] 16:57:24 [2023-03-05T21:57:24.398Z] [echo] ************************* 16:57:24 [2023-03-05T21:57:24.398Z] [echo] * Running jspRuntimeCompileConsiderDomainLibJarFilesAndClasses 16:57:24 [2023-03-05T21:57:24.398Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspRuntimeCompileConsiderDomainLibJarFilesAndClasses 16:57:24 [2023-03-05T21:57:24.398Z] [echo] ************************* 16:57:24 [2023-03-05T21:57:24.398Z] [echo] 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] setOSConditions: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] setToolWin: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] setToolUnix: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] setToolProperty: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] setS1ASclassPath: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] init-common: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] setup: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] setOSConditions: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] setToolWin: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] setToolUnix: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] setToolProperty: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] setS1ASclassPath: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] init-common: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] copyJarAndClasses: 16:57:24 [2023-03-05T21:57:24.398Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/lib 16:57:24 [2023-03-05T21:57:24.398Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/lib/classes 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] restart-server-instance-common: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] setOSConditions: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] setToolWin: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] setToolUnix: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] setToolProperty: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] setS1ASclassPath: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] init-common: 16:57:24 [2023-03-05T21:57:24.398Z] 16:57:24 [2023-03-05T21:57:24.398Z] stopDomain: 16:57:24 [2023-03-05T21:57:24.398Z] [echo] run.xml:stopping domain... 16:57:24 [2023-03-05T21:57:24.977Z] [exec] Waiting for the domain to stop . 16:57:24 [2023-03-05T21:57:24.977Z] [exec] Waiting finished after 100 ms. 16:57:24 [2023-03-05T21:57:24.977Z] [exec] Command stop-domain executed successfully. 16:57:30 [2023-03-05T21:57:30.229Z] 16:57:30 [2023-03-05T21:57:30.229Z] setOSConditions: 16:57:30 [2023-03-05T21:57:30.230Z] 16:57:30 [2023-03-05T21:57:30.230Z] setToolWin: 16:57:30 [2023-03-05T21:57:30.230Z] 16:57:30 [2023-03-05T21:57:30.230Z] setToolUnix: 16:57:30 [2023-03-05T21:57:30.230Z] 16:57:30 [2023-03-05T21:57:30.230Z] setToolProperty: 16:57:30 [2023-03-05T21:57:30.230Z] 16:57:30 [2023-03-05T21:57:30.230Z] setS1ASclassPath: 16:57:30 [2023-03-05T21:57:30.230Z] 16:57:30 [2023-03-05T21:57:30.230Z] init-common: 16:57:30 [2023-03-05T21:57:30.230Z] 16:57:30 [2023-03-05T21:57:30.230Z] startDomainUnix: 16:57:30 [2023-03-05T21:57:30.230Z] [echo] Starting DAS 16:57:34 [2023-03-05T21:57:34.569Z] [exec] Waiting for domain1 to start .... 16:57:34 [2023-03-05T21:57:34.570Z] [exec] Waiting finished after 3,582 ms. 16:57:34 [2023-03-05T21:57:34.570Z] [exec] Successfully started the domain : domain1 16:57:34 [2023-03-05T21:57:34.570Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:57:34 [2023-03-05T21:57:34.570Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:57:34 [2023-03-05T21:57:34.570Z] [exec] Admin Port: 45,707 16:57:34 [2023-03-05T21:57:34.570Z] [exec] Command start-domain executed successfully. 16:57:34 [2023-03-05T21:57:34.570Z] [echo] run.xml:doing wait for localhost:45711... 16:57:34 [2023-03-05T21:57:34.570Z] [echo] run.xml:DONE doing wait for localhost:45711... 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] dumpThreadStack: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] startDomainWindows: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] startDomain: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] clean: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setOSConditions: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setToolWin: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setToolUnix: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setToolProperty: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setS1ASclassPath: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] init-common: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] clean-common: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setOSConditions: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setToolWin: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setToolUnix: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setToolProperty: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setS1ASclassPath: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] init-common: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] clean-classes-common: 16:57:34 [2023-03-05T21:57:34.570Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setOSConditions: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setToolWin: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setToolUnix: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setToolProperty: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setS1ASclassPath: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] init-common: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] clean-jars-common: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] compile: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setOSConditions: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setToolWin: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setToolUnix: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setToolProperty: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] setS1ASclassPath: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] init-common: 16:57:34 [2023-03-05T21:57:34.570Z] 16:57:34 [2023-03-05T21:57:34.570Z] compile-common: 16:57:34 [2023-03-05T21:57:34.570Z] [echo] Current time (ISO): 2023-03-05T21:57:34.428+0000 16:57:34 [2023-03-05T21:57:34.570Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:34 [2023-03-05T21:57:34.570Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:35 [2023-03-05T21:57:35.937Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:57:35 [2023-03-05T21:57:35.937Z] [javac] 1 warning 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] build: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] setOSConditions: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] setToolWin: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] setToolUnix: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] setToolProperty: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] setS1ASclassPath: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] init-common: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] webclient-war-common: 16:57:35 [2023-03-05T21:57:35.937Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] clear: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] test-tlds-exist: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] copy-tlds: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] test-tagfiles-exist: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] copy-tagfiles: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] package-war-common: 16:57:35 [2023-03-05T21:57:35.937Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:57:35 [2023-03-05T21:57:35.937Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:35 [2023-03-05T21:57:35.937Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:35 [2023-03-05T21:57:35.937Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:57:35 [2023-03-05T21:57:35.937Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspRuntimeCompileConsiderDomainLibJarFilesAndClasses/lib 16:57:35 [2023-03-05T21:57:35.937Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:35 [2023-03-05T21:57:35.937Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:35 [2023-03-05T21:57:35.937Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-runtime-compile-consider-domain-lib-jarfiles-and-classes-web.war 16:57:35 [2023-03-05T21:57:35.937Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:35 [2023-03-05T21:57:35.937Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspRuntimeCompileConsiderDomainLibJarFilesAndClasses/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:57:35 [2023-03-05T21:57:35.937Z] [javac] Compiling 1 source file 16:57:35 [2023-03-05T21:57:35.937Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspRuntimeCompileConsiderDomainLibJarFilesAndClasses/WebTest.java uses or overrides a deprecated API. 16:57:35 [2023-03-05T21:57:35.937Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] deploy: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] deploy-war-common: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] setOSConditions: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] setToolWin: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] setToolUnix: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] setToolProperty: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] setS1ASclassPath: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] init-common: 16:57:35 [2023-03-05T21:57:35.937Z] 16:57:35 [2023-03-05T21:57:35.937Z] deploy-war-commonpe: 16:57:36 [2023-03-05T21:57:36.195Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-runtime-compile-consider-domain-lib-jarfiles-and-classes --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-runtime-compile-consider-domain-lib-jarfiles-and-classes-web.war 16:57:38 [2023-03-05T21:57:38.094Z] [exec] Application deployed with name web-jsp-runtime-compile-consider-domain-lib-jarfiles-and-classes-web. 16:57:38 [2023-03-05T21:57:38.094Z] 16:57:38 [2023-03-05T21:57:38.094Z] deploy-war-commonee: 16:57:38 [2023-03-05T21:57:38.094Z] 16:57:38 [2023-03-05T21:57:38.094Z] run: 16:57:38 [2023-03-05T21:57:38.094Z] [java] Connecting to: http://localhost:45711/web-jsp-runtime-compile-consider-domain-lib-jarfiles-and-classes/jsp/test.jsp 16:57:38 [2023-03-05T21:57:38.657Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:38 [2023-03-05T21:57:38.657Z] [java] 16:57:38 [2023-03-05T21:57:38.657Z] [java] 16:57:38 [2023-03-05T21:57:38.657Z] [java] ----------------------------------------- 16:57:38 [2023-03-05T21:57:38.657Z] [java] - jsp-runtime-compile-consider-domain-lib-jarfiles-and-classes: PASS - 16:57:38 [2023-03-05T21:57:38.657Z] [java] ----------------------------------------- 16:57:38 [2023-03-05T21:57:38.657Z] [java] - Total PASS : 1 - 16:57:38 [2023-03-05T21:57:38.657Z] [java] - Total FAIL : 0 - 16:57:38 [2023-03-05T21:57:38.657Z] [java] - Total DID NOT RUN : 0 - 16:57:38 [2023-03-05T21:57:38.657Z] [java] ----------------------------------------- 16:57:38 [2023-03-05T21:57:38.657Z] 16:57:38 [2023-03-05T21:57:38.657Z] undeploy: 16:57:38 [2023-03-05T21:57:38.657Z] 16:57:38 [2023-03-05T21:57:38.657Z] setOSConditions: 16:57:38 [2023-03-05T21:57:38.657Z] 16:57:38 [2023-03-05T21:57:38.657Z] setToolWin: 16:57:38 [2023-03-05T21:57:38.657Z] 16:57:38 [2023-03-05T21:57:38.657Z] setToolUnix: 16:57:38 [2023-03-05T21:57:38.657Z] 16:57:38 [2023-03-05T21:57:38.657Z] setToolProperty: 16:57:38 [2023-03-05T21:57:38.657Z] 16:57:38 [2023-03-05T21:57:38.657Z] setS1ASclassPath: 16:57:38 [2023-03-05T21:57:38.657Z] 16:57:38 [2023-03-05T21:57:38.657Z] init-common: 16:57:38 [2023-03-05T21:57:38.657Z] 16:57:38 [2023-03-05T21:57:38.657Z] undeploy-war-common: 16:57:39 [2023-03-05T21:57:39.225Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-runtime-compile-consider-domain-lib-jarfiles-and-classes-web 16:57:39 [2023-03-05T21:57:39.225Z] 16:57:39 [2023-03-05T21:57:39.225Z] stopDomain: 16:57:39 [2023-03-05T21:57:39.225Z] [echo] run.xml:stopping domain... 16:57:39 [2023-03-05T21:57:39.818Z] [exec] Waiting for the domain to stop . 16:57:39 [2023-03-05T21:57:39.818Z] [exec] Waiting finished after 189 ms. 16:57:39 [2023-03-05T21:57:39.818Z] [exec] Command stop-domain executed successfully. 16:57:40 [2023-03-05T21:57:40.075Z] 16:57:40 [2023-03-05T21:57:40.075Z] restore: 16:57:40 [2023-03-05T21:57:40.075Z] 16:57:40 [2023-03-05T21:57:40.075Z] setOSConditions: 16:57:40 [2023-03-05T21:57:40.075Z] 16:57:40 [2023-03-05T21:57:40.075Z] setToolWin: 16:57:40 [2023-03-05T21:57:40.075Z] 16:57:40 [2023-03-05T21:57:40.075Z] setToolUnix: 16:57:40 [2023-03-05T21:57:40.075Z] 16:57:40 [2023-03-05T21:57:40.075Z] setToolProperty: 16:57:40 [2023-03-05T21:57:40.075Z] 16:57:40 [2023-03-05T21:57:40.075Z] setS1ASclassPath: 16:57:40 [2023-03-05T21:57:40.075Z] 16:57:40 [2023-03-05T21:57:40.075Z] init-common: 16:57:40 [2023-03-05T21:57:40.075Z] 16:57:40 [2023-03-05T21:57:40.075Z] removeJarAndClasses: 16:57:40 [2023-03-05T21:57:40.075Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/lib/myclasses.jar 16:57:40 [2023-03-05T21:57:40.075Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/lib/classes/aaa 16:57:40 [2023-03-05T21:57:40.075Z] 16:57:40 [2023-03-05T21:57:40.075Z] setOSConditions: 16:57:40 [2023-03-05T21:57:40.075Z] 16:57:40 [2023-03-05T21:57:40.075Z] setToolWin: 16:57:40 [2023-03-05T21:57:40.075Z] 16:57:40 [2023-03-05T21:57:40.075Z] setToolUnix: 16:57:40 [2023-03-05T21:57:40.075Z] 16:57:40 [2023-03-05T21:57:40.075Z] setToolProperty: 16:57:40 [2023-03-05T21:57:40.075Z] 16:57:40 [2023-03-05T21:57:40.075Z] setS1ASclassPath: 16:57:40 [2023-03-05T21:57:40.075Z] 16:57:40 [2023-03-05T21:57:40.075Z] init-common: 16:57:40 [2023-03-05T21:57:40.075Z] 16:57:40 [2023-03-05T21:57:40.075Z] startDomainUnix: 16:57:40 [2023-03-05T21:57:40.075Z] [echo] Starting DAS 16:57:44 [2023-03-05T21:57:44.319Z] [exec] Waiting for domain1 to start .... 16:57:44 [2023-03-05T21:57:44.319Z] [exec] Waiting finished after 3,301 ms. 16:57:44 [2023-03-05T21:57:44.319Z] [exec] Successfully started the domain : domain1 16:57:44 [2023-03-05T21:57:44.319Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:57:44 [2023-03-05T21:57:44.319Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:57:44 [2023-03-05T21:57:44.319Z] [exec] Admin Port: 45,707 16:57:44 [2023-03-05T21:57:44.319Z] [exec] Command start-domain executed successfully. 16:57:44 [2023-03-05T21:57:44.319Z] [echo] run.xml:doing wait for localhost:45711... 16:57:44 [2023-03-05T21:57:44.319Z] [echo] run.xml:DONE doing wait for localhost:45711... 16:57:44 [2023-03-05T21:57:44.319Z] 16:57:44 [2023-03-05T21:57:44.319Z] dumpThreadStack: 16:57:44 [2023-03-05T21:57:44.319Z] 16:57:44 [2023-03-05T21:57:44.319Z] startDomainWindows: 16:57:44 [2023-03-05T21:57:44.319Z] 16:57:44 [2023-03-05T21:57:44.319Z] startDomain: 16:57:44 [2023-03-05T21:57:44.319Z] 16:57:44 [2023-03-05T21:57:44.319Z] all: 16:57:44 [2023-03-05T21:57:44.319Z] [echo] 16:57:44 [2023-03-05T21:57:44.319Z] [echo] ************************* 16:57:44 [2023-03-05T21:57:44.319Z] [echo] * Running jspRuntimeDeployDashDashLibraries 16:57:44 [2023-03-05T21:57:44.319Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspRuntimeDeployDashDashLibraries 16:57:44 [2023-03-05T21:57:44.319Z] [echo] ************************* 16:57:44 [2023-03-05T21:57:44.319Z] [echo] 16:57:44 [2023-03-05T21:57:44.319Z] 16:57:44 [2023-03-05T21:57:44.319Z] setOSConditions: 16:57:44 [2023-03-05T21:57:44.319Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolWin: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolUnix: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolProperty: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setS1ASclassPath: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] init-common: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setup: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setOSConditions: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolWin: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolUnix: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolProperty: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setS1ASclassPath: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] init-common: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] copyJarToApplibs: 16:57:44 [2023-03-05T21:57:44.320Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/lib/applibs 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] clean: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setOSConditions: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolWin: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolUnix: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolProperty: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setS1ASclassPath: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] init-common: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] clean-common: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setOSConditions: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolWin: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolUnix: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolProperty: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setS1ASclassPath: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] init-common: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] clean-classes-common: 16:57:44 [2023-03-05T21:57:44.320Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setOSConditions: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolWin: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolUnix: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolProperty: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setS1ASclassPath: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] init-common: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] clean-jars-common: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] compile: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setOSConditions: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolWin: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolUnix: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolProperty: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setS1ASclassPath: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] init-common: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] compile-common: 16:57:44 [2023-03-05T21:57:44.320Z] [echo] Current time (ISO): 2023-03-05T21:57:44.286+0000 16:57:44 [2023-03-05T21:57:44.320Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:44 [2023-03-05T21:57:44.320Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspRuntimeDeployDashDashLibraries/servlet 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] build: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setOSConditions: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolWin: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolUnix: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setToolProperty: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] setS1ASclassPath: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] init-common: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] webclient-war-common: 16:57:44 [2023-03-05T21:57:44.320Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] clear: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] test-tlds-exist: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] copy-tlds: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] test-tagfiles-exist: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] copy-tagfiles: 16:57:44 [2023-03-05T21:57:44.320Z] 16:57:44 [2023-03-05T21:57:44.320Z] package-war-common: 16:57:44 [2023-03-05T21:57:44.320Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:57:44 [2023-03-05T21:57:44.320Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:44 [2023-03-05T21:57:44.320Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:44 [2023-03-05T21:57:44.320Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:57:44 [2023-03-05T21:57:44.320Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspRuntimeDeployDashDashLibraries/lib 16:57:44 [2023-03-05T21:57:44.320Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:44 [2023-03-05T21:57:44.320Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-runtime-deploy-dash-dash-libraries-web.war 16:57:44 [2023-03-05T21:57:44.320Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:44 [2023-03-05T21:57:44.320Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspRuntimeDeployDashDashLibraries/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:57:44 [2023-03-05T21:57:44.320Z] [javac] Compiling 1 source file 16:57:44 [2023-03-05T21:57:44.577Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspRuntimeDeployDashDashLibraries/WebTest.java uses or overrides a deprecated API. 16:57:44 [2023-03-05T21:57:44.577Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:57:44 [2023-03-05T21:57:44.577Z] 16:57:44 [2023-03-05T21:57:44.577Z] deploy: 16:57:44 [2023-03-05T21:57:44.577Z] 16:57:44 [2023-03-05T21:57:44.577Z] setOSConditions: 16:57:44 [2023-03-05T21:57:44.577Z] 16:57:44 [2023-03-05T21:57:44.577Z] setToolWin: 16:57:44 [2023-03-05T21:57:44.577Z] 16:57:44 [2023-03-05T21:57:44.577Z] setToolUnix: 16:57:44 [2023-03-05T21:57:44.577Z] 16:57:44 [2023-03-05T21:57:44.577Z] setToolProperty: 16:57:44 [2023-03-05T21:57:44.577Z] 16:57:44 [2023-03-05T21:57:44.577Z] setS1ASclassPath: 16:57:44 [2023-03-05T21:57:44.577Z] 16:57:44 [2023-03-05T21:57:44.577Z] init-common: 16:57:44 [2023-03-05T21:57:44.577Z] 16:57:44 [2023-03-05T21:57:44.577Z] deploy-war-libraries: 16:57:44 [2023-03-05T21:57:44.833Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-runtime-deploy-dash-dash-libraries --libraries myclasses.jar --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-runtime-deploy-dash-dash-libraries-web.war 16:57:46 [2023-03-05T21:57:46.756Z] [exec] Application deployed with name web-jsp-runtime-deploy-dash-dash-libraries-web. 16:57:46 [2023-03-05T21:57:46.756Z] 16:57:46 [2023-03-05T21:57:46.756Z] run: 16:57:46 [2023-03-05T21:57:46.756Z] [java] Connecting to: http://localhost:45711/web-jsp-runtime-deploy-dash-dash-libraries/test.jsp 16:57:47 [2023-03-05T21:57:47.343Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:47 [2023-03-05T21:57:47.343Z] [java] 16:57:47 [2023-03-05T21:57:47.343Z] [java] 16:57:47 [2023-03-05T21:57:47.343Z] [java] ----------------------------------------- 16:57:47 [2023-03-05T21:57:47.343Z] [java] - jsp-runtime-deploy-dash-dash-libraries: PASS - 16:57:47 [2023-03-05T21:57:47.343Z] [java] ----------------------------------------- 16:57:47 [2023-03-05T21:57:47.343Z] [java] - Total PASS : 1 - 16:57:47 [2023-03-05T21:57:47.343Z] [java] - Total FAIL : 0 - 16:57:47 [2023-03-05T21:57:47.343Z] [java] - Total DID NOT RUN : 0 - 16:57:47 [2023-03-05T21:57:47.343Z] [java] ----------------------------------------- 16:57:47 [2023-03-05T21:57:47.343Z] 16:57:47 [2023-03-05T21:57:47.343Z] undeploy: 16:57:47 [2023-03-05T21:57:47.343Z] 16:57:47 [2023-03-05T21:57:47.343Z] setOSConditions: 16:57:47 [2023-03-05T21:57:47.343Z] 16:57:47 [2023-03-05T21:57:47.343Z] setToolWin: 16:57:47 [2023-03-05T21:57:47.343Z] 16:57:47 [2023-03-05T21:57:47.343Z] setToolUnix: 16:57:47 [2023-03-05T21:57:47.343Z] 16:57:47 [2023-03-05T21:57:47.343Z] setToolProperty: 16:57:47 [2023-03-05T21:57:47.343Z] 16:57:47 [2023-03-05T21:57:47.343Z] setS1ASclassPath: 16:57:47 [2023-03-05T21:57:47.343Z] 16:57:47 [2023-03-05T21:57:47.343Z] init-common: 16:57:47 [2023-03-05T21:57:47.343Z] 16:57:47 [2023-03-05T21:57:47.343Z] undeploy-war-common: 16:57:47 [2023-03-05T21:57:47.619Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-runtime-deploy-dash-dash-libraries-web 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] restore: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] setOSConditions: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] setToolWin: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] setToolUnix: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] setToolProperty: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] setS1ASclassPath: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] init-common: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] removeJarFromApplibs: 16:57:47 [2023-03-05T21:57:47.875Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/lib/applibs/myclasses.jar 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] all: 16:57:47 [2023-03-05T21:57:47.875Z] [echo] 16:57:47 [2023-03-05T21:57:47.875Z] [echo] ************************* 16:57:47 [2023-03-05T21:57:47.875Z] [echo] * Running jspScriptlessTagBodyJspDocument 16:57:47 [2023-03-05T21:57:47.875Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptlessTagBodyJspDocument 16:57:47 [2023-03-05T21:57:47.875Z] [echo] ************************* 16:57:47 [2023-03-05T21:57:47.875Z] [echo] 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] setOSConditions: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] setToolWin: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] setToolUnix: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] setToolProperty: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] setS1ASclassPath: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] init-common: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] clean: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] setOSConditions: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] setToolWin: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] setToolUnix: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] setToolProperty: 16:57:47 [2023-03-05T21:57:47.875Z] 16:57:47 [2023-03-05T21:57:47.875Z] setS1ASclassPath: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] init-common: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] clean-common: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] setOSConditions: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] setToolWin: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] setToolUnix: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] setToolProperty: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] setS1ASclassPath: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] init-common: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] clean-classes-common: 16:57:47 [2023-03-05T21:57:47.876Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] setOSConditions: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] setToolWin: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] setToolUnix: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] setToolProperty: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] setS1ASclassPath: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] init-common: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] clean-jars-common: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] compile: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] setOSConditions: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] setToolWin: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] setToolUnix: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] setToolProperty: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] setS1ASclassPath: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] init-common: 16:57:47 [2023-03-05T21:57:47.876Z] 16:57:47 [2023-03-05T21:57:47.876Z] compile-common: 16:57:47 [2023-03-05T21:57:47.876Z] [echo] Current time (ISO): 2023-03-05T21:57:47.718+0000 16:57:47 [2023-03-05T21:57:47.876Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:47 [2023-03-05T21:57:47.876Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:49 [2023-03-05T21:57:49.257Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:57:49 [2023-03-05T21:57:49.258Z] [javac] 1 warning 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] build: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] setOSConditions: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] setToolWin: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] setToolUnix: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] setToolProperty: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] setS1ASclassPath: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] init-common: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] webclient-war-common: 16:57:49 [2023-03-05T21:57:49.258Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] clear: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] test-tlds-exist: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] copy-tlds: 16:57:49 [2023-03-05T21:57:49.258Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:57:49 [2023-03-05T21:57:49.258Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] test-tagfiles-exist: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] copy-tagfiles: 16:57:49 [2023-03-05T21:57:49.258Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags 16:57:49 [2023-03-05T21:57:49.258Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] package-war-common: 16:57:49 [2023-03-05T21:57:49.258Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:49 [2023-03-05T21:57:49.258Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:57:49 [2023-03-05T21:57:49.258Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptlessTagBodyJspDocument/lib 16:57:49 [2023-03-05T21:57:49.258Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:49 [2023-03-05T21:57:49.258Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:49 [2023-03-05T21:57:49.258Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-scriptless-tag-body-jsp-document-web.war 16:57:49 [2023-03-05T21:57:49.258Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:49 [2023-03-05T21:57:49.258Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptlessTagBodyJspDocument/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:57:49 [2023-03-05T21:57:49.258Z] [javac] Compiling 1 source file 16:57:49 [2023-03-05T21:57:49.258Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptlessTagBodyJspDocument/WebTest.java uses or overrides a deprecated API. 16:57:49 [2023-03-05T21:57:49.258Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] deploy: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] deploy-war-common: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] setOSConditions: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] setToolWin: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] setToolUnix: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] setToolProperty: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] setS1ASclassPath: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] init-common: 16:57:49 [2023-03-05T21:57:49.258Z] 16:57:49 [2023-03-05T21:57:49.258Z] deploy-war-commonpe: 16:57:49 [2023-03-05T21:57:49.258Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-scriptless-tag-body-jsp-document --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-scriptless-tag-body-jsp-document-web.war 16:57:49 [2023-03-05T21:57:49.519Z] [exec] Application deployed with name web-jsp-scriptless-tag-body-jsp-document-web. 16:57:49 [2023-03-05T21:57:49.519Z] 16:57:49 [2023-03-05T21:57:49.519Z] deploy-war-commonee: 16:57:49 [2023-03-05T21:57:49.519Z] 16:57:49 [2023-03-05T21:57:49.519Z] run: 16:57:49 [2023-03-05T21:57:49.775Z] [java] Connecting to: http://localhost:45711/web-jsp-scriptless-tag-body-jsp-document/jsp/test.jspx 16:57:49 [2023-03-05T21:57:49.775Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:49 [2023-03-05T21:57:49.775Z] [java] 16:57:49 [2023-03-05T21:57:49.775Z] [java] 16:57:49 [2023-03-05T21:57:49.775Z] [java] ----------------------------------------- 16:57:49 [2023-03-05T21:57:49.775Z] [java] - jsp-scriptless-tag-body-jsp-document: PASS - 16:57:49 [2023-03-05T21:57:49.775Z] [java] ----------------------------------------- 16:57:49 [2023-03-05T21:57:49.775Z] [java] - Total PASS : 1 - 16:57:49 [2023-03-05T21:57:49.775Z] [java] - Total FAIL : 0 - 16:57:49 [2023-03-05T21:57:49.775Z] [java] - Total DID NOT RUN : 0 - 16:57:49 [2023-03-05T21:57:49.775Z] [java] ----------------------------------------- 16:57:49 [2023-03-05T21:57:49.775Z] 16:57:49 [2023-03-05T21:57:49.775Z] undeploy: 16:57:49 [2023-03-05T21:57:49.775Z] 16:57:49 [2023-03-05T21:57:49.775Z] setOSConditions: 16:57:49 [2023-03-05T21:57:49.775Z] 16:57:49 [2023-03-05T21:57:49.775Z] setToolWin: 16:57:49 [2023-03-05T21:57:49.775Z] 16:57:49 [2023-03-05T21:57:49.775Z] setToolUnix: 16:57:49 [2023-03-05T21:57:49.775Z] 16:57:49 [2023-03-05T21:57:49.775Z] setToolProperty: 16:57:49 [2023-03-05T21:57:49.775Z] 16:57:49 [2023-03-05T21:57:49.775Z] setS1ASclassPath: 16:57:49 [2023-03-05T21:57:49.775Z] 16:57:49 [2023-03-05T21:57:49.775Z] init-common: 16:57:49 [2023-03-05T21:57:49.775Z] 16:57:49 [2023-03-05T21:57:49.775Z] undeploy-war-common: 16:57:50 [2023-03-05T21:57:50.033Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-scriptless-tag-body-jsp-document-web 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] all: 16:57:50 [2023-03-05T21:57:50.033Z] [echo] 16:57:50 [2023-03-05T21:57:50.033Z] [echo] ************************* 16:57:50 [2023-03-05T21:57:50.033Z] [echo] * Running jspScriptletAfterScriptlessTag 16:57:50 [2023-03-05T21:57:50.033Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletAfterScriptlessTag 16:57:50 [2023-03-05T21:57:50.033Z] [echo] ************************* 16:57:50 [2023-03-05T21:57:50.033Z] [echo] 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setOSConditions: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolWin: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolUnix: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolProperty: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setS1ASclassPath: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] init-common: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] clean: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setOSConditions: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolWin: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolUnix: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolProperty: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setS1ASclassPath: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] init-common: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] clean-common: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setOSConditions: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolWin: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolUnix: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolProperty: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setS1ASclassPath: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] init-common: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] clean-classes-common: 16:57:50 [2023-03-05T21:57:50.033Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setOSConditions: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolWin: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolUnix: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolProperty: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setS1ASclassPath: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] init-common: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] clean-jars-common: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] compile: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setOSConditions: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolWin: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolUnix: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolProperty: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setS1ASclassPath: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] init-common: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] compile-common: 16:57:50 [2023-03-05T21:57:50.033Z] [echo] Current time (ISO): 2023-03-05T21:57:49.982+0000 16:57:50 [2023-03-05T21:57:50.033Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:50 [2023-03-05T21:57:50.033Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletAfterScriptlessTag/servlet 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] build: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setOSConditions: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolWin: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolUnix: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolProperty: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setS1ASclassPath: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] init-common: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] webclient-war-common: 16:57:50 [2023-03-05T21:57:50.033Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] clear: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] test-tlds-exist: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] copy-tlds: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] test-tagfiles-exist: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] copy-tagfiles: 16:57:50 [2023-03-05T21:57:50.033Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags 16:57:50 [2023-03-05T21:57:50.033Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] package-war-common: 16:57:50 [2023-03-05T21:57:50.033Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:50 [2023-03-05T21:57:50.033Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:57:50 [2023-03-05T21:57:50.033Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletAfterScriptlessTag/lib 16:57:50 [2023-03-05T21:57:50.033Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:50 [2023-03-05T21:57:50.033Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-scriptlet-after-scriptless-tag-web.war 16:57:50 [2023-03-05T21:57:50.033Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:50 [2023-03-05T21:57:50.033Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletAfterScriptlessTag/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:57:50 [2023-03-05T21:57:50.033Z] [javac] Compiling 1 source file 16:57:50 [2023-03-05T21:57:50.033Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletAfterScriptlessTag/WebTest.java uses or overrides a deprecated API. 16:57:50 [2023-03-05T21:57:50.033Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] deploy: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] deploy-war-common: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setOSConditions: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolWin: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolUnix: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setToolProperty: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] setS1ASclassPath: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] init-common: 16:57:50 [2023-03-05T21:57:50.033Z] 16:57:50 [2023-03-05T21:57:50.033Z] deploy-war-commonpe: 16:57:50 [2023-03-05T21:57:50.624Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-scriptlet-after-scriptless-tag --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-scriptlet-after-scriptless-tag-web.war 16:57:51 [2023-03-05T21:57:51.552Z] [exec] Application deployed with name web-jsp-scriptlet-after-scriptless-tag-web. 16:57:51 [2023-03-05T21:57:51.552Z] 16:57:51 [2023-03-05T21:57:51.552Z] deploy-war-commonee: 16:57:51 [2023-03-05T21:57:51.552Z] 16:57:51 [2023-03-05T21:57:51.552Z] run: 16:57:51 [2023-03-05T21:57:51.818Z] [java] Connecting to: http://localhost:45711/web-jsp-scriptlet-after-scriptless-tag/jsp/test.jspx 16:57:51 [2023-03-05T21:57:51.818Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:51 [2023-03-05T21:57:51.818Z] [java] 16:57:51 [2023-03-05T21:57:51.818Z] [java] 16:57:51 [2023-03-05T21:57:51.818Z] [java] ----------------------------------------- 16:57:51 [2023-03-05T21:57:51.818Z] [java] - jsp-scriptlet-after-scriptless-tag: PASS - 16:57:51 [2023-03-05T21:57:51.818Z] [java] ----------------------------------------- 16:57:51 [2023-03-05T21:57:51.818Z] [java] - Total PASS : 1 - 16:57:51 [2023-03-05T21:57:51.818Z] [java] - Total FAIL : 0 - 16:57:51 [2023-03-05T21:57:51.818Z] [java] - Total DID NOT RUN : 0 - 16:57:51 [2023-03-05T21:57:51.818Z] [java] ----------------------------------------- 16:57:51 [2023-03-05T21:57:51.818Z] 16:57:51 [2023-03-05T21:57:51.818Z] undeploy: 16:57:51 [2023-03-05T21:57:51.818Z] 16:57:51 [2023-03-05T21:57:51.818Z] setOSConditions: 16:57:51 [2023-03-05T21:57:51.818Z] 16:57:51 [2023-03-05T21:57:51.818Z] setToolWin: 16:57:51 [2023-03-05T21:57:51.818Z] 16:57:51 [2023-03-05T21:57:51.818Z] setToolUnix: 16:57:51 [2023-03-05T21:57:51.818Z] 16:57:51 [2023-03-05T21:57:51.818Z] setToolProperty: 16:57:51 [2023-03-05T21:57:51.818Z] 16:57:51 [2023-03-05T21:57:51.818Z] setS1ASclassPath: 16:57:51 [2023-03-05T21:57:51.818Z] 16:57:51 [2023-03-05T21:57:51.818Z] init-common: 16:57:51 [2023-03-05T21:57:51.818Z] 16:57:51 [2023-03-05T21:57:51.818Z] undeploy-war-common: 16:57:52 [2023-03-05T21:57:52.075Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-scriptlet-after-scriptless-tag-web 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] all: 16:57:52 [2023-03-05T21:57:52.075Z] [echo] 16:57:52 [2023-03-05T21:57:52.075Z] [echo] ************************* 16:57:52 [2023-03-05T21:57:52.075Z] [echo] * Running jspScriptletDeclNestedInCustomAction 16:57:52 [2023-03-05T21:57:52.075Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletDeclNestedInCustomAction 16:57:52 [2023-03-05T21:57:52.075Z] [echo] ************************* 16:57:52 [2023-03-05T21:57:52.075Z] [echo] 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setOSConditions: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setToolWin: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setToolUnix: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setToolProperty: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setS1ASclassPath: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] init-common: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] clean: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setOSConditions: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setToolWin: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setToolUnix: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setToolProperty: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setS1ASclassPath: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] init-common: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] clean-common: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setOSConditions: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setToolWin: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setToolUnix: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setToolProperty: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setS1ASclassPath: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] init-common: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] clean-classes-common: 16:57:52 [2023-03-05T21:57:52.075Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setOSConditions: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setToolWin: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setToolUnix: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setToolProperty: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setS1ASclassPath: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] init-common: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] clean-jars-common: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] compile: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setOSConditions: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setToolWin: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setToolUnix: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setToolProperty: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] setS1ASclassPath: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] init-common: 16:57:52 [2023-03-05T21:57:52.075Z] 16:57:52 [2023-03-05T21:57:52.075Z] compile-common: 16:57:52 [2023-03-05T21:57:52.075Z] [echo] Current time (ISO): 2023-03-05T21:57:52.019+0000 16:57:52 [2023-03-05T21:57:52.075Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:52 [2023-03-05T21:57:52.075Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:53 [2023-03-05T21:57:53.457Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:57:53 [2023-03-05T21:57:53.457Z] [javac] 1 warning 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] build: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] setOSConditions: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] setToolWin: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] setToolUnix: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] setToolProperty: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] setS1ASclassPath: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] init-common: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] webclient-war-common: 16:57:53 [2023-03-05T21:57:53.457Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] clear: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] test-tlds-exist: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] copy-tlds: 16:57:53 [2023-03-05T21:57:53.457Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:57:53 [2023-03-05T21:57:53.457Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] test-tagfiles-exist: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] copy-tagfiles: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] package-war-common: 16:57:53 [2023-03-05T21:57:53.457Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:53 [2023-03-05T21:57:53.457Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:57:53 [2023-03-05T21:57:53.457Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletDeclNestedInCustomAction/lib 16:57:53 [2023-03-05T21:57:53.457Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:53 [2023-03-05T21:57:53.457Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:53 [2023-03-05T21:57:53.457Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-scriptlet-decl-nested-in-custom-action-web.war 16:57:53 [2023-03-05T21:57:53.457Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:53 [2023-03-05T21:57:53.457Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletDeclNestedInCustomAction/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:57:53 [2023-03-05T21:57:53.457Z] [javac] Compiling 1 source file 16:57:53 [2023-03-05T21:57:53.457Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletDeclNestedInCustomAction/WebTest.java uses or overrides a deprecated API. 16:57:53 [2023-03-05T21:57:53.457Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] deploy: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] deploy-war-common: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] setOSConditions: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] setToolWin: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] setToolUnix: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] setToolProperty: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] setS1ASclassPath: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] init-common: 16:57:53 [2023-03-05T21:57:53.457Z] 16:57:53 [2023-03-05T21:57:53.457Z] deploy-war-commonpe: 16:57:53 [2023-03-05T21:57:53.716Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-scriptlet-decl-nested-in-custom-action --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-scriptlet-decl-nested-in-custom-action-web.war 16:57:54 [2023-03-05T21:57:54.279Z] [exec] Application deployed with name web-jsp-scriptlet-decl-nested-in-custom-action-web. 16:57:54 [2023-03-05T21:57:54.279Z] 16:57:54 [2023-03-05T21:57:54.279Z] deploy-war-commonee: 16:57:54 [2023-03-05T21:57:54.279Z] 16:57:54 [2023-03-05T21:57:54.279Z] run: 16:57:54 [2023-03-05T21:57:54.279Z] [java] Connecting to: http://localhost:45711/web-jsp-scriptlet-decl-nested-in-custom-action/jsp/test.jsp 16:57:54 [2023-03-05T21:57:54.279Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:54 [2023-03-05T21:57:54.279Z] [java] 16:57:54 [2023-03-05T21:57:54.279Z] [java] 16:57:54 [2023-03-05T21:57:54.279Z] [java] ----------------------------------------- 16:57:54 [2023-03-05T21:57:54.279Z] [java] - jsp-scriptlet-decl-nested-in-custom-action: PASS - 16:57:54 [2023-03-05T21:57:54.279Z] [java] ----------------------------------------- 16:57:54 [2023-03-05T21:57:54.279Z] [java] - Total PASS : 1 - 16:57:54 [2023-03-05T21:57:54.279Z] [java] - Total FAIL : 0 - 16:57:54 [2023-03-05T21:57:54.279Z] [java] - Total DID NOT RUN : 0 - 16:57:54 [2023-03-05T21:57:54.279Z] [java] ----------------------------------------- 16:57:54 [2023-03-05T21:57:54.279Z] 16:57:54 [2023-03-05T21:57:54.279Z] undeploy: 16:57:54 [2023-03-05T21:57:54.279Z] 16:57:54 [2023-03-05T21:57:54.279Z] setOSConditions: 16:57:54 [2023-03-05T21:57:54.279Z] 16:57:54 [2023-03-05T21:57:54.279Z] setToolWin: 16:57:54 [2023-03-05T21:57:54.279Z] 16:57:54 [2023-03-05T21:57:54.279Z] setToolUnix: 16:57:54 [2023-03-05T21:57:54.279Z] 16:57:54 [2023-03-05T21:57:54.279Z] setToolProperty: 16:57:54 [2023-03-05T21:57:54.279Z] 16:57:54 [2023-03-05T21:57:54.279Z] setS1ASclassPath: 16:57:54 [2023-03-05T21:57:54.279Z] 16:57:54 [2023-03-05T21:57:54.279Z] init-common: 16:57:54 [2023-03-05T21:57:54.279Z] 16:57:54 [2023-03-05T21:57:54.279Z] undeploy-war-common: 16:57:54 [2023-03-05T21:57:54.842Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-scriptlet-decl-nested-in-custom-action-web 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] all: 16:57:54 [2023-03-05T21:57:54.842Z] [echo] 16:57:54 [2023-03-05T21:57:54.842Z] [echo] ************************* 16:57:54 [2023-03-05T21:57:54.842Z] [echo] * Running jspScriptletSyntaxErrorCorrectErrorMessage 16:57:54 [2023-03-05T21:57:54.842Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletSyntaxErrorCorrectErrorMessage 16:57:54 [2023-03-05T21:57:54.842Z] [echo] ************************* 16:57:54 [2023-03-05T21:57:54.842Z] [echo] 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setOSConditions: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolWin: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolUnix: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolProperty: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setS1ASclassPath: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] init-common: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] clean: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setOSConditions: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolWin: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolUnix: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolProperty: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setS1ASclassPath: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] init-common: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] clean-common: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setOSConditions: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolWin: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolUnix: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolProperty: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setS1ASclassPath: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] init-common: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] clean-classes-common: 16:57:54 [2023-03-05T21:57:54.842Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setOSConditions: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolWin: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolUnix: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolProperty: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setS1ASclassPath: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] init-common: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] clean-jars-common: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] compile: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setOSConditions: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolWin: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolUnix: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolProperty: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setS1ASclassPath: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] init-common: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] compile-common: 16:57:54 [2023-03-05T21:57:54.842Z] [echo] Current time (ISO): 2023-03-05T21:57:54.661+0000 16:57:54 [2023-03-05T21:57:54.842Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:54 [2023-03-05T21:57:54.842Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletSyntaxErrorCorrectErrorMessage/servlet 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] build: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setOSConditions: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolWin: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolUnix: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolProperty: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setS1ASclassPath: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] init-common: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] webclient-war-common: 16:57:54 [2023-03-05T21:57:54.842Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] clear: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] test-tlds-exist: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] copy-tlds: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] test-tagfiles-exist: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] copy-tagfiles: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] package-war-common: 16:57:54 [2023-03-05T21:57:54.842Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:57:54 [2023-03-05T21:57:54.842Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:54 [2023-03-05T21:57:54.842Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:54 [2023-03-05T21:57:54.842Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:57:54 [2023-03-05T21:57:54.842Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletSyntaxErrorCorrectErrorMessage/lib 16:57:54 [2023-03-05T21:57:54.842Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:54 [2023-03-05T21:57:54.842Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-scriptlet-syntax-error-correct-error-message-web.war 16:57:54 [2023-03-05T21:57:54.842Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:54 [2023-03-05T21:57:54.842Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletSyntaxErrorCorrectErrorMessage/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:57:54 [2023-03-05T21:57:54.842Z] [javac] Compiling 1 source file 16:57:54 [2023-03-05T21:57:54.842Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletSyntaxErrorCorrectErrorMessage/WebTest.java:71: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 16:57:54 [2023-03-05T21:57:54.842Z] [javac] sock = new Socket(host, new Integer(port).intValue()); 16:57:54 [2023-03-05T21:57:54.842Z] [javac] ^ 16:57:54 [2023-03-05T21:57:54.842Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletSyntaxErrorCorrectErrorMessage/WebTest.java uses or overrides a deprecated API. 16:57:54 [2023-03-05T21:57:54.842Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:57:54 [2023-03-05T21:57:54.842Z] [javac] 1 warning 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] deploy: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] deploy-war-common: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setOSConditions: 16:57:54 [2023-03-05T21:57:54.842Z] 16:57:54 [2023-03-05T21:57:54.842Z] setToolWin: 16:57:54 [2023-03-05T21:57:54.843Z] 16:57:54 [2023-03-05T21:57:54.843Z] setToolUnix: 16:57:54 [2023-03-05T21:57:54.843Z] 16:57:54 [2023-03-05T21:57:54.843Z] setToolProperty: 16:57:54 [2023-03-05T21:57:54.843Z] 16:57:54 [2023-03-05T21:57:54.843Z] setS1ASclassPath: 16:57:54 [2023-03-05T21:57:54.843Z] 16:57:54 [2023-03-05T21:57:54.843Z] init-common: 16:57:54 [2023-03-05T21:57:54.843Z] 16:57:54 [2023-03-05T21:57:54.843Z] deploy-war-commonpe: 16:57:55 [2023-03-05T21:57:55.418Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-scriptlet-syntax-error-correct-error-message --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-scriptlet-syntax-error-correct-error-message-web.war 16:57:55 [2023-03-05T21:57:55.419Z] [exec] Application deployed with name web-jsp-scriptlet-syntax-error-correct-error-message-web. 16:57:55 [2023-03-05T21:57:55.419Z] 16:57:55 [2023-03-05T21:57:55.419Z] deploy-war-commonee: 16:57:55 [2023-03-05T21:57:55.419Z] 16:57:55 [2023-03-05T21:57:55.419Z] run: 16:57:55 [2023-03-05T21:57:55.675Z] [java] GET /web-jsp-scriptlet-syntax-error-correct-error-message/jsp/test.jsp HTTP/1.0 16:57:55 [2023-03-05T21:57:55.675Z] [java] 16:57:55 [2023-03-05T21:57:55.675Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:55 [2023-03-05T21:57:55.675Z] [java] 16:57:55 [2023-03-05T21:57:55.675Z] [java] 16:57:55 [2023-03-05T21:57:55.675Z] [java] ----------------------------------------- 16:57:55 [2023-03-05T21:57:55.675Z] [java] - scriptlet-syntax-error-correct-error-message: PASS - 16:57:55 [2023-03-05T21:57:55.675Z] [java] ----------------------------------------- 16:57:55 [2023-03-05T21:57:55.675Z] [java] - Total PASS : 1 - 16:57:55 [2023-03-05T21:57:55.675Z] [java] - Total FAIL : 0 - 16:57:55 [2023-03-05T21:57:55.675Z] [java] - Total DID NOT RUN : 0 - 16:57:55 [2023-03-05T21:57:55.675Z] [java] ----------------------------------------- 16:57:55 [2023-03-05T21:57:55.675Z] 16:57:55 [2023-03-05T21:57:55.675Z] undeploy: 16:57:55 [2023-03-05T21:57:55.675Z] 16:57:55 [2023-03-05T21:57:55.675Z] setOSConditions: 16:57:55 [2023-03-05T21:57:55.675Z] 16:57:55 [2023-03-05T21:57:55.675Z] setToolWin: 16:57:55 [2023-03-05T21:57:55.675Z] 16:57:55 [2023-03-05T21:57:55.675Z] setToolUnix: 16:57:55 [2023-03-05T21:57:55.675Z] 16:57:55 [2023-03-05T21:57:55.675Z] setToolProperty: 16:57:55 [2023-03-05T21:57:55.675Z] 16:57:55 [2023-03-05T21:57:55.675Z] setS1ASclassPath: 16:57:55 [2023-03-05T21:57:55.675Z] 16:57:55 [2023-03-05T21:57:55.675Z] init-common: 16:57:55 [2023-03-05T21:57:55.675Z] 16:57:55 [2023-03-05T21:57:55.675Z] undeploy-war-common: 16:57:55 [2023-03-05T21:57:55.931Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-scriptlet-syntax-error-correct-error-message-web 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] all: 16:57:55 [2023-03-05T21:57:55.931Z] [echo] 16:57:55 [2023-03-05T21:57:55.931Z] [echo] ************************* 16:57:55 [2023-03-05T21:57:55.931Z] [echo] * Running jspSelfReferencingErrorPage 16:57:55 [2023-03-05T21:57:55.931Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPage 16:57:55 [2023-03-05T21:57:55.931Z] [echo] ************************* 16:57:55 [2023-03-05T21:57:55.931Z] [echo] 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setOSConditions: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolWin: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolUnix: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolProperty: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setS1ASclassPath: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] init-common: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] clean: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setOSConditions: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolWin: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolUnix: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolProperty: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setS1ASclassPath: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] init-common: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] clean-common: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setOSConditions: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolWin: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolUnix: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolProperty: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setS1ASclassPath: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] init-common: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] clean-classes-common: 16:57:55 [2023-03-05T21:57:55.931Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setOSConditions: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolWin: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolUnix: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolProperty: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setS1ASclassPath: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] init-common: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] clean-jars-common: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] compile: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setOSConditions: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolWin: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolUnix: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolProperty: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setS1ASclassPath: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] init-common: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] compile-common: 16:57:55 [2023-03-05T21:57:55.931Z] [echo] Current time (ISO): 2023-03-05T21:57:55.894+0000 16:57:55 [2023-03-05T21:57:55.931Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:55 [2023-03-05T21:57:55.931Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPage/servlet 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] build: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setOSConditions: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolWin: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolUnix: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setToolProperty: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] setS1ASclassPath: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] init-common: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] webclient-war-common: 16:57:55 [2023-03-05T21:57:55.931Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] clear: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] test-tlds-exist: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] copy-tlds: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] test-tagfiles-exist: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] copy-tagfiles: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] package-war-common: 16:57:55 [2023-03-05T21:57:55.931Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:57:55 [2023-03-05T21:57:55.931Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:55 [2023-03-05T21:57:55.931Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:55 [2023-03-05T21:57:55.931Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:57:55 [2023-03-05T21:57:55.931Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPage/lib 16:57:55 [2023-03-05T21:57:55.931Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:55 [2023-03-05T21:57:55.931Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-self-referencing-error-page-web.war 16:57:55 [2023-03-05T21:57:55.931Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:55 [2023-03-05T21:57:55.931Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPage/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:57:55 [2023-03-05T21:57:55.931Z] [javac] Compiling 1 source file 16:57:55 [2023-03-05T21:57:55.931Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPage/WebTest.java uses or overrides a deprecated API. 16:57:55 [2023-03-05T21:57:55.931Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] deploy: 16:57:55 [2023-03-05T21:57:55.931Z] 16:57:55 [2023-03-05T21:57:55.931Z] deploy-war-common: 16:57:56 [2023-03-05T21:57:56.188Z] 16:57:56 [2023-03-05T21:57:56.188Z] setOSConditions: 16:57:56 [2023-03-05T21:57:56.188Z] 16:57:56 [2023-03-05T21:57:56.188Z] setToolWin: 16:57:56 [2023-03-05T21:57:56.188Z] 16:57:56 [2023-03-05T21:57:56.188Z] setToolUnix: 16:57:56 [2023-03-05T21:57:56.188Z] 16:57:56 [2023-03-05T21:57:56.188Z] setToolProperty: 16:57:56 [2023-03-05T21:57:56.188Z] 16:57:56 [2023-03-05T21:57:56.188Z] setS1ASclassPath: 16:57:56 [2023-03-05T21:57:56.188Z] 16:57:56 [2023-03-05T21:57:56.188Z] init-common: 16:57:56 [2023-03-05T21:57:56.188Z] 16:57:56 [2023-03-05T21:57:56.188Z] deploy-war-commonpe: 16:57:56 [2023-03-05T21:57:56.444Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-self-referencing-error-page --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-self-referencing-error-page-web.war 16:57:56 [2023-03-05T21:57:56.444Z] [exec] Application deployed with name web-jsp-self-referencing-error-page-web. 16:57:56 [2023-03-05T21:57:56.444Z] 16:57:56 [2023-03-05T21:57:56.444Z] deploy-war-commonee: 16:57:56 [2023-03-05T21:57:56.444Z] 16:57:56 [2023-03-05T21:57:56.444Z] run: 16:57:56 [2023-03-05T21:57:56.718Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:56 [2023-03-05T21:57:56.718Z] [java] 16:57:56 [2023-03-05T21:57:56.718Z] [java] 16:57:56 [2023-03-05T21:57:56.718Z] [java] ----------------------------------------- 16:57:56 [2023-03-05T21:57:56.718Z] [java] - jsp-self-referencing-error-page: PASS - 16:57:56 [2023-03-05T21:57:56.718Z] [java] ----------------------------------------- 16:57:56 [2023-03-05T21:57:56.718Z] [java] - Total PASS : 1 - 16:57:56 [2023-03-05T21:57:56.718Z] [java] - Total FAIL : 0 - 16:57:56 [2023-03-05T21:57:56.718Z] [java] - Total DID NOT RUN : 0 - 16:57:56 [2023-03-05T21:57:56.718Z] [java] ----------------------------------------- 16:57:56 [2023-03-05T21:57:56.718Z] 16:57:56 [2023-03-05T21:57:56.718Z] undeploy: 16:57:56 [2023-03-05T21:57:56.718Z] 16:57:56 [2023-03-05T21:57:56.718Z] setOSConditions: 16:57:56 [2023-03-05T21:57:56.718Z] 16:57:56 [2023-03-05T21:57:56.718Z] setToolWin: 16:57:56 [2023-03-05T21:57:56.718Z] 16:57:56 [2023-03-05T21:57:56.718Z] setToolUnix: 16:57:56 [2023-03-05T21:57:56.718Z] 16:57:56 [2023-03-05T21:57:56.718Z] setToolProperty: 16:57:56 [2023-03-05T21:57:56.718Z] 16:57:56 [2023-03-05T21:57:56.718Z] setS1ASclassPath: 16:57:56 [2023-03-05T21:57:56.718Z] 16:57:56 [2023-03-05T21:57:56.718Z] init-common: 16:57:56 [2023-03-05T21:57:56.718Z] 16:57:56 [2023-03-05T21:57:56.719Z] undeploy-war-common: 16:57:56 [2023-03-05T21:57:56.975Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-self-referencing-error-page-web 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] all: 16:57:56 [2023-03-05T21:57:56.975Z] [echo] 16:57:56 [2023-03-05T21:57:56.975Z] [echo] ************************* 16:57:56 [2023-03-05T21:57:56.975Z] [echo] * Running jspSelfReferencingErrorPageWithRelativePath 16:57:56 [2023-03-05T21:57:56.975Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPageWithRelativePath 16:57:56 [2023-03-05T21:57:56.975Z] [echo] ************************* 16:57:56 [2023-03-05T21:57:56.975Z] [echo] 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] setOSConditions: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] setToolWin: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] setToolUnix: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] setToolProperty: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] setS1ASclassPath: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] init-common: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] clean: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] setOSConditions: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] setToolWin: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] setToolUnix: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] setToolProperty: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] setS1ASclassPath: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] init-common: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] clean-common: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] setOSConditions: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] setToolWin: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] setToolUnix: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] setToolProperty: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] setS1ASclassPath: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] init-common: 16:57:56 [2023-03-05T21:57:56.975Z] 16:57:56 [2023-03-05T21:57:56.975Z] clean-classes-common: 16:57:56 [2023-03-05T21:57:56.976Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setOSConditions: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setToolWin: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setToolUnix: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setToolProperty: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setS1ASclassPath: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] init-common: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] clean-jars-common: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] compile: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setOSConditions: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setToolWin: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setToolUnix: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setToolProperty: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setS1ASclassPath: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] init-common: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] compile-common: 16:57:56 [2023-03-05T21:57:56.976Z] [echo] Current time (ISO): 2023-03-05T21:57:56.883+0000 16:57:56 [2023-03-05T21:57:56.976Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:56 [2023-03-05T21:57:56.976Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPageWithRelativePath/servlet 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] build: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setOSConditions: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setToolWin: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setToolUnix: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setToolProperty: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setS1ASclassPath: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] init-common: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] webclient-war-common: 16:57:56 [2023-03-05T21:57:56.976Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] clear: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] test-tlds-exist: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] copy-tlds: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] test-tagfiles-exist: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] copy-tagfiles: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] package-war-common: 16:57:56 [2023-03-05T21:57:56.976Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:57:56 [2023-03-05T21:57:56.976Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:56 [2023-03-05T21:57:56.976Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:56 [2023-03-05T21:57:56.976Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:57:56 [2023-03-05T21:57:56.976Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPageWithRelativePath/lib 16:57:56 [2023-03-05T21:57:56.976Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:56 [2023-03-05T21:57:56.976Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-self-referencing-error-page-with-relative-path-web.war 16:57:56 [2023-03-05T21:57:56.976Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:56 [2023-03-05T21:57:56.976Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPageWithRelativePath/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:57:56 [2023-03-05T21:57:56.976Z] [javac] Compiling 1 source file 16:57:56 [2023-03-05T21:57:56.976Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPageWithRelativePath/WebTest.java uses or overrides a deprecated API. 16:57:56 [2023-03-05T21:57:56.976Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] deploy: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] deploy-war-common: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setOSConditions: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setToolWin: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setToolUnix: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setToolProperty: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] setS1ASclassPath: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] init-common: 16:57:56 [2023-03-05T21:57:56.976Z] 16:57:56 [2023-03-05T21:57:56.976Z] deploy-war-commonpe: 16:57:57 [2023-03-05T21:57:57.234Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-self-referencing-error-page-with-relative-path --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-self-referencing-error-page-with-relative-path-web.war 16:57:57 [2023-03-05T21:57:57.490Z] [exec] Application deployed with name web-jsp-self-referencing-error-page-with-relative-path-web. 16:57:57 [2023-03-05T21:57:57.490Z] 16:57:57 [2023-03-05T21:57:57.490Z] deploy-war-commonee: 16:57:57 [2023-03-05T21:57:57.490Z] 16:57:57 [2023-03-05T21:57:57.490Z] run: 16:57:57 [2023-03-05T21:57:57.746Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:57 [2023-03-05T21:57:57.746Z] [java] 16:57:57 [2023-03-05T21:57:57.746Z] [java] 16:57:57 [2023-03-05T21:57:57.746Z] [java] ----------------------------------------- 16:57:57 [2023-03-05T21:57:57.746Z] [java] - jsp-self-referencing-error-page-with-relative-path: PASS - 16:57:57 [2023-03-05T21:57:57.746Z] [java] ----------------------------------------- 16:57:57 [2023-03-05T21:57:57.746Z] [java] - Total PASS : 1 - 16:57:57 [2023-03-05T21:57:57.746Z] [java] - Total FAIL : 0 - 16:57:57 [2023-03-05T21:57:57.746Z] [java] - Total DID NOT RUN : 0 - 16:57:57 [2023-03-05T21:57:57.746Z] [java] ----------------------------------------- 16:57:57 [2023-03-05T21:57:57.746Z] 16:57:57 [2023-03-05T21:57:57.746Z] undeploy: 16:57:57 [2023-03-05T21:57:57.746Z] 16:57:57 [2023-03-05T21:57:57.746Z] setOSConditions: 16:57:57 [2023-03-05T21:57:57.746Z] 16:57:57 [2023-03-05T21:57:57.746Z] setToolWin: 16:57:57 [2023-03-05T21:57:57.746Z] 16:57:57 [2023-03-05T21:57:57.746Z] setToolUnix: 16:57:57 [2023-03-05T21:57:57.746Z] 16:57:57 [2023-03-05T21:57:57.746Z] setToolProperty: 16:57:57 [2023-03-05T21:57:57.746Z] 16:57:57 [2023-03-05T21:57:57.746Z] setS1ASclassPath: 16:57:57 [2023-03-05T21:57:57.746Z] 16:57:57 [2023-03-05T21:57:57.746Z] init-common: 16:57:57 [2023-03-05T21:57:57.746Z] 16:57:57 [2023-03-05T21:57:57.746Z] undeploy-war-common: 16:57:58 [2023-03-05T21:57:58.325Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-self-referencing-error-page-with-relative-path-web 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] all: 16:57:58 [2023-03-05T21:57:58.325Z] [echo] 16:57:58 [2023-03-05T21:57:58.325Z] [echo] ************************* 16:57:58 [2023-03-05T21:57:58.325Z] [echo] * Running jspServletOverride 16:57:58 [2023-03-05T21:57:58.325Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspServletOverride 16:57:58 [2023-03-05T21:57:58.325Z] [echo] ************************* 16:57:58 [2023-03-05T21:57:58.325Z] [echo] 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setOSConditions: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolWin: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolUnix: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolProperty: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setS1ASclassPath: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] init-common: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] clean: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setOSConditions: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolWin: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolUnix: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolProperty: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setS1ASclassPath: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] init-common: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] clean-common: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setOSConditions: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolWin: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolUnix: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolProperty: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setS1ASclassPath: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] init-common: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] clean-classes-common: 16:57:58 [2023-03-05T21:57:58.325Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setOSConditions: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolWin: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolUnix: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolProperty: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setS1ASclassPath: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] init-common: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] clean-jars-common: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] compile: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setOSConditions: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolWin: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolUnix: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolProperty: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setS1ASclassPath: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] init-common: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] compile-common: 16:57:58 [2023-03-05T21:57:58.325Z] [echo] Current time (ISO): 2023-03-05T21:57:58.130+0000 16:57:58 [2023-03-05T21:57:58.325Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:58 [2023-03-05T21:57:58.325Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspServletOverride/servlet 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] build: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setOSConditions: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolWin: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolUnix: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolProperty: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setS1ASclassPath: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] init-common: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] webclient-war-common: 16:57:58 [2023-03-05T21:57:58.325Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] clear: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] test-tlds-exist: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] copy-tlds: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] test-tagfiles-exist: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] copy-tagfiles: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] package-war-common: 16:57:58 [2023-03-05T21:57:58.325Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:57:58 [2023-03-05T21:57:58.325Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:58 [2023-03-05T21:57:58.325Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:58 [2023-03-05T21:57:58.325Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:57:58 [2023-03-05T21:57:58.325Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspServletOverride/lib 16:57:58 [2023-03-05T21:57:58.325Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:58 [2023-03-05T21:57:58.325Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-servlet-override-web.war 16:57:58 [2023-03-05T21:57:58.325Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:58 [2023-03-05T21:57:58.325Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspServletOverride/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:57:58 [2023-03-05T21:57:58.325Z] [javac] Compiling 1 source file 16:57:58 [2023-03-05T21:57:58.325Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspServletOverride/WebTest.java uses or overrides a deprecated API. 16:57:58 [2023-03-05T21:57:58.325Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] deploy: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] deploy-war-common: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setOSConditions: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolWin: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolUnix: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setToolProperty: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] setS1ASclassPath: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] init-common: 16:57:58 [2023-03-05T21:57:58.325Z] 16:57:58 [2023-03-05T21:57:58.325Z] deploy-war-commonpe: 16:57:58 [2023-03-05T21:57:58.581Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-servlet-override --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-servlet-override-web.war 16:57:58 [2023-03-05T21:57:58.837Z] [exec] Application deployed with name web-jsp-servlet-override-web. 16:57:58 [2023-03-05T21:57:58.837Z] 16:57:58 [2023-03-05T21:57:58.837Z] deploy-war-commonee: 16:57:58 [2023-03-05T21:57:58.837Z] 16:57:58 [2023-03-05T21:57:58.838Z] run: 16:57:58 [2023-03-05T21:57:58.838Z] [java] Connecting to: http://localhost:45711/web-jsp-servlet-override/jsp/include.jsp 16:57:59 [2023-03-05T21:57:59.094Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:57:59 [2023-03-05T21:57:59.094Z] [java] 16:57:59 [2023-03-05T21:57:59.094Z] [java] 16:57:59 [2023-03-05T21:57:59.094Z] [java] ----------------------------------------- 16:57:59 [2023-03-05T21:57:59.094Z] [java] - jsp-servlet-override: PASS - 16:57:59 [2023-03-05T21:57:59.094Z] [java] ----------------------------------------- 16:57:59 [2023-03-05T21:57:59.094Z] [java] - Total PASS : 1 - 16:57:59 [2023-03-05T21:57:59.094Z] [java] - Total FAIL : 0 - 16:57:59 [2023-03-05T21:57:59.094Z] [java] - Total DID NOT RUN : 0 - 16:57:59 [2023-03-05T21:57:59.094Z] [java] ----------------------------------------- 16:57:59 [2023-03-05T21:57:59.094Z] 16:57:59 [2023-03-05T21:57:59.094Z] undeploy: 16:57:59 [2023-03-05T21:57:59.094Z] 16:57:59 [2023-03-05T21:57:59.094Z] setOSConditions: 16:57:59 [2023-03-05T21:57:59.094Z] 16:57:59 [2023-03-05T21:57:59.094Z] setToolWin: 16:57:59 [2023-03-05T21:57:59.094Z] 16:57:59 [2023-03-05T21:57:59.094Z] setToolUnix: 16:57:59 [2023-03-05T21:57:59.094Z] 16:57:59 [2023-03-05T21:57:59.094Z] setToolProperty: 16:57:59 [2023-03-05T21:57:59.094Z] 16:57:59 [2023-03-05T21:57:59.094Z] setS1ASclassPath: 16:57:59 [2023-03-05T21:57:59.094Z] 16:57:59 [2023-03-05T21:57:59.094Z] init-common: 16:57:59 [2023-03-05T21:57:59.094Z] 16:57:59 [2023-03-05T21:57:59.094Z] undeploy-war-common: 16:57:59 [2023-03-05T21:57:59.350Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-servlet-override-web 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] all: 16:57:59 [2023-03-05T21:57:59.350Z] [echo] 16:57:59 [2023-03-05T21:57:59.350Z] [echo] ************************* 16:57:59 [2023-03-05T21:57:59.350Z] [echo] * Running jspSessionInvalidated 16:57:59 [2023-03-05T21:57:59.350Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSessionInvalidated 16:57:59 [2023-03-05T21:57:59.350Z] [echo] ************************* 16:57:59 [2023-03-05T21:57:59.350Z] [echo] 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] setOSConditions: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] setToolWin: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] setToolUnix: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] setToolProperty: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] setS1ASclassPath: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] init-common: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] clean: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] setOSConditions: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] setToolWin: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] setToolUnix: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] setToolProperty: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] setS1ASclassPath: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] init-common: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] clean-common: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] setOSConditions: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] setToolWin: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] setToolUnix: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] setToolProperty: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] setS1ASclassPath: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] init-common: 16:57:59 [2023-03-05T21:57:59.350Z] 16:57:59 [2023-03-05T21:57:59.350Z] clean-classes-common: 16:57:59 [2023-03-05T21:57:59.350Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setOSConditions: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setToolWin: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setToolUnix: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setToolProperty: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setS1ASclassPath: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] init-common: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] clean-jars-common: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] compile: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setOSConditions: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setToolWin: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setToolUnix: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setToolProperty: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setS1ASclassPath: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] init-common: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] compile-common: 16:57:59 [2023-03-05T21:57:59.607Z] [echo] Current time (ISO): 2023-03-05T21:57:59.357+0000 16:57:59 [2023-03-05T21:57:59.607Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:57:59 [2023-03-05T21:57:59.607Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSessionInvalidated/servlet 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] build: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setOSConditions: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setToolWin: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setToolUnix: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setToolProperty: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setS1ASclassPath: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] init-common: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] webclient-war-common: 16:57:59 [2023-03-05T21:57:59.607Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] clear: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] test-tlds-exist: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] copy-tlds: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] test-tagfiles-exist: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] copy-tagfiles: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] package-war-common: 16:57:59 [2023-03-05T21:57:59.607Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:57:59 [2023-03-05T21:57:59.607Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:59 [2023-03-05T21:57:59.607Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:57:59 [2023-03-05T21:57:59.607Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:57:59 [2023-03-05T21:57:59.607Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSessionInvalidated/lib 16:57:59 [2023-03-05T21:57:59.607Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:59 [2023-03-05T21:57:59.607Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-session-invalidated-web.war 16:57:59 [2023-03-05T21:57:59.607Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:57:59 [2023-03-05T21:57:59.607Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSessionInvalidated/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:57:59 [2023-03-05T21:57:59.607Z] [javac] Compiling 1 source file 16:57:59 [2023-03-05T21:57:59.607Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSessionInvalidated/WebTest.java uses or overrides a deprecated API. 16:57:59 [2023-03-05T21:57:59.607Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] deploy: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] deploy-war-common: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setOSConditions: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setToolWin: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setToolUnix: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setToolProperty: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] setS1ASclassPath: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] init-common: 16:57:59 [2023-03-05T21:57:59.607Z] 16:57:59 [2023-03-05T21:57:59.607Z] deploy-war-commonpe: 16:57:59 [2023-03-05T21:57:59.872Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-session-invalidated --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-session-invalidated-web.war 16:57:59 [2023-03-05T21:57:59.872Z] [exec] Application deployed with name web-jsp-session-invalidated-web. 16:57:59 [2023-03-05T21:57:59.872Z] 16:57:59 [2023-03-05T21:57:59.872Z] deploy-war-commonee: 16:57:59 [2023-03-05T21:57:59.872Z] 16:57:59 [2023-03-05T21:57:59.872Z] run: 16:58:00 [2023-03-05T21:58:00.128Z] [java] Connecting to: http://localhost:45711/web-jsp-session-invalidated/jsp/test.jsp 16:58:00 [2023-03-05T21:58:00.128Z] [java] Response: SUCCESS 16:58:00 [2023-03-05T21:58:00.128Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:58:00 [2023-03-05T21:58:00.128Z] [java] 16:58:00 [2023-03-05T21:58:00.128Z] [java] 16:58:00 [2023-03-05T21:58:00.128Z] [java] ----------------------------------------- 16:58:00 [2023-03-05T21:58:00.128Z] [java] - jsp-session-invalidated: PASS - 16:58:00 [2023-03-05T21:58:00.128Z] [java] ----------------------------------------- 16:58:00 [2023-03-05T21:58:00.128Z] [java] - Total PASS : 1 - 16:58:00 [2023-03-05T21:58:00.128Z] [java] - Total FAIL : 0 - 16:58:00 [2023-03-05T21:58:00.128Z] [java] - Total DID NOT RUN : 0 - 16:58:00 [2023-03-05T21:58:00.128Z] [java] ----------------------------------------- 16:58:00 [2023-03-05T21:58:00.128Z] 16:58:00 [2023-03-05T21:58:00.128Z] undeploy: 16:58:00 [2023-03-05T21:58:00.128Z] 16:58:00 [2023-03-05T21:58:00.128Z] setOSConditions: 16:58:00 [2023-03-05T21:58:00.128Z] 16:58:00 [2023-03-05T21:58:00.128Z] setToolWin: 16:58:00 [2023-03-05T21:58:00.128Z] 16:58:00 [2023-03-05T21:58:00.128Z] setToolUnix: 16:58:00 [2023-03-05T21:58:00.128Z] 16:58:00 [2023-03-05T21:58:00.128Z] setToolProperty: 16:58:00 [2023-03-05T21:58:00.128Z] 16:58:00 [2023-03-05T21:58:00.128Z] setS1ASclassPath: 16:58:00 [2023-03-05T21:58:00.128Z] 16:58:00 [2023-03-05T21:58:00.128Z] init-common: 16:58:00 [2023-03-05T21:58:00.128Z] 16:58:00 [2023-03-05T21:58:00.128Z] undeploy-war-common: 16:58:00 [2023-03-05T21:58:00.386Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-session-invalidated-web 16:58:00 [2023-03-05T21:58:00.386Z] 16:58:00 [2023-03-05T21:58:00.386Z] all: 16:58:00 [2023-03-05T21:58:00.386Z] [echo] 16:58:00 [2023-03-05T21:58:00.386Z] [echo] ************************* 16:58:00 [2023-03-05T21:58:00.386Z] [echo] * Running jspSimpleTagAnnotation 16:58:00 [2023-03-05T21:58:00.386Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSimpleTagAnnotation 16:58:00 [2023-03-05T21:58:00.386Z] [echo] ************************* 16:58:00 [2023-03-05T21:58:00.386Z] [echo] 16:58:00 [2023-03-05T21:58:00.386Z] 16:58:00 [2023-03-05T21:58:00.386Z] setOSConditions: 16:58:00 [2023-03-05T21:58:00.386Z] 16:58:00 [2023-03-05T21:58:00.386Z] setToolWin: 16:58:00 [2023-03-05T21:58:00.386Z] 16:58:00 [2023-03-05T21:58:00.386Z] setToolUnix: 16:58:00 [2023-03-05T21:58:00.386Z] 16:58:00 [2023-03-05T21:58:00.386Z] setToolProperty: 16:58:00 [2023-03-05T21:58:00.386Z] 16:58:00 [2023-03-05T21:58:00.386Z] setS1ASclassPath: 16:58:00 [2023-03-05T21:58:00.386Z] 16:58:00 [2023-03-05T21:58:00.386Z] init-common: 16:58:00 [2023-03-05T21:58:00.386Z] 16:58:00 [2023-03-05T21:58:00.386Z] clean: 16:58:00 [2023-03-05T21:58:00.386Z] 16:58:00 [2023-03-05T21:58:00.386Z] setOSConditions: 16:58:00 [2023-03-05T21:58:00.386Z] 16:58:00 [2023-03-05T21:58:00.386Z] setToolWin: 16:58:00 [2023-03-05T21:58:00.386Z] 16:58:00 [2023-03-05T21:58:00.386Z] setToolUnix: 16:58:00 [2023-03-05T21:58:00.386Z] 16:58:00 [2023-03-05T21:58:00.386Z] setToolProperty: 16:58:00 [2023-03-05T21:58:00.386Z] 16:58:00 [2023-03-05T21:58:00.386Z] setS1ASclassPath: 16:58:00 [2023-03-05T21:58:00.386Z] 16:58:00 [2023-03-05T21:58:00.386Z] init-common: 16:58:00 [2023-03-05T21:58:00.386Z] 16:58:00 [2023-03-05T21:58:00.386Z] clean-common: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] setOSConditions: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] setToolWin: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] setToolUnix: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] setToolProperty: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] setS1ASclassPath: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] init-common: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] clean-classes-common: 16:58:00 [2023-03-05T21:58:00.643Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] setOSConditions: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] setToolWin: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] setToolUnix: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] setToolProperty: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] setS1ASclassPath: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] init-common: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] clean-jars-common: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] compile: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] setOSConditions: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] setToolWin: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] setToolUnix: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] setToolProperty: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] setS1ASclassPath: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] init-common: 16:58:00 [2023-03-05T21:58:00.643Z] 16:58:00 [2023-03-05T21:58:00.643Z] compile-common: 16:58:00 [2023-03-05T21:58:00.643Z] [echo] Current time (ISO): 2023-03-05T21:58:00.396+0000 16:58:00 [2023-03-05T21:58:00.643Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:00 [2023-03-05T21:58:00.643Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:01 [2023-03-05T21:58:01.585Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:58:01 [2023-03-05T21:58:01.585Z] [javac] 1 warning 16:58:01 [2023-03-05T21:58:01.585Z] 16:58:01 [2023-03-05T21:58:01.585Z] build: 16:58:01 [2023-03-05T21:58:01.585Z] 16:58:01 [2023-03-05T21:58:01.585Z] setOSConditions: 16:58:01 [2023-03-05T21:58:01.585Z] 16:58:01 [2023-03-05T21:58:01.585Z] setToolWin: 16:58:01 [2023-03-05T21:58:01.585Z] 16:58:01 [2023-03-05T21:58:01.585Z] setToolUnix: 16:58:01 [2023-03-05T21:58:01.585Z] 16:58:01 [2023-03-05T21:58:01.585Z] setToolProperty: 16:58:01 [2023-03-05T21:58:01.585Z] 16:58:01 [2023-03-05T21:58:01.585Z] setS1ASclassPath: 16:58:01 [2023-03-05T21:58:01.585Z] 16:58:01 [2023-03-05T21:58:01.585Z] init-common: 16:58:01 [2023-03-05T21:58:01.585Z] 16:58:01 [2023-03-05T21:58:01.585Z] webclient-war-common: 16:58:01 [2023-03-05T21:58:01.585Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:58:01 [2023-03-05T21:58:01.585Z] 16:58:01 [2023-03-05T21:58:01.585Z] clear: 16:58:01 [2023-03-05T21:58:01.585Z] 16:58:01 [2023-03-05T21:58:01.585Z] test-tlds-exist: 16:58:01 [2023-03-05T21:58:01.585Z] 16:58:01 [2023-03-05T21:58:01.585Z] copy-tlds: 16:58:01 [2023-03-05T21:58:01.585Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:58:01 [2023-03-05T21:58:01.585Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:58:01 [2023-03-05T21:58:01.585Z] 16:58:01 [2023-03-05T21:58:01.585Z] test-tagfiles-exist: 16:58:01 [2023-03-05T21:58:01.585Z] 16:58:01 [2023-03-05T21:58:01.585Z] copy-tagfiles: 16:58:01 [2023-03-05T21:58:01.585Z] 16:58:01 [2023-03-05T21:58:01.585Z] package-war-common: 16:58:01 [2023-03-05T21:58:01.585Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:01 [2023-03-05T21:58:01.585Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:58:01 [2023-03-05T21:58:01.585Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSimpleTagAnnotation/lib 16:58:01 [2023-03-05T21:58:01.585Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:01 [2023-03-05T21:58:01.585Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:01 [2023-03-05T21:58:01.585Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-simpletag-annotation-web.war 16:58:01 [2023-03-05T21:58:01.585Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:01 [2023-03-05T21:58:01.585Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSimpleTagAnnotation/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:58:01 [2023-03-05T21:58:01.585Z] [javac] Compiling 1 source file 16:58:01 [2023-03-05T21:58:01.585Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSimpleTagAnnotation/WebTest.java:42: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 16:58:01 [2023-03-05T21:58:01.585Z] [javac] int port = new Integer(portS).intValue(); 16:58:01 [2023-03-05T21:58:01.585Z] [javac] ^ 16:58:01 [2023-03-05T21:58:01.585Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSimpleTagAnnotation/WebTest.java uses or overrides a deprecated API. 16:58:01 [2023-03-05T21:58:01.585Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:58:01 [2023-03-05T21:58:01.585Z] [javac] 1 warning 16:58:01 [2023-03-05T21:58:01.585Z] 16:58:01 [2023-03-05T21:58:01.585Z] deploy: 16:58:01 [2023-03-05T21:58:01.585Z] 16:58:01 [2023-03-05T21:58:01.585Z] deploy-war-common: 16:58:01 [2023-03-05T21:58:01.841Z] 16:58:01 [2023-03-05T21:58:01.841Z] setOSConditions: 16:58:01 [2023-03-05T21:58:01.841Z] 16:58:01 [2023-03-05T21:58:01.841Z] setToolWin: 16:58:01 [2023-03-05T21:58:01.841Z] 16:58:01 [2023-03-05T21:58:01.841Z] setToolUnix: 16:58:01 [2023-03-05T21:58:01.841Z] 16:58:01 [2023-03-05T21:58:01.841Z] setToolProperty: 16:58:01 [2023-03-05T21:58:01.841Z] 16:58:01 [2023-03-05T21:58:01.841Z] setS1ASclassPath: 16:58:01 [2023-03-05T21:58:01.841Z] 16:58:01 [2023-03-05T21:58:01.841Z] init-common: 16:58:01 [2023-03-05T21:58:01.841Z] 16:58:01 [2023-03-05T21:58:01.841Z] deploy-war-commonpe: 16:58:02 [2023-03-05T21:58:02.098Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-simpletag-annotation --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-simpletag-annotation-web.war 16:58:02 [2023-03-05T21:58:02.661Z] [exec] Application deployed with name web-jsp-simpletag-annotation-web. 16:58:02 [2023-03-05T21:58:02.661Z] 16:58:02 [2023-03-05T21:58:02.661Z] deploy-war-commonee: 16:58:02 [2023-03-05T21:58:02.661Z] 16:58:02 [2023-03-05T21:58:02.661Z] run: 16:58:02 [2023-03-05T21:58:02.661Z] [java] GET /web-jsp-simpletag-annotation/test.jsp HTTP/1.0 16:58:02 [2023-03-05T21:58:02.661Z] [java] HTTP/1.1 200 OK 16:58:02 [2023-03-05T21:58:02.661Z] [java] Server: Eclipse GlassFish 7.0.3 16:58:02 [2023-03-05T21:58:02.661Z] [java] X-Powered-By: JSP/3.0 16:58:02 [2023-03-05T21:58:02.661Z] [java] Set-Cookie: JSESSIONID=3c8203e16d734e0b92f0ec43a3eb; Path=/web-jsp-simpletag-annotation; HttpOnly 16:58:02 [2023-03-05T21:58:02.661Z] [java] Content-Type: text/html;charset=ISO-8859-1 16:58:02 [2023-03-05T21:58:02.661Z] [java] Connection: close 16:58:02 [2023-03-05T21:58:02.661Z] [java] Content-Length: 118 16:58:02 [2023-03-05T21:58:02.661Z] [java] ==init== <br/> 16:58:02 [2023-03-05T21:58:02.661Z] [java] ==PostConstruct== <br/> 16:58:02 [2023-03-05T21:58:02.661Z] [java] ==body==<br/> 16:58:02 [2023-03-05T21:58:02.661Z] [java] ==PostConstruct== <br/> 16:58:02 [2023-03-05T21:58:02.661Z] [java] ==PreDestroy== <br/> 16:58:02 [2023-03-05T21:58:02.661Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:58:02 [2023-03-05T21:58:02.661Z] [java] 16:58:02 [2023-03-05T21:58:02.661Z] [java] 16:58:02 [2023-03-05T21:58:02.661Z] [java] ----------------------------------------- 16:58:02 [2023-03-05T21:58:02.661Z] [java] - BodyTag test: PASS - 16:58:02 [2023-03-05T21:58:02.661Z] [java] ----------------------------------------- 16:58:02 [2023-03-05T21:58:02.661Z] [java] - Total PASS : 1 - 16:58:02 [2023-03-05T21:58:02.661Z] [java] - Total FAIL : 0 - 16:58:02 [2023-03-05T21:58:02.661Z] [java] - Total DID NOT RUN : 0 - 16:58:02 [2023-03-05T21:58:02.661Z] [java] ----------------------------------------- 16:58:02 [2023-03-05T21:58:02.661Z] 16:58:02 [2023-03-05T21:58:02.661Z] undeploy: 16:58:02 [2023-03-05T21:58:02.661Z] 16:58:02 [2023-03-05T21:58:02.661Z] setOSConditions: 16:58:02 [2023-03-05T21:58:02.661Z] 16:58:02 [2023-03-05T21:58:02.661Z] setToolWin: 16:58:02 [2023-03-05T21:58:02.661Z] 16:58:02 [2023-03-05T21:58:02.661Z] setToolUnix: 16:58:02 [2023-03-05T21:58:02.661Z] 16:58:02 [2023-03-05T21:58:02.661Z] setToolProperty: 16:58:02 [2023-03-05T21:58:02.661Z] 16:58:02 [2023-03-05T21:58:02.661Z] setS1ASclassPath: 16:58:02 [2023-03-05T21:58:02.661Z] 16:58:02 [2023-03-05T21:58:02.661Z] init-common: 16:58:02 [2023-03-05T21:58:02.661Z] 16:58:02 [2023-03-05T21:58:02.661Z] undeploy-war-common: 16:58:02 [2023-03-05T21:58:02.918Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-simpletag-annotation-web 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] all: 16:58:03 [2023-03-05T21:58:03.174Z] [echo] 16:58:03 [2023-03-05T21:58:03.174Z] [echo] ************************* 16:58:03 [2023-03-05T21:58:03.174Z] [echo] * Running jspStaticFileEncoding 16:58:03 [2023-03-05T21:58:03.174Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspStaticFileEncoding 16:58:03 [2023-03-05T21:58:03.174Z] [echo] ************************* 16:58:03 [2023-03-05T21:58:03.174Z] [echo] 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setOSConditions: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setToolWin: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setToolUnix: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setToolProperty: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setS1ASclassPath: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] init-common: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] clean: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setOSConditions: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setToolWin: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setToolUnix: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setToolProperty: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setS1ASclassPath: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] init-common: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] clean-common: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setOSConditions: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setToolWin: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setToolUnix: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setToolProperty: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setS1ASclassPath: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] init-common: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] clean-classes-common: 16:58:03 [2023-03-05T21:58:03.174Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setOSConditions: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setToolWin: 16:58:03 [2023-03-05T21:58:03.174Z] 16:58:03 [2023-03-05T21:58:03.174Z] setToolUnix: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setToolProperty: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setS1ASclassPath: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] init-common: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] clean-jars-common: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] compile: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setOSConditions: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setToolWin: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setToolUnix: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setToolProperty: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setS1ASclassPath: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] init-common: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] compile-common: 16:58:03 [2023-03-05T21:58:03.175Z] [echo] Current time (ISO): 2023-03-05T21:58:02.993+0000 16:58:03 [2023-03-05T21:58:03.175Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:03 [2023-03-05T21:58:03.175Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspStaticFileEncoding/servlet 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] build: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setOSConditions: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setToolWin: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setToolUnix: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setToolProperty: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setS1ASclassPath: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] init-common: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] webclient-war-common: 16:58:03 [2023-03-05T21:58:03.175Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] clear: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] test-tlds-exist: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] copy-tlds: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] test-tagfiles-exist: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] copy-tagfiles: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] package-war-common: 16:58:03 [2023-03-05T21:58:03.175Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:58:03 [2023-03-05T21:58:03.175Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:03 [2023-03-05T21:58:03.175Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:03 [2023-03-05T21:58:03.175Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:58:03 [2023-03-05T21:58:03.175Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspStaticFileEncoding/lib 16:58:03 [2023-03-05T21:58:03.175Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:03 [2023-03-05T21:58:03.175Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-staticFileEncoding-web.war 16:58:03 [2023-03-05T21:58:03.175Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] deploy: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] deploy-war-common: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setOSConditions: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setToolWin: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setToolUnix: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setToolProperty: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] setS1ASclassPath: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] init-common: 16:58:03 [2023-03-05T21:58:03.175Z] 16:58:03 [2023-03-05T21:58:03.175Z] deploy-war-commonpe: 16:58:03 [2023-03-05T21:58:03.431Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-staticFileEncoding --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-staticFileEncoding-web.war 16:58:03 [2023-03-05T21:58:03.687Z] [exec] Application deployed with name web-staticFileEncoding-web. 16:58:03 [2023-03-05T21:58:03.687Z] 16:58:03 [2023-03-05T21:58:03.687Z] deploy-war-commonee: 16:58:03 [2023-03-05T21:58:03.687Z] 16:58:03 [2023-03-05T21:58:03.687Z] run: 16:58:03 [2023-03-05T21:58:03.687Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspStaticFileEncoding/build.xml:69: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:58:03 [2023-03-05T21:58:03.687Z] [javac] Compiling 1 source file 16:58:03 [2023-03-05T21:58:03.687Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspStaticFileEncoding/WebTest.java uses or overrides a deprecated API. 16:58:03 [2023-03-05T21:58:03.687Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:58:03 [2023-03-05T21:58:03.945Z] [java] Invoking URL: http://localhost:45711/web-staticFileEncoding/include.jsp 16:58:03 [2023-03-05T21:58:03.945Z] [java] Response Content-Type: text/html;charset=ISO-8859-1 16:58:03 [2023-03-05T21:58:03.945Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:58:03 [2023-03-05T21:58:03.945Z] [java] 16:58:03 [2023-03-05T21:58:03.945Z] [java] 16:58:03 [2023-03-05T21:58:03.945Z] [java] ----------------------------------------- 16:58:03 [2023-03-05T21:58:03.945Z] [java] - jspStaticFileEncoding: PASS - 16:58:03 [2023-03-05T21:58:03.945Z] [java] ----------------------------------------- 16:58:03 [2023-03-05T21:58:03.945Z] [java] - Total PASS : 1 - 16:58:03 [2023-03-05T21:58:03.945Z] [java] - Total FAIL : 0 - 16:58:03 [2023-03-05T21:58:03.945Z] [java] - Total DID NOT RUN : 0 - 16:58:03 [2023-03-05T21:58:03.945Z] [java] ----------------------------------------- 16:58:03 [2023-03-05T21:58:03.945Z] 16:58:03 [2023-03-05T21:58:03.945Z] undeploy: 16:58:03 [2023-03-05T21:58:03.945Z] 16:58:03 [2023-03-05T21:58:03.945Z] setOSConditions: 16:58:03 [2023-03-05T21:58:03.945Z] 16:58:03 [2023-03-05T21:58:03.945Z] setToolWin: 16:58:03 [2023-03-05T21:58:03.945Z] 16:58:03 [2023-03-05T21:58:03.945Z] setToolUnix: 16:58:03 [2023-03-05T21:58:03.945Z] 16:58:03 [2023-03-05T21:58:03.945Z] setToolProperty: 16:58:03 [2023-03-05T21:58:03.945Z] 16:58:03 [2023-03-05T21:58:03.945Z] setS1ASclassPath: 16:58:03 [2023-03-05T21:58:03.945Z] 16:58:03 [2023-03-05T21:58:03.945Z] init-common: 16:58:03 [2023-03-05T21:58:03.945Z] 16:58:03 [2023-03-05T21:58:03.945Z] undeploy-war-common: 16:58:04 [2023-03-05T21:58:04.201Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-staticFileEncoding-web 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] all: 16:58:04 [2023-03-05T21:58:04.201Z] [echo] 16:58:04 [2023-03-05T21:58:04.201Z] [echo] ************************* 16:58:04 [2023-03-05T21:58:04.201Z] [echo] * Running jspTagFileBomEncodingMismatchTagDir 16:58:04 [2023-03-05T21:58:04.201Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagFileBomEncodingMismatchTagDir 16:58:04 [2023-03-05T21:58:04.201Z] [echo] ************************* 16:58:04 [2023-03-05T21:58:04.201Z] [echo] 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setOSConditions: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setToolWin: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setToolUnix: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setToolProperty: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setS1ASclassPath: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] init-common: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] clean: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setOSConditions: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setToolWin: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setToolUnix: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setToolProperty: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setS1ASclassPath: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] init-common: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] clean-common: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setOSConditions: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setToolWin: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setToolUnix: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setToolProperty: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setS1ASclassPath: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] init-common: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] clean-classes-common: 16:58:04 [2023-03-05T21:58:04.201Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setOSConditions: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setToolWin: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setToolUnix: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setToolProperty: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setS1ASclassPath: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] init-common: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] clean-jars-common: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] compile: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setOSConditions: 16:58:04 [2023-03-05T21:58:04.201Z] 16:58:04 [2023-03-05T21:58:04.201Z] setToolWin: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] setToolUnix: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] setToolProperty: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] setS1ASclassPath: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] init-common: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] compile-common: 16:58:04 [2023-03-05T21:58:04.202Z] [echo] Current time (ISO): 2023-03-05T21:58:04.138+0000 16:58:04 [2023-03-05T21:58:04.202Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:04 [2023-03-05T21:58:04.202Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagFileBomEncodingMismatchTagDir/servlet 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] build: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] setOSConditions: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] setToolWin: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] setToolUnix: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] setToolProperty: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] setS1ASclassPath: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] init-common: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] webclient-war-common: 16:58:04 [2023-03-05T21:58:04.202Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] clear: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] test-tlds-exist: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] copy-tlds: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] test-tagfiles-exist: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] copy-tagfiles: 16:58:04 [2023-03-05T21:58:04.202Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags 16:58:04 [2023-03-05T21:58:04.202Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] package-war-common: 16:58:04 [2023-03-05T21:58:04.202Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:04 [2023-03-05T21:58:04.202Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:58:04 [2023-03-05T21:58:04.202Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagFileBomEncodingMismatchTagDir/lib 16:58:04 [2023-03-05T21:58:04.202Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:04 [2023-03-05T21:58:04.202Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tagfile-bom-encoding-mismatch-tagdir-web.war 16:58:04 [2023-03-05T21:58:04.202Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:04 [2023-03-05T21:58:04.202Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagFileBomEncodingMismatchTagDir/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:58:04 [2023-03-05T21:58:04.202Z] [javac] Compiling 1 source file 16:58:04 [2023-03-05T21:58:04.202Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagFileBomEncodingMismatchTagDir/WebTest.java uses or overrides a deprecated API. 16:58:04 [2023-03-05T21:58:04.202Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] deploy: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] deploy-war-common: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] setOSConditions: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] setToolWin: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] setToolUnix: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] setToolProperty: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] setS1ASclassPath: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] init-common: 16:58:04 [2023-03-05T21:58:04.202Z] 16:58:04 [2023-03-05T21:58:04.202Z] deploy-war-commonpe: 16:58:04 [2023-03-05T21:58:04.765Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-tagfile-bom-encoding-mismatch-tagdir --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tagfile-bom-encoding-mismatch-tagdir-web.war 16:58:04 [2023-03-05T21:58:04.765Z] [exec] Application deployed with name web-jsp-tagfile-bom-encoding-mismatch-tagdir-web. 16:58:04 [2023-03-05T21:58:04.765Z] 16:58:04 [2023-03-05T21:58:04.765Z] deploy-war-commonee: 16:58:04 [2023-03-05T21:58:04.765Z] 16:58:04 [2023-03-05T21:58:04.765Z] run: 16:58:04 [2023-03-05T21:58:04.765Z] [java] Connecting to: http://localhost:45711/web-jsp-tagfile-bom-encoding-mismatch-tagdir/test.jsp 16:58:04 [2023-03-05T21:58:04.765Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:58:04 [2023-03-05T21:58:04.765Z] [java] 16:58:04 [2023-03-05T21:58:04.765Z] [java] 16:58:04 [2023-03-05T21:58:04.765Z] [java] ----------------------------------------- 16:58:04 [2023-03-05T21:58:04.765Z] [java] - jsp-tagfile-bom-encoding-mismatch-tagdir: PASS - 16:58:04 [2023-03-05T21:58:04.765Z] [java] ----------------------------------------- 16:58:04 [2023-03-05T21:58:04.765Z] [java] - Total PASS : 1 - 16:58:04 [2023-03-05T21:58:04.765Z] [java] - Total FAIL : 0 - 16:58:04 [2023-03-05T21:58:04.765Z] [java] - Total DID NOT RUN : 0 - 16:58:04 [2023-03-05T21:58:04.766Z] [java] ----------------------------------------- 16:58:04 [2023-03-05T21:58:04.766Z] 16:58:04 [2023-03-05T21:58:04.766Z] undeploy: 16:58:04 [2023-03-05T21:58:04.766Z] 16:58:04 [2023-03-05T21:58:04.766Z] setOSConditions: 16:58:04 [2023-03-05T21:58:04.766Z] 16:58:04 [2023-03-05T21:58:04.766Z] setToolWin: 16:58:04 [2023-03-05T21:58:04.766Z] 16:58:04 [2023-03-05T21:58:04.766Z] setToolUnix: 16:58:04 [2023-03-05T21:58:04.766Z] 16:58:04 [2023-03-05T21:58:04.766Z] setToolProperty: 16:58:04 [2023-03-05T21:58:04.766Z] 16:58:04 [2023-03-05T21:58:04.766Z] setS1ASclassPath: 16:58:04 [2023-03-05T21:58:04.766Z] 16:58:04 [2023-03-05T21:58:04.766Z] init-common: 16:58:04 [2023-03-05T21:58:04.766Z] 16:58:04 [2023-03-05T21:58:04.766Z] undeploy-war-common: 16:58:05 [2023-03-05T21:58:05.022Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-tagfile-bom-encoding-mismatch-tagdir-web 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] all: 16:58:05 [2023-03-05T21:58:05.022Z] [echo] 16:58:05 [2023-03-05T21:58:05.022Z] [echo] ************************* 16:58:05 [2023-03-05T21:58:05.022Z] [echo] * Running jspTagHandlerPostConstructElement 16:58:05 [2023-03-05T21:58:05.022Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagHandlerPostConstructElement 16:58:05 [2023-03-05T21:58:05.022Z] [echo] ************************* 16:58:05 [2023-03-05T21:58:05.022Z] [echo] 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setOSConditions: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setToolWin: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setToolUnix: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setToolProperty: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setS1ASclassPath: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] init-common: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] clean: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setOSConditions: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setToolWin: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setToolUnix: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setToolProperty: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setS1ASclassPath: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] init-common: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] clean-common: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setOSConditions: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setToolWin: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setToolUnix: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setToolProperty: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setS1ASclassPath: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] init-common: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] clean-classes-common: 16:58:05 [2023-03-05T21:58:05.022Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setOSConditions: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setToolWin: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setToolUnix: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setToolProperty: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setS1ASclassPath: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] init-common: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] clean-jars-common: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] compile: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setOSConditions: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setToolWin: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setToolUnix: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setToolProperty: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] setS1ASclassPath: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] init-common: 16:58:05 [2023-03-05T21:58:05.022Z] 16:58:05 [2023-03-05T21:58:05.022Z] compile-common: 16:58:05 [2023-03-05T21:58:05.022Z] [echo] Current time (ISO): 2023-03-05T21:58:05.002+0000 16:58:05 [2023-03-05T21:58:05.022Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:05 [2023-03-05T21:58:05.022Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:06 [2023-03-05T21:58:06.419Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:58:06 [2023-03-05T21:58:06.419Z] [javac] 1 warning 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] build: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] setOSConditions: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] setToolWin: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] setToolUnix: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] setToolProperty: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] setS1ASclassPath: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] init-common: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] webclient-war-common: 16:58:06 [2023-03-05T21:58:06.419Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] clear: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] test-tlds-exist: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] copy-tlds: 16:58:06 [2023-03-05T21:58:06.419Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:58:06 [2023-03-05T21:58:06.419Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] test-tagfiles-exist: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] copy-tagfiles: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] package-war-common: 16:58:06 [2023-03-05T21:58:06.419Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:06 [2023-03-05T21:58:06.419Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:58:06 [2023-03-05T21:58:06.419Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagHandlerPostConstructElement/lib 16:58:06 [2023-03-05T21:58:06.419Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:06 [2023-03-05T21:58:06.419Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:06 [2023-03-05T21:58:06.419Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:06 [2023-03-05T21:58:06.419Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-handler-post-construct-element-web.war 16:58:06 [2023-03-05T21:58:06.419Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:06 [2023-03-05T21:58:06.419Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagHandlerPostConstructElement/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:58:06 [2023-03-05T21:58:06.419Z] [javac] Compiling 1 source file 16:58:06 [2023-03-05T21:58:06.419Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagHandlerPostConstructElement/WebTest.java uses or overrides a deprecated API. 16:58:06 [2023-03-05T21:58:06.419Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] deploy: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] deploy-war-common: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] setOSConditions: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] setToolWin: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] setToolUnix: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] setToolProperty: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] setS1ASclassPath: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] init-common: 16:58:06 [2023-03-05T21:58:06.419Z] 16:58:06 [2023-03-05T21:58:06.419Z] deploy-war-commonpe: 16:58:06 [2023-03-05T21:58:06.676Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-tag-handler-post-construct-element --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-handler-post-construct-element-web.war 16:58:07 [2023-03-05T21:58:07.237Z] [exec] Application deployed with name web-jsp-tag-handler-post-construct-element-web. 16:58:07 [2023-03-05T21:58:07.237Z] 16:58:07 [2023-03-05T21:58:07.237Z] deploy-war-commonee: 16:58:07 [2023-03-05T21:58:07.237Z] 16:58:07 [2023-03-05T21:58:07.237Z] run: 16:58:07 [2023-03-05T21:58:07.495Z] [java] Connecting to: http://localhost:45711/web-jsp-tag-handler-post-construct-element/jsp/test.jsp 16:58:07 [2023-03-05T21:58:07.756Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:58:07 [2023-03-05T21:58:07.756Z] [java] 16:58:07 [2023-03-05T21:58:07.756Z] [java] 16:58:07 [2023-03-05T21:58:07.756Z] [java] ----------------------------------------- 16:58:07 [2023-03-05T21:58:07.756Z] [java] - jsp-tag-handler-post-construct-element: PASS - 16:58:07 [2023-03-05T21:58:07.756Z] [java] ----------------------------------------- 16:58:07 [2023-03-05T21:58:07.756Z] [java] - Total PASS : 1 - 16:58:07 [2023-03-05T21:58:07.756Z] [java] - Total FAIL : 0 - 16:58:07 [2023-03-05T21:58:07.756Z] [java] - Total DID NOT RUN : 0 - 16:58:07 [2023-03-05T21:58:07.756Z] [java] ----------------------------------------- 16:58:07 [2023-03-05T21:58:07.756Z] 16:58:07 [2023-03-05T21:58:07.756Z] undeploy: 16:58:07 [2023-03-05T21:58:07.756Z] 16:58:07 [2023-03-05T21:58:07.756Z] setOSConditions: 16:58:07 [2023-03-05T21:58:07.756Z] 16:58:07 [2023-03-05T21:58:07.756Z] setToolWin: 16:58:07 [2023-03-05T21:58:07.756Z] 16:58:07 [2023-03-05T21:58:07.756Z] setToolUnix: 16:58:07 [2023-03-05T21:58:07.756Z] 16:58:07 [2023-03-05T21:58:07.756Z] setToolProperty: 16:58:07 [2023-03-05T21:58:07.756Z] 16:58:07 [2023-03-05T21:58:07.756Z] setS1ASclassPath: 16:58:07 [2023-03-05T21:58:07.756Z] 16:58:07 [2023-03-05T21:58:07.756Z] init-common: 16:58:07 [2023-03-05T21:58:07.756Z] 16:58:07 [2023-03-05T21:58:07.756Z] undeploy-war-common: 16:58:08 [2023-03-05T21:58:08.012Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-tag-handler-post-construct-element-web 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] all: 16:58:08 [2023-03-05T21:58:08.012Z] [echo] 16:58:08 [2023-03-05T21:58:08.012Z] [echo] ************************* 16:58:08 [2023-03-05T21:58:08.012Z] [echo] * Running jspTagHandlerPreDestroyAnnotation 16:58:08 [2023-03-05T21:58:08.012Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagHandlerPreDestroyAnnotation 16:58:08 [2023-03-05T21:58:08.012Z] [echo] ************************* 16:58:08 [2023-03-05T21:58:08.012Z] [echo] 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setOSConditions: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setToolWin: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setToolUnix: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setToolProperty: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setS1ASclassPath: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] init-common: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] clean: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setOSConditions: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setToolWin: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setToolUnix: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setToolProperty: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setS1ASclassPath: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] init-common: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] clean-common: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setOSConditions: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setToolWin: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setToolUnix: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setToolProperty: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setS1ASclassPath: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] init-common: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] clean-classes-common: 16:58:08 [2023-03-05T21:58:08.012Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setOSConditions: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setToolWin: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setToolUnix: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setToolProperty: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setS1ASclassPath: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] init-common: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] clean-jars-common: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] compile: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setOSConditions: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setToolWin: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setToolUnix: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setToolProperty: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] setS1ASclassPath: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] init-common: 16:58:08 [2023-03-05T21:58:08.012Z] 16:58:08 [2023-03-05T21:58:08.012Z] compile-common: 16:58:08 [2023-03-05T21:58:08.012Z] [echo] Current time (ISO): 2023-03-05T21:58:07.949+0000 16:58:08 [2023-03-05T21:58:08.012Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:08 [2023-03-05T21:58:08.012Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:09 [2023-03-05T21:58:09.378Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:58:09 [2023-03-05T21:58:09.378Z] [javac] 1 warning 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.378Z] build: 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.378Z] setOSConditions: 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.378Z] setToolWin: 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.378Z] setToolUnix: 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.378Z] setToolProperty: 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.378Z] setS1ASclassPath: 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.378Z] init-common: 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.378Z] webclient-war-common: 16:58:09 [2023-03-05T21:58:09.378Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.378Z] clear: 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.378Z] test-tlds-exist: 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.378Z] copy-tlds: 16:58:09 [2023-03-05T21:58:09.378Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:58:09 [2023-03-05T21:58:09.378Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.378Z] test-tagfiles-exist: 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.378Z] copy-tagfiles: 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.378Z] package-war-common: 16:58:09 [2023-03-05T21:58:09.378Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:09 [2023-03-05T21:58:09.378Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:58:09 [2023-03-05T21:58:09.378Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagHandlerPreDestroyAnnotation/lib 16:58:09 [2023-03-05T21:58:09.378Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:09 [2023-03-05T21:58:09.378Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:09 [2023-03-05T21:58:09.378Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-handler-pre-destroy-annotation-web.war 16:58:09 [2023-03-05T21:58:09.378Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:09 [2023-03-05T21:58:09.378Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagHandlerPreDestroyAnnotation/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:58:09 [2023-03-05T21:58:09.378Z] [javac] Compiling 1 source file 16:58:09 [2023-03-05T21:58:09.378Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagHandlerPreDestroyAnnotation/WebTest.java uses or overrides a deprecated API. 16:58:09 [2023-03-05T21:58:09.378Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.378Z] deploy: 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.378Z] deploy-war-common: 16:58:09 [2023-03-05T21:58:09.378Z] 16:58:09 [2023-03-05T21:58:09.379Z] setOSConditions: 16:58:09 [2023-03-05T21:58:09.379Z] 16:58:09 [2023-03-05T21:58:09.379Z] setToolWin: 16:58:09 [2023-03-05T21:58:09.379Z] 16:58:09 [2023-03-05T21:58:09.379Z] setToolUnix: 16:58:09 [2023-03-05T21:58:09.379Z] 16:58:09 [2023-03-05T21:58:09.379Z] setToolProperty: 16:58:09 [2023-03-05T21:58:09.379Z] 16:58:09 [2023-03-05T21:58:09.379Z] setS1ASclassPath: 16:58:09 [2023-03-05T21:58:09.379Z] 16:58:09 [2023-03-05T21:58:09.379Z] init-common: 16:58:09 [2023-03-05T21:58:09.379Z] 16:58:09 [2023-03-05T21:58:09.379Z] deploy-war-commonpe: 16:58:09 [2023-03-05T21:58:09.634Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-tag-handler-pre-destroy-annotation --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-handler-pre-destroy-annotation-web.war 16:58:10 [2023-03-05T21:58:10.197Z] [exec] Application deployed with name web-jsp-tag-handler-pre-destroy-annotation-web. 16:58:10 [2023-03-05T21:58:10.197Z] 16:58:10 [2023-03-05T21:58:10.197Z] deploy-war-commonee: 16:58:10 [2023-03-05T21:58:10.197Z] 16:58:10 [2023-03-05T21:58:10.197Z] run-first: 16:58:10 [2023-03-05T21:58:10.197Z] [java] Connecting to: http://localhost:45711/web-jsp-tag-handler-pre-destroy-annotation/jsp/test.jsp 16:58:10 [2023-03-05T21:58:10.197Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:58:10 [2023-03-05T21:58:10.197Z] [java] 16:58:10 [2023-03-05T21:58:10.197Z] [java] 16:58:10 [2023-03-05T21:58:10.197Z] [java] ----------------------------------------- 16:58:10 [2023-03-05T21:58:10.197Z] [java] - jsp-tag-handler-pre-destroy-annotation: PASS - 16:58:10 [2023-03-05T21:58:10.197Z] [java] ----------------------------------------- 16:58:10 [2023-03-05T21:58:10.197Z] [java] - Total PASS : 1 - 16:58:10 [2023-03-05T21:58:10.197Z] [java] - Total FAIL : 0 - 16:58:10 [2023-03-05T21:58:10.197Z] [java] - Total DID NOT RUN : 0 - 16:58:10 [2023-03-05T21:58:10.197Z] [java] ----------------------------------------- 16:58:10 [2023-03-05T21:58:10.197Z] 16:58:10 [2023-03-05T21:58:10.197Z] restart-server-instance-common: 16:58:10 [2023-03-05T21:58:10.197Z] 16:58:10 [2023-03-05T21:58:10.197Z] setOSConditions: 16:58:10 [2023-03-05T21:58:10.197Z] 16:58:10 [2023-03-05T21:58:10.197Z] setToolWin: 16:58:10 [2023-03-05T21:58:10.197Z] 16:58:10 [2023-03-05T21:58:10.197Z] setToolUnix: 16:58:10 [2023-03-05T21:58:10.197Z] 16:58:10 [2023-03-05T21:58:10.197Z] setToolProperty: 16:58:10 [2023-03-05T21:58:10.197Z] 16:58:10 [2023-03-05T21:58:10.197Z] setS1ASclassPath: 16:58:10 [2023-03-05T21:58:10.197Z] 16:58:10 [2023-03-05T21:58:10.197Z] init-common: 16:58:10 [2023-03-05T21:58:10.197Z] 16:58:10 [2023-03-05T21:58:10.197Z] stopDomain: 16:58:10 [2023-03-05T21:58:10.197Z] [echo] run.xml:stopping domain... 16:58:10 [2023-03-05T21:58:10.759Z] [exec] Waiting for the domain to stop . 16:58:10 [2023-03-05T21:58:10.759Z] [exec] Waiting finished after 184 ms. 16:58:10 [2023-03-05T21:58:10.759Z] [exec] Command stop-domain executed successfully. 16:58:16 [2023-03-05T21:58:16.015Z] 16:58:16 [2023-03-05T21:58:16.015Z] setOSConditions: 16:58:16 [2023-03-05T21:58:16.015Z] 16:58:16 [2023-03-05T21:58:16.015Z] setToolWin: 16:58:16 [2023-03-05T21:58:16.015Z] 16:58:16 [2023-03-05T21:58:16.015Z] setToolUnix: 16:58:16 [2023-03-05T21:58:16.015Z] 16:58:16 [2023-03-05T21:58:16.015Z] setToolProperty: 16:58:16 [2023-03-05T21:58:16.015Z] 16:58:16 [2023-03-05T21:58:16.015Z] setS1ASclassPath: 16:58:16 [2023-03-05T21:58:16.015Z] 16:58:16 [2023-03-05T21:58:16.015Z] init-common: 16:58:16 [2023-03-05T21:58:16.015Z] 16:58:16 [2023-03-05T21:58:16.015Z] startDomainUnix: 16:58:16 [2023-03-05T21:58:16.015Z] [echo] Starting DAS 16:58:24 [2023-03-05T21:58:24.668Z] [exec] Waiting for domain1 to start ......... 16:58:24 [2023-03-05T21:58:24.668Z] [exec] Waiting finished after 8,031 ms. 16:58:24 [2023-03-05T21:58:24.668Z] [exec] Successfully started the domain : domain1 16:58:24 [2023-03-05T21:58:24.668Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:58:24 [2023-03-05T21:58:24.668Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:58:24 [2023-03-05T21:58:24.668Z] [exec] Admin Port: 45,707 16:58:24 [2023-03-05T21:58:24.668Z] [exec] Command start-domain executed successfully. 16:58:24 [2023-03-05T21:58:24.668Z] [echo] run.xml:doing wait for localhost:45711... 16:58:24 [2023-03-05T21:58:24.925Z] [echo] run.xml:DONE doing wait for localhost:45711... 16:58:24 [2023-03-05T21:58:24.925Z] 16:58:24 [2023-03-05T21:58:24.925Z] dumpThreadStack: 16:58:24 [2023-03-05T21:58:24.925Z] 16:58:24 [2023-03-05T21:58:24.925Z] startDomainWindows: 16:58:24 [2023-03-05T21:58:24.925Z] 16:58:24 [2023-03-05T21:58:24.925Z] startDomain: 16:58:24 [2023-03-05T21:58:24.925Z] 16:58:24 [2023-03-05T21:58:24.925Z] run-second: 16:58:24 [2023-03-05T21:58:24.925Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:58:24 [2023-03-05T21:58:24.925Z] [java] 16:58:24 [2023-03-05T21:58:24.925Z] [java] 16:58:24 [2023-03-05T21:58:24.925Z] [java] ----------------------------------------- 16:58:24 [2023-03-05T21:58:24.925Z] [java] - jsp-tag-handler-pre-destroy-annotation: PASS - 16:58:24 [2023-03-05T21:58:24.925Z] [java] ----------------------------------------- 16:58:24 [2023-03-05T21:58:24.925Z] [java] - Total PASS : 1 - 16:58:24 [2023-03-05T21:58:24.925Z] [java] - Total FAIL : 0 - 16:58:24 [2023-03-05T21:58:24.925Z] [java] - Total DID NOT RUN : 0 - 16:58:24 [2023-03-05T21:58:24.925Z] [java] ----------------------------------------- 16:58:24 [2023-03-05T21:58:24.925Z] 16:58:24 [2023-03-05T21:58:24.925Z] undeploy: 16:58:24 [2023-03-05T21:58:24.925Z] 16:58:24 [2023-03-05T21:58:24.925Z] setOSConditions: 16:58:24 [2023-03-05T21:58:24.925Z] 16:58:24 [2023-03-05T21:58:24.925Z] setToolWin: 16:58:24 [2023-03-05T21:58:24.925Z] 16:58:24 [2023-03-05T21:58:24.925Z] setToolUnix: 16:58:24 [2023-03-05T21:58:24.925Z] 16:58:24 [2023-03-05T21:58:24.925Z] setToolProperty: 16:58:24 [2023-03-05T21:58:24.925Z] 16:58:24 [2023-03-05T21:58:24.925Z] setS1ASclassPath: 16:58:24 [2023-03-05T21:58:24.925Z] 16:58:24 [2023-03-05T21:58:24.925Z] init-common: 16:58:24 [2023-03-05T21:58:24.925Z] 16:58:24 [2023-03-05T21:58:24.925Z] undeploy-war-common: 16:58:25 [2023-03-05T21:58:25.181Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-tag-handler-pre-destroy-annotation-web 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] all: 16:58:26 [2023-03-05T21:58:26.117Z] [echo] 16:58:26 [2023-03-05T21:58:26.117Z] [echo] ************************* 16:58:26 [2023-03-05T21:58:26.117Z] [echo] * Running jspTagHandlerPreDestroyAnnotation 16:58:26 [2023-03-05T21:58:26.117Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagHandlerPreDestroyAnnotation 16:58:26 [2023-03-05T21:58:26.117Z] [echo] ************************* 16:58:26 [2023-03-05T21:58:26.117Z] [echo] 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setOSConditions: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setToolWin: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setToolUnix: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setToolProperty: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setS1ASclassPath: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] init-common: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] clean: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setOSConditions: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setToolWin: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setToolUnix: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setToolProperty: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setS1ASclassPath: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] init-common: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] clean-common: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setOSConditions: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setToolWin: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setToolUnix: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setToolProperty: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setS1ASclassPath: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] init-common: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] clean-classes-common: 16:58:26 [2023-03-05T21:58:26.117Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setOSConditions: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setToolWin: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setToolUnix: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setToolProperty: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setS1ASclassPath: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] init-common: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] clean-jars-common: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] compile: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setOSConditions: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setToolWin: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setToolUnix: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setToolProperty: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] setS1ASclassPath: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] init-common: 16:58:26 [2023-03-05T21:58:26.117Z] 16:58:26 [2023-03-05T21:58:26.117Z] compile-common: 16:58:26 [2023-03-05T21:58:26.117Z] [echo] Current time (ISO): 2023-03-05T21:58:26.076+0000 16:58:26 [2023-03-05T21:58:26.117Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:26 [2023-03-05T21:58:26.117Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:27 [2023-03-05T21:58:27.519Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:58:27 [2023-03-05T21:58:27.519Z] [javac] 1 warning 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] build: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] setOSConditions: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] setToolWin: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] setToolUnix: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] setToolProperty: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] setS1ASclassPath: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] init-common: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] webclient-war-common: 16:58:27 [2023-03-05T21:58:27.519Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] clear: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] test-tlds-exist: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] copy-tlds: 16:58:27 [2023-03-05T21:58:27.519Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:58:27 [2023-03-05T21:58:27.519Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] test-tagfiles-exist: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] copy-tagfiles: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] package-war-common: 16:58:27 [2023-03-05T21:58:27.519Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:27 [2023-03-05T21:58:27.519Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:58:27 [2023-03-05T21:58:27.519Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:27 [2023-03-05T21:58:27.519Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:27 [2023-03-05T21:58:27.519Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-handler-pre-destroy-annotation-web.war 16:58:27 [2023-03-05T21:58:27.519Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:27 [2023-03-05T21:58:27.519Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagHandlerPreDestroyAnnotation/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] deploy: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] deploy-war-common: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] setOSConditions: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] setToolWin: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] setToolUnix: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] setToolProperty: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] setS1ASclassPath: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] init-common: 16:58:27 [2023-03-05T21:58:27.519Z] 16:58:27 [2023-03-05T21:58:27.519Z] deploy-war-commonpe: 16:58:27 [2023-03-05T21:58:27.775Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-tag-handler-pre-destroy-annotation --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-handler-pre-destroy-annotation-web.war 16:58:29 [2023-03-05T21:58:29.154Z] [exec] Application deployed with name web-jsp-tag-handler-pre-destroy-annotation-web. 16:58:29 [2023-03-05T21:58:29.154Z] 16:58:29 [2023-03-05T21:58:29.154Z] deploy-war-commonee: 16:58:29 [2023-03-05T21:58:29.154Z] 16:58:29 [2023-03-05T21:58:29.154Z] run-first: 16:58:29 [2023-03-05T21:58:29.154Z] [java] Connecting to: http://localhost:45711/web-jsp-tag-handler-pre-destroy-annotation/jsp/test.jsp 16:58:29 [2023-03-05T21:58:29.419Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:58:29 [2023-03-05T21:58:29.419Z] [java] 16:58:29 [2023-03-05T21:58:29.419Z] [java] 16:58:29 [2023-03-05T21:58:29.419Z] [java] ----------------------------------------- 16:58:29 [2023-03-05T21:58:29.419Z] [java] - jsp-tag-handler-pre-destroy-annotation: PASS - 16:58:29 [2023-03-05T21:58:29.419Z] [java] ----------------------------------------- 16:58:29 [2023-03-05T21:58:29.419Z] [java] - Total PASS : 1 - 16:58:29 [2023-03-05T21:58:29.419Z] [java] - Total FAIL : 0 - 16:58:29 [2023-03-05T21:58:29.419Z] [java] - Total DID NOT RUN : 0 - 16:58:29 [2023-03-05T21:58:29.419Z] [java] ----------------------------------------- 16:58:29 [2023-03-05T21:58:29.419Z] 16:58:29 [2023-03-05T21:58:29.419Z] restart-server-instance-common: 16:58:29 [2023-03-05T21:58:29.419Z] 16:58:29 [2023-03-05T21:58:29.419Z] setOSConditions: 16:58:29 [2023-03-05T21:58:29.419Z] 16:58:29 [2023-03-05T21:58:29.419Z] setToolWin: 16:58:29 [2023-03-05T21:58:29.419Z] 16:58:29 [2023-03-05T21:58:29.419Z] setToolUnix: 16:58:29 [2023-03-05T21:58:29.419Z] 16:58:29 [2023-03-05T21:58:29.419Z] setToolProperty: 16:58:29 [2023-03-05T21:58:29.419Z] 16:58:29 [2023-03-05T21:58:29.419Z] setS1ASclassPath: 16:58:29 [2023-03-05T21:58:29.419Z] 16:58:29 [2023-03-05T21:58:29.419Z] init-common: 16:58:29 [2023-03-05T21:58:29.419Z] 16:58:29 [2023-03-05T21:58:29.419Z] stopDomain: 16:58:29 [2023-03-05T21:58:29.419Z] [echo] run.xml:stopping domain... 16:58:30 [2023-03-05T21:58:30.381Z] [exec] Waiting for the domain to stop . 16:58:30 [2023-03-05T21:58:30.381Z] [exec] Waiting finished after 241 ms. 16:58:30 [2023-03-05T21:58:30.381Z] [exec] Command stop-domain executed successfully. 16:58:35 [2023-03-05T21:58:35.635Z] 16:58:35 [2023-03-05T21:58:35.636Z] setOSConditions: 16:58:35 [2023-03-05T21:58:35.636Z] 16:58:35 [2023-03-05T21:58:35.636Z] setToolWin: 16:58:35 [2023-03-05T21:58:35.636Z] 16:58:35 [2023-03-05T21:58:35.636Z] setToolUnix: 16:58:35 [2023-03-05T21:58:35.636Z] 16:58:35 [2023-03-05T21:58:35.636Z] setToolProperty: 16:58:35 [2023-03-05T21:58:35.636Z] 16:58:35 [2023-03-05T21:58:35.636Z] setS1ASclassPath: 16:58:35 [2023-03-05T21:58:35.636Z] 16:58:35 [2023-03-05T21:58:35.636Z] init-common: 16:58:35 [2023-03-05T21:58:35.636Z] 16:58:35 [2023-03-05T21:58:35.636Z] startDomainUnix: 16:58:35 [2023-03-05T21:58:35.636Z] [echo] Starting DAS 16:58:42 [2023-03-05T21:58:42.315Z] [exec] Waiting for domain1 to start ...... 16:58:42 [2023-03-05T21:58:42.315Z] [exec] Waiting finished after 5,410 ms. 16:58:42 [2023-03-05T21:58:42.315Z] [exec] Successfully started the domain : domain1 16:58:42 [2023-03-05T21:58:42.315Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 16:58:42 [2023-03-05T21:58:42.315Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 16:58:42 [2023-03-05T21:58:42.315Z] [exec] Admin Port: 45,707 16:58:42 [2023-03-05T21:58:42.315Z] [exec] Command start-domain executed successfully. 16:58:42 [2023-03-05T21:58:42.315Z] [echo] run.xml:doing wait for localhost:45711... 16:58:42 [2023-03-05T21:58:42.315Z] [echo] run.xml:DONE doing wait for localhost:45711... 16:58:42 [2023-03-05T21:58:42.315Z] 16:58:42 [2023-03-05T21:58:42.315Z] dumpThreadStack: 16:58:42 [2023-03-05T21:58:42.315Z] 16:58:42 [2023-03-05T21:58:42.315Z] startDomainWindows: 16:58:42 [2023-03-05T21:58:42.315Z] 16:58:42 [2023-03-05T21:58:42.315Z] startDomain: 16:58:42 [2023-03-05T21:58:42.315Z] 16:58:42 [2023-03-05T21:58:42.315Z] run-second: 16:58:42 [2023-03-05T21:58:42.315Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:58:42 [2023-03-05T21:58:42.315Z] [java] 16:58:42 [2023-03-05T21:58:42.315Z] [java] 16:58:42 [2023-03-05T21:58:42.315Z] [java] ----------------------------------------- 16:58:42 [2023-03-05T21:58:42.315Z] [java] - jsp-tag-handler-pre-destroy-annotation: PASS - 16:58:42 [2023-03-05T21:58:42.315Z] [java] ----------------------------------------- 16:58:42 [2023-03-05T21:58:42.315Z] [java] - Total PASS : 1 - 16:58:42 [2023-03-05T21:58:42.315Z] [java] - Total FAIL : 0 - 16:58:42 [2023-03-05T21:58:42.315Z] [java] - Total DID NOT RUN : 0 - 16:58:42 [2023-03-05T21:58:42.315Z] [java] ----------------------------------------- 16:58:42 [2023-03-05T21:58:42.315Z] 16:58:42 [2023-03-05T21:58:42.315Z] undeploy: 16:58:42 [2023-03-05T21:58:42.315Z] 16:58:42 [2023-03-05T21:58:42.315Z] setOSConditions: 16:58:42 [2023-03-05T21:58:42.315Z] 16:58:42 [2023-03-05T21:58:42.315Z] setToolWin: 16:58:42 [2023-03-05T21:58:42.315Z] 16:58:42 [2023-03-05T21:58:42.315Z] setToolUnix: 16:58:42 [2023-03-05T21:58:42.315Z] 16:58:42 [2023-03-05T21:58:42.315Z] setToolProperty: 16:58:42 [2023-03-05T21:58:42.315Z] 16:58:42 [2023-03-05T21:58:42.315Z] setS1ASclassPath: 16:58:42 [2023-03-05T21:58:42.315Z] 16:58:42 [2023-03-05T21:58:42.315Z] init-common: 16:58:42 [2023-03-05T21:58:42.315Z] 16:58:42 [2023-03-05T21:58:42.315Z] undeploy-war-common: 16:58:42 [2023-03-05T21:58:42.315Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-tag-handler-pre-destroy-annotation-web 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] all: 16:58:42 [2023-03-05T21:58:42.879Z] [echo] 16:58:42 [2023-03-05T21:58:42.879Z] [echo] ************************* 16:58:42 [2023-03-05T21:58:42.879Z] [echo] * Running jspTagLibraryValidatorXMLViewStaticInclude 16:58:42 [2023-03-05T21:58:42.879Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagLibraryValidatorXMLViewStaticInclude 16:58:42 [2023-03-05T21:58:42.879Z] [echo] ************************* 16:58:42 [2023-03-05T21:58:42.879Z] [echo] 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setOSConditions: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setToolWin: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setToolUnix: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setToolProperty: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setS1ASclassPath: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] init-common: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] clean: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setOSConditions: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setToolWin: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setToolUnix: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setToolProperty: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setS1ASclassPath: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] init-common: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] clean-common: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setOSConditions: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setToolWin: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setToolUnix: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setToolProperty: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setS1ASclassPath: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] init-common: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] clean-classes-common: 16:58:42 [2023-03-05T21:58:42.879Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setOSConditions: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setToolWin: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setToolUnix: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setToolProperty: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setS1ASclassPath: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] init-common: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] clean-jars-common: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] compile: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setOSConditions: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setToolWin: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setToolUnix: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setToolProperty: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] setS1ASclassPath: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] init-common: 16:58:42 [2023-03-05T21:58:42.879Z] 16:58:42 [2023-03-05T21:58:42.879Z] compile-common: 16:58:42 [2023-03-05T21:58:42.879Z] [echo] Current time (ISO): 2023-03-05T21:58:42.666+0000 16:58:42 [2023-03-05T21:58:42.879Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:42 [2023-03-05T21:58:42.879Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:43 [2023-03-05T21:58:43.819Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:58:44 [2023-03-05T21:58:44.075Z] [javac] 1 warning 16:58:44 [2023-03-05T21:58:44.075Z] 16:58:44 [2023-03-05T21:58:44.075Z] build: 16:58:44 [2023-03-05T21:58:44.075Z] 16:58:44 [2023-03-05T21:58:44.075Z] setOSConditions: 16:58:44 [2023-03-05T21:58:44.075Z] 16:58:44 [2023-03-05T21:58:44.075Z] setToolWin: 16:58:44 [2023-03-05T21:58:44.075Z] 16:58:44 [2023-03-05T21:58:44.075Z] setToolUnix: 16:58:44 [2023-03-05T21:58:44.075Z] 16:58:44 [2023-03-05T21:58:44.075Z] setToolProperty: 16:58:44 [2023-03-05T21:58:44.075Z] 16:58:44 [2023-03-05T21:58:44.075Z] setS1ASclassPath: 16:58:44 [2023-03-05T21:58:44.075Z] 16:58:44 [2023-03-05T21:58:44.075Z] init-common: 16:58:44 [2023-03-05T21:58:44.075Z] 16:58:44 [2023-03-05T21:58:44.076Z] webclient-war-common: 16:58:44 [2023-03-05T21:58:44.076Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:58:44 [2023-03-05T21:58:44.076Z] 16:58:44 [2023-03-05T21:58:44.076Z] clear: 16:58:44 [2023-03-05T21:58:44.076Z] 16:58:44 [2023-03-05T21:58:44.076Z] test-tlds-exist: 16:58:44 [2023-03-05T21:58:44.076Z] 16:58:44 [2023-03-05T21:58:44.076Z] copy-tlds: 16:58:44 [2023-03-05T21:58:44.076Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:58:44 [2023-03-05T21:58:44.076Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:58:44 [2023-03-05T21:58:44.076Z] 16:58:44 [2023-03-05T21:58:44.076Z] test-tagfiles-exist: 16:58:44 [2023-03-05T21:58:44.076Z] 16:58:44 [2023-03-05T21:58:44.076Z] copy-tagfiles: 16:58:44 [2023-03-05T21:58:44.076Z] 16:58:44 [2023-03-05T21:58:44.076Z] package-war-common: 16:58:44 [2023-03-05T21:58:44.076Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:44 [2023-03-05T21:58:44.076Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:58:44 [2023-03-05T21:58:44.076Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagLibraryValidatorXMLViewStaticInclude/lib 16:58:44 [2023-03-05T21:58:44.076Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:44 [2023-03-05T21:58:44.076Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:44 [2023-03-05T21:58:44.076Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-library-validator-xml-view-static-include-web.war 16:58:44 [2023-03-05T21:58:44.076Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:44 [2023-03-05T21:58:44.076Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagLibraryValidatorXMLViewStaticInclude/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:58:44 [2023-03-05T21:58:44.076Z] [javac] Compiling 1 source file 16:58:44 [2023-03-05T21:58:44.076Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagLibraryValidatorXMLViewStaticInclude/WebTest.java uses or overrides a deprecated API. 16:58:44 [2023-03-05T21:58:44.076Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:58:44 [2023-03-05T21:58:44.076Z] 16:58:44 [2023-03-05T21:58:44.076Z] deploy: 16:58:44 [2023-03-05T21:58:44.076Z] 16:58:44 [2023-03-05T21:58:44.076Z] deploy-war-common: 16:58:44 [2023-03-05T21:58:44.076Z] 16:58:44 [2023-03-05T21:58:44.076Z] setOSConditions: 16:58:44 [2023-03-05T21:58:44.076Z] 16:58:44 [2023-03-05T21:58:44.076Z] setToolWin: 16:58:44 [2023-03-05T21:58:44.076Z] 16:58:44 [2023-03-05T21:58:44.076Z] setToolUnix: 16:58:44 [2023-03-05T21:58:44.076Z] 16:58:44 [2023-03-05T21:58:44.076Z] setToolProperty: 16:58:44 [2023-03-05T21:58:44.076Z] 16:58:44 [2023-03-05T21:58:44.076Z] setS1ASclassPath: 16:58:44 [2023-03-05T21:58:44.076Z] 16:58:44 [2023-03-05T21:58:44.076Z] init-common: 16:58:44 [2023-03-05T21:58:44.076Z] 16:58:44 [2023-03-05T21:58:44.076Z] deploy-war-commonpe: 16:58:44 [2023-03-05T21:58:44.332Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-tag-library-validator-xml-view-static-include --force=false --precompilejsp=false --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-library-validator-xml-view-static-include-web.war 16:58:44 [2023-03-05T21:58:44.590Z] [exec] Application deployed with name web-jsp-tag-library-validator-xml-view-static-include-web. 16:58:44 [2023-03-05T21:58:44.590Z] 16:58:44 [2023-03-05T21:58:44.590Z] deploy-war-commonee: 16:58:44 [2023-03-05T21:58:44.590Z] 16:58:44 [2023-03-05T21:58:44.590Z] run: 16:58:44 [2023-03-05T21:58:44.590Z] [java] Connecting to: http://localhost:45711/web-jsp-tag-library-validator-xml-view-static-include/jsp/a.jspx 16:58:45 [2023-03-05T21:58:45.957Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:58:45 [2023-03-05T21:58:45.957Z] [java] 16:58:45 [2023-03-05T21:58:45.957Z] [java] 16:58:45 [2023-03-05T21:58:45.957Z] [java] ----------------------------------------- 16:58:45 [2023-03-05T21:58:45.957Z] [java] - jsp-tag-library-validator-xml-view-static-include: PASS - 16:58:45 [2023-03-05T21:58:45.957Z] [java] ----------------------------------------- 16:58:45 [2023-03-05T21:58:45.957Z] [java] - Total PASS : 1 - 16:58:45 [2023-03-05T21:58:45.957Z] [java] - Total FAIL : 0 - 16:58:45 [2023-03-05T21:58:45.957Z] [java] - Total DID NOT RUN : 0 - 16:58:45 [2023-03-05T21:58:45.957Z] [java] ----------------------------------------- 16:58:45 [2023-03-05T21:58:45.957Z] 16:58:45 [2023-03-05T21:58:45.957Z] undeploy: 16:58:45 [2023-03-05T21:58:45.957Z] 16:58:45 [2023-03-05T21:58:45.957Z] setOSConditions: 16:58:45 [2023-03-05T21:58:45.957Z] 16:58:45 [2023-03-05T21:58:45.957Z] setToolWin: 16:58:45 [2023-03-05T21:58:45.957Z] 16:58:45 [2023-03-05T21:58:45.957Z] setToolUnix: 16:58:45 [2023-03-05T21:58:45.957Z] 16:58:45 [2023-03-05T21:58:45.957Z] setToolProperty: 16:58:45 [2023-03-05T21:58:45.957Z] 16:58:45 [2023-03-05T21:58:45.957Z] setS1ASclassPath: 16:58:45 [2023-03-05T21:58:45.957Z] 16:58:45 [2023-03-05T21:58:45.957Z] init-common: 16:58:45 [2023-03-05T21:58:45.957Z] 16:58:45 [2023-03-05T21:58:45.957Z] undeploy-war-common: 16:58:45 [2023-03-05T21:58:45.958Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-tag-library-validator-xml-view-static-include-web 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] all: 16:58:46 [2023-03-05T21:58:46.218Z] [echo] 16:58:46 [2023-03-05T21:58:46.218Z] [echo] ************************* 16:58:46 [2023-03-05T21:58:46.218Z] [echo] * Running jspTagReleaseCalledWhenPoolingDisabled 16:58:46 [2023-03-05T21:58:46.218Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagReleaseCalledWhenPoolingDisabled 16:58:46 [2023-03-05T21:58:46.218Z] [echo] ************************* 16:58:46 [2023-03-05T21:58:46.218Z] [echo] 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setOSConditions: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setToolWin: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setToolUnix: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setToolProperty: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setS1ASclassPath: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] init-common: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] clean: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setOSConditions: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setToolWin: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setToolUnix: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setToolProperty: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setS1ASclassPath: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] init-common: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] clean-common: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setOSConditions: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setToolWin: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setToolUnix: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setToolProperty: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setS1ASclassPath: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] init-common: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] clean-classes-common: 16:58:46 [2023-03-05T21:58:46.218Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setOSConditions: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setToolWin: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setToolUnix: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setToolProperty: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setS1ASclassPath: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] init-common: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] clean-jars-common: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] compile: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setOSConditions: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setToolWin: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setToolUnix: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setToolProperty: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] setS1ASclassPath: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] init-common: 16:58:46 [2023-03-05T21:58:46.218Z] 16:58:46 [2023-03-05T21:58:46.218Z] compile-common: 16:58:46 [2023-03-05T21:58:46.218Z] [echo] Current time (ISO): 2023-03-05T21:58:46.038+0000 16:58:46 [2023-03-05T21:58:46.218Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:46 [2023-03-05T21:58:46.218Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:47 [2023-03-05T21:58:47.147Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:58:47 [2023-03-05T21:58:47.147Z] [javac] 1 warning 16:58:47 [2023-03-05T21:58:47.147Z] 16:58:47 [2023-03-05T21:58:47.147Z] build: 16:58:47 [2023-03-05T21:58:47.147Z] 16:58:47 [2023-03-05T21:58:47.147Z] setOSConditions: 16:58:47 [2023-03-05T21:58:47.147Z] 16:58:47 [2023-03-05T21:58:47.147Z] setToolWin: 16:58:47 [2023-03-05T21:58:47.147Z] 16:58:47 [2023-03-05T21:58:47.147Z] setToolUnix: 16:58:47 [2023-03-05T21:58:47.147Z] 16:58:47 [2023-03-05T21:58:47.147Z] setToolProperty: 16:58:47 [2023-03-05T21:58:47.147Z] 16:58:47 [2023-03-05T21:58:47.147Z] setS1ASclassPath: 16:58:47 [2023-03-05T21:58:47.147Z] 16:58:47 [2023-03-05T21:58:47.147Z] init-common: 16:58:47 [2023-03-05T21:58:47.147Z] 16:58:47 [2023-03-05T21:58:47.147Z] webclient-war-common: 16:58:47 [2023-03-05T21:58:47.147Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:58:47 [2023-03-05T21:58:47.147Z] 16:58:47 [2023-03-05T21:58:47.147Z] clear: 16:58:47 [2023-03-05T21:58:47.147Z] 16:58:47 [2023-03-05T21:58:47.147Z] test-tlds-exist: 16:58:47 [2023-03-05T21:58:47.147Z] 16:58:47 [2023-03-05T21:58:47.147Z] copy-tlds: 16:58:47 [2023-03-05T21:58:47.147Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:58:47 [2023-03-05T21:58:47.147Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:58:47 [2023-03-05T21:58:47.418Z] 16:58:47 [2023-03-05T21:58:47.418Z] test-tagfiles-exist: 16:58:47 [2023-03-05T21:58:47.418Z] 16:58:47 [2023-03-05T21:58:47.418Z] copy-tagfiles: 16:58:47 [2023-03-05T21:58:47.418Z] 16:58:47 [2023-03-05T21:58:47.418Z] package-war-common: 16:58:47 [2023-03-05T21:58:47.418Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:47 [2023-03-05T21:58:47.418Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:58:47 [2023-03-05T21:58:47.418Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagReleaseCalledWhenPoolingDisabled/lib 16:58:47 [2023-03-05T21:58:47.418Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:47 [2023-03-05T21:58:47.418Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:47 [2023-03-05T21:58:47.418Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:47 [2023-03-05T21:58:47.418Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-release-called-when-pooling-disabled-web.war 16:58:47 [2023-03-05T21:58:47.418Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:47 [2023-03-05T21:58:47.418Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagReleaseCalledWhenPoolingDisabled/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:58:47 [2023-03-05T21:58:47.418Z] [javac] Compiling 1 source file 16:58:47 [2023-03-05T21:58:47.418Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagReleaseCalledWhenPoolingDisabled/WebTest.java uses or overrides a deprecated API. 16:58:47 [2023-03-05T21:58:47.418Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:58:47 [2023-03-05T21:58:47.418Z] 16:58:47 [2023-03-05T21:58:47.418Z] deploy: 16:58:47 [2023-03-05T21:58:47.418Z] 16:58:47 [2023-03-05T21:58:47.418Z] deploy-war-common: 16:58:47 [2023-03-05T21:58:47.418Z] 16:58:47 [2023-03-05T21:58:47.418Z] setOSConditions: 16:58:47 [2023-03-05T21:58:47.418Z] 16:58:47 [2023-03-05T21:58:47.418Z] setToolWin: 16:58:47 [2023-03-05T21:58:47.418Z] 16:58:47 [2023-03-05T21:58:47.418Z] setToolUnix: 16:58:47 [2023-03-05T21:58:47.418Z] 16:58:47 [2023-03-05T21:58:47.418Z] setToolProperty: 16:58:47 [2023-03-05T21:58:47.418Z] 16:58:47 [2023-03-05T21:58:47.418Z] setS1ASclassPath: 16:58:47 [2023-03-05T21:58:47.418Z] 16:58:47 [2023-03-05T21:58:47.418Z] init-common: 16:58:47 [2023-03-05T21:58:47.418Z] 16:58:47 [2023-03-05T21:58:47.418Z] deploy-war-commonpe: 16:58:47 [2023-03-05T21:58:47.674Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-tag-release-called-when-pooling-disabled --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-release-called-when-pooling-disabled-web.war 16:58:48 [2023-03-05T21:58:48.616Z] [exec] Application deployed with name web-jsp-tag-release-called-when-pooling-disabled-web. 16:58:48 [2023-03-05T21:58:48.616Z] 16:58:48 [2023-03-05T21:58:48.616Z] deploy-war-commonee: 16:58:48 [2023-03-05T21:58:48.616Z] 16:58:48 [2023-03-05T21:58:48.616Z] run: 16:58:48 [2023-03-05T21:58:48.616Z] [java] Connecting to: http://localhost:45711/web-jsp-tag-release-called-when-pooling-disabled/jsp/test.jsp 16:58:48 [2023-03-05T21:58:48.616Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:58:48 [2023-03-05T21:58:48.616Z] [java] 16:58:48 [2023-03-05T21:58:48.616Z] [java] 16:58:48 [2023-03-05T21:58:48.616Z] [java] ----------------------------------------- 16:58:48 [2023-03-05T21:58:48.616Z] [java] - jsp-tag-release-called-when-pooling-disabled: PASS - 16:58:48 [2023-03-05T21:58:48.616Z] [java] ----------------------------------------- 16:58:48 [2023-03-05T21:58:48.616Z] [java] - Total PASS : 1 - 16:58:48 [2023-03-05T21:58:48.616Z] [java] - Total FAIL : 0 - 16:58:48 [2023-03-05T21:58:48.616Z] [java] - Total DID NOT RUN : 0 - 16:58:48 [2023-03-05T21:58:48.616Z] [java] ----------------------------------------- 16:58:48 [2023-03-05T21:58:48.616Z] 16:58:48 [2023-03-05T21:58:48.616Z] undeploy: 16:58:48 [2023-03-05T21:58:48.616Z] 16:58:48 [2023-03-05T21:58:48.616Z] setOSConditions: 16:58:48 [2023-03-05T21:58:48.616Z] 16:58:48 [2023-03-05T21:58:48.616Z] setToolWin: 16:58:48 [2023-03-05T21:58:48.616Z] 16:58:48 [2023-03-05T21:58:48.616Z] setToolUnix: 16:58:48 [2023-03-05T21:58:48.616Z] 16:58:48 [2023-03-05T21:58:48.616Z] setToolProperty: 16:58:48 [2023-03-05T21:58:48.616Z] 16:58:48 [2023-03-05T21:58:48.616Z] setS1ASclassPath: 16:58:48 [2023-03-05T21:58:48.616Z] 16:58:48 [2023-03-05T21:58:48.616Z] init-common: 16:58:48 [2023-03-05T21:58:48.616Z] 16:58:48 [2023-03-05T21:58:48.616Z] undeploy-war-common: 16:58:49 [2023-03-05T21:58:49.178Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-tag-release-called-when-pooling-disabled-web 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] all: 16:58:49 [2023-03-05T21:58:49.178Z] [echo] 16:58:49 [2023-03-05T21:58:49.178Z] [echo] ************************* 16:58:49 [2023-03-05T21:58:49.178Z] [echo] * Running jspTagReleaseCalledWhenPoolingEnabled 16:58:49 [2023-03-05T21:58:49.178Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagReleaseCalledWhenPoolingEnabled 16:58:49 [2023-03-05T21:58:49.178Z] [echo] ************************* 16:58:49 [2023-03-05T21:58:49.178Z] [echo] 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setOSConditions: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setToolWin: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setToolUnix: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setToolProperty: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setS1ASclassPath: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] init-common: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] clean: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setOSConditions: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setToolWin: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setToolUnix: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setToolProperty: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setS1ASclassPath: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] init-common: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] clean-common: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setOSConditions: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setToolWin: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setToolUnix: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setToolProperty: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setS1ASclassPath: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] init-common: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] clean-classes-common: 16:58:49 [2023-03-05T21:58:49.178Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setOSConditions: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setToolWin: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setToolUnix: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setToolProperty: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setS1ASclassPath: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] init-common: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] clean-jars-common: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] compile: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setOSConditions: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setToolWin: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setToolUnix: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setToolProperty: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] setS1ASclassPath: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] init-common: 16:58:49 [2023-03-05T21:58:49.178Z] 16:58:49 [2023-03-05T21:58:49.178Z] compile-common: 16:58:49 [2023-03-05T21:58:49.178Z] [echo] Current time (ISO): 2023-03-05T21:58:48.993+0000 16:58:49 [2023-03-05T21:58:49.178Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:49 [2023-03-05T21:58:49.178Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:50 [2023-03-05T21:58:50.112Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:58:50 [2023-03-05T21:58:50.112Z] [javac] 1 warning 16:58:50 [2023-03-05T21:58:50.112Z] 16:58:50 [2023-03-05T21:58:50.112Z] build: 16:58:50 [2023-03-05T21:58:50.112Z] 16:58:50 [2023-03-05T21:58:50.112Z] setOSConditions: 16:58:50 [2023-03-05T21:58:50.112Z] 16:58:50 [2023-03-05T21:58:50.112Z] setToolWin: 16:58:50 [2023-03-05T21:58:50.112Z] 16:58:50 [2023-03-05T21:58:50.112Z] setToolUnix: 16:58:50 [2023-03-05T21:58:50.112Z] 16:58:50 [2023-03-05T21:58:50.112Z] setToolProperty: 16:58:50 [2023-03-05T21:58:50.112Z] 16:58:50 [2023-03-05T21:58:50.112Z] setS1ASclassPath: 16:58:50 [2023-03-05T21:58:50.112Z] 16:58:50 [2023-03-05T21:58:50.112Z] init-common: 16:58:50 [2023-03-05T21:58:50.112Z] 16:58:50 [2023-03-05T21:58:50.112Z] webclient-war-common: 16:58:50 [2023-03-05T21:58:50.112Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:58:50 [2023-03-05T21:58:50.112Z] 16:58:50 [2023-03-05T21:58:50.112Z] clear: 16:58:50 [2023-03-05T21:58:50.112Z] 16:58:50 [2023-03-05T21:58:50.112Z] test-tlds-exist: 16:58:50 [2023-03-05T21:58:50.112Z] 16:58:50 [2023-03-05T21:58:50.112Z] copy-tlds: 16:58:50 [2023-03-05T21:58:50.112Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:58:50 [2023-03-05T21:58:50.112Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:58:50 [2023-03-05T21:58:50.112Z] 16:58:50 [2023-03-05T21:58:50.112Z] test-tagfiles-exist: 16:58:50 [2023-03-05T21:58:50.112Z] 16:58:50 [2023-03-05T21:58:50.112Z] copy-tagfiles: 16:58:50 [2023-03-05T21:58:50.112Z] 16:58:50 [2023-03-05T21:58:50.112Z] package-war-common: 16:58:50 [2023-03-05T21:58:50.112Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:50 [2023-03-05T21:58:50.112Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:58:50 [2023-03-05T21:58:50.112Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagReleaseCalledWhenPoolingEnabled/lib 16:58:50 [2023-03-05T21:58:50.112Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:50 [2023-03-05T21:58:50.112Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:50 [2023-03-05T21:58:50.382Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:50 [2023-03-05T21:58:50.382Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-release-called-when-pooling-enabled-web.war 16:58:50 [2023-03-05T21:58:50.382Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:50 [2023-03-05T21:58:50.382Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagReleaseCalledWhenPoolingEnabled/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:58:50 [2023-03-05T21:58:50.382Z] [javac] Compiling 1 source file 16:58:50 [2023-03-05T21:58:50.382Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagReleaseCalledWhenPoolingEnabled/WebTest.java uses or overrides a deprecated API. 16:58:50 [2023-03-05T21:58:50.382Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:58:50 [2023-03-05T21:58:50.382Z] 16:58:50 [2023-03-05T21:58:50.382Z] deploy: 16:58:50 [2023-03-05T21:58:50.382Z] 16:58:50 [2023-03-05T21:58:50.382Z] deploy-war-common: 16:58:50 [2023-03-05T21:58:50.382Z] 16:58:50 [2023-03-05T21:58:50.382Z] setOSConditions: 16:58:50 [2023-03-05T21:58:50.382Z] 16:58:50 [2023-03-05T21:58:50.382Z] setToolWin: 16:58:50 [2023-03-05T21:58:50.382Z] 16:58:50 [2023-03-05T21:58:50.382Z] setToolUnix: 16:58:50 [2023-03-05T21:58:50.382Z] 16:58:50 [2023-03-05T21:58:50.382Z] setToolProperty: 16:58:50 [2023-03-05T21:58:50.382Z] 16:58:50 [2023-03-05T21:58:50.382Z] setS1ASclassPath: 16:58:50 [2023-03-05T21:58:50.382Z] 16:58:50 [2023-03-05T21:58:50.382Z] init-common: 16:58:50 [2023-03-05T21:58:50.382Z] 16:58:50 [2023-03-05T21:58:50.382Z] deploy-war-commonpe: 16:58:50 [2023-03-05T21:58:50.648Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-tag-release-called-when-pooling-enabled --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-release-called-when-pooling-enabled-web.war 16:58:51 [2023-03-05T21:58:51.237Z] [exec] Application deployed with name web-jsp-tag-release-called-when-pooling-enabled-web. 16:58:51 [2023-03-05T21:58:51.237Z] 16:58:51 [2023-03-05T21:58:51.237Z] deploy-war-commonee: 16:58:51 [2023-03-05T21:58:51.237Z] 16:58:51 [2023-03-05T21:58:51.237Z] run: 16:58:51 [2023-03-05T21:58:51.237Z] [java] Connecting to: http://localhost:45711/web-jsp-tag-release-called-when-pooling-enabled/jsp/test.jsp 16:58:51 [2023-03-05T21:58:51.237Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:58:51 [2023-03-05T21:58:51.237Z] [java] 16:58:51 [2023-03-05T21:58:51.237Z] [java] 16:58:51 [2023-03-05T21:58:51.237Z] [java] ----------------------------------------- 16:58:51 [2023-03-05T21:58:51.237Z] [java] - jsp-tag-release-called-when-pooling-enabled: PASS - 16:58:51 [2023-03-05T21:58:51.237Z] [java] ----------------------------------------- 16:58:51 [2023-03-05T21:58:51.237Z] [java] - Total PASS : 1 - 16:58:51 [2023-03-05T21:58:51.237Z] [java] - Total FAIL : 0 - 16:58:51 [2023-03-05T21:58:51.237Z] [java] - Total DID NOT RUN : 0 - 16:58:51 [2023-03-05T21:58:51.237Z] [java] ----------------------------------------- 16:58:51 [2023-03-05T21:58:51.237Z] 16:58:51 [2023-03-05T21:58:51.237Z] undeploy: 16:58:51 [2023-03-05T21:58:51.237Z] 16:58:51 [2023-03-05T21:58:51.237Z] setOSConditions: 16:58:51 [2023-03-05T21:58:51.237Z] 16:58:51 [2023-03-05T21:58:51.237Z] setToolWin: 16:58:51 [2023-03-05T21:58:51.237Z] 16:58:51 [2023-03-05T21:58:51.237Z] setToolUnix: 16:58:51 [2023-03-05T21:58:51.237Z] 16:58:51 [2023-03-05T21:58:51.237Z] setToolProperty: 16:58:51 [2023-03-05T21:58:51.237Z] 16:58:51 [2023-03-05T21:58:51.237Z] setS1ASclassPath: 16:58:51 [2023-03-05T21:58:51.237Z] 16:58:51 [2023-03-05T21:58:51.237Z] init-common: 16:58:51 [2023-03-05T21:58:51.237Z] 16:58:51 [2023-03-05T21:58:51.237Z] undeploy-war-common: 16:58:51 [2023-03-05T21:58:51.519Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-tag-release-called-when-pooling-enabled-web 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] all: 16:58:51 [2023-03-05T21:58:51.775Z] [echo] 16:58:51 [2023-03-05T21:58:51.775Z] [echo] ************************* 16:58:51 [2023-03-05T21:58:51.775Z] [echo] * Running jspTagdependentXml 16:58:51 [2023-03-05T21:58:51.775Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagdependentXml 16:58:51 [2023-03-05T21:58:51.775Z] [echo] ************************* 16:58:51 [2023-03-05T21:58:51.775Z] [echo] 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setOSConditions: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setToolWin: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setToolUnix: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setToolProperty: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setS1ASclassPath: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] init-common: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] clean: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setOSConditions: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setToolWin: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setToolUnix: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setToolProperty: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setS1ASclassPath: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] init-common: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] clean-common: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setOSConditions: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setToolWin: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setToolUnix: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setToolProperty: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setS1ASclassPath: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] init-common: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] clean-classes-common: 16:58:51 [2023-03-05T21:58:51.775Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setOSConditions: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setToolWin: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setToolUnix: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setToolProperty: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setS1ASclassPath: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] init-common: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] clean-jars-common: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] compile: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setOSConditions: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setToolWin: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setToolUnix: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setToolProperty: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] setS1ASclassPath: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] init-common: 16:58:51 [2023-03-05T21:58:51.775Z] 16:58:51 [2023-03-05T21:58:51.775Z] compile-common: 16:58:51 [2023-03-05T21:58:51.775Z] [echo] Current time (ISO): 2023-03-05T21:58:51.581+0000 16:58:51 [2023-03-05T21:58:51.775Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:51 [2023-03-05T21:58:51.775Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:53 [2023-03-05T21:58:53.153Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:58:53 [2023-03-05T21:58:53.153Z] [javac] 1 warning 16:58:53 [2023-03-05T21:58:53.153Z] 16:58:53 [2023-03-05T21:58:53.153Z] build: 16:58:53 [2023-03-05T21:58:53.153Z] 16:58:53 [2023-03-05T21:58:53.153Z] setOSConditions: 16:58:53 [2023-03-05T21:58:53.153Z] 16:58:53 [2023-03-05T21:58:53.153Z] setToolWin: 16:58:53 [2023-03-05T21:58:53.153Z] 16:58:53 [2023-03-05T21:58:53.153Z] setToolUnix: 16:58:53 [2023-03-05T21:58:53.153Z] 16:58:53 [2023-03-05T21:58:53.153Z] setToolProperty: 16:58:53 [2023-03-05T21:58:53.153Z] 16:58:53 [2023-03-05T21:58:53.153Z] setS1ASclassPath: 16:58:53 [2023-03-05T21:58:53.153Z] 16:58:53 [2023-03-05T21:58:53.153Z] init-common: 16:58:53 [2023-03-05T21:58:53.153Z] 16:58:53 [2023-03-05T21:58:53.153Z] webclient-war-common: 16:58:53 [2023-03-05T21:58:53.153Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:58:53 [2023-03-05T21:58:53.153Z] 16:58:53 [2023-03-05T21:58:53.153Z] clear: 16:58:53 [2023-03-05T21:58:53.153Z] 16:58:53 [2023-03-05T21:58:53.153Z] test-tlds-exist: 16:58:53 [2023-03-05T21:58:53.153Z] 16:58:53 [2023-03-05T21:58:53.153Z] copy-tlds: 16:58:53 [2023-03-05T21:58:53.153Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:58:53 [2023-03-05T21:58:53.153Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:58:53 [2023-03-05T21:58:53.153Z] 16:58:53 [2023-03-05T21:58:53.153Z] test-tagfiles-exist: 16:58:53 [2023-03-05T21:58:53.153Z] 16:58:53 [2023-03-05T21:58:53.153Z] copy-tagfiles: 16:58:53 [2023-03-05T21:58:53.153Z] 16:58:53 [2023-03-05T21:58:53.153Z] package-war-common: 16:58:53 [2023-03-05T21:58:53.153Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:53 [2023-03-05T21:58:53.153Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:58:53 [2023-03-05T21:58:53.153Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagdependentXml/lib 16:58:53 [2023-03-05T21:58:53.154Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:53 [2023-03-05T21:58:53.154Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:53 [2023-03-05T21:58:53.154Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jspTagdependentXml-web.war 16:58:53 [2023-03-05T21:58:53.154Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:53 [2023-03-05T21:58:53.154Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagdependentXml/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:58:53 [2023-03-05T21:58:53.154Z] [javac] Compiling 1 source file 16:58:53 [2023-03-05T21:58:53.154Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagdependentXml/WebTest.java:47: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 16:58:53 [2023-03-05T21:58:53.154Z] [javac] int port = new Integer(portS).intValue(); 16:58:53 [2023-03-05T21:58:53.154Z] [javac] ^ 16:58:53 [2023-03-05T21:58:53.154Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagdependentXml/WebTest.java uses or overrides a deprecated API. 16:58:53 [2023-03-05T21:58:53.154Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:58:53 [2023-03-05T21:58:53.154Z] [javac] 1 warning 16:58:53 [2023-03-05T21:58:53.154Z] 16:58:53 [2023-03-05T21:58:53.154Z] deploy: 16:58:53 [2023-03-05T21:58:53.154Z] 16:58:53 [2023-03-05T21:58:53.154Z] deploy-war-common: 16:58:53 [2023-03-05T21:58:53.154Z] 16:58:53 [2023-03-05T21:58:53.154Z] setOSConditions: 16:58:53 [2023-03-05T21:58:53.154Z] 16:58:53 [2023-03-05T21:58:53.154Z] setToolWin: 16:58:53 [2023-03-05T21:58:53.154Z] 16:58:53 [2023-03-05T21:58:53.154Z] setToolUnix: 16:58:53 [2023-03-05T21:58:53.154Z] 16:58:53 [2023-03-05T21:58:53.154Z] setToolProperty: 16:58:53 [2023-03-05T21:58:53.154Z] 16:58:53 [2023-03-05T21:58:53.154Z] setS1ASclassPath: 16:58:53 [2023-03-05T21:58:53.154Z] 16:58:53 [2023-03-05T21:58:53.154Z] init-common: 16:58:53 [2023-03-05T21:58:53.154Z] 16:58:53 [2023-03-05T21:58:53.154Z] deploy-war-commonpe: 16:58:53 [2023-03-05T21:58:53.154Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jspTagdependentXml --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jspTagdependentXml-web.war 16:58:54 [2023-03-05T21:58:54.117Z] [exec] Application deployed with name web-jspTagdependentXml-web. 16:58:54 [2023-03-05T21:58:54.117Z] 16:58:54 [2023-03-05T21:58:54.117Z] deploy-war-commonee: 16:58:54 [2023-03-05T21:58:54.117Z] 16:58:54 [2023-03-05T21:58:54.117Z] run: 16:58:54 [2023-03-05T21:58:54.117Z] [java] GET /web-jspTagdependentXml/test.jspx HTTP/1.0 16:58:54 [2023-03-05T21:58:54.117Z] [java] HTTP/1.1 200 OK 16:58:54 [2023-03-05T21:58:54.117Z] [java] Server: Eclipse GlassFish 7.0.3 16:58:54 [2023-03-05T21:58:54.117Z] [java] X-Powered-By: JSP/3.0 16:58:54 [2023-03-05T21:58:54.117Z] [java] Set-Cookie: JSESSIONID=3c8e8f77439091a1155743f6284e; Path=/web-jspTagdependentXml; HttpOnly 16:58:54 [2023-03-05T21:58:54.117Z] [java] Content-Type: text/xml;charset=UTF-8 16:58:54 [2023-03-05T21:58:54.117Z] [java] Connection: close 16:58:54 [2023-03-05T21:58:54.117Z] [java] Content-Length: 1420 16:58:54 [2023-03-05T21:58:54.117Z] [java] <?xml version="1.0" encoding="UTF-8"?> 16:58:54 [2023-03-05T21:58:54.117Z] [java] <html xmlns:el="urn:jsptld:/WEB-INF/tlds/myTag.tld" xmlns="http://www.w3.org/1999/xhtml"><head><title>Test</title></head><body>ELvalue1 15 16:58:54 [2023-03-05T21:58:54.117Z] [java] ELExpression ${pageScope.eval} 16:58:54 [2023-03-05T21:58:54.117Z] [java] <el:dependent /> 16:58:54 [2023-03-05T21:58:54.117Z] [java] <jsp:scriptlet> 16:58:54 [2023-03-05T21:58:54.117Z] [java] out.println("Scriptlet in tagdependent body"); 16:58:54 [2023-03-05T21:58:54.117Z] [java] </jsp:scriptlet> 16:58:54 [2023-03-05T21:58:54.117Z] [java] <jsp:useBean class="java.util.Date" id="date" /> 16:58:54 [2023-03-05T21:58:54.117Z] [java] <jsp:getProperty property="time" name="date" /> 16:58:54 [2023-03-05T21:58:54.117Z] [java] <el:dependent>ELExpression ${pageScope.eval}</el:dependent> 16:58:54 [2023-03-05T21:58:54.117Z] [java] <el:dependent> 16:58:54 [2023-03-05T21:58:54.117Z] [java] ELExpression ${pageScope.eval} 16:58:54 [2023-03-05T21:58:54.117Z] [java] <el:dependent>NESTED</el:dependent> 16:58:54 [2023-03-05T21:58:54.117Z] [java] </el:dependent> 16:58:54 [2023-03-05T21:58:54.117Z] [java] After NESTED. 16:58:54 [2023-03-05T21:58:54.117Z] [java] Expression in tagdependent body <jsp:expression>10 * 1000</jsp:expression> 16:58:54 [2023-03-05T21:58:54.117Z] [java] ELvalue2 18 16:58:54 [2023-03-05T21:58:54.117Z] [java] ELExpression ${pageScope.eval} 16:58:54 [2023-03-05T21:58:54.117Z] [java] <el:dependent>ELExpression ${pageScope.eval}</el:dependent> 16:58:54 [2023-03-05T21:58:54.117Z] [java] <el:dependent> 16:58:54 [2023-03-05T21:58:54.117Z] [java] ELExpression ${pageScope.eval} 16:58:54 [2023-03-05T21:58:54.117Z] [java] <el:dependent> 16:58:54 [2023-03-05T21:58:54.117Z] [java] Some Text 16:58:54 [2023-03-05T21:58:54.117Z] [java] <el:dependent> 16:58:54 [2023-03-05T21:58:54.117Z] [java] ELExpression ${pageScope.eval} 16:58:54 [2023-03-05T21:58:54.117Z] [java] </el:dependent> 16:58:54 [2023-03-05T21:58:54.117Z] [java] </el:dependent> 16:58:54 [2023-03-05T21:58:54.117Z] [java] </el:dependent> 16:58:54 [2023-03-05T21:58:54.117Z] [java] ELExpression ${pageScope.eval} 16:58:54 [2023-03-05T21:58:54.117Z] [java] </body></html> 16:58:54 [2023-03-05T21:58:54.117Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:58:54 [2023-03-05T21:58:54.117Z] [java] 16:58:54 [2023-03-05T21:58:54.117Z] [java] 16:58:54 [2023-03-05T21:58:54.117Z] [java] ----------------------------------------- 16:58:54 [2023-03-05T21:58:54.117Z] [java] - XMLtagdependent test: PASS - 16:58:54 [2023-03-05T21:58:54.117Z] [java] ----------------------------------------- 16:58:54 [2023-03-05T21:58:54.117Z] [java] - Total PASS : 1 - 16:58:54 [2023-03-05T21:58:54.117Z] [java] - Total FAIL : 0 - 16:58:54 [2023-03-05T21:58:54.117Z] [java] - Total DID NOT RUN : 0 - 16:58:54 [2023-03-05T21:58:54.117Z] [java] ----------------------------------------- 16:58:54 [2023-03-05T21:58:54.117Z] 16:58:54 [2023-03-05T21:58:54.117Z] undeploy: 16:58:54 [2023-03-05T21:58:54.117Z] 16:58:54 [2023-03-05T21:58:54.117Z] setOSConditions: 16:58:54 [2023-03-05T21:58:54.117Z] 16:58:54 [2023-03-05T21:58:54.117Z] setToolWin: 16:58:54 [2023-03-05T21:58:54.117Z] 16:58:54 [2023-03-05T21:58:54.117Z] setToolUnix: 16:58:54 [2023-03-05T21:58:54.117Z] 16:58:54 [2023-03-05T21:58:54.117Z] setToolProperty: 16:58:54 [2023-03-05T21:58:54.117Z] 16:58:54 [2023-03-05T21:58:54.117Z] setS1ASclassPath: 16:58:54 [2023-03-05T21:58:54.117Z] 16:58:54 [2023-03-05T21:58:54.117Z] init-common: 16:58:54 [2023-03-05T21:58:54.117Z] 16:58:54 [2023-03-05T21:58:54.117Z] undeploy-war-common: 16:58:54 [2023-03-05T21:58:54.374Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jspTagdependentXml-web 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] all: 16:58:54 [2023-03-05T21:58:54.630Z] [echo] 16:58:54 [2023-03-05T21:58:54.630Z] [echo] ************************* 16:58:54 [2023-03-05T21:58:54.630Z] [echo] * Running jspTemplateTextEscapedEL 16:58:54 [2023-03-05T21:58:54.630Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTemplateTextEscapedEL 16:58:54 [2023-03-05T21:58:54.630Z] [echo] ************************* 16:58:54 [2023-03-05T21:58:54.630Z] [echo] 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setOSConditions: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolWin: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolUnix: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolProperty: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setS1ASclassPath: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] init-common: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] clean: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setOSConditions: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolWin: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolUnix: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolProperty: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setS1ASclassPath: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] init-common: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] clean-common: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setOSConditions: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolWin: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolUnix: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolProperty: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setS1ASclassPath: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] init-common: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] clean-classes-common: 16:58:54 [2023-03-05T21:58:54.630Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setOSConditions: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolWin: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolUnix: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolProperty: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setS1ASclassPath: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] init-common: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] clean-jars-common: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] compile: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setOSConditions: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolWin: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolUnix: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolProperty: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setS1ASclassPath: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] init-common: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] compile-common: 16:58:54 [2023-03-05T21:58:54.630Z] [echo] Current time (ISO): 2023-03-05T21:58:54.417+0000 16:58:54 [2023-03-05T21:58:54.630Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:54 [2023-03-05T21:58:54.630Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTemplateTextEscapedEL/servlet 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] build: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setOSConditions: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolWin: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolUnix: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolProperty: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setS1ASclassPath: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] init-common: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] webclient-war-common: 16:58:54 [2023-03-05T21:58:54.630Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] clear: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] test-tlds-exist: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] copy-tlds: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] test-tagfiles-exist: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] copy-tagfiles: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] package-war-common: 16:58:54 [2023-03-05T21:58:54.630Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:58:54 [2023-03-05T21:58:54.630Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:54 [2023-03-05T21:58:54.630Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:54 [2023-03-05T21:58:54.630Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:58:54 [2023-03-05T21:58:54.630Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTemplateTextEscapedEL/lib 16:58:54 [2023-03-05T21:58:54.630Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:54 [2023-03-05T21:58:54.630Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-template-text-escaped-el-web.war 16:58:54 [2023-03-05T21:58:54.630Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:54 [2023-03-05T21:58:54.630Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTemplateTextEscapedEL/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:58:54 [2023-03-05T21:58:54.630Z] [javac] Compiling 1 source file 16:58:54 [2023-03-05T21:58:54.630Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTemplateTextEscapedEL/WebTest.java uses or overrides a deprecated API. 16:58:54 [2023-03-05T21:58:54.630Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] deploy: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] deploy-war-common: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setOSConditions: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolWin: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolUnix: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setToolProperty: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] setS1ASclassPath: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] init-common: 16:58:54 [2023-03-05T21:58:54.630Z] 16:58:54 [2023-03-05T21:58:54.630Z] deploy-war-commonpe: 16:58:54 [2023-03-05T21:58:54.917Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-template-text-escaped-el --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-template-text-escaped-el-web.war 16:58:55 [2023-03-05T21:58:55.479Z] [exec] Application deployed with name web-jsp-template-text-escaped-el-web. 16:58:55 [2023-03-05T21:58:55.479Z] 16:58:55 [2023-03-05T21:58:55.479Z] deploy-war-commonee: 16:58:55 [2023-03-05T21:58:55.479Z] 16:58:55 [2023-03-05T21:58:55.479Z] run: 16:58:55 [2023-03-05T21:58:55.479Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:58:55 [2023-03-05T21:58:55.479Z] [java] 16:58:55 [2023-03-05T21:58:55.479Z] [java] 16:58:55 [2023-03-05T21:58:55.479Z] [java] ----------------------------------------- 16:58:55 [2023-03-05T21:58:55.479Z] [java] - jsp-template-text-escaped-el: PASS - 16:58:55 [2023-03-05T21:58:55.479Z] [java] ----------------------------------------- 16:58:55 [2023-03-05T21:58:55.479Z] [java] - Total PASS : 1 - 16:58:55 [2023-03-05T21:58:55.479Z] [java] - Total FAIL : 0 - 16:58:55 [2023-03-05T21:58:55.479Z] [java] - Total DID NOT RUN : 0 - 16:58:55 [2023-03-05T21:58:55.479Z] [java] ----------------------------------------- 16:58:55 [2023-03-05T21:58:55.479Z] 16:58:55 [2023-03-05T21:58:55.479Z] undeploy: 16:58:55 [2023-03-05T21:58:55.479Z] 16:58:55 [2023-03-05T21:58:55.479Z] setOSConditions: 16:58:55 [2023-03-05T21:58:55.479Z] 16:58:55 [2023-03-05T21:58:55.479Z] setToolWin: 16:58:55 [2023-03-05T21:58:55.479Z] 16:58:55 [2023-03-05T21:58:55.479Z] setToolUnix: 16:58:55 [2023-03-05T21:58:55.479Z] 16:58:55 [2023-03-05T21:58:55.479Z] setToolProperty: 16:58:55 [2023-03-05T21:58:55.479Z] 16:58:55 [2023-03-05T21:58:55.479Z] setS1ASclassPath: 16:58:55 [2023-03-05T21:58:55.479Z] 16:58:55 [2023-03-05T21:58:55.479Z] init-common: 16:58:55 [2023-03-05T21:58:55.479Z] 16:58:55 [2023-03-05T21:58:55.479Z] undeploy-war-common: 16:58:55 [2023-03-05T21:58:55.735Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-template-text-escaped-el-web 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] all: 16:58:55 [2023-03-05T21:58:55.735Z] [echo] 16:58:55 [2023-03-05T21:58:55.735Z] [echo] ************************* 16:58:55 [2023-03-05T21:58:55.735Z] [echo] * Running jspThrowsFileNotFoundExpect500ResponseCode 16:58:55 [2023-03-05T21:58:55.735Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspThrowsFileNotFoundExpect500ResponseCode 16:58:55 [2023-03-05T21:58:55.735Z] [echo] ************************* 16:58:55 [2023-03-05T21:58:55.735Z] [echo] 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setOSConditions: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolWin: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolUnix: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolProperty: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setS1ASclassPath: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] init-common: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] clean: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setOSConditions: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolWin: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolUnix: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolProperty: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setS1ASclassPath: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] init-common: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] clean-common: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setOSConditions: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolWin: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolUnix: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolProperty: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setS1ASclassPath: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] init-common: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] clean-classes-common: 16:58:55 [2023-03-05T21:58:55.735Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setOSConditions: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolWin: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolUnix: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolProperty: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setS1ASclassPath: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] init-common: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] clean-jars-common: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] compile: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setOSConditions: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolWin: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolUnix: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolProperty: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setS1ASclassPath: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] init-common: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] compile-common: 16:58:55 [2023-03-05T21:58:55.735Z] [echo] Current time (ISO): 2023-03-05T21:58:55.724+0000 16:58:55 [2023-03-05T21:58:55.735Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:55 [2023-03-05T21:58:55.735Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspThrowsFileNotFoundExpect500ResponseCode/servlet 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] build: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setOSConditions: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolWin: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolUnix: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setToolProperty: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] setS1ASclassPath: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] init-common: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] webclient-war-common: 16:58:55 [2023-03-05T21:58:55.735Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] clear: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] test-tlds-exist: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] copy-tlds: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] test-tagfiles-exist: 16:58:55 [2023-03-05T21:58:55.735Z] 16:58:55 [2023-03-05T21:58:55.735Z] copy-tagfiles: 16:58:55 [2023-03-05T21:58:55.736Z] 16:58:55 [2023-03-05T21:58:55.736Z] package-war-common: 16:58:55 [2023-03-05T21:58:55.736Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:58:55 [2023-03-05T21:58:55.736Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:55 [2023-03-05T21:58:55.736Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:55 [2023-03-05T21:58:55.736Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:58:55 [2023-03-05T21:58:55.736Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspThrowsFileNotFoundExpect500ResponseCode/lib 16:58:55 [2023-03-05T21:58:55.736Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:55 [2023-03-05T21:58:55.736Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-throws-file-not-found-expect-500-response-code-web.war 16:58:55 [2023-03-05T21:58:55.736Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:56 [2023-03-05T21:58:56.020Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspThrowsFileNotFoundExpect500ResponseCode/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:58:56 [2023-03-05T21:58:56.020Z] [javac] Compiling 1 source file 16:58:56 [2023-03-05T21:58:56.020Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspThrowsFileNotFoundExpect500ResponseCode/WebTest.java uses or overrides a deprecated API. 16:58:56 [2023-03-05T21:58:56.020Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:58:56 [2023-03-05T21:58:56.020Z] 16:58:56 [2023-03-05T21:58:56.020Z] deploy: 16:58:56 [2023-03-05T21:58:56.020Z] 16:58:56 [2023-03-05T21:58:56.020Z] deploy-war-common: 16:58:56 [2023-03-05T21:58:56.020Z] 16:58:56 [2023-03-05T21:58:56.020Z] setOSConditions: 16:58:56 [2023-03-05T21:58:56.020Z] 16:58:56 [2023-03-05T21:58:56.020Z] setToolWin: 16:58:56 [2023-03-05T21:58:56.020Z] 16:58:56 [2023-03-05T21:58:56.020Z] setToolUnix: 16:58:56 [2023-03-05T21:58:56.020Z] 16:58:56 [2023-03-05T21:58:56.020Z] setToolProperty: 16:58:56 [2023-03-05T21:58:56.020Z] 16:58:56 [2023-03-05T21:58:56.020Z] setS1ASclassPath: 16:58:56 [2023-03-05T21:58:56.020Z] 16:58:56 [2023-03-05T21:58:56.020Z] init-common: 16:58:56 [2023-03-05T21:58:56.020Z] 16:58:56 [2023-03-05T21:58:56.020Z] deploy-war-commonpe: 16:58:56 [2023-03-05T21:58:56.276Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-throws-file-not-found-expect-500-response-code --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-throws-file-not-found-expect-500-response-code-web.war 16:58:59 [2023-03-05T21:58:59.549Z] [exec] Application deployed with name web-jsp-throws-file-not-found-expect-500-response-code-web. 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] deploy-war-commonee: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] run: 16:58:59 [2023-03-05T21:58:59.550Z] [java] Connecting to: http://localhost:45711/web-jsp-throws-file-not-found-expect-500-response-code/jsp/notfound.jsp 16:58:59 [2023-03-05T21:58:59.550Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:58:59 [2023-03-05T21:58:59.550Z] [java] 16:58:59 [2023-03-05T21:58:59.550Z] [java] 16:58:59 [2023-03-05T21:58:59.550Z] [java] ----------------------------------------- 16:58:59 [2023-03-05T21:58:59.550Z] [java] - jsp-throws-file-not-found-expect-500-response-code: PASS - 16:58:59 [2023-03-05T21:58:59.550Z] [java] ----------------------------------------- 16:58:59 [2023-03-05T21:58:59.550Z] [java] - Total PASS : 1 - 16:58:59 [2023-03-05T21:58:59.550Z] [java] - Total FAIL : 0 - 16:58:59 [2023-03-05T21:58:59.550Z] [java] - Total DID NOT RUN : 0 - 16:58:59 [2023-03-05T21:58:59.550Z] [java] ----------------------------------------- 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] undeploy: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setOSConditions: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolWin: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolUnix: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolProperty: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setS1ASclassPath: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] init-common: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] undeploy-war-common: 16:58:59 [2023-03-05T21:58:59.550Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-throws-file-not-found-expect-500-response-code-web 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] all: 16:58:59 [2023-03-05T21:58:59.550Z] [echo] 16:58:59 [2023-03-05T21:58:59.550Z] [echo] ************************* 16:58:59 [2023-03-05T21:58:59.550Z] [echo] * Running jspTrimDirectiveWhitespaces 16:58:59 [2023-03-05T21:58:59.550Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTrimDirectiveWhitespaces 16:58:59 [2023-03-05T21:58:59.550Z] [echo] ************************* 16:58:59 [2023-03-05T21:58:59.550Z] [echo] 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setOSConditions: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolWin: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolUnix: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolProperty: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setS1ASclassPath: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] init-common: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] clean: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setOSConditions: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolWin: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolUnix: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolProperty: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setS1ASclassPath: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] init-common: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] clean-common: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setOSConditions: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolWin: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolUnix: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolProperty: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setS1ASclassPath: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] init-common: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] clean-classes-common: 16:58:59 [2023-03-05T21:58:59.550Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setOSConditions: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolWin: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolUnix: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolProperty: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setS1ASclassPath: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] init-common: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] clean-jars-common: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] compile: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setOSConditions: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolWin: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolUnix: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolProperty: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setS1ASclassPath: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] init-common: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] compile-common: 16:58:59 [2023-03-05T21:58:59.550Z] [echo] Current time (ISO): 2023-03-05T21:58:59.518+0000 16:58:59 [2023-03-05T21:58:59.550Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:58:59 [2023-03-05T21:58:59.550Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTrimDirectiveWhitespaces/servlet 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] build: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setOSConditions: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolWin: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolUnix: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setToolProperty: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] setS1ASclassPath: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] init-common: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] webclient-war-common: 16:58:59 [2023-03-05T21:58:59.550Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] clear: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] test-tlds-exist: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] copy-tlds: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] test-tagfiles-exist: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] copy-tagfiles: 16:58:59 [2023-03-05T21:58:59.550Z] 16:58:59 [2023-03-05T21:58:59.550Z] package-war-common: 16:58:59 [2023-03-05T21:58:59.550Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:58:59 [2023-03-05T21:58:59.550Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:59 [2023-03-05T21:58:59.550Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:58:59 [2023-03-05T21:58:59.550Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:58:59 [2023-03-05T21:58:59.550Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTrimDirectiveWhitespaces/lib 16:58:59 [2023-03-05T21:58:59.550Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:59 [2023-03-05T21:58:59.550Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-trimDirectiveWhitespaces-web.war 16:58:59 [2023-03-05T21:58:59.550Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:58:59 [2023-03-05T21:58:59.550Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTrimDirectiveWhitespaces/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:58:59 [2023-03-05T21:58:59.550Z] [javac] Compiling 1 source file 16:58:59 [2023-03-05T21:58:59.819Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTrimDirectiveWhitespaces/WebTest.java uses or overrides a deprecated API. 16:58:59 [2023-03-05T21:58:59.819Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:58:59 [2023-03-05T21:58:59.819Z] 16:58:59 [2023-03-05T21:58:59.819Z] deploy: 16:58:59 [2023-03-05T21:58:59.819Z] 16:58:59 [2023-03-05T21:58:59.819Z] deploy-war-common: 16:58:59 [2023-03-05T21:58:59.819Z] 16:58:59 [2023-03-05T21:58:59.819Z] setOSConditions: 16:58:59 [2023-03-05T21:58:59.819Z] 16:58:59 [2023-03-05T21:58:59.819Z] setToolWin: 16:58:59 [2023-03-05T21:58:59.819Z] 16:58:59 [2023-03-05T21:58:59.819Z] setToolUnix: 16:58:59 [2023-03-05T21:58:59.819Z] 16:58:59 [2023-03-05T21:58:59.819Z] setToolProperty: 16:58:59 [2023-03-05T21:58:59.819Z] 16:58:59 [2023-03-05T21:58:59.819Z] setS1ASclassPath: 16:58:59 [2023-03-05T21:58:59.819Z] 16:58:59 [2023-03-05T21:58:59.819Z] init-common: 16:58:59 [2023-03-05T21:58:59.819Z] 16:58:59 [2023-03-05T21:58:59.819Z] deploy-war-commonpe: 16:59:00 [2023-03-05T21:59:00.075Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot web-trimDirectiveWhitespaces --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-trimDirectiveWhitespaces-web.war 16:59:00 [2023-03-05T21:59:00.331Z] [exec] Application deployed with name web-trimDirectiveWhitespaces-web. 16:59:00 [2023-03-05T21:59:00.588Z] 16:59:00 [2023-03-05T21:59:00.588Z] deploy-war-commonee: 16:59:00 [2023-03-05T21:59:00.588Z] 16:59:00 [2023-03-05T21:59:00.588Z] run: 16:59:00 [2023-03-05T21:59:00.588Z] [java] Connecting to: http://localhost:45711/web-trimDirectiveWhitespaces/trim.jsp 16:59:00 [2023-03-05T21:59:00.588Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:59:00 [2023-03-05T21:59:00.588Z] [java] 16:59:00 [2023-03-05T21:59:00.588Z] [java] 16:59:00 [2023-03-05T21:59:00.588Z] [java] ----------------------------------------- 16:59:00 [2023-03-05T21:59:00.588Z] [java] - jsp-trimDirectiveWhitespaces: PASS - 16:59:00 [2023-03-05T21:59:00.588Z] [java] ----------------------------------------- 16:59:00 [2023-03-05T21:59:00.588Z] [java] - Total PASS : 1 - 16:59:00 [2023-03-05T21:59:00.588Z] [java] - Total FAIL : 0 - 16:59:00 [2023-03-05T21:59:00.588Z] [java] - Total DID NOT RUN : 0 - 16:59:00 [2023-03-05T21:59:00.588Z] [java] ----------------------------------------- 16:59:00 [2023-03-05T21:59:00.588Z] 16:59:00 [2023-03-05T21:59:00.588Z] undeploy: 16:59:00 [2023-03-05T21:59:00.588Z] 16:59:00 [2023-03-05T21:59:00.588Z] setOSConditions: 16:59:00 [2023-03-05T21:59:00.588Z] 16:59:00 [2023-03-05T21:59:00.588Z] setToolWin: 16:59:00 [2023-03-05T21:59:00.588Z] 16:59:00 [2023-03-05T21:59:00.588Z] setToolUnix: 16:59:00 [2023-03-05T21:59:00.588Z] 16:59:00 [2023-03-05T21:59:00.588Z] setToolProperty: 16:59:00 [2023-03-05T21:59:00.588Z] 16:59:00 [2023-03-05T21:59:00.588Z] setS1ASclassPath: 16:59:00 [2023-03-05T21:59:00.588Z] 16:59:00 [2023-03-05T21:59:00.588Z] init-common: 16:59:00 [2023-03-05T21:59:00.588Z] 16:59:00 [2023-03-05T21:59:00.588Z] undeploy-war-common: 16:59:00 [2023-03-05T21:59:00.845Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-trimDirectiveWhitespaces-web 16:59:00 [2023-03-05T21:59:00.845Z] 16:59:00 [2023-03-05T21:59:00.845Z] all: 16:59:00 [2023-03-05T21:59:00.845Z] [echo] 16:59:00 [2023-03-05T21:59:00.845Z] [echo] ************************* 16:59:00 [2023-03-05T21:59:00.845Z] [echo] * Running jspUrnJspTldWithoutUri 16:59:00 [2023-03-05T21:59:00.845Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspUrnJspTldWithoutUri 16:59:00 [2023-03-05T21:59:00.845Z] [echo] ************************* 16:59:00 [2023-03-05T21:59:00.845Z] [echo] 16:59:00 [2023-03-05T21:59:00.845Z] 16:59:00 [2023-03-05T21:59:00.845Z] setOSConditions: 16:59:00 [2023-03-05T21:59:00.845Z] 16:59:00 [2023-03-05T21:59:00.845Z] setToolWin: 16:59:00 [2023-03-05T21:59:00.845Z] 16:59:00 [2023-03-05T21:59:00.845Z] setToolUnix: 16:59:00 [2023-03-05T21:59:00.845Z] 16:59:00 [2023-03-05T21:59:00.845Z] setToolProperty: 16:59:00 [2023-03-05T21:59:00.845Z] 16:59:00 [2023-03-05T21:59:00.845Z] setS1ASclassPath: 16:59:00 [2023-03-05T21:59:00.845Z] 16:59:00 [2023-03-05T21:59:00.846Z] init-common: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] clean: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setOSConditions: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setToolWin: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setToolUnix: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setToolProperty: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setS1ASclassPath: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] init-common: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] clean-common: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setOSConditions: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setToolWin: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setToolUnix: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setToolProperty: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setS1ASclassPath: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] init-common: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] clean-classes-common: 16:59:00 [2023-03-05T21:59:00.846Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setOSConditions: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setToolWin: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setToolUnix: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setToolProperty: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setS1ASclassPath: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] init-common: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] clean-jars-common: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] compile: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setOSConditions: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setToolWin: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setToolUnix: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setToolProperty: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] setS1ASclassPath: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] init-common: 16:59:00 [2023-03-05T21:59:00.846Z] 16:59:00 [2023-03-05T21:59:00.846Z] compile-common: 16:59:00 [2023-03-05T21:59:00.846Z] [echo] Current time (ISO): 2023-03-05T21:59:00.787+0000 16:59:00 [2023-03-05T21:59:00.846Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:59:00 [2023-03-05T21:59:00.846Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:59:02 [2023-03-05T21:59:02.257Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 16:59:02 [2023-03-05T21:59:02.257Z] [javac] 1 warning 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] build: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] setOSConditions: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] setToolWin: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] setToolUnix: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] setToolProperty: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] setS1ASclassPath: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] init-common: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] webclient-war-common: 16:59:02 [2023-03-05T21:59:02.257Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] clear: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] test-tlds-exist: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] copy-tlds: 16:59:02 [2023-03-05T21:59:02.257Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:59:02 [2023-03-05T21:59:02.257Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] test-tagfiles-exist: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] copy-tagfiles: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] package-war-common: 16:59:02 [2023-03-05T21:59:02.257Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:59:02 [2023-03-05T21:59:02.257Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:59:02 [2023-03-05T21:59:02.257Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspUrnJspTldWithoutUri/lib 16:59:02 [2023-03-05T21:59:02.257Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:02 [2023-03-05T21:59:02.257Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:59:02 [2023-03-05T21:59:02.257Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-urn-jsp-tld-without-uri-web.war 16:59:02 [2023-03-05T21:59:02.257Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:02 [2023-03-05T21:59:02.257Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspUrnJspTldWithoutUri/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:59:02 [2023-03-05T21:59:02.257Z] [javac] Compiling 1 source file 16:59:02 [2023-03-05T21:59:02.257Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspUrnJspTldWithoutUri/WebTest.java uses or overrides a deprecated API. 16:59:02 [2023-03-05T21:59:02.257Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] deploy: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] deploy-war-common: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] setOSConditions: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] setToolWin: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] setToolUnix: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] setToolProperty: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] setS1ASclassPath: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] init-common: 16:59:02 [2023-03-05T21:59:02.257Z] 16:59:02 [2023-03-05T21:59:02.257Z] deploy-war-commonpe: 16:59:02 [2023-03-05T21:59:02.257Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-urn-jsp-tld-without-uri --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-urn-jsp-tld-without-uri-web.war 16:59:02 [2023-03-05T21:59:02.819Z] [exec] Application deployed with name web-jsp-urn-jsp-tld-without-uri-web. 16:59:02 [2023-03-05T21:59:02.820Z] 16:59:02 [2023-03-05T21:59:02.820Z] deploy-war-commonee: 16:59:02 [2023-03-05T21:59:02.820Z] 16:59:02 [2023-03-05T21:59:02.820Z] run: 16:59:03 [2023-03-05T21:59:03.076Z] [java] Connecting to: http://localhost:45711/web-jsp-urn-jsp-tld-without-uri/test.jspx 16:59:03 [2023-03-05T21:59:03.076Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:59:03 [2023-03-05T21:59:03.076Z] [java] 16:59:03 [2023-03-05T21:59:03.076Z] [java] 16:59:03 [2023-03-05T21:59:03.076Z] [java] ----------------------------------------- 16:59:03 [2023-03-05T21:59:03.076Z] [java] - jsp-urn-jsp-tld-without-uri: PASS - 16:59:03 [2023-03-05T21:59:03.076Z] [java] ----------------------------------------- 16:59:03 [2023-03-05T21:59:03.076Z] [java] - Total PASS : 1 - 16:59:03 [2023-03-05T21:59:03.076Z] [java] - Total FAIL : 0 - 16:59:03 [2023-03-05T21:59:03.076Z] [java] - Total DID NOT RUN : 0 - 16:59:03 [2023-03-05T21:59:03.076Z] [java] ----------------------------------------- 16:59:03 [2023-03-05T21:59:03.076Z] 16:59:03 [2023-03-05T21:59:03.076Z] undeploy: 16:59:03 [2023-03-05T21:59:03.076Z] 16:59:03 [2023-03-05T21:59:03.076Z] setOSConditions: 16:59:03 [2023-03-05T21:59:03.076Z] 16:59:03 [2023-03-05T21:59:03.076Z] setToolWin: 16:59:03 [2023-03-05T21:59:03.076Z] 16:59:03 [2023-03-05T21:59:03.076Z] setToolUnix: 16:59:03 [2023-03-05T21:59:03.076Z] 16:59:03 [2023-03-05T21:59:03.076Z] setToolProperty: 16:59:03 [2023-03-05T21:59:03.076Z] 16:59:03 [2023-03-05T21:59:03.076Z] setS1ASclassPath: 16:59:03 [2023-03-05T21:59:03.076Z] 16:59:03 [2023-03-05T21:59:03.076Z] init-common: 16:59:03 [2023-03-05T21:59:03.076Z] 16:59:03 [2023-03-05T21:59:03.076Z] undeploy-war-common: 16:59:03 [2023-03-05T21:59:03.332Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-urn-jsp-tld-without-uri-web 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] all: 16:59:03 [2023-03-05T21:59:03.332Z] [echo] 16:59:03 [2023-03-05T21:59:03.332Z] [echo] ************************* 16:59:03 [2023-03-05T21:59:03.332Z] [echo] * Running jspUseBean 16:59:03 [2023-03-05T21:59:03.332Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspUseBean 16:59:03 [2023-03-05T21:59:03.332Z] [echo] ************************* 16:59:03 [2023-03-05T21:59:03.332Z] [echo] 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setOSConditions: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolWin: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolUnix: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolProperty: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setS1ASclassPath: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] init-common: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] clean: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setOSConditions: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolWin: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolUnix: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolProperty: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setS1ASclassPath: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] init-common: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] clean-common: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setOSConditions: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolWin: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolUnix: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolProperty: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setS1ASclassPath: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] init-common: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] clean-classes-common: 16:59:03 [2023-03-05T21:59:03.332Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setOSConditions: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolWin: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolUnix: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolProperty: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setS1ASclassPath: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] init-common: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] clean-jars-common: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] compile: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setOSConditions: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolWin: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolUnix: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolProperty: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setS1ASclassPath: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] init-common: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] compile-common: 16:59:03 [2023-03-05T21:59:03.332Z] [echo] Current time (ISO): 2023-03-05T21:59:03.257+0000 16:59:03 [2023-03-05T21:59:03.332Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:59:03 [2023-03-05T21:59:03.332Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspUseBean/servlet 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] build: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setOSConditions: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolWin: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolUnix: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setToolProperty: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] setS1ASclassPath: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] init-common: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] webclient-war-common: 16:59:03 [2023-03-05T21:59:03.332Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] clear: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] test-tlds-exist: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] copy-tlds: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] test-tagfiles-exist: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] copy-tagfiles: 16:59:03 [2023-03-05T21:59:03.332Z] 16:59:03 [2023-03-05T21:59:03.332Z] package-war-common: 16:59:03 [2023-03-05T21:59:03.332Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:59:03 [2023-03-05T21:59:03.332Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:03 [2023-03-05T21:59:03.332Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:59:03 [2023-03-05T21:59:03.332Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:59:03 [2023-03-05T21:59:03.332Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspUseBean/lib 16:59:03 [2023-03-05T21:59:03.332Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:03 [2023-03-05T21:59:03.333Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-use-bean-web.war 16:59:03 [2023-03-05T21:59:03.333Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:03 [2023-03-05T21:59:03.333Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspUseBean/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:59:03 [2023-03-05T21:59:03.333Z] [javac] Compiling 1 source file 16:59:03 [2023-03-05T21:59:03.333Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspUseBean/WebTest.java:43: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 16:59:03 [2023-03-05T21:59:03.333Z] [javac] int port = new Integer(portS).intValue(); 16:59:03 [2023-03-05T21:59:03.333Z] [javac] ^ 16:59:03 [2023-03-05T21:59:03.333Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspUseBean/WebTest.java uses or overrides a deprecated API. 16:59:03 [2023-03-05T21:59:03.333Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:59:03 [2023-03-05T21:59:03.333Z] [javac] 1 warning 16:59:03 [2023-03-05T21:59:03.333Z] 16:59:03 [2023-03-05T21:59:03.333Z] deploy: 16:59:03 [2023-03-05T21:59:03.333Z] 16:59:03 [2023-03-05T21:59:03.333Z] deploy-war-common: 16:59:03 [2023-03-05T21:59:03.333Z] 16:59:03 [2023-03-05T21:59:03.333Z] setOSConditions: 16:59:03 [2023-03-05T21:59:03.333Z] 16:59:03 [2023-03-05T21:59:03.333Z] setToolWin: 16:59:03 [2023-03-05T21:59:03.333Z] 16:59:03 [2023-03-05T21:59:03.333Z] setToolUnix: 16:59:03 [2023-03-05T21:59:03.333Z] 16:59:03 [2023-03-05T21:59:03.333Z] setToolProperty: 16:59:03 [2023-03-05T21:59:03.333Z] 16:59:03 [2023-03-05T21:59:03.333Z] setS1ASclassPath: 16:59:03 [2023-03-05T21:59:03.333Z] 16:59:03 [2023-03-05T21:59:03.333Z] init-common: 16:59:03 [2023-03-05T21:59:03.333Z] 16:59:03 [2023-03-05T21:59:03.333Z] deploy-war-commonpe: 16:59:03 [2023-03-05T21:59:03.616Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-use-bean --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-use-bean-web.war 16:59:04 [2023-03-05T21:59:04.547Z] [exec] Application deployed with name web-jsp-use-bean-web. 16:59:04 [2023-03-05T21:59:04.548Z] 16:59:04 [2023-03-05T21:59:04.548Z] deploy-war-commonee: 16:59:04 [2023-03-05T21:59:04.548Z] 16:59:04 [2023-03-05T21:59:04.548Z] run: 16:59:04 [2023-03-05T21:59:04.995Z] [java] GET /web-jsp-use-bean/test.jsp HTTP/1.0 16:59:04 [2023-03-05T21:59:04.995Z] [java] HTTP/1.1 200 OK 16:59:04 [2023-03-05T21:59:04.995Z] [java] Server: Eclipse GlassFish 7.0.3 16:59:04 [2023-03-05T21:59:04.995Z] [java] X-Powered-By: JSP/3.0 16:59:04 [2023-03-05T21:59:04.996Z] [java] Set-Cookie: JSESSIONID=3c912f1ab6a3b73a2e5bd23f8bfc; Path=/web-jsp-use-bean; HttpOnly 16:59:04 [2023-03-05T21:59:04.996Z] [java] Content-Type: text/html;charset=ISO-8859-1 16:59:04 [2023-03-05T21:59:04.996Z] [java] Connection: close 16:59:04 [2023-03-05T21:59:04.996Z] [java] PASS: This error page should be reached! 16:59:04 [2023-03-05T21:59:04.996Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:59:04 [2023-03-05T21:59:04.996Z] [java] 16:59:04 [2023-03-05T21:59:04.996Z] [java] 16:59:04 [2023-03-05T21:59:04.996Z] [java] ----------------------------------------- 16:59:04 [2023-03-05T21:59:04.996Z] [java] - jsp-use-bean: PASS - 16:59:04 [2023-03-05T21:59:04.996Z] [java] ----------------------------------------- 16:59:04 [2023-03-05T21:59:04.996Z] [java] - Total PASS : 1 - 16:59:04 [2023-03-05T21:59:04.996Z] [java] - Total FAIL : 0 - 16:59:04 [2023-03-05T21:59:04.996Z] [java] - Total DID NOT RUN : 0 - 16:59:04 [2023-03-05T21:59:04.996Z] [java] ----------------------------------------- 16:59:04 [2023-03-05T21:59:04.996Z] 16:59:04 [2023-03-05T21:59:04.996Z] undeploy: 16:59:04 [2023-03-05T21:59:04.996Z] 16:59:04 [2023-03-05T21:59:04.996Z] setOSConditions: 16:59:04 [2023-03-05T21:59:04.996Z] 16:59:04 [2023-03-05T21:59:04.996Z] setToolWin: 16:59:04 [2023-03-05T21:59:04.996Z] 16:59:04 [2023-03-05T21:59:04.996Z] setToolUnix: 16:59:04 [2023-03-05T21:59:04.996Z] 16:59:04 [2023-03-05T21:59:04.996Z] setToolProperty: 16:59:04 [2023-03-05T21:59:04.996Z] 16:59:04 [2023-03-05T21:59:04.996Z] setS1ASclassPath: 16:59:04 [2023-03-05T21:59:04.996Z] 16:59:04 [2023-03-05T21:59:04.996Z] init-common: 16:59:04 [2023-03-05T21:59:04.996Z] 16:59:04 [2023-03-05T21:59:04.996Z] undeploy-war-common: 16:59:05 [2023-03-05T21:59:05.271Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-use-bean-web 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] all: 16:59:05 [2023-03-05T21:59:05.271Z] [echo] 16:59:05 [2023-03-05T21:59:05.271Z] [echo] ************************* 16:59:05 [2023-03-05T21:59:05.271Z] [echo] * Running jspWelcomePageWithoutAnyServletMappings 16:59:05 [2023-03-05T21:59:05.271Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspWelcomePageWithoutAnyServletMappings 16:59:05 [2023-03-05T21:59:05.271Z] [echo] ************************* 16:59:05 [2023-03-05T21:59:05.271Z] [echo] 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setOSConditions: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolWin: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolUnix: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolProperty: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setS1ASclassPath: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] init-common: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] clean: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setOSConditions: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolWin: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolUnix: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolProperty: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setS1ASclassPath: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] init-common: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] clean-common: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setOSConditions: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolWin: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolUnix: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolProperty: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setS1ASclassPath: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] init-common: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] clean-classes-common: 16:59:05 [2023-03-05T21:59:05.271Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setOSConditions: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolWin: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolUnix: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolProperty: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setS1ASclassPath: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] init-common: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] clean-jars-common: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] compile: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setOSConditions: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolWin: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolUnix: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolProperty: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setS1ASclassPath: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] init-common: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] compile-common: 16:59:05 [2023-03-05T21:59:05.271Z] [echo] Current time (ISO): 2023-03-05T21:59:05.099+0000 16:59:05 [2023-03-05T21:59:05.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:59:05 [2023-03-05T21:59:05.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspWelcomePageWithoutAnyServletMappings/servlet 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] build: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setOSConditions: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolWin: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolUnix: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolProperty: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setS1ASclassPath: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] init-common: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] webclient-war-common: 16:59:05 [2023-03-05T21:59:05.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] clear: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] test-tlds-exist: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] copy-tlds: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] test-tagfiles-exist: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] copy-tagfiles: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] package-war-common: 16:59:05 [2023-03-05T21:59:05.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:59:05 [2023-03-05T21:59:05.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:05 [2023-03-05T21:59:05.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:59:05 [2023-03-05T21:59:05.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:59:05 [2023-03-05T21:59:05.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspWelcomePageWithoutAnyServletMappings/lib 16:59:05 [2023-03-05T21:59:05.271Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:05 [2023-03-05T21:59:05.271Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-welcome-page-without-any-servlet-mappings-web.war 16:59:05 [2023-03-05T21:59:05.271Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:05 [2023-03-05T21:59:05.271Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspWelcomePageWithoutAnyServletMappings/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:59:05 [2023-03-05T21:59:05.271Z] [javac] Compiling 1 source file 16:59:05 [2023-03-05T21:59:05.271Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspWelcomePageWithoutAnyServletMappings/WebTest.java uses or overrides a deprecated API. 16:59:05 [2023-03-05T21:59:05.271Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] deploy: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] deploy-war-common: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setOSConditions: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolWin: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolUnix: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setToolProperty: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] setS1ASclassPath: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] init-common: 16:59:05 [2023-03-05T21:59:05.271Z] 16:59:05 [2023-03-05T21:59:05.271Z] deploy-war-commonpe: 16:59:05 [2023-03-05T21:59:05.834Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-welcome-page-without-any-servlet-mappings --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-welcome-page-without-any-servlet-mappings-web.war 16:59:06 [2023-03-05T21:59:06.117Z] [exec] Application deployed with name web-jsp-welcome-page-without-any-servlet-mappings-web. 16:59:06 [2023-03-05T21:59:06.117Z] 16:59:06 [2023-03-05T21:59:06.117Z] deploy-war-commonee: 16:59:06 [2023-03-05T21:59:06.117Z] 16:59:06 [2023-03-05T21:59:06.117Z] run: 16:59:06 [2023-03-05T21:59:06.117Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:59:06 [2023-03-05T21:59:06.117Z] [java] 16:59:06 [2023-03-05T21:59:06.117Z] [java] 16:59:06 [2023-03-05T21:59:06.117Z] [java] ----------------------------------------- 16:59:06 [2023-03-05T21:59:06.117Z] [java] - jsp-welcome-page-without-any-servlet-mappings: PASS - 16:59:06 [2023-03-05T21:59:06.117Z] [java] ----------------------------------------- 16:59:06 [2023-03-05T21:59:06.117Z] [java] - Total PASS : 1 - 16:59:06 [2023-03-05T21:59:06.117Z] [java] - Total FAIL : 0 - 16:59:06 [2023-03-05T21:59:06.117Z] [java] - Total DID NOT RUN : 0 - 16:59:06 [2023-03-05T21:59:06.117Z] [java] ----------------------------------------- 16:59:06 [2023-03-05T21:59:06.117Z] 16:59:06 [2023-03-05T21:59:06.117Z] undeploy: 16:59:06 [2023-03-05T21:59:06.117Z] 16:59:06 [2023-03-05T21:59:06.117Z] setOSConditions: 16:59:06 [2023-03-05T21:59:06.117Z] 16:59:06 [2023-03-05T21:59:06.117Z] setToolWin: 16:59:06 [2023-03-05T21:59:06.117Z] 16:59:06 [2023-03-05T21:59:06.117Z] setToolUnix: 16:59:06 [2023-03-05T21:59:06.117Z] 16:59:06 [2023-03-05T21:59:06.117Z] setToolProperty: 16:59:06 [2023-03-05T21:59:06.117Z] 16:59:06 [2023-03-05T21:59:06.117Z] setS1ASclassPath: 16:59:06 [2023-03-05T21:59:06.117Z] 16:59:06 [2023-03-05T21:59:06.117Z] init-common: 16:59:06 [2023-03-05T21:59:06.117Z] 16:59:06 [2023-03-05T21:59:06.117Z] undeploy-war-common: 16:59:06 [2023-03-05T21:59:06.374Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-welcome-page-without-any-servlet-mappings-web 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] all: 16:59:06 [2023-03-05T21:59:06.374Z] [echo] 16:59:06 [2023-03-05T21:59:06.374Z] [echo] ************************* 16:59:06 [2023-03-05T21:59:06.374Z] [echo] * Running jspXpoweredByDisabled 16:59:06 [2023-03-05T21:59:06.374Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredByDisabled 16:59:06 [2023-03-05T21:59:06.374Z] [echo] ************************* 16:59:06 [2023-03-05T21:59:06.374Z] [echo] 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setOSConditions: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolWin: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolUnix: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolProperty: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setS1ASclassPath: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] init-common: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] clean: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setOSConditions: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolWin: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolUnix: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolProperty: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setS1ASclassPath: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] init-common: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] clean-common: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setOSConditions: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolWin: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolUnix: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolProperty: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setS1ASclassPath: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] init-common: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] clean-classes-common: 16:59:06 [2023-03-05T21:59:06.374Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setOSConditions: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolWin: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolUnix: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolProperty: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setS1ASclassPath: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] init-common: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] clean-jars-common: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] compile: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setOSConditions: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolWin: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolUnix: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolProperty: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setS1ASclassPath: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] init-common: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] compile-common: 16:59:06 [2023-03-05T21:59:06.374Z] [echo] Current time (ISO): 2023-03-05T21:59:06.276+0000 16:59:06 [2023-03-05T21:59:06.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:59:06 [2023-03-05T21:59:06.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredByDisabled/servlet 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] build: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setOSConditions: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolWin: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolUnix: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolProperty: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setS1ASclassPath: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] init-common: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] webclient-war-common: 16:59:06 [2023-03-05T21:59:06.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] clear: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] test-tlds-exist: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] copy-tlds: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] test-tagfiles-exist: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] copy-tagfiles: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] package-war-common: 16:59:06 [2023-03-05T21:59:06.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:59:06 [2023-03-05T21:59:06.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:06 [2023-03-05T21:59:06.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:59:06 [2023-03-05T21:59:06.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:59:06 [2023-03-05T21:59:06.374Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredByDisabled/lib 16:59:06 [2023-03-05T21:59:06.374Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:06 [2023-03-05T21:59:06.374Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:06 [2023-03-05T21:59:06.374Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-xpowered-by-disabled-web.war 16:59:06 [2023-03-05T21:59:06.374Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:06 [2023-03-05T21:59:06.374Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredByDisabled/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:59:06 [2023-03-05T21:59:06.374Z] [javac] Compiling 1 source file 16:59:06 [2023-03-05T21:59:06.374Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredByDisabled/WebTest.java:68: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 16:59:06 [2023-03-05T21:59:06.374Z] [javac] sock = new Socket(host, new Integer(port).intValue()); 16:59:06 [2023-03-05T21:59:06.374Z] [javac] ^ 16:59:06 [2023-03-05T21:59:06.374Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredByDisabled/WebTest.java uses or overrides a deprecated API. 16:59:06 [2023-03-05T21:59:06.374Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:59:06 [2023-03-05T21:59:06.374Z] [javac] 1 warning 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] deploy: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] deploy-war-common: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setOSConditions: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolWin: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolUnix: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setToolProperty: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.374Z] setS1ASclassPath: 16:59:06 [2023-03-05T21:59:06.374Z] 16:59:06 [2023-03-05T21:59:06.375Z] init-common: 16:59:06 [2023-03-05T21:59:06.375Z] 16:59:06 [2023-03-05T21:59:06.375Z] deploy-war-commonpe: 16:59:06 [2023-03-05T21:59:06.631Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-xpowered-by-disabled --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-xpowered-by-disabled-web.war 16:59:07 [2023-03-05T21:59:07.216Z] [exec] Application deployed with name web-jsp-xpowered-by-disabled-web. 16:59:07 [2023-03-05T21:59:07.216Z] 16:59:07 [2023-03-05T21:59:07.216Z] deploy-war-commonee: 16:59:07 [2023-03-05T21:59:07.216Z] 16:59:07 [2023-03-05T21:59:07.216Z] run: 16:59:07 [2023-03-05T21:59:07.216Z] [java] GET /web-jsp-xpowered-by-disabled/jsp/test.jsp HTTP/1.0 16:59:07 [2023-03-05T21:59:07.216Z] [java] 16:59:07 [2023-03-05T21:59:07.216Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:59:07 [2023-03-05T21:59:07.216Z] [java] 16:59:07 [2023-03-05T21:59:07.216Z] [java] 16:59:07 [2023-03-05T21:59:07.216Z] [java] ----------------------------------------- 16:59:07 [2023-03-05T21:59:07.216Z] [java] - jsp-xpowered-by-disabled: PASS - 16:59:07 [2023-03-05T21:59:07.216Z] [java] ----------------------------------------- 16:59:07 [2023-03-05T21:59:07.216Z] [java] - Total PASS : 1 - 16:59:07 [2023-03-05T21:59:07.216Z] [java] - Total FAIL : 0 - 16:59:07 [2023-03-05T21:59:07.216Z] [java] - Total DID NOT RUN : 0 - 16:59:07 [2023-03-05T21:59:07.216Z] [java] ----------------------------------------- 16:59:07 [2023-03-05T21:59:07.216Z] 16:59:07 [2023-03-05T21:59:07.216Z] undeploy: 16:59:07 [2023-03-05T21:59:07.216Z] 16:59:07 [2023-03-05T21:59:07.216Z] setOSConditions: 16:59:07 [2023-03-05T21:59:07.216Z] 16:59:07 [2023-03-05T21:59:07.216Z] setToolWin: 16:59:07 [2023-03-05T21:59:07.216Z] 16:59:07 [2023-03-05T21:59:07.216Z] setToolUnix: 16:59:07 [2023-03-05T21:59:07.216Z] 16:59:07 [2023-03-05T21:59:07.216Z] setToolProperty: 16:59:07 [2023-03-05T21:59:07.216Z] 16:59:07 [2023-03-05T21:59:07.216Z] setS1ASclassPath: 16:59:07 [2023-03-05T21:59:07.216Z] 16:59:07 [2023-03-05T21:59:07.216Z] init-common: 16:59:07 [2023-03-05T21:59:07.216Z] 16:59:07 [2023-03-05T21:59:07.216Z] undeploy-war-common: 16:59:07 [2023-03-05T21:59:07.472Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-xpowered-by-disabled-web 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] all: 16:59:07 [2023-03-05T21:59:07.472Z] [echo] 16:59:07 [2023-03-05T21:59:07.472Z] [echo] ************************* 16:59:07 [2023-03-05T21:59:07.472Z] [echo] * Running jspXpoweredBySingleResponseHeader 16:59:07 [2023-03-05T21:59:07.472Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredBySingleResponseHeader 16:59:07 [2023-03-05T21:59:07.472Z] [echo] ************************* 16:59:07 [2023-03-05T21:59:07.472Z] [echo] 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setOSConditions: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setToolWin: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setToolUnix: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setToolProperty: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setS1ASclassPath: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] init-common: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] clean: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setOSConditions: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setToolWin: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setToolUnix: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setToolProperty: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setS1ASclassPath: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] init-common: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] clean-common: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setOSConditions: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setToolWin: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setToolUnix: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setToolProperty: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setS1ASclassPath: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] init-common: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] clean-classes-common: 16:59:07 [2023-03-05T21:59:07.472Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setOSConditions: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setToolWin: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setToolUnix: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setToolProperty: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setS1ASclassPath: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] init-common: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] clean-jars-common: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] compile: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setOSConditions: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setToolWin: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setToolUnix: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setToolProperty: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] setS1ASclassPath: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] init-common: 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] compile-common: 16:59:07 [2023-03-05T21:59:07.472Z] [echo] Current time (ISO): 2023-03-05T21:59:07.398+0000 16:59:07 [2023-03-05T21:59:07.472Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:59:07 [2023-03-05T21:59:07.472Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredBySingleResponseHeader/servlet 16:59:07 [2023-03-05T21:59:07.472Z] 16:59:07 [2023-03-05T21:59:07.472Z] build: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] setOSConditions: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] setToolWin: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] setToolUnix: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] setToolProperty: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] setS1ASclassPath: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] init-common: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] webclient-war-common: 16:59:07 [2023-03-05T21:59:07.473Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] clear: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] test-tlds-exist: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] copy-tlds: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] test-tagfiles-exist: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] copy-tagfiles: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] package-war-common: 16:59:07 [2023-03-05T21:59:07.473Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:59:07 [2023-03-05T21:59:07.473Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:07 [2023-03-05T21:59:07.473Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:59:07 [2023-03-05T21:59:07.473Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:59:07 [2023-03-05T21:59:07.473Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredBySingleResponseHeader/lib 16:59:07 [2023-03-05T21:59:07.473Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:07 [2023-03-05T21:59:07.473Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-xpowered-by-single-response-header-web.war 16:59:07 [2023-03-05T21:59:07.473Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:07 [2023-03-05T21:59:07.473Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredBySingleResponseHeader/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:59:07 [2023-03-05T21:59:07.473Z] [javac] Compiling 1 source file 16:59:07 [2023-03-05T21:59:07.473Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredBySingleResponseHeader/WebTest.java:66: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 16:59:07 [2023-03-05T21:59:07.473Z] [javac] sock = new Socket(host, new Integer(port).intValue()); 16:59:07 [2023-03-05T21:59:07.473Z] [javac] ^ 16:59:07 [2023-03-05T21:59:07.473Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredBySingleResponseHeader/WebTest.java uses or overrides a deprecated API. 16:59:07 [2023-03-05T21:59:07.473Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:59:07 [2023-03-05T21:59:07.473Z] [javac] 1 warning 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] deploy: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] deploy-war-common: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] setOSConditions: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] setToolWin: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] setToolUnix: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] setToolProperty: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] setS1ASclassPath: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] init-common: 16:59:07 [2023-03-05T21:59:07.473Z] 16:59:07 [2023-03-05T21:59:07.473Z] deploy-war-commonpe: 16:59:08 [2023-03-05T21:59:08.036Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-xpowered-by-single-response-header --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-xpowered-by-single-response-header-web.war 16:59:08 [2023-03-05T21:59:08.291Z] [exec] Application deployed with name web-jsp-xpowered-by-single-response-header-web. 16:59:08 [2023-03-05T21:59:08.291Z] 16:59:08 [2023-03-05T21:59:08.291Z] deploy-war-commonee: 16:59:08 [2023-03-05T21:59:08.291Z] 16:59:08 [2023-03-05T21:59:08.291Z] run: 16:59:08 [2023-03-05T21:59:08.548Z] [java] GET /web-jsp-xpowered-by-single-response-header/from.jsp HTTP/1.0 16:59:08 [2023-03-05T21:59:08.548Z] [java] 16:59:08 [2023-03-05T21:59:08.548Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:59:08 [2023-03-05T21:59:08.548Z] [java] 16:59:08 [2023-03-05T21:59:08.548Z] [java] 16:59:08 [2023-03-05T21:59:08.548Z] [java] ----------------------------------------- 16:59:08 [2023-03-05T21:59:08.548Z] [java] - jsp-xpowered-by-single-response-header: PASS - 16:59:08 [2023-03-05T21:59:08.548Z] [java] ----------------------------------------- 16:59:08 [2023-03-05T21:59:08.548Z] [java] - Total PASS : 1 - 16:59:08 [2023-03-05T21:59:08.548Z] [java] - Total FAIL : 0 - 16:59:08 [2023-03-05T21:59:08.548Z] [java] - Total DID NOT RUN : 0 - 16:59:08 [2023-03-05T21:59:08.548Z] [java] ----------------------------------------- 16:59:08 [2023-03-05T21:59:08.548Z] 16:59:08 [2023-03-05T21:59:08.548Z] undeploy: 16:59:08 [2023-03-05T21:59:08.548Z] 16:59:08 [2023-03-05T21:59:08.548Z] setOSConditions: 16:59:08 [2023-03-05T21:59:08.548Z] 16:59:08 [2023-03-05T21:59:08.548Z] setToolWin: 16:59:08 [2023-03-05T21:59:08.548Z] 16:59:08 [2023-03-05T21:59:08.548Z] setToolUnix: 16:59:08 [2023-03-05T21:59:08.548Z] 16:59:08 [2023-03-05T21:59:08.548Z] setToolProperty: 16:59:08 [2023-03-05T21:59:08.548Z] 16:59:08 [2023-03-05T21:59:08.548Z] setS1ASclassPath: 16:59:08 [2023-03-05T21:59:08.548Z] 16:59:08 [2023-03-05T21:59:08.548Z] init-common: 16:59:08 [2023-03-05T21:59:08.548Z] 16:59:08 [2023-03-05T21:59:08.548Z] undeploy-war-common: 16:59:08 [2023-03-05T21:59:08.804Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-xpowered-by-single-response-header-web 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] all: 16:59:08 [2023-03-05T21:59:08.804Z] [echo] 16:59:08 [2023-03-05T21:59:08.804Z] [echo] ************************* 16:59:08 [2023-03-05T21:59:08.804Z] [echo] * Running jspcConfigure 16:59:08 [2023-03-05T21:59:08.804Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspcConfigure 16:59:08 [2023-03-05T21:59:08.804Z] [echo] ************************* 16:59:08 [2023-03-05T21:59:08.804Z] [echo] 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setOSConditions: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolWin: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolUnix: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolProperty: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setS1ASclassPath: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] init-common: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] clean: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setOSConditions: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolWin: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolUnix: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolProperty: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setS1ASclassPath: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] init-common: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] clean-common: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setOSConditions: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolWin: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolUnix: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolProperty: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setS1ASclassPath: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] init-common: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] clean-classes-common: 16:59:08 [2023-03-05T21:59:08.804Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setOSConditions: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolWin: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolUnix: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolProperty: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setS1ASclassPath: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] init-common: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] clean-jars-common: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] compile: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setOSConditions: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolWin: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolUnix: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolProperty: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setS1ASclassPath: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] init-common: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] compile-common: 16:59:08 [2023-03-05T21:59:08.804Z] [echo] Current time (ISO): 2023-03-05T21:59:08.684+0000 16:59:08 [2023-03-05T21:59:08.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:59:08 [2023-03-05T21:59:08.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspcConfigure/servlet 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] build: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setOSConditions: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolWin: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolUnix: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolProperty: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setS1ASclassPath: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] init-common: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] webclient-war-common: 16:59:08 [2023-03-05T21:59:08.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] clear: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] test-tlds-exist: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] copy-tlds: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] test-tagfiles-exist: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] copy-tagfiles: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] package-war-common: 16:59:08 [2023-03-05T21:59:08.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:59:08 [2023-03-05T21:59:08.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:08 [2023-03-05T21:59:08.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:59:08 [2023-03-05T21:59:08.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:59:08 [2023-03-05T21:59:08.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspcConfigure/lib 16:59:08 [2023-03-05T21:59:08.804Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:08 [2023-03-05T21:59:08.804Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:08 [2023-03-05T21:59:08.804Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jspc-configure-web.war 16:59:08 [2023-03-05T21:59:08.804Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:08 [2023-03-05T21:59:08.804Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspcConfigure/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:59:08 [2023-03-05T21:59:08.804Z] [javac] Compiling 1 source file 16:59:08 [2023-03-05T21:59:08.804Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspcConfigure/WebTest.java uses or overrides a deprecated API. 16:59:08 [2023-03-05T21:59:08.804Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] deploy: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] deploy-war-common: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setOSConditions: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolWin: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolUnix: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setToolProperty: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] setS1ASclassPath: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] init-common: 16:59:08 [2023-03-05T21:59:08.804Z] 16:59:08 [2023-03-05T21:59:08.804Z] deploy-war-commonpe: 16:59:09 [2023-03-05T21:59:09.061Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jspc-configure --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jspc-configure-web.war 16:59:09 [2023-03-05T21:59:09.623Z] [exec] Application deployed with name web-jspc-configure-web. 16:59:09 [2023-03-05T21:59:09.623Z] 16:59:09 [2023-03-05T21:59:09.623Z] deploy-war-commonee: 16:59:09 [2023-03-05T21:59:09.623Z] 16:59:09 [2023-03-05T21:59:09.623Z] run: 16:59:09 [2023-03-05T21:59:09.623Z] [java] Connecting to: http://localhost:45711/web-jspc-configure/jsp/test.jsp 16:59:09 [2023-03-05T21:59:09.623Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:59:09 [2023-03-05T21:59:09.623Z] [java] 16:59:09 [2023-03-05T21:59:09.623Z] [java] 16:59:09 [2023-03-05T21:59:09.623Z] [java] ----------------------------------------- 16:59:09 [2023-03-05T21:59:09.623Z] [java] - jspc-configure: PASS - 16:59:09 [2023-03-05T21:59:09.623Z] [java] ----------------------------------------- 16:59:09 [2023-03-05T21:59:09.623Z] [java] - Total PASS : 1 - 16:59:09 [2023-03-05T21:59:09.623Z] [java] - Total FAIL : 0 - 16:59:09 [2023-03-05T21:59:09.623Z] [java] - Total DID NOT RUN : 0 - 16:59:09 [2023-03-05T21:59:09.623Z] [java] ----------------------------------------- 16:59:09 [2023-03-05T21:59:09.623Z] 16:59:09 [2023-03-05T21:59:09.623Z] undeploy: 16:59:09 [2023-03-05T21:59:09.623Z] 16:59:09 [2023-03-05T21:59:09.623Z] setOSConditions: 16:59:09 [2023-03-05T21:59:09.623Z] 16:59:09 [2023-03-05T21:59:09.623Z] setToolWin: 16:59:09 [2023-03-05T21:59:09.623Z] 16:59:09 [2023-03-05T21:59:09.623Z] setToolUnix: 16:59:09 [2023-03-05T21:59:09.623Z] 16:59:09 [2023-03-05T21:59:09.623Z] setToolProperty: 16:59:09 [2023-03-05T21:59:09.623Z] 16:59:09 [2023-03-05T21:59:09.623Z] setS1ASclassPath: 16:59:09 [2023-03-05T21:59:09.623Z] 16:59:09 [2023-03-05T21:59:09.623Z] init-common: 16:59:09 [2023-03-05T21:59:09.623Z] 16:59:09 [2023-03-05T21:59:09.623Z] undeploy-war-common: 16:59:10 [2023-03-05T21:59:10.186Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jspc-configure-web 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] all: 16:59:10 [2023-03-05T21:59:10.186Z] [echo] 16:59:10 [2023-03-05T21:59:10.186Z] [echo] ************************* 16:59:10 [2023-03-05T21:59:10.186Z] [echo] * Running jspconfig 16:59:10 [2023-03-05T21:59:10.186Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspconfig 16:59:10 [2023-03-05T21:59:10.186Z] [echo] ************************* 16:59:10 [2023-03-05T21:59:10.186Z] [echo] 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setOSConditions: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setToolWin: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setToolUnix: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setToolProperty: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setS1ASclassPath: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] init-common: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] clean: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setOSConditions: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setToolWin: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setToolUnix: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setToolProperty: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setS1ASclassPath: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] init-common: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] clean-common: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setOSConditions: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setToolWin: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setToolUnix: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setToolProperty: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setS1ASclassPath: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] init-common: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] clean-classes-common: 16:59:10 [2023-03-05T21:59:10.186Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setOSConditions: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setToolWin: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setToolUnix: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setToolProperty: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setS1ASclassPath: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] init-common: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] clean-jars-common: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] compile: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setOSConditions: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setToolWin: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setToolUnix: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setToolProperty: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setS1ASclassPath: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] init-common: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] compile-common: 16:59:10 [2023-03-05T21:59:10.186Z] [echo] Current time (ISO): 2023-03-05T21:59:09.982+0000 16:59:10 [2023-03-05T21:59:10.186Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:59:10 [2023-03-05T21:59:10.186Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspconfig/servlet 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] build: 16:59:10 [2023-03-05T21:59:10.186Z] 16:59:10 [2023-03-05T21:59:10.186Z] setOSConditions: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] setToolWin: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] setToolUnix: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] setToolProperty: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] setS1ASclassPath: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] init-common: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] webclient-war-common: 16:59:10 [2023-03-05T21:59:10.187Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] clear: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] test-tlds-exist: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] copy-tlds: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] test-tagfiles-exist: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] copy-tagfiles: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] package-war-common: 16:59:10 [2023-03-05T21:59:10.187Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:59:10 [2023-03-05T21:59:10.187Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:10 [2023-03-05T21:59:10.187Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:59:10 [2023-03-05T21:59:10.187Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:59:10 [2023-03-05T21:59:10.187Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspconfig/lib 16:59:10 [2023-03-05T21:59:10.187Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:10 [2023-03-05T21:59:10.187Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-web.war 16:59:10 [2023-03-05T21:59:10.187Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:10 [2023-03-05T21:59:10.187Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspconfig/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:59:10 [2023-03-05T21:59:10.187Z] [javac] Compiling 1 source file 16:59:10 [2023-03-05T21:59:10.187Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspconfig/WebTest.java:37: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal 16:59:10 [2023-03-05T21:59:10.187Z] [javac] int port = new Integer(portS).intValue(); 16:59:10 [2023-03-05T21:59:10.187Z] [javac] ^ 16:59:10 [2023-03-05T21:59:10.187Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspconfig/WebTest.java uses or overrides a deprecated API. 16:59:10 [2023-03-05T21:59:10.187Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:59:10 [2023-03-05T21:59:10.187Z] [javac] 1 warning 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] deploy: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] deploy-war-common: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] setOSConditions: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] setToolWin: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] setToolUnix: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] setToolProperty: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] setS1ASclassPath: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] init-common: 16:59:10 [2023-03-05T21:59:10.187Z] 16:59:10 [2023-03-05T21:59:10.187Z] deploy-war-commonpe: 16:59:10 [2023-03-05T21:59:10.443Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-jsp-config --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-web.war 16:59:12 [2023-03-05T21:59:12.343Z] [exec] Application deployed with name web-jsp-config-web. 16:59:12 [2023-03-05T21:59:12.343Z] 16:59:12 [2023-03-05T21:59:12.343Z] deploy-war-commonee: 16:59:12 [2023-03-05T21:59:12.343Z] 16:59:12 [2023-03-05T21:59:12.343Z] run: 16:59:12 [2023-03-05T21:59:12.343Z] [java] GET /web-jsp-config/test.jsp HTTP/1.0 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] HTTP/1.1 200 OK 16:59:12 [2023-03-05T21:59:12.343Z] [java] Server: Eclipse GlassFish 7.0.3 16:59:12 [2023-03-05T21:59:12.343Z] [java] X-Powered-By: JSP/3.0 16:59:12 [2023-03-05T21:59:12.343Z] [java] Set-Cookie: JSESSIONID=3c92f26146b6cfdbfc04f97b7796; Path=/web-jsp-config; HttpOnly 16:59:12 [2023-03-05T21:59:12.343Z] [java] Content-Type: text/html;charset=ISO-8859-1 16:59:12 [2023-03-05T21:59:12.343Z] [java] Connection: close 16:59:12 [2023-03-05T21:59:12.343Z] [java] Content-Length: 76 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] <h1> before including </h1> 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] JSP-CONFIG:PASS 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] <h1> after including </h1> 16:59:12 [2023-03-05T21:59:12.343Z] [java] GET /web-jsp-config/foo/test.jsp HTTP/1.0 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] HTTP/1.1 200 OK 16:59:12 [2023-03-05T21:59:12.343Z] [java] Server: Eclipse GlassFish 7.0.3 16:59:12 [2023-03-05T21:59:12.343Z] [java] X-Powered-By: JSP/3.0 16:59:12 [2023-03-05T21:59:12.343Z] [java] Set-Cookie: JSESSIONID=3c92f2bb579fd2ae6c5500c81f16; Path=/web-jsp-config; HttpOnly 16:59:12 [2023-03-05T21:59:12.343Z] [java] Content-Type: text/html;charset=ISO-8859-1 16:59:12 [2023-03-05T21:59:12.343Z] [java] Connection: close 16:59:12 [2023-03-05T21:59:12.343Z] [java] Content-Length: 51 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] ELIgnored:true ${pageContext.request.requestURI} 16:59:12 [2023-03-05T21:59:12.343Z] [java] GET /web-jsp-config/foo/bar/test.jsp HTTP/1.0 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] HTTP/1.1 200 OK 16:59:12 [2023-03-05T21:59:12.343Z] [java] Server: Eclipse GlassFish 7.0.3 16:59:12 [2023-03-05T21:59:12.343Z] [java] X-Powered-By: JSP/3.0 16:59:12 [2023-03-05T21:59:12.343Z] [java] Set-Cookie: JSESSIONID=3c92f2e8041a1503d439986858bf; Path=/web-jsp-config; HttpOnly 16:59:12 [2023-03-05T21:59:12.343Z] [java] Content-Type: text/html;charset=ISO-8859-1 16:59:12 [2023-03-05T21:59:12.343Z] [java] Connection: close 16:59:12 [2023-03-05T21:59:12.343Z] [java] Content-Length: 51 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] ELIgnored:true ${pageContext.request.requestURI} 16:59:12 [2023-03-05T21:59:12.343Z] [java] GET /web-jsp-config/foo/bar/baz/test.jsp HTTP/1.0 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] HTTP/1.1 200 OK 16:59:12 [2023-03-05T21:59:12.343Z] [java] Server: Eclipse GlassFish 7.0.3 16:59:12 [2023-03-05T21:59:12.343Z] [java] X-Powered-By: JSP/3.0 16:59:12 [2023-03-05T21:59:12.343Z] [java] Set-Cookie: JSESSIONID=3c92f301c36e50b7678e0a5785ad; Path=/web-jsp-config; HttpOnly 16:59:12 [2023-03-05T21:59:12.343Z] [java] Content-Type: text/html;charset=ISO-8859-1 16:59:12 [2023-03-05T21:59:12.343Z] [java] Connection: close 16:59:12 [2023-03-05T21:59:12.343Z] [java] Content-Length: 55 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] 16:59:12 [2023-03-05T21:59:12.343Z] [java] ELIgnored:false /web-jsp-config/foo/bar/baz/test.jsp 16:59:12 [2023-03-05T21:59:12.344Z] [java] GET /web-jsp-config/foo/bar/baz/test2.jsp HTTP/1.0 16:59:12 [2023-03-05T21:59:12.344Z] [java] 16:59:12 [2023-03-05T21:59:12.344Z] [java] HTTP/1.1 200 OK 16:59:12 [2023-03-05T21:59:12.344Z] [java] Server: Eclipse GlassFish 7.0.3 16:59:12 [2023-03-05T21:59:12.344Z] [java] X-Powered-By: JSP/3.0 16:59:12 [2023-03-05T21:59:12.344Z] [java] Set-Cookie: JSESSIONID=3c92f49908c272106de68db31aa6; Path=/web-jsp-config; HttpOnly 16:59:12 [2023-03-05T21:59:12.344Z] [java] Content-Type: text/html;charset=ISO-8859-1 16:59:12 [2023-03-05T21:59:12.344Z] [java] Connection: close 16:59:12 [2023-03-05T21:59:12.344Z] [java] Content-Length: 51 16:59:12 [2023-03-05T21:59:12.344Z] [java] 16:59:12 [2023-03-05T21:59:12.344Z] [java] 16:59:12 [2023-03-05T21:59:12.344Z] [java] 16:59:12 [2023-03-05T21:59:12.344Z] [java] ELIgnored:true ${pageContext.request.requestURI} 16:59:12 [2023-03-05T21:59:12.344Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:59:12 [2023-03-05T21:59:12.344Z] [java] 16:59:12 [2023-03-05T21:59:12.344Z] [java] 16:59:12 [2023-03-05T21:59:12.344Z] [java] ----------------------------------------- 16:59:12 [2023-03-05T21:59:12.344Z] [java] - jsp-config: PASS - 16:59:12 [2023-03-05T21:59:12.344Z] [java] ----------------------------------------- 16:59:12 [2023-03-05T21:59:12.344Z] [java] - Total PASS : 1 - 16:59:12 [2023-03-05T21:59:12.344Z] [java] - Total FAIL : 0 - 16:59:12 [2023-03-05T21:59:12.344Z] [java] - Total DID NOT RUN : 0 - 16:59:12 [2023-03-05T21:59:12.344Z] [java] ----------------------------------------- 16:59:12 [2023-03-05T21:59:12.344Z] 16:59:12 [2023-03-05T21:59:12.344Z] undeploy: 16:59:12 [2023-03-05T21:59:12.344Z] 16:59:12 [2023-03-05T21:59:12.344Z] setOSConditions: 16:59:12 [2023-03-05T21:59:12.344Z] 16:59:12 [2023-03-05T21:59:12.344Z] setToolWin: 16:59:12 [2023-03-05T21:59:12.344Z] 16:59:12 [2023-03-05T21:59:12.344Z] setToolUnix: 16:59:12 [2023-03-05T21:59:12.344Z] 16:59:12 [2023-03-05T21:59:12.344Z] setToolProperty: 16:59:12 [2023-03-05T21:59:12.344Z] 16:59:12 [2023-03-05T21:59:12.344Z] setS1ASclassPath: 16:59:12 [2023-03-05T21:59:12.344Z] 16:59:12 [2023-03-05T21:59:12.344Z] init-common: 16:59:12 [2023-03-05T21:59:12.344Z] 16:59:12 [2023-03-05T21:59:12.344Z] undeploy-war-common: 16:59:12 [2023-03-05T21:59:12.619Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-jsp-config-web 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] all: 16:59:12 [2023-03-05T21:59:12.619Z] [echo] 16:59:12 [2023-03-05T21:59:12.619Z] [echo] ************************* 16:59:12 [2023-03-05T21:59:12.619Z] [echo] * Running welcomePageSecurityConstraintExactMatch 16:59:12 [2023-03-05T21:59:12.619Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintExactMatch 16:59:12 [2023-03-05T21:59:12.619Z] [echo] ************************* 16:59:12 [2023-03-05T21:59:12.619Z] [echo] 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setOSConditions: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolWin: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolUnix: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolProperty: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setS1ASclassPath: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] init-common: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] clean: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setOSConditions: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolWin: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolUnix: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolProperty: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setS1ASclassPath: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] init-common: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] clean-common: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setOSConditions: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolWin: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolUnix: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolProperty: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setS1ASclassPath: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] init-common: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] clean-classes-common: 16:59:12 [2023-03-05T21:59:12.619Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setOSConditions: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolWin: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolUnix: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolProperty: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setS1ASclassPath: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] init-common: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] clean-jars-common: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] compile: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setOSConditions: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolWin: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolUnix: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolProperty: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setS1ASclassPath: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] init-common: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] compile-common: 16:59:12 [2023-03-05T21:59:12.619Z] [echo] Current time (ISO): 2023-03-05T21:59:12.421+0000 16:59:12 [2023-03-05T21:59:12.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:59:12 [2023-03-05T21:59:12.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintExactMatch/servlet 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] build: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setOSConditions: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolWin: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolUnix: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolProperty: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setS1ASclassPath: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] init-common: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] webclient-war-common: 16:59:12 [2023-03-05T21:59:12.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] clear: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] test-tlds-exist: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] copy-tlds: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] test-tagfiles-exist: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] copy-tagfiles: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] package-war-common: 16:59:12 [2023-03-05T21:59:12.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:59:12 [2023-03-05T21:59:12.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:12 [2023-03-05T21:59:12.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:59:12 [2023-03-05T21:59:12.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:59:12 [2023-03-05T21:59:12.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintExactMatch/lib 16:59:12 [2023-03-05T21:59:12.619Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:12 [2023-03-05T21:59:12.619Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-welcome-page-security-constraint-exact-match-web.war 16:59:12 [2023-03-05T21:59:12.619Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:12 [2023-03-05T21:59:12.619Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintExactMatch/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:59:12 [2023-03-05T21:59:12.619Z] [javac] Compiling 1 source file 16:59:12 [2023-03-05T21:59:12.619Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintExactMatch/WebTest.java uses or overrides a deprecated API. 16:59:12 [2023-03-05T21:59:12.619Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] deploy: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] deploy-war-common: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setOSConditions: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolWin: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolUnix: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setToolProperty: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] setS1ASclassPath: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] init-common: 16:59:12 [2023-03-05T21:59:12.619Z] 16:59:12 [2023-03-05T21:59:12.619Z] deploy-war-commonpe: 16:59:12 [2023-03-05T21:59:12.876Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-welcome-page-security-constraint-exact-match --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-welcome-page-security-constraint-exact-match-web.war 16:59:13 [2023-03-05T21:59:13.437Z] [exec] Application deployed with name web-welcome-page-security-constraint-exact-match-web. 16:59:13 [2023-03-05T21:59:13.437Z] 16:59:13 [2023-03-05T21:59:13.437Z] deploy-war-commonee: 16:59:13 [2023-03-05T21:59:13.437Z] 16:59:13 [2023-03-05T21:59:13.437Z] run: 16:59:13 [2023-03-05T21:59:13.437Z] [java] Connecting to: http://localhost:45711/web-welcome-page-security-constraint-exact-match/ 16:59:13 [2023-03-05T21:59:13.437Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:59:13 [2023-03-05T21:59:13.437Z] [java] 16:59:13 [2023-03-05T21:59:13.437Z] [java] 16:59:13 [2023-03-05T21:59:13.437Z] [java] ----------------------------------------- 16:59:13 [2023-03-05T21:59:13.437Z] [java] - welcome-page-security-constraint-exact-match: PASS - 16:59:13 [2023-03-05T21:59:13.437Z] [java] ----------------------------------------- 16:59:13 [2023-03-05T21:59:13.437Z] [java] - Total PASS : 1 - 16:59:13 [2023-03-05T21:59:13.437Z] [java] - Total FAIL : 0 - 16:59:13 [2023-03-05T21:59:13.437Z] [java] - Total DID NOT RUN : 0 - 16:59:13 [2023-03-05T21:59:13.437Z] [java] ----------------------------------------- 16:59:13 [2023-03-05T21:59:13.437Z] 16:59:13 [2023-03-05T21:59:13.437Z] undeploy: 16:59:13 [2023-03-05T21:59:13.437Z] 16:59:13 [2023-03-05T21:59:13.437Z] setOSConditions: 16:59:13 [2023-03-05T21:59:13.437Z] 16:59:13 [2023-03-05T21:59:13.437Z] setToolWin: 16:59:13 [2023-03-05T21:59:13.437Z] 16:59:13 [2023-03-05T21:59:13.437Z] setToolUnix: 16:59:13 [2023-03-05T21:59:13.437Z] 16:59:13 [2023-03-05T21:59:13.437Z] setToolProperty: 16:59:13 [2023-03-05T21:59:13.437Z] 16:59:13 [2023-03-05T21:59:13.437Z] setS1ASclassPath: 16:59:13 [2023-03-05T21:59:13.437Z] 16:59:13 [2023-03-05T21:59:13.437Z] init-common: 16:59:13 [2023-03-05T21:59:13.437Z] 16:59:13 [2023-03-05T21:59:13.437Z] undeploy-war-common: 16:59:13 [2023-03-05T21:59:13.694Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-welcome-page-security-constraint-exact-match-web 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] all: 16:59:13 [2023-03-05T21:59:13.950Z] [echo] 16:59:13 [2023-03-05T21:59:13.950Z] [echo] ************************* 16:59:13 [2023-03-05T21:59:13.950Z] [echo] * Running welcomePageSecurityConstraintJspExtension 16:59:13 [2023-03-05T21:59:13.950Z] [echo] * Path: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintJspExtension 16:59:13 [2023-03-05T21:59:13.950Z] [echo] ************************* 16:59:13 [2023-03-05T21:59:13.950Z] [echo] 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setOSConditions: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolWin: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolUnix: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolProperty: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setS1ASclassPath: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] init-common: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] clean: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setOSConditions: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolWin: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolUnix: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolProperty: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setS1ASclassPath: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] init-common: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] clean-common: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setOSConditions: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolWin: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolUnix: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolProperty: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setS1ASclassPath: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] init-common: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] clean-classes-common: 16:59:13 [2023-03-05T21:59:13.950Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setOSConditions: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolWin: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolUnix: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolProperty: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setS1ASclassPath: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] init-common: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] clean-jars-common: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] compile: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setOSConditions: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolWin: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolUnix: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolProperty: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setS1ASclassPath: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] init-common: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] compile-common: 16:59:13 [2023-03-05T21:59:13.950Z] [echo] Current time (ISO): 2023-03-05T21:59:13.730+0000 16:59:13 [2023-03-05T21:59:13.950Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 16:59:13 [2023-03-05T21:59:13.950Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintJspExtension/servlet 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] build: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setOSConditions: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolWin: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolUnix: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolProperty: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setS1ASclassPath: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] init-common: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] webclient-war-common: 16:59:13 [2023-03-05T21:59:13.950Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] clear: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] test-tlds-exist: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] copy-tlds: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] test-tagfiles-exist: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] copy-tagfiles: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] package-war-common: 16:59:13 [2023-03-05T21:59:13.950Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp 16:59:13 [2023-03-05T21:59:13.950Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:13 [2023-03-05T21:59:13.950Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes 16:59:13 [2023-03-05T21:59:13.950Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib 16:59:13 [2023-03-05T21:59:13.950Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintJspExtension/lib 16:59:13 [2023-03-05T21:59:13.950Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:13 [2023-03-05T21:59:13.950Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-welcome-page-security-constraint-jsp-extension-web.war 16:59:13 [2023-03-05T21:59:13.950Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF 16:59:13 [2023-03-05T21:59:13.950Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintJspExtension/build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 16:59:13 [2023-03-05T21:59:13.950Z] [javac] Compiling 1 source file 16:59:13 [2023-03-05T21:59:13.950Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintJspExtension/WebTest.java uses or overrides a deprecated API. 16:59:13 [2023-03-05T21:59:13.950Z] [javac] Note: Recompile with -Xlint:deprecation for details. 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] deploy: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] deploy-war-common: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setOSConditions: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolWin: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolUnix: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setToolProperty: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.950Z] setS1ASclassPath: 16:59:13 [2023-03-05T21:59:13.950Z] 16:59:13 [2023-03-05T21:59:13.951Z] init-common: 16:59:13 [2023-03-05T21:59:13.951Z] 16:59:13 [2023-03-05T21:59:13.951Z] deploy-war-commonpe: 16:59:14 [2023-03-05T21:59:14.520Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /web-welcome-page-security-constraint-jsp-extension --force=false --precompilejsp=true --verify=false --generatermistubs=false --availabilityenabled=false --asyncreplication=true --target server --keepreposdir=false --keepfailedstubs=false --isredeploy=false --logreportederrors=true --_classicstyle=false --upload=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-welcome-page-security-constraint-jsp-extension-web.war 16:59:14 [2023-03-05T21:59:14.520Z] [exec] Application deployed with name web-welcome-page-security-constraint-jsp-extension-web. 16:59:14 [2023-03-05T21:59:14.520Z] 16:59:14 [2023-03-05T21:59:14.520Z] deploy-war-commonee: 16:59:14 [2023-03-05T21:59:14.520Z] 16:59:14 [2023-03-05T21:59:14.520Z] run: 16:59:14 [2023-03-05T21:59:14.776Z] [java] Connecting to: http://localhost:45711/web-welcome-page-security-constraint-jsp-extension/ 16:59:14 [2023-03-05T21:59:14.776Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 16:59:14 [2023-03-05T21:59:14.776Z] [java] 16:59:14 [2023-03-05T21:59:14.776Z] [java] 16:59:14 [2023-03-05T21:59:14.776Z] [java] ----------------------------------------- 16:59:14 [2023-03-05T21:59:14.776Z] [java] - welcome-page-security-constraint-jsp-extension: PASS - 16:59:14 [2023-03-05T21:59:14.776Z] [java] ----------------------------------------- 16:59:14 [2023-03-05T21:59:14.776Z] [java] - Total PASS : 1 - 16:59:14 [2023-03-05T21:59:14.776Z] [java] - Total FAIL : 0 - 16:59:14 [2023-03-05T21:59:14.776Z] [java] - Total DID NOT RUN : 0 - 16:59:14 [2023-03-05T21:59:14.776Z] [java] ----------------------------------------- 16:59:14 [2023-03-05T21:59:14.776Z] 16:59:14 [2023-03-05T21:59:14.776Z] undeploy: 16:59:14 [2023-03-05T21:59:14.776Z] 16:59:14 [2023-03-05T21:59:14.776Z] setOSConditions: 16:59:14 [2023-03-05T21:59:14.776Z] 16:59:14 [2023-03-05T21:59:14.776Z] setToolWin: 16:59:14 [2023-03-05T21:59:14.776Z] 16:59:14 [2023-03-05T21:59:14.776Z] setToolUnix: 16:59:14 [2023-03-05T21:59:14.776Z] 16:59:14 [2023-03-05T21:59:14.776Z] setToolProperty: 16:59:14 [2023-03-05T21:59:14.776Z] 16:59:14 [2023-03-05T21:59:14.776Z] setS1ASclassPath: 16:59:14 [2023-03-05T21:59:14.776Z] 16:59:14 [2023-03-05T21:59:14.776Z] init-common: 16:59:14 [2023-03-05T21:59:14.776Z] 16:59:14 [2023-03-05T21:59:14.776Z] undeploy-war-common: 16:59:15 [2023-03-05T21:59:15.032Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true undeploy --target server --keepreposdir=false --isredeploy=false --cascade=false --_ignorecascade=false --_classicstyle=false web-welcome-page-security-constraint-jsp-extension-web 16:59:15 [2023-03-05T21:59:15.032Z] 16:59:15 [2023-03-05T21:59:15.032Z] all: 16:59:15 [2023-03-05T21:59:15.032Z] 16:59:15 [2023-03-05T21:59:15.032Z] finish-report: 16:59:15 [2023-03-05T21:59:15.032Z] 16:59:15 [2023-03-05T21:59:15.032Z] setOSConditions: 16:59:15 [2023-03-05T21:59:15.032Z] 16:59:15 [2023-03-05T21:59:15.032Z] setToolWin: 16:59:15 [2023-03-05T21:59:15.032Z] 16:59:15 [2023-03-05T21:59:15.032Z] setToolUnix: 16:59:15 [2023-03-05T21:59:15.032Z] 16:59:15 [2023-03-05T21:59:15.032Z] setToolProperty: 16:59:15 [2023-03-05T21:59:15.032Z] 16:59:15 [2023-03-05T21:59:15.032Z] setS1ASclassPath: 16:59:15 [2023-03-05T21:59:15.032Z] 16:59:15 [2023-03-05T21:59:15.032Z] init-common: 16:59:15 [2023-03-05T21:59:15.032Z] 16:59:15 [2023-03-05T21:59:15.032Z] stopDomain: 16:59:15 [2023-03-05T21:59:15.032Z] [echo] run.xml:stopping domain... 16:59:15 [2023-03-05T21:59:15.985Z] [exec] Waiting for the domain to stop . 16:59:15 [2023-03-05T21:59:15.985Z] [exec] Waiting finished after 169 ms. 16:59:15 [2023-03-05T21:59:15.985Z] [exec] Command stop-domain executed successfully. 16:59:15 [2023-03-05T21:59:15.985Z] 16:59:15 [2023-03-05T21:59:15.985Z] setOSConditions: 16:59:15 [2023-03-05T21:59:15.985Z] 16:59:15 [2023-03-05T21:59:15.985Z] setToolWin: 16:59:15 [2023-03-05T21:59:15.985Z] 16:59:15 [2023-03-05T21:59:15.985Z] setToolUnix: 16:59:15 [2023-03-05T21:59:15.985Z] 16:59:15 [2023-03-05T21:59:15.985Z] setToolProperty: 16:59:15 [2023-03-05T21:59:15.985Z] 16:59:15 [2023-03-05T21:59:15.985Z] setS1ASclassPath: 16:59:15 [2023-03-05T21:59:15.985Z] 16:59:15 [2023-03-05T21:59:15.985Z] init-common: 16:59:15 [2023-03-05T21:59:15.985Z] 16:59:15 [2023-03-05T21:59:15.985Z] dev-report: 16:59:15 [2023-03-05T21:59:15.985Z] [java] ********************** 16:59:15 [2023-03-05T21:59:15.985Z] [java] * PASSED 89 * 16:59:15 [2023-03-05T21:59:15.985Z] [java] * FAILED 0 * 16:59:15 [2023-03-05T21:59:15.985Z] [java] * DID NOT RUN 0 * 16:59:15 [2023-03-05T21:59:15.985Z] [java] * TOTAL 89 * 16:59:15 [2023-03-05T21:59:15.985Z] [java] ********************** 16:59:15 [2023-03-05T21:59:15.985Z] [java] 16:59:15 [2023-03-05T21:59:15.985Z] [echo] Detailed results available under appserv-tests/test_result.html 16:59:15 [2023-03-05T21:59:15.985Z] 16:59:15 [2023-03-05T21:59:15.985Z] BUILD SUCCESSFUL 16:59:15 [2023-03-05T21:59:15.985Z] Total time: 5 minutes 44 seconds 16:59:15 [2023-03-05T21:59:15.985Z] + kill_processes 16:59:15 [2023-03-05T21:59:15.985Z] + ps -aef 16:59:15 [2023-03-05T21:59:15.985Z] + grep java 16:59:15 [2023-03-05T21:59:15.985Z] + grep ASMain 16:59:15 [2023-03-05T21:59:15.985Z] ./appserver/tests/appserv-tests/devtests/web/run_test.sh: line 19: ps: command not found 16:59:15 [2023-03-05T21:59:15.985Z] + grep -v grep 16:59:15 [2023-03-05T21:59:15.985Z] + awk '{print $2}' 16:59:15 [2023-03-05T21:59:15.985Z] + xargs kill -9 16:59:15 [2023-03-05T21:59:15.985Z] + true 16:59:15 [2023-03-05T21:59:15.985Z] + jps 16:59:15 [2023-03-05T21:59:15.985Z] + grep Main 16:59:15 [2023-03-05T21:59:15.985Z] + grep -v grep 16:59:15 [2023-03-05T21:59:15.985Z] + awk '{print $1}' 16:59:15 [2023-03-05T21:59:15.985Z] + xargs kill -9 16:59:16 [2023-03-05T21:59:16.241Z] + true 16:59:16 [2023-03-05T21:59:16.241Z] + ps -aef 16:59:16 [2023-03-05T21:59:16.241Z] + grep derby 16:59:16 [2023-03-05T21:59:16.241Z] ./appserver/tests/appserv-tests/devtests/web/run_test.sh: line 21: ps: command not found 16:59:16 [2023-03-05T21:59:16.241Z] + grep -v grep 16:59:16 [2023-03-05T21:59:16.241Z] + awk '{print $2}' 16:59:16 [2023-03-05T21:59:16.241Z] + xargs kill -9 16:59:16 [2023-03-05T21:59:16.241Z] + true 16:59:16 [2023-03-05T21:59:16.241Z] + cat web.output 16:59:16 [2023-03-05T21:59:16.241Z] + grep FAIL 16:59:16 [2023-03-05T21:59:16.241Z] + grep -v 'Total FAIL' 16:59:16 [2023-03-05T21:59:16.241Z] + true 16:59:16 [2023-03-05T21:59:16.241Z] + check_successful_run 16:59:16 [2023-03-05T21:59:16.241Z] + printf '\n%s \n\n' '===== CHECK SUCCESSFUL RUN =====' 16:59:16 [2023-03-05T21:59:16.241Z] 16:59:16 [2023-03-05T21:59:16.241Z] ===== CHECK SUCCESSFUL RUN ===== 16:59:16 [2023-03-05T21:59:16.241Z] 16:59:16 [2023-03-05T21:59:16.241Z] + FILE=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html 16:59:16 [2023-03-05T21:59:16.241Z] + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html ']' 16:59:16 [2023-03-05T21:59:16.241Z] + echo 'File /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful' 16:59:16 [2023-03-05T21:59:16.241Z] File /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful 16:59:16 [2023-03-05T21:59:16.241Z] + generate_junit_report jsp 16:59:16 [2023-03-05T21:59:16.241Z] + printf '\n%s \n\n' '===== GENERATE JUNIT REPORT =====' 16:59:16 [2023-03-05T21:59:16.241Z] 16:59:16 [2023-03-05T21:59:16.241Z] ===== GENERATE JUNIT REPORT ===== 16:59:16 [2023-03-05T21:59:16.241Z] 16:59:16 [2023-03-05T21:59:16.241Z] + TD=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml 16:59:16 [2023-03-05T21:59:16.241Z] + JUD=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml 16:59:16 [2023-03-05T21:59:16.241Z] + TESTSUITE_NAME=jsp 16:59:16 [2023-03-05T21:59:16.241Z] + cat /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml 16:59:16 [2023-03-05T21:59:16.241Z] + awk -v suitename=jsp ' 16:59:16 [2023-03-05T21:59:16.241Z] BEGIN { 16:59:16 [2023-03-05T21:59:16.241Z] totaltests = 0; 16:59:16 [2023-03-05T21:59:16.241Z] totalfailures = 0; 16:59:16 [2023-03-05T21:59:16.241Z] totalerrors = 0; 16:59:16 [2023-03-05T21:59:16.241Z] } 16:59:16 [2023-03-05T21:59:16.241Z] function getPropVal(str){ 16:59:16 [2023-03-05T21:59:16.241Z] split(str, a, "="); 16:59:16 [2023-03-05T21:59:16.241Z] val = a[2]; 16:59:16 [2023-03-05T21:59:16.241Z] # remove quotes 16:59:16 [2023-03-05T21:59:16.241Z] gsub("\"","",val); 16:59:16 [2023-03-05T21:59:16.241Z] return val; 16:59:16 [2023-03-05T21:59:16.241Z] } 16:59:16 [2023-03-05T21:59:16.241Z] function removeXMLTag(str){ 16:59:16 [2023-03-05T21:59:16.241Z] # remove xml tag quotes 16:59:16 [2023-03-05T21:59:16.241Z] gsub("</.*>","",str); 16:59:16 [2023-03-05T21:59:16.241Z] gsub("<.*>","",str); 16:59:16 [2023-03-05T21:59:16.241Z] gsub(">","",str); 16:59:16 [2023-03-05T21:59:16.241Z] return str; 16:59:16 [2023-03-05T21:59:16.241Z] } 16:59:16 [2023-03-05T21:59:16.241Z] /status value=/ { 16:59:16 [2023-03-05T21:59:16.241Z] result=getPropVal($0); 16:59:16 [2023-03-05T21:59:16.241Z] result=removeXMLTag(result); 16:59:16 [2023-03-05T21:59:16.241Z] } 16:59:16 [2023-03-05T21:59:16.241Z] /<testsuite>/ { 16:59:16 [2023-03-05T21:59:16.241Z] getline; 16:59:16 [2023-03-05T21:59:16.241Z] getline; 16:59:16 [2023-03-05T21:59:16.241Z] testunit=removeXMLTag($0); 16:59:16 [2023-03-05T21:59:16.241Z] gsub("\"","",testunit); 16:59:16 [2023-03-05T21:59:16.242Z] } 16:59:16 [2023-03-05T21:59:16.242Z] /<testcase>/ { 16:59:16 [2023-03-05T21:59:16.242Z] getline; 16:59:16 [2023-03-05T21:59:16.242Z] testname=removeXMLTag($0); 16:59:16 [2023-03-05T21:59:16.242Z] gsub("\"","",testname); 16:59:16 [2023-03-05T21:59:16.242Z] } 16:59:16 [2023-03-05T21:59:16.242Z] /<\/testcase>/{ 16:59:16 [2023-03-05T21:59:16.242Z] classname=testunit 16:59:16 [2023-03-05T21:59:16.242Z] # printing testcase to out 16:59:16 [2023-03-05T21:59:16.242Z] out = out sprintf(" <testcase classname=\"%s\" name=\"%s\" time=\"0.0\">\n", classname, testname); 16:59:16 [2023-03-05T21:59:16.242Z] if (result == "fail") { 16:59:16 [2023-03-05T21:59:16.242Z] out = out " <failure message=\"NA\" type=\"NA\"/>\n"; 16:59:16 [2023-03-05T21:59:16.242Z] totalfailures++; 16:59:16 [2023-03-05T21:59:16.242Z] } else if (result == "did_not_run") { 16:59:16 [2023-03-05T21:59:16.242Z] out = out " <error message=\"NA\" type=\"NA\"/>\n"; 16:59:16 [2023-03-05T21:59:16.242Z] totalerrors++; 16:59:16 [2023-03-05T21:59:16.242Z] } 16:59:16 [2023-03-05T21:59:16.242Z] out = out " </testcase>\n"; 16:59:16 [2023-03-05T21:59:16.242Z] 16:59:16 [2023-03-05T21:59:16.242Z] totaltests++; 16:59:16 [2023-03-05T21:59:16.242Z] result=""; 16:59:16 [2023-03-05T21:59:16.242Z] testname=""; 16:59:16 [2023-03-05T21:59:16.242Z] } 16:59:16 [2023-03-05T21:59:16.242Z] END { 16:59:16 [2023-03-05T21:59:16.242Z] print "<?xml version=\"1.0\" ?>" 16:59:16 [2023-03-05T21:59:16.242Z] printf "<testsuite tests=\"%d\" failures=\"%d\" errors=\"%d\" name=\"%s\">\n", totaltests, totalfailures, totalerrors, suitename; 16:59:16 [2023-03-05T21:59:16.242Z] printf "%s", out; 16:59:16 [2023-03-05T21:59:16.242Z] print "</testsuite>" 16:59:16 [2023-03-05T21:59:16.242Z] }' 16:59:16 [2023-03-05T21:59:16.242Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:59:16 [2023-03-05T21:59:16.242Z] + change_junit_report_class_names 16:59:16 [2023-03-05T21:59:16.242Z] + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml 16:59:16 [2023-03-05T21:59:16.242Z] + sed -i 's/\bclassname="/classname="web_jsp./g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml 16:59:16 [2023-03-05T21:59:16.242Z] + copy_test_artifacts web_jsp 16:59:16 [2023-03-05T21:59:16.242Z] + sleep 1 16:59:17 [2023-03-05T21:59:17.170Z] + printf '\n%s \n\n' '===== COPY TEST ARTIFACTS =====' 16:59:17 [2023-03-05T21:59:17.170Z] 16:59:17 [2023-03-05T21:59:17.170Z] ===== COPY TEST ARTIFACTS ===== 16:59:17 [2023-03-05T21:59:17.170Z] 16:59:17 [2023-03-05T21:59:17.170Z] + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:59:17 [2023-03-05T21:59:17.170Z] + tar -cf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains 16:59:17 [2023-03-05T21:59:17.170Z] tar: Removing leading `/' from member names 16:59:17 [2023-03-05T21:59:17.426Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:59:17 [2023-03-05T21:59:17.426Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/tests-run.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:59:17 [2023-03-05T21:59:17.426Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:59:17 [2023-03-05T21:59:17.426Z] ++ pwd 16:59:17 [2023-03-05T21:59:17.426Z] + cp '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/*/*logs.zip' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:59:17 [2023-03-05T21:59:17.426Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/*/*logs.zip': No such file or directory 16:59:17 [2023-03-05T21:59:17.426Z] + true 16:59:17 [2023-03-05T21:59:17.426Z] ++ pwd 16:59:17 [2023-03-05T21:59:17.426Z] + cp '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/*/*/*logs.zip' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 16:59:17 [2023-03-05T21:59:17.426Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/*/*/*logs.zip': No such file or directory 16:59:17 [2023-03-05T21:59:17.426Z] + true 16:59:17 [2023-03-05T21:59:17.426Z] + tar -caf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/web_jsp-results.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results 16:59:17 [2023-03-05T21:59:17.426Z] tar: Removing leading `/' from member names 16:59:19 [2023-03-05T21:59:19.944Z] + break 16:59:19 [2023-03-05T21:59:19.944Z] + [[ true = false ]] 16:59:19 [2023-03-05T21:59:19.944Z] + git reset --hard 16:59:20 [2023-03-05T21:59:20.200Z] HEAD is now at 2d124bddc Merge pull request #24332 from dmatej/removed-admingui-dist-fragment [Pipeline] } [Pipeline] // timestamps [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (deployment_all) [Pipeline] timestamps [Pipeline] { [Pipeline] sh 16:59:55 [2023-03-05T21:59:55.217Z] + rm -rf glassfish7 16:59:55 [2023-03-05T21:59:55.217Z] + true 16:59:55 [2023-03-05T21:59:55.217Z] + export MAVEN_ARGS=-Pstaging 16:59:55 [2023-03-05T21:59:55.217Z] + MAVEN_ARGS=-Pstaging 16:59:55 [2023-03-05T21:59:55.217Z] + ./runtests.sh deployment_all 16:59:55 [2023-03-05T21:59:55.217Z] This script can be temporarily used for local testing until we integrate current set of tests to Maven 16:59:55 [2023-03-05T21:59:55.217Z] First argument is a version of GlassFish used for testing. It will be downloaded by Maven command 16:59:55 [2023-03-05T21:59:55.217Z] Second argument is a test set id, one of: 16:59:55 [2023-03-05T21:59:55.217Z] cdi_all, ql_gf_full_profile_all, \n 16:59:55 [2023-03-05T21:59:55.217Z] \n 16:59:55 [2023-03-05T21:59:55.217Z] web_jsp, deployment_all, \n 16:59:55 [2023-03-05T21:59:55.217Z] ejb_group_1. ejb_group_2, ejb_group_3, ejb_group_embedded, \n 16:59:55 [2023-03-05T21:59:55.217Z] cdi_all, ql_gf_full_profile_all, ql_gf_nucleus_all, \n 16:59:55 [2023-03-05T21:59:55.217Z] ql_gf_web_profile_all, nucleus_admin_all, jdbc_all, batch_all, persistence_all, webservice_all, \n 16:59:55 [2023-03-05T21:59:55.217Z] connector_group_1, connector_group_2, connector_group_3, connector_group_4 16:59:55 [2023-03-05T21:59:55.217Z] If you need to use a different JAVA_HOME than is used by your system, export it or edit this script. 16:59:55 [2023-03-05T21:59:55.217Z] 16:59:55 [2023-03-05T21:59:55.217Z] POM file "/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist 16:59:57 [2023-03-05T21:59:57.746Z] [INFO] Scanning for projects... 16:59:57 [2023-03-05T21:59:57.746Z] [INFO] 16:59:57 [2023-03-05T21:59:57.746Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ 16:59:57 [2023-03-05T21:59:57.746Z] [INFO] Building GlassFish Project 7.0.3-SNAPSHOT 16:59:57 [2023-03-05T21:59:57.746Z] [INFO] --------------------------------[ pom ]--------------------------------- 16:59:57 [2023-03-05T21:59:57.746Z] [INFO] 16:59:57 [2023-03-05T21:59:57.746Z] [INFO] --- maven-dependency-plugin:3.2.0:copy (default-cli) @ glassfish-main-aggregator --- 16:59:58 [2023-03-05T21:59:58.323Z] [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:runtime:0.8.8:jar 16:59:58 [2023-03-05T21:59:58.323Z] [INFO] org.jacoco:org.jacoco.agent:runtime:0.8.8:jar already exists in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles 16:59:58 [2023-03-05T21:59:58.323Z] [INFO] ------------------------------------------------------------------------ 16:59:58 [2023-03-05T21:59:58.323Z] [INFO] BUILD SUCCESS 16:59:58 [2023-03-05T21:59:58.323Z] [INFO] ------------------------------------------------------------------------ 16:59:58 [2023-03-05T21:59:58.323Z] [INFO] Total time: 0.723 s 16:59:58 [2023-03-05T21:59:58.323Z] [INFO] Finished at: 2023-03-05T21:59:58Z 16:59:58 [2023-03-05T21:59:58.323Z] [INFO] ------------------------------------------------------------------------ 16:59:58 [2023-03-05T21:59:58.579Z] + '[' '!' -z /var/jenkins ']' 16:59:58 [2023-03-05T21:59:58.579Z] ++ mktemp -t XXXgf-internal-env 16:59:58 [2023-03-05T21:59:58.579Z] + readonly GF_INTERNAL_ENV_SH=/tmp/qs4gf-internal-env 16:59:58 [2023-03-05T21:59:58.579Z] + GF_INTERNAL_ENV_SH=/tmp/qs4gf-internal-env 16:59:58 [2023-03-05T21:59:58.579Z] + '[' '!' -z '' ']' 16:59:58 [2023-03-05T21:59:58.579Z] + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all 16:59:58 [2023-03-05T21:59:58.579Z] + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all 16:59:58 [2023-03-05T21:59:58.579Z] + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/maven-repo.tar.gz ']' 16:59:58 [2023-03-05T21:59:58.579Z] + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish' 16:59:58 [2023-03-05T21:59:58.579Z] Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:59:58 [2023-03-05T21:59:58.579Z] + rm -rf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:59:58 [2023-03-05T21:59:58.579Z] + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' 16:59:58 [2023-03-05T21:59:58.579Z] + '[' -z 7.0.3-SNAPSHOT ']' 16:59:58 [2023-03-05T21:59:58.579Z] + '[' -z /home/jenkins/.m2/repository ']' 16:59:58 [2023-03-05T21:59:58.579Z] + run_test deployment_all 16:59:58 [2023-03-05T21:59:58.579Z] + local testid=deployment_all 16:59:58 [2023-03-05T21:59:58.579Z] + local found=false 16:59:58 [2023-03-05T21:59:58.579Z] ++ find . -name run_test.sh 16:59:58 [2023-03-05T21:59:58.844Z] + for runtest in `find . -name run_test\.sh` 16:59:58 [2023-03-05T21:59:58.844Z] ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids 16:59:58 [2023-03-05T21:59:58.844Z] + OPT=list_test_ids 16:59:58 [2023-03-05T21:59:58.844Z] + TEST_ID= 16:59:58 [2023-03-05T21:59:58.844Z] ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh 16:59:58 [2023-03-05T21:59:58.844Z] + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh 16:59:58 [2023-03-05T21:59:58.844Z] +++ uname 16:59:58 [2023-03-05T21:59:58.844Z] +++ grep -i sunos 16:59:58 [2023-03-05T21:59:58.844Z] +++ wc -l 16:59:58 [2023-03-05T21:59:58.844Z] +++ awk '{print $1}' 16:59:58 [2023-03-05T21:59:58.844Z] ++ '[' 0 -eq 1 ']' 16:59:58 [2023-03-05T21:59:58.844Z] ++ GREP=grep 16:59:58 [2023-03-05T21:59:58.844Z] ++ AWK=awk 16:59:58 [2023-03-05T21:59:58.844Z] ++ SED=sed 16:59:58 [2023-03-05T21:59:58.844Z] ++ BC=bc 16:59:58 [2023-03-05T21:59:58.844Z] ++ export GREP AWK SED BC 16:59:58 [2023-03-05T21:59:58.844Z] + case ${OPT} in 16:59:58 [2023-03-05T21:59:58.844Z] + list_test_ids 16:59:58 [2023-03-05T21:59:58.844Z] + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 16:59:58 [2023-03-05T21:59:58.844Z] + for id in `${runtest} list_test_ids` 16:59:58 [2023-03-05T21:59:58.844Z] + [[ admin_cli_all = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] 16:59:58 [2023-03-05T21:59:58.844Z] + for id in `${runtest} list_test_ids` 16:59:58 [2023-03-05T21:59:58.844Z] + [[ admin-cli-group-1 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] 16:59:58 [2023-03-05T21:59:58.844Z] + for id in `${runtest} list_test_ids` 16:59:58 [2023-03-05T21:59:58.844Z] + [[ admin-cli-group-2 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] 16:59:58 [2023-03-05T21:59:58.844Z] + for id in `${runtest} list_test_ids` 16:59:58 [2023-03-05T21:59:58.844Z] + [[ admin-cli-group-3 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] 16:59:58 [2023-03-05T21:59:58.844Z] + for id in `${runtest} list_test_ids` 16:59:58 [2023-03-05T21:59:58.844Z] + [[ admin-cli-group-4 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] 16:59:58 [2023-03-05T21:59:58.844Z] + for id in `${runtest} list_test_ids` 16:59:58 [2023-03-05T21:59:58.844Z] + [[ admin-cli-group-5 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] 16:59:58 [2023-03-05T21:59:58.844Z] + [[ false = true ]] 16:59:58 [2023-03-05T21:59:58.844Z] + for runtest in `find . -name run_test\.sh` 16:59:58 [2023-03-05T21:59:58.844Z] ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids 16:59:58 [2023-03-05T21:59:58.844Z] + OPT=list_test_ids 16:59:58 [2023-03-05T21:59:58.844Z] + TEST_ID= 16:59:58 [2023-03-05T21:59:58.844Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh 16:59:58 [2023-03-05T21:59:58.844Z] + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh 16:59:58 [2023-03-05T21:59:58.844Z] +++ uname 16:59:58 [2023-03-05T21:59:58.844Z] +++ grep -i sunos 16:59:58 [2023-03-05T21:59:58.844Z] +++ wc -l 16:59:58 [2023-03-05T21:59:58.844Z] +++ awk '{print $1}' 16:59:58 [2023-03-05T21:59:58.844Z] ++ '[' 0 -eq 1 ']' 16:59:58 [2023-03-05T21:59:58.844Z] ++ GREP=grep 16:59:58 [2023-03-05T21:59:58.844Z] ++ AWK=awk 16:59:58 [2023-03-05T21:59:58.844Z] ++ SED=sed 16:59:58 [2023-03-05T21:59:58.844Z] ++ BC=bc 16:59:58 [2023-03-05T21:59:58.844Z] ++ export GREP AWK SED BC 16:59:58 [2023-03-05T21:59:58.844Z] + case ${OPT} in 16:59:58 [2023-03-05T21:59:58.844Z] + list_test_ids 16:59:58 [2023-03-05T21:59:58.844Z] + echo batch_all 16:59:58 [2023-03-05T21:59:58.844Z] + for id in `${runtest} list_test_ids` 16:59:58 [2023-03-05T21:59:58.844Z] + [[ batch_all = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] 16:59:58 [2023-03-05T21:59:58.844Z] + [[ false = true ]] 16:59:58 [2023-03-05T21:59:58.844Z] + for runtest in `find . -name run_test\.sh` 16:59:58 [2023-03-05T21:59:58.844Z] ++ ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh list_test_ids 16:59:58 [2023-03-05T21:59:58.844Z] + OPT=list_test_ids 16:59:58 [2023-03-05T21:59:58.844Z] + TEST_ID= 16:59:58 [2023-03-05T21:59:58.844Z] ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh 16:59:58 [2023-03-05T21:59:58.844Z] + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh 16:59:58 [2023-03-05T21:59:58.844Z] +++ uname 16:59:58 [2023-03-05T21:59:58.844Z] +++ grep -i sunos 16:59:58 [2023-03-05T21:59:58.844Z] +++ wc -l 16:59:58 [2023-03-05T21:59:58.844Z] +++ awk '{print $1}' 16:59:58 [2023-03-05T21:59:58.844Z] ++ '[' 0 -eq 1 ']' 16:59:58 [2023-03-05T21:59:58.844Z] ++ GREP=grep 16:59:58 [2023-03-05T21:59:58.844Z] ++ AWK=awk 16:59:58 [2023-03-05T21:59:58.844Z] ++ SED=sed 16:59:58 [2023-03-05T21:59:58.844Z] ++ BC=bc 16:59:58 [2023-03-05T21:59:58.844Z] ++ export GREP AWK SED BC 16:59:58 [2023-03-05T21:59:58.844Z] + case ${OPT} in 16:59:58 [2023-03-05T21:59:58.844Z] + list_test_ids 16:59:58 [2023-03-05T21:59:58.844Z] + echo cdi_all 16:59:58 [2023-03-05T21:59:58.844Z] + for id in `${runtest} list_test_ids` 16:59:58 [2023-03-05T21:59:58.844Z] + [[ cdi_all = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] 16:59:58 [2023-03-05T21:59:58.844Z] + [[ false = true ]] 16:59:58 [2023-03-05T21:59:58.844Z] + for runtest in `find . -name run_test\.sh` 16:59:58 [2023-03-05T21:59:58.844Z] ++ ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh list_test_ids 16:59:58 [2023-03-05T21:59:58.844Z] + OPT=list_test_ids 16:59:58 [2023-03-05T21:59:58.844Z] + TEST_ID= 16:59:58 [2023-03-05T21:59:58.844Z] ++ dirname ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh 16:59:58 [2023-03-05T21:59:58.844Z] + source ./appserver/tests/appserv-tests/devtests/connector/v3/../../../../common_test.sh 16:59:58 [2023-03-05T21:59:58.844Z] +++ uname 16:59:58 [2023-03-05T21:59:58.844Z] +++ grep -i sunos 16:59:58 [2023-03-05T21:59:58.844Z] +++ wc -l 16:59:58 [2023-03-05T21:59:58.844Z] +++ awk '{print $1}' 16:59:58 [2023-03-05T21:59:58.844Z] ++ '[' 0 -eq 1 ']' 16:59:58 [2023-03-05T21:59:58.844Z] ++ GREP=grep 16:59:58 [2023-03-05T21:59:58.844Z] ++ AWK=awk 16:59:58 [2023-03-05T21:59:58.844Z] ++ SED=sed 16:59:58 [2023-03-05T21:59:58.844Z] ++ BC=bc 16:59:58 [2023-03-05T21:59:58.844Z] ++ export GREP AWK SED BC 16:59:58 [2023-03-05T21:59:58.844Z] + case ${OPT} in 16:59:58 [2023-03-05T21:59:58.844Z] + list_test_ids 16:59:58 [2023-03-05T21:59:58.844Z] + echo connector_all connector_group_1 connector_group_2 connector_group_3 connector_group_4 16:59:58 [2023-03-05T21:59:58.844Z] + for id in `${runtest} list_test_ids` 16:59:58 [2023-03-05T21:59:58.844Z] + [[ connector_all = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] 16:59:58 [2023-03-05T21:59:58.844Z] + for id in `${runtest} list_test_ids` 16:59:58 [2023-03-05T21:59:58.844Z] + [[ connector_group_1 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] 16:59:58 [2023-03-05T21:59:58.844Z] + for id in `${runtest} list_test_ids` 16:59:58 [2023-03-05T21:59:58.844Z] + [[ connector_group_2 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] 16:59:58 [2023-03-05T21:59:58.844Z] + for id in `${runtest} list_test_ids` 16:59:58 [2023-03-05T21:59:58.844Z] + [[ connector_group_3 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] 16:59:58 [2023-03-05T21:59:58.844Z] + for id in `${runtest} list_test_ids` 16:59:58 [2023-03-05T21:59:58.844Z] + [[ connector_group_4 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] 16:59:58 [2023-03-05T21:59:58.844Z] + [[ false = true ]] 16:59:58 [2023-03-05T21:59:58.844Z] + for runtest in `find . -name run_test\.sh` 16:59:58 [2023-03-05T21:59:58.844Z] ++ ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh list_test_ids 16:59:58 [2023-03-05T21:59:58.844Z] + OPT=list_test_ids 16:59:58 [2023-03-05T21:59:58.844Z] + TEST_ID= 16:59:58 [2023-03-05T21:59:58.844Z] ++ dirname ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh 16:59:58 [2023-03-05T21:59:58.844Z] + source ./appserver/tests/appserv-tests/devtests/deployment/../../../common_test.sh 16:59:58 [2023-03-05T21:59:58.844Z] +++ uname 16:59:58 [2023-03-05T21:59:58.844Z] +++ grep -i sunos 16:59:58 [2023-03-05T21:59:58.844Z] +++ wc -l 16:59:58 [2023-03-05T21:59:58.844Z] +++ awk '{print $1}' 16:59:58 [2023-03-05T21:59:58.844Z] ++ '[' 0 -eq 1 ']' 16:59:58 [2023-03-05T21:59:58.844Z] ++ GREP=grep 16:59:58 [2023-03-05T21:59:58.844Z] ++ AWK=awk 16:59:58 [2023-03-05T21:59:58.844Z] ++ SED=sed 16:59:58 [2023-03-05T21:59:58.844Z] ++ BC=bc 16:59:58 [2023-03-05T21:59:58.844Z] ++ export GREP AWK SED BC 16:59:58 [2023-03-05T21:59:58.844Z] + case ${OPT} in 16:59:58 [2023-03-05T21:59:58.844Z] + list_test_ids 16:59:58 [2023-03-05T21:59:58.844Z] + echo deployment_all deployment_cluster_all 16:59:58 [2023-03-05T21:59:58.844Z] + for id in `${runtest} list_test_ids` 16:59:58 [2023-03-05T21:59:58.844Z] + [[ deployment_all = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] 16:59:58 [2023-03-05T21:59:58.844Z] + found=true 16:59:58 [2023-03-05T21:59:58.844Z] + break 16:59:58 [2023-03-05T21:59:58.844Z] + [[ true = true ]] 16:59:58 [2023-03-05T21:59:58.844Z] + ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh run_test_id deployment_all 16:59:58 [2023-03-05T21:59:58.844Z] + OPT=run_test_id 16:59:58 [2023-03-05T21:59:58.844Z] + TEST_ID=deployment_all 16:59:58 [2023-03-05T21:59:58.844Z] ++ dirname ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh 16:59:58 [2023-03-05T21:59:58.844Z] + source ./appserver/tests/appserv-tests/devtests/deployment/../../../common_test.sh 16:59:58 [2023-03-05T21:59:58.844Z] +++ uname 16:59:58 [2023-03-05T21:59:58.844Z] +++ grep -i sunos 16:59:58 [2023-03-05T21:59:58.844Z] +++ wc -l 16:59:58 [2023-03-05T21:59:58.844Z] +++ awk '{print $1}' 16:59:58 [2023-03-05T21:59:58.844Z] ++ '[' 0 -eq 1 ']' 16:59:58 [2023-03-05T21:59:58.844Z] ++ GREP=grep 16:59:58 [2023-03-05T21:59:58.844Z] ++ AWK=awk 16:59:58 [2023-03-05T21:59:58.844Z] ++ SED=sed 16:59:58 [2023-03-05T21:59:58.844Z] ++ BC=bc 16:59:58 [2023-03-05T21:59:58.844Z] ++ export GREP AWK SED BC 16:59:58 [2023-03-05T21:59:58.844Z] + case ${OPT} in 16:59:58 [2023-03-05T21:59:58.844Z] + trap 'copy_test_artifacts deployment_all' EXIT 16:59:58 [2023-03-05T21:59:58.844Z] + run_test_id deployment_all 16:59:58 [2023-03-05T21:59:58.844Z] + unzip_test_resources /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip 16:59:58 [2023-03-05T21:59:58.844Z] + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' 16:59:58 [2023-03-05T21:59:58.844Z] 16:59:58 [2023-03-05T21:59:58.844Z] ===== UNZIP TEST RESOURCES ===== 16:59:58 [2023-03-05T21:59:58.844Z] 16:59:58 [2023-03-05T21:59:58.844Z] + for i in "${@}" 16:59:58 [2023-03-05T21:59:58.844Z] + [[ /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip == *.zip* ]] 16:59:58 [2023-03-05T21:59:58.844Z] + unzip -qq -o /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target 16:59:59 [2023-03-05T21:59:59.772Z] ++ dirname ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh 16:59:59 [2023-03-05T21:59:59.772Z] + cd ./appserver/tests/appserv-tests/devtests/deployment 16:59:59 [2023-03-05T21:59:59.772Z] + test_init 16:59:59 [2023-03-05T21:59:59.772Z] + printf '\n%s \n\n' '===== V2 DEVTESTS INIT =====' 16:59:59 [2023-03-05T21:59:59.772Z] 16:59:59 [2023-03-05T21:59:59.772Z] ===== V2 DEVTESTS INIT ===== 16:59:59 [2023-03-05T21:59:59.772Z] 16:59:59 [2023-03-05T21:59:59.772Z] + find /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish -type f 16:59:59 [2023-03-05T21:59:59.772Z] + xargs touch 16:59:59 [2023-03-05T21:59:59.772Z] + echo S1AS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:59:59 [2023-03-05T21:59:59.772Z] S1AS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 16:59:59 [2023-03-05T21:59:59.772Z] + echo ANT_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant 16:59:59 [2023-03-05T21:59:59.772Z] ANT_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/ant 16:59:59 [2023-03-05T21:59:59.772Z] + echo APS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests 16:59:59 [2023-03-05T21:59:59.772Z] APS_HOME is /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests 16:59:59 [2023-03-05T21:59:59.772Z] + java -version 16:59:59 [2023-03-05T21:59:59.772Z] openjdk version "18.0.2" 2022-07-19 16:59:59 [2023-03-05T21:59:59.772Z] OpenJDK Runtime Environment (build 18.0.2+9-61) 16:59:59 [2023-03-05T21:59:59.772Z] OpenJDK 64-Bit Server VM (build 18.0.2+9-61, mixed mode, sharing) 16:59:59 [2023-03-05T21:59:59.772Z] + ant -version 16:59:59 [2023-03-05T21:59:59.772Z] Apache Ant(TM) version 1.9.16 compiled on July 10 2021 16:59:59 [2023-03-05T21:59:59.772Z] + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 16:59:59 [2023-03-05T21:59:59.772Z] + printf '\n\n' 16:59:59 [2023-03-05T21:59:59.772Z] 16:59:59 [2023-03-05T21:59:59.772Z] 16:59:59 [2023-03-05T21:59:59.772Z] + test_run deployment_all 16:59:59 [2023-03-05T21:59:59.772Z] + [[ deployment_all = \d\e\p\l\o\y\m\e\n\t\_\c\l\u\s\t\e\r\_\a\l\l ]] 16:59:59 [2023-03-05T21:59:59.772Z] + export HUDSON=true 16:59:59 [2023-03-05T21:59:59.772Z] + HUDSON=true 16:59:59 [2023-03-05T21:59:59.772Z] ++ pwd 16:59:59 [2023-03-05T21:59:59.772Z] + export ROOT=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment 16:59:59 [2023-03-05T21:59:59.772Z] + ROOT=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment 16:59:59 [2023-03-05T21:59:59.772Z] + '[' -x /usr/bin/cygpath ']' 16:59:59 [2023-03-05T21:59:59.772Z] + antTarget=all-ee 16:59:59 [2023-03-05T21:59:59.772Z] + '[' -z '' ']' 16:59:59 [2023-03-05T21:59:59.772Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin start-domain 17:00:04 [2023-03-05T22:00:04.574Z] Waiting for domain1 to start ..... 17:00:04 [2023-03-05T22:00:04.574Z] Waiting finished after 4,232 ms. 17:00:04 [2023-03-05T22:00:04.574Z] Successfully started the domain : domain1 17:00:04 [2023-03-05T22:00:04.574Z] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 17:00:04 [2023-03-05T22:00:04.574Z] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 17:00:04 [2023-03-05T22:00:04.574Z] Admin Port: 4,848 17:00:04 [2023-03-05T22:00:04.574Z] Command start-domain executed successfully. 17:00:05 [2023-03-05T22:00:05.138Z] + antTarget=all 17:00:05 [2023-03-05T22:00:05.138Z] + rm /home/jenkins/.asadminpass 17:00:05 [2023-03-05T22:00:05.138Z] rm: cannot remove '/home/jenkins/.asadminpass': No such file or directory 17:00:05 [2023-03-05T22:00:05.138Z] + true 17:00:05 [2023-03-05T22:00:05.138Z] + ant all 17:00:05 [2023-03-05T22:00:05.138Z] + tee /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/tests-run.log 17:00:05 [2023-03-05T22:00:05.138Z] Buildfile: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build.xml 17:00:05 [2023-03-05T22:00:05.395Z] 17:00:05 [2023-03-05T22:00:05.395Z] init.os: 17:00:05 [2023-03-05T22:00:05.395Z] 17:00:05 [2023-03-05T22:00:05.395Z] init.tools.unix: 17:00:05 [2023-03-05T22:00:05.395Z] 17:00:05 [2023-03-05T22:00:05.395Z] init.tools.windows: 17:00:05 [2023-03-05T22:00:05.395Z] 17:00:05 [2023-03-05T22:00:05.395Z] init.tools: 17:00:05 [2023-03-05T22:00:05.395Z] 17:00:05 [2023-03-05T22:00:05.395Z] setAsadminArgs: 17:00:05 [2023-03-05T22:00:05.395Z] 17:00:05 [2023-03-05T22:00:05.395Z] init: 17:00:05 [2023-03-05T22:00:05.670Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:05 [2023-03-05T22:00:05.670Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:05 [2023-03-05T22:00:05.927Z] 17:00:05 [2023-03-05T22:00:05.927Z] init.customtasks: 17:00:05 [2023-03-05T22:00:05.927Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/util/build/customAntTasks 17:00:05 [2023-03-05T22:00:05.927Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/config/common.xml:331: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:00:05 [2023-03-05T22:00:05.927Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/util/build/customAntTasks 17:00:06 [2023-03-05T22:00:06.519Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/util/customAntTasks/JavaWithResult.java uses or overrides a deprecated API. 17:00:06 [2023-03-05T22:00:06.519Z] [javac] Note: Recompile with -Xlint:deprecation for details. 17:00:06 [2023-03-05T22:00:06.519Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/util/build/customAntTasks/customAntTasks.jar 17:00:06 [2023-03-05T22:00:06.519Z] 17:00:06 [2023-03-05T22:00:06.519Z] all: 17:00:06 [2023-03-05T22:00:06.519Z] [touch] Creating /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/client.log 17:00:06 [2023-03-05T22:00:06.519Z] 17:00:06 [2023-03-05T22:00:06.519Z] init.os: 17:00:06 [2023-03-05T22:00:06.519Z] 17:00:06 [2023-03-05T22:00:06.519Z] init.tools.unix: 17:00:06 [2023-03-05T22:00:06.519Z] 17:00:06 [2023-03-05T22:00:06.519Z] init.tools.windows: 17:00:06 [2023-03-05T22:00:06.519Z] 17:00:06 [2023-03-05T22:00:06.519Z] init.tools: 17:00:06 [2023-03-05T22:00:06.519Z] 17:00:06 [2023-03-05T22:00:06.519Z] setAsadminArgs: 17:00:06 [2023-03-05T22:00:06.519Z] 17:00:06 [2023-03-05T22:00:06.519Z] init: 17:00:06 [2023-03-05T22:00:06.519Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:06 [2023-03-05T22:00:06.519Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:06 [2023-03-05T22:00:06.519Z] [get] Not modified - so not downloaded 17:00:06 [2023-03-05T22:00:06.519Z] 17:00:06 [2023-03-05T22:00:06.519Z] init.customtasks: 17:00:06 [2023-03-05T22:00:06.519Z] 17:00:06 [2023-03-05T22:00:06.519Z] clean: 17:00:06 [2023-03-05T22:00:06.519Z] 17:00:06 [2023-03-05T22:00:06.519Z] preTestsRun: 17:00:06 [2023-03-05T22:00:06.519Z] [echo] Running all deployment devtests 17:00:06 [2023-03-05T22:00:06.519Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/archives 17:00:06 [2023-03-05T22:00:06.519Z] 17:00:06 [2023-03-05T22:00:06.519Z] restart.server: 17:00:06 [2023-03-05T22:00:06.519Z] [echo] Restarting server... 17:00:10 [2023-03-05T22:00:10.719Z] [exec] Waiting for the domain to stop ... 17:00:10 [2023-03-05T22:00:10.719Z] [exec] Waiting finished after 2,354 ms. 17:00:10 [2023-03-05T22:00:10.719Z] [exec] Command stop-domain executed successfully. 17:00:10 [2023-03-05T22:00:10.719Z] 17:00:10 [2023-03-05T22:00:10.719Z] start-process: 17:00:10 [2023-03-05T22:00:10.719Z] 17:00:10 [2023-03-05T22:00:10.719Z] start-process-non-windows: 17:00:10 [2023-03-05T22:00:10.719Z] [exec] Deprecated syntax, instead use: 17:00:10 [2023-03-05T22:00:10.719Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt start-domain [options] ... 17:00:15 [2023-03-05T22:00:15.033Z] [exec] Waiting for domain1 to start .... 17:00:15 [2023-03-05T22:00:15.033Z] [exec] Waiting finished after 3,587 ms. 17:00:15 [2023-03-05T22:00:15.033Z] [exec] Successfully started the domain : domain1 17:00:15 [2023-03-05T22:00:15.033Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 17:00:15 [2023-03-05T22:00:15.033Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 17:00:15 [2023-03-05T22:00:15.033Z] [exec] Admin Port: 4,848 17:00:15 [2023-03-05T22:00:15.033Z] [exec] Command start-domain executed successfully. 17:00:15 [2023-03-05T22:00:15.033Z] 17:00:15 [2023-03-05T22:00:15.033Z] private-all: 17:00:15 [2023-03-05T22:00:15.033Z] 17:00:15 [2023-03-05T22:00:15.033Z] private-all: 17:00:15 [2023-03-05T22:00:15.033Z] 17:00:15 [2023-03-05T22:00:15.033Z] private-all: 17:00:15 [2023-03-05T22:00:15.033Z] 17:00:15 [2023-03-05T22:00:15.033Z] init.os: 17:00:15 [2023-03-05T22:00:15.033Z] 17:00:15 [2023-03-05T22:00:15.033Z] init.tools.unix: 17:00:15 [2023-03-05T22:00:15.033Z] 17:00:15 [2023-03-05T22:00:15.033Z] init.tools.windows: 17:00:15 [2023-03-05T22:00:15.033Z] 17:00:15 [2023-03-05T22:00:15.033Z] init.tools: 17:00:15 [2023-03-05T22:00:15.033Z] 17:00:15 [2023-03-05T22:00:15.033Z] setAsadminArgs: 17:00:15 [2023-03-05T22:00:15.033Z] 17:00:15 [2023-03-05T22:00:15.033Z] init: 17:00:15 [2023-03-05T22:00:15.033Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:15 [2023-03-05T22:00:15.033Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:15 [2023-03-05T22:00:15.033Z] [get] Not modified - so not downloaded 17:00:15 [2023-03-05T22:00:15.033Z] 17:00:15 [2023-03-05T22:00:15.033Z] init.customtasks: 17:00:15 [2023-03-05T22:00:15.033Z] 17:00:15 [2023-03-05T22:00:15.033Z] prepare: 17:00:15 [2023-03-05T22:00:15.034Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/deploydir/deploydir/WEB-INF/classes 17:00:15 [2023-03-05T22:00:15.034Z] 17:00:15 [2023-03-05T22:00:15.034Z] compile: 17:00:15 [2023-03-05T22:00:15.034Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/war/deploydir/build.xml:39: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:00:15 [2023-03-05T22:00:15.034Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/deploydir/deploydir/WEB-INF/classes 17:00:15 [2023-03-05T22:00:15.633Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:00:15 [2023-03-05T22:00:15.890Z] [javac] 1 warning 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] assemble: 17:00:15 [2023-03-05T22:00:15.890Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/deploydir/deploydir/WEB-INF 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] declare-test: 17:00:15 [2023-03-05T22:00:15.890Z] [echo] Starting test deploydir war/deploydir Test asadmin deploydir 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] init.os: 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] init.tools.unix: 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] init.tools.windows: 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] init.tools: 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] setAsadminArgs: 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] init: 17:00:15 [2023-03-05T22:00:15.890Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:15 [2023-03-05T22:00:15.890Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:15 [2023-03-05T22:00:15.890Z] [get] Not modified - so not downloaded 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] init.customtasks: 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] prepare: 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] deploydir.asadmin: 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] setAsadminArgs: 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] common.deploydir.asadmin: 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] init.os: 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] init.tools.unix: 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] init.tools.windows: 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] init.tools: 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] setAsadminArgs: 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] init: 17:00:15 [2023-03-05T22:00:15.890Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:15 [2023-03-05T22:00:15.890Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:15 [2023-03-05T22:00:15.890Z] [get] Not modified - so not downloaded 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] init.customtasks: 17:00:15 [2023-03-05T22:00:15.890Z] 17:00:15 [2023-03-05T22:00:15.890Z] common.run.asadmin: 17:00:15 [2023-03-05T22:00:15.890Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/deploydir/deploydir 17:00:16 [2023-03-05T22:00:16.459Z] [exec] Deprecated syntax, instead use: 17:00:16 [2023-03-05T22:00:16.459Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:00:18 [2023-03-05T22:00:18.351Z] [exec] Application deployed with name deploydir. 17:00:18 [2023-03-05T22:00:18.351Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:00:18 [2023-03-05T22:00:18.351Z] [exec] Command deploydir executed successfully. 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] setHttpPort: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] run.positive: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] init.os: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] init.tools.unix: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] init.tools.windows: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] init.tools: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] setAsadminArgs: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] init: 17:00:18 [2023-03-05T22:00:18.351Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:18 [2023-03-05T22:00:18.351Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:18 [2023-03-05T22:00:18.351Z] [get] Not modified - so not downloaded 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] init.customtasks: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] runclient: 17:00:18 [2023-03-05T22:00:18.351Z] [echo] TestClient http://localhost:8080/deploydir/deploydir true 17:00:18 [2023-03-05T22:00:18.351Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/deploydir 17:00:18 [2023-03-05T22:00:18.351Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/deploydir/deploydir 17:00:18 [2023-03-05T22:00:18.351Z] [javaWithResult] [war.client.Client]:: <html> 17:00:18 [2023-03-05T22:00:18.351Z] [javaWithResult] [war.client.Client]:: <head> 17:00:18 [2023-03-05T22:00:18.351Z] [javaWithResult] [war.client.Client]:: <title>TestServlet</title> 17:00:18 [2023-03-05T22:00:18.351Z] [javaWithResult] [war.client.Client]:: </head> 17:00:18 [2023-03-05T22:00:18.351Z] [javaWithResult] [war.client.Client]:: <body> 17:00:18 [2023-03-05T22:00:18.351Z] [javaWithResult] [war.client.Client]:: <p> 17:00:18 [2023-03-05T22:00:18.351Z] [javaWithResult] [war.client.Client]:: So what is your lucky number? 17:00:18 [2023-03-05T22:00:18.351Z] [javaWithResult] [war.client.Client]:: </p> 17:00:18 [2023-03-05T22:00:18.351Z] [javaWithResult] [war.client.Client]:: Mine is [888] 17:00:18 [2023-03-05T22:00:18.351Z] [javaWithResult] [war.client.Client]:: </body> 17:00:18 [2023-03-05T22:00:18.351Z] [javaWithResult] [war.client.Client]:: </html> 17:00:18 [2023-03-05T22:00:18.351Z] [javaWithResult] [war.client.Client]:: Correct return code: 200 17:00:18 [2023-03-05T22:00:18.351Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/deploydir 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] processResult: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] failed: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] passed: 17:00:18 [2023-03-05T22:00:18.351Z] [echo] Test deploydir Passed 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] unknown: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] declare-test: 17:00:18 [2023-03-05T22:00:18.351Z] [echo] Starting test deploydir war/deploydir Test asadmin redeploydir 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] init.os: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] init.tools.unix: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] init.tools.windows: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] init.tools: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] setAsadminArgs: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] init: 17:00:18 [2023-03-05T22:00:18.351Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:18 [2023-03-05T22:00:18.351Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:18 [2023-03-05T22:00:18.351Z] [get] Not modified - so not downloaded 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] init.customtasks: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] prepare: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] redeploydir.asadmin: 17:00:18 [2023-03-05T22:00:18.351Z] 17:00:18 [2023-03-05T22:00:18.351Z] setAsadminArgs: 17:00:18 [2023-03-05T22:00:18.618Z] 17:00:18 [2023-03-05T22:00:18.618Z] common.redeploydir.asadmin: 17:00:18 [2023-03-05T22:00:18.618Z] 17:00:18 [2023-03-05T22:00:18.618Z] init.os: 17:00:18 [2023-03-05T22:00:18.618Z] 17:00:18 [2023-03-05T22:00:18.618Z] init.tools.unix: 17:00:18 [2023-03-05T22:00:18.618Z] 17:00:18 [2023-03-05T22:00:18.618Z] init.tools.windows: 17:00:18 [2023-03-05T22:00:18.618Z] 17:00:18 [2023-03-05T22:00:18.618Z] init.tools: 17:00:18 [2023-03-05T22:00:18.618Z] 17:00:18 [2023-03-05T22:00:18.618Z] setAsadminArgs: 17:00:18 [2023-03-05T22:00:18.618Z] 17:00:18 [2023-03-05T22:00:18.618Z] init: 17:00:18 [2023-03-05T22:00:18.618Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:18 [2023-03-05T22:00:18.618Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:18 [2023-03-05T22:00:18.618Z] [get] Not modified - so not downloaded 17:00:18 [2023-03-05T22:00:18.618Z] 17:00:18 [2023-03-05T22:00:18.618Z] init.customtasks: 17:00:18 [2023-03-05T22:00:18.618Z] 17:00:18 [2023-03-05T22:00:18.618Z] common.run.asadmin: 17:00:18 [2023-03-05T22:00:18.618Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/deploydir/deploydir 17:00:18 [2023-03-05T22:00:18.874Z] [exec] Deprecated syntax, instead use: 17:00:18 [2023-03-05T22:00:18.874Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:00:19 [2023-03-05T22:00:19.129Z] [exec] Application deployed with name deploydir. 17:00:19 [2023-03-05T22:00:19.129Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:00:19 [2023-03-05T22:00:19.129Z] [exec] Command deploydir executed successfully. 17:00:19 [2023-03-05T22:00:19.129Z] 17:00:19 [2023-03-05T22:00:19.129Z] setHttpPort: 17:00:19 [2023-03-05T22:00:19.129Z] 17:00:19 [2023-03-05T22:00:19.129Z] run.positive: 17:00:19 [2023-03-05T22:00:19.129Z] 17:00:19 [2023-03-05T22:00:19.129Z] init.os: 17:00:19 [2023-03-05T22:00:19.129Z] 17:00:19 [2023-03-05T22:00:19.129Z] init.tools.unix: 17:00:19 [2023-03-05T22:00:19.129Z] 17:00:19 [2023-03-05T22:00:19.129Z] init.tools.windows: 17:00:19 [2023-03-05T22:00:19.129Z] 17:00:19 [2023-03-05T22:00:19.129Z] init.tools: 17:00:19 [2023-03-05T22:00:19.129Z] 17:00:19 [2023-03-05T22:00:19.129Z] setAsadminArgs: 17:00:19 [2023-03-05T22:00:19.129Z] 17:00:19 [2023-03-05T22:00:19.129Z] init: 17:00:19 [2023-03-05T22:00:19.129Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:19 [2023-03-05T22:00:19.130Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:19 [2023-03-05T22:00:19.130Z] [get] Not modified - so not downloaded 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] init.customtasks: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] runclient: 17:00:19 [2023-03-05T22:00:19.130Z] [echo] TestClient http://localhost:8080/deploydir/deploydir true 17:00:19 [2023-03-05T22:00:19.130Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/deploydir 17:00:19 [2023-03-05T22:00:19.130Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/deploydir/deploydir 17:00:19 [2023-03-05T22:00:19.130Z] [javaWithResult] [war.client.Client]:: <html> 17:00:19 [2023-03-05T22:00:19.130Z] [javaWithResult] [war.client.Client]:: <head> 17:00:19 [2023-03-05T22:00:19.130Z] [javaWithResult] [war.client.Client]:: <title>TestServlet</title> 17:00:19 [2023-03-05T22:00:19.130Z] [javaWithResult] [war.client.Client]:: </head> 17:00:19 [2023-03-05T22:00:19.130Z] [javaWithResult] [war.client.Client]:: <body> 17:00:19 [2023-03-05T22:00:19.130Z] [javaWithResult] [war.client.Client]:: <p> 17:00:19 [2023-03-05T22:00:19.130Z] [javaWithResult] [war.client.Client]:: So what is your lucky number? 17:00:19 [2023-03-05T22:00:19.130Z] [javaWithResult] [war.client.Client]:: </p> 17:00:19 [2023-03-05T22:00:19.130Z] [javaWithResult] [war.client.Client]:: Mine is [888] 17:00:19 [2023-03-05T22:00:19.130Z] [javaWithResult] [war.client.Client]:: </body> 17:00:19 [2023-03-05T22:00:19.130Z] [javaWithResult] [war.client.Client]:: </html> 17:00:19 [2023-03-05T22:00:19.130Z] [javaWithResult] [war.client.Client]:: Correct return code: 200 17:00:19 [2023-03-05T22:00:19.130Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/deploydir 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] processResult: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] failed: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] passed: 17:00:19 [2023-03-05T22:00:19.130Z] [echo] Test deploydir Passed 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] unknown: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] declare-test: 17:00:19 [2023-03-05T22:00:19.130Z] [echo] Starting test deploydir war/deploydir Test asadmin v3 redeploydir 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] init.os: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] init.tools.unix: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] init.tools.windows: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] init.tools: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] setAsadminArgs: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] init: 17:00:19 [2023-03-05T22:00:19.130Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:19 [2023-03-05T22:00:19.130Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:19 [2023-03-05T22:00:19.130Z] [get] Not modified - so not downloaded 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] init.customtasks: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] prepare: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] v3.redeploydir.asadmin: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] setAsadminArgs: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] common.v3.redeploy.asadmin: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] init.os: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] init.tools.unix: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] init.tools.windows: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] init.tools: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] setAsadminArgs: 17:00:19 [2023-03-05T22:00:19.130Z] 17:00:19 [2023-03-05T22:00:19.130Z] init: 17:00:19 [2023-03-05T22:00:19.130Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:19 [2023-03-05T22:00:19.130Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:19 [2023-03-05T22:00:19.386Z] [get] Not modified - so not downloaded 17:00:19 [2023-03-05T22:00:19.386Z] 17:00:19 [2023-03-05T22:00:19.386Z] init.customtasks: 17:00:19 [2023-03-05T22:00:19.386Z] 17:00:19 [2023-03-05T22:00:19.386Z] delAppRef: 17:00:19 [2023-03-05T22:00:19.386Z] 17:00:19 [2023-03-05T22:00:19.386Z] init.os: 17:00:19 [2023-03-05T22:00:19.386Z] 17:00:19 [2023-03-05T22:00:19.386Z] init.tools.unix: 17:00:19 [2023-03-05T22:00:19.386Z] 17:00:19 [2023-03-05T22:00:19.386Z] init.tools.windows: 17:00:19 [2023-03-05T22:00:19.386Z] 17:00:19 [2023-03-05T22:00:19.386Z] init.tools: 17:00:19 [2023-03-05T22:00:19.386Z] 17:00:19 [2023-03-05T22:00:19.386Z] setAsadminArgs: 17:00:19 [2023-03-05T22:00:19.386Z] 17:00:19 [2023-03-05T22:00:19.386Z] init: 17:00:19 [2023-03-05T22:00:19.386Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:19 [2023-03-05T22:00:19.386Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:19 [2023-03-05T22:00:19.386Z] [get] Not modified - so not downloaded 17:00:19 [2023-03-05T22:00:19.386Z] 17:00:19 [2023-03-05T22:00:19.386Z] init.customtasks: 17:00:19 [2023-03-05T22:00:19.386Z] 17:00:19 [2023-03-05T22:00:19.386Z] common.run.asadmin: 17:00:19 [2023-03-05T22:00:19.386Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin redeploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name deploydir 17:00:19 [2023-03-05T22:00:19.670Z] [exec] Deprecated syntax, instead use: 17:00:19 [2023-03-05T22:00:19.670Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 redeploy [options] ... 17:00:19 [2023-03-05T22:00:19.926Z] [exec] Application deployed with name deploydir. 17:00:19 [2023-03-05T22:00:19.926Z] [exec] Command redeploy executed successfully. 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.os: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.tools.unix: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.tools.windows: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.tools: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] setAsadminArgs: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init: 17:00:19 [2023-03-05T22:00:19.926Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:19 [2023-03-05T22:00:19.926Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:19 [2023-03-05T22:00:19.926Z] [get] Not modified - so not downloaded 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.customtasks: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] setEnabled: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] createAppRef: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] setHttpPort: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] run.positive: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.os: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.tools.unix: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.tools.windows: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.tools: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] setAsadminArgs: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init: 17:00:19 [2023-03-05T22:00:19.926Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:19 [2023-03-05T22:00:19.926Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:19 [2023-03-05T22:00:19.926Z] [get] Not modified - so not downloaded 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.customtasks: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] runclient: 17:00:19 [2023-03-05T22:00:19.926Z] [echo] TestClient http://localhost:8080/deploydir/deploydir true 17:00:19 [2023-03-05T22:00:19.926Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/deploydir 17:00:19 [2023-03-05T22:00:19.926Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/deploydir/deploydir 17:00:19 [2023-03-05T22:00:19.926Z] [javaWithResult] [war.client.Client]:: <html> 17:00:19 [2023-03-05T22:00:19.926Z] [javaWithResult] [war.client.Client]:: <head> 17:00:19 [2023-03-05T22:00:19.926Z] [javaWithResult] [war.client.Client]:: <title>TestServlet</title> 17:00:19 [2023-03-05T22:00:19.926Z] [javaWithResult] [war.client.Client]:: </head> 17:00:19 [2023-03-05T22:00:19.926Z] [javaWithResult] [war.client.Client]:: <body> 17:00:19 [2023-03-05T22:00:19.926Z] [javaWithResult] [war.client.Client]:: <p> 17:00:19 [2023-03-05T22:00:19.926Z] [javaWithResult] [war.client.Client]:: So what is your lucky number? 17:00:19 [2023-03-05T22:00:19.926Z] [javaWithResult] [war.client.Client]:: </p> 17:00:19 [2023-03-05T22:00:19.926Z] [javaWithResult] [war.client.Client]:: Mine is [888] 17:00:19 [2023-03-05T22:00:19.926Z] [javaWithResult] [war.client.Client]:: </body> 17:00:19 [2023-03-05T22:00:19.926Z] [javaWithResult] [war.client.Client]:: </html> 17:00:19 [2023-03-05T22:00:19.926Z] [javaWithResult] [war.client.Client]:: Correct return code: 200 17:00:19 [2023-03-05T22:00:19.926Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/deploydir 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] processResult: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] failed: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] passed: 17:00:19 [2023-03-05T22:00:19.926Z] [echo] Test deploydir Passed 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] unknown: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] declare-test: 17:00:19 [2023-03-05T22:00:19.926Z] [echo] Starting test deploydir war/deploydir Test asadmin v3 redeploy 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.os: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.tools.unix: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.tools.windows: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.tools: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] setAsadminArgs: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init: 17:00:19 [2023-03-05T22:00:19.926Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:19 [2023-03-05T22:00:19.926Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:19 [2023-03-05T22:00:19.926Z] [get] Not modified - so not downloaded 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.customtasks: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] prepare: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] v3.redeploy.asadmin: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] setAsadminArgs: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] common.v3.redeploy.asadmin: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.os: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.tools.unix: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.tools.windows: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init.tools: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] setAsadminArgs: 17:00:19 [2023-03-05T22:00:19.926Z] 17:00:19 [2023-03-05T22:00:19.926Z] init: 17:00:19 [2023-03-05T22:00:19.926Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:19 [2023-03-05T22:00:19.926Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:20 [2023-03-05T22:00:20.182Z] [get] Not modified - so not downloaded 17:00:20 [2023-03-05T22:00:20.182Z] 17:00:20 [2023-03-05T22:00:20.182Z] init.customtasks: 17:00:20 [2023-03-05T22:00:20.182Z] 17:00:20 [2023-03-05T22:00:20.182Z] delAppRef: 17:00:20 [2023-03-05T22:00:20.182Z] 17:00:20 [2023-03-05T22:00:20.182Z] init.os: 17:00:20 [2023-03-05T22:00:20.182Z] 17:00:20 [2023-03-05T22:00:20.182Z] init.tools.unix: 17:00:20 [2023-03-05T22:00:20.182Z] 17:00:20 [2023-03-05T22:00:20.182Z] init.tools.windows: 17:00:20 [2023-03-05T22:00:20.182Z] 17:00:20 [2023-03-05T22:00:20.182Z] init.tools: 17:00:20 [2023-03-05T22:00:20.182Z] 17:00:20 [2023-03-05T22:00:20.182Z] setAsadminArgs: 17:00:20 [2023-03-05T22:00:20.182Z] 17:00:20 [2023-03-05T22:00:20.182Z] init: 17:00:20 [2023-03-05T22:00:20.182Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:20 [2023-03-05T22:00:20.182Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:20 [2023-03-05T22:00:20.182Z] [get] Not modified - so not downloaded 17:00:20 [2023-03-05T22:00:20.182Z] 17:00:20 [2023-03-05T22:00:20.182Z] init.customtasks: 17:00:20 [2023-03-05T22:00:20.182Z] 17:00:20 [2023-03-05T22:00:20.182Z] common.run.asadmin: 17:00:20 [2023-03-05T22:00:20.182Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin redeploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name deploydir /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/deploydir/deploydir 17:00:20 [2023-03-05T22:00:20.182Z] [exec] Deprecated syntax, instead use: 17:00:20 [2023-03-05T22:00:20.182Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 redeploy [options] ... 17:00:20 [2023-03-05T22:00:20.471Z] [exec] Application deployed with name deploydir. 17:00:20 [2023-03-05T22:00:20.471Z] [exec] Command redeploy executed successfully. 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] init.os: 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] init.tools.unix: 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] init.tools.windows: 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] init.tools: 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] setAsadminArgs: 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] init: 17:00:20 [2023-03-05T22:00:20.471Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:20 [2023-03-05T22:00:20.471Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:20 [2023-03-05T22:00:20.471Z] [get] Not modified - so not downloaded 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] init.customtasks: 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] setEnabled: 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] createAppRef: 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] setHttpPort: 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] run.positive: 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] init.os: 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] init.tools.unix: 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] init.tools.windows: 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] init.tools: 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] setAsadminArgs: 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] init: 17:00:20 [2023-03-05T22:00:20.471Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:20 [2023-03-05T22:00:20.471Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:20 [2023-03-05T22:00:20.471Z] [get] Not modified - so not downloaded 17:00:20 [2023-03-05T22:00:20.471Z] 17:00:20 [2023-03-05T22:00:20.471Z] init.customtasks: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] runclient: 17:00:20 [2023-03-05T22:00:20.728Z] [echo] TestClient http://localhost:8080/deploydir/deploydir true 17:00:20 [2023-03-05T22:00:20.728Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/deploydir 17:00:20 [2023-03-05T22:00:20.728Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/deploydir/deploydir 17:00:20 [2023-03-05T22:00:20.728Z] [javaWithResult] [war.client.Client]:: <html> 17:00:20 [2023-03-05T22:00:20.728Z] [javaWithResult] [war.client.Client]:: <head> 17:00:20 [2023-03-05T22:00:20.728Z] [javaWithResult] [war.client.Client]:: <title>TestServlet</title> 17:00:20 [2023-03-05T22:00:20.728Z] [javaWithResult] [war.client.Client]:: </head> 17:00:20 [2023-03-05T22:00:20.728Z] [javaWithResult] [war.client.Client]:: <body> 17:00:20 [2023-03-05T22:00:20.728Z] [javaWithResult] [war.client.Client]:: <p> 17:00:20 [2023-03-05T22:00:20.728Z] [javaWithResult] [war.client.Client]:: So what is your lucky number? 17:00:20 [2023-03-05T22:00:20.728Z] [javaWithResult] [war.client.Client]:: </p> 17:00:20 [2023-03-05T22:00:20.728Z] [javaWithResult] [war.client.Client]:: Mine is [888] 17:00:20 [2023-03-05T22:00:20.728Z] [javaWithResult] [war.client.Client]:: </body> 17:00:20 [2023-03-05T22:00:20.728Z] [javaWithResult] [war.client.Client]:: </html> 17:00:20 [2023-03-05T22:00:20.728Z] [javaWithResult] [war.client.Client]:: Correct return code: 200 17:00:20 [2023-03-05T22:00:20.728Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/deploydir 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] processResult: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] failed: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] passed: 17:00:20 [2023-03-05T22:00:20.728Z] [echo] Test deploydir Passed 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] unknown: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] declare-test: 17:00:20 [2023-03-05T22:00:20.728Z] [echo] Starting test deploydir war/deploydir Test asadmin deploydir with a different context root 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] init.os: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] init.tools.unix: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] init.tools.windows: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] init.tools: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] setAsadminArgs: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] init: 17:00:20 [2023-03-05T22:00:20.728Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:20 [2023-03-05T22:00:20.728Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:20 [2023-03-05T22:00:20.728Z] [get] Not modified - so not downloaded 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] init.customtasks: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] prepare: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] redeploydir.asadmin.foo: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] setAsadminArgs: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] common.redeploydir.asadmin: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] init.os: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] init.tools.unix: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] init.tools.windows: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] init.tools: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] setAsadminArgs: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] init: 17:00:20 [2023-03-05T22:00:20.728Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:20 [2023-03-05T22:00:20.728Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:20 [2023-03-05T22:00:20.728Z] [get] Not modified - so not downloaded 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] init.customtasks: 17:00:20 [2023-03-05T22:00:20.728Z] 17:00:20 [2023-03-05T22:00:20.728Z] common.run.asadmin: 17:00:20 [2023-03-05T22:00:20.728Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --contextroot foo /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/deploydir/deploydir 17:00:20 [2023-03-05T22:00:20.984Z] [exec] Deprecated syntax, instead use: 17:00:20 [2023-03-05T22:00:20.984Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:00:21 [2023-03-05T22:00:21.240Z] [exec] Application deployed with name deploydir. 17:00:21 [2023-03-05T22:00:21.240Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:00:21 [2023-03-05T22:00:21.240Z] [exec] Command deploydir executed successfully. 17:00:21 [2023-03-05T22:00:21.240Z] 17:00:21 [2023-03-05T22:00:21.240Z] setHttpPort: 17:00:21 [2023-03-05T22:00:21.240Z] 17:00:21 [2023-03-05T22:00:21.240Z] run.positive.foo: 17:00:21 [2023-03-05T22:00:21.240Z] 17:00:21 [2023-03-05T22:00:21.240Z] init.os: 17:00:21 [2023-03-05T22:00:21.240Z] 17:00:21 [2023-03-05T22:00:21.240Z] init.tools.unix: 17:00:21 [2023-03-05T22:00:21.240Z] 17:00:21 [2023-03-05T22:00:21.240Z] init.tools.windows: 17:00:21 [2023-03-05T22:00:21.240Z] 17:00:21 [2023-03-05T22:00:21.240Z] init.tools: 17:00:21 [2023-03-05T22:00:21.240Z] 17:00:21 [2023-03-05T22:00:21.240Z] setAsadminArgs: 17:00:21 [2023-03-05T22:00:21.240Z] 17:00:21 [2023-03-05T22:00:21.240Z] init: 17:00:21 [2023-03-05T22:00:21.240Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:21 [2023-03-05T22:00:21.240Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:21 [2023-03-05T22:00:21.240Z] [get] Not modified - so not downloaded 17:00:21 [2023-03-05T22:00:21.240Z] 17:00:21 [2023-03-05T22:00:21.240Z] init.customtasks: 17:00:21 [2023-03-05T22:00:21.240Z] 17:00:21 [2023-03-05T22:00:21.240Z] runclient: 17:00:21 [2023-03-05T22:00:21.240Z] [echo] TestClient http://localhost:8080/foo/deploydir true 17:00:21 [2023-03-05T22:00:21.240Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/deploydir 17:00:21 [2023-03-05T22:00:21.240Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/foo/deploydir 17:00:21 [2023-03-05T22:00:21.240Z] [javaWithResult] [war.client.Client]:: <html> 17:00:21 [2023-03-05T22:00:21.240Z] [javaWithResult] [war.client.Client]:: <head> 17:00:21 [2023-03-05T22:00:21.240Z] [javaWithResult] [war.client.Client]:: <title>TestServlet</title> 17:00:21 [2023-03-05T22:00:21.240Z] [javaWithResult] [war.client.Client]:: </head> 17:00:21 [2023-03-05T22:00:21.241Z] [javaWithResult] [war.client.Client]:: <body> 17:00:21 [2023-03-05T22:00:21.241Z] [javaWithResult] [war.client.Client]:: <p> 17:00:21 [2023-03-05T22:00:21.241Z] [javaWithResult] [war.client.Client]:: So what is your lucky number? 17:00:21 [2023-03-05T22:00:21.241Z] [javaWithResult] [war.client.Client]:: </p> 17:00:21 [2023-03-05T22:00:21.241Z] [javaWithResult] [war.client.Client]:: Mine is [888] 17:00:21 [2023-03-05T22:00:21.241Z] [javaWithResult] [war.client.Client]:: </body> 17:00:21 [2023-03-05T22:00:21.241Z] [javaWithResult] [war.client.Client]:: </html> 17:00:21 [2023-03-05T22:00:21.241Z] [javaWithResult] [war.client.Client]:: Correct return code: 200 17:00:21 [2023-03-05T22:00:21.241Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/deploydir 17:00:21 [2023-03-05T22:00:21.241Z] 17:00:21 [2023-03-05T22:00:21.241Z] processResult: 17:00:21 [2023-03-05T22:00:21.241Z] 17:00:21 [2023-03-05T22:00:21.241Z] failed: 17:00:21 [2023-03-05T22:00:21.241Z] 17:00:21 [2023-03-05T22:00:21.241Z] passed: 17:00:21 [2023-03-05T22:00:21.241Z] [echo] Test deploydir Passed 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] unknown: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] declare-test: 17:00:21 [2023-03-05T22:00:21.519Z] [echo] Starting test deploydir war/deploydir Test asadmin redeploydir preserves context root 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] init.os: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] init.tools.unix: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] init.tools.windows: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] init.tools: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] setAsadminArgs: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] init: 17:00:21 [2023-03-05T22:00:21.519Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:21 [2023-03-05T22:00:21.519Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:21 [2023-03-05T22:00:21.519Z] [get] Not modified - so not downloaded 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] init.customtasks: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] prepare: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] redeploydir.asadmin: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] setAsadminArgs: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] common.redeploydir.asadmin: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] init.os: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] init.tools.unix: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] init.tools.windows: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] init.tools: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] setAsadminArgs: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] init: 17:00:21 [2023-03-05T22:00:21.519Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:21 [2023-03-05T22:00:21.519Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:21 [2023-03-05T22:00:21.519Z] [get] Not modified - so not downloaded 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] init.customtasks: 17:00:21 [2023-03-05T22:00:21.519Z] 17:00:21 [2023-03-05T22:00:21.519Z] common.run.asadmin: 17:00:21 [2023-03-05T22:00:21.519Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/deploydir/deploydir 17:00:21 [2023-03-05T22:00:21.519Z] [exec] Deprecated syntax, instead use: 17:00:21 [2023-03-05T22:00:21.519Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:00:21 [2023-03-05T22:00:21.776Z] [exec] Application deployed with name deploydir. 17:00:21 [2023-03-05T22:00:21.776Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:00:21 [2023-03-05T22:00:21.776Z] [exec] Command deploydir executed successfully. 17:00:21 [2023-03-05T22:00:21.776Z] 17:00:21 [2023-03-05T22:00:21.776Z] setHttpPort: 17:00:21 [2023-03-05T22:00:21.776Z] 17:00:21 [2023-03-05T22:00:21.776Z] run.positive.foo: 17:00:21 [2023-03-05T22:00:21.776Z] 17:00:21 [2023-03-05T22:00:21.776Z] init.os: 17:00:21 [2023-03-05T22:00:21.776Z] 17:00:21 [2023-03-05T22:00:21.776Z] init.tools.unix: 17:00:21 [2023-03-05T22:00:21.776Z] 17:00:21 [2023-03-05T22:00:21.776Z] init.tools.windows: 17:00:21 [2023-03-05T22:00:21.776Z] 17:00:21 [2023-03-05T22:00:21.776Z] init.tools: 17:00:21 [2023-03-05T22:00:21.776Z] 17:00:21 [2023-03-05T22:00:21.776Z] setAsadminArgs: 17:00:21 [2023-03-05T22:00:21.776Z] 17:00:21 [2023-03-05T22:00:21.776Z] init: 17:00:21 [2023-03-05T22:00:21.776Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:21 [2023-03-05T22:00:21.776Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:21 [2023-03-05T22:00:21.776Z] [get] Not modified - so not downloaded 17:00:21 [2023-03-05T22:00:21.776Z] 17:00:21 [2023-03-05T22:00:21.776Z] init.customtasks: 17:00:21 [2023-03-05T22:00:21.776Z] 17:00:21 [2023-03-05T22:00:21.776Z] runclient: 17:00:21 [2023-03-05T22:00:21.776Z] [echo] TestClient http://localhost:8080/foo/deploydir true 17:00:22 [2023-03-05T22:00:22.032Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/deploydir 17:00:22 [2023-03-05T22:00:22.032Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/foo/deploydir 17:00:22 [2023-03-05T22:00:22.032Z] [javaWithResult] [war.client.Client]:: <html> 17:00:22 [2023-03-05T22:00:22.032Z] [javaWithResult] [war.client.Client]:: <head> 17:00:22 [2023-03-05T22:00:22.032Z] [javaWithResult] [war.client.Client]:: <title>TestServlet</title> 17:00:22 [2023-03-05T22:00:22.032Z] [javaWithResult] [war.client.Client]:: </head> 17:00:22 [2023-03-05T22:00:22.032Z] [javaWithResult] [war.client.Client]:: <body> 17:00:22 [2023-03-05T22:00:22.032Z] [javaWithResult] [war.client.Client]:: <p> 17:00:22 [2023-03-05T22:00:22.032Z] [javaWithResult] [war.client.Client]:: So what is your lucky number? 17:00:22 [2023-03-05T22:00:22.032Z] [javaWithResult] [war.client.Client]:: </p> 17:00:22 [2023-03-05T22:00:22.032Z] [javaWithResult] [war.client.Client]:: Mine is [888] 17:00:22 [2023-03-05T22:00:22.032Z] [javaWithResult] [war.client.Client]:: </body> 17:00:22 [2023-03-05T22:00:22.032Z] [javaWithResult] [war.client.Client]:: </html> 17:00:22 [2023-03-05T22:00:22.032Z] [javaWithResult] [war.client.Client]:: Correct return code: 200 17:00:22 [2023-03-05T22:00:22.032Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/deploydir 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] processResult: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] failed: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] passed: 17:00:22 [2023-03-05T22:00:22.032Z] [echo] Test deploydir Passed 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] unknown: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] declare-test: 17:00:22 [2023-03-05T22:00:22.032Z] [echo] Starting test deploydir war/deploydir Test v3 asadmin redeploydir preserves context root 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init.os: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init.tools.unix: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init.tools.windows: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init.tools: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] setAsadminArgs: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init: 17:00:22 [2023-03-05T22:00:22.032Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:22 [2023-03-05T22:00:22.032Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:22 [2023-03-05T22:00:22.032Z] [get] Not modified - so not downloaded 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init.customtasks: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] prepare: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] v3.redeploydir.asadmin: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] setAsadminArgs: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] common.v3.redeploy.asadmin: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init.os: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init.tools.unix: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init.tools.windows: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init.tools: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] setAsadminArgs: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init: 17:00:22 [2023-03-05T22:00:22.032Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:22 [2023-03-05T22:00:22.032Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:22 [2023-03-05T22:00:22.032Z] [get] Not modified - so not downloaded 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init.customtasks: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] delAppRef: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init.os: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init.tools.unix: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init.tools.windows: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init.tools: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] setAsadminArgs: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init: 17:00:22 [2023-03-05T22:00:22.032Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:22 [2023-03-05T22:00:22.032Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:22 [2023-03-05T22:00:22.032Z] [get] Not modified - so not downloaded 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] init.customtasks: 17:00:22 [2023-03-05T22:00:22.032Z] 17:00:22 [2023-03-05T22:00:22.032Z] common.run.asadmin: 17:00:22 [2023-03-05T22:00:22.032Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin redeploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name deploydir 17:00:22 [2023-03-05T22:00:22.288Z] [exec] Deprecated syntax, instead use: 17:00:22 [2023-03-05T22:00:22.288Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 redeploy [options] ... 17:00:22 [2023-03-05T22:00:22.288Z] [exec] Application deployed with name deploydir. 17:00:22 [2023-03-05T22:00:22.288Z] [exec] Command redeploy executed successfully. 17:00:22 [2023-03-05T22:00:22.288Z] 17:00:22 [2023-03-05T22:00:22.288Z] init.os: 17:00:22 [2023-03-05T22:00:22.288Z] 17:00:22 [2023-03-05T22:00:22.288Z] init.tools.unix: 17:00:22 [2023-03-05T22:00:22.288Z] 17:00:22 [2023-03-05T22:00:22.288Z] init.tools.windows: 17:00:22 [2023-03-05T22:00:22.288Z] 17:00:22 [2023-03-05T22:00:22.288Z] init.tools: 17:00:22 [2023-03-05T22:00:22.288Z] 17:00:22 [2023-03-05T22:00:22.288Z] setAsadminArgs: 17:00:22 [2023-03-05T22:00:22.288Z] 17:00:22 [2023-03-05T22:00:22.288Z] init: 17:00:22 [2023-03-05T22:00:22.288Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:22 [2023-03-05T22:00:22.288Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:22 [2023-03-05T22:00:22.545Z] [get] Not modified - so not downloaded 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init.customtasks: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] setEnabled: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] createAppRef: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] setHttpPort: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] run.positive.foo: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init.os: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init.tools.unix: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init.tools.windows: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init.tools: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] setAsadminArgs: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init: 17:00:22 [2023-03-05T22:00:22.545Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:22 [2023-03-05T22:00:22.545Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:22 [2023-03-05T22:00:22.545Z] [get] Not modified - so not downloaded 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init.customtasks: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] runclient: 17:00:22 [2023-03-05T22:00:22.545Z] [echo] TestClient http://localhost:8080/foo/deploydir true 17:00:22 [2023-03-05T22:00:22.545Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/deploydir 17:00:22 [2023-03-05T22:00:22.545Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/foo/deploydir 17:00:22 [2023-03-05T22:00:22.545Z] [javaWithResult] [war.client.Client]:: <html> 17:00:22 [2023-03-05T22:00:22.545Z] [javaWithResult] [war.client.Client]:: <head> 17:00:22 [2023-03-05T22:00:22.545Z] [javaWithResult] [war.client.Client]:: <title>TestServlet</title> 17:00:22 [2023-03-05T22:00:22.545Z] [javaWithResult] [war.client.Client]:: </head> 17:00:22 [2023-03-05T22:00:22.545Z] [javaWithResult] [war.client.Client]:: <body> 17:00:22 [2023-03-05T22:00:22.545Z] [javaWithResult] [war.client.Client]:: <p> 17:00:22 [2023-03-05T22:00:22.545Z] [javaWithResult] [war.client.Client]:: So what is your lucky number? 17:00:22 [2023-03-05T22:00:22.545Z] [javaWithResult] [war.client.Client]:: </p> 17:00:22 [2023-03-05T22:00:22.545Z] [javaWithResult] [war.client.Client]:: Mine is [888] 17:00:22 [2023-03-05T22:00:22.545Z] [javaWithResult] [war.client.Client]:: </body> 17:00:22 [2023-03-05T22:00:22.545Z] [javaWithResult] [war.client.Client]:: </html> 17:00:22 [2023-03-05T22:00:22.545Z] [javaWithResult] [war.client.Client]:: Correct return code: 200 17:00:22 [2023-03-05T22:00:22.545Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/deploydir 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] processResult: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] failed: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] passed: 17:00:22 [2023-03-05T22:00:22.545Z] [echo] Test deploydir Passed 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] unknown: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] declare-test: 17:00:22 [2023-03-05T22:00:22.545Z] [echo] Starting test deploydir war/deploydir Test asadmin undeploydir 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] undeploy.asadmin: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] setAsadminArgs: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] common.undeploy.asadmin: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init.os: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init.tools.unix: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init.tools.windows: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init.tools: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] setAsadminArgs: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init: 17:00:22 [2023-03-05T22:00:22.545Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:22 [2023-03-05T22:00:22.545Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:22 [2023-03-05T22:00:22.545Z] [get] Not modified - so not downloaded 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init.customtasks: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] delAppRef: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init.os: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init.tools.unix: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init.tools.windows: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init.tools: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] setAsadminArgs: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init: 17:00:22 [2023-03-05T22:00:22.545Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:22 [2023-03-05T22:00:22.545Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:22 [2023-03-05T22:00:22.545Z] [get] Not modified - so not downloaded 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] init.customtasks: 17:00:22 [2023-03-05T22:00:22.545Z] 17:00:22 [2023-03-05T22:00:22.545Z] common.run.asadmin: 17:00:22 [2023-03-05T22:00:22.545Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir 17:00:22 [2023-03-05T22:00:22.801Z] [exec] Deprecated syntax, instead use: 17:00:22 [2023-03-05T22:00:22.801Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:00:22 [2023-03-05T22:00:22.801Z] [exec] Command undeploy executed successfully. 17:00:22 [2023-03-05T22:00:22.801Z] 17:00:22 [2023-03-05T22:00:22.801Z] setHttpPort: 17:00:22 [2023-03-05T22:00:22.801Z] 17:00:22 [2023-03-05T22:00:22.801Z] run.negative: 17:00:22 [2023-03-05T22:00:22.801Z] 17:00:22 [2023-03-05T22:00:22.801Z] init.os: 17:00:22 [2023-03-05T22:00:22.801Z] 17:00:22 [2023-03-05T22:00:22.801Z] init.tools.unix: 17:00:22 [2023-03-05T22:00:22.801Z] 17:00:22 [2023-03-05T22:00:22.801Z] init.tools.windows: 17:00:22 [2023-03-05T22:00:22.801Z] 17:00:22 [2023-03-05T22:00:22.801Z] init.tools: 17:00:22 [2023-03-05T22:00:22.801Z] 17:00:22 [2023-03-05T22:00:22.801Z] setAsadminArgs: 17:00:22 [2023-03-05T22:00:22.801Z] 17:00:22 [2023-03-05T22:00:22.801Z] init: 17:00:22 [2023-03-05T22:00:22.801Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:22 [2023-03-05T22:00:22.801Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:22 [2023-03-05T22:00:22.801Z] [get] Not modified - so not downloaded 17:00:22 [2023-03-05T22:00:22.801Z] 17:00:22 [2023-03-05T22:00:22.801Z] init.customtasks: 17:00:22 [2023-03-05T22:00:22.801Z] 17:00:22 [2023-03-05T22:00:22.801Z] runclient: 17:00:22 [2023-03-05T22:00:22.801Z] [echo] TestClient http://localhost:8080/deploydir/deploydir false 17:00:23 [2023-03-05T22:00:23.057Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/deploydir 17:00:23 [2023-03-05T22:00:23.057Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/deploydir/deploydir 17:00:23 [2023-03-05T22:00:23.057Z] [javaWithResult] [war.client.Client]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080/deploydir/deploydir 17:00:23 [2023-03-05T22:00:23.057Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/deploydir 17:00:23 [2023-03-05T22:00:23.057Z] 17:00:23 [2023-03-05T22:00:23.057Z] processResult: 17:00:23 [2023-03-05T22:00:23.057Z] 17:00:23 [2023-03-05T22:00:23.057Z] failed: 17:00:23 [2023-03-05T22:00:23.057Z] 17:00:23 [2023-03-05T22:00:23.057Z] passed: 17:00:23 [2023-03-05T22:00:23.057Z] [echo] Test deploydir Passed 17:00:23 [2023-03-05T22:00:23.057Z] 17:00:23 [2023-03-05T22:00:23.057Z] unknown: 17:00:23 [2023-03-05T22:00:23.057Z] 17:00:23 [2023-03-05T22:00:23.057Z] private-all: 17:00:23 [2023-03-05T22:00:23.057Z] 17:00:23 [2023-03-05T22:00:23.057Z] declare-test: 17:00:23 [2023-03-05T22:00:23.057Z] [echo] Starting test virtualserver war/virtualserver Test asadmin deploy1 17:00:23 [2023-03-05T22:00:23.057Z] 17:00:23 [2023-03-05T22:00:23.057Z] init.os: 17:00:23 [2023-03-05T22:00:23.057Z] 17:00:23 [2023-03-05T22:00:23.057Z] init.tools.unix: 17:00:23 [2023-03-05T22:00:23.057Z] 17:00:23 [2023-03-05T22:00:23.057Z] init.tools.windows: 17:00:23 [2023-03-05T22:00:23.057Z] 17:00:23 [2023-03-05T22:00:23.057Z] init.tools: 17:00:23 [2023-03-05T22:00:23.057Z] 17:00:23 [2023-03-05T22:00:23.057Z] setAsadminArgs: 17:00:23 [2023-03-05T22:00:23.057Z] 17:00:23 [2023-03-05T22:00:23.057Z] init: 17:00:23 [2023-03-05T22:00:23.057Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:23 [2023-03-05T22:00:23.057Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:23 [2023-03-05T22:00:23.057Z] [get] Not modified - so not downloaded 17:00:23 [2023-03-05T22:00:23.057Z] 17:00:23 [2023-03-05T22:00:23.057Z] init.customtasks: 17:00:23 [2023-03-05T22:00:23.057Z] 17:00:23 [2023-03-05T22:00:23.057Z] prepare: 17:00:23 [2023-03-05T22:00:23.057Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/virtualserver 17:00:23 [2023-03-05T22:00:23.057Z] 17:00:23 [2023-03-05T22:00:23.057Z] compile: 17:00:23 [2023-03-05T22:00:23.057Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/war/virtualserver/build.xml:44: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:00:23 [2023-03-05T22:00:23.057Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/virtualserver 17:00:23 [2023-03-05T22:00:23.057Z] 17:00:23 [2023-03-05T22:00:23.057Z] assemble: 17:00:23 [2023-03-05T22:00:23.057Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/virtualserver/virtualserver-portable.war 17:00:23 [2023-03-05T22:00:23.057Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/virtualserver/virtualserver-deployplan.jar 17:00:23 [2023-03-05T22:00:23.057Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/virtualserver/virtualserver.war 17:00:23 [2023-03-05T22:00:23.314Z] 17:00:23 [2023-03-05T22:00:23.314Z] create.virtual.server: 17:00:23 [2023-03-05T22:00:23.314Z] 17:00:23 [2023-03-05T22:00:23.314Z] setAsadminArgs: 17:00:23 [2023-03-05T22:00:23.314Z] 17:00:23 [2023-03-05T22:00:23.314Z] common.create.virtual.server.asadmin: 17:00:23 [2023-03-05T22:00:23.314Z] 17:00:23 [2023-03-05T22:00:23.314Z] init.os: 17:00:23 [2023-03-05T22:00:23.314Z] 17:00:23 [2023-03-05T22:00:23.314Z] init.tools.unix: 17:00:23 [2023-03-05T22:00:23.314Z] 17:00:23 [2023-03-05T22:00:23.314Z] init.tools.windows: 17:00:23 [2023-03-05T22:00:23.314Z] 17:00:23 [2023-03-05T22:00:23.314Z] init.tools: 17:00:23 [2023-03-05T22:00:23.314Z] 17:00:23 [2023-03-05T22:00:23.314Z] setAsadminArgs: 17:00:23 [2023-03-05T22:00:23.314Z] 17:00:23 [2023-03-05T22:00:23.314Z] init: 17:00:23 [2023-03-05T22:00:23.314Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:23 [2023-03-05T22:00:23.314Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:23 [2023-03-05T22:00:23.314Z] [get] Not modified - so not downloaded 17:00:23 [2023-03-05T22:00:23.314Z] 17:00:23 [2023-03-05T22:00:23.314Z] init.customtasks: 17:00:23 [2023-03-05T22:00:23.314Z] 17:00:23 [2023-03-05T22:00:23.314Z] common.run.asadmin: 17:00:23 [2023-03-05T22:00:23.314Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-virtual-server --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --hosts localhost server-foo 17:00:23 [2023-03-05T22:00:23.314Z] [exec] Deprecated syntax, instead use: 17:00:23 [2023-03-05T22:00:23.314Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-virtual-server [options] ... 17:00:23 [2023-03-05T22:00:23.571Z] [exec] Command create-virtual-server executed successfully. 17:00:23 [2023-03-05T22:00:23.571Z] 17:00:23 [2023-03-05T22:00:23.571Z] create.http.listener: 17:00:23 [2023-03-05T22:00:23.571Z] 17:00:23 [2023-03-05T22:00:23.571Z] setAsadminArgs: 17:00:23 [2023-03-05T22:00:23.571Z] 17:00:23 [2023-03-05T22:00:23.571Z] common.create.http.listener.asadmin: 17:00:23 [2023-03-05T22:00:23.571Z] 17:00:23 [2023-03-05T22:00:23.571Z] init.os: 17:00:23 [2023-03-05T22:00:23.571Z] 17:00:23 [2023-03-05T22:00:23.571Z] init.tools.unix: 17:00:23 [2023-03-05T22:00:23.571Z] 17:00:23 [2023-03-05T22:00:23.571Z] init.tools.windows: 17:00:23 [2023-03-05T22:00:23.571Z] 17:00:23 [2023-03-05T22:00:23.571Z] init.tools: 17:00:23 [2023-03-05T22:00:23.571Z] 17:00:23 [2023-03-05T22:00:23.571Z] setAsadminArgs: 17:00:23 [2023-03-05T22:00:23.571Z] 17:00:23 [2023-03-05T22:00:23.571Z] init: 17:00:23 [2023-03-05T22:00:23.571Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:23 [2023-03-05T22:00:23.571Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:23 [2023-03-05T22:00:23.571Z] [get] Not modified - so not downloaded 17:00:23 [2023-03-05T22:00:23.571Z] 17:00:23 [2023-03-05T22:00:23.571Z] init.customtasks: 17:00:23 [2023-03-05T22:00:23.571Z] 17:00:23 [2023-03-05T22:00:23.571Z] common.run.asadmin: 17:00:23 [2023-03-05T22:00:23.571Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-http-listener --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --listeneraddress 0.0.0.0 --listenerport 8081 --defaultvs server-foo --servername localhost --acceptorthreads 100 listener-foo 17:00:23 [2023-03-05T22:00:23.827Z] [exec] Deprecated syntax, instead use: 17:00:23 [2023-03-05T22:00:23.827Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-http-listener [options] ... 17:00:24 [2023-03-05T22:00:24.083Z] [exec] Command create-http-listener executed successfully. 17:00:24 [2023-03-05T22:00:24.083Z] 17:00:24 [2023-03-05T22:00:24.083Z] restart.server: 17:00:24 [2023-03-05T22:00:24.083Z] [echo] Restarting server... 17:00:25 [2023-03-05T22:00:25.019Z] [exec] Waiting for the domain to stop . 17:00:25 [2023-03-05T22:00:25.019Z] [exec] Waiting finished after 164 ms. 17:00:25 [2023-03-05T22:00:25.019Z] [exec] Command stop-domain executed successfully. 17:00:25 [2023-03-05T22:00:25.019Z] 17:00:25 [2023-03-05T22:00:25.019Z] start-process: 17:00:25 [2023-03-05T22:00:25.019Z] 17:00:25 [2023-03-05T22:00:25.019Z] start-process-non-windows: 17:00:25 [2023-03-05T22:00:25.275Z] [exec] Deprecated syntax, instead use: 17:00:25 [2023-03-05T22:00:25.275Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt start-domain [options] ... 17:00:29 [2023-03-05T22:00:29.519Z] [exec] Waiting for domain1 to start .... 17:00:29 [2023-03-05T22:00:29.519Z] [exec] Waiting finished after 3,623 ms. 17:00:29 [2023-03-05T22:00:29.520Z] [exec] Successfully started the domain : domain1 17:00:29 [2023-03-05T22:00:29.520Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 17:00:29 [2023-03-05T22:00:29.520Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 17:00:29 [2023-03-05T22:00:29.520Z] [exec] Admin Port: 4,848 17:00:29 [2023-03-05T22:00:29.520Z] [exec] Command start-domain executed successfully. 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] init.os: 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] init.tools.unix: 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] init.tools.windows: 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] init.tools: 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] setAsadminArgs: 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] init: 17:00:29 [2023-03-05T22:00:29.520Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:29 [2023-03-05T22:00:29.520Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:29 [2023-03-05T22:00:29.520Z] [get] Not modified - so not downloaded 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] init.customtasks: 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] prepare: 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] deploy.asadmin: 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] setAsadminArgs: 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] common.deploy.asadmin: 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] init.os: 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] init.tools.unix: 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] init.tools.windows: 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] init.tools: 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] setAsadminArgs: 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] init: 17:00:29 [2023-03-05T22:00:29.520Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:29 [2023-03-05T22:00:29.520Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:29 [2023-03-05T22:00:29.520Z] [get] Not modified - so not downloaded 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] init.customtasks: 17:00:29 [2023-03-05T22:00:29.520Z] 17:00:29 [2023-03-05T22:00:29.520Z] common.run.asadmin: 17:00:29 [2023-03-05T22:00:29.520Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --virtualservers server-foo /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/virtualserver/virtualserver.war 17:00:29 [2023-03-05T22:00:29.776Z] [exec] Deprecated syntax, instead use: 17:00:29 [2023-03-05T22:00:29.776Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:00:31 [2023-03-05T22:00:31.680Z] [exec] Application deployed with name virtualserver. 17:00:31 [2023-03-05T22:00:31.680Z] [exec] Command deploy executed successfully. 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] init.os: 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] init.tools.unix: 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] init.tools.windows: 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] init.tools: 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] setAsadminArgs: 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] init: 17:00:31 [2023-03-05T22:00:31.680Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:31 [2023-03-05T22:00:31.680Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:31 [2023-03-05T22:00:31.680Z] [get] Not modified - so not downloaded 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] init.customtasks: 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] setEnabled: 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] createAppRef: 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] setHttpPort: 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] run.positive: 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] init.os: 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] init.tools.unix: 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] init.tools.windows: 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] init.tools: 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] setAsadminArgs: 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] init: 17:00:31 [2023-03-05T22:00:31.680Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:31 [2023-03-05T22:00:31.680Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:31 [2023-03-05T22:00:31.680Z] [get] Not modified - so not downloaded 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] init.customtasks: 17:00:31 [2023-03-05T22:00:31.680Z] 17:00:31 [2023-03-05T22:00:31.680Z] runclient: 17:00:31 [2023-03-05T22:00:31.680Z] [echo] TestClient http://localhost:8080/war/virtualserver true 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/virtualserver 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/war/virtualserver 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] [war.client.Client]:: FAILED: devtests/deployment/war/virtualserver 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] java.io.FileNotFoundException: http://localhost:8080/war/virtualserver 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67) 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483) 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2048) 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2043) 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:2042) 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1609) 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] at virtualserver.client.TestClient.invokeServlet(TestClient.java:60) 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] at virtualserver.client.TestClient.doTest(TestClient.java:39) 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] at virtualserver.client.TestClient.main(TestClient.java:30) 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] Caused by: java.io.FileNotFoundException: http://localhost:8080/war/virtualserver 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1993) 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529) 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] at virtualserver.client.TestClient.invokeServlet(TestClient.java:59) 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] ... 2 more 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] Java Result: 255 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] processResult: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] failed: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] passed: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] unknown: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] writeLogToConsole: 17:00:31 [2023-03-05T22:00:31.936Z] [echo] Test virtualserver UNKNOWN at 05-Mar-2023 22:00:31.749 with return code 255 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] declare-test: 17:00:31 [2023-03-05T22:00:31.936Z] [echo] Starting test virtualserver war/virtualserver Test asadmin deploy2 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] setHttpPort: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] run.negative: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] init.os: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] init.tools.unix: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] init.tools.windows: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] init.tools: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] setAsadminArgs: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] init: 17:00:31 [2023-03-05T22:00:31.936Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:31 [2023-03-05T22:00:31.936Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:31 [2023-03-05T22:00:31.936Z] [get] Not modified - so not downloaded 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] init.customtasks: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] runclient: 17:00:31 [2023-03-05T22:00:31.936Z] [echo] TestClient http://localhost:8080/war/virtualserver false 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/virtualserver 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/war/virtualserver 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] [war.client.Client]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080/war/virtualserver 17:00:31 [2023-03-05T22:00:31.936Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/virtualserver 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] processResult: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] failed: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] passed: 17:00:31 [2023-03-05T22:00:31.936Z] [echo] Test virtualserver Passed 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] unknown: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] undeploy.asadmin: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] setAsadminArgs: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] common.undeploy.asadmin: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] init.os: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] init.tools.unix: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] init.tools.windows: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] init.tools: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] setAsadminArgs: 17:00:31 [2023-03-05T22:00:31.936Z] 17:00:31 [2023-03-05T22:00:31.936Z] init: 17:00:31 [2023-03-05T22:00:31.937Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:31 [2023-03-05T22:00:31.937Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:31 [2023-03-05T22:00:31.937Z] [get] Not modified - so not downloaded 17:00:31 [2023-03-05T22:00:31.937Z] 17:00:31 [2023-03-05T22:00:31.937Z] init.customtasks: 17:00:31 [2023-03-05T22:00:31.937Z] 17:00:31 [2023-03-05T22:00:31.937Z] delAppRef: 17:00:31 [2023-03-05T22:00:31.937Z] 17:00:31 [2023-03-05T22:00:31.937Z] init.os: 17:00:31 [2023-03-05T22:00:31.937Z] 17:00:31 [2023-03-05T22:00:31.937Z] init.tools.unix: 17:00:31 [2023-03-05T22:00:31.937Z] 17:00:31 [2023-03-05T22:00:31.937Z] init.tools.windows: 17:00:31 [2023-03-05T22:00:31.937Z] 17:00:31 [2023-03-05T22:00:31.937Z] init.tools: 17:00:31 [2023-03-05T22:00:31.937Z] 17:00:31 [2023-03-05T22:00:31.937Z] setAsadminArgs: 17:00:31 [2023-03-05T22:00:31.937Z] 17:00:31 [2023-03-05T22:00:31.937Z] init: 17:00:31 [2023-03-05T22:00:31.937Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:31 [2023-03-05T22:00:31.937Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:31 [2023-03-05T22:00:31.937Z] [get] Not modified - so not downloaded 17:00:31 [2023-03-05T22:00:31.937Z] 17:00:31 [2023-03-05T22:00:31.937Z] init.customtasks: 17:00:31 [2023-03-05T22:00:31.937Z] 17:00:31 [2023-03-05T22:00:31.937Z] common.run.asadmin: 17:00:31 [2023-03-05T22:00:31.937Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 virtualserver 17:00:32 [2023-03-05T22:00:32.218Z] [exec] Deprecated syntax, instead use: 17:00:32 [2023-03-05T22:00:32.218Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:00:32 [2023-03-05T22:00:32.475Z] [exec] Command undeploy executed successfully. 17:00:32 [2023-03-05T22:00:32.475Z] 17:00:32 [2023-03-05T22:00:32.475Z] delete.http.listener: 17:00:32 [2023-03-05T22:00:32.475Z] 17:00:32 [2023-03-05T22:00:32.475Z] setAsadminArgs: 17:00:32 [2023-03-05T22:00:32.475Z] 17:00:32 [2023-03-05T22:00:32.475Z] common.delete.http.listener.asadmin: 17:00:32 [2023-03-05T22:00:32.475Z] 17:00:32 [2023-03-05T22:00:32.475Z] init.os: 17:00:32 [2023-03-05T22:00:32.475Z] 17:00:32 [2023-03-05T22:00:32.475Z] init.tools.unix: 17:00:32 [2023-03-05T22:00:32.475Z] 17:00:32 [2023-03-05T22:00:32.475Z] init.tools.windows: 17:00:32 [2023-03-05T22:00:32.475Z] 17:00:32 [2023-03-05T22:00:32.475Z] init.tools: 17:00:32 [2023-03-05T22:00:32.475Z] 17:00:32 [2023-03-05T22:00:32.475Z] setAsadminArgs: 17:00:32 [2023-03-05T22:00:32.475Z] 17:00:32 [2023-03-05T22:00:32.475Z] init: 17:00:32 [2023-03-05T22:00:32.475Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:32 [2023-03-05T22:00:32.475Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:32 [2023-03-05T22:00:32.475Z] [get] Not modified - so not downloaded 17:00:32 [2023-03-05T22:00:32.475Z] 17:00:32 [2023-03-05T22:00:32.475Z] init.customtasks: 17:00:32 [2023-03-05T22:00:32.475Z] 17:00:32 [2023-03-05T22:00:32.475Z] common.run.asadmin: 17:00:32 [2023-03-05T22:00:32.475Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-http-listener --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 listener-foo 17:00:32 [2023-03-05T22:00:32.731Z] [exec] Deprecated syntax, instead use: 17:00:32 [2023-03-05T22:00:32.731Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-http-listener [options] ... 17:00:32 [2023-03-05T22:00:32.987Z] [exec] Command delete-http-listener executed successfully. 17:00:32 [2023-03-05T22:00:32.987Z] 17:00:32 [2023-03-05T22:00:32.987Z] delete.virtual.server: 17:00:32 [2023-03-05T22:00:32.987Z] 17:00:32 [2023-03-05T22:00:32.987Z] setAsadminArgs: 17:00:32 [2023-03-05T22:00:32.987Z] 17:00:32 [2023-03-05T22:00:32.987Z] common.delete.virtual.server.asadmin: 17:00:32 [2023-03-05T22:00:32.987Z] 17:00:32 [2023-03-05T22:00:32.987Z] init.os: 17:00:32 [2023-03-05T22:00:32.987Z] 17:00:32 [2023-03-05T22:00:32.987Z] init.tools.unix: 17:00:32 [2023-03-05T22:00:32.987Z] 17:00:32 [2023-03-05T22:00:32.987Z] init.tools.windows: 17:00:32 [2023-03-05T22:00:32.987Z] 17:00:32 [2023-03-05T22:00:32.987Z] init.tools: 17:00:32 [2023-03-05T22:00:32.987Z] 17:00:32 [2023-03-05T22:00:32.987Z] setAsadminArgs: 17:00:32 [2023-03-05T22:00:32.987Z] 17:00:32 [2023-03-05T22:00:32.987Z] init: 17:00:32 [2023-03-05T22:00:32.987Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:32 [2023-03-05T22:00:32.987Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:32 [2023-03-05T22:00:32.987Z] [get] Not modified - so not downloaded 17:00:32 [2023-03-05T22:00:32.987Z] 17:00:32 [2023-03-05T22:00:32.987Z] init.customtasks: 17:00:32 [2023-03-05T22:00:32.987Z] 17:00:32 [2023-03-05T22:00:32.987Z] common.run.asadmin: 17:00:32 [2023-03-05T22:00:32.987Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-virtual-server --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 server-foo 17:00:32 [2023-03-05T22:00:32.987Z] [exec] Deprecated syntax, instead use: 17:00:32 [2023-03-05T22:00:32.987Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-virtual-server [options] ... 17:00:33 [2023-03-05T22:00:33.243Z] [exec] Command delete-virtual-server executed successfully. 17:00:33 [2023-03-05T22:00:33.243Z] 17:00:33 [2023-03-05T22:00:33.243Z] restart.server: 17:00:33 [2023-03-05T22:00:33.243Z] [echo] Restarting server... 17:00:34 [2023-03-05T22:00:34.629Z] [exec] Waiting for the domain to stop . 17:00:34 [2023-03-05T22:00:34.629Z] [exec] Waiting finished after 634 ms. 17:00:34 [2023-03-05T22:00:34.629Z] [exec] Command stop-domain executed successfully. 17:00:34 [2023-03-05T22:00:34.629Z] 17:00:34 [2023-03-05T22:00:34.629Z] start-process: 17:00:34 [2023-03-05T22:00:34.629Z] 17:00:34 [2023-03-05T22:00:34.629Z] start-process-non-windows: 17:00:34 [2023-03-05T22:00:34.918Z] [exec] Deprecated syntax, instead use: 17:00:34 [2023-03-05T22:00:34.919Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt start-domain [options] ... 17:00:39 [2023-03-05T22:00:39.219Z] [exec] Waiting for domain1 to start .... 17:00:39 [2023-03-05T22:00:39.219Z] [exec] Waiting finished after 3,503 ms. 17:00:39 [2023-03-05T22:00:39.219Z] [exec] Successfully started the domain : domain1 17:00:39 [2023-03-05T22:00:39.219Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 17:00:39 [2023-03-05T22:00:39.219Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log 17:00:39 [2023-03-05T22:00:39.219Z] [exec] Admin Port: 4,848 17:00:39 [2023-03-05T22:00:39.219Z] [exec] Command start-domain executed successfully. 17:00:39 [2023-03-05T22:00:39.219Z] 17:00:39 [2023-03-05T22:00:39.219Z] private-all: 17:00:39 [2023-03-05T22:00:39.219Z] 17:00:39 [2023-03-05T22:00:39.219Z] private-all: 17:00:39 [2023-03-05T22:00:39.219Z] 17:00:39 [2023-03-05T22:00:39.219Z] init.os: 17:00:39 [2023-03-05T22:00:39.219Z] 17:00:39 [2023-03-05T22:00:39.219Z] init.tools.unix: 17:00:39 [2023-03-05T22:00:39.219Z] 17:00:39 [2023-03-05T22:00:39.219Z] init.tools.windows: 17:00:39 [2023-03-05T22:00:39.219Z] 17:00:39 [2023-03-05T22:00:39.219Z] init.tools: 17:00:39 [2023-03-05T22:00:39.219Z] 17:00:39 [2023-03-05T22:00:39.219Z] setAsadminArgs: 17:00:39 [2023-03-05T22:00:39.219Z] 17:00:39 [2023-03-05T22:00:39.219Z] init: 17:00:39 [2023-03-05T22:00:39.219Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:39 [2023-03-05T22:00:39.219Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:39 [2023-03-05T22:00:39.219Z] [get] Not modified - so not downloaded 17:00:39 [2023-03-05T22:00:39.219Z] 17:00:39 [2023-03-05T22:00:39.219Z] init.customtasks: 17:00:39 [2023-03-05T22:00:39.219Z] 17:00:39 [2023-03-05T22:00:39.219Z] prepare: 17:00:39 [2023-03-05T22:00:39.219Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath 17:00:39 [2023-03-05T22:00:39.219Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/war 17:00:39 [2023-03-05T22:00:39.219Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/archives 17:00:39 [2023-03-05T22:00:39.219Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/archives/a/b 17:00:39 [2023-03-05T22:00:39.219Z] 17:00:39 [2023-03-05T22:00:39.219Z] compile: 17:00:39 [2023-03-05T22:00:39.219Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ear/libClassPath/build.xml:42: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:00:39 [2023-03-05T22:00:39.219Z] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath 17:00:39 [2023-03-05T22:00:39.219Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:00:39 [2023-03-05T22:00:39.475Z] [javac] 1 warning 17:00:39 [2023-03-05T22:00:39.475Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ear/libClassPath/build.xml:45: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:00:39 [2023-03-05T22:00:39.475Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ear/libClassPath/build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:00:39 [2023-03-05T22:00:39.475Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath 17:00:39 [2023-03-05T22:00:39.731Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:00:39 [2023-03-05T22:00:39.731Z] [javac] 1 warning 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] assemble: 17:00:39 [2023-03-05T22:00:39.731Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/archives/a/b/i18n-simple-misc.jar 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init.os: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init.tools.unix: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init.tools.windows: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init.tools: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] setAsadminArgs: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init: 17:00:39 [2023-03-05T22:00:39.731Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:39 [2023-03-05T22:00:39.731Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:39 [2023-03-05T22:00:39.731Z] [get] Not modified - so not downloaded 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init.customtasks: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] prepare: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] compile: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] assemble: 17:00:39 [2023-03-05T22:00:39.731Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/war/WEB-INF 17:00:39 [2023-03-05T22:00:39.731Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/war/WEB-INF 17:00:39 [2023-03-05T22:00:39.731Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/war/WEB-INF/tlds 17:00:39 [2023-03-05T22:00:39.731Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/war 17:00:39 [2023-03-05T22:00:39.731Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/archives/i18n-simple.war 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] private-all: 17:00:39 [2023-03-05T22:00:39.731Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/archives/i18n-simpleApp.ear 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init.os: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init.tools.unix: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init.tools.windows: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init.tools: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] setAsadminArgs: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init: 17:00:39 [2023-03-05T22:00:39.731Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:39 [2023-03-05T22:00:39.731Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:39 [2023-03-05T22:00:39.731Z] [get] Not modified - so not downloaded 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init.customtasks: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] prepare: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] deploy.asadmin: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] setAsadminArgs: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] common.deploy.asadmin: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init.os: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init.tools.unix: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init.tools.windows: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init.tools: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] setAsadminArgs: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init: 17:00:39 [2023-03-05T22:00:39.731Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:39 [2023-03-05T22:00:39.731Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:39 [2023-03-05T22:00:39.731Z] [get] Not modified - so not downloaded 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] init.customtasks: 17:00:39 [2023-03-05T22:00:39.731Z] 17:00:39 [2023-03-05T22:00:39.731Z] common.run.asadmin: 17:00:39 [2023-03-05T22:00:39.731Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/archives --name i18n-simple /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/archives/i18n-simpleApp.ear 17:00:40 [2023-03-05T22:00:40.019Z] [exec] Deprecated syntax, instead use: 17:00:40 [2023-03-05T22:00:40.019Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:00:42 [2023-03-05T22:00:42.538Z] [exec] Application deployed with name i18n-simple. 17:00:42 [2023-03-05T22:00:42.538Z] [exec] there are no files to retrieve for application i18n-simple 17:00:42 [2023-03-05T22:00:42.538Z] [exec] Command deploy executed successfully. 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] init.os: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] init.tools.unix: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] init.tools.windows: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] init.tools: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] setAsadminArgs: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] init: 17:00:42 [2023-03-05T22:00:42.538Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:42 [2023-03-05T22:00:42.538Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:42 [2023-03-05T22:00:42.538Z] [get] Not modified - so not downloaded 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] init.customtasks: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] setEnabled: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] createAppRef: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] setHttpPort: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] run.positive: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] common.run.positive: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] setHttpPort: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] common.run: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] checkAppOnServer: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] declare-test: 17:00:42 [2023-03-05T22:00:42.538Z] [echo] Starting test libClassPath libClasspath Test asadmin deploy (server) 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] init.os: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] init.tools.unix: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] init.tools.windows: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] init.tools: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] setAsadminArgs: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] init: 17:00:42 [2023-03-05T22:00:42.538Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:42 [2023-03-05T22:00:42.538Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:42 [2023-03-05T22:00:42.538Z] [get] Not modified - so not downloaded 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] init.customtasks: 17:00:42 [2023-03-05T22:00:42.538Z] 17:00:42 [2023-03-05T22:00:42.538Z] runclient: 17:00:42 [2023-03-05T22:00:42.538Z] [echo] TestClient http://localhost:8080///i18n-simple true ${extra.args} 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: Test: i18n-simple servlet 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: Invoking URL = http://localhost:8080///i18n-simple 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: <HTML> 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: <HEAD> 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: <!-- 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: This program and the accompanying materials are made available under the 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: terms of the Eclipse Public License v. 2.0, which is available at 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: http://www.eclipse.org/legal/epl-2.0. 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: This Source Code may also be made available under the following Secondary 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: Licenses when the conditions for such availability set forth in the 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: Eclipse Public License v. 2.0 are satisfied: GNU General Public License, 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: version 2 with the GNU Classpath Exception, which is available at 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: https://www.gnu.org/software/classpath/license.html. 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: --> 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: <TITLE>Application Server i18n technology samples</TITLE> 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: <META NAME="GENERATOR" CONTENT="StarOffice 6.0 (Win32)"> 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: <META NAME="CHANGEDBY" CONTENT="Chand Basha"> 17:00:42 [2023-03-05T22:00:42.538Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: </HEAD> 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: <BODY LANG=""> 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Times New Roman"><FONT SIZE=6><SPAN LANG="en-US"><B>Welcome 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: to the Application Server i18n technology samples</B></SPAN></FONT></FONT></P> 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><FONT SIZE=4 STYLE="font-size: 16pt"><SPAN LANG="en-US"><B>Overview</B></SPAN></FONT></FONT></P> 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US"><FONT FACE="Thorndale, serif">The 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: i18n technology samples are collection of servlets and jsps used to 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: demonstrate the i18n capabilities of the Application Server. The 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: samples cover some of the most frequently used features of Java 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: Servlet and Java Server Pages Specification Implementation in the 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: Application Server.<BR><BR></FONT><A HREF="/i18n-simple/servlets.html"><FONT FACE="Thorndale, serif">Servlet 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: Samples</FONT></A></SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><FONT SIZE=3><SPAN LANG="en-US">The 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: servlet samples are collection of simple servlets that provide 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: details such as Formatting dates, including a servlet, forwarding 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: request to another servlet, sending localized error messages, setting 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: character encoding to interpret the request, internationalizing 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: servlets using resource bundles and forwarding request to another 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: resource such as jsp.</SPAN></FONT></FONT></P> 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US"><FONT FACE="Thorndale, serif"><A HREF="/i18n-simple/ResourceJsp.jsp">Internationalizing 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: JSP with Resource Bundle</A><BR>The simple ResourceJsp.jsp uses two 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: resource bundles (LocalStrings.properties and 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_ja.properties) and loads appropriate bundle based on the 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: browser's language settings. To verify that the 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_ja.properties file is loading properly, change your 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: browser's language settings to "ja". <A HREF="/i18n-simple/ResourceJsp.jsp">Click 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: here</A> to run this sample. If you want to try with any other 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: resource bundle say "zh", copy LocalStrings_ja.properties 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: file to LocalStrings_zh.properties and add chinese (unicode data) to 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_zh.properties file. Change your browser's language 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: settings to "zh".</FONT></SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US"><FONT FACE="Thorndale, serif"><A HREF="/i18n-simple/usejsp.html">Using 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: Java Bean with jsp</A><BR>The simple UseBeanJsp.jsp uses the usebean 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: property to set and get the values from a Java Bean. <A HREF="/i18n-simple/usejsp.html">Click 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: here</A> to run this sample. On the screen displayed, enter your name 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: and greeting message (in desired language) and click Submit. The jsp 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: displays the entered information.</FONT></SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US"><FONT FACE="Thorndale, serif"><FONT SIZE=4><A HREF="/i18n-simple/TaglibJsp.jsp"><FONT SIZE=3>Simple 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: Custom Tag</FONT></A><B><BR></B><FONT SIZE=3>The simple TaglibJsp 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: uses a tag library i18ntaglib to display localized messages from 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: resource bundles to the user. For this sample we are using 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_ja.properties resource bundle and the language is set to 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: "ja". If you want to try with any other resource bundle say 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: "zh", copy LocalStrings_ja.properties file to 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_zh.properties and add chinese (unicode data) to 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_zh.properties file. In the TaglibJsp.jsp file change the 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: line:<BR>&lt;i18n:message name="LocalStrings" key="thanks" 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: language="ja" country="JP" /&gt; to<BR>&lt;i18n:message 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: name="LocalStrings" key="thanks" language="zh" 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: country="CN" /&gt;<BR>Once you are done with the changes, 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: run "asant all" from the directory "src" and 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: restart your server instance. Change your browser's language setting 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: to "zh" and verify that the resource bundle is loaded 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: properly and the chinese characters displayed properly.<BR><BR></FONT></FONT><A HREF="/i18n-simple/servletfilter.html">Simple 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: Filter</A><BR>A Filter is a component that is invoked by the servlet 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: container when a client requests a resource that the Filter is 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: configured to, such as a Servlet or URL. In this example we use a 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: simple filter called SimpleFilter, that sets the request's character 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: encoding based on two initialization parameters, usefilter and 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: encoding defined in web.xml file. The parameter "usefilter" 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: value can be set either to "true" or "false". The 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: parameter "encoding" can be set to any valid encoding. In 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: this example, we have set it to "UTF-8". Depending on this 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: value, the filter sets the character encoding accordingly. Though the 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: filters can be used for all the requests received by the container, 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: in this example we will use the SimpleFilter to serve requests for a 17:00:42 [2023-03-05T22:00:42.539Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: specific servlet resource, SimpleFilterServlet. Once you click on the 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: above link (Set character encoding using a Filter), a html page will 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: be displayed whose content type is set to UTF-8. Enter some multi 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: byte data into the form and click Submit. The resulting page displays 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: the data you have entered. If you want to try with any other 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: encoding, for example GB2312, modify the line in web.xml UTF-8 to 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: GB2312. And modify the line in servletfilter.html<BR>&lt;META 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8"&gt; with <BR>&lt;META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=GB2312"&gt;. 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: Once you are done with the changes, run "asant all" from the directory "src" 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: and restart your server instance.</FONT></SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US"><FONT FACE="Thorndale, serif"><A HREF="/i18n-simple/localecharset.html">Locale 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: charset mapping</A><BR>The Application Server's web container 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: provides a locale-charset mapping to set the request's character 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: encoding if there is no encoding specified to interpret the request. 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: The mapping definition is available in sun-web.xml file. This simple 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: servlet reads the request parameter using the encoding specified in 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: the locale-charset mapping table.<BR><BR><B>How it works</B></FONT><BR>The 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: locale-charset mapping information provided in sun-web.xml file is 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: used by the application server to set request's character encoding if 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: the application does not call setCharacterEncoding() on request 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: object. Here is the priority list for different approaches used by 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: the application server.<BR></SPAN></FONT><BR><BR> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </P> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TABLE WIDTH=442 BORDER=1 CELLPADDING=0 CELLSPACING=3> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <COL WIDTH=241> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <COL WIDTH=190> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <THEAD> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TR VALIGN=TOP> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TH WIDTH=241> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">Character 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: encoding of the request</SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TH> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TH WIDTH=190> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">Priority</SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TH> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TR> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </THEAD> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TBODY> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TR> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TD WIDTH=241 VALIGN=TOP> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">SetCharacterEncoding()</SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TD> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TD WIDTH=190 SDVAL="1" SDNUM="1041;"> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <P ALIGN=CENTER><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">1</SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TD> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TR> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TR> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TD WIDTH=241 VALIGN=TOP> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">Hidden field</SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TD> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TD WIDTH=190 VALIGN=BOTTOM SDVAL="2" SDNUM="1041;"> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <P ALIGN=CENTER><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">2</SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TD> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TR> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TR> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TD WIDTH=241 VALIGN=TOP> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">Locale-charset 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: info</SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TD> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TD WIDTH=190 VALIGN=BOTTOM SDVAL="3" SDNUM="1041;"> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <P ALIGN=CENTER><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">3</SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TD> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TR> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TR> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TD WIDTH=241 VALIGN=TOP> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">Default 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: (ISO-8859-1)</SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TD> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <TD WIDTH=190 VALIGN=BOTTOM SDVAL="4" SDNUM="1041;"> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <P ALIGN=CENTER><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">4</SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TD> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TR> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TBODY> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: </TABLE> 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US"><BR>If the 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: application does not set request encoding using 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: setCharacterEncoding(), the application server looks for the hidden 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: field in the request header. If there is any value specified, the 17:00:42 [2023-03-05T22:00:42.540Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: application server uses the hidden value to call 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: setCharacterEncoding() method on servlet request. If the hidden field 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: is not available, the application server looks at the language header 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: to get the locale of the request. If the request locale matches with 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: the the locale defined in locale-charset mapping table, the 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: application server uses the corresponding encoding to call 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: setCharacterEncoding() on servlet request. If there is no locale 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: available in the request header, the application server uses the 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: encoding associated with the default locale defined in locale-charset 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: mapping table. If there is no default locale defined in 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: locale-charset mapping table of sun-web.xml file, then the 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: application server uses ISO-8859-1 as default encoding to read the 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: request parameters.</SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: <P STYLE="margin-bottom: 0cm"><FONT FACE="Thorndale, serif"><SPAN LANG="en-US"><B>Trouble 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: Shooting</B><BR><BR>If you use the samples with japanese characters 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: using Netscape Communicator 4.x browser on Windows NT/2000, you may 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: see the characters as square boxes or corrupted instead of Japanese 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: characters. In this case, you will need to install unicode font or 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: Japanese font on your system.</SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US"><B>Download and 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: install Bitstream Cyberbit font:</B><BR><BR>Download bitstream 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: cyberbit font (geottf.zip) , to a temp directory. Use an utility such as 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: winzip to decompress the zip file. To install the font, double click 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: "my computer" --> "control panel" --> "fonts". 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: Select File -->; Install new font and select the font file from the 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: temp directory to install.<BR><BR><B>Setup for Netscape 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: Communicator</B><BR><BR>Start the browser. Select Menu --> Edit 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: --> Preferences. Click Appearance --> Fonts. Select "Japanese" 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: for "Language for encoding". Select "Bitstream 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: Cyberbit" for variable and fixed width fonts</SPAN></FONT></P> 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: </BODY> 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: </HTML> 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: Correct return code: 200 17:00:42 [2023-03-05T22:00:42.541Z] [javaWithResult] [i18n.simple.TestClient]:: PASSED: i18n-simple webclient 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] processResult: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] failed: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] passed: 17:00:42 [2023-03-05T22:00:42.541Z] [echo] Test libClassPath Passed 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] unknown: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.os: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.tools.unix: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.tools.windows: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.tools: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] setAsadminArgs: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init: 17:00:42 [2023-03-05T22:00:42.541Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:42 [2023-03-05T22:00:42.541Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:42 [2023-03-05T22:00:42.541Z] [get] Not modified - so not downloaded 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.customtasks: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] checkAppOnCluster: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.os: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.tools.unix: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.tools.windows: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.tools: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] setAsadminArgs: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init: 17:00:42 [2023-03-05T22:00:42.541Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:42 [2023-03-05T22:00:42.541Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:42 [2023-03-05T22:00:42.541Z] [get] Not modified - so not downloaded 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.customtasks: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] prepare: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] undeploy.asadmin: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] setAsadminArgs: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] common.undeploy.asadmin: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.os: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.tools.unix: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.tools.windows: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.tools: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] setAsadminArgs: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init: 17:00:42 [2023-03-05T22:00:42.541Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:42 [2023-03-05T22:00:42.541Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:42 [2023-03-05T22:00:42.541Z] [get] Not modified - so not downloaded 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.customtasks: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] delAppRef: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.os: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.tools.unix: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.tools.windows: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.tools: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] setAsadminArgs: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init: 17:00:42 [2023-03-05T22:00:42.541Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:42 [2023-03-05T22:00:42.541Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:42 [2023-03-05T22:00:42.541Z] [get] Not modified - so not downloaded 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] init.customtasks: 17:00:42 [2023-03-05T22:00:42.541Z] 17:00:42 [2023-03-05T22:00:42.541Z] common.run.asadmin: 17:00:42 [2023-03-05T22:00:42.541Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 i18n-simple 17:00:42 [2023-03-05T22:00:42.798Z] [exec] Deprecated syntax, instead use: 17:00:42 [2023-03-05T22:00:42.798Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:00:42 [2023-03-05T22:00:42.798Z] [exec] Command undeploy executed successfully. 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] init.os: 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] init.tools.unix: 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] init.tools.windows: 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] init.tools: 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] setAsadminArgs: 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] init: 17:00:42 [2023-03-05T22:00:42.798Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:42 [2023-03-05T22:00:42.798Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:42 [2023-03-05T22:00:42.798Z] [get] Not modified - so not downloaded 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] init.customtasks: 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] prepare: 17:00:42 [2023-03-05T22:00:42.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2 17:00:42 [2023-03-05T22:00:42.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/ejb 17:00:42 [2023-03-05T22:00:42.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/client 17:00:42 [2023-03-05T22:00:42.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/client/y 17:00:42 [2023-03-05T22:00:42.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/client/z 17:00:42 [2023-03-05T22:00:42.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives 17:00:42 [2023-03-05T22:00:42.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/x 17:00:42 [2023-03-05T22:00:42.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/x/xExtra 17:00:42 [2023-03-05T22:00:42.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/x/xMore 17:00:42 [2023-03-05T22:00:42.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/x/xMore/sub 17:00:42 [2023-03-05T22:00:42.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/xMore 17:00:42 [2023-03-05T22:00:42.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/xMore/sub 17:00:42 [2023-03-05T22:00:42.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/lib 17:00:42 [2023-03-05T22:00:42.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/lib/sub 17:00:42 [2023-03-05T22:00:42.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/xExtra 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] private-all: 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] init.os: 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] init.tools.unix: 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] init.tools.windows: 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] init.tools: 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] setAsadminArgs: 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] init: 17:00:42 [2023-03-05T22:00:42.798Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:42 [2023-03-05T22:00:42.798Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:42 [2023-03-05T22:00:42.798Z] [get] Not modified - so not downloaded 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] init.customtasks: 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] prepare: 17:00:42 [2023-03-05T22:00:42.798Z] 17:00:42 [2023-03-05T22:00:42.798Z] compile: 17:00:42 [2023-03-05T22:00:42.798Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ear/libclasspath2/build.xml:294: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:00:42 [2023-03-05T22:00:42.798Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2 17:00:43 [2023-03-05T22:00:43.055Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:00:43 [2023-03-05T22:00:43.055Z] [javac] 1 warning 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] makeJars: 17:00:43 [2023-03-05T22:00:43.319Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/x/x.jar 17:00:43 [2023-03-05T22:00:43.319Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/x/xExtra/xExtra.jar 17:00:43 [2023-03-05T22:00:43.319Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/xExtra/xExtra.jar 17:00:43 [2023-03-05T22:00:43.319Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/lib/lib.jar 17:00:43 [2023-03-05T22:00:43.319Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/lib/sub/lib_sub.jar 17:00:43 [2023-03-05T22:00:43.319Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/topLevel.jar 17:00:43 [2023-03-05T22:00:43.319Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/client/z/z.jar 17:00:43 [2023-03-05T22:00:43.319Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/x/xMore 17:00:43 [2023-03-05T22:00:43.319Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/x/xMore/sub 17:00:43 [2023-03-05T22:00:43.319Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/xMore/sub 17:00:43 [2023-03-05T22:00:43.319Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/client/y 17:00:43 [2023-03-05T22:00:43.319Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/libdirtest-EJBModule.jar 17:00:43 [2023-03-05T22:00:43.319Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/client/libdirtest-client.jar 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] makeEars: 17:00:43 [2023-03-05T22:00:43.319Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives/libClassPath2none-App.ear 17:00:43 [2023-03-05T22:00:43.319Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives/libClassPath2default-App.ear 17:00:43 [2023-03-05T22:00:43.319Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives/libClassPath2x-App.ear 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] assemble: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] init.os: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] init.tools.unix: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] init.tools.windows: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] init.tools: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] setAsadminArgs: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] init: 17:00:43 [2023-03-05T22:00:43.319Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:43 [2023-03-05T22:00:43.319Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:43 [2023-03-05T22:00:43.319Z] [get] Not modified - so not downloaded 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] init.customtasks: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] prepare: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] deploy.asadmin: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] setAsadminArgs: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] common.deploy.asadmin: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] init.os: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] init.tools.unix: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] init.tools.windows: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] init.tools: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] setAsadminArgs: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] init: 17:00:43 [2023-03-05T22:00:43.319Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:43 [2023-03-05T22:00:43.319Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:43 [2023-03-05T22:00:43.319Z] [get] Not modified - so not downloaded 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] init.customtasks: 17:00:43 [2023-03-05T22:00:43.319Z] 17:00:43 [2023-03-05T22:00:43.319Z] common.run.asadmin: 17:00:43 [2023-03-05T22:00:43.319Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --property compatibility=v2 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives --name libtest-none /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives/libClassPath2none-App.ear 17:00:43 [2023-03-05T22:00:43.576Z] [exec] Deprecated syntax, instead use: 17:00:43 [2023-03-05T22:00:43.577Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:00:46 [2023-03-05T22:00:46.846Z] [exec] Application deployed with name libtest-none. 17:00:46 [2023-03-05T22:00:46.846Z] [exec] Command deploy executed successfully. 17:00:46 [2023-03-05T22:00:46.846Z] 17:00:46 [2023-03-05T22:00:46.846Z] init.os: 17:00:46 [2023-03-05T22:00:46.846Z] 17:00:46 [2023-03-05T22:00:46.846Z] init.tools.unix: 17:00:46 [2023-03-05T22:00:46.846Z] 17:00:46 [2023-03-05T22:00:46.846Z] init.tools.windows: 17:00:46 [2023-03-05T22:00:46.846Z] 17:00:46 [2023-03-05T22:00:46.846Z] init.tools: 17:00:46 [2023-03-05T22:00:46.846Z] 17:00:46 [2023-03-05T22:00:46.846Z] setAsadminArgs: 17:00:46 [2023-03-05T22:00:46.846Z] 17:00:46 [2023-03-05T22:00:46.846Z] init: 17:00:46 [2023-03-05T22:00:46.846Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:46 [2023-03-05T22:00:46.846Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:46 [2023-03-05T22:00:46.846Z] [get] Not modified - so not downloaded 17:00:46 [2023-03-05T22:00:46.846Z] 17:00:46 [2023-03-05T22:00:46.846Z] init.customtasks: 17:00:46 [2023-03-05T22:00:46.846Z] 17:00:46 [2023-03-05T22:00:46.846Z] setEnabled: 17:00:46 [2023-03-05T22:00:46.846Z] 17:00:46 [2023-03-05T22:00:46.846Z] createAppRef: 17:00:46 [2023-03-05T22:00:46.846Z] 17:00:46 [2023-03-05T22:00:46.846Z] declare-test: 17:00:46 [2023-03-05T22:00:46.846Z] [echo] Starting test libclasspath2 ear/libclasspath2 Testing for noLibUsed 17:00:46 [2023-03-05T22:00:46.846Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives/libtest-noneClient.jar /topLevel.properties:lib.path=topLevel /x.properties:lib.path=NO_RESOURCE /xExtra.properties:xExtra=NO_RESOURCE /lib.properties:lib.path=NO_RESOURCE /lib_sub.properties:lib_sub=NO_RESOURCE /x_xExtra.properties:x_xExtra=NO_RESOURCE /xMore_sub.properties:xMore_sub=NO_RESOURCE /x_xMore.properties:x_xMore=NO_RESOURCE /x_xMore_sub.properties:x_xMore_sub=NO_RESOURCE -clientonly /z.properties:value=z -serveronly /z.properties:value=NO_RESOURCE /y.properties:value=NO_RESOURCE 17:00:50 [2023-03-05T22:00:50.132Z] [concat] Mar 05, 2023 10:00:49 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 17:00:50 [2023-03-05T22:00:50.132Z] [concat] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@62cbc478 17:00:50 [2023-03-05T22:00:50.132Z] [concat] result=0 17:00:50 [2023-03-05T22:00:50.132Z] [concat] note=Received expected results 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] processResult: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] failed: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] passed: 17:00:50 [2023-03-05T22:00:50.132Z] [echo] Test libclasspath2 Passed 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] unknown: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init.os: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init.tools.unix: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init.tools.windows: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init.tools: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] setAsadminArgs: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init: 17:00:50 [2023-03-05T22:00:50.132Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:50 [2023-03-05T22:00:50.132Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:50 [2023-03-05T22:00:50.132Z] [get] Not modified - so not downloaded 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init.customtasks: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] prepare: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] undeploy.asadmin: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] setAsadminArgs: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] common.undeploy.asadmin: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init.os: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init.tools.unix: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init.tools.windows: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init.tools: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] setAsadminArgs: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init: 17:00:50 [2023-03-05T22:00:50.132Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:50 [2023-03-05T22:00:50.132Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:50 [2023-03-05T22:00:50.132Z] [get] Not modified - so not downloaded 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init.customtasks: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] delAppRef: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init.os: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init.tools.unix: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init.tools.windows: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init.tools: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] setAsadminArgs: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init: 17:00:50 [2023-03-05T22:00:50.132Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:50 [2023-03-05T22:00:50.132Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:50 [2023-03-05T22:00:50.132Z] [get] Not modified - so not downloaded 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] init.customtasks: 17:00:50 [2023-03-05T22:00:50.132Z] 17:00:50 [2023-03-05T22:00:50.132Z] common.run.asadmin: 17:00:50 [2023-03-05T22:00:50.132Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 libtest-none 17:00:50 [2023-03-05T22:00:50.132Z] [exec] Deprecated syntax, instead use: 17:00:50 [2023-03-05T22:00:50.132Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:00:50 [2023-03-05T22:00:50.388Z] [exec] Command undeploy executed successfully. 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] init.os: 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] init.tools.unix: 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] init.tools.windows: 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] init.tools: 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] setAsadminArgs: 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] init: 17:00:50 [2023-03-05T22:00:50.388Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:50 [2023-03-05T22:00:50.388Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:50 [2023-03-05T22:00:50.388Z] [get] Not modified - so not downloaded 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] init.customtasks: 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] prepare: 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] deploy.asadmin: 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] setAsadminArgs: 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] common.deploy.asadmin: 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] init.os: 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] init.tools.unix: 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] init.tools.windows: 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] init.tools: 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] setAsadminArgs: 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] init: 17:00:50 [2023-03-05T22:00:50.388Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:50 [2023-03-05T22:00:50.388Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:50 [2023-03-05T22:00:50.388Z] [get] Not modified - so not downloaded 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] init.customtasks: 17:00:50 [2023-03-05T22:00:50.388Z] 17:00:50 [2023-03-05T22:00:50.388Z] common.run.asadmin: 17:00:50 [2023-03-05T22:00:50.388Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --property compatibility=v2 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives --name libtest-default /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives/libClassPath2default-App.ear 17:00:50 [2023-03-05T22:00:50.646Z] [exec] Deprecated syntax, instead use: 17:00:50 [2023-03-05T22:00:50.647Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:00:51 [2023-03-05T22:00:51.225Z] [exec] Application deployed with name libtest-default. 17:00:51 [2023-03-05T22:00:51.225Z] [exec] Command deploy executed successfully. 17:00:51 [2023-03-05T22:00:51.225Z] 17:00:51 [2023-03-05T22:00:51.225Z] init.os: 17:00:51 [2023-03-05T22:00:51.225Z] 17:00:51 [2023-03-05T22:00:51.225Z] init.tools.unix: 17:00:51 [2023-03-05T22:00:51.225Z] 17:00:51 [2023-03-05T22:00:51.225Z] init.tools.windows: 17:00:51 [2023-03-05T22:00:51.225Z] 17:00:51 [2023-03-05T22:00:51.225Z] init.tools: 17:00:51 [2023-03-05T22:00:51.225Z] 17:00:51 [2023-03-05T22:00:51.225Z] setAsadminArgs: 17:00:51 [2023-03-05T22:00:51.225Z] 17:00:51 [2023-03-05T22:00:51.225Z] init: 17:00:51 [2023-03-05T22:00:51.225Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:51 [2023-03-05T22:00:51.225Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:51 [2023-03-05T22:00:51.225Z] [get] Not modified - so not downloaded 17:00:51 [2023-03-05T22:00:51.225Z] 17:00:51 [2023-03-05T22:00:51.225Z] init.customtasks: 17:00:51 [2023-03-05T22:00:51.225Z] 17:00:51 [2023-03-05T22:00:51.225Z] setEnabled: 17:00:51 [2023-03-05T22:00:51.225Z] 17:00:51 [2023-03-05T22:00:51.225Z] createAppRef: 17:00:51 [2023-03-05T22:00:51.225Z] 17:00:51 [2023-03-05T22:00:51.225Z] declare-test: 17:00:51 [2023-03-05T22:00:51.225Z] [echo] Starting test libclasspath2 ear/libclasspath2 Testing for defaultLibUsed 17:00:51 [2023-03-05T22:00:51.225Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives/libtest-defaultClient.jar /topLevel.properties:lib.path=topLevel /x.properties:lib.path=NO_RESOURCE /xExtra.properties:xExtra=NO_RESOURCE /lib.properties:lib.path=lib /lib_sub.properties:lib_sub=NO_RESOURCE /x_xExtra.properties:x_xExtra=NO_RESOURCE /xMore_sub.properties:xMore_sub=NO_RESOURCE /x_xMore.properties:x_xMore=NO_RESOURCE /x_xMore_sub.properties:x_xMore_sub=NO_RESOURCE -clientonly /z.properties:value=z -serveronly /z.properties:value=NO_RESOURCE /y.properties:value=NO_RESOURCE 17:00:54 [2023-03-05T22:00:54.497Z] [concat] Mar 05, 2023 10:00:53 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 17:00:54 [2023-03-05T22:00:54.497Z] [concat] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@463afa6e 17:00:54 [2023-03-05T22:00:54.497Z] [concat] result=0 17:00:54 [2023-03-05T22:00:54.497Z] [concat] note=Received expected results 17:00:54 [2023-03-05T22:00:54.497Z] 17:00:54 [2023-03-05T22:00:54.497Z] processResult: 17:00:54 [2023-03-05T22:00:54.497Z] 17:00:54 [2023-03-05T22:00:54.497Z] failed: 17:00:54 [2023-03-05T22:00:54.497Z] 17:00:54 [2023-03-05T22:00:54.497Z] passed: 17:00:54 [2023-03-05T22:00:54.497Z] [echo] Test libclasspath2 Passed 17:00:54 [2023-03-05T22:00:54.497Z] 17:00:54 [2023-03-05T22:00:54.497Z] unknown: 17:00:54 [2023-03-05T22:00:54.497Z] 17:00:54 [2023-03-05T22:00:54.497Z] init.os: 17:00:54 [2023-03-05T22:00:54.497Z] 17:00:54 [2023-03-05T22:00:54.497Z] init.tools.unix: 17:00:54 [2023-03-05T22:00:54.497Z] 17:00:54 [2023-03-05T22:00:54.497Z] init.tools.windows: 17:00:54 [2023-03-05T22:00:54.497Z] 17:00:54 [2023-03-05T22:00:54.497Z] init.tools: 17:00:54 [2023-03-05T22:00:54.497Z] 17:00:54 [2023-03-05T22:00:54.497Z] setAsadminArgs: 17:00:54 [2023-03-05T22:00:54.497Z] 17:00:54 [2023-03-05T22:00:54.497Z] init: 17:00:54 [2023-03-05T22:00:54.497Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:54 [2023-03-05T22:00:54.498Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:54 [2023-03-05T22:00:54.498Z] [get] Not modified - so not downloaded 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] init.customtasks: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] prepare: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] undeploy.asadmin: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] setAsadminArgs: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] common.undeploy.asadmin: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] init.os: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] init.tools.unix: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] init.tools.windows: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] init.tools: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] setAsadminArgs: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] init: 17:00:54 [2023-03-05T22:00:54.498Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:54 [2023-03-05T22:00:54.498Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:54 [2023-03-05T22:00:54.498Z] [get] Not modified - so not downloaded 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] init.customtasks: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] delAppRef: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] init.os: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] init.tools.unix: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] init.tools.windows: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] init.tools: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] setAsadminArgs: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] init: 17:00:54 [2023-03-05T22:00:54.498Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:54 [2023-03-05T22:00:54.498Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:54 [2023-03-05T22:00:54.498Z] [get] Not modified - so not downloaded 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] init.customtasks: 17:00:54 [2023-03-05T22:00:54.498Z] 17:00:54 [2023-03-05T22:00:54.498Z] common.run.asadmin: 17:00:54 [2023-03-05T22:00:54.498Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 libtest-default 17:00:54 [2023-03-05T22:00:54.755Z] [exec] Deprecated syntax, instead use: 17:00:54 [2023-03-05T22:00:54.755Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:00:54 [2023-03-05T22:00:54.755Z] [exec] Command undeploy executed successfully. 17:00:54 [2023-03-05T22:00:54.755Z] 17:00:54 [2023-03-05T22:00:54.755Z] init.os: 17:00:54 [2023-03-05T22:00:54.755Z] 17:00:54 [2023-03-05T22:00:54.755Z] init.tools.unix: 17:00:54 [2023-03-05T22:00:54.755Z] 17:00:54 [2023-03-05T22:00:54.755Z] init.tools.windows: 17:00:54 [2023-03-05T22:00:54.755Z] 17:00:54 [2023-03-05T22:00:54.755Z] init.tools: 17:00:54 [2023-03-05T22:00:54.755Z] 17:00:54 [2023-03-05T22:00:54.755Z] setAsadminArgs: 17:00:54 [2023-03-05T22:00:54.755Z] 17:00:54 [2023-03-05T22:00:54.755Z] init: 17:00:54 [2023-03-05T22:00:54.755Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:54 [2023-03-05T22:00:54.755Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:55 [2023-03-05T22:00:55.012Z] [get] Not modified - so not downloaded 17:00:55 [2023-03-05T22:00:55.012Z] 17:00:55 [2023-03-05T22:00:55.012Z] init.customtasks: 17:00:55 [2023-03-05T22:00:55.012Z] 17:00:55 [2023-03-05T22:00:55.012Z] prepare: 17:00:55 [2023-03-05T22:00:55.012Z] 17:00:55 [2023-03-05T22:00:55.012Z] deploy.asadmin: 17:00:55 [2023-03-05T22:00:55.012Z] 17:00:55 [2023-03-05T22:00:55.012Z] setAsadminArgs: 17:00:55 [2023-03-05T22:00:55.012Z] 17:00:55 [2023-03-05T22:00:55.012Z] common.deploy.asadmin: 17:00:55 [2023-03-05T22:00:55.012Z] 17:00:55 [2023-03-05T22:00:55.012Z] init.os: 17:00:55 [2023-03-05T22:00:55.012Z] 17:00:55 [2023-03-05T22:00:55.012Z] init.tools.unix: 17:00:55 [2023-03-05T22:00:55.012Z] 17:00:55 [2023-03-05T22:00:55.012Z] init.tools.windows: 17:00:55 [2023-03-05T22:00:55.012Z] 17:00:55 [2023-03-05T22:00:55.012Z] init.tools: 17:00:55 [2023-03-05T22:00:55.012Z] 17:00:55 [2023-03-05T22:00:55.012Z] setAsadminArgs: 17:00:55 [2023-03-05T22:00:55.012Z] 17:00:55 [2023-03-05T22:00:55.012Z] init: 17:00:55 [2023-03-05T22:00:55.012Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:55 [2023-03-05T22:00:55.012Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:55 [2023-03-05T22:00:55.012Z] [get] Not modified - so not downloaded 17:00:55 [2023-03-05T22:00:55.012Z] 17:00:55 [2023-03-05T22:00:55.012Z] init.customtasks: 17:00:55 [2023-03-05T22:00:55.012Z] 17:00:55 [2023-03-05T22:00:55.012Z] common.run.asadmin: 17:00:55 [2023-03-05T22:00:55.013Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --property compatibility=v2 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives --name libtest-explicitWithDir /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives/libClassPath2x-App.ear 17:00:55 [2023-03-05T22:00:55.270Z] [exec] Deprecated syntax, instead use: 17:00:55 [2023-03-05T22:00:55.270Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:00:55 [2023-03-05T22:00:55.526Z] [exec] Application deployed with name libtest-explicitWithDir. 17:00:55 [2023-03-05T22:00:55.526Z] [exec] Command deploy executed successfully. 17:00:55 [2023-03-05T22:00:55.526Z] 17:00:55 [2023-03-05T22:00:55.526Z] init.os: 17:00:55 [2023-03-05T22:00:55.526Z] 17:00:55 [2023-03-05T22:00:55.526Z] init.tools.unix: 17:00:55 [2023-03-05T22:00:55.526Z] 17:00:55 [2023-03-05T22:00:55.526Z] init.tools.windows: 17:00:55 [2023-03-05T22:00:55.526Z] 17:00:55 [2023-03-05T22:00:55.526Z] init.tools: 17:00:55 [2023-03-05T22:00:55.526Z] 17:00:55 [2023-03-05T22:00:55.526Z] setAsadminArgs: 17:00:55 [2023-03-05T22:00:55.526Z] 17:00:55 [2023-03-05T22:00:55.526Z] init: 17:00:55 [2023-03-05T22:00:55.526Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:55 [2023-03-05T22:00:55.526Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:55 [2023-03-05T22:00:55.526Z] [get] Not modified - so not downloaded 17:00:55 [2023-03-05T22:00:55.526Z] 17:00:55 [2023-03-05T22:00:55.526Z] init.customtasks: 17:00:55 [2023-03-05T22:00:55.526Z] 17:00:55 [2023-03-05T22:00:55.526Z] setEnabled: 17:00:55 [2023-03-05T22:00:55.526Z] 17:00:55 [2023-03-05T22:00:55.526Z] createAppRef: 17:00:55 [2023-03-05T22:00:55.526Z] 17:00:55 [2023-03-05T22:00:55.526Z] declare-test: 17:00:55 [2023-03-05T22:00:55.526Z] [echo] Starting test libclasspath2 ear/libclasspath2 Testing for explicitLibWithDir 17:00:55 [2023-03-05T22:00:55.526Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives/libtest-explicitWithDirClient.jar /topLevel.properties:lib.path=topLevel /x.properties:lib.path=x /xExtra.properties:xExtra=NO_RESOURCE /lib.properties:lib.path=NO_RESOURCE /lib_sub.properties:lib_sub=NO_RESOURCE /x_xExtra.properties:x_xExtra=x_xExtra /xMore_sub.properties:xMore_sub=NO_RESOURCE /x_xMore.properties:x_xMore=NO_RESOURCE -clientonly /z.properties:value=z -serveronly /z.properties:value=NO_RESOURCE /y.properties:value=NO_RESOURCE 17:00:59 [2023-03-05T22:00:59.727Z] [concat] Mar 05, 2023 10:00:58 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 17:00:59 [2023-03-05T22:00:59.727Z] [concat] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@5438fa43 17:00:59 [2023-03-05T22:00:59.727Z] [concat] result=0 17:00:59 [2023-03-05T22:00:59.727Z] [concat] note=Received expected results 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] processResult: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] failed: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] passed: 17:00:59 [2023-03-05T22:00:59.727Z] [echo] Test libclasspath2 Passed 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] unknown: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.os: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.tools.unix: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.tools.windows: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.tools: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] setAsadminArgs: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init: 17:00:59 [2023-03-05T22:00:59.727Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:59 [2023-03-05T22:00:59.727Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:59 [2023-03-05T22:00:59.727Z] [get] Not modified - so not downloaded 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.customtasks: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] prepare: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] undeploy.asadmin: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] setAsadminArgs: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] common.undeploy.asadmin: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.os: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.tools.unix: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.tools.windows: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.tools: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] setAsadminArgs: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init: 17:00:59 [2023-03-05T22:00:59.727Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:59 [2023-03-05T22:00:59.727Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:59 [2023-03-05T22:00:59.727Z] [get] Not modified - so not downloaded 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.customtasks: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] delAppRef: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.os: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.tools.unix: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.tools.windows: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.tools: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] setAsadminArgs: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init: 17:00:59 [2023-03-05T22:00:59.727Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:59 [2023-03-05T22:00:59.727Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:59 [2023-03-05T22:00:59.727Z] [get] Not modified - so not downloaded 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.customtasks: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] common.run.asadmin: 17:00:59 [2023-03-05T22:00:59.727Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 libtest-explicitWithDir 17:00:59 [2023-03-05T22:00:59.727Z] [exec] Deprecated syntax, instead use: 17:00:59 [2023-03-05T22:00:59.727Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:00:59 [2023-03-05T22:00:59.727Z] [exec] Command undeploy executed successfully. 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] private-all: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.os: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.tools.unix: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.tools.windows: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.tools: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] setAsadminArgs: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init: 17:00:59 [2023-03-05T22:00:59.727Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:59 [2023-03-05T22:00:59.727Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:59 [2023-03-05T22:00:59.727Z] [get] Not modified - so not downloaded 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] init.customtasks: 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] prepare: 17:00:59 [2023-03-05T22:00:59.727Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath 17:00:59 [2023-03-05T22:00:59.727Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/war 17:00:59 [2023-03-05T22:00:59.727Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/archives 17:00:59 [2023-03-05T22:00:59.727Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/archives/a/b 17:00:59 [2023-03-05T22:00:59.727Z] 17:00:59 [2023-03-05T22:00:59.727Z] compile: 17:00:59 [2023-03-05T22:00:59.728Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ear/manifestClassPath/build.xml:42: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:00:59 [2023-03-05T22:00:59.728Z] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath 17:00:59 [2023-03-05T22:00:59.728Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:00:59 [2023-03-05T22:00:59.728Z] [javac] 1 warning 17:00:59 [2023-03-05T22:00:59.728Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ear/manifestClassPath/build.xml:45: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:00:59 [2023-03-05T22:00:59.728Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ear/manifestClassPath/build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:00:59 [2023-03-05T22:00:59.728Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath 17:00:59 [2023-03-05T22:00:59.984Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:00:59 [2023-03-05T22:00:59.984Z] [javac] 1 warning 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] assemble: 17:00:59 [2023-03-05T22:00:59.984Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/archives/a/b/i18n-simple-misc.jar 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] init.os: 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] init.tools.unix: 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] init.tools.windows: 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] init.tools: 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] setAsadminArgs: 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] init: 17:00:59 [2023-03-05T22:00:59.984Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:59 [2023-03-05T22:00:59.984Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:59 [2023-03-05T22:00:59.984Z] [get] Not modified - so not downloaded 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] init.customtasks: 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] prepare: 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] compile: 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] assemble: 17:00:59 [2023-03-05T22:00:59.984Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/war/WEB-INF 17:00:59 [2023-03-05T22:00:59.984Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/war/WEB-INF 17:00:59 [2023-03-05T22:00:59.984Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/war/WEB-INF/tlds 17:00:59 [2023-03-05T22:00:59.984Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/war 17:00:59 [2023-03-05T22:00:59.984Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/archives/i18n-simple.war 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] private-all: 17:00:59 [2023-03-05T22:00:59.984Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/archives/i18n-simpleApp.ear 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] init.os: 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] init.tools.unix: 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] init.tools.windows: 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] init.tools: 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] setAsadminArgs: 17:00:59 [2023-03-05T22:00:59.984Z] 17:00:59 [2023-03-05T22:00:59.984Z] init: 17:00:59 [2023-03-05T22:00:59.984Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:59 [2023-03-05T22:00:59.985Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:59 [2023-03-05T22:00:59.985Z] [get] Not modified - so not downloaded 17:00:59 [2023-03-05T22:00:59.985Z] 17:00:59 [2023-03-05T22:00:59.985Z] init.customtasks: 17:00:59 [2023-03-05T22:00:59.985Z] 17:00:59 [2023-03-05T22:00:59.985Z] prepare: 17:00:59 [2023-03-05T22:00:59.985Z] 17:00:59 [2023-03-05T22:00:59.985Z] deploy.asadmin: 17:00:59 [2023-03-05T22:00:59.985Z] 17:00:59 [2023-03-05T22:00:59.985Z] setAsadminArgs: 17:00:59 [2023-03-05T22:00:59.985Z] 17:00:59 [2023-03-05T22:00:59.985Z] common.deploy.asadmin: 17:00:59 [2023-03-05T22:00:59.985Z] 17:00:59 [2023-03-05T22:00:59.985Z] init.os: 17:00:59 [2023-03-05T22:00:59.985Z] 17:00:59 [2023-03-05T22:00:59.985Z] init.tools.unix: 17:00:59 [2023-03-05T22:00:59.985Z] 17:00:59 [2023-03-05T22:00:59.985Z] init.tools.windows: 17:00:59 [2023-03-05T22:00:59.985Z] 17:00:59 [2023-03-05T22:00:59.985Z] init.tools: 17:00:59 [2023-03-05T22:00:59.985Z] 17:00:59 [2023-03-05T22:00:59.985Z] setAsadminArgs: 17:00:59 [2023-03-05T22:00:59.985Z] 17:00:59 [2023-03-05T22:00:59.985Z] init: 17:00:59 [2023-03-05T22:00:59.985Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:00:59 [2023-03-05T22:00:59.985Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:00:59 [2023-03-05T22:00:59.985Z] [get] Not modified - so not downloaded 17:00:59 [2023-03-05T22:00:59.985Z] 17:00:59 [2023-03-05T22:00:59.985Z] init.customtasks: 17:00:59 [2023-03-05T22:00:59.985Z] 17:00:59 [2023-03-05T22:00:59.985Z] common.run.asadmin: 17:00:59 [2023-03-05T22:00:59.985Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/archives --name i18n-simple /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/archives/i18n-simpleApp.ear 17:01:00 [2023-03-05T22:01:00.241Z] [exec] Deprecated syntax, instead use: 17:01:00 [2023-03-05T22:01:00.241Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:01:00 [2023-03-05T22:01:00.497Z] [exec] Application deployed with name i18n-simple. 17:01:00 [2023-03-05T22:01:00.497Z] [exec] there are no files to retrieve for application i18n-simple 17:01:00 [2023-03-05T22:01:00.497Z] [exec] Command deploy executed successfully. 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] init.os: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] init.tools.unix: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] init.tools.windows: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] init.tools: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] setAsadminArgs: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] init: 17:01:00 [2023-03-05T22:01:00.497Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:00 [2023-03-05T22:01:00.497Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:00 [2023-03-05T22:01:00.497Z] [get] Not modified - so not downloaded 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] init.customtasks: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] setEnabled: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] createAppRef: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] setHttpPort: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] run.positive: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] common.run.positive: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] setHttpPort: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] common.run: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] checkAppOnServer: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] declare-test: 17:01:00 [2023-03-05T22:01:00.497Z] [echo] Starting test manifestClassPath libClasspath Test asadmin deploy (server) 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] init.os: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] init.tools.unix: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] init.tools.windows: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] init.tools: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] setAsadminArgs: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] init: 17:01:00 [2023-03-05T22:01:00.497Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:00 [2023-03-05T22:01:00.497Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:00 [2023-03-05T22:01:00.497Z] [get] Not modified - so not downloaded 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] init.customtasks: 17:01:00 [2023-03-05T22:01:00.497Z] 17:01:00 [2023-03-05T22:01:00.497Z] runclient: 17:01:00 [2023-03-05T22:01:00.497Z] [echo] TestClient http://localhost:8080///i18n-simple true ${extra.args} 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: Test: i18n-simple servlet 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: Invoking URL = http://localhost:8080///i18n-simple 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: <HTML> 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: <HEAD> 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: <!-- 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: This program and the accompanying materials are made available under the 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: terms of the Eclipse Public License v. 2.0, which is available at 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: http://www.eclipse.org/legal/epl-2.0. 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: This Source Code may also be made available under the following Secondary 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: Licenses when the conditions for such availability set forth in the 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: Eclipse Public License v. 2.0 are satisfied: GNU General Public License, 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: version 2 with the GNU Classpath Exception, which is available at 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: https://www.gnu.org/software/classpath/license.html. 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: --> 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: <TITLE>Application Server i18n technology samples</TITLE> 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: <META NAME="GENERATOR" CONTENT="StarOffice 6.0 (Win32)"> 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: <META NAME="CHANGEDBY" CONTENT="Chand Basha"> 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: </HEAD> 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: <BODY LANG=""> 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Times New Roman"><FONT SIZE=6><SPAN LANG="en-US"><B>Welcome 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: to the Application Server i18n technology samples</B></SPAN></FONT></FONT></P> 17:01:00 [2023-03-05T22:01:00.754Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><FONT SIZE=4 STYLE="font-size: 16pt"><SPAN LANG="en-US"><B>Overview</B></SPAN></FONT></FONT></P> 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US"><FONT FACE="Thorndale, serif">The 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: i18n technology samples are collection of servlets and jsps used to 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: demonstrate the i18n capabilities of the Application Server. The 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: samples cover some of the most frequently used features of Java 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: Servlet and Java Server Pages Specification Implementation in the 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: Application Server.<BR><BR></FONT><A HREF="/i18n-simple/servlets.html"><FONT FACE="Thorndale, serif">Servlet 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: Samples</FONT></A></SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><FONT SIZE=3><SPAN LANG="en-US">The 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: servlet samples are collection of simple servlets that provide 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: details such as Formatting dates, including a servlet, forwarding 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: request to another servlet, sending localized error messages, setting 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: character encoding to interpret the request, internationalizing 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: servlets using resource bundles and forwarding request to another 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: resource such as jsp.</SPAN></FONT></FONT></P> 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US"><FONT FACE="Thorndale, serif"><A HREF="/i18n-simple/ResourceJsp.jsp">Internationalizing 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: JSP with Resource Bundle</A><BR>The simple ResourceJsp.jsp uses two 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: resource bundles (LocalStrings.properties and 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_ja.properties) and loads appropriate bundle based on the 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: browser's language settings. To verify that the 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_ja.properties file is loading properly, change your 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: browser's language settings to "ja". <A HREF="/i18n-simple/ResourceJsp.jsp">Click 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: here</A> to run this sample. If you want to try with any other 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: resource bundle say "zh", copy LocalStrings_ja.properties 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: file to LocalStrings_zh.properties and add chinese (unicode data) to 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_zh.properties file. Change your browser's language 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: settings to "zh".</FONT></SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US"><FONT FACE="Thorndale, serif"><A HREF="/i18n-simple/usejsp.html">Using 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: Java Bean with jsp</A><BR>The simple UseBeanJsp.jsp uses the usebean 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: property to set and get the values from a Java Bean. <A HREF="/i18n-simple/usejsp.html">Click 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: here</A> to run this sample. On the screen displayed, enter your name 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: and greeting message (in desired language) and click Submit. The jsp 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: displays the entered information.</FONT></SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US"><FONT FACE="Thorndale, serif"><FONT SIZE=4><A HREF="/i18n-simple/TaglibJsp.jsp"><FONT SIZE=3>Simple 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: Custom Tag</FONT></A><B><BR></B><FONT SIZE=3>The simple TaglibJsp 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: uses a tag library i18ntaglib to display localized messages from 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: resource bundles to the user. For this sample we are using 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_ja.properties resource bundle and the language is set to 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: "ja". If you want to try with any other resource bundle say 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: "zh", copy LocalStrings_ja.properties file to 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_zh.properties and add chinese (unicode data) to 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_zh.properties file. In the TaglibJsp.jsp file change the 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: line:<BR>&lt;i18n:message name="LocalStrings" key="thanks" 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: language="ja" country="JP" /&gt; to<BR>&lt;i18n:message 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: name="LocalStrings" key="thanks" language="zh" 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: country="CN" /&gt;<BR>Once you are done with the changes, 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: run "asant all" from the directory "src" and 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: restart your server instance. Change your browser's language setting 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: to "zh" and verify that the resource bundle is loaded 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: properly and the chinese characters displayed properly.<BR><BR></FONT></FONT><A HREF="/i18n-simple/servletfilter.html">Simple 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: Filter</A><BR>A Filter is a component that is invoked by the servlet 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: container when a client requests a resource that the Filter is 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: configured to, such as a Servlet or URL. In this example we use a 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: simple filter called SimpleFilter, that sets the request's character 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: encoding based on two initialization parameters, usefilter and 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: encoding defined in web.xml file. The parameter "usefilter" 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: value can be set either to "true" or "false". The 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: parameter "encoding" can be set to any valid encoding. In 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: this example, we have set it to "UTF-8". Depending on this 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: value, the filter sets the character encoding accordingly. Though the 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: filters can be used for all the requests received by the container, 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: in this example we will use the SimpleFilter to serve requests for a 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: specific servlet resource, SimpleFilterServlet. Once you click on the 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: above link (Set character encoding using a Filter), a html page will 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: be displayed whose content type is set to UTF-8. Enter some multi 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.755Z] [javaWithResult] [i18n.simple.TestClient]:: byte data into the form and click Submit. The resulting page displays 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: the data you have entered. If you want to try with any other 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: encoding, for example GB2312, modify the line in web.xml UTF-8 to 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: GB2312. And modify the line in servletfilter.html<BR>&lt;META 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8"&gt; with <BR>&lt;META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=GB2312"&gt;. 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: Once you are done with the changes, run "asant all" from the directory "src" 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: and restart your server instance.</FONT></SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US"><FONT FACE="Thorndale, serif"><A HREF="/i18n-simple/localecharset.html">Locale 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: charset mapping</A><BR>The Application Server's web container 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: provides a locale-charset mapping to set the request's character 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: encoding if there is no encoding specified to interpret the request. 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: The mapping definition is available in sun-web.xml file. This simple 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: servlet reads the request parameter using the encoding specified in 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: the locale-charset mapping table.<BR><BR><B>How it works</B></FONT><BR>The 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: locale-charset mapping information provided in sun-web.xml file is 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: used by the application server to set request's character encoding if 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: the application does not call setCharacterEncoding() on request 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: object. Here is the priority list for different approaches used by 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: the application server.<BR></SPAN></FONT><BR><BR> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </P> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TABLE WIDTH=442 BORDER=1 CELLPADDING=0 CELLSPACING=3> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <COL WIDTH=241> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <COL WIDTH=190> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <THEAD> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TR VALIGN=TOP> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TH WIDTH=241> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">Character 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: encoding of the request</SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TH> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TH WIDTH=190> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">Priority</SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TH> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TR> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </THEAD> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TBODY> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TR> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TD WIDTH=241 VALIGN=TOP> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">SetCharacterEncoding()</SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TD> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TD WIDTH=190 SDVAL="1" SDNUM="1041;"> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <P ALIGN=CENTER><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">1</SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TD> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TR> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TR> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TD WIDTH=241 VALIGN=TOP> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">Hidden field</SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TD> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TD WIDTH=190 VALIGN=BOTTOM SDVAL="2" SDNUM="1041;"> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <P ALIGN=CENTER><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">2</SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TD> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TR> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TR> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TD WIDTH=241 VALIGN=TOP> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">Locale-charset 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: info</SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TD> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TD WIDTH=190 VALIGN=BOTTOM SDVAL="3" SDNUM="1041;"> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <P ALIGN=CENTER><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">3</SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TD> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TR> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TR> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TD WIDTH=241 VALIGN=TOP> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">Default 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: (ISO-8859-1)</SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TD> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <TD WIDTH=190 VALIGN=BOTTOM SDVAL="4" SDNUM="1041;"> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <P ALIGN=CENTER><FONT FACE="Thorndale, serif"><SPAN LANG="en-US">4</SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TD> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TR> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TBODY> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: </TABLE> 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US"><BR>If the 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: application does not set request encoding using 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: setCharacterEncoding(), the application server looks for the hidden 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: field in the request header. If there is any value specified, the 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: application server uses the hidden value to call 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: setCharacterEncoding() method on servlet request. If the hidden field 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: is not available, the application server looks at the language header 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.756Z] [javaWithResult] [i18n.simple.TestClient]:: to get the locale of the request. If the request locale matches with 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: the the locale defined in locale-charset mapping table, the 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: application server uses the corresponding encoding to call 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: setCharacterEncoding() on servlet request. If there is no locale 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: available in the request header, the application server uses the 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: encoding associated with the default locale defined in locale-charset 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: mapping table. If there is no default locale defined in 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: locale-charset mapping table of sun-web.xml file, then the 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: application server uses ISO-8859-1 as default encoding to read the 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: request parameters.</SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: <P STYLE="margin-bottom: 0cm"><FONT FACE="Thorndale, serif"><SPAN LANG="en-US"><B>Trouble 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: Shooting</B><BR><BR>If you use the samples with japanese characters 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: using Netscape Communicator 4.x browser on Windows NT/2000, you may 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: see the characters as square boxes or corrupted instead of Japanese 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: characters. In this case, you will need to install unicode font or 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: Japanese font on your system.</SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: <P><FONT FACE="Thorndale, serif"><SPAN LANG="en-US"><B>Download and 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: install Bitstream Cyberbit font:</B><BR><BR>Download bitstream 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: cyberbit font (geottf.zip) , to a temp directory. Use an utility such as 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: winzip to decompress the zip file. To install the font, double click 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: "my computer" --> "control panel" --> "fonts". 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: Select File -->; Install new font and select the font file from the 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: temp directory to install.<BR><BR><B>Setup for Netscape 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: Communicator</B><BR><BR>Start the browser. Select Menu --> Edit 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: --> Preferences. Click Appearance --> Fonts. Select "Japanese" 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: for "Language for encoding". Select "Bitstream 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: Cyberbit" for variable and fixed width fonts</SPAN></FONT></P> 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: </BODY> 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: </HTML> 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: Correct return code: 200 17:01:00 [2023-03-05T22:01:00.757Z] [javaWithResult] [i18n.simple.TestClient]:: PASSED: i18n-simple webclient 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] processResult: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] failed: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] passed: 17:01:00 [2023-03-05T22:01:00.757Z] [echo] Test manifestClassPath Passed 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] unknown: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.os: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.tools.unix: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.tools.windows: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.tools: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] setAsadminArgs: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init: 17:01:00 [2023-03-05T22:01:00.757Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:00 [2023-03-05T22:01:00.757Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:00 [2023-03-05T22:01:00.757Z] [get] Not modified - so not downloaded 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.customtasks: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] checkAppOnCluster: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.os: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.tools.unix: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.tools.windows: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.tools: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] setAsadminArgs: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init: 17:01:00 [2023-03-05T22:01:00.757Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:00 [2023-03-05T22:01:00.757Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:00 [2023-03-05T22:01:00.757Z] [get] Not modified - so not downloaded 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.customtasks: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] prepare: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] undeploy.asadmin: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] setAsadminArgs: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] common.undeploy.asadmin: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.os: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.tools.unix: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.tools.windows: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.tools: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] setAsadminArgs: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init: 17:01:00 [2023-03-05T22:01:00.757Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:00 [2023-03-05T22:01:00.757Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:00 [2023-03-05T22:01:00.757Z] [get] Not modified - so not downloaded 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.customtasks: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] delAppRef: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.os: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.tools.unix: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.tools.windows: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.tools: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] setAsadminArgs: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init: 17:01:00 [2023-03-05T22:01:00.757Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:00 [2023-03-05T22:01:00.757Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:00 [2023-03-05T22:01:00.757Z] [get] Not modified - so not downloaded 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] init.customtasks: 17:01:00 [2023-03-05T22:01:00.757Z] 17:01:00 [2023-03-05T22:01:00.757Z] common.run.asadmin: 17:01:00 [2023-03-05T22:01:00.757Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 i18n-simple 17:01:01 [2023-03-05T22:01:01.018Z] [exec] Deprecated syntax, instead use: 17:01:01 [2023-03-05T22:01:01.018Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:01:01 [2023-03-05T22:01:01.018Z] [exec] Command undeploy executed successfully. 17:01:01 [2023-03-05T22:01:01.018Z] 17:01:01 [2023-03-05T22:01:01.018Z] private-all: 17:01:01 [2023-03-05T22:01:01.018Z] 17:01:01 [2023-03-05T22:01:01.018Z] init.os: 17:01:01 [2023-03-05T22:01:01.018Z] 17:01:01 [2023-03-05T22:01:01.018Z] init.tools.unix: 17:01:01 [2023-03-05T22:01:01.018Z] 17:01:01 [2023-03-05T22:01:01.018Z] init.tools.windows: 17:01:01 [2023-03-05T22:01:01.018Z] 17:01:01 [2023-03-05T22:01:01.018Z] init.tools: 17:01:01 [2023-03-05T22:01:01.018Z] 17:01:01 [2023-03-05T22:01:01.018Z] setAsadminArgs: 17:01:01 [2023-03-05T22:01:01.018Z] 17:01:01 [2023-03-05T22:01:01.018Z] init: 17:01:01 [2023-03-05T22:01:01.018Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:01 [2023-03-05T22:01:01.018Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:01 [2023-03-05T22:01:01.018Z] [get] Not modified - so not downloaded 17:01:01 [2023-03-05T22:01:01.018Z] 17:01:01 [2023-03-05T22:01:01.018Z] init.customtasks: 17:01:01 [2023-03-05T22:01:01.018Z] 17:01:01 [2023-03-05T22:01:01.018Z] prepare: 17:01:01 [2023-03-05T22:01:01.018Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/war 17:01:01 [2023-03-05T22:01:01.018Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ejb 17:01:01 [2023-03-05T22:01:01.018Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/rar 17:01:01 [2023-03-05T22:01:01.018Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/car 17:01:01 [2023-03-05T22:01:01.018Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear 17:01:01 [2023-03-05T22:01:01.018Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsRar 17:01:01 [2023-03-05T22:01:01.018Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar 17:01:01 [2023-03-05T22:01:01.018Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar2 17:01:01 [2023-03-05T22:01:01.018Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar3 17:01:01 [2023-03-05T22:01:01.018Z] 17:01:01 [2023-03-05T22:01:01.018Z] private-all: 17:01:01 [2023-03-05T22:01:01.018Z] 17:01:01 [2023-03-05T22:01:01.018Z] init.os: 17:01:01 [2023-03-05T22:01:01.019Z] 17:01:01 [2023-03-05T22:01:01.019Z] init.tools.unix: 17:01:01 [2023-03-05T22:01:01.019Z] 17:01:01 [2023-03-05T22:01:01.019Z] init.tools.windows: 17:01:01 [2023-03-05T22:01:01.019Z] 17:01:01 [2023-03-05T22:01:01.019Z] init.tools: 17:01:01 [2023-03-05T22:01:01.019Z] 17:01:01 [2023-03-05T22:01:01.019Z] setAsadminArgs: 17:01:01 [2023-03-05T22:01:01.019Z] 17:01:01 [2023-03-05T22:01:01.019Z] init: 17:01:01 [2023-03-05T22:01:01.019Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:01 [2023-03-05T22:01:01.019Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:01 [2023-03-05T22:01:01.019Z] [get] Not modified - so not downloaded 17:01:01 [2023-03-05T22:01:01.019Z] 17:01:01 [2023-03-05T22:01:01.019Z] init.customtasks: 17:01:01 [2023-03-05T22:01:01.019Z] 17:01:01 [2023-03-05T22:01:01.019Z] prepare: 17:01:01 [2023-03-05T22:01:01.019Z] 17:01:01 [2023-03-05T22:01:01.019Z] compile: 17:01:01 [2023-03-05T22:01:01.019Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/dol/validation/build.xml:85: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:01:01 [2023-03-05T22:01:01.019Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation 17:01:01 [2023-03-05T22:01:01.275Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:01:01 [2023-03-05T22:01:01.531Z] [javac] 1 warning 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] init.os: 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] init.tools.unix: 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] init.tools.windows: 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] init.tools: 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] setAsadminArgs: 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] init: 17:01:01 [2023-03-05T22:01:01.531Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:01 [2023-03-05T22:01:01.531Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:01 [2023-03-05T22:01:01.531Z] [get] Not modified - so not downloaded 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] init.customtasks: 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] prepare: 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] assemble: 17:01:01 [2023-03-05T22:01:01.531Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/war/validation.war 17:01:01 [2023-03-05T22:01:01.531Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ejb/validation-ejb.jar 17:01:01 [2023-03-05T22:01:01.531Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/rar/validation.rar 17:01:01 [2023-03-05T22:01:01.531Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/car/validation-client.jar 17:01:01 [2023-03-05T22:01:01.531Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsRar/validation.rar 17:01:01 [2023-03-05T22:01:01.531Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation.war 17:01:01 [2023-03-05T22:01:01.531Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation-ejb.jar 17:01:01 [2023-03-05T22:01:01.531Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation.rar 17:01:01 [2023-03-05T22:01:01.531Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation-client.jar 17:01:01 [2023-03-05T22:01:01.531Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear 17:01:01 [2023-03-05T22:01:01.531Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear 17:01:01 [2023-03-05T22:01:01.531Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation.ear 17:01:01 [2023-03-05T22:01:01.531Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar/validation.rar 17:01:01 [2023-03-05T22:01:01.531Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar 17:01:01 [2023-03-05T22:01:01.531Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar/validation.ear 17:01:01 [2023-03-05T22:01:01.531Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar2 17:01:01 [2023-03-05T22:01:01.531Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar2 17:01:01 [2023-03-05T22:01:01.531Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar2/validation.ear 17:01:01 [2023-03-05T22:01:01.531Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar3 17:01:01 [2023-03-05T22:01:01.531Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar3 17:01:01 [2023-03-05T22:01:01.531Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar3/validation.ear 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] declare-test: 17:01:01 [2023-03-05T22:01:01.531Z] [echo] Starting test validation dol/validation Test standalone war 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] init.os: 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] init.tools.unix: 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] init.tools.windows: 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] init.tools: 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] setAsadminArgs: 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] init: 17:01:01 [2023-03-05T22:01:01.531Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:01 [2023-03-05T22:01:01.531Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:01 [2023-03-05T22:01:01.531Z] [get] Not modified - so not downloaded 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] init.customtasks: 17:01:01 [2023-03-05T22:01:01.531Z] 17:01:01 [2023-03-05T22:01:01.531Z] run.validator: 17:01:01 [2023-03-05T22:01:01.531Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 17:01:02 [2023-03-05T22:01:02.117Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the orginal archive: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/war/validation.war 17:01:02 [2023-03-05T22:01:02.117Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/war/validation.war1.war 17:01:02 [2023-03-05T22:01:02.373Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/war/validation.war1.war 17:01:02 [2023-03-05T22:01:02.373Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/war/validation.war2.war 17:01:02 [2023-03-05T22:01:02.373Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/war/validation.war2.war 17:01:02 [2023-03-05T22:01:02.373Z] 17:01:02 [2023-03-05T22:01:02.373Z] processResult: 17:01:02 [2023-03-05T22:01:02.373Z] 17:01:02 [2023-03-05T22:01:02.373Z] failed: 17:01:02 [2023-03-05T22:01:02.373Z] 17:01:02 [2023-03-05T22:01:02.373Z] passed: 17:01:02 [2023-03-05T22:01:02.373Z] [echo] Test validation Passed 17:01:02 [2023-03-05T22:01:02.373Z] 17:01:02 [2023-03-05T22:01:02.373Z] unknown: 17:01:02 [2023-03-05T22:01:02.373Z] 17:01:02 [2023-03-05T22:01:02.373Z] declare-test: 17:01:02 [2023-03-05T22:01:02.373Z] [echo] Starting test validation dol/validation Test standalone ejb jar 17:01:02 [2023-03-05T22:01:02.373Z] 17:01:02 [2023-03-05T22:01:02.373Z] init.os: 17:01:02 [2023-03-05T22:01:02.373Z] 17:01:02 [2023-03-05T22:01:02.373Z] init.tools.unix: 17:01:02 [2023-03-05T22:01:02.373Z] 17:01:02 [2023-03-05T22:01:02.373Z] init.tools.windows: 17:01:02 [2023-03-05T22:01:02.373Z] 17:01:02 [2023-03-05T22:01:02.373Z] init.tools: 17:01:02 [2023-03-05T22:01:02.373Z] 17:01:02 [2023-03-05T22:01:02.373Z] setAsadminArgs: 17:01:02 [2023-03-05T22:01:02.373Z] 17:01:02 [2023-03-05T22:01:02.373Z] init: 17:01:02 [2023-03-05T22:01:02.373Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:02 [2023-03-05T22:01:02.373Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:02 [2023-03-05T22:01:02.373Z] [get] Not modified - so not downloaded 17:01:02 [2023-03-05T22:01:02.373Z] 17:01:02 [2023-03-05T22:01:02.373Z] init.customtasks: 17:01:02 [2023-03-05T22:01:02.373Z] 17:01:02 [2023-03-05T22:01:02.373Z] run.validator: 17:01:02 [2023-03-05T22:01:02.373Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 17:01:02 [2023-03-05T22:01:02.935Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the orginal archive: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ejb/validation-ejb.jar 17:01:03 [2023-03-05T22:01:03.523Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ejb/validation-ejb.jar1.jar 17:01:03 [2023-03-05T22:01:03.523Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ejb/validation-ejb.jar1.jar 17:01:03 [2023-03-05T22:01:03.523Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ejb/validation-ejb.jar2.jar 17:01:03 [2023-03-05T22:01:03.523Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ejb/validation-ejb.jar2.jar 17:01:03 [2023-03-05T22:01:03.523Z] 17:01:03 [2023-03-05T22:01:03.523Z] processResult: 17:01:03 [2023-03-05T22:01:03.523Z] 17:01:03 [2023-03-05T22:01:03.523Z] failed: 17:01:03 [2023-03-05T22:01:03.523Z] 17:01:03 [2023-03-05T22:01:03.523Z] passed: 17:01:03 [2023-03-05T22:01:03.523Z] [echo] Test validation Passed 17:01:03 [2023-03-05T22:01:03.523Z] 17:01:03 [2023-03-05T22:01:03.523Z] unknown: 17:01:03 [2023-03-05T22:01:03.523Z] 17:01:03 [2023-03-05T22:01:03.523Z] declare-test: 17:01:03 [2023-03-05T22:01:03.523Z] [echo] Starting test validation dol/validation Test standalone rar 17:01:03 [2023-03-05T22:01:03.523Z] 17:01:03 [2023-03-05T22:01:03.523Z] init.os: 17:01:03 [2023-03-05T22:01:03.523Z] 17:01:03 [2023-03-05T22:01:03.523Z] init.tools.unix: 17:01:03 [2023-03-05T22:01:03.523Z] 17:01:03 [2023-03-05T22:01:03.523Z] init.tools.windows: 17:01:03 [2023-03-05T22:01:03.523Z] 17:01:03 [2023-03-05T22:01:03.523Z] init.tools: 17:01:03 [2023-03-05T22:01:03.523Z] 17:01:03 [2023-03-05T22:01:03.523Z] setAsadminArgs: 17:01:03 [2023-03-05T22:01:03.523Z] 17:01:03 [2023-03-05T22:01:03.523Z] init: 17:01:03 [2023-03-05T22:01:03.523Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:03 [2023-03-05T22:01:03.523Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:03 [2023-03-05T22:01:03.523Z] [get] Not modified - so not downloaded 17:01:03 [2023-03-05T22:01:03.523Z] 17:01:03 [2023-03-05T22:01:03.523Z] init.customtasks: 17:01:03 [2023-03-05T22:01:03.523Z] 17:01:03 [2023-03-05T22:01:03.523Z] run.validator: 17:01:03 [2023-03-05T22:01:03.523Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 17:01:04 [2023-03-05T22:01:04.085Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the orginal archive: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/rar/validation.rar 17:01:04 [2023-03-05T22:01:04.085Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/rar/validation.rar1.rar 17:01:04 [2023-03-05T22:01:04.341Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/rar/validation.rar1.rar 17:01:04 [2023-03-05T22:01:04.341Z] [javaWithResult] [dol.validation.Validator]:: The input archive: [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/rar/validation.rar1.rar] is not valid 17:01:04 [2023-03-05T22:01:04.341Z] [javaWithResult] [dol.validation.Validator]:: FAILED: devtests/deployment/dol/validation 17:01:04 [2023-03-05T22:01:04.341Z] [javaWithResult] Mar 05, 2023 10:01:04 PM com.sun.enterprise.deployment.node.J2EEDocumentBuilder getDocument 17:01:04 [2023-03-05T22:01:04.341Z] [javaWithResult] WARNING: Error occurred 17:01:04 [2023-03-05T22:01:04.341Z] [javaWithResult] java.lang.ClassCastException: class org.glassfish.api.naming.SimpleJndiName cannot be cast to class java.lang.String (org.glassfish.api.naming.SimpleJndiName is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap') 17:01:04 [2023-03-05T22:01:04.341Z] [javaWithResult] at com.sun.enterprise.deployment.node.runtime.connector.ResourceAdapterNode.writeDescriptor(ResourceAdapterNode.java:118) 17:01:04 [2023-03-05T22:01:04.341Z] [javaWithResult] at com.sun.enterprise.deployment.node.runtime.connector.ConnectorNode.writeDescriptor(ConnectorNode.java:154) 17:01:04 [2023-03-05T22:01:04.341Z] [javaWithResult] at com.sun.enterprise.deployment.node.runtime.connector.ConnectorNode.writeDescriptor(ConnectorNode.java:39) 17:01:04 [2023-03-05T22:01:04.341Z] [javaWithResult] at com.sun.enterprise.deployment.node.DeploymentDescriptorNode.writeDescriptor(DeploymentDescriptorNode.java:542) 17:01:04 [2023-03-05T22:01:04.341Z] [javaWithResult] at com.sun.enterprise.deployment.node.DeploymentDescriptorNode.writeDescriptor(DeploymentDescriptorNode.java:98) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.getDocument(J2EEDocumentBuilder.java:88) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.write(J2EEDocumentBuilder.java:130) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.write(J2EEDocumentBuilder.java:121) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.write(DeploymentDescriptorFile.java:350) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.writeRuntimeDeploymentDescriptors(Archivist.java:894) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.writeDeploymentDescriptors(Archivist.java:851) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.writeContents(Archivist.java:828) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.writeContents(Archivist.java:803) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.write(Archivist.java:752) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:94) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] Mar 05, 2023 10:01:04 PM com.sun.enterprise.deployment.node.SaxParserHandler fatalError 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] SEVERE: AS-DEPLOYMENT-00118 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] Mar 05, 2023 10:01:04 PM com.sun.enterprise.deployment.io.DeploymentDescriptorFile read 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] SEVERE: AS-DEPLOYMENT-00120 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] org.xml.sax.SAXParseException; lineNumber: 3; columnNumber: 1; Deployment descriptor file META-INF/sun-ra.xml in archive [validation.rar1.rar]. Premature end of file. 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:290) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.readRuntimeDeploymentDescriptor(DOLUtils.java:540) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:700) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:677) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRestDeploymentDescriptors(Archivist.java:426) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readDeploymentDescriptors(Archivist.java:397) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:274) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:283) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:244) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:329) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:124) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] Caused by: org.xml.sax.SAXParseException; lineNumber: 3; columnNumber: 1; Premature end of file. 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1251) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:281) 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] ... 10 more 17:01:04 [2023-03-05T22:01:04.342Z] [javaWithResult] Java Result: 255 17:01:04 [2023-03-05T22:01:04.342Z] 17:01:04 [2023-03-05T22:01:04.342Z] processResult: 17:01:04 [2023-03-05T22:01:04.342Z] 17:01:04 [2023-03-05T22:01:04.342Z] failed: 17:01:04 [2023-03-05T22:01:04.342Z] 17:01:04 [2023-03-05T22:01:04.342Z] passed: 17:01:04 [2023-03-05T22:01:04.342Z] 17:01:04 [2023-03-05T22:01:04.342Z] unknown: 17:01:04 [2023-03-05T22:01:04.342Z] 17:01:04 [2023-03-05T22:01:04.342Z] writeLogToConsole: 17:01:04 [2023-03-05T22:01:04.342Z] [echo] Test validation UNKNOWN at 05-Mar-2023 22:01:04.119 with return code 255 17:01:04 [2023-03-05T22:01:04.342Z] 17:01:04 [2023-03-05T22:01:04.342Z] declare-test: 17:01:04 [2023-03-05T22:01:04.342Z] [echo] Starting test validation dol/validation Test standalone car 17:01:04 [2023-03-05T22:01:04.342Z] 17:01:04 [2023-03-05T22:01:04.342Z] init.os: 17:01:04 [2023-03-05T22:01:04.342Z] 17:01:04 [2023-03-05T22:01:04.342Z] init.tools.unix: 17:01:04 [2023-03-05T22:01:04.342Z] 17:01:04 [2023-03-05T22:01:04.342Z] init.tools.windows: 17:01:04 [2023-03-05T22:01:04.342Z] 17:01:04 [2023-03-05T22:01:04.342Z] init.tools: 17:01:04 [2023-03-05T22:01:04.342Z] 17:01:04 [2023-03-05T22:01:04.342Z] setAsadminArgs: 17:01:04 [2023-03-05T22:01:04.342Z] 17:01:04 [2023-03-05T22:01:04.342Z] init: 17:01:04 [2023-03-05T22:01:04.342Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:04 [2023-03-05T22:01:04.342Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:04 [2023-03-05T22:01:04.342Z] [get] Not modified - so not downloaded 17:01:04 [2023-03-05T22:01:04.342Z] 17:01:04 [2023-03-05T22:01:04.342Z] init.customtasks: 17:01:04 [2023-03-05T22:01:04.342Z] 17:01:04 [2023-03-05T22:01:04.342Z] run.validator: 17:01:04 [2023-03-05T22:01:04.342Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 17:01:04 [2023-03-05T22:01:04.925Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the orginal archive: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/car/validation-client.jar 17:01:04 [2023-03-05T22:01:04.925Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/car/validation-client.jar1.jar 17:01:04 [2023-03-05T22:01:04.925Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/car/validation-client.jar1.jar 17:01:04 [2023-03-05T22:01:04.925Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/car/validation-client.jar2.jar 17:01:04 [2023-03-05T22:01:04.925Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/car/validation-client.jar2.jar 17:01:04 [2023-03-05T22:01:04.925Z] 17:01:04 [2023-03-05T22:01:04.925Z] processResult: 17:01:04 [2023-03-05T22:01:04.925Z] 17:01:04 [2023-03-05T22:01:04.925Z] failed: 17:01:04 [2023-03-05T22:01:04.925Z] 17:01:04 [2023-03-05T22:01:04.925Z] passed: 17:01:04 [2023-03-05T22:01:04.925Z] [echo] Test validation Passed 17:01:04 [2023-03-05T22:01:04.925Z] 17:01:04 [2023-03-05T22:01:04.925Z] unknown: 17:01:04 [2023-03-05T22:01:04.925Z] 17:01:04 [2023-03-05T22:01:04.925Z] declare-test: 17:01:04 [2023-03-05T22:01:04.925Z] [echo] Starting test validation dol/validation Test ear 17:01:04 [2023-03-05T22:01:04.925Z] 17:01:04 [2023-03-05T22:01:04.925Z] init.os: 17:01:04 [2023-03-05T22:01:04.925Z] 17:01:04 [2023-03-05T22:01:04.925Z] init.tools.unix: 17:01:04 [2023-03-05T22:01:04.925Z] 17:01:04 [2023-03-05T22:01:04.925Z] init.tools.windows: 17:01:04 [2023-03-05T22:01:04.925Z] 17:01:04 [2023-03-05T22:01:04.925Z] init.tools: 17:01:04 [2023-03-05T22:01:04.925Z] 17:01:04 [2023-03-05T22:01:04.925Z] setAsadminArgs: 17:01:04 [2023-03-05T22:01:04.925Z] 17:01:04 [2023-03-05T22:01:04.925Z] init: 17:01:04 [2023-03-05T22:01:04.925Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:04 [2023-03-05T22:01:04.925Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:04 [2023-03-05T22:01:04.925Z] [get] Not modified - so not downloaded 17:01:04 [2023-03-05T22:01:04.925Z] 17:01:04 [2023-03-05T22:01:04.926Z] init.customtasks: 17:01:04 [2023-03-05T22:01:04.926Z] 17:01:04 [2023-03-05T22:01:04.926Z] run.validator: 17:01:04 [2023-03-05T22:01:04.926Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 17:01:05 [2023-03-05T22:01:05.498Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the orginal archive: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation.ear 17:01:05 [2023-03-05T22:01:05.755Z] [javaWithResult] Mar 05, 2023 10:01:05 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient 17:01:05 [2023-03-05T22:01:05.755Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. 17:01:05 [2023-03-05T22:01:05.755Z] [javaWithResult] Mar 05, 2023 10:01:05 PM com.sun.enterprise.connectors.module.RarHandler getClassPathURIs 17:01:05 [2023-03-05T22:01:05.755Z] [javaWithResult] WARNING: URI is not hierarchical 17:01:05 [2023-03-05T22:01:05.755Z] [javaWithResult] java.lang.IllegalArgumentException: URI is not hierarchical 17:01:05 [2023-03-05T22:01:05.755Z] [javaWithResult] at java.base/java.io.File.<init>(File.java:420) 17:01:05 [2023-03-05T22:01:05.755Z] [javaWithResult] at com.sun.enterprise.connectors.module.RarHandler.getClassPathURIs(RarHandler.java:153) 17:01:05 [2023-03-05T22:01:05.755Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.getSniffersForModule(DOLUtils.java:568) 17:01:05 [2023-03-05T22:01:05.755Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.setExtensionArchivistForSubArchivist(DOLUtils.java:554) 17:01:05 [2023-03-05T22:01:05.755Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readModulesDescriptors(ApplicationArchivist.java:552) 17:01:05 [2023-03-05T22:01:05.755Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:228) 17:01:05 [2023-03-05T22:01:05.755Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:197) 17:01:05 [2023-03-05T22:01:05.755Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:72) 17:01:05 [2023-03-05T22:01:05.755Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:329) 17:01:05 [2023-03-05T22:01:05.755Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) 17:01:05 [2023-03-05T22:01:05.755Z] [javaWithResult] 17:01:06 [2023-03-05T22:01:06.324Z] [javaWithResult] Mar 05, 2023 10:01:05 PM com.sun.enterprise.deployment.util.DOLUtils setExtensionArchivistForSubArchivist 17:01:06 [2023-03-05T22:01:06.324Z] [javaWithResult] WARNING: AS-DEPLOYMENT-00002 17:01:06 [2023-03-05T22:01:06.324Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation.ear1.ear 17:01:06 [2023-03-05T22:01:06.324Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation.ear1.ear 17:01:06 [2023-03-05T22:01:06.580Z] [javaWithResult] Mar 05, 2023 10:01:06 PM com.sun.enterprise.deployment.util.DOLUtils setExtensionArchivistForSubArchivist 17:01:06 [2023-03-05T22:01:06.580Z] [javaWithResult] WARNING: AS-DEPLOYMENT-00002 17:01:06 [2023-03-05T22:01:06.580Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation.ear2.ear 17:01:06 [2023-03-05T22:01:06.580Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation.ear2.ear 17:01:06 [2023-03-05T22:01:06.837Z] [javaWithResult] Mar 05, 2023 10:01:06 PM com.sun.enterprise.deployment.util.DOLUtils setExtensionArchivistForSubArchivist 17:01:06 [2023-03-05T22:01:06.837Z] [javaWithResult] WARNING: AS-DEPLOYMENT-00002 17:01:06 [2023-03-05T22:01:06.837Z] [javaWithResult] Mar 05, 2023 10:01:06 PM com.sun.enterprise.deployment.util.DOLUtils readRuntimeDeploymentDescriptor 17:01:06 [2023-03-05T22:01:06.837Z] [javaWithResult] WARNING: AS-DEPLOYMENT-00001 17:01:06 [2023-03-05T22:01:06.837Z] [javaWithResult] Mar 05, 2023 10:01:06 PM com.sun.enterprise.deployment.util.DOLUtils readRuntimeDeploymentDescriptor 17:01:06 [2023-03-05T22:01:06.837Z] [javaWithResult] WARNING: AS-DEPLOYMENT-00001 17:01:06 [2023-03-05T22:01:06.837Z] [javaWithResult] Mar 05, 2023 10:01:06 PM com.sun.enterprise.deployment.util.DOLUtils readRuntimeDeploymentDescriptor 17:01:06 [2023-03-05T22:01:06.837Z] [javaWithResult] WARNING: AS-DEPLOYMENT-00001 17:01:06 [2023-03-05T22:01:06.837Z] 17:01:06 [2023-03-05T22:01:06.837Z] processResult: 17:01:06 [2023-03-05T22:01:06.837Z] 17:01:06 [2023-03-05T22:01:06.837Z] failed: 17:01:06 [2023-03-05T22:01:06.837Z] 17:01:06 [2023-03-05T22:01:06.837Z] passed: 17:01:06 [2023-03-05T22:01:06.837Z] [echo] Test validation Passed 17:01:06 [2023-03-05T22:01:06.837Z] 17:01:06 [2023-03-05T22:01:06.837Z] unknown: 17:01:06 [2023-03-05T22:01:06.837Z] 17:01:06 [2023-03-05T22:01:06.837Z] declare-test: 17:01:06 [2023-03-05T22:01:06.837Z] [echo] Starting test validation dol/validation Test WLS Ear 17:01:06 [2023-03-05T22:01:06.837Z] 17:01:06 [2023-03-05T22:01:06.837Z] init.os: 17:01:06 [2023-03-05T22:01:06.837Z] 17:01:06 [2023-03-05T22:01:06.837Z] init.tools.unix: 17:01:06 [2023-03-05T22:01:06.837Z] 17:01:06 [2023-03-05T22:01:06.837Z] init.tools.windows: 17:01:06 [2023-03-05T22:01:06.837Z] 17:01:06 [2023-03-05T22:01:06.837Z] init.tools: 17:01:06 [2023-03-05T22:01:06.837Z] 17:01:06 [2023-03-05T22:01:06.837Z] setAsadminArgs: 17:01:06 [2023-03-05T22:01:06.837Z] 17:01:06 [2023-03-05T22:01:06.837Z] init: 17:01:06 [2023-03-05T22:01:06.837Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:06 [2023-03-05T22:01:06.837Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:06 [2023-03-05T22:01:06.837Z] [get] Not modified - so not downloaded 17:01:06 [2023-03-05T22:01:06.837Z] 17:01:06 [2023-03-05T22:01:06.837Z] init.customtasks: 17:01:06 [2023-03-05T22:01:06.837Z] 17:01:06 [2023-03-05T22:01:06.837Z] run.validator: 17:01:06 [2023-03-05T22:01:06.837Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the orginal archive: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar/validation.ear 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] Mar 05, 2023 10:01:07 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] Mar 05, 2023 10:01:07 PM com.sun.enterprise.connectors.module.RarHandler getClassPathURIs 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] WARNING: URI is not hierarchical 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] java.lang.IllegalArgumentException: URI is not hierarchical 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] at java.base/java.io.File.<init>(File.java:420) 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] at com.sun.enterprise.connectors.module.RarHandler.getClassPathURIs(RarHandler.java:153) 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.getSniffersForModule(DOLUtils.java:568) 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.setExtensionArchivistForSubArchivist(DOLUtils.java:554) 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readModulesDescriptors(ApplicationArchivist.java:552) 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:228) 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:197) 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:72) 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:329) 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) 17:01:07 [2023-03-05T22:01:07.419Z] [javaWithResult] 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] [dol.validation.Validator]:: Input archive: [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar/validation.ear] is not valid 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] [dol.validation.Validator]:: FAILED: devtests/deployment/dol/validation 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] Mar 05, 2023 10:01:07 PM com.sun.enterprise.deployment.node.SaxParserHandler getSchemaFileFor 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] INFO: Cannot find the schema file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/lib/schemas/weblogic-application/1.4/weblogic-application.xsd 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] Mar 05, 2023 10:01:07 PM com.sun.enterprise.deployment.io.DeploymentDescriptorFile read 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] SEVERE: AS-DEPLOYMENT-00120 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] Mar 05, 2023 10:01:07 PM com.sun.enterprise.deployment.io.DeploymentDescriptorFile read 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] SEVERE: Error occurred 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] org.xml.sax.SAXException: Requested schema http://xmlns.oracle.com/weblogic/weblogic-application/1.4/weblogic-application.xsd is not found in local repository, please ensure that there are no typos in the XML namespace declaration. 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at com.sun.enterprise.deployment.node.SaxParserHandler.resolveEntity(SaxParserHandler.java:209) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.resolveEntity(EntityResolverWrapper.java:111) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:1134) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:663) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2695) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2070) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:830) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3079) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:836) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326) 17:01:07 [2023-03-05T22:01:07.675Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:281) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.readRuntimeDeploymentDescriptor(DOLUtils.java:540) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:700) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:677) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readRuntimeDeploymentDescriptor(ApplicationArchivist.java:671) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:236) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:197) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:72) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:329) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] org.xml.sax.SAXException: Requested schema http://xmlns.oracle.com/weblogic/weblogic-application/1.4/weblogic-application.xsd is not found in local repository, please ensure that there are no typos in the XML namespace declaration. 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.node.SaxParserHandler.resolveEntity(SaxParserHandler.java:209) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.resolveEntity(EntityResolverWrapper.java:111) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:1134) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:663) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2695) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2070) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:830) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3079) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:836) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:281) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.readRuntimeDeploymentDescriptor(DOLUtils.java:540) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:700) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:677) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readRuntimeDeploymentDescriptor(ApplicationArchivist.java:671) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:236) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:197) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:72) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:329) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) 17:01:07 [2023-03-05T22:01:07.676Z] [javaWithResult] Java Result: 255 17:01:07 [2023-03-05T22:01:07.676Z] 17:01:07 [2023-03-05T22:01:07.676Z] processResult: 17:01:07 [2023-03-05T22:01:07.676Z] 17:01:07 [2023-03-05T22:01:07.676Z] failed: 17:01:07 [2023-03-05T22:01:07.676Z] 17:01:07 [2023-03-05T22:01:07.676Z] passed: 17:01:07 [2023-03-05T22:01:07.676Z] 17:01:07 [2023-03-05T22:01:07.676Z] unknown: 17:01:07 [2023-03-05T22:01:07.676Z] 17:01:07 [2023-03-05T22:01:07.676Z] writeLogToConsole: 17:01:07 [2023-03-05T22:01:07.676Z] [echo] Test validation UNKNOWN at 05-Mar-2023 22:01:07.472 with return code 255 17:01:07 [2023-03-05T22:01:07.676Z] 17:01:07 [2023-03-05T22:01:07.676Z] declare-test: 17:01:07 [2023-03-05T22:01:07.676Z] [echo] Starting test validation dol/validation Test WLS Ear2 17:01:07 [2023-03-05T22:01:07.676Z] 17:01:07 [2023-03-05T22:01:07.676Z] init.os: 17:01:07 [2023-03-05T22:01:07.676Z] 17:01:07 [2023-03-05T22:01:07.676Z] init.tools.unix: 17:01:07 [2023-03-05T22:01:07.676Z] 17:01:07 [2023-03-05T22:01:07.676Z] init.tools.windows: 17:01:07 [2023-03-05T22:01:07.676Z] 17:01:07 [2023-03-05T22:01:07.676Z] init.tools: 17:01:07 [2023-03-05T22:01:07.676Z] 17:01:07 [2023-03-05T22:01:07.676Z] setAsadminArgs: 17:01:07 [2023-03-05T22:01:07.676Z] 17:01:07 [2023-03-05T22:01:07.676Z] init: 17:01:07 [2023-03-05T22:01:07.676Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:07 [2023-03-05T22:01:07.676Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:07 [2023-03-05T22:01:07.676Z] [get] Not modified - so not downloaded 17:01:07 [2023-03-05T22:01:07.676Z] 17:01:07 [2023-03-05T22:01:07.676Z] init.customtasks: 17:01:07 [2023-03-05T22:01:07.676Z] 17:01:07 [2023-03-05T22:01:07.676Z] run.validator: 17:01:07 [2023-03-05T22:01:07.676Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 17:01:08 [2023-03-05T22:01:08.238Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the orginal archive: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar2/validation.ear 17:01:08 [2023-03-05T22:01:08.238Z] [javaWithResult] Mar 05, 2023 10:01:08 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient 17:01:08 [2023-03-05T22:01:08.238Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. 17:01:08 [2023-03-05T22:01:08.238Z] [javaWithResult] Mar 05, 2023 10:01:08 PM com.sun.enterprise.connectors.module.RarHandler getClassPathURIs 17:01:08 [2023-03-05T22:01:08.239Z] [javaWithResult] WARNING: URI is not hierarchical 17:01:08 [2023-03-05T22:01:08.239Z] [javaWithResult] java.lang.IllegalArgumentException: URI is not hierarchical 17:01:08 [2023-03-05T22:01:08.239Z] [javaWithResult] at java.base/java.io.File.<init>(File.java:420) 17:01:08 [2023-03-05T22:01:08.239Z] [javaWithResult] at com.sun.enterprise.connectors.module.RarHandler.getClassPathURIs(RarHandler.java:153) 17:01:08 [2023-03-05T22:01:08.239Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.getSniffersForModule(DOLUtils.java:568) 17:01:08 [2023-03-05T22:01:08.239Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.setExtensionArchivistForSubArchivist(DOLUtils.java:554) 17:01:08 [2023-03-05T22:01:08.239Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readModulesDescriptors(ApplicationArchivist.java:552) 17:01:08 [2023-03-05T22:01:08.239Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:228) 17:01:08 [2023-03-05T22:01:08.239Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:197) 17:01:08 [2023-03-05T22:01:08.239Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:72) 17:01:08 [2023-03-05T22:01:08.239Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:329) 17:01:08 [2023-03-05T22:01:08.239Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) 17:01:08 [2023-03-05T22:01:08.239Z] [javaWithResult] 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] [dol.validation.Validator]:: Expected exception 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar2/validation.ear1.ear 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] Mar 05, 2023 10:01:08 PM com.sun.enterprise.deployment.node.SaxParserHandler getSchemaFileFor 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] INFO: Cannot find the schema file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/lib/schemas/90/weblogic-application.xsd 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] Mar 05, 2023 10:01:08 PM com.sun.enterprise.deployment.io.DeploymentDescriptorFile read 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] SEVERE: AS-DEPLOYMENT-00120 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] Mar 05, 2023 10:01:08 PM com.sun.enterprise.deployment.io.DeploymentDescriptorFile read 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] SEVERE: Error occurred 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] org.xml.sax.SAXException: Requested schema http://www.bea.com/ns/weblogic/90/weblogic-application.xsd is not found in local repository, please ensure that there are no typos in the XML namespace declaration. 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at com.sun.enterprise.deployment.node.SaxParserHandler.resolveEntity(SaxParserHandler.java:209) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.resolveEntity(EntityResolverWrapper.java:111) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:1134) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:663) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2695) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2070) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:830) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3079) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:836) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:281) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.readRuntimeDeploymentDescriptor(DOLUtils.java:540) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:700) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:677) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readRuntimeDeploymentDescriptor(ApplicationArchivist.java:671) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:236) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:197) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:72) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:329) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar2/validation.ear1.ear 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] [dol.validation.Validator]:: The input archive: [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar2/validation.ear1.ear] is not valid 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] [dol.validation.Validator]:: FAILED: devtests/deployment/dol/validation 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] Mar 05, 2023 10:01:08 PM com.sun.enterprise.deployment.node.SaxParserHandler getSchemaFileFor 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] INFO: Cannot find the schema file /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/lib/schemas/weblogic-application/1.5/weblogic-application.xsd 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] Mar 05, 2023 10:01:08 PM com.sun.enterprise.deployment.io.DeploymentDescriptorFile read 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] SEVERE: AS-DEPLOYMENT-00120 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] Mar 05, 2023 10:01:08 PM com.sun.enterprise.deployment.io.DeploymentDescriptorFile read 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] SEVERE: Error occurred 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] org.xml.sax.SAXException: Requested schema http://xmlns.oracle.com/weblogic/weblogic-application/1.5/weblogic-application.xsd is not found in local repository, please ensure that there are no typos in the XML namespace declaration. 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at com.sun.enterprise.deployment.node.SaxParserHandler.resolveEntity(SaxParserHandler.java:209) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.resolveEntity(EntityResolverWrapper.java:111) 17:01:08 [2023-03-05T22:01:08.495Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:1134) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:663) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2695) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2070) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(XMLSchemaValidator.java:850) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:351) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3079) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:836) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:281) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.readRuntimeDeploymentDescriptor(DOLUtils.java:540) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:700) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:677) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readRuntimeDeploymentDescriptor(ApplicationArchivist.java:671) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:236) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:197) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:72) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:329) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:124) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] org.xml.sax.SAXException: Requested schema http://xmlns.oracle.com/weblogic/weblogic-application/1.5/weblogic-application.xsd is not found in local repository, please ensure that there are no typos in the XML namespace declaration. 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.node.SaxParserHandler.resolveEntity(SaxParserHandler.java:209) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.resolveEntity(EntityResolverWrapper.java:111) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:1134) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:663) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2695) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2070) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(XMLSchemaValidator.java:850) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:351) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3079) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:836) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:281) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.readRuntimeDeploymentDescriptor(DOLUtils.java:540) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:700) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:677) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readRuntimeDeploymentDescriptor(ApplicationArchivist.java:671) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:236) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:197) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:72) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:329) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:124) 17:01:08 [2023-03-05T22:01:08.496Z] [javaWithResult] Java Result: 255 17:01:08 [2023-03-05T22:01:08.496Z] 17:01:08 [2023-03-05T22:01:08.496Z] processResult: 17:01:08 [2023-03-05T22:01:08.496Z] 17:01:08 [2023-03-05T22:01:08.496Z] failed: 17:01:08 [2023-03-05T22:01:08.496Z] 17:01:08 [2023-03-05T22:01:08.496Z] passed: 17:01:08 [2023-03-05T22:01:08.496Z] 17:01:08 [2023-03-05T22:01:08.496Z] unknown: 17:01:08 [2023-03-05T22:01:08.496Z] 17:01:08 [2023-03-05T22:01:08.496Z] writeLogToConsole: 17:01:08 [2023-03-05T22:01:08.496Z] [echo] Test validation UNKNOWN at 05-Mar-2023 22:01:08.408 with return code 255 17:01:08 [2023-03-05T22:01:08.496Z] 17:01:08 [2023-03-05T22:01:08.496Z] declare-test: 17:01:08 [2023-03-05T22:01:08.496Z] [echo] Starting test validation dol/validation Test WLS Ear3 17:01:08 [2023-03-05T22:01:08.496Z] 17:01:08 [2023-03-05T22:01:08.496Z] init.os: 17:01:08 [2023-03-05T22:01:08.496Z] 17:01:08 [2023-03-05T22:01:08.496Z] init.tools.unix: 17:01:08 [2023-03-05T22:01:08.496Z] 17:01:08 [2023-03-05T22:01:08.496Z] init.tools.windows: 17:01:08 [2023-03-05T22:01:08.496Z] 17:01:08 [2023-03-05T22:01:08.496Z] init.tools: 17:01:08 [2023-03-05T22:01:08.496Z] 17:01:08 [2023-03-05T22:01:08.496Z] setAsadminArgs: 17:01:08 [2023-03-05T22:01:08.496Z] 17:01:08 [2023-03-05T22:01:08.496Z] init: 17:01:08 [2023-03-05T22:01:08.496Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:08 [2023-03-05T22:01:08.496Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:08 [2023-03-05T22:01:08.496Z] [get] Not modified - so not downloaded 17:01:08 [2023-03-05T22:01:08.496Z] 17:01:08 [2023-03-05T22:01:08.496Z] init.customtasks: 17:01:08 [2023-03-05T22:01:08.496Z] 17:01:08 [2023-03-05T22:01:08.496Z] run.validator: 17:01:08 [2023-03-05T22:01:08.496Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 17:01:09 [2023-03-05T22:01:09.059Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the orginal archive: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar3/validation.ear 17:01:09 [2023-03-05T22:01:09.315Z] [javaWithResult] Mar 05, 2023 10:01:08 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] Mar 05, 2023 10:01:09 PM com.sun.enterprise.connectors.module.RarHandler getClassPathURIs 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] WARNING: URI is not hierarchical 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] java.lang.IllegalArgumentException: URI is not hierarchical 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.base/java.io.File.<init>(File.java:420) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.connectors.module.RarHandler.getClassPathURIs(RarHandler.java:153) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.getSniffersForModule(DOLUtils.java:568) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.setExtensionArchivistForSubArchivist(DOLUtils.java:554) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readModulesDescriptors(ApplicationArchivist.java:552) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:228) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:197) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:72) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:329) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] [dol.validation.Validator]:: Input archive: [/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar3/validation.ear] is not valid 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] [dol.validation.Validator]:: FAILED: devtests/deployment/dol/validation 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] Mar 05, 2023 10:01:09 PM com.sun.enterprise.deployment.io.DeploymentDescriptorFile read 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] SEVERE: AS-DEPLOYMENT-00120 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] java.io.IOException: Error parsing descriptor Deployment descriptor file META-INF/weblogic-application.xml in archive [validation.ear]. 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:322) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.readRuntimeDeploymentDescriptor(DOLUtils.java:540) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:700) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:677) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readRuntimeDeploymentDescriptor(ApplicationArchivist.java:671) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:236) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:197) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:72) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:329) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] Caused by: java.io.IOException: Stream closed 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.base/java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:157) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:263) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager$RewindableInputStream.readAndBuffer(XMLEntityManager.java:3025) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:705) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(XMLEntityManager.java:1397) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(XMLEntityManager.java:1363) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl.setInputSource(XMLDTDScannerImpl.java:257) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.dispatch(XMLDocumentScannerImpl.java:1152) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.next(XMLDocumentScannerImpl.java:1040) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:943) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:281) 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] ... 9 more 17:01:09 [2023-03-05T22:01:09.316Z] [javaWithResult] Java Result: 255 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] processResult: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] failed: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] passed: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] unknown: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] writeLogToConsole: 17:01:09 [2023-03-05T22:01:09.316Z] [echo] Test validation UNKNOWN at 05-Mar-2023 22:01:09.258 with return code 255 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] init.os: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] init.tools.unix: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] init.tools.windows: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] init.tools: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] setAsadminArgs: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] init: 17:01:09 [2023-03-05T22:01:09.316Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:09 [2023-03-05T22:01:09.316Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:09 [2023-03-05T22:01:09.316Z] [get] Not modified - so not downloaded 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] init.customtasks: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] prepare: 17:01:09 [2023-03-05T22:01:09.316Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/override 17:01:09 [2023-03-05T22:01:09.316Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/override/overrideTest.war 17:01:09 [2023-03-05T22:01:09.316Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/override/overrideTest.war/WEB-INF/classes 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] private-all: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] init.os: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] init.tools.unix: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] init.tools.windows: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] init.tools: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] setAsadminArgs: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] init: 17:01:09 [2023-03-05T22:01:09.316Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:09 [2023-03-05T22:01:09.316Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:09 [2023-03-05T22:01:09.316Z] [get] Not modified - so not downloaded 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] init.customtasks: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] prepare: 17:01:09 [2023-03-05T22:01:09.316Z] 17:01:09 [2023-03-05T22:01:09.316Z] compile: 17:01:09 [2023-03-05T22:01:09.316Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/dol/override/build.xml:43: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:01:09 [2023-03-05T22:01:09.316Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/override 17:01:09 [2023-03-05T22:01:09.572Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:01:09 [2023-03-05T22:01:09.572Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/dol/override/OverrideTest.java uses or overrides a deprecated API. 17:01:09 [2023-03-05T22:01:09.572Z] [javac] Note: Recompile with -Xlint:deprecation for details. 17:01:09 [2023-03-05T22:01:09.572Z] [javac] 1 warning 17:01:09 [2023-03-05T22:01:09.572Z] 17:01:09 [2023-03-05T22:01:09.572Z] init.os: 17:01:09 [2023-03-05T22:01:09.572Z] 17:01:09 [2023-03-05T22:01:09.572Z] init.tools.unix: 17:01:09 [2023-03-05T22:01:09.572Z] 17:01:09 [2023-03-05T22:01:09.572Z] init.tools.windows: 17:01:09 [2023-03-05T22:01:09.572Z] 17:01:09 [2023-03-05T22:01:09.572Z] init.tools: 17:01:09 [2023-03-05T22:01:09.572Z] 17:01:09 [2023-03-05T22:01:09.572Z] setAsadminArgs: 17:01:09 [2023-03-05T22:01:09.572Z] 17:01:09 [2023-03-05T22:01:09.572Z] init: 17:01:09 [2023-03-05T22:01:09.572Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:09 [2023-03-05T22:01:09.572Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:09 [2023-03-05T22:01:09.572Z] [get] Not modified - so not downloaded 17:01:09 [2023-03-05T22:01:09.572Z] 17:01:09 [2023-03-05T22:01:09.572Z] init.customtasks: 17:01:09 [2023-03-05T22:01:09.572Z] 17:01:09 [2023-03-05T22:01:09.572Z] prepare: 17:01:09 [2023-03-05T22:01:09.572Z] 17:01:09 [2023-03-05T22:01:09.572Z] assemble: 17:01:09 [2023-03-05T22:01:09.572Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/override/overrideTest.war/WEB-INF/classes 17:01:09 [2023-03-05T22:01:09.572Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/override/overrideTest.war/WEB-INF 17:01:09 [2023-03-05T22:01:09.572Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/override/overrideTest.war/WEB-INF 17:01:09 [2023-03-05T22:01:09.572Z] 17:01:09 [2023-03-05T22:01:09.572Z] declare-test: 17:01:09 [2023-03-05T22:01:09.572Z] [echo] Starting test override dol/override Test 17:01:09 [2023-03-05T22:01:09.572Z] 17:01:09 [2023-03-05T22:01:09.572Z] init.os: 17:01:09 [2023-03-05T22:01:09.572Z] 17:01:09 [2023-03-05T22:01:09.572Z] init.tools.unix: 17:01:09 [2023-03-05T22:01:09.572Z] 17:01:09 [2023-03-05T22:01:09.572Z] init.tools.windows: 17:01:09 [2023-03-05T22:01:09.572Z] 17:01:09 [2023-03-05T22:01:09.572Z] init.tools: 17:01:09 [2023-03-05T22:01:09.572Z] 17:01:09 [2023-03-05T22:01:09.572Z] setAsadminArgs: 17:01:09 [2023-03-05T22:01:09.572Z] 17:01:09 [2023-03-05T22:01:09.572Z] init: 17:01:09 [2023-03-05T22:01:09.572Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:09 [2023-03-05T22:01:09.572Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:09 [2023-03-05T22:01:09.829Z] [get] Not modified - so not downloaded 17:01:09 [2023-03-05T22:01:09.829Z] 17:01:09 [2023-03-05T22:01:09.829Z] init.customtasks: 17:01:09 [2023-03-05T22:01:09.829Z] 17:01:09 [2023-03-05T22:01:09.829Z] run.overridetest: 17:01:09 [2023-03-05T22:01:09.829Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish 17:01:10 [2023-03-05T22:01:10.764Z] [javaWithResult] Mar 05, 2023 10:01:10 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient 17:01:10 [2023-03-05T22:01:10.764Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. 17:01:10 [2023-03-05T22:01:10.764Z] [javaWithResult] [dol.override.OverrideTest]:: Resource ref [myDS3] with JNDI name: jdbc/__default, description: , authorization: Container, sharing scope: Shareable, mappedName: , lookupName: jdbc/__default 17:01:10 [2023-03-05T22:01:10.764Z] [javaWithResult] [dol.override.OverrideTest]:: Resource ref [myDS5and6] with JNDI name: jdbc/__default, description: , authorization: Container, sharing scope: Shareable, mappedName: jdbc/__default, lookupName: 17:01:10 [2023-03-05T22:01:10.764Z] [javaWithResult] [dol.override.OverrideTest]:: Target class name: override.OverrideTestServlet 17:01:10 [2023-03-05T22:01:10.764Z] [javaWithResult] [dol.override.OverrideTest]:: Target name: myDS6 17:01:10 [2023-03-05T22:01:10.764Z] [javaWithResult] [dol.override.OverrideTest]:: Target class name: override.OverrideTestServlet 17:01:10 [2023-03-05T22:01:10.765Z] [javaWithResult] [dol.override.OverrideTest]:: Target name: myDS5 17:01:10 [2023-03-05T22:01:10.765Z] [javaWithResult] [dol.override.OverrideTest]:: Resource ref [myDS7] with JNDI name: jdbc/__default, description: override, authorization: Container, sharing scope: Unshareable, mappedName: , lookupName: jdbc/__default 17:01:10 [2023-03-05T22:01:10.765Z] [javaWithResult] [dol.override.OverrideTest]:: Descriptor did not override the @Resource lookup name attribute as expected 17:01:10 [2023-03-05T22:01:10.765Z] [javaWithResult] [dol.override.OverrideTest]:: FAILED: devtests/deployment/dol/override 17:01:10 [2023-03-05T22:01:10.765Z] [javaWithResult] Java Result: 255 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] processResult: 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] failed: 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] passed: 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] unknown: 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] writeLogToConsole: 17:01:10 [2023-03-05T22:01:10.765Z] [echo] Test override UNKNOWN at 05-Mar-2023 22:01:10.486 with return code 255 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] private-all: 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] private-all: 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] private-all: 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] init.os: 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] init.tools.unix: 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] init.tools.windows: 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] init.tools: 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] setAsadminArgs: 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] init: 17:01:10 [2023-03-05T22:01:10.765Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:10 [2023-03-05T22:01:10.765Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:10 [2023-03-05T22:01:10.765Z] [get] Not modified - so not downloaded 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] init.customtasks: 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] prepare: 17:01:10 [2023-03-05T22:01:10.765Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session 17:01:10 [2023-03-05T22:01:10.765Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives 17:01:10 [2023-03-05T22:01:10.765Z] 17:01:10 [2023-03-05T22:01:10.765Z] compile: 17:01:10 [2023-03-05T22:01:10.765Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/session/build.xml:40: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:01:10 [2023-03-05T22:01:10.765Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session 17:01:10 [2023-03-05T22:01:10.765Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:01:10 [2023-03-05T22:01:10.765Z] [javac] 1 warning 17:01:10 [2023-03-05T22:01:10.765Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/session/build.xml:43: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:01:10 [2023-03-05T22:01:10.765Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session 17:01:11 [2023-03-05T22:01:11.021Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:01:11 [2023-03-05T22:01:11.021Z] [javac] 1 warning 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] assemble: 17:01:11 [2023-03-05T22:01:11.021Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives/ejb-ejb30-hello-session-ejb.jar 17:01:11 [2023-03-05T22:01:11.021Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives/ejb-ejb30-hello-session-client.jar 17:01:11 [2023-03-05T22:01:11.021Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives/ejb-ejb30-hello-sessionApp.ear 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] declare-test: 17:01:11 [2023-03-05T22:01:11.021Z] [echo] Starting test session ejb30/session Test asadmin deploy 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] init.os: 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] init.tools.unix: 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] init.tools.windows: 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] init.tools: 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] setAsadminArgs: 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] init: 17:01:11 [2023-03-05T22:01:11.021Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:11 [2023-03-05T22:01:11.021Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:11 [2023-03-05T22:01:11.021Z] [get] Not modified - so not downloaded 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] init.customtasks: 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] prepare: 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] deploy.asadmin: 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] setAsadminArgs: 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] common.deploy.asadmin: 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] init.os: 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] init.tools.unix: 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] init.tools.windows: 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] init.tools: 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] setAsadminArgs: 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] init: 17:01:11 [2023-03-05T22:01:11.021Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:11 [2023-03-05T22:01:11.021Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:11 [2023-03-05T22:01:11.021Z] [get] Not modified - so not downloaded 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] init.customtasks: 17:01:11 [2023-03-05T22:01:11.021Z] 17:01:11 [2023-03-05T22:01:11.021Z] common.run.asadmin: 17:01:11 [2023-03-05T22:01:11.021Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives --name ejb-ejb30-hello-session /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives/ejb-ejb30-hello-sessionApp.ear 17:01:11 [2023-03-05T22:01:11.583Z] [exec] Deprecated syntax, instead use: 17:01:11 [2023-03-05T22:01:11.583Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:01:11 [2023-03-05T22:01:11.870Z] [exec] Application deployed with name ejb-ejb30-hello-session. 17:01:11 [2023-03-05T22:01:11.870Z] [exec] Command deploy executed successfully. 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] init.os: 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] init.tools.unix: 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] init.tools.windows: 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] init.tools: 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] setAsadminArgs: 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] init: 17:01:11 [2023-03-05T22:01:11.870Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:11 [2023-03-05T22:01:11.870Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:11 [2023-03-05T22:01:11.870Z] [get] Not modified - so not downloaded 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] init.customtasks: 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] setEnabled: 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] createAppRef: 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] init.os: 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] init.tools.unix: 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] init.tools.windows: 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] init.tools: 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] setAsadminArgs: 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] init: 17:01:11 [2023-03-05T22:01:11.870Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:11 [2023-03-05T22:01:11.870Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:11 [2023-03-05T22:01:11.870Z] [get] Not modified - so not downloaded 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] init.customtasks: 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] prepare: 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] setOrbPort2: 17:01:11 [2023-03-05T22:01:11.870Z] 17:01:11 [2023-03-05T22:01:11.870Z] runclient: 17:01:11 [2023-03-05T22:01:11.870Z] [echo] appclient -targetserver localhost:3700 -xml client/sun-acc-no-log-service.xml -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives/ejb-ejb30-hello-sessionClient.jar 17:01:15 [2023-03-05T22:01:15.170Z] 17:01:15 [2023-03-05T22:01:15.170Z] processResult: 17:01:15 [2023-03-05T22:01:15.170Z] 17:01:15 [2023-03-05T22:01:15.170Z] failed: 17:01:15 [2023-03-05T22:01:15.170Z] 17:01:15 [2023-03-05T22:01:15.170Z] passed: 17:01:15 [2023-03-05T22:01:15.170Z] [echo] Test session Passed 17:01:15 [2023-03-05T22:01:15.170Z] 17:01:15 [2023-03-05T22:01:15.170Z] unknown: 17:01:15 [2023-03-05T22:01:15.170Z] 17:01:15 [2023-03-05T22:01:15.170Z] declare-test: 17:01:15 [2023-03-05T22:01:15.170Z] [echo] Starting test session ejb30/session Test asadmin redeploy 17:01:15 [2023-03-05T22:01:15.170Z] 17:01:15 [2023-03-05T22:01:15.170Z] init.os: 17:01:15 [2023-03-05T22:01:15.170Z] 17:01:15 [2023-03-05T22:01:15.170Z] init.tools.unix: 17:01:15 [2023-03-05T22:01:15.170Z] 17:01:15 [2023-03-05T22:01:15.170Z] init.tools.windows: 17:01:15 [2023-03-05T22:01:15.170Z] 17:01:15 [2023-03-05T22:01:15.170Z] init.tools: 17:01:15 [2023-03-05T22:01:15.170Z] 17:01:15 [2023-03-05T22:01:15.170Z] setAsadminArgs: 17:01:15 [2023-03-05T22:01:15.170Z] 17:01:15 [2023-03-05T22:01:15.170Z] init: 17:01:15 [2023-03-05T22:01:15.170Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:15 [2023-03-05T22:01:15.170Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:15 [2023-03-05T22:01:15.171Z] [get] Not modified - so not downloaded 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] init.customtasks: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] prepare: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] redeploy.asadmin: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] setAsadminArgs: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] common.redeploy.asadmin: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] init.os: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] init.tools.unix: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] init.tools.windows: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] init.tools: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] setAsadminArgs: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] init: 17:01:15 [2023-03-05T22:01:15.171Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:15 [2023-03-05T22:01:15.171Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:15 [2023-03-05T22:01:15.171Z] [get] Not modified - so not downloaded 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] init.customtasks: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] delAppRef: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] init.os: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] init.tools.unix: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] init.tools.windows: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] init.tools: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] setAsadminArgs: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] init: 17:01:15 [2023-03-05T22:01:15.171Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:15 [2023-03-05T22:01:15.171Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:15 [2023-03-05T22:01:15.171Z] [get] Not modified - so not downloaded 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] init.customtasks: 17:01:15 [2023-03-05T22:01:15.171Z] 17:01:15 [2023-03-05T22:01:15.171Z] common.run.asadmin: 17:01:15 [2023-03-05T22:01:15.171Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives --name ejb-ejb30-hello-session /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives/ejb-ejb30-hello-sessionApp.ear 17:01:15 [2023-03-05T22:01:15.427Z] [exec] Deprecated syntax, instead use: 17:01:15 [2023-03-05T22:01:15.427Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:01:16 [2023-03-05T22:01:16.019Z] [exec] Application deployed with name ejb-ejb30-hello-session. 17:01:16 [2023-03-05T22:01:16.019Z] [exec] Command deploy executed successfully. 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] init.os: 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] init.tools.unix: 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] init.tools.windows: 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] init.tools: 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] setAsadminArgs: 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] init: 17:01:16 [2023-03-05T22:01:16.019Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:16 [2023-03-05T22:01:16.019Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:16 [2023-03-05T22:01:16.019Z] [get] Not modified - so not downloaded 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] init.customtasks: 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] setEnabled: 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] createAppRef: 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] init.os: 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] init.tools.unix: 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] init.tools.windows: 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] init.tools: 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] setAsadminArgs: 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] init: 17:01:16 [2023-03-05T22:01:16.019Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:16 [2023-03-05T22:01:16.019Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:16 [2023-03-05T22:01:16.019Z] [get] Not modified - so not downloaded 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] init.customtasks: 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] prepare: 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] setOrbPort2: 17:01:16 [2023-03-05T22:01:16.019Z] 17:01:16 [2023-03-05T22:01:16.019Z] runclient: 17:01:16 [2023-03-05T22:01:16.019Z] [echo] appclient -targetserver localhost:3700 -xml client/sun-acc-no-log-service.xml -client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives/ejb-ejb30-hello-sessionClient.jar 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] processResult: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] failed: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] passed: 17:01:20 [2023-03-05T22:01:20.195Z] [echo] Test session Passed 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] unknown: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init.os: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init.tools.unix: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init.tools.windows: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init.tools: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] setAsadminArgs: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init: 17:01:20 [2023-03-05T22:01:20.195Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:20 [2023-03-05T22:01:20.195Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:20 [2023-03-05T22:01:20.195Z] [get] Not modified - so not downloaded 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init.customtasks: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] prepare: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] undeploy.asadmin: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] setAsadminArgs: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] common.undeploy.asadmin: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init.os: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init.tools.unix: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init.tools.windows: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init.tools: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] setAsadminArgs: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init: 17:01:20 [2023-03-05T22:01:20.195Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:20 [2023-03-05T22:01:20.195Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:20 [2023-03-05T22:01:20.195Z] [get] Not modified - so not downloaded 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init.customtasks: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] delAppRef: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init.os: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init.tools.unix: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init.tools.windows: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init.tools: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] setAsadminArgs: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init: 17:01:20 [2023-03-05T22:01:20.195Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:20 [2023-03-05T22:01:20.195Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:20 [2023-03-05T22:01:20.195Z] [get] Not modified - so not downloaded 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] init.customtasks: 17:01:20 [2023-03-05T22:01:20.195Z] 17:01:20 [2023-03-05T22:01:20.195Z] common.run.asadmin: 17:01:20 [2023-03-05T22:01:20.196Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 ejb-ejb30-hello-session 17:01:20 [2023-03-05T22:01:20.196Z] [exec] Deprecated syntax, instead use: 17:01:20 [2023-03-05T22:01:20.196Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:01:20 [2023-03-05T22:01:20.196Z] [exec] Command undeploy executed successfully. 17:01:20 [2023-03-05T22:01:20.196Z] 17:01:20 [2023-03-05T22:01:20.196Z] private-all: 17:01:20 [2023-03-05T22:01:20.196Z] 17:01:20 [2023-03-05T22:01:20.196Z] init.os: 17:01:20 [2023-03-05T22:01:20.196Z] 17:01:20 [2023-03-05T22:01:20.196Z] init.tools.unix: 17:01:20 [2023-03-05T22:01:20.196Z] 17:01:20 [2023-03-05T22:01:20.196Z] init.tools.windows: 17:01:20 [2023-03-05T22:01:20.196Z] 17:01:20 [2023-03-05T22:01:20.196Z] init.tools: 17:01:20 [2023-03-05T22:01:20.196Z] 17:01:20 [2023-03-05T22:01:20.196Z] setAsadminArgs: 17:01:20 [2023-03-05T22:01:20.196Z] 17:01:20 [2023-03-05T22:01:20.196Z] init: 17:01:20 [2023-03-05T22:01:20.196Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:20 [2023-03-05T22:01:20.196Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:20 [2023-03-05T22:01:20.196Z] [get] Not modified - so not downloaded 17:01:20 [2023-03-05T22:01:20.196Z] 17:01:20 [2023-03-05T22:01:20.196Z] init.customtasks: 17:01:20 [2023-03-05T22:01:20.196Z] 17:01:20 [2023-03-05T22:01:20.196Z] prepare: 17:01:20 [2023-03-05T22:01:20.196Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2 17:01:20 [2023-03-05T22:01:20.196Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives 17:01:20 [2023-03-05T22:01:20.196Z] 17:01:20 [2023-03-05T22:01:20.196Z] compile: 17:01:20 [2023-03-05T22:01:20.196Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/session2/build.xml:40: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:01:20 [2023-03-05T22:01:20.196Z] [javac] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2 17:01:20 [2023-03-05T22:01:20.451Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:01:20 [2023-03-05T22:01:20.452Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/session2/ejb/SfulEJB.java uses unchecked or unsafe operations. 17:01:20 [2023-03-05T22:01:20.452Z] [javac] Note: Recompile with -Xlint:unchecked for details. 17:01:20 [2023-03-05T22:01:20.452Z] [javac] 1 warning 17:01:20 [2023-03-05T22:01:20.452Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/session2/build.xml:43: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:01:20 [2023-03-05T22:01:20.452Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2 17:01:20 [2023-03-05T22:01:20.716Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:01:20 [2023-03-05T22:01:20.717Z] [javac] 1 warning 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] assemble: 17:01:20 [2023-03-05T22:01:20.717Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives/ejb-ejb30-hello-session2-ejb.jar 17:01:20 [2023-03-05T22:01:20.717Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives/ejb-ejb30-hello-session2-client.jar 17:01:20 [2023-03-05T22:01:20.717Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives 17:01:20 [2023-03-05T22:01:20.717Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives 17:01:20 [2023-03-05T22:01:20.717Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives/ejb-ejb30-hello-session2App.ear 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] declare-test: 17:01:20 [2023-03-05T22:01:20.717Z] [echo] Starting test session2 ejb30/session2 Test asadmin deploy 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] init.os: 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] init.tools.unix: 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] init.tools.windows: 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] init.tools: 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] setAsadminArgs: 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] init: 17:01:20 [2023-03-05T22:01:20.717Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:20 [2023-03-05T22:01:20.717Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:20 [2023-03-05T22:01:20.717Z] [get] Not modified - so not downloaded 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] init.customtasks: 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] prepare: 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] deploy.asadmin: 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] setAsadminArgs: 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] common.deploy.asadmin: 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] init.os: 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] init.tools.unix: 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] init.tools.windows: 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] init.tools: 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] setAsadminArgs: 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] init: 17:01:20 [2023-03-05T22:01:20.717Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:20 [2023-03-05T22:01:20.717Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:20 [2023-03-05T22:01:20.717Z] [get] Not modified - so not downloaded 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] init.customtasks: 17:01:20 [2023-03-05T22:01:20.717Z] 17:01:20 [2023-03-05T22:01:20.717Z] common.run.asadmin: 17:01:20 [2023-03-05T22:01:20.717Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives --name ejb-ejb30-hello-session2 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives/ejb-ejb30-hello-session2App.ear 17:01:20 [2023-03-05T22:01:20.977Z] [exec] Deprecated syntax, instead use: 17:01:20 [2023-03-05T22:01:20.977Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:01:21 [2023-03-05T22:01:21.540Z] [exec] Application deployed with name ejb-ejb30-hello-session2. 17:01:21 [2023-03-05T22:01:21.540Z] [exec] Command deploy executed successfully. 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] init.os: 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] init.tools.unix: 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] init.tools.windows: 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] init.tools: 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] setAsadminArgs: 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] init: 17:01:21 [2023-03-05T22:01:21.540Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:21 [2023-03-05T22:01:21.540Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:21 [2023-03-05T22:01:21.540Z] [get] Not modified - so not downloaded 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] init.customtasks: 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] setEnabled: 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] createAppRef: 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] init.os: 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] init.tools.unix: 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] init.tools.windows: 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] init.tools: 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] setAsadminArgs: 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] init: 17:01:21 [2023-03-05T22:01:21.540Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:21 [2023-03-05T22:01:21.540Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:21 [2023-03-05T22:01:21.540Z] [get] Not modified - so not downloaded 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] init.customtasks: 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] prepare: 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] setOrbPort2: 17:01:21 [2023-03-05T22:01:21.540Z] 17:01:21 [2023-03-05T22:01:21.540Z] runclient: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] processResult: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] failed: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] passed: 17:01:25 [2023-03-05T22:01:25.729Z] [echo] Test session2 Passed 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] unknown: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] declare-test: 17:01:25 [2023-03-05T22:01:25.729Z] [echo] Starting test session2 ejb30/session2 Test asadmin redeploy 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init.os: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init.tools.unix: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init.tools.windows: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init.tools: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] setAsadminArgs: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init: 17:01:25 [2023-03-05T22:01:25.729Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:25 [2023-03-05T22:01:25.729Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:25 [2023-03-05T22:01:25.729Z] [get] Not modified - so not downloaded 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init.customtasks: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] prepare: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] redeploy.asadmin: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] setAsadminArgs: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] common.redeploy.asadmin: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init.os: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init.tools.unix: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init.tools.windows: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init.tools: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] setAsadminArgs: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init: 17:01:25 [2023-03-05T22:01:25.729Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:25 [2023-03-05T22:01:25.729Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:25 [2023-03-05T22:01:25.729Z] [get] Not modified - so not downloaded 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init.customtasks: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] delAppRef: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init.os: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init.tools.unix: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init.tools.windows: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init.tools: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] setAsadminArgs: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init: 17:01:25 [2023-03-05T22:01:25.729Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:25 [2023-03-05T22:01:25.729Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:25 [2023-03-05T22:01:25.729Z] [get] Not modified - so not downloaded 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] init.customtasks: 17:01:25 [2023-03-05T22:01:25.729Z] 17:01:25 [2023-03-05T22:01:25.729Z] common.run.asadmin: 17:01:25 [2023-03-05T22:01:25.729Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives --name ejb-ejb30-hello-session2 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives/ejb-ejb30-hello-session2App.ear 17:01:25 [2023-03-05T22:01:25.985Z] [exec] Deprecated syntax, instead use: 17:01:25 [2023-03-05T22:01:25.986Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:01:26 [2023-03-05T22:01:26.549Z] [exec] Application deployed with name ejb-ejb30-hello-session2. 17:01:26 [2023-03-05T22:01:26.549Z] [exec] Command deploy executed successfully. 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] init.os: 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] init.tools.unix: 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] init.tools.windows: 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] init.tools: 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] setAsadminArgs: 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] init: 17:01:26 [2023-03-05T22:01:26.549Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:26 [2023-03-05T22:01:26.549Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:26 [2023-03-05T22:01:26.549Z] [get] Not modified - so not downloaded 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] init.customtasks: 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] setEnabled: 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] createAppRef: 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] init.os: 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] init.tools.unix: 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] init.tools.windows: 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] init.tools: 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] setAsadminArgs: 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] init: 17:01:26 [2023-03-05T22:01:26.549Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:26 [2023-03-05T22:01:26.549Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:26 [2023-03-05T22:01:26.549Z] [get] Not modified - so not downloaded 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] init.customtasks: 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] prepare: 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] setOrbPort2: 17:01:26 [2023-03-05T22:01:26.549Z] 17:01:26 [2023-03-05T22:01:26.549Z] runclient: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] processResult: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] failed: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] passed: 17:01:30 [2023-03-05T22:01:30.723Z] [echo] Test session2 Passed 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] unknown: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.os: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.tools.unix: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.tools.windows: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.tools: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] setAsadminArgs: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init: 17:01:30 [2023-03-05T22:01:30.723Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:30 [2023-03-05T22:01:30.723Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:30 [2023-03-05T22:01:30.723Z] [get] Not modified - so not downloaded 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.customtasks: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] prepare: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] undeploy.asadmin: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] setAsadminArgs: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] common.undeploy.asadmin: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.os: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.tools.unix: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.tools.windows: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.tools: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] setAsadminArgs: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init: 17:01:30 [2023-03-05T22:01:30.723Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:30 [2023-03-05T22:01:30.723Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:30 [2023-03-05T22:01:30.723Z] [get] Not modified - so not downloaded 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.customtasks: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] delAppRef: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.os: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.tools.unix: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.tools.windows: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.tools: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] setAsadminArgs: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init: 17:01:30 [2023-03-05T22:01:30.723Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:30 [2023-03-05T22:01:30.723Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:30 [2023-03-05T22:01:30.723Z] [get] Not modified - so not downloaded 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.customtasks: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] common.run.asadmin: 17:01:30 [2023-03-05T22:01:30.723Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 ejb-ejb30-hello-session2 17:01:30 [2023-03-05T22:01:30.723Z] [exec] Deprecated syntax, instead use: 17:01:30 [2023-03-05T22:01:30.723Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:01:30 [2023-03-05T22:01:30.723Z] [exec] Command undeploy executed successfully. 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] private-all: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] private-all: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.os: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.tools.unix: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.tools.windows: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.tools: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] setAsadminArgs: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init: 17:01:30 [2023-03-05T22:01:30.723Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:30 [2023-03-05T22:01:30.723Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:30 [2023-03-05T22:01:30.723Z] [get] Not modified - so not downloaded 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] init.customtasks: 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] prepare: 17:01:30 [2023-03-05T22:01:30.723Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient 17:01:30 [2023-03-05T22:01:30.723Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient/archives 17:01:30 [2023-03-05T22:01:30.723Z] 17:01:30 [2023-03-05T22:01:30.723Z] compile: 17:01:30 [2023-03-05T22:01:30.723Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/mdb/webclient/build.xml:41: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:01:30 [2023-03-05T22:01:30.723Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient 17:01:30 [2023-03-05T22:01:30.979Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:01:30 [2023-03-05T22:01:30.979Z] [javac] 1 warning 17:01:30 [2023-03-05T22:01:30.979Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/mdb/webclient/build.xml:45: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:01:30 [2023-03-05T22:01:30.979Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient 17:01:31 [2023-03-05T22:01:31.237Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:01:31 [2023-03-05T22:01:31.237Z] [javac] 1 warning 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] assemble: 17:01:31 [2023-03-05T22:01:31.237Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient/archives/ejb-ejb30-hello-mdbApp-ejb.jar 17:01:31 [2023-03-05T22:01:31.237Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient/archives/ejb-ejb30-hello-mdbApp-web.war 17:01:31 [2023-03-05T22:01:31.237Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient/archives/ejb-ejb30-hello-mdbAppApp.ear 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] init.os: 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] init.tools.unix: 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] init.tools.windows: 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] init.tools: 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] setAsadminArgs: 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] init: 17:01:31 [2023-03-05T22:01:31.237Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:31 [2023-03-05T22:01:31.237Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:31 [2023-03-05T22:01:31.237Z] [get] Not modified - so not downloaded 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] init.customtasks: 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] prepare: 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] deploy.jms.queues: 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] setAsadminArgs: 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] common.create.jms.connection: 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] init.os: 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] init.tools.unix: 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] init.tools.windows: 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] init.tools: 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] setAsadminArgs: 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] init: 17:01:31 [2023-03-05T22:01:31.237Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:31 [2023-03-05T22:01:31.237Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:31 [2023-03-05T22:01:31.237Z] [get] Not modified - so not downloaded 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] init.customtasks: 17:01:31 [2023-03-05T22:01:31.237Z] 17:01:31 [2023-03-05T22:01:31.237Z] common.run.asadmin: 17:01:31 [2023-03-05T22:01:31.237Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --restype jakarta.jms.QueueConnectionFactory jms/ejb_ejb30_hello_mdb_QCF 17:01:31 [2023-03-05T22:01:31.517Z] [exec] Deprecated syntax, instead use: 17:01:31 [2023-03-05T22:01:31.517Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jms-resource [options] ... 17:01:32 [2023-03-05T22:01:32.917Z] [exec] Connector resource jms/ejb_ejb30_hello_mdb_QCF created. 17:01:32 [2023-03-05T22:01:32.917Z] [exec] Command create-jms-resource executed successfully. 17:01:32 [2023-03-05T22:01:32.917Z] 17:01:32 [2023-03-05T22:01:32.917Z] setAsadminArgs: 17:01:32 [2023-03-05T22:01:32.917Z] 17:01:32 [2023-03-05T22:01:32.917Z] common.create.jms.resource: 17:01:32 [2023-03-05T22:01:32.917Z] 17:01:32 [2023-03-05T22:01:32.917Z] init.os: 17:01:32 [2023-03-05T22:01:32.917Z] 17:01:32 [2023-03-05T22:01:32.917Z] init.tools.unix: 17:01:32 [2023-03-05T22:01:32.917Z] 17:01:32 [2023-03-05T22:01:32.917Z] init.tools.windows: 17:01:32 [2023-03-05T22:01:32.917Z] 17:01:32 [2023-03-05T22:01:32.917Z] init.tools: 17:01:32 [2023-03-05T22:01:32.917Z] 17:01:32 [2023-03-05T22:01:32.917Z] setAsadminArgs: 17:01:32 [2023-03-05T22:01:32.917Z] 17:01:32 [2023-03-05T22:01:32.917Z] init: 17:01:32 [2023-03-05T22:01:32.917Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:32 [2023-03-05T22:01:32.917Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:32 [2023-03-05T22:01:32.917Z] [get] Not modified - so not downloaded 17:01:32 [2023-03-05T22:01:32.917Z] 17:01:32 [2023-03-05T22:01:32.917Z] init.customtasks: 17:01:32 [2023-03-05T22:01:32.917Z] 17:01:32 [2023-03-05T22:01:32.917Z] common.run.asadmin: 17:01:32 [2023-03-05T22:01:32.917Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-jmsdest --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --desttype queue ejb_ejb30_hello_mdb_InQueue 17:01:33 [2023-03-05T22:01:33.173Z] [exec] Deprecated syntax, instead use: 17:01:33 [2023-03-05T22:01:33.173Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jmsdest [options] ... 17:01:34 [2023-03-05T22:01:34.555Z] [exec] JMS Desctination ejb_ejb30_hello_mdb_InQueue created. 17:01:34 [2023-03-05T22:01:34.555Z] [exec] Command create-jmsdest executed successfully. 17:01:34 [2023-03-05T22:01:34.555Z] 17:01:34 [2023-03-05T22:01:34.555Z] init.os: 17:01:34 [2023-03-05T22:01:34.555Z] 17:01:34 [2023-03-05T22:01:34.555Z] init.tools.unix: 17:01:34 [2023-03-05T22:01:34.555Z] 17:01:34 [2023-03-05T22:01:34.555Z] init.tools.windows: 17:01:34 [2023-03-05T22:01:34.555Z] 17:01:34 [2023-03-05T22:01:34.555Z] init.tools: 17:01:34 [2023-03-05T22:01:34.555Z] 17:01:34 [2023-03-05T22:01:34.555Z] setAsadminArgs: 17:01:34 [2023-03-05T22:01:34.555Z] 17:01:34 [2023-03-05T22:01:34.555Z] init: 17:01:34 [2023-03-05T22:01:34.555Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:34 [2023-03-05T22:01:34.555Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:34 [2023-03-05T22:01:34.555Z] [get] Not modified - so not downloaded 17:01:34 [2023-03-05T22:01:34.555Z] 17:01:34 [2023-03-05T22:01:34.555Z] init.customtasks: 17:01:34 [2023-03-05T22:01:34.555Z] 17:01:34 [2023-03-05T22:01:34.555Z] common.run.asadmin: 17:01:34 [2023-03-05T22:01:34.555Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --restype jakarta.jms.Queue --property imqDestinationName=ejb_ejb30_hello_mdb_InQueue jms/ejb_ejb30_hello_mdb_InQueue 17:01:34 [2023-03-05T22:01:34.818Z] [exec] Deprecated syntax, instead use: 17:01:34 [2023-03-05T22:01:34.818Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jms-resource [options] ... 17:01:34 [2023-03-05T22:01:34.818Z] [exec] Administered object jms/ejb_ejb30_hello_mdb_InQueue created. 17:01:34 [2023-03-05T22:01:34.818Z] [exec] Command create-jms-resource executed successfully. 17:01:34 [2023-03-05T22:01:34.818Z] 17:01:34 [2023-03-05T22:01:34.818Z] setAsadminArgs: 17:01:34 [2023-03-05T22:01:34.818Z] 17:01:34 [2023-03-05T22:01:34.818Z] common.create.jms.resource: 17:01:34 [2023-03-05T22:01:34.818Z] 17:01:34 [2023-03-05T22:01:34.818Z] init.os: 17:01:34 [2023-03-05T22:01:34.818Z] 17:01:34 [2023-03-05T22:01:34.818Z] init.tools.unix: 17:01:34 [2023-03-05T22:01:34.818Z] 17:01:34 [2023-03-05T22:01:34.818Z] init.tools.windows: 17:01:34 [2023-03-05T22:01:34.818Z] 17:01:34 [2023-03-05T22:01:34.818Z] init.tools: 17:01:34 [2023-03-05T22:01:34.818Z] 17:01:34 [2023-03-05T22:01:34.818Z] setAsadminArgs: 17:01:34 [2023-03-05T22:01:34.818Z] 17:01:34 [2023-03-05T22:01:34.818Z] init: 17:01:34 [2023-03-05T22:01:34.818Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:34 [2023-03-05T22:01:34.818Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:34 [2023-03-05T22:01:34.818Z] [get] Not modified - so not downloaded 17:01:34 [2023-03-05T22:01:34.818Z] 17:01:34 [2023-03-05T22:01:34.818Z] init.customtasks: 17:01:34 [2023-03-05T22:01:34.818Z] 17:01:34 [2023-03-05T22:01:34.818Z] common.run.asadmin: 17:01:34 [2023-03-05T22:01:34.818Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-jmsdest --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --desttype queue ejb_ejb30_hello_mdb_OutQueue 17:01:35 [2023-03-05T22:01:35.426Z] [exec] Deprecated syntax, instead use: 17:01:35 [2023-03-05T22:01:35.426Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jmsdest [options] ... 17:01:35 [2023-03-05T22:01:35.426Z] [exec] JMS Desctination ejb_ejb30_hello_mdb_OutQueue created. 17:01:35 [2023-03-05T22:01:35.426Z] [exec] Command create-jmsdest executed successfully. 17:01:35 [2023-03-05T22:01:35.426Z] 17:01:35 [2023-03-05T22:01:35.426Z] init.os: 17:01:35 [2023-03-05T22:01:35.426Z] 17:01:35 [2023-03-05T22:01:35.426Z] init.tools.unix: 17:01:35 [2023-03-05T22:01:35.426Z] 17:01:35 [2023-03-05T22:01:35.426Z] init.tools.windows: 17:01:35 [2023-03-05T22:01:35.426Z] 17:01:35 [2023-03-05T22:01:35.426Z] init.tools: 17:01:35 [2023-03-05T22:01:35.426Z] 17:01:35 [2023-03-05T22:01:35.426Z] setAsadminArgs: 17:01:35 [2023-03-05T22:01:35.426Z] 17:01:35 [2023-03-05T22:01:35.426Z] init: 17:01:35 [2023-03-05T22:01:35.426Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:35 [2023-03-05T22:01:35.426Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:35 [2023-03-05T22:01:35.426Z] [get] Not modified - so not downloaded 17:01:35 [2023-03-05T22:01:35.426Z] 17:01:35 [2023-03-05T22:01:35.426Z] init.customtasks: 17:01:35 [2023-03-05T22:01:35.426Z] 17:01:35 [2023-03-05T22:01:35.426Z] common.run.asadmin: 17:01:35 [2023-03-05T22:01:35.426Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --restype jakarta.jms.Queue --property imqDestinationName=ejb_ejb30_hello_mdb_OutQueue jms/ejb_ejb30_hello_mdb_OutQueue 17:01:35 [2023-03-05T22:01:35.682Z] [exec] Deprecated syntax, instead use: 17:01:35 [2023-03-05T22:01:35.682Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jms-resource [options] ... 17:01:35 [2023-03-05T22:01:35.682Z] [exec] Administered object jms/ejb_ejb30_hello_mdb_OutQueue created. 17:01:35 [2023-03-05T22:01:35.682Z] [exec] Command create-jms-resource executed successfully. 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] init.os: 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] init.tools.unix: 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] init.tools.windows: 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] init.tools: 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] setAsadminArgs: 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] init: 17:01:35 [2023-03-05T22:01:35.682Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:35 [2023-03-05T22:01:35.682Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:35 [2023-03-05T22:01:35.682Z] [get] Not modified - so not downloaded 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] init.customtasks: 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] prepare: 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] deploy.asadmin: 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] setAsadminArgs: 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] common.deploy.asadmin: 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] init.os: 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] init.tools.unix: 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] init.tools.windows: 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] init.tools: 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] setAsadminArgs: 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] init: 17:01:35 [2023-03-05T22:01:35.682Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:35 [2023-03-05T22:01:35.682Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:35 [2023-03-05T22:01:35.682Z] [get] Not modified - so not downloaded 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] init.customtasks: 17:01:35 [2023-03-05T22:01:35.682Z] 17:01:35 [2023-03-05T22:01:35.682Z] common.run.asadmin: 17:01:35 [2023-03-05T22:01:35.683Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient/archives --name ejb-ejb30-hello-mdbApp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient/archives/ejb-ejb30-hello-mdbAppApp.ear 17:01:35 [2023-03-05T22:01:35.938Z] [exec] Deprecated syntax, instead use: 17:01:35 [2023-03-05T22:01:35.938Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:01:36 [2023-03-05T22:01:36.522Z] [exec] Application deployed with name ejb-ejb30-hello-mdbApp. 17:01:36 [2023-03-05T22:01:36.522Z] [exec] there are no files to retrieve for application ejb-ejb30-hello-mdbApp 17:01:36 [2023-03-05T22:01:36.522Z] [exec] Command deploy executed successfully. 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] init.os: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] init.tools.unix: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] init.tools.windows: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] init.tools: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] setAsadminArgs: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] init: 17:01:36 [2023-03-05T22:01:36.522Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:36 [2023-03-05T22:01:36.522Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:36 [2023-03-05T22:01:36.522Z] [get] Not modified - so not downloaded 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] init.customtasks: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] setEnabled: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] createAppRef: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] setHttpPort: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] run.positive: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] common.run.positive: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] setHttpPort: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] common.run: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] checkAppOnServer: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] declare-test: 17:01:36 [2023-03-05T22:01:36.522Z] [echo] Starting test webclient ejb30/mdb/webClient Test asadmin deploy (server) 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] init.os: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] init.tools.unix: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] init.tools.windows: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] init.tools: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] setAsadminArgs: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] init: 17:01:36 [2023-03-05T22:01:36.522Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:36 [2023-03-05T22:01:36.522Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:36 [2023-03-05T22:01:36.522Z] [get] Not modified - so not downloaded 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] init.customtasks: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] setOrbPort2: 17:01:36 [2023-03-05T22:01:36.522Z] 17:01:36 [2023-03-05T22:01:36.522Z] runclient: 17:01:36 [2023-03-05T22:01:36.522Z] [echo] TestClient http://localhost:8080/webclient/ejb-ejb30-hello-mdbApp true ${extra.args} 17:01:36 [2023-03-05T22:01:36.522Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Test: devtests/deployment/ejb30/ear/mdb/webclient 17:01:36 [2023-03-05T22:01:36.522Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Invoking URL = http://localhost:8080/webclient/ejb-ejb30-hello-mdbApp 17:01:36 [2023-03-05T22:01:36.778Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: <html> 17:01:36 [2023-03-05T22:01:36.778Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: <head> 17:01:36 [2023-03-05T22:01:36.778Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: <title>Servlet</title> 17:01:36 [2023-03-05T22:01:36.778Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: </head> 17:01:36 [2023-03-05T22:01:36.778Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: <body> 17:01:36 [2023-03-05T22:01:36.778Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: <p> 17:01:36 [2023-03-05T22:01:36.778Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Message is [com.sun.messaging.jms.ra.DirectTextPacket@452fc974] 17:01:36 [2023-03-05T22:01:36.778Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: </body> 17:01:36 [2023-03-05T22:01:36.778Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: </html> 17:01:36 [2023-03-05T22:01:36.778Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Correct return code: 200 17:01:36 [2023-03-05T22:01:36.778Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: PASSED: devtests/deployment/ejb30/ear/mdb/webclient 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] processResult: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] failed: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] passed: 17:01:36 [2023-03-05T22:01:36.778Z] [echo] Test webclient Passed 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] unknown: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.os: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.tools.unix: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.tools.windows: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.tools: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] setAsadminArgs: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init: 17:01:36 [2023-03-05T22:01:36.778Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:36 [2023-03-05T22:01:36.778Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:36 [2023-03-05T22:01:36.778Z] [get] Not modified - so not downloaded 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.customtasks: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] checkAppOnCluster: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.os: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.tools.unix: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.tools.windows: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.tools: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] setAsadminArgs: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init: 17:01:36 [2023-03-05T22:01:36.778Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:36 [2023-03-05T22:01:36.778Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:36 [2023-03-05T22:01:36.778Z] [get] Not modified - so not downloaded 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.customtasks: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] prepare: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] redeploy.asadmin: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] setAsadminArgs: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] common.redeploy.asadmin: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.os: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.tools.unix: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.tools.windows: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.tools: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] setAsadminArgs: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init: 17:01:36 [2023-03-05T22:01:36.778Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:36 [2023-03-05T22:01:36.778Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:36 [2023-03-05T22:01:36.778Z] [get] Not modified - so not downloaded 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.customtasks: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] delAppRef: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.os: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.tools.unix: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.tools.windows: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.tools: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] setAsadminArgs: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init: 17:01:36 [2023-03-05T22:01:36.778Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:36 [2023-03-05T22:01:36.778Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:36 [2023-03-05T22:01:36.778Z] [get] Not modified - so not downloaded 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] init.customtasks: 17:01:36 [2023-03-05T22:01:36.778Z] 17:01:36 [2023-03-05T22:01:36.778Z] common.run.asadmin: 17:01:36 [2023-03-05T22:01:36.779Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient/archives --name ejb-ejb30-hello-mdbApp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient/archives/ejb-ejb30-hello-mdbAppApp.ear 17:01:37 [2023-03-05T22:01:37.035Z] [exec] Deprecated syntax, instead use: 17:01:37 [2023-03-05T22:01:37.035Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:01:37 [2023-03-05T22:01:37.291Z] [exec] Application deployed with name ejb-ejb30-hello-mdbApp. 17:01:37 [2023-03-05T22:01:37.291Z] [exec] there are no files to retrieve for application ejb-ejb30-hello-mdbApp 17:01:37 [2023-03-05T22:01:37.291Z] [exec] Command deploy executed successfully. 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] init.os: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] init.tools.unix: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] init.tools.windows: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] init.tools: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] setAsadminArgs: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] init: 17:01:37 [2023-03-05T22:01:37.291Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:37 [2023-03-05T22:01:37.291Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:37 [2023-03-05T22:01:37.291Z] [get] Not modified - so not downloaded 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] init.customtasks: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] setEnabled: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] createAppRef: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] setHttpPort: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] run.positive: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] common.run.positive: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] setHttpPort: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] common.run: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] checkAppOnServer: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] declare-test: 17:01:37 [2023-03-05T22:01:37.291Z] [echo] Starting test webclient ejb30/mdb/webClient Test asadmin redeploy (server) 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] init.os: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] init.tools.unix: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] init.tools.windows: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] init.tools: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] setAsadminArgs: 17:01:37 [2023-03-05T22:01:37.291Z] 17:01:37 [2023-03-05T22:01:37.291Z] init: 17:01:37 [2023-03-05T22:01:37.291Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:37 [2023-03-05T22:01:37.291Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:37 [2023-03-05T22:01:37.547Z] [get] Not modified - so not downloaded 17:01:37 [2023-03-05T22:01:37.547Z] 17:01:37 [2023-03-05T22:01:37.547Z] init.customtasks: 17:01:37 [2023-03-05T22:01:37.547Z] 17:01:37 [2023-03-05T22:01:37.547Z] setOrbPort2: 17:01:37 [2023-03-05T22:01:37.547Z] 17:01:37 [2023-03-05T22:01:37.547Z] runclient: 17:01:37 [2023-03-05T22:01:37.547Z] [echo] TestClient http://localhost:8080/webclient/ejb-ejb30-hello-mdbApp true ${extra.args} 17:01:37 [2023-03-05T22:01:37.547Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Test: devtests/deployment/ejb30/ear/mdb/webclient 17:01:37 [2023-03-05T22:01:37.547Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Invoking URL = http://localhost:8080/webclient/ejb-ejb30-hello-mdbApp 17:01:37 [2023-03-05T22:01:37.547Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: <html> 17:01:37 [2023-03-05T22:01:37.547Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: <head> 17:01:37 [2023-03-05T22:01:37.547Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: <title>Servlet</title> 17:01:37 [2023-03-05T22:01:37.547Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: </head> 17:01:37 [2023-03-05T22:01:37.547Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: <body> 17:01:37 [2023-03-05T22:01:37.547Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: <p> 17:01:37 [2023-03-05T22:01:37.547Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Message is [com.sun.messaging.jms.ra.DirectTextPacket@f4647ca] 17:01:37 [2023-03-05T22:01:37.547Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: </body> 17:01:37 [2023-03-05T22:01:37.547Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: </html> 17:01:37 [2023-03-05T22:01:37.547Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Correct return code: 200 17:01:37 [2023-03-05T22:01:37.547Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: PASSED: devtests/deployment/ejb30/ear/mdb/webclient 17:01:37 [2023-03-05T22:01:37.547Z] 17:01:37 [2023-03-05T22:01:37.547Z] processResult: 17:01:37 [2023-03-05T22:01:37.547Z] 17:01:37 [2023-03-05T22:01:37.547Z] failed: 17:01:37 [2023-03-05T22:01:37.547Z] 17:01:37 [2023-03-05T22:01:37.547Z] passed: 17:01:37 [2023-03-05T22:01:37.547Z] [echo] Test webclient Passed 17:01:37 [2023-03-05T22:01:37.547Z] 17:01:37 [2023-03-05T22:01:37.547Z] unknown: 17:01:37 [2023-03-05T22:01:37.547Z] 17:01:37 [2023-03-05T22:01:37.547Z] init.os: 17:01:37 [2023-03-05T22:01:37.547Z] 17:01:37 [2023-03-05T22:01:37.547Z] init.tools.unix: 17:01:37 [2023-03-05T22:01:37.547Z] 17:01:37 [2023-03-05T22:01:37.547Z] init.tools.windows: 17:01:37 [2023-03-05T22:01:37.547Z] 17:01:37 [2023-03-05T22:01:37.547Z] init.tools: 17:01:37 [2023-03-05T22:01:37.547Z] 17:01:37 [2023-03-05T22:01:37.547Z] setAsadminArgs: 17:01:37 [2023-03-05T22:01:37.547Z] 17:01:37 [2023-03-05T22:01:37.547Z] init: 17:01:37 [2023-03-05T22:01:37.547Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:37 [2023-03-05T22:01:37.547Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:37 [2023-03-05T22:01:37.547Z] [get] Not modified - so not downloaded 17:01:37 [2023-03-05T22:01:37.547Z] 17:01:37 [2023-03-05T22:01:37.547Z] init.customtasks: 17:01:37 [2023-03-05T22:01:37.547Z] 17:01:37 [2023-03-05T22:01:37.547Z] checkAppOnCluster: 17:01:37 [2023-03-05T22:01:37.547Z] 17:01:37 [2023-03-05T22:01:37.547Z] init.os: 17:01:37 [2023-03-05T22:01:37.548Z] 17:01:37 [2023-03-05T22:01:37.548Z] init.tools.unix: 17:01:37 [2023-03-05T22:01:37.548Z] 17:01:37 [2023-03-05T22:01:37.548Z] init.tools.windows: 17:01:37 [2023-03-05T22:01:37.548Z] 17:01:37 [2023-03-05T22:01:37.548Z] init.tools: 17:01:37 [2023-03-05T22:01:37.548Z] 17:01:37 [2023-03-05T22:01:37.548Z] setAsadminArgs: 17:01:37 [2023-03-05T22:01:37.548Z] 17:01:37 [2023-03-05T22:01:37.548Z] init: 17:01:37 [2023-03-05T22:01:37.548Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:37 [2023-03-05T22:01:37.548Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:37 [2023-03-05T22:01:37.548Z] [get] Not modified - so not downloaded 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] init.customtasks: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] prepare: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] undeploy.asadmin: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] setAsadminArgs: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] common.undeploy.asadmin: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] init.os: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] init.tools.unix: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] init.tools.windows: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] init.tools: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] setAsadminArgs: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] init: 17:01:37 [2023-03-05T22:01:37.818Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:37 [2023-03-05T22:01:37.818Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:37 [2023-03-05T22:01:37.818Z] [get] Not modified - so not downloaded 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] init.customtasks: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] delAppRef: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] init.os: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] init.tools.unix: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] init.tools.windows: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] init.tools: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] setAsadminArgs: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] init: 17:01:37 [2023-03-05T22:01:37.818Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:37 [2023-03-05T22:01:37.818Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:37 [2023-03-05T22:01:37.818Z] [get] Not modified - so not downloaded 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] init.customtasks: 17:01:37 [2023-03-05T22:01:37.818Z] 17:01:37 [2023-03-05T22:01:37.818Z] common.run.asadmin: 17:01:37 [2023-03-05T22:01:37.818Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 ejb-ejb30-hello-mdbApp 17:01:38 [2023-03-05T22:01:38.074Z] [exec] Deprecated syntax, instead use: 17:01:38 [2023-03-05T22:01:38.074Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:01:38 [2023-03-05T22:01:38.331Z] [exec] Command undeploy executed successfully. 17:01:38 [2023-03-05T22:01:38.331Z] 17:01:38 [2023-03-05T22:01:38.331Z] init.os: 17:01:38 [2023-03-05T22:01:38.331Z] 17:01:38 [2023-03-05T22:01:38.331Z] init.tools.unix: 17:01:38 [2023-03-05T22:01:38.331Z] 17:01:38 [2023-03-05T22:01:38.331Z] init.tools.windows: 17:01:38 [2023-03-05T22:01:38.331Z] 17:01:38 [2023-03-05T22:01:38.331Z] init.tools: 17:01:38 [2023-03-05T22:01:38.331Z] 17:01:38 [2023-03-05T22:01:38.331Z] setAsadminArgs: 17:01:38 [2023-03-05T22:01:38.331Z] 17:01:38 [2023-03-05T22:01:38.331Z] init: 17:01:38 [2023-03-05T22:01:38.331Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:38 [2023-03-05T22:01:38.331Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:38 [2023-03-05T22:01:38.331Z] [get] Not modified - so not downloaded 17:01:38 [2023-03-05T22:01:38.331Z] 17:01:38 [2023-03-05T22:01:38.331Z] init.customtasks: 17:01:38 [2023-03-05T22:01:38.331Z] 17:01:38 [2023-03-05T22:01:38.331Z] prepare: 17:01:38 [2023-03-05T22:01:38.331Z] 17:01:38 [2023-03-05T22:01:38.331Z] undeploy.jms.queues: 17:01:38 [2023-03-05T22:01:38.331Z] 17:01:38 [2023-03-05T22:01:38.331Z] setAsadminArgs: 17:01:38 [2023-03-05T22:01:38.331Z] 17:01:38 [2023-03-05T22:01:38.332Z] common.delete.jms.resource: 17:01:38 [2023-03-05T22:01:38.332Z] 17:01:38 [2023-03-05T22:01:38.332Z] init.os: 17:01:38 [2023-03-05T22:01:38.332Z] 17:01:38 [2023-03-05T22:01:38.332Z] init.tools.unix: 17:01:38 [2023-03-05T22:01:38.332Z] 17:01:38 [2023-03-05T22:01:38.332Z] init.tools.windows: 17:01:38 [2023-03-05T22:01:38.332Z] 17:01:38 [2023-03-05T22:01:38.332Z] init.tools: 17:01:38 [2023-03-05T22:01:38.332Z] 17:01:38 [2023-03-05T22:01:38.332Z] setAsadminArgs: 17:01:38 [2023-03-05T22:01:38.332Z] 17:01:38 [2023-03-05T22:01:38.332Z] init: 17:01:38 [2023-03-05T22:01:38.332Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:38 [2023-03-05T22:01:38.332Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:38 [2023-03-05T22:01:38.332Z] [get] Not modified - so not downloaded 17:01:38 [2023-03-05T22:01:38.332Z] 17:01:38 [2023-03-05T22:01:38.332Z] init.customtasks: 17:01:38 [2023-03-05T22:01:38.332Z] 17:01:38 [2023-03-05T22:01:38.332Z] common.run.asadmin: 17:01:38 [2023-03-05T22:01:38.332Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 jms/ejb_ejb30_hello_mdb_InQueue 17:01:38 [2023-03-05T22:01:38.587Z] [exec] Deprecated syntax, instead use: 17:01:38 [2023-03-05T22:01:38.588Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jms-resource [options] ... 17:01:38 [2023-03-05T22:01:38.588Z] [exec] Administered object jms/ejb_ejb30_hello_mdb_InQueue deleted. 17:01:38 [2023-03-05T22:01:38.588Z] [exec] Command delete-jms-resource executed successfully. 17:01:38 [2023-03-05T22:01:38.588Z] 17:01:38 [2023-03-05T22:01:38.588Z] init.os: 17:01:38 [2023-03-05T22:01:38.588Z] 17:01:38 [2023-03-05T22:01:38.588Z] init.tools.unix: 17:01:38 [2023-03-05T22:01:38.588Z] 17:01:38 [2023-03-05T22:01:38.588Z] init.tools.windows: 17:01:38 [2023-03-05T22:01:38.588Z] 17:01:38 [2023-03-05T22:01:38.588Z] init.tools: 17:01:38 [2023-03-05T22:01:38.588Z] 17:01:38 [2023-03-05T22:01:38.588Z] setAsadminArgs: 17:01:38 [2023-03-05T22:01:38.588Z] 17:01:38 [2023-03-05T22:01:38.588Z] init: 17:01:38 [2023-03-05T22:01:38.588Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:38 [2023-03-05T22:01:38.588Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:38 [2023-03-05T22:01:38.588Z] [get] Not modified - so not downloaded 17:01:38 [2023-03-05T22:01:38.588Z] 17:01:38 [2023-03-05T22:01:38.588Z] init.customtasks: 17:01:38 [2023-03-05T22:01:38.588Z] 17:01:38 [2023-03-05T22:01:38.588Z] common.run.asadmin: 17:01:38 [2023-03-05T22:01:38.588Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-jmsdest --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --desttype queue ejb_ejb30_hello_mdb_InQueue 17:01:38 [2023-03-05T22:01:38.844Z] [exec] Deprecated syntax, instead use: 17:01:38 [2023-03-05T22:01:38.844Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jmsdest [options] ... 17:01:39 [2023-03-05T22:01:39.115Z] [exec] Command delete-jmsdest executed successfully. 17:01:39 [2023-03-05T22:01:39.115Z] 17:01:39 [2023-03-05T22:01:39.115Z] setAsadminArgs: 17:01:39 [2023-03-05T22:01:39.115Z] 17:01:39 [2023-03-05T22:01:39.115Z] common.delete.jms.resource: 17:01:39 [2023-03-05T22:01:39.115Z] 17:01:39 [2023-03-05T22:01:39.115Z] init.os: 17:01:39 [2023-03-05T22:01:39.115Z] 17:01:39 [2023-03-05T22:01:39.115Z] init.tools.unix: 17:01:39 [2023-03-05T22:01:39.115Z] 17:01:39 [2023-03-05T22:01:39.115Z] init.tools.windows: 17:01:39 [2023-03-05T22:01:39.115Z] 17:01:39 [2023-03-05T22:01:39.115Z] init.tools: 17:01:39 [2023-03-05T22:01:39.115Z] 17:01:39 [2023-03-05T22:01:39.115Z] setAsadminArgs: 17:01:39 [2023-03-05T22:01:39.115Z] 17:01:39 [2023-03-05T22:01:39.115Z] init: 17:01:39 [2023-03-05T22:01:39.115Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:39 [2023-03-05T22:01:39.115Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:39 [2023-03-05T22:01:39.115Z] [get] Not modified - so not downloaded 17:01:39 [2023-03-05T22:01:39.115Z] 17:01:39 [2023-03-05T22:01:39.115Z] init.customtasks: 17:01:39 [2023-03-05T22:01:39.115Z] 17:01:39 [2023-03-05T22:01:39.115Z] common.run.asadmin: 17:01:39 [2023-03-05T22:01:39.115Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 jms/ejb_ejb30_hello_mdb_OutQueue 17:01:39 [2023-03-05T22:01:39.371Z] [exec] Deprecated syntax, instead use: 17:01:39 [2023-03-05T22:01:39.371Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jms-resource [options] ... 17:01:39 [2023-03-05T22:01:39.371Z] [exec] Administered object jms/ejb_ejb30_hello_mdb_OutQueue deleted. 17:01:39 [2023-03-05T22:01:39.371Z] [exec] Command delete-jms-resource executed successfully. 17:01:39 [2023-03-05T22:01:39.371Z] 17:01:39 [2023-03-05T22:01:39.371Z] init.os: 17:01:39 [2023-03-05T22:01:39.371Z] 17:01:39 [2023-03-05T22:01:39.371Z] init.tools.unix: 17:01:39 [2023-03-05T22:01:39.371Z] 17:01:39 [2023-03-05T22:01:39.371Z] init.tools.windows: 17:01:39 [2023-03-05T22:01:39.371Z] 17:01:39 [2023-03-05T22:01:39.371Z] init.tools: 17:01:39 [2023-03-05T22:01:39.371Z] 17:01:39 [2023-03-05T22:01:39.371Z] setAsadminArgs: 17:01:39 [2023-03-05T22:01:39.371Z] 17:01:39 [2023-03-05T22:01:39.371Z] init: 17:01:39 [2023-03-05T22:01:39.371Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:39 [2023-03-05T22:01:39.372Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:39 [2023-03-05T22:01:39.372Z] [get] Not modified - so not downloaded 17:01:39 [2023-03-05T22:01:39.372Z] 17:01:39 [2023-03-05T22:01:39.372Z] init.customtasks: 17:01:39 [2023-03-05T22:01:39.372Z] 17:01:39 [2023-03-05T22:01:39.372Z] common.run.asadmin: 17:01:39 [2023-03-05T22:01:39.372Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-jmsdest --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --desttype queue ejb_ejb30_hello_mdb_OutQueue 17:01:39 [2023-03-05T22:01:39.627Z] [exec] Deprecated syntax, instead use: 17:01:39 [2023-03-05T22:01:39.627Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jmsdest [options] ... 17:01:39 [2023-03-05T22:01:39.628Z] [exec] Command delete-jmsdest executed successfully. 17:01:39 [2023-03-05T22:01:39.628Z] 17:01:39 [2023-03-05T22:01:39.628Z] setAsadminArgs: 17:01:39 [2023-03-05T22:01:39.628Z] 17:01:39 [2023-03-05T22:01:39.628Z] common.delete.jms.connection: 17:01:39 [2023-03-05T22:01:39.628Z] 17:01:39 [2023-03-05T22:01:39.628Z] init.os: 17:01:39 [2023-03-05T22:01:39.628Z] 17:01:39 [2023-03-05T22:01:39.628Z] init.tools.unix: 17:01:39 [2023-03-05T22:01:39.628Z] 17:01:39 [2023-03-05T22:01:39.628Z] init.tools.windows: 17:01:39 [2023-03-05T22:01:39.628Z] 17:01:39 [2023-03-05T22:01:39.628Z] init.tools: 17:01:39 [2023-03-05T22:01:39.628Z] 17:01:39 [2023-03-05T22:01:39.628Z] setAsadminArgs: 17:01:39 [2023-03-05T22:01:39.628Z] 17:01:39 [2023-03-05T22:01:39.628Z] init: 17:01:39 [2023-03-05T22:01:39.628Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:39 [2023-03-05T22:01:39.628Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:39 [2023-03-05T22:01:39.628Z] [get] Not modified - so not downloaded 17:01:39 [2023-03-05T22:01:39.884Z] 17:01:39 [2023-03-05T22:01:39.884Z] init.customtasks: 17:01:39 [2023-03-05T22:01:39.884Z] 17:01:39 [2023-03-05T22:01:39.884Z] common.run.asadmin: 17:01:39 [2023-03-05T22:01:39.884Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 jms/ejb_ejb30_hello_mdb_QCF 17:01:39 [2023-03-05T22:01:39.884Z] [exec] Deprecated syntax, instead use: 17:01:39 [2023-03-05T22:01:39.884Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jms-resource [options] ... 17:01:40 [2023-03-05T22:01:40.140Z] [exec] Command delete-jms-resource executed successfully. 17:01:40 [2023-03-05T22:01:40.140Z] 17:01:40 [2023-03-05T22:01:40.140Z] private-all: 17:01:40 [2023-03-05T22:01:40.140Z] 17:01:40 [2023-03-05T22:01:40.140Z] setAsadminArgsWithoutPassword: 17:01:40 [2023-03-05T22:01:40.140Z] 17:01:40 [2023-03-05T22:01:40.140Z] create.user: 17:01:40 [2023-03-05T22:01:40.140Z] 17:01:40 [2023-03-05T22:01:40.140Z] setAsadminArgsWithoutPassword: 17:01:40 [2023-03-05T22:01:40.140Z] 17:01:40 [2023-03-05T22:01:40.140Z] common.createuser.asadmin: 17:01:40 [2023-03-05T22:01:40.140Z] 17:01:40 [2023-03-05T22:01:40.140Z] init.os: 17:01:40 [2023-03-05T22:01:40.140Z] 17:01:40 [2023-03-05T22:01:40.140Z] init.tools.unix: 17:01:40 [2023-03-05T22:01:40.140Z] 17:01:40 [2023-03-05T22:01:40.140Z] init.tools.windows: 17:01:40 [2023-03-05T22:01:40.140Z] 17:01:40 [2023-03-05T22:01:40.140Z] init.tools: 17:01:40 [2023-03-05T22:01:40.140Z] 17:01:40 [2023-03-05T22:01:40.140Z] setAsadminArgs: 17:01:40 [2023-03-05T22:01:40.140Z] 17:01:40 [2023-03-05T22:01:40.140Z] init: 17:01:40 [2023-03-05T22:01:40.140Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:40 [2023-03-05T22:01:40.140Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:40 [2023-03-05T22:01:40.140Z] [get] Not modified - so not downloaded 17:01:40 [2023-03-05T22:01:40.140Z] 17:01:40 [2023-03-05T22:01:40.140Z] init.customtasks: 17:01:40 [2023-03-05T22:01:40.140Z] 17:01:40 [2023-03-05T22:01:40.140Z] common.run.asadmin: 17:01:40 [2023-03-05T22:01:40.141Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-file-user --user admin --port 4848 --passwordfile asadminuserpassword.txt --echo=true --terse=true --groups j2ee --authrealmname file j2ee 17:01:40 [2023-03-05T22:01:40.396Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/security/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-file-user --groups j2ee --authrealmname file --target server j2ee 17:01:40 [2023-03-05T22:01:40.396Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/security/asadminuserpassword.txt 17:01:40 [2023-03-05T22:01:40.396Z] 17:01:40 [2023-03-05T22:01:40.396Z] setAsadminArgsWithoutPassword: 17:01:40 [2023-03-05T22:01:40.396Z] 17:01:40 [2023-03-05T22:01:40.396Z] common.createuser.asadmin: 17:01:40 [2023-03-05T22:01:40.396Z] 17:01:40 [2023-03-05T22:01:40.396Z] init.os: 17:01:40 [2023-03-05T22:01:40.396Z] 17:01:40 [2023-03-05T22:01:40.396Z] init.tools.unix: 17:01:40 [2023-03-05T22:01:40.396Z] 17:01:40 [2023-03-05T22:01:40.396Z] init.tools.windows: 17:01:40 [2023-03-05T22:01:40.396Z] 17:01:40 [2023-03-05T22:01:40.396Z] init.tools: 17:01:40 [2023-03-05T22:01:40.396Z] 17:01:40 [2023-03-05T22:01:40.396Z] setAsadminArgs: 17:01:40 [2023-03-05T22:01:40.396Z] 17:01:40 [2023-03-05T22:01:40.396Z] init: 17:01:40 [2023-03-05T22:01:40.396Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:40 [2023-03-05T22:01:40.397Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:40 [2023-03-05T22:01:40.397Z] [get] Not modified - so not downloaded 17:01:40 [2023-03-05T22:01:40.397Z] 17:01:40 [2023-03-05T22:01:40.397Z] init.customtasks: 17:01:40 [2023-03-05T22:01:40.397Z] 17:01:40 [2023-03-05T22:01:40.397Z] common.run.asadmin: 17:01:40 [2023-03-05T22:01:40.397Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-file-user --user admin --port 4848 --passwordfile asadminuserpassword.txt --echo=true --terse=true --groups sunuser --authrealmname file sunuser 17:01:40 [2023-03-05T22:01:40.653Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/security/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-file-user --groups sunuser --authrealmname file --target server sunuser 17:01:40 [2023-03-05T22:01:40.909Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/security/asadminuserpassword.txt 17:01:40 [2023-03-05T22:01:40.909Z] 17:01:40 [2023-03-05T22:01:40.909Z] init.os: 17:01:40 [2023-03-05T22:01:40.909Z] 17:01:40 [2023-03-05T22:01:40.909Z] init.tools.unix: 17:01:40 [2023-03-05T22:01:40.909Z] 17:01:40 [2023-03-05T22:01:40.909Z] init.tools.windows: 17:01:40 [2023-03-05T22:01:40.909Z] 17:01:40 [2023-03-05T22:01:40.909Z] init.tools: 17:01:40 [2023-03-05T22:01:40.909Z] 17:01:40 [2023-03-05T22:01:40.909Z] setAsadminArgs: 17:01:40 [2023-03-05T22:01:40.909Z] 17:01:40 [2023-03-05T22:01:40.909Z] init: 17:01:40 [2023-03-05T22:01:40.909Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:40 [2023-03-05T22:01:40.909Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:40 [2023-03-05T22:01:40.909Z] [get] Not modified - so not downloaded 17:01:40 [2023-03-05T22:01:40.909Z] 17:01:40 [2023-03-05T22:01:40.909Z] init.customtasks: 17:01:40 [2023-03-05T22:01:40.909Z] 17:01:40 [2023-03-05T22:01:40.909Z] prepare: 17:01:40 [2023-03-05T22:01:40.909Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security 17:01:40 [2023-03-05T22:01:40.909Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives 17:01:40 [2023-03-05T22:01:40.909Z] 17:01:40 [2023-03-05T22:01:40.909Z] compile: 17:01:40 [2023-03-05T22:01:40.909Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/security/build.xml:41: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:01:40 [2023-03-05T22:01:40.909Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security 17:01:40 [2023-03-05T22:01:40.909Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:01:40 [2023-03-05T22:01:40.909Z] [javac] 1 warning 17:01:40 [2023-03-05T22:01:40.909Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/security/build.xml:44: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:01:40 [2023-03-05T22:01:40.909Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security 17:01:41 [2023-03-05T22:01:41.165Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:01:41 [2023-03-05T22:01:41.165Z] [javac] 1 warning 17:01:41 [2023-03-05T22:01:41.165Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/security/build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:01:41 [2023-03-05T22:01:41.165Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security 17:01:41 [2023-03-05T22:01:41.422Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:01:41 [2023-03-05T22:01:41.422Z] [javac] 1 warning 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] assemble: 17:01:41 [2023-03-05T22:01:41.422Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives/deployment-ejb30-ear-security-ejb.jar 17:01:41 [2023-03-05T22:01:41.422Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives/deployment-ejb30-ear-security-web.war 17:01:41 [2023-03-05T22:01:41.422Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives/deployment-ejb30-ear-security-client.jar 17:01:41 [2023-03-05T22:01:41.422Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives/deployment-ejb30-ear-securityApp.ear 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] declare-test: 17:01:41 [2023-03-05T22:01:41.422Z] [echo] Starting test security ejb30/security Test asadmin deploy 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] init.os: 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] init.tools.unix: 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] init.tools.windows: 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] init.tools: 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] setAsadminArgs: 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] init: 17:01:41 [2023-03-05T22:01:41.422Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:41 [2023-03-05T22:01:41.422Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:41 [2023-03-05T22:01:41.422Z] [get] Not modified - so not downloaded 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] init.customtasks: 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] prepare: 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] deploy.asadmin: 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] setAsadminArgs: 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] common.deploy.asadmin: 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] init.os: 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] init.tools.unix: 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] init.tools.windows: 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] init.tools: 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] setAsadminArgs: 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] init: 17:01:41 [2023-03-05T22:01:41.422Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:41 [2023-03-05T22:01:41.422Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:41 [2023-03-05T22:01:41.422Z] [get] Not modified - so not downloaded 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] init.customtasks: 17:01:41 [2023-03-05T22:01:41.422Z] 17:01:41 [2023-03-05T22:01:41.422Z] common.run.asadmin: 17:01:41 [2023-03-05T22:01:41.422Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives --name deployment-ejb30-ear-security /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives/deployment-ejb30-ear-securityApp.ear 17:01:42 [2023-03-05T22:01:42.017Z] [exec] Deprecated syntax, instead use: 17:01:42 [2023-03-05T22:01:42.017Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:01:42 [2023-03-05T22:01:42.273Z] [exec] Application deployed with name deployment-ejb30-ear-security. 17:01:42 [2023-03-05T22:01:42.273Z] [exec] Command deploy executed successfully. 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] init.os: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] init.tools.unix: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] init.tools.windows: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] init.tools: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] setAsadminArgs: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] init: 17:01:42 [2023-03-05T22:01:42.273Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:42 [2023-03-05T22:01:42.273Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:42 [2023-03-05T22:01:42.273Z] [get] Not modified - so not downloaded 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] init.customtasks: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] setEnabled: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] createAppRef: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] init.os: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] init.tools.unix: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] init.tools.windows: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] init.tools: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] setAsadminArgs: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] init: 17:01:42 [2023-03-05T22:01:42.273Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:42 [2023-03-05T22:01:42.273Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:42 [2023-03-05T22:01:42.273Z] [get] Not modified - so not downloaded 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] init.customtasks: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] prepare: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] setOrbPort2: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] setHttpPort2: 17:01:42 [2023-03-05T22:01:42.273Z] 17:01:42 [2023-03-05T22:01:42.273Z] runclient: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] processResult: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] failed: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] passed: 17:01:46 [2023-03-05T22:01:46.466Z] [echo] Test security Passed 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] unknown: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] declare-test: 17:01:46 [2023-03-05T22:01:46.466Z] [echo] Starting test security ejb30/security Test asadmin redeploy 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] init.os: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] init.tools.unix: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] init.tools.windows: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] init.tools: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] setAsadminArgs: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] init: 17:01:46 [2023-03-05T22:01:46.466Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:46 [2023-03-05T22:01:46.466Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:46 [2023-03-05T22:01:46.466Z] [get] Not modified - so not downloaded 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] init.customtasks: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] prepare: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] redeploy.asadmin: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] setAsadminArgs: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] common.redeploy.asadmin: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] init.os: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] init.tools.unix: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] init.tools.windows: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] init.tools: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] setAsadminArgs: 17:01:46 [2023-03-05T22:01:46.466Z] 17:01:46 [2023-03-05T22:01:46.466Z] init: 17:01:46 [2023-03-05T22:01:46.466Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:46 [2023-03-05T22:01:46.466Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:46 [2023-03-05T22:01:46.467Z] [get] Not modified - so not downloaded 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init.customtasks: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] delAppRef: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init.os: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init.tools.unix: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init.tools.windows: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init.tools: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] setAsadminArgs: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init: 17:01:46 [2023-03-05T22:01:46.467Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:46 [2023-03-05T22:01:46.467Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:46 [2023-03-05T22:01:46.467Z] [get] Not modified - so not downloaded 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init.customtasks: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] common.run.asadmin: 17:01:46 [2023-03-05T22:01:46.467Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives --name deployment-ejb30-ear-security /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives/deployment-ejb30-ear-securityApp.ear 17:01:46 [2023-03-05T22:01:46.467Z] [exec] Deprecated syntax, instead use: 17:01:46 [2023-03-05T22:01:46.467Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:01:46 [2023-03-05T22:01:46.467Z] [exec] Application deployed with name deployment-ejb30-ear-security. 17:01:46 [2023-03-05T22:01:46.467Z] [exec] Command deploy executed successfully. 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init.os: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init.tools.unix: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init.tools.windows: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init.tools: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] setAsadminArgs: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init: 17:01:46 [2023-03-05T22:01:46.467Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:46 [2023-03-05T22:01:46.467Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:46 [2023-03-05T22:01:46.467Z] [get] Not modified - so not downloaded 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init.customtasks: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] setEnabled: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] createAppRef: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init.os: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init.tools.unix: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init.tools.windows: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init.tools: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] setAsadminArgs: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init: 17:01:46 [2023-03-05T22:01:46.467Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:46 [2023-03-05T22:01:46.467Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:46 [2023-03-05T22:01:46.467Z] [get] Not modified - so not downloaded 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] init.customtasks: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] prepare: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] setOrbPort2: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] setHttpPort2: 17:01:46 [2023-03-05T22:01:46.467Z] 17:01:46 [2023-03-05T22:01:46.467Z] runclient: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] processResult: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] failed: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] passed: 17:01:50 [2023-03-05T22:01:50.670Z] [echo] Test security Passed 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] unknown: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.os: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.tools.unix: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.tools.windows: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.tools: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] setAsadminArgs: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init: 17:01:50 [2023-03-05T22:01:50.670Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:50 [2023-03-05T22:01:50.670Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:50 [2023-03-05T22:01:50.670Z] [get] Not modified - so not downloaded 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.customtasks: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] prepare: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] undeploy.asadmin: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] setAsadminArgs: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] common.undeploy.asadmin: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.os: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.tools.unix: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.tools.windows: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.tools: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] setAsadminArgs: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init: 17:01:50 [2023-03-05T22:01:50.670Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:50 [2023-03-05T22:01:50.670Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:50 [2023-03-05T22:01:50.670Z] [get] Not modified - so not downloaded 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.customtasks: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] delAppRef: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.os: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.tools.unix: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.tools.windows: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.tools: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] setAsadminArgs: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init: 17:01:50 [2023-03-05T22:01:50.670Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:50 [2023-03-05T22:01:50.670Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:50 [2023-03-05T22:01:50.670Z] [get] Not modified - so not downloaded 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.customtasks: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] common.run.asadmin: 17:01:50 [2023-03-05T22:01:50.670Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb30-ear-security 17:01:50 [2023-03-05T22:01:50.670Z] [exec] Deprecated syntax, instead use: 17:01:50 [2023-03-05T22:01:50.670Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:01:50 [2023-03-05T22:01:50.670Z] [exec] Command undeploy executed successfully. 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] setAsadminArgs: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] delete.user: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.os: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.tools.unix: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.tools.windows: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.tools: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] setAsadminArgs: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init: 17:01:50 [2023-03-05T22:01:50.670Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:50 [2023-03-05T22:01:50.670Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:50 [2023-03-05T22:01:50.670Z] [get] Not modified - so not downloaded 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] init.customtasks: 17:01:50 [2023-03-05T22:01:50.670Z] 17:01:50 [2023-03-05T22:01:50.670Z] common.run.asadmin: 17:01:50 [2023-03-05T22:01:50.670Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-file-user --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --authrealmname file j2ee 17:01:50 [2023-03-05T22:01:50.670Z] [exec] Deprecated syntax, instead use: 17:01:50 [2023-03-05T22:01:50.671Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-file-user [options] ... 17:01:50 [2023-03-05T22:01:50.671Z] [exec] Command delete-file-user executed successfully. 17:01:50 [2023-03-05T22:01:50.671Z] 17:01:50 [2023-03-05T22:01:50.671Z] init.os: 17:01:50 [2023-03-05T22:01:50.671Z] 17:01:50 [2023-03-05T22:01:50.671Z] init.tools.unix: 17:01:50 [2023-03-05T22:01:50.671Z] 17:01:50 [2023-03-05T22:01:50.671Z] init.tools.windows: 17:01:50 [2023-03-05T22:01:50.671Z] 17:01:50 [2023-03-05T22:01:50.671Z] init.tools: 17:01:50 [2023-03-05T22:01:50.671Z] 17:01:50 [2023-03-05T22:01:50.671Z] setAsadminArgs: 17:01:50 [2023-03-05T22:01:50.671Z] 17:01:50 [2023-03-05T22:01:50.671Z] init: 17:01:50 [2023-03-05T22:01:50.671Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:50 [2023-03-05T22:01:50.671Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:50 [2023-03-05T22:01:50.671Z] [get] Not modified - so not downloaded 17:01:50 [2023-03-05T22:01:50.671Z] 17:01:50 [2023-03-05T22:01:50.671Z] init.customtasks: 17:01:50 [2023-03-05T22:01:50.671Z] 17:01:50 [2023-03-05T22:01:50.671Z] common.run.asadmin: 17:01:50 [2023-03-05T22:01:50.671Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-file-user --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --authrealmname file sunuser 17:01:50 [2023-03-05T22:01:50.927Z] [exec] Deprecated syntax, instead use: 17:01:50 [2023-03-05T22:01:50.927Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-file-user [options] ... 17:01:50 [2023-03-05T22:01:50.927Z] [exec] Command delete-file-user executed successfully. 17:01:50 [2023-03-05T22:01:50.927Z] 17:01:50 [2023-03-05T22:01:50.927Z] private-all: 17:01:50 [2023-03-05T22:01:50.927Z] 17:01:50 [2023-03-05T22:01:50.927Z] setAsadminArgsWithoutPassword: 17:01:50 [2023-03-05T22:01:50.927Z] 17:01:50 [2023-03-05T22:01:50.927Z] create.user: 17:01:50 [2023-03-05T22:01:50.927Z] 17:01:50 [2023-03-05T22:01:50.927Z] setAsadminArgsWithoutPassword: 17:01:50 [2023-03-05T22:01:50.927Z] 17:01:50 [2023-03-05T22:01:50.927Z] common.createuser.asadmin: 17:01:50 [2023-03-05T22:01:50.927Z] 17:01:50 [2023-03-05T22:01:50.927Z] init.os: 17:01:50 [2023-03-05T22:01:50.927Z] 17:01:50 [2023-03-05T22:01:50.927Z] init.tools.unix: 17:01:50 [2023-03-05T22:01:50.927Z] 17:01:50 [2023-03-05T22:01:50.927Z] init.tools.windows: 17:01:50 [2023-03-05T22:01:50.927Z] 17:01:50 [2023-03-05T22:01:50.927Z] init.tools: 17:01:50 [2023-03-05T22:01:50.927Z] 17:01:50 [2023-03-05T22:01:50.927Z] setAsadminArgs: 17:01:50 [2023-03-05T22:01:50.927Z] 17:01:50 [2023-03-05T22:01:50.927Z] init: 17:01:50 [2023-03-05T22:01:50.927Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:50 [2023-03-05T22:01:50.927Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:50 [2023-03-05T22:01:50.927Z] [get] Not modified - so not downloaded 17:01:50 [2023-03-05T22:01:50.927Z] 17:01:50 [2023-03-05T22:01:50.927Z] init.customtasks: 17:01:50 [2023-03-05T22:01:50.927Z] 17:01:50 [2023-03-05T22:01:50.927Z] common.run.asadmin: 17:01:50 [2023-03-05T22:01:50.927Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-file-user --user admin --port 4848 --passwordfile asadminuserpassword.txt --echo=true --terse=true --groups j2ee --authrealmname file j2ee 17:01:51 [2023-03-05T22:01:51.489Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/xmloverride/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-file-user --groups j2ee --authrealmname file --target server j2ee 17:01:51 [2023-03-05T22:01:51.489Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/xmloverride/asadminuserpassword.txt 17:01:51 [2023-03-05T22:01:51.489Z] 17:01:51 [2023-03-05T22:01:51.489Z] setAsadminArgsWithoutPassword: 17:01:51 [2023-03-05T22:01:51.489Z] 17:01:51 [2023-03-05T22:01:51.489Z] common.createuser.asadmin: 17:01:51 [2023-03-05T22:01:51.489Z] 17:01:51 [2023-03-05T22:01:51.489Z] init.os: 17:01:51 [2023-03-05T22:01:51.489Z] 17:01:51 [2023-03-05T22:01:51.489Z] init.tools.unix: 17:01:51 [2023-03-05T22:01:51.489Z] 17:01:51 [2023-03-05T22:01:51.489Z] init.tools.windows: 17:01:51 [2023-03-05T22:01:51.489Z] 17:01:51 [2023-03-05T22:01:51.489Z] init.tools: 17:01:51 [2023-03-05T22:01:51.489Z] 17:01:51 [2023-03-05T22:01:51.489Z] setAsadminArgs: 17:01:51 [2023-03-05T22:01:51.489Z] 17:01:51 [2023-03-05T22:01:51.489Z] init: 17:01:51 [2023-03-05T22:01:51.489Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:51 [2023-03-05T22:01:51.489Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:51 [2023-03-05T22:01:51.489Z] [get] Not modified - so not downloaded 17:01:51 [2023-03-05T22:01:51.489Z] 17:01:51 [2023-03-05T22:01:51.489Z] init.customtasks: 17:01:51 [2023-03-05T22:01:51.489Z] 17:01:51 [2023-03-05T22:01:51.489Z] common.run.asadmin: 17:01:51 [2023-03-05T22:01:51.489Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-file-user --user admin --port 4848 --passwordfile asadminuserpassword.txt --echo=true --terse=true --groups sunuser --authrealmname file sunuser 17:01:51 [2023-03-05T22:01:51.745Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/xmloverride/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-file-user --groups sunuser --authrealmname file --target server sunuser 17:01:51 [2023-03-05T22:01:51.745Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/xmloverride/asadminuserpassword.txt 17:01:51 [2023-03-05T22:01:51.745Z] 17:01:51 [2023-03-05T22:01:51.745Z] init.os: 17:01:51 [2023-03-05T22:01:51.745Z] 17:01:51 [2023-03-05T22:01:51.745Z] init.tools.unix: 17:01:51 [2023-03-05T22:01:51.745Z] 17:01:51 [2023-03-05T22:01:51.745Z] init.tools.windows: 17:01:51 [2023-03-05T22:01:51.745Z] 17:01:51 [2023-03-05T22:01:51.745Z] init.tools: 17:01:51 [2023-03-05T22:01:51.745Z] 17:01:51 [2023-03-05T22:01:51.745Z] setAsadminArgs: 17:01:51 [2023-03-05T22:01:51.745Z] 17:01:51 [2023-03-05T22:01:51.745Z] init: 17:01:51 [2023-03-05T22:01:51.745Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:51 [2023-03-05T22:01:51.745Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:51 [2023-03-05T22:01:51.745Z] [get] Not modified - so not downloaded 17:01:51 [2023-03-05T22:01:51.745Z] 17:01:51 [2023-03-05T22:01:51.745Z] init.customtasks: 17:01:51 [2023-03-05T22:01:51.745Z] 17:01:51 [2023-03-05T22:01:51.745Z] prepare: 17:01:51 [2023-03-05T22:01:51.745Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride 17:01:51 [2023-03-05T22:01:51.745Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride/archives 17:01:51 [2023-03-05T22:01:51.745Z] 17:01:51 [2023-03-05T22:01:51.745Z] compile: 17:01:51 [2023-03-05T22:01:51.745Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/xmloverride/build.xml:40: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:01:51 [2023-03-05T22:01:51.745Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride 17:01:52 [2023-03-05T22:01:52.001Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:01:52 [2023-03-05T22:01:52.001Z] [javac] 1 warning 17:01:52 [2023-03-05T22:01:52.001Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/xmloverride/build.xml:43: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:01:52 [2023-03-05T22:01:52.001Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride 17:01:52 [2023-03-05T22:01:52.001Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:01:52 [2023-03-05T22:01:52.001Z] [javac] 1 warning 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] assemble: 17:01:52 [2023-03-05T22:01:52.258Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride/archives/deployment-ejb30-ear-xmloverride-ejb.jar 17:01:52 [2023-03-05T22:01:52.258Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride/archives/deployment-ejb30-ear-xmloverride-client.jar 17:01:52 [2023-03-05T22:01:52.258Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride/archives/deployment-ejb30-ear-xmloverrideApp.ear 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] declare-test: 17:01:52 [2023-03-05T22:01:52.258Z] [echo] Starting test xmloverride ejb30/security Test asadmin deploy 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] init.os: 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] init.tools.unix: 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] init.tools.windows: 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] init.tools: 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] setAsadminArgs: 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] init: 17:01:52 [2023-03-05T22:01:52.258Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:52 [2023-03-05T22:01:52.258Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:52 [2023-03-05T22:01:52.258Z] [get] Not modified - so not downloaded 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] init.customtasks: 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] prepare: 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] deploy.asadmin: 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] setAsadminArgs: 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] common.deploy.asadmin: 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] init.os: 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] init.tools.unix: 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] init.tools.windows: 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] init.tools: 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] setAsadminArgs: 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] init: 17:01:52 [2023-03-05T22:01:52.258Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:52 [2023-03-05T22:01:52.258Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:52 [2023-03-05T22:01:52.258Z] [get] Not modified - so not downloaded 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] init.customtasks: 17:01:52 [2023-03-05T22:01:52.258Z] 17:01:52 [2023-03-05T22:01:52.258Z] common.run.asadmin: 17:01:52 [2023-03-05T22:01:52.258Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride/archives --name deployment-ejb30-ear-xmloverride /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride/archives/deployment-ejb30-ear-xmloverrideApp.ear 17:01:52 [2023-03-05T22:01:52.258Z] [exec] Deprecated syntax, instead use: 17:01:52 [2023-03-05T22:01:52.258Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:01:52 [2023-03-05T22:01:52.825Z] [exec] Application deployed with name deployment-ejb30-ear-xmloverride. 17:01:52 [2023-03-05T22:01:52.825Z] [exec] Command deploy executed successfully. 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] init.os: 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] init.tools.unix: 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] init.tools.windows: 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] init.tools: 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] setAsadminArgs: 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] init: 17:01:52 [2023-03-05T22:01:52.825Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:52 [2023-03-05T22:01:52.825Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:52 [2023-03-05T22:01:52.825Z] [get] Not modified - so not downloaded 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] init.customtasks: 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] setEnabled: 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] createAppRef: 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] init.os: 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] init.tools.unix: 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] init.tools.windows: 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] init.tools: 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] setAsadminArgs: 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] init: 17:01:52 [2023-03-05T22:01:52.825Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:52 [2023-03-05T22:01:52.825Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:52 [2023-03-05T22:01:52.825Z] [get] Not modified - so not downloaded 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] init.customtasks: 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] prepare: 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] setOrbPort2: 17:01:52 [2023-03-05T22:01:52.825Z] 17:01:52 [2023-03-05T22:01:52.825Z] runclient: 17:01:57 [2023-03-05T22:01:57.018Z] 17:01:57 [2023-03-05T22:01:57.018Z] processResult: 17:01:57 [2023-03-05T22:01:57.018Z] 17:01:57 [2023-03-05T22:01:57.018Z] failed: 17:01:57 [2023-03-05T22:01:57.018Z] 17:01:57 [2023-03-05T22:01:57.018Z] passed: 17:01:57 [2023-03-05T22:01:57.018Z] [echo] Test xmloverride Passed 17:01:57 [2023-03-05T22:01:57.018Z] 17:01:57 [2023-03-05T22:01:57.018Z] unknown: 17:01:57 [2023-03-05T22:01:57.018Z] 17:01:57 [2023-03-05T22:01:57.018Z] declare-test: 17:01:57 [2023-03-05T22:01:57.018Z] [echo] Starting test xmloverride ejb30/security Test asadmin redeploy 17:01:57 [2023-03-05T22:01:57.018Z] 17:01:57 [2023-03-05T22:01:57.018Z] init.os: 17:01:57 [2023-03-05T22:01:57.018Z] 17:01:57 [2023-03-05T22:01:57.018Z] init.tools.unix: 17:01:57 [2023-03-05T22:01:57.018Z] 17:01:57 [2023-03-05T22:01:57.018Z] init.tools.windows: 17:01:57 [2023-03-05T22:01:57.018Z] 17:01:57 [2023-03-05T22:01:57.018Z] init.tools: 17:01:57 [2023-03-05T22:01:57.018Z] 17:01:57 [2023-03-05T22:01:57.018Z] setAsadminArgs: 17:01:57 [2023-03-05T22:01:57.018Z] 17:01:57 [2023-03-05T22:01:57.018Z] init: 17:01:57 [2023-03-05T22:01:57.018Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:57 [2023-03-05T22:01:57.019Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:57 [2023-03-05T22:01:57.019Z] [get] Not modified - so not downloaded 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.customtasks: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] prepare: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] redeploy.asadmin: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] setAsadminArgs: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] common.redeploy.asadmin: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.os: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.tools.unix: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.tools.windows: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.tools: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] setAsadminArgs: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init: 17:01:57 [2023-03-05T22:01:57.019Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:57 [2023-03-05T22:01:57.019Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:57 [2023-03-05T22:01:57.019Z] [get] Not modified - so not downloaded 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.customtasks: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] delAppRef: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.os: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.tools.unix: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.tools.windows: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.tools: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] setAsadminArgs: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init: 17:01:57 [2023-03-05T22:01:57.019Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:57 [2023-03-05T22:01:57.019Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:57 [2023-03-05T22:01:57.019Z] [get] Not modified - so not downloaded 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.customtasks: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] common.run.asadmin: 17:01:57 [2023-03-05T22:01:57.019Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride/archives --name deployment-ejb30-ear-xmloverride /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride/archives/deployment-ejb30-ear-xmloverrideApp.ear 17:01:57 [2023-03-05T22:01:57.019Z] [exec] Deprecated syntax, instead use: 17:01:57 [2023-03-05T22:01:57.019Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:01:57 [2023-03-05T22:01:57.019Z] [exec] Application deployed with name deployment-ejb30-ear-xmloverride. 17:01:57 [2023-03-05T22:01:57.019Z] [exec] Command deploy executed successfully. 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.os: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.tools.unix: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.tools.windows: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.tools: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] setAsadminArgs: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init: 17:01:57 [2023-03-05T22:01:57.019Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:57 [2023-03-05T22:01:57.019Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:57 [2023-03-05T22:01:57.019Z] [get] Not modified - so not downloaded 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.customtasks: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] setEnabled: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] createAppRef: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.os: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.tools.unix: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.tools.windows: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.tools: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] setAsadminArgs: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init: 17:01:57 [2023-03-05T22:01:57.019Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:01:57 [2023-03-05T22:01:57.019Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:01:57 [2023-03-05T22:01:57.019Z] [get] Not modified - so not downloaded 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] init.customtasks: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] prepare: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] setOrbPort2: 17:01:57 [2023-03-05T22:01:57.019Z] 17:01:57 [2023-03-05T22:01:57.019Z] runclient: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] processResult: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] failed: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] passed: 17:02:01 [2023-03-05T22:02:01.190Z] [echo] Test xmloverride Passed 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] unknown: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.os: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.tools.unix: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.tools.windows: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.tools: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] setAsadminArgs: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init: 17:02:01 [2023-03-05T22:02:01.190Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:01 [2023-03-05T22:02:01.190Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:01 [2023-03-05T22:02:01.190Z] [get] Not modified - so not downloaded 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.customtasks: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] prepare: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] undeploy.asadmin: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] setAsadminArgs: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] common.undeploy.asadmin: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.os: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.tools.unix: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.tools.windows: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.tools: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] setAsadminArgs: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init: 17:02:01 [2023-03-05T22:02:01.190Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:01 [2023-03-05T22:02:01.190Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:01 [2023-03-05T22:02:01.190Z] [get] Not modified - so not downloaded 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.customtasks: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] delAppRef: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.os: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.tools.unix: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.tools.windows: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.tools: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] setAsadminArgs: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init: 17:02:01 [2023-03-05T22:02:01.190Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:01 [2023-03-05T22:02:01.190Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:01 [2023-03-05T22:02:01.190Z] [get] Not modified - so not downloaded 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.customtasks: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] common.run.asadmin: 17:02:01 [2023-03-05T22:02:01.190Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb30-ear-xmloverride 17:02:01 [2023-03-05T22:02:01.190Z] [exec] Deprecated syntax, instead use: 17:02:01 [2023-03-05T22:02:01.190Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:01 [2023-03-05T22:02:01.190Z] [exec] Command undeploy executed successfully. 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] setAsadminArgs: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] delete.user: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.os: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.tools.unix: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.tools.windows: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.tools: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] setAsadminArgs: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init: 17:02:01 [2023-03-05T22:02:01.190Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:01 [2023-03-05T22:02:01.190Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:01 [2023-03-05T22:02:01.190Z] [get] Not modified - so not downloaded 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.customtasks: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] common.run.asadmin: 17:02:01 [2023-03-05T22:02:01.190Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-file-user --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --authrealmname file j2ee 17:02:01 [2023-03-05T22:02:01.190Z] [exec] Deprecated syntax, instead use: 17:02:01 [2023-03-05T22:02:01.190Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-file-user [options] ... 17:02:01 [2023-03-05T22:02:01.190Z] [exec] Command delete-file-user executed successfully. 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.os: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.tools.unix: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.tools.windows: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.tools: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] setAsadminArgs: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init: 17:02:01 [2023-03-05T22:02:01.190Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:01 [2023-03-05T22:02:01.190Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:01 [2023-03-05T22:02:01.190Z] [get] Not modified - so not downloaded 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] init.customtasks: 17:02:01 [2023-03-05T22:02:01.190Z] 17:02:01 [2023-03-05T22:02:01.190Z] common.run.asadmin: 17:02:01 [2023-03-05T22:02:01.190Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-file-user --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --authrealmname file sunuser 17:02:01 [2023-03-05T22:02:01.470Z] [exec] Deprecated syntax, instead use: 17:02:01 [2023-03-05T22:02:01.470Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-file-user [options] ... 17:02:01 [2023-03-05T22:02:01.470Z] [exec] Command delete-file-user executed successfully. 17:02:01 [2023-03-05T22:02:01.470Z] 17:02:01 [2023-03-05T22:02:01.470Z] private-all: 17:02:01 [2023-03-05T22:02:01.470Z] 17:02:01 [2023-03-05T22:02:01.470Z] private-all: 17:02:01 [2023-03-05T22:02:01.470Z] 17:02:01 [2023-03-05T22:02:01.470Z] init.os: 17:02:01 [2023-03-05T22:02:01.470Z] 17:02:01 [2023-03-05T22:02:01.470Z] init.tools.unix: 17:02:01 [2023-03-05T22:02:01.470Z] 17:02:01 [2023-03-05T22:02:01.470Z] init.tools.windows: 17:02:01 [2023-03-05T22:02:01.470Z] 17:02:01 [2023-03-05T22:02:01.470Z] init.tools: 17:02:01 [2023-03-05T22:02:01.470Z] 17:02:01 [2023-03-05T22:02:01.470Z] setAsadminArgs: 17:02:01 [2023-03-05T22:02:01.470Z] 17:02:01 [2023-03-05T22:02:01.470Z] init: 17:02:01 [2023-03-05T22:02:01.470Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:01 [2023-03-05T22:02:01.470Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:01 [2023-03-05T22:02:01.470Z] [get] Not modified - so not downloaded 17:02:01 [2023-03-05T22:02:01.470Z] 17:02:01 [2023-03-05T22:02:01.470Z] init.customtasks: 17:02:01 [2023-03-05T22:02:01.470Z] 17:02:01 [2023-03-05T22:02:01.470Z] prepare: 17:02:01 [2023-03-05T22:02:01.470Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/jsp 17:02:01 [2023-03-05T22:02:01.470Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/jsp/archives 17:02:01 [2023-03-05T22:02:01.470Z] 17:02:01 [2023-03-05T22:02:01.470Z] compile: 17:02:01 [2023-03-05T22:02:01.470Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/war/jsp/build.xml:40: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:01 [2023-03-05T22:02:01.470Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/jsp 17:02:01 [2023-03-05T22:02:01.726Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:01 [2023-03-05T22:02:01.726Z] [javac] 1 warning 17:02:01 [2023-03-05T22:02:01.726Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/war/jsp/build.xml:45: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:01 [2023-03-05T22:02:01.726Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/jsp 17:02:01 [2023-03-05T22:02:01.982Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:01 [2023-03-05T22:02:01.982Z] [javac] 1 warning 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] assemble: 17:02:01 [2023-03-05T22:02:01.982Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/jsp/archives/deployment-ejb30-war-jsp.war 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] declare-test: 17:02:01 [2023-03-05T22:02:01.982Z] [echo] Starting test jsp ejb30/war/jsp Test asadmin deploy 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] init.os: 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] init.tools.unix: 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] init.tools.windows: 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] init.tools: 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] setAsadminArgs: 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] init: 17:02:01 [2023-03-05T22:02:01.982Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:01 [2023-03-05T22:02:01.982Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:01 [2023-03-05T22:02:01.982Z] [get] Not modified - so not downloaded 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] init.customtasks: 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] prepare: 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] deploy.asadmin: 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] setAsadminArgs: 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] common.deploy.asadmin: 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] init.os: 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] init.tools.unix: 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] init.tools.windows: 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] init.tools: 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] setAsadminArgs: 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] init: 17:02:01 [2023-03-05T22:02:01.982Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:01 [2023-03-05T22:02:01.982Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:01 [2023-03-05T22:02:01.982Z] [get] Not modified - so not downloaded 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] init.customtasks: 17:02:01 [2023-03-05T22:02:01.982Z] 17:02:01 [2023-03-05T22:02:01.982Z] common.run.asadmin: 17:02:01 [2023-03-05T22:02:01.982Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name deployment-ejb30-war-jsp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/jsp/archives/deployment-ejb30-war-jsp.war 17:02:02 [2023-03-05T22:02:02.238Z] [exec] Deprecated syntax, instead use: 17:02:02 [2023-03-05T22:02:02.238Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:02 [2023-03-05T22:02:02.494Z] [exec] Application deployed with name deployment-ejb30-war-jsp. 17:02:02 [2023-03-05T22:02:02.494Z] [exec] Command deploy executed successfully. 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] init.os: 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] init.tools.unix: 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] init.tools.windows: 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] init.tools: 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] setAsadminArgs: 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] init: 17:02:02 [2023-03-05T22:02:02.494Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:02 [2023-03-05T22:02:02.494Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:02 [2023-03-05T22:02:02.494Z] [get] Not modified - so not downloaded 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] init.customtasks: 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] setEnabled: 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] createAppRef: 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] init.os: 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] init.tools.unix: 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] init.tools.windows: 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] init.tools: 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] setAsadminArgs: 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] init: 17:02:02 [2023-03-05T22:02:02.494Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:02 [2023-03-05T22:02:02.494Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:02 [2023-03-05T22:02:02.494Z] [get] Not modified - so not downloaded 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] init.customtasks: 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] prepare: 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] setHttpPort2: 17:02:02 [2023-03-05T22:02:02.494Z] 17:02:02 [2023-03-05T22:02:02.494Z] runweb: 17:02:02 [2023-03-05T22:02:02.749Z] [javaWithResult] Connecting to: http://localhost:8080/deployment-ejb30-war-jsp/index.jsp 17:02:03 [2023-03-05T22:02:03.325Z] [javaWithResult] 0: 17:02:03 [2023-03-05T22:02:03.325Z] [javaWithResult] 1: 17:02:03 [2023-03-05T22:02:03.325Z] [javaWithResult] 2: 17:02:03 [2023-03-05T22:02:03.325Z] [javaWithResult] 3: 17:02:03 [2023-03-05T22:02:03.325Z] [javaWithResult] 4: <html> 17:02:03 [2023-03-05T22:02:03.325Z] [javaWithResult] 5: <head> 17:02:03 [2023-03-05T22:02:03.325Z] [javaWithResult] 6: <title>Hello</title> 17:02:03 [2023-03-05T22:02:03.325Z] [javaWithResult] 7: </head> 17:02:03 [2023-03-05T22:02:03.325Z] [javaWithResult] 8: <body> 17:02:03 [2023-03-05T22:02:03.325Z] [javaWithResult] 9: Message: Hello World: 0 17:02:03 [2023-03-05T22:02:03.325Z] [javaWithResult] 10: Message2: ds1-login-timeout=0ds2-login-timeout=0, Hello World 17:02:03 [2023-03-05T22:02:03.325Z] [javaWithResult] 11: </body> 17:02:03 [2023-03-05T22:02:03.325Z] [javaWithResult] 12: </html> 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] processResult: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] failed: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] passed: 17:02:03 [2023-03-05T22:02:03.325Z] [echo] Test jsp Passed 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] unknown: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] declare-test: 17:02:03 [2023-03-05T22:02:03.325Z] [echo] Starting test jsp ejb30/war/jsp Test asadmin redeploy 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init.os: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init.tools.unix: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init.tools.windows: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init.tools: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] setAsadminArgs: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init: 17:02:03 [2023-03-05T22:02:03.325Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:03 [2023-03-05T22:02:03.325Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:03 [2023-03-05T22:02:03.325Z] [get] Not modified - so not downloaded 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init.customtasks: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] prepare: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] redeploy.asadmin: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] setAsadminArgs: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] common.redeploy.asadmin: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init.os: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init.tools.unix: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init.tools.windows: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init.tools: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] setAsadminArgs: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init: 17:02:03 [2023-03-05T22:02:03.325Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:03 [2023-03-05T22:02:03.325Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:03 [2023-03-05T22:02:03.325Z] [get] Not modified - so not downloaded 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init.customtasks: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] delAppRef: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init.os: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init.tools.unix: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init.tools.windows: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init.tools: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] setAsadminArgs: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init: 17:02:03 [2023-03-05T22:02:03.325Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:03 [2023-03-05T22:02:03.325Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:03 [2023-03-05T22:02:03.325Z] [get] Not modified - so not downloaded 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] init.customtasks: 17:02:03 [2023-03-05T22:02:03.325Z] 17:02:03 [2023-03-05T22:02:03.325Z] common.run.asadmin: 17:02:03 [2023-03-05T22:02:03.325Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name deployment-ejb30-war-jsp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/jsp/archives/deployment-ejb30-war-jsp.war 17:02:03 [2023-03-05T22:02:03.581Z] [exec] Deprecated syntax, instead use: 17:02:03 [2023-03-05T22:02:03.581Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:04 [2023-03-05T22:02:04.143Z] [exec] Application deployed with name deployment-ejb30-war-jsp. 17:02:04 [2023-03-05T22:02:04.143Z] [exec] Command deploy executed successfully. 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] init.os: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] init.tools.unix: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] init.tools.windows: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] init.tools: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] setAsadminArgs: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] init: 17:02:04 [2023-03-05T22:02:04.143Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:04 [2023-03-05T22:02:04.143Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:04 [2023-03-05T22:02:04.143Z] [get] Not modified - so not downloaded 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] init.customtasks: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] setEnabled: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] createAppRef: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] init.os: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] init.tools.unix: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] init.tools.windows: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] init.tools: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] setAsadminArgs: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] init: 17:02:04 [2023-03-05T22:02:04.143Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:04 [2023-03-05T22:02:04.143Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:04 [2023-03-05T22:02:04.143Z] [get] Not modified - so not downloaded 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] init.customtasks: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] prepare: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] setHttpPort2: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] runweb: 17:02:04 [2023-03-05T22:02:04.143Z] [javaWithResult] Connecting to: http://localhost:8080/deployment-ejb30-war-jsp/index.jsp 17:02:04 [2023-03-05T22:02:04.143Z] [javaWithResult] 0: 17:02:04 [2023-03-05T22:02:04.143Z] [javaWithResult] 1: 17:02:04 [2023-03-05T22:02:04.143Z] [javaWithResult] 2: 17:02:04 [2023-03-05T22:02:04.143Z] [javaWithResult] 3: 17:02:04 [2023-03-05T22:02:04.143Z] [javaWithResult] 4: <html> 17:02:04 [2023-03-05T22:02:04.143Z] [javaWithResult] 5: <head> 17:02:04 [2023-03-05T22:02:04.143Z] [javaWithResult] 6: <title>Hello</title> 17:02:04 [2023-03-05T22:02:04.143Z] [javaWithResult] 7: </head> 17:02:04 [2023-03-05T22:02:04.143Z] [javaWithResult] 8: <body> 17:02:04 [2023-03-05T22:02:04.143Z] [javaWithResult] 9: Message: Hello World: 0 17:02:04 [2023-03-05T22:02:04.143Z] [javaWithResult] 10: Message2: ds1-login-timeout=0ds2-login-timeout=0, Hello World 17:02:04 [2023-03-05T22:02:04.143Z] [javaWithResult] 11: </body> 17:02:04 [2023-03-05T22:02:04.143Z] [javaWithResult] 12: </html> 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] processResult: 17:02:04 [2023-03-05T22:02:04.143Z] 17:02:04 [2023-03-05T22:02:04.143Z] failed: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] passed: 17:02:04 [2023-03-05T22:02:04.418Z] [echo] Test jsp Passed 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] unknown: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init.os: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init.tools.unix: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init.tools.windows: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init.tools: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] setAsadminArgs: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init: 17:02:04 [2023-03-05T22:02:04.418Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:04 [2023-03-05T22:02:04.418Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:04 [2023-03-05T22:02:04.418Z] [get] Not modified - so not downloaded 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init.customtasks: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] prepare: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] undeploy.asadmin: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] setAsadminArgs: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] common.undeploy.asadmin: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init.os: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init.tools.unix: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init.tools.windows: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init.tools: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] setAsadminArgs: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init: 17:02:04 [2023-03-05T22:02:04.418Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:04 [2023-03-05T22:02:04.418Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:04 [2023-03-05T22:02:04.418Z] [get] Not modified - so not downloaded 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init.customtasks: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] delAppRef: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init.os: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init.tools.unix: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init.tools.windows: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init.tools: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] setAsadminArgs: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init: 17:02:04 [2023-03-05T22:02:04.418Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:04 [2023-03-05T22:02:04.418Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:04 [2023-03-05T22:02:04.418Z] [get] Not modified - so not downloaded 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] init.customtasks: 17:02:04 [2023-03-05T22:02:04.418Z] 17:02:04 [2023-03-05T22:02:04.418Z] common.run.asadmin: 17:02:04 [2023-03-05T22:02:04.419Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb30-war-jsp 17:02:04 [2023-03-05T22:02:04.419Z] [exec] Deprecated syntax, instead use: 17:02:04 [2023-03-05T22:02:04.419Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:04 [2023-03-05T22:02:04.675Z] [exec] Command undeploy executed successfully. 17:02:04 [2023-03-05T22:02:04.675Z] 17:02:04 [2023-03-05T22:02:04.675Z] private-all: 17:02:04 [2023-03-05T22:02:04.675Z] 17:02:04 [2023-03-05T22:02:04.675Z] setAsadminArgsWithoutPassword: 17:02:04 [2023-03-05T22:02:04.675Z] 17:02:04 [2023-03-05T22:02:04.675Z] create.user: 17:02:04 [2023-03-05T22:02:04.675Z] 17:02:04 [2023-03-05T22:02:04.675Z] setAsadminArgsWithoutPassword: 17:02:04 [2023-03-05T22:02:04.675Z] 17:02:04 [2023-03-05T22:02:04.675Z] common.createuser.asadmin: 17:02:04 [2023-03-05T22:02:04.675Z] 17:02:04 [2023-03-05T22:02:04.675Z] init.os: 17:02:04 [2023-03-05T22:02:04.675Z] 17:02:04 [2023-03-05T22:02:04.675Z] init.tools.unix: 17:02:04 [2023-03-05T22:02:04.675Z] 17:02:04 [2023-03-05T22:02:04.675Z] init.tools.windows: 17:02:04 [2023-03-05T22:02:04.675Z] 17:02:04 [2023-03-05T22:02:04.675Z] init.tools: 17:02:04 [2023-03-05T22:02:04.675Z] 17:02:04 [2023-03-05T22:02:04.675Z] setAsadminArgs: 17:02:04 [2023-03-05T22:02:04.675Z] 17:02:04 [2023-03-05T22:02:04.675Z] init: 17:02:04 [2023-03-05T22:02:04.675Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:04 [2023-03-05T22:02:04.675Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:04 [2023-03-05T22:02:04.675Z] [get] Not modified - so not downloaded 17:02:04 [2023-03-05T22:02:04.675Z] 17:02:04 [2023-03-05T22:02:04.675Z] init.customtasks: 17:02:04 [2023-03-05T22:02:04.675Z] 17:02:04 [2023-03-05T22:02:04.675Z] common.run.asadmin: 17:02:04 [2023-03-05T22:02:04.675Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-file-user --user admin --port 4848 --passwordfile asadminuserpassword.txt --echo=true --terse=true --groups j2ee --authrealmname file j2ee 17:02:04 [2023-03-05T22:02:04.931Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/war/servlet/asadminuserpassword.txt --interactive=false --echo=true --terse=true create-file-user --groups j2ee --authrealmname file --target server j2ee 17:02:04 [2023-03-05T22:02:04.931Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/war/servlet/asadminuserpassword.txt 17:02:04 [2023-03-05T22:02:04.931Z] 17:02:04 [2023-03-05T22:02:04.931Z] init.os: 17:02:04 [2023-03-05T22:02:04.931Z] 17:02:04 [2023-03-05T22:02:04.931Z] init.tools.unix: 17:02:04 [2023-03-05T22:02:04.931Z] 17:02:04 [2023-03-05T22:02:04.931Z] init.tools.windows: 17:02:04 [2023-03-05T22:02:04.931Z] 17:02:04 [2023-03-05T22:02:04.931Z] init.tools: 17:02:04 [2023-03-05T22:02:04.931Z] 17:02:04 [2023-03-05T22:02:04.931Z] setAsadminArgs: 17:02:04 [2023-03-05T22:02:04.931Z] 17:02:04 [2023-03-05T22:02:04.931Z] init: 17:02:04 [2023-03-05T22:02:04.931Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:04 [2023-03-05T22:02:04.931Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:04 [2023-03-05T22:02:04.931Z] [get] Not modified - so not downloaded 17:02:04 [2023-03-05T22:02:04.931Z] 17:02:04 [2023-03-05T22:02:04.931Z] init.customtasks: 17:02:04 [2023-03-05T22:02:04.931Z] 17:02:04 [2023-03-05T22:02:04.931Z] prepare: 17:02:04 [2023-03-05T22:02:04.931Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/servlet 17:02:04 [2023-03-05T22:02:04.932Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/servlet/archives 17:02:04 [2023-03-05T22:02:04.932Z] 17:02:04 [2023-03-05T22:02:04.932Z] compile: 17:02:04 [2023-03-05T22:02:04.932Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/war/servlet/build.xml:40: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:04 [2023-03-05T22:02:04.932Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/servlet 17:02:05 [2023-03-05T22:02:05.187Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:05 [2023-03-05T22:02:05.187Z] [javac] 1 warning 17:02:05 [2023-03-05T22:02:05.187Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/war/servlet/build.xml:45: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:05 [2023-03-05T22:02:05.187Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/servlet 17:02:05 [2023-03-05T22:02:05.443Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:05 [2023-03-05T22:02:05.443Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/war/servlet/web/Servlet.java uses unchecked or unsafe operations. 17:02:05 [2023-03-05T22:02:05.443Z] [javac] Note: Recompile with -Xlint:unchecked for details. 17:02:05 [2023-03-05T22:02:05.443Z] [javac] 1 warning 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] assemble: 17:02:05 [2023-03-05T22:02:05.443Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/servlet/archives/deployment-ejb30-war-servlet.war 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] declare-test: 17:02:05 [2023-03-05T22:02:05.443Z] [echo] Starting test servlet ejb30/war/servlet Test asadmin deploy 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] init.os: 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] init.tools.unix: 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] init.tools.windows: 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] init.tools: 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] setAsadminArgs: 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] init: 17:02:05 [2023-03-05T22:02:05.443Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:05 [2023-03-05T22:02:05.443Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:05 [2023-03-05T22:02:05.443Z] [get] Not modified - so not downloaded 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] init.customtasks: 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] prepare: 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] deploy.asadmin: 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] setAsadminArgs: 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] common.deploy.asadmin: 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] init.os: 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] init.tools.unix: 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] init.tools.windows: 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] init.tools: 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] setAsadminArgs: 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] init: 17:02:05 [2023-03-05T22:02:05.443Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:05 [2023-03-05T22:02:05.443Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:05 [2023-03-05T22:02:05.443Z] [get] Not modified - so not downloaded 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] init.customtasks: 17:02:05 [2023-03-05T22:02:05.443Z] 17:02:05 [2023-03-05T22:02:05.443Z] common.run.asadmin: 17:02:05 [2023-03-05T22:02:05.443Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name deployment-ejb30-war-servlet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/servlet/archives/deployment-ejb30-war-servlet.war 17:02:05 [2023-03-05T22:02:05.718Z] [exec] Deprecated syntax, instead use: 17:02:05 [2023-03-05T22:02:05.718Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:05 [2023-03-05T22:02:05.974Z] [exec] Application deployed with name deployment-ejb30-war-servlet. 17:02:05 [2023-03-05T22:02:05.974Z] [exec] Command deploy executed successfully. 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.os: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.tools.unix: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.tools.windows: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.tools: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] setAsadminArgs: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init: 17:02:05 [2023-03-05T22:02:05.974Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:05 [2023-03-05T22:02:05.974Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:05 [2023-03-05T22:02:05.974Z] [get] Not modified - so not downloaded 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.customtasks: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] setEnabled: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] createAppRef: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.os: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.tools.unix: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.tools.windows: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.tools: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] setAsadminArgs: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init: 17:02:05 [2023-03-05T22:02:05.974Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:05 [2023-03-05T22:02:05.974Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:05 [2023-03-05T22:02:05.974Z] [get] Not modified - so not downloaded 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.customtasks: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] prepare: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] setHttpPort2: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] runweb: 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] GET /deployment-ejb30-war-servlet/servlet HTTP/1.0 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 0: HTTP/1.1 200 OK 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 1: Server: Eclipse GlassFish 7.0.3 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 2: X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.3 Java/Oracle Corporation/18) 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 3: Pragma: No-cache 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 4: Cache-Control: no-cache 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 5: Expires: Thu, 01 Jan 1970 00:00:00 UTC 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 6: Set-Cookie: JSESSIONID=3cbd6b0026f70ac90e9e6316cc06; Path=/deployment-ejb30-war-servlet; HttpOnly 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 7: Content-Type: text/html;charset=ISO-8859-1 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 8: Connection: close 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 9: Content-Length: 168 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 10: 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 11: <HTML><HEAD><TITLE>Servlet Output</TTILE></HEAD><BODY> 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 12: ds login timeout = 0 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 13: Hello World 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 14: Filter: Hello World: 0 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 15: in role j2ee = true 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 16: in role guest = false 17:02:05 [2023-03-05T22:02:05.974Z] [javaWithResult] 17: </BODY></HTML> 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] processResult: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] failed: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] passed: 17:02:05 [2023-03-05T22:02:05.974Z] [echo] Test servlet Passed 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] unknown: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] declare-test: 17:02:05 [2023-03-05T22:02:05.974Z] [echo] Starting test servlet ejb30/war/servlet Test asadmin redeploy 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.os: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.tools.unix: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.tools.windows: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.tools: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] setAsadminArgs: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init: 17:02:05 [2023-03-05T22:02:05.974Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:05 [2023-03-05T22:02:05.974Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:05 [2023-03-05T22:02:05.974Z] [get] Not modified - so not downloaded 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.customtasks: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] prepare: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] redeploy.asadmin: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] setAsadminArgs: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] common.redeploy.asadmin: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.os: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.tools.unix: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.tools.windows: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init.tools: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] setAsadminArgs: 17:02:05 [2023-03-05T22:02:05.974Z] 17:02:05 [2023-03-05T22:02:05.974Z] init: 17:02:05 [2023-03-05T22:02:05.975Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:05 [2023-03-05T22:02:05.975Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:05 [2023-03-05T22:02:05.975Z] [get] Not modified - so not downloaded 17:02:05 [2023-03-05T22:02:05.975Z] 17:02:05 [2023-03-05T22:02:05.975Z] init.customtasks: 17:02:05 [2023-03-05T22:02:05.975Z] 17:02:05 [2023-03-05T22:02:05.975Z] delAppRef: 17:02:05 [2023-03-05T22:02:05.975Z] 17:02:05 [2023-03-05T22:02:05.975Z] init.os: 17:02:05 [2023-03-05T22:02:05.975Z] 17:02:05 [2023-03-05T22:02:05.975Z] init.tools.unix: 17:02:05 [2023-03-05T22:02:05.975Z] 17:02:05 [2023-03-05T22:02:05.975Z] init.tools.windows: 17:02:05 [2023-03-05T22:02:05.975Z] 17:02:05 [2023-03-05T22:02:05.975Z] init.tools: 17:02:05 [2023-03-05T22:02:05.975Z] 17:02:05 [2023-03-05T22:02:05.975Z] setAsadminArgs: 17:02:05 [2023-03-05T22:02:05.975Z] 17:02:05 [2023-03-05T22:02:05.975Z] init: 17:02:05 [2023-03-05T22:02:05.975Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:05 [2023-03-05T22:02:05.975Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:05 [2023-03-05T22:02:05.975Z] [get] Not modified - so not downloaded 17:02:05 [2023-03-05T22:02:05.975Z] 17:02:05 [2023-03-05T22:02:05.975Z] init.customtasks: 17:02:05 [2023-03-05T22:02:05.975Z] 17:02:05 [2023-03-05T22:02:05.975Z] common.run.asadmin: 17:02:05 [2023-03-05T22:02:05.975Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name deployment-ejb30-war-servlet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/servlet/archives/deployment-ejb30-war-servlet.war 17:02:06 [2023-03-05T22:02:06.231Z] [exec] Deprecated syntax, instead use: 17:02:06 [2023-03-05T22:02:06.231Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:06 [2023-03-05T22:02:06.486Z] [exec] Application deployed with name deployment-ejb30-war-servlet. 17:02:06 [2023-03-05T22:02:06.486Z] [exec] Command deploy executed successfully. 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] init.os: 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] init.tools.unix: 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] init.tools.windows: 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] init.tools: 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] setAsadminArgs: 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] init: 17:02:06 [2023-03-05T22:02:06.486Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:06 [2023-03-05T22:02:06.486Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:06 [2023-03-05T22:02:06.486Z] [get] Not modified - so not downloaded 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] init.customtasks: 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] setEnabled: 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] createAppRef: 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] init.os: 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] init.tools.unix: 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] init.tools.windows: 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] init.tools: 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] setAsadminArgs: 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] init: 17:02:06 [2023-03-05T22:02:06.486Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:06 [2023-03-05T22:02:06.486Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:06 [2023-03-05T22:02:06.486Z] [get] Not modified - so not downloaded 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] init.customtasks: 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] prepare: 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] setHttpPort2: 17:02:06 [2023-03-05T22:02:06.486Z] 17:02:06 [2023-03-05T22:02:06.486Z] runweb: 17:02:06 [2023-03-05T22:02:06.486Z] [javaWithResult] GET /deployment-ejb30-war-servlet/servlet HTTP/1.0 17:02:06 [2023-03-05T22:02:06.486Z] [javaWithResult] 17:02:06 [2023-03-05T22:02:06.486Z] [javaWithResult] 0: HTTP/1.1 200 OK 17:02:06 [2023-03-05T22:02:06.486Z] [javaWithResult] 1: Server: Eclipse GlassFish 7.0.3 17:02:06 [2023-03-05T22:02:06.487Z] [javaWithResult] 2: X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.3 Java/Oracle Corporation/18) 17:02:06 [2023-03-05T22:02:06.487Z] [javaWithResult] 3: Pragma: No-cache 17:02:06 [2023-03-05T22:02:06.487Z] [javaWithResult] 4: Cache-Control: no-cache 17:02:06 [2023-03-05T22:02:06.487Z] [javaWithResult] 5: Expires: Thu, 01 Jan 1970 00:00:00 UTC 17:02:06 [2023-03-05T22:02:06.487Z] [javaWithResult] 6: Set-Cookie: JSESSIONID=3cbd8c55bd87fd2dd147e78666d5; Path=/deployment-ejb30-war-servlet; HttpOnly 17:02:06 [2023-03-05T22:02:06.487Z] [javaWithResult] 7: Content-Type: text/html;charset=ISO-8859-1 17:02:06 [2023-03-05T22:02:06.487Z] [javaWithResult] 8: Connection: close 17:02:06 [2023-03-05T22:02:06.487Z] [javaWithResult] 9: Content-Length: 168 17:02:06 [2023-03-05T22:02:06.487Z] [javaWithResult] 10: 17:02:06 [2023-03-05T22:02:06.487Z] [javaWithResult] 11: <HTML><HEAD><TITLE>Servlet Output</TTILE></HEAD><BODY> 17:02:06 [2023-03-05T22:02:06.487Z] [javaWithResult] 12: ds login timeout = 0 17:02:06 [2023-03-05T22:02:06.487Z] [javaWithResult] 13: Hello World 17:02:06 [2023-03-05T22:02:06.487Z] [javaWithResult] 14: Filter: Hello World: 0 17:02:06 [2023-03-05T22:02:06.487Z] [javaWithResult] 15: in role j2ee = true 17:02:06 [2023-03-05T22:02:06.487Z] [javaWithResult] 16: in role guest = false 17:02:06 [2023-03-05T22:02:06.487Z] [javaWithResult] 17: </BODY></HTML> 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] processResult: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] failed: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] passed: 17:02:06 [2023-03-05T22:02:06.487Z] [echo] Test servlet Passed 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] unknown: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init.os: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init.tools.unix: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init.tools.windows: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init.tools: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] setAsadminArgs: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init: 17:02:06 [2023-03-05T22:02:06.487Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:06 [2023-03-05T22:02:06.487Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:06 [2023-03-05T22:02:06.487Z] [get] Not modified - so not downloaded 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init.customtasks: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] prepare: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] undeploy.asadmin: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] setAsadminArgs: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] common.undeploy.asadmin: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init.os: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init.tools.unix: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init.tools.windows: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init.tools: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] setAsadminArgs: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init: 17:02:06 [2023-03-05T22:02:06.487Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:06 [2023-03-05T22:02:06.487Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:06 [2023-03-05T22:02:06.487Z] [get] Not modified - so not downloaded 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init.customtasks: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] delAppRef: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init.os: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init.tools.unix: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init.tools.windows: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init.tools: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] setAsadminArgs: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init: 17:02:06 [2023-03-05T22:02:06.487Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:06 [2023-03-05T22:02:06.487Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:06 [2023-03-05T22:02:06.487Z] [get] Not modified - so not downloaded 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] init.customtasks: 17:02:06 [2023-03-05T22:02:06.487Z] 17:02:06 [2023-03-05T22:02:06.487Z] common.run.asadmin: 17:02:06 [2023-03-05T22:02:06.487Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb30-war-servlet 17:02:07 [2023-03-05T22:02:07.049Z] [exec] Deprecated syntax, instead use: 17:02:07 [2023-03-05T22:02:07.049Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:07 [2023-03-05T22:02:07.049Z] [exec] Command undeploy executed successfully. 17:02:07 [2023-03-05T22:02:07.049Z] 17:02:07 [2023-03-05T22:02:07.049Z] setAsadminArgs: 17:02:07 [2023-03-05T22:02:07.049Z] 17:02:07 [2023-03-05T22:02:07.049Z] delete.user: 17:02:07 [2023-03-05T22:02:07.049Z] 17:02:07 [2023-03-05T22:02:07.049Z] init.os: 17:02:07 [2023-03-05T22:02:07.049Z] 17:02:07 [2023-03-05T22:02:07.049Z] init.tools.unix: 17:02:07 [2023-03-05T22:02:07.049Z] 17:02:07 [2023-03-05T22:02:07.049Z] init.tools.windows: 17:02:07 [2023-03-05T22:02:07.049Z] 17:02:07 [2023-03-05T22:02:07.049Z] init.tools: 17:02:07 [2023-03-05T22:02:07.049Z] 17:02:07 [2023-03-05T22:02:07.049Z] setAsadminArgs: 17:02:07 [2023-03-05T22:02:07.049Z] 17:02:07 [2023-03-05T22:02:07.049Z] init: 17:02:07 [2023-03-05T22:02:07.049Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:07 [2023-03-05T22:02:07.049Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:07 [2023-03-05T22:02:07.049Z] [get] Not modified - so not downloaded 17:02:07 [2023-03-05T22:02:07.049Z] 17:02:07 [2023-03-05T22:02:07.049Z] init.customtasks: 17:02:07 [2023-03-05T22:02:07.049Z] 17:02:07 [2023-03-05T22:02:07.049Z] common.run.asadmin: 17:02:07 [2023-03-05T22:02:07.049Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-file-user --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --authrealmname file j2ee 17:02:07 [2023-03-05T22:02:07.306Z] [exec] Deprecated syntax, instead use: 17:02:07 [2023-03-05T22:02:07.306Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-file-user [options] ... 17:02:07 [2023-03-05T22:02:07.306Z] [exec] Command delete-file-user executed successfully. 17:02:07 [2023-03-05T22:02:07.306Z] 17:02:07 [2023-03-05T22:02:07.306Z] private-all: 17:02:07 [2023-03-05T22:02:07.306Z] 17:02:07 [2023-03-05T22:02:07.306Z] private-all: 17:02:07 [2023-03-05T22:02:07.306Z] 17:02:07 [2023-03-05T22:02:07.306Z] private-all: 17:02:07 [2023-03-05T22:02:07.306Z] 17:02:07 [2023-03-05T22:02:07.306Z] init.os: 17:02:07 [2023-03-05T22:02:07.306Z] 17:02:07 [2023-03-05T22:02:07.306Z] init.tools.unix: 17:02:07 [2023-03-05T22:02:07.306Z] 17:02:07 [2023-03-05T22:02:07.306Z] init.tools.windows: 17:02:07 [2023-03-05T22:02:07.306Z] 17:02:07 [2023-03-05T22:02:07.306Z] init.tools: 17:02:07 [2023-03-05T22:02:07.306Z] 17:02:07 [2023-03-05T22:02:07.306Z] setAsadminArgs: 17:02:07 [2023-03-05T22:02:07.306Z] 17:02:07 [2023-03-05T22:02:07.306Z] init: 17:02:07 [2023-03-05T22:02:07.306Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:07 [2023-03-05T22:02:07.306Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:07 [2023-03-05T22:02:07.306Z] [get] Not modified - so not downloaded 17:02:07 [2023-03-05T22:02:07.306Z] 17:02:07 [2023-03-05T22:02:07.306Z] init.customtasks: 17:02:07 [2023-03-05T22:02:07.306Z] 17:02:07 [2023-03-05T22:02:07.306Z] prepare: 17:02:07 [2023-03-05T22:02:07.306Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/ejblite/javamodule 17:02:07 [2023-03-05T22:02:07.306Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/ejblite/javamodule/archives 17:02:07 [2023-03-05T22:02:07.306Z] 17:02:07 [2023-03-05T22:02:07.306Z] compile: 17:02:07 [2023-03-05T22:02:07.306Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/ejblite/javamodule/build.xml:41: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:07 [2023-03-05T22:02:07.306Z] [javac] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/ejblite/javamodule 17:02:07 [2023-03-05T22:02:07.561Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:07 [2023-03-05T22:02:07.561Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... 17:02:07 [2023-03-05T22:02:07.561Z] [javac] warning: [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. 17:02:07 [2023-03-05T22:02:07.561Z] [javac] Note: Some input files use or override a deprecated API. 17:02:07 [2023-03-05T22:02:07.561Z] [javac] Note: Recompile with -Xlint:deprecation for details. 17:02:07 [2023-03-05T22:02:07.561Z] [javac] 2 warnings 17:02:07 [2023-03-05T22:02:07.561Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/ejblite/javamodule/build.xml:44: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:07 [2023-03-05T22:02:07.561Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/ejblite/javamodule 17:02:08 [2023-03-05T22:02:08.124Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:08 [2023-03-05T22:02:08.124Z] [javac] 1 warning 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] assemble: 17:02:08 [2023-03-05T22:02:08.124Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/ejblite/javamodule/archives/ejb-ejb31-ejblite-javamodule-web.war 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] declare-test: 17:02:08 [2023-03-05T22:02:08.124Z] [echo] Starting test javamodule ejb31/ejblite/javamodule Test asadmin deploy 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] init.os: 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] init.tools.unix: 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] init.tools.windows: 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] init.tools: 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] setAsadminArgs: 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] init: 17:02:08 [2023-03-05T22:02:08.124Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:08 [2023-03-05T22:02:08.124Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:08 [2023-03-05T22:02:08.124Z] [get] Not modified - so not downloaded 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] init.customtasks: 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] prepare: 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] deploy.asadmin: 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] setAsadminArgs: 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] common.deploy.asadmin: 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] init.os: 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] init.tools.unix: 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] init.tools.windows: 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] init.tools: 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] setAsadminArgs: 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] init: 17:02:08 [2023-03-05T22:02:08.124Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:08 [2023-03-05T22:02:08.124Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:08 [2023-03-05T22:02:08.124Z] [get] Not modified - so not downloaded 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] init.customtasks: 17:02:08 [2023-03-05T22:02:08.124Z] 17:02:08 [2023-03-05T22:02:08.124Z] common.run.asadmin: 17:02:08 [2023-03-05T22:02:08.124Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/ejblite/javamodule/archives --name ejb-ejb31-ejblite-javamodule-web --contextroot ejb-ejb31-ejblite-javamodule /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/ejblite/javamodule/archives/ejb-ejb31-ejblite-javamodule-web.war 17:02:08 [2023-03-05T22:02:08.383Z] [exec] Deprecated syntax, instead use: 17:02:08 [2023-03-05T22:02:08.383Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:08 [2023-03-05T22:02:08.639Z] [exec] Application deployed with name ejb-ejb31-ejblite-javamodule-web. 17:02:08 [2023-03-05T22:02:08.639Z] [exec] there are no files to retrieve for application ejb-ejb31-ejblite-javamodule-web 17:02:08 [2023-03-05T22:02:08.639Z] [exec] Command deploy executed successfully. 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] init.os: 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] init.tools.unix: 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] init.tools.windows: 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] init.tools: 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] setAsadminArgs: 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] init: 17:02:08 [2023-03-05T22:02:08.639Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:08 [2023-03-05T22:02:08.639Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:08 [2023-03-05T22:02:08.639Z] [get] Not modified - so not downloaded 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] init.customtasks: 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] setEnabled: 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] createAppRef: 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] init.os: 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] init.tools.unix: 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] init.tools.windows: 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] init.tools: 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] setAsadminArgs: 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] init: 17:02:08 [2023-03-05T22:02:08.639Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:08 [2023-03-05T22:02:08.639Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:08 [2023-03-05T22:02:08.639Z] [get] Not modified - so not downloaded 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] init.customtasks: 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] prepare: 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] setHttpPort2: 17:02:08 [2023-03-05T22:02:08.639Z] 17:02:08 [2023-03-05T22:02:08.639Z] runclient: 17:02:08 [2023-03-05T22:02:08.919Z] [javaWithResult] ejb31-ejblite-javamodule 17:02:08 [2023-03-05T22:02:08.919Z] [javaWithResult] invoking webclient servlet at http://localhost:8080/ejb-ejb31-ejblite-javamodule/HelloServlet 17:02:09 [2023-03-05T22:02:09.177Z] [javaWithResult] <HTML> <HEAD> <TITLE> JMS Servlet Output </TITLE> </HEAD> <BODY BGCOLOR=white> 17:02:09 [2023-03-05T22:02:09.177Z] [javaWithResult] <CENTER> <FONT size=+1 COLOR=blue>DatabaseServelt :: All information I can give </FONT> </CENTER> <p> 17:02:09 [2023-03-05T22:02:09.177Z] [javaWithResult] <FONT size=+1 color=red> Context Path : </FONT> /ejb-ejb31-ejblite-javamodule<br> 17:02:09 [2023-03-05T22:02:09.177Z] [javaWithResult] <FONT size=+1 color=red> Servlet Path : </FONT> /HelloServlet<br> 17:02:09 [2023-03-05T22:02:09.177Z] [javaWithResult] <FONT size=+1 color=red> Path Info : </FONT> null<br> 17:02:09 [2023-03-05T22:02:09.177Z] [javaWithResult] </BODY> </HTML> 17:02:09 [2023-03-05T22:02:09.177Z] [javaWithResult] test complete 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] processResult: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] failed: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] passed: 17:02:09 [2023-03-05T22:02:09.177Z] [echo] Test javamodule Passed 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] unknown: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] declare-test: 17:02:09 [2023-03-05T22:02:09.177Z] [echo] Starting test javamodule ejb31/ejblite/javamodule Test asadmin redeploy 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init.os: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init.tools.unix: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init.tools.windows: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init.tools: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] setAsadminArgs: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init: 17:02:09 [2023-03-05T22:02:09.177Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:09 [2023-03-05T22:02:09.177Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:09 [2023-03-05T22:02:09.177Z] [get] Not modified - so not downloaded 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init.customtasks: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] prepare: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] redeploy.asadmin: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] setAsadminArgs: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] common.redeploy.asadmin: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init.os: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init.tools.unix: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init.tools.windows: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init.tools: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] setAsadminArgs: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init: 17:02:09 [2023-03-05T22:02:09.177Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:09 [2023-03-05T22:02:09.177Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:09 [2023-03-05T22:02:09.177Z] [get] Not modified - so not downloaded 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init.customtasks: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] delAppRef: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init.os: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init.tools.unix: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init.tools.windows: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init.tools: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] setAsadminArgs: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init: 17:02:09 [2023-03-05T22:02:09.177Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:09 [2023-03-05T22:02:09.177Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:09 [2023-03-05T22:02:09.177Z] [get] Not modified - so not downloaded 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] init.customtasks: 17:02:09 [2023-03-05T22:02:09.177Z] 17:02:09 [2023-03-05T22:02:09.177Z] common.run.asadmin: 17:02:09 [2023-03-05T22:02:09.177Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/ejblite/javamodule/archives --name ejb-ejb31-ejblite-javamodule-web --contextroot ejb-ejb31-ejblite-javamodule /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/ejblite/javamodule/archives/ejb-ejb31-ejblite-javamodule-web.war 17:02:09 [2023-03-05T22:02:09.433Z] [exec] Deprecated syntax, instead use: 17:02:09 [2023-03-05T22:02:09.433Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:09 [2023-03-05T22:02:09.996Z] [exec] Application deployed with name ejb-ejb31-ejblite-javamodule-web. 17:02:09 [2023-03-05T22:02:09.996Z] [exec] there are no files to retrieve for application ejb-ejb31-ejblite-javamodule-web 17:02:09 [2023-03-05T22:02:09.996Z] [exec] Command deploy executed successfully. 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] init.os: 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] init.tools.unix: 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] init.tools.windows: 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] init.tools: 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] setAsadminArgs: 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] init: 17:02:09 [2023-03-05T22:02:09.996Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:09 [2023-03-05T22:02:09.996Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:09 [2023-03-05T22:02:09.996Z] [get] Not modified - so not downloaded 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] init.customtasks: 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] setEnabled: 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] createAppRef: 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] init.os: 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] init.tools.unix: 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] init.tools.windows: 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] init.tools: 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] setAsadminArgs: 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] init: 17:02:09 [2023-03-05T22:02:09.996Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:09 [2023-03-05T22:02:09.996Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:09 [2023-03-05T22:02:09.996Z] [get] Not modified - so not downloaded 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] init.customtasks: 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] prepare: 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] setHttpPort2: 17:02:09 [2023-03-05T22:02:09.996Z] 17:02:09 [2023-03-05T22:02:09.996Z] runclient: 17:02:10 [2023-03-05T22:02:10.253Z] [javaWithResult] ejb31-ejblite-javamodule 17:02:10 [2023-03-05T22:02:10.253Z] [javaWithResult] invoking webclient servlet at http://localhost:8080/ejb-ejb31-ejblite-javamodule/HelloServlet 17:02:10 [2023-03-05T22:02:10.253Z] [javaWithResult] <HTML> <HEAD> <TITLE> JMS Servlet Output </TITLE> </HEAD> <BODY BGCOLOR=white> 17:02:10 [2023-03-05T22:02:10.253Z] [javaWithResult] <CENTER> <FONT size=+1 COLOR=blue>DatabaseServelt :: All information I can give </FONT> </CENTER> <p> 17:02:10 [2023-03-05T22:02:10.253Z] [javaWithResult] <FONT size=+1 color=red> Context Path : </FONT> /ejb-ejb31-ejblite-javamodule<br> 17:02:10 [2023-03-05T22:02:10.253Z] [javaWithResult] <FONT size=+1 color=red> Servlet Path : </FONT> /HelloServlet<br> 17:02:10 [2023-03-05T22:02:10.253Z] [javaWithResult] <FONT size=+1 color=red> Path Info : </FONT> null<br> 17:02:10 [2023-03-05T22:02:10.253Z] [javaWithResult] </BODY> </HTML> 17:02:10 [2023-03-05T22:02:10.253Z] [javaWithResult] test complete 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] processResult: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] failed: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] passed: 17:02:10 [2023-03-05T22:02:10.253Z] [echo] Test javamodule Passed 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] unknown: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init.os: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init.tools.unix: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init.tools.windows: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init.tools: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] setAsadminArgs: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init: 17:02:10 [2023-03-05T22:02:10.253Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:10 [2023-03-05T22:02:10.253Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:10 [2023-03-05T22:02:10.253Z] [get] Not modified - so not downloaded 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init.customtasks: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] prepare: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] undeploy.asadmin: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] setAsadminArgs: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] common.undeploy.asadmin: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init.os: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init.tools.unix: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init.tools.windows: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init.tools: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] setAsadminArgs: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init: 17:02:10 [2023-03-05T22:02:10.253Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:10 [2023-03-05T22:02:10.253Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:10 [2023-03-05T22:02:10.253Z] [get] Not modified - so not downloaded 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init.customtasks: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] delAppRef: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init.os: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init.tools.unix: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init.tools.windows: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init.tools: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] setAsadminArgs: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init: 17:02:10 [2023-03-05T22:02:10.253Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:10 [2023-03-05T22:02:10.253Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:10 [2023-03-05T22:02:10.253Z] [get] Not modified - so not downloaded 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] init.customtasks: 17:02:10 [2023-03-05T22:02:10.253Z] 17:02:10 [2023-03-05T22:02:10.253Z] common.run.asadmin: 17:02:10 [2023-03-05T22:02:10.253Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 ejb-ejb31-ejblite-javamodule-web 17:02:10 [2023-03-05T22:02:10.519Z] [exec] Deprecated syntax, instead use: 17:02:10 [2023-03-05T22:02:10.519Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:10 [2023-03-05T22:02:10.776Z] [exec] Command undeploy executed successfully. 17:02:10 [2023-03-05T22:02:10.776Z] 17:02:10 [2023-03-05T22:02:10.776Z] private-all: 17:02:10 [2023-03-05T22:02:10.776Z] 17:02:10 [2023-03-05T22:02:10.776Z] private-all: 17:02:10 [2023-03-05T22:02:10.776Z] 17:02:10 [2023-03-05T22:02:10.776Z] declare-test: 17:02:10 [2023-03-05T22:02:10.776Z] [echo] Starting test IncorrectEnvEntry ejb31/jndivalidation/IncorrectEnvEntry Test asadmin deploy 17:02:10 [2023-03-05T22:02:10.776Z] 17:02:10 [2023-03-05T22:02:10.776Z] init.os: 17:02:10 [2023-03-05T22:02:10.776Z] 17:02:10 [2023-03-05T22:02:10.776Z] init.tools.unix: 17:02:10 [2023-03-05T22:02:10.776Z] 17:02:10 [2023-03-05T22:02:10.776Z] init.tools.windows: 17:02:10 [2023-03-05T22:02:10.776Z] 17:02:10 [2023-03-05T22:02:10.776Z] init.tools: 17:02:10 [2023-03-05T22:02:10.776Z] 17:02:10 [2023-03-05T22:02:10.776Z] setAsadminArgs: 17:02:10 [2023-03-05T22:02:10.776Z] 17:02:10 [2023-03-05T22:02:10.776Z] init: 17:02:10 [2023-03-05T22:02:10.776Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:10 [2023-03-05T22:02:10.776Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:10 [2023-03-05T22:02:10.776Z] [get] Not modified - so not downloaded 17:02:10 [2023-03-05T22:02:10.776Z] 17:02:10 [2023-03-05T22:02:10.776Z] init.customtasks: 17:02:10 [2023-03-05T22:02:10.776Z] 17:02:10 [2023-03-05T22:02:10.776Z] prepare: 17:02:10 [2023-03-05T22:02:10.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/IncorrectEnvEntry 17:02:10 [2023-03-05T22:02:10.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/IncorrectEnvEntry/archives 17:02:10 [2023-03-05T22:02:10.776Z] 17:02:10 [2023-03-05T22:02:10.776Z] compile: 17:02:10 [2023-03-05T22:02:10.776Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/IncorrectEnvEntry/build.xml:39: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:10 [2023-03-05T22:02:10.776Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/IncorrectEnvEntry 17:02:10 [2023-03-05T22:02:10.776Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:10 [2023-03-05T22:02:10.776Z] [javac] 1 warning 17:02:11 [2023-03-05T22:02:11.032Z] 17:02:11 [2023-03-05T22:02:11.032Z] assemble: 17:02:11 [2023-03-05T22:02:11.032Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/IncorrectEnvEntry/archives/deployment-ejb31-jndivalidation-IncorrectEnvEntry-web.war 17:02:11 [2023-03-05T22:02:11.032Z] 17:02:11 [2023-03-05T22:02:11.032Z] deploy.asadmin: 17:02:11 [2023-03-05T22:02:11.032Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/IncorrectEnvEntry/archives --name deployment-ejb31-jndivalidation-IncorrectEnvEntry-web --contextroot deployment-ejb31-jndivalidation-IncorrectEnvEntry /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/IncorrectEnvEntry/archives/deployment-ejb31-jndivalidation-IncorrectEnvEntry-web.war 17:02:11 [2023-03-05T22:02:11.032Z] [exec] Deprecated syntax, instead use: 17:02:11 [2023-03-05T22:02:11.032Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:11 [2023-03-05T22:02:11.288Z] [exec] Command deploy failed. 17:02:11 [2023-03-05T22:02:11.288Z] [exec] remote failure: Error occurred during deployment: Exception while deploying the app [deployment-ejb31-jndivalidation-IncorrectEnvEntry-web] : Naming binding already exists for java:module/env/DuplicateEnvEntry in namespace {java:module/env/DuplicateEnvEntry=SimpleEnvEntry[name=java:comp/env/DuplicateEnvEntry, type=java.lang.String, value=From comp, lookupName=, mappedName=, injectableTargets={}, description=]}. Please see server.log for more details. 17:02:11 [2023-03-05T22:02:11.288Z] [exec] Result: 1 17:02:11 [2023-03-05T22:02:11.288Z] 17:02:11 [2023-03-05T22:02:11.288Z] processResult: 17:02:11 [2023-03-05T22:02:11.288Z] 17:02:11 [2023-03-05T22:02:11.288Z] failed: 17:02:11 [2023-03-05T22:02:11.288Z] 17:02:11 [2023-03-05T22:02:11.288Z] passed: 17:02:11 [2023-03-05T22:02:11.288Z] [echo] Test IncorrectEnvEntry Passed 17:02:11 [2023-03-05T22:02:11.288Z] 17:02:11 [2023-03-05T22:02:11.288Z] unknown: 17:02:11 [2023-03-05T22:02:11.288Z] 17:02:11 [2023-03-05T22:02:11.288Z] private-all: 17:02:11 [2023-03-05T22:02:11.288Z] 17:02:11 [2023-03-05T22:02:11.288Z] declare-test: 17:02:11 [2023-03-05T22:02:11.288Z] [echo] Starting test CorrectEnvEntry ejb31/jndivalidation/CorrectEnvEntry Test asadmin deploy 17:02:11 [2023-03-05T22:02:11.288Z] 17:02:11 [2023-03-05T22:02:11.288Z] init.os: 17:02:11 [2023-03-05T22:02:11.288Z] 17:02:11 [2023-03-05T22:02:11.288Z] init.tools.unix: 17:02:11 [2023-03-05T22:02:11.288Z] 17:02:11 [2023-03-05T22:02:11.288Z] init.tools.windows: 17:02:11 [2023-03-05T22:02:11.288Z] 17:02:11 [2023-03-05T22:02:11.288Z] init.tools: 17:02:11 [2023-03-05T22:02:11.288Z] 17:02:11 [2023-03-05T22:02:11.288Z] setAsadminArgs: 17:02:11 [2023-03-05T22:02:11.288Z] 17:02:11 [2023-03-05T22:02:11.288Z] init: 17:02:11 [2023-03-05T22:02:11.288Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:11 [2023-03-05T22:02:11.288Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:11 [2023-03-05T22:02:11.288Z] [get] Not modified - so not downloaded 17:02:11 [2023-03-05T22:02:11.288Z] 17:02:11 [2023-03-05T22:02:11.288Z] init.customtasks: 17:02:11 [2023-03-05T22:02:11.288Z] 17:02:11 [2023-03-05T22:02:11.288Z] prepare: 17:02:11 [2023-03-05T22:02:11.288Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/CorrectEnvEntry 17:02:11 [2023-03-05T22:02:11.288Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/CorrectEnvEntry/archives 17:02:11 [2023-03-05T22:02:11.288Z] 17:02:11 [2023-03-05T22:02:11.288Z] compile: 17:02:11 [2023-03-05T22:02:11.288Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/CorrectEnvEntry/build.xml:39: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:11 [2023-03-05T22:02:11.288Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/CorrectEnvEntry 17:02:11 [2023-03-05T22:02:11.545Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:11 [2023-03-05T22:02:11.545Z] [javac] 1 warning 17:02:11 [2023-03-05T22:02:11.545Z] 17:02:11 [2023-03-05T22:02:11.545Z] assemble: 17:02:11 [2023-03-05T22:02:11.545Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/CorrectEnvEntry/archives/deployment-ejb31-jndivalidation-CorrectEnvEntry-web.war 17:02:11 [2023-03-05T22:02:11.545Z] 17:02:11 [2023-03-05T22:02:11.545Z] deploy.asadmin: 17:02:11 [2023-03-05T22:02:11.545Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/CorrectEnvEntry/archives --name deployment-ejb31-jndivalidation-CorrectEnvEntry-web --contextroot deployment-ejb31-jndivalidation-CorrectEnvEntry /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/CorrectEnvEntry/archives/deployment-ejb31-jndivalidation-CorrectEnvEntry-web.war 17:02:11 [2023-03-05T22:02:11.800Z] [exec] Deprecated syntax, instead use: 17:02:11 [2023-03-05T22:02:11.800Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:12 [2023-03-05T22:02:12.057Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-CorrectEnvEntry-web. 17:02:12 [2023-03-05T22:02:12.057Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-CorrectEnvEntry-web 17:02:12 [2023-03-05T22:02:12.057Z] [exec] Command deploy executed successfully. 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] processResult: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] failed: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] passed: 17:02:12 [2023-03-05T22:02:12.057Z] [echo] Test CorrectEnvEntry Passed 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] unknown: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init.os: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init.tools.unix: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init.tools.windows: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init.tools: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] setAsadminArgs: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init: 17:02:12 [2023-03-05T22:02:12.057Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:12 [2023-03-05T22:02:12.057Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:12 [2023-03-05T22:02:12.057Z] [get] Not modified - so not downloaded 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init.customtasks: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] prepare: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] undeploy.asadmin: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] setAsadminArgs: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] common.undeploy.asadmin: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init.os: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init.tools.unix: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init.tools.windows: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init.tools: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] setAsadminArgs: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init: 17:02:12 [2023-03-05T22:02:12.057Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:12 [2023-03-05T22:02:12.057Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:12 [2023-03-05T22:02:12.057Z] [get] Not modified - so not downloaded 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init.customtasks: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] delAppRef: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init.os: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init.tools.unix: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init.tools.windows: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init.tools: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] setAsadminArgs: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init: 17:02:12 [2023-03-05T22:02:12.057Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:12 [2023-03-05T22:02:12.057Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:12 [2023-03-05T22:02:12.057Z] [get] Not modified - so not downloaded 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] init.customtasks: 17:02:12 [2023-03-05T22:02:12.057Z] 17:02:12 [2023-03-05T22:02:12.057Z] common.run.asadmin: 17:02:12 [2023-03-05T22:02:12.057Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-CorrectEnvEntry-web 17:02:12 [2023-03-05T22:02:12.313Z] [exec] Deprecated syntax, instead use: 17:02:12 [2023-03-05T22:02:12.314Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:12 [2023-03-05T22:02:12.314Z] [exec] Command undeploy executed successfully. 17:02:12 [2023-03-05T22:02:12.314Z] 17:02:12 [2023-03-05T22:02:12.314Z] private-all: 17:02:12 [2023-03-05T22:02:12.314Z] 17:02:12 [2023-03-05T22:02:12.314Z] declare-test: 17:02:12 [2023-03-05T22:02:12.314Z] [echo] Starting test ConflictedEJBRef ejb31/jndivalidation/ConflictedEJBRef Test asadmin deploy 17:02:12 [2023-03-05T22:02:12.314Z] 17:02:12 [2023-03-05T22:02:12.314Z] init.os: 17:02:12 [2023-03-05T22:02:12.314Z] 17:02:12 [2023-03-05T22:02:12.314Z] init.tools.unix: 17:02:12 [2023-03-05T22:02:12.314Z] 17:02:12 [2023-03-05T22:02:12.314Z] init.tools.windows: 17:02:12 [2023-03-05T22:02:12.314Z] 17:02:12 [2023-03-05T22:02:12.314Z] init.tools: 17:02:12 [2023-03-05T22:02:12.314Z] 17:02:12 [2023-03-05T22:02:12.314Z] setAsadminArgs: 17:02:12 [2023-03-05T22:02:12.314Z] 17:02:12 [2023-03-05T22:02:12.314Z] init: 17:02:12 [2023-03-05T22:02:12.314Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:12 [2023-03-05T22:02:12.314Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:12 [2023-03-05T22:02:12.314Z] [get] Not modified - so not downloaded 17:02:12 [2023-03-05T22:02:12.314Z] 17:02:12 [2023-03-05T22:02:12.314Z] init.customtasks: 17:02:12 [2023-03-05T22:02:12.314Z] 17:02:12 [2023-03-05T22:02:12.314Z] prepare: 17:02:12 [2023-03-05T22:02:12.314Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEJBRef 17:02:12 [2023-03-05T22:02:12.314Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEJBRef/archives 17:02:12 [2023-03-05T22:02:12.314Z] 17:02:12 [2023-03-05T22:02:12.314Z] compile: 17:02:12 [2023-03-05T22:02:12.314Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ConflictedEJBRef/build.xml:38: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:12 [2023-03-05T22:02:12.314Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEJBRef 17:02:12 [2023-03-05T22:02:12.570Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:12 [2023-03-05T22:02:12.570Z] [javac] 1 warning 17:02:12 [2023-03-05T22:02:12.570Z] 17:02:12 [2023-03-05T22:02:12.570Z] assemble: 17:02:12 [2023-03-05T22:02:12.570Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEJBRef/archives/deployment-ejb31-jndivalidation-ConflictedEJBRef-ejb.jar 17:02:12 [2023-03-05T22:02:12.570Z] 17:02:12 [2023-03-05T22:02:12.570Z] deploy.asadmin: 17:02:12 [2023-03-05T22:02:12.570Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEJBRef/archives --name deployment-ejb31-jndivalidation-ConflictedEJBRef-ejb /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEJBRef/archives/deployment-ejb31-jndivalidation-ConflictedEJBRef-ejb.jar 17:02:12 [2023-03-05T22:02:12.826Z] [exec] Deprecated syntax, instead use: 17:02:12 [2023-03-05T22:02:12.826Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:13 [2023-03-05T22:02:13.082Z] [exec] Command deploy failed. 17:02:13 [2023-03-05T22:02:13.082Z] [exec] remote failure: Error occurred during deployment: Exception while deploying the app [deployment-ejb31-jndivalidation-ConflictedEJBRef-ejb] : Naming binding already exists for java:module/env/DuplicateEntry in namespace {java:module/env/DuplicateEntry=Remote ejb-ref name=java:module/env/DuplicateEntry,Remote 3.x interface =gf.MySLSB,ejb-link=ejb/myslsb2,lookup=,mappedName=,jndi-name=,refType=Session}. Please see server.log for more details. 17:02:13 [2023-03-05T22:02:13.082Z] [exec] Result: 1 17:02:13 [2023-03-05T22:02:13.082Z] 17:02:13 [2023-03-05T22:02:13.082Z] processResult: 17:02:13 [2023-03-05T22:02:13.082Z] 17:02:13 [2023-03-05T22:02:13.082Z] failed: 17:02:13 [2023-03-05T22:02:13.082Z] 17:02:13 [2023-03-05T22:02:13.082Z] passed: 17:02:13 [2023-03-05T22:02:13.082Z] [echo] Test ConflictedEJBRef Passed 17:02:13 [2023-03-05T22:02:13.082Z] 17:02:13 [2023-03-05T22:02:13.082Z] unknown: 17:02:13 [2023-03-05T22:02:13.082Z] 17:02:13 [2023-03-05T22:02:13.082Z] private-all: 17:02:13 [2023-03-05T22:02:13.082Z] 17:02:13 [2023-03-05T22:02:13.082Z] declare-test: 17:02:13 [2023-03-05T22:02:13.082Z] [echo] Starting test ConflictedEnvEntry ejb31/jndivalidation/ConflitedEnvEntry Test asadmin deploy 17:02:13 [2023-03-05T22:02:13.082Z] 17:02:13 [2023-03-05T22:02:13.082Z] init.os: 17:02:13 [2023-03-05T22:02:13.082Z] 17:02:13 [2023-03-05T22:02:13.082Z] init.tools.unix: 17:02:13 [2023-03-05T22:02:13.082Z] 17:02:13 [2023-03-05T22:02:13.082Z] init.tools.windows: 17:02:13 [2023-03-05T22:02:13.082Z] 17:02:13 [2023-03-05T22:02:13.082Z] init.tools: 17:02:13 [2023-03-05T22:02:13.082Z] 17:02:13 [2023-03-05T22:02:13.082Z] setAsadminArgs: 17:02:13 [2023-03-05T22:02:13.082Z] 17:02:13 [2023-03-05T22:02:13.082Z] init: 17:02:13 [2023-03-05T22:02:13.082Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:13 [2023-03-05T22:02:13.082Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:13 [2023-03-05T22:02:13.082Z] [get] Not modified - so not downloaded 17:02:13 [2023-03-05T22:02:13.082Z] 17:02:13 [2023-03-05T22:02:13.082Z] init.customtasks: 17:02:13 [2023-03-05T22:02:13.082Z] 17:02:13 [2023-03-05T22:02:13.082Z] prepare: 17:02:13 [2023-03-05T22:02:13.082Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEnvEntry 17:02:13 [2023-03-05T22:02:13.082Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEnvEntry/archives 17:02:13 [2023-03-05T22:02:13.082Z] 17:02:13 [2023-03-05T22:02:13.082Z] compile: 17:02:13 [2023-03-05T22:02:13.082Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ConflictedEnvEntry/build.xml:38: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:13 [2023-03-05T22:02:13.082Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEnvEntry 17:02:13 [2023-03-05T22:02:13.339Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:13 [2023-03-05T22:02:13.339Z] [javac] 1 warning 17:02:13 [2023-03-05T22:02:13.339Z] 17:02:13 [2023-03-05T22:02:13.339Z] assemble: 17:02:13 [2023-03-05T22:02:13.339Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEnvEntry/archives/deployment-ejb31-jndivalidation-ConflitedEnvEntry-ejb.jar 17:02:13 [2023-03-05T22:02:13.339Z] 17:02:13 [2023-03-05T22:02:13.339Z] deploy.asadmin: 17:02:13 [2023-03-05T22:02:13.339Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEnvEntry/archives --name deployment-ejb31-jndivalidation-ConflitedEnvEntry-ejb /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEnvEntry/archives/deployment-ejb31-jndivalidation-ConflitedEnvEntry-ejb.jar 17:02:13 [2023-03-05T22:02:13.595Z] [exec] Deprecated syntax, instead use: 17:02:13 [2023-03-05T22:02:13.595Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:13 [2023-03-05T22:02:13.595Z] [exec] Command deploy failed. 17:02:13 [2023-03-05T22:02:13.595Z] [exec] remote failure: Error occurred during deployment: Exception while deploying the app [deployment-ejb31-jndivalidation-ConflitedEnvEntry-ejb] : Naming binding already exists for java:module/env/DuplicateEnvEntry in namespace {java:module/env/DuplicateEnvEntry=SimpleEnvEntry[name=java:module/env/DuplicateEnvEntry, type=java.lang.String, value=From Invoker1, lookupName=, mappedName=, injectableTargets={}, description=]}. Please see server.log for more details. 17:02:13 [2023-03-05T22:02:13.595Z] [exec] Result: 1 17:02:13 [2023-03-05T22:02:13.595Z] 17:02:13 [2023-03-05T22:02:13.595Z] processResult: 17:02:13 [2023-03-05T22:02:13.595Z] 17:02:13 [2023-03-05T22:02:13.595Z] failed: 17:02:13 [2023-03-05T22:02:13.595Z] 17:02:13 [2023-03-05T22:02:13.595Z] passed: 17:02:13 [2023-03-05T22:02:13.595Z] [echo] Test ConflictedEnvEntry Passed 17:02:13 [2023-03-05T22:02:13.595Z] 17:02:13 [2023-03-05T22:02:13.595Z] unknown: 17:02:13 [2023-03-05T22:02:13.595Z] 17:02:13 [2023-03-05T22:02:13.595Z] private-all: 17:02:13 [2023-03-05T22:02:13.595Z] 17:02:13 [2023-03-05T22:02:13.595Z] declare-test: 17:02:13 [2023-03-05T22:02:13.595Z] [echo] Starting test ConflitedResourceEnvRef ejb31/jndivalidation/ConflitedResourceEnvRef Test asadmin deploy 17:02:13 [2023-03-05T22:02:13.595Z] 17:02:13 [2023-03-05T22:02:13.595Z] init.os: 17:02:13 [2023-03-05T22:02:13.595Z] 17:02:13 [2023-03-05T22:02:13.595Z] init.tools.unix: 17:02:13 [2023-03-05T22:02:13.595Z] 17:02:13 [2023-03-05T22:02:13.595Z] init.tools.windows: 17:02:13 [2023-03-05T22:02:13.595Z] 17:02:13 [2023-03-05T22:02:13.595Z] init.tools: 17:02:13 [2023-03-05T22:02:13.595Z] 17:02:13 [2023-03-05T22:02:13.595Z] setAsadminArgs: 17:02:13 [2023-03-05T22:02:13.595Z] 17:02:13 [2023-03-05T22:02:13.595Z] init: 17:02:13 [2023-03-05T22:02:13.595Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:13 [2023-03-05T22:02:13.595Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:13 [2023-03-05T22:02:13.595Z] [get] Not modified - so not downloaded 17:02:13 [2023-03-05T22:02:13.595Z] 17:02:13 [2023-03-05T22:02:13.595Z] init.customtasks: 17:02:13 [2023-03-05T22:02:13.595Z] 17:02:13 [2023-03-05T22:02:13.595Z] prepare: 17:02:13 [2023-03-05T22:02:13.595Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceEnvRef 17:02:13 [2023-03-05T22:02:13.595Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceEnvRef/archives 17:02:13 [2023-03-05T22:02:13.595Z] 17:02:13 [2023-03-05T22:02:13.595Z] compile: 17:02:13 [2023-03-05T22:02:13.595Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ConflitedResourceEnvRef/build.xml:38: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:13 [2023-03-05T22:02:13.595Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceEnvRef 17:02:13 [2023-03-05T22:02:13.852Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:13 [2023-03-05T22:02:13.852Z] [javac] 1 warning 17:02:13 [2023-03-05T22:02:13.852Z] 17:02:13 [2023-03-05T22:02:13.852Z] assemble: 17:02:13 [2023-03-05T22:02:13.852Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceEnvRef/archives/deployment-ejb31-jndivalidation-ConflitedResourceEnvRef-ejb.jar 17:02:13 [2023-03-05T22:02:13.852Z] 17:02:13 [2023-03-05T22:02:13.852Z] deploy.asadmin: 17:02:13 [2023-03-05T22:02:13.852Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceEnvRef/archives --name deployment-ejb31-jndivalidation-ConflitedResourceEnvRef-ejb /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceEnvRef/archives/deployment-ejb31-jndivalidation-ConflitedResourceEnvRef-ejb.jar 17:02:14 [2023-03-05T22:02:14.116Z] [exec] Deprecated syntax, instead use: 17:02:14 [2023-03-05T22:02:14.116Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:14 [2023-03-05T22:02:14.116Z] [exec] remote failure: Error occurred during deployment: Exception while deploying the app [deployment-ejb31-jndivalidation-ConflitedResourceEnvRef-ejb] : Naming binding already exists for java:module/env/DupResourceEnvRef in namespace {java:module/env/DupResourceEnvRef=ResourceEnvReferenceDescriptor[name=java:module/env/DupResourceEnvRef, type=java.lang.String, value=, lookupName=, mappedName=, injectableTargets={}, description=]}. Please see server.log for more details. 17:02:14 [2023-03-05T22:02:14.116Z] [exec] Command deploy failed. 17:02:14 [2023-03-05T22:02:14.116Z] [exec] Result: 1 17:02:14 [2023-03-05T22:02:14.116Z] 17:02:14 [2023-03-05T22:02:14.116Z] processResult: 17:02:14 [2023-03-05T22:02:14.116Z] 17:02:14 [2023-03-05T22:02:14.116Z] failed: 17:02:14 [2023-03-05T22:02:14.116Z] 17:02:14 [2023-03-05T22:02:14.116Z] passed: 17:02:14 [2023-03-05T22:02:14.116Z] [echo] Test ConflitedResourceEnvRef Passed 17:02:14 [2023-03-05T22:02:14.116Z] 17:02:14 [2023-03-05T22:02:14.116Z] unknown: 17:02:14 [2023-03-05T22:02:14.116Z] 17:02:14 [2023-03-05T22:02:14.116Z] private-all: 17:02:14 [2023-03-05T22:02:14.116Z] 17:02:14 [2023-03-05T22:02:14.116Z] declare-test: 17:02:14 [2023-03-05T22:02:14.116Z] [echo] Starting test ConflitedResourceRef ejb31/jndivalidation/ConflitedResourceRef Test asadmin deploy 17:02:14 [2023-03-05T22:02:14.116Z] 17:02:14 [2023-03-05T22:02:14.116Z] init.os: 17:02:14 [2023-03-05T22:02:14.116Z] 17:02:14 [2023-03-05T22:02:14.116Z] init.tools.unix: 17:02:14 [2023-03-05T22:02:14.116Z] 17:02:14 [2023-03-05T22:02:14.116Z] init.tools.windows: 17:02:14 [2023-03-05T22:02:14.116Z] 17:02:14 [2023-03-05T22:02:14.116Z] init.tools: 17:02:14 [2023-03-05T22:02:14.116Z] 17:02:14 [2023-03-05T22:02:14.116Z] setAsadminArgs: 17:02:14 [2023-03-05T22:02:14.116Z] 17:02:14 [2023-03-05T22:02:14.116Z] init: 17:02:14 [2023-03-05T22:02:14.116Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:14 [2023-03-05T22:02:14.116Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:14 [2023-03-05T22:02:14.372Z] [get] Not modified - so not downloaded 17:02:14 [2023-03-05T22:02:14.372Z] 17:02:14 [2023-03-05T22:02:14.372Z] init.customtasks: 17:02:14 [2023-03-05T22:02:14.372Z] 17:02:14 [2023-03-05T22:02:14.372Z] prepare: 17:02:14 [2023-03-05T22:02:14.372Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceRef 17:02:14 [2023-03-05T22:02:14.372Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceRef/archives 17:02:14 [2023-03-05T22:02:14.372Z] 17:02:14 [2023-03-05T22:02:14.372Z] compile: 17:02:14 [2023-03-05T22:02:14.372Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ConflitedResourceRef/build.xml:38: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:14 [2023-03-05T22:02:14.372Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceRef 17:02:14 [2023-03-05T22:02:14.628Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:14 [2023-03-05T22:02:14.628Z] [javac] 1 warning 17:02:14 [2023-03-05T22:02:14.628Z] 17:02:14 [2023-03-05T22:02:14.628Z] assemble: 17:02:14 [2023-03-05T22:02:14.628Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceRef/archives/deployment-ejb31-jndivalidation-ConflitedResourceRef-ejb.jar 17:02:14 [2023-03-05T22:02:14.628Z] 17:02:14 [2023-03-05T22:02:14.628Z] deploy.asadmin: 17:02:14 [2023-03-05T22:02:14.628Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceRef/archives --name deployment-ejb31-jndivalidation-ConflitedResourceRef-ejb /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceRef/archives/deployment-ejb31-jndivalidation-ConflitedResourceRef-ejb.jar 17:02:14 [2023-03-05T22:02:14.628Z] [exec] Deprecated syntax, instead use: 17:02:14 [2023-03-05T22:02:14.628Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:14 [2023-03-05T22:02:14.884Z] [exec] remote failure: Error occurred during deployment: Exception while deploying the app [deployment-ejb31-jndivalidation-ConflitedResourceRef-ejb] : Naming binding already exists for java:module/env/DupResourceRef in namespace {java:module/env/DupResourceRef=Res-Ref-Env-Property: java:module/env/DupResourceRef@javax.sql.DataSource@ resolved as: jndi: jdbc/__TimerPool@res principal: null@mail: null 17:02:14 [2023-03-05T22:02:14.884Z] [exec] No Runtime properties 17:02:14 [2023-03-05T22:02:14.884Z] [exec] Database Vendor : null 17:02:14 [2023-03-05T22:02:14.885Z] [exec] Create Tables at Deploy : false 17:02:14 [2023-03-05T22:02:14.885Z] [exec] Delete Tables at Undeploy : false}. Please see server.log for more details. 17:02:14 [2023-03-05T22:02:14.885Z] [exec] Command deploy failed. 17:02:14 [2023-03-05T22:02:14.885Z] [exec] Result: 1 17:02:14 [2023-03-05T22:02:14.885Z] 17:02:14 [2023-03-05T22:02:14.885Z] processResult: 17:02:14 [2023-03-05T22:02:14.885Z] 17:02:14 [2023-03-05T22:02:14.885Z] failed: 17:02:14 [2023-03-05T22:02:14.885Z] 17:02:14 [2023-03-05T22:02:14.885Z] passed: 17:02:14 [2023-03-05T22:02:14.885Z] [echo] Test ConflitedResourceRef Passed 17:02:14 [2023-03-05T22:02:14.885Z] 17:02:14 [2023-03-05T22:02:14.885Z] unknown: 17:02:14 [2023-03-05T22:02:14.885Z] 17:02:14 [2023-03-05T22:02:14.885Z] private-all: 17:02:14 [2023-03-05T22:02:14.885Z] 17:02:14 [2023-03-05T22:02:14.885Z] private-all: 17:02:14 [2023-03-05T22:02:14.885Z] 17:02:14 [2023-03-05T22:02:14.885Z] declare-test: 17:02:14 [2023-03-05T22:02:14.885Z] [echo] Starting test CorrectJDBCRes ejb31/jndivalidation/resourceref/CorrectJDBCRes Test asadmin deploy 17:02:14 [2023-03-05T22:02:14.885Z] 17:02:14 [2023-03-05T22:02:14.885Z] init.os: 17:02:14 [2023-03-05T22:02:14.885Z] 17:02:14 [2023-03-05T22:02:14.885Z] init.tools.unix: 17:02:14 [2023-03-05T22:02:14.885Z] 17:02:14 [2023-03-05T22:02:14.885Z] init.tools.windows: 17:02:14 [2023-03-05T22:02:14.885Z] 17:02:14 [2023-03-05T22:02:14.885Z] init.tools: 17:02:14 [2023-03-05T22:02:14.885Z] 17:02:14 [2023-03-05T22:02:14.885Z] setAsadminArgs: 17:02:14 [2023-03-05T22:02:14.885Z] 17:02:14 [2023-03-05T22:02:14.885Z] init: 17:02:14 [2023-03-05T22:02:14.885Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:14 [2023-03-05T22:02:14.885Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:14 [2023-03-05T22:02:14.885Z] [get] Not modified - so not downloaded 17:02:14 [2023-03-05T22:02:14.885Z] 17:02:14 [2023-03-05T22:02:14.885Z] init.customtasks: 17:02:14 [2023-03-05T22:02:14.885Z] 17:02:14 [2023-03-05T22:02:14.885Z] prepare: 17:02:14 [2023-03-05T22:02:14.885Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectJDBCRes 17:02:14 [2023-03-05T22:02:14.885Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectJDBCRes/archives 17:02:14 [2023-03-05T22:02:14.885Z] 17:02:14 [2023-03-05T22:02:14.885Z] compile: 17:02:14 [2023-03-05T22:02:14.885Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectJDBCRes/build.xml:39: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:14 [2023-03-05T22:02:14.885Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectJDBCRes 17:02:15 [2023-03-05T22:02:15.141Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:15 [2023-03-05T22:02:15.141Z] [javac] 1 warning 17:02:15 [2023-03-05T22:02:15.141Z] 17:02:15 [2023-03-05T22:02:15.141Z] assemble: 17:02:15 [2023-03-05T22:02:15.141Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectJDBCRes/archives/deployment-ejb31-jndivalidation-resourceref-CorrectJDBCRes-web.war 17:02:15 [2023-03-05T22:02:15.141Z] 17:02:15 [2023-03-05T22:02:15.141Z] deploy.asadmin: 17:02:15 [2023-03-05T22:02:15.141Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectJDBCRes/archives --name deployment-ejb31-jndivalidation-resourceref-CorrectJDBCRes-web --contextroot deployment-ejb31-jndivalidation-resourceref-CorrectJDBCRes /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectJDBCRes/archives/deployment-ejb31-jndivalidation-resourceref-CorrectJDBCRes-web.war 17:02:15 [2023-03-05T22:02:15.397Z] [exec] Deprecated syntax, instead use: 17:02:15 [2023-03-05T22:02:15.397Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:15 [2023-03-05T22:02:15.397Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-CorrectJDBCRes-web. 17:02:15 [2023-03-05T22:02:15.397Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-CorrectJDBCRes-web 17:02:15 [2023-03-05T22:02:15.397Z] [exec] Command deploy executed successfully. 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] processResult: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] failed: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] passed: 17:02:15 [2023-03-05T22:02:15.397Z] [echo] Test CorrectJDBCRes Passed 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] unknown: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init.os: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init.tools.unix: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init.tools.windows: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init.tools: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] setAsadminArgs: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init: 17:02:15 [2023-03-05T22:02:15.397Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:15 [2023-03-05T22:02:15.397Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:15 [2023-03-05T22:02:15.397Z] [get] Not modified - so not downloaded 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init.customtasks: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] prepare: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] undeploy.asadmin: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] setAsadminArgs: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] common.undeploy.asadmin: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init.os: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init.tools.unix: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init.tools.windows: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init.tools: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] setAsadminArgs: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init: 17:02:15 [2023-03-05T22:02:15.397Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:15 [2023-03-05T22:02:15.397Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:15 [2023-03-05T22:02:15.397Z] [get] Not modified - so not downloaded 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init.customtasks: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] delAppRef: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init.os: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init.tools.unix: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init.tools.windows: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init.tools: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] setAsadminArgs: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init: 17:02:15 [2023-03-05T22:02:15.397Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:15 [2023-03-05T22:02:15.397Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:15 [2023-03-05T22:02:15.397Z] [get] Not modified - so not downloaded 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] init.customtasks: 17:02:15 [2023-03-05T22:02:15.397Z] 17:02:15 [2023-03-05T22:02:15.397Z] common.run.asadmin: 17:02:15 [2023-03-05T22:02:15.397Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-CorrectJDBCRes-web 17:02:15 [2023-03-05T22:02:15.960Z] [exec] Deprecated syntax, instead use: 17:02:15 [2023-03-05T22:02:15.960Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:15 [2023-03-05T22:02:15.960Z] [exec] Command undeploy executed successfully. 17:02:15 [2023-03-05T22:02:15.960Z] 17:02:15 [2023-03-05T22:02:15.960Z] private-all: 17:02:15 [2023-03-05T22:02:15.960Z] 17:02:15 [2023-03-05T22:02:15.960Z] declare-test: 17:02:15 [2023-03-05T22:02:15.960Z] [echo] Starting test CorrectURLRes ejb31/jndivalidation/resourceref/CorrectURLRes Test asadmin deploy 17:02:15 [2023-03-05T22:02:15.960Z] 17:02:15 [2023-03-05T22:02:15.960Z] deploy.custom.resource: 17:02:15 [2023-03-05T22:02:15.960Z] 17:02:15 [2023-03-05T22:02:15.960Z] common.create.customresource: 17:02:15 [2023-03-05T22:02:15.960Z] 17:02:15 [2023-03-05T22:02:15.960Z] init.os: 17:02:15 [2023-03-05T22:02:15.960Z] 17:02:15 [2023-03-05T22:02:15.960Z] init.tools.unix: 17:02:15 [2023-03-05T22:02:15.960Z] 17:02:15 [2023-03-05T22:02:15.960Z] init.tools.windows: 17:02:15 [2023-03-05T22:02:15.960Z] 17:02:15 [2023-03-05T22:02:15.960Z] init.tools: 17:02:15 [2023-03-05T22:02:15.960Z] 17:02:15 [2023-03-05T22:02:15.960Z] setAsadminArgs: 17:02:15 [2023-03-05T22:02:15.960Z] 17:02:15 [2023-03-05T22:02:15.960Z] init: 17:02:15 [2023-03-05T22:02:15.960Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:15 [2023-03-05T22:02:15.960Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:15 [2023-03-05T22:02:15.960Z] [get] Not modified - so not downloaded 17:02:15 [2023-03-05T22:02:15.960Z] 17:02:15 [2023-03-05T22:02:15.960Z] init.customtasks: 17:02:15 [2023-03-05T22:02:15.960Z] 17:02:15 [2023-03-05T22:02:15.960Z] common.run.asadmin: 17:02:15 [2023-03-05T22:02:15.960Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-custom-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --restype java.net.URL --factoryclass org.glassfish.resources.custom.factory.URLFactory --property value=http\://www.oracle.com resource/myURL 17:02:16 [2023-03-05T22:02:16.216Z] [exec] Deprecated syntax, instead use: 17:02:16 [2023-03-05T22:02:16.216Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-custom-resource [options] ... 17:02:16 [2023-03-05T22:02:16.216Z] [exec] Custom Resource resource/myURL created. 17:02:16 [2023-03-05T22:02:16.216Z] [exec] Command create-custom-resource executed successfully. 17:02:16 [2023-03-05T22:02:16.216Z] 17:02:16 [2023-03-05T22:02:16.216Z] init.os: 17:02:16 [2023-03-05T22:02:16.216Z] 17:02:16 [2023-03-05T22:02:16.216Z] init.tools.unix: 17:02:16 [2023-03-05T22:02:16.216Z] 17:02:16 [2023-03-05T22:02:16.216Z] init.tools.windows: 17:02:16 [2023-03-05T22:02:16.216Z] 17:02:16 [2023-03-05T22:02:16.216Z] init.tools: 17:02:16 [2023-03-05T22:02:16.216Z] 17:02:16 [2023-03-05T22:02:16.216Z] setAsadminArgs: 17:02:16 [2023-03-05T22:02:16.216Z] 17:02:16 [2023-03-05T22:02:16.216Z] init: 17:02:16 [2023-03-05T22:02:16.216Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:16 [2023-03-05T22:02:16.216Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:16 [2023-03-05T22:02:16.216Z] [get] Not modified - so not downloaded 17:02:16 [2023-03-05T22:02:16.216Z] 17:02:16 [2023-03-05T22:02:16.216Z] init.customtasks: 17:02:16 [2023-03-05T22:02:16.216Z] 17:02:16 [2023-03-05T22:02:16.216Z] prepare: 17:02:16 [2023-03-05T22:02:16.216Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectURLRes 17:02:16 [2023-03-05T22:02:16.216Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectURLRes/archives 17:02:16 [2023-03-05T22:02:16.216Z] 17:02:16 [2023-03-05T22:02:16.216Z] compile: 17:02:16 [2023-03-05T22:02:16.216Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectURLRes/build.xml:39: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:16 [2023-03-05T22:02:16.216Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectURLRes 17:02:16 [2023-03-05T22:02:16.477Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:16 [2023-03-05T22:02:16.477Z] [javac] 1 warning 17:02:16 [2023-03-05T22:02:16.477Z] 17:02:16 [2023-03-05T22:02:16.477Z] assemble: 17:02:16 [2023-03-05T22:02:16.477Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectURLRes/archives/deployment-ejb31-jndivalidation-resourceref-CorrectURLRes-web.war 17:02:16 [2023-03-05T22:02:16.477Z] 17:02:16 [2023-03-05T22:02:16.477Z] deploy.asadmin: 17:02:16 [2023-03-05T22:02:16.477Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectURLRes/archives --name deployment-ejb31-jndivalidation-resourceref-CorrectURLRes-web --contextroot deployment-ejb31-jndivalidation-resourceref-CorrectURLRes /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectURLRes/archives/deployment-ejb31-jndivalidation-resourceref-CorrectURLRes-web.war 17:02:16 [2023-03-05T22:02:16.735Z] [exec] Deprecated syntax, instead use: 17:02:16 [2023-03-05T22:02:16.735Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:16 [2023-03-05T22:02:16.735Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-CorrectURLRes-web. 17:02:16 [2023-03-05T22:02:16.735Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-CorrectURLRes-web 17:02:16 [2023-03-05T22:02:16.735Z] [exec] Command deploy executed successfully. 17:02:16 [2023-03-05T22:02:16.735Z] 17:02:16 [2023-03-05T22:02:16.735Z] processResult: 17:02:16 [2023-03-05T22:02:16.735Z] 17:02:16 [2023-03-05T22:02:16.735Z] failed: 17:02:16 [2023-03-05T22:02:16.735Z] 17:02:16 [2023-03-05T22:02:16.735Z] passed: 17:02:16 [2023-03-05T22:02:16.735Z] [echo] Test CorrectURLRes Passed 17:02:16 [2023-03-05T22:02:16.735Z] 17:02:16 [2023-03-05T22:02:16.735Z] unknown: 17:02:16 [2023-03-05T22:02:16.735Z] 17:02:16 [2023-03-05T22:02:16.735Z] init.os: 17:02:16 [2023-03-05T22:02:16.735Z] 17:02:16 [2023-03-05T22:02:16.735Z] init.tools.unix: 17:02:16 [2023-03-05T22:02:16.735Z] 17:02:16 [2023-03-05T22:02:16.735Z] init.tools.windows: 17:02:16 [2023-03-05T22:02:16.735Z] 17:02:16 [2023-03-05T22:02:16.735Z] init.tools: 17:02:16 [2023-03-05T22:02:16.735Z] 17:02:16 [2023-03-05T22:02:16.735Z] setAsadminArgs: 17:02:16 [2023-03-05T22:02:16.735Z] 17:02:16 [2023-03-05T22:02:16.735Z] init: 17:02:16 [2023-03-05T22:02:16.735Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:16 [2023-03-05T22:02:16.735Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:16 [2023-03-05T22:02:16.735Z] [get] Not modified - so not downloaded 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] init.customtasks: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] prepare: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] undeploy.asadmin: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] setAsadminArgs: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] common.undeploy.asadmin: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] init.os: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] init.tools.unix: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] init.tools.windows: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] init.tools: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] setAsadminArgs: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] init: 17:02:16 [2023-03-05T22:02:16.991Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:16 [2023-03-05T22:02:16.991Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:16 [2023-03-05T22:02:16.991Z] [get] Not modified - so not downloaded 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] init.customtasks: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] delAppRef: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] init.os: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] init.tools.unix: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] init.tools.windows: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] init.tools: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] setAsadminArgs: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] init: 17:02:16 [2023-03-05T22:02:16.991Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:16 [2023-03-05T22:02:16.991Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:16 [2023-03-05T22:02:16.991Z] [get] Not modified - so not downloaded 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] init.customtasks: 17:02:16 [2023-03-05T22:02:16.991Z] 17:02:16 [2023-03-05T22:02:16.991Z] common.run.asadmin: 17:02:16 [2023-03-05T22:02:16.991Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-CorrectURLRes-web 17:02:17 [2023-03-05T22:02:17.247Z] [exec] Deprecated syntax, instead use: 17:02:17 [2023-03-05T22:02:17.247Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:17 [2023-03-05T22:02:17.247Z] [exec] Command undeploy executed successfully. 17:02:17 [2023-03-05T22:02:17.247Z] 17:02:17 [2023-03-05T22:02:17.247Z] undeploy.custom.resource: 17:02:17 [2023-03-05T22:02:17.247Z] 17:02:17 [2023-03-05T22:02:17.247Z] common.delete.customresource: 17:02:17 [2023-03-05T22:02:17.247Z] 17:02:17 [2023-03-05T22:02:17.247Z] init.os: 17:02:17 [2023-03-05T22:02:17.247Z] 17:02:17 [2023-03-05T22:02:17.247Z] init.tools.unix: 17:02:17 [2023-03-05T22:02:17.247Z] 17:02:17 [2023-03-05T22:02:17.247Z] init.tools.windows: 17:02:17 [2023-03-05T22:02:17.247Z] 17:02:17 [2023-03-05T22:02:17.247Z] init.tools: 17:02:17 [2023-03-05T22:02:17.247Z] 17:02:17 [2023-03-05T22:02:17.247Z] setAsadminArgs: 17:02:17 [2023-03-05T22:02:17.247Z] 17:02:17 [2023-03-05T22:02:17.247Z] init: 17:02:17 [2023-03-05T22:02:17.247Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:17 [2023-03-05T22:02:17.247Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:17 [2023-03-05T22:02:17.247Z] [get] Not modified - so not downloaded 17:02:17 [2023-03-05T22:02:17.247Z] 17:02:17 [2023-03-05T22:02:17.248Z] init.customtasks: 17:02:17 [2023-03-05T22:02:17.248Z] 17:02:17 [2023-03-05T22:02:17.248Z] common.run.asadmin: 17:02:17 [2023-03-05T22:02:17.248Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-custom-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 resource/myURL 17:02:17 [2023-03-05T22:02:17.523Z] [exec] Deprecated syntax, instead use: 17:02:17 [2023-03-05T22:02:17.524Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-custom-resource [options] ... 17:02:17 [2023-03-05T22:02:17.779Z] [exec] Custom resource resource/myURL deleted. 17:02:17 [2023-03-05T22:02:17.779Z] [exec] Command delete-custom-resource executed successfully. 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] private-all: 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] declare-test: 17:02:17 [2023-03-05T22:02:17.779Z] [echo] Starting test CorrectQueueRes ejb31/jndivalidation/resourceref/CorrectQueueRes Test asadmin deploy 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] init.os: 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] init.tools.unix: 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] init.tools.windows: 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] init.tools: 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] setAsadminArgs: 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] init: 17:02:17 [2023-03-05T22:02:17.779Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:17 [2023-03-05T22:02:17.779Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:17 [2023-03-05T22:02:17.779Z] [get] Not modified - so not downloaded 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] init.customtasks: 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] prepare: 17:02:17 [2023-03-05T22:02:17.779Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectQueueRes 17:02:17 [2023-03-05T22:02:17.779Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectQueueRes/archives 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] deploy.jms.queue: 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] setAsadminArgs: 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] common.create.jms.resource: 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] init.os: 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] init.tools.unix: 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] init.tools.windows: 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] init.tools: 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] setAsadminArgs: 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] init: 17:02:17 [2023-03-05T22:02:17.779Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:17 [2023-03-05T22:02:17.779Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:17 [2023-03-05T22:02:17.779Z] [get] Not modified - so not downloaded 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] init.customtasks: 17:02:17 [2023-03-05T22:02:17.779Z] 17:02:17 [2023-03-05T22:02:17.779Z] common.run.asadmin: 17:02:17 [2023-03-05T22:02:17.779Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-jmsdest --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --desttype queue deployment_jndivalidation_queue 17:02:18 [2023-03-05T22:02:18.036Z] [exec] Deprecated syntax, instead use: 17:02:18 [2023-03-05T22:02:18.036Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jmsdest [options] ... 17:02:18 [2023-03-05T22:02:18.036Z] [exec] JMS Desctination deployment_jndivalidation_queue created. 17:02:18 [2023-03-05T22:02:18.036Z] [exec] Command create-jmsdest executed successfully. 17:02:18 [2023-03-05T22:02:18.036Z] 17:02:18 [2023-03-05T22:02:18.036Z] init.os: 17:02:18 [2023-03-05T22:02:18.036Z] 17:02:18 [2023-03-05T22:02:18.036Z] init.tools.unix: 17:02:18 [2023-03-05T22:02:18.036Z] 17:02:18 [2023-03-05T22:02:18.036Z] init.tools.windows: 17:02:18 [2023-03-05T22:02:18.036Z] 17:02:18 [2023-03-05T22:02:18.036Z] init.tools: 17:02:18 [2023-03-05T22:02:18.036Z] 17:02:18 [2023-03-05T22:02:18.036Z] setAsadminArgs: 17:02:18 [2023-03-05T22:02:18.036Z] 17:02:18 [2023-03-05T22:02:18.036Z] init: 17:02:18 [2023-03-05T22:02:18.036Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:18 [2023-03-05T22:02:18.036Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:18 [2023-03-05T22:02:18.036Z] [get] Not modified - so not downloaded 17:02:18 [2023-03-05T22:02:18.036Z] 17:02:18 [2023-03-05T22:02:18.036Z] init.customtasks: 17:02:18 [2023-03-05T22:02:18.036Z] 17:02:18 [2023-03-05T22:02:18.036Z] common.run.asadmin: 17:02:18 [2023-03-05T22:02:18.036Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --restype jakarta.jms.Queue --property imqDestinationName=deployment_jndivalidation_queue jms/deployment_jndivalidation_queue 17:02:18 [2023-03-05T22:02:18.293Z] [exec] Deprecated syntax, instead use: 17:02:18 [2023-03-05T22:02:18.293Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jms-resource [options] ... 17:02:18 [2023-03-05T22:02:18.293Z] [exec] Administered object jms/deployment_jndivalidation_queue created. 17:02:18 [2023-03-05T22:02:18.293Z] [exec] Command create-jms-resource executed successfully. 17:02:18 [2023-03-05T22:02:18.293Z] 17:02:18 [2023-03-05T22:02:18.293Z] init.os: 17:02:18 [2023-03-05T22:02:18.293Z] 17:02:18 [2023-03-05T22:02:18.293Z] init.tools.unix: 17:02:18 [2023-03-05T22:02:18.293Z] 17:02:18 [2023-03-05T22:02:18.293Z] init.tools.windows: 17:02:18 [2023-03-05T22:02:18.293Z] 17:02:18 [2023-03-05T22:02:18.293Z] init.tools: 17:02:18 [2023-03-05T22:02:18.293Z] 17:02:18 [2023-03-05T22:02:18.293Z] setAsadminArgs: 17:02:18 [2023-03-05T22:02:18.293Z] 17:02:18 [2023-03-05T22:02:18.293Z] init: 17:02:18 [2023-03-05T22:02:18.293Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:18 [2023-03-05T22:02:18.293Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:18 [2023-03-05T22:02:18.293Z] [get] Not modified - so not downloaded 17:02:18 [2023-03-05T22:02:18.293Z] 17:02:18 [2023-03-05T22:02:18.293Z] init.customtasks: 17:02:18 [2023-03-05T22:02:18.293Z] 17:02:18 [2023-03-05T22:02:18.293Z] prepare: 17:02:18 [2023-03-05T22:02:18.293Z] 17:02:18 [2023-03-05T22:02:18.293Z] compile: 17:02:18 [2023-03-05T22:02:18.293Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectQueueRes/build.xml:39: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:18 [2023-03-05T22:02:18.293Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectQueueRes 17:02:18 [2023-03-05T22:02:18.551Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:18 [2023-03-05T22:02:18.551Z] [javac] 1 warning 17:02:18 [2023-03-05T22:02:18.551Z] 17:02:18 [2023-03-05T22:02:18.551Z] assemble: 17:02:18 [2023-03-05T22:02:18.551Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectQueueRes/archives/deployment-ejb31-jndivalidation-resourceref-CorrectQueueRes-ejb.jar 17:02:18 [2023-03-05T22:02:18.551Z] 17:02:18 [2023-03-05T22:02:18.551Z] deploy.asadmin: 17:02:18 [2023-03-05T22:02:18.551Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectQueueRes/archives --name deployment-ejb31-jndivalidation-resourceref-CorrectQueueRes-ejb --contextroot deployment-ejb31-jndivalidation-resourceref-CorrectQueueRes /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectQueueRes/archives/deployment-ejb31-jndivalidation-resourceref-CorrectQueueRes-ejb.jar 17:02:18 [2023-03-05T22:02:18.819Z] [exec] Deprecated syntax, instead use: 17:02:18 [2023-03-05T22:02:18.819Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:19 [2023-03-05T22:02:19.076Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-CorrectQueueRes-ejb. 17:02:19 [2023-03-05T22:02:19.076Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-CorrectQueueRes-ejb 17:02:19 [2023-03-05T22:02:19.076Z] [exec] Command deploy executed successfully. 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] processResult: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] failed: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] passed: 17:02:19 [2023-03-05T22:02:19.076Z] [echo] Test CorrectQueueRes Passed 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] unknown: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] init.os: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] init.tools.unix: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] init.tools.windows: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] init.tools: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] setAsadminArgs: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] init: 17:02:19 [2023-03-05T22:02:19.076Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:19 [2023-03-05T22:02:19.076Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:19 [2023-03-05T22:02:19.076Z] [get] Not modified - so not downloaded 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] init.customtasks: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] prepare: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] undeploy.asadmin: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] setAsadminArgs: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] common.undeploy.asadmin: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] init.os: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] init.tools.unix: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] init.tools.windows: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] init.tools: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] setAsadminArgs: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] init: 17:02:19 [2023-03-05T22:02:19.076Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:19 [2023-03-05T22:02:19.076Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:19 [2023-03-05T22:02:19.076Z] [get] Not modified - so not downloaded 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] init.customtasks: 17:02:19 [2023-03-05T22:02:19.076Z] 17:02:19 [2023-03-05T22:02:19.076Z] delAppRef: 17:02:19 [2023-03-05T22:02:19.077Z] 17:02:19 [2023-03-05T22:02:19.077Z] init.os: 17:02:19 [2023-03-05T22:02:19.077Z] 17:02:19 [2023-03-05T22:02:19.077Z] init.tools.unix: 17:02:19 [2023-03-05T22:02:19.077Z] 17:02:19 [2023-03-05T22:02:19.077Z] init.tools.windows: 17:02:19 [2023-03-05T22:02:19.077Z] 17:02:19 [2023-03-05T22:02:19.077Z] init.tools: 17:02:19 [2023-03-05T22:02:19.077Z] 17:02:19 [2023-03-05T22:02:19.077Z] setAsadminArgs: 17:02:19 [2023-03-05T22:02:19.077Z] 17:02:19 [2023-03-05T22:02:19.077Z] init: 17:02:19 [2023-03-05T22:02:19.077Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:19 [2023-03-05T22:02:19.077Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:19 [2023-03-05T22:02:19.077Z] [get] Not modified - so not downloaded 17:02:19 [2023-03-05T22:02:19.077Z] 17:02:19 [2023-03-05T22:02:19.077Z] init.customtasks: 17:02:19 [2023-03-05T22:02:19.077Z] 17:02:19 [2023-03-05T22:02:19.077Z] common.run.asadmin: 17:02:19 [2023-03-05T22:02:19.077Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-CorrectQueueRes-ejb 17:02:19 [2023-03-05T22:02:19.333Z] [exec] Deprecated syntax, instead use: 17:02:19 [2023-03-05T22:02:19.333Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:19 [2023-03-05T22:02:19.333Z] [exec] Command undeploy executed successfully. 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] init.os: 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] init.tools.unix: 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] init.tools.windows: 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] init.tools: 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] setAsadminArgs: 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] init: 17:02:19 [2023-03-05T22:02:19.333Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:19 [2023-03-05T22:02:19.333Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:19 [2023-03-05T22:02:19.333Z] [get] Not modified - so not downloaded 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] init.customtasks: 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] prepare: 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] undeploy.jms.queue: 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] setAsadminArgs: 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] common.delete.jms.resource: 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] init.os: 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] init.tools.unix: 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] init.tools.windows: 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] init.tools: 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] setAsadminArgs: 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] init: 17:02:19 [2023-03-05T22:02:19.333Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:19 [2023-03-05T22:02:19.333Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:19 [2023-03-05T22:02:19.333Z] [get] Not modified - so not downloaded 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] init.customtasks: 17:02:19 [2023-03-05T22:02:19.333Z] 17:02:19 [2023-03-05T22:02:19.333Z] common.run.asadmin: 17:02:19 [2023-03-05T22:02:19.333Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 jms/deployment_jndivalidation_queue 17:02:19 [2023-03-05T22:02:19.917Z] [exec] Deprecated syntax, instead use: 17:02:19 [2023-03-05T22:02:19.917Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jms-resource [options] ... 17:02:19 [2023-03-05T22:02:19.917Z] [exec] Administered object jms/deployment_jndivalidation_queue deleted. 17:02:19 [2023-03-05T22:02:19.917Z] [exec] Command delete-jms-resource executed successfully. 17:02:19 [2023-03-05T22:02:19.917Z] 17:02:19 [2023-03-05T22:02:19.917Z] init.os: 17:02:19 [2023-03-05T22:02:19.917Z] 17:02:19 [2023-03-05T22:02:19.917Z] init.tools.unix: 17:02:19 [2023-03-05T22:02:19.917Z] 17:02:19 [2023-03-05T22:02:19.917Z] init.tools.windows: 17:02:19 [2023-03-05T22:02:19.917Z] 17:02:19 [2023-03-05T22:02:19.917Z] init.tools: 17:02:19 [2023-03-05T22:02:19.917Z] 17:02:19 [2023-03-05T22:02:19.917Z] setAsadminArgs: 17:02:19 [2023-03-05T22:02:19.917Z] 17:02:19 [2023-03-05T22:02:19.917Z] init: 17:02:19 [2023-03-05T22:02:19.917Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:19 [2023-03-05T22:02:19.917Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:19 [2023-03-05T22:02:19.917Z] [get] Not modified - so not downloaded 17:02:19 [2023-03-05T22:02:19.917Z] 17:02:19 [2023-03-05T22:02:19.917Z] init.customtasks: 17:02:19 [2023-03-05T22:02:19.917Z] 17:02:19 [2023-03-05T22:02:19.917Z] common.run.asadmin: 17:02:19 [2023-03-05T22:02:19.917Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-jmsdest --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --desttype queue deployment_jndivalidation_queue 17:02:19 [2023-03-05T22:02:19.917Z] [exec] Deprecated syntax, instead use: 17:02:19 [2023-03-05T22:02:19.917Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jmsdest [options] ... 17:02:20 [2023-03-05T22:02:20.172Z] [exec] Command delete-jmsdest executed successfully. 17:02:20 [2023-03-05T22:02:20.172Z] 17:02:20 [2023-03-05T22:02:20.172Z] private-all: 17:02:20 [2023-03-05T22:02:20.172Z] 17:02:20 [2023-03-05T22:02:20.172Z] declare-test: 17:02:20 [2023-03-05T22:02:20.172Z] [echo] Starting test CorrectEnvProps ejb31/jndivalidation/resourceref/CorrectEnvProps Test asadmin deploy 17:02:20 [2023-03-05T22:02:20.172Z] 17:02:20 [2023-03-05T22:02:20.172Z] init.os: 17:02:20 [2023-03-05T22:02:20.172Z] 17:02:20 [2023-03-05T22:02:20.172Z] init.tools.unix: 17:02:20 [2023-03-05T22:02:20.172Z] 17:02:20 [2023-03-05T22:02:20.172Z] init.tools.windows: 17:02:20 [2023-03-05T22:02:20.172Z] 17:02:20 [2023-03-05T22:02:20.172Z] init.tools: 17:02:20 [2023-03-05T22:02:20.172Z] 17:02:20 [2023-03-05T22:02:20.172Z] setAsadminArgs: 17:02:20 [2023-03-05T22:02:20.172Z] 17:02:20 [2023-03-05T22:02:20.172Z] init: 17:02:20 [2023-03-05T22:02:20.172Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:20 [2023-03-05T22:02:20.172Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:20 [2023-03-05T22:02:20.172Z] [get] Not modified - so not downloaded 17:02:20 [2023-03-05T22:02:20.172Z] 17:02:20 [2023-03-05T22:02:20.172Z] init.customtasks: 17:02:20 [2023-03-05T22:02:20.172Z] 17:02:20 [2023-03-05T22:02:20.172Z] prepare: 17:02:20 [2023-03-05T22:02:20.173Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps 17:02:20 [2023-03-05T22:02:20.173Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps/archives 17:02:20 [2023-03-05T22:02:20.173Z] 17:02:20 [2023-03-05T22:02:20.173Z] compile: 17:02:20 [2023-03-05T22:02:20.173Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectEnvProps/build.xml:41: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:20 [2023-03-05T22:02:20.173Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps 17:02:20 [2023-03-05T22:02:20.429Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:20 [2023-03-05T22:02:20.429Z] [javac] 1 warning 17:02:20 [2023-03-05T22:02:20.429Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectEnvProps/build.xml:44: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:20 [2023-03-05T22:02:20.429Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps 17:02:20 [2023-03-05T22:02:20.429Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:20 [2023-03-05T22:02:20.429Z] [javac] 1 warning 17:02:20 [2023-03-05T22:02:20.429Z] 17:02:20 [2023-03-05T22:02:20.429Z] assemble: 17:02:20 [2023-03-05T22:02:20.429Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps/archives/deployment-ejb31-jndivalidation-resourceref-CorrectEnvProps-web.war 17:02:20 [2023-03-05T22:02:20.429Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps/archives/deployment-ejb31-jndivalidation-resourceref-CorrectEnvProps-ejb.jar 17:02:20 [2023-03-05T22:02:20.429Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps/archives/deployment-ejb31-jndivalidation-resourceref-CorrectEnvPropsApp.ear 17:02:20 [2023-03-05T22:02:20.429Z] [ear] Warning: selected ear files include a META-INF/application.xml which will be ignored (please use appxml attribute to ear task) 17:02:20 [2023-03-05T22:02:20.429Z] 17:02:20 [2023-03-05T22:02:20.429Z] deploy.asadmin: 17:02:20 [2023-03-05T22:02:20.429Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps/archives --name deployment-ejb31-jndivalidation-resourceref-CorrectEnvProps-app /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps/archives/deployment-ejb31-jndivalidation-resourceref-CorrectEnvPropsApp.ear 17:02:21 [2023-03-05T22:02:21.000Z] [exec] Deprecated syntax, instead use: 17:02:21 [2023-03-05T22:02:21.000Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:21 [2023-03-05T22:02:21.000Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-CorrectEnvProps-app. 17:02:21 [2023-03-05T22:02:21.000Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-CorrectEnvProps-app 17:02:21 [2023-03-05T22:02:21.000Z] [exec] Command deploy executed successfully. 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] processResult: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] failed: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] passed: 17:02:21 [2023-03-05T22:02:21.000Z] [echo] Test CorrectEnvProps Passed 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] unknown: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init.os: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init.tools.unix: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init.tools.windows: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init.tools: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] setAsadminArgs: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init: 17:02:21 [2023-03-05T22:02:21.000Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:21 [2023-03-05T22:02:21.000Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:21 [2023-03-05T22:02:21.000Z] [get] Not modified - so not downloaded 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init.customtasks: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] prepare: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] undeploy.asadmin: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] setAsadminArgs: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] common.undeploy.asadmin: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init.os: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init.tools.unix: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init.tools.windows: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init.tools: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] setAsadminArgs: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init: 17:02:21 [2023-03-05T22:02:21.000Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:21 [2023-03-05T22:02:21.000Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:21 [2023-03-05T22:02:21.000Z] [get] Not modified - so not downloaded 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init.customtasks: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] delAppRef: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init.os: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init.tools.unix: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init.tools.windows: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init.tools: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] setAsadminArgs: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init: 17:02:21 [2023-03-05T22:02:21.000Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:21 [2023-03-05T22:02:21.000Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:21 [2023-03-05T22:02:21.000Z] [get] Not modified - so not downloaded 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] init.customtasks: 17:02:21 [2023-03-05T22:02:21.000Z] 17:02:21 [2023-03-05T22:02:21.000Z] common.run.asadmin: 17:02:21 [2023-03-05T22:02:21.000Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-CorrectEnvProps-app 17:02:21 [2023-03-05T22:02:21.318Z] [exec] Deprecated syntax, instead use: 17:02:21 [2023-03-05T22:02:21.318Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:21 [2023-03-05T22:02:21.574Z] [exec] Command undeploy executed successfully. 17:02:21 [2023-03-05T22:02:21.574Z] 17:02:21 [2023-03-05T22:02:21.574Z] private-all: 17:02:21 [2023-03-05T22:02:21.574Z] 17:02:21 [2023-03-05T22:02:21.574Z] declare-test: 17:02:21 [2023-03-05T22:02:21.574Z] [echo] Starting test CorrectManagedBean ejb31/jndivalidation/resourceref/CorrectManagedBean Test asadmin deploy 17:02:21 [2023-03-05T22:02:21.574Z] 17:02:21 [2023-03-05T22:02:21.574Z] init.os: 17:02:21 [2023-03-05T22:02:21.574Z] 17:02:21 [2023-03-05T22:02:21.574Z] init.tools.unix: 17:02:21 [2023-03-05T22:02:21.574Z] 17:02:21 [2023-03-05T22:02:21.574Z] init.tools.windows: 17:02:21 [2023-03-05T22:02:21.574Z] 17:02:21 [2023-03-05T22:02:21.574Z] init.tools: 17:02:21 [2023-03-05T22:02:21.574Z] 17:02:21 [2023-03-05T22:02:21.574Z] setAsadminArgs: 17:02:21 [2023-03-05T22:02:21.574Z] 17:02:21 [2023-03-05T22:02:21.574Z] init: 17:02:21 [2023-03-05T22:02:21.574Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:21 [2023-03-05T22:02:21.574Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:21 [2023-03-05T22:02:21.574Z] [get] Not modified - so not downloaded 17:02:21 [2023-03-05T22:02:21.574Z] 17:02:21 [2023-03-05T22:02:21.574Z] init.customtasks: 17:02:21 [2023-03-05T22:02:21.574Z] 17:02:21 [2023-03-05T22:02:21.574Z] prepare: 17:02:21 [2023-03-05T22:02:21.574Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectManagedBean 17:02:21 [2023-03-05T22:02:21.574Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/archives 17:02:21 [2023-03-05T22:02:21.574Z] 17:02:21 [2023-03-05T22:02:21.574Z] compile: 17:02:21 [2023-03-05T22:02:21.574Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/build.xml:39: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:21 [2023-03-05T22:02:21.574Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectManagedBean 17:02:21 [2023-03-05T22:02:21.831Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:21 [2023-03-05T22:02:21.831Z] [javac] Note: Some input files use or override a deprecated API. 17:02:21 [2023-03-05T22:02:21.831Z] [javac] Note: Recompile with -Xlint:deprecation for details. 17:02:21 [2023-03-05T22:02:21.831Z] [javac] 1 warning 17:02:21 [2023-03-05T22:02:21.831Z] 17:02:21 [2023-03-05T22:02:21.831Z] assemble: 17:02:21 [2023-03-05T22:02:21.831Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/archives/deployment-ejb31-jndivalidation-resourceref-CorrectManagedBean-web.war 17:02:21 [2023-03-05T22:02:21.831Z] 17:02:21 [2023-03-05T22:02:21.831Z] deploy.asadmin: 17:02:21 [2023-03-05T22:02:21.831Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/archives --name deployment-ejb31-jndivalidation-resourceref-CorrectManagedBean-web --contextroot deployment-ejb31-jndivalidation-resourceref-CorrectManagedBean /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/archives/deployment-ejb31-jndivalidation-resourceref-CorrectManagedBean-web.war 17:02:22 [2023-03-05T22:02:22.087Z] [exec] Deprecated syntax, instead use: 17:02:22 [2023-03-05T22:02:22.087Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:22 [2023-03-05T22:02:22.087Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-CorrectManagedBean-web. 17:02:22 [2023-03-05T22:02:22.087Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-CorrectManagedBean-web 17:02:22 [2023-03-05T22:02:22.087Z] [exec] Command deploy executed successfully. 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] processResult: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] failed: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] passed: 17:02:22 [2023-03-05T22:02:22.087Z] [echo] Test CorrectManagedBean Passed 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] unknown: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init.os: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init.tools.unix: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init.tools.windows: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init.tools: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] setAsadminArgs: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init: 17:02:22 [2023-03-05T22:02:22.087Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:22 [2023-03-05T22:02:22.087Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:22 [2023-03-05T22:02:22.087Z] [get] Not modified - so not downloaded 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init.customtasks: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] prepare: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] undeploy.asadmin: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] setAsadminArgs: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] common.undeploy.asadmin: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init.os: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init.tools.unix: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init.tools.windows: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init.tools: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] setAsadminArgs: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init: 17:02:22 [2023-03-05T22:02:22.087Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:22 [2023-03-05T22:02:22.087Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:22 [2023-03-05T22:02:22.087Z] [get] Not modified - so not downloaded 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init.customtasks: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] delAppRef: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init.os: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init.tools.unix: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init.tools.windows: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init.tools: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] setAsadminArgs: 17:02:22 [2023-03-05T22:02:22.087Z] 17:02:22 [2023-03-05T22:02:22.087Z] init: 17:02:22 [2023-03-05T22:02:22.087Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:22 [2023-03-05T22:02:22.087Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:22 [2023-03-05T22:02:22.344Z] [get] Not modified - so not downloaded 17:02:22 [2023-03-05T22:02:22.344Z] 17:02:22 [2023-03-05T22:02:22.344Z] init.customtasks: 17:02:22 [2023-03-05T22:02:22.344Z] 17:02:22 [2023-03-05T22:02:22.344Z] common.run.asadmin: 17:02:22 [2023-03-05T22:02:22.344Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-CorrectManagedBean-web 17:02:22 [2023-03-05T22:02:22.599Z] [exec] Deprecated syntax, instead use: 17:02:22 [2023-03-05T22:02:22.599Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:22 [2023-03-05T22:02:22.599Z] [exec] Command undeploy executed successfully. 17:02:22 [2023-03-05T22:02:22.599Z] 17:02:22 [2023-03-05T22:02:22.599Z] private-all: 17:02:22 [2023-03-05T22:02:22.599Z] 17:02:22 [2023-03-05T22:02:22.599Z] declare-test: 17:02:22 [2023-03-05T22:02:22.599Z] [echo] Starting test DefaultResources ejb31/jndivalidation/resourceref/DefaultResources Test asadmin deploy 17:02:22 [2023-03-05T22:02:22.599Z] 17:02:22 [2023-03-05T22:02:22.599Z] init.os: 17:02:22 [2023-03-05T22:02:22.599Z] 17:02:22 [2023-03-05T22:02:22.599Z] init.tools.unix: 17:02:22 [2023-03-05T22:02:22.599Z] 17:02:22 [2023-03-05T22:02:22.599Z] init.tools.windows: 17:02:22 [2023-03-05T22:02:22.599Z] 17:02:22 [2023-03-05T22:02:22.599Z] init.tools: 17:02:22 [2023-03-05T22:02:22.599Z] 17:02:22 [2023-03-05T22:02:22.599Z] setAsadminArgs: 17:02:22 [2023-03-05T22:02:22.599Z] 17:02:22 [2023-03-05T22:02:22.599Z] init: 17:02:22 [2023-03-05T22:02:22.599Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:22 [2023-03-05T22:02:22.599Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:22 [2023-03-05T22:02:22.599Z] [get] Not modified - so not downloaded 17:02:22 [2023-03-05T22:02:22.599Z] 17:02:22 [2023-03-05T22:02:22.600Z] init.customtasks: 17:02:22 [2023-03-05T22:02:22.600Z] 17:02:22 [2023-03-05T22:02:22.600Z] prepare: 17:02:22 [2023-03-05T22:02:22.600Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/DefaultResources 17:02:22 [2023-03-05T22:02:22.600Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/DefaultResources/archives 17:02:22 [2023-03-05T22:02:22.600Z] 17:02:22 [2023-03-05T22:02:22.600Z] compile: 17:02:22 [2023-03-05T22:02:22.600Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/DefaultResources/build.xml:39: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:22 [2023-03-05T22:02:22.600Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/DefaultResources 17:02:22 [2023-03-05T22:02:22.855Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:22 [2023-03-05T22:02:22.855Z] [javac] 1 warning 17:02:22 [2023-03-05T22:02:22.855Z] 17:02:22 [2023-03-05T22:02:22.855Z] assemble: 17:02:22 [2023-03-05T22:02:22.855Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/DefaultResources/archives/deployment-ejb31-jndivalidation-resourceref-DefaultResources-web.war 17:02:22 [2023-03-05T22:02:22.855Z] 17:02:22 [2023-03-05T22:02:22.855Z] deploy.asadmin: 17:02:22 [2023-03-05T22:02:22.855Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/DefaultResources/archives --name deployment-ejb31-jndivalidation-resourceref-DefaultResources-web --contextroot deployment-ejb31-jndivalidation-resourceref-DefaultResources /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/DefaultResources/archives/deployment-ejb31-jndivalidation-resourceref-DefaultResources-web.war 17:02:23 [2023-03-05T22:02:23.118Z] [exec] Deprecated syntax, instead use: 17:02:23 [2023-03-05T22:02:23.119Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:23 [2023-03-05T22:02:23.375Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-DefaultResources-web. 17:02:23 [2023-03-05T22:02:23.375Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-DefaultResources-web 17:02:23 [2023-03-05T22:02:23.375Z] [exec] Command deploy executed successfully. 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] processResult: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] failed: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] passed: 17:02:23 [2023-03-05T22:02:23.375Z] [echo] Test DefaultResources Passed 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] unknown: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init.os: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init.tools.unix: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init.tools.windows: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init.tools: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] setAsadminArgs: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init: 17:02:23 [2023-03-05T22:02:23.375Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:23 [2023-03-05T22:02:23.375Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:23 [2023-03-05T22:02:23.375Z] [get] Not modified - so not downloaded 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init.customtasks: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] prepare: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] undeploy.asadmin: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] setAsadminArgs: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] common.undeploy.asadmin: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init.os: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init.tools.unix: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init.tools.windows: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init.tools: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] setAsadminArgs: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init: 17:02:23 [2023-03-05T22:02:23.375Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:23 [2023-03-05T22:02:23.375Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:23 [2023-03-05T22:02:23.375Z] [get] Not modified - so not downloaded 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init.customtasks: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] delAppRef: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init.os: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init.tools.unix: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init.tools.windows: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init.tools: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] setAsadminArgs: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init: 17:02:23 [2023-03-05T22:02:23.375Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:23 [2023-03-05T22:02:23.375Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:23 [2023-03-05T22:02:23.375Z] [get] Not modified - so not downloaded 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] init.customtasks: 17:02:23 [2023-03-05T22:02:23.375Z] 17:02:23 [2023-03-05T22:02:23.375Z] common.run.asadmin: 17:02:23 [2023-03-05T22:02:23.375Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-DefaultResources-web 17:02:23 [2023-03-05T22:02:23.631Z] [exec] Deprecated syntax, instead use: 17:02:23 [2023-03-05T22:02:23.631Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:23 [2023-03-05T22:02:23.631Z] [exec] Command undeploy executed successfully. 17:02:23 [2023-03-05T22:02:23.631Z] 17:02:23 [2023-03-05T22:02:23.631Z] private-all: 17:02:23 [2023-03-05T22:02:23.631Z] 17:02:23 [2023-03-05T22:02:23.631Z] declare-test: 17:02:23 [2023-03-05T22:02:23.631Z] [echo] Starting test JDBCResInAnotherApp ejb31/jndivalidation/resourceref/CorrectJDBCResource Test asadmin deploy 17:02:23 [2023-03-05T22:02:23.631Z] 17:02:23 [2023-03-05T22:02:23.631Z] init.os: 17:02:23 [2023-03-05T22:02:23.631Z] 17:02:23 [2023-03-05T22:02:23.631Z] init.tools.unix: 17:02:23 [2023-03-05T22:02:23.631Z] 17:02:23 [2023-03-05T22:02:23.631Z] init.tools.windows: 17:02:23 [2023-03-05T22:02:23.631Z] 17:02:23 [2023-03-05T22:02:23.631Z] init.tools: 17:02:23 [2023-03-05T22:02:23.631Z] 17:02:23 [2023-03-05T22:02:23.631Z] setAsadminArgs: 17:02:23 [2023-03-05T22:02:23.631Z] 17:02:23 [2023-03-05T22:02:23.631Z] init: 17:02:23 [2023-03-05T22:02:23.631Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:23 [2023-03-05T22:02:23.631Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:23 [2023-03-05T22:02:23.631Z] [get] Not modified - so not downloaded 17:02:23 [2023-03-05T22:02:23.631Z] 17:02:23 [2023-03-05T22:02:23.631Z] init.customtasks: 17:02:23 [2023-03-05T22:02:23.631Z] 17:02:23 [2023-03-05T22:02:23.631Z] prepare: 17:02:23 [2023-03-05T22:02:23.631Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/app1 17:02:23 [2023-03-05T22:02:23.631Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/app2 17:02:23 [2023-03-05T22:02:23.631Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/archives 17:02:23 [2023-03-05T22:02:23.631Z] 17:02:23 [2023-03-05T22:02:23.631Z] compile-app1: 17:02:23 [2023-03-05T22:02:23.631Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/build.xml:40: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:23 [2023-03-05T22:02:23.631Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/app1 17:02:23 [2023-03-05T22:02:23.887Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:23 [2023-03-05T22:02:23.887Z] [javac] 1 warning 17:02:23 [2023-03-05T22:02:23.887Z] 17:02:23 [2023-03-05T22:02:23.887Z] assemble-app1: 17:02:23 [2023-03-05T22:02:23.887Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/archives/deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app1-web.war 17:02:23 [2023-03-05T22:02:23.887Z] 17:02:23 [2023-03-05T22:02:23.887Z] deploy-app1: 17:02:23 [2023-03-05T22:02:23.887Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/archives --name deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app1-web /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/archives/deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app1-web.war 17:02:24 [2023-03-05T22:02:24.143Z] [exec] Deprecated syntax, instead use: 17:02:24 [2023-03-05T22:02:24.143Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:24 [2023-03-05T22:02:24.399Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app1-web. 17:02:24 [2023-03-05T22:02:24.399Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app1-web 17:02:24 [2023-03-05T22:02:24.399Z] [exec] Command deploy executed successfully. 17:02:24 [2023-03-05T22:02:24.399Z] 17:02:24 [2023-03-05T22:02:24.399Z] init.os: 17:02:24 [2023-03-05T22:02:24.399Z] 17:02:24 [2023-03-05T22:02:24.399Z] init.tools.unix: 17:02:24 [2023-03-05T22:02:24.399Z] 17:02:24 [2023-03-05T22:02:24.399Z] init.tools.windows: 17:02:24 [2023-03-05T22:02:24.399Z] 17:02:24 [2023-03-05T22:02:24.399Z] init.tools: 17:02:24 [2023-03-05T22:02:24.399Z] 17:02:24 [2023-03-05T22:02:24.399Z] setAsadminArgs: 17:02:24 [2023-03-05T22:02:24.399Z] 17:02:24 [2023-03-05T22:02:24.399Z] init: 17:02:24 [2023-03-05T22:02:24.399Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:24 [2023-03-05T22:02:24.399Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:24 [2023-03-05T22:02:24.399Z] [get] Not modified - so not downloaded 17:02:24 [2023-03-05T22:02:24.399Z] 17:02:24 [2023-03-05T22:02:24.399Z] init.customtasks: 17:02:24 [2023-03-05T22:02:24.399Z] 17:02:24 [2023-03-05T22:02:24.399Z] prepare: 17:02:24 [2023-03-05T22:02:24.399Z] 17:02:24 [2023-03-05T22:02:24.399Z] compile-app2: 17:02:24 [2023-03-05T22:02:24.399Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/build.xml:46: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:24 [2023-03-05T22:02:24.399Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/app2 17:02:24 [2023-03-05T22:02:24.399Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:24 [2023-03-05T22:02:24.399Z] [javac] 1 warning 17:02:24 [2023-03-05T22:02:24.668Z] 17:02:24 [2023-03-05T22:02:24.668Z] assemble-app2: 17:02:24 [2023-03-05T22:02:24.668Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/archives/deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app2-web.war 17:02:24 [2023-03-05T22:02:24.668Z] 17:02:24 [2023-03-05T22:02:24.668Z] deploy-app2: 17:02:24 [2023-03-05T22:02:24.668Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/archives --name deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app2-web /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/archives/deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app2-web.war 17:02:24 [2023-03-05T22:02:24.668Z] [exec] Deprecated syntax, instead use: 17:02:24 [2023-03-05T22:02:24.668Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:24 [2023-03-05T22:02:24.925Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app2-web. 17:02:24 [2023-03-05T22:02:24.925Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app2-web 17:02:24 [2023-03-05T22:02:24.925Z] [exec] Command deploy executed successfully. 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] processResult: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] failed: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] passed: 17:02:24 [2023-03-05T22:02:24.925Z] [echo] Test JDBCResInAnotherApp Passed 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] unknown: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init.os: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init.tools.unix: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init.tools.windows: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init.tools: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] setAsadminArgs: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init: 17:02:24 [2023-03-05T22:02:24.925Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:24 [2023-03-05T22:02:24.925Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:24 [2023-03-05T22:02:24.925Z] [get] Not modified - so not downloaded 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init.customtasks: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] prepare: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] undeploy.asadmin: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] setAsadminArgs: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] common.undeploy.asadmin: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init.os: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init.tools.unix: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init.tools.windows: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init.tools: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] setAsadminArgs: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init: 17:02:24 [2023-03-05T22:02:24.925Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:24 [2023-03-05T22:02:24.925Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:24 [2023-03-05T22:02:24.925Z] [get] Not modified - so not downloaded 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init.customtasks: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] delAppRef: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init.os: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init.tools.unix: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init.tools.windows: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init.tools: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] setAsadminArgs: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init: 17:02:24 [2023-03-05T22:02:24.925Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:24 [2023-03-05T22:02:24.925Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:24 [2023-03-05T22:02:24.925Z] [get] Not modified - so not downloaded 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] init.customtasks: 17:02:24 [2023-03-05T22:02:24.925Z] 17:02:24 [2023-03-05T22:02:24.925Z] common.run.asadmin: 17:02:24 [2023-03-05T22:02:24.925Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app1-web 17:02:25 [2023-03-05T22:02:25.182Z] [exec] Deprecated syntax, instead use: 17:02:25 [2023-03-05T22:02:25.182Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:25 [2023-03-05T22:02:25.182Z] [exec] Command undeploy executed successfully. 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] setAsadminArgs: 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] common.undeploy.asadmin: 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] init.os: 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] init.tools.unix: 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] init.tools.windows: 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] init.tools: 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] setAsadminArgs: 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] init: 17:02:25 [2023-03-05T22:02:25.182Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:25 [2023-03-05T22:02:25.182Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:25 [2023-03-05T22:02:25.182Z] [get] Not modified - so not downloaded 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] init.customtasks: 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] delAppRef: 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] init.os: 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] init.tools.unix: 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] init.tools.windows: 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] init.tools: 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] setAsadminArgs: 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] init: 17:02:25 [2023-03-05T22:02:25.182Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:25 [2023-03-05T22:02:25.182Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:25 [2023-03-05T22:02:25.182Z] [get] Not modified - so not downloaded 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] init.customtasks: 17:02:25 [2023-03-05T22:02:25.182Z] 17:02:25 [2023-03-05T22:02:25.182Z] common.run.asadmin: 17:02:25 [2023-03-05T22:02:25.182Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app2-web 17:02:25 [2023-03-05T22:02:25.744Z] [exec] Deprecated syntax, instead use: 17:02:25 [2023-03-05T22:02:25.744Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:25 [2023-03-05T22:02:25.744Z] [exec] Command undeploy executed successfully. 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] private-all: 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] declare-test: 17:02:25 [2023-03-05T22:02:25.744Z] [echo] Starting test ResInSameApp ejb31/jndivalidation/resourceref/ResInSameApp Test asadmin deploy 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] init.os: 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] init.tools.unix: 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] init.tools.windows: 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] init.tools: 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] setAsadminArgs: 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] init: 17:02:25 [2023-03-05T22:02:25.744Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:25 [2023-03-05T22:02:25.744Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:25 [2023-03-05T22:02:25.744Z] [get] Not modified - so not downloaded 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] init.customtasks: 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] prepare: 17:02:25 [2023-03-05T22:02:25.744Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/ResinSameApp 17:02:25 [2023-03-05T22:02:25.744Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/ResinSameApp/archives 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] deploy.jms.queue: 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] setAsadminArgs: 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] common.create.jms.resource: 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] init.os: 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] init.tools.unix: 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] init.tools.windows: 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] init.tools: 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] setAsadminArgs: 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] init: 17:02:25 [2023-03-05T22:02:25.744Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:25 [2023-03-05T22:02:25.744Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:25 [2023-03-05T22:02:25.744Z] [get] Not modified - so not downloaded 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] init.customtasks: 17:02:25 [2023-03-05T22:02:25.744Z] 17:02:25 [2023-03-05T22:02:25.744Z] common.run.asadmin: 17:02:25 [2023-03-05T22:02:25.744Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-jmsdest --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --desttype queue deployment_jndivalidation_queue 17:02:26 [2023-03-05T22:02:26.000Z] [exec] Deprecated syntax, instead use: 17:02:26 [2023-03-05T22:02:26.000Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jmsdest [options] ... 17:02:26 [2023-03-05T22:02:26.000Z] [exec] JMS Desctination deployment_jndivalidation_queue created. 17:02:26 [2023-03-05T22:02:26.000Z] [exec] Command create-jmsdest executed successfully. 17:02:26 [2023-03-05T22:02:26.000Z] 17:02:26 [2023-03-05T22:02:26.000Z] init.os: 17:02:26 [2023-03-05T22:02:26.000Z] 17:02:26 [2023-03-05T22:02:26.000Z] init.tools.unix: 17:02:26 [2023-03-05T22:02:26.000Z] 17:02:26 [2023-03-05T22:02:26.000Z] init.tools.windows: 17:02:26 [2023-03-05T22:02:26.000Z] 17:02:26 [2023-03-05T22:02:26.000Z] init.tools: 17:02:26 [2023-03-05T22:02:26.000Z] 17:02:26 [2023-03-05T22:02:26.000Z] setAsadminArgs: 17:02:26 [2023-03-05T22:02:26.000Z] 17:02:26 [2023-03-05T22:02:26.000Z] init: 17:02:26 [2023-03-05T22:02:26.000Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:26 [2023-03-05T22:02:26.000Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:26 [2023-03-05T22:02:26.000Z] [get] Not modified - so not downloaded 17:02:26 [2023-03-05T22:02:26.000Z] 17:02:26 [2023-03-05T22:02:26.000Z] init.customtasks: 17:02:26 [2023-03-05T22:02:26.000Z] 17:02:26 [2023-03-05T22:02:26.000Z] common.run.asadmin: 17:02:26 [2023-03-05T22:02:26.001Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin create-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --restype jakarta.jms.Queue --property imqDestinationName=deployment_jndivalidation_queue jms/deployment_jndivalidation_queue 17:02:26 [2023-03-05T22:02:26.256Z] [exec] Deprecated syntax, instead use: 17:02:26 [2023-03-05T22:02:26.256Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jms-resource [options] ... 17:02:26 [2023-03-05T22:02:26.256Z] [exec] Administered object jms/deployment_jndivalidation_queue created. 17:02:26 [2023-03-05T22:02:26.256Z] [exec] Command create-jms-resource executed successfully. 17:02:26 [2023-03-05T22:02:26.256Z] 17:02:26 [2023-03-05T22:02:26.256Z] init.os: 17:02:26 [2023-03-05T22:02:26.256Z] 17:02:26 [2023-03-05T22:02:26.257Z] init.tools.unix: 17:02:26 [2023-03-05T22:02:26.257Z] 17:02:26 [2023-03-05T22:02:26.257Z] init.tools.windows: 17:02:26 [2023-03-05T22:02:26.257Z] 17:02:26 [2023-03-05T22:02:26.257Z] init.tools: 17:02:26 [2023-03-05T22:02:26.257Z] 17:02:26 [2023-03-05T22:02:26.257Z] setAsadminArgs: 17:02:26 [2023-03-05T22:02:26.257Z] 17:02:26 [2023-03-05T22:02:26.257Z] init: 17:02:26 [2023-03-05T22:02:26.257Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:26 [2023-03-05T22:02:26.257Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:26 [2023-03-05T22:02:26.512Z] [get] Not modified - so not downloaded 17:02:26 [2023-03-05T22:02:26.512Z] 17:02:26 [2023-03-05T22:02:26.512Z] init.customtasks: 17:02:26 [2023-03-05T22:02:26.512Z] 17:02:26 [2023-03-05T22:02:26.512Z] prepare: 17:02:26 [2023-03-05T22:02:26.512Z] 17:02:26 [2023-03-05T22:02:26.512Z] compile: 17:02:26 [2023-03-05T22:02:26.512Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/ResInSameApp/build.xml:39: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:26 [2023-03-05T22:02:26.513Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/ResinSameApp 17:02:26 [2023-03-05T22:02:26.513Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:26 [2023-03-05T22:02:26.513Z] [javac] Note: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/ResInSameApp/webModule/src/BarManagedBean.java uses or overrides a deprecated API. 17:02:26 [2023-03-05T22:02:26.513Z] [javac] Note: Recompile with -Xlint:deprecation for details. 17:02:26 [2023-03-05T22:02:26.513Z] [javac] 1 warning 17:02:26 [2023-03-05T22:02:26.513Z] 17:02:26 [2023-03-05T22:02:26.513Z] assemble: 17:02:26 [2023-03-05T22:02:26.513Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/ResinSameApp/archives/deployment-ejb31-jndivalidation-resourceref-ResInSameApp-web.war 17:02:26 [2023-03-05T22:02:26.513Z] 17:02:26 [2023-03-05T22:02:26.513Z] deploy.asadmin: 17:02:26 [2023-03-05T22:02:26.513Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/ResinSameApp/archives --name deployment-ejb31-jndivalidation-resourceref-ResInSameApp-app /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/ResinSameApp/archives/deployment-ejb31-jndivalidation-resourceref-ResInSameApp-web.war 17:02:27 [2023-03-05T22:02:27.074Z] [exec] Deprecated syntax, instead use: 17:02:27 [2023-03-05T22:02:27.074Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:27 [2023-03-05T22:02:27.074Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-ResInSameApp-app. 17:02:27 [2023-03-05T22:02:27.074Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-ResInSameApp-app 17:02:27 [2023-03-05T22:02:27.074Z] [exec] Command deploy executed successfully. 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] processResult: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] failed: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] passed: 17:02:27 [2023-03-05T22:02:27.074Z] [echo] Test ResInSameApp Passed 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] unknown: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init.os: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init.tools.unix: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init.tools.windows: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init.tools: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] setAsadminArgs: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init: 17:02:27 [2023-03-05T22:02:27.074Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:27 [2023-03-05T22:02:27.074Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:27 [2023-03-05T22:02:27.074Z] [get] Not modified - so not downloaded 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init.customtasks: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] prepare: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] undeploy.asadmin: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] setAsadminArgs: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] common.undeploy.asadmin: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init.os: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init.tools.unix: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init.tools.windows: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init.tools: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] setAsadminArgs: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init: 17:02:27 [2023-03-05T22:02:27.074Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:27 [2023-03-05T22:02:27.074Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:27 [2023-03-05T22:02:27.074Z] [get] Not modified - so not downloaded 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init.customtasks: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] delAppRef: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init.os: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init.tools.unix: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init.tools.windows: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init.tools: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] setAsadminArgs: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init: 17:02:27 [2023-03-05T22:02:27.074Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:27 [2023-03-05T22:02:27.074Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:27 [2023-03-05T22:02:27.074Z] [get] Not modified - so not downloaded 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] init.customtasks: 17:02:27 [2023-03-05T22:02:27.074Z] 17:02:27 [2023-03-05T22:02:27.074Z] common.run.asadmin: 17:02:27 [2023-03-05T22:02:27.074Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-ResInSameApp-app 17:02:27 [2023-03-05T22:02:27.330Z] [exec] Deprecated syntax, instead use: 17:02:27 [2023-03-05T22:02:27.330Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:27 [2023-03-05T22:02:27.330Z] [exec] Command undeploy executed successfully. 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] init.os: 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] init.tools.unix: 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] init.tools.windows: 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] init.tools: 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] setAsadminArgs: 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] init: 17:02:27 [2023-03-05T22:02:27.330Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:27 [2023-03-05T22:02:27.330Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:27 [2023-03-05T22:02:27.330Z] [get] Not modified - so not downloaded 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] init.customtasks: 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] prepare: 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] undeploy.jms.queue: 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] setAsadminArgs: 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] common.delete.jms.resource: 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] init.os: 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] init.tools.unix: 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] init.tools.windows: 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] init.tools: 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] setAsadminArgs: 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] init: 17:02:27 [2023-03-05T22:02:27.330Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:27 [2023-03-05T22:02:27.330Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:27 [2023-03-05T22:02:27.330Z] [get] Not modified - so not downloaded 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] init.customtasks: 17:02:27 [2023-03-05T22:02:27.330Z] 17:02:27 [2023-03-05T22:02:27.330Z] common.run.asadmin: 17:02:27 [2023-03-05T22:02:27.330Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 jms/deployment_jndivalidation_queue 17:02:27 [2023-03-05T22:02:27.586Z] [exec] Deprecated syntax, instead use: 17:02:27 [2023-03-05T22:02:27.586Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jms-resource [options] ... 17:02:27 [2023-03-05T22:02:27.842Z] [exec] Administered object jms/deployment_jndivalidation_queue deleted. 17:02:27 [2023-03-05T22:02:27.842Z] [exec] Command delete-jms-resource executed successfully. 17:02:27 [2023-03-05T22:02:27.842Z] 17:02:27 [2023-03-05T22:02:27.842Z] init.os: 17:02:27 [2023-03-05T22:02:27.842Z] 17:02:27 [2023-03-05T22:02:27.842Z] init.tools.unix: 17:02:27 [2023-03-05T22:02:27.842Z] 17:02:27 [2023-03-05T22:02:27.842Z] init.tools.windows: 17:02:27 [2023-03-05T22:02:27.842Z] 17:02:27 [2023-03-05T22:02:27.842Z] init.tools: 17:02:27 [2023-03-05T22:02:27.842Z] 17:02:27 [2023-03-05T22:02:27.842Z] setAsadminArgs: 17:02:27 [2023-03-05T22:02:27.842Z] 17:02:27 [2023-03-05T22:02:27.842Z] init: 17:02:27 [2023-03-05T22:02:27.842Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:27 [2023-03-05T22:02:27.842Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:27 [2023-03-05T22:02:27.842Z] [get] Not modified - so not downloaded 17:02:27 [2023-03-05T22:02:27.842Z] 17:02:27 [2023-03-05T22:02:27.842Z] init.customtasks: 17:02:27 [2023-03-05T22:02:27.842Z] 17:02:27 [2023-03-05T22:02:27.842Z] common.run.asadmin: 17:02:27 [2023-03-05T22:02:27.842Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin delete-jmsdest --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --desttype queue deployment_jndivalidation_queue 17:02:28 [2023-03-05T22:02:28.099Z] [exec] Deprecated syntax, instead use: 17:02:28 [2023-03-05T22:02:28.099Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jmsdest [options] ... 17:02:28 [2023-03-05T22:02:28.099Z] [exec] Command delete-jmsdest executed successfully. 17:02:28 [2023-03-05T22:02:28.099Z] 17:02:28 [2023-03-05T22:02:28.099Z] private-all: 17:02:28 [2023-03-05T22:02:28.099Z] 17:02:28 [2023-03-05T22:02:28.099Z] private-all: 17:02:28 [2023-03-05T22:02:28.099Z] 17:02:28 [2023-03-05T22:02:28.099Z] declare-test: 17:02:28 [2023-03-05T22:02:28.099Z] [echo] Starting test CorrectJDBCResource ejb31/jndivalidation/AppScopedResources/CorrectJDBCResource Test asadmin deploy 17:02:28 [2023-03-05T22:02:28.099Z] 17:02:28 [2023-03-05T22:02:28.099Z] init.os: 17:02:28 [2023-03-05T22:02:28.099Z] 17:02:28 [2023-03-05T22:02:28.099Z] init.tools.unix: 17:02:28 [2023-03-05T22:02:28.099Z] 17:02:28 [2023-03-05T22:02:28.099Z] init.tools.windows: 17:02:28 [2023-03-05T22:02:28.099Z] 17:02:28 [2023-03-05T22:02:28.099Z] init.tools: 17:02:28 [2023-03-05T22:02:28.099Z] 17:02:28 [2023-03-05T22:02:28.099Z] setAsadminArgs: 17:02:28 [2023-03-05T22:02:28.099Z] 17:02:28 [2023-03-05T22:02:28.099Z] init: 17:02:28 [2023-03-05T22:02:28.099Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:28 [2023-03-05T22:02:28.099Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:28 [2023-03-05T22:02:28.099Z] [get] Not modified - so not downloaded 17:02:28 [2023-03-05T22:02:28.099Z] 17:02:28 [2023-03-05T22:02:28.099Z] init.customtasks: 17:02:28 [2023-03-05T22:02:28.099Z] 17:02:28 [2023-03-05T22:02:28.099Z] prepare: 17:02:28 [2023-03-05T22:02:28.099Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectJDBCResource 17:02:28 [2023-03-05T22:02:28.099Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectJDBCResource/archives 17:02:28 [2023-03-05T22:02:28.099Z] 17:02:28 [2023-03-05T22:02:28.099Z] compile: 17:02:28 [2023-03-05T22:02:28.100Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/AppScopedResources/CorrectJDBCResource/build.xml:39: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:28 [2023-03-05T22:02:28.100Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectJDBCResource 17:02:28 [2023-03-05T22:02:28.356Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:28 [2023-03-05T22:02:28.356Z] [javac] 1 warning 17:02:28 [2023-03-05T22:02:28.356Z] 17:02:28 [2023-03-05T22:02:28.356Z] assemble: 17:02:28 [2023-03-05T22:02:28.356Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectJDBCResource/archives/deployment-ejb31-jndivalidation-AppScopedResources-CorrectJDBCResource-web.war 17:02:28 [2023-03-05T22:02:28.356Z] 17:02:28 [2023-03-05T22:02:28.356Z] deploy.asadmin: 17:02:28 [2023-03-05T22:02:28.356Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectJDBCResource/archives --name deployment-ejb31-jndivalidation-AppScopedResources-CorrectJDBCResource-web --contextroot deployment-ejb31-jndivalidation-AppScopedResources-CorrectJDBCResource /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectJDBCResource/archives/deployment-ejb31-jndivalidation-AppScopedResources-CorrectJDBCResource-web.war 17:02:28 [2023-03-05T22:02:28.618Z] [exec] Deprecated syntax, instead use: 17:02:28 [2023-03-05T22:02:28.619Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:28 [2023-03-05T22:02:28.874Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-AppScopedResources-CorrectJDBCResource-web. 17:02:28 [2023-03-05T22:02:28.874Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-AppScopedResources-CorrectJDBCResource-web 17:02:28 [2023-03-05T22:02:28.874Z] [exec] Command deploy executed successfully. 17:02:28 [2023-03-05T22:02:28.874Z] 17:02:28 [2023-03-05T22:02:28.874Z] processResult: 17:02:28 [2023-03-05T22:02:28.874Z] 17:02:28 [2023-03-05T22:02:28.874Z] failed: 17:02:28 [2023-03-05T22:02:28.874Z] 17:02:28 [2023-03-05T22:02:28.874Z] passed: 17:02:28 [2023-03-05T22:02:28.874Z] [echo] Test CorrectJDBCResource Passed 17:02:28 [2023-03-05T22:02:28.874Z] 17:02:28 [2023-03-05T22:02:28.874Z] unknown: 17:02:28 [2023-03-05T22:02:28.874Z] 17:02:28 [2023-03-05T22:02:28.874Z] init.os: 17:02:28 [2023-03-05T22:02:28.874Z] 17:02:28 [2023-03-05T22:02:28.874Z] init.tools.unix: 17:02:28 [2023-03-05T22:02:28.874Z] 17:02:28 [2023-03-05T22:02:28.874Z] init.tools.windows: 17:02:28 [2023-03-05T22:02:28.874Z] 17:02:28 [2023-03-05T22:02:28.874Z] init.tools: 17:02:28 [2023-03-05T22:02:28.874Z] 17:02:28 [2023-03-05T22:02:28.874Z] setAsadminArgs: 17:02:28 [2023-03-05T22:02:28.874Z] 17:02:28 [2023-03-05T22:02:28.874Z] init: 17:02:28 [2023-03-05T22:02:28.874Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:28 [2023-03-05T22:02:28.874Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:28 [2023-03-05T22:02:28.874Z] [get] Not modified - so not downloaded 17:02:28 [2023-03-05T22:02:28.874Z] 17:02:28 [2023-03-05T22:02:28.875Z] init.customtasks: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] prepare: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] undeploy.asadmin: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] setAsadminArgs: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] common.undeploy.asadmin: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] init.os: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] init.tools.unix: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] init.tools.windows: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] init.tools: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] setAsadminArgs: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] init: 17:02:28 [2023-03-05T22:02:28.875Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:28 [2023-03-05T22:02:28.875Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:28 [2023-03-05T22:02:28.875Z] [get] Not modified - so not downloaded 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] init.customtasks: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] delAppRef: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] init.os: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] init.tools.unix: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] init.tools.windows: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] init.tools: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] setAsadminArgs: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] init: 17:02:28 [2023-03-05T22:02:28.875Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:28 [2023-03-05T22:02:28.875Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:28 [2023-03-05T22:02:28.875Z] [get] Not modified - so not downloaded 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] init.customtasks: 17:02:28 [2023-03-05T22:02:28.875Z] 17:02:28 [2023-03-05T22:02:28.875Z] common.run.asadmin: 17:02:28 [2023-03-05T22:02:28.875Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-AppScopedResources-CorrectJDBCResource-web 17:02:29 [2023-03-05T22:02:29.131Z] [exec] Deprecated syntax, instead use: 17:02:29 [2023-03-05T22:02:29.131Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:29 [2023-03-05T22:02:29.131Z] [exec] Command undeploy executed successfully. 17:02:29 [2023-03-05T22:02:29.131Z] 17:02:29 [2023-03-05T22:02:29.131Z] private-all: 17:02:29 [2023-03-05T22:02:29.131Z] 17:02:29 [2023-03-05T22:02:29.131Z] declare-test: 17:02:29 [2023-03-05T22:02:29.131Z] [echo] Starting test CorrectEnterpriseApplication ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication Test asadmin deploy 17:02:29 [2023-03-05T22:02:29.131Z] 17:02:29 [2023-03-05T22:02:29.131Z] init.os: 17:02:29 [2023-03-05T22:02:29.131Z] 17:02:29 [2023-03-05T22:02:29.131Z] init.tools.unix: 17:02:29 [2023-03-05T22:02:29.131Z] 17:02:29 [2023-03-05T22:02:29.131Z] init.tools.windows: 17:02:29 [2023-03-05T22:02:29.131Z] 17:02:29 [2023-03-05T22:02:29.131Z] init.tools: 17:02:29 [2023-03-05T22:02:29.131Z] 17:02:29 [2023-03-05T22:02:29.131Z] setAsadminArgs: 17:02:29 [2023-03-05T22:02:29.131Z] 17:02:29 [2023-03-05T22:02:29.131Z] init: 17:02:29 [2023-03-05T22:02:29.131Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:29 [2023-03-05T22:02:29.131Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:29 [2023-03-05T22:02:29.131Z] [get] Not modified - so not downloaded 17:02:29 [2023-03-05T22:02:29.131Z] 17:02:29 [2023-03-05T22:02:29.131Z] init.customtasks: 17:02:29 [2023-03-05T22:02:29.131Z] 17:02:29 [2023-03-05T22:02:29.131Z] prepare: 17:02:29 [2023-03-05T22:02:29.131Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication 17:02:29 [2023-03-05T22:02:29.131Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication/archives 17:02:29 [2023-03-05T22:02:29.131Z] 17:02:29 [2023-03-05T22:02:29.131Z] compile: 17:02:29 [2023-03-05T22:02:29.131Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication/build.xml:41: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:29 [2023-03-05T22:02:29.131Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication 17:02:29 [2023-03-05T22:02:29.387Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:29 [2023-03-05T22:02:29.387Z] [javac] 1 warning 17:02:29 [2023-03-05T22:02:29.387Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication/build.xml:44: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:29 [2023-03-05T22:02:29.387Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication 17:02:29 [2023-03-05T22:02:29.643Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:29 [2023-03-05T22:02:29.643Z] [javac] 1 warning 17:02:29 [2023-03-05T22:02:29.643Z] 17:02:29 [2023-03-05T22:02:29.643Z] assemble: 17:02:29 [2023-03-05T22:02:29.643Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication/archives/deployment-ejb31-jndivalidation-AppScopedResources-CorrectEnterpriseApplication-web.war 17:02:29 [2023-03-05T22:02:29.643Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication/archives/deployment-ejb31-jndivalidation-AppScopedResources-CorrectEnterpriseApplication-ejb.jar 17:02:29 [2023-03-05T22:02:29.643Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication/archives/deployment-ejb31-jndivalidation-AppScopedResources-CorrectEnterpriseApplicationApp.ear 17:02:29 [2023-03-05T22:02:29.643Z] 17:02:29 [2023-03-05T22:02:29.643Z] deploy.asadmin: 17:02:29 [2023-03-05T22:02:29.643Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication/archives --name deployment-ejb31-jndivalidation-AppScopedResources-CorrectEnterpriseApplication-app /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication/archives/deployment-ejb31-jndivalidation-AppScopedResources-CorrectEnterpriseApplicationApp.ear 17:02:29 [2023-03-05T22:02:29.899Z] [exec] Deprecated syntax, instead use: 17:02:29 [2023-03-05T22:02:29.899Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:29 [2023-03-05T22:02:29.899Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-AppScopedResources-CorrectEnterpriseApplication-app. 17:02:29 [2023-03-05T22:02:29.899Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-AppScopedResources-CorrectEnterpriseApplication-app 17:02:29 [2023-03-05T22:02:29.899Z] [exec] Command deploy executed successfully. 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] processResult: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] failed: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] passed: 17:02:30 [2023-03-05T22:02:30.170Z] [echo] Test CorrectEnterpriseApplication Passed 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] unknown: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init.os: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init.tools.unix: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init.tools.windows: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init.tools: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] setAsadminArgs: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init: 17:02:30 [2023-03-05T22:02:30.170Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:30 [2023-03-05T22:02:30.170Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:30 [2023-03-05T22:02:30.170Z] [get] Not modified - so not downloaded 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init.customtasks: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] prepare: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] undeploy.asadmin: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] setAsadminArgs: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] common.undeploy.asadmin: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init.os: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init.tools.unix: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init.tools.windows: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init.tools: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] setAsadminArgs: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init: 17:02:30 [2023-03-05T22:02:30.170Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:30 [2023-03-05T22:02:30.170Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:30 [2023-03-05T22:02:30.170Z] [get] Not modified - so not downloaded 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init.customtasks: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] delAppRef: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init.os: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init.tools.unix: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init.tools.windows: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init.tools: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] setAsadminArgs: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init: 17:02:30 [2023-03-05T22:02:30.170Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:30 [2023-03-05T22:02:30.170Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:30 [2023-03-05T22:02:30.170Z] [get] Not modified - so not downloaded 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] init.customtasks: 17:02:30 [2023-03-05T22:02:30.170Z] 17:02:30 [2023-03-05T22:02:30.170Z] common.run.asadmin: 17:02:30 [2023-03-05T22:02:30.170Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-AppScopedResources-CorrectEnterpriseApplication-app 17:02:30 [2023-03-05T22:02:30.426Z] [exec] Deprecated syntax, instead use: 17:02:30 [2023-03-05T22:02:30.426Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:30 [2023-03-05T22:02:30.426Z] [exec] Command undeploy executed successfully. 17:02:30 [2023-03-05T22:02:30.426Z] 17:02:30 [2023-03-05T22:02:30.426Z] private-all: 17:02:30 [2023-03-05T22:02:30.426Z] 17:02:30 [2023-03-05T22:02:30.426Z] private-all: 17:02:30 [2023-03-05T22:02:30.426Z] 17:02:30 [2023-03-05T22:02:30.426Z] declare-test: 17:02:30 [2023-03-05T22:02:30.426Z] [echo] Starting test CorrectLocalRef ejb31/jndivalidation/EJBRef/CorrectLocalRef Test asadmin deploy 17:02:30 [2023-03-05T22:02:30.426Z] 17:02:30 [2023-03-05T22:02:30.426Z] init.os: 17:02:30 [2023-03-05T22:02:30.426Z] 17:02:30 [2023-03-05T22:02:30.426Z] init.tools.unix: 17:02:30 [2023-03-05T22:02:30.426Z] 17:02:30 [2023-03-05T22:02:30.426Z] init.tools.windows: 17:02:30 [2023-03-05T22:02:30.426Z] 17:02:30 [2023-03-05T22:02:30.426Z] init.tools: 17:02:30 [2023-03-05T22:02:30.426Z] 17:02:30 [2023-03-05T22:02:30.426Z] setAsadminArgs: 17:02:30 [2023-03-05T22:02:30.426Z] 17:02:30 [2023-03-05T22:02:30.426Z] init: 17:02:30 [2023-03-05T22:02:30.426Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:30 [2023-03-05T22:02:30.426Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:30 [2023-03-05T22:02:30.426Z] [get] Not modified - so not downloaded 17:02:30 [2023-03-05T22:02:30.426Z] 17:02:30 [2023-03-05T22:02:30.426Z] init.customtasks: 17:02:30 [2023-03-05T22:02:30.426Z] 17:02:30 [2023-03-05T22:02:30.426Z] prepare: 17:02:30 [2023-03-05T22:02:30.426Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef 17:02:30 [2023-03-05T22:02:30.426Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef/archives 17:02:30 [2023-03-05T22:02:30.426Z] 17:02:30 [2023-03-05T22:02:30.426Z] compile: 17:02:30 [2023-03-05T22:02:30.426Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/EJBRef/CorrectLocalRef/build.xml:41: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:30 [2023-03-05T22:02:30.426Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef 17:02:30 [2023-03-05T22:02:30.682Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:30 [2023-03-05T22:02:30.682Z] [javac] 1 warning 17:02:30 [2023-03-05T22:02:30.682Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/EJBRef/CorrectLocalRef/build.xml:44: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:30 [2023-03-05T22:02:30.682Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef 17:02:30 [2023-03-05T22:02:30.938Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:30 [2023-03-05T22:02:30.938Z] [javac] 1 warning 17:02:30 [2023-03-05T22:02:30.938Z] 17:02:30 [2023-03-05T22:02:30.938Z] assemble: 17:02:30 [2023-03-05T22:02:30.938Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef/archives/deployment-ejb31-jndivalidation-EJBRef-CorrectLocalRef-web.war 17:02:30 [2023-03-05T22:02:30.938Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef/archives/deployment-ejb31-jndivalidation-EJBRef-CorrectLocalRef-ejb.jar 17:02:30 [2023-03-05T22:02:30.938Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef/archives/deployment-ejb31-jndivalidation-EJBRef-CorrectLocalRef-app.ear 17:02:30 [2023-03-05T22:02:30.938Z] 17:02:30 [2023-03-05T22:02:30.938Z] deploy.asadmin: 17:02:30 [2023-03-05T22:02:30.938Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef/archives /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef/archives/deployment-ejb31-jndivalidation-EJBRef-CorrectLocalRef-app.ear 17:02:31 [2023-03-05T22:02:31.194Z] [exec] Deprecated syntax, instead use: 17:02:31 [2023-03-05T22:02:31.195Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:31 [2023-03-05T22:02:31.451Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-EJBRef-CorrectLocalRef-app. 17:02:31 [2023-03-05T22:02:31.451Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-EJBRef-CorrectLocalRef-app 17:02:31 [2023-03-05T22:02:31.451Z] [exec] Command deploy executed successfully. 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] processResult: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] failed: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] passed: 17:02:31 [2023-03-05T22:02:31.451Z] [echo] Test CorrectLocalRef Passed 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] unknown: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init.os: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init.tools.unix: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init.tools.windows: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init.tools: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] setAsadminArgs: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init: 17:02:31 [2023-03-05T22:02:31.451Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:31 [2023-03-05T22:02:31.451Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:31 [2023-03-05T22:02:31.451Z] [get] Not modified - so not downloaded 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init.customtasks: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] prepare: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] undeploy.asadmin: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] setAsadminArgs: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] common.undeploy.asadmin: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init.os: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init.tools.unix: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init.tools.windows: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init.tools: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] setAsadminArgs: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init: 17:02:31 [2023-03-05T22:02:31.451Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:31 [2023-03-05T22:02:31.451Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:31 [2023-03-05T22:02:31.451Z] [get] Not modified - so not downloaded 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init.customtasks: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] delAppRef: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init.os: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init.tools.unix: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init.tools.windows: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init.tools: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] setAsadminArgs: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init: 17:02:31 [2023-03-05T22:02:31.451Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:31 [2023-03-05T22:02:31.451Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:31 [2023-03-05T22:02:31.451Z] [get] Not modified - so not downloaded 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] init.customtasks: 17:02:31 [2023-03-05T22:02:31.451Z] 17:02:31 [2023-03-05T22:02:31.451Z] common.run.asadmin: 17:02:31 [2023-03-05T22:02:31.451Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-EJBRef-CorrectLocalRef-app 17:02:31 [2023-03-05T22:02:31.707Z] [exec] Deprecated syntax, instead use: 17:02:31 [2023-03-05T22:02:31.707Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:31 [2023-03-05T22:02:31.707Z] [exec] Command undeploy executed successfully. 17:02:31 [2023-03-05T22:02:31.707Z] 17:02:31 [2023-03-05T22:02:31.707Z] private-all: 17:02:31 [2023-03-05T22:02:31.707Z] 17:02:31 [2023-03-05T22:02:31.707Z] declare-test: 17:02:31 [2023-03-05T22:02:31.707Z] [echo] Starting test RemoteRef ejb31/jndivalidation/EJBRef/RemoteRef Test asadmin deploy 17:02:31 [2023-03-05T22:02:31.707Z] 17:02:31 [2023-03-05T22:02:31.707Z] init.os: 17:02:31 [2023-03-05T22:02:31.707Z] 17:02:31 [2023-03-05T22:02:31.707Z] init.tools.unix: 17:02:31 [2023-03-05T22:02:31.707Z] 17:02:31 [2023-03-05T22:02:31.707Z] init.tools.windows: 17:02:31 [2023-03-05T22:02:31.707Z] 17:02:31 [2023-03-05T22:02:31.707Z] init.tools: 17:02:31 [2023-03-05T22:02:31.707Z] 17:02:31 [2023-03-05T22:02:31.707Z] setAsadminArgs: 17:02:31 [2023-03-05T22:02:31.707Z] 17:02:31 [2023-03-05T22:02:31.707Z] init: 17:02:31 [2023-03-05T22:02:31.707Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:31 [2023-03-05T22:02:31.707Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:31 [2023-03-05T22:02:31.707Z] [get] Not modified - so not downloaded 17:02:31 [2023-03-05T22:02:31.707Z] 17:02:31 [2023-03-05T22:02:31.707Z] init.customtasks: 17:02:31 [2023-03-05T22:02:31.707Z] 17:02:31 [2023-03-05T22:02:31.707Z] prepare: 17:02:31 [2023-03-05T22:02:31.707Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef 17:02:31 [2023-03-05T22:02:31.707Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef/archives 17:02:31 [2023-03-05T22:02:31.707Z] 17:02:31 [2023-03-05T22:02:31.707Z] compile: 17:02:31 [2023-03-05T22:02:31.707Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/EJBRef/RemoteRef/build.xml:41: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:31 [2023-03-05T22:02:31.707Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef 17:02:31 [2023-03-05T22:02:31.962Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:31 [2023-03-05T22:02:31.962Z] [javac] 1 warning 17:02:31 [2023-03-05T22:02:31.962Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/EJBRef/RemoteRef/build.xml:44: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:31 [2023-03-05T22:02:31.962Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef 17:02:32 [2023-03-05T22:02:32.219Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:32 [2023-03-05T22:02:32.219Z] [javac] 1 warning 17:02:32 [2023-03-05T22:02:32.219Z] 17:02:32 [2023-03-05T22:02:32.219Z] assemble: 17:02:32 [2023-03-05T22:02:32.219Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef/archives/deployment-ejb31-jndivalidation-EJBRef-RemoteRef-web.war 17:02:32 [2023-03-05T22:02:32.219Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef/archives/deployment-ejb31-jndivalidation-EJBRef-RemoteRef-ejb.jar 17:02:32 [2023-03-05T22:02:32.219Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef/archives/deployment-ejb31-jndivalidation-EJBRef-RemoteRef-app.ear 17:02:32 [2023-03-05T22:02:32.219Z] 17:02:32 [2023-03-05T22:02:32.219Z] deploy.asadmin: 17:02:32 [2023-03-05T22:02:32.219Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef/archives /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef/archives/deployment-ejb31-jndivalidation-EJBRef-RemoteRef-app.ear 17:02:32 [2023-03-05T22:02:32.475Z] [exec] Deprecated syntax, instead use: 17:02:32 [2023-03-05T22:02:32.475Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:02:32 [2023-03-05T22:02:32.731Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-EJBRef-RemoteRef-app. 17:02:32 [2023-03-05T22:02:32.731Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-EJBRef-RemoteRef-app 17:02:32 [2023-03-05T22:02:32.731Z] [exec] Command deploy executed successfully. 17:02:32 [2023-03-05T22:02:32.731Z] 17:02:32 [2023-03-05T22:02:32.731Z] processResult: 17:02:32 [2023-03-05T22:02:32.731Z] 17:02:32 [2023-03-05T22:02:32.731Z] failed: 17:02:32 [2023-03-05T22:02:32.731Z] 17:02:32 [2023-03-05T22:02:32.731Z] passed: 17:02:32 [2023-03-05T22:02:32.731Z] [echo] Test RemoteRef Passed 17:02:32 [2023-03-05T22:02:32.731Z] 17:02:32 [2023-03-05T22:02:32.731Z] unknown: 17:02:32 [2023-03-05T22:02:32.731Z] 17:02:32 [2023-03-05T22:02:32.731Z] init.os: 17:02:32 [2023-03-05T22:02:32.731Z] 17:02:32 [2023-03-05T22:02:32.731Z] init.tools.unix: 17:02:32 [2023-03-05T22:02:32.731Z] 17:02:32 [2023-03-05T22:02:32.731Z] init.tools.windows: 17:02:32 [2023-03-05T22:02:32.731Z] 17:02:32 [2023-03-05T22:02:32.731Z] init.tools: 17:02:32 [2023-03-05T22:02:32.731Z] 17:02:32 [2023-03-05T22:02:32.731Z] setAsadminArgs: 17:02:32 [2023-03-05T22:02:32.731Z] 17:02:32 [2023-03-05T22:02:32.731Z] init: 17:02:32 [2023-03-05T22:02:32.731Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:32 [2023-03-05T22:02:32.731Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:32 [2023-03-05T22:02:32.731Z] [get] Not modified - so not downloaded 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] init.customtasks: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] prepare: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] undeploy.asadmin: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] setAsadminArgs: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] common.undeploy.asadmin: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] init.os: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] init.tools.unix: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] init.tools.windows: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] init.tools: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] setAsadminArgs: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] init: 17:02:32 [2023-03-05T22:02:32.987Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:32 [2023-03-05T22:02:32.987Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:32 [2023-03-05T22:02:32.987Z] [get] Not modified - so not downloaded 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] init.customtasks: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] delAppRef: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] init.os: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] init.tools.unix: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] init.tools.windows: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] init.tools: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] setAsadminArgs: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] init: 17:02:32 [2023-03-05T22:02:32.987Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:32 [2023-03-05T22:02:32.987Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:32 [2023-03-05T22:02:32.987Z] [get] Not modified - so not downloaded 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] init.customtasks: 17:02:32 [2023-03-05T22:02:32.987Z] 17:02:32 [2023-03-05T22:02:32.987Z] common.run.asadmin: 17:02:32 [2023-03-05T22:02:32.987Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-EJBRef-RemoteRef-app 17:02:32 [2023-03-05T22:02:32.987Z] [exec] Deprecated syntax, instead use: 17:02:32 [2023-03-05T22:02:32.987Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:33 [2023-03-05T22:02:33.248Z] [exec] Command undeploy executed successfully. 17:02:33 [2023-03-05T22:02:33.248Z] 17:02:33 [2023-03-05T22:02:33.248Z] private-all: 17:02:33 [2023-03-05T22:02:33.248Z] 17:02:33 [2023-03-05T22:02:33.248Z] private-all: 17:02:33 [2023-03-05T22:02:33.248Z] 17:02:33 [2023-03-05T22:02:33.248Z] private-all-pe: 17:02:33 [2023-03-05T22:02:33.248Z] 17:02:33 [2023-03-05T22:02:33.248Z] init.os: 17:02:33 [2023-03-05T22:02:33.248Z] 17:02:33 [2023-03-05T22:02:33.248Z] init.tools.unix: 17:02:33 [2023-03-05T22:02:33.248Z] 17:02:33 [2023-03-05T22:02:33.248Z] init.tools.windows: 17:02:33 [2023-03-05T22:02:33.248Z] 17:02:33 [2023-03-05T22:02:33.248Z] init.tools: 17:02:33 [2023-03-05T22:02:33.248Z] 17:02:33 [2023-03-05T22:02:33.248Z] setAsadminArgs: 17:02:33 [2023-03-05T22:02:33.248Z] 17:02:33 [2023-03-05T22:02:33.248Z] init: 17:02:33 [2023-03-05T22:02:33.248Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:33 [2023-03-05T22:02:33.248Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:33 [2023-03-05T22:02:33.248Z] [get] Not modified - so not downloaded 17:02:33 [2023-03-05T22:02:33.248Z] 17:02:33 [2023-03-05T22:02:33.248Z] init.customtasks: 17:02:33 [2023-03-05T22:02:33.248Z] 17:02:33 [2023-03-05T22:02:33.248Z] prepare: 17:02:33 [2023-03-05T22:02:33.248Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/descriptor_free_zone/ear/dir_deploy/NoAppXml_Directory/ejb_jar/META-INF 17:02:33 [2023-03-05T22:02:33.248Z] 17:02:33 [2023-03-05T22:02:33.248Z] compile: 17:02:33 [2023-03-05T22:02:33.248Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/descriptor_free_zone/ear/dir_deploy/build.xml:41: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:33 [2023-03-05T22:02:33.248Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/descriptor_free_zone/ear/dir_deploy 17:02:33 [2023-03-05T22:02:33.507Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:33 [2023-03-05T22:02:33.507Z] [javac] 1 warning 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] assemble: 17:02:33 [2023-03-05T22:02:33.507Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/descriptor_free_zone/ear/dir_deploy/NoAppXml_Directory/util.jar 17:02:33 [2023-03-05T22:02:33.507Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/descriptor_free_zone/ear/dir_deploy/appclient.jar 17:02:33 [2023-03-05T22:02:33.507Z] [copy] Copying 4 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/descriptor_free_zone/ear/dir_deploy/NoAppXml_Directory/ejb_jar 17:02:33 [2023-03-05T22:02:33.507Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/descriptor_free_zone/ear/dir_deploy/NoAppXml_Directory/ejb_jar/META-INF 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] declare-test: 17:02:33 [2023-03-05T22:02:33.507Z] [echo] Starting test dir_deploy descriptor_free/ear/dir_deploy asadmin deploydir 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] init.os: 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] init.tools.unix: 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] init.tools.windows: 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] init.tools: 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] setAsadminArgs: 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] init: 17:02:33 [2023-03-05T22:02:33.507Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:33 [2023-03-05T22:02:33.507Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:33 [2023-03-05T22:02:33.507Z] [get] Not modified - so not downloaded 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] init.customtasks: 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] prepare: 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] deploy.asadmin: 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] setAsadminArgs: 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] common.deploydir.asadmin: 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] init.os: 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] init.tools.unix: 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] init.tools.windows: 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] init.tools: 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] setAsadminArgs: 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] init: 17:02:33 [2023-03-05T22:02:33.507Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:33 [2023-03-05T22:02:33.507Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:33 [2023-03-05T22:02:33.507Z] [get] Not modified - so not downloaded 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] init.customtasks: 17:02:33 [2023-03-05T22:02:33.507Z] 17:02:33 [2023-03-05T22:02:33.507Z] common.run.asadmin: 17:02:33 [2023-03-05T22:02:33.507Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/descriptor_free_zone/ear/dir_deploy/NoAppXml_Directory 17:02:33 [2023-03-05T22:02:33.770Z] [exec] Deprecated syntax, instead use: 17:02:33 [2023-03-05T22:02:33.770Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:02:34 [2023-03-05T22:02:34.027Z] [exec] Application deployed with name NoAppXml_Directory. 17:02:34 [2023-03-05T22:02:34.027Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:02:34 [2023-03-05T22:02:34.027Z] [exec] Command deploydir executed successfully. 17:02:34 [2023-03-05T22:02:34.027Z] 17:02:34 [2023-03-05T22:02:34.027Z] init.os: 17:02:34 [2023-03-05T22:02:34.027Z] 17:02:34 [2023-03-05T22:02:34.027Z] init.tools.unix: 17:02:34 [2023-03-05T22:02:34.027Z] 17:02:34 [2023-03-05T22:02:34.027Z] init.tools.windows: 17:02:34 [2023-03-05T22:02:34.027Z] 17:02:34 [2023-03-05T22:02:34.027Z] init.tools: 17:02:34 [2023-03-05T22:02:34.027Z] 17:02:34 [2023-03-05T22:02:34.027Z] setAsadminArgs: 17:02:34 [2023-03-05T22:02:34.027Z] 17:02:34 [2023-03-05T22:02:34.027Z] init: 17:02:34 [2023-03-05T22:02:34.027Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:34 [2023-03-05T22:02:34.027Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:34 [2023-03-05T22:02:34.027Z] [get] Not modified - so not downloaded 17:02:34 [2023-03-05T22:02:34.027Z] 17:02:34 [2023-03-05T22:02:34.027Z] init.customtasks: 17:02:34 [2023-03-05T22:02:34.027Z] 17:02:34 [2023-03-05T22:02:34.027Z] prepare: 17:02:34 [2023-03-05T22:02:34.027Z] 17:02:34 [2023-03-05T22:02:34.027Z] setOrbPort2: 17:02:34 [2023-03-05T22:02:34.027Z] 17:02:34 [2023-03-05T22:02:34.027Z] runclient: 17:02:37 [2023-03-05T22:02:37.318Z] 17:02:37 [2023-03-05T22:02:37.318Z] processResult: 17:02:37 [2023-03-05T22:02:37.318Z] 17:02:37 [2023-03-05T22:02:37.318Z] failed: 17:02:37 [2023-03-05T22:02:37.318Z] 17:02:37 [2023-03-05T22:02:37.318Z] passed: 17:02:37 [2023-03-05T22:02:37.318Z] [echo] Test dir_deploy Passed 17:02:37 [2023-03-05T22:02:37.318Z] 17:02:37 [2023-03-05T22:02:37.318Z] unknown: 17:02:37 [2023-03-05T22:02:37.318Z] 17:02:37 [2023-03-05T22:02:37.318Z] declare-test: 17:02:37 [2023-03-05T22:02:37.319Z] [echo] Starting test dir_deploy descriptor_free/ear/dir_deploy asadmin re-deploy 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] init.os: 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] init.tools.unix: 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] init.tools.windows: 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] init.tools: 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] setAsadminArgs: 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] init: 17:02:37 [2023-03-05T22:02:37.319Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:37 [2023-03-05T22:02:37.319Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:37 [2023-03-05T22:02:37.319Z] [get] Not modified - so not downloaded 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] init.customtasks: 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] prepare: 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] redeploy.asadmin: 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] setAsadminArgs: 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] common.redeploydir.asadmin: 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] init.os: 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] init.tools.unix: 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] init.tools.windows: 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] init.tools: 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] setAsadminArgs: 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] init: 17:02:37 [2023-03-05T22:02:37.319Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:37 [2023-03-05T22:02:37.319Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:37 [2023-03-05T22:02:37.319Z] [get] Not modified - so not downloaded 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] init.customtasks: 17:02:37 [2023-03-05T22:02:37.319Z] 17:02:37 [2023-03-05T22:02:37.319Z] common.run.asadmin: 17:02:37 [2023-03-05T22:02:37.319Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/descriptor_free_zone/ear/dir_deploy/NoAppXml_Directory 17:02:37 [2023-03-05T22:02:37.319Z] [exec] Deprecated syntax, instead use: 17:02:37 [2023-03-05T22:02:37.319Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:02:37 [2023-03-05T22:02:37.575Z] [exec] Application deployed with name NoAppXml_Directory. 17:02:37 [2023-03-05T22:02:37.575Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:02:37 [2023-03-05T22:02:37.575Z] [exec] Command deploydir executed successfully. 17:02:37 [2023-03-05T22:02:37.575Z] 17:02:37 [2023-03-05T22:02:37.575Z] init.os: 17:02:37 [2023-03-05T22:02:37.575Z] 17:02:37 [2023-03-05T22:02:37.575Z] init.tools.unix: 17:02:37 [2023-03-05T22:02:37.575Z] 17:02:37 [2023-03-05T22:02:37.575Z] init.tools.windows: 17:02:37 [2023-03-05T22:02:37.575Z] 17:02:37 [2023-03-05T22:02:37.575Z] init.tools: 17:02:37 [2023-03-05T22:02:37.575Z] 17:02:37 [2023-03-05T22:02:37.575Z] setAsadminArgs: 17:02:37 [2023-03-05T22:02:37.575Z] 17:02:37 [2023-03-05T22:02:37.575Z] init: 17:02:37 [2023-03-05T22:02:37.575Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:37 [2023-03-05T22:02:37.575Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:37 [2023-03-05T22:02:37.575Z] [get] Not modified - so not downloaded 17:02:37 [2023-03-05T22:02:37.575Z] 17:02:37 [2023-03-05T22:02:37.575Z] init.customtasks: 17:02:37 [2023-03-05T22:02:37.575Z] 17:02:37 [2023-03-05T22:02:37.575Z] prepare: 17:02:37 [2023-03-05T22:02:37.575Z] 17:02:37 [2023-03-05T22:02:37.575Z] setOrbPort2: 17:02:37 [2023-03-05T22:02:37.575Z] 17:02:37 [2023-03-05T22:02:37.575Z] runclient: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] processResult: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] failed: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] passed: 17:02:40 [2023-03-05T22:02:40.869Z] [echo] Test dir_deploy Passed 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] unknown: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] undeploy.asadmin: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] setAsadminArgs: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] common.undeploy.asadmin: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] init.os: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] init.tools.unix: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] init.tools.windows: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] init.tools: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] setAsadminArgs: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] init: 17:02:40 [2023-03-05T22:02:40.869Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:40 [2023-03-05T22:02:40.869Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:40 [2023-03-05T22:02:40.869Z] [get] Not modified - so not downloaded 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] init.customtasks: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] delAppRef: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] init.os: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] init.tools.unix: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] init.tools.windows: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] init.tools: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] setAsadminArgs: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] init: 17:02:40 [2023-03-05T22:02:40.869Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:40 [2023-03-05T22:02:40.869Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:40 [2023-03-05T22:02:40.869Z] [get] Not modified - so not downloaded 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] init.customtasks: 17:02:40 [2023-03-05T22:02:40.869Z] 17:02:40 [2023-03-05T22:02:40.869Z] common.run.asadmin: 17:02:40 [2023-03-05T22:02:40.869Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 NoAppXml_Directory 17:02:41 [2023-03-05T22:02:41.125Z] [exec] Deprecated syntax, instead use: 17:02:41 [2023-03-05T22:02:41.125Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:41 [2023-03-05T22:02:41.125Z] [exec] Command undeploy executed successfully. 17:02:41 [2023-03-05T22:02:41.125Z] 17:02:41 [2023-03-05T22:02:41.125Z] private-all: 17:02:41 [2023-03-05T22:02:41.125Z] 17:02:41 [2023-03-05T22:02:41.125Z] private-all: 17:02:41 [2023-03-05T22:02:41.125Z] 17:02:41 [2023-03-05T22:02:41.125Z] private-all: 17:02:41 [2023-03-05T22:02:41.125Z] 17:02:41 [2023-03-05T22:02:41.125Z] init.os: 17:02:41 [2023-03-05T22:02:41.125Z] 17:02:41 [2023-03-05T22:02:41.125Z] init.tools.unix: 17:02:41 [2023-03-05T22:02:41.125Z] 17:02:41 [2023-03-05T22:02:41.125Z] init.tools.windows: 17:02:41 [2023-03-05T22:02:41.125Z] 17:02:41 [2023-03-05T22:02:41.125Z] init.tools: 17:02:41 [2023-03-05T22:02:41.125Z] 17:02:41 [2023-03-05T22:02:41.125Z] setAsadminArgs: 17:02:41 [2023-03-05T22:02:41.125Z] 17:02:41 [2023-03-05T22:02:41.125Z] init: 17:02:41 [2023-03-05T22:02:41.125Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:41 [2023-03-05T22:02:41.125Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:41 [2023-03-05T22:02:41.125Z] [get] Not modified - so not downloaded 17:02:41 [2023-03-05T22:02:41.125Z] 17:02:41 [2023-03-05T22:02:41.125Z] init.customtasks: 17:02:41 [2023-03-05T22:02:41.125Z] 17:02:41 [2023-03-05T22:02:41.125Z] prepare: 17:02:41 [2023-03-05T22:02:41.125Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear 17:02:41 [2023-03-05T22:02:41.125Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar 17:02:41 [2023-03-05T22:02:41.125Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarEjb_jar 17:02:41 [2023-03-05T22:02:41.125Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarWeb_war 17:02:41 [2023-03-05T22:02:41.125Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarWeb_war/WEB-INF/classes 17:02:41 [2023-03-05T22:02:41.125Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/client 17:02:41 [2023-03-05T22:02:41.125Z] 17:02:41 [2023-03-05T22:02:41.125Z] compile: 17:02:41 [2023-03-05T22:02:41.125Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/directorydeploy/ear/build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:41 [2023-03-05T22:02:41.125Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarEjb_jar 17:02:41 [2023-03-05T22:02:41.382Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:41 [2023-03-05T22:02:41.382Z] [javac] 1 warning 17:02:41 [2023-03-05T22:02:41.382Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/directorydeploy/ear/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:41 [2023-03-05T22:02:41.382Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarWeb_war/WEB-INF/classes 17:02:41 [2023-03-05T22:02:41.638Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:41 [2023-03-05T22:02:41.638Z] [javac] 1 warning 17:02:41 [2023-03-05T22:02:41.638Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/directorydeploy/ear/build.xml:62: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:41 [2023-03-05T22:02:41.638Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/client 17:02:41 [2023-03-05T22:02:41.919Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:41 [2023-03-05T22:02:41.919Z] [javac] 1 warning 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] assemble: 17:02:41 [2023-03-05T22:02:41.919Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarWeb_war/WEB-INF 17:02:41 [2023-03-05T22:02:41.919Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarWeb_war/WEB-INF 17:02:41 [2023-03-05T22:02:41.919Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarWeb_war 17:02:41 [2023-03-05T22:02:41.919Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarWeb_war/WEB-INF/classes 17:02:41 [2023-03-05T22:02:41.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarEjb_jar/META-INF 17:02:41 [2023-03-05T22:02:41.919Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarEjb_jar/META-INF 17:02:41 [2023-03-05T22:02:41.919Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarEjb_jar/META-INF 17:02:41 [2023-03-05T22:02:41.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/META-INF 17:02:41 [2023-03-05T22:02:41.919Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/META-INF 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] declare-test: 17:02:41 [2023-03-05T22:02:41.919Z] [echo] Starting test ear directorydeploy/ear Test asadmin deploydir 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] init.os: 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] init.tools.unix: 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] init.tools.windows: 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] init.tools: 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] setAsadminArgs: 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] init: 17:02:41 [2023-03-05T22:02:41.919Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:41 [2023-03-05T22:02:41.919Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:41 [2023-03-05T22:02:41.919Z] [get] Not modified - so not downloaded 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] init.customtasks: 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] prepare: 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] deploydir.asadmin: 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] setAsadminArgs: 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] common.deploydir.asadmin: 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] init.os: 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] init.tools.unix: 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] init.tools.windows: 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] init.tools: 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] setAsadminArgs: 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] init: 17:02:41 [2023-03-05T22:02:41.919Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:41 [2023-03-05T22:02:41.919Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:41 [2023-03-05T22:02:41.919Z] [get] Not modified - so not downloaded 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] init.customtasks: 17:02:41 [2023-03-05T22:02:41.919Z] 17:02:41 [2023-03-05T22:02:41.919Z] common.run.asadmin: 17:02:41 [2023-03-05T22:02:41.919Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name dirDeployEar /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar 17:02:41 [2023-03-05T22:02:41.919Z] [exec] Deprecated syntax, instead use: 17:02:41 [2023-03-05T22:02:41.919Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:02:42 [2023-03-05T22:02:42.175Z] [exec] Application deployed with name dirDeployEar. 17:02:42 [2023-03-05T22:02:42.175Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:02:42 [2023-03-05T22:02:42.175Z] [exec] Command deploydir executed successfully. 17:02:42 [2023-03-05T22:02:42.175Z] 17:02:42 [2023-03-05T22:02:42.175Z] setHttpPort: 17:02:42 [2023-03-05T22:02:42.175Z] 17:02:42 [2023-03-05T22:02:42.176Z] run.positive: 17:02:42 [2023-03-05T22:02:42.176Z] 17:02:42 [2023-03-05T22:02:42.176Z] init.os: 17:02:42 [2023-03-05T22:02:42.176Z] 17:02:42 [2023-03-05T22:02:42.176Z] init.tools.unix: 17:02:42 [2023-03-05T22:02:42.176Z] 17:02:42 [2023-03-05T22:02:42.176Z] init.tools.windows: 17:02:42 [2023-03-05T22:02:42.176Z] 17:02:42 [2023-03-05T22:02:42.176Z] init.tools: 17:02:42 [2023-03-05T22:02:42.176Z] 17:02:42 [2023-03-05T22:02:42.176Z] setAsadminArgs: 17:02:42 [2023-03-05T22:02:42.176Z] 17:02:42 [2023-03-05T22:02:42.176Z] init: 17:02:42 [2023-03-05T22:02:42.176Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:42 [2023-03-05T22:02:42.176Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:42 [2023-03-05T22:02:42.176Z] [get] Not modified - so not downloaded 17:02:42 [2023-03-05T22:02:42.176Z] 17:02:42 [2023-03-05T22:02:42.176Z] init.customtasks: 17:02:42 [2023-03-05T22:02:42.176Z] 17:02:42 [2023-03-05T22:02:42.176Z] runclient: 17:02:42 [2023-03-05T22:02:42.176Z] [echo] TestClient http://localhost:8080/dirDeployEarWeb true 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/dirDeployEarWeb 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: <html> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: <head> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: <!-- 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: This program and the accompanying materials are made available under the 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: terms of the Eclipse Public License v. 2.0, which is available at 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: http://www.eclipse.org/legal/epl-2.0. 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: This Source Code may also be made available under the following Secondary 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: Licenses when the conditions for such availability set forth in the 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: Eclipse Public License v. 2.0 are satisfied: GNU General Public License, 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: version 2 with the GNU Classpath Exception, which is available at 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: https://www.gnu.org/software/classpath/license.html. 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: --> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: <meta name="GENERATOR" content="Mozilla/4.7 [en] (X11; U; SunOS 5.6 sun4u) [Netscape]"> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: <title>Hello World</title> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: </head> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: <body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000" bgproperties="fixed"> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: <form method="POST" action="/dirDeployEarWeb/GreeterServlet"> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: <center><b><font face="Arial"><font color="#000000"><font size=+2>HelloWorld 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: Sample Application</font></font></font></b></center> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: <table COLS=2 WIDTH="65%" > 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: <tr> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: <td ALIGN=RIGHT><b><font face="Arial"><font color="#000000"><font size=+1>Enter 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: Name:</font></font></font></b></td> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: <td><input type="text" name="name" size="30" value="" style="font-family: sans-serif"></td> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: </tr> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: </table> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: <center> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: <p><input type="submit" value="Process" name="Process"></form></center> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: </body> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: </html> 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: Correct return code: 200 17:02:42 [2023-03-05T22:02:42.432Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy 17:02:42 [2023-03-05T22:02:42.432Z] 17:02:42 [2023-03-05T22:02:42.432Z] processResult: 17:02:42 [2023-03-05T22:02:42.432Z] 17:02:42 [2023-03-05T22:02:42.432Z] failed: 17:02:42 [2023-03-05T22:02:42.432Z] 17:02:42 [2023-03-05T22:02:42.432Z] passed: 17:02:42 [2023-03-05T22:02:42.432Z] [echo] Test ear Passed 17:02:42 [2023-03-05T22:02:42.432Z] 17:02:42 [2023-03-05T22:02:42.432Z] unknown: 17:02:42 [2023-03-05T22:02:42.432Z] 17:02:42 [2023-03-05T22:02:42.432Z] declare-test: 17:02:42 [2023-03-05T22:02:42.432Z] [echo] Starting test ear directorydeploy/ear Test asadmin redeploydir 17:02:42 [2023-03-05T22:02:42.432Z] 17:02:42 [2023-03-05T22:02:42.432Z] init.os: 17:02:42 [2023-03-05T22:02:42.432Z] 17:02:42 [2023-03-05T22:02:42.432Z] init.tools.unix: 17:02:42 [2023-03-05T22:02:42.432Z] 17:02:42 [2023-03-05T22:02:42.432Z] init.tools.windows: 17:02:42 [2023-03-05T22:02:42.432Z] 17:02:42 [2023-03-05T22:02:42.432Z] init.tools: 17:02:42 [2023-03-05T22:02:42.432Z] 17:02:42 [2023-03-05T22:02:42.432Z] setAsadminArgs: 17:02:42 [2023-03-05T22:02:42.432Z] 17:02:42 [2023-03-05T22:02:42.432Z] init: 17:02:42 [2023-03-05T22:02:42.432Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:42 [2023-03-05T22:02:42.432Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:42 [2023-03-05T22:02:42.432Z] [get] Not modified - so not downloaded 17:02:42 [2023-03-05T22:02:42.432Z] 17:02:42 [2023-03-05T22:02:42.432Z] init.customtasks: 17:02:42 [2023-03-05T22:02:42.432Z] 17:02:42 [2023-03-05T22:02:42.432Z] prepare: 17:02:42 [2023-03-05T22:02:42.432Z] 17:02:42 [2023-03-05T22:02:42.432Z] redeploydir.asadmin: 17:02:42 [2023-03-05T22:02:42.717Z] 17:02:42 [2023-03-05T22:02:42.717Z] setAsadminArgs: 17:02:42 [2023-03-05T22:02:42.717Z] 17:02:42 [2023-03-05T22:02:42.717Z] common.redeploydir.asadmin: 17:02:42 [2023-03-05T22:02:42.717Z] 17:02:42 [2023-03-05T22:02:42.717Z] init.os: 17:02:42 [2023-03-05T22:02:42.717Z] 17:02:42 [2023-03-05T22:02:42.717Z] init.tools.unix: 17:02:42 [2023-03-05T22:02:42.717Z] 17:02:42 [2023-03-05T22:02:42.717Z] init.tools.windows: 17:02:42 [2023-03-05T22:02:42.717Z] 17:02:42 [2023-03-05T22:02:42.717Z] init.tools: 17:02:42 [2023-03-05T22:02:42.717Z] 17:02:42 [2023-03-05T22:02:42.717Z] setAsadminArgs: 17:02:42 [2023-03-05T22:02:42.717Z] 17:02:42 [2023-03-05T22:02:42.717Z] init: 17:02:42 [2023-03-05T22:02:42.717Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:42 [2023-03-05T22:02:42.717Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:42 [2023-03-05T22:02:42.717Z] [get] Not modified - so not downloaded 17:02:42 [2023-03-05T22:02:42.717Z] 17:02:42 [2023-03-05T22:02:42.717Z] init.customtasks: 17:02:42 [2023-03-05T22:02:42.717Z] 17:02:42 [2023-03-05T22:02:42.717Z] common.run.asadmin: 17:02:42 [2023-03-05T22:02:42.717Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name dirDeployEar /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar 17:02:42 [2023-03-05T22:02:42.973Z] [exec] Deprecated syntax, instead use: 17:02:42 [2023-03-05T22:02:42.973Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:02:42 [2023-03-05T22:02:42.973Z] [exec] Application deployed with name dirDeployEar. 17:02:42 [2023-03-05T22:02:42.973Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:02:42 [2023-03-05T22:02:42.973Z] [exec] Command deploydir executed successfully. 17:02:42 [2023-03-05T22:02:42.973Z] 17:02:42 [2023-03-05T22:02:42.973Z] setHttpPort: 17:02:42 [2023-03-05T22:02:42.973Z] 17:02:42 [2023-03-05T22:02:42.973Z] run.positive: 17:02:42 [2023-03-05T22:02:42.973Z] 17:02:42 [2023-03-05T22:02:42.973Z] init.os: 17:02:42 [2023-03-05T22:02:42.973Z] 17:02:42 [2023-03-05T22:02:42.973Z] init.tools.unix: 17:02:42 [2023-03-05T22:02:42.973Z] 17:02:42 [2023-03-05T22:02:42.973Z] init.tools.windows: 17:02:42 [2023-03-05T22:02:42.973Z] 17:02:42 [2023-03-05T22:02:42.973Z] init.tools: 17:02:42 [2023-03-05T22:02:42.973Z] 17:02:42 [2023-03-05T22:02:42.973Z] setAsadminArgs: 17:02:42 [2023-03-05T22:02:42.973Z] 17:02:42 [2023-03-05T22:02:42.973Z] init: 17:02:42 [2023-03-05T22:02:42.973Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:42 [2023-03-05T22:02:42.973Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:42 [2023-03-05T22:02:42.973Z] [get] Not modified - so not downloaded 17:02:42 [2023-03-05T22:02:42.973Z] 17:02:42 [2023-03-05T22:02:42.973Z] init.customtasks: 17:02:42 [2023-03-05T22:02:42.973Z] 17:02:42 [2023-03-05T22:02:42.973Z] runclient: 17:02:42 [2023-03-05T22:02:42.973Z] [echo] TestClient http://localhost:8080/dirDeployEarWeb true 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/dirDeployEarWeb 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: <html> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: <head> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: <!-- 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: This program and the accompanying materials are made available under the 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: terms of the Eclipse Public License v. 2.0, which is available at 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: http://www.eclipse.org/legal/epl-2.0. 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: This Source Code may also be made available under the following Secondary 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: Licenses when the conditions for such availability set forth in the 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: Eclipse Public License v. 2.0 are satisfied: GNU General Public License, 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: version 2 with the GNU Classpath Exception, which is available at 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: https://www.gnu.org/software/classpath/license.html. 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: --> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: <meta name="GENERATOR" content="Mozilla/4.7 [en] (X11; U; SunOS 5.6 sun4u) [Netscape]"> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: <title>Hello World</title> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: </head> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: <body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000" bgproperties="fixed"> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: <form method="POST" action="/dirDeployEarWeb/GreeterServlet"> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: <center><b><font face="Arial"><font color="#000000"><font size=+2>HelloWorld 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: Sample Application</font></font></font></b></center> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: <table COLS=2 WIDTH="65%" > 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: <tr> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: <td ALIGN=RIGHT><b><font face="Arial"><font color="#000000"><font size=+1>Enter 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: Name:</font></font></font></b></td> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: <td><input type="text" name="name" size="30" value="" style="font-family: sans-serif"></td> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: </tr> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: </table> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: <center> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: <p><input type="submit" value="Process" name="Process"></form></center> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: </body> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: </html> 17:02:43 [2023-03-05T22:02:43.537Z] [javaWithResult] [directorydeploy.TestClient]:: Correct return code: 200 17:02:43 [2023-03-05T22:02:43.538Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] processResult: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] failed: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] passed: 17:02:43 [2023-03-05T22:02:43.538Z] [echo] Test ear Passed 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] unknown: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] declare-test: 17:02:43 [2023-03-05T22:02:43.538Z] [echo] Starting test ear directorydeploy/ear Test asadmin undeploydir 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] undeploy.asadmin: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] setAsadminArgs: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] common.undeploy.asadmin: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] init.os: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] init.tools.unix: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] init.tools.windows: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] init.tools: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] setAsadminArgs: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] init: 17:02:43 [2023-03-05T22:02:43.538Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:43 [2023-03-05T22:02:43.538Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:43 [2023-03-05T22:02:43.538Z] [get] Not modified - so not downloaded 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] init.customtasks: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] delAppRef: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] init.os: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] init.tools.unix: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] init.tools.windows: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] init.tools: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] setAsadminArgs: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] init: 17:02:43 [2023-03-05T22:02:43.538Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:43 [2023-03-05T22:02:43.538Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:43 [2023-03-05T22:02:43.538Z] [get] Not modified - so not downloaded 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] init.customtasks: 17:02:43 [2023-03-05T22:02:43.538Z] 17:02:43 [2023-03-05T22:02:43.538Z] common.run.asadmin: 17:02:43 [2023-03-05T22:02:43.538Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 dirDeployEar 17:02:43 [2023-03-05T22:02:43.794Z] [exec] Deprecated syntax, instead use: 17:02:43 [2023-03-05T22:02:43.794Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:43 [2023-03-05T22:02:43.794Z] [exec] Command undeploy executed successfully. 17:02:43 [2023-03-05T22:02:43.794Z] 17:02:43 [2023-03-05T22:02:43.794Z] setHttpPort: 17:02:43 [2023-03-05T22:02:43.794Z] 17:02:43 [2023-03-05T22:02:43.794Z] run.negative: 17:02:43 [2023-03-05T22:02:43.794Z] 17:02:43 [2023-03-05T22:02:43.794Z] init.os: 17:02:43 [2023-03-05T22:02:43.794Z] 17:02:43 [2023-03-05T22:02:43.794Z] init.tools.unix: 17:02:43 [2023-03-05T22:02:43.794Z] 17:02:43 [2023-03-05T22:02:43.794Z] init.tools.windows: 17:02:43 [2023-03-05T22:02:43.794Z] 17:02:43 [2023-03-05T22:02:43.794Z] init.tools: 17:02:43 [2023-03-05T22:02:43.794Z] 17:02:43 [2023-03-05T22:02:43.794Z] setAsadminArgs: 17:02:43 [2023-03-05T22:02:43.794Z] 17:02:43 [2023-03-05T22:02:43.794Z] init: 17:02:43 [2023-03-05T22:02:43.794Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:43 [2023-03-05T22:02:43.794Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:43 [2023-03-05T22:02:43.794Z] [get] Not modified - so not downloaded 17:02:43 [2023-03-05T22:02:43.794Z] 17:02:43 [2023-03-05T22:02:43.794Z] init.customtasks: 17:02:43 [2023-03-05T22:02:43.794Z] 17:02:43 [2023-03-05T22:02:43.794Z] runclient: 17:02:43 [2023-03-05T22:02:43.794Z] [echo] TestClient http://localhost:8080/dirDeployEarWeb/dirDeployEar false 17:02:44 [2023-03-05T22:02:44.051Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy 17:02:44 [2023-03-05T22:02:44.051Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/dirDeployEarWeb/dirDeployEar 17:02:44 [2023-03-05T22:02:44.051Z] [javaWithResult] [directorydeploy.TestClient]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080/dirDeployEarWeb/dirDeployEar 17:02:44 [2023-03-05T22:02:44.051Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy 17:02:44 [2023-03-05T22:02:44.051Z] 17:02:44 [2023-03-05T22:02:44.051Z] processResult: 17:02:44 [2023-03-05T22:02:44.051Z] 17:02:44 [2023-03-05T22:02:44.051Z] failed: 17:02:44 [2023-03-05T22:02:44.051Z] 17:02:44 [2023-03-05T22:02:44.051Z] passed: 17:02:44 [2023-03-05T22:02:44.051Z] [echo] Test ear Passed 17:02:44 [2023-03-05T22:02:44.051Z] 17:02:44 [2023-03-05T22:02:44.051Z] unknown: 17:02:44 [2023-03-05T22:02:44.051Z] 17:02:44 [2023-03-05T22:02:44.051Z] private-all: 17:02:44 [2023-03-05T22:02:44.051Z] 17:02:44 [2023-03-05T22:02:44.051Z] init.os: 17:02:44 [2023-03-05T22:02:44.051Z] 17:02:44 [2023-03-05T22:02:44.051Z] init.tools.unix: 17:02:44 [2023-03-05T22:02:44.051Z] 17:02:44 [2023-03-05T22:02:44.051Z] init.tools.windows: 17:02:44 [2023-03-05T22:02:44.051Z] 17:02:44 [2023-03-05T22:02:44.051Z] init.tools: 17:02:44 [2023-03-05T22:02:44.051Z] 17:02:44 [2023-03-05T22:02:44.051Z] setAsadminArgs: 17:02:44 [2023-03-05T22:02:44.052Z] 17:02:44 [2023-03-05T22:02:44.052Z] init: 17:02:44 [2023-03-05T22:02:44.052Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:44 [2023-03-05T22:02:44.052Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:44 [2023-03-05T22:02:44.052Z] [get] Not modified - so not downloaded 17:02:44 [2023-03-05T22:02:44.052Z] 17:02:44 [2023-03-05T22:02:44.052Z] init.customtasks: 17:02:44 [2023-03-05T22:02:44.052Z] 17:02:44 [2023-03-05T22:02:44.052Z] prepare: 17:02:44 [2023-03-05T22:02:44.052Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix 17:02:44 [2023-03-05T22:02:44.052Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear 17:02:44 [2023-03-05T22:02:44.052Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixEjb.jar 17:02:44 [2023-03-05T22:02:44.052Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixWeb.war 17:02:44 [2023-03-05T22:02:44.052Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixWeb.war/WEB-INF/classes 17:02:44 [2023-03-05T22:02:44.052Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/client 17:02:44 [2023-03-05T22:02:44.052Z] 17:02:44 [2023-03-05T22:02:44.052Z] compile: 17:02:44 [2023-03-05T22:02:44.052Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/directorydeploy/earwithsuffix/build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:44 [2023-03-05T22:02:44.052Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixEjb.jar 17:02:44 [2023-03-05T22:02:44.307Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:44 [2023-03-05T22:02:44.307Z] [javac] 1 warning 17:02:44 [2023-03-05T22:02:44.307Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/directorydeploy/earwithsuffix/build.xml:55: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:44 [2023-03-05T22:02:44.307Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixWeb.war/WEB-INF/classes 17:02:44 [2023-03-05T22:02:44.563Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:44 [2023-03-05T22:02:44.563Z] [javac] 1 warning 17:02:44 [2023-03-05T22:02:44.564Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/directorydeploy/earwithsuffix/build.xml:62: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:44 [2023-03-05T22:02:44.564Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/client 17:02:44 [2023-03-05T22:02:44.820Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:44 [2023-03-05T22:02:44.820Z] [javac] 1 warning 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] assemble: 17:02:44 [2023-03-05T22:02:44.820Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixWeb.war/WEB-INF 17:02:44 [2023-03-05T22:02:44.820Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixWeb.war/WEB-INF 17:02:44 [2023-03-05T22:02:44.820Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixWeb.war 17:02:44 [2023-03-05T22:02:44.820Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixWeb.war/WEB-INF/classes 17:02:44 [2023-03-05T22:02:44.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixEjb.jar/META-INF 17:02:44 [2023-03-05T22:02:44.820Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixEjb.jar/META-INF 17:02:44 [2023-03-05T22:02:44.820Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixEjb.jar/META-INF 17:02:44 [2023-03-05T22:02:44.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/META-INF 17:02:44 [2023-03-05T22:02:44.820Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/META-INF 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] declare-test: 17:02:44 [2023-03-05T22:02:44.820Z] [echo] Starting test earwithsuffix directorydeploy/earWithSuffix Test asadmin deploydir 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] init.os: 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] init.tools.unix: 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] init.tools.windows: 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] init.tools: 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] setAsadminArgs: 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] init: 17:02:44 [2023-03-05T22:02:44.820Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:44 [2023-03-05T22:02:44.820Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:44 [2023-03-05T22:02:44.820Z] [get] Not modified - so not downloaded 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] init.customtasks: 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] prepare: 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] deploydir.asadmin: 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] setAsadminArgs: 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] common.deploydir.asadmin: 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] init.os: 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] init.tools.unix: 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] init.tools.windows: 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] init.tools: 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] setAsadminArgs: 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] init: 17:02:44 [2023-03-05T22:02:44.820Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:44 [2023-03-05T22:02:44.820Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:44 [2023-03-05T22:02:44.820Z] [get] Not modified - so not downloaded 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] init.customtasks: 17:02:44 [2023-03-05T22:02:44.820Z] 17:02:44 [2023-03-05T22:02:44.820Z] common.run.asadmin: 17:02:44 [2023-03-05T22:02:44.820Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name dirDeployWithEarSuffix /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear 17:02:45 [2023-03-05T22:02:45.077Z] [exec] Deprecated syntax, instead use: 17:02:45 [2023-03-05T22:02:45.077Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:02:45 [2023-03-05T22:02:45.077Z] [exec] Application deployed with name dirDeployWithEarSuffix. 17:02:45 [2023-03-05T22:02:45.077Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:02:45 [2023-03-05T22:02:45.077Z] [exec] Command deploydir executed successfully. 17:02:45 [2023-03-05T22:02:45.077Z] 17:02:45 [2023-03-05T22:02:45.077Z] setHttpPort: 17:02:45 [2023-03-05T22:02:45.077Z] 17:02:45 [2023-03-05T22:02:45.077Z] run.positive: 17:02:45 [2023-03-05T22:02:45.077Z] 17:02:45 [2023-03-05T22:02:45.077Z] init.os: 17:02:45 [2023-03-05T22:02:45.077Z] 17:02:45 [2023-03-05T22:02:45.077Z] init.tools.unix: 17:02:45 [2023-03-05T22:02:45.077Z] 17:02:45 [2023-03-05T22:02:45.077Z] init.tools.windows: 17:02:45 [2023-03-05T22:02:45.077Z] 17:02:45 [2023-03-05T22:02:45.077Z] init.tools: 17:02:45 [2023-03-05T22:02:45.077Z] 17:02:45 [2023-03-05T22:02:45.077Z] setAsadminArgs: 17:02:45 [2023-03-05T22:02:45.077Z] 17:02:45 [2023-03-05T22:02:45.077Z] init: 17:02:45 [2023-03-05T22:02:45.077Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:45 [2023-03-05T22:02:45.077Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:45 [2023-03-05T22:02:45.077Z] [get] Not modified - so not downloaded 17:02:45 [2023-03-05T22:02:45.077Z] 17:02:45 [2023-03-05T22:02:45.077Z] init.customtasks: 17:02:45 [2023-03-05T22:02:45.077Z] 17:02:45 [2023-03-05T22:02:45.077Z] runclient: 17:02:45 [2023-03-05T22:02:45.077Z] [echo] TestClient http://localhost:8080/dirDeployWithEarSuffixWeb true 17:02:45 [2023-03-05T22:02:45.333Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy 17:02:45 [2023-03-05T22:02:45.333Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/dirDeployWithEarSuffixWeb 17:02:45 [2023-03-05T22:02:45.333Z] [javaWithResult] [directorydeploy.TestClient]:: <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> 17:02:45 [2023-03-05T22:02:45.333Z] [javaWithResult] [directorydeploy.TestClient]:: <html> 17:02:45 [2023-03-05T22:02:45.333Z] [javaWithResult] [directorydeploy.TestClient]:: <head> 17:02:45 [2023-03-05T22:02:45.333Z] [javaWithResult] [directorydeploy.TestClient]:: <!-- 17:02:45 [2023-03-05T22:02:45.333Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:45 [2023-03-05T22:02:45.333Z] [javaWithResult] [directorydeploy.TestClient]:: Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. 17:02:45 [2023-03-05T22:02:45.333Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:45 [2023-03-05T22:02:45.333Z] [javaWithResult] [directorydeploy.TestClient]:: This program and the accompanying materials are made available under the 17:02:45 [2023-03-05T22:02:45.333Z] [javaWithResult] [directorydeploy.TestClient]:: terms of the Eclipse Public License v. 2.0, which is available at 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: http://www.eclipse.org/legal/epl-2.0. 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: This Source Code may also be made available under the following Secondary 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: Licenses when the conditions for such availability set forth in the 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: Eclipse Public License v. 2.0 are satisfied: GNU General Public License, 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: version 2 with the GNU Classpath Exception, which is available at 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: https://www.gnu.org/software/classpath/license.html. 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: --> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: <meta name="GENERATOR" content="Mozilla/4.7 [en] (X11; U; SunOS 5.6 sun4u) [Netscape]"> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: <title>Hello World</title> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: </head> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: <body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000" bgproperties="fixed"> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: <form method="POST" action="/dirDeployEarWeb/GreeterServlet"> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: <center><b><font face="Arial"><font color="#000000"><font size=+2>HelloWorld 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: Sample Application</font></font></font></b></center> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: <table COLS=2 WIDTH="65%" > 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: <tr> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: <td ALIGN=RIGHT><b><font face="Arial"><font color="#000000"><font size=+1>Enter 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: Name:</font></font></font></b></td> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: <td><input type="text" name="name" size="30" value="" style="font-family: sans-serif"></td> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: </tr> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: </table> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: <center> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: <p><input type="submit" value="Process" name="Process"></form></center> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: </body> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: </html> 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: Correct return code: 200 17:02:45 [2023-03-05T22:02:45.334Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] processResult: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] failed: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] passed: 17:02:45 [2023-03-05T22:02:45.619Z] [echo] Test earwithsuffix Passed 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] unknown: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] declare-test: 17:02:45 [2023-03-05T22:02:45.619Z] [echo] Starting test earwithsuffix directorydeploy/earWithSuffix Test asadmin redeploydir 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] init.os: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] init.tools.unix: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] init.tools.windows: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] init.tools: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] setAsadminArgs: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] init: 17:02:45 [2023-03-05T22:02:45.619Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:45 [2023-03-05T22:02:45.619Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:45 [2023-03-05T22:02:45.619Z] [get] Not modified - so not downloaded 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] init.customtasks: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] prepare: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] redeploydir.asadmin: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] setAsadminArgs: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] common.redeploydir.asadmin: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] init.os: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] init.tools.unix: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] init.tools.windows: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] init.tools: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] setAsadminArgs: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] init: 17:02:45 [2023-03-05T22:02:45.619Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:45 [2023-03-05T22:02:45.619Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:45 [2023-03-05T22:02:45.619Z] [get] Not modified - so not downloaded 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] init.customtasks: 17:02:45 [2023-03-05T22:02:45.619Z] 17:02:45 [2023-03-05T22:02:45.619Z] common.run.asadmin: 17:02:45 [2023-03-05T22:02:45.619Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name dirDeployWithEarSuffix /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear 17:02:45 [2023-03-05T22:02:45.619Z] [exec] Deprecated syntax, instead use: 17:02:45 [2023-03-05T22:02:45.619Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:02:45 [2023-03-05T22:02:45.875Z] [exec] Application deployed with name dirDeployWithEarSuffix. 17:02:45 [2023-03-05T22:02:45.875Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:02:45 [2023-03-05T22:02:45.875Z] [exec] Command deploydir executed successfully. 17:02:45 [2023-03-05T22:02:45.875Z] 17:02:45 [2023-03-05T22:02:45.875Z] setHttpPort: 17:02:45 [2023-03-05T22:02:45.875Z] 17:02:45 [2023-03-05T22:02:45.875Z] run.positive: 17:02:45 [2023-03-05T22:02:45.875Z] 17:02:45 [2023-03-05T22:02:45.875Z] init.os: 17:02:45 [2023-03-05T22:02:45.875Z] 17:02:45 [2023-03-05T22:02:45.875Z] init.tools.unix: 17:02:45 [2023-03-05T22:02:45.875Z] 17:02:45 [2023-03-05T22:02:45.875Z] init.tools.windows: 17:02:45 [2023-03-05T22:02:45.875Z] 17:02:45 [2023-03-05T22:02:45.875Z] init.tools: 17:02:45 [2023-03-05T22:02:45.875Z] 17:02:45 [2023-03-05T22:02:45.875Z] setAsadminArgs: 17:02:45 [2023-03-05T22:02:45.875Z] 17:02:45 [2023-03-05T22:02:45.875Z] init: 17:02:45 [2023-03-05T22:02:45.875Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:45 [2023-03-05T22:02:45.875Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:45 [2023-03-05T22:02:45.875Z] [get] Not modified - so not downloaded 17:02:45 [2023-03-05T22:02:45.875Z] 17:02:45 [2023-03-05T22:02:45.875Z] init.customtasks: 17:02:45 [2023-03-05T22:02:45.875Z] 17:02:45 [2023-03-05T22:02:45.875Z] runclient: 17:02:45 [2023-03-05T22:02:45.875Z] [echo] TestClient http://localhost:8080/dirDeployWithEarSuffixWeb true 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/dirDeployWithEarSuffixWeb 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: <html> 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: <head> 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: <!-- 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved. 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: This program and the accompanying materials are made available under the 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: terms of the Eclipse Public License v. 2.0, which is available at 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: http://www.eclipse.org/legal/epl-2.0. 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: This Source Code may also be made available under the following Secondary 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: Licenses when the conditions for such availability set forth in the 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: Eclipse Public License v. 2.0 are satisfied: GNU General Public License, 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: version 2 with the GNU Classpath Exception, which is available at 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: https://www.gnu.org/software/classpath/license.html. 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: --> 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: <meta name="GENERATOR" content="Mozilla/4.7 [en] (X11; U; SunOS 5.6 sun4u) [Netscape]"> 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: <title>Hello World</title> 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: </head> 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: <body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000" bgproperties="fixed"> 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: <form method="POST" action="/dirDeployEarWeb/GreeterServlet"> 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: <center><b><font face="Arial"><font color="#000000"><font size=+2>HelloWorld 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: Sample Application</font></font></font></b></center> 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: <table COLS=2 WIDTH="65%" > 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: <tr> 17:02:46 [2023-03-05T22:02:46.438Z] [javaWithResult] [directorydeploy.TestClient]:: <td ALIGN=RIGHT><b><font face="Arial"><font color="#000000"><font size=+1>Enter 17:02:46 [2023-03-05T22:02:46.439Z] [javaWithResult] [directorydeploy.TestClient]:: Name:</font></font></font></b></td> 17:02:46 [2023-03-05T22:02:46.439Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:46 [2023-03-05T22:02:46.439Z] [javaWithResult] [directorydeploy.TestClient]:: <td><input type="text" name="name" size="30" value="" style="font-family: sans-serif"></td> 17:02:46 [2023-03-05T22:02:46.439Z] [javaWithResult] [directorydeploy.TestClient]:: </tr> 17:02:46 [2023-03-05T22:02:46.439Z] [javaWithResult] [directorydeploy.TestClient]:: </table> 17:02:46 [2023-03-05T22:02:46.439Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:46 [2023-03-05T22:02:46.439Z] [javaWithResult] [directorydeploy.TestClient]:: <center> 17:02:46 [2023-03-05T22:02:46.439Z] [javaWithResult] [directorydeploy.TestClient]:: <p><input type="submit" value="Process" name="Process"></form></center> 17:02:46 [2023-03-05T22:02:46.439Z] [javaWithResult] [directorydeploy.TestClient]:: 17:02:46 [2023-03-05T22:02:46.439Z] [javaWithResult] [directorydeploy.TestClient]:: </body> 17:02:46 [2023-03-05T22:02:46.439Z] [javaWithResult] [directorydeploy.TestClient]:: </html> 17:02:46 [2023-03-05T22:02:46.439Z] [javaWithResult] [directorydeploy.TestClient]:: Correct return code: 200 17:02:46 [2023-03-05T22:02:46.439Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] processResult: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] failed: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] passed: 17:02:46 [2023-03-05T22:02:46.439Z] [echo] Test earwithsuffix Passed 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] unknown: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] declare-test: 17:02:46 [2023-03-05T22:02:46.439Z] [echo] Starting test earwithsuffix directorydeploy/earWithSuffix Test asadmin undeploydir 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] undeploy.asadmin: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] setAsadminArgs: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] common.undeploy.asadmin: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] init.os: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] init.tools.unix: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] init.tools.windows: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] init.tools: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] setAsadminArgs: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] init: 17:02:46 [2023-03-05T22:02:46.439Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:46 [2023-03-05T22:02:46.439Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:46 [2023-03-05T22:02:46.439Z] [get] Not modified - so not downloaded 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] init.customtasks: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] delAppRef: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] init.os: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] init.tools.unix: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] init.tools.windows: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] init.tools: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] setAsadminArgs: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] init: 17:02:46 [2023-03-05T22:02:46.439Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:46 [2023-03-05T22:02:46.439Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:46 [2023-03-05T22:02:46.439Z] [get] Not modified - so not downloaded 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] init.customtasks: 17:02:46 [2023-03-05T22:02:46.439Z] 17:02:46 [2023-03-05T22:02:46.439Z] common.run.asadmin: 17:02:46 [2023-03-05T22:02:46.439Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 dirDeployWithEarSuffix 17:02:46 [2023-03-05T22:02:46.695Z] [exec] Deprecated syntax, instead use: 17:02:46 [2023-03-05T22:02:46.695Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:02:46 [2023-03-05T22:02:46.695Z] [exec] Command undeploy executed successfully. 17:02:46 [2023-03-05T22:02:46.695Z] 17:02:46 [2023-03-05T22:02:46.695Z] setHttpPort: 17:02:46 [2023-03-05T22:02:46.695Z] 17:02:46 [2023-03-05T22:02:46.695Z] run.negative: 17:02:46 [2023-03-05T22:02:46.695Z] 17:02:46 [2023-03-05T22:02:46.695Z] init.os: 17:02:46 [2023-03-05T22:02:46.695Z] 17:02:46 [2023-03-05T22:02:46.695Z] init.tools.unix: 17:02:46 [2023-03-05T22:02:46.695Z] 17:02:46 [2023-03-05T22:02:46.695Z] init.tools.windows: 17:02:46 [2023-03-05T22:02:46.695Z] 17:02:46 [2023-03-05T22:02:46.695Z] init.tools: 17:02:46 [2023-03-05T22:02:46.695Z] 17:02:46 [2023-03-05T22:02:46.695Z] setAsadminArgs: 17:02:46 [2023-03-05T22:02:46.695Z] 17:02:46 [2023-03-05T22:02:46.695Z] init: 17:02:46 [2023-03-05T22:02:46.695Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:46 [2023-03-05T22:02:46.695Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:46 [2023-03-05T22:02:46.695Z] [get] Not modified - so not downloaded 17:02:46 [2023-03-05T22:02:46.695Z] 17:02:46 [2023-03-05T22:02:46.695Z] init.customtasks: 17:02:46 [2023-03-05T22:02:46.695Z] 17:02:46 [2023-03-05T22:02:46.695Z] runclient: 17:02:46 [2023-03-05T22:02:46.695Z] [echo] TestClient http://localhost:8080/dirDeployWithEarSuffixWeb/dirDeployWithEarSuffix false 17:02:46 [2023-03-05T22:02:46.951Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy 17:02:46 [2023-03-05T22:02:46.951Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/dirDeployWithEarSuffixWeb/dirDeployWithEarSuffix 17:02:46 [2023-03-05T22:02:46.951Z] [javaWithResult] [directorydeploy.TestClient]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080/dirDeployWithEarSuffixWeb/dirDeployWithEarSuffix 17:02:46 [2023-03-05T22:02:46.951Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy 17:02:46 [2023-03-05T22:02:46.951Z] 17:02:46 [2023-03-05T22:02:46.951Z] processResult: 17:02:46 [2023-03-05T22:02:46.951Z] 17:02:46 [2023-03-05T22:02:46.951Z] failed: 17:02:46 [2023-03-05T22:02:46.951Z] 17:02:46 [2023-03-05T22:02:46.951Z] passed: 17:02:46 [2023-03-05T22:02:46.951Z] [echo] Test earwithsuffix Passed 17:02:46 [2023-03-05T22:02:46.951Z] 17:02:46 [2023-03-05T22:02:46.951Z] unknown: 17:02:46 [2023-03-05T22:02:46.951Z] 17:02:46 [2023-03-05T22:02:46.951Z] private-all: 17:02:46 [2023-03-05T22:02:46.951Z] 17:02:46 [2023-03-05T22:02:46.951Z] init.os: 17:02:46 [2023-03-05T22:02:46.951Z] 17:02:46 [2023-03-05T22:02:46.951Z] init.tools.unix: 17:02:46 [2023-03-05T22:02:46.951Z] 17:02:46 [2023-03-05T22:02:46.951Z] init.tools.windows: 17:02:46 [2023-03-05T22:02:46.951Z] 17:02:46 [2023-03-05T22:02:46.951Z] init.tools: 17:02:46 [2023-03-05T22:02:46.951Z] 17:02:46 [2023-03-05T22:02:46.951Z] setAsadminArgs: 17:02:46 [2023-03-05T22:02:46.951Z] 17:02:46 [2023-03-05T22:02:46.951Z] init: 17:02:46 [2023-03-05T22:02:46.951Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:46 [2023-03-05T22:02:46.951Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:46 [2023-03-05T22:02:46.951Z] [get] Not modified - so not downloaded 17:02:46 [2023-03-05T22:02:46.951Z] 17:02:46 [2023-03-05T22:02:46.951Z] init.customtasks: 17:02:46 [2023-03-05T22:02:46.951Z] 17:02:46 [2023-03-05T22:02:46.951Z] prepare: 17:02:46 [2023-03-05T22:02:46.951Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb 17:02:46 [2023-03-05T22:02:46.951Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/dirDeployEjb 17:02:46 [2023-03-05T22:02:46.951Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/client 17:02:46 [2023-03-05T22:02:46.951Z] 17:02:46 [2023-03-05T22:02:46.951Z] compile: 17:02:46 [2023-03-05T22:02:46.951Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/directorydeploy/ejb/build.xml:45: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:46 [2023-03-05T22:02:46.952Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/dirDeployEjb 17:02:47 [2023-03-05T22:02:47.208Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:47 [2023-03-05T22:02:47.208Z] [javac] 1 warning 17:02:47 [2023-03-05T22:02:47.208Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/directorydeploy/ejb/build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:02:47 [2023-03-05T22:02:47.208Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/client 17:02:47 [2023-03-05T22:02:47.464Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:02:47 [2023-03-05T22:02:47.464Z] [javac] 1 warning 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] assemble: 17:02:47 [2023-03-05T22:02:47.464Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/dirDeployEjb/META-INF 17:02:47 [2023-03-05T22:02:47.464Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/dirDeployEjb/META-INF 17:02:47 [2023-03-05T22:02:47.464Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/dirDeployEjb/META-INF 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] declare-test: 17:02:47 [2023-03-05T22:02:47.464Z] [echo] Starting test ejb directorydeploy/ejb Test asadmin deploydir 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] init.os: 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] init.tools.unix: 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] init.tools.windows: 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] init.tools: 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] setAsadminArgs: 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] init: 17:02:47 [2023-03-05T22:02:47.464Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:47 [2023-03-05T22:02:47.464Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:47 [2023-03-05T22:02:47.464Z] [get] Not modified - so not downloaded 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] init.customtasks: 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] prepare: 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] deploydir.asadmin: 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] setAsadminArgs: 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] common.deploydir.asadmin: 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] init.os: 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] init.tools.unix: 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] init.tools.windows: 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] init.tools: 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] setAsadminArgs: 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] init: 17:02:47 [2023-03-05T22:02:47.464Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:47 [2023-03-05T22:02:47.464Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:47 [2023-03-05T22:02:47.464Z] [get] Not modified - so not downloaded 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] init.customtasks: 17:02:47 [2023-03-05T22:02:47.464Z] 17:02:47 [2023-03-05T22:02:47.464Z] common.run.asadmin: 17:02:47 [2023-03-05T22:02:47.464Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name dirDeployEjb --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/dirDeployEjb 17:02:47 [2023-03-05T22:02:47.721Z] [exec] Deprecated syntax, instead use: 17:02:47 [2023-03-05T22:02:47.721Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:02:47 [2023-03-05T22:02:47.977Z] [exec] Application deployed with name dirDeployEjb. 17:02:47 [2023-03-05T22:02:47.977Z] [exec] there are no files to retrieve for application dirDeployEjb 17:02:47 [2023-03-05T22:02:47.977Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:02:47 [2023-03-05T22:02:47.977Z] [exec] Command deploydir executed successfully. 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] init.os: 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] init.tools.unix: 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] init.tools.windows: 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] init.tools: 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] setAsadminArgs: 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] init: 17:02:47 [2023-03-05T22:02:47.977Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:47 [2023-03-05T22:02:47.977Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:47 [2023-03-05T22:02:47.977Z] [get] Not modified - so not downloaded 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] init.customtasks: 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] setOrbPort: 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] run.positive: 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] init.os: 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] init.tools.unix: 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] init.tools.windows: 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] init.tools: 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] setAsadminArgs: 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] init: 17:02:47 [2023-03-05T22:02:47.977Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:47 [2023-03-05T22:02:47.977Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:47 [2023-03-05T22:02:47.977Z] [get] Not modified - so not downloaded 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] init.customtasks: 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] setOrbPort: 17:02:47 [2023-03-05T22:02:47.977Z] 17:02:47 [2023-03-05T22:02:47.977Z] runclient: 17:02:48 [2023-03-05T22:02:48.234Z] [javaWithResult] Test expects successful result 17:02:48 [2023-03-05T22:02:48.491Z] [javaWithResult] Mar 05, 2023 10:02:48 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient 17:02:48 [2023-03-05T22:02:48.491Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. 17:02:55 [2023-03-05T22:02:55.036Z] [javaWithResult] Mar 05, 2023 10:02:54 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 17:02:55 [2023-03-05T22:02:55.036Z] [javaWithResult] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7ab34619 17:02:55 [2023-03-05T22:02:55.602Z] [javaWithResult] Looked up home!! 17:02:55 [2023-03-05T22:02:55.602Z] [javaWithResult] Narrowed home!! 17:02:55 [2023-03-05T22:02:55.602Z] [javaWithResult] Got the EJB!! 17:02:55 [2023-03-05T22:02:55.602Z] [javaWithResult] Statelesshello EJB - checked environment properties for user scott 17:02:55 [2023-03-05T22:02:55.602Z] [javaWithResult] and for number which is = 22.25 17:02:55 [2023-03-05T22:02:55.602Z] [javaWithResult] 17:02:55 [2023-03-05T22:02:55.603Z] [javaWithResult] Client's sayStatelesshello() method succeeded 17:02:55 [2023-03-05T22:02:55.603Z] [javaWithResult] 17:02:55 [2023-03-05T22:02:55.603Z] [javaWithResult] Client now getting a User Defined Exception 17:02:55 [2023-03-05T22:02:55.603Z] [javaWithResult] Success! Caught StatelesshelloException 17:02:55 [2023-03-05T22:02:55.603Z] [javaWithResult] Client's getUserDefinedException() method succeeded 17:02:55 [2023-03-05T22:02:55.603Z] [javaWithResult] 17:02:55 [2023-03-05T22:02:55.603Z] [javaWithResult] Client is now trying to remove the session bean 17:02:55 [2023-03-05T22:02:55.603Z] [javaWithResult] 17:02:55 [2023-03-05T22:02:55.603Z] [javaWithResult] Session bean was successfully removed by the client. 17:02:55 [2023-03-05T22:02:55.603Z] [javaWithResult] 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] processResult: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] failed: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] passed: 17:02:55 [2023-03-05T22:02:55.603Z] [echo] Test ejb Passed 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] unknown: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] declare-test: 17:02:55 [2023-03-05T22:02:55.603Z] [echo] Starting test ejb directorydeploy/ejb Test asadmin redeploydir 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] init.os: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] init.tools.unix: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] init.tools.windows: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] init.tools: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] setAsadminArgs: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] init: 17:02:55 [2023-03-05T22:02:55.603Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:55 [2023-03-05T22:02:55.603Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:55 [2023-03-05T22:02:55.603Z] [get] Not modified - so not downloaded 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] init.customtasks: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] prepare: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] redeploydir.asadmin: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] setAsadminArgs: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] common.redeploydir.asadmin: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] init.os: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] init.tools.unix: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] init.tools.windows: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] init.tools: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] setAsadminArgs: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] init: 17:02:55 [2023-03-05T22:02:55.603Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:02:55 [2023-03-05T22:02:55.603Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:02:55 [2023-03-05T22:02:55.603Z] [get] Not modified - so not downloaded 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] init.customtasks: 17:02:55 [2023-03-05T22:02:55.603Z] 17:02:55 [2023-03-05T22:02:55.603Z] common.run.asadmin: 17:02:55 [2023-03-05T22:02:55.603Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name dirDeployEjb --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/dirDeployEjb 17:03:05 [2023-03-05T22:03:05.558Z] [exec] Deprecated syntax, instead use: 17:03:05 [2023-03-05T22:03:05.558Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:03:05 [2023-03-05T22:03:05.558Z] [exec] Application deployed with name dirDeployEjb. 17:03:05 [2023-03-05T22:03:05.558Z] [exec] there are no files to retrieve for application dirDeployEjb 17:03:05 [2023-03-05T22:03:05.558Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:03:05 [2023-03-05T22:03:05.558Z] [exec] Command deploydir executed successfully. 17:03:05 [2023-03-05T22:03:05.558Z] 17:03:05 [2023-03-05T22:03:05.558Z] init.os: 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] init.tools.unix: 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] init.tools.windows: 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] init.tools: 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] setAsadminArgs: 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] init: 17:03:05 [2023-03-05T22:03:05.559Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:05 [2023-03-05T22:03:05.559Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:05 [2023-03-05T22:03:05.559Z] [get] Not modified - so not downloaded 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] init.customtasks: 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] setOrbPort: 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] run.positive: 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] init.os: 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] init.tools.unix: 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] init.tools.windows: 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] init.tools: 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] setAsadminArgs: 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] init: 17:03:05 [2023-03-05T22:03:05.559Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:05 [2023-03-05T22:03:05.559Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:05 [2023-03-05T22:03:05.559Z] [get] Not modified - so not downloaded 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] init.customtasks: 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] setOrbPort: 17:03:05 [2023-03-05T22:03:05.559Z] 17:03:05 [2023-03-05T22:03:05.559Z] runclient: 17:03:05 [2023-03-05T22:03:05.559Z] [javaWithResult] Test expects successful result 17:03:05 [2023-03-05T22:03:05.559Z] [javaWithResult] Mar 05, 2023 10:03:05 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient 17:03:05 [2023-03-05T22:03:05.559Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] Mar 05, 2023 10:03:06 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7ab34619 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] Looked up home!! 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] Narrowed home!! 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] Got the EJB!! 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] Statelesshello EJB - checked environment properties for user scott 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] and for number which is = 22.25 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] Client's sayStatelesshello() method succeeded 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] Client now getting a User Defined Exception 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] Success! Caught StatelesshelloException 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] Client's getUserDefinedException() method succeeded 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] Client is now trying to remove the session bean 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] Session bean was successfully removed by the client. 17:03:07 [2023-03-05T22:03:07.453Z] [javaWithResult] 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] processResult: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] failed: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] passed: 17:03:07 [2023-03-05T22:03:07.710Z] [echo] Test ejb Passed 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] unknown: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] declare-test: 17:03:07 [2023-03-05T22:03:07.710Z] [echo] Starting test ejb directorydeploy/ejb Test asadmin undeploydir 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] undeploy.asadmin: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] setAsadminArgs: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] common.undeploy.asadmin: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] init.os: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] init.tools.unix: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] init.tools.windows: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] init.tools: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] setAsadminArgs: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] init: 17:03:07 [2023-03-05T22:03:07.710Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:07 [2023-03-05T22:03:07.710Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:07 [2023-03-05T22:03:07.710Z] [get] Not modified - so not downloaded 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] init.customtasks: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] delAppRef: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] init.os: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] init.tools.unix: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] init.tools.windows: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] init.tools: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] setAsadminArgs: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] init: 17:03:07 [2023-03-05T22:03:07.710Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:07 [2023-03-05T22:03:07.710Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:07 [2023-03-05T22:03:07.710Z] [get] Not modified - so not downloaded 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] init.customtasks: 17:03:07 [2023-03-05T22:03:07.710Z] 17:03:07 [2023-03-05T22:03:07.710Z] common.run.asadmin: 17:03:07 [2023-03-05T22:03:07.710Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 dirDeployEjb 17:03:07 [2023-03-05T22:03:07.967Z] [exec] Deprecated syntax, instead use: 17:03:07 [2023-03-05T22:03:07.967Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:03:07 [2023-03-05T22:03:07.967Z] [exec] Command undeploy executed successfully. 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] init.os: 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] init.tools.unix: 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] init.tools.windows: 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] init.tools: 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] setAsadminArgs: 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] init: 17:03:07 [2023-03-05T22:03:07.967Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:07 [2023-03-05T22:03:07.967Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:07 [2023-03-05T22:03:07.967Z] [get] Not modified - so not downloaded 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] init.customtasks: 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] setOrbPort: 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] run.negative: 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] init.os: 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] init.tools.unix: 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] init.tools.windows: 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] init.tools: 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] setAsadminArgs: 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] init: 17:03:07 [2023-03-05T22:03:07.967Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:07 [2023-03-05T22:03:07.967Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:07 [2023-03-05T22:03:07.967Z] [get] Not modified - so not downloaded 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] init.customtasks: 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] setOrbPort: 17:03:07 [2023-03-05T22:03:07.967Z] 17:03:07 [2023-03-05T22:03:07.967Z] runclient: 17:03:08 [2023-03-05T22:03:08.529Z] [javaWithResult] Test expected to fail 17:03:08 [2023-03-05T22:03:08.529Z] [javaWithResult] Mar 05, 2023 10:03:08 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient 17:03:08 [2023-03-05T22:03:08.529Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. 17:03:10 [2023-03-05T22:03:10.422Z] [javaWithResult] Mar 05, 2023 10:03:10 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 17:03:10 [2023-03-05T22:03:10.422Z] [javaWithResult] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7ab34619 17:03:10 [2023-03-05T22:03:10.678Z] [javaWithResult] Recd exception as expected 17:03:10 [2023-03-05T22:03:10.678Z] [javaWithResult] Session bean was successfully removed by the client. 17:03:10 [2023-03-05T22:03:10.678Z] [javaWithResult] 17:03:10 [2023-03-05T22:03:10.933Z] 17:03:10 [2023-03-05T22:03:10.933Z] processResult: 17:03:10 [2023-03-05T22:03:10.933Z] 17:03:10 [2023-03-05T22:03:10.933Z] failed: 17:03:10 [2023-03-05T22:03:10.933Z] 17:03:10 [2023-03-05T22:03:10.933Z] passed: 17:03:10 [2023-03-05T22:03:10.933Z] [echo] Test ejb Passed 17:03:10 [2023-03-05T22:03:10.933Z] 17:03:10 [2023-03-05T22:03:10.933Z] unknown: 17:03:10 [2023-03-05T22:03:10.933Z] 17:03:10 [2023-03-05T22:03:10.933Z] private-all: 17:03:10 [2023-03-05T22:03:10.933Z] 17:03:10 [2023-03-05T22:03:10.933Z] init.os: 17:03:10 [2023-03-05T22:03:10.933Z] 17:03:10 [2023-03-05T22:03:10.933Z] init.tools.unix: 17:03:10 [2023-03-05T22:03:10.933Z] 17:03:10 [2023-03-05T22:03:10.933Z] init.tools.windows: 17:03:10 [2023-03-05T22:03:10.933Z] 17:03:10 [2023-03-05T22:03:10.933Z] init.tools: 17:03:10 [2023-03-05T22:03:10.933Z] 17:03:10 [2023-03-05T22:03:10.933Z] setAsadminArgs: 17:03:10 [2023-03-05T22:03:10.933Z] 17:03:10 [2023-03-05T22:03:10.933Z] init: 17:03:10 [2023-03-05T22:03:10.933Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:10 [2023-03-05T22:03:10.933Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:10 [2023-03-05T22:03:10.933Z] [get] Not modified - so not downloaded 17:03:10 [2023-03-05T22:03:10.933Z] 17:03:10 [2023-03-05T22:03:10.934Z] init.customtasks: 17:03:10 [2023-03-05T22:03:10.934Z] 17:03:10 [2023-03-05T22:03:10.934Z] prepare: 17:03:10 [2023-03-05T22:03:10.934Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix 17:03:10 [2023-03-05T22:03:10.934Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/dirDeployWithEjbSuffix.jar 17:03:10 [2023-03-05T22:03:10.934Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/client 17:03:10 [2023-03-05T22:03:10.934Z] 17:03:10 [2023-03-05T22:03:10.934Z] compile: 17:03:10 [2023-03-05T22:03:10.934Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/directorydeploy/ejbwithsuffix/build.xml:45: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:03:10 [2023-03-05T22:03:10.934Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/dirDeployWithEjbSuffix.jar 17:03:11 [2023-03-05T22:03:11.191Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:03:11 [2023-03-05T22:03:11.191Z] [javac] 1 warning 17:03:11 [2023-03-05T22:03:11.191Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/directorydeploy/ejbwithsuffix/build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:03:11 [2023-03-05T22:03:11.191Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/client 17:03:11 [2023-03-05T22:03:11.447Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:03:11 [2023-03-05T22:03:11.447Z] [javac] 1 warning 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] assemble: 17:03:11 [2023-03-05T22:03:11.447Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/dirDeployWithEjbSuffix.jar/META-INF 17:03:11 [2023-03-05T22:03:11.447Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/dirDeployWithEjbSuffix.jar/META-INF 17:03:11 [2023-03-05T22:03:11.447Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/dirDeployWithEjbSuffix.jar/META-INF 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] declare-test: 17:03:11 [2023-03-05T22:03:11.447Z] [echo] Starting test ejbwithsuffix directorydeploy/ejbWithSuffix Test asadmin deploydir 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] init.os: 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] init.tools.unix: 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] init.tools.windows: 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] init.tools: 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] setAsadminArgs: 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] init: 17:03:11 [2023-03-05T22:03:11.447Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:11 [2023-03-05T22:03:11.447Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:11 [2023-03-05T22:03:11.447Z] [get] Not modified - so not downloaded 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] init.customtasks: 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] prepare: 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] deploydir.asadmin: 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] setAsadminArgs: 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] common.deploy.asadmin: 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] init.os: 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] init.tools.unix: 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] init.tools.windows: 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] init.tools: 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] setAsadminArgs: 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] init: 17:03:11 [2023-03-05T22:03:11.447Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:11 [2023-03-05T22:03:11.447Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:11 [2023-03-05T22:03:11.447Z] [get] Not modified - so not downloaded 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] init.customtasks: 17:03:11 [2023-03-05T22:03:11.447Z] 17:03:11 [2023-03-05T22:03:11.447Z] common.run.asadmin: 17:03:11 [2023-03-05T22:03:11.447Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name dirDeployWithEjbSuffix --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/dirDeployWithEjbSuffix.jar 17:03:11 [2023-03-05T22:03:11.719Z] [exec] Deprecated syntax, instead use: 17:03:11 [2023-03-05T22:03:11.719Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:11 [2023-03-05T22:03:11.974Z] [exec] Application deployed with name dirDeployWithEjbSuffix. 17:03:11 [2023-03-05T22:03:11.974Z] [exec] there are no files to retrieve for application dirDeployWithEjbSuffix 17:03:11 [2023-03-05T22:03:11.974Z] [exec] Command deploy executed successfully. 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init.os: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init.tools.unix: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init.tools.windows: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init.tools: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] setAsadminArgs: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init: 17:03:11 [2023-03-05T22:03:11.974Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:11 [2023-03-05T22:03:11.974Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:11 [2023-03-05T22:03:11.974Z] [get] Not modified - so not downloaded 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init.customtasks: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] setEnabled: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] createAppRef: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init.os: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init.tools.unix: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init.tools.windows: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init.tools: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] setAsadminArgs: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init: 17:03:11 [2023-03-05T22:03:11.974Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:11 [2023-03-05T22:03:11.974Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:11 [2023-03-05T22:03:11.974Z] [get] Not modified - so not downloaded 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init.customtasks: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] setOrbPort: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] run.positive: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init.os: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init.tools.unix: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init.tools.windows: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init.tools: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] setAsadminArgs: 17:03:11 [2023-03-05T22:03:11.974Z] 17:03:11 [2023-03-05T22:03:11.974Z] init: 17:03:11 [2023-03-05T22:03:11.974Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:11 [2023-03-05T22:03:11.975Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:11 [2023-03-05T22:03:11.975Z] [get] Not modified - so not downloaded 17:03:11 [2023-03-05T22:03:11.975Z] 17:03:11 [2023-03-05T22:03:11.975Z] init.customtasks: 17:03:11 [2023-03-05T22:03:11.975Z] 17:03:11 [2023-03-05T22:03:11.975Z] setOrbPort: 17:03:11 [2023-03-05T22:03:11.975Z] 17:03:11 [2023-03-05T22:03:11.975Z] runclient: 17:03:12 [2023-03-05T22:03:12.230Z] [javaWithResult] Test expects successful result 17:03:12 [2023-03-05T22:03:12.486Z] [javaWithResult] Mar 05, 2023 10:03:12 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient 17:03:12 [2023-03-05T22:03:12.486Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. 17:03:14 [2023-03-05T22:03:14.379Z] [javaWithResult] Mar 05, 2023 10:03:13 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 17:03:14 [2023-03-05T22:03:14.379Z] [javaWithResult] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7ab34619 17:03:14 [2023-03-05T22:03:14.379Z] [javaWithResult] Looked up home!! 17:03:14 [2023-03-05T22:03:14.379Z] [javaWithResult] Narrowed home!! 17:03:14 [2023-03-05T22:03:14.379Z] [javaWithResult] Got the EJB!! 17:03:14 [2023-03-05T22:03:14.379Z] [javaWithResult] Statelesshello EJB - checked environment properties for user scott 17:03:14 [2023-03-05T22:03:14.379Z] [javaWithResult] and for number which is = 22.25 17:03:14 [2023-03-05T22:03:14.380Z] [javaWithResult] 17:03:14 [2023-03-05T22:03:14.380Z] [javaWithResult] Client's sayStatelesshello() method succeeded 17:03:14 [2023-03-05T22:03:14.380Z] [javaWithResult] 17:03:14 [2023-03-05T22:03:14.380Z] [javaWithResult] Client now getting a User Defined Exception 17:03:14 [2023-03-05T22:03:14.380Z] [javaWithResult] Success! Caught StatelesshelloException 17:03:14 [2023-03-05T22:03:14.380Z] [javaWithResult] Client's getUserDefinedException() method succeeded 17:03:14 [2023-03-05T22:03:14.380Z] [javaWithResult] 17:03:14 [2023-03-05T22:03:14.380Z] [javaWithResult] Client is now trying to remove the session bean 17:03:14 [2023-03-05T22:03:14.380Z] [javaWithResult] 17:03:14 [2023-03-05T22:03:14.380Z] [javaWithResult] Session bean was successfully removed by the client. 17:03:14 [2023-03-05T22:03:14.380Z] [javaWithResult] 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] processResult: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] failed: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] passed: 17:03:14 [2023-03-05T22:03:14.636Z] [echo] Test ejbwithsuffix Passed 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] unknown: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] declare-test: 17:03:14 [2023-03-05T22:03:14.636Z] [echo] Starting test ejbwithsuffix directorydeploy/ejbWithSuffix Test asadmin redeploydir 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] init.os: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] init.tools.unix: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] init.tools.windows: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] init.tools: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] setAsadminArgs: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] init: 17:03:14 [2023-03-05T22:03:14.636Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:14 [2023-03-05T22:03:14.636Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:14 [2023-03-05T22:03:14.636Z] [get] Not modified - so not downloaded 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] init.customtasks: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] prepare: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] redeploydir.asadmin: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] setAsadminArgs: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] common.redeploydir.asadmin: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] init.os: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] init.tools.unix: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] init.tools.windows: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] init.tools: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] setAsadminArgs: 17:03:14 [2023-03-05T22:03:14.636Z] 17:03:14 [2023-03-05T22:03:14.636Z] init: 17:03:14 [2023-03-05T22:03:14.636Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:14 [2023-03-05T22:03:14.636Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:14 [2023-03-05T22:03:14.637Z] [get] Not modified - so not downloaded 17:03:14 [2023-03-05T22:03:14.637Z] 17:03:14 [2023-03-05T22:03:14.637Z] init.customtasks: 17:03:14 [2023-03-05T22:03:14.637Z] 17:03:14 [2023-03-05T22:03:14.637Z] common.run.asadmin: 17:03:14 [2023-03-05T22:03:14.637Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name dirDeployWithEjbSuffix --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/client /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/dirDeployWithEjbSuffix.jar 17:03:14 [2023-03-05T22:03:14.893Z] [exec] Deprecated syntax, instead use: 17:03:14 [2023-03-05T22:03:14.893Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:03:15 [2023-03-05T22:03:15.149Z] [exec] Application deployed with name dirDeployWithEjbSuffix. 17:03:15 [2023-03-05T22:03:15.149Z] [exec] there are no files to retrieve for application dirDeployWithEjbSuffix 17:03:15 [2023-03-05T22:03:15.149Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:03:15 [2023-03-05T22:03:15.149Z] [exec] Command deploydir executed successfully. 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] init.os: 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] init.tools.unix: 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] init.tools.windows: 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] init.tools: 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] setAsadminArgs: 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] init: 17:03:15 [2023-03-05T22:03:15.149Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:15 [2023-03-05T22:03:15.149Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:15 [2023-03-05T22:03:15.149Z] [get] Not modified - so not downloaded 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] init.customtasks: 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] setOrbPort: 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] run.positive: 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] init.os: 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] init.tools.unix: 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] init.tools.windows: 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] init.tools: 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] setAsadminArgs: 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] init: 17:03:15 [2023-03-05T22:03:15.149Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:15 [2023-03-05T22:03:15.149Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:15 [2023-03-05T22:03:15.149Z] [get] Not modified - so not downloaded 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] init.customtasks: 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] setOrbPort: 17:03:15 [2023-03-05T22:03:15.149Z] 17:03:15 [2023-03-05T22:03:15.149Z] runclient: 17:03:15 [2023-03-05T22:03:15.418Z] [javaWithResult] Test expects successful result 17:03:15 [2023-03-05T22:03:15.675Z] [javaWithResult] Mar 05, 2023 10:03:15 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient 17:03:15 [2023-03-05T22:03:15.675Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. 17:03:17 [2023-03-05T22:03:17.566Z] [javaWithResult] Mar 05, 2023 10:03:17 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 17:03:17 [2023-03-05T22:03:17.566Z] [javaWithResult] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7ab34619 17:03:17 [2023-03-05T22:03:17.566Z] [javaWithResult] Looked up home!! 17:03:17 [2023-03-05T22:03:17.566Z] [javaWithResult] Narrowed home!! 17:03:17 [2023-03-05T22:03:17.566Z] [javaWithResult] Got the EJB!! 17:03:17 [2023-03-05T22:03:17.823Z] [javaWithResult] Statelesshello EJB - checked environment properties for user scott 17:03:17 [2023-03-05T22:03:17.823Z] [javaWithResult] and for number which is = 22.25 17:03:17 [2023-03-05T22:03:17.823Z] [javaWithResult] 17:03:17 [2023-03-05T22:03:17.823Z] [javaWithResult] Client's sayStatelesshello() method succeeded 17:03:17 [2023-03-05T22:03:17.823Z] [javaWithResult] 17:03:17 [2023-03-05T22:03:17.823Z] [javaWithResult] Client now getting a User Defined Exception 17:03:17 [2023-03-05T22:03:17.823Z] [javaWithResult] Success! Caught StatelesshelloException 17:03:17 [2023-03-05T22:03:17.823Z] [javaWithResult] Client's getUserDefinedException() method succeeded 17:03:17 [2023-03-05T22:03:17.823Z] [javaWithResult] 17:03:17 [2023-03-05T22:03:17.823Z] [javaWithResult] Client is now trying to remove the session bean 17:03:17 [2023-03-05T22:03:17.823Z] [javaWithResult] 17:03:17 [2023-03-05T22:03:17.823Z] [javaWithResult] Session bean was successfully removed by the client. 17:03:17 [2023-03-05T22:03:17.823Z] [javaWithResult] 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] processResult: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] failed: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] passed: 17:03:18 [2023-03-05T22:03:18.079Z] [echo] Test ejbwithsuffix Passed 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] unknown: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] declare-test: 17:03:18 [2023-03-05T22:03:18.079Z] [echo] Starting test ejbwithsuffix directorydeploy/ejbWithSuffix Test asadmin undeploydir 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] undeploy.asadmin: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] setAsadminArgs: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] common.undeploy.asadmin: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] init.os: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] init.tools.unix: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] init.tools.windows: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] init.tools: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] setAsadminArgs: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] init: 17:03:18 [2023-03-05T22:03:18.079Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:18 [2023-03-05T22:03:18.079Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:18 [2023-03-05T22:03:18.079Z] [get] Not modified - so not downloaded 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] init.customtasks: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] delAppRef: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] init.os: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] init.tools.unix: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] init.tools.windows: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] init.tools: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] setAsadminArgs: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] init: 17:03:18 [2023-03-05T22:03:18.079Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:18 [2023-03-05T22:03:18.079Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:18 [2023-03-05T22:03:18.079Z] [get] Not modified - so not downloaded 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] init.customtasks: 17:03:18 [2023-03-05T22:03:18.079Z] 17:03:18 [2023-03-05T22:03:18.079Z] common.run.asadmin: 17:03:18 [2023-03-05T22:03:18.079Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 dirDeployWithEjbSuffix 17:03:18 [2023-03-05T22:03:18.335Z] [exec] Deprecated syntax, instead use: 17:03:18 [2023-03-05T22:03:18.335Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:03:18 [2023-03-05T22:03:18.335Z] [exec] Command undeploy executed successfully. 17:03:18 [2023-03-05T22:03:18.596Z] 17:03:18 [2023-03-05T22:03:18.596Z] init.os: 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] init.tools.unix: 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] init.tools.windows: 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] init.tools: 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] setAsadminArgs: 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] init: 17:03:18 [2023-03-05T22:03:18.597Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:18 [2023-03-05T22:03:18.597Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:18 [2023-03-05T22:03:18.597Z] [get] Not modified - so not downloaded 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] init.customtasks: 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] setOrbPort: 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] run.negative: 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] init.os: 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] init.tools.unix: 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] init.tools.windows: 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] init.tools: 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] setAsadminArgs: 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] init: 17:03:18 [2023-03-05T22:03:18.597Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:18 [2023-03-05T22:03:18.597Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:18 [2023-03-05T22:03:18.597Z] [get] Not modified - so not downloaded 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] init.customtasks: 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] setOrbPort: 17:03:18 [2023-03-05T22:03:18.597Z] 17:03:18 [2023-03-05T22:03:18.597Z] runclient: 17:03:18 [2023-03-05T22:03:18.853Z] [javaWithResult] Test expected to fail 17:03:19 [2023-03-05T22:03:19.110Z] [javaWithResult] Mar 05, 2023 10:03:18 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient 17:03:19 [2023-03-05T22:03:19.110Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. 17:03:21 [2023-03-05T22:03:21.628Z] [javaWithResult] Mar 05, 2023 10:03:21 PM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getORB 17:03:21 [2023-03-05T22:03:21.628Z] [javaWithResult] INFO: ORB initialization succeeded: com.sun.corba.ee.impl.orb.ORBImpl@7ab34619 17:03:21 [2023-03-05T22:03:21.628Z] [javaWithResult] Recd exception as expected 17:03:21 [2023-03-05T22:03:21.628Z] [javaWithResult] Session bean was successfully removed by the client. 17:03:21 [2023-03-05T22:03:21.628Z] [javaWithResult] 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] processResult: 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] failed: 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] passed: 17:03:22 [2023-03-05T22:03:22.851Z] [echo] Test ejbwithsuffix Passed 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] unknown: 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] private-all: 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] init.os: 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] init.tools.unix: 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] init.tools.windows: 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] init.tools: 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] setAsadminArgs: 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] init: 17:03:22 [2023-03-05T22:03:22.851Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:22 [2023-03-05T22:03:22.851Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:22 [2023-03-05T22:03:22.851Z] [get] Not modified - so not downloaded 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] init.customtasks: 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] prepare: 17:03:22 [2023-03-05T22:03:22.851Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war 17:03:22 [2023-03-05T22:03:22.851Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/dirDeployWar 17:03:22 [2023-03-05T22:03:22.851Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/dirDeployWar/WEB-INF/classes 17:03:22 [2023-03-05T22:03:22.851Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/client 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] compile: 17:03:22 [2023-03-05T22:03:22.851Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/directorydeploy/war/build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:03:22 [2023-03-05T22:03:22.851Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/dirDeployWar/WEB-INF/classes 17:03:22 [2023-03-05T22:03:22.851Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:03:22 [2023-03-05T22:03:22.851Z] [javac] 1 warning 17:03:22 [2023-03-05T22:03:22.851Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/directorydeploy/war/build.xml:50: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:03:22 [2023-03-05T22:03:22.851Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/client 17:03:22 [2023-03-05T22:03:22.851Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:03:22 [2023-03-05T22:03:22.851Z] [javac] 1 warning 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] assemble: 17:03:22 [2023-03-05T22:03:22.851Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/dirDeployWar/WEB-INF 17:03:22 [2023-03-05T22:03:22.851Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/dirDeployWar/WEB-INF 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] declare-test: 17:03:22 [2023-03-05T22:03:22.851Z] [echo] Starting test war directorydeploy/war Test asadmin deploydir 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] init.os: 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] init.tools.unix: 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] init.tools.windows: 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.851Z] init.tools: 17:03:22 [2023-03-05T22:03:22.851Z] 17:03:22 [2023-03-05T22:03:22.852Z] setAsadminArgs: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init: 17:03:22 [2023-03-05T22:03:22.852Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:22 [2023-03-05T22:03:22.852Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:22 [2023-03-05T22:03:22.852Z] [get] Not modified - so not downloaded 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init.customtasks: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] prepare: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] deploydir.asadmin: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] setAsadminArgs: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] common.deploydir.asadmin: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init.os: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init.tools.unix: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init.tools.windows: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init.tools: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] setAsadminArgs: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init: 17:03:22 [2023-03-05T22:03:22.852Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:22 [2023-03-05T22:03:22.852Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:22 [2023-03-05T22:03:22.852Z] [get] Not modified - so not downloaded 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init.customtasks: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] common.run.asadmin: 17:03:22 [2023-03-05T22:03:22.852Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name dirDeployWar /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/dirDeployWar 17:03:22 [2023-03-05T22:03:22.852Z] [exec] Deprecated syntax, instead use: 17:03:22 [2023-03-05T22:03:22.852Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:03:22 [2023-03-05T22:03:22.852Z] [exec] Application deployed with name dirDeployWar. 17:03:22 [2023-03-05T22:03:22.852Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:03:22 [2023-03-05T22:03:22.852Z] [exec] Command deploydir executed successfully. 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] setHttpPort: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] run.positive: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init.os: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init.tools.unix: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init.tools.windows: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init.tools: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] setAsadminArgs: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init: 17:03:22 [2023-03-05T22:03:22.852Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:22 [2023-03-05T22:03:22.852Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:22 [2023-03-05T22:03:22.852Z] [get] Not modified - so not downloaded 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init.customtasks: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] runclient: 17:03:22 [2023-03-05T22:03:22.852Z] [echo] TestClient http://localhost:8080/foo/servletonly true 17:03:22 [2023-03-05T22:03:22.852Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy 17:03:22 [2023-03-05T22:03:22.852Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/foo/servletonly 17:03:22 [2023-03-05T22:03:22.852Z] [javaWithResult] [directorydeploy.TestClient]:: <html> 17:03:22 [2023-03-05T22:03:22.852Z] [javaWithResult] [directorydeploy.TestClient]:: <head> 17:03:22 [2023-03-05T22:03:22.852Z] [javaWithResult] [directorydeploy.TestClient]:: <title>TestServlet</title> 17:03:22 [2023-03-05T22:03:22.852Z] [javaWithResult] [directorydeploy.TestClient]:: </head> 17:03:22 [2023-03-05T22:03:22.852Z] [javaWithResult] [directorydeploy.TestClient]:: <body> 17:03:22 [2023-03-05T22:03:22.852Z] [javaWithResult] [directorydeploy.TestClient]:: <p> 17:03:22 [2023-03-05T22:03:22.852Z] [javaWithResult] [directorydeploy.TestClient]:: So what is your lucky number? 17:03:22 [2023-03-05T22:03:22.852Z] [javaWithResult] [directorydeploy.TestClient]:: </p> 17:03:22 [2023-03-05T22:03:22.852Z] [javaWithResult] [directorydeploy.TestClient]:: Mine is [888] 17:03:22 [2023-03-05T22:03:22.852Z] [javaWithResult] [directorydeploy.TestClient]:: </body> 17:03:22 [2023-03-05T22:03:22.852Z] [javaWithResult] [directorydeploy.TestClient]:: </html> 17:03:22 [2023-03-05T22:03:22.852Z] [javaWithResult] [directorydeploy.TestClient]:: Correct return code: 200 17:03:22 [2023-03-05T22:03:22.852Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] processResult: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] failed: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] passed: 17:03:22 [2023-03-05T22:03:22.852Z] [echo] Test war Passed 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] unknown: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] declare-test: 17:03:22 [2023-03-05T22:03:22.852Z] [echo] Starting test war directorydeploy/war Test asadmin redeploydir 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init.os: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init.tools.unix: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init.tools.windows: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init.tools: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] setAsadminArgs: 17:03:22 [2023-03-05T22:03:22.852Z] 17:03:22 [2023-03-05T22:03:22.852Z] init: 17:03:22 [2023-03-05T22:03:22.852Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:22 [2023-03-05T22:03:22.852Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:22 [2023-03-05T22:03:22.852Z] [get] Not modified - so not downloaded 17:03:23 [2023-03-05T22:03:23.119Z] 17:03:23 [2023-03-05T22:03:23.119Z] init.customtasks: 17:03:23 [2023-03-05T22:03:23.119Z] 17:03:23 [2023-03-05T22:03:23.119Z] prepare: 17:03:23 [2023-03-05T22:03:23.119Z] 17:03:23 [2023-03-05T22:03:23.119Z] redeploydir.asadmin: 17:03:23 [2023-03-05T22:03:23.119Z] 17:03:23 [2023-03-05T22:03:23.119Z] setAsadminArgs: 17:03:23 [2023-03-05T22:03:23.119Z] 17:03:23 [2023-03-05T22:03:23.119Z] common.redeploydir.asadmin: 17:03:23 [2023-03-05T22:03:23.119Z] 17:03:23 [2023-03-05T22:03:23.119Z] init.os: 17:03:23 [2023-03-05T22:03:23.119Z] 17:03:23 [2023-03-05T22:03:23.119Z] init.tools.unix: 17:03:23 [2023-03-05T22:03:23.119Z] 17:03:23 [2023-03-05T22:03:23.119Z] init.tools.windows: 17:03:23 [2023-03-05T22:03:23.119Z] 17:03:23 [2023-03-05T22:03:23.119Z] init.tools: 17:03:23 [2023-03-05T22:03:23.119Z] 17:03:23 [2023-03-05T22:03:23.119Z] setAsadminArgs: 17:03:23 [2023-03-05T22:03:23.119Z] 17:03:23 [2023-03-05T22:03:23.119Z] init: 17:03:23 [2023-03-05T22:03:23.119Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:23 [2023-03-05T22:03:23.119Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:23 [2023-03-05T22:03:23.119Z] [get] Not modified - so not downloaded 17:03:23 [2023-03-05T22:03:23.119Z] 17:03:23 [2023-03-05T22:03:23.119Z] init.customtasks: 17:03:23 [2023-03-05T22:03:23.119Z] 17:03:23 [2023-03-05T22:03:23.119Z] common.run.asadmin: 17:03:23 [2023-03-05T22:03:23.119Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name dirDeployWar /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/dirDeployWar 17:03:23 [2023-03-05T22:03:23.119Z] [exec] Deprecated syntax, instead use: 17:03:23 [2023-03-05T22:03:23.119Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:03:23 [2023-03-05T22:03:23.376Z] [exec] Application deployed with name dirDeployWar. 17:03:23 [2023-03-05T22:03:23.376Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:03:23 [2023-03-05T22:03:23.376Z] [exec] Command deploydir executed successfully. 17:03:23 [2023-03-05T22:03:23.376Z] 17:03:23 [2023-03-05T22:03:23.376Z] setHttpPort: 17:03:23 [2023-03-05T22:03:23.376Z] 17:03:23 [2023-03-05T22:03:23.376Z] run.positive: 17:03:23 [2023-03-05T22:03:23.376Z] 17:03:23 [2023-03-05T22:03:23.376Z] init.os: 17:03:23 [2023-03-05T22:03:23.376Z] 17:03:23 [2023-03-05T22:03:23.376Z] init.tools.unix: 17:03:23 [2023-03-05T22:03:23.376Z] 17:03:23 [2023-03-05T22:03:23.376Z] init.tools.windows: 17:03:23 [2023-03-05T22:03:23.376Z] 17:03:23 [2023-03-05T22:03:23.376Z] init.tools: 17:03:23 [2023-03-05T22:03:23.376Z] 17:03:23 [2023-03-05T22:03:23.376Z] setAsadminArgs: 17:03:23 [2023-03-05T22:03:23.376Z] 17:03:23 [2023-03-05T22:03:23.376Z] init: 17:03:23 [2023-03-05T22:03:23.376Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:23 [2023-03-05T22:03:23.376Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:23 [2023-03-05T22:03:23.376Z] [get] Not modified - so not downloaded 17:03:23 [2023-03-05T22:03:23.376Z] 17:03:23 [2023-03-05T22:03:23.376Z] init.customtasks: 17:03:23 [2023-03-05T22:03:23.376Z] 17:03:23 [2023-03-05T22:03:23.376Z] runclient: 17:03:23 [2023-03-05T22:03:23.376Z] [echo] TestClient http://localhost:8080/foo/servletonly true 17:03:23 [2023-03-05T22:03:23.632Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy 17:03:23 [2023-03-05T22:03:23.632Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/foo/servletonly 17:03:23 [2023-03-05T22:03:23.632Z] [javaWithResult] [directorydeploy.TestClient]:: <html> 17:03:23 [2023-03-05T22:03:23.632Z] [javaWithResult] [directorydeploy.TestClient]:: <head> 17:03:23 [2023-03-05T22:03:23.632Z] [javaWithResult] [directorydeploy.TestClient]:: <title>TestServlet</title> 17:03:23 [2023-03-05T22:03:23.632Z] [javaWithResult] [directorydeploy.TestClient]:: </head> 17:03:23 [2023-03-05T22:03:23.632Z] [javaWithResult] [directorydeploy.TestClient]:: <body> 17:03:23 [2023-03-05T22:03:23.632Z] [javaWithResult] [directorydeploy.TestClient]:: <p> 17:03:23 [2023-03-05T22:03:23.632Z] [javaWithResult] [directorydeploy.TestClient]:: So what is your lucky number? 17:03:23 [2023-03-05T22:03:23.632Z] [javaWithResult] [directorydeploy.TestClient]:: </p> 17:03:23 [2023-03-05T22:03:23.632Z] [javaWithResult] [directorydeploy.TestClient]:: Mine is [888] 17:03:23 [2023-03-05T22:03:23.632Z] [javaWithResult] [directorydeploy.TestClient]:: </body> 17:03:23 [2023-03-05T22:03:23.632Z] [javaWithResult] [directorydeploy.TestClient]:: </html> 17:03:23 [2023-03-05T22:03:23.632Z] [javaWithResult] [directorydeploy.TestClient]:: Correct return code: 200 17:03:23 [2023-03-05T22:03:23.632Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] processResult: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] failed: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] passed: 17:03:23 [2023-03-05T22:03:23.632Z] [echo] Test war Passed 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] unknown: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] declare-test: 17:03:23 [2023-03-05T22:03:23.632Z] [echo] Starting test war directorydeploy/war Test asadmin undeploydir 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] undeploy.asadmin: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] setAsadminArgs: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] common.undeploy.asadmin: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] init.os: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] init.tools.unix: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] init.tools.windows: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] init.tools: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] setAsadminArgs: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] init: 17:03:23 [2023-03-05T22:03:23.632Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:23 [2023-03-05T22:03:23.632Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:23 [2023-03-05T22:03:23.632Z] [get] Not modified - so not downloaded 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] init.customtasks: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] delAppRef: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] init.os: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] init.tools.unix: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] init.tools.windows: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] init.tools: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] setAsadminArgs: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] init: 17:03:23 [2023-03-05T22:03:23.632Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:23 [2023-03-05T22:03:23.632Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:23 [2023-03-05T22:03:23.632Z] [get] Not modified - so not downloaded 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] init.customtasks: 17:03:23 [2023-03-05T22:03:23.632Z] 17:03:23 [2023-03-05T22:03:23.632Z] common.run.asadmin: 17:03:23 [2023-03-05T22:03:23.632Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 dirDeployWar 17:03:23 [2023-03-05T22:03:23.888Z] [exec] Deprecated syntax, instead use: 17:03:23 [2023-03-05T22:03:23.888Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:03:23 [2023-03-05T22:03:23.888Z] [exec] Command undeploy executed successfully. 17:03:23 [2023-03-05T22:03:23.889Z] 17:03:23 [2023-03-05T22:03:23.889Z] setHttpPort: 17:03:23 [2023-03-05T22:03:23.889Z] 17:03:23 [2023-03-05T22:03:23.889Z] run.negative: 17:03:24 [2023-03-05T22:03:24.144Z] 17:03:24 [2023-03-05T22:03:24.145Z] init.os: 17:03:24 [2023-03-05T22:03:24.145Z] 17:03:24 [2023-03-05T22:03:24.145Z] init.tools.unix: 17:03:24 [2023-03-05T22:03:24.145Z] 17:03:24 [2023-03-05T22:03:24.145Z] init.tools.windows: 17:03:24 [2023-03-05T22:03:24.145Z] 17:03:24 [2023-03-05T22:03:24.145Z] init.tools: 17:03:24 [2023-03-05T22:03:24.145Z] 17:03:24 [2023-03-05T22:03:24.145Z] setAsadminArgs: 17:03:24 [2023-03-05T22:03:24.145Z] 17:03:24 [2023-03-05T22:03:24.145Z] init: 17:03:24 [2023-03-05T22:03:24.145Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:24 [2023-03-05T22:03:24.145Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:24 [2023-03-05T22:03:24.145Z] [get] Not modified - so not downloaded 17:03:24 [2023-03-05T22:03:24.145Z] 17:03:24 [2023-03-05T22:03:24.145Z] init.customtasks: 17:03:24 [2023-03-05T22:03:24.145Z] 17:03:24 [2023-03-05T22:03:24.145Z] runclient: 17:03:24 [2023-03-05T22:03:24.145Z] [echo] TestClient http://localhost:8080/foo/dirDeployWar false 17:03:24 [2023-03-05T22:03:24.401Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy 17:03:24 [2023-03-05T22:03:24.401Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/foo/dirDeployWar 17:03:24 [2023-03-05T22:03:24.401Z] [javaWithResult] [directorydeploy.TestClient]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080/foo/dirDeployWar 17:03:24 [2023-03-05T22:03:24.401Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy 17:03:24 [2023-03-05T22:03:24.401Z] 17:03:24 [2023-03-05T22:03:24.401Z] processResult: 17:03:24 [2023-03-05T22:03:24.401Z] 17:03:24 [2023-03-05T22:03:24.401Z] failed: 17:03:24 [2023-03-05T22:03:24.401Z] 17:03:24 [2023-03-05T22:03:24.401Z] passed: 17:03:24 [2023-03-05T22:03:24.401Z] [echo] Test war Passed 17:03:24 [2023-03-05T22:03:24.401Z] 17:03:24 [2023-03-05T22:03:24.401Z] unknown: 17:03:24 [2023-03-05T22:03:24.401Z] 17:03:24 [2023-03-05T22:03:24.401Z] private-all: 17:03:24 [2023-03-05T22:03:24.401Z] 17:03:24 [2023-03-05T22:03:24.401Z] init.os: 17:03:24 [2023-03-05T22:03:24.401Z] 17:03:24 [2023-03-05T22:03:24.401Z] init.tools.unix: 17:03:24 [2023-03-05T22:03:24.401Z] 17:03:24 [2023-03-05T22:03:24.401Z] init.tools.windows: 17:03:24 [2023-03-05T22:03:24.401Z] 17:03:24 [2023-03-05T22:03:24.401Z] init.tools: 17:03:24 [2023-03-05T22:03:24.401Z] 17:03:24 [2023-03-05T22:03:24.401Z] setAsadminArgs: 17:03:24 [2023-03-05T22:03:24.401Z] 17:03:24 [2023-03-05T22:03:24.401Z] init: 17:03:24 [2023-03-05T22:03:24.401Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:24 [2023-03-05T22:03:24.401Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:24 [2023-03-05T22:03:24.401Z] [get] Not modified - so not downloaded 17:03:24 [2023-03-05T22:03:24.401Z] 17:03:24 [2023-03-05T22:03:24.401Z] init.customtasks: 17:03:24 [2023-03-05T22:03:24.401Z] 17:03:24 [2023-03-05T22:03:24.401Z] prepare: 17:03:24 [2023-03-05T22:03:24.401Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix 17:03:24 [2023-03-05T22:03:24.401Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/dirDeployWithWarSuffix.war 17:03:24 [2023-03-05T22:03:24.401Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/dirDeployWithWarSuffix.war/WEB-INF/classes 17:03:24 [2023-03-05T22:03:24.401Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/client 17:03:24 [2023-03-05T22:03:24.401Z] 17:03:24 [2023-03-05T22:03:24.401Z] compile: 17:03:24 [2023-03-05T22:03:24.401Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/directorydeploy/warwithsuffix/build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:03:24 [2023-03-05T22:03:24.401Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/dirDeployWithWarSuffix.war/WEB-INF/classes 17:03:24 [2023-03-05T22:03:24.401Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:03:24 [2023-03-05T22:03:24.657Z] [javac] 1 warning 17:03:24 [2023-03-05T22:03:24.658Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/directorydeploy/warwithsuffix/build.xml:50: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:03:24 [2023-03-05T22:03:24.658Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/client 17:03:24 [2023-03-05T22:03:24.658Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:03:24 [2023-03-05T22:03:24.658Z] [javac] 1 warning 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] assemble: 17:03:24 [2023-03-05T22:03:24.658Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/dirDeployWithWarSuffix.war/WEB-INF 17:03:24 [2023-03-05T22:03:24.658Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/dirDeployWithWarSuffix.war/WEB-INF 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] declare-test: 17:03:24 [2023-03-05T22:03:24.658Z] [echo] Starting test warwithsuffix directorydeploy/warWithSuffix Test asadmin deploydir 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] init.os: 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] init.tools.unix: 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] init.tools.windows: 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] init.tools: 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] setAsadminArgs: 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] init: 17:03:24 [2023-03-05T22:03:24.658Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:24 [2023-03-05T22:03:24.658Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:24 [2023-03-05T22:03:24.658Z] [get] Not modified - so not downloaded 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] init.customtasks: 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] prepare: 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] deploydir.asadmin: 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] setAsadminArgs: 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] common.deploydir.asadmin: 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] init.os: 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] init.tools.unix: 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] init.tools.windows: 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] init.tools: 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] setAsadminArgs: 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] init: 17:03:24 [2023-03-05T22:03:24.658Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:24 [2023-03-05T22:03:24.658Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:24 [2023-03-05T22:03:24.658Z] [get] Not modified - so not downloaded 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] init.customtasks: 17:03:24 [2023-03-05T22:03:24.658Z] 17:03:24 [2023-03-05T22:03:24.658Z] common.run.asadmin: 17:03:24 [2023-03-05T22:03:24.658Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name dirDeployWithWarSuffix /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/dirDeployWithWarSuffix.war 17:03:25 [2023-03-05T22:03:25.221Z] [exec] Deprecated syntax, instead use: 17:03:25 [2023-03-05T22:03:25.221Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:03:25 [2023-03-05T22:03:25.221Z] [exec] Application deployed with name dirDeployWithWarSuffix. 17:03:25 [2023-03-05T22:03:25.221Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:03:25 [2023-03-05T22:03:25.221Z] [exec] Command deploydir executed successfully. 17:03:25 [2023-03-05T22:03:25.221Z] 17:03:25 [2023-03-05T22:03:25.221Z] setHttpPort: 17:03:25 [2023-03-05T22:03:25.221Z] 17:03:25 [2023-03-05T22:03:25.221Z] run.positive: 17:03:25 [2023-03-05T22:03:25.221Z] 17:03:25 [2023-03-05T22:03:25.221Z] init.os: 17:03:25 [2023-03-05T22:03:25.221Z] 17:03:25 [2023-03-05T22:03:25.221Z] init.tools.unix: 17:03:25 [2023-03-05T22:03:25.221Z] 17:03:25 [2023-03-05T22:03:25.221Z] init.tools.windows: 17:03:25 [2023-03-05T22:03:25.221Z] 17:03:25 [2023-03-05T22:03:25.221Z] init.tools: 17:03:25 [2023-03-05T22:03:25.221Z] 17:03:25 [2023-03-05T22:03:25.221Z] setAsadminArgs: 17:03:25 [2023-03-05T22:03:25.221Z] 17:03:25 [2023-03-05T22:03:25.222Z] init: 17:03:25 [2023-03-05T22:03:25.222Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:25 [2023-03-05T22:03:25.222Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:25 [2023-03-05T22:03:25.222Z] [get] Not modified - so not downloaded 17:03:25 [2023-03-05T22:03:25.222Z] 17:03:25 [2023-03-05T22:03:25.222Z] init.customtasks: 17:03:25 [2023-03-05T22:03:25.222Z] 17:03:25 [2023-03-05T22:03:25.222Z] runclient: 17:03:25 [2023-03-05T22:03:25.222Z] [echo] TestClient http://localhost:8080/foo/servletonly true 17:03:25 [2023-03-05T22:03:25.477Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy 17:03:25 [2023-03-05T22:03:25.477Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/foo/servletonly 17:03:25 [2023-03-05T22:03:25.477Z] [javaWithResult] [directorydeploy.TestClient]:: <html> 17:03:25 [2023-03-05T22:03:25.477Z] [javaWithResult] [directorydeploy.TestClient]:: <head> 17:03:25 [2023-03-05T22:03:25.477Z] [javaWithResult] [directorydeploy.TestClient]:: <title>TestServlet</title> 17:03:25 [2023-03-05T22:03:25.477Z] [javaWithResult] [directorydeploy.TestClient]:: </head> 17:03:25 [2023-03-05T22:03:25.477Z] [javaWithResult] [directorydeploy.TestClient]:: <body> 17:03:25 [2023-03-05T22:03:25.477Z] [javaWithResult] [directorydeploy.TestClient]:: <p> 17:03:25 [2023-03-05T22:03:25.477Z] [javaWithResult] [directorydeploy.TestClient]:: So what is your lucky number? 17:03:25 [2023-03-05T22:03:25.477Z] [javaWithResult] [directorydeploy.TestClient]:: </p> 17:03:25 [2023-03-05T22:03:25.478Z] [javaWithResult] [directorydeploy.TestClient]:: Mine is [888] 17:03:25 [2023-03-05T22:03:25.478Z] [javaWithResult] [directorydeploy.TestClient]:: </body> 17:03:25 [2023-03-05T22:03:25.478Z] [javaWithResult] [directorydeploy.TestClient]:: </html> 17:03:25 [2023-03-05T22:03:25.478Z] [javaWithResult] [directorydeploy.TestClient]:: Correct return code: 200 17:03:25 [2023-03-05T22:03:25.478Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy 17:03:25 [2023-03-05T22:03:25.478Z] 17:03:25 [2023-03-05T22:03:25.478Z] processResult: 17:03:25 [2023-03-05T22:03:25.478Z] 17:03:25 [2023-03-05T22:03:25.478Z] failed: 17:03:25 [2023-03-05T22:03:25.478Z] 17:03:25 [2023-03-05T22:03:25.478Z] passed: 17:03:25 [2023-03-05T22:03:25.478Z] [echo] Test warwithsuffix Passed 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] unknown: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] declare-test: 17:03:25 [2023-03-05T22:03:25.733Z] [echo] Starting test warwithsuffix directorydeploy/warWithSuffix Test asadmin redeploydir 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] init.os: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] init.tools.unix: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] init.tools.windows: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] init.tools: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] setAsadminArgs: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] init: 17:03:25 [2023-03-05T22:03:25.733Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:25 [2023-03-05T22:03:25.733Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:25 [2023-03-05T22:03:25.733Z] [get] Not modified - so not downloaded 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] init.customtasks: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] prepare: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] redeploydir.asadmin: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] setAsadminArgs: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] common.redeploydir.asadmin: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] init.os: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] init.tools.unix: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] init.tools.windows: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] init.tools: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] setAsadminArgs: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] init: 17:03:25 [2023-03-05T22:03:25.733Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:25 [2023-03-05T22:03:25.733Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:25 [2023-03-05T22:03:25.733Z] [get] Not modified - so not downloaded 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] init.customtasks: 17:03:25 [2023-03-05T22:03:25.733Z] 17:03:25 [2023-03-05T22:03:25.733Z] common.run.asadmin: 17:03:25 [2023-03-05T22:03:25.733Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name dirDeployWithWarSuffix /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/dirDeployWithWarSuffix.war 17:03:25 [2023-03-05T22:03:25.733Z] [exec] Deprecated syntax, instead use: 17:03:25 [2023-03-05T22:03:25.733Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... 17:03:26 [2023-03-05T22:03:26.018Z] [exec] Application deployed with name dirDeployWithWarSuffix. 17:03:26 [2023-03-05T22:03:26.018Z] [exec] deploydir command deprecated. Please use deploy command instead. 17:03:26 [2023-03-05T22:03:26.018Z] [exec] Command deploydir executed successfully. 17:03:26 [2023-03-05T22:03:26.018Z] 17:03:26 [2023-03-05T22:03:26.018Z] setHttpPort: 17:03:26 [2023-03-05T22:03:26.018Z] 17:03:26 [2023-03-05T22:03:26.018Z] run.positive: 17:03:26 [2023-03-05T22:03:26.018Z] 17:03:26 [2023-03-05T22:03:26.018Z] init.os: 17:03:26 [2023-03-05T22:03:26.018Z] 17:03:26 [2023-03-05T22:03:26.018Z] init.tools.unix: 17:03:26 [2023-03-05T22:03:26.018Z] 17:03:26 [2023-03-05T22:03:26.018Z] init.tools.windows: 17:03:26 [2023-03-05T22:03:26.018Z] 17:03:26 [2023-03-05T22:03:26.018Z] init.tools: 17:03:26 [2023-03-05T22:03:26.018Z] 17:03:26 [2023-03-05T22:03:26.018Z] setAsadminArgs: 17:03:26 [2023-03-05T22:03:26.018Z] 17:03:26 [2023-03-05T22:03:26.018Z] init: 17:03:26 [2023-03-05T22:03:26.018Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:26 [2023-03-05T22:03:26.018Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:26 [2023-03-05T22:03:26.018Z] [get] Not modified - so not downloaded 17:03:26 [2023-03-05T22:03:26.018Z] 17:03:26 [2023-03-05T22:03:26.018Z] init.customtasks: 17:03:26 [2023-03-05T22:03:26.018Z] 17:03:26 [2023-03-05T22:03:26.018Z] runclient: 17:03:26 [2023-03-05T22:03:26.018Z] [echo] TestClient http://localhost:8080/foo/servletonly true 17:03:26 [2023-03-05T22:03:26.274Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy 17:03:26 [2023-03-05T22:03:26.274Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/foo/servletonly 17:03:26 [2023-03-05T22:03:26.274Z] [javaWithResult] [directorydeploy.TestClient]:: <html> 17:03:26 [2023-03-05T22:03:26.274Z] [javaWithResult] [directorydeploy.TestClient]:: <head> 17:03:26 [2023-03-05T22:03:26.274Z] [javaWithResult] [directorydeploy.TestClient]:: <title>TestServlet</title> 17:03:26 [2023-03-05T22:03:26.274Z] [javaWithResult] [directorydeploy.TestClient]:: </head> 17:03:26 [2023-03-05T22:03:26.274Z] [javaWithResult] [directorydeploy.TestClient]:: <body> 17:03:26 [2023-03-05T22:03:26.274Z] [javaWithResult] [directorydeploy.TestClient]:: <p> 17:03:26 [2023-03-05T22:03:26.274Z] [javaWithResult] [directorydeploy.TestClient]:: So what is your lucky number? 17:03:26 [2023-03-05T22:03:26.274Z] [javaWithResult] [directorydeploy.TestClient]:: </p> 17:03:26 [2023-03-05T22:03:26.274Z] [javaWithResult] [directorydeploy.TestClient]:: Mine is [888] 17:03:26 [2023-03-05T22:03:26.274Z] [javaWithResult] [directorydeploy.TestClient]:: </body> 17:03:26 [2023-03-05T22:03:26.274Z] [javaWithResult] [directorydeploy.TestClient]:: </html> 17:03:26 [2023-03-05T22:03:26.274Z] [javaWithResult] [directorydeploy.TestClient]:: Correct return code: 200 17:03:26 [2023-03-05T22:03:26.274Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] processResult: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] failed: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] passed: 17:03:26 [2023-03-05T22:03:26.274Z] [echo] Test warwithsuffix Passed 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] unknown: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] declare-test: 17:03:26 [2023-03-05T22:03:26.274Z] [echo] Starting test warwithsuffix directorydeploy/warWithSuffix Test asadmin undeploydir 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] undeploy.asadmin: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] setAsadminArgs: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] common.undeploy.asadmin: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] init.os: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] init.tools.unix: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] init.tools.windows: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] init.tools: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] setAsadminArgs: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] init: 17:03:26 [2023-03-05T22:03:26.274Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:26 [2023-03-05T22:03:26.274Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:26 [2023-03-05T22:03:26.274Z] [get] Not modified - so not downloaded 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] init.customtasks: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] delAppRef: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] init.os: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] init.tools.unix: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] init.tools.windows: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] init.tools: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] setAsadminArgs: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] init: 17:03:26 [2023-03-05T22:03:26.274Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:26 [2023-03-05T22:03:26.274Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:26 [2023-03-05T22:03:26.274Z] [get] Not modified - so not downloaded 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] init.customtasks: 17:03:26 [2023-03-05T22:03:26.274Z] 17:03:26 [2023-03-05T22:03:26.274Z] common.run.asadmin: 17:03:26 [2023-03-05T22:03:26.274Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 dirDeployWithWarSuffix 17:03:26 [2023-03-05T22:03:26.837Z] [exec] Deprecated syntax, instead use: 17:03:26 [2023-03-05T22:03:26.837Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:03:26 [2023-03-05T22:03:26.837Z] [exec] Command undeploy executed successfully. 17:03:26 [2023-03-05T22:03:26.837Z] 17:03:26 [2023-03-05T22:03:26.837Z] setHttpPort: 17:03:26 [2023-03-05T22:03:26.837Z] 17:03:26 [2023-03-05T22:03:26.837Z] run.negative: 17:03:26 [2023-03-05T22:03:26.837Z] 17:03:26 [2023-03-05T22:03:26.837Z] init.os: 17:03:26 [2023-03-05T22:03:26.837Z] 17:03:26 [2023-03-05T22:03:26.837Z] init.tools.unix: 17:03:26 [2023-03-05T22:03:26.837Z] 17:03:26 [2023-03-05T22:03:26.837Z] init.tools.windows: 17:03:26 [2023-03-05T22:03:26.837Z] 17:03:26 [2023-03-05T22:03:26.837Z] init.tools: 17:03:26 [2023-03-05T22:03:26.837Z] 17:03:26 [2023-03-05T22:03:26.837Z] setAsadminArgs: 17:03:26 [2023-03-05T22:03:26.837Z] 17:03:26 [2023-03-05T22:03:26.837Z] init: 17:03:26 [2023-03-05T22:03:26.837Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:26 [2023-03-05T22:03:26.837Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:26 [2023-03-05T22:03:26.837Z] [get] Not modified - so not downloaded 17:03:26 [2023-03-05T22:03:26.837Z] 17:03:26 [2023-03-05T22:03:26.837Z] init.customtasks: 17:03:26 [2023-03-05T22:03:26.837Z] 17:03:26 [2023-03-05T22:03:26.837Z] runclient: 17:03:26 [2023-03-05T22:03:26.837Z] [echo] TestClient http://localhost:8080/foo/dirDeployWithWarSuffix false 17:03:27 [2023-03-05T22:03:27.119Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy 17:03:27 [2023-03-05T22:03:27.119Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/foo/dirDeployWithWarSuffix 17:03:27 [2023-03-05T22:03:27.119Z] [javaWithResult] [directorydeploy.TestClient]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080/foo/dirDeployWithWarSuffix 17:03:27 [2023-03-05T22:03:27.119Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] processResult: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] failed: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] passed: 17:03:27 [2023-03-05T22:03:27.119Z] [echo] Test warwithsuffix Passed 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] unknown: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] private-all: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] delete.log.next: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] private-all: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] init.os: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] init.tools.unix: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] init.tools.windows: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] init.tools: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] setAsadminArgs: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] init: 17:03:27 [2023-03-05T22:03:27.119Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:27 [2023-03-05T22:03:27.119Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:27 [2023-03-05T22:03:27.119Z] [get] Not modified - so not downloaded 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] init.customtasks: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] private-rollingUpgrade: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] _private-all: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] main-all: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] versioned.vs.unversioned: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] clean.scenario: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] clean.scenario.cluster: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] init.os: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] init.tools.unix: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] init.tools.windows: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] init.tools: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] setAsadminArgs: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] init: 17:03:27 [2023-03-05T22:03:27.119Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:27 [2023-03-05T22:03:27.119Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:27 [2023-03-05T22:03:27.119Z] [get] Not modified - so not downloaded 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] init.customtasks: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] prepare: 17:03:27 [2023-03-05T22:03:27.119Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] process.versionExpression: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] process.appname: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] _process.target: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] process.target: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] prepare.has.version.registred: 17:03:27 [2023-03-05T22:03:27.119Z] 17:03:27 [2023-03-05T22:03:27.119Z] exec.asadmin2: 17:03:27 [2023-03-05T22:03:27.375Z] [exec] Result: 1 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] process.registred: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] has.version.registred: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] del.all.version.registred: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] _clean.scenario: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] deploy.version: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] del.ref.registred: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] process.versionExpression: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] process.appname: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] _process.target: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] process.target: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] prepare.is.version.registred: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] init.os: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] init.tools.unix: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] init.tools.windows: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] init.tools: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] setAsadminArgs: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] init: 17:03:27 [2023-03-05T22:03:27.375Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:27 [2023-03-05T22:03:27.375Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:27 [2023-03-05T22:03:27.375Z] [get] Not modified - so not downloaded 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] init.customtasks: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] prepare: 17:03:27 [2023-03-05T22:03:27.375Z] 17:03:27 [2023-03-05T22:03:27.375Z] exec.asadmin2: 17:03:27 [2023-03-05T22:03:27.937Z] [exec] Result: 1 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] process.registred: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] is.version.registred: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] process.xmlversionidentifier: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] prepare.cluster: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] process.enabled: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] process.hasToDeploy: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] deploy.version.unregistred: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] init.os: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] init.tools.unix: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] init.tools.windows: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] init.tools: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] setAsadminArgs: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] init: 17:03:27 [2023-03-05T22:03:27.937Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:27 [2023-03-05T22:03:27.937Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:27 [2023-03-05T22:03:27.937Z] [get] Not modified - so not downloaded 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] init.customtasks: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] prepare: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] process.versionExpression: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] process.appname: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] create.version: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] assemble.non-existent: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] init.os: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] init.tools.unix: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] init.tools.windows: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] init.tools: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] setAsadminArgs: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] init: 17:03:27 [2023-03-05T22:03:27.937Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:27 [2023-03-05T22:03:27.937Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:27 [2023-03-05T22:03:27.937Z] [get] Not modified - so not downloaded 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] init.customtasks: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] prepare: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] process.versionexpression: 17:03:27 [2023-03-05T22:03:27.937Z] 17:03:27 [2023-03-05T22:03:27.937Z] compile: 17:03:27 [2023-03-05T22:03:27.937Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/build.xml:62: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:03:27 [2023-03-05T22:03:27.937Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet 17:03:28 [2023-03-05T22:03:28.219Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:03:28 [2023-03-05T22:03:28.219Z] [javac] 1 warning 17:03:28 [2023-03-05T22:03:28.219Z] [propertyfile] Creating new property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/versionedservlet/version-infos.properties 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] process.xmlversionidentifier: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] process.versionExpression: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] process.xml.create.flag: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] create.xml.flag: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] generate.xml.identifier: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] assemble: 17:03:28 [2023-03-05T22:03:28.219Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] process.xmlversionidentifier: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] prepare.update.xml.identifier: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] update.xml.identifier: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] deployWithNameOption: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] deployWithoutNameOption: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] setAsadminArgs: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] common.deploy.asadmin: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] init.os: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] init.tools.unix: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] init.tools.windows: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] init.tools: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] setAsadminArgs: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] init: 17:03:28 [2023-03-05T22:03:28.219Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:28 [2023-03-05T22:03:28.219Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:28 [2023-03-05T22:03:28.219Z] [get] Not modified - so not downloaded 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] init.customtasks: 17:03:28 [2023-03-05T22:03:28.219Z] 17:03:28 [2023-03-05T22:03:28.219Z] common.run.asadmin: 17:03:28 [2023-03-05T22:03:28.219Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=false /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war 17:03:28 [2023-03-05T22:03:28.475Z] [exec] Deprecated syntax, instead use: 17:03:28 [2023-03-05T22:03:28.475Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:28 [2023-03-05T22:03:28.731Z] [exec] Application deployed with name simple-versioned-servlet. 17:03:28 [2023-03-05T22:03:28.731Z] [exec] Command deploy executed successfully. 17:03:28 [2023-03-05T22:03:28.731Z] 17:03:28 [2023-03-05T22:03:28.731Z] init.os: 17:03:28 [2023-03-05T22:03:28.731Z] 17:03:28 [2023-03-05T22:03:28.731Z] init.tools.unix: 17:03:28 [2023-03-05T22:03:28.731Z] 17:03:28 [2023-03-05T22:03:28.731Z] init.tools.windows: 17:03:28 [2023-03-05T22:03:28.731Z] 17:03:28 [2023-03-05T22:03:28.731Z] init.tools: 17:03:28 [2023-03-05T22:03:28.731Z] 17:03:28 [2023-03-05T22:03:28.731Z] setAsadminArgs: 17:03:28 [2023-03-05T22:03:28.731Z] 17:03:28 [2023-03-05T22:03:28.731Z] init: 17:03:28 [2023-03-05T22:03:28.731Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:28 [2023-03-05T22:03:28.731Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:28 [2023-03-05T22:03:28.731Z] [get] Not modified - so not downloaded 17:03:28 [2023-03-05T22:03:28.731Z] 17:03:28 [2023-03-05T22:03:28.731Z] init.customtasks: 17:03:28 [2023-03-05T22:03:28.731Z] 17:03:28 [2023-03-05T22:03:28.732Z] setEnabled: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] createAppRef: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] init.os: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] init.tools.unix: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] init.tools.windows: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] init.tools: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] setAsadminArgs: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] init: 17:03:28 [2023-03-05T22:03:28.732Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:28 [2023-03-05T22:03:28.732Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:28 [2023-03-05T22:03:28.732Z] [get] Not modified - so not downloaded 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] init.customtasks: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] prepare.client: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] prepare.client.appclient: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] increment.log.next: 17:03:28 [2023-03-05T22:03:28.732Z] [propertyfile] Creating new property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] process.versionexpression: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] prepare.run: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] common.run.positive: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] setHttpPort: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] common.run: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] checkAppOnServer: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] declare-test: 17:03:28 [2023-03-05T22:03:28.732Z] [echo] Starting test simple-versioned-servlet versioned.vs.unversioned(1) untagged - logID=1 (server) 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] prepare.runclient: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] process.classpath: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] process.jvmargs: 17:03:28 [2023-03-05T22:03:28.732Z] 17:03:28 [2023-03-05T22:03:28.732Z] java.with.result: 17:03:29 [2023-03-05T22:03:29.019Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:29 [2023-03-05T22:03:29.019Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:03:29 [2023-03-05T22:03:29.019Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:29 [2023-03-05T22:03:29.019Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = 17:03:29 [2023-03-05T22:03:29.019Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:03:29 [2023-03-05T22:03:29.019Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: 17:03:29 [2023-03-05T22:03:29.019Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] process.result: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] processResult: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] failed: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] passed: 17:03:29 [2023-03-05T22:03:29.019Z] [echo] Test simple-versioned-servlet Passed 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] unknown: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] runclient: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] init.os: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] init.tools.unix: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] init.tools.windows: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] init.tools: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] setAsadminArgs: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] init: 17:03:29 [2023-03-05T22:03:29.019Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:29 [2023-03-05T22:03:29.019Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:29 [2023-03-05T22:03:29.019Z] [get] Not modified - so not downloaded 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] init.customtasks: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] checkAppOnCluster: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] run.positive: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] process.versionExpression: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] process.appname: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] process.xmlversionidentifier: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] prepare.cluster: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] disable.version: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] setAsadminArgs: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] common.disable.asadmin: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] init.os: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] init.tools.unix: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] init.tools.windows: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] init.tools: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] setAsadminArgs: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] init: 17:03:29 [2023-03-05T22:03:29.019Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:29 [2023-03-05T22:03:29.019Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:29 [2023-03-05T22:03:29.019Z] [get] Not modified - so not downloaded 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] init.customtasks: 17:03:29 [2023-03-05T22:03:29.019Z] 17:03:29 [2023-03-05T22:03:29.019Z] common.run.asadmin: 17:03:29 [2023-03-05T22:03:29.019Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin disable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet 17:03:29 [2023-03-05T22:03:29.318Z] [exec] Deprecated syntax, instead use: 17:03:29 [2023-03-05T22:03:29.318Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 disable [options] ... 17:03:29 [2023-03-05T22:03:29.575Z] [exec] Command disable executed successfully. 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] init.os: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] init.tools.unix: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] init.tools.windows: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] init.tools: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] setAsadminArgs: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] init: 17:03:29 [2023-03-05T22:03:29.575Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:29 [2023-03-05T22:03:29.575Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:29 [2023-03-05T22:03:29.575Z] [get] Not modified - so not downloaded 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] init.customtasks: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] disableAppOnInstance: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] init.os: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] init.tools.unix: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] init.tools.windows: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] init.tools: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] setAsadminArgs: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] init: 17:03:29 [2023-03-05T22:03:29.575Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:29 [2023-03-05T22:03:29.575Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:29 [2023-03-05T22:03:29.575Z] [get] Not modified - so not downloaded 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] init.customtasks: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] prepare.client: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] prepare.client.appclient: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] increment.log.next: 17:03:29 [2023-03-05T22:03:29.575Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] process.versionexpression: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] prepare.run: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] common.run.negative: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] setHttpPort: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] common.run: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] checkAppOnServer: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] declare-test: 17:03:29 [2023-03-05T22:03:29.575Z] [echo] Starting test simple-versioned-servlet versioned.vs.unversioned(2) untagged - logID=2 (server) 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] prepare.runclient: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] process.classpath: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] process.jvmargs: 17:03:29 [2023-03-05T22:03:29.575Z] 17:03:29 [2023-03-05T22:03:29.575Z] java.with.result: 17:03:29 [2023-03-05T22:03:29.832Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:29 [2023-03-05T22:03:29.832Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to fail 17:03:29 [2023-03-05T22:03:29.832Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:29 [2023-03-05T22:03:29.832Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = 17:03:29 [2023-03-05T22:03:29.832Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080//simple-versioned-servlet 17:03:29 [2023-03-05T22:03:29.832Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] process.result: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] processResult: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] failed: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] passed: 17:03:29 [2023-03-05T22:03:29.832Z] [echo] Test simple-versioned-servlet Passed 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] unknown: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] runclient: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] init.os: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] init.tools.unix: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] init.tools.windows: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] init.tools: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] setAsadminArgs: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] init: 17:03:29 [2023-03-05T22:03:29.832Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:29 [2023-03-05T22:03:29.832Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:29 [2023-03-05T22:03:29.832Z] [get] Not modified - so not downloaded 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] init.customtasks: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] checkAppOnCluster: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] run.negative: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] deploy.version: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] del.ref.registred: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] process.versionExpression: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] process.appname: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] _process.target: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] process.target: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] prepare.is.version.registred: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] init.os: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] init.tools.unix: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] init.tools.windows: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] init.tools: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] setAsadminArgs: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] init: 17:03:29 [2023-03-05T22:03:29.832Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:29 [2023-03-05T22:03:29.832Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:29 [2023-03-05T22:03:29.832Z] [get] Not modified - so not downloaded 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] init.customtasks: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] prepare: 17:03:29 [2023-03-05T22:03:29.832Z] 17:03:29 [2023-03-05T22:03:29.832Z] exec.asadmin2: 17:03:30 [2023-03-05T22:03:30.420Z] [exec] Result: 1 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] process.registred: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] is.version.registred: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] process.xmlversionidentifier: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] prepare.cluster: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] process.enabled: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] process.hasToDeploy: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] deploy.version.unregistred: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] init.os: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] init.tools.unix: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] init.tools.windows: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] init.tools: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] setAsadminArgs: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] init: 17:03:30 [2023-03-05T22:03:30.421Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:30 [2023-03-05T22:03:30.421Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:30 [2023-03-05T22:03:30.421Z] [get] Not modified - so not downloaded 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] init.customtasks: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] prepare: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] process.versionExpression: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] process.appname: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] create.version: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] assemble.non-existent: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] init.os: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] init.tools.unix: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] init.tools.windows: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] init.tools: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] setAsadminArgs: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] init: 17:03:30 [2023-03-05T22:03:30.421Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:30 [2023-03-05T22:03:30.421Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:30 [2023-03-05T22:03:30.421Z] [get] Not modified - so not downloaded 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] init.customtasks: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] prepare: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] process.versionexpression: 17:03:30 [2023-03-05T22:03:30.421Z] 17:03:30 [2023-03-05T22:03:30.421Z] compile: 17:03:30 [2023-03-05T22:03:30.421Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/build.xml:62: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:03:30 [2023-03-05T22:03:30.421Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet 17:03:30 [2023-03-05T22:03:30.677Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:03:30 [2023-03-05T22:03:30.677Z] [javac] 1 warning 17:03:30 [2023-03-05T22:03:30.677Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/versionedservlet/version-infos.properties 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] process.xmlversionidentifier: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] process.versionExpression: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] process.xml.create.flag: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] create.xml.flag: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] generate.xml.identifier: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] assemble: 17:03:30 [2023-03-05T22:03:30.677Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] process.xmlversionidentifier: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] prepare.update.xml.identifier: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] update.xml.identifier: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] deployWithNameOption: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] setAsadminArgs: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] common.deploy.asadmin: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] init.os: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] init.tools.unix: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] init.tools.windows: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] init.tools: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] setAsadminArgs: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] init: 17:03:30 [2023-03-05T22:03:30.677Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:30 [2023-03-05T22:03:30.677Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:30 [2023-03-05T22:03:30.677Z] [get] Not modified - so not downloaded 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] init.customtasks: 17:03:30 [2023-03-05T22:03:30.677Z] 17:03:30 [2023-03-05T22:03:30.677Z] common.run.asadmin: 17:03:30 [2023-03-05T22:03:30.677Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=false --name=simple-versioned-servlet:ALPHA-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war 17:03:30 [2023-03-05T22:03:30.933Z] [exec] Deprecated syntax, instead use: 17:03:30 [2023-03-05T22:03:30.933Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:31 [2023-03-05T22:03:31.189Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. 17:03:31 [2023-03-05T22:03:31.189Z] [exec] Command deploy executed successfully. 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] init.os: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] init.tools.unix: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] init.tools.windows: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] init.tools: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] setAsadminArgs: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] init: 17:03:31 [2023-03-05T22:03:31.189Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:31 [2023-03-05T22:03:31.189Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:31 [2023-03-05T22:03:31.189Z] [get] Not modified - so not downloaded 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] init.customtasks: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] setEnabled: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] createAppRef: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] deployWithoutNameOption: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] init.os: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] init.tools.unix: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] init.tools.windows: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] init.tools: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] setAsadminArgs: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] init: 17:03:31 [2023-03-05T22:03:31.189Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:31 [2023-03-05T22:03:31.189Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:31 [2023-03-05T22:03:31.189Z] [get] Not modified - so not downloaded 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] init.customtasks: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] prepare.client: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] prepare.client.appclient: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] increment.log.next: 17:03:31 [2023-03-05T22:03:31.189Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] process.versionexpression: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] prepare.run: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] common.run.positive: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] setHttpPort: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] common.run: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] checkAppOnServer: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] declare-test: 17:03:31 [2023-03-05T22:03:31.189Z] [echo] Starting test simple-versioned-servlet versioned.vs.unversioned(3) ALPHA-1.0.0 - logID=3 (server) 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] prepare.runclient: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] process.classpath: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] process.jvmargs: 17:03:31 [2023-03-05T22:03:31.189Z] 17:03:31 [2023-03-05T22:03:31.189Z] java.with.result: 17:03:31 [2023-03-05T22:03:31.445Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:31 [2023-03-05T22:03:31.445Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:03:31 [2023-03-05T22:03:31.445Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:31 [2023-03-05T22:03:31.445Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 17:03:31 [2023-03-05T22:03:31.445Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:03:31 [2023-03-05T22:03:31.445Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 17:03:31 [2023-03-05T22:03:31.445Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] process.result: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] processResult: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] failed: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] passed: 17:03:31 [2023-03-05T22:03:31.445Z] [echo] Test simple-versioned-servlet Passed 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] unknown: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] runclient: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] init.os: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] init.tools.unix: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] init.tools.windows: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] init.tools: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] setAsadminArgs: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] init: 17:03:31 [2023-03-05T22:03:31.445Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:31 [2023-03-05T22:03:31.445Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:31 [2023-03-05T22:03:31.445Z] [get] Not modified - so not downloaded 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] init.customtasks: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] checkAppOnCluster: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] run.positive: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] clean.scenario: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] clean.scenario.cluster: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] init.os: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] init.tools.unix: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] init.tools.windows: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] init.tools: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] setAsadminArgs: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] init: 17:03:31 [2023-03-05T22:03:31.445Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:31 [2023-03-05T22:03:31.445Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:31 [2023-03-05T22:03:31.445Z] [get] Not modified - so not downloaded 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] init.customtasks: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] prepare: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] process.versionExpression: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] process.appname: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] _process.target: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] process.target: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] prepare.has.version.registred: 17:03:31 [2023-03-05T22:03:31.445Z] 17:03:31 [2023-03-05T22:03:31.445Z] exec.asadmin2: 17:03:31 [2023-03-05T22:03:31.718Z] 17:03:31 [2023-03-05T22:03:31.718Z] process.registred: 17:03:31 [2023-03-05T22:03:31.718Z] 17:03:31 [2023-03-05T22:03:31.718Z] has.version.registred: 17:03:31 [2023-03-05T22:03:31.718Z] 17:03:31 [2023-03-05T22:03:31.718Z] del.all.version.registred: 17:03:31 [2023-03-05T22:03:31.718Z] 17:03:31 [2023-03-05T22:03:31.718Z] _process.target: 17:03:31 [2023-03-05T22:03:31.718Z] 17:03:31 [2023-03-05T22:03:31.718Z] process.target: 17:03:31 [2023-03-05T22:03:31.718Z] 17:03:31 [2023-03-05T22:03:31.718Z] prepare.del.all.version.registred: 17:03:31 [2023-03-05T22:03:31.718Z] 17:03:31 [2023-03-05T22:03:31.718Z] init.os: 17:03:31 [2023-03-05T22:03:31.718Z] 17:03:31 [2023-03-05T22:03:31.718Z] init.tools.unix: 17:03:31 [2023-03-05T22:03:31.718Z] 17:03:31 [2023-03-05T22:03:31.718Z] init.tools.windows: 17:03:31 [2023-03-05T22:03:31.718Z] 17:03:31 [2023-03-05T22:03:31.718Z] init.tools: 17:03:31 [2023-03-05T22:03:31.718Z] 17:03:31 [2023-03-05T22:03:31.718Z] setAsadminArgs: 17:03:31 [2023-03-05T22:03:31.718Z] 17:03:31 [2023-03-05T22:03:31.718Z] init: 17:03:31 [2023-03-05T22:03:31.718Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:31 [2023-03-05T22:03:31.718Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:31 [2023-03-05T22:03:31.718Z] [get] Not modified - so not downloaded 17:03:31 [2023-03-05T22:03:31.718Z] 17:03:31 [2023-03-05T22:03:31.718Z] init.customtasks: 17:03:31 [2023-03-05T22:03:31.718Z] 17:03:31 [2023-03-05T22:03:31.718Z] prepare: 17:03:31 [2023-03-05T22:03:31.718Z] 17:03:31 [2023-03-05T22:03:31.718Z] exec.asadmin: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] _del.all.version.registred: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] _clean.scenario: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] deployment: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] deploy.version: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] del.ref.registred: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] process.versionExpression: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] process.appname: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] _process.target: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] process.target: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] prepare.is.version.registred: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] init.os: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] init.tools.unix: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] init.tools.windows: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] init.tools: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] setAsadminArgs: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] init: 17:03:31 [2023-03-05T22:03:31.974Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:31 [2023-03-05T22:03:31.974Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:31 [2023-03-05T22:03:31.974Z] [get] Not modified - so not downloaded 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] init.customtasks: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] prepare: 17:03:31 [2023-03-05T22:03:31.974Z] 17:03:31 [2023-03-05T22:03:31.974Z] exec.asadmin2: 17:03:32 [2023-03-05T22:03:32.230Z] [exec] Result: 1 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] process.registred: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] is.version.registred: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] process.xmlversionidentifier: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] prepare.cluster: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] process.enabled: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] process.hasToDeploy: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] deploy.version.unregistred: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] init.os: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] init.tools.unix: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] init.tools.windows: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] init.tools: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] setAsadminArgs: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] init: 17:03:32 [2023-03-05T22:03:32.230Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:32 [2023-03-05T22:03:32.230Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:32 [2023-03-05T22:03:32.230Z] [get] Not modified - so not downloaded 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] init.customtasks: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] prepare: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] process.versionExpression: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] process.appname: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] create.version: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] assemble.non-existent: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] process.xmlversionidentifier: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] prepare.update.xml.identifier: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] update.xml.identifier: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] deployWithNameOption: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] setAsadminArgs: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] common.deploy.asadmin: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] init.os: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] init.tools.unix: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] init.tools.windows: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] init.tools: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] setAsadminArgs: 17:03:32 [2023-03-05T22:03:32.230Z] 17:03:32 [2023-03-05T22:03:32.230Z] init: 17:03:32 [2023-03-05T22:03:32.230Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:32 [2023-03-05T22:03:32.230Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:32 [2023-03-05T22:03:32.230Z] [get] Not modified - so not downloaded 17:03:32 [2023-03-05T22:03:32.487Z] 17:03:32 [2023-03-05T22:03:32.487Z] init.customtasks: 17:03:32 [2023-03-05T22:03:32.487Z] 17:03:32 [2023-03-05T22:03:32.487Z] common.run.asadmin: 17:03:32 [2023-03-05T22:03:32.487Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-servlet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war 17:03:32 [2023-03-05T22:03:32.487Z] [exec] Deprecated syntax, instead use: 17:03:32 [2023-03-05T22:03:32.487Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:32 [2023-03-05T22:03:32.743Z] [exec] Application deployed with name simple-versioned-servlet. 17:03:32 [2023-03-05T22:03:32.743Z] [exec] Command deploy executed successfully. 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] init.os: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] init.tools.unix: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] init.tools.windows: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] init.tools: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] setAsadminArgs: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] init: 17:03:32 [2023-03-05T22:03:32.743Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:32 [2023-03-05T22:03:32.743Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:32 [2023-03-05T22:03:32.743Z] [get] Not modified - so not downloaded 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] init.customtasks: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] setEnabled: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] createAppRef: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] deployWithoutNameOption: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] run.positive.deploy: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] init.os: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] init.tools.unix: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] init.tools.windows: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] init.tools: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] setAsadminArgs: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] init: 17:03:32 [2023-03-05T22:03:32.743Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:32 [2023-03-05T22:03:32.743Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:32 [2023-03-05T22:03:32.743Z] [get] Not modified - so not downloaded 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] init.customtasks: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] prepare.client: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] prepare.client.appclient: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] increment.log.next: 17:03:32 [2023-03-05T22:03:32.743Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] process.versionexpression: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] prepare.run: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] common.run.positive: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] setHttpPort: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] common.run: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] checkAppOnServer: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] declare-test: 17:03:32 [2023-03-05T22:03:32.743Z] [echo] Starting test simple-versioned-servlet deployment(1) untagged - logID=4 (server) 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] prepare.runclient: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] process.classpath: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] process.jvmargs: 17:03:32 [2023-03-05T22:03:32.743Z] 17:03:32 [2023-03-05T22:03:32.743Z] java.with.result: 17:03:33 [2023-03-05T22:03:33.017Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:33 [2023-03-05T22:03:33.017Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:03:33 [2023-03-05T22:03:33.017Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:33 [2023-03-05T22:03:33.017Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = 17:03:33 [2023-03-05T22:03:33.017Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:03:33 [2023-03-05T22:03:33.017Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: 17:03:33 [2023-03-05T22:03:33.017Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] process.result: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] processResult: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] failed: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] passed: 17:03:33 [2023-03-05T22:03:33.017Z] [echo] Test simple-versioned-servlet Passed 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] unknown: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] runclient: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] init.os: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] init.tools.unix: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] init.tools.windows: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] init.tools: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] setAsadminArgs: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] init: 17:03:33 [2023-03-05T22:03:33.017Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:33 [2023-03-05T22:03:33.017Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:33 [2023-03-05T22:03:33.017Z] [get] Not modified - so not downloaded 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] init.customtasks: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] checkAppOnCluster: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] run.positive: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] deploy.version: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] del.ref.registred: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] process.versionExpression: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] process.appname: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] _process.target: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] process.target: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] prepare.is.version.registred: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] init.os: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] init.tools.unix: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] init.tools.windows: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] init.tools: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] setAsadminArgs: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] init: 17:03:33 [2023-03-05T22:03:33.017Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:33 [2023-03-05T22:03:33.017Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:33 [2023-03-05T22:03:33.017Z] [get] Not modified - so not downloaded 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] init.customtasks: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] prepare: 17:03:33 [2023-03-05T22:03:33.017Z] 17:03:33 [2023-03-05T22:03:33.017Z] exec.asadmin2: 17:03:33 [2023-03-05T22:03:33.273Z] [exec] Result: 1 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] process.registred: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] is.version.registred: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] process.xmlversionidentifier: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] prepare.cluster: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] process.enabled: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] process.hasToDeploy: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] deploy.version.unregistred: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] init.os: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] init.tools.unix: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] init.tools.windows: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] init.tools: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] setAsadminArgs: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] init: 17:03:33 [2023-03-05T22:03:33.273Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:33 [2023-03-05T22:03:33.273Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:33 [2023-03-05T22:03:33.273Z] [get] Not modified - so not downloaded 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] init.customtasks: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] prepare: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] process.versionExpression: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] process.appname: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] create.version: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] assemble.non-existent: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] process.xmlversionidentifier: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] prepare.update.xml.identifier: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] update.xml.identifier: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] deployWithNameOption: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] setAsadminArgs: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] common.deploy.asadmin: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] init.os: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] init.tools.unix: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] init.tools.windows: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] init.tools: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] setAsadminArgs: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] init: 17:03:33 [2023-03-05T22:03:33.273Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:33 [2023-03-05T22:03:33.273Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:33 [2023-03-05T22:03:33.273Z] [get] Not modified - so not downloaded 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] init.customtasks: 17:03:33 [2023-03-05T22:03:33.273Z] 17:03:33 [2023-03-05T22:03:33.273Z] common.run.asadmin: 17:03:33 [2023-03-05T22:03:33.273Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-servlet:ALPHA-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war 17:03:33 [2023-03-05T22:03:33.529Z] [exec] Deprecated syntax, instead use: 17:03:33 [2023-03-05T22:03:33.529Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:33 [2023-03-05T22:03:33.785Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. 17:03:33 [2023-03-05T22:03:33.785Z] [exec] Command deploy executed successfully. 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] init.os: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] init.tools.unix: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] init.tools.windows: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] init.tools: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] setAsadminArgs: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] init: 17:03:33 [2023-03-05T22:03:33.785Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:33 [2023-03-05T22:03:33.785Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:33 [2023-03-05T22:03:33.785Z] [get] Not modified - so not downloaded 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] init.customtasks: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] setEnabled: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] createAppRef: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] deployWithoutNameOption: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] run.positive.deploy: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] init.os: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] init.tools.unix: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] init.tools.windows: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] init.tools: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] setAsadminArgs: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] init: 17:03:33 [2023-03-05T22:03:33.785Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:33 [2023-03-05T22:03:33.785Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:33 [2023-03-05T22:03:33.785Z] [get] Not modified - so not downloaded 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] init.customtasks: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] prepare.client: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] prepare.client.appclient: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] increment.log.next: 17:03:33 [2023-03-05T22:03:33.785Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] process.versionexpression: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] prepare.run: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] common.run.positive: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] setHttpPort: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] common.run: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] checkAppOnServer: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] declare-test: 17:03:33 [2023-03-05T22:03:33.785Z] [echo] Starting test simple-versioned-servlet deployment(2) ALPHA-1.0.0 - logID=5 (server) 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] prepare.runclient: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] process.classpath: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] process.jvmargs: 17:03:33 [2023-03-05T22:03:33.785Z] 17:03:33 [2023-03-05T22:03:33.785Z] java.with.result: 17:03:34 [2023-03-05T22:03:34.041Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:34 [2023-03-05T22:03:34.041Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:03:34 [2023-03-05T22:03:34.041Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:34 [2023-03-05T22:03:34.041Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 17:03:34 [2023-03-05T22:03:34.041Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:03:34 [2023-03-05T22:03:34.041Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 17:03:34 [2023-03-05T22:03:34.041Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] process.result: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] processResult: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] failed: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] passed: 17:03:34 [2023-03-05T22:03:34.041Z] [echo] Test simple-versioned-servlet Passed 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] unknown: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] runclient: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] init.os: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] init.tools.unix: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] init.tools.windows: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] init.tools: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] setAsadminArgs: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] init: 17:03:34 [2023-03-05T22:03:34.041Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:34 [2023-03-05T22:03:34.041Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:34 [2023-03-05T22:03:34.041Z] [get] Not modified - so not downloaded 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] init.customtasks: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] checkAppOnCluster: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] run.positive: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] deploy.version: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] del.ref.registred: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] process.versionExpression: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] process.appname: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] _process.target: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] process.target: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] prepare.is.version.registred: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] init.os: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] init.tools.unix: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] init.tools.windows: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] init.tools: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] setAsadminArgs: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] init: 17:03:34 [2023-03-05T22:03:34.041Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:34 [2023-03-05T22:03:34.041Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:34 [2023-03-05T22:03:34.041Z] [get] Not modified - so not downloaded 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] init.customtasks: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] prepare: 17:03:34 [2023-03-05T22:03:34.041Z] 17:03:34 [2023-03-05T22:03:34.041Z] exec.asadmin2: 17:03:34 [2023-03-05T22:03:34.300Z] [exec] Result: 1 17:03:34 [2023-03-05T22:03:34.300Z] 17:03:34 [2023-03-05T22:03:34.300Z] process.registred: 17:03:34 [2023-03-05T22:03:34.300Z] 17:03:34 [2023-03-05T22:03:34.300Z] is.version.registred: 17:03:34 [2023-03-05T22:03:34.300Z] 17:03:34 [2023-03-05T22:03:34.300Z] process.xmlversionidentifier: 17:03:34 [2023-03-05T22:03:34.300Z] 17:03:34 [2023-03-05T22:03:34.300Z] prepare.cluster: 17:03:34 [2023-03-05T22:03:34.300Z] 17:03:34 [2023-03-05T22:03:34.300Z] process.enabled: 17:03:34 [2023-03-05T22:03:34.300Z] 17:03:34 [2023-03-05T22:03:34.300Z] process.hasToDeploy: 17:03:34 [2023-03-05T22:03:34.300Z] 17:03:34 [2023-03-05T22:03:34.300Z] deploy.version.unregistred: 17:03:34 [2023-03-05T22:03:34.300Z] 17:03:34 [2023-03-05T22:03:34.300Z] init.os: 17:03:34 [2023-03-05T22:03:34.300Z] 17:03:34 [2023-03-05T22:03:34.300Z] init.tools.unix: 17:03:34 [2023-03-05T22:03:34.300Z] 17:03:34 [2023-03-05T22:03:34.300Z] init.tools.windows: 17:03:34 [2023-03-05T22:03:34.300Z] 17:03:34 [2023-03-05T22:03:34.300Z] init.tools: 17:03:34 [2023-03-05T22:03:34.300Z] 17:03:34 [2023-03-05T22:03:34.300Z] setAsadminArgs: 17:03:34 [2023-03-05T22:03:34.300Z] 17:03:34 [2023-03-05T22:03:34.300Z] init: 17:03:34 [2023-03-05T22:03:34.300Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:34 [2023-03-05T22:03:34.301Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:34 [2023-03-05T22:03:34.301Z] [get] Not modified - so not downloaded 17:03:34 [2023-03-05T22:03:34.301Z] 17:03:34 [2023-03-05T22:03:34.301Z] init.customtasks: 17:03:34 [2023-03-05T22:03:34.301Z] 17:03:34 [2023-03-05T22:03:34.301Z] prepare: 17:03:34 [2023-03-05T22:03:34.301Z] 17:03:34 [2023-03-05T22:03:34.301Z] process.versionExpression: 17:03:34 [2023-03-05T22:03:34.301Z] 17:03:34 [2023-03-05T22:03:34.301Z] process.appname: 17:03:34 [2023-03-05T22:03:34.301Z] 17:03:34 [2023-03-05T22:03:34.301Z] create.version: 17:03:34 [2023-03-05T22:03:34.301Z] 17:03:34 [2023-03-05T22:03:34.301Z] assemble.non-existent: 17:03:34 [2023-03-05T22:03:34.301Z] 17:03:34 [2023-03-05T22:03:34.301Z] init.os: 17:03:34 [2023-03-05T22:03:34.301Z] 17:03:34 [2023-03-05T22:03:34.301Z] init.tools.unix: 17:03:34 [2023-03-05T22:03:34.301Z] 17:03:34 [2023-03-05T22:03:34.301Z] init.tools.windows: 17:03:34 [2023-03-05T22:03:34.301Z] 17:03:34 [2023-03-05T22:03:34.301Z] init.tools: 17:03:34 [2023-03-05T22:03:34.301Z] 17:03:34 [2023-03-05T22:03:34.301Z] setAsadminArgs: 17:03:34 [2023-03-05T22:03:34.301Z] 17:03:34 [2023-03-05T22:03:34.301Z] init: 17:03:34 [2023-03-05T22:03:34.301Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:34 [2023-03-05T22:03:34.301Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:34 [2023-03-05T22:03:34.301Z] [get] Not modified - so not downloaded 17:03:34 [2023-03-05T22:03:34.301Z] 17:03:34 [2023-03-05T22:03:34.301Z] init.customtasks: 17:03:34 [2023-03-05T22:03:34.301Z] 17:03:34 [2023-03-05T22:03:34.301Z] prepare: 17:03:34 [2023-03-05T22:03:34.301Z] 17:03:34 [2023-03-05T22:03:34.301Z] process.versionexpression: 17:03:34 [2023-03-05T22:03:34.301Z] 17:03:34 [2023-03-05T22:03:34.301Z] compile: 17:03:34 [2023-03-05T22:03:34.301Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/build.xml:62: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:03:34 [2023-03-05T22:03:34.301Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet 17:03:34 [2023-03-05T22:03:34.557Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:03:34 [2023-03-05T22:03:34.557Z] [javac] 1 warning 17:03:34 [2023-03-05T22:03:34.557Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/versionedservlet/version-infos.properties 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] process.xmlversionidentifier: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] process.versionExpression: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] process.xml.create.flag: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] create.xml.flag: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] generate.xml.identifier: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] assemble: 17:03:34 [2023-03-05T22:03:34.557Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] process.xmlversionidentifier: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] prepare.update.xml.identifier: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] update.xml.identifier: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] deployWithNameOption: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] setAsadminArgs: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] common.deploy.asadmin: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] init.os: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] init.tools.unix: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] init.tools.windows: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] init.tools: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] setAsadminArgs: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] init: 17:03:34 [2023-03-05T22:03:34.557Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:34 [2023-03-05T22:03:34.557Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:34 [2023-03-05T22:03:34.557Z] [get] Not modified - so not downloaded 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] init.customtasks: 17:03:34 [2023-03-05T22:03:34.557Z] 17:03:34 [2023-03-05T22:03:34.557Z] common.run.asadmin: 17:03:34 [2023-03-05T22:03:34.557Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled false --force=true --name=simple-versioned-servlet:ALPHA-1.0.1 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war 17:03:34 [2023-03-05T22:03:34.819Z] [exec] Deprecated syntax, instead use: 17:03:34 [2023-03-05T22:03:34.819Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:35 [2023-03-05T22:03:35.075Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.1. 17:03:35 [2023-03-05T22:03:35.075Z] [exec] Command deploy executed successfully. 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] init.os: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] init.tools.unix: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] init.tools.windows: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] init.tools: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] setAsadminArgs: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] init: 17:03:35 [2023-03-05T22:03:35.075Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:35 [2023-03-05T22:03:35.075Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:35 [2023-03-05T22:03:35.075Z] [get] Not modified - so not downloaded 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] init.customtasks: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] setEnabled: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] createAppRef: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] deployWithoutNameOption: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] run.positive.deploy: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] init.os: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] init.tools.unix: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] init.tools.windows: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] init.tools: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] setAsadminArgs: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] init: 17:03:35 [2023-03-05T22:03:35.075Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:35 [2023-03-05T22:03:35.075Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:35 [2023-03-05T22:03:35.075Z] [get] Not modified - so not downloaded 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] init.customtasks: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] prepare.client: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] prepare.client.appclient: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] increment.log.next: 17:03:35 [2023-03-05T22:03:35.075Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] process.versionexpression: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] prepare.run: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] common.run.positive: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] setHttpPort: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] common.run: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] checkAppOnServer: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] declare-test: 17:03:35 [2023-03-05T22:03:35.075Z] [echo] Starting test simple-versioned-servlet deployment(3) ALPHA-1.0.1 (enabled=false) - logID=6 (server) 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] prepare.runclient: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] process.classpath: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] process.jvmargs: 17:03:35 [2023-03-05T22:03:35.075Z] 17:03:35 [2023-03-05T22:03:35.075Z] java.with.result: 17:03:35 [2023-03-05T22:03:35.336Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:35 [2023-03-05T22:03:35.336Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:03:35 [2023-03-05T22:03:35.336Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:35 [2023-03-05T22:03:35.336Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 17:03:35 [2023-03-05T22:03:35.336Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:03:35 [2023-03-05T22:03:35.336Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 17:03:35 [2023-03-05T22:03:35.336Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] process.result: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] processResult: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] failed: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] passed: 17:03:35 [2023-03-05T22:03:35.336Z] [echo] Test simple-versioned-servlet Passed 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] unknown: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] runclient: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] init.os: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] init.tools.unix: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] init.tools.windows: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] init.tools: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] setAsadminArgs: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] init: 17:03:35 [2023-03-05T22:03:35.336Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:35 [2023-03-05T22:03:35.336Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:35 [2023-03-05T22:03:35.336Z] [get] Not modified - so not downloaded 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] init.customtasks: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] checkAppOnCluster: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] run.positive: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] deploy.version: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] del.ref.registred: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] process.versionExpression: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] process.appname: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] _process.target: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] process.target: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] prepare.is.version.registred: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] init.os: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] init.tools.unix: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] init.tools.windows: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] init.tools: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] setAsadminArgs: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] init: 17:03:35 [2023-03-05T22:03:35.336Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:35 [2023-03-05T22:03:35.336Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:35 [2023-03-05T22:03:35.336Z] [get] Not modified - so not downloaded 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] init.customtasks: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] prepare: 17:03:35 [2023-03-05T22:03:35.336Z] 17:03:35 [2023-03-05T22:03:35.336Z] exec.asadmin2: 17:03:35 [2023-03-05T22:03:35.595Z] [exec] Result: 1 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] process.registred: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] is.version.registred: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] process.xmlversionidentifier: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] prepare.cluster: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] process.enabled: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] process.hasToDeploy: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] deploy.version.unregistred: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] init.os: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] init.tools.unix: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] init.tools.windows: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] init.tools: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] setAsadminArgs: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] init: 17:03:35 [2023-03-05T22:03:35.595Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:35 [2023-03-05T22:03:35.595Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:35 [2023-03-05T22:03:35.595Z] [get] Not modified - so not downloaded 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] init.customtasks: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] prepare: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] process.versionExpression: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] process.appname: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] create.version: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] assemble.non-existent: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] init.os: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] init.tools.unix: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] init.tools.windows: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] init.tools: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] setAsadminArgs: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] init: 17:03:35 [2023-03-05T22:03:35.595Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:35 [2023-03-05T22:03:35.595Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:35 [2023-03-05T22:03:35.595Z] [get] Not modified - so not downloaded 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] init.customtasks: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] prepare: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] process.versionexpression: 17:03:35 [2023-03-05T22:03:35.595Z] 17:03:35 [2023-03-05T22:03:35.595Z] compile: 17:03:35 [2023-03-05T22:03:35.595Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/build.xml:62: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:03:35 [2023-03-05T22:03:35.595Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet 17:03:35 [2023-03-05T22:03:35.851Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:03:35 [2023-03-05T22:03:35.851Z] [javac] 1 warning 17:03:35 [2023-03-05T22:03:35.851Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/versionedservlet/version-infos.properties 17:03:35 [2023-03-05T22:03:35.851Z] 17:03:35 [2023-03-05T22:03:35.851Z] process.xmlversionidentifier: 17:03:35 [2023-03-05T22:03:35.851Z] 17:03:35 [2023-03-05T22:03:35.851Z] process.versionExpression: 17:03:35 [2023-03-05T22:03:35.851Z] 17:03:35 [2023-03-05T22:03:35.851Z] process.xml.create.flag: 17:03:35 [2023-03-05T22:03:35.851Z] 17:03:35 [2023-03-05T22:03:35.851Z] create.xml.flag: 17:03:35 [2023-03-05T22:03:35.851Z] 17:03:35 [2023-03-05T22:03:35.851Z] generate.xml.identifier: 17:03:35 [2023-03-05T22:03:35.851Z] 17:03:35 [2023-03-05T22:03:35.851Z] assemble: 17:03:35 [2023-03-05T22:03:35.851Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.0.war 17:03:35 [2023-03-05T22:03:35.851Z] 17:03:35 [2023-03-05T22:03:35.851Z] process.xmlversionidentifier: 17:03:35 [2023-03-05T22:03:35.851Z] 17:03:35 [2023-03-05T22:03:35.851Z] prepare.update.xml.identifier: 17:03:35 [2023-03-05T22:03:35.851Z] 17:03:35 [2023-03-05T22:03:35.851Z] update.xml.identifier: 17:03:35 [2023-03-05T22:03:35.851Z] 17:03:35 [2023-03-05T22:03:35.851Z] deployWithNameOption: 17:03:35 [2023-03-05T22:03:35.851Z] 17:03:35 [2023-03-05T22:03:35.851Z] setAsadminArgs: 17:03:35 [2023-03-05T22:03:35.851Z] 17:03:35 [2023-03-05T22:03:35.851Z] common.deploy.asadmin: 17:03:35 [2023-03-05T22:03:35.851Z] 17:03:35 [2023-03-05T22:03:35.852Z] init.os: 17:03:35 [2023-03-05T22:03:35.852Z] 17:03:35 [2023-03-05T22:03:35.852Z] init.tools.unix: 17:03:35 [2023-03-05T22:03:35.852Z] 17:03:35 [2023-03-05T22:03:35.852Z] init.tools.windows: 17:03:35 [2023-03-05T22:03:35.852Z] 17:03:35 [2023-03-05T22:03:35.852Z] init.tools: 17:03:35 [2023-03-05T22:03:35.852Z] 17:03:35 [2023-03-05T22:03:35.852Z] setAsadminArgs: 17:03:35 [2023-03-05T22:03:35.852Z] 17:03:35 [2023-03-05T22:03:35.852Z] init: 17:03:35 [2023-03-05T22:03:35.852Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:35 [2023-03-05T22:03:35.852Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:35 [2023-03-05T22:03:35.852Z] [get] Not modified - so not downloaded 17:03:35 [2023-03-05T22:03:35.852Z] 17:03:35 [2023-03-05T22:03:35.852Z] init.customtasks: 17:03:35 [2023-03-05T22:03:35.852Z] 17:03:35 [2023-03-05T22:03:35.852Z] common.run.asadmin: 17:03:35 [2023-03-05T22:03:35.852Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled false --force=true --name=simple-versioned-servlet:RC-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.0.war 17:03:36 [2023-03-05T22:03:36.108Z] [exec] Deprecated syntax, instead use: 17:03:36 [2023-03-05T22:03:36.108Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:36 [2023-03-05T22:03:36.108Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.0. 17:03:36 [2023-03-05T22:03:36.108Z] [exec] Command deploy executed successfully. 17:03:36 [2023-03-05T22:03:36.108Z] 17:03:36 [2023-03-05T22:03:36.108Z] init.os: 17:03:36 [2023-03-05T22:03:36.108Z] 17:03:36 [2023-03-05T22:03:36.108Z] init.tools.unix: 17:03:36 [2023-03-05T22:03:36.108Z] 17:03:36 [2023-03-05T22:03:36.108Z] init.tools.windows: 17:03:36 [2023-03-05T22:03:36.108Z] 17:03:36 [2023-03-05T22:03:36.108Z] init.tools: 17:03:36 [2023-03-05T22:03:36.108Z] 17:03:36 [2023-03-05T22:03:36.108Z] setAsadminArgs: 17:03:36 [2023-03-05T22:03:36.108Z] 17:03:36 [2023-03-05T22:03:36.108Z] init: 17:03:36 [2023-03-05T22:03:36.108Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:36 [2023-03-05T22:03:36.108Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:36 [2023-03-05T22:03:36.108Z] [get] Not modified - so not downloaded 17:03:36 [2023-03-05T22:03:36.108Z] 17:03:36 [2023-03-05T22:03:36.108Z] init.customtasks: 17:03:36 [2023-03-05T22:03:36.108Z] 17:03:36 [2023-03-05T22:03:36.108Z] setEnabled: 17:03:36 [2023-03-05T22:03:36.108Z] 17:03:36 [2023-03-05T22:03:36.108Z] createAppRef: 17:03:36 [2023-03-05T22:03:36.108Z] 17:03:36 [2023-03-05T22:03:36.108Z] deployWithoutNameOption: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] run.positive.deploy: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init.os: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init.tools.unix: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init.tools.windows: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init.tools: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] setAsadminArgs: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init: 17:03:36 [2023-03-05T22:03:36.364Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:36 [2023-03-05T22:03:36.364Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:36 [2023-03-05T22:03:36.364Z] [get] Not modified - so not downloaded 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init.customtasks: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] prepare.client: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] prepare.client.appclient: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] increment.log.next: 17:03:36 [2023-03-05T22:03:36.364Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] process.versionexpression: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] prepare.run: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] common.run.positive: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] setHttpPort: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] common.run: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] checkAppOnServer: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] declare-test: 17:03:36 [2023-03-05T22:03:36.364Z] [echo] Starting test simple-versioned-servlet deployment(4) RC-1.0.0 (enabled=false) - logID=7 (server) 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] prepare.runclient: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] process.classpath: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] process.jvmargs: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] java.with.result: 17:03:36 [2023-03-05T22:03:36.364Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:36 [2023-03-05T22:03:36.364Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:03:36 [2023-03-05T22:03:36.364Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:36 [2023-03-05T22:03:36.364Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 17:03:36 [2023-03-05T22:03:36.364Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:03:36 [2023-03-05T22:03:36.364Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 17:03:36 [2023-03-05T22:03:36.364Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] process.result: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] processResult: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] failed: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] passed: 17:03:36 [2023-03-05T22:03:36.364Z] [echo] Test simple-versioned-servlet Passed 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] unknown: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] runclient: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init.os: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init.tools.unix: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init.tools.windows: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init.tools: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] setAsadminArgs: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init: 17:03:36 [2023-03-05T22:03:36.364Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:36 [2023-03-05T22:03:36.364Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:36 [2023-03-05T22:03:36.364Z] [get] Not modified - so not downloaded 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init.customtasks: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] checkAppOnCluster: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] run.positive: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] process.versionExpression: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] process.appname: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init.os: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init.tools.unix: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init.tools.windows: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init.tools: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] setAsadminArgs: 17:03:36 [2023-03-05T22:03:36.364Z] 17:03:36 [2023-03-05T22:03:36.364Z] init: 17:03:36 [2023-03-05T22:03:36.364Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:36 [2023-03-05T22:03:36.364Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:36 [2023-03-05T22:03:36.621Z] [get] Not modified - so not downloaded 17:03:36 [2023-03-05T22:03:36.621Z] 17:03:36 [2023-03-05T22:03:36.621Z] init.customtasks: 17:03:36 [2023-03-05T22:03:36.621Z] 17:03:36 [2023-03-05T22:03:36.621Z] prepare: 17:03:36 [2023-03-05T22:03:36.621Z] 17:03:36 [2023-03-05T22:03:36.621Z] create.version: 17:03:36 [2023-03-05T22:03:36.621Z] 17:03:36 [2023-03-05T22:03:36.621Z] assemble.non-existent: 17:03:36 [2023-03-05T22:03:36.621Z] 17:03:36 [2023-03-05T22:03:36.621Z] init.os: 17:03:36 [2023-03-05T22:03:36.621Z] 17:03:36 [2023-03-05T22:03:36.621Z] init.tools.unix: 17:03:36 [2023-03-05T22:03:36.621Z] 17:03:36 [2023-03-05T22:03:36.621Z] init.tools.windows: 17:03:36 [2023-03-05T22:03:36.621Z] 17:03:36 [2023-03-05T22:03:36.621Z] init.tools: 17:03:36 [2023-03-05T22:03:36.621Z] 17:03:36 [2023-03-05T22:03:36.621Z] setAsadminArgs: 17:03:36 [2023-03-05T22:03:36.621Z] 17:03:36 [2023-03-05T22:03:36.621Z] init: 17:03:36 [2023-03-05T22:03:36.621Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:36 [2023-03-05T22:03:36.621Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:36 [2023-03-05T22:03:36.621Z] [get] Not modified - so not downloaded 17:03:36 [2023-03-05T22:03:36.621Z] 17:03:36 [2023-03-05T22:03:36.621Z] init.customtasks: 17:03:36 [2023-03-05T22:03:36.621Z] 17:03:36 [2023-03-05T22:03:36.621Z] prepare: 17:03:36 [2023-03-05T22:03:36.621Z] 17:03:36 [2023-03-05T22:03:36.621Z] process.versionexpression: 17:03:36 [2023-03-05T22:03:36.621Z] 17:03:36 [2023-03-05T22:03:36.621Z] compile: 17:03:36 [2023-03-05T22:03:36.621Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/build.xml:62: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:03:36 [2023-03-05T22:03:36.621Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet 17:03:36 [2023-03-05T22:03:36.621Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:03:36 [2023-03-05T22:03:36.621Z] [javac] 1 warning 17:03:36 [2023-03-05T22:03:36.621Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/versionedservlet/version-infos.properties 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] process.xmlversionidentifier: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] process.versionExpression: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] process.xml.create.flag: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] create.xml.flag: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] generate.xml.identifier: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] assemble: 17:03:36 [2023-03-05T22:03:36.877Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1.war 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] process.xmlversionidentifier: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] prepare.update.xml.identifier: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] update.xml.identifier: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] unzip.version: 17:03:36 [2023-03-05T22:03:36.877Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1.war into /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] deploy.version: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] del.ref.registred: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] process.versionExpression: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] process.appname: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] _process.target: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] process.target: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] prepare.is.version.registred: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] init.os: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] init.tools.unix: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] init.tools.windows: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] init.tools: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] setAsadminArgs: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] init: 17:03:36 [2023-03-05T22:03:36.877Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:36 [2023-03-05T22:03:36.877Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:36 [2023-03-05T22:03:36.877Z] [get] Not modified - so not downloaded 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] init.customtasks: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] prepare: 17:03:36 [2023-03-05T22:03:36.877Z] 17:03:36 [2023-03-05T22:03:36.877Z] exec.asadmin2: 17:03:37 [2023-03-05T22:03:37.133Z] [exec] Result: 1 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] process.registred: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] is.version.registred: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] process.xmlversionidentifier: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] prepare.cluster: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] process.enabled: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] process.hasToDeploy: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] deploy.version.unregistred: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] init.os: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] init.tools.unix: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] init.tools.windows: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] init.tools: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] setAsadminArgs: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] init: 17:03:37 [2023-03-05T22:03:37.133Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:37 [2023-03-05T22:03:37.133Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:37 [2023-03-05T22:03:37.133Z] [get] Not modified - so not downloaded 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] init.customtasks: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] prepare: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] process.versionExpression: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] process.appname: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] create.version: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] assemble.non-existent: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] init.os: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] init.tools.unix: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] init.tools.windows: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] init.tools: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] setAsadminArgs: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] init: 17:03:37 [2023-03-05T22:03:37.133Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:37 [2023-03-05T22:03:37.133Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:37 [2023-03-05T22:03:37.133Z] [get] Not modified - so not downloaded 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] init.customtasks: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] prepare: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] process.versionexpression: 17:03:37 [2023-03-05T22:03:37.133Z] 17:03:37 [2023-03-05T22:03:37.133Z] compile: 17:03:37 [2023-03-05T22:03:37.133Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/build.xml:62: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:03:37 [2023-03-05T22:03:37.133Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet 17:03:37 [2023-03-05T22:03:37.419Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:03:37 [2023-03-05T22:03:37.419Z] [javac] 1 warning 17:03:37 [2023-03-05T22:03:37.419Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/versionedservlet/version-infos.properties 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] process.xmlversionidentifier: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] process.versionExpression: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] process.xml.create.flag: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] create.xml.flag: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] generate.xml.identifier: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] assemble: 17:03:37 [2023-03-05T22:03:37.419Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1.war 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] process.xmlversionidentifier: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] prepare.update.xml.identifier: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] update.xml.identifier: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] deployWithNameOption: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] setAsadminArgs: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] common.deploy.asadmin: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] init.os: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] init.tools.unix: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] init.tools.windows: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] init.tools: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] setAsadminArgs: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] init: 17:03:37 [2023-03-05T22:03:37.419Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:37 [2023-03-05T22:03:37.419Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:37 [2023-03-05T22:03:37.419Z] [get] Not modified - so not downloaded 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] init.customtasks: 17:03:37 [2023-03-05T22:03:37.419Z] 17:03:37 [2023-03-05T22:03:37.419Z] common.run.asadmin: 17:03:37 [2023-03-05T22:03:37.419Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-servlet:RC-1.0.1 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1.war 17:03:37 [2023-03-05T22:03:37.719Z] [exec] Deprecated syntax, instead use: 17:03:37 [2023-03-05T22:03:37.719Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:37 [2023-03-05T22:03:37.975Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.1. 17:03:37 [2023-03-05T22:03:37.975Z] [exec] Command deploy executed successfully. 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] init.os: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] init.tools.unix: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] init.tools.windows: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] init.tools: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] setAsadminArgs: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] init: 17:03:37 [2023-03-05T22:03:37.975Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:37 [2023-03-05T22:03:37.975Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:37 [2023-03-05T22:03:37.975Z] [get] Not modified - so not downloaded 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] init.customtasks: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] setEnabled: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] createAppRef: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] deployWithoutNameOption: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] deploydir.version: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] run.positive.deploy: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] init.os: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] init.tools.unix: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] init.tools.windows: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] init.tools: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] setAsadminArgs: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] init: 17:03:37 [2023-03-05T22:03:37.975Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:37 [2023-03-05T22:03:37.975Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:37 [2023-03-05T22:03:37.975Z] [get] Not modified - so not downloaded 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] init.customtasks: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] prepare.client: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] prepare.client.appclient: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] increment.log.next: 17:03:37 [2023-03-05T22:03:37.975Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] process.versionexpression: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] prepare.run: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] common.run.positive: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] setHttpPort: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] common.run: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] checkAppOnServer: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] declare-test: 17:03:37 [2023-03-05T22:03:37.975Z] [echo] Starting test simple-versioned-servlet deployment(5) RC-1.0.1 - logID=8 (server) 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] prepare.runclient: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] process.classpath: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] process.jvmargs: 17:03:37 [2023-03-05T22:03:37.975Z] 17:03:37 [2023-03-05T22:03:37.975Z] java.with.result: 17:03:38 [2023-03-05T22:03:38.232Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:38 [2023-03-05T22:03:38.232Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:03:38 [2023-03-05T22:03:38.232Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:38 [2023-03-05T22:03:38.232Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = RC-1.0.1 17:03:38 [2023-03-05T22:03:38.232Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:03:38 [2023-03-05T22:03:38.232Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: RC-1.0.1 17:03:38 [2023-03-05T22:03:38.232Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] process.result: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] processResult: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] failed: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] passed: 17:03:38 [2023-03-05T22:03:38.232Z] [echo] Test simple-versioned-servlet Passed 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] unknown: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] runclient: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] init.os: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] init.tools.unix: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] init.tools.windows: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] init.tools: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] setAsadminArgs: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] init: 17:03:38 [2023-03-05T22:03:38.232Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:38 [2023-03-05T22:03:38.232Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:38 [2023-03-05T22:03:38.232Z] [get] Not modified - so not downloaded 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] init.customtasks: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] checkAppOnCluster: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] run.positive: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] clean.scenario: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] clean.scenario.cluster: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] init.os: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] init.tools.unix: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] init.tools.windows: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] init.tools: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] setAsadminArgs: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] init: 17:03:38 [2023-03-05T22:03:38.232Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:38 [2023-03-05T22:03:38.232Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:38 [2023-03-05T22:03:38.232Z] [get] Not modified - so not downloaded 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] init.customtasks: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] prepare: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] process.versionExpression: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] process.appname: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] _process.target: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] process.target: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] prepare.has.version.registred: 17:03:38 [2023-03-05T22:03:38.232Z] 17:03:38 [2023-03-05T22:03:38.232Z] exec.asadmin2: 17:03:38 [2023-03-05T22:03:38.489Z] 17:03:38 [2023-03-05T22:03:38.489Z] process.registred: 17:03:38 [2023-03-05T22:03:38.489Z] 17:03:38 [2023-03-05T22:03:38.489Z] has.version.registred: 17:03:38 [2023-03-05T22:03:38.489Z] 17:03:38 [2023-03-05T22:03:38.489Z] del.all.version.registred: 17:03:38 [2023-03-05T22:03:38.489Z] 17:03:38 [2023-03-05T22:03:38.489Z] _process.target: 17:03:38 [2023-03-05T22:03:38.489Z] 17:03:38 [2023-03-05T22:03:38.489Z] process.target: 17:03:38 [2023-03-05T22:03:38.489Z] 17:03:38 [2023-03-05T22:03:38.489Z] prepare.del.all.version.registred: 17:03:38 [2023-03-05T22:03:38.489Z] 17:03:38 [2023-03-05T22:03:38.489Z] init.os: 17:03:38 [2023-03-05T22:03:38.489Z] 17:03:38 [2023-03-05T22:03:38.489Z] init.tools.unix: 17:03:38 [2023-03-05T22:03:38.489Z] 17:03:38 [2023-03-05T22:03:38.489Z] init.tools.windows: 17:03:38 [2023-03-05T22:03:38.489Z] 17:03:38 [2023-03-05T22:03:38.489Z] init.tools: 17:03:38 [2023-03-05T22:03:38.489Z] 17:03:38 [2023-03-05T22:03:38.489Z] setAsadminArgs: 17:03:38 [2023-03-05T22:03:38.489Z] 17:03:38 [2023-03-05T22:03:38.489Z] init: 17:03:38 [2023-03-05T22:03:38.489Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:38 [2023-03-05T22:03:38.489Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:38 [2023-03-05T22:03:38.489Z] [get] Not modified - so not downloaded 17:03:38 [2023-03-05T22:03:38.489Z] 17:03:38 [2023-03-05T22:03:38.489Z] init.customtasks: 17:03:38 [2023-03-05T22:03:38.489Z] 17:03:38 [2023-03-05T22:03:38.489Z] prepare: 17:03:38 [2023-03-05T22:03:38.489Z] 17:03:38 [2023-03-05T22:03:38.489Z] exec.asadmin: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] _del.all.version.registred: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] _clean.scenario: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] deployment: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] deploy.version: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] del.ref.registred: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] process.versionExpression: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] process.appname: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] _process.target: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] process.target: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] prepare.is.version.registred: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] init.os: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] init.tools.unix: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] init.tools.windows: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] init.tools: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] setAsadminArgs: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] init: 17:03:39 [2023-03-05T22:03:39.052Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:39 [2023-03-05T22:03:39.052Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:39 [2023-03-05T22:03:39.052Z] [get] Not modified - so not downloaded 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] init.customtasks: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] prepare: 17:03:39 [2023-03-05T22:03:39.052Z] 17:03:39 [2023-03-05T22:03:39.052Z] exec.asadmin2: 17:03:39 [2023-03-05T22:03:39.319Z] [exec] Result: 1 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] process.registred: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] is.version.registred: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] process.xmlversionidentifier: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] prepare.cluster: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] process.enabled: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] process.hasToDeploy: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] deploy.version.unregistred: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] init.os: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] init.tools.unix: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] init.tools.windows: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] init.tools: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] setAsadminArgs: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] init: 17:03:39 [2023-03-05T22:03:39.319Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:39 [2023-03-05T22:03:39.319Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:39 [2023-03-05T22:03:39.319Z] [get] Not modified - so not downloaded 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] init.customtasks: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] prepare: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] process.versionExpression: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] process.appname: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] create.version: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] assemble.non-existent: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] process.xmlversionidentifier: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] prepare.update.xml.identifier: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] update.xml.identifier: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] deployWithNameOption: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] setAsadminArgs: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] common.deploy.asadmin: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] init.os: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] init.tools.unix: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] init.tools.windows: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] init.tools: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] setAsadminArgs: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] init: 17:03:39 [2023-03-05T22:03:39.319Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:39 [2023-03-05T22:03:39.319Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:39 [2023-03-05T22:03:39.319Z] [get] Not modified - so not downloaded 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] init.customtasks: 17:03:39 [2023-03-05T22:03:39.319Z] 17:03:39 [2023-03-05T22:03:39.319Z] common.run.asadmin: 17:03:39 [2023-03-05T22:03:39.319Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-servlet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war 17:03:39 [2023-03-05T22:03:39.575Z] [exec] Deprecated syntax, instead use: 17:03:39 [2023-03-05T22:03:39.575Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:39 [2023-03-05T22:03:39.575Z] [exec] Application deployed with name simple-versioned-servlet. 17:03:39 [2023-03-05T22:03:39.575Z] [exec] Command deploy executed successfully. 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] init.os: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] init.tools.unix: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] init.tools.windows: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] init.tools: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] setAsadminArgs: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] init: 17:03:39 [2023-03-05T22:03:39.575Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:39 [2023-03-05T22:03:39.575Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:39 [2023-03-05T22:03:39.575Z] [get] Not modified - so not downloaded 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] init.customtasks: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] setEnabled: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] createAppRef: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] deployWithoutNameOption: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] run.positive.deploy: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] deploy.version: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] del.ref.registred: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] process.versionExpression: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] process.appname: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] _process.target: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] process.target: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] prepare.is.version.registred: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] init.os: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] init.tools.unix: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] init.tools.windows: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] init.tools: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] setAsadminArgs: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] init: 17:03:39 [2023-03-05T22:03:39.575Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:39 [2023-03-05T22:03:39.575Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:39 [2023-03-05T22:03:39.575Z] [get] Not modified - so not downloaded 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] init.customtasks: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] prepare: 17:03:39 [2023-03-05T22:03:39.575Z] 17:03:39 [2023-03-05T22:03:39.575Z] exec.asadmin2: 17:03:40 [2023-03-05T22:03:40.136Z] [exec] Result: 1 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] process.registred: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] is.version.registred: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] process.xmlversionidentifier: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] prepare.cluster: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] process.enabled: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] process.hasToDeploy: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] deploy.version.unregistred: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] init.os: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] init.tools.unix: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] init.tools.windows: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] init.tools: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] setAsadminArgs: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] init: 17:03:40 [2023-03-05T22:03:40.136Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:40 [2023-03-05T22:03:40.136Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:40 [2023-03-05T22:03:40.136Z] [get] Not modified - so not downloaded 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] init.customtasks: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] prepare: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] process.versionExpression: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] process.appname: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] create.version: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] assemble.non-existent: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] process.xmlversionidentifier: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] prepare.update.xml.identifier: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] update.xml.identifier: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] deployWithNameOption: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] setAsadminArgs: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.136Z] common.deploy.asadmin: 17:03:40 [2023-03-05T22:03:40.136Z] 17:03:40 [2023-03-05T22:03:40.137Z] init.os: 17:03:40 [2023-03-05T22:03:40.137Z] 17:03:40 [2023-03-05T22:03:40.137Z] init.tools.unix: 17:03:40 [2023-03-05T22:03:40.137Z] 17:03:40 [2023-03-05T22:03:40.137Z] init.tools.windows: 17:03:40 [2023-03-05T22:03:40.137Z] 17:03:40 [2023-03-05T22:03:40.137Z] init.tools: 17:03:40 [2023-03-05T22:03:40.137Z] 17:03:40 [2023-03-05T22:03:40.137Z] setAsadminArgs: 17:03:40 [2023-03-05T22:03:40.137Z] 17:03:40 [2023-03-05T22:03:40.137Z] init: 17:03:40 [2023-03-05T22:03:40.137Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:40 [2023-03-05T22:03:40.137Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:40 [2023-03-05T22:03:40.137Z] [get] Not modified - so not downloaded 17:03:40 [2023-03-05T22:03:40.137Z] 17:03:40 [2023-03-05T22:03:40.137Z] init.customtasks: 17:03:40 [2023-03-05T22:03:40.137Z] 17:03:40 [2023-03-05T22:03:40.137Z] common.run.asadmin: 17:03:40 [2023-03-05T22:03:40.137Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-servlet:ALPHA-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war 17:03:40 [2023-03-05T22:03:40.393Z] [exec] Deprecated syntax, instead use: 17:03:40 [2023-03-05T22:03:40.393Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:40 [2023-03-05T22:03:40.393Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. 17:03:40 [2023-03-05T22:03:40.393Z] [exec] Command deploy executed successfully. 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] init.os: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] init.tools.unix: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] init.tools.windows: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] init.tools: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] setAsadminArgs: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] init: 17:03:40 [2023-03-05T22:03:40.393Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:40 [2023-03-05T22:03:40.393Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:40 [2023-03-05T22:03:40.393Z] [get] Not modified - so not downloaded 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] init.customtasks: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] setEnabled: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] createAppRef: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] deployWithoutNameOption: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] run.positive.deploy: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] deploy.version: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] del.ref.registred: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] process.versionExpression: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] process.appname: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] _process.target: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] process.target: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] prepare.is.version.registred: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] init.os: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] init.tools.unix: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] init.tools.windows: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] init.tools: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] setAsadminArgs: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] init: 17:03:40 [2023-03-05T22:03:40.393Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:40 [2023-03-05T22:03:40.393Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:40 [2023-03-05T22:03:40.393Z] [get] Not modified - so not downloaded 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] init.customtasks: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] prepare: 17:03:40 [2023-03-05T22:03:40.393Z] 17:03:40 [2023-03-05T22:03:40.393Z] exec.asadmin2: 17:03:40 [2023-03-05T22:03:40.955Z] [exec] Result: 1 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] process.registred: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] is.version.registred: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] process.xmlversionidentifier: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] prepare.cluster: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] process.enabled: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] process.hasToDeploy: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] deploy.version.unregistred: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] init.os: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] init.tools.unix: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] init.tools.windows: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] init.tools: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] setAsadminArgs: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] init: 17:03:40 [2023-03-05T22:03:40.955Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:40 [2023-03-05T22:03:40.955Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:40 [2023-03-05T22:03:40.955Z] [get] Not modified - so not downloaded 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] init.customtasks: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] prepare: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] process.versionExpression: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] process.appname: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] create.version: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] assemble.non-existent: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] process.xmlversionidentifier: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] prepare.update.xml.identifier: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] update.xml.identifier: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] deployWithNameOption: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] setAsadminArgs: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] common.deploy.asadmin: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] init.os: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] init.tools.unix: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] init.tools.windows: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] init.tools: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] setAsadminArgs: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] init: 17:03:40 [2023-03-05T22:03:40.955Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:40 [2023-03-05T22:03:40.955Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:40 [2023-03-05T22:03:40.955Z] [get] Not modified - so not downloaded 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] init.customtasks: 17:03:40 [2023-03-05T22:03:40.955Z] 17:03:40 [2023-03-05T22:03:40.955Z] common.run.asadmin: 17:03:40 [2023-03-05T22:03:40.955Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled false --force=true --name=simple-versioned-servlet:ALPHA-1.0.1 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war 17:03:40 [2023-03-05T22:03:40.955Z] [exec] Deprecated syntax, instead use: 17:03:40 [2023-03-05T22:03:40.955Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:41 [2023-03-05T22:03:41.211Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.1. 17:03:41 [2023-03-05T22:03:41.211Z] [exec] Command deploy executed successfully. 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] init.os: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] init.tools.unix: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] init.tools.windows: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] init.tools: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] setAsadminArgs: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] init: 17:03:41 [2023-03-05T22:03:41.211Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:41 [2023-03-05T22:03:41.211Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:41 [2023-03-05T22:03:41.211Z] [get] Not modified - so not downloaded 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] init.customtasks: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] setEnabled: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] createAppRef: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] deployWithoutNameOption: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] run.positive.deploy: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] deploy.version: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] del.ref.registred: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] process.versionExpression: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] process.appname: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] _process.target: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] process.target: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] prepare.is.version.registred: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] init.os: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] init.tools.unix: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] init.tools.windows: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] init.tools: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] setAsadminArgs: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] init: 17:03:41 [2023-03-05T22:03:41.211Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:41 [2023-03-05T22:03:41.211Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:41 [2023-03-05T22:03:41.211Z] [get] Not modified - so not downloaded 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] init.customtasks: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] prepare: 17:03:41 [2023-03-05T22:03:41.211Z] 17:03:41 [2023-03-05T22:03:41.211Z] exec.asadmin2: 17:03:41 [2023-03-05T22:03:41.467Z] [exec] Result: 1 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] process.registred: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] is.version.registred: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] process.xmlversionidentifier: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] prepare.cluster: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] process.enabled: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] process.hasToDeploy: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] deploy.version.unregistred: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] init.os: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] init.tools.unix: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] init.tools.windows: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] init.tools: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] setAsadminArgs: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] init: 17:03:41 [2023-03-05T22:03:41.467Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:41 [2023-03-05T22:03:41.467Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:41 [2023-03-05T22:03:41.467Z] [get] Not modified - so not downloaded 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] init.customtasks: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] prepare: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] process.versionExpression: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] process.appname: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] create.version: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] assemble.non-existent: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] process.xmlversionidentifier: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] prepare.update.xml.identifier: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] update.xml.identifier: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] deployWithNameOption: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] setAsadminArgs: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] common.deploy.asadmin: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] init.os: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] init.tools.unix: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] init.tools.windows: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] init.tools: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] setAsadminArgs: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] init: 17:03:41 [2023-03-05T22:03:41.467Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:41 [2023-03-05T22:03:41.467Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:41 [2023-03-05T22:03:41.467Z] [get] Not modified - so not downloaded 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] init.customtasks: 17:03:41 [2023-03-05T22:03:41.467Z] 17:03:41 [2023-03-05T22:03:41.467Z] common.run.asadmin: 17:03:41 [2023-03-05T22:03:41.467Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled false --force=true --name=simple-versioned-servlet:RC-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.0.war 17:03:41 [2023-03-05T22:03:41.725Z] [exec] Deprecated syntax, instead use: 17:03:41 [2023-03-05T22:03:41.725Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:41 [2023-03-05T22:03:41.981Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.0. 17:03:41 [2023-03-05T22:03:41.981Z] [exec] Command deploy executed successfully. 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init.os: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init.tools.unix: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init.tools.windows: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init.tools: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] setAsadminArgs: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init: 17:03:41 [2023-03-05T22:03:41.981Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:41 [2023-03-05T22:03:41.981Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:41 [2023-03-05T22:03:41.981Z] [get] Not modified - so not downloaded 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init.customtasks: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] setEnabled: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] createAppRef: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] deployWithoutNameOption: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] run.positive.deploy: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] process.versionExpression: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] process.appname: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init.os: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init.tools.unix: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init.tools.windows: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init.tools: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] setAsadminArgs: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init: 17:03:41 [2023-03-05T22:03:41.981Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:41 [2023-03-05T22:03:41.981Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:41 [2023-03-05T22:03:41.981Z] [get] Not modified - so not downloaded 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init.customtasks: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] prepare: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] create.version: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] assemble.non-existent: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] process.xmlversionidentifier: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] prepare.update.xml.identifier: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] update.xml.identifier: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] unzip.version: 17:03:41 [2023-03-05T22:03:41.981Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1.war into /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] deploy.version: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] del.ref.registred: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] process.versionExpression: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] process.appname: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] _process.target: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] process.target: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] prepare.is.version.registred: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init.os: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init.tools.unix: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init.tools.windows: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init.tools: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] setAsadminArgs: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init: 17:03:41 [2023-03-05T22:03:41.981Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:41 [2023-03-05T22:03:41.981Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:41 [2023-03-05T22:03:41.981Z] [get] Not modified - so not downloaded 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] init.customtasks: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] prepare: 17:03:41 [2023-03-05T22:03:41.981Z] 17:03:41 [2023-03-05T22:03:41.981Z] exec.asadmin2: 17:03:42 [2023-03-05T22:03:42.237Z] [exec] Result: 1 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] process.registred: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] is.version.registred: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] process.xmlversionidentifier: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] prepare.cluster: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] process.enabled: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] process.hasToDeploy: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] deploy.version.unregistred: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] init.os: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] init.tools.unix: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] init.tools.windows: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] init.tools: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] setAsadminArgs: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] init: 17:03:42 [2023-03-05T22:03:42.237Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:42 [2023-03-05T22:03:42.237Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:42 [2023-03-05T22:03:42.237Z] [get] Not modified - so not downloaded 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] init.customtasks: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] prepare: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] process.versionExpression: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] process.appname: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] create.version: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] assemble.non-existent: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] process.xmlversionidentifier: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] prepare.update.xml.identifier: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] update.xml.identifier: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] deployWithNameOption: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] setAsadminArgs: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] common.deploy.asadmin: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] init.os: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] init.tools.unix: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] init.tools.windows: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] init.tools: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] setAsadminArgs: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] init: 17:03:42 [2023-03-05T22:03:42.237Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:42 [2023-03-05T22:03:42.237Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:42 [2023-03-05T22:03:42.237Z] [get] Not modified - so not downloaded 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] init.customtasks: 17:03:42 [2023-03-05T22:03:42.237Z] 17:03:42 [2023-03-05T22:03:42.237Z] common.run.asadmin: 17:03:42 [2023-03-05T22:03:42.237Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-servlet:RC-1.0.1 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1.war 17:03:42 [2023-03-05T22:03:42.493Z] [exec] Deprecated syntax, instead use: 17:03:42 [2023-03-05T22:03:42.494Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:42 [2023-03-05T22:03:42.750Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.1. 17:03:42 [2023-03-05T22:03:42.750Z] [exec] Command deploy executed successfully. 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] init.os: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] init.tools.unix: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] init.tools.windows: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] init.tools: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] setAsadminArgs: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] init: 17:03:42 [2023-03-05T22:03:42.750Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:42 [2023-03-05T22:03:42.750Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:42 [2023-03-05T22:03:42.750Z] [get] Not modified - so not downloaded 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] init.customtasks: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] setEnabled: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] createAppRef: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] deployWithoutNameOption: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] deploydir.version: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] run.positive.deploy: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] deactivation: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] process.versionExpression: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] process.appname: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] process.xmlversionidentifier: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] prepare.cluster: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] disable.version: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] setAsadminArgs: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] common.disable.asadmin: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] init.os: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] init.tools.unix: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] init.tools.windows: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] init.tools: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] setAsadminArgs: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] init: 17:03:42 [2023-03-05T22:03:42.750Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:42 [2023-03-05T22:03:42.750Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:42 [2023-03-05T22:03:42.750Z] [get] Not modified - so not downloaded 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] init.customtasks: 17:03:42 [2023-03-05T22:03:42.750Z] 17:03:42 [2023-03-05T22:03:42.750Z] common.run.asadmin: 17:03:42 [2023-03-05T22:03:42.750Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin disable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet 17:03:43 [2023-03-05T22:03:43.006Z] [exec] Deprecated syntax, instead use: 17:03:43 [2023-03-05T22:03:43.006Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 disable [options] ... 17:03:43 [2023-03-05T22:03:43.006Z] [exec] Command disable executed successfully. 17:03:43 [2023-03-05T22:03:43.006Z] 17:03:43 [2023-03-05T22:03:43.006Z] init.os: 17:03:43 [2023-03-05T22:03:43.006Z] 17:03:43 [2023-03-05T22:03:43.006Z] init.tools.unix: 17:03:43 [2023-03-05T22:03:43.006Z] 17:03:43 [2023-03-05T22:03:43.006Z] init.tools.windows: 17:03:43 [2023-03-05T22:03:43.006Z] 17:03:43 [2023-03-05T22:03:43.006Z] init.tools: 17:03:43 [2023-03-05T22:03:43.006Z] 17:03:43 [2023-03-05T22:03:43.006Z] setAsadminArgs: 17:03:43 [2023-03-05T22:03:43.006Z] 17:03:43 [2023-03-05T22:03:43.006Z] init: 17:03:43 [2023-03-05T22:03:43.006Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:43 [2023-03-05T22:03:43.006Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:43 [2023-03-05T22:03:43.006Z] [get] Not modified - so not downloaded 17:03:43 [2023-03-05T22:03:43.006Z] 17:03:43 [2023-03-05T22:03:43.006Z] init.customtasks: 17:03:43 [2023-03-05T22:03:43.006Z] 17:03:43 [2023-03-05T22:03:43.006Z] disableAppOnInstance: 17:03:43 [2023-03-05T22:03:43.006Z] 17:03:43 [2023-03-05T22:03:43.006Z] init.os: 17:03:43 [2023-03-05T22:03:43.006Z] 17:03:43 [2023-03-05T22:03:43.006Z] init.tools.unix: 17:03:43 [2023-03-05T22:03:43.006Z] 17:03:43 [2023-03-05T22:03:43.006Z] init.tools.windows: 17:03:43 [2023-03-05T22:03:43.006Z] 17:03:43 [2023-03-05T22:03:43.006Z] init.tools: 17:03:43 [2023-03-05T22:03:43.006Z] 17:03:43 [2023-03-05T22:03:43.006Z] setAsadminArgs: 17:03:43 [2023-03-05T22:03:43.006Z] 17:03:43 [2023-03-05T22:03:43.006Z] init: 17:03:43 [2023-03-05T22:03:43.006Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:43 [2023-03-05T22:03:43.006Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:43 [2023-03-05T22:03:43.262Z] [get] Not modified - so not downloaded 17:03:43 [2023-03-05T22:03:43.262Z] 17:03:43 [2023-03-05T22:03:43.262Z] init.customtasks: 17:03:43 [2023-03-05T22:03:43.262Z] 17:03:43 [2023-03-05T22:03:43.262Z] prepare.client: 17:03:43 [2023-03-05T22:03:43.262Z] 17:03:43 [2023-03-05T22:03:43.262Z] prepare.client.appclient: 17:03:43 [2023-03-05T22:03:43.262Z] 17:03:43 [2023-03-05T22:03:43.262Z] increment.log.next: 17:03:43 [2023-03-05T22:03:43.262Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:43 [2023-03-05T22:03:43.262Z] 17:03:43 [2023-03-05T22:03:43.263Z] process.versionexpression: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] prepare.run: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] common.run.negative: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] setHttpPort: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] common.run: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] checkAppOnServer: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] declare-test: 17:03:43 [2023-03-05T22:03:43.263Z] [echo] Starting test simple-versioned-servlet deactivation(1) untagged - logID=9 (server) 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] prepare.runclient: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] process.classpath: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] process.jvmargs: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] java.with.result: 17:03:43 [2023-03-05T22:03:43.263Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:43 [2023-03-05T22:03:43.263Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to fail 17:03:43 [2023-03-05T22:03:43.263Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:43 [2023-03-05T22:03:43.263Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = 17:03:43 [2023-03-05T22:03:43.263Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:03:43 [2023-03-05T22:03:43.263Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: RC-1.0.1 17:03:43 [2023-03-05T22:03:43.263Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] process.result: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] processResult: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] failed: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] passed: 17:03:43 [2023-03-05T22:03:43.263Z] [echo] Test simple-versioned-servlet Passed 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] unknown: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] runclient: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] init.os: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] init.tools.unix: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] init.tools.windows: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] init.tools: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] setAsadminArgs: 17:03:43 [2023-03-05T22:03:43.263Z] 17:03:43 [2023-03-05T22:03:43.263Z] init: 17:03:43 [2023-03-05T22:03:43.263Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:43 [2023-03-05T22:03:43.263Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:43 [2023-03-05T22:03:43.519Z] [get] Not modified - so not downloaded 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] init.customtasks: 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] checkAppOnCluster: 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] run.negative: 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] process.versionExpression: 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] process.appname: 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] process.xmlversionidentifier: 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] prepare.cluster: 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] disable.version: 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] setAsadminArgs: 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] common.disable.asadmin: 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] init.os: 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] init.tools.unix: 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] init.tools.windows: 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] init.tools: 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] setAsadminArgs: 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] init: 17:03:43 [2023-03-05T22:03:43.519Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:43 [2023-03-05T22:03:43.519Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:43 [2023-03-05T22:03:43.519Z] [get] Not modified - so not downloaded 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] init.customtasks: 17:03:43 [2023-03-05T22:03:43.519Z] 17:03:43 [2023-03-05T22:03:43.519Z] common.run.asadmin: 17:03:43 [2023-03-05T22:03:43.519Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin disable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA-1.0.0 17:03:43 [2023-03-05T22:03:43.775Z] [exec] Deprecated syntax, instead use: 17:03:43 [2023-03-05T22:03:43.775Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 disable [options] ... 17:03:43 [2023-03-05T22:03:43.775Z] [exec] Command disable executed successfully. 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] init.os: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] init.tools.unix: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] init.tools.windows: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] init.tools: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] setAsadminArgs: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] init: 17:03:43 [2023-03-05T22:03:43.775Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:43 [2023-03-05T22:03:43.775Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:43 [2023-03-05T22:03:43.775Z] [get] Not modified - so not downloaded 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] init.customtasks: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] disableAppOnInstance: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] init.os: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] init.tools.unix: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] init.tools.windows: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] init.tools: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] setAsadminArgs: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] init: 17:03:43 [2023-03-05T22:03:43.775Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:43 [2023-03-05T22:03:43.775Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:43 [2023-03-05T22:03:43.775Z] [get] Not modified - so not downloaded 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] init.customtasks: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] prepare.client: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] prepare.client.appclient: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] increment.log.next: 17:03:43 [2023-03-05T22:03:43.775Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] process.versionexpression: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] prepare.run: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] common.run.negative: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] setHttpPort: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] common.run: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] checkAppOnServer: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] declare-test: 17:03:43 [2023-03-05T22:03:43.775Z] [echo] Starting test simple-versioned-servlet deactivation(2) ALPHA-1.0.0 - logID=10 (server) 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] prepare.runclient: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] process.classpath: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] process.jvmargs: 17:03:43 [2023-03-05T22:03:43.775Z] 17:03:43 [2023-03-05T22:03:43.775Z] java.with.result: 17:03:44 [2023-03-05T22:03:44.031Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:44 [2023-03-05T22:03:44.031Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to fail 17:03:44 [2023-03-05T22:03:44.031Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:44 [2023-03-05T22:03:44.031Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 17:03:44 [2023-03-05T22:03:44.031Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:03:44 [2023-03-05T22:03:44.031Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: RC-1.0.1 17:03:44 [2023-03-05T22:03:44.031Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] process.result: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] processResult: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] failed: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] passed: 17:03:44 [2023-03-05T22:03:44.031Z] [echo] Test simple-versioned-servlet Passed 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] unknown: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] runclient: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] init.os: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] init.tools.unix: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] init.tools.windows: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] init.tools: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] setAsadminArgs: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] init: 17:03:44 [2023-03-05T22:03:44.031Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:44 [2023-03-05T22:03:44.031Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:44 [2023-03-05T22:03:44.031Z] [get] Not modified - so not downloaded 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] init.customtasks: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] checkAppOnCluster: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] run.negative: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] process.versionExpression: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] process.appname: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] process.xmlversionidentifier: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] prepare.cluster: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] disable.version: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] setAsadminArgs: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] common.disable.asadmin: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] init.os: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] init.tools.unix: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] init.tools.windows: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] init.tools: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] setAsadminArgs: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] init: 17:03:44 [2023-03-05T22:03:44.031Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:44 [2023-03-05T22:03:44.031Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:44 [2023-03-05T22:03:44.031Z] [get] Not modified - so not downloaded 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] init.customtasks: 17:03:44 [2023-03-05T22:03:44.031Z] 17:03:44 [2023-03-05T22:03:44.031Z] common.run.asadmin: 17:03:44 [2023-03-05T22:03:44.031Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin disable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA* 17:03:44 [2023-03-05T22:03:44.288Z] [exec] Deprecated syntax, instead use: 17:03:44 [2023-03-05T22:03:44.288Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 disable [options] ... 17:03:44 [2023-03-05T22:03:44.288Z] [exec] Command disable executed successfully. 17:03:44 [2023-03-05T22:03:44.288Z] 17:03:44 [2023-03-05T22:03:44.288Z] init.os: 17:03:44 [2023-03-05T22:03:44.288Z] 17:03:44 [2023-03-05T22:03:44.288Z] init.tools.unix: 17:03:44 [2023-03-05T22:03:44.288Z] 17:03:44 [2023-03-05T22:03:44.288Z] init.tools.windows: 17:03:44 [2023-03-05T22:03:44.288Z] 17:03:44 [2023-03-05T22:03:44.288Z] init.tools: 17:03:44 [2023-03-05T22:03:44.288Z] 17:03:44 [2023-03-05T22:03:44.288Z] setAsadminArgs: 17:03:44 [2023-03-05T22:03:44.288Z] 17:03:44 [2023-03-05T22:03:44.288Z] init: 17:03:44 [2023-03-05T22:03:44.288Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:44 [2023-03-05T22:03:44.288Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:44 [2023-03-05T22:03:44.288Z] [get] Not modified - so not downloaded 17:03:44 [2023-03-05T22:03:44.288Z] 17:03:44 [2023-03-05T22:03:44.288Z] init.customtasks: 17:03:44 [2023-03-05T22:03:44.288Z] 17:03:44 [2023-03-05T22:03:44.288Z] disableAppOnInstance: 17:03:44 [2023-03-05T22:03:44.288Z] 17:03:44 [2023-03-05T22:03:44.288Z] init.os: 17:03:44 [2023-03-05T22:03:44.288Z] 17:03:44 [2023-03-05T22:03:44.288Z] init.tools.unix: 17:03:44 [2023-03-05T22:03:44.288Z] 17:03:44 [2023-03-05T22:03:44.288Z] init.tools.windows: 17:03:44 [2023-03-05T22:03:44.288Z] 17:03:44 [2023-03-05T22:03:44.288Z] init.tools: 17:03:44 [2023-03-05T22:03:44.288Z] 17:03:44 [2023-03-05T22:03:44.288Z] setAsadminArgs: 17:03:44 [2023-03-05T22:03:44.288Z] 17:03:44 [2023-03-05T22:03:44.288Z] init: 17:03:44 [2023-03-05T22:03:44.288Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:44 [2023-03-05T22:03:44.288Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:44 [2023-03-05T22:03:44.544Z] [get] Not modified - so not downloaded 17:03:44 [2023-03-05T22:03:44.544Z] 17:03:44 [2023-03-05T22:03:44.544Z] init.customtasks: 17:03:44 [2023-03-05T22:03:44.544Z] 17:03:44 [2023-03-05T22:03:44.544Z] prepare.client: 17:03:44 [2023-03-05T22:03:44.544Z] 17:03:44 [2023-03-05T22:03:44.544Z] prepare.client.appclient: 17:03:44 [2023-03-05T22:03:44.544Z] 17:03:44 [2023-03-05T22:03:44.544Z] increment.log.next: 17:03:44 [2023-03-05T22:03:44.544Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:44 [2023-03-05T22:03:44.544Z] 17:03:44 [2023-03-05T22:03:44.545Z] process.versionexpression: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] prepare.run: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] common.run.negative: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] setHttpPort: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] common.run: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] checkAppOnServer: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] declare-test: 17:03:44 [2023-03-05T22:03:44.545Z] [echo] Starting test simple-versioned-servlet deactivation(3) ALPHA* - logID=11 (server) 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] prepare.runclient: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] process.classpath: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] process.jvmargs: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] java.with.result: 17:03:44 [2023-03-05T22:03:44.545Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:44 [2023-03-05T22:03:44.545Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to fail 17:03:44 [2023-03-05T22:03:44.545Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:44 [2023-03-05T22:03:44.545Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 17:03:44 [2023-03-05T22:03:44.545Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:03:44 [2023-03-05T22:03:44.545Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: RC-1.0.1 17:03:44 [2023-03-05T22:03:44.545Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] process.result: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] processResult: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] failed: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] passed: 17:03:44 [2023-03-05T22:03:44.545Z] [echo] Test simple-versioned-servlet Passed 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] unknown: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] runclient: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] init.os: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] init.tools.unix: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] init.tools.windows: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] init.tools: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] setAsadminArgs: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] init: 17:03:44 [2023-03-05T22:03:44.545Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:44 [2023-03-05T22:03:44.545Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:44 [2023-03-05T22:03:44.545Z] [get] Not modified - so not downloaded 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] init.customtasks: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] checkAppOnCluster: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] run.negative: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] process.versionExpression: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] process.appname: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] process.xmlversionidentifier: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] prepare.cluster: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] disable.version: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] setAsadminArgs: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] common.disable.asadmin: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] init.os: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] init.tools.unix: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] init.tools.windows: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] init.tools: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] setAsadminArgs: 17:03:44 [2023-03-05T22:03:44.545Z] 17:03:44 [2023-03-05T22:03:44.545Z] init: 17:03:44 [2023-03-05T22:03:44.545Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:44 [2023-03-05T22:03:44.545Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:44 [2023-03-05T22:03:44.801Z] [get] Not modified - so not downloaded 17:03:44 [2023-03-05T22:03:44.801Z] 17:03:44 [2023-03-05T22:03:44.801Z] init.customtasks: 17:03:44 [2023-03-05T22:03:44.801Z] 17:03:44 [2023-03-05T22:03:44.801Z] common.run.asadmin: 17:03:44 [2023-03-05T22:03:44.801Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin disable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:* 17:03:44 [2023-03-05T22:03:44.801Z] [exec] Deprecated syntax, instead use: 17:03:44 [2023-03-05T22:03:44.801Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 disable [options] ... 17:03:45 [2023-03-05T22:03:45.071Z] [exec] Command disable executed successfully. 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] init.os: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] init.tools.unix: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] init.tools.windows: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] init.tools: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] setAsadminArgs: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] init: 17:03:45 [2023-03-05T22:03:45.071Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:45 [2023-03-05T22:03:45.071Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:45 [2023-03-05T22:03:45.071Z] [get] Not modified - so not downloaded 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] init.customtasks: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] disableAppOnInstance: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] init.os: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] init.tools.unix: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] init.tools.windows: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] init.tools: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] setAsadminArgs: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] init: 17:03:45 [2023-03-05T22:03:45.071Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:45 [2023-03-05T22:03:45.071Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:45 [2023-03-05T22:03:45.071Z] [get] Not modified - so not downloaded 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] init.customtasks: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] prepare.client: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] prepare.client.appclient: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] increment.log.next: 17:03:45 [2023-03-05T22:03:45.071Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] process.versionexpression: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] prepare.run: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] common.run.negative: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] setHttpPort: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] common.run: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] checkAppOnServer: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] declare-test: 17:03:45 [2023-03-05T22:03:45.071Z] [echo] Starting test simple-versioned-servlet deactivation(4) * - logID=12 (server) 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] prepare.runclient: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] process.classpath: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] process.jvmargs: 17:03:45 [2023-03-05T22:03:45.071Z] 17:03:45 [2023-03-05T22:03:45.071Z] java.with.result: 17:03:45 [2023-03-05T22:03:45.327Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:45 [2023-03-05T22:03:45.327Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to fail 17:03:45 [2023-03-05T22:03:45.327Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:45 [2023-03-05T22:03:45.327Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = RC-1.0.0 17:03:45 [2023-03-05T22:03:45.327Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080//simple-versioned-servlet 17:03:45 [2023-03-05T22:03:45.327Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] process.result: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] processResult: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] failed: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] passed: 17:03:45 [2023-03-05T22:03:45.327Z] [echo] Test simple-versioned-servlet Passed 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] unknown: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] runclient: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] init.os: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] init.tools.unix: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] init.tools.windows: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] init.tools: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] setAsadminArgs: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] init: 17:03:45 [2023-03-05T22:03:45.327Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:45 [2023-03-05T22:03:45.327Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:45 [2023-03-05T22:03:45.327Z] [get] Not modified - so not downloaded 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] init.customtasks: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] checkAppOnCluster: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] run.negative: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] redeployment: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] clean.scenario: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] clean.scenario.cluster: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] init.os: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] init.tools.unix: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] init.tools.windows: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] init.tools: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] setAsadminArgs: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] init: 17:03:45 [2023-03-05T22:03:45.327Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:45 [2023-03-05T22:03:45.327Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:45 [2023-03-05T22:03:45.327Z] [get] Not modified - so not downloaded 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] init.customtasks: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] prepare: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] process.versionExpression: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] process.appname: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] _process.target: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] process.target: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] prepare.has.version.registred: 17:03:45 [2023-03-05T22:03:45.327Z] 17:03:45 [2023-03-05T22:03:45.327Z] exec.asadmin2: 17:03:45 [2023-03-05T22:03:45.589Z] 17:03:45 [2023-03-05T22:03:45.589Z] process.registred: 17:03:45 [2023-03-05T22:03:45.589Z] 17:03:45 [2023-03-05T22:03:45.589Z] has.version.registred: 17:03:45 [2023-03-05T22:03:45.589Z] 17:03:45 [2023-03-05T22:03:45.589Z] del.all.version.registred: 17:03:45 [2023-03-05T22:03:45.589Z] 17:03:45 [2023-03-05T22:03:45.589Z] _process.target: 17:03:45 [2023-03-05T22:03:45.589Z] 17:03:45 [2023-03-05T22:03:45.589Z] process.target: 17:03:45 [2023-03-05T22:03:45.589Z] 17:03:45 [2023-03-05T22:03:45.589Z] prepare.del.all.version.registred: 17:03:45 [2023-03-05T22:03:45.589Z] 17:03:45 [2023-03-05T22:03:45.589Z] init.os: 17:03:45 [2023-03-05T22:03:45.589Z] 17:03:45 [2023-03-05T22:03:45.589Z] init.tools.unix: 17:03:45 [2023-03-05T22:03:45.589Z] 17:03:45 [2023-03-05T22:03:45.589Z] init.tools.windows: 17:03:45 [2023-03-05T22:03:45.589Z] 17:03:45 [2023-03-05T22:03:45.589Z] init.tools: 17:03:45 [2023-03-05T22:03:45.589Z] 17:03:45 [2023-03-05T22:03:45.589Z] setAsadminArgs: 17:03:45 [2023-03-05T22:03:45.589Z] 17:03:45 [2023-03-05T22:03:45.589Z] init: 17:03:45 [2023-03-05T22:03:45.589Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:45 [2023-03-05T22:03:45.589Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:45 [2023-03-05T22:03:45.589Z] [get] Not modified - so not downloaded 17:03:45 [2023-03-05T22:03:45.589Z] 17:03:45 [2023-03-05T22:03:45.589Z] init.customtasks: 17:03:45 [2023-03-05T22:03:45.589Z] 17:03:45 [2023-03-05T22:03:45.589Z] prepare: 17:03:45 [2023-03-05T22:03:45.589Z] 17:03:45 [2023-03-05T22:03:45.589Z] exec.asadmin: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] _del.all.version.registred: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] _clean.scenario: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] deploy.version: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] del.ref.registred: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] process.versionExpression: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] process.appname: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] _process.target: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] process.target: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] prepare.is.version.registred: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] init.os: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] init.tools.unix: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] init.tools.windows: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] init.tools: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] setAsadminArgs: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] init: 17:03:46 [2023-03-05T22:03:46.151Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:46 [2023-03-05T22:03:46.151Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:46 [2023-03-05T22:03:46.151Z] [get] Not modified - so not downloaded 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] init.customtasks: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] prepare: 17:03:46 [2023-03-05T22:03:46.151Z] 17:03:46 [2023-03-05T22:03:46.151Z] exec.asadmin2: 17:03:46 [2023-03-05T22:03:46.407Z] [exec] Result: 1 17:03:46 [2023-03-05T22:03:46.407Z] 17:03:46 [2023-03-05T22:03:46.407Z] process.registred: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] is.version.registred: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] process.xmlversionidentifier: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] prepare.cluster: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] process.enabled: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] process.hasToDeploy: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] deploy.version.unregistred: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] init.os: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] init.tools.unix: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] init.tools.windows: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] init.tools: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] setAsadminArgs: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] init: 17:03:46 [2023-03-05T22:03:46.408Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:46 [2023-03-05T22:03:46.408Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:46 [2023-03-05T22:03:46.408Z] [get] Not modified - so not downloaded 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] init.customtasks: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] prepare: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] process.versionExpression: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] process.appname: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] create.version: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] assemble.non-existent: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] process.xmlversionidentifier: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] prepare.update.xml.identifier: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] update.xml.identifier: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] deployWithNameOption: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] setAsadminArgs: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] common.deploy.asadmin: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] init.os: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] init.tools.unix: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] init.tools.windows: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] init.tools: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] setAsadminArgs: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] init: 17:03:46 [2023-03-05T22:03:46.408Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:46 [2023-03-05T22:03:46.408Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:46 [2023-03-05T22:03:46.408Z] [get] Not modified - so not downloaded 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] init.customtasks: 17:03:46 [2023-03-05T22:03:46.408Z] 17:03:46 [2023-03-05T22:03:46.408Z] common.run.asadmin: 17:03:46 [2023-03-05T22:03:46.408Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=false --name=simple-versioned-servlet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war 17:03:46 [2023-03-05T22:03:46.671Z] [exec] Deprecated syntax, instead use: 17:03:46 [2023-03-05T22:03:46.671Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:46 [2023-03-05T22:03:46.671Z] [exec] Application deployed with name simple-versioned-servlet. 17:03:46 [2023-03-05T22:03:46.671Z] [exec] Command deploy executed successfully. 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init.os: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init.tools.unix: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init.tools.windows: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init.tools: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] setAsadminArgs: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init: 17:03:46 [2023-03-05T22:03:46.671Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:46 [2023-03-05T22:03:46.671Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:46 [2023-03-05T22:03:46.671Z] [get] Not modified - so not downloaded 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init.customtasks: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] setEnabled: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] createAppRef: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] deployWithoutNameOption: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] process.versionExpression: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] process.appname: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] process.xmlversionidentifier: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] prepare.cluster: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] redeploy.version: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] setAsadminArgs: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] common.redeploy.asadmin: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init.os: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init.tools.unix: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init.tools.windows: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init.tools: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] setAsadminArgs: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init: 17:03:46 [2023-03-05T22:03:46.671Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:46 [2023-03-05T22:03:46.671Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:46 [2023-03-05T22:03:46.671Z] [get] Not modified - so not downloaded 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init.customtasks: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] delAppRef: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init.os: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init.tools.unix: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init.tools.windows: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init.tools: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] setAsadminArgs: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init: 17:03:46 [2023-03-05T22:03:46.671Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:46 [2023-03-05T22:03:46.671Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:46 [2023-03-05T22:03:46.671Z] [get] Not modified - so not downloaded 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] init.customtasks: 17:03:46 [2023-03-05T22:03:46.671Z] 17:03:46 [2023-03-05T22:03:46.671Z] common.run.asadmin: 17:03:46 [2023-03-05T22:03:46.671Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name simple-versioned-servlet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war 17:03:46 [2023-03-05T22:03:46.927Z] [exec] Deprecated syntax, instead use: 17:03:46 [2023-03-05T22:03:46.927Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:47 [2023-03-05T22:03:47.183Z] [exec] Application deployed with name simple-versioned-servlet. 17:03:47 [2023-03-05T22:03:47.183Z] [exec] Command deploy executed successfully. 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] init.os: 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] init.tools.unix: 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] init.tools.windows: 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] init.tools: 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] setAsadminArgs: 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] init: 17:03:47 [2023-03-05T22:03:47.183Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:47 [2023-03-05T22:03:47.183Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:47 [2023-03-05T22:03:47.183Z] [get] Not modified - so not downloaded 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] init.customtasks: 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] setEnabled: 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] createAppRef: 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] init.os: 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] init.tools.unix: 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] init.tools.windows: 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] init.tools: 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] setAsadminArgs: 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] init: 17:03:47 [2023-03-05T22:03:47.183Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:47 [2023-03-05T22:03:47.183Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:47 [2023-03-05T22:03:47.183Z] [get] Not modified - so not downloaded 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] init.customtasks: 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] prepare.client: 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] prepare.client.appclient: 17:03:47 [2023-03-05T22:03:47.183Z] 17:03:47 [2023-03-05T22:03:47.183Z] increment.log.next: 17:03:47 [2023-03-05T22:03:47.184Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:47 [2023-03-05T22:03:47.184Z] 17:03:47 [2023-03-05T22:03:47.184Z] process.versionexpression: 17:03:47 [2023-03-05T22:03:47.184Z] 17:03:47 [2023-03-05T22:03:47.184Z] prepare.run: 17:03:47 [2023-03-05T22:03:47.184Z] 17:03:47 [2023-03-05T22:03:47.184Z] common.run.positive: 17:03:47 [2023-03-05T22:03:47.184Z] 17:03:47 [2023-03-05T22:03:47.184Z] setHttpPort: 17:03:47 [2023-03-05T22:03:47.184Z] 17:03:47 [2023-03-05T22:03:47.184Z] common.run: 17:03:47 [2023-03-05T22:03:47.184Z] 17:03:47 [2023-03-05T22:03:47.184Z] checkAppOnServer: 17:03:47 [2023-03-05T22:03:47.184Z] 17:03:47 [2023-03-05T22:03:47.184Z] declare-test: 17:03:47 [2023-03-05T22:03:47.184Z] [echo] Starting test simple-versioned-servlet redeployment(1) untagged - logID=13 (server) 17:03:47 [2023-03-05T22:03:47.184Z] 17:03:47 [2023-03-05T22:03:47.184Z] prepare.runclient: 17:03:47 [2023-03-05T22:03:47.184Z] 17:03:47 [2023-03-05T22:03:47.184Z] process.classpath: 17:03:47 [2023-03-05T22:03:47.184Z] 17:03:47 [2023-03-05T22:03:47.184Z] process.jvmargs: 17:03:47 [2023-03-05T22:03:47.184Z] 17:03:47 [2023-03-05T22:03:47.184Z] java.with.result: 17:03:47 [2023-03-05T22:03:47.440Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:47 [2023-03-05T22:03:47.441Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:03:47 [2023-03-05T22:03:47.441Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:47 [2023-03-05T22:03:47.441Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = 17:03:47 [2023-03-05T22:03:47.441Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:03:47 [2023-03-05T22:03:47.441Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: 17:03:47 [2023-03-05T22:03:47.441Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] process.result: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] processResult: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] failed: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] passed: 17:03:47 [2023-03-05T22:03:47.441Z] [echo] Test simple-versioned-servlet Passed 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] unknown: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] runclient: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] init.os: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] init.tools.unix: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] init.tools.windows: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] init.tools: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] setAsadminArgs: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] init: 17:03:47 [2023-03-05T22:03:47.441Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:47 [2023-03-05T22:03:47.441Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:47 [2023-03-05T22:03:47.441Z] [get] Not modified - so not downloaded 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] init.customtasks: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] checkAppOnCluster: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] run.positive: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] deploy.version: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] del.ref.registred: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] process.versionExpression: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] process.appname: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] _process.target: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] process.target: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] prepare.is.version.registred: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] init.os: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] init.tools.unix: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] init.tools.windows: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] init.tools: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] setAsadminArgs: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] init: 17:03:47 [2023-03-05T22:03:47.441Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:47 [2023-03-05T22:03:47.441Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:47 [2023-03-05T22:03:47.441Z] [get] Not modified - so not downloaded 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] init.customtasks: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] prepare: 17:03:47 [2023-03-05T22:03:47.441Z] 17:03:47 [2023-03-05T22:03:47.441Z] exec.asadmin2: 17:03:47 [2023-03-05T22:03:47.698Z] 17:03:47 [2023-03-05T22:03:47.698Z] process.registred: 17:03:47 [2023-03-05T22:03:47.698Z] 17:03:47 [2023-03-05T22:03:47.698Z] is.version.registred: 17:03:47 [2023-03-05T22:03:47.698Z] 17:03:47 [2023-03-05T22:03:47.698Z] process.xmlversionidentifier: 17:03:47 [2023-03-05T22:03:47.698Z] 17:03:47 [2023-03-05T22:03:47.698Z] prepare.cluster: 17:03:47 [2023-03-05T22:03:47.698Z] 17:03:47 [2023-03-05T22:03:47.698Z] process.enabled: 17:03:47 [2023-03-05T22:03:47.698Z] 17:03:47 [2023-03-05T22:03:47.698Z] process.hasToDeploy: 17:03:47 [2023-03-05T22:03:47.698Z] 17:03:47 [2023-03-05T22:03:47.698Z] deploy.version.unregistred: 17:03:47 [2023-03-05T22:03:47.698Z] 17:03:47 [2023-03-05T22:03:47.698Z] init.os: 17:03:47 [2023-03-05T22:03:47.698Z] 17:03:47 [2023-03-05T22:03:47.698Z] init.tools.unix: 17:03:47 [2023-03-05T22:03:47.698Z] 17:03:47 [2023-03-05T22:03:47.698Z] init.tools.windows: 17:03:47 [2023-03-05T22:03:47.698Z] 17:03:47 [2023-03-05T22:03:47.698Z] init.tools: 17:03:47 [2023-03-05T22:03:47.698Z] 17:03:47 [2023-03-05T22:03:47.698Z] setAsadminArgs: 17:03:47 [2023-03-05T22:03:47.698Z] 17:03:47 [2023-03-05T22:03:47.698Z] init: 17:03:47 [2023-03-05T22:03:47.698Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:47 [2023-03-05T22:03:47.698Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:47 [2023-03-05T22:03:47.698Z] [get] Not modified - so not downloaded 17:03:47 [2023-03-05T22:03:47.698Z] 17:03:47 [2023-03-05T22:03:47.698Z] init.customtasks: 17:03:47 [2023-03-05T22:03:47.698Z] 17:03:47 [2023-03-05T22:03:47.698Z] prepare: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] process.versionExpression: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] process.appname: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] create.version: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] assemble.non-existent: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] process.xmlversionidentifier: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] prepare.update.xml.identifier: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] update.xml.identifier: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] deployWithNameOption: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] setAsadminArgs: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] common.deploy.asadmin: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] init.os: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] init.tools.unix: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] init.tools.windows: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] init.tools: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] setAsadminArgs: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] init: 17:03:47 [2023-03-05T22:03:47.954Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:47 [2023-03-05T22:03:47.954Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:47 [2023-03-05T22:03:47.954Z] [get] Not modified - so not downloaded 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] init.customtasks: 17:03:47 [2023-03-05T22:03:47.954Z] 17:03:47 [2023-03-05T22:03:47.954Z] common.run.asadmin: 17:03:47 [2023-03-05T22:03:47.954Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-servlet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war 17:03:48 [2023-03-05T22:03:48.239Z] [exec] Deprecated syntax, instead use: 17:03:48 [2023-03-05T22:03:48.239Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:48 [2023-03-05T22:03:48.239Z] [exec] Application deployed with name simple-versioned-servlet. 17:03:48 [2023-03-05T22:03:48.239Z] [exec] Command deploy executed successfully. 17:03:48 [2023-03-05T22:03:48.239Z] 17:03:48 [2023-03-05T22:03:48.239Z] init.os: 17:03:48 [2023-03-05T22:03:48.239Z] 17:03:48 [2023-03-05T22:03:48.239Z] init.tools.unix: 17:03:48 [2023-03-05T22:03:48.239Z] 17:03:48 [2023-03-05T22:03:48.239Z] init.tools.windows: 17:03:48 [2023-03-05T22:03:48.239Z] 17:03:48 [2023-03-05T22:03:48.239Z] init.tools: 17:03:48 [2023-03-05T22:03:48.239Z] 17:03:48 [2023-03-05T22:03:48.239Z] setAsadminArgs: 17:03:48 [2023-03-05T22:03:48.239Z] 17:03:48 [2023-03-05T22:03:48.239Z] init: 17:03:48 [2023-03-05T22:03:48.240Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:48 [2023-03-05T22:03:48.240Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:48 [2023-03-05T22:03:48.240Z] [get] Not modified - so not downloaded 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] init.customtasks: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] setEnabled: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] createAppRef: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] deployWithoutNameOption: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] init.os: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] init.tools.unix: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] init.tools.windows: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] init.tools: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] setAsadminArgs: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] init: 17:03:48 [2023-03-05T22:03:48.240Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:48 [2023-03-05T22:03:48.240Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:48 [2023-03-05T22:03:48.240Z] [get] Not modified - so not downloaded 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] init.customtasks: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] prepare.client: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] prepare.client.appclient: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] increment.log.next: 17:03:48 [2023-03-05T22:03:48.240Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] process.versionexpression: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] prepare.run: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] common.run.positive: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] setHttpPort: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] common.run: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] checkAppOnServer: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] declare-test: 17:03:48 [2023-03-05T22:03:48.240Z] [echo] Starting test simple-versioned-servlet redeployment(2) untagged - logID=14 (server) 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] prepare.runclient: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] process.classpath: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] process.jvmargs: 17:03:48 [2023-03-05T22:03:48.240Z] 17:03:48 [2023-03-05T22:03:48.240Z] java.with.result: 17:03:48 [2023-03-05T22:03:48.496Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:48 [2023-03-05T22:03:48.496Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:03:48 [2023-03-05T22:03:48.496Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:48 [2023-03-05T22:03:48.496Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = 17:03:48 [2023-03-05T22:03:48.496Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:03:48 [2023-03-05T22:03:48.496Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: 17:03:48 [2023-03-05T22:03:48.496Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] process.result: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] processResult: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] failed: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] passed: 17:03:48 [2023-03-05T22:03:48.496Z] [echo] Test simple-versioned-servlet Passed 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] unknown: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] runclient: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] init.os: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] init.tools.unix: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] init.tools.windows: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] init.tools: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] setAsadminArgs: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] init: 17:03:48 [2023-03-05T22:03:48.496Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:48 [2023-03-05T22:03:48.496Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:48 [2023-03-05T22:03:48.496Z] [get] Not modified - so not downloaded 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] init.customtasks: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] checkAppOnCluster: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] run.positive: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] deploy.version: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] del.ref.registred: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] process.versionExpression: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] process.appname: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] _process.target: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] process.target: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] prepare.is.version.registred: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] init.os: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] init.tools.unix: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] init.tools.windows: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] init.tools: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] setAsadminArgs: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] init: 17:03:48 [2023-03-05T22:03:48.496Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:48 [2023-03-05T22:03:48.496Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:48 [2023-03-05T22:03:48.496Z] [get] Not modified - so not downloaded 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] init.customtasks: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] prepare: 17:03:48 [2023-03-05T22:03:48.496Z] 17:03:48 [2023-03-05T22:03:48.496Z] exec.asadmin2: 17:03:49 [2023-03-05T22:03:49.058Z] [exec] Result: 1 17:03:49 [2023-03-05T22:03:49.058Z] 17:03:49 [2023-03-05T22:03:49.058Z] process.registred: 17:03:49 [2023-03-05T22:03:49.058Z] 17:03:49 [2023-03-05T22:03:49.058Z] is.version.registred: 17:03:49 [2023-03-05T22:03:49.058Z] 17:03:49 [2023-03-05T22:03:49.058Z] process.xmlversionidentifier: 17:03:49 [2023-03-05T22:03:49.058Z] 17:03:49 [2023-03-05T22:03:49.058Z] prepare.cluster: 17:03:49 [2023-03-05T22:03:49.058Z] 17:03:49 [2023-03-05T22:03:49.058Z] process.enabled: 17:03:49 [2023-03-05T22:03:49.058Z] 17:03:49 [2023-03-05T22:03:49.058Z] process.hasToDeploy: 17:03:49 [2023-03-05T22:03:49.058Z] 17:03:49 [2023-03-05T22:03:49.058Z] deploy.version.unregistred: 17:03:49 [2023-03-05T22:03:49.058Z] 17:03:49 [2023-03-05T22:03:49.058Z] init.os: 17:03:49 [2023-03-05T22:03:49.058Z] 17:03:49 [2023-03-05T22:03:49.058Z] init.tools.unix: 17:03:49 [2023-03-05T22:03:49.058Z] 17:03:49 [2023-03-05T22:03:49.058Z] init.tools.windows: 17:03:49 [2023-03-05T22:03:49.058Z] 17:03:49 [2023-03-05T22:03:49.058Z] init.tools: 17:03:49 [2023-03-05T22:03:49.058Z] 17:03:49 [2023-03-05T22:03:49.058Z] setAsadminArgs: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] init: 17:03:49 [2023-03-05T22:03:49.059Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:49 [2023-03-05T22:03:49.059Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:49 [2023-03-05T22:03:49.059Z] [get] Not modified - so not downloaded 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] init.customtasks: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] prepare: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] process.versionExpression: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] process.appname: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] create.version: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] assemble.non-existent: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] process.xmlversionidentifier: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] prepare.update.xml.identifier: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] update.xml.identifier: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] deployWithNameOption: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] setAsadminArgs: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] common.deploy.asadmin: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] init.os: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] init.tools.unix: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] init.tools.windows: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] init.tools: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] setAsadminArgs: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] init: 17:03:49 [2023-03-05T22:03:49.059Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:49 [2023-03-05T22:03:49.059Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:49 [2023-03-05T22:03:49.059Z] [get] Not modified - so not downloaded 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] init.customtasks: 17:03:49 [2023-03-05T22:03:49.059Z] 17:03:49 [2023-03-05T22:03:49.059Z] common.run.asadmin: 17:03:49 [2023-03-05T22:03:49.059Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=false --name=simple-versioned-servlet:ALPHA-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war 17:03:49 [2023-03-05T22:03:49.059Z] [exec] Deprecated syntax, instead use: 17:03:49 [2023-03-05T22:03:49.059Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:49 [2023-03-05T22:03:49.315Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. 17:03:49 [2023-03-05T22:03:49.315Z] [exec] Command deploy executed successfully. 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init.os: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init.tools.unix: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init.tools.windows: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init.tools: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] setAsadminArgs: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init: 17:03:49 [2023-03-05T22:03:49.315Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:49 [2023-03-05T22:03:49.315Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:49 [2023-03-05T22:03:49.315Z] [get] Not modified - so not downloaded 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init.customtasks: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] setEnabled: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] createAppRef: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] deployWithoutNameOption: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] process.versionExpression: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] process.appname: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] process.xmlversionidentifier: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] prepare.cluster: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] redeploy.version: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] setAsadminArgs: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] common.redeploy.asadmin: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init.os: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init.tools.unix: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init.tools.windows: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init.tools: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] setAsadminArgs: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init: 17:03:49 [2023-03-05T22:03:49.315Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:49 [2023-03-05T22:03:49.315Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:49 [2023-03-05T22:03:49.315Z] [get] Not modified - so not downloaded 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init.customtasks: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] delAppRef: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init.os: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init.tools.unix: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init.tools.windows: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init.tools: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] setAsadminArgs: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init: 17:03:49 [2023-03-05T22:03:49.315Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:49 [2023-03-05T22:03:49.315Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:49 [2023-03-05T22:03:49.315Z] [get] Not modified - so not downloaded 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] init.customtasks: 17:03:49 [2023-03-05T22:03:49.315Z] 17:03:49 [2023-03-05T22:03:49.315Z] common.run.asadmin: 17:03:49 [2023-03-05T22:03:49.315Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name simple-versioned-servlet:ALPHA-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war 17:03:49 [2023-03-05T22:03:49.571Z] [exec] Deprecated syntax, instead use: 17:03:49 [2023-03-05T22:03:49.571Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:49 [2023-03-05T22:03:49.827Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. 17:03:49 [2023-03-05T22:03:49.827Z] [exec] Command deploy executed successfully. 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] init.os: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] init.tools.unix: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] init.tools.windows: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] init.tools: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] setAsadminArgs: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] init: 17:03:49 [2023-03-05T22:03:49.827Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:49 [2023-03-05T22:03:49.827Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:49 [2023-03-05T22:03:49.827Z] [get] Not modified - so not downloaded 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] init.customtasks: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] setEnabled: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] createAppRef: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] init.os: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] init.tools.unix: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] init.tools.windows: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] init.tools: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] setAsadminArgs: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] init: 17:03:49 [2023-03-05T22:03:49.827Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:49 [2023-03-05T22:03:49.827Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:49 [2023-03-05T22:03:49.827Z] [get] Not modified - so not downloaded 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] init.customtasks: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] prepare.client: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] prepare.client.appclient: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] increment.log.next: 17:03:49 [2023-03-05T22:03:49.827Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] process.versionexpression: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] prepare.run: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] common.run.positive: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] setHttpPort: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] common.run: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] checkAppOnServer: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] declare-test: 17:03:49 [2023-03-05T22:03:49.827Z] [echo] Starting test simple-versioned-servlet redeployment(3) ALPHA-1.0.0 - logID=15 (server) 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] prepare.runclient: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] process.classpath: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] process.jvmargs: 17:03:49 [2023-03-05T22:03:49.827Z] 17:03:49 [2023-03-05T22:03:49.827Z] java.with.result: 17:03:50 [2023-03-05T22:03:50.083Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:50 [2023-03-05T22:03:50.083Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:03:50 [2023-03-05T22:03:50.083Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:50 [2023-03-05T22:03:50.083Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 17:03:50 [2023-03-05T22:03:50.083Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:03:50 [2023-03-05T22:03:50.083Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 17:03:50 [2023-03-05T22:03:50.083Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] process.result: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] processResult: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] failed: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] passed: 17:03:50 [2023-03-05T22:03:50.083Z] [echo] Test simple-versioned-servlet Passed 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] unknown: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] runclient: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] init.os: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] init.tools.unix: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] init.tools.windows: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] init.tools: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] setAsadminArgs: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] init: 17:03:50 [2023-03-05T22:03:50.083Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:50 [2023-03-05T22:03:50.083Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:50 [2023-03-05T22:03:50.083Z] [get] Not modified - so not downloaded 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] init.customtasks: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] checkAppOnCluster: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] run.positive: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] deploy.version: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] del.ref.registred: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] process.versionExpression: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] process.appname: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] _process.target: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] process.target: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] prepare.is.version.registred: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] init.os: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] init.tools.unix: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] init.tools.windows: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] init.tools: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] setAsadminArgs: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] init: 17:03:50 [2023-03-05T22:03:50.083Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:50 [2023-03-05T22:03:50.083Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:50 [2023-03-05T22:03:50.083Z] [get] Not modified - so not downloaded 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] init.customtasks: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] prepare: 17:03:50 [2023-03-05T22:03:50.083Z] 17:03:50 [2023-03-05T22:03:50.083Z] exec.asadmin2: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] process.registred: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] is.version.registred: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] process.xmlversionidentifier: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] prepare.cluster: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] process.enabled: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] process.hasToDeploy: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] deploy.version.unregistred: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] init.os: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] init.tools.unix: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] init.tools.windows: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] init.tools: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] setAsadminArgs: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] init: 17:03:50 [2023-03-05T22:03:50.341Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:50 [2023-03-05T22:03:50.341Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:50 [2023-03-05T22:03:50.341Z] [get] Not modified - so not downloaded 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] init.customtasks: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] prepare: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] process.versionExpression: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] process.appname: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] create.version: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] assemble.non-existent: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] process.xmlversionidentifier: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] prepare.update.xml.identifier: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] update.xml.identifier: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] deployWithNameOption: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] setAsadminArgs: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] common.deploy.asadmin: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] init.os: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] init.tools.unix: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] init.tools.windows: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] init.tools: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] setAsadminArgs: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] init: 17:03:50 [2023-03-05T22:03:50.341Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:50 [2023-03-05T22:03:50.341Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:50 [2023-03-05T22:03:50.341Z] [get] Not modified - so not downloaded 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] init.customtasks: 17:03:50 [2023-03-05T22:03:50.341Z] 17:03:50 [2023-03-05T22:03:50.341Z] common.run.asadmin: 17:03:50 [2023-03-05T22:03:50.341Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-servlet:ALPHA-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war 17:03:50 [2023-03-05T22:03:50.619Z] [exec] Deprecated syntax, instead use: 17:03:50 [2023-03-05T22:03:50.619Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:50 [2023-03-05T22:03:50.875Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. 17:03:50 [2023-03-05T22:03:50.875Z] [exec] Command deploy executed successfully. 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] init.os: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] init.tools.unix: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] init.tools.windows: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] init.tools: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] setAsadminArgs: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] init: 17:03:50 [2023-03-05T22:03:50.875Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:50 [2023-03-05T22:03:50.875Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:50 [2023-03-05T22:03:50.875Z] [get] Not modified - so not downloaded 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] init.customtasks: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] setEnabled: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] createAppRef: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] deployWithoutNameOption: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] init.os: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] init.tools.unix: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] init.tools.windows: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] init.tools: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] setAsadminArgs: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] init: 17:03:50 [2023-03-05T22:03:50.875Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:50 [2023-03-05T22:03:50.875Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:50 [2023-03-05T22:03:50.875Z] [get] Not modified - so not downloaded 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] init.customtasks: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] prepare.client: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] prepare.client.appclient: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] increment.log.next: 17:03:50 [2023-03-05T22:03:50.875Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] process.versionexpression: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] prepare.run: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] common.run.positive: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] setHttpPort: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] common.run: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] checkAppOnServer: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] declare-test: 17:03:50 [2023-03-05T22:03:50.875Z] [echo] Starting test simple-versioned-servlet redeployment(4) ALPHA-1.0.0 - logID=16 (server) 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] prepare.runclient: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] process.classpath: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] process.jvmargs: 17:03:50 [2023-03-05T22:03:50.875Z] 17:03:50 [2023-03-05T22:03:50.875Z] java.with.result: 17:03:51 [2023-03-05T22:03:51.132Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:51 [2023-03-05T22:03:51.132Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:03:51 [2023-03-05T22:03:51.132Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:51 [2023-03-05T22:03:51.132Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 17:03:51 [2023-03-05T22:03:51.132Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:03:51 [2023-03-05T22:03:51.132Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 17:03:51 [2023-03-05T22:03:51.132Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] process.result: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] processResult: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] failed: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] passed: 17:03:51 [2023-03-05T22:03:51.132Z] [echo] Test simple-versioned-servlet Passed 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] unknown: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] runclient: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] init.os: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] init.tools.unix: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] init.tools.windows: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] init.tools: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] setAsadminArgs: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] init: 17:03:51 [2023-03-05T22:03:51.132Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:51 [2023-03-05T22:03:51.132Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:51 [2023-03-05T22:03:51.132Z] [get] Not modified - so not downloaded 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] init.customtasks: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] checkAppOnCluster: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] run.positive: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] clean.scenario: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] clean.scenario.cluster: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] init.os: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] init.tools.unix: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] init.tools.windows: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] init.tools: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] setAsadminArgs: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] init: 17:03:51 [2023-03-05T22:03:51.132Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:51 [2023-03-05T22:03:51.132Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:51 [2023-03-05T22:03:51.132Z] [get] Not modified - so not downloaded 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] init.customtasks: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] prepare: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] process.versionExpression: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] process.appname: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] _process.target: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] process.target: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] prepare.has.version.registred: 17:03:51 [2023-03-05T22:03:51.132Z] 17:03:51 [2023-03-05T22:03:51.132Z] exec.asadmin2: 17:03:51 [2023-03-05T22:03:51.388Z] 17:03:51 [2023-03-05T22:03:51.388Z] process.registred: 17:03:51 [2023-03-05T22:03:51.388Z] 17:03:51 [2023-03-05T22:03:51.388Z] has.version.registred: 17:03:51 [2023-03-05T22:03:51.388Z] 17:03:51 [2023-03-05T22:03:51.388Z] del.all.version.registred: 17:03:51 [2023-03-05T22:03:51.388Z] 17:03:51 [2023-03-05T22:03:51.388Z] _process.target: 17:03:51 [2023-03-05T22:03:51.388Z] 17:03:51 [2023-03-05T22:03:51.388Z] process.target: 17:03:51 [2023-03-05T22:03:51.388Z] 17:03:51 [2023-03-05T22:03:51.388Z] prepare.del.all.version.registred: 17:03:51 [2023-03-05T22:03:51.388Z] 17:03:51 [2023-03-05T22:03:51.388Z] init.os: 17:03:51 [2023-03-05T22:03:51.388Z] 17:03:51 [2023-03-05T22:03:51.388Z] init.tools.unix: 17:03:51 [2023-03-05T22:03:51.388Z] 17:03:51 [2023-03-05T22:03:51.388Z] init.tools.windows: 17:03:51 [2023-03-05T22:03:51.388Z] 17:03:51 [2023-03-05T22:03:51.388Z] init.tools: 17:03:51 [2023-03-05T22:03:51.388Z] 17:03:51 [2023-03-05T22:03:51.388Z] setAsadminArgs: 17:03:51 [2023-03-05T22:03:51.388Z] 17:03:51 [2023-03-05T22:03:51.388Z] init: 17:03:51 [2023-03-05T22:03:51.388Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:51 [2023-03-05T22:03:51.388Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:51 [2023-03-05T22:03:51.388Z] [get] Not modified - so not downloaded 17:03:51 [2023-03-05T22:03:51.388Z] 17:03:51 [2023-03-05T22:03:51.388Z] init.customtasks: 17:03:51 [2023-03-05T22:03:51.388Z] 17:03:51 [2023-03-05T22:03:51.388Z] prepare: 17:03:51 [2023-03-05T22:03:51.388Z] 17:03:51 [2023-03-05T22:03:51.388Z] exec.asadmin: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] _del.all.version.registred: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] _clean.scenario: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] deployment: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] deploy.version: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] del.ref.registred: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] process.versionExpression: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] process.appname: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] _process.target: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] process.target: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] prepare.is.version.registred: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] init.os: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] init.tools.unix: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] init.tools.windows: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] init.tools: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] setAsadminArgs: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] init: 17:03:51 [2023-03-05T22:03:51.952Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:51 [2023-03-05T22:03:51.952Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:51 [2023-03-05T22:03:51.952Z] [get] Not modified - so not downloaded 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] init.customtasks: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] prepare: 17:03:51 [2023-03-05T22:03:51.952Z] 17:03:51 [2023-03-05T22:03:51.952Z] exec.asadmin2: 17:03:52 [2023-03-05T22:03:52.218Z] [exec] Result: 1 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] process.registred: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] is.version.registred: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] process.xmlversionidentifier: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] prepare.cluster: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] process.enabled: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] process.hasToDeploy: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] deploy.version.unregistred: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] init.os: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] init.tools.unix: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] init.tools.windows: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] init.tools: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] setAsadminArgs: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] init: 17:03:52 [2023-03-05T22:03:52.218Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:52 [2023-03-05T22:03:52.218Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:52 [2023-03-05T22:03:52.218Z] [get] Not modified - so not downloaded 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] init.customtasks: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] prepare: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] process.versionExpression: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] process.appname: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] create.version: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] assemble.non-existent: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] process.xmlversionidentifier: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] prepare.update.xml.identifier: 17:03:52 [2023-03-05T22:03:52.218Z] 17:03:52 [2023-03-05T22:03:52.218Z] update.xml.identifier: 17:03:52 [2023-03-05T22:03:52.219Z] 17:03:52 [2023-03-05T22:03:52.219Z] deployWithNameOption: 17:03:52 [2023-03-05T22:03:52.219Z] 17:03:52 [2023-03-05T22:03:52.219Z] setAsadminArgs: 17:03:52 [2023-03-05T22:03:52.219Z] 17:03:52 [2023-03-05T22:03:52.219Z] common.deploy.asadmin: 17:03:52 [2023-03-05T22:03:52.219Z] 17:03:52 [2023-03-05T22:03:52.219Z] init.os: 17:03:52 [2023-03-05T22:03:52.219Z] 17:03:52 [2023-03-05T22:03:52.219Z] init.tools.unix: 17:03:52 [2023-03-05T22:03:52.219Z] 17:03:52 [2023-03-05T22:03:52.219Z] init.tools.windows: 17:03:52 [2023-03-05T22:03:52.219Z] 17:03:52 [2023-03-05T22:03:52.219Z] init.tools: 17:03:52 [2023-03-05T22:03:52.219Z] 17:03:52 [2023-03-05T22:03:52.219Z] setAsadminArgs: 17:03:52 [2023-03-05T22:03:52.219Z] 17:03:52 [2023-03-05T22:03:52.219Z] init: 17:03:52 [2023-03-05T22:03:52.219Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:52 [2023-03-05T22:03:52.219Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:52 [2023-03-05T22:03:52.219Z] [get] Not modified - so not downloaded 17:03:52 [2023-03-05T22:03:52.219Z] 17:03:52 [2023-03-05T22:03:52.219Z] init.customtasks: 17:03:52 [2023-03-05T22:03:52.219Z] 17:03:52 [2023-03-05T22:03:52.219Z] common.run.asadmin: 17:03:52 [2023-03-05T22:03:52.219Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-servlet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war 17:03:52 [2023-03-05T22:03:52.475Z] [exec] Deprecated syntax, instead use: 17:03:52 [2023-03-05T22:03:52.475Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:52 [2023-03-05T22:03:52.475Z] [exec] Application deployed with name simple-versioned-servlet. 17:03:52 [2023-03-05T22:03:52.475Z] [exec] Command deploy executed successfully. 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] init.os: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] init.tools.unix: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] init.tools.windows: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] init.tools: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] setAsadminArgs: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] init: 17:03:52 [2023-03-05T22:03:52.475Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:52 [2023-03-05T22:03:52.475Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:52 [2023-03-05T22:03:52.475Z] [get] Not modified - so not downloaded 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] init.customtasks: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] setEnabled: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] createAppRef: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] deployWithoutNameOption: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] run.positive.deploy: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] deploy.version: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] del.ref.registred: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] process.versionExpression: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] process.appname: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] _process.target: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] process.target: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] prepare.is.version.registred: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] init.os: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] init.tools.unix: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] init.tools.windows: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] init.tools: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] setAsadminArgs: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] init: 17:03:52 [2023-03-05T22:03:52.475Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:52 [2023-03-05T22:03:52.475Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:52 [2023-03-05T22:03:52.475Z] [get] Not modified - so not downloaded 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] init.customtasks: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] prepare: 17:03:52 [2023-03-05T22:03:52.475Z] 17:03:52 [2023-03-05T22:03:52.475Z] exec.asadmin2: 17:03:52 [2023-03-05T22:03:52.731Z] [exec] Result: 1 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] process.registred: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] is.version.registred: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] process.xmlversionidentifier: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] prepare.cluster: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] process.enabled: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] process.hasToDeploy: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] deploy.version.unregistred: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] init.os: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] init.tools.unix: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] init.tools.windows: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] init.tools: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] setAsadminArgs: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] init: 17:03:52 [2023-03-05T22:03:52.731Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:52 [2023-03-05T22:03:52.731Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:52 [2023-03-05T22:03:52.731Z] [get] Not modified - so not downloaded 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] init.customtasks: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] prepare: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] process.versionExpression: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] process.appname: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] create.version: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] assemble.non-existent: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] process.xmlversionidentifier: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] prepare.update.xml.identifier: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] update.xml.identifier: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] deployWithNameOption: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] setAsadminArgs: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] common.deploy.asadmin: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] init.os: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] init.tools.unix: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] init.tools.windows: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] init.tools: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] setAsadminArgs: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] init: 17:03:52 [2023-03-05T22:03:52.731Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:52 [2023-03-05T22:03:52.731Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:52 [2023-03-05T22:03:52.731Z] [get] Not modified - so not downloaded 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] init.customtasks: 17:03:52 [2023-03-05T22:03:52.731Z] 17:03:52 [2023-03-05T22:03:52.731Z] common.run.asadmin: 17:03:52 [2023-03-05T22:03:52.731Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-servlet:ALPHA-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war 17:03:53 [2023-03-05T22:03:53.017Z] [exec] Deprecated syntax, instead use: 17:03:53 [2023-03-05T22:03:53.017Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:53 [2023-03-05T22:03:53.273Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. 17:03:53 [2023-03-05T22:03:53.273Z] [exec] Command deploy executed successfully. 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] init.os: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] init.tools.unix: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] init.tools.windows: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] init.tools: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] setAsadminArgs: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] init: 17:03:53 [2023-03-05T22:03:53.273Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:53 [2023-03-05T22:03:53.273Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:53 [2023-03-05T22:03:53.273Z] [get] Not modified - so not downloaded 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] init.customtasks: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] setEnabled: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] createAppRef: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] deployWithoutNameOption: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] run.positive.deploy: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] deploy.version: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] del.ref.registred: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] process.versionExpression: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] process.appname: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] _process.target: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] process.target: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] prepare.is.version.registred: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] init.os: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] init.tools.unix: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] init.tools.windows: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] init.tools: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] setAsadminArgs: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] init: 17:03:53 [2023-03-05T22:03:53.273Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:53 [2023-03-05T22:03:53.273Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:53 [2023-03-05T22:03:53.273Z] [get] Not modified - so not downloaded 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] init.customtasks: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] prepare: 17:03:53 [2023-03-05T22:03:53.273Z] 17:03:53 [2023-03-05T22:03:53.273Z] exec.asadmin2: 17:03:53 [2023-03-05T22:03:53.530Z] [exec] Result: 1 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] process.registred: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] is.version.registred: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] process.xmlversionidentifier: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] prepare.cluster: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] process.enabled: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] process.hasToDeploy: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] deploy.version.unregistred: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] init.os: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] init.tools.unix: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] init.tools.windows: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] init.tools: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] setAsadminArgs: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] init: 17:03:53 [2023-03-05T22:03:53.530Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:53 [2023-03-05T22:03:53.530Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:53 [2023-03-05T22:03:53.530Z] [get] Not modified - so not downloaded 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] init.customtasks: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] prepare: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] process.versionExpression: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] process.appname: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] create.version: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] assemble.non-existent: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] process.xmlversionidentifier: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] prepare.update.xml.identifier: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] update.xml.identifier: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] deployWithNameOption: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] setAsadminArgs: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] common.deploy.asadmin: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] init.os: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] init.tools.unix: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] init.tools.windows: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] init.tools: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] setAsadminArgs: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] init: 17:03:53 [2023-03-05T22:03:53.530Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:53 [2023-03-05T22:03:53.530Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:53 [2023-03-05T22:03:53.530Z] [get] Not modified - so not downloaded 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] init.customtasks: 17:03:53 [2023-03-05T22:03:53.530Z] 17:03:53 [2023-03-05T22:03:53.530Z] common.run.asadmin: 17:03:53 [2023-03-05T22:03:53.530Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled false --force=true --name=simple-versioned-servlet:ALPHA-1.0.1 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war 17:03:54 [2023-03-05T22:03:54.118Z] [exec] Deprecated syntax, instead use: 17:03:54 [2023-03-05T22:03:54.118Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:54 [2023-03-05T22:03:54.118Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.1. 17:03:54 [2023-03-05T22:03:54.118Z] [exec] Command deploy executed successfully. 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] init.os: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] init.tools.unix: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] init.tools.windows: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] init.tools: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] setAsadminArgs: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] init: 17:03:54 [2023-03-05T22:03:54.118Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:54 [2023-03-05T22:03:54.118Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:54 [2023-03-05T22:03:54.118Z] [get] Not modified - so not downloaded 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] init.customtasks: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] setEnabled: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] createAppRef: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] deployWithoutNameOption: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] run.positive.deploy: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] deploy.version: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] del.ref.registred: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] process.versionExpression: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] process.appname: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] _process.target: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] process.target: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] prepare.is.version.registred: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] init.os: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] init.tools.unix: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] init.tools.windows: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] init.tools: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] setAsadminArgs: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] init: 17:03:54 [2023-03-05T22:03:54.118Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:54 [2023-03-05T22:03:54.118Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:54 [2023-03-05T22:03:54.118Z] [get] Not modified - so not downloaded 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] init.customtasks: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] prepare: 17:03:54 [2023-03-05T22:03:54.118Z] 17:03:54 [2023-03-05T22:03:54.118Z] exec.asadmin2: 17:03:54 [2023-03-05T22:03:54.375Z] [exec] Result: 1 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] process.registred: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] is.version.registred: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] process.xmlversionidentifier: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] prepare.cluster: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] process.enabled: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] process.hasToDeploy: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] deploy.version.unregistred: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] init.os: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] init.tools.unix: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] init.tools.windows: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] init.tools: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] setAsadminArgs: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] init: 17:03:54 [2023-03-05T22:03:54.375Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:54 [2023-03-05T22:03:54.375Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:54 [2023-03-05T22:03:54.375Z] [get] Not modified - so not downloaded 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] init.customtasks: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] prepare: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] process.versionExpression: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] process.appname: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] create.version: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] assemble.non-existent: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] process.xmlversionidentifier: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] prepare.update.xml.identifier: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] update.xml.identifier: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] deployWithNameOption: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] setAsadminArgs: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] common.deploy.asadmin: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] init.os: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] init.tools.unix: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] init.tools.windows: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] init.tools: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] setAsadminArgs: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] init: 17:03:54 [2023-03-05T22:03:54.375Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:54 [2023-03-05T22:03:54.375Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:54 [2023-03-05T22:03:54.375Z] [get] Not modified - so not downloaded 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] init.customtasks: 17:03:54 [2023-03-05T22:03:54.375Z] 17:03:54 [2023-03-05T22:03:54.375Z] common.run.asadmin: 17:03:54 [2023-03-05T22:03:54.375Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled false --force=true --name=simple-versioned-servlet:RC-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.0.war 17:03:54 [2023-03-05T22:03:54.631Z] [exec] Deprecated syntax, instead use: 17:03:54 [2023-03-05T22:03:54.631Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:54 [2023-03-05T22:03:54.631Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.0. 17:03:54 [2023-03-05T22:03:54.631Z] [exec] Command deploy executed successfully. 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init.os: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init.tools.unix: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init.tools.windows: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init.tools: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] setAsadminArgs: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init: 17:03:54 [2023-03-05T22:03:54.631Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:54 [2023-03-05T22:03:54.631Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:54 [2023-03-05T22:03:54.631Z] [get] Not modified - so not downloaded 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init.customtasks: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] setEnabled: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] createAppRef: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] deployWithoutNameOption: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] run.positive.deploy: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] process.versionExpression: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] process.appname: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init.os: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init.tools.unix: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init.tools.windows: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init.tools: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] setAsadminArgs: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init: 17:03:54 [2023-03-05T22:03:54.631Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:54 [2023-03-05T22:03:54.631Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:54 [2023-03-05T22:03:54.631Z] [get] Not modified - so not downloaded 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init.customtasks: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] prepare: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] create.version: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] assemble.non-existent: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] process.xmlversionidentifier: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] prepare.update.xml.identifier: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] update.xml.identifier: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] unzip.version: 17:03:54 [2023-03-05T22:03:54.631Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1.war into /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] deploy.version: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] del.ref.registred: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] process.versionExpression: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] process.appname: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] _process.target: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] process.target: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] prepare.is.version.registred: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init.os: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init.tools.unix: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init.tools.windows: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init.tools: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] setAsadminArgs: 17:03:54 [2023-03-05T22:03:54.631Z] 17:03:54 [2023-03-05T22:03:54.631Z] init: 17:03:54 [2023-03-05T22:03:54.631Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:54 [2023-03-05T22:03:54.631Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:54 [2023-03-05T22:03:54.631Z] [get] Not modified - so not downloaded 17:03:54 [2023-03-05T22:03:54.887Z] 17:03:54 [2023-03-05T22:03:54.887Z] init.customtasks: 17:03:54 [2023-03-05T22:03:54.887Z] 17:03:54 [2023-03-05T22:03:54.887Z] prepare: 17:03:54 [2023-03-05T22:03:54.887Z] 17:03:54 [2023-03-05T22:03:54.887Z] exec.asadmin2: 17:03:55 [2023-03-05T22:03:55.144Z] [exec] Result: 1 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] process.registred: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] is.version.registred: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] process.xmlversionidentifier: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] prepare.cluster: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] process.enabled: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] process.hasToDeploy: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] deploy.version.unregistred: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] init.os: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] init.tools.unix: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] init.tools.windows: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] init.tools: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] setAsadminArgs: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] init: 17:03:55 [2023-03-05T22:03:55.144Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:55 [2023-03-05T22:03:55.144Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:55 [2023-03-05T22:03:55.144Z] [get] Not modified - so not downloaded 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] init.customtasks: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] prepare: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] process.versionExpression: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] process.appname: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] create.version: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] assemble.non-existent: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] process.xmlversionidentifier: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] prepare.update.xml.identifier: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] update.xml.identifier: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] deployWithNameOption: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] setAsadminArgs: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] common.deploy.asadmin: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] init.os: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] init.tools.unix: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] init.tools.windows: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] init.tools: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] setAsadminArgs: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] init: 17:03:55 [2023-03-05T22:03:55.144Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:55 [2023-03-05T22:03:55.144Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:55 [2023-03-05T22:03:55.144Z] [get] Not modified - so not downloaded 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] init.customtasks: 17:03:55 [2023-03-05T22:03:55.144Z] 17:03:55 [2023-03-05T22:03:55.144Z] common.run.asadmin: 17:03:55 [2023-03-05T22:03:55.144Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-servlet:RC-1.0.1 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1.war 17:03:55 [2023-03-05T22:03:55.400Z] [exec] Deprecated syntax, instead use: 17:03:55 [2023-03-05T22:03:55.400Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:55 [2023-03-05T22:03:55.400Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.1. 17:03:55 [2023-03-05T22:03:55.400Z] [exec] Command deploy executed successfully. 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] init.os: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] init.tools.unix: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] init.tools.windows: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] init.tools: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] setAsadminArgs: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] init: 17:03:55 [2023-03-05T22:03:55.400Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:55 [2023-03-05T22:03:55.400Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:55 [2023-03-05T22:03:55.400Z] [get] Not modified - so not downloaded 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] init.customtasks: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] setEnabled: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] createAppRef: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] deployWithoutNameOption: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] deploydir.version: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] run.positive.deploy: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] undeployment: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] process.versionExpression: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] process.appname: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] process.xmlversionidentifier: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] prepare.cluster: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] undeploy.version: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] setAsadminArgs: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] common.undeploy.asadmin: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] init.os: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] init.tools.unix: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] init.tools.windows: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] init.tools: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] setAsadminArgs: 17:03:55 [2023-03-05T22:03:55.400Z] 17:03:55 [2023-03-05T22:03:55.400Z] init: 17:03:55 [2023-03-05T22:03:55.400Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:55 [2023-03-05T22:03:55.400Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:55 [2023-03-05T22:03:55.400Z] [get] Not modified - so not downloaded 17:03:55 [2023-03-05T22:03:55.657Z] 17:03:55 [2023-03-05T22:03:55.657Z] init.customtasks: 17:03:55 [2023-03-05T22:03:55.657Z] 17:03:55 [2023-03-05T22:03:55.657Z] delAppRef: 17:03:55 [2023-03-05T22:03:55.657Z] 17:03:55 [2023-03-05T22:03:55.657Z] init.os: 17:03:55 [2023-03-05T22:03:55.657Z] 17:03:55 [2023-03-05T22:03:55.657Z] init.tools.unix: 17:03:55 [2023-03-05T22:03:55.657Z] 17:03:55 [2023-03-05T22:03:55.657Z] init.tools.windows: 17:03:55 [2023-03-05T22:03:55.657Z] 17:03:55 [2023-03-05T22:03:55.657Z] init.tools: 17:03:55 [2023-03-05T22:03:55.657Z] 17:03:55 [2023-03-05T22:03:55.657Z] setAsadminArgs: 17:03:55 [2023-03-05T22:03:55.657Z] 17:03:55 [2023-03-05T22:03:55.657Z] init: 17:03:55 [2023-03-05T22:03:55.657Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:55 [2023-03-05T22:03:55.657Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:55 [2023-03-05T22:03:55.657Z] [get] Not modified - so not downloaded 17:03:55 [2023-03-05T22:03:55.657Z] 17:03:55 [2023-03-05T22:03:55.657Z] init.customtasks: 17:03:55 [2023-03-05T22:03:55.657Z] 17:03:55 [2023-03-05T22:03:55.657Z] common.run.asadmin: 17:03:55 [2023-03-05T22:03:55.657Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet 17:03:55 [2023-03-05T22:03:55.657Z] [exec] Deprecated syntax, instead use: 17:03:55 [2023-03-05T22:03:55.657Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:03:55 [2023-03-05T22:03:55.918Z] [exec] Command undeploy executed successfully. 17:03:55 [2023-03-05T22:03:55.918Z] 17:03:55 [2023-03-05T22:03:55.918Z] test.notregistred: 17:03:55 [2023-03-05T22:03:55.918Z] 17:03:55 [2023-03-05T22:03:55.918Z] process.versionExpression: 17:03:55 [2023-03-05T22:03:55.918Z] 17:03:55 [2023-03-05T22:03:55.918Z] process.appname: 17:03:55 [2023-03-05T22:03:55.918Z] 17:03:55 [2023-03-05T22:03:55.918Z] _process.target: 17:03:55 [2023-03-05T22:03:55.918Z] 17:03:55 [2023-03-05T22:03:55.918Z] process.target: 17:03:55 [2023-03-05T22:03:55.918Z] 17:03:55 [2023-03-05T22:03:55.918Z] prepare.show-component-status.asadmin: 17:03:55 [2023-03-05T22:03:55.919Z] 17:03:55 [2023-03-05T22:03:55.919Z] increment.log.next: 17:03:55 [2023-03-05T22:03:55.919Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:55 [2023-03-05T22:03:55.919Z] 17:03:55 [2023-03-05T22:03:55.919Z] declare.test: 17:03:55 [2023-03-05T22:03:55.919Z] 17:03:55 [2023-03-05T22:03:55.919Z] setHttpPort: 17:03:55 [2023-03-05T22:03:55.919Z] 17:03:55 [2023-03-05T22:03:55.919Z] declare.test.positive: 17:03:55 [2023-03-05T22:03:55.919Z] 17:03:55 [2023-03-05T22:03:55.919Z] setHttpPort: 17:03:55 [2023-03-05T22:03:55.919Z] 17:03:55 [2023-03-05T22:03:55.919Z] declare.test.negative: 17:03:55 [2023-03-05T22:03:55.919Z] 17:03:55 [2023-03-05T22:03:55.919Z] declare-test: 17:03:55 [2023-03-05T22:03:55.919Z] [echo] Starting test simple-versioned-servlet undeployment(1) untagged - logID=17 - (server) - (fail expected) 17:03:55 [2023-03-05T22:03:55.919Z] 17:03:55 [2023-03-05T22:03:55.919Z] init.os: 17:03:55 [2023-03-05T22:03:55.919Z] 17:03:55 [2023-03-05T22:03:55.919Z] init.tools.unix: 17:03:55 [2023-03-05T22:03:55.919Z] 17:03:55 [2023-03-05T22:03:55.919Z] init.tools.windows: 17:03:55 [2023-03-05T22:03:55.919Z] 17:03:55 [2023-03-05T22:03:55.919Z] init.tools: 17:03:55 [2023-03-05T22:03:55.919Z] 17:03:55 [2023-03-05T22:03:55.919Z] setAsadminArgs: 17:03:55 [2023-03-05T22:03:55.919Z] 17:03:55 [2023-03-05T22:03:55.919Z] init: 17:03:55 [2023-03-05T22:03:55.919Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:55 [2023-03-05T22:03:55.919Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:55 [2023-03-05T22:03:55.919Z] [get] Not modified - so not downloaded 17:03:55 [2023-03-05T22:03:55.919Z] 17:03:55 [2023-03-05T22:03:55.919Z] init.customtasks: 17:03:55 [2023-03-05T22:03:55.919Z] 17:03:55 [2023-03-05T22:03:55.919Z] prepare: 17:03:55 [2023-03-05T22:03:55.919Z] 17:03:55 [2023-03-05T22:03:55.919Z] exec.asadmin: 17:03:56 [2023-03-05T22:03:56.175Z] [exec] Result: 1 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] process.result: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] processResult: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] failed: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] passed: 17:03:56 [2023-03-05T22:03:56.175Z] [echo] Test simple-versioned-servlet Passed 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] unknown: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] asadmin.with.result: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] show-component-status.asadmin: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] test.notregistred.cluster: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] process.versionExpression: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] process.appname: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] process.xmlversionidentifier: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] prepare.cluster: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] undeploy.version: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] setAsadminArgs: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] common.undeploy.asadmin: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] init.os: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] init.tools.unix: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] init.tools.windows: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] init.tools: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] setAsadminArgs: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] init: 17:03:56 [2023-03-05T22:03:56.175Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:56 [2023-03-05T22:03:56.175Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:56 [2023-03-05T22:03:56.175Z] [get] Not modified - so not downloaded 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] init.customtasks: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] delAppRef: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] init.os: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] init.tools.unix: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] init.tools.windows: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] init.tools: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] setAsadminArgs: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] init: 17:03:56 [2023-03-05T22:03:56.175Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:56 [2023-03-05T22:03:56.175Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:56 [2023-03-05T22:03:56.175Z] [get] Not modified - so not downloaded 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] init.customtasks: 17:03:56 [2023-03-05T22:03:56.175Z] 17:03:56 [2023-03-05T22:03:56.175Z] common.run.asadmin: 17:03:56 [2023-03-05T22:03:56.175Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA-1.0.0 17:03:56 [2023-03-05T22:03:56.431Z] [exec] Deprecated syntax, instead use: 17:03:56 [2023-03-05T22:03:56.431Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:03:56 [2023-03-05T22:03:56.431Z] [exec] Command undeploy executed successfully. 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] test.notregistred: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] process.versionExpression: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] process.appname: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] _process.target: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] process.target: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] prepare.show-component-status.asadmin: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] increment.log.next: 17:03:56 [2023-03-05T22:03:56.431Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] declare.test: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] setHttpPort: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] declare.test.positive: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] setHttpPort: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] declare.test.negative: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] declare-test: 17:03:56 [2023-03-05T22:03:56.431Z] [echo] Starting test simple-versioned-servlet undeployment(2) ALPHA-1.0.0 - logID=18 - (server) - (fail expected) 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] init.os: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] init.tools.unix: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] init.tools.windows: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] init.tools: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] setAsadminArgs: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] init: 17:03:56 [2023-03-05T22:03:56.431Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:56 [2023-03-05T22:03:56.431Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:56 [2023-03-05T22:03:56.431Z] [get] Not modified - so not downloaded 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] init.customtasks: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] prepare: 17:03:56 [2023-03-05T22:03:56.431Z] 17:03:56 [2023-03-05T22:03:56.431Z] exec.asadmin: 17:03:56 [2023-03-05T22:03:56.688Z] [exec] Result: 1 17:03:56 [2023-03-05T22:03:56.688Z] 17:03:56 [2023-03-05T22:03:56.688Z] process.result: 17:03:56 [2023-03-05T22:03:56.688Z] 17:03:56 [2023-03-05T22:03:56.688Z] processResult: 17:03:56 [2023-03-05T22:03:56.688Z] 17:03:56 [2023-03-05T22:03:56.688Z] failed: 17:03:56 [2023-03-05T22:03:56.688Z] 17:03:56 [2023-03-05T22:03:56.688Z] passed: 17:03:56 [2023-03-05T22:03:56.688Z] [echo] Test simple-versioned-servlet Passed 17:03:56 [2023-03-05T22:03:56.688Z] 17:03:56 [2023-03-05T22:03:56.688Z] unknown: 17:03:56 [2023-03-05T22:03:56.688Z] 17:03:56 [2023-03-05T22:03:56.688Z] asadmin.with.result: 17:03:56 [2023-03-05T22:03:56.688Z] 17:03:56 [2023-03-05T22:03:56.688Z] show-component-status.asadmin: 17:03:56 [2023-03-05T22:03:56.688Z] 17:03:56 [2023-03-05T22:03:56.688Z] test.notregistred.cluster: 17:03:56 [2023-03-05T22:03:56.688Z] 17:03:56 [2023-03-05T22:03:56.688Z] process.versionExpression: 17:03:56 [2023-03-05T22:03:56.688Z] 17:03:56 [2023-03-05T22:03:56.688Z] process.appname: 17:03:56 [2023-03-05T22:03:56.688Z] 17:03:56 [2023-03-05T22:03:56.688Z] process.xmlversionidentifier: 17:03:56 [2023-03-05T22:03:56.689Z] 17:03:56 [2023-03-05T22:03:56.689Z] prepare.cluster: 17:03:56 [2023-03-05T22:03:56.689Z] 17:03:56 [2023-03-05T22:03:56.689Z] undeploy.version: 17:03:56 [2023-03-05T22:03:56.689Z] 17:03:56 [2023-03-05T22:03:56.689Z] setAsadminArgs: 17:03:56 [2023-03-05T22:03:56.689Z] 17:03:56 [2023-03-05T22:03:56.689Z] common.undeploy.asadmin: 17:03:56 [2023-03-05T22:03:56.689Z] 17:03:56 [2023-03-05T22:03:56.689Z] init.os: 17:03:56 [2023-03-05T22:03:56.689Z] 17:03:56 [2023-03-05T22:03:56.689Z] init.tools.unix: 17:03:56 [2023-03-05T22:03:56.689Z] 17:03:56 [2023-03-05T22:03:56.689Z] init.tools.windows: 17:03:56 [2023-03-05T22:03:56.689Z] 17:03:56 [2023-03-05T22:03:56.689Z] init.tools: 17:03:56 [2023-03-05T22:03:56.689Z] 17:03:56 [2023-03-05T22:03:56.689Z] setAsadminArgs: 17:03:56 [2023-03-05T22:03:56.689Z] 17:03:56 [2023-03-05T22:03:56.689Z] init: 17:03:56 [2023-03-05T22:03:56.689Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:56 [2023-03-05T22:03:56.689Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:56 [2023-03-05T22:03:56.689Z] [get] Not modified - so not downloaded 17:03:56 [2023-03-05T22:03:56.945Z] 17:03:56 [2023-03-05T22:03:56.946Z] init.customtasks: 17:03:56 [2023-03-05T22:03:56.946Z] 17:03:56 [2023-03-05T22:03:56.946Z] delAppRef: 17:03:56 [2023-03-05T22:03:56.946Z] 17:03:56 [2023-03-05T22:03:56.946Z] init.os: 17:03:56 [2023-03-05T22:03:56.946Z] 17:03:56 [2023-03-05T22:03:56.946Z] init.tools.unix: 17:03:56 [2023-03-05T22:03:56.946Z] 17:03:56 [2023-03-05T22:03:56.946Z] init.tools.windows: 17:03:56 [2023-03-05T22:03:56.946Z] 17:03:56 [2023-03-05T22:03:56.946Z] init.tools: 17:03:56 [2023-03-05T22:03:56.946Z] 17:03:56 [2023-03-05T22:03:56.946Z] setAsadminArgs: 17:03:56 [2023-03-05T22:03:56.946Z] 17:03:56 [2023-03-05T22:03:56.946Z] init: 17:03:56 [2023-03-05T22:03:56.946Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:56 [2023-03-05T22:03:56.946Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:56 [2023-03-05T22:03:56.946Z] [get] Not modified - so not downloaded 17:03:56 [2023-03-05T22:03:56.946Z] 17:03:56 [2023-03-05T22:03:56.946Z] init.customtasks: 17:03:56 [2023-03-05T22:03:56.946Z] 17:03:56 [2023-03-05T22:03:56.946Z] common.run.asadmin: 17:03:56 [2023-03-05T22:03:56.946Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA* 17:03:56 [2023-03-05T22:03:56.946Z] [exec] Deprecated syntax, instead use: 17:03:56 [2023-03-05T22:03:56.946Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:03:57 [2023-03-05T22:03:57.216Z] [exec] Command undeploy executed successfully. 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] test.notregistred: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] process.versionExpression: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] process.appname: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] _process.target: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] process.target: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] prepare.show-component-status.asadmin: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] increment.log.next: 17:03:57 [2023-03-05T22:03:57.216Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] declare.test: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] setHttpPort: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] declare.test.positive: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] setHttpPort: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] declare.test.negative: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] declare-test: 17:03:57 [2023-03-05T22:03:57.216Z] [echo] Starting test simple-versioned-servlet undeployment(3) ALPHA* - logID=19 - (server) - (fail expected) 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] init.os: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] init.tools.unix: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] init.tools.windows: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] init.tools: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] setAsadminArgs: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] init: 17:03:57 [2023-03-05T22:03:57.216Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:57 [2023-03-05T22:03:57.216Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:57 [2023-03-05T22:03:57.216Z] [get] Not modified - so not downloaded 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] init.customtasks: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] prepare: 17:03:57 [2023-03-05T22:03:57.216Z] 17:03:57 [2023-03-05T22:03:57.216Z] exec.asadmin: 17:03:57 [2023-03-05T22:03:57.472Z] [exec] Result: 1 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] process.result: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] processResult: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] failed: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] passed: 17:03:57 [2023-03-05T22:03:57.472Z] [echo] Test simple-versioned-servlet Passed 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] unknown: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] asadmin.with.result: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] show-component-status.asadmin: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] test.notregistred.cluster: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] process.versionExpression: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] process.appname: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] process.xmlversionidentifier: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] prepare.cluster: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] undeploy.version: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] setAsadminArgs: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] common.undeploy.asadmin: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] init.os: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] init.tools.unix: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] init.tools.windows: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] init.tools: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] setAsadminArgs: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] init: 17:03:57 [2023-03-05T22:03:57.472Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:57 [2023-03-05T22:03:57.472Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:57 [2023-03-05T22:03:57.472Z] [get] Not modified - so not downloaded 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] init.customtasks: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] delAppRef: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] init.os: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] init.tools.unix: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] init.tools.windows: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] init.tools: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] setAsadminArgs: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] init: 17:03:57 [2023-03-05T22:03:57.472Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:57 [2023-03-05T22:03:57.472Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:57 [2023-03-05T22:03:57.472Z] [get] Not modified - so not downloaded 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] init.customtasks: 17:03:57 [2023-03-05T22:03:57.472Z] 17:03:57 [2023-03-05T22:03:57.472Z] common.run.asadmin: 17:03:57 [2023-03-05T22:03:57.472Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:* 17:03:57 [2023-03-05T22:03:57.729Z] [exec] Deprecated syntax, instead use: 17:03:57 [2023-03-05T22:03:57.729Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:03:58 [2023-03-05T22:03:58.018Z] [exec] Command undeploy executed successfully. 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] test.notregistred: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] process.versionExpression: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] process.appname: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] _process.target: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] process.target: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] prepare.show-component-status.asadmin: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] increment.log.next: 17:03:58 [2023-03-05T22:03:58.018Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] declare.test: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] setHttpPort: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] declare.test.positive: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] setHttpPort: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] declare.test.negative: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] declare-test: 17:03:58 [2023-03-05T22:03:58.018Z] [echo] Starting test simple-versioned-servlet undeployment(4) * - logID=20 - (server) - (fail expected) 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] init.os: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] init.tools.unix: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] init.tools.windows: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] init.tools: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] setAsadminArgs: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] init: 17:03:58 [2023-03-05T22:03:58.018Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:58 [2023-03-05T22:03:58.018Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:58 [2023-03-05T22:03:58.018Z] [get] Not modified - so not downloaded 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] init.customtasks: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] prepare: 17:03:58 [2023-03-05T22:03:58.018Z] 17:03:58 [2023-03-05T22:03:58.018Z] exec.asadmin: 17:03:58 [2023-03-05T22:03:58.274Z] [exec] Result: 1 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] process.result: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] processResult: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] failed: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] passed: 17:03:58 [2023-03-05T22:03:58.274Z] [echo] Test simple-versioned-servlet Passed 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] unknown: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] asadmin.with.result: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] show-component-status.asadmin: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] test.notregistred.cluster: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] samples.scenarios: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] clean.scenario: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] clean.scenario.cluster: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] init.os: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] init.tools.unix: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] init.tools.windows: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] init.tools: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] setAsadminArgs: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] init: 17:03:58 [2023-03-05T22:03:58.274Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:58 [2023-03-05T22:03:58.274Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:58 [2023-03-05T22:03:58.274Z] [get] Not modified - so not downloaded 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] init.customtasks: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] prepare: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] process.versionExpression: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] process.appname: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] _process.target: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] process.target: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] prepare.has.version.registred: 17:03:58 [2023-03-05T22:03:58.274Z] 17:03:58 [2023-03-05T22:03:58.274Z] exec.asadmin2: 17:03:58 [2023-03-05T22:03:58.531Z] [exec] Result: 1 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] process.registred: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] has.version.registred: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] del.all.version.registred: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] _clean.scenario: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] deploy.version: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] del.ref.registred: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] process.versionExpression: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] process.appname: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] _process.target: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] process.target: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] prepare.is.version.registred: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] init.os: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] init.tools.unix: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] init.tools.windows: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] init.tools: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] setAsadminArgs: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] init: 17:03:58 [2023-03-05T22:03:58.531Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:58 [2023-03-05T22:03:58.531Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:58 [2023-03-05T22:03:58.531Z] [get] Not modified - so not downloaded 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] init.customtasks: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] prepare: 17:03:58 [2023-03-05T22:03:58.531Z] 17:03:58 [2023-03-05T22:03:58.531Z] exec.asadmin2: 17:03:58 [2023-03-05T22:03:58.787Z] [exec] Result: 1 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] process.registred: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] is.version.registred: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] process.xmlversionidentifier: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] prepare.cluster: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] process.enabled: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] process.hasToDeploy: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] deploy.version.unregistred: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] init.os: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] init.tools.unix: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] init.tools.windows: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] init.tools: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] setAsadminArgs: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] init: 17:03:58 [2023-03-05T22:03:58.787Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:58 [2023-03-05T22:03:58.787Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:58 [2023-03-05T22:03:58.787Z] [get] Not modified - so not downloaded 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] init.customtasks: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] prepare: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] process.versionExpression: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] process.appname: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] create.version: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] assemble.non-existent: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] process.xmlversionidentifier: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.787Z] prepare.update.xml.identifier: 17:03:58 [2023-03-05T22:03:58.787Z] 17:03:58 [2023-03-05T22:03:58.788Z] update.xml.identifier: 17:03:58 [2023-03-05T22:03:58.788Z] 17:03:58 [2023-03-05T22:03:58.788Z] deployWithNameOption: 17:03:58 [2023-03-05T22:03:58.788Z] 17:03:58 [2023-03-05T22:03:58.788Z] setAsadminArgs: 17:03:58 [2023-03-05T22:03:58.788Z] 17:03:58 [2023-03-05T22:03:58.788Z] common.deploy.asadmin: 17:03:58 [2023-03-05T22:03:58.788Z] 17:03:58 [2023-03-05T22:03:58.788Z] init.os: 17:03:58 [2023-03-05T22:03:58.788Z] 17:03:58 [2023-03-05T22:03:58.788Z] init.tools.unix: 17:03:58 [2023-03-05T22:03:58.788Z] 17:03:58 [2023-03-05T22:03:58.788Z] init.tools.windows: 17:03:58 [2023-03-05T22:03:58.788Z] 17:03:58 [2023-03-05T22:03:58.788Z] init.tools: 17:03:58 [2023-03-05T22:03:58.788Z] 17:03:58 [2023-03-05T22:03:58.788Z] setAsadminArgs: 17:03:58 [2023-03-05T22:03:58.788Z] 17:03:58 [2023-03-05T22:03:58.788Z] init: 17:03:58 [2023-03-05T22:03:58.788Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:58 [2023-03-05T22:03:58.788Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:58 [2023-03-05T22:03:58.788Z] [get] Not modified - so not downloaded 17:03:58 [2023-03-05T22:03:58.788Z] 17:03:58 [2023-03-05T22:03:58.788Z] init.customtasks: 17:03:58 [2023-03-05T22:03:58.788Z] 17:03:58 [2023-03-05T22:03:58.788Z] common.run.asadmin: 17:03:58 [2023-03-05T22:03:58.788Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=false --name=simple-versioned-servlet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war 17:03:59 [2023-03-05T22:03:59.350Z] [exec] Deprecated syntax, instead use: 17:03:59 [2023-03-05T22:03:59.350Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:03:59 [2023-03-05T22:03:59.350Z] [exec] Application deployed with name simple-versioned-servlet. 17:03:59 [2023-03-05T22:03:59.350Z] [exec] Command deploy executed successfully. 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] init.os: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] init.tools.unix: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] init.tools.windows: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] init.tools: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] setAsadminArgs: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] init: 17:03:59 [2023-03-05T22:03:59.350Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:59 [2023-03-05T22:03:59.350Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:59 [2023-03-05T22:03:59.350Z] [get] Not modified - so not downloaded 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] init.customtasks: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] setEnabled: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] createAppRef: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] deployWithoutNameOption: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] init.os: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] init.tools.unix: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] init.tools.windows: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] init.tools: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] setAsadminArgs: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] init: 17:03:59 [2023-03-05T22:03:59.350Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:59 [2023-03-05T22:03:59.350Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:59 [2023-03-05T22:03:59.350Z] [get] Not modified - so not downloaded 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] init.customtasks: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] prepare.client: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] prepare.client.appclient: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] increment.log.next: 17:03:59 [2023-03-05T22:03:59.350Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] process.versionexpression: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] prepare.run: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] common.run.positive: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] setHttpPort: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] common.run: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] checkAppOnServer: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] declare-test: 17:03:59 [2023-03-05T22:03:59.350Z] [echo] Starting test simple-versioned-servlet sample.scenarios(1) - logID=21 (server) 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] prepare.runclient: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] process.classpath: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] process.jvmargs: 17:03:59 [2023-03-05T22:03:59.350Z] 17:03:59 [2023-03-05T22:03:59.350Z] java.with.result: 17:03:59 [2023-03-05T22:03:59.350Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:03:59 [2023-03-05T22:03:59.350Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:03:59 [2023-03-05T22:03:59.350Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:03:59 [2023-03-05T22:03:59.350Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = 17:03:59 [2023-03-05T22:03:59.350Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:03:59 [2023-03-05T22:03:59.350Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: 17:03:59 [2023-03-05T22:03:59.350Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] process.result: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] processResult: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] failed: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] passed: 17:03:59 [2023-03-05T22:03:59.618Z] [echo] Test simple-versioned-servlet Passed 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] unknown: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] runclient: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] init.os: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] init.tools.unix: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] init.tools.windows: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] init.tools: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] setAsadminArgs: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] init: 17:03:59 [2023-03-05T22:03:59.618Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:59 [2023-03-05T22:03:59.618Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:59 [2023-03-05T22:03:59.618Z] [get] Not modified - so not downloaded 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] init.customtasks: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] checkAppOnCluster: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] run.positive: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] deploy.version: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] del.ref.registred: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] process.versionExpression: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] process.appname: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] _process.target: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] process.target: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] prepare.is.version.registred: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] init.os: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] init.tools.unix: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] init.tools.windows: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] init.tools: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] setAsadminArgs: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] init: 17:03:59 [2023-03-05T22:03:59.618Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:59 [2023-03-05T22:03:59.618Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:59 [2023-03-05T22:03:59.618Z] [get] Not modified - so not downloaded 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] init.customtasks: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] prepare: 17:03:59 [2023-03-05T22:03:59.618Z] 17:03:59 [2023-03-05T22:03:59.618Z] exec.asadmin2: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] process.registred: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] is.version.registred: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] process.xmlversionidentifier: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] prepare.cluster: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] process.enabled: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] process.hasToDeploy: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] deploy.version.unregistred: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] init.os: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] init.tools.unix: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] init.tools.windows: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] init.tools: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] setAsadminArgs: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] init: 17:03:59 [2023-03-05T22:03:59.874Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:59 [2023-03-05T22:03:59.874Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:59 [2023-03-05T22:03:59.874Z] [get] Not modified - so not downloaded 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] init.customtasks: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] prepare: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] process.versionExpression: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] process.appname: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] create.version: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] assemble.non-existent: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] process.xmlversionidentifier: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] prepare.update.xml.identifier: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] update.xml.identifier: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] deployWithNameOption: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] setAsadminArgs: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] common.deploy.asadmin: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] init.os: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] init.tools.unix: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] init.tools.windows: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] init.tools: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] setAsadminArgs: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] init: 17:03:59 [2023-03-05T22:03:59.874Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:03:59 [2023-03-05T22:03:59.874Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:03:59 [2023-03-05T22:03:59.874Z] [get] Not modified - so not downloaded 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] init.customtasks: 17:03:59 [2023-03-05T22:03:59.874Z] 17:03:59 [2023-03-05T22:03:59.874Z] common.run.asadmin: 17:03:59 [2023-03-05T22:03:59.874Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-servlet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war 17:04:00 [2023-03-05T22:04:00.131Z] [exec] Deprecated syntax, instead use: 17:04:00 [2023-03-05T22:04:00.132Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:00 [2023-03-05T22:04:00.388Z] [exec] Application deployed with name simple-versioned-servlet. 17:04:00 [2023-03-05T22:04:00.388Z] [exec] Command deploy executed successfully. 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] init.os: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] init.tools.unix: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] init.tools.windows: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] init.tools: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] setAsadminArgs: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] init: 17:04:00 [2023-03-05T22:04:00.388Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:00 [2023-03-05T22:04:00.388Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:00 [2023-03-05T22:04:00.388Z] [get] Not modified - so not downloaded 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] init.customtasks: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] setEnabled: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] createAppRef: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] deployWithoutNameOption: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] init.os: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] init.tools.unix: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] init.tools.windows: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] init.tools: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] setAsadminArgs: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] init: 17:04:00 [2023-03-05T22:04:00.388Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:00 [2023-03-05T22:04:00.388Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:00 [2023-03-05T22:04:00.388Z] [get] Not modified - so not downloaded 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] init.customtasks: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] prepare.client: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] prepare.client.appclient: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] increment.log.next: 17:04:00 [2023-03-05T22:04:00.388Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] process.versionexpression: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] prepare.run: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] common.run.positive: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] setHttpPort: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] common.run: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] checkAppOnServer: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] declare-test: 17:04:00 [2023-03-05T22:04:00.388Z] [echo] Starting test simple-versioned-servlet sample.scenarios(2) - logID=22 (server) 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] prepare.runclient: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] process.classpath: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] process.jvmargs: 17:04:00 [2023-03-05T22:04:00.388Z] 17:04:00 [2023-03-05T22:04:00.388Z] java.with.result: 17:04:00 [2023-03-05T22:04:00.388Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:04:00 [2023-03-05T22:04:00.388Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:04:00 [2023-03-05T22:04:00.388Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:04:00 [2023-03-05T22:04:00.388Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = 17:04:00 [2023-03-05T22:04:00.645Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:04:00 [2023-03-05T22:04:00.645Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: 17:04:00 [2023-03-05T22:04:00.645Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] process.result: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] processResult: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] failed: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] passed: 17:04:00 [2023-03-05T22:04:00.645Z] [echo] Test simple-versioned-servlet Passed 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] unknown: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] runclient: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] init.os: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] init.tools.unix: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] init.tools.windows: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] init.tools: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] setAsadminArgs: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] init: 17:04:00 [2023-03-05T22:04:00.645Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:00 [2023-03-05T22:04:00.645Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:00 [2023-03-05T22:04:00.645Z] [get] Not modified - so not downloaded 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] init.customtasks: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] checkAppOnCluster: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] run.positive: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] deploy.version: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] del.ref.registred: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] process.versionExpression: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] process.appname: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] _process.target: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] process.target: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] prepare.is.version.registred: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] init.os: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] init.tools.unix: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] init.tools.windows: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] init.tools: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] setAsadminArgs: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] init: 17:04:00 [2023-03-05T22:04:00.645Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:00 [2023-03-05T22:04:00.645Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:00 [2023-03-05T22:04:00.645Z] [get] Not modified - so not downloaded 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] init.customtasks: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] prepare: 17:04:00 [2023-03-05T22:04:00.645Z] 17:04:00 [2023-03-05T22:04:00.645Z] exec.asadmin2: 17:04:02 [2023-03-05T22:04:02.019Z] [exec] Result: 1 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] process.registred: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] is.version.registred: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] process.xmlversionidentifier: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] prepare.cluster: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] process.enabled: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] process.hasToDeploy: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] deploy.version.unregistred: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] init.os: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] init.tools.unix: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] init.tools.windows: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] init.tools: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] setAsadminArgs: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] init: 17:04:02 [2023-03-05T22:04:02.019Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:02 [2023-03-05T22:04:02.019Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:02 [2023-03-05T22:04:02.019Z] [get] Not modified - so not downloaded 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] init.customtasks: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] prepare: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] process.versionExpression: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] process.appname: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] create.version: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] assemble.non-existent: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] process.xmlversionidentifier: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] prepare.update.xml.identifier: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] update.xml.identifier: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] deployWithNameOption: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] setAsadminArgs: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] common.deploy.asadmin: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] init.os: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] init.tools.unix: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] init.tools.windows: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] init.tools: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] setAsadminArgs: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] init: 17:04:02 [2023-03-05T22:04:02.019Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:02 [2023-03-05T22:04:02.019Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:02 [2023-03-05T22:04:02.019Z] [get] Not modified - so not downloaded 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] init.customtasks: 17:04:02 [2023-03-05T22:04:02.019Z] 17:04:02 [2023-03-05T22:04:02.019Z] common.run.asadmin: 17:04:02 [2023-03-05T22:04:02.019Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=false --name=simple-versioned-servlet:ALPHA-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war 17:04:02 [2023-03-05T22:04:02.275Z] [exec] Deprecated syntax, instead use: 17:04:02 [2023-03-05T22:04:02.275Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:02 [2023-03-05T22:04:02.275Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. 17:04:02 [2023-03-05T22:04:02.275Z] [exec] Command deploy executed successfully. 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] init.os: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] init.tools.unix: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] init.tools.windows: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] init.tools: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] setAsadminArgs: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] init: 17:04:02 [2023-03-05T22:04:02.275Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:02 [2023-03-05T22:04:02.275Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:02 [2023-03-05T22:04:02.275Z] [get] Not modified - so not downloaded 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] init.customtasks: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] setEnabled: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] createAppRef: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] deployWithoutNameOption: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] init.os: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] init.tools.unix: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] init.tools.windows: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] init.tools: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] setAsadminArgs: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] init: 17:04:02 [2023-03-05T22:04:02.275Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:02 [2023-03-05T22:04:02.275Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:02 [2023-03-05T22:04:02.275Z] [get] Not modified - so not downloaded 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] init.customtasks: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] prepare.client: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] prepare.client.appclient: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] increment.log.next: 17:04:02 [2023-03-05T22:04:02.275Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] process.versionexpression: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] prepare.run: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] common.run.positive: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] setHttpPort: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] common.run: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] checkAppOnServer: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] declare-test: 17:04:02 [2023-03-05T22:04:02.275Z] [echo] Starting test simple-versioned-servlet sample.scenarios(3) - logID=23 (server) 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] prepare.runclient: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] process.classpath: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] process.jvmargs: 17:04:02 [2023-03-05T22:04:02.275Z] 17:04:02 [2023-03-05T22:04:02.275Z] java.with.result: 17:04:02 [2023-03-05T22:04:02.531Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:04:02 [2023-03-05T22:04:02.531Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:04:02 [2023-03-05T22:04:02.531Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:04:02 [2023-03-05T22:04:02.531Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 17:04:02 [2023-03-05T22:04:02.531Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:04:02 [2023-03-05T22:04:02.531Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 17:04:02 [2023-03-05T22:04:02.531Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:04:02 [2023-03-05T22:04:02.531Z] 17:04:02 [2023-03-05T22:04:02.531Z] process.result: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] processResult: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] failed: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] passed: 17:04:02 [2023-03-05T22:04:02.787Z] [echo] Test simple-versioned-servlet Passed 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] unknown: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] runclient: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] init.os: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] init.tools.unix: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] init.tools.windows: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] init.tools: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] setAsadminArgs: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] init: 17:04:02 [2023-03-05T22:04:02.787Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:02 [2023-03-05T22:04:02.787Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:02 [2023-03-05T22:04:02.787Z] [get] Not modified - so not downloaded 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] init.customtasks: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] checkAppOnCluster: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] run.positive: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] deploy.version: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] del.ref.registred: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] process.versionExpression: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] process.appname: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] _process.target: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] process.target: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] prepare.is.version.registred: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] init.os: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] init.tools.unix: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] init.tools.windows: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] init.tools: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] setAsadminArgs: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] init: 17:04:02 [2023-03-05T22:04:02.787Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:02 [2023-03-05T22:04:02.787Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:02 [2023-03-05T22:04:02.787Z] [get] Not modified - so not downloaded 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] init.customtasks: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] prepare: 17:04:02 [2023-03-05T22:04:02.787Z] 17:04:02 [2023-03-05T22:04:02.787Z] exec.asadmin2: 17:04:03 [2023-03-05T22:04:03.042Z] [exec] Result: 1 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] process.registred: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] is.version.registred: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] process.xmlversionidentifier: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] prepare.cluster: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] process.enabled: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] process.hasToDeploy: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] deploy.version.unregistred: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] init.os: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] init.tools.unix: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] init.tools.windows: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] init.tools: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] setAsadminArgs: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] init: 17:04:03 [2023-03-05T22:04:03.042Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:03 [2023-03-05T22:04:03.042Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:03 [2023-03-05T22:04:03.042Z] [get] Not modified - so not downloaded 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] init.customtasks: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] prepare: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] process.versionExpression: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] process.appname: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] create.version: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] assemble.non-existent: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] process.xmlversionidentifier: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] prepare.update.xml.identifier: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] update.xml.identifier: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] deployWithNameOption: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] setAsadminArgs: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] common.deploy.asadmin: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] init.os: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] init.tools.unix: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] init.tools.windows: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] init.tools: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] setAsadminArgs: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] init: 17:04:03 [2023-03-05T22:04:03.042Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:03 [2023-03-05T22:04:03.042Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:03 [2023-03-05T22:04:03.042Z] [get] Not modified - so not downloaded 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] init.customtasks: 17:04:03 [2023-03-05T22:04:03.042Z] 17:04:03 [2023-03-05T22:04:03.042Z] common.run.asadmin: 17:04:03 [2023-03-05T22:04:03.043Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled false --force=false --name=simple-versioned-servlet:ALPHA-1.0.1 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war 17:04:03 [2023-03-05T22:04:03.298Z] [exec] Deprecated syntax, instead use: 17:04:03 [2023-03-05T22:04:03.298Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:03 [2023-03-05T22:04:03.298Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.1. 17:04:03 [2023-03-05T22:04:03.298Z] [exec] Command deploy executed successfully. 17:04:03 [2023-03-05T22:04:03.298Z] 17:04:03 [2023-03-05T22:04:03.298Z] init.os: 17:04:03 [2023-03-05T22:04:03.298Z] 17:04:03 [2023-03-05T22:04:03.298Z] init.tools.unix: 17:04:03 [2023-03-05T22:04:03.298Z] 17:04:03 [2023-03-05T22:04:03.299Z] init.tools.windows: 17:04:03 [2023-03-05T22:04:03.299Z] 17:04:03 [2023-03-05T22:04:03.299Z] init.tools: 17:04:03 [2023-03-05T22:04:03.299Z] 17:04:03 [2023-03-05T22:04:03.299Z] setAsadminArgs: 17:04:03 [2023-03-05T22:04:03.299Z] 17:04:03 [2023-03-05T22:04:03.299Z] init: 17:04:03 [2023-03-05T22:04:03.299Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:03 [2023-03-05T22:04:03.299Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:03 [2023-03-05T22:04:03.299Z] [get] Not modified - so not downloaded 17:04:03 [2023-03-05T22:04:03.299Z] 17:04:03 [2023-03-05T22:04:03.299Z] init.customtasks: 17:04:03 [2023-03-05T22:04:03.299Z] 17:04:03 [2023-03-05T22:04:03.299Z] setEnabled: 17:04:03 [2023-03-05T22:04:03.299Z] 17:04:03 [2023-03-05T22:04:03.299Z] createAppRef: 17:04:03 [2023-03-05T22:04:03.299Z] 17:04:03 [2023-03-05T22:04:03.299Z] deployWithoutNameOption: 17:04:03 [2023-03-05T22:04:03.299Z] 17:04:03 [2023-03-05T22:04:03.299Z] init.os: 17:04:03 [2023-03-05T22:04:03.299Z] 17:04:03 [2023-03-05T22:04:03.299Z] init.tools.unix: 17:04:03 [2023-03-05T22:04:03.299Z] 17:04:03 [2023-03-05T22:04:03.299Z] init.tools.windows: 17:04:03 [2023-03-05T22:04:03.299Z] 17:04:03 [2023-03-05T22:04:03.299Z] init.tools: 17:04:03 [2023-03-05T22:04:03.299Z] 17:04:03 [2023-03-05T22:04:03.299Z] setAsadminArgs: 17:04:03 [2023-03-05T22:04:03.299Z] 17:04:03 [2023-03-05T22:04:03.299Z] init: 17:04:03 [2023-03-05T22:04:03.299Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:03 [2023-03-05T22:04:03.299Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:03 [2023-03-05T22:04:03.299Z] [get] Not modified - so not downloaded 17:04:03 [2023-03-05T22:04:03.299Z] 17:04:03 [2023-03-05T22:04:03.299Z] init.customtasks: 17:04:03 [2023-03-05T22:04:03.299Z] 17:04:03 [2023-03-05T22:04:03.299Z] prepare.client: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] prepare.client.appclient: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] increment.log.next: 17:04:03 [2023-03-05T22:04:03.555Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] process.versionexpression: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] prepare.run: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] common.run.negative: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] setHttpPort: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] common.run: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] checkAppOnServer: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] declare-test: 17:04:03 [2023-03-05T22:04:03.555Z] [echo] Starting test simple-versioned-servlet sample.scenarios(4) - logID=24 (server) 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] prepare.runclient: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] process.classpath: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] process.jvmargs: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] java.with.result: 17:04:03 [2023-03-05T22:04:03.555Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:04:03 [2023-03-05T22:04:03.555Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to fail 17:04:03 [2023-03-05T22:04:03.555Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:04:03 [2023-03-05T22:04:03.555Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.1 17:04:03 [2023-03-05T22:04:03.555Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:04:03 [2023-03-05T22:04:03.555Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 17:04:03 [2023-03-05T22:04:03.555Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] process.result: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] processResult: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] failed: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] passed: 17:04:03 [2023-03-05T22:04:03.555Z] [echo] Test simple-versioned-servlet Passed 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] unknown: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] runclient: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] init.os: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] init.tools.unix: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] init.tools.windows: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] init.tools: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] setAsadminArgs: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] init: 17:04:03 [2023-03-05T22:04:03.555Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:03 [2023-03-05T22:04:03.555Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:03 [2023-03-05T22:04:03.555Z] [get] Not modified - so not downloaded 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] init.customtasks: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] checkAppOnCluster: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] run.negative: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] process.versionExpression: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] process.appname: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] process.xmlversionidentifier: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] prepare.cluster: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] enable.version: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] setAsadminArgs: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] common.enable.asadmin: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] init.os: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] init.tools.unix: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] init.tools.windows: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] init.tools: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] setAsadminArgs: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] init: 17:04:03 [2023-03-05T22:04:03.555Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:03 [2023-03-05T22:04:03.555Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:03 [2023-03-05T22:04:03.555Z] [get] Not modified - so not downloaded 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] init.customtasks: 17:04:03 [2023-03-05T22:04:03.555Z] 17:04:03 [2023-03-05T22:04:03.555Z] common.run.asadmin: 17:04:03 [2023-03-05T22:04:03.555Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA-1.0.1 17:04:04 [2023-03-05T22:04:04.122Z] [exec] Deprecated syntax, instead use: 17:04:04 [2023-03-05T22:04:04.122Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... 17:04:04 [2023-03-05T22:04:04.122Z] [exec] Command enable executed successfully. 17:04:04 [2023-03-05T22:04:04.122Z] 17:04:04 [2023-03-05T22:04:04.122Z] init.os: 17:04:04 [2023-03-05T22:04:04.122Z] 17:04:04 [2023-03-05T22:04:04.122Z] init.tools.unix: 17:04:04 [2023-03-05T22:04:04.122Z] 17:04:04 [2023-03-05T22:04:04.122Z] init.tools.windows: 17:04:04 [2023-03-05T22:04:04.122Z] 17:04:04 [2023-03-05T22:04:04.123Z] init.tools: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] setAsadminArgs: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] init: 17:04:04 [2023-03-05T22:04:04.123Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:04 [2023-03-05T22:04:04.123Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:04 [2023-03-05T22:04:04.123Z] [get] Not modified - so not downloaded 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] init.customtasks: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] enableAppOnInstance: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] init.os: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] init.tools.unix: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] init.tools.windows: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] init.tools: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] setAsadminArgs: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] init: 17:04:04 [2023-03-05T22:04:04.123Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:04 [2023-03-05T22:04:04.123Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:04 [2023-03-05T22:04:04.123Z] [get] Not modified - so not downloaded 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] init.customtasks: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] prepare.client: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] prepare.client.appclient: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] increment.log.next: 17:04:04 [2023-03-05T22:04:04.123Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] process.versionexpression: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] prepare.run: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] common.run.positive: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] setHttpPort: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] common.run: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] checkAppOnServer: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] declare-test: 17:04:04 [2023-03-05T22:04:04.123Z] [echo] Starting test simple-versioned-servlet sample.scenarios(5) - logID=25 (server) 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] prepare.runclient: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] process.classpath: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] process.jvmargs: 17:04:04 [2023-03-05T22:04:04.123Z] 17:04:04 [2023-03-05T22:04:04.123Z] java.with.result: 17:04:04 [2023-03-05T22:04:04.379Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:04:04 [2023-03-05T22:04:04.379Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:04:04 [2023-03-05T22:04:04.379Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:04:04 [2023-03-05T22:04:04.379Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.1 17:04:04 [2023-03-05T22:04:04.379Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:04:04 [2023-03-05T22:04:04.379Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.1 17:04:04 [2023-03-05T22:04:04.379Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] process.result: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] processResult: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] failed: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] passed: 17:04:04 [2023-03-05T22:04:04.379Z] [echo] Test simple-versioned-servlet Passed 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] unknown: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] runclient: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] init.os: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] init.tools.unix: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] init.tools.windows: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] init.tools: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] setAsadminArgs: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] init: 17:04:04 [2023-03-05T22:04:04.379Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:04 [2023-03-05T22:04:04.379Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:04 [2023-03-05T22:04:04.379Z] [get] Not modified - so not downloaded 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] init.customtasks: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] checkAppOnCluster: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] run.positive: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] deploy.version: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] del.ref.registred: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] process.versionExpression: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] process.appname: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] _process.target: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] process.target: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] prepare.is.version.registred: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] init.os: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] init.tools.unix: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] init.tools.windows: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] init.tools: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] setAsadminArgs: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] init: 17:04:04 [2023-03-05T22:04:04.379Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:04 [2023-03-05T22:04:04.379Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:04 [2023-03-05T22:04:04.379Z] [get] Not modified - so not downloaded 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] init.customtasks: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] prepare: 17:04:04 [2023-03-05T22:04:04.379Z] 17:04:04 [2023-03-05T22:04:04.379Z] exec.asadmin2: 17:04:04 [2023-03-05T22:04:04.635Z] [exec] Result: 1 17:04:04 [2023-03-05T22:04:04.635Z] 17:04:04 [2023-03-05T22:04:04.635Z] process.registred: 17:04:04 [2023-03-05T22:04:04.635Z] 17:04:04 [2023-03-05T22:04:04.635Z] is.version.registred: 17:04:04 [2023-03-05T22:04:04.635Z] 17:04:04 [2023-03-05T22:04:04.635Z] process.xmlversionidentifier: 17:04:04 [2023-03-05T22:04:04.635Z] 17:04:04 [2023-03-05T22:04:04.635Z] prepare.cluster: 17:04:04 [2023-03-05T22:04:04.635Z] 17:04:04 [2023-03-05T22:04:04.635Z] process.enabled: 17:04:04 [2023-03-05T22:04:04.635Z] 17:04:04 [2023-03-05T22:04:04.635Z] process.hasToDeploy: 17:04:04 [2023-03-05T22:04:04.635Z] 17:04:04 [2023-03-05T22:04:04.635Z] deploy.version.unregistred: 17:04:04 [2023-03-05T22:04:04.635Z] 17:04:04 [2023-03-05T22:04:04.635Z] init.os: 17:04:04 [2023-03-05T22:04:04.635Z] 17:04:04 [2023-03-05T22:04:04.635Z] init.tools.unix: 17:04:04 [2023-03-05T22:04:04.635Z] 17:04:04 [2023-03-05T22:04:04.635Z] init.tools.windows: 17:04:04 [2023-03-05T22:04:04.635Z] 17:04:04 [2023-03-05T22:04:04.635Z] init.tools: 17:04:04 [2023-03-05T22:04:04.635Z] 17:04:04 [2023-03-05T22:04:04.635Z] setAsadminArgs: 17:04:04 [2023-03-05T22:04:04.635Z] 17:04:04 [2023-03-05T22:04:04.635Z] init: 17:04:04 [2023-03-05T22:04:04.635Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:04 [2023-03-05T22:04:04.635Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:04 [2023-03-05T22:04:04.635Z] [get] Not modified - so not downloaded 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] init.customtasks: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] prepare: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] process.versionExpression: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] process.appname: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] create.version: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] assemble.non-existent: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] process.xmlversionidentifier: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] prepare.update.xml.identifier: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] update.xml.identifier: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] deployWithNameOption: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] setAsadminArgs: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] common.deploy.asadmin: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] init.os: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] init.tools.unix: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] init.tools.windows: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] init.tools: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] setAsadminArgs: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] init: 17:04:04 [2023-03-05T22:04:04.919Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:04 [2023-03-05T22:04:04.919Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:04 [2023-03-05T22:04:04.919Z] [get] Not modified - so not downloaded 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] init.customtasks: 17:04:04 [2023-03-05T22:04:04.919Z] 17:04:04 [2023-03-05T22:04:04.919Z] common.run.asadmin: 17:04:04 [2023-03-05T22:04:04.919Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=false --name=simple-versioned-servlet:RC-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.0.war 17:04:04 [2023-03-05T22:04:04.919Z] [exec] Deprecated syntax, instead use: 17:04:04 [2023-03-05T22:04:04.919Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:05 [2023-03-05T22:04:05.175Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.0. 17:04:05 [2023-03-05T22:04:05.175Z] [exec] Command deploy executed successfully. 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] init.os: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] init.tools.unix: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] init.tools.windows: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] init.tools: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] setAsadminArgs: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] init: 17:04:05 [2023-03-05T22:04:05.175Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:05 [2023-03-05T22:04:05.175Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:05 [2023-03-05T22:04:05.175Z] [get] Not modified - so not downloaded 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] init.customtasks: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] setEnabled: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] createAppRef: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] deployWithoutNameOption: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] init.os: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] init.tools.unix: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] init.tools.windows: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] init.tools: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] setAsadminArgs: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] init: 17:04:05 [2023-03-05T22:04:05.175Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:05 [2023-03-05T22:04:05.175Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:05 [2023-03-05T22:04:05.175Z] [get] Not modified - so not downloaded 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] init.customtasks: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] prepare.client: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] prepare.client.appclient: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] increment.log.next: 17:04:05 [2023-03-05T22:04:05.175Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] process.versionexpression: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] prepare.run: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] common.run.positive: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] setHttpPort: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] common.run: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] checkAppOnServer: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] declare-test: 17:04:05 [2023-03-05T22:04:05.175Z] [echo] Starting test simple-versioned-servlet sample.scenarios(6) - logID=26 (server) 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] prepare.runclient: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] process.classpath: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] process.jvmargs: 17:04:05 [2023-03-05T22:04:05.175Z] 17:04:05 [2023-03-05T22:04:05.175Z] java.with.result: 17:04:05 [2023-03-05T22:04:05.431Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:04:05 [2023-03-05T22:04:05.431Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:04:05 [2023-03-05T22:04:05.431Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:04:05 [2023-03-05T22:04:05.431Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = RC-1.0.0 17:04:05 [2023-03-05T22:04:05.431Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:04:05 [2023-03-05T22:04:05.431Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: RC-1.0.0 17:04:05 [2023-03-05T22:04:05.431Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] process.result: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] processResult: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] failed: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] passed: 17:04:05 [2023-03-05T22:04:05.431Z] [echo] Test simple-versioned-servlet Passed 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] unknown: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] runclient: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init.os: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init.tools.unix: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init.tools.windows: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init.tools: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] setAsadminArgs: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init: 17:04:05 [2023-03-05T22:04:05.431Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:05 [2023-03-05T22:04:05.431Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:05 [2023-03-05T22:04:05.431Z] [get] Not modified - so not downloaded 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init.customtasks: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] checkAppOnCluster: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] run.positive: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] process.versionExpression: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] process.appname: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] process.xmlversionidentifier: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] prepare.cluster: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] undeploy.version: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] setAsadminArgs: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] common.undeploy.asadmin: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init.os: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init.tools.unix: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init.tools.windows: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init.tools: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] setAsadminArgs: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init: 17:04:05 [2023-03-05T22:04:05.431Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:05 [2023-03-05T22:04:05.431Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:05 [2023-03-05T22:04:05.431Z] [get] Not modified - so not downloaded 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init.customtasks: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] delAppRef: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init.os: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init.tools.unix: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init.tools.windows: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init.tools: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] setAsadminArgs: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init: 17:04:05 [2023-03-05T22:04:05.431Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:05 [2023-03-05T22:04:05.431Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:05 [2023-03-05T22:04:05.431Z] [get] Not modified - so not downloaded 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] init.customtasks: 17:04:05 [2023-03-05T22:04:05.431Z] 17:04:05 [2023-03-05T22:04:05.431Z] common.run.asadmin: 17:04:05 [2023-03-05T22:04:05.431Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA* 17:04:05 [2023-03-05T22:04:05.687Z] [exec] Deprecated syntax, instead use: 17:04:05 [2023-03-05T22:04:05.687Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:04:05 [2023-03-05T22:04:05.687Z] [exec] Command undeploy executed successfully. 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] test.notregistred: 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] process.versionExpression: 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] process.appname: 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] _process.target: 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] process.target: 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] prepare.show-component-status.asadmin: 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] increment.log.next: 17:04:05 [2023-03-05T22:04:05.687Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] declare.test: 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] setHttpPort: 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] declare.test.positive: 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] setHttpPort: 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] declare.test.negative: 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] declare-test: 17:04:05 [2023-03-05T22:04:05.687Z] [echo] Starting test simple-versioned-servlet sample.scenarios(7) - logID=27 - (server) - (fail expected) 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] init.os: 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] init.tools.unix: 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] init.tools.windows: 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] init.tools: 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] setAsadminArgs: 17:04:05 [2023-03-05T22:04:05.687Z] 17:04:05 [2023-03-05T22:04:05.687Z] init: 17:04:05 [2023-03-05T22:04:05.687Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:05 [2023-03-05T22:04:05.687Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:05 [2023-03-05T22:04:05.687Z] [get] Not modified - so not downloaded 17:04:05 [2023-03-05T22:04:05.943Z] 17:04:05 [2023-03-05T22:04:05.943Z] init.customtasks: 17:04:05 [2023-03-05T22:04:05.943Z] 17:04:05 [2023-03-05T22:04:05.943Z] prepare: 17:04:05 [2023-03-05T22:04:05.943Z] 17:04:05 [2023-03-05T22:04:05.943Z] exec.asadmin: 17:04:06 [2023-03-05T22:04:06.200Z] [exec] Result: 1 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] process.result: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] processResult: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] failed: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] passed: 17:04:06 [2023-03-05T22:04:06.200Z] [echo] Test simple-versioned-servlet Passed 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] unknown: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] asadmin.with.result: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] show-component-status.asadmin: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] test.notregistred.cluster: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] process.versionExpression: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] process.appname: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] process.xmlversionidentifier: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] prepare.cluster: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] enable.version: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] setAsadminArgs: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] common.enable.asadmin: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] init.os: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] init.tools.unix: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] init.tools.windows: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] init.tools: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] setAsadminArgs: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] init: 17:04:06 [2023-03-05T22:04:06.200Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:06 [2023-03-05T22:04:06.200Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:06 [2023-03-05T22:04:06.200Z] [get] Not modified - so not downloaded 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] init.customtasks: 17:04:06 [2023-03-05T22:04:06.200Z] 17:04:06 [2023-03-05T22:04:06.200Z] common.run.asadmin: 17:04:06 [2023-03-05T22:04:06.200Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet 17:04:06 [2023-03-05T22:04:06.456Z] [exec] Deprecated syntax, instead use: 17:04:06 [2023-03-05T22:04:06.456Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... 17:04:06 [2023-03-05T22:04:06.456Z] [exec] Command enable executed successfully. 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] init.os: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] init.tools.unix: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] init.tools.windows: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] init.tools: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] setAsadminArgs: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] init: 17:04:06 [2023-03-05T22:04:06.456Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:06 [2023-03-05T22:04:06.456Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:06 [2023-03-05T22:04:06.456Z] [get] Not modified - so not downloaded 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] init.customtasks: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] enableAppOnInstance: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] init.os: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] init.tools.unix: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] init.tools.windows: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] init.tools: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] setAsadminArgs: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] init: 17:04:06 [2023-03-05T22:04:06.456Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:06 [2023-03-05T22:04:06.456Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:06 [2023-03-05T22:04:06.456Z] [get] Not modified - so not downloaded 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] init.customtasks: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] prepare.client: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] prepare.client.appclient: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] increment.log.next: 17:04:06 [2023-03-05T22:04:06.456Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] process.versionexpression: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] prepare.run: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] common.run.positive: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] setHttpPort: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] common.run: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] checkAppOnServer: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] declare-test: 17:04:06 [2023-03-05T22:04:06.456Z] [echo] Starting test simple-versioned-servlet sample.scenarions(8) - logID=28 (server) 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] prepare.runclient: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] process.classpath: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] process.jvmargs: 17:04:06 [2023-03-05T22:04:06.456Z] 17:04:06 [2023-03-05T22:04:06.456Z] java.with.result: 17:04:06 [2023-03-05T22:04:06.712Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:04:06 [2023-03-05T22:04:06.712Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:04:06 [2023-03-05T22:04:06.712Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:04:06 [2023-03-05T22:04:06.712Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = 17:04:06 [2023-03-05T22:04:06.712Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:04:06 [2023-03-05T22:04:06.712Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: 17:04:06 [2023-03-05T22:04:06.712Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] process.result: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] processResult: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] failed: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] passed: 17:04:06 [2023-03-05T22:04:06.712Z] [echo] Test simple-versioned-servlet Passed 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] unknown: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] runclient: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init.os: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init.tools.unix: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init.tools.windows: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init.tools: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] setAsadminArgs: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init: 17:04:06 [2023-03-05T22:04:06.712Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:06 [2023-03-05T22:04:06.712Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:06 [2023-03-05T22:04:06.712Z] [get] Not modified - so not downloaded 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init.customtasks: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] checkAppOnCluster: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] run.positive: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] process.versionExpression: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] process.appname: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] process.xmlversionidentifier: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] prepare.cluster: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] undeploy.version: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] setAsadminArgs: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] common.undeploy.asadmin: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init.os: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init.tools.unix: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init.tools.windows: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init.tools: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] setAsadminArgs: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init: 17:04:06 [2023-03-05T22:04:06.712Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:06 [2023-03-05T22:04:06.712Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:06 [2023-03-05T22:04:06.712Z] [get] Not modified - so not downloaded 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init.customtasks: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] delAppRef: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init.os: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init.tools.unix: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init.tools.windows: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init.tools: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] setAsadminArgs: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init: 17:04:06 [2023-03-05T22:04:06.712Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:06 [2023-03-05T22:04:06.712Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:06 [2023-03-05T22:04:06.712Z] [get] Not modified - so not downloaded 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] init.customtasks: 17:04:06 [2023-03-05T22:04:06.712Z] 17:04:06 [2023-03-05T22:04:06.712Z] common.run.asadmin: 17:04:06 [2023-03-05T22:04:06.712Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:* 17:04:06 [2023-03-05T22:04:06.969Z] [exec] Deprecated syntax, instead use: 17:04:06 [2023-03-05T22:04:06.970Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:04:07 [2023-03-05T22:04:07.226Z] [exec] Command undeploy executed successfully. 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] test.notregistred: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] process.versionExpression: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] process.appname: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] _process.target: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] process.target: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] prepare.show-component-status.asadmin: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] increment.log.next: 17:04:07 [2023-03-05T22:04:07.226Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] declare.test: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] setHttpPort: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] declare.test.positive: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] setHttpPort: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] declare.test.negative: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] declare-test: 17:04:07 [2023-03-05T22:04:07.226Z] [echo] Starting test simple-versioned-servlet sample.scenarios(9) - logID=29 - (server) - (fail expected) 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] init.os: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] init.tools.unix: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] init.tools.windows: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] init.tools: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] setAsadminArgs: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] init: 17:04:07 [2023-03-05T22:04:07.226Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:07 [2023-03-05T22:04:07.226Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:07 [2023-03-05T22:04:07.226Z] [get] Not modified - so not downloaded 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] init.customtasks: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] prepare: 17:04:07 [2023-03-05T22:04:07.226Z] 17:04:07 [2023-03-05T22:04:07.226Z] exec.asadmin: 17:04:07 [2023-03-05T22:04:07.482Z] [exec] Result: 1 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] process.result: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] processResult: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] failed: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] passed: 17:04:07 [2023-03-05T22:04:07.482Z] [echo] Test simple-versioned-servlet Passed 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] unknown: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] asadmin.with.result: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] show-component-status.asadmin: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] test.notregistred.cluster: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] test.notregistred: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] process.versionExpression: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] process.appname: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] _process.target: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] process.target: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] prepare.show-component-status.asadmin: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] increment.log.next: 17:04:07 [2023-03-05T22:04:07.482Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] declare.test: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] setHttpPort: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] declare.test.positive: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] setHttpPort: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] declare.test.negative: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] declare-test: 17:04:07 [2023-03-05T22:04:07.482Z] [echo] Starting test simple-versioned-servlet sample.scenarios(10) - logID=30 - (server) - (fail expected) 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] init.os: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] init.tools.unix: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] init.tools.windows: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] init.tools: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] setAsadminArgs: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] init: 17:04:07 [2023-03-05T22:04:07.482Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:07 [2023-03-05T22:04:07.482Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:07 [2023-03-05T22:04:07.482Z] [get] Not modified - so not downloaded 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] init.customtasks: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] prepare: 17:04:07 [2023-03-05T22:04:07.482Z] 17:04:07 [2023-03-05T22:04:07.482Z] exec.asadmin: 17:04:07 [2023-03-05T22:04:07.738Z] [exec] Result: 1 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] process.result: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] processResult: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] failed: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] passed: 17:04:07 [2023-03-05T22:04:07.738Z] [echo] Test simple-versioned-servlet Passed 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] unknown: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] asadmin.with.result: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] show-component-status.asadmin: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] test.notregistred.cluster: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] clean.scenario: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] clean.scenario.cluster: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] init.os: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] init.tools.unix: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] init.tools.windows: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] init.tools: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] setAsadminArgs: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] init: 17:04:07 [2023-03-05T22:04:07.738Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:07 [2023-03-05T22:04:07.738Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:07 [2023-03-05T22:04:07.738Z] [get] Not modified - so not downloaded 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] init.customtasks: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] prepare: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] process.versionExpression: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] process.appname: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] _process.target: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] process.target: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] prepare.has.version.registred: 17:04:07 [2023-03-05T22:04:07.738Z] 17:04:07 [2023-03-05T22:04:07.738Z] exec.asadmin2: 17:04:08 [2023-03-05T22:04:08.300Z] [exec] Result: 1 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] process.registred: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] has.version.registred: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] del.all.version.registred: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] _clean.scenario: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] deployment: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] deploy.version: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] del.ref.registred: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] process.versionExpression: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] process.appname: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] _process.target: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] process.target: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] prepare.is.version.registred: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] init.os: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] init.tools.unix: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] init.tools.windows: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] init.tools: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] setAsadminArgs: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] init: 17:04:08 [2023-03-05T22:04:08.300Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:08 [2023-03-05T22:04:08.300Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:08 [2023-03-05T22:04:08.300Z] [get] Not modified - so not downloaded 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] init.customtasks: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] prepare: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] exec.asadmin2: 17:04:08 [2023-03-05T22:04:08.300Z] [exec] Result: 1 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] process.registred: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] is.version.registred: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] process.xmlversionidentifier: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] prepare.cluster: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] process.enabled: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] process.hasToDeploy: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] deploy.version.unregistred: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] init.os: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] init.tools.unix: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] init.tools.windows: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] init.tools: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] setAsadminArgs: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] init: 17:04:08 [2023-03-05T22:04:08.300Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:08 [2023-03-05T22:04:08.300Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:08 [2023-03-05T22:04:08.300Z] [get] Not modified - so not downloaded 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] init.customtasks: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] prepare: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] process.versionExpression: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] process.appname: 17:04:08 [2023-03-05T22:04:08.300Z] 17:04:08 [2023-03-05T22:04:08.300Z] create.version: 17:04:08 [2023-03-05T22:04:08.556Z] 17:04:08 [2023-03-05T22:04:08.556Z] assemble.non-existent: 17:04:08 [2023-03-05T22:04:08.556Z] 17:04:08 [2023-03-05T22:04:08.556Z] process.xmlversionidentifier: 17:04:08 [2023-03-05T22:04:08.556Z] 17:04:08 [2023-03-05T22:04:08.556Z] prepare.update.xml.identifier: 17:04:08 [2023-03-05T22:04:08.556Z] 17:04:08 [2023-03-05T22:04:08.556Z] update.xml.identifier: 17:04:08 [2023-03-05T22:04:08.556Z] 17:04:08 [2023-03-05T22:04:08.556Z] deployWithNameOption: 17:04:08 [2023-03-05T22:04:08.556Z] 17:04:08 [2023-03-05T22:04:08.556Z] setAsadminArgs: 17:04:08 [2023-03-05T22:04:08.556Z] 17:04:08 [2023-03-05T22:04:08.556Z] common.deploy.asadmin: 17:04:08 [2023-03-05T22:04:08.556Z] 17:04:08 [2023-03-05T22:04:08.556Z] init.os: 17:04:08 [2023-03-05T22:04:08.556Z] 17:04:08 [2023-03-05T22:04:08.556Z] init.tools.unix: 17:04:08 [2023-03-05T22:04:08.556Z] 17:04:08 [2023-03-05T22:04:08.556Z] init.tools.windows: 17:04:08 [2023-03-05T22:04:08.556Z] 17:04:08 [2023-03-05T22:04:08.556Z] init.tools: 17:04:08 [2023-03-05T22:04:08.556Z] 17:04:08 [2023-03-05T22:04:08.556Z] setAsadminArgs: 17:04:08 [2023-03-05T22:04:08.556Z] 17:04:08 [2023-03-05T22:04:08.556Z] init: 17:04:08 [2023-03-05T22:04:08.556Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:08 [2023-03-05T22:04:08.556Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:08 [2023-03-05T22:04:08.556Z] [get] Not modified - so not downloaded 17:04:08 [2023-03-05T22:04:08.556Z] 17:04:08 [2023-03-05T22:04:08.556Z] init.customtasks: 17:04:08 [2023-03-05T22:04:08.556Z] 17:04:08 [2023-03-05T22:04:08.556Z] common.run.asadmin: 17:04:08 [2023-03-05T22:04:08.556Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-servlet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war 17:04:08 [2023-03-05T22:04:08.813Z] [exec] Deprecated syntax, instead use: 17:04:08 [2023-03-05T22:04:08.813Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:08 [2023-03-05T22:04:08.813Z] [exec] Application deployed with name simple-versioned-servlet. 17:04:08 [2023-03-05T22:04:08.813Z] [exec] Command deploy executed successfully. 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] init.os: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] init.tools.unix: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] init.tools.windows: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] init.tools: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] setAsadminArgs: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] init: 17:04:08 [2023-03-05T22:04:08.813Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:08 [2023-03-05T22:04:08.813Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:08 [2023-03-05T22:04:08.813Z] [get] Not modified - so not downloaded 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] init.customtasks: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] setEnabled: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] createAppRef: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] deployWithoutNameOption: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] run.positive.deploy: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] deploy.version: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] del.ref.registred: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] process.versionExpression: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] process.appname: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] _process.target: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] process.target: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] prepare.is.version.registred: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] init.os: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] init.tools.unix: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] init.tools.windows: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] init.tools: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] setAsadminArgs: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] init: 17:04:08 [2023-03-05T22:04:08.813Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:08 [2023-03-05T22:04:08.813Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:08 [2023-03-05T22:04:08.813Z] [get] Not modified - so not downloaded 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] init.customtasks: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] prepare: 17:04:08 [2023-03-05T22:04:08.813Z] 17:04:08 [2023-03-05T22:04:08.813Z] exec.asadmin2: 17:04:09 [2023-03-05T22:04:09.069Z] [exec] Result: 1 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] process.registred: 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] is.version.registred: 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] process.xmlversionidentifier: 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] prepare.cluster: 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] process.enabled: 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] process.hasToDeploy: 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] deploy.version.unregistred: 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] init.os: 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] init.tools.unix: 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] init.tools.windows: 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] init.tools: 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] setAsadminArgs: 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] init: 17:04:09 [2023-03-05T22:04:09.069Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:09 [2023-03-05T22:04:09.069Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:09 [2023-03-05T22:04:09.069Z] [get] Not modified - so not downloaded 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] init.customtasks: 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] prepare: 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] process.versionExpression: 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] process.appname: 17:04:09 [2023-03-05T22:04:09.069Z] 17:04:09 [2023-03-05T22:04:09.069Z] create.version: 17:04:09 [2023-03-05T22:04:09.325Z] 17:04:09 [2023-03-05T22:04:09.325Z] assemble.non-existent: 17:04:09 [2023-03-05T22:04:09.325Z] 17:04:09 [2023-03-05T22:04:09.325Z] process.xmlversionidentifier: 17:04:09 [2023-03-05T22:04:09.325Z] 17:04:09 [2023-03-05T22:04:09.325Z] prepare.update.xml.identifier: 17:04:09 [2023-03-05T22:04:09.325Z] 17:04:09 [2023-03-05T22:04:09.325Z] update.xml.identifier: 17:04:09 [2023-03-05T22:04:09.325Z] 17:04:09 [2023-03-05T22:04:09.325Z] deployWithNameOption: 17:04:09 [2023-03-05T22:04:09.325Z] 17:04:09 [2023-03-05T22:04:09.325Z] setAsadminArgs: 17:04:09 [2023-03-05T22:04:09.325Z] 17:04:09 [2023-03-05T22:04:09.325Z] common.deploy.asadmin: 17:04:09 [2023-03-05T22:04:09.325Z] 17:04:09 [2023-03-05T22:04:09.325Z] init.os: 17:04:09 [2023-03-05T22:04:09.325Z] 17:04:09 [2023-03-05T22:04:09.325Z] init.tools.unix: 17:04:09 [2023-03-05T22:04:09.325Z] 17:04:09 [2023-03-05T22:04:09.325Z] init.tools.windows: 17:04:09 [2023-03-05T22:04:09.325Z] 17:04:09 [2023-03-05T22:04:09.325Z] init.tools: 17:04:09 [2023-03-05T22:04:09.325Z] 17:04:09 [2023-03-05T22:04:09.325Z] setAsadminArgs: 17:04:09 [2023-03-05T22:04:09.325Z] 17:04:09 [2023-03-05T22:04:09.325Z] init: 17:04:09 [2023-03-05T22:04:09.325Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:09 [2023-03-05T22:04:09.325Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:09 [2023-03-05T22:04:09.325Z] [get] Not modified - so not downloaded 17:04:09 [2023-03-05T22:04:09.325Z] 17:04:09 [2023-03-05T22:04:09.325Z] init.customtasks: 17:04:09 [2023-03-05T22:04:09.325Z] 17:04:09 [2023-03-05T22:04:09.325Z] common.run.asadmin: 17:04:09 [2023-03-05T22:04:09.325Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-servlet:ALPHA-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war 17:04:09 [2023-03-05T22:04:09.325Z] [exec] Deprecated syntax, instead use: 17:04:09 [2023-03-05T22:04:09.325Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:09 [2023-03-05T22:04:09.582Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. 17:04:09 [2023-03-05T22:04:09.582Z] [exec] Command deploy executed successfully. 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] init.os: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] init.tools.unix: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] init.tools.windows: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] init.tools: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] setAsadminArgs: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] init: 17:04:09 [2023-03-05T22:04:09.582Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:09 [2023-03-05T22:04:09.582Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:09 [2023-03-05T22:04:09.582Z] [get] Not modified - so not downloaded 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] init.customtasks: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] setEnabled: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] createAppRef: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] deployWithoutNameOption: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] run.positive.deploy: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] deploy.version: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] del.ref.registred: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] process.versionExpression: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] process.appname: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] _process.target: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] process.target: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] prepare.is.version.registred: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] init.os: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] init.tools.unix: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] init.tools.windows: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] init.tools: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] setAsadminArgs: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] init: 17:04:09 [2023-03-05T22:04:09.582Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:09 [2023-03-05T22:04:09.582Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:09 [2023-03-05T22:04:09.582Z] [get] Not modified - so not downloaded 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] init.customtasks: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] prepare: 17:04:09 [2023-03-05T22:04:09.582Z] 17:04:09 [2023-03-05T22:04:09.582Z] exec.asadmin2: 17:04:09 [2023-03-05T22:04:09.838Z] [exec] Result: 1 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] process.registred: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] is.version.registred: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] process.xmlversionidentifier: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] prepare.cluster: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] process.enabled: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] process.hasToDeploy: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] deploy.version.unregistred: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] init.os: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] init.tools.unix: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] init.tools.windows: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] init.tools: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] setAsadminArgs: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] init: 17:04:09 [2023-03-05T22:04:09.838Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:09 [2023-03-05T22:04:09.838Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:09 [2023-03-05T22:04:09.838Z] [get] Not modified - so not downloaded 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] init.customtasks: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] prepare: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] process.versionExpression: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] process.appname: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] create.version: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] assemble.non-existent: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] process.xmlversionidentifier: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] prepare.update.xml.identifier: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] update.xml.identifier: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] deployWithNameOption: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] setAsadminArgs: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] common.deploy.asadmin: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] init.os: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] init.tools.unix: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] init.tools.windows: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] init.tools: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] setAsadminArgs: 17:04:09 [2023-03-05T22:04:09.838Z] 17:04:09 [2023-03-05T22:04:09.838Z] init: 17:04:09 [2023-03-05T22:04:09.838Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:09 [2023-03-05T22:04:09.839Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:09 [2023-03-05T22:04:09.839Z] [get] Not modified - so not downloaded 17:04:09 [2023-03-05T22:04:09.839Z] 17:04:09 [2023-03-05T22:04:09.839Z] init.customtasks: 17:04:09 [2023-03-05T22:04:09.839Z] 17:04:09 [2023-03-05T22:04:09.839Z] common.run.asadmin: 17:04:09 [2023-03-05T22:04:09.839Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled false --force=true --name=simple-versioned-servlet:ALPHA-1.0.1 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war 17:04:10 [2023-03-05T22:04:10.426Z] [exec] Deprecated syntax, instead use: 17:04:10 [2023-03-05T22:04:10.426Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:10 [2023-03-05T22:04:10.426Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.1. 17:04:10 [2023-03-05T22:04:10.426Z] [exec] Command deploy executed successfully. 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] init.os: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] init.tools.unix: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] init.tools.windows: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] init.tools: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] setAsadminArgs: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] init: 17:04:10 [2023-03-05T22:04:10.426Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:10 [2023-03-05T22:04:10.426Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:10 [2023-03-05T22:04:10.426Z] [get] Not modified - so not downloaded 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] init.customtasks: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] setEnabled: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] createAppRef: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] deployWithoutNameOption: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] run.positive.deploy: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] deploy.version: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] del.ref.registred: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] process.versionExpression: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] process.appname: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] _process.target: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] process.target: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] prepare.is.version.registred: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] init.os: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] init.tools.unix: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] init.tools.windows: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] init.tools: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] setAsadminArgs: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] init: 17:04:10 [2023-03-05T22:04:10.426Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:10 [2023-03-05T22:04:10.426Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:10 [2023-03-05T22:04:10.426Z] [get] Not modified - so not downloaded 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] init.customtasks: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] prepare: 17:04:10 [2023-03-05T22:04:10.426Z] 17:04:10 [2023-03-05T22:04:10.426Z] exec.asadmin2: 17:04:10 [2023-03-05T22:04:10.682Z] [exec] Result: 1 17:04:10 [2023-03-05T22:04:10.682Z] 17:04:10 [2023-03-05T22:04:10.683Z] process.registred: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] is.version.registred: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] process.xmlversionidentifier: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] prepare.cluster: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] process.enabled: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] process.hasToDeploy: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] deploy.version.unregistred: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] init.os: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] init.tools.unix: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] init.tools.windows: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] init.tools: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] setAsadminArgs: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] init: 17:04:10 [2023-03-05T22:04:10.683Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:10 [2023-03-05T22:04:10.683Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:10 [2023-03-05T22:04:10.683Z] [get] Not modified - so not downloaded 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] init.customtasks: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] prepare: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] process.versionExpression: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] process.appname: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] create.version: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] assemble.non-existent: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] process.xmlversionidentifier: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] prepare.update.xml.identifier: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] update.xml.identifier: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] deployWithNameOption: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] setAsadminArgs: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] common.deploy.asadmin: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] init.os: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] init.tools.unix: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] init.tools.windows: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] init.tools: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] setAsadminArgs: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] init: 17:04:10 [2023-03-05T22:04:10.683Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:10 [2023-03-05T22:04:10.683Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:10 [2023-03-05T22:04:10.683Z] [get] Not modified - so not downloaded 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] init.customtasks: 17:04:10 [2023-03-05T22:04:10.683Z] 17:04:10 [2023-03-05T22:04:10.683Z] common.run.asadmin: 17:04:10 [2023-03-05T22:04:10.683Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled false --force=true --name=simple-versioned-servlet:RC-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.0.war 17:04:10 [2023-03-05T22:04:10.939Z] [exec] Deprecated syntax, instead use: 17:04:10 [2023-03-05T22:04:10.939Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:11 [2023-03-05T22:04:11.195Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.0. 17:04:11 [2023-03-05T22:04:11.195Z] [exec] Command deploy executed successfully. 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init.os: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init.tools.unix: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init.tools.windows: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init.tools: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] setAsadminArgs: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init: 17:04:11 [2023-03-05T22:04:11.195Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:11 [2023-03-05T22:04:11.195Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:11 [2023-03-05T22:04:11.195Z] [get] Not modified - so not downloaded 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init.customtasks: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] setEnabled: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] createAppRef: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] deployWithoutNameOption: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] run.positive.deploy: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] process.versionExpression: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] process.appname: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init.os: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init.tools.unix: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init.tools.windows: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init.tools: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] setAsadminArgs: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init: 17:04:11 [2023-03-05T22:04:11.195Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:11 [2023-03-05T22:04:11.195Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:11 [2023-03-05T22:04:11.195Z] [get] Not modified - so not downloaded 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init.customtasks: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] prepare: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] create.version: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] assemble.non-existent: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] process.xmlversionidentifier: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] prepare.update.xml.identifier: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] update.xml.identifier: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] unzip.version: 17:04:11 [2023-03-05T22:04:11.195Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1.war into /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] deploy.version: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] del.ref.registred: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] process.versionExpression: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] process.appname: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] _process.target: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] process.target: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] prepare.is.version.registred: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init.os: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init.tools.unix: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init.tools.windows: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init.tools: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] setAsadminArgs: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init: 17:04:11 [2023-03-05T22:04:11.195Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:11 [2023-03-05T22:04:11.195Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:11 [2023-03-05T22:04:11.195Z] [get] Not modified - so not downloaded 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] init.customtasks: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] prepare: 17:04:11 [2023-03-05T22:04:11.195Z] 17:04:11 [2023-03-05T22:04:11.195Z] exec.asadmin2: 17:04:11 [2023-03-05T22:04:11.451Z] [exec] Result: 1 17:04:11 [2023-03-05T22:04:11.451Z] 17:04:11 [2023-03-05T22:04:11.451Z] process.registred: 17:04:11 [2023-03-05T22:04:11.451Z] 17:04:11 [2023-03-05T22:04:11.452Z] is.version.registred: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] process.xmlversionidentifier: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] prepare.cluster: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] process.enabled: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] process.hasToDeploy: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] deploy.version.unregistred: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] init.os: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] init.tools.unix: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] init.tools.windows: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] init.tools: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] setAsadminArgs: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] init: 17:04:11 [2023-03-05T22:04:11.452Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:11 [2023-03-05T22:04:11.452Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:11 [2023-03-05T22:04:11.452Z] [get] Not modified - so not downloaded 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] init.customtasks: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] prepare: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] process.versionExpression: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] process.appname: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] create.version: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] assemble.non-existent: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] process.xmlversionidentifier: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] prepare.update.xml.identifier: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] update.xml.identifier: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] deployWithNameOption: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] setAsadminArgs: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] common.deploy.asadmin: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] init.os: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] init.tools.unix: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] init.tools.windows: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] init.tools: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] setAsadminArgs: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] init: 17:04:11 [2023-03-05T22:04:11.452Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:11 [2023-03-05T22:04:11.452Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:11 [2023-03-05T22:04:11.452Z] [get] Not modified - so not downloaded 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] init.customtasks: 17:04:11 [2023-03-05T22:04:11.452Z] 17:04:11 [2023-03-05T22:04:11.452Z] common.run.asadmin: 17:04:11 [2023-03-05T22:04:11.452Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-servlet:RC-1.0.1 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1.war 17:04:11 [2023-03-05T22:04:11.708Z] [exec] Deprecated syntax, instead use: 17:04:11 [2023-03-05T22:04:11.708Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:11 [2023-03-05T22:04:11.964Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.1. 17:04:11 [2023-03-05T22:04:11.964Z] [exec] Command deploy executed successfully. 17:04:11 [2023-03-05T22:04:11.964Z] 17:04:11 [2023-03-05T22:04:11.964Z] init.os: 17:04:11 [2023-03-05T22:04:11.964Z] 17:04:11 [2023-03-05T22:04:11.964Z] init.tools.unix: 17:04:11 [2023-03-05T22:04:11.964Z] 17:04:11 [2023-03-05T22:04:11.964Z] init.tools.windows: 17:04:11 [2023-03-05T22:04:11.964Z] 17:04:11 [2023-03-05T22:04:11.964Z] init.tools: 17:04:11 [2023-03-05T22:04:11.964Z] 17:04:11 [2023-03-05T22:04:11.964Z] setAsadminArgs: 17:04:11 [2023-03-05T22:04:11.964Z] 17:04:11 [2023-03-05T22:04:11.964Z] init: 17:04:11 [2023-03-05T22:04:11.964Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:11 [2023-03-05T22:04:11.964Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:11 [2023-03-05T22:04:11.964Z] [get] Not modified - so not downloaded 17:04:11 [2023-03-05T22:04:11.964Z] 17:04:11 [2023-03-05T22:04:11.964Z] init.customtasks: 17:04:11 [2023-03-05T22:04:11.964Z] 17:04:11 [2023-03-05T22:04:11.964Z] setEnabled: 17:04:11 [2023-03-05T22:04:11.964Z] 17:04:11 [2023-03-05T22:04:11.964Z] createAppRef: 17:04:11 [2023-03-05T22:04:11.964Z] 17:04:11 [2023-03-05T22:04:11.964Z] deployWithoutNameOption: 17:04:11 [2023-03-05T22:04:11.964Z] 17:04:11 [2023-03-05T22:04:11.964Z] deploydir.version: 17:04:11 [2023-03-05T22:04:11.964Z] 17:04:11 [2023-03-05T22:04:11.964Z] run.positive.deploy: 17:04:11 [2023-03-05T22:04:11.964Z] 17:04:11 [2023-03-05T22:04:11.964Z] switch: 17:04:11 [2023-03-05T22:04:11.965Z] 17:04:11 [2023-03-05T22:04:11.965Z] process.versionExpression: 17:04:11 [2023-03-05T22:04:11.965Z] 17:04:11 [2023-03-05T22:04:11.965Z] process.appname: 17:04:11 [2023-03-05T22:04:11.965Z] 17:04:11 [2023-03-05T22:04:11.965Z] process.xmlversionidentifier: 17:04:11 [2023-03-05T22:04:11.965Z] 17:04:11 [2023-03-05T22:04:11.965Z] prepare.cluster: 17:04:11 [2023-03-05T22:04:11.965Z] 17:04:11 [2023-03-05T22:04:11.965Z] enable.version: 17:04:11 [2023-03-05T22:04:11.965Z] 17:04:11 [2023-03-05T22:04:11.965Z] setAsadminArgs: 17:04:11 [2023-03-05T22:04:11.965Z] 17:04:11 [2023-03-05T22:04:11.965Z] common.enable.asadmin: 17:04:11 [2023-03-05T22:04:11.965Z] 17:04:11 [2023-03-05T22:04:11.965Z] init.os: 17:04:11 [2023-03-05T22:04:11.965Z] 17:04:11 [2023-03-05T22:04:11.965Z] init.tools.unix: 17:04:11 [2023-03-05T22:04:11.965Z] 17:04:11 [2023-03-05T22:04:11.965Z] init.tools.windows: 17:04:11 [2023-03-05T22:04:11.965Z] 17:04:11 [2023-03-05T22:04:11.965Z] init.tools: 17:04:11 [2023-03-05T22:04:11.965Z] 17:04:11 [2023-03-05T22:04:11.965Z] setAsadminArgs: 17:04:11 [2023-03-05T22:04:11.965Z] 17:04:11 [2023-03-05T22:04:11.965Z] init: 17:04:11 [2023-03-05T22:04:11.965Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:11 [2023-03-05T22:04:11.965Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:11 [2023-03-05T22:04:11.965Z] [get] Not modified - so not downloaded 17:04:11 [2023-03-05T22:04:11.965Z] 17:04:11 [2023-03-05T22:04:11.965Z] init.customtasks: 17:04:11 [2023-03-05T22:04:11.965Z] 17:04:11 [2023-03-05T22:04:11.965Z] common.run.asadmin: 17:04:11 [2023-03-05T22:04:11.965Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet 17:04:12 [2023-03-05T22:04:12.221Z] [exec] Deprecated syntax, instead use: 17:04:12 [2023-03-05T22:04:12.221Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... 17:04:12 [2023-03-05T22:04:12.221Z] [exec] Command enable executed successfully. 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] init.os: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] init.tools.unix: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] init.tools.windows: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] init.tools: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] setAsadminArgs: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] init: 17:04:12 [2023-03-05T22:04:12.221Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:12 [2023-03-05T22:04:12.221Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:12 [2023-03-05T22:04:12.221Z] [get] Not modified - so not downloaded 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] init.customtasks: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] enableAppOnInstance: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] init.os: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] init.tools.unix: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] init.tools.windows: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] init.tools: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] setAsadminArgs: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] init: 17:04:12 [2023-03-05T22:04:12.221Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:12 [2023-03-05T22:04:12.221Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:12 [2023-03-05T22:04:12.221Z] [get] Not modified - so not downloaded 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] init.customtasks: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] prepare.client: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] prepare.client.appclient: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] increment.log.next: 17:04:12 [2023-03-05T22:04:12.221Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] process.versionexpression: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] prepare.run: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] common.run.positive: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] setHttpPort: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] common.run: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] checkAppOnServer: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] declare-test: 17:04:12 [2023-03-05T22:04:12.221Z] [echo] Starting test simple-versioned-servlet switch(1) untagged - logID=31 (server) 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] prepare.runclient: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] process.classpath: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] process.jvmargs: 17:04:12 [2023-03-05T22:04:12.221Z] 17:04:12 [2023-03-05T22:04:12.221Z] java.with.result: 17:04:12 [2023-03-05T22:04:12.477Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:04:12 [2023-03-05T22:04:12.477Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:04:12 [2023-03-05T22:04:12.477Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:04:12 [2023-03-05T22:04:12.477Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = 17:04:12 [2023-03-05T22:04:12.477Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:04:12 [2023-03-05T22:04:12.477Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: 17:04:12 [2023-03-05T22:04:12.477Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] process.result: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] processResult: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] failed: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] passed: 17:04:12 [2023-03-05T22:04:12.477Z] [echo] Test simple-versioned-servlet Passed 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] unknown: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] runclient: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] init.os: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] init.tools.unix: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] init.tools.windows: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] init.tools: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] setAsadminArgs: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] init: 17:04:12 [2023-03-05T22:04:12.477Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:12 [2023-03-05T22:04:12.477Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:12 [2023-03-05T22:04:12.477Z] [get] Not modified - so not downloaded 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] init.customtasks: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] checkAppOnCluster: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] run.positive: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] process.versionExpression: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] process.appname: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] process.xmlversionidentifier: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] prepare.cluster: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] enable.version: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] setAsadminArgs: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] common.enable.asadmin: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] init.os: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] init.tools.unix: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] init.tools.windows: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] init.tools: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] setAsadminArgs: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] init: 17:04:12 [2023-03-05T22:04:12.477Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:12 [2023-03-05T22:04:12.477Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:12 [2023-03-05T22:04:12.477Z] [get] Not modified - so not downloaded 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] init.customtasks: 17:04:12 [2023-03-05T22:04:12.477Z] 17:04:12 [2023-03-05T22:04:12.477Z] common.run.asadmin: 17:04:12 [2023-03-05T22:04:12.477Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA-1.0.0 17:04:12 [2023-03-05T22:04:12.733Z] [exec] Deprecated syntax, instead use: 17:04:12 [2023-03-05T22:04:12.733Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... 17:04:12 [2023-03-05T22:04:12.989Z] [exec] Command enable executed successfully. 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] init.os: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] init.tools.unix: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] init.tools.windows: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] init.tools: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] setAsadminArgs: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] init: 17:04:12 [2023-03-05T22:04:12.989Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:12 [2023-03-05T22:04:12.989Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:12 [2023-03-05T22:04:12.989Z] [get] Not modified - so not downloaded 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] init.customtasks: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] enableAppOnInstance: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] init.os: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] init.tools.unix: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] init.tools.windows: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] init.tools: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] setAsadminArgs: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] init: 17:04:12 [2023-03-05T22:04:12.989Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:12 [2023-03-05T22:04:12.989Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:12 [2023-03-05T22:04:12.989Z] [get] Not modified - so not downloaded 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] init.customtasks: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] prepare.client: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] prepare.client.appclient: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] increment.log.next: 17:04:12 [2023-03-05T22:04:12.989Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] process.versionexpression: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] prepare.run: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] common.run.positive: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] setHttpPort: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] common.run: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] checkAppOnServer: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] declare-test: 17:04:12 [2023-03-05T22:04:12.989Z] [echo] Starting test simple-versioned-servlet switch(2) ALPHA-1.0.0 - logID=32 (server) 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] prepare.runclient: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] process.classpath: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] process.jvmargs: 17:04:12 [2023-03-05T22:04:12.989Z] 17:04:12 [2023-03-05T22:04:12.989Z] java.with.result: 17:04:13 [2023-03-05T22:04:13.248Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:04:13 [2023-03-05T22:04:13.248Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:04:13 [2023-03-05T22:04:13.248Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:04:13 [2023-03-05T22:04:13.248Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 17:04:13 [2023-03-05T22:04:13.248Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:04:13 [2023-03-05T22:04:13.248Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 17:04:13 [2023-03-05T22:04:13.248Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] process.result: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] processResult: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] failed: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] passed: 17:04:13 [2023-03-05T22:04:13.248Z] [echo] Test simple-versioned-servlet Passed 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] unknown: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] runclient: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] init.os: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] init.tools.unix: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] init.tools.windows: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] init.tools: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] setAsadminArgs: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] init: 17:04:13 [2023-03-05T22:04:13.248Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:13 [2023-03-05T22:04:13.248Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:13 [2023-03-05T22:04:13.248Z] [get] Not modified - so not downloaded 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] init.customtasks: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] checkAppOnCluster: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] run.positive: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] process.versionExpression: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] process.appname: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] process.xmlversionidentifier: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] prepare.cluster: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] enable.version: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] setAsadminArgs: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] common.enable.asadmin: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] init.os: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] init.tools.unix: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] init.tools.windows: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] init.tools: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] setAsadminArgs: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] init: 17:04:13 [2023-03-05T22:04:13.248Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:13 [2023-03-05T22:04:13.248Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:13 [2023-03-05T22:04:13.248Z] [get] Not modified - so not downloaded 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] init.customtasks: 17:04:13 [2023-03-05T22:04:13.248Z] 17:04:13 [2023-03-05T22:04:13.248Z] common.run.asadmin: 17:04:13 [2023-03-05T22:04:13.248Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA-1.0.1 17:04:13 [2023-03-05T22:04:13.505Z] [exec] Deprecated syntax, instead use: 17:04:13 [2023-03-05T22:04:13.505Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... 17:04:13 [2023-03-05T22:04:13.505Z] [exec] Command enable executed successfully. 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] init.os: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] init.tools.unix: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] init.tools.windows: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] init.tools: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] setAsadminArgs: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] init: 17:04:13 [2023-03-05T22:04:13.505Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:13 [2023-03-05T22:04:13.505Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:13 [2023-03-05T22:04:13.505Z] [get] Not modified - so not downloaded 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] init.customtasks: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] enableAppOnInstance: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] init.os: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] init.tools.unix: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] init.tools.windows: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] init.tools: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] setAsadminArgs: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] init: 17:04:13 [2023-03-05T22:04:13.505Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:13 [2023-03-05T22:04:13.505Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:13 [2023-03-05T22:04:13.505Z] [get] Not modified - so not downloaded 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] init.customtasks: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] prepare.client: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] prepare.client.appclient: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] increment.log.next: 17:04:13 [2023-03-05T22:04:13.505Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] process.versionexpression: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] prepare.run: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] common.run.positive: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] setHttpPort: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] common.run: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] checkAppOnServer: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] declare-test: 17:04:13 [2023-03-05T22:04:13.505Z] [echo] Starting test simple-versioned-servlet switch(3) ALPHA-1.0.1 - logID=33 (server) 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] prepare.runclient: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] process.classpath: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] process.jvmargs: 17:04:13 [2023-03-05T22:04:13.505Z] 17:04:13 [2023-03-05T22:04:13.505Z] java.with.result: 17:04:13 [2023-03-05T22:04:13.761Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:04:13 [2023-03-05T22:04:13.761Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:04:13 [2023-03-05T22:04:13.761Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:04:13 [2023-03-05T22:04:13.761Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.1 17:04:13 [2023-03-05T22:04:13.761Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:04:13 [2023-03-05T22:04:13.761Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.1 17:04:13 [2023-03-05T22:04:13.761Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] process.result: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] processResult: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] failed: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] passed: 17:04:13 [2023-03-05T22:04:13.761Z] [echo] Test simple-versioned-servlet Passed 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] unknown: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] runclient: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] init.os: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] init.tools.unix: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] init.tools.windows: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] init.tools: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] setAsadminArgs: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] init: 17:04:13 [2023-03-05T22:04:13.761Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:13 [2023-03-05T22:04:13.761Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:13 [2023-03-05T22:04:13.761Z] [get] Not modified - so not downloaded 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] init.customtasks: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] checkAppOnCluster: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] run.positive: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] process.versionExpression: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] process.appname: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] process.xmlversionidentifier: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] prepare.cluster: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] enable.version: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] setAsadminArgs: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] common.enable.asadmin: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] init.os: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] init.tools.unix: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] init.tools.windows: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] init.tools: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] setAsadminArgs: 17:04:13 [2023-03-05T22:04:13.761Z] 17:04:13 [2023-03-05T22:04:13.761Z] init: 17:04:13 [2023-03-05T22:04:13.761Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:13 [2023-03-05T22:04:13.761Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:13 [2023-03-05T22:04:13.761Z] [get] Not modified - so not downloaded 17:04:13 [2023-03-05T22:04:13.762Z] 17:04:13 [2023-03-05T22:04:13.762Z] init.customtasks: 17:04:13 [2023-03-05T22:04:13.762Z] 17:04:13 [2023-03-05T22:04:13.762Z] common.run.asadmin: 17:04:13 [2023-03-05T22:04:13.762Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:RC-1.0.0 17:04:14 [2023-03-05T22:04:14.324Z] [exec] Deprecated syntax, instead use: 17:04:14 [2023-03-05T22:04:14.324Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... 17:04:14 [2023-03-05T22:04:14.324Z] [exec] Command enable executed successfully. 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] init.os: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] init.tools.unix: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] init.tools.windows: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] init.tools: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] setAsadminArgs: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] init: 17:04:14 [2023-03-05T22:04:14.324Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:14 [2023-03-05T22:04:14.324Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:14 [2023-03-05T22:04:14.324Z] [get] Not modified - so not downloaded 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] init.customtasks: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] enableAppOnInstance: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] init.os: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] init.tools.unix: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] init.tools.windows: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] init.tools: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] setAsadminArgs: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] init: 17:04:14 [2023-03-05T22:04:14.324Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:14 [2023-03-05T22:04:14.324Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:14 [2023-03-05T22:04:14.324Z] [get] Not modified - so not downloaded 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] init.customtasks: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] prepare.client: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] prepare.client.appclient: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] increment.log.next: 17:04:14 [2023-03-05T22:04:14.324Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] process.versionexpression: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] prepare.run: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] common.run.positive: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] setHttpPort: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] common.run: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] checkAppOnServer: 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.324Z] declare-test: 17:04:14 [2023-03-05T22:04:14.324Z] [echo] Starting test simple-versioned-servlet switch(4) RC-1.0.0 - logID=34 (server) 17:04:14 [2023-03-05T22:04:14.324Z] 17:04:14 [2023-03-05T22:04:14.325Z] prepare.runclient: 17:04:14 [2023-03-05T22:04:14.325Z] 17:04:14 [2023-03-05T22:04:14.325Z] process.classpath: 17:04:14 [2023-03-05T22:04:14.325Z] 17:04:14 [2023-03-05T22:04:14.325Z] process.jvmargs: 17:04:14 [2023-03-05T22:04:14.325Z] 17:04:14 [2023-03-05T22:04:14.325Z] java.with.result: 17:04:14 [2023-03-05T22:04:14.581Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:04:14 [2023-03-05T22:04:14.581Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:04:14 [2023-03-05T22:04:14.581Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:04:14 [2023-03-05T22:04:14.581Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = RC-1.0.0 17:04:14 [2023-03-05T22:04:14.581Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:04:14 [2023-03-05T22:04:14.581Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: RC-1.0.0 17:04:14 [2023-03-05T22:04:14.581Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] process.result: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] processResult: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] failed: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] passed: 17:04:14 [2023-03-05T22:04:14.581Z] [echo] Test simple-versioned-servlet Passed 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] unknown: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] runclient: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] init.os: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] init.tools.unix: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] init.tools.windows: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] init.tools: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] setAsadminArgs: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] init: 17:04:14 [2023-03-05T22:04:14.581Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:14 [2023-03-05T22:04:14.581Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:14 [2023-03-05T22:04:14.581Z] [get] Not modified - so not downloaded 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] init.customtasks: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] checkAppOnCluster: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] run.positive: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] process.versionExpression: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] process.appname: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] process.xmlversionidentifier: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] prepare.cluster: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] enable.version: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] setAsadminArgs: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] common.enable.asadmin: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] init.os: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] init.tools.unix: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] init.tools.windows: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] init.tools: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] setAsadminArgs: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] init: 17:04:14 [2023-03-05T22:04:14.581Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:14 [2023-03-05T22:04:14.581Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:14 [2023-03-05T22:04:14.581Z] [get] Not modified - so not downloaded 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] init.customtasks: 17:04:14 [2023-03-05T22:04:14.581Z] 17:04:14 [2023-03-05T22:04:14.581Z] common.run.asadmin: 17:04:14 [2023-03-05T22:04:14.581Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:RC-1.0.1 17:04:14 [2023-03-05T22:04:14.837Z] [exec] Deprecated syntax, instead use: 17:04:14 [2023-03-05T22:04:14.837Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... 17:04:14 [2023-03-05T22:04:14.837Z] [exec] Command enable executed successfully. 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] init.os: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] init.tools.unix: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] init.tools.windows: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] init.tools: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] setAsadminArgs: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] init: 17:04:14 [2023-03-05T22:04:14.837Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:14 [2023-03-05T22:04:14.837Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:14 [2023-03-05T22:04:14.837Z] [get] Not modified - so not downloaded 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] init.customtasks: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] enableAppOnInstance: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] init.os: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] init.tools.unix: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] init.tools.windows: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] init.tools: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] setAsadminArgs: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] init: 17:04:14 [2023-03-05T22:04:14.837Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:14 [2023-03-05T22:04:14.837Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:14 [2023-03-05T22:04:14.837Z] [get] Not modified - so not downloaded 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] init.customtasks: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] prepare.client: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] prepare.client.appclient: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] increment.log.next: 17:04:14 [2023-03-05T22:04:14.837Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] process.versionexpression: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] prepare.run: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] common.run.positive: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] setHttpPort: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] common.run: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] checkAppOnServer: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] declare-test: 17:04:14 [2023-03-05T22:04:14.837Z] [echo] Starting test simple-versioned-servlet switch(5) RC-1.0.1 - logID=35 (server) 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] prepare.runclient: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] process.classpath: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] process.jvmargs: 17:04:14 [2023-03-05T22:04:14.837Z] 17:04:14 [2023-03-05T22:04:14.837Z] java.with.result: 17:04:15 [2023-03-05T22:04:15.094Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet 17:04:15 [2023-03-05T22:04:15.094Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed 17:04:15 [2023-03-05T22:04:15.094Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet 17:04:15 [2023-03-05T22:04:15.094Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = RC-1.0.1 17:04:15 [2023-03-05T22:04:15.094Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 17:04:15 [2023-03-05T22:04:15.094Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: RC-1.0.1 17:04:15 [2023-03-05T22:04:15.094Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] process.result: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] processResult: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] failed: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] passed: 17:04:15 [2023-03-05T22:04:15.094Z] [echo] Test simple-versioned-servlet Passed 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] unknown: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] runclient: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] init.os: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] init.tools.unix: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] init.tools.windows: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] init.tools: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] setAsadminArgs: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] init: 17:04:15 [2023-03-05T22:04:15.094Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:15 [2023-03-05T22:04:15.094Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:15 [2023-03-05T22:04:15.094Z] [get] Not modified - so not downloaded 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] init.customtasks: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] checkAppOnCluster: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] run.positive: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] xml.version.information: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] clean.scenario: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] clean.scenario.cluster: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] init.os: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] init.tools.unix: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] init.tools.windows: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] init.tools: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] setAsadminArgs: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] init: 17:04:15 [2023-03-05T22:04:15.094Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:15 [2023-03-05T22:04:15.094Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:15 [2023-03-05T22:04:15.094Z] [get] Not modified - so not downloaded 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] init.customtasks: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] prepare: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] process.versionExpression: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] process.appname: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] _process.target: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] process.target: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] prepare.has.version.registred: 17:04:15 [2023-03-05T22:04:15.094Z] 17:04:15 [2023-03-05T22:04:15.094Z] exec.asadmin2: 17:04:15 [2023-03-05T22:04:15.656Z] 17:04:15 [2023-03-05T22:04:15.656Z] process.registred: 17:04:15 [2023-03-05T22:04:15.656Z] 17:04:15 [2023-03-05T22:04:15.656Z] has.version.registred: 17:04:15 [2023-03-05T22:04:15.656Z] 17:04:15 [2023-03-05T22:04:15.656Z] del.all.version.registred: 17:04:15 [2023-03-05T22:04:15.656Z] 17:04:15 [2023-03-05T22:04:15.656Z] _process.target: 17:04:15 [2023-03-05T22:04:15.656Z] 17:04:15 [2023-03-05T22:04:15.656Z] process.target: 17:04:15 [2023-03-05T22:04:15.656Z] 17:04:15 [2023-03-05T22:04:15.656Z] prepare.del.all.version.registred: 17:04:15 [2023-03-05T22:04:15.656Z] 17:04:15 [2023-03-05T22:04:15.656Z] init.os: 17:04:15 [2023-03-05T22:04:15.656Z] 17:04:15 [2023-03-05T22:04:15.656Z] init.tools.unix: 17:04:15 [2023-03-05T22:04:15.656Z] 17:04:15 [2023-03-05T22:04:15.656Z] init.tools.windows: 17:04:15 [2023-03-05T22:04:15.656Z] 17:04:15 [2023-03-05T22:04:15.656Z] init.tools: 17:04:15 [2023-03-05T22:04:15.656Z] 17:04:15 [2023-03-05T22:04:15.656Z] setAsadminArgs: 17:04:15 [2023-03-05T22:04:15.656Z] 17:04:15 [2023-03-05T22:04:15.656Z] init: 17:04:15 [2023-03-05T22:04:15.656Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:15 [2023-03-05T22:04:15.656Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:15 [2023-03-05T22:04:15.656Z] [get] Not modified - so not downloaded 17:04:15 [2023-03-05T22:04:15.656Z] 17:04:15 [2023-03-05T22:04:15.656Z] init.customtasks: 17:04:15 [2023-03-05T22:04:15.656Z] 17:04:15 [2023-03-05T22:04:15.656Z] prepare: 17:04:15 [2023-03-05T22:04:15.656Z] 17:04:15 [2023-03-05T22:04:15.656Z] exec.asadmin: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] _del.all.version.registred: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] _clean.scenario: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] deploy.version: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] del.ref.registred: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] process.versionExpression: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] process.appname: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] _process.target: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] process.target: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] prepare.is.version.registred: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] init.os: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] init.tools.unix: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] init.tools.windows: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] init.tools: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] setAsadminArgs: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] init: 17:04:15 [2023-03-05T22:04:15.913Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:15 [2023-03-05T22:04:15.913Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:15 [2023-03-05T22:04:15.913Z] [get] Not modified - so not downloaded 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] init.customtasks: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] prepare: 17:04:15 [2023-03-05T22:04:15.913Z] 17:04:15 [2023-03-05T22:04:15.913Z] exec.asadmin2: 17:04:16 [2023-03-05T22:04:16.171Z] [exec] Result: 1 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] process.registred: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] is.version.registred: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] process.xmlversionidentifier: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] prepare.cluster: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] process.enabled: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] process.hasToDeploy: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] deploy.version.unregistred: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] init.os: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] init.tools.unix: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] init.tools.windows: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] init.tools: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] setAsadminArgs: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] init: 17:04:16 [2023-03-05T22:04:16.171Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:16 [2023-03-05T22:04:16.171Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:16 [2023-03-05T22:04:16.171Z] [get] Not modified - so not downloaded 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] init.customtasks: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] prepare: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] process.versionExpression: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] process.appname: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] create.version: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] assemble.non-existent: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] process.xmlversionidentifier: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] prepare.update.xml.identifier: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] update.xml.identifier: 17:04:16 [2023-03-05T22:04:16.171Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war into /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] process.xmlversionidentifier: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] process.versionExpression: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] process.xml.create.flag: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] create.xml.flag: 17:04:16 [2023-03-05T22:04:16.171Z] [touch] Creating /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet-hasXmlVersion 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] generate.xml.identifier: 17:04:16 [2023-03-05T22:04:16.171Z] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/tmp.war 17:04:16 [2023-03-05T22:04:16.171Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war 17:04:16 [2023-03-05T22:04:16.171Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet 17:04:16 [2023-03-05T22:04:16.171Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/glassfish-web.xml 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] process.xml.delete.flag: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] delete.xml.flag: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] deployWithNameOption: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] deployWithoutNameOption: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] setAsadminArgs: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] common.deploy.asadmin: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] init.os: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] init.tools.unix: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] init.tools.windows: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] init.tools: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] setAsadminArgs: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] init: 17:04:16 [2023-03-05T22:04:16.171Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:16 [2023-03-05T22:04:16.171Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:16 [2023-03-05T22:04:16.171Z] [get] Not modified - so not downloaded 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] init.customtasks: 17:04:16 [2023-03-05T22:04:16.171Z] 17:04:16 [2023-03-05T22:04:16.171Z] common.run.asadmin: 17:04:16 [2023-03-05T22:04:16.171Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war 17:04:16 [2023-03-05T22:04:16.427Z] [exec] Deprecated syntax, instead use: 17:04:16 [2023-03-05T22:04:16.427Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:16 [2023-03-05T22:04:16.717Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. 17:04:16 [2023-03-05T22:04:16.717Z] [exec] Command deploy executed successfully. 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] init.os: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] init.tools.unix: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] init.tools.windows: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] init.tools: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] setAsadminArgs: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] init: 17:04:16 [2023-03-05T22:04:16.717Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:16 [2023-03-05T22:04:16.717Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:16 [2023-03-05T22:04:16.717Z] [get] Not modified - so not downloaded 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] init.customtasks: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] setEnabled: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] createAppRef: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] test.registred: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] process.versionExpression: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] process.appname: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] _process.target: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] process.target: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] prepare.show-component-status.asadmin: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] increment.log.next: 17:04:16 [2023-03-05T22:04:16.717Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] declare.test: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] setHttpPort: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] declare.test.positive: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] declare-test: 17:04:16 [2023-03-05T22:04:16.717Z] [echo] Starting test simple-versioned-servlet xml.version(1) - logID=36 - (server) - (sucess expected) 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] setHttpPort: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] declare.test.negative: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] init.os: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] init.tools.unix: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] init.tools.windows: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] init.tools: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] setAsadminArgs: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] init: 17:04:16 [2023-03-05T22:04:16.717Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:16 [2023-03-05T22:04:16.717Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:16 [2023-03-05T22:04:16.717Z] [get] Not modified - so not downloaded 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] init.customtasks: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] prepare: 17:04:16 [2023-03-05T22:04:16.717Z] 17:04:16 [2023-03-05T22:04:16.717Z] exec.asadmin: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] process.result: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] processResult: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] failed: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] passed: 17:04:16 [2023-03-05T22:04:16.973Z] [echo] Test simple-versioned-servlet Passed 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] unknown: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] asadmin.with.result: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] show-component-status.asadmin: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] test.registred.cluster: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] process.versionExpression: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] process.appname: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] process.xmlversionidentifier: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] prepare.cluster: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] undeploy.version: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] setAsadminArgs: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] common.undeploy.asadmin: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] init.os: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] init.tools.unix: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] init.tools.windows: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] init.tools: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] setAsadminArgs: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] init: 17:04:16 [2023-03-05T22:04:16.973Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:16 [2023-03-05T22:04:16.973Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:16 [2023-03-05T22:04:16.973Z] [get] Not modified - so not downloaded 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] init.customtasks: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] delAppRef: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] init.os: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] init.tools.unix: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] init.tools.windows: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] init.tools: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] setAsadminArgs: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] init: 17:04:16 [2023-03-05T22:04:16.973Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:16 [2023-03-05T22:04:16.973Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:16 [2023-03-05T22:04:16.973Z] [get] Not modified - so not downloaded 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] init.customtasks: 17:04:16 [2023-03-05T22:04:16.973Z] 17:04:16 [2023-03-05T22:04:16.973Z] common.run.asadmin: 17:04:16 [2023-03-05T22:04:16.973Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA-1.0.0 17:04:17 [2023-03-05T22:04:17.229Z] [exec] Deprecated syntax, instead use: 17:04:17 [2023-03-05T22:04:17.229Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:04:17 [2023-03-05T22:04:17.229Z] [exec] Command undeploy executed successfully. 17:04:17 [2023-03-05T22:04:17.229Z] 17:04:17 [2023-03-05T22:04:17.229Z] deploy.version: 17:04:17 [2023-03-05T22:04:17.229Z] 17:04:17 [2023-03-05T22:04:17.229Z] del.ref.registred: 17:04:17 [2023-03-05T22:04:17.229Z] 17:04:17 [2023-03-05T22:04:17.229Z] process.versionExpression: 17:04:17 [2023-03-05T22:04:17.229Z] 17:04:17 [2023-03-05T22:04:17.229Z] process.appname: 17:04:17 [2023-03-05T22:04:17.229Z] 17:04:17 [2023-03-05T22:04:17.229Z] _process.target: 17:04:17 [2023-03-05T22:04:17.229Z] 17:04:17 [2023-03-05T22:04:17.229Z] process.target: 17:04:17 [2023-03-05T22:04:17.229Z] 17:04:17 [2023-03-05T22:04:17.229Z] prepare.is.version.registred: 17:04:17 [2023-03-05T22:04:17.229Z] 17:04:17 [2023-03-05T22:04:17.229Z] init.os: 17:04:17 [2023-03-05T22:04:17.229Z] 17:04:17 [2023-03-05T22:04:17.229Z] init.tools.unix: 17:04:17 [2023-03-05T22:04:17.229Z] 17:04:17 [2023-03-05T22:04:17.229Z] init.tools.windows: 17:04:17 [2023-03-05T22:04:17.229Z] 17:04:17 [2023-03-05T22:04:17.229Z] init.tools: 17:04:17 [2023-03-05T22:04:17.229Z] 17:04:17 [2023-03-05T22:04:17.229Z] setAsadminArgs: 17:04:17 [2023-03-05T22:04:17.229Z] 17:04:17 [2023-03-05T22:04:17.229Z] init: 17:04:17 [2023-03-05T22:04:17.229Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:17 [2023-03-05T22:04:17.229Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:17 [2023-03-05T22:04:17.229Z] [get] Not modified - so not downloaded 17:04:17 [2023-03-05T22:04:17.229Z] 17:04:17 [2023-03-05T22:04:17.229Z] init.customtasks: 17:04:17 [2023-03-05T22:04:17.229Z] 17:04:17 [2023-03-05T22:04:17.229Z] prepare: 17:04:17 [2023-03-05T22:04:17.229Z] 17:04:17 [2023-03-05T22:04:17.229Z] exec.asadmin2: 17:04:17 [2023-03-05T22:04:17.485Z] [exec] Result: 1 17:04:17 [2023-03-05T22:04:17.485Z] 17:04:17 [2023-03-05T22:04:17.485Z] process.registred: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] is.version.registred: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] process.xmlversionidentifier: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] prepare.cluster: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] process.enabled: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] process.hasToDeploy: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] deploy.version.unregistred: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] init.os: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] init.tools.unix: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] init.tools.windows: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] init.tools: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] setAsadminArgs: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] init: 17:04:17 [2023-03-05T22:04:17.746Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:17 [2023-03-05T22:04:17.746Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:17 [2023-03-05T22:04:17.746Z] [get] Not modified - so not downloaded 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] init.customtasks: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] prepare: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] process.versionExpression: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] process.appname: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] create.version: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] assemble.non-existent: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] process.xmlversionidentifier: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] prepare.update.xml.identifier: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] update.xml.identifier: 17:04:17 [2023-03-05T22:04:17.746Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war into /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] process.xmlversionidentifier: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] process.versionExpression: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] process.xml.create.flag: 17:04:17 [2023-03-05T22:04:17.746Z] 17:04:17 [2023-03-05T22:04:17.746Z] create.xml.flag: 17:04:17 [2023-03-05T22:04:17.747Z] [touch] Creating /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1-hasXmlVersion 17:04:17 [2023-03-05T22:04:17.747Z] 17:04:17 [2023-03-05T22:04:17.747Z] generate.xml.identifier: 17:04:17 [2023-03-05T22:04:17.747Z] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/tmp.war 17:04:17 [2023-03-05T22:04:17.747Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war 17:04:17 [2023-03-05T22:04:17.747Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet 17:04:17 [2023-03-05T22:04:17.747Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/glassfish-web.xml 17:04:17 [2023-03-05T22:04:17.747Z] 17:04:17 [2023-03-05T22:04:17.747Z] process.xml.delete.flag: 17:04:17 [2023-03-05T22:04:17.747Z] 17:04:17 [2023-03-05T22:04:17.747Z] delete.xml.flag: 17:04:17 [2023-03-05T22:04:17.747Z] 17:04:17 [2023-03-05T22:04:17.747Z] deployWithNameOption: 17:04:17 [2023-03-05T22:04:17.747Z] 17:04:17 [2023-03-05T22:04:17.747Z] setAsadminArgs: 17:04:17 [2023-03-05T22:04:17.747Z] 17:04:17 [2023-03-05T22:04:17.747Z] common.deploy.asadmin: 17:04:17 [2023-03-05T22:04:17.747Z] 17:04:17 [2023-03-05T22:04:17.747Z] init.os: 17:04:17 [2023-03-05T22:04:17.747Z] 17:04:17 [2023-03-05T22:04:17.747Z] init.tools.unix: 17:04:17 [2023-03-05T22:04:17.747Z] 17:04:17 [2023-03-05T22:04:17.747Z] init.tools.windows: 17:04:17 [2023-03-05T22:04:17.747Z] 17:04:17 [2023-03-05T22:04:17.747Z] init.tools: 17:04:17 [2023-03-05T22:04:17.747Z] 17:04:17 [2023-03-05T22:04:17.747Z] setAsadminArgs: 17:04:17 [2023-03-05T22:04:17.747Z] 17:04:17 [2023-03-05T22:04:17.747Z] init: 17:04:17 [2023-03-05T22:04:17.747Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:17 [2023-03-05T22:04:17.747Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:17 [2023-03-05T22:04:17.747Z] [get] Not modified - so not downloaded 17:04:17 [2023-03-05T22:04:17.747Z] 17:04:17 [2023-03-05T22:04:17.747Z] init.customtasks: 17:04:17 [2023-03-05T22:04:17.747Z] 17:04:17 [2023-03-05T22:04:17.747Z] common.run.asadmin: 17:04:17 [2023-03-05T22:04:17.747Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-servlet:ALPHA-1.0.1 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war 17:04:17 [2023-03-05T22:04:17.747Z] [exec] Deprecated syntax, instead use: 17:04:17 [2023-03-05T22:04:17.747Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:18 [2023-03-05T22:04:18.003Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.1. 17:04:18 [2023-03-05T22:04:18.003Z] [exec] Command deploy executed successfully. 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] init.os: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] init.tools.unix: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] init.tools.windows: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] init.tools: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] setAsadminArgs: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] init: 17:04:18 [2023-03-05T22:04:18.003Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:18 [2023-03-05T22:04:18.003Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:18 [2023-03-05T22:04:18.003Z] [get] Not modified - so not downloaded 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] init.customtasks: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] setEnabled: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] createAppRef: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] deployWithoutNameOption: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] test.registred: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] process.versionExpression: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] process.appname: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] _process.target: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] process.target: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] prepare.show-component-status.asadmin: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] increment.log.next: 17:04:18 [2023-03-05T22:04:18.003Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] declare.test: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] setHttpPort: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] declare.test.positive: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] declare-test: 17:04:18 [2023-03-05T22:04:18.003Z] [echo] Starting test simple-versioned-servlet xml.version(2) - logID=37 - (server) - (sucess expected) 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] setHttpPort: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] declare.test.negative: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] init.os: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] init.tools.unix: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] init.tools.windows: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] init.tools: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] setAsadminArgs: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] init: 17:04:18 [2023-03-05T22:04:18.003Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:18 [2023-03-05T22:04:18.003Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:18 [2023-03-05T22:04:18.003Z] [get] Not modified - so not downloaded 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] init.customtasks: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] prepare: 17:04:18 [2023-03-05T22:04:18.003Z] 17:04:18 [2023-03-05T22:04:18.003Z] exec.asadmin: 17:04:18 [2023-03-05T22:04:18.259Z] 17:04:18 [2023-03-05T22:04:18.259Z] process.result: 17:04:18 [2023-03-05T22:04:18.259Z] 17:04:18 [2023-03-05T22:04:18.259Z] processResult: 17:04:18 [2023-03-05T22:04:18.259Z] 17:04:18 [2023-03-05T22:04:18.259Z] failed: 17:04:18 [2023-03-05T22:04:18.259Z] 17:04:18 [2023-03-05T22:04:18.259Z] passed: 17:04:18 [2023-03-05T22:04:18.259Z] [echo] Test simple-versioned-servlet Passed 17:04:18 [2023-03-05T22:04:18.259Z] 17:04:18 [2023-03-05T22:04:18.259Z] unknown: 17:04:18 [2023-03-05T22:04:18.259Z] 17:04:18 [2023-03-05T22:04:18.259Z] asadmin.with.result: 17:04:18 [2023-03-05T22:04:18.259Z] 17:04:18 [2023-03-05T22:04:18.259Z] show-component-status.asadmin: 17:04:18 [2023-03-05T22:04:18.259Z] 17:04:18 [2023-03-05T22:04:18.259Z] test.registred.cluster: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] process.versionExpression: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] process.appname: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] process.xmlversionidentifier: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] prepare.cluster: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] undeploy.version: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] setAsadminArgs: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] common.undeploy.asadmin: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] init.os: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] init.tools.unix: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] init.tools.windows: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] init.tools: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] setAsadminArgs: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] init: 17:04:18 [2023-03-05T22:04:18.518Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:18 [2023-03-05T22:04:18.518Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:18 [2023-03-05T22:04:18.518Z] [get] Not modified - so not downloaded 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] init.customtasks: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] delAppRef: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] init.os: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] init.tools.unix: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] init.tools.windows: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] init.tools: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] setAsadminArgs: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] init: 17:04:18 [2023-03-05T22:04:18.518Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:18 [2023-03-05T22:04:18.518Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:18 [2023-03-05T22:04:18.518Z] [get] Not modified - so not downloaded 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] init.customtasks: 17:04:18 [2023-03-05T22:04:18.518Z] 17:04:18 [2023-03-05T22:04:18.518Z] common.run.asadmin: 17:04:18 [2023-03-05T22:04:18.518Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA-1.0.1 17:04:18 [2023-03-05T22:04:18.518Z] [exec] Deprecated syntax, instead use: 17:04:18 [2023-03-05T22:04:18.518Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:04:18 [2023-03-05T22:04:18.774Z] [exec] Command undeploy executed successfully. 17:04:18 [2023-03-05T22:04:18.774Z] 17:04:18 [2023-03-05T22:04:18.774Z] client-stubs: 17:04:18 [2023-03-05T22:04:18.774Z] 17:04:18 [2023-03-05T22:04:18.774Z] clean.scenario: 17:04:18 [2023-03-05T22:04:18.774Z] 17:04:18 [2023-03-05T22:04:18.774Z] clean.scenario.cluster: 17:04:18 [2023-03-05T22:04:18.775Z] 17:04:18 [2023-03-05T22:04:18.775Z] init.os: 17:04:18 [2023-03-05T22:04:18.775Z] 17:04:18 [2023-03-05T22:04:18.775Z] init.tools.unix: 17:04:18 [2023-03-05T22:04:18.775Z] 17:04:18 [2023-03-05T22:04:18.775Z] init.tools.windows: 17:04:18 [2023-03-05T22:04:18.775Z] 17:04:18 [2023-03-05T22:04:18.775Z] init.tools: 17:04:18 [2023-03-05T22:04:18.775Z] 17:04:18 [2023-03-05T22:04:18.775Z] setAsadminArgs: 17:04:18 [2023-03-05T22:04:18.775Z] 17:04:18 [2023-03-05T22:04:18.775Z] init: 17:04:18 [2023-03-05T22:04:18.775Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:18 [2023-03-05T22:04:18.775Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:18 [2023-03-05T22:04:18.775Z] [get] Not modified - so not downloaded 17:04:18 [2023-03-05T22:04:18.775Z] 17:04:18 [2023-03-05T22:04:18.775Z] init.customtasks: 17:04:18 [2023-03-05T22:04:18.775Z] 17:04:18 [2023-03-05T22:04:18.775Z] prepare: 17:04:18 [2023-03-05T22:04:18.775Z] 17:04:18 [2023-03-05T22:04:18.775Z] process.versionExpression: 17:04:18 [2023-03-05T22:04:18.775Z] 17:04:18 [2023-03-05T22:04:18.775Z] process.appname: 17:04:18 [2023-03-05T22:04:18.775Z] 17:04:18 [2023-03-05T22:04:18.775Z] _process.target: 17:04:18 [2023-03-05T22:04:18.775Z] 17:04:18 [2023-03-05T22:04:18.775Z] process.target: 17:04:18 [2023-03-05T22:04:18.775Z] 17:04:18 [2023-03-05T22:04:18.775Z] prepare.has.version.registred: 17:04:18 [2023-03-05T22:04:18.775Z] 17:04:18 [2023-03-05T22:04:18.775Z] exec.asadmin2: 17:04:19 [2023-03-05T22:04:19.031Z] [exec] Result: 1 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] process.registred: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] has.version.registred: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] del.all.version.registred: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] _clean.scenario: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] deploy.version: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] del.ref.registred: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] process.versionExpression: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] process.appname: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] _process.target: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] process.target: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] prepare.is.version.registred: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] init.os: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] init.tools.unix: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] init.tools.windows: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] init.tools: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] setAsadminArgs: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] init: 17:04:19 [2023-03-05T22:04:19.031Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:19 [2023-03-05T22:04:19.031Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:19 [2023-03-05T22:04:19.031Z] [get] Not modified - so not downloaded 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] init.customtasks: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] prepare: 17:04:19 [2023-03-05T22:04:19.031Z] 17:04:19 [2023-03-05T22:04:19.031Z] exec.asadmin2: 17:04:19 [2023-03-05T22:04:19.288Z] [exec] Result: 1 17:04:19 [2023-03-05T22:04:19.288Z] 17:04:19 [2023-03-05T22:04:19.288Z] process.registred: 17:04:19 [2023-03-05T22:04:19.288Z] 17:04:19 [2023-03-05T22:04:19.288Z] is.version.registred: 17:04:19 [2023-03-05T22:04:19.288Z] 17:04:19 [2023-03-05T22:04:19.288Z] process.xmlversionidentifier: 17:04:19 [2023-03-05T22:04:19.288Z] 17:04:19 [2023-03-05T22:04:19.288Z] prepare.cluster: 17:04:19 [2023-03-05T22:04:19.288Z] 17:04:19 [2023-03-05T22:04:19.288Z] process.enabled: 17:04:19 [2023-03-05T22:04:19.288Z] 17:04:19 [2023-03-05T22:04:19.288Z] process.hasToDeploy: 17:04:19 [2023-03-05T22:04:19.288Z] 17:04:19 [2023-03-05T22:04:19.288Z] deploy.version.unregistred: 17:04:19 [2023-03-05T22:04:19.288Z] 17:04:19 [2023-03-05T22:04:19.288Z] init.os: 17:04:19 [2023-03-05T22:04:19.288Z] 17:04:19 [2023-03-05T22:04:19.288Z] init.tools.unix: 17:04:19 [2023-03-05T22:04:19.288Z] 17:04:19 [2023-03-05T22:04:19.288Z] init.tools.windows: 17:04:19 [2023-03-05T22:04:19.288Z] 17:04:19 [2023-03-05T22:04:19.288Z] init.tools: 17:04:19 [2023-03-05T22:04:19.288Z] 17:04:19 [2023-03-05T22:04:19.288Z] setAsadminArgs: 17:04:19 [2023-03-05T22:04:19.288Z] 17:04:19 [2023-03-05T22:04:19.288Z] init: 17:04:19 [2023-03-05T22:04:19.288Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:19 [2023-03-05T22:04:19.288Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:19 [2023-03-05T22:04:19.288Z] [get] Not modified - so not downloaded 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init.customtasks: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] prepare: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] process.versionExpression: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] process.appname: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] create.version: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] assemble.non-existent: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] process.xmlversionidentifier: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] prepare.update.xml.identifier: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] update.xml.identifier: 17:04:20 [2023-03-05T22:04:20.419Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war into /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] process.xmlversionidentifier: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] process.versionExpression: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] process.xml.create.flag: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] create.xml.flag: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] generate.xml.identifier: 17:04:20 [2023-03-05T22:04:20.419Z] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/tmp.war 17:04:20 [2023-03-05T22:04:20.419Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war 17:04:20 [2023-03-05T22:04:20.419Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet 17:04:20 [2023-03-05T22:04:20.419Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/glassfish-web.xml 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] process.xml.delete.flag: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] delete.xml.flag: 17:04:20 [2023-03-05T22:04:20.419Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet-hasXmlVersion 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] deployWithNameOption: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] setAsadminArgs: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] common.deploy.asadmin: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init.os: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init.tools.unix: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init.tools.windows: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init.tools: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] setAsadminArgs: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init: 17:04:20 [2023-03-05T22:04:20.419Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:20 [2023-03-05T22:04:20.419Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:20 [2023-03-05T22:04:20.419Z] [get] Not modified - so not downloaded 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init.customtasks: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] common.run.asadmin: 17:04:20 [2023-03-05T22:04:20.419Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=false --name=simple-versioned-servlet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war 17:04:20 [2023-03-05T22:04:20.419Z] [exec] Deprecated syntax, instead use: 17:04:20 [2023-03-05T22:04:20.419Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:20 [2023-03-05T22:04:20.419Z] [exec] Application deployed with name simple-versioned-servlet. 17:04:20 [2023-03-05T22:04:20.419Z] [exec] Command deploy executed successfully. 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init.os: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init.tools.unix: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init.tools.windows: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init.tools: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] setAsadminArgs: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init: 17:04:20 [2023-03-05T22:04:20.419Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:20 [2023-03-05T22:04:20.419Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:20 [2023-03-05T22:04:20.419Z] [get] Not modified - so not downloaded 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init.customtasks: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] setEnabled: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] createAppRef: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] deployWithoutNameOption: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] get-client-stubs.asadmin: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] process.versionExpression: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] process.appname: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] _process.target: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] process.target: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] prepare.get-client-stubs.asadmin: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] increment.log.next: 17:04:20 [2023-03-05T22:04:20.419Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] declare.test: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] setHttpPort: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] declare.test.positive: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] declare-test: 17:04:20 [2023-03-05T22:04:20.419Z] [echo] Starting test simple-versioned-servlet get-client-stubs(1) untagged - logID=38 - (server) - (sucess expected) 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] setHttpPort: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] declare.test.negative: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init.os: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init.tools.unix: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init.tools.windows: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init.tools: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] setAsadminArgs: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init: 17:04:20 [2023-03-05T22:04:20.419Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:20 [2023-03-05T22:04:20.419Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:20 [2023-03-05T22:04:20.419Z] [get] Not modified - so not downloaded 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] init.customtasks: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] prepare: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] exec.asadmin: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] process.result: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] processResult: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] failed: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] passed: 17:04:20 [2023-03-05T22:04:20.419Z] [echo] Test simple-versioned-servlet Passed 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] unknown: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] asadmin.with.result: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] _get-client-stubs.asadmin: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] deploy.version: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] del.ref.registred: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] process.versionExpression: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] process.appname: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] _process.target: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] process.target: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.419Z] prepare.is.version.registred: 17:04:20 [2023-03-05T22:04:20.419Z] 17:04:20 [2023-03-05T22:04:20.420Z] init.os: 17:04:20 [2023-03-05T22:04:20.420Z] 17:04:20 [2023-03-05T22:04:20.420Z] init.tools.unix: 17:04:20 [2023-03-05T22:04:20.420Z] 17:04:20 [2023-03-05T22:04:20.420Z] init.tools.windows: 17:04:20 [2023-03-05T22:04:20.420Z] 17:04:20 [2023-03-05T22:04:20.420Z] init.tools: 17:04:20 [2023-03-05T22:04:20.420Z] 17:04:20 [2023-03-05T22:04:20.420Z] setAsadminArgs: 17:04:20 [2023-03-05T22:04:20.420Z] 17:04:20 [2023-03-05T22:04:20.420Z] init: 17:04:20 [2023-03-05T22:04:20.420Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:20 [2023-03-05T22:04:20.420Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:20 [2023-03-05T22:04:20.420Z] [get] Not modified - so not downloaded 17:04:20 [2023-03-05T22:04:20.420Z] 17:04:20 [2023-03-05T22:04:20.420Z] init.customtasks: 17:04:20 [2023-03-05T22:04:20.420Z] 17:04:20 [2023-03-05T22:04:20.420Z] prepare: 17:04:20 [2023-03-05T22:04:20.420Z] 17:04:20 [2023-03-05T22:04:20.420Z] exec.asadmin2: 17:04:20 [2023-03-05T22:04:20.676Z] [exec] Result: 1 17:04:20 [2023-03-05T22:04:20.676Z] 17:04:20 [2023-03-05T22:04:20.676Z] process.registred: 17:04:20 [2023-03-05T22:04:20.676Z] 17:04:20 [2023-03-05T22:04:20.676Z] is.version.registred: 17:04:20 [2023-03-05T22:04:20.676Z] 17:04:20 [2023-03-05T22:04:20.676Z] process.xmlversionidentifier: 17:04:20 [2023-03-05T22:04:20.676Z] 17:04:20 [2023-03-05T22:04:20.676Z] prepare.cluster: 17:04:20 [2023-03-05T22:04:20.676Z] 17:04:20 [2023-03-05T22:04:20.676Z] process.enabled: 17:04:20 [2023-03-05T22:04:20.676Z] 17:04:20 [2023-03-05T22:04:20.676Z] process.hasToDeploy: 17:04:20 [2023-03-05T22:04:20.676Z] 17:04:20 [2023-03-05T22:04:20.676Z] deploy.version.unregistred: 17:04:20 [2023-03-05T22:04:20.676Z] 17:04:20 [2023-03-05T22:04:20.676Z] init.os: 17:04:20 [2023-03-05T22:04:20.676Z] 17:04:20 [2023-03-05T22:04:20.676Z] init.tools.unix: 17:04:20 [2023-03-05T22:04:20.676Z] 17:04:20 [2023-03-05T22:04:20.676Z] init.tools.windows: 17:04:20 [2023-03-05T22:04:20.676Z] 17:04:20 [2023-03-05T22:04:20.676Z] init.tools: 17:04:20 [2023-03-05T22:04:20.676Z] 17:04:20 [2023-03-05T22:04:20.676Z] setAsadminArgs: 17:04:20 [2023-03-05T22:04:20.676Z] 17:04:20 [2023-03-05T22:04:20.676Z] init: 17:04:20 [2023-03-05T22:04:20.676Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:20 [2023-03-05T22:04:20.676Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:20 [2023-03-05T22:04:20.676Z] [get] Not modified - so not downloaded 17:04:20 [2023-03-05T22:04:20.676Z] 17:04:20 [2023-03-05T22:04:20.676Z] init.customtasks: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] prepare: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] process.versionExpression: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] process.appname: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] create.version: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] assemble.non-existent: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] process.xmlversionidentifier: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] prepare.update.xml.identifier: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] update.xml.identifier: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] deployWithNameOption: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] setAsadminArgs: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] common.deploy.asadmin: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] init.os: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] init.tools.unix: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] init.tools.windows: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] init.tools: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] setAsadminArgs: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] init: 17:04:20 [2023-03-05T22:04:20.677Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:20 [2023-03-05T22:04:20.677Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:20 [2023-03-05T22:04:20.677Z] [get] Not modified - so not downloaded 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] init.customtasks: 17:04:20 [2023-03-05T22:04:20.677Z] 17:04:20 [2023-03-05T22:04:20.677Z] common.run.asadmin: 17:04:20 [2023-03-05T22:04:20.677Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=false --name=simple-versioned-servlet:ALPHA-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war 17:04:20 [2023-03-05T22:04:20.933Z] [exec] Deprecated syntax, instead use: 17:04:20 [2023-03-05T22:04:20.933Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:20 [2023-03-05T22:04:20.933Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. 17:04:20 [2023-03-05T22:04:20.933Z] [exec] Command deploy executed successfully. 17:04:20 [2023-03-05T22:04:20.933Z] 17:04:20 [2023-03-05T22:04:20.933Z] init.os: 17:04:20 [2023-03-05T22:04:20.933Z] 17:04:20 [2023-03-05T22:04:20.933Z] init.tools.unix: 17:04:20 [2023-03-05T22:04:20.933Z] 17:04:20 [2023-03-05T22:04:20.933Z] init.tools.windows: 17:04:20 [2023-03-05T22:04:20.933Z] 17:04:20 [2023-03-05T22:04:20.933Z] init.tools: 17:04:20 [2023-03-05T22:04:20.933Z] 17:04:20 [2023-03-05T22:04:20.933Z] setAsadminArgs: 17:04:20 [2023-03-05T22:04:20.933Z] 17:04:20 [2023-03-05T22:04:20.933Z] init: 17:04:20 [2023-03-05T22:04:20.933Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:20 [2023-03-05T22:04:20.933Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:20 [2023-03-05T22:04:20.933Z] [get] Not modified - so not downloaded 17:04:20 [2023-03-05T22:04:20.933Z] 17:04:20 [2023-03-05T22:04:20.933Z] init.customtasks: 17:04:20 [2023-03-05T22:04:20.933Z] 17:04:20 [2023-03-05T22:04:20.933Z] setEnabled: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] createAppRef: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] deployWithoutNameOption: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] get-client-stubs.asadmin: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] process.versionExpression: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] process.appname: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] _process.target: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] process.target: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] prepare.get-client-stubs.asadmin: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] increment.log.next: 17:04:20 [2023-03-05T22:04:20.934Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] declare.test: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] setHttpPort: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] declare.test.positive: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] declare-test: 17:04:20 [2023-03-05T22:04:20.934Z] [echo] Starting test simple-versioned-servlet get-client-stubs(2) ALPHA-1.0.0 - logID=39 - (server) - (sucess expected) 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] setHttpPort: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] declare.test.negative: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] init.os: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] init.tools.unix: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] init.tools.windows: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] init.tools: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] setAsadminArgs: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] init: 17:04:20 [2023-03-05T22:04:20.934Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:20 [2023-03-05T22:04:20.934Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:20 [2023-03-05T22:04:20.934Z] [get] Not modified - so not downloaded 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] init.customtasks: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] prepare: 17:04:20 [2023-03-05T22:04:20.934Z] 17:04:20 [2023-03-05T22:04:20.934Z] exec.asadmin: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] process.result: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] processResult: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] failed: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] passed: 17:04:21 [2023-03-05T22:04:21.521Z] [echo] Test simple-versioned-servlet Passed 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] unknown: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] asadmin.with.result: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] _get-client-stubs.asadmin: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] clean.scenario: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] clean.scenario.cluster: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] init.os: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] init.tools.unix: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] init.tools.windows: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] init.tools: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] setAsadminArgs: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] init: 17:04:21 [2023-03-05T22:04:21.521Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:21 [2023-03-05T22:04:21.521Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:21 [2023-03-05T22:04:21.521Z] [get] Not modified - so not downloaded 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] init.customtasks: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] prepare: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] process.versionExpression: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] process.appname: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] _process.target: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] process.target: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] prepare.has.version.registred: 17:04:21 [2023-03-05T22:04:21.521Z] 17:04:21 [2023-03-05T22:04:21.521Z] exec.asadmin2: 17:04:21 [2023-03-05T22:04:21.780Z] 17:04:21 [2023-03-05T22:04:21.780Z] process.registred: 17:04:21 [2023-03-05T22:04:21.780Z] 17:04:21 [2023-03-05T22:04:21.780Z] has.version.registred: 17:04:21 [2023-03-05T22:04:21.780Z] 17:04:21 [2023-03-05T22:04:21.780Z] del.all.version.registred: 17:04:21 [2023-03-05T22:04:21.780Z] 17:04:21 [2023-03-05T22:04:21.780Z] _process.target: 17:04:21 [2023-03-05T22:04:21.780Z] 17:04:21 [2023-03-05T22:04:21.780Z] process.target: 17:04:21 [2023-03-05T22:04:21.780Z] 17:04:21 [2023-03-05T22:04:21.780Z] prepare.del.all.version.registred: 17:04:21 [2023-03-05T22:04:21.780Z] 17:04:21 [2023-03-05T22:04:21.780Z] init.os: 17:04:21 [2023-03-05T22:04:21.780Z] 17:04:21 [2023-03-05T22:04:21.780Z] init.tools.unix: 17:04:21 [2023-03-05T22:04:21.780Z] 17:04:21 [2023-03-05T22:04:21.780Z] init.tools.windows: 17:04:21 [2023-03-05T22:04:21.780Z] 17:04:21 [2023-03-05T22:04:21.780Z] init.tools: 17:04:21 [2023-03-05T22:04:21.780Z] 17:04:21 [2023-03-05T22:04:21.780Z] setAsadminArgs: 17:04:21 [2023-03-05T22:04:21.780Z] 17:04:21 [2023-03-05T22:04:21.780Z] init: 17:04:21 [2023-03-05T22:04:21.780Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:21 [2023-03-05T22:04:21.780Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:21 [2023-03-05T22:04:21.780Z] [get] Not modified - so not downloaded 17:04:21 [2023-03-05T22:04:21.780Z] 17:04:21 [2023-03-05T22:04:21.780Z] init.customtasks: 17:04:21 [2023-03-05T22:04:21.780Z] 17:04:21 [2023-03-05T22:04:21.780Z] prepare: 17:04:21 [2023-03-05T22:04:21.780Z] 17:04:21 [2023-03-05T22:04:21.780Z] exec.asadmin: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] _del.all.version.registred: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] _clean.scenario: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] delete.log.next: 17:04:22 [2023-03-05T22:04:22.037Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] delete.log.next: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] private-all: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] init.os: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] init.tools.unix: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] init.tools.windows: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] init.tools: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] setAsadminArgs: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] init: 17:04:22 [2023-03-05T22:04:22.037Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:22 [2023-03-05T22:04:22.037Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:22 [2023-03-05T22:04:22.037Z] [get] Not modified - so not downloaded 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] init.customtasks: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] private-rollingUpgrade: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] _private-all: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] main-all: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] xml.version.information: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] clean.scenario: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] clean.scenario.cluster: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] init.os: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] init.tools.unix: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] init.tools.windows: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] init.tools: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] setAsadminArgs: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] init: 17:04:22 [2023-03-05T22:04:22.037Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:22 [2023-03-05T22:04:22.037Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:22 [2023-03-05T22:04:22.037Z] [get] Not modified - so not downloaded 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] init.customtasks: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] prepare: 17:04:22 [2023-03-05T22:04:22.037Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] process.versionExpression: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] process.appname: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] _process.target: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] process.target: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] prepare.has.version.registred: 17:04:22 [2023-03-05T22:04:22.037Z] 17:04:22 [2023-03-05T22:04:22.037Z] exec.asadmin2: 17:04:22 [2023-03-05T22:04:22.294Z] [exec] Result: 1 17:04:22 [2023-03-05T22:04:22.294Z] 17:04:22 [2023-03-05T22:04:22.294Z] process.registred: 17:04:22 [2023-03-05T22:04:22.294Z] 17:04:22 [2023-03-05T22:04:22.294Z] has.version.registred: 17:04:22 [2023-03-05T22:04:22.294Z] 17:04:22 [2023-03-05T22:04:22.294Z] del.all.version.registred: 17:04:22 [2023-03-05T22:04:22.294Z] 17:04:22 [2023-03-05T22:04:22.294Z] _clean.scenario: 17:04:22 [2023-03-05T22:04:22.294Z] 17:04:22 [2023-03-05T22:04:22.294Z] deploy.version: 17:04:22 [2023-03-05T22:04:22.294Z] 17:04:22 [2023-03-05T22:04:22.294Z] del.ref.registred: 17:04:22 [2023-03-05T22:04:22.294Z] 17:04:22 [2023-03-05T22:04:22.294Z] process.versionExpression: 17:04:22 [2023-03-05T22:04:22.294Z] 17:04:22 [2023-03-05T22:04:22.294Z] process.appname: 17:04:22 [2023-03-05T22:04:22.294Z] 17:04:22 [2023-03-05T22:04:22.294Z] _process.target: 17:04:22 [2023-03-05T22:04:22.294Z] 17:04:22 [2023-03-05T22:04:22.294Z] process.target: 17:04:22 [2023-03-05T22:04:22.295Z] 17:04:22 [2023-03-05T22:04:22.295Z] prepare.is.version.registred: 17:04:22 [2023-03-05T22:04:22.295Z] 17:04:22 [2023-03-05T22:04:22.295Z] init.os: 17:04:22 [2023-03-05T22:04:22.295Z] 17:04:22 [2023-03-05T22:04:22.295Z] init.tools.unix: 17:04:22 [2023-03-05T22:04:22.295Z] 17:04:22 [2023-03-05T22:04:22.295Z] init.tools.windows: 17:04:22 [2023-03-05T22:04:22.295Z] 17:04:22 [2023-03-05T22:04:22.295Z] init.tools: 17:04:22 [2023-03-05T22:04:22.295Z] 17:04:22 [2023-03-05T22:04:22.295Z] setAsadminArgs: 17:04:22 [2023-03-05T22:04:22.295Z] 17:04:22 [2023-03-05T22:04:22.295Z] init: 17:04:22 [2023-03-05T22:04:22.295Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:22 [2023-03-05T22:04:22.295Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:22 [2023-03-05T22:04:22.295Z] [get] Not modified - so not downloaded 17:04:22 [2023-03-05T22:04:22.295Z] 17:04:22 [2023-03-05T22:04:22.295Z] init.customtasks: 17:04:22 [2023-03-05T22:04:22.295Z] 17:04:22 [2023-03-05T22:04:22.295Z] prepare: 17:04:22 [2023-03-05T22:04:22.295Z] 17:04:22 [2023-03-05T22:04:22.295Z] exec.asadmin2: 17:04:22 [2023-03-05T22:04:22.857Z] [exec] Result: 1 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] process.registred: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] is.version.registred: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] process.xmlversionidentifier: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] prepare.cluster: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] process.enabled: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] process.hasToDeploy: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] deploy.version.unregistred: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] init.os: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] init.tools.unix: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] init.tools.windows: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] init.tools: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] setAsadminArgs: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] init: 17:04:22 [2023-03-05T22:04:22.857Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:22 [2023-03-05T22:04:22.857Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:22 [2023-03-05T22:04:22.857Z] [get] Not modified - so not downloaded 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] init.customtasks: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] prepare: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] process.versionExpression: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] process.appname: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] create.version: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] assemble.non-existent: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] init.os: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] init.tools.unix: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] init.tools.windows: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] init.tools: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] setAsadminArgs: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] init: 17:04:22 [2023-03-05T22:04:22.857Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:22 [2023-03-05T22:04:22.857Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:22 [2023-03-05T22:04:22.857Z] [get] Not modified - so not downloaded 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] init.customtasks: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] prepare: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] process.versionexpression: 17:04:22 [2023-03-05T22:04:22.857Z] 17:04:22 [2023-03-05T22:04:22.857Z] compile: 17:04:22 [2023-03-05T22:04:22.857Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/build.xml:79: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:04:22 [2023-03-05T22:04:22.857Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient 17:04:23 [2023-03-05T22:04:23.114Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:04:23 [2023-03-05T22:04:23.114Z] [javac] 1 warning 17:04:23 [2023-03-05T22:04:23.114Z] [propertyfile] Creating new property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/versionedappclient/version-infos.properties 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] process.xmlversionidentifier: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] process.versionExpression: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] process.xml.create.flag: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] create.xml.flag: 17:04:23 [2023-03-05T22:04:23.114Z] [touch] Creating /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient-hasXmlVersion 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] generate.xml.identifier: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] assemble: 17:04:23 [2023-03-05T22:04:23.114Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient.jar 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] process.xmlversionidentifier: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] prepare.update.xml.identifier: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] update.xml.identifier: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] deployWithNameOption: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] deployWithoutNameOption: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] setAsadminArgs: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] common.deploy.asadmin: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] init.os: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] init.tools.unix: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] init.tools.windows: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] init.tools: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] setAsadminArgs: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] init: 17:04:23 [2023-03-05T22:04:23.114Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:23 [2023-03-05T22:04:23.114Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:23 [2023-03-05T22:04:23.114Z] [get] Not modified - so not downloaded 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] init.customtasks: 17:04:23 [2023-03-05T22:04:23.114Z] 17:04:23 [2023-03-05T22:04:23.114Z] common.run.asadmin: 17:04:23 [2023-03-05T22:04:23.114Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient.jar 17:04:23 [2023-03-05T22:04:23.370Z] [exec] Deprecated syntax, instead use: 17:04:23 [2023-03-05T22:04:23.370Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:23 [2023-03-05T22:04:23.370Z] [exec] Application deployed with name simple-versioned-appclient:ALPHA-1.0.0. 17:04:23 [2023-03-05T22:04:23.370Z] [exec] Command deploy executed successfully. 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] init.os: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] init.tools.unix: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] init.tools.windows: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] init.tools: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] setAsadminArgs: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] init: 17:04:23 [2023-03-05T22:04:23.370Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:23 [2023-03-05T22:04:23.370Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:23 [2023-03-05T22:04:23.370Z] [get] Not modified - so not downloaded 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] init.customtasks: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] setEnabled: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] createAppRef: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] test.registred: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] process.versionExpression: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] process.appname: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] _process.target: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] process.target: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] prepare.show-component-status.asadmin: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] increment.log.next: 17:04:23 [2023-03-05T22:04:23.370Z] [propertyfile] Creating new property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] declare.test: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] setHttpPort: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] declare.test.positive: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] declare-test: 17:04:23 [2023-03-05T22:04:23.370Z] [echo] Starting test simple-versioned-appclient xml.version(1) - logID=1 - (server) - (sucess expected) 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] setHttpPort: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] declare.test.negative: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] init.os: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] init.tools.unix: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] init.tools.windows: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] init.tools: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] setAsadminArgs: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] init: 17:04:23 [2023-03-05T22:04:23.370Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:23 [2023-03-05T22:04:23.370Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:23 [2023-03-05T22:04:23.370Z] [get] Not modified - so not downloaded 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] init.customtasks: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] prepare: 17:04:23 [2023-03-05T22:04:23.370Z] 17:04:23 [2023-03-05T22:04:23.370Z] exec.asadmin: 17:04:23 [2023-03-05T22:04:23.626Z] 17:04:23 [2023-03-05T22:04:23.626Z] process.result: 17:04:23 [2023-03-05T22:04:23.626Z] 17:04:23 [2023-03-05T22:04:23.627Z] processResult: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] failed: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] passed: 17:04:23 [2023-03-05T22:04:23.627Z] [echo] Test simple-versioned-appclient Passed 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] unknown: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] asadmin.with.result: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] show-component-status.asadmin: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] test.registred.cluster: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] process.versionExpression: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] process.appname: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] process.xmlversionidentifier: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] prepare.cluster: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] undeploy.version: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] setAsadminArgs: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] common.undeploy.asadmin: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] init.os: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] init.tools.unix: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] init.tools.windows: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] init.tools: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] setAsadminArgs: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] init: 17:04:23 [2023-03-05T22:04:23.627Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:23 [2023-03-05T22:04:23.627Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:23 [2023-03-05T22:04:23.627Z] [get] Not modified - so not downloaded 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] init.customtasks: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] delAppRef: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] init.os: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] init.tools.unix: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] init.tools.windows: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] init.tools: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] setAsadminArgs: 17:04:23 [2023-03-05T22:04:23.627Z] 17:04:23 [2023-03-05T22:04:23.627Z] init: 17:04:23 [2023-03-05T22:04:23.627Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:23 [2023-03-05T22:04:23.627Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:23 [2023-03-05T22:04:23.884Z] [get] Not modified - so not downloaded 17:04:23 [2023-03-05T22:04:23.884Z] 17:04:23 [2023-03-05T22:04:23.884Z] init.customtasks: 17:04:23 [2023-03-05T22:04:23.884Z] 17:04:23 [2023-03-05T22:04:23.884Z] common.run.asadmin: 17:04:23 [2023-03-05T22:04:23.884Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-appclient:ALPHA-1.0.0 17:04:24 [2023-03-05T22:04:24.141Z] [exec] Deprecated syntax, instead use: 17:04:24 [2023-03-05T22:04:24.141Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:04:24 [2023-03-05T22:04:24.141Z] [exec] Command undeploy executed successfully. 17:04:24 [2023-03-05T22:04:24.141Z] 17:04:24 [2023-03-05T22:04:24.141Z] deploy.version: 17:04:24 [2023-03-05T22:04:24.141Z] 17:04:24 [2023-03-05T22:04:24.141Z] del.ref.registred: 17:04:24 [2023-03-05T22:04:24.141Z] 17:04:24 [2023-03-05T22:04:24.141Z] process.versionExpression: 17:04:24 [2023-03-05T22:04:24.141Z] 17:04:24 [2023-03-05T22:04:24.141Z] process.appname: 17:04:24 [2023-03-05T22:04:24.141Z] 17:04:24 [2023-03-05T22:04:24.141Z] _process.target: 17:04:24 [2023-03-05T22:04:24.141Z] 17:04:24 [2023-03-05T22:04:24.141Z] process.target: 17:04:24 [2023-03-05T22:04:24.141Z] 17:04:24 [2023-03-05T22:04:24.141Z] prepare.is.version.registred: 17:04:24 [2023-03-05T22:04:24.141Z] 17:04:24 [2023-03-05T22:04:24.141Z] init.os: 17:04:24 [2023-03-05T22:04:24.141Z] 17:04:24 [2023-03-05T22:04:24.141Z] init.tools.unix: 17:04:24 [2023-03-05T22:04:24.141Z] 17:04:24 [2023-03-05T22:04:24.141Z] init.tools.windows: 17:04:24 [2023-03-05T22:04:24.141Z] 17:04:24 [2023-03-05T22:04:24.141Z] init.tools: 17:04:24 [2023-03-05T22:04:24.141Z] 17:04:24 [2023-03-05T22:04:24.141Z] setAsadminArgs: 17:04:24 [2023-03-05T22:04:24.141Z] 17:04:24 [2023-03-05T22:04:24.141Z] init: 17:04:24 [2023-03-05T22:04:24.141Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:24 [2023-03-05T22:04:24.141Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:24 [2023-03-05T22:04:24.141Z] [get] Not modified - so not downloaded 17:04:24 [2023-03-05T22:04:24.141Z] 17:04:24 [2023-03-05T22:04:24.141Z] init.customtasks: 17:04:24 [2023-03-05T22:04:24.141Z] 17:04:24 [2023-03-05T22:04:24.141Z] prepare: 17:04:24 [2023-03-05T22:04:24.141Z] 17:04:24 [2023-03-05T22:04:24.141Z] exec.asadmin2: 17:04:24 [2023-03-05T22:04:24.397Z] [exec] Result: 1 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] process.registred: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] is.version.registred: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] process.xmlversionidentifier: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] prepare.cluster: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] process.enabled: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] process.hasToDeploy: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] deploy.version.unregistred: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] init.os: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] init.tools.unix: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] init.tools.windows: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] init.tools: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] setAsadminArgs: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] init: 17:04:24 [2023-03-05T22:04:24.397Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:24 [2023-03-05T22:04:24.397Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:24 [2023-03-05T22:04:24.397Z] [get] Not modified - so not downloaded 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] init.customtasks: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] prepare: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] process.versionExpression: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] process.appname: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] create.version: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] assemble.non-existent: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] init.os: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] init.tools.unix: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] init.tools.windows: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] init.tools: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] setAsadminArgs: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] init: 17:04:24 [2023-03-05T22:04:24.397Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:24 [2023-03-05T22:04:24.397Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:24 [2023-03-05T22:04:24.397Z] [get] Not modified - so not downloaded 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] init.customtasks: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] prepare: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] process.versionexpression: 17:04:24 [2023-03-05T22:04:24.397Z] 17:04:24 [2023-03-05T22:04:24.397Z] compile: 17:04:24 [2023-03-05T22:04:24.397Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/build.xml:79: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:04:24 [2023-03-05T22:04:24.397Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient 17:04:24 [2023-03-05T22:04:24.653Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:04:24 [2023-03-05T22:04:24.653Z] [javac] 1 warning 17:04:24 [2023-03-05T22:04:24.653Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/versionedappclient/version-infos.properties 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] process.xmlversionidentifier: 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] process.versionExpression: 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] process.xml.create.flag: 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] create.xml.flag: 17:04:24 [2023-03-05T22:04:24.653Z] [touch] Creating /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.1-hasXmlVersion 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] generate.xml.identifier: 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] assemble: 17:04:24 [2023-03-05T22:04:24.653Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.1.jar 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] process.xmlversionidentifier: 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] prepare.update.xml.identifier: 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] update.xml.identifier: 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] deployWithNameOption: 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] setAsadminArgs: 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] common.deploy.asadmin: 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] init.os: 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] init.tools.unix: 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] init.tools.windows: 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] init.tools: 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] setAsadminArgs: 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] init: 17:04:24 [2023-03-05T22:04:24.653Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:24 [2023-03-05T22:04:24.653Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:24 [2023-03-05T22:04:24.653Z] [get] Not modified - so not downloaded 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] init.customtasks: 17:04:24 [2023-03-05T22:04:24.653Z] 17:04:24 [2023-03-05T22:04:24.653Z] common.run.asadmin: 17:04:24 [2023-03-05T22:04:24.654Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-appclient:ALPHA-1.0.1 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.1.jar 17:04:24 [2023-03-05T22:04:24.918Z] [exec] Deprecated syntax, instead use: 17:04:24 [2023-03-05T22:04:24.918Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:25 [2023-03-05T22:04:25.174Z] [exec] Application deployed with name simple-versioned-appclient:ALPHA-1.0.1. 17:04:25 [2023-03-05T22:04:25.174Z] [exec] Command deploy executed successfully. 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] init.os: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] init.tools.unix: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] init.tools.windows: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] init.tools: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] setAsadminArgs: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] init: 17:04:25 [2023-03-05T22:04:25.174Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:25 [2023-03-05T22:04:25.174Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:25 [2023-03-05T22:04:25.174Z] [get] Not modified - so not downloaded 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] init.customtasks: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] setEnabled: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] createAppRef: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] deployWithoutNameOption: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] test.registred: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] process.versionExpression: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] process.appname: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] _process.target: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] process.target: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] prepare.show-component-status.asadmin: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] increment.log.next: 17:04:25 [2023-03-05T22:04:25.174Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] declare.test: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] setHttpPort: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] declare.test.positive: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] declare-test: 17:04:25 [2023-03-05T22:04:25.174Z] [echo] Starting test simple-versioned-appclient xml.version(2) - logID=2 - (server) - (sucess expected) 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] setHttpPort: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] declare.test.negative: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] init.os: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] init.tools.unix: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] init.tools.windows: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] init.tools: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] setAsadminArgs: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] init: 17:04:25 [2023-03-05T22:04:25.174Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:25 [2023-03-05T22:04:25.174Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:25 [2023-03-05T22:04:25.174Z] [get] Not modified - so not downloaded 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] init.customtasks: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] prepare: 17:04:25 [2023-03-05T22:04:25.174Z] 17:04:25 [2023-03-05T22:04:25.174Z] exec.asadmin: 17:04:25 [2023-03-05T22:04:25.430Z] 17:04:25 [2023-03-05T22:04:25.430Z] process.result: 17:04:25 [2023-03-05T22:04:25.430Z] 17:04:25 [2023-03-05T22:04:25.430Z] processResult: 17:04:25 [2023-03-05T22:04:25.430Z] 17:04:25 [2023-03-05T22:04:25.430Z] failed: 17:04:25 [2023-03-05T22:04:25.430Z] 17:04:25 [2023-03-05T22:04:25.430Z] passed: 17:04:25 [2023-03-05T22:04:25.430Z] [echo] Test simple-versioned-appclient Passed 17:04:25 [2023-03-05T22:04:25.430Z] 17:04:25 [2023-03-05T22:04:25.430Z] unknown: 17:04:25 [2023-03-05T22:04:25.430Z] 17:04:25 [2023-03-05T22:04:25.430Z] asadmin.with.result: 17:04:25 [2023-03-05T22:04:25.430Z] 17:04:25 [2023-03-05T22:04:25.430Z] show-component-status.asadmin: 17:04:25 [2023-03-05T22:04:25.430Z] 17:04:25 [2023-03-05T22:04:25.430Z] test.registred.cluster: 17:04:25 [2023-03-05T22:04:25.430Z] 17:04:25 [2023-03-05T22:04:25.430Z] process.versionExpression: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] process.appname: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] process.xmlversionidentifier: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] prepare.cluster: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] undeploy.version: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] setAsadminArgs: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] common.undeploy.asadmin: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] init.os: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] init.tools.unix: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] init.tools.windows: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] init.tools: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] setAsadminArgs: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] init: 17:04:25 [2023-03-05T22:04:25.431Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:25 [2023-03-05T22:04:25.431Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:25 [2023-03-05T22:04:25.431Z] [get] Not modified - so not downloaded 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] init.customtasks: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] delAppRef: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] init.os: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] init.tools.unix: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] init.tools.windows: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] init.tools: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] setAsadminArgs: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] init: 17:04:25 [2023-03-05T22:04:25.431Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:25 [2023-03-05T22:04:25.431Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:25 [2023-03-05T22:04:25.431Z] [get] Not modified - so not downloaded 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] init.customtasks: 17:04:25 [2023-03-05T22:04:25.431Z] 17:04:25 [2023-03-05T22:04:25.431Z] common.run.asadmin: 17:04:25 [2023-03-05T22:04:25.431Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-appclient:ALPHA-1.0.1 17:04:25 [2023-03-05T22:04:25.687Z] [exec] Deprecated syntax, instead use: 17:04:25 [2023-03-05T22:04:25.687Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:04:25 [2023-03-05T22:04:25.687Z] [exec] Command undeploy executed successfully. 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] samples.scenarios: 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] clean.scenario: 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] clean.scenario.cluster: 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] init.os: 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] init.tools.unix: 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] init.tools.windows: 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] init.tools: 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] setAsadminArgs: 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] init: 17:04:25 [2023-03-05T22:04:25.687Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:25 [2023-03-05T22:04:25.687Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:25 [2023-03-05T22:04:25.687Z] [get] Not modified - so not downloaded 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] init.customtasks: 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] prepare: 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] process.versionExpression: 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] process.appname: 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] _process.target: 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] process.target: 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] prepare.has.version.registred: 17:04:25 [2023-03-05T22:04:25.687Z] 17:04:25 [2023-03-05T22:04:25.687Z] exec.asadmin2: 17:04:26 [2023-03-05T22:04:26.250Z] [exec] Result: 1 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] process.registred: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] has.version.registred: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] del.all.version.registred: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] _clean.scenario: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] deploy.version: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] del.ref.registred: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] process.versionExpression: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] process.appname: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] _process.target: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] process.target: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] prepare.is.version.registred: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] init.os: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] init.tools.unix: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] init.tools.windows: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] init.tools: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] setAsadminArgs: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] init: 17:04:26 [2023-03-05T22:04:26.250Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:26 [2023-03-05T22:04:26.250Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:26 [2023-03-05T22:04:26.250Z] [get] Not modified - so not downloaded 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] init.customtasks: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] prepare: 17:04:26 [2023-03-05T22:04:26.250Z] 17:04:26 [2023-03-05T22:04:26.250Z] exec.asadmin2: 17:04:26 [2023-03-05T22:04:26.519Z] [exec] Result: 1 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] process.registred: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] is.version.registred: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] process.xmlversionidentifier: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] prepare.cluster: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] process.enabled: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] process.hasToDeploy: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] deploy.version.unregistred: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] init.os: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] init.tools.unix: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] init.tools.windows: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] init.tools: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] setAsadminArgs: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] init: 17:04:26 [2023-03-05T22:04:26.519Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:26 [2023-03-05T22:04:26.519Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:26 [2023-03-05T22:04:26.519Z] [get] Not modified - so not downloaded 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] init.customtasks: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] prepare: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] process.versionExpression: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] process.appname: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] create.version: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] assemble.non-existent: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] process.xmlversionidentifier: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] prepare.update.xml.identifier: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] update.xml.identifier: 17:04:26 [2023-03-05T22:04:26.519Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient.jar into /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] process.xmlversionidentifier: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] process.versionExpression: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] process.xml.create.flag: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] create.xml.flag: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] generate.xml.identifier: 17:04:26 [2023-03-05T22:04:26.519Z] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/tmp.jar 17:04:26 [2023-03-05T22:04:26.519Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient.jar 17:04:26 [2023-03-05T22:04:26.519Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient 17:04:26 [2023-03-05T22:04:26.519Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/glassfish-application-client.xml 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] process.xml.delete.flag: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] delete.xml.flag: 17:04:26 [2023-03-05T22:04:26.519Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient-hasXmlVersion 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] deployWithNameOption: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] setAsadminArgs: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] common.deploy.asadmin: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] init.os: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] init.tools.unix: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] init.tools.windows: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] init.tools: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] setAsadminArgs: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] init: 17:04:26 [2023-03-05T22:04:26.519Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:26 [2023-03-05T22:04:26.519Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:26 [2023-03-05T22:04:26.519Z] [get] Not modified - so not downloaded 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] init.customtasks: 17:04:26 [2023-03-05T22:04:26.519Z] 17:04:26 [2023-03-05T22:04:26.519Z] common.run.asadmin: 17:04:26 [2023-03-05T22:04:26.519Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=false --name=simple-versioned-appclient /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient.jar 17:04:26 [2023-03-05T22:04:26.776Z] [exec] Deprecated syntax, instead use: 17:04:26 [2023-03-05T22:04:26.776Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:26 [2023-03-05T22:04:26.776Z] [exec] Application deployed with name simple-versioned-appclient. 17:04:26 [2023-03-05T22:04:26.776Z] [exec] Command deploy executed successfully. 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] init.os: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] init.tools.unix: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] init.tools.windows: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] init.tools: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] setAsadminArgs: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] init: 17:04:26 [2023-03-05T22:04:26.776Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:26 [2023-03-05T22:04:26.776Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:26 [2023-03-05T22:04:26.776Z] [get] Not modified - so not downloaded 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] init.customtasks: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] setEnabled: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] createAppRef: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] deployWithoutNameOption: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] init.os: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] init.tools.unix: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] init.tools.windows: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] init.tools: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] setAsadminArgs: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] init: 17:04:26 [2023-03-05T22:04:26.776Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:26 [2023-03-05T22:04:26.776Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:26 [2023-03-05T22:04:26.776Z] [get] Not modified - so not downloaded 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] init.customtasks: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] prepare.client: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] prepare.client.appclient: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] setHttpPort: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] process.versionExpression: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] process.appname: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] prepare.appclient.preparator: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] process.classpath: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] process.jvmargs: 17:04:26 [2023-03-05T22:04:26.776Z] 17:04:26 [2023-03-05T22:04:26.776Z] java.with.result: 17:04:27 [2023-03-05T22:04:27.034Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: trying to retrieve the jnlp file available at: http://localhost:8080/simple-versioned-appclient 17:04:27 [2023-03-05T22:04:27.034Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is JSESSIONID=4548407977564648767; Path=/ 17:04:27 [2023-03-05T22:04:27.034Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: jnlp file retrieved! 17:04:27 [2023-03-05T22:04:27.034Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: xpath request ran OK! 17:04:27 [2023-03-05T22:04:27.034Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: stubs url retrieved: http://localhost:8080/___JWSappclient/___app/simple-versioned-appclient/simple-versioned-appclientClient.jar 17:04:27 [2023-03-05T22:04:27.034Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null 17:04:27 [2023-03-05T22:04:27.034Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientStubs saved at: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient.jar 17:04:27 [2023-03-05T22:04:27.034Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null 17:04:27 [2023-03-05T22:04:27.034Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientApp saved at: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient/simple-versioned-appclient.jar 17:04:27 [2023-03-05T22:04:27.034Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: return code (0): everything is OK 17:04:27 [2023-03-05T22:04:27.034Z] 17:04:27 [2023-03-05T22:04:27.034Z] _prepare.client.appclient: 17:04:27 [2023-03-05T22:04:27.034Z] 17:04:27 [2023-03-05T22:04:27.034Z] increment.log.next: 17:04:27 [2023-03-05T22:04:27.034Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties 17:04:27 [2023-03-05T22:04:27.034Z] 17:04:27 [2023-03-05T22:04:27.034Z] process.versionexpression: 17:04:27 [2023-03-05T22:04:27.034Z] 17:04:27 [2023-03-05T22:04:27.034Z] prepare.run: 17:04:27 [2023-03-05T22:04:27.034Z] 17:04:27 [2023-03-05T22:04:27.034Z] common.run.positive: 17:04:27 [2023-03-05T22:04:27.034Z] 17:04:27 [2023-03-05T22:04:27.034Z] setHttpPort: 17:04:27 [2023-03-05T22:04:27.034Z] 17:04:27 [2023-03-05T22:04:27.034Z] common.run: 17:04:27 [2023-03-05T22:04:27.034Z] 17:04:27 [2023-03-05T22:04:27.034Z] checkAppOnServer: 17:04:27 [2023-03-05T22:04:27.034Z] 17:04:27 [2023-03-05T22:04:27.034Z] declare-test: 17:04:27 [2023-03-05T22:04:27.034Z] [echo] Starting test simple-versioned-appclient sample.scenarios(1) - logID=3 (server) 17:04:27 [2023-03-05T22:04:27.034Z] 17:04:27 [2023-03-05T22:04:27.034Z] prepare.runclient: 17:04:27 [2023-03-05T22:04:27.034Z] 17:04:27 [2023-03-05T22:04:27.034Z] process.classpath: 17:04:27 [2023-03-05T22:04:27.034Z] 17:04:27 [2023-03-05T22:04:27.034Z] process.jvmargs: 17:04:27 [2023-03-05T22:04:27.034Z] 17:04:27 [2023-03-05T22:04:27.034Z] java.with.result: 17:04:27 [2023-03-05T22:04:27.291Z] [javaWithResult] OpenJDK 64-Bit Server VM warning: Archived non-system classes are disabled because the java.system.class.loader property is specified (value = "org.glassfish.appclient.client.acc.agent.ACCAgentClassLoader"). To use archived non-system classes, this property must not be set 17:04:28 [2023-03-05T22:04:28.219Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-appclient 17:04:28 [2023-03-05T22:04:28.219Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: this test is expected to succeed 17:04:28 [2023-03-05T22:04:28.219Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Expected version identifier = 17:04:28 [2023-03-05T22:04:28.219Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Retrieved version identifier = 17:04:28 [2023-03-05T22:04:28.219Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-appclient 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] process.result: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] processResult: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] failed: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] passed: 17:04:28 [2023-03-05T22:04:28.219Z] [echo] Test simple-versioned-appclient Passed 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] unknown: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] runclient: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] init.os: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] init.tools.unix: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] init.tools.windows: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] init.tools: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] setAsadminArgs: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] init: 17:04:28 [2023-03-05T22:04:28.219Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:28 [2023-03-05T22:04:28.219Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:28 [2023-03-05T22:04:28.219Z] [get] Not modified - so not downloaded 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] init.customtasks: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] checkAppOnCluster: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] run.positive: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] deploy.version: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] del.ref.registred: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] process.versionExpression: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] process.appname: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] _process.target: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] process.target: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] prepare.is.version.registred: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] init.os: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] init.tools.unix: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] init.tools.windows: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] init.tools: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.219Z] setAsadminArgs: 17:04:28 [2023-03-05T22:04:28.219Z] 17:04:28 [2023-03-05T22:04:28.220Z] init: 17:04:28 [2023-03-05T22:04:28.220Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:28 [2023-03-05T22:04:28.220Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:28 [2023-03-05T22:04:28.220Z] [get] Not modified - so not downloaded 17:04:28 [2023-03-05T22:04:28.220Z] 17:04:28 [2023-03-05T22:04:28.220Z] init.customtasks: 17:04:28 [2023-03-05T22:04:28.220Z] 17:04:28 [2023-03-05T22:04:28.220Z] prepare: 17:04:28 [2023-03-05T22:04:28.220Z] 17:04:28 [2023-03-05T22:04:28.220Z] exec.asadmin2: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] process.registred: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] is.version.registred: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] process.xmlversionidentifier: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] prepare.cluster: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] process.enabled: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] process.hasToDeploy: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] deploy.version.unregistred: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] init.os: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] init.tools.unix: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] init.tools.windows: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] init.tools: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] setAsadminArgs: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] init: 17:04:28 [2023-03-05T22:04:28.782Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:28 [2023-03-05T22:04:28.782Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:28 [2023-03-05T22:04:28.782Z] [get] Not modified - so not downloaded 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] init.customtasks: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] prepare: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] process.versionExpression: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] process.appname: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] create.version: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] assemble.non-existent: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] process.xmlversionidentifier: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] prepare.update.xml.identifier: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] update.xml.identifier: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] deployWithNameOption: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] setAsadminArgs: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] common.deploy.asadmin: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] init.os: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] init.tools.unix: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] init.tools.windows: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] init.tools: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] setAsadminArgs: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] init: 17:04:28 [2023-03-05T22:04:28.782Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:28 [2023-03-05T22:04:28.782Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:28 [2023-03-05T22:04:28.782Z] [get] Not modified - so not downloaded 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] init.customtasks: 17:04:28 [2023-03-05T22:04:28.782Z] 17:04:28 [2023-03-05T22:04:28.782Z] common.run.asadmin: 17:04:28 [2023-03-05T22:04:28.782Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-appclient /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient.jar 17:04:29 [2023-03-05T22:04:29.037Z] [exec] Deprecated syntax, instead use: 17:04:29 [2023-03-05T22:04:29.037Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:29 [2023-03-05T22:04:29.037Z] [exec] Application deployed with name simple-versioned-appclient. 17:04:29 [2023-03-05T22:04:29.037Z] [exec] Command deploy executed successfully. 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] init.os: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] init.tools.unix: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] init.tools.windows: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] init.tools: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] setAsadminArgs: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] init: 17:04:29 [2023-03-05T22:04:29.037Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:29 [2023-03-05T22:04:29.037Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:29 [2023-03-05T22:04:29.037Z] [get] Not modified - so not downloaded 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] init.customtasks: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] setEnabled: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] createAppRef: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] deployWithoutNameOption: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] init.os: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] init.tools.unix: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] init.tools.windows: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] init.tools: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] setAsadminArgs: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] init: 17:04:29 [2023-03-05T22:04:29.037Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:29 [2023-03-05T22:04:29.037Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:29 [2023-03-05T22:04:29.037Z] [get] Not modified - so not downloaded 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] init.customtasks: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] prepare.client: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] prepare.client.appclient: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] setHttpPort: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] process.versionExpression: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] process.appname: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] prepare.appclient.preparator: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] process.classpath: 17:04:29 [2023-03-05T22:04:29.037Z] 17:04:29 [2023-03-05T22:04:29.037Z] process.jvmargs: 17:04:29 [2023-03-05T22:04:29.038Z] 17:04:29 [2023-03-05T22:04:29.038Z] java.with.result: 17:04:29 [2023-03-05T22:04:29.294Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: trying to retrieve the jnlp file available at: http://localhost:8080/simple-versioned-appclient 17:04:29 [2023-03-05T22:04:29.294Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is JSESSIONID=6715645040091343320; Path=/ 17:04:29 [2023-03-05T22:04:29.294Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: jnlp file retrieved! 17:04:29 [2023-03-05T22:04:29.294Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: xpath request ran OK! 17:04:29 [2023-03-05T22:04:29.294Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: stubs url retrieved: http://localhost:8080/___JWSappclient/___app/simple-versioned-appclient/simple-versioned-appclientClient.jar 17:04:29 [2023-03-05T22:04:29.294Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null 17:04:29 [2023-03-05T22:04:29.294Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientStubs saved at: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient.jar 17:04:29 [2023-03-05T22:04:29.294Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null 17:04:29 [2023-03-05T22:04:29.294Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientApp saved at: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient/simple-versioned-appclient.jar 17:04:29 [2023-03-05T22:04:29.294Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: return code (0): everything is OK 17:04:29 [2023-03-05T22:04:29.294Z] 17:04:29 [2023-03-05T22:04:29.294Z] _prepare.client.appclient: 17:04:29 [2023-03-05T22:04:29.294Z] 17:04:29 [2023-03-05T22:04:29.294Z] increment.log.next: 17:04:29 [2023-03-05T22:04:29.294Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties 17:04:29 [2023-03-05T22:04:29.294Z] 17:04:29 [2023-03-05T22:04:29.294Z] process.versionexpression: 17:04:29 [2023-03-05T22:04:29.294Z] 17:04:29 [2023-03-05T22:04:29.294Z] prepare.run: 17:04:29 [2023-03-05T22:04:29.294Z] 17:04:29 [2023-03-05T22:04:29.294Z] common.run.positive: 17:04:29 [2023-03-05T22:04:29.550Z] 17:04:29 [2023-03-05T22:04:29.550Z] setHttpPort: 17:04:29 [2023-03-05T22:04:29.550Z] 17:04:29 [2023-03-05T22:04:29.550Z] common.run: 17:04:29 [2023-03-05T22:04:29.550Z] 17:04:29 [2023-03-05T22:04:29.550Z] checkAppOnServer: 17:04:29 [2023-03-05T22:04:29.550Z] 17:04:29 [2023-03-05T22:04:29.550Z] declare-test: 17:04:29 [2023-03-05T22:04:29.550Z] [echo] Starting test simple-versioned-appclient sample.scenarios(2) - logID=4 (server) 17:04:29 [2023-03-05T22:04:29.550Z] 17:04:29 [2023-03-05T22:04:29.550Z] prepare.runclient: 17:04:29 [2023-03-05T22:04:29.550Z] 17:04:29 [2023-03-05T22:04:29.550Z] process.classpath: 17:04:29 [2023-03-05T22:04:29.550Z] 17:04:29 [2023-03-05T22:04:29.550Z] process.jvmargs: 17:04:29 [2023-03-05T22:04:29.550Z] 17:04:29 [2023-03-05T22:04:29.550Z] java.with.result: 17:04:29 [2023-03-05T22:04:29.550Z] [javaWithResult] OpenJDK 64-Bit Server VM warning: Archived non-system classes are disabled because the java.system.class.loader property is specified (value = "org.glassfish.appclient.client.acc.agent.ACCAgentClassLoader"). To use archived non-system classes, this property must not be set 17:04:30 [2023-03-05T22:04:30.491Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-appclient 17:04:30 [2023-03-05T22:04:30.491Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: this test is expected to succeed 17:04:30 [2023-03-05T22:04:30.491Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Expected version identifier = 17:04:30 [2023-03-05T22:04:30.491Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Retrieved version identifier = 17:04:30 [2023-03-05T22:04:30.491Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-appclient 17:04:30 [2023-03-05T22:04:30.491Z] 17:04:30 [2023-03-05T22:04:30.491Z] process.result: 17:04:30 [2023-03-05T22:04:30.491Z] 17:04:30 [2023-03-05T22:04:30.491Z] processResult: 17:04:30 [2023-03-05T22:04:30.491Z] 17:04:30 [2023-03-05T22:04:30.491Z] failed: 17:04:30 [2023-03-05T22:04:30.491Z] 17:04:30 [2023-03-05T22:04:30.491Z] passed: 17:04:30 [2023-03-05T22:04:30.491Z] [echo] Test simple-versioned-appclient Passed 17:04:30 [2023-03-05T22:04:30.491Z] 17:04:30 [2023-03-05T22:04:30.491Z] unknown: 17:04:30 [2023-03-05T22:04:30.491Z] 17:04:30 [2023-03-05T22:04:30.491Z] runclient: 17:04:30 [2023-03-05T22:04:30.491Z] 17:04:30 [2023-03-05T22:04:30.491Z] init.os: 17:04:30 [2023-03-05T22:04:30.491Z] 17:04:30 [2023-03-05T22:04:30.491Z] init.tools.unix: 17:04:30 [2023-03-05T22:04:30.491Z] 17:04:30 [2023-03-05T22:04:30.491Z] init.tools.windows: 17:04:30 [2023-03-05T22:04:30.491Z] 17:04:30 [2023-03-05T22:04:30.491Z] init.tools: 17:04:30 [2023-03-05T22:04:30.491Z] 17:04:30 [2023-03-05T22:04:30.491Z] setAsadminArgs: 17:04:30 [2023-03-05T22:04:30.491Z] 17:04:30 [2023-03-05T22:04:30.491Z] init: 17:04:30 [2023-03-05T22:04:30.491Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:30 [2023-03-05T22:04:30.491Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:30 [2023-03-05T22:04:30.748Z] [get] Not modified - so not downloaded 17:04:30 [2023-03-05T22:04:30.748Z] 17:04:30 [2023-03-05T22:04:30.748Z] init.customtasks: 17:04:30 [2023-03-05T22:04:30.748Z] 17:04:30 [2023-03-05T22:04:30.748Z] checkAppOnCluster: 17:04:30 [2023-03-05T22:04:30.748Z] 17:04:30 [2023-03-05T22:04:30.748Z] run.positive: 17:04:30 [2023-03-05T22:04:30.748Z] 17:04:30 [2023-03-05T22:04:30.748Z] deploy.version: 17:04:30 [2023-03-05T22:04:30.748Z] 17:04:30 [2023-03-05T22:04:30.748Z] del.ref.registred: 17:04:30 [2023-03-05T22:04:30.748Z] 17:04:30 [2023-03-05T22:04:30.748Z] process.versionExpression: 17:04:30 [2023-03-05T22:04:30.748Z] 17:04:30 [2023-03-05T22:04:30.749Z] process.appname: 17:04:30 [2023-03-05T22:04:30.749Z] 17:04:30 [2023-03-05T22:04:30.749Z] _process.target: 17:04:30 [2023-03-05T22:04:30.749Z] 17:04:30 [2023-03-05T22:04:30.749Z] process.target: 17:04:30 [2023-03-05T22:04:30.749Z] 17:04:30 [2023-03-05T22:04:30.749Z] prepare.is.version.registred: 17:04:30 [2023-03-05T22:04:30.749Z] 17:04:30 [2023-03-05T22:04:30.749Z] init.os: 17:04:30 [2023-03-05T22:04:30.749Z] 17:04:30 [2023-03-05T22:04:30.749Z] init.tools.unix: 17:04:30 [2023-03-05T22:04:30.749Z] 17:04:30 [2023-03-05T22:04:30.749Z] init.tools.windows: 17:04:30 [2023-03-05T22:04:30.749Z] 17:04:30 [2023-03-05T22:04:30.749Z] init.tools: 17:04:30 [2023-03-05T22:04:30.749Z] 17:04:30 [2023-03-05T22:04:30.749Z] setAsadminArgs: 17:04:30 [2023-03-05T22:04:30.749Z] 17:04:30 [2023-03-05T22:04:30.749Z] init: 17:04:30 [2023-03-05T22:04:30.749Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:30 [2023-03-05T22:04:30.749Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:30 [2023-03-05T22:04:30.749Z] [get] Not modified - so not downloaded 17:04:30 [2023-03-05T22:04:30.749Z] 17:04:30 [2023-03-05T22:04:30.749Z] init.customtasks: 17:04:30 [2023-03-05T22:04:30.749Z] 17:04:30 [2023-03-05T22:04:30.749Z] prepare: 17:04:30 [2023-03-05T22:04:30.749Z] 17:04:30 [2023-03-05T22:04:30.749Z] exec.asadmin2: 17:04:31 [2023-03-05T22:04:31.005Z] [exec] Result: 1 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] process.registred: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] is.version.registred: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] process.xmlversionidentifier: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] prepare.cluster: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] process.enabled: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] process.hasToDeploy: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] deploy.version.unregistred: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] init.os: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] init.tools.unix: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] init.tools.windows: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] init.tools: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] setAsadminArgs: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] init: 17:04:31 [2023-03-05T22:04:31.005Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:31 [2023-03-05T22:04:31.005Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:31 [2023-03-05T22:04:31.005Z] [get] Not modified - so not downloaded 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] init.customtasks: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] prepare: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] process.versionExpression: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] process.appname: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] create.version: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] assemble.non-existent: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] init.os: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] init.tools.unix: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] init.tools.windows: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] init.tools: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] setAsadminArgs: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] init: 17:04:31 [2023-03-05T22:04:31.005Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:31 [2023-03-05T22:04:31.005Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:31 [2023-03-05T22:04:31.005Z] [get] Not modified - so not downloaded 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] init.customtasks: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] prepare: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] process.versionexpression: 17:04:31 [2023-03-05T22:04:31.005Z] 17:04:31 [2023-03-05T22:04:31.005Z] compile: 17:04:31 [2023-03-05T22:04:31.005Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/build.xml:79: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:04:31 [2023-03-05T22:04:31.005Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient 17:04:31 [2023-03-05T22:04:31.261Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:04:31 [2023-03-05T22:04:31.261Z] [javac] 1 warning 17:04:31 [2023-03-05T22:04:31.261Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/versionedappclient/version-infos.properties 17:04:31 [2023-03-05T22:04:31.261Z] 17:04:31 [2023-03-05T22:04:31.261Z] process.xmlversionidentifier: 17:04:31 [2023-03-05T22:04:31.261Z] 17:04:31 [2023-03-05T22:04:31.261Z] process.versionExpression: 17:04:31 [2023-03-05T22:04:31.261Z] 17:04:31 [2023-03-05T22:04:31.261Z] process.xml.create.flag: 17:04:31 [2023-03-05T22:04:31.261Z] 17:04:31 [2023-03-05T22:04:31.261Z] create.xml.flag: 17:04:31 [2023-03-05T22:04:31.261Z] 17:04:31 [2023-03-05T22:04:31.261Z] generate.xml.identifier: 17:04:31 [2023-03-05T22:04:31.261Z] 17:04:31 [2023-03-05T22:04:31.261Z] assemble: 17:04:31 [2023-03-05T22:04:31.261Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.0.jar 17:04:31 [2023-03-05T22:04:31.261Z] 17:04:31 [2023-03-05T22:04:31.261Z] process.xmlversionidentifier: 17:04:31 [2023-03-05T22:04:31.261Z] 17:04:31 [2023-03-05T22:04:31.261Z] prepare.update.xml.identifier: 17:04:31 [2023-03-05T22:04:31.261Z] 17:04:31 [2023-03-05T22:04:31.261Z] update.xml.identifier: 17:04:31 [2023-03-05T22:04:31.261Z] 17:04:31 [2023-03-05T22:04:31.261Z] deployWithNameOption: 17:04:31 [2023-03-05T22:04:31.261Z] 17:04:31 [2023-03-05T22:04:31.261Z] setAsadminArgs: 17:04:31 [2023-03-05T22:04:31.261Z] 17:04:31 [2023-03-05T22:04:31.261Z] common.deploy.asadmin: 17:04:31 [2023-03-05T22:04:31.261Z] 17:04:31 [2023-03-05T22:04:31.262Z] init.os: 17:04:31 [2023-03-05T22:04:31.262Z] 17:04:31 [2023-03-05T22:04:31.262Z] init.tools.unix: 17:04:31 [2023-03-05T22:04:31.262Z] 17:04:31 [2023-03-05T22:04:31.262Z] init.tools.windows: 17:04:31 [2023-03-05T22:04:31.262Z] 17:04:31 [2023-03-05T22:04:31.262Z] init.tools: 17:04:31 [2023-03-05T22:04:31.262Z] 17:04:31 [2023-03-05T22:04:31.262Z] setAsadminArgs: 17:04:31 [2023-03-05T22:04:31.262Z] 17:04:31 [2023-03-05T22:04:31.262Z] init: 17:04:31 [2023-03-05T22:04:31.262Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:31 [2023-03-05T22:04:31.262Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:31 [2023-03-05T22:04:31.262Z] [get] Not modified - so not downloaded 17:04:31 [2023-03-05T22:04:31.262Z] 17:04:31 [2023-03-05T22:04:31.262Z] init.customtasks: 17:04:31 [2023-03-05T22:04:31.262Z] 17:04:31 [2023-03-05T22:04:31.262Z] common.run.asadmin: 17:04:31 [2023-03-05T22:04:31.262Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=false --name=simple-versioned-appclient:ALPHA-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.0.jar 17:04:31 [2023-03-05T22:04:31.518Z] [exec] Deprecated syntax, instead use: 17:04:31 [2023-03-05T22:04:31.518Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:31 [2023-03-05T22:04:31.774Z] [exec] Application deployed with name simple-versioned-appclient:ALPHA-1.0.0. 17:04:31 [2023-03-05T22:04:31.774Z] [exec] Command deploy executed successfully. 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] init.os: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] init.tools.unix: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] init.tools.windows: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] init.tools: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] setAsadminArgs: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] init: 17:04:31 [2023-03-05T22:04:31.774Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:31 [2023-03-05T22:04:31.774Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:31 [2023-03-05T22:04:31.774Z] [get] Not modified - so not downloaded 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] init.customtasks: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] setEnabled: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] createAppRef: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] deployWithoutNameOption: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] init.os: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] init.tools.unix: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] init.tools.windows: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] init.tools: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] setAsadminArgs: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] init: 17:04:31 [2023-03-05T22:04:31.774Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:31 [2023-03-05T22:04:31.774Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:31 [2023-03-05T22:04:31.774Z] [get] Not modified - so not downloaded 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] init.customtasks: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] prepare.client: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] prepare.client.appclient: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] setHttpPort: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] process.versionExpression: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] process.appname: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] prepare.appclient.preparator: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] process.classpath: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] process.jvmargs: 17:04:31 [2023-03-05T22:04:31.774Z] 17:04:31 [2023-03-05T22:04:31.774Z] java.with.result: 17:04:32 [2023-03-05T22:04:32.030Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: trying to retrieve the jnlp file available at: http://localhost:8080/simple-versioned-appclient 17:04:32 [2023-03-05T22:04:32.030Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is JSESSIONID=4611079812479700860; Path=/ 17:04:32 [2023-03-05T22:04:32.030Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: jnlp file retrieved! 17:04:32 [2023-03-05T22:04:32.030Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: xpath request ran OK! 17:04:32 [2023-03-05T22:04:32.030Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: stubs url retrieved: http://localhost:8080/___JWSappclient/___app/simple-versioned-appclient:ALPHA-1.0.0/simple-versioned-appclientClient.jar 17:04:32 [2023-03-05T22:04:32.030Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null 17:04:32 [2023-03-05T22:04:32.030Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientStubs saved at: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient.jar 17:04:32 [2023-03-05T22:04:32.030Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null 17:04:32 [2023-03-05T22:04:32.030Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientApp saved at: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient/simple-versioned-appclient.jar 17:04:32 [2023-03-05T22:04:32.030Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: return code (0): everything is OK 17:04:32 [2023-03-05T22:04:32.030Z] 17:04:32 [2023-03-05T22:04:32.030Z] _prepare.client.appclient: 17:04:32 [2023-03-05T22:04:32.030Z] 17:04:32 [2023-03-05T22:04:32.030Z] increment.log.next: 17:04:32 [2023-03-05T22:04:32.030Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties 17:04:32 [2023-03-05T22:04:32.030Z] 17:04:32 [2023-03-05T22:04:32.030Z] process.versionexpression: 17:04:32 [2023-03-05T22:04:32.030Z] 17:04:32 [2023-03-05T22:04:32.030Z] prepare.run: 17:04:32 [2023-03-05T22:04:32.030Z] 17:04:32 [2023-03-05T22:04:32.030Z] common.run.positive: 17:04:32 [2023-03-05T22:04:32.030Z] 17:04:32 [2023-03-05T22:04:32.030Z] setHttpPort: 17:04:32 [2023-03-05T22:04:32.030Z] 17:04:32 [2023-03-05T22:04:32.030Z] common.run: 17:04:32 [2023-03-05T22:04:32.030Z] 17:04:32 [2023-03-05T22:04:32.030Z] checkAppOnServer: 17:04:32 [2023-03-05T22:04:32.030Z] 17:04:32 [2023-03-05T22:04:32.030Z] declare-test: 17:04:32 [2023-03-05T22:04:32.030Z] [echo] Starting test simple-versioned-appclient sample.scenarios(3) - logID=5 (server) 17:04:32 [2023-03-05T22:04:32.030Z] 17:04:32 [2023-03-05T22:04:32.030Z] prepare.runclient: 17:04:32 [2023-03-05T22:04:32.030Z] 17:04:32 [2023-03-05T22:04:32.030Z] process.classpath: 17:04:32 [2023-03-05T22:04:32.030Z] 17:04:32 [2023-03-05T22:04:32.030Z] process.jvmargs: 17:04:32 [2023-03-05T22:04:32.030Z] 17:04:32 [2023-03-05T22:04:32.030Z] java.with.result: 17:04:32 [2023-03-05T22:04:32.030Z] [javaWithResult] OpenJDK 64-Bit Server VM warning: Archived non-system classes are disabled because the java.system.class.loader property is specified (value = "org.glassfish.appclient.client.acc.agent.ACCAgentClassLoader"). To use archived non-system classes, this property must not be set 17:04:33 [2023-03-05T22:04:33.418Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-appclient 17:04:33 [2023-03-05T22:04:33.418Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: this test is expected to succeed 17:04:33 [2023-03-05T22:04:33.418Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 17:04:33 [2023-03-05T22:04:33.418Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Retrieved version identifier = ALPHA-1.0.0 17:04:33 [2023-03-05T22:04:33.418Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-appclient 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] process.result: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] processResult: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] failed: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] passed: 17:04:33 [2023-03-05T22:04:33.418Z] [echo] Test simple-versioned-appclient Passed 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] unknown: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] runclient: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] init.os: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] init.tools.unix: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] init.tools.windows: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] init.tools: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] setAsadminArgs: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] init: 17:04:33 [2023-03-05T22:04:33.418Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:33 [2023-03-05T22:04:33.418Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:33 [2023-03-05T22:04:33.418Z] [get] Not modified - so not downloaded 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] init.customtasks: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] checkAppOnCluster: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] run.positive: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] deploy.version: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] del.ref.registred: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] process.versionExpression: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] process.appname: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] _process.target: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] process.target: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] prepare.is.version.registred: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] init.os: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] init.tools.unix: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] init.tools.windows: 17:04:33 [2023-03-05T22:04:33.418Z] 17:04:33 [2023-03-05T22:04:33.418Z] init.tools: 17:04:33 [2023-03-05T22:04:33.419Z] 17:04:33 [2023-03-05T22:04:33.419Z] setAsadminArgs: 17:04:33 [2023-03-05T22:04:33.419Z] 17:04:33 [2023-03-05T22:04:33.419Z] init: 17:04:33 [2023-03-05T22:04:33.419Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:33 [2023-03-05T22:04:33.419Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:33 [2023-03-05T22:04:33.419Z] [get] Not modified - so not downloaded 17:04:33 [2023-03-05T22:04:33.419Z] 17:04:33 [2023-03-05T22:04:33.419Z] init.customtasks: 17:04:33 [2023-03-05T22:04:33.419Z] 17:04:33 [2023-03-05T22:04:33.419Z] prepare: 17:04:33 [2023-03-05T22:04:33.419Z] 17:04:33 [2023-03-05T22:04:33.419Z] exec.asadmin2: 17:04:33 [2023-03-05T22:04:33.675Z] [exec] Result: 1 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] process.registred: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] is.version.registred: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] process.xmlversionidentifier: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] prepare.cluster: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] process.enabled: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] process.hasToDeploy: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] deploy.version.unregistred: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] init.os: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] init.tools.unix: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] init.tools.windows: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] init.tools: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] setAsadminArgs: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] init: 17:04:33 [2023-03-05T22:04:33.675Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:33 [2023-03-05T22:04:33.675Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:33 [2023-03-05T22:04:33.675Z] [get] Not modified - so not downloaded 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] init.customtasks: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] prepare: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] process.versionExpression: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] process.appname: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] create.version: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] assemble.non-existent: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] process.xmlversionidentifier: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] prepare.update.xml.identifier: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] update.xml.identifier: 17:04:33 [2023-03-05T22:04:33.675Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.1.jar into /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] process.xmlversionidentifier: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] process.versionExpression: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] process.xml.create.flag: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] create.xml.flag: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] generate.xml.identifier: 17:04:33 [2023-03-05T22:04:33.675Z] [zip] Building zip: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/tmp.jar 17:04:33 [2023-03-05T22:04:33.675Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.1.jar 17:04:33 [2023-03-05T22:04:33.675Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient 17:04:33 [2023-03-05T22:04:33.675Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/glassfish-application-client.xml 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] process.xml.delete.flag: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] delete.xml.flag: 17:04:33 [2023-03-05T22:04:33.675Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.1-hasXmlVersion 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] deployWithNameOption: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] setAsadminArgs: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] common.deploy.asadmin: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] init.os: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] init.tools.unix: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] init.tools.windows: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] init.tools: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] setAsadminArgs: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] init: 17:04:33 [2023-03-05T22:04:33.675Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:33 [2023-03-05T22:04:33.675Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:33 [2023-03-05T22:04:33.675Z] [get] Not modified - so not downloaded 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] init.customtasks: 17:04:33 [2023-03-05T22:04:33.675Z] 17:04:33 [2023-03-05T22:04:33.675Z] common.run.asadmin: 17:04:33 [2023-03-05T22:04:33.675Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled false --force=false --name=simple-versioned-appclient:ALPHA-1.0.1 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.1.jar 17:04:33 [2023-03-05T22:04:33.931Z] [exec] Deprecated syntax, instead use: 17:04:33 [2023-03-05T22:04:33.932Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:33 [2023-03-05T22:04:33.932Z] [exec] Application deployed with name simple-versioned-appclient:ALPHA-1.0.1. 17:04:33 [2023-03-05T22:04:33.932Z] [exec] Command deploy executed successfully. 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] init.os: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] init.tools.unix: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] init.tools.windows: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] init.tools: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] setAsadminArgs: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] init: 17:04:33 [2023-03-05T22:04:33.932Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:33 [2023-03-05T22:04:33.932Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:33 [2023-03-05T22:04:33.932Z] [get] Not modified - so not downloaded 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] init.customtasks: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] setEnabled: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] createAppRef: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] deployWithoutNameOption: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] init.os: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] init.tools.unix: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] init.tools.windows: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] init.tools: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] setAsadminArgs: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] init: 17:04:33 [2023-03-05T22:04:33.932Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:33 [2023-03-05T22:04:33.932Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:33 [2023-03-05T22:04:33.932Z] [get] Not modified - so not downloaded 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] init.customtasks: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] prepare.client: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] prepare.client.appclient: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] setHttpPort: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] process.versionExpression: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] process.appname: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] prepare.appclient.preparator: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] process.classpath: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] process.jvmargs: 17:04:33 [2023-03-05T22:04:33.932Z] 17:04:33 [2023-03-05T22:04:33.932Z] java.with.result: 17:04:34 [2023-03-05T22:04:34.189Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: trying to retrieve the jnlp file available at: http://localhost:8080/simple-versioned-appclient 17:04:34 [2023-03-05T22:04:34.189Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is JSESSIONID=5884510478625964099; Path=/ 17:04:34 [2023-03-05T22:04:34.189Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: jnlp file retrieved! 17:04:34 [2023-03-05T22:04:34.189Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: xpath request ran OK! 17:04:34 [2023-03-05T22:04:34.189Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: stubs url retrieved: http://localhost:8080/___JWSappclient/___app/simple-versioned-appclient:ALPHA-1.0.0/simple-versioned-appclientClient.jar 17:04:34 [2023-03-05T22:04:34.189Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null 17:04:34 [2023-03-05T22:04:34.189Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientStubs saved at: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient.jar 17:04:34 [2023-03-05T22:04:34.189Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null 17:04:34 [2023-03-05T22:04:34.189Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientApp saved at: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient/simple-versioned-appclient.jar 17:04:34 [2023-03-05T22:04:34.189Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: return code (0): everything is OK 17:04:34 [2023-03-05T22:04:34.189Z] 17:04:34 [2023-03-05T22:04:34.189Z] _prepare.client.appclient: 17:04:34 [2023-03-05T22:04:34.189Z] 17:04:34 [2023-03-05T22:04:34.189Z] increment.log.next: 17:04:34 [2023-03-05T22:04:34.189Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties 17:04:34 [2023-03-05T22:04:34.189Z] 17:04:34 [2023-03-05T22:04:34.189Z] process.versionexpression: 17:04:34 [2023-03-05T22:04:34.189Z] 17:04:34 [2023-03-05T22:04:34.189Z] prepare.run: 17:04:34 [2023-03-05T22:04:34.189Z] 17:04:34 [2023-03-05T22:04:34.189Z] common.run.negative: 17:04:34 [2023-03-05T22:04:34.189Z] 17:04:34 [2023-03-05T22:04:34.189Z] setHttpPort: 17:04:34 [2023-03-05T22:04:34.189Z] 17:04:34 [2023-03-05T22:04:34.189Z] common.run: 17:04:34 [2023-03-05T22:04:34.189Z] 17:04:34 [2023-03-05T22:04:34.189Z] checkAppOnServer: 17:04:34 [2023-03-05T22:04:34.189Z] 17:04:34 [2023-03-05T22:04:34.189Z] declare-test: 17:04:34 [2023-03-05T22:04:34.189Z] [echo] Starting test simple-versioned-appclient sample.scenarios(4) - logID=6 (server) 17:04:34 [2023-03-05T22:04:34.189Z] 17:04:34 [2023-03-05T22:04:34.189Z] prepare.runclient: 17:04:34 [2023-03-05T22:04:34.189Z] 17:04:34 [2023-03-05T22:04:34.189Z] process.classpath: 17:04:34 [2023-03-05T22:04:34.189Z] 17:04:34 [2023-03-05T22:04:34.189Z] process.jvmargs: 17:04:34 [2023-03-05T22:04:34.189Z] 17:04:34 [2023-03-05T22:04:34.189Z] java.with.result: 17:04:34 [2023-03-05T22:04:34.445Z] [javaWithResult] OpenJDK 64-Bit Server VM warning: Archived non-system classes are disabled because the java.system.class.loader property is specified (value = "org.glassfish.appclient.client.acc.agent.ACCAgentClassLoader"). To use archived non-system classes, this property must not be set 17:04:35 [2023-03-05T22:04:35.384Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-appclient 17:04:35 [2023-03-05T22:04:35.384Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: this test is expected to fail 17:04:35 [2023-03-05T22:04:35.384Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.1 17:04:35 [2023-03-05T22:04:35.384Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Retrieved version identifier = ALPHA-1.0.0 17:04:35 [2023-03-05T22:04:35.384Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-appclient 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] process.result: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] processResult: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] failed: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] passed: 17:04:35 [2023-03-05T22:04:35.384Z] [echo] Test simple-versioned-appclient Passed 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] unknown: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] runclient: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] init.os: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] init.tools.unix: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] init.tools.windows: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] init.tools: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] setAsadminArgs: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] init: 17:04:35 [2023-03-05T22:04:35.384Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:35 [2023-03-05T22:04:35.384Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:35 [2023-03-05T22:04:35.384Z] [get] Not modified - so not downloaded 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] init.customtasks: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] checkAppOnCluster: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] run.negative: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] process.versionExpression: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] process.appname: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] process.xmlversionidentifier: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] prepare.cluster: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] enable.version: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] setAsadminArgs: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] common.enable.asadmin: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] init.os: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] init.tools.unix: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] init.tools.windows: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] init.tools: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] setAsadminArgs: 17:04:35 [2023-03-05T22:04:35.384Z] 17:04:35 [2023-03-05T22:04:35.384Z] init: 17:04:35 [2023-03-05T22:04:35.384Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:35 [2023-03-05T22:04:35.385Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:35 [2023-03-05T22:04:35.385Z] [get] Not modified - so not downloaded 17:04:35 [2023-03-05T22:04:35.385Z] 17:04:35 [2023-03-05T22:04:35.385Z] init.customtasks: 17:04:35 [2023-03-05T22:04:35.385Z] 17:04:35 [2023-03-05T22:04:35.385Z] common.run.asadmin: 17:04:35 [2023-03-05T22:04:35.385Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-appclient:ALPHA-1.0.1 17:04:35 [2023-03-05T22:04:35.642Z] [exec] Deprecated syntax, instead use: 17:04:35 [2023-03-05T22:04:35.642Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... 17:04:35 [2023-03-05T22:04:35.900Z] [exec] Command enable executed successfully. 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] init.os: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] init.tools.unix: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] init.tools.windows: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] init.tools: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] setAsadminArgs: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] init: 17:04:35 [2023-03-05T22:04:35.901Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:35 [2023-03-05T22:04:35.901Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:35 [2023-03-05T22:04:35.901Z] [get] Not modified - so not downloaded 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] init.customtasks: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] enableAppOnInstance: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] init.os: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] init.tools.unix: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] init.tools.windows: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] init.tools: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] setAsadminArgs: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] init: 17:04:35 [2023-03-05T22:04:35.901Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:35 [2023-03-05T22:04:35.901Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:35 [2023-03-05T22:04:35.901Z] [get] Not modified - so not downloaded 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] init.customtasks: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] prepare.client: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] prepare.client.appclient: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] setHttpPort: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] process.versionExpression: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] process.appname: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] prepare.appclient.preparator: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] process.classpath: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] process.jvmargs: 17:04:35 [2023-03-05T22:04:35.901Z] 17:04:35 [2023-03-05T22:04:35.901Z] java.with.result: 17:04:36 [2023-03-05T22:04:36.158Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: trying to retrieve the jnlp file available at: http://localhost:8080/simple-versioned-appclient 17:04:36 [2023-03-05T22:04:36.158Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is JSESSIONID=8854069963073910878; Path=/ 17:04:36 [2023-03-05T22:04:36.158Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: jnlp file retrieved! 17:04:36 [2023-03-05T22:04:36.158Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: xpath request ran OK! 17:04:36 [2023-03-05T22:04:36.158Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: stubs url retrieved: http://localhost:8080/___JWSappclient/___app/simple-versioned-appclient:ALPHA-1.0.1/simple-versioned-appclientClient.jar 17:04:36 [2023-03-05T22:04:36.158Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null 17:04:36 [2023-03-05T22:04:36.159Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientStubs saved at: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient.jar 17:04:36 [2023-03-05T22:04:36.159Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null 17:04:36 [2023-03-05T22:04:36.159Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientApp saved at: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient/simple-versioned-appclient.jar 17:04:36 [2023-03-05T22:04:36.159Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: return code (0): everything is OK 17:04:36 [2023-03-05T22:04:36.159Z] 17:04:36 [2023-03-05T22:04:36.159Z] _prepare.client.appclient: 17:04:36 [2023-03-05T22:04:36.159Z] 17:04:36 [2023-03-05T22:04:36.159Z] increment.log.next: 17:04:36 [2023-03-05T22:04:36.159Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties 17:04:36 [2023-03-05T22:04:36.159Z] 17:04:36 [2023-03-05T22:04:36.159Z] process.versionexpression: 17:04:36 [2023-03-05T22:04:36.159Z] 17:04:36 [2023-03-05T22:04:36.159Z] prepare.run: 17:04:36 [2023-03-05T22:04:36.159Z] 17:04:36 [2023-03-05T22:04:36.159Z] common.run.positive: 17:04:36 [2023-03-05T22:04:36.159Z] 17:04:36 [2023-03-05T22:04:36.159Z] setHttpPort: 17:04:36 [2023-03-05T22:04:36.159Z] 17:04:36 [2023-03-05T22:04:36.159Z] common.run: 17:04:36 [2023-03-05T22:04:36.159Z] 17:04:36 [2023-03-05T22:04:36.159Z] checkAppOnServer: 17:04:36 [2023-03-05T22:04:36.159Z] 17:04:36 [2023-03-05T22:04:36.159Z] declare-test: 17:04:36 [2023-03-05T22:04:36.159Z] [echo] Starting test simple-versioned-appclient sample.scenarios(5) - logID=7 (server) 17:04:36 [2023-03-05T22:04:36.159Z] 17:04:36 [2023-03-05T22:04:36.159Z] prepare.runclient: 17:04:36 [2023-03-05T22:04:36.159Z] 17:04:36 [2023-03-05T22:04:36.159Z] process.classpath: 17:04:36 [2023-03-05T22:04:36.159Z] 17:04:36 [2023-03-05T22:04:36.159Z] process.jvmargs: 17:04:36 [2023-03-05T22:04:36.159Z] 17:04:36 [2023-03-05T22:04:36.159Z] java.with.result: 17:04:36 [2023-03-05T22:04:36.159Z] [javaWithResult] OpenJDK 64-Bit Server VM warning: Archived non-system classes are disabled because the java.system.class.loader property is specified (value = "org.glassfish.appclient.client.acc.agent.ACCAgentClassLoader"). To use archived non-system classes, this property must not be set 17:04:37 [2023-03-05T22:04:37.089Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-appclient 17:04:37 [2023-03-05T22:04:37.089Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: this test is expected to succeed 17:04:37 [2023-03-05T22:04:37.089Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.1 17:04:37 [2023-03-05T22:04:37.089Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Retrieved version identifier = ALPHA-1.0.1 17:04:37 [2023-03-05T22:04:37.090Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-appclient 17:04:37 [2023-03-05T22:04:37.090Z] 17:04:37 [2023-03-05T22:04:37.090Z] process.result: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] processResult: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] failed: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] passed: 17:04:37 [2023-03-05T22:04:37.346Z] [echo] Test simple-versioned-appclient Passed 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] unknown: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] runclient: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] init.os: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] init.tools.unix: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] init.tools.windows: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] init.tools: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] setAsadminArgs: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] init: 17:04:37 [2023-03-05T22:04:37.346Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:37 [2023-03-05T22:04:37.346Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:37 [2023-03-05T22:04:37.346Z] [get] Not modified - so not downloaded 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] init.customtasks: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] checkAppOnCluster: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] run.positive: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] deploy.version: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] del.ref.registred: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] process.versionExpression: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] process.appname: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] _process.target: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] process.target: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] prepare.is.version.registred: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] init.os: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] init.tools.unix: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] init.tools.windows: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] init.tools: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] setAsadminArgs: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] init: 17:04:37 [2023-03-05T22:04:37.346Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:37 [2023-03-05T22:04:37.346Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:37 [2023-03-05T22:04:37.346Z] [get] Not modified - so not downloaded 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] init.customtasks: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] prepare: 17:04:37 [2023-03-05T22:04:37.346Z] 17:04:37 [2023-03-05T22:04:37.346Z] exec.asadmin2: 17:04:37 [2023-03-05T22:04:37.602Z] [exec] Result: 1 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] process.registred: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] is.version.registred: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] process.xmlversionidentifier: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] prepare.cluster: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] process.enabled: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] process.hasToDeploy: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] deploy.version.unregistred: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] init.os: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] init.tools.unix: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] init.tools.windows: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] init.tools: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] setAsadminArgs: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] init: 17:04:37 [2023-03-05T22:04:37.602Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:37 [2023-03-05T22:04:37.602Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:37 [2023-03-05T22:04:37.602Z] [get] Not modified - so not downloaded 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] init.customtasks: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] prepare: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] process.versionExpression: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] process.appname: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] create.version: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] assemble.non-existent: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] init.os: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] init.tools.unix: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] init.tools.windows: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] init.tools: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] setAsadminArgs: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] init: 17:04:37 [2023-03-05T22:04:37.602Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:37 [2023-03-05T22:04:37.602Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:37 [2023-03-05T22:04:37.602Z] [get] Not modified - so not downloaded 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] init.customtasks: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] prepare: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] process.versionexpression: 17:04:37 [2023-03-05T22:04:37.602Z] 17:04:37 [2023-03-05T22:04:37.602Z] compile: 17:04:37 [2023-03-05T22:04:37.602Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/build.xml:79: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:04:37 [2023-03-05T22:04:37.602Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient 17:04:37 [2023-03-05T22:04:37.859Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:04:37 [2023-03-05T22:04:37.859Z] [javac] 1 warning 17:04:37 [2023-03-05T22:04:37.859Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/versionedappclient/version-infos.properties 17:04:37 [2023-03-05T22:04:37.859Z] 17:04:37 [2023-03-05T22:04:37.859Z] process.xmlversionidentifier: 17:04:37 [2023-03-05T22:04:37.859Z] 17:04:37 [2023-03-05T22:04:37.859Z] process.versionExpression: 17:04:37 [2023-03-05T22:04:37.859Z] 17:04:37 [2023-03-05T22:04:37.859Z] process.xml.create.flag: 17:04:37 [2023-03-05T22:04:37.859Z] 17:04:37 [2023-03-05T22:04:37.859Z] create.xml.flag: 17:04:37 [2023-03-05T22:04:37.859Z] 17:04:37 [2023-03-05T22:04:37.859Z] generate.xml.identifier: 17:04:37 [2023-03-05T22:04:37.859Z] 17:04:37 [2023-03-05T22:04:37.859Z] assemble: 17:04:37 [2023-03-05T22:04:37.859Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:RC-1.0.0.jar 17:04:37 [2023-03-05T22:04:37.859Z] 17:04:37 [2023-03-05T22:04:37.859Z] process.xmlversionidentifier: 17:04:37 [2023-03-05T22:04:37.859Z] 17:04:37 [2023-03-05T22:04:37.859Z] prepare.update.xml.identifier: 17:04:37 [2023-03-05T22:04:37.859Z] 17:04:37 [2023-03-05T22:04:37.859Z] update.xml.identifier: 17:04:37 [2023-03-05T22:04:37.859Z] 17:04:37 [2023-03-05T22:04:37.859Z] deployWithNameOption: 17:04:37 [2023-03-05T22:04:37.859Z] 17:04:37 [2023-03-05T22:04:37.859Z] setAsadminArgs: 17:04:37 [2023-03-05T22:04:37.859Z] 17:04:37 [2023-03-05T22:04:37.859Z] common.deploy.asadmin: 17:04:37 [2023-03-05T22:04:37.859Z] 17:04:37 [2023-03-05T22:04:37.859Z] init.os: 17:04:37 [2023-03-05T22:04:37.859Z] 17:04:37 [2023-03-05T22:04:37.859Z] init.tools.unix: 17:04:37 [2023-03-05T22:04:37.859Z] 17:04:37 [2023-03-05T22:04:37.859Z] init.tools.windows: 17:04:37 [2023-03-05T22:04:37.859Z] 17:04:37 [2023-03-05T22:04:37.859Z] init.tools: 17:04:37 [2023-03-05T22:04:37.860Z] 17:04:37 [2023-03-05T22:04:37.860Z] setAsadminArgs: 17:04:37 [2023-03-05T22:04:37.860Z] 17:04:37 [2023-03-05T22:04:37.860Z] init: 17:04:37 [2023-03-05T22:04:37.860Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:37 [2023-03-05T22:04:37.860Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:37 [2023-03-05T22:04:37.860Z] [get] Not modified - so not downloaded 17:04:37 [2023-03-05T22:04:37.860Z] 17:04:37 [2023-03-05T22:04:37.860Z] init.customtasks: 17:04:37 [2023-03-05T22:04:37.860Z] 17:04:37 [2023-03-05T22:04:37.860Z] common.run.asadmin: 17:04:37 [2023-03-05T22:04:37.860Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=false --name=simple-versioned-appclient:RC-1.0.0 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:RC-1.0.0.jar 17:04:38 [2023-03-05T22:04:38.118Z] [exec] Deprecated syntax, instead use: 17:04:38 [2023-03-05T22:04:38.118Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:38 [2023-03-05T22:04:38.374Z] [exec] Application deployed with name simple-versioned-appclient:RC-1.0.0. 17:04:38 [2023-03-05T22:04:38.374Z] [exec] Command deploy executed successfully. 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] init.os: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] init.tools.unix: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] init.tools.windows: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] init.tools: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] setAsadminArgs: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] init: 17:04:38 [2023-03-05T22:04:38.374Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:38 [2023-03-05T22:04:38.374Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:38 [2023-03-05T22:04:38.374Z] [get] Not modified - so not downloaded 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] init.customtasks: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] setEnabled: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] createAppRef: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] deployWithoutNameOption: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] init.os: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] init.tools.unix: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] init.tools.windows: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] init.tools: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] setAsadminArgs: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] init: 17:04:38 [2023-03-05T22:04:38.374Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:38 [2023-03-05T22:04:38.374Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:38 [2023-03-05T22:04:38.374Z] [get] Not modified - so not downloaded 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] init.customtasks: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] prepare.client: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] prepare.client.appclient: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] setHttpPort: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] process.versionExpression: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] process.appname: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] prepare.appclient.preparator: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] process.classpath: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] process.jvmargs: 17:04:38 [2023-03-05T22:04:38.374Z] 17:04:38 [2023-03-05T22:04:38.374Z] java.with.result: 17:04:38 [2023-03-05T22:04:38.630Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: trying to retrieve the jnlp file available at: http://localhost:8080/simple-versioned-appclient 17:04:38 [2023-03-05T22:04:38.630Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is JSESSIONID=3761052867981594995; Path=/ 17:04:38 [2023-03-05T22:04:38.630Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: jnlp file retrieved! 17:04:38 [2023-03-05T22:04:38.630Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: xpath request ran OK! 17:04:38 [2023-03-05T22:04:38.630Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: stubs url retrieved: http://localhost:8080/___JWSappclient/___app/simple-versioned-appclient:RC-1.0.0/simple-versioned-appclientClient.jar 17:04:38 [2023-03-05T22:04:38.630Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null 17:04:38 [2023-03-05T22:04:38.630Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientStubs saved at: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient.jar 17:04:38 [2023-03-05T22:04:38.630Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null 17:04:38 [2023-03-05T22:04:38.630Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientApp saved at: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient/simple-versioned-appclient.jar 17:04:38 [2023-03-05T22:04:38.630Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: return code (0): everything is OK 17:04:38 [2023-03-05T22:04:38.630Z] 17:04:38 [2023-03-05T22:04:38.630Z] _prepare.client.appclient: 17:04:38 [2023-03-05T22:04:38.630Z] 17:04:38 [2023-03-05T22:04:38.630Z] increment.log.next: 17:04:38 [2023-03-05T22:04:38.630Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties 17:04:38 [2023-03-05T22:04:38.630Z] 17:04:38 [2023-03-05T22:04:38.630Z] process.versionexpression: 17:04:38 [2023-03-05T22:04:38.630Z] 17:04:38 [2023-03-05T22:04:38.630Z] prepare.run: 17:04:38 [2023-03-05T22:04:38.630Z] 17:04:38 [2023-03-05T22:04:38.630Z] common.run.positive: 17:04:38 [2023-03-05T22:04:38.630Z] 17:04:38 [2023-03-05T22:04:38.630Z] setHttpPort: 17:04:38 [2023-03-05T22:04:38.630Z] 17:04:38 [2023-03-05T22:04:38.630Z] common.run: 17:04:38 [2023-03-05T22:04:38.630Z] 17:04:38 [2023-03-05T22:04:38.630Z] checkAppOnServer: 17:04:38 [2023-03-05T22:04:38.630Z] 17:04:38 [2023-03-05T22:04:38.630Z] declare-test: 17:04:38 [2023-03-05T22:04:38.630Z] [echo] Starting test simple-versioned-appclient sample.scenarios(6) - logID=8 (server) 17:04:38 [2023-03-05T22:04:38.630Z] 17:04:38 [2023-03-05T22:04:38.630Z] prepare.runclient: 17:04:38 [2023-03-05T22:04:38.630Z] 17:04:38 [2023-03-05T22:04:38.630Z] process.classpath: 17:04:38 [2023-03-05T22:04:38.630Z] 17:04:38 [2023-03-05T22:04:38.630Z] process.jvmargs: 17:04:38 [2023-03-05T22:04:38.630Z] 17:04:38 [2023-03-05T22:04:38.630Z] java.with.result: 17:04:38 [2023-03-05T22:04:38.630Z] [javaWithResult] OpenJDK 64-Bit Server VM warning: Archived non-system classes are disabled because the java.system.class.loader property is specified (value = "org.glassfish.appclient.client.acc.agent.ACCAgentClassLoader"). To use archived non-system classes, this property must not be set 17:04:39 [2023-03-05T22:04:39.998Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-appclient 17:04:39 [2023-03-05T22:04:39.998Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: this test is expected to succeed 17:04:39 [2023-03-05T22:04:39.998Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Expected version identifier = RC-1.0.0 17:04:39 [2023-03-05T22:04:39.998Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Retrieved version identifier = RC-1.0.0 17:04:39 [2023-03-05T22:04:39.998Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-appclient 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] process.result: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] processResult: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] failed: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] passed: 17:04:39 [2023-03-05T22:04:39.998Z] [echo] Test simple-versioned-appclient Passed 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] unknown: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] runclient: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init.os: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init.tools.unix: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init.tools.windows: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init.tools: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] setAsadminArgs: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init: 17:04:39 [2023-03-05T22:04:39.998Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:39 [2023-03-05T22:04:39.998Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:39 [2023-03-05T22:04:39.998Z] [get] Not modified - so not downloaded 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init.customtasks: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] checkAppOnCluster: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] run.positive: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] process.versionExpression: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] process.appname: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] process.xmlversionidentifier: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] prepare.cluster: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] undeploy.version: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] setAsadminArgs: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] common.undeploy.asadmin: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init.os: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init.tools.unix: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init.tools.windows: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init.tools: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] setAsadminArgs: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init: 17:04:39 [2023-03-05T22:04:39.998Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:39 [2023-03-05T22:04:39.998Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:39 [2023-03-05T22:04:39.998Z] [get] Not modified - so not downloaded 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init.customtasks: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] delAppRef: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init.os: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init.tools.unix: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init.tools.windows: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init.tools: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] setAsadminArgs: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init: 17:04:39 [2023-03-05T22:04:39.998Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:39 [2023-03-05T22:04:39.998Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:39 [2023-03-05T22:04:39.998Z] [get] Not modified - so not downloaded 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] init.customtasks: 17:04:39 [2023-03-05T22:04:39.998Z] 17:04:39 [2023-03-05T22:04:39.998Z] common.run.asadmin: 17:04:39 [2023-03-05T22:04:39.998Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-appclient:ALPHA* 17:04:39 [2023-03-05T22:04:39.998Z] [exec] Deprecated syntax, instead use: 17:04:39 [2023-03-05T22:04:39.998Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:04:40 [2023-03-05T22:04:40.254Z] [exec] Command undeploy executed successfully. 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] test.notregistred: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] process.versionExpression: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] process.appname: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] _process.target: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] process.target: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] prepare.show-component-status.asadmin: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] increment.log.next: 17:04:40 [2023-03-05T22:04:40.254Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] declare.test: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] setHttpPort: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] declare.test.positive: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] setHttpPort: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] declare.test.negative: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] declare-test: 17:04:40 [2023-03-05T22:04:40.254Z] [echo] Starting test simple-versioned-appclient sample.scenarios(7) - logID=9 - (server) - (fail expected) 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] init.os: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] init.tools.unix: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] init.tools.windows: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] init.tools: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] setAsadminArgs: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] init: 17:04:40 [2023-03-05T22:04:40.254Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:40 [2023-03-05T22:04:40.254Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:40 [2023-03-05T22:04:40.254Z] [get] Not modified - so not downloaded 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] init.customtasks: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] prepare: 17:04:40 [2023-03-05T22:04:40.254Z] 17:04:40 [2023-03-05T22:04:40.254Z] exec.asadmin: 17:04:40 [2023-03-05T22:04:40.510Z] [exec] Result: 1 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] process.result: 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] processResult: 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] failed: 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] passed: 17:04:40 [2023-03-05T22:04:40.510Z] [echo] Test simple-versioned-appclient Passed 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] unknown: 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] asadmin.with.result: 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] show-component-status.asadmin: 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] test.notregistred.cluster: 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] process.versionExpression: 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] process.appname: 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] process.xmlversionidentifier: 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] prepare.cluster: 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] enable.version: 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] setAsadminArgs: 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] common.enable.asadmin: 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] init.os: 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.510Z] init.tools.unix: 17:04:40 [2023-03-05T22:04:40.510Z] 17:04:40 [2023-03-05T22:04:40.511Z] init.tools.windows: 17:04:40 [2023-03-05T22:04:40.511Z] 17:04:40 [2023-03-05T22:04:40.511Z] init.tools: 17:04:40 [2023-03-05T22:04:40.511Z] 17:04:40 [2023-03-05T22:04:40.511Z] setAsadminArgs: 17:04:40 [2023-03-05T22:04:40.511Z] 17:04:40 [2023-03-05T22:04:40.511Z] init: 17:04:40 [2023-03-05T22:04:40.511Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:40 [2023-03-05T22:04:40.511Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:40 [2023-03-05T22:04:40.511Z] [get] Not modified - so not downloaded 17:04:40 [2023-03-05T22:04:40.511Z] 17:04:40 [2023-03-05T22:04:40.511Z] init.customtasks: 17:04:40 [2023-03-05T22:04:40.511Z] 17:04:40 [2023-03-05T22:04:40.511Z] common.run.asadmin: 17:04:40 [2023-03-05T22:04:40.511Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-appclient 17:04:40 [2023-03-05T22:04:40.766Z] [exec] Deprecated syntax, instead use: 17:04:40 [2023-03-05T22:04:40.767Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... 17:04:40 [2023-03-05T22:04:40.767Z] [exec] Command enable executed successfully. 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] init.os: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] init.tools.unix: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] init.tools.windows: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] init.tools: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] setAsadminArgs: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] init: 17:04:40 [2023-03-05T22:04:40.767Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:40 [2023-03-05T22:04:40.767Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:40 [2023-03-05T22:04:40.767Z] [get] Not modified - so not downloaded 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] init.customtasks: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] enableAppOnInstance: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] init.os: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] init.tools.unix: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] init.tools.windows: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] init.tools: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] setAsadminArgs: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] init: 17:04:40 [2023-03-05T22:04:40.767Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:40 [2023-03-05T22:04:40.767Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:40 [2023-03-05T22:04:40.767Z] [get] Not modified - so not downloaded 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] init.customtasks: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] prepare.client: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] prepare.client.appclient: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] setHttpPort: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] process.versionExpression: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] process.appname: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] prepare.appclient.preparator: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] process.classpath: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] process.jvmargs: 17:04:40 [2023-03-05T22:04:40.767Z] 17:04:40 [2023-03-05T22:04:40.767Z] java.with.result: 17:04:41 [2023-03-05T22:04:41.023Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: trying to retrieve the jnlp file available at: http://localhost:8080/simple-versioned-appclient 17:04:41 [2023-03-05T22:04:41.023Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is JSESSIONID=8668880048806659536; Path=/ 17:04:41 [2023-03-05T22:04:41.023Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: jnlp file retrieved! 17:04:41 [2023-03-05T22:04:41.023Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: xpath request ran OK! 17:04:41 [2023-03-05T22:04:41.023Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: stubs url retrieved: http://localhost:8080/___JWSappclient/___app/simple-versioned-appclient/simple-versioned-appclientClient.jar 17:04:41 [2023-03-05T22:04:41.023Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null 17:04:41 [2023-03-05T22:04:41.023Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientStubs saved at: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient.jar 17:04:41 [2023-03-05T22:04:41.023Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null 17:04:41 [2023-03-05T22:04:41.023Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientApp saved at: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient/simple-versioned-appclient.jar 17:04:41 [2023-03-05T22:04:41.023Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: return code (0): everything is OK 17:04:41 [2023-03-05T22:04:41.023Z] 17:04:41 [2023-03-05T22:04:41.023Z] _prepare.client.appclient: 17:04:41 [2023-03-05T22:04:41.023Z] 17:04:41 [2023-03-05T22:04:41.023Z] increment.log.next: 17:04:41 [2023-03-05T22:04:41.023Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties 17:04:41 [2023-03-05T22:04:41.023Z] 17:04:41 [2023-03-05T22:04:41.023Z] process.versionexpression: 17:04:41 [2023-03-05T22:04:41.023Z] 17:04:41 [2023-03-05T22:04:41.023Z] prepare.run: 17:04:41 [2023-03-05T22:04:41.023Z] 17:04:41 [2023-03-05T22:04:41.023Z] common.run.positive: 17:04:41 [2023-03-05T22:04:41.023Z] 17:04:41 [2023-03-05T22:04:41.023Z] setHttpPort: 17:04:41 [2023-03-05T22:04:41.023Z] 17:04:41 [2023-03-05T22:04:41.023Z] common.run: 17:04:41 [2023-03-05T22:04:41.023Z] 17:04:41 [2023-03-05T22:04:41.023Z] checkAppOnServer: 17:04:41 [2023-03-05T22:04:41.023Z] 17:04:41 [2023-03-05T22:04:41.023Z] declare-test: 17:04:41 [2023-03-05T22:04:41.023Z] [echo] Starting test simple-versioned-appclient sample.scenarions(8) - logID=10 (server) 17:04:41 [2023-03-05T22:04:41.023Z] 17:04:41 [2023-03-05T22:04:41.023Z] prepare.runclient: 17:04:41 [2023-03-05T22:04:41.023Z] 17:04:41 [2023-03-05T22:04:41.023Z] process.classpath: 17:04:41 [2023-03-05T22:04:41.023Z] 17:04:41 [2023-03-05T22:04:41.023Z] process.jvmargs: 17:04:41 [2023-03-05T22:04:41.023Z] 17:04:41 [2023-03-05T22:04:41.023Z] java.with.result: 17:04:41 [2023-03-05T22:04:41.280Z] [javaWithResult] OpenJDK 64-Bit Server VM warning: Archived non-system classes are disabled because the java.system.class.loader property is specified (value = "org.glassfish.appclient.client.acc.agent.ACCAgentClassLoader"). To use archived non-system classes, this property must not be set 17:04:42 [2023-03-05T22:04:42.209Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-appclient 17:04:42 [2023-03-05T22:04:42.209Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: this test is expected to succeed 17:04:42 [2023-03-05T22:04:42.209Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Expected version identifier = 17:04:42 [2023-03-05T22:04:42.209Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Retrieved version identifier = 17:04:42 [2023-03-05T22:04:42.209Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-appclient 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] process.result: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] processResult: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] failed: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] passed: 17:04:42 [2023-03-05T22:04:42.209Z] [echo] Test simple-versioned-appclient Passed 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] unknown: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] runclient: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init.os: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init.tools.unix: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init.tools.windows: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init.tools: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] setAsadminArgs: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init: 17:04:42 [2023-03-05T22:04:42.209Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:42 [2023-03-05T22:04:42.209Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:42 [2023-03-05T22:04:42.209Z] [get] Not modified - so not downloaded 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init.customtasks: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] checkAppOnCluster: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] run.positive: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] process.versionExpression: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] process.appname: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] process.xmlversionidentifier: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] prepare.cluster: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] undeploy.version: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] setAsadminArgs: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] common.undeploy.asadmin: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init.os: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init.tools.unix: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init.tools.windows: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init.tools: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] setAsadminArgs: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init: 17:04:42 [2023-03-05T22:04:42.209Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:42 [2023-03-05T22:04:42.209Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:42 [2023-03-05T22:04:42.209Z] [get] Not modified - so not downloaded 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init.customtasks: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] delAppRef: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init.os: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init.tools.unix: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init.tools.windows: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init.tools: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] setAsadminArgs: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init: 17:04:42 [2023-03-05T22:04:42.209Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:42 [2023-03-05T22:04:42.209Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:42 [2023-03-05T22:04:42.209Z] [get] Not modified - so not downloaded 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] init.customtasks: 17:04:42 [2023-03-05T22:04:42.209Z] 17:04:42 [2023-03-05T22:04:42.209Z] common.run.asadmin: 17:04:42 [2023-03-05T22:04:42.209Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-appclient:* 17:04:42 [2023-03-05T22:04:42.465Z] [exec] Deprecated syntax, instead use: 17:04:42 [2023-03-05T22:04:42.465Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:04:42 [2023-03-05T22:04:42.722Z] [exec] Command undeploy executed successfully. 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] test.notregistred: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] process.versionExpression: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] process.appname: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] _process.target: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] process.target: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] prepare.show-component-status.asadmin: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] increment.log.next: 17:04:42 [2023-03-05T22:04:42.722Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] declare.test: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] setHttpPort: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] declare.test.positive: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] setHttpPort: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] declare.test.negative: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] declare-test: 17:04:42 [2023-03-05T22:04:42.722Z] [echo] Starting test simple-versioned-appclient sample.scenarios(9) - logID=11 - (server) - (fail expected) 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] init.os: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] init.tools.unix: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] init.tools.windows: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] init.tools: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] setAsadminArgs: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] init: 17:04:42 [2023-03-05T22:04:42.722Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:42 [2023-03-05T22:04:42.722Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:42 [2023-03-05T22:04:42.722Z] [get] Not modified - so not downloaded 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] init.customtasks: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] prepare: 17:04:42 [2023-03-05T22:04:42.722Z] 17:04:42 [2023-03-05T22:04:42.722Z] exec.asadmin: 17:04:42 [2023-03-05T22:04:42.979Z] [exec] Result: 1 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] process.result: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] processResult: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] failed: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] passed: 17:04:42 [2023-03-05T22:04:42.979Z] [echo] Test simple-versioned-appclient Passed 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] unknown: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] asadmin.with.result: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] show-component-status.asadmin: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] test.notregistred.cluster: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] test.notregistred: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] process.versionExpression: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] process.appname: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] _process.target: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] process.target: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] prepare.show-component-status.asadmin: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] increment.log.next: 17:04:42 [2023-03-05T22:04:42.979Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] declare.test: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] setHttpPort: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] declare.test.positive: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] setHttpPort: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] declare.test.negative: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] declare-test: 17:04:42 [2023-03-05T22:04:42.979Z] [echo] Starting test simple-versioned-appclient sample.scenarios(10) - logID=12 - (server) - (fail expected) 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] init.os: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] init.tools.unix: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] init.tools.windows: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] init.tools: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] setAsadminArgs: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] init: 17:04:42 [2023-03-05T22:04:42.979Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:42 [2023-03-05T22:04:42.979Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:42 [2023-03-05T22:04:42.979Z] [get] Not modified - so not downloaded 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] init.customtasks: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] prepare: 17:04:42 [2023-03-05T22:04:42.979Z] 17:04:42 [2023-03-05T22:04:42.979Z] exec.asadmin: 17:04:43 [2023-03-05T22:04:43.236Z] [exec] Result: 1 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] process.result: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] processResult: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] failed: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] passed: 17:04:43 [2023-03-05T22:04:43.236Z] [echo] Test simple-versioned-appclient Passed 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] unknown: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] asadmin.with.result: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] show-component-status.asadmin: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] test.notregistred.cluster: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] clean.scenario: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] clean.scenario.cluster: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] init.os: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] init.tools.unix: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] init.tools.windows: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] init.tools: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] setAsadminArgs: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] init: 17:04:43 [2023-03-05T22:04:43.236Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:43 [2023-03-05T22:04:43.236Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:43 [2023-03-05T22:04:43.236Z] [get] Not modified - so not downloaded 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] init.customtasks: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] prepare: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] process.versionExpression: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] process.appname: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] _process.target: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] process.target: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] prepare.has.version.registred: 17:04:43 [2023-03-05T22:04:43.236Z] 17:04:43 [2023-03-05T22:04:43.236Z] exec.asadmin2: 17:04:43 [2023-03-05T22:04:43.493Z] [exec] Result: 1 17:04:43 [2023-03-05T22:04:43.493Z] 17:04:43 [2023-03-05T22:04:43.493Z] process.registred: 17:04:43 [2023-03-05T22:04:43.493Z] 17:04:43 [2023-03-05T22:04:43.493Z] has.version.registred: 17:04:43 [2023-03-05T22:04:43.493Z] 17:04:43 [2023-03-05T22:04:43.493Z] del.all.version.registred: 17:04:43 [2023-03-05T22:04:43.493Z] 17:04:43 [2023-03-05T22:04:43.493Z] _clean.scenario: 17:04:43 [2023-03-05T22:04:43.493Z] 17:04:43 [2023-03-05T22:04:43.493Z] delete.log.next: 17:04:43 [2023-03-05T22:04:43.493Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties 17:04:43 [2023-03-05T22:04:43.493Z] 17:04:43 [2023-03-05T22:04:43.493Z] delete.log.next: 17:04:43 [2023-03-05T22:04:43.493Z] 17:04:43 [2023-03-05T22:04:43.493Z] private-all: 17:04:43 [2023-03-05T22:04:43.493Z] 17:04:43 [2023-03-05T22:04:43.493Z] init.os: 17:04:43 [2023-03-05T22:04:43.493Z] 17:04:43 [2023-03-05T22:04:43.493Z] init.tools.unix: 17:04:43 [2023-03-05T22:04:43.493Z] 17:04:43 [2023-03-05T22:04:43.493Z] init.tools.windows: 17:04:43 [2023-03-05T22:04:43.493Z] 17:04:43 [2023-03-05T22:04:43.493Z] init.tools: 17:04:43 [2023-03-05T22:04:43.493Z] 17:04:43 [2023-03-05T22:04:43.493Z] setAsadminArgs: 17:04:43 [2023-03-05T22:04:43.493Z] 17:04:43 [2023-03-05T22:04:43.493Z] init: 17:04:43 [2023-03-05T22:04:43.493Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:43 [2023-03-05T22:04:43.493Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:43 [2023-03-05T22:04:43.493Z] [get] Not modified - so not downloaded 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] init.customtasks: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] private-rollingUpgrade: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] _private-all: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] main-all: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] xml.version.information: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] clean.scenario: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] clean.scenario.cluster: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] init.os: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] init.tools.unix: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] init.tools.windows: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] init.tools: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] setAsadminArgs: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] init: 17:04:43 [2023-03-05T22:04:43.749Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:43 [2023-03-05T22:04:43.749Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:43 [2023-03-05T22:04:43.749Z] [get] Not modified - so not downloaded 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] init.customtasks: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] prepare: 17:04:43 [2023-03-05T22:04:43.749Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] process.versionExpression: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] process.appname: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] _process.target: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] process.target: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] prepare.has.version.registred: 17:04:43 [2023-03-05T22:04:43.749Z] 17:04:43 [2023-03-05T22:04:43.749Z] exec.asadmin2: 17:04:44 [2023-03-05T22:04:44.019Z] [exec] Result: 1 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] process.registred: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] has.version.registred: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] del.all.version.registred: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] _clean.scenario: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] deploy.version: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] del.ref.registred: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] process.versionExpression: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] process.appname: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] _process.target: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] process.target: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] prepare.is.version.registred: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] init.os: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] init.tools.unix: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] init.tools.windows: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] init.tools: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] setAsadminArgs: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] init: 17:04:44 [2023-03-05T22:04:44.019Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:44 [2023-03-05T22:04:44.019Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:44 [2023-03-05T22:04:44.019Z] [get] Not modified - so not downloaded 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] init.customtasks: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] prepare: 17:04:44 [2023-03-05T22:04:44.019Z] 17:04:44 [2023-03-05T22:04:44.019Z] exec.asadmin2: 17:04:44 [2023-03-05T22:04:44.276Z] [exec] Result: 1 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] process.registred: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] is.version.registred: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] process.xmlversionidentifier: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] prepare.cluster: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] process.enabled: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] process.hasToDeploy: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] deploy.version.unregistred: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] init.os: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] init.tools.unix: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] init.tools.windows: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] init.tools: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] setAsadminArgs: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] init: 17:04:44 [2023-03-05T22:04:44.276Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:44 [2023-03-05T22:04:44.276Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:44 [2023-03-05T22:04:44.276Z] [get] Not modified - so not downloaded 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] init.customtasks: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] prepare: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] process.versionExpression: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] process.appname: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] create.version: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] assemble.non-existent: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] init.os: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] init.tools.unix: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] init.tools.windows: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] init.tools: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] setAsadminArgs: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] init: 17:04:44 [2023-03-05T22:04:44.276Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:44 [2023-03-05T22:04:44.276Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:44 [2023-03-05T22:04:44.276Z] [get] Not modified - so not downloaded 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] init.customtasks: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] prepare: 17:04:44 [2023-03-05T22:04:44.276Z] 17:04:44 [2023-03-05T22:04:44.276Z] compile: 17:04:44 [2023-03-05T22:04:44.276Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-ejb/build.xml:60: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:04:44 [2023-03-05T22:04:44.276Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb 17:04:44 [2023-03-05T22:04:44.535Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:04:44 [2023-03-05T22:04:44.535Z] [javac] 1 warning 17:04:44 [2023-03-05T22:04:44.535Z] [propertyfile] Creating new property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb/versionedejb/version-infos.properties 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] process.xmlversionidentifier: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] process.versionExpression: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] process.xml.create.flag: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] create.xml.flag: 17:04:44 [2023-03-05T22:04:44.535Z] [touch] Creating /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb/simple-versioned-ejb-hasXmlVersion 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] generate.xml.identifier: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] assemble: 17:04:44 [2023-03-05T22:04:44.535Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb/simple-versioned-ejb.jar 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] process.xmlversionidentifier: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] prepare.update.xml.identifier: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] update.xml.identifier: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] deployWithNameOption: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] deployWithoutNameOption: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] setAsadminArgs: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] common.deploy.asadmin: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] init.os: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] init.tools.unix: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] init.tools.windows: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] init.tools: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] setAsadminArgs: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] init: 17:04:44 [2023-03-05T22:04:44.535Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:44 [2023-03-05T22:04:44.535Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:44 [2023-03-05T22:04:44.535Z] [get] Not modified - so not downloaded 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] init.customtasks: 17:04:44 [2023-03-05T22:04:44.535Z] 17:04:44 [2023-03-05T22:04:44.535Z] common.run.asadmin: 17:04:44 [2023-03-05T22:04:44.536Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb/simple-versioned-ejb.jar 17:04:44 [2023-03-05T22:04:44.792Z] [exec] Deprecated syntax, instead use: 17:04:44 [2023-03-05T22:04:44.792Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:45 [2023-03-05T22:04:45.048Z] [exec] Application deployed with name simple-versioned-ejb:ALPHA-1.0.0. 17:04:45 [2023-03-05T22:04:45.048Z] [exec] Command deploy executed successfully. 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] init.os: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] init.tools.unix: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] init.tools.windows: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] init.tools: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] setAsadminArgs: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] init: 17:04:45 [2023-03-05T22:04:45.048Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:45 [2023-03-05T22:04:45.048Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:45 [2023-03-05T22:04:45.048Z] [get] Not modified - so not downloaded 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] init.customtasks: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] setEnabled: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] createAppRef: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] test.registred: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] process.versionExpression: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] process.appname: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] _process.target: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] process.target: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] prepare.show-component-status.asadmin: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] increment.log.next: 17:04:45 [2023-03-05T22:04:45.048Z] [propertyfile] Creating new property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-ejb/log.properties 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] declare.test: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] setHttpPort: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] declare.test.positive: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] declare-test: 17:04:45 [2023-03-05T22:04:45.048Z] [echo] Starting test simple-versioned-ejb xml.version(1) - logID=1 - (server) - (sucess expected) 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] setHttpPort: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] declare.test.negative: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] init.os: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] init.tools.unix: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] init.tools.windows: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] init.tools: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] setAsadminArgs: 17:04:45 [2023-03-05T22:04:45.048Z] 17:04:45 [2023-03-05T22:04:45.048Z] init: 17:04:45 [2023-03-05T22:04:45.048Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:45 [2023-03-05T22:04:45.049Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:45 [2023-03-05T22:04:45.049Z] [get] Not modified - so not downloaded 17:04:45 [2023-03-05T22:04:45.049Z] 17:04:45 [2023-03-05T22:04:45.049Z] init.customtasks: 17:04:45 [2023-03-05T22:04:45.049Z] 17:04:45 [2023-03-05T22:04:45.049Z] prepare: 17:04:45 [2023-03-05T22:04:45.049Z] 17:04:45 [2023-03-05T22:04:45.049Z] exec.asadmin: 17:04:45 [2023-03-05T22:04:45.304Z] 17:04:45 [2023-03-05T22:04:45.304Z] process.result: 17:04:45 [2023-03-05T22:04:45.304Z] 17:04:45 [2023-03-05T22:04:45.304Z] processResult: 17:04:45 [2023-03-05T22:04:45.304Z] 17:04:45 [2023-03-05T22:04:45.304Z] failed: 17:04:45 [2023-03-05T22:04:45.304Z] 17:04:45 [2023-03-05T22:04:45.304Z] passed: 17:04:45 [2023-03-05T22:04:45.304Z] [echo] Test simple-versioned-ejb Passed 17:04:45 [2023-03-05T22:04:45.304Z] 17:04:45 [2023-03-05T22:04:45.304Z] unknown: 17:04:45 [2023-03-05T22:04:45.304Z] 17:04:45 [2023-03-05T22:04:45.304Z] asadmin.with.result: 17:04:45 [2023-03-05T22:04:45.304Z] 17:04:45 [2023-03-05T22:04:45.304Z] show-component-status.asadmin: 17:04:45 [2023-03-05T22:04:45.304Z] 17:04:45 [2023-03-05T22:04:45.304Z] test.registred.cluster: 17:04:45 [2023-03-05T22:04:45.304Z] 17:04:45 [2023-03-05T22:04:45.304Z] process.versionExpression: 17:04:45 [2023-03-05T22:04:45.304Z] 17:04:45 [2023-03-05T22:04:45.304Z] process.appname: 17:04:45 [2023-03-05T22:04:45.304Z] 17:04:45 [2023-03-05T22:04:45.305Z] process.xmlversionidentifier: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] prepare.cluster: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] undeploy.version: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] setAsadminArgs: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] common.undeploy.asadmin: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] init.os: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] init.tools.unix: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] init.tools.windows: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] init.tools: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] setAsadminArgs: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] init: 17:04:45 [2023-03-05T22:04:45.305Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:45 [2023-03-05T22:04:45.305Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:45 [2023-03-05T22:04:45.305Z] [get] Not modified - so not downloaded 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] init.customtasks: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] delAppRef: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] init.os: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] init.tools.unix: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] init.tools.windows: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] init.tools: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] setAsadminArgs: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] init: 17:04:45 [2023-03-05T22:04:45.305Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:45 [2023-03-05T22:04:45.305Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:45 [2023-03-05T22:04:45.305Z] [get] Not modified - so not downloaded 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] init.customtasks: 17:04:45 [2023-03-05T22:04:45.305Z] 17:04:45 [2023-03-05T22:04:45.305Z] common.run.asadmin: 17:04:45 [2023-03-05T22:04:45.305Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-ejb:ALPHA-1.0.0 17:04:45 [2023-03-05T22:04:45.561Z] [exec] Deprecated syntax, instead use: 17:04:45 [2023-03-05T22:04:45.561Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:04:45 [2023-03-05T22:04:45.561Z] [exec] Command undeploy executed successfully. 17:04:45 [2023-03-05T22:04:45.561Z] 17:04:45 [2023-03-05T22:04:45.561Z] deploy.version: 17:04:45 [2023-03-05T22:04:45.561Z] 17:04:45 [2023-03-05T22:04:45.561Z] del.ref.registred: 17:04:45 [2023-03-05T22:04:45.561Z] 17:04:45 [2023-03-05T22:04:45.561Z] process.versionExpression: 17:04:45 [2023-03-05T22:04:45.561Z] 17:04:45 [2023-03-05T22:04:45.561Z] process.appname: 17:04:45 [2023-03-05T22:04:45.561Z] 17:04:45 [2023-03-05T22:04:45.561Z] _process.target: 17:04:45 [2023-03-05T22:04:45.561Z] 17:04:45 [2023-03-05T22:04:45.561Z] process.target: 17:04:45 [2023-03-05T22:04:45.561Z] 17:04:45 [2023-03-05T22:04:45.561Z] prepare.is.version.registred: 17:04:45 [2023-03-05T22:04:45.561Z] 17:04:45 [2023-03-05T22:04:45.561Z] init.os: 17:04:45 [2023-03-05T22:04:45.561Z] 17:04:45 [2023-03-05T22:04:45.561Z] init.tools.unix: 17:04:45 [2023-03-05T22:04:45.561Z] 17:04:45 [2023-03-05T22:04:45.561Z] init.tools.windows: 17:04:45 [2023-03-05T22:04:45.561Z] 17:04:45 [2023-03-05T22:04:45.561Z] init.tools: 17:04:45 [2023-03-05T22:04:45.561Z] 17:04:45 [2023-03-05T22:04:45.561Z] setAsadminArgs: 17:04:45 [2023-03-05T22:04:45.561Z] 17:04:45 [2023-03-05T22:04:45.561Z] init: 17:04:45 [2023-03-05T22:04:45.561Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:45 [2023-03-05T22:04:45.561Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:45 [2023-03-05T22:04:45.561Z] [get] Not modified - so not downloaded 17:04:45 [2023-03-05T22:04:45.818Z] 17:04:45 [2023-03-05T22:04:45.818Z] init.customtasks: 17:04:45 [2023-03-05T22:04:45.818Z] 17:04:45 [2023-03-05T22:04:45.818Z] prepare: 17:04:45 [2023-03-05T22:04:45.818Z] 17:04:45 [2023-03-05T22:04:45.818Z] exec.asadmin2: 17:04:46 [2023-03-05T22:04:46.074Z] [exec] Result: 1 17:04:46 [2023-03-05T22:04:46.074Z] 17:04:46 [2023-03-05T22:04:46.074Z] process.registred: 17:04:46 [2023-03-05T22:04:46.074Z] 17:04:46 [2023-03-05T22:04:46.074Z] is.version.registred: 17:04:46 [2023-03-05T22:04:46.074Z] 17:04:46 [2023-03-05T22:04:46.074Z] process.xmlversionidentifier: 17:04:46 [2023-03-05T22:04:46.074Z] 17:04:46 [2023-03-05T22:04:46.074Z] prepare.cluster: 17:04:46 [2023-03-05T22:04:46.074Z] 17:04:46 [2023-03-05T22:04:46.074Z] process.enabled: 17:04:46 [2023-03-05T22:04:46.074Z] 17:04:46 [2023-03-05T22:04:46.074Z] process.hasToDeploy: 17:04:46 [2023-03-05T22:04:46.074Z] 17:04:46 [2023-03-05T22:04:46.074Z] deploy.version.unregistred: 17:04:46 [2023-03-05T22:04:46.074Z] 17:04:46 [2023-03-05T22:04:46.074Z] init.os: 17:04:46 [2023-03-05T22:04:46.074Z] 17:04:46 [2023-03-05T22:04:46.074Z] init.tools.unix: 17:04:46 [2023-03-05T22:04:46.074Z] 17:04:46 [2023-03-05T22:04:46.074Z] init.tools.windows: 17:04:46 [2023-03-05T22:04:46.074Z] 17:04:46 [2023-03-05T22:04:46.074Z] init.tools: 17:04:46 [2023-03-05T22:04:46.074Z] 17:04:46 [2023-03-05T22:04:46.074Z] setAsadminArgs: 17:04:46 [2023-03-05T22:04:46.075Z] 17:04:46 [2023-03-05T22:04:46.075Z] init: 17:04:46 [2023-03-05T22:04:46.075Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:46 [2023-03-05T22:04:46.075Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:46 [2023-03-05T22:04:46.075Z] [get] Not modified - so not downloaded 17:04:46 [2023-03-05T22:04:46.075Z] 17:04:46 [2023-03-05T22:04:46.075Z] init.customtasks: 17:04:46 [2023-03-05T22:04:46.075Z] 17:04:46 [2023-03-05T22:04:46.075Z] prepare: 17:04:46 [2023-03-05T22:04:46.075Z] 17:04:46 [2023-03-05T22:04:46.075Z] process.versionExpression: 17:04:46 [2023-03-05T22:04:46.075Z] 17:04:46 [2023-03-05T22:04:46.075Z] process.appname: 17:04:46 [2023-03-05T22:04:46.075Z] 17:04:46 [2023-03-05T22:04:46.075Z] create.version: 17:04:46 [2023-03-05T22:04:46.075Z] 17:04:46 [2023-03-05T22:04:46.075Z] assemble.non-existent: 17:04:46 [2023-03-05T22:04:46.075Z] 17:04:46 [2023-03-05T22:04:46.075Z] init.os: 17:04:46 [2023-03-05T22:04:46.075Z] 17:04:46 [2023-03-05T22:04:46.075Z] init.tools.unix: 17:04:46 [2023-03-05T22:04:46.075Z] 17:04:46 [2023-03-05T22:04:46.075Z] init.tools.windows: 17:04:46 [2023-03-05T22:04:46.075Z] 17:04:46 [2023-03-05T22:04:46.075Z] init.tools: 17:04:46 [2023-03-05T22:04:46.075Z] 17:04:46 [2023-03-05T22:04:46.075Z] setAsadminArgs: 17:04:46 [2023-03-05T22:04:46.075Z] 17:04:46 [2023-03-05T22:04:46.075Z] init: 17:04:46 [2023-03-05T22:04:46.075Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:46 [2023-03-05T22:04:46.075Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:46 [2023-03-05T22:04:46.075Z] [get] Not modified - so not downloaded 17:04:46 [2023-03-05T22:04:46.075Z] 17:04:46 [2023-03-05T22:04:46.075Z] init.customtasks: 17:04:46 [2023-03-05T22:04:46.075Z] 17:04:46 [2023-03-05T22:04:46.075Z] prepare: 17:04:46 [2023-03-05T22:04:46.075Z] 17:04:46 [2023-03-05T22:04:46.075Z] compile: 17:04:46 [2023-03-05T22:04:46.075Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-ejb/build.xml:60: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:04:46 [2023-03-05T22:04:46.075Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb 17:04:46 [2023-03-05T22:04:46.331Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:04:46 [2023-03-05T22:04:46.331Z] [javac] 1 warning 17:04:46 [2023-03-05T22:04:46.331Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb/versionedejb/version-infos.properties 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] process.xmlversionidentifier: 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] process.versionExpression: 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] process.xml.create.flag: 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] create.xml.flag: 17:04:46 [2023-03-05T22:04:46.331Z] [touch] Creating /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb/simple-versioned-ejb:ALPHA-1.0.1-hasXmlVersion 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] generate.xml.identifier: 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] assemble: 17:04:46 [2023-03-05T22:04:46.331Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb/simple-versioned-ejb:ALPHA-1.0.1.jar 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] process.xmlversionidentifier: 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] prepare.update.xml.identifier: 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] update.xml.identifier: 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] deployWithNameOption: 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] setAsadminArgs: 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] common.deploy.asadmin: 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] init.os: 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] init.tools.unix: 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] init.tools.windows: 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] init.tools: 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] setAsadminArgs: 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] init: 17:04:46 [2023-03-05T22:04:46.331Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:46 [2023-03-05T22:04:46.331Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:46 [2023-03-05T22:04:46.331Z] [get] Not modified - so not downloaded 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] init.customtasks: 17:04:46 [2023-03-05T22:04:46.331Z] 17:04:46 [2023-03-05T22:04:46.331Z] common.run.asadmin: 17:04:46 [2023-03-05T22:04:46.331Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-ejb:ALPHA-1.0.1 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb/simple-versioned-ejb:ALPHA-1.0.1.jar 17:04:46 [2023-03-05T22:04:46.588Z] [exec] Deprecated syntax, instead use: 17:04:46 [2023-03-05T22:04:46.588Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:46 [2023-03-05T22:04:46.588Z] [exec] Application deployed with name simple-versioned-ejb:ALPHA-1.0.1. 17:04:46 [2023-03-05T22:04:46.588Z] [exec] Command deploy executed successfully. 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] init.os: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] init.tools.unix: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] init.tools.windows: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] init.tools: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] setAsadminArgs: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] init: 17:04:46 [2023-03-05T22:04:46.588Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:46 [2023-03-05T22:04:46.588Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:46 [2023-03-05T22:04:46.588Z] [get] Not modified - so not downloaded 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] init.customtasks: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] setEnabled: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] createAppRef: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] deployWithoutNameOption: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] test.registred: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] process.versionExpression: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] process.appname: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] _process.target: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] process.target: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] prepare.show-component-status.asadmin: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] increment.log.next: 17:04:46 [2023-03-05T22:04:46.588Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-ejb/log.properties 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] declare.test: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] setHttpPort: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] declare.test.positive: 17:04:46 [2023-03-05T22:04:46.588Z] 17:04:46 [2023-03-05T22:04:46.588Z] declare-test: 17:04:46 [2023-03-05T22:04:46.588Z] [echo] Starting test simple-versioned-ejb xml.version(2) - logID=2 - (server) - (sucess expected) 17:04:46 [2023-03-05T22:04:46.844Z] 17:04:46 [2023-03-05T22:04:46.844Z] setHttpPort: 17:04:46 [2023-03-05T22:04:46.844Z] 17:04:46 [2023-03-05T22:04:46.844Z] declare.test.negative: 17:04:46 [2023-03-05T22:04:46.844Z] 17:04:46 [2023-03-05T22:04:46.844Z] init.os: 17:04:46 [2023-03-05T22:04:46.844Z] 17:04:46 [2023-03-05T22:04:46.844Z] init.tools.unix: 17:04:46 [2023-03-05T22:04:46.844Z] 17:04:46 [2023-03-05T22:04:46.844Z] init.tools.windows: 17:04:46 [2023-03-05T22:04:46.844Z] 17:04:46 [2023-03-05T22:04:46.844Z] init.tools: 17:04:46 [2023-03-05T22:04:46.844Z] 17:04:46 [2023-03-05T22:04:46.844Z] setAsadminArgs: 17:04:46 [2023-03-05T22:04:46.844Z] 17:04:46 [2023-03-05T22:04:46.844Z] init: 17:04:46 [2023-03-05T22:04:46.844Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:46 [2023-03-05T22:04:46.844Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:46 [2023-03-05T22:04:46.844Z] [get] Not modified - so not downloaded 17:04:46 [2023-03-05T22:04:46.844Z] 17:04:46 [2023-03-05T22:04:46.844Z] init.customtasks: 17:04:46 [2023-03-05T22:04:46.844Z] 17:04:46 [2023-03-05T22:04:46.844Z] prepare: 17:04:46 [2023-03-05T22:04:46.844Z] 17:04:46 [2023-03-05T22:04:46.844Z] exec.asadmin: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] process.result: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] processResult: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] failed: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] passed: 17:04:47 [2023-03-05T22:04:47.101Z] [echo] Test simple-versioned-ejb Passed 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] unknown: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] asadmin.with.result: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] show-component-status.asadmin: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] test.registred.cluster: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] process.versionExpression: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] process.appname: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] process.xmlversionidentifier: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] prepare.cluster: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] undeploy.version: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] setAsadminArgs: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] common.undeploy.asadmin: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] init.os: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] init.tools.unix: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] init.tools.windows: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] init.tools: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] setAsadminArgs: 17:04:47 [2023-03-05T22:04:47.101Z] 17:04:47 [2023-03-05T22:04:47.101Z] init: 17:04:47 [2023-03-05T22:04:47.101Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:47 [2023-03-05T22:04:47.101Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:47 [2023-03-05T22:04:47.101Z] [get] Not modified - so not downloaded 17:04:47 [2023-03-05T22:04:47.357Z] 17:04:47 [2023-03-05T22:04:47.357Z] init.customtasks: 17:04:47 [2023-03-05T22:04:47.357Z] 17:04:47 [2023-03-05T22:04:47.357Z] delAppRef: 17:04:47 [2023-03-05T22:04:47.358Z] 17:04:47 [2023-03-05T22:04:47.358Z] init.os: 17:04:47 [2023-03-05T22:04:47.358Z] 17:04:47 [2023-03-05T22:04:47.358Z] init.tools.unix: 17:04:47 [2023-03-05T22:04:47.358Z] 17:04:47 [2023-03-05T22:04:47.358Z] init.tools.windows: 17:04:47 [2023-03-05T22:04:47.358Z] 17:04:47 [2023-03-05T22:04:47.358Z] init.tools: 17:04:47 [2023-03-05T22:04:47.358Z] 17:04:47 [2023-03-05T22:04:47.358Z] setAsadminArgs: 17:04:47 [2023-03-05T22:04:47.358Z] 17:04:47 [2023-03-05T22:04:47.358Z] init: 17:04:47 [2023-03-05T22:04:47.358Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:47 [2023-03-05T22:04:47.358Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:47 [2023-03-05T22:04:47.358Z] [get] Not modified - so not downloaded 17:04:47 [2023-03-05T22:04:47.358Z] 17:04:47 [2023-03-05T22:04:47.358Z] init.customtasks: 17:04:47 [2023-03-05T22:04:47.358Z] 17:04:47 [2023-03-05T22:04:47.358Z] common.run.asadmin: 17:04:47 [2023-03-05T22:04:47.358Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-ejb:ALPHA-1.0.1 17:04:47 [2023-03-05T22:04:47.358Z] [exec] Deprecated syntax, instead use: 17:04:47 [2023-03-05T22:04:47.358Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:04:47 [2023-03-05T22:04:47.618Z] [exec] Command undeploy executed successfully. 17:04:47 [2023-03-05T22:04:47.618Z] 17:04:47 [2023-03-05T22:04:47.618Z] clean.scenario: 17:04:47 [2023-03-05T22:04:47.618Z] 17:04:47 [2023-03-05T22:04:47.618Z] clean.scenario.cluster: 17:04:47 [2023-03-05T22:04:47.618Z] 17:04:47 [2023-03-05T22:04:47.618Z] init.os: 17:04:47 [2023-03-05T22:04:47.618Z] 17:04:47 [2023-03-05T22:04:47.618Z] init.tools.unix: 17:04:47 [2023-03-05T22:04:47.618Z] 17:04:47 [2023-03-05T22:04:47.618Z] init.tools.windows: 17:04:47 [2023-03-05T22:04:47.618Z] 17:04:47 [2023-03-05T22:04:47.618Z] init.tools: 17:04:47 [2023-03-05T22:04:47.618Z] 17:04:47 [2023-03-05T22:04:47.618Z] setAsadminArgs: 17:04:47 [2023-03-05T22:04:47.618Z] 17:04:47 [2023-03-05T22:04:47.618Z] init: 17:04:47 [2023-03-05T22:04:47.618Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:47 [2023-03-05T22:04:47.618Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:47 [2023-03-05T22:04:47.618Z] [get] Not modified - so not downloaded 17:04:47 [2023-03-05T22:04:47.618Z] 17:04:47 [2023-03-05T22:04:47.618Z] init.customtasks: 17:04:47 [2023-03-05T22:04:47.618Z] 17:04:47 [2023-03-05T22:04:47.618Z] prepare: 17:04:47 [2023-03-05T22:04:47.618Z] 17:04:47 [2023-03-05T22:04:47.618Z] process.versionExpression: 17:04:47 [2023-03-05T22:04:47.618Z] 17:04:47 [2023-03-05T22:04:47.618Z] process.appname: 17:04:47 [2023-03-05T22:04:47.618Z] 17:04:47 [2023-03-05T22:04:47.618Z] _process.target: 17:04:47 [2023-03-05T22:04:47.618Z] 17:04:47 [2023-03-05T22:04:47.618Z] process.target: 17:04:47 [2023-03-05T22:04:47.618Z] 17:04:47 [2023-03-05T22:04:47.618Z] prepare.has.version.registred: 17:04:47 [2023-03-05T22:04:47.618Z] 17:04:47 [2023-03-05T22:04:47.618Z] exec.asadmin2: 17:04:47 [2023-03-05T22:04:47.875Z] [exec] Result: 1 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] process.registred: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] has.version.registred: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] del.all.version.registred: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] _clean.scenario: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] delete.log.next: 17:04:47 [2023-03-05T22:04:47.875Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-ejb/log.properties 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] delete.log.next: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] private-all: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] init.os: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] init.tools.unix: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] init.tools.windows: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] init.tools: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] setAsadminArgs: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] init: 17:04:47 [2023-03-05T22:04:47.875Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:47 [2023-03-05T22:04:47.875Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:47 [2023-03-05T22:04:47.875Z] [get] Not modified - so not downloaded 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] init.customtasks: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] private-rollingUpgrade: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] _private-all: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] main-all: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] xml.version.information: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] clean.scenario: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] clean.scenario.cluster: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] init.os: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] init.tools.unix: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] init.tools.windows: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] init.tools: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] setAsadminArgs: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] init: 17:04:47 [2023-03-05T22:04:47.875Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:47 [2023-03-05T22:04:47.875Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:47 [2023-03-05T22:04:47.875Z] [get] Not modified - so not downloaded 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] init.customtasks: 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] prepare: 17:04:47 [2023-03-05T22:04:47.875Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear 17:04:47 [2023-03-05T22:04:47.875Z] 17:04:47 [2023-03-05T22:04:47.875Z] process.versionExpression: 17:04:47 [2023-03-05T22:04:47.876Z] 17:04:47 [2023-03-05T22:04:47.876Z] process.appname: 17:04:47 [2023-03-05T22:04:47.876Z] 17:04:47 [2023-03-05T22:04:47.876Z] _process.target: 17:04:47 [2023-03-05T22:04:47.876Z] 17:04:47 [2023-03-05T22:04:47.876Z] process.target: 17:04:47 [2023-03-05T22:04:47.876Z] 17:04:47 [2023-03-05T22:04:47.876Z] prepare.has.version.registred: 17:04:47 [2023-03-05T22:04:47.876Z] 17:04:47 [2023-03-05T22:04:47.876Z] exec.asadmin2: 17:04:48 [2023-03-05T22:04:48.132Z] [exec] Result: 1 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] process.registred: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] has.version.registred: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] del.all.version.registred: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] _clean.scenario: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] deploy.version: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] del.ref.registred: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] process.versionExpression: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] process.appname: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] _process.target: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] process.target: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] prepare.is.version.registred: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] init.os: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] init.tools.unix: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] init.tools.windows: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] init.tools: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] setAsadminArgs: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] init: 17:04:48 [2023-03-05T22:04:48.132Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:48 [2023-03-05T22:04:48.132Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:48 [2023-03-05T22:04:48.132Z] [get] Not modified - so not downloaded 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] init.customtasks: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] prepare: 17:04:48 [2023-03-05T22:04:48.132Z] 17:04:48 [2023-03-05T22:04:48.132Z] exec.asadmin2: 17:04:48 [2023-03-05T22:04:48.697Z] [exec] Result: 1 17:04:48 [2023-03-05T22:04:48.697Z] 17:04:48 [2023-03-05T22:04:48.697Z] process.registred: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] is.version.registred: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] process.xmlversionidentifier: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] prepare.cluster: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] process.enabled: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] process.hasToDeploy: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] deploy.version.unregistred: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.os: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.tools.unix: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.tools.windows: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.tools: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] setAsadminArgs: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init: 17:04:48 [2023-03-05T22:04:48.698Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:48 [2023-03-05T22:04:48.698Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:48 [2023-03-05T22:04:48.698Z] [get] Not modified - so not downloaded 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.customtasks: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] prepare: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] process.versionExpression: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] process.appname: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] create.version: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] assemble.non-existent: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.os: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.tools.unix: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.tools.windows: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.tools: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] setAsadminArgs: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init: 17:04:48 [2023-03-05T22:04:48.698Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:48 [2023-03-05T22:04:48.698Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:48 [2023-03-05T22:04:48.698Z] [get] Not modified - so not downloaded 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.customtasks: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] prepare: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] process.versionExpression: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] process.servletName: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] assemble: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.os: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.tools.unix: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.tools.windows: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.tools: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] setAsadminArgs: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init: 17:04:48 [2023-03-05T22:04:48.698Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:48 [2023-03-05T22:04:48.698Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:48 [2023-03-05T22:04:48.698Z] [get] Not modified - so not downloaded 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.customtasks: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] prepare: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] process.versionExpression: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] process.appname: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] create.version: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] assemble.non-existent: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.os: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.tools.unix: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.tools.windows: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.tools: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] setAsadminArgs: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init: 17:04:48 [2023-03-05T22:04:48.698Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:48 [2023-03-05T22:04:48.698Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:48 [2023-03-05T22:04:48.698Z] [get] Not modified - so not downloaded 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] init.customtasks: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] prepare: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] process.versionexpression: 17:04:48 [2023-03-05T22:04:48.698Z] 17:04:48 [2023-03-05T22:04:48.698Z] compile: 17:04:48 [2023-03-05T22:04:48.698Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/build.xml:62: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:04:48 [2023-03-05T22:04:48.698Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear 17:04:48 [2023-03-05T22:04:48.955Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:04:48 [2023-03-05T22:04:48.955Z] [javac] 1 warning 17:04:48 [2023-03-05T22:04:48.955Z] [propertyfile] Creating new property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/versionedservlet/version-infos.properties 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] process.xmlversionidentifier: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] process.versionExpression: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] process.xml.create.flag: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] create.xml.flag: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] generate.xml.identifier: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] assemble: 17:04:48 [2023-03-05T22:04:48.955Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-servlet.war 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] process.xmlversionidentifier: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] prepare.update.xml.identifier: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] update.xml.identifier: 17:04:48 [2023-03-05T22:04:48.955Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] process.xmlversionidentifier: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] process.versionExpression: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] process.xml.create.flag: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] create.xml.flag: 17:04:48 [2023-03-05T22:04:48.955Z] [touch] Creating /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-ear-hasXmlVersion 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] generate.xml.identifier: 17:04:48 [2023-03-05T22:04:48.955Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-ear.ear 17:04:48 [2023-03-05T22:04:48.955Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-servlet.war 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] process.xmlversionidentifier: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] prepare.update.xml.identifier: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] update.xml.identifier: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] deployWithNameOption: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] deployWithoutNameOption: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] setAsadminArgs: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] common.deploy.asadmin: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] init.os: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] init.tools.unix: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] init.tools.windows: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] init.tools: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] setAsadminArgs: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] init: 17:04:48 [2023-03-05T22:04:48.955Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:48 [2023-03-05T22:04:48.955Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:48 [2023-03-05T22:04:48.955Z] [get] Not modified - so not downloaded 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] init.customtasks: 17:04:48 [2023-03-05T22:04:48.955Z] 17:04:48 [2023-03-05T22:04:48.955Z] common.run.asadmin: 17:04:48 [2023-03-05T22:04:48.955Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-ear.ear 17:04:49 [2023-03-05T22:04:49.212Z] [exec] Deprecated syntax, instead use: 17:04:49 [2023-03-05T22:04:49.212Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:49 [2023-03-05T22:04:49.212Z] [exec] Application deployed with name simple-versioned-ear:ALPHA-1.0.0. 17:04:49 [2023-03-05T22:04:49.212Z] [exec] Command deploy executed successfully. 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] init.os: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] init.tools.unix: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] init.tools.windows: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] init.tools: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] setAsadminArgs: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] init: 17:04:49 [2023-03-05T22:04:49.212Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:49 [2023-03-05T22:04:49.212Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:49 [2023-03-05T22:04:49.212Z] [get] Not modified - so not downloaded 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] init.customtasks: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] setEnabled: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] createAppRef: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] test.registred: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] process.versionExpression: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] process.appname: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] _process.target: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] process.target: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] prepare.show-component-status.asadmin: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] increment.log.next: 17:04:49 [2023-03-05T22:04:49.212Z] [propertyfile] Creating new property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-ear/log.properties 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] declare.test: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] setHttpPort: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] declare.test.positive: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] declare-test: 17:04:49 [2023-03-05T22:04:49.212Z] [echo] Starting test simple-versioned-ear xml.version(1) - logID=1 - (server) - (sucess expected) 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] setHttpPort: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] declare.test.negative: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] init.os: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] init.tools.unix: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] init.tools.windows: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] init.tools: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] setAsadminArgs: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] init: 17:04:49 [2023-03-05T22:04:49.212Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:49 [2023-03-05T22:04:49.212Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:49 [2023-03-05T22:04:49.212Z] [get] Not modified - so not downloaded 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] init.customtasks: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] prepare: 17:04:49 [2023-03-05T22:04:49.212Z] 17:04:49 [2023-03-05T22:04:49.212Z] exec.asadmin: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] process.result: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] processResult: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] failed: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] passed: 17:04:49 [2023-03-05T22:04:49.775Z] [echo] Test simple-versioned-ear Passed 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] unknown: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] asadmin.with.result: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] show-component-status.asadmin: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] test.registred.cluster: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] process.versionExpression: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] process.appname: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] process.xmlversionidentifier: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] prepare.cluster: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] undeploy.version: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] setAsadminArgs: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] common.undeploy.asadmin: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] init.os: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] init.tools.unix: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] init.tools.windows: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] init.tools: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] setAsadminArgs: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] init: 17:04:49 [2023-03-05T22:04:49.775Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:49 [2023-03-05T22:04:49.775Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:49 [2023-03-05T22:04:49.775Z] [get] Not modified - so not downloaded 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] init.customtasks: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] delAppRef: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] init.os: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] init.tools.unix: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] init.tools.windows: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] init.tools: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] setAsadminArgs: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] init: 17:04:49 [2023-03-05T22:04:49.775Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:49 [2023-03-05T22:04:49.775Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:49 [2023-03-05T22:04:49.775Z] [get] Not modified - so not downloaded 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] init.customtasks: 17:04:49 [2023-03-05T22:04:49.775Z] 17:04:49 [2023-03-05T22:04:49.775Z] common.run.asadmin: 17:04:49 [2023-03-05T22:04:49.775Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-ear:ALPHA-1.0.0 17:04:49 [2023-03-05T22:04:49.776Z] [exec] Deprecated syntax, instead use: 17:04:49 [2023-03-05T22:04:49.776Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:04:50 [2023-03-05T22:04:50.032Z] [exec] Command undeploy executed successfully. 17:04:50 [2023-03-05T22:04:50.032Z] 17:04:50 [2023-03-05T22:04:50.033Z] deploy.version: 17:04:50 [2023-03-05T22:04:50.033Z] 17:04:50 [2023-03-05T22:04:50.033Z] del.ref.registred: 17:04:50 [2023-03-05T22:04:50.033Z] 17:04:50 [2023-03-05T22:04:50.033Z] process.versionExpression: 17:04:50 [2023-03-05T22:04:50.033Z] 17:04:50 [2023-03-05T22:04:50.033Z] process.appname: 17:04:50 [2023-03-05T22:04:50.033Z] 17:04:50 [2023-03-05T22:04:50.033Z] _process.target: 17:04:50 [2023-03-05T22:04:50.033Z] 17:04:50 [2023-03-05T22:04:50.033Z] process.target: 17:04:50 [2023-03-05T22:04:50.033Z] 17:04:50 [2023-03-05T22:04:50.033Z] prepare.is.version.registred: 17:04:50 [2023-03-05T22:04:50.033Z] 17:04:50 [2023-03-05T22:04:50.033Z] init.os: 17:04:50 [2023-03-05T22:04:50.033Z] 17:04:50 [2023-03-05T22:04:50.033Z] init.tools.unix: 17:04:50 [2023-03-05T22:04:50.033Z] 17:04:50 [2023-03-05T22:04:50.033Z] init.tools.windows: 17:04:50 [2023-03-05T22:04:50.033Z] 17:04:50 [2023-03-05T22:04:50.033Z] init.tools: 17:04:50 [2023-03-05T22:04:50.033Z] 17:04:50 [2023-03-05T22:04:50.033Z] setAsadminArgs: 17:04:50 [2023-03-05T22:04:50.033Z] 17:04:50 [2023-03-05T22:04:50.033Z] init: 17:04:50 [2023-03-05T22:04:50.033Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:50 [2023-03-05T22:04:50.033Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:50 [2023-03-05T22:04:50.033Z] [get] Not modified - so not downloaded 17:04:50 [2023-03-05T22:04:50.033Z] 17:04:50 [2023-03-05T22:04:50.033Z] init.customtasks: 17:04:50 [2023-03-05T22:04:50.033Z] 17:04:50 [2023-03-05T22:04:50.033Z] prepare: 17:04:50 [2023-03-05T22:04:50.033Z] 17:04:50 [2023-03-05T22:04:50.033Z] exec.asadmin2: 17:04:50 [2023-03-05T22:04:50.289Z] [exec] Result: 1 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] process.registred: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] is.version.registred: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] process.xmlversionidentifier: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] prepare.cluster: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] process.enabled: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] process.hasToDeploy: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] deploy.version.unregistred: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init.os: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init.tools.unix: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init.tools.windows: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init.tools: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] setAsadminArgs: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init: 17:04:50 [2023-03-05T22:04:50.289Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:50 [2023-03-05T22:04:50.289Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:50 [2023-03-05T22:04:50.289Z] [get] Not modified - so not downloaded 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init.customtasks: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] prepare: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] process.versionExpression: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] process.appname: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] create.version: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] assemble.non-existent: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init.os: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init.tools.unix: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init.tools.windows: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init.tools: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] setAsadminArgs: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init: 17:04:50 [2023-03-05T22:04:50.289Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:50 [2023-03-05T22:04:50.289Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:50 [2023-03-05T22:04:50.289Z] [get] Not modified - so not downloaded 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init.customtasks: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] prepare: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] process.versionExpression: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] process.servletName: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] assemble: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init.os: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init.tools.unix: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init.tools.windows: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init.tools: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] setAsadminArgs: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init: 17:04:50 [2023-03-05T22:04:50.289Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:50 [2023-03-05T22:04:50.289Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:50 [2023-03-05T22:04:50.289Z] [get] Not modified - so not downloaded 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] init.customtasks: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] prepare: 17:04:50 [2023-03-05T22:04:50.289Z] 17:04:50 [2023-03-05T22:04:50.289Z] process.versionExpression: 17:04:50 [2023-03-05T22:04:50.290Z] 17:04:50 [2023-03-05T22:04:50.290Z] process.appname: 17:04:50 [2023-03-05T22:04:50.290Z] 17:04:50 [2023-03-05T22:04:50.290Z] create.version: 17:04:50 [2023-03-05T22:04:50.290Z] 17:04:50 [2023-03-05T22:04:50.290Z] assemble.non-existent: 17:04:50 [2023-03-05T22:04:50.290Z] 17:04:50 [2023-03-05T22:04:50.290Z] init.os: 17:04:50 [2023-03-05T22:04:50.290Z] 17:04:50 [2023-03-05T22:04:50.290Z] init.tools.unix: 17:04:50 [2023-03-05T22:04:50.290Z] 17:04:50 [2023-03-05T22:04:50.290Z] init.tools.windows: 17:04:50 [2023-03-05T22:04:50.290Z] 17:04:50 [2023-03-05T22:04:50.290Z] init.tools: 17:04:50 [2023-03-05T22:04:50.290Z] 17:04:50 [2023-03-05T22:04:50.290Z] setAsadminArgs: 17:04:50 [2023-03-05T22:04:50.290Z] 17:04:50 [2023-03-05T22:04:50.290Z] init: 17:04:50 [2023-03-05T22:04:50.290Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:50 [2023-03-05T22:04:50.290Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:50 [2023-03-05T22:04:50.290Z] [get] Not modified - so not downloaded 17:04:50 [2023-03-05T22:04:50.290Z] 17:04:50 [2023-03-05T22:04:50.290Z] init.customtasks: 17:04:50 [2023-03-05T22:04:50.290Z] 17:04:50 [2023-03-05T22:04:50.290Z] prepare: 17:04:50 [2023-03-05T22:04:50.290Z] 17:04:50 [2023-03-05T22:04:50.290Z] process.versionexpression: 17:04:50 [2023-03-05T22:04:50.290Z] 17:04:50 [2023-03-05T22:04:50.290Z] compile: 17:04:50 [2023-03-05T22:04:50.290Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/build.xml:62: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:04:50 [2023-03-05T22:04:50.290Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear 17:04:50 [2023-03-05T22:04:50.546Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:04:50 [2023-03-05T22:04:50.546Z] [javac] 1 warning 17:04:50 [2023-03-05T22:04:50.546Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/versionedservlet/version-infos.properties 17:04:50 [2023-03-05T22:04:50.546Z] 17:04:50 [2023-03-05T22:04:50.546Z] process.xmlversionidentifier: 17:04:50 [2023-03-05T22:04:50.546Z] 17:04:50 [2023-03-05T22:04:50.546Z] process.versionExpression: 17:04:50 [2023-03-05T22:04:50.546Z] 17:04:50 [2023-03-05T22:04:50.546Z] process.xml.create.flag: 17:04:50 [2023-03-05T22:04:50.546Z] 17:04:50 [2023-03-05T22:04:50.546Z] create.xml.flag: 17:04:50 [2023-03-05T22:04:50.546Z] 17:04:50 [2023-03-05T22:04:50.546Z] generate.xml.identifier: 17:04:50 [2023-03-05T22:04:50.546Z] 17:04:50 [2023-03-05T22:04:50.546Z] assemble: 17:04:50 [2023-03-05T22:04:50.820Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-servlet:ALPHA-1.0.1.war 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] process.xmlversionidentifier: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] prepare.update.xml.identifier: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] update.xml.identifier: 17:04:50 [2023-03-05T22:04:50.820Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] process.xmlversionidentifier: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] process.versionExpression: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] process.xml.create.flag: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] create.xml.flag: 17:04:50 [2023-03-05T22:04:50.820Z] [touch] Creating /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-ear:ALPHA-1.0.1-hasXmlVersion 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] generate.xml.identifier: 17:04:50 [2023-03-05T22:04:50.820Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-ear:ALPHA-1.0.1.ear 17:04:50 [2023-03-05T22:04:50.820Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-servlet.war 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] process.xmlversionidentifier: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] prepare.update.xml.identifier: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] update.xml.identifier: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] deployWithNameOption: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] setAsadminArgs: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] common.deploy.asadmin: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] init.os: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] init.tools.unix: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] init.tools.windows: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] init.tools: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] setAsadminArgs: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] init: 17:04:50 [2023-03-05T22:04:50.820Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:50 [2023-03-05T22:04:50.820Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:50 [2023-03-05T22:04:50.820Z] [get] Not modified - so not downloaded 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] init.customtasks: 17:04:50 [2023-03-05T22:04:50.820Z] 17:04:50 [2023-03-05T22:04:50.820Z] common.run.asadmin: 17:04:50 [2023-03-05T22:04:50.820Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true --name=simple-versioned-ear:ALPHA-1.0.1 /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-ear:ALPHA-1.0.1.ear 17:04:51 [2023-03-05T22:04:51.076Z] [exec] Deprecated syntax, instead use: 17:04:51 [2023-03-05T22:04:51.076Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:51 [2023-03-05T22:04:51.076Z] [exec] Application deployed with name simple-versioned-ear:ALPHA-1.0.1. 17:04:51 [2023-03-05T22:04:51.076Z] [exec] Command deploy executed successfully. 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] init.os: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] init.tools.unix: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] init.tools.windows: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] init.tools: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] setAsadminArgs: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] init: 17:04:51 [2023-03-05T22:04:51.076Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:51 [2023-03-05T22:04:51.076Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:51 [2023-03-05T22:04:51.076Z] [get] Not modified - so not downloaded 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] init.customtasks: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] setEnabled: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] createAppRef: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] deployWithoutNameOption: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] test.registred: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] process.versionExpression: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] process.appname: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] _process.target: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] process.target: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] prepare.show-component-status.asadmin: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] increment.log.next: 17:04:51 [2023-03-05T22:04:51.076Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-ear/log.properties 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] declare.test: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] setHttpPort: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] declare.test.positive: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] declare-test: 17:04:51 [2023-03-05T22:04:51.076Z] [echo] Starting test simple-versioned-ear xml.version(2) - logID=2 - (server) - (sucess expected) 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] setHttpPort: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] declare.test.negative: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] init.os: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] init.tools.unix: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] init.tools.windows: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] init.tools: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] setAsadminArgs: 17:04:51 [2023-03-05T22:04:51.076Z] 17:04:51 [2023-03-05T22:04:51.076Z] init: 17:04:51 [2023-03-05T22:04:51.076Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:51 [2023-03-05T22:04:51.077Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:51 [2023-03-05T22:04:51.077Z] [get] Not modified - so not downloaded 17:04:51 [2023-03-05T22:04:51.077Z] 17:04:51 [2023-03-05T22:04:51.077Z] init.customtasks: 17:04:51 [2023-03-05T22:04:51.077Z] 17:04:51 [2023-03-05T22:04:51.077Z] prepare: 17:04:51 [2023-03-05T22:04:51.077Z] 17:04:51 [2023-03-05T22:04:51.077Z] exec.asadmin: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] process.result: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] processResult: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] failed: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] passed: 17:04:51 [2023-03-05T22:04:51.559Z] [echo] Test simple-versioned-ear Passed 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] unknown: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] asadmin.with.result: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] show-component-status.asadmin: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] test.registred.cluster: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] process.versionExpression: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] process.appname: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] process.xmlversionidentifier: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] prepare.cluster: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] undeploy.version: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] setAsadminArgs: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] common.undeploy.asadmin: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] init.os: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] init.tools.unix: 17:04:51 [2023-03-05T22:04:51.559Z] 17:04:51 [2023-03-05T22:04:51.559Z] init.tools.windows: 17:04:51 [2023-03-05T22:04:51.560Z] 17:04:51 [2023-03-05T22:04:51.560Z] init.tools: 17:04:51 [2023-03-05T22:04:51.560Z] 17:04:51 [2023-03-05T22:04:51.560Z] setAsadminArgs: 17:04:51 [2023-03-05T22:04:51.560Z] 17:04:51 [2023-03-05T22:04:51.560Z] init: 17:04:51 [2023-03-05T22:04:51.560Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:51 [2023-03-05T22:04:51.560Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:51 [2023-03-05T22:04:51.560Z] [get] Not modified - so not downloaded 17:04:51 [2023-03-05T22:04:51.560Z] 17:04:51 [2023-03-05T22:04:51.560Z] init.customtasks: 17:04:51 [2023-03-05T22:04:51.560Z] 17:04:51 [2023-03-05T22:04:51.560Z] delAppRef: 17:04:51 [2023-03-05T22:04:51.560Z] 17:04:51 [2023-03-05T22:04:51.560Z] init.os: 17:04:51 [2023-03-05T22:04:51.560Z] 17:04:51 [2023-03-05T22:04:51.560Z] init.tools.unix: 17:04:51 [2023-03-05T22:04:51.560Z] 17:04:51 [2023-03-05T22:04:51.560Z] init.tools.windows: 17:04:51 [2023-03-05T22:04:51.560Z] 17:04:51 [2023-03-05T22:04:51.560Z] init.tools: 17:04:51 [2023-03-05T22:04:51.560Z] 17:04:51 [2023-03-05T22:04:51.560Z] setAsadminArgs: 17:04:51 [2023-03-05T22:04:51.560Z] 17:04:51 [2023-03-05T22:04:51.560Z] init: 17:04:51 [2023-03-05T22:04:51.560Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:51 [2023-03-05T22:04:51.560Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:51 [2023-03-05T22:04:51.560Z] [get] Not modified - so not downloaded 17:04:51 [2023-03-05T22:04:51.560Z] 17:04:51 [2023-03-05T22:04:51.560Z] init.customtasks: 17:04:51 [2023-03-05T22:04:51.560Z] 17:04:51 [2023-03-05T22:04:51.560Z] common.run.asadmin: 17:04:51 [2023-03-05T22:04:51.560Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-ear:ALPHA-1.0.1 17:04:51 [2023-03-05T22:04:51.817Z] [exec] Deprecated syntax, instead use: 17:04:51 [2023-03-05T22:04:51.817Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:04:51 [2023-03-05T22:04:51.817Z] [exec] Command undeploy executed successfully. 17:04:51 [2023-03-05T22:04:51.817Z] 17:04:51 [2023-03-05T22:04:51.817Z] clean.scenario: 17:04:51 [2023-03-05T22:04:51.817Z] 17:04:51 [2023-03-05T22:04:51.817Z] clean.scenario.cluster: 17:04:51 [2023-03-05T22:04:51.817Z] 17:04:51 [2023-03-05T22:04:51.817Z] init.os: 17:04:51 [2023-03-05T22:04:51.817Z] 17:04:51 [2023-03-05T22:04:51.817Z] init.tools.unix: 17:04:51 [2023-03-05T22:04:51.817Z] 17:04:51 [2023-03-05T22:04:51.817Z] init.tools.windows: 17:04:51 [2023-03-05T22:04:51.817Z] 17:04:51 [2023-03-05T22:04:51.817Z] init.tools: 17:04:51 [2023-03-05T22:04:51.817Z] 17:04:51 [2023-03-05T22:04:51.817Z] setAsadminArgs: 17:04:51 [2023-03-05T22:04:51.817Z] 17:04:51 [2023-03-05T22:04:51.817Z] init: 17:04:51 [2023-03-05T22:04:51.817Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:51 [2023-03-05T22:04:51.817Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:51 [2023-03-05T22:04:51.817Z] [get] Not modified - so not downloaded 17:04:51 [2023-03-05T22:04:51.817Z] 17:04:51 [2023-03-05T22:04:51.817Z] init.customtasks: 17:04:51 [2023-03-05T22:04:51.817Z] 17:04:51 [2023-03-05T22:04:51.817Z] prepare: 17:04:51 [2023-03-05T22:04:51.817Z] 17:04:51 [2023-03-05T22:04:51.817Z] process.versionExpression: 17:04:51 [2023-03-05T22:04:51.817Z] 17:04:51 [2023-03-05T22:04:51.817Z] process.appname: 17:04:51 [2023-03-05T22:04:51.817Z] 17:04:51 [2023-03-05T22:04:51.817Z] _process.target: 17:04:51 [2023-03-05T22:04:51.817Z] 17:04:51 [2023-03-05T22:04:51.817Z] process.target: 17:04:51 [2023-03-05T22:04:51.817Z] 17:04:51 [2023-03-05T22:04:51.817Z] prepare.has.version.registred: 17:04:51 [2023-03-05T22:04:51.817Z] 17:04:51 [2023-03-05T22:04:51.817Z] exec.asadmin2: 17:04:52 [2023-03-05T22:04:52.075Z] [exec] Result: 1 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] process.registred: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] has.version.registred: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] del.all.version.registred: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] _clean.scenario: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] delete.log.next: 17:04:52 [2023-03-05T22:04:52.075Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-ear/log.properties 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] private-all: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] private-all: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init.os: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init.tools.unix: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init.tools.windows: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init.tools: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] setAsadminArgs: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init: 17:04:52 [2023-03-05T22:04:52.075Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:52 [2023-03-05T22:04:52.075Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:52 [2023-03-05T22:04:52.075Z] [get] Not modified - so not downloaded 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init.customtasks: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] prepare: 17:04:52 [2023-03-05T22:04:52.075Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/osgi/simple 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] assemble: 17:04:52 [2023-03-05T22:04:52.075Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/osgi/simple/simple.war 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init.os: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init.tools.unix: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init.tools.windows: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init.tools: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] setAsadminArgs: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init: 17:04:52 [2023-03-05T22:04:52.075Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:52 [2023-03-05T22:04:52.075Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:52 [2023-03-05T22:04:52.075Z] [get] Not modified - so not downloaded 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init.customtasks: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] prepare: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] deploy.osgi.asadmin: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] setAsadminArgs: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] common.deploy.osgi.asadmin: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init.os: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init.tools.unix: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init.tools.windows: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init.tools: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] setAsadminArgs: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init: 17:04:52 [2023-03-05T22:04:52.075Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:52 [2023-03-05T22:04:52.075Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:52 [2023-03-05T22:04:52.075Z] [get] Not modified - so not downloaded 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] init.customtasks: 17:04:52 [2023-03-05T22:04:52.075Z] 17:04:52 [2023-03-05T22:04:52.075Z] common.run.asadmin: 17:04:52 [2023-03-05T22:04:52.075Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --type osgi /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/osgi/simple/simple.war 17:04:52 [2023-03-05T22:04:52.333Z] [exec] Deprecated syntax, instead use: 17:04:52 [2023-03-05T22:04:52.333Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:04:52 [2023-03-05T22:04:52.591Z] [exec] Application deployed with name simple. 17:04:52 [2023-03-05T22:04:52.591Z] [exec] Command deploy executed successfully. 17:04:52 [2023-03-05T22:04:52.591Z] 17:04:52 [2023-03-05T22:04:52.591Z] init.os: 17:04:52 [2023-03-05T22:04:52.591Z] 17:04:52 [2023-03-05T22:04:52.591Z] init.tools.unix: 17:04:52 [2023-03-05T22:04:52.591Z] 17:04:52 [2023-03-05T22:04:52.591Z] init.tools.windows: 17:04:52 [2023-03-05T22:04:52.591Z] 17:04:52 [2023-03-05T22:04:52.591Z] init.tools: 17:04:52 [2023-03-05T22:04:52.591Z] 17:04:52 [2023-03-05T22:04:52.591Z] setAsadminArgs: 17:04:52 [2023-03-05T22:04:52.591Z] 17:04:52 [2023-03-05T22:04:52.591Z] init: 17:04:52 [2023-03-05T22:04:52.591Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:04:52 [2023-03-05T22:04:52.591Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:04:52 [2023-03-05T22:04:52.591Z] [get] Not modified - so not downloaded 17:04:52 [2023-03-05T22:04:52.591Z] 17:04:52 [2023-03-05T22:04:52.591Z] init.customtasks: 17:04:52 [2023-03-05T22:04:52.591Z] 17:04:52 [2023-03-05T22:04:52.591Z] setEnabled: 17:04:52 [2023-03-05T22:04:52.591Z] 17:04:52 [2023-03-05T22:04:52.591Z] createAppRef: 17:05:24 [2023-03-05T22:05:24.647Z] 17:05:24 [2023-03-05T22:05:24.647Z] setHttpPort: 17:05:24 [2023-03-05T22:05:24.647Z] 17:05:24 [2023-03-05T22:05:24.647Z] run.positive: 17:05:24 [2023-03-05T22:05:24.647Z] 17:05:24 [2023-03-05T22:05:24.647Z] common.run.positive: 17:05:24 [2023-03-05T22:05:24.647Z] 17:05:24 [2023-03-05T22:05:24.647Z] setHttpPort: 17:05:24 [2023-03-05T22:05:24.647Z] 17:05:24 [2023-03-05T22:05:24.647Z] common.run: 17:05:24 [2023-03-05T22:05:24.647Z] 17:05:24 [2023-03-05T22:05:24.647Z] checkAppOnServer: 17:05:24 [2023-03-05T22:05:24.647Z] 17:05:24 [2023-03-05T22:05:24.647Z] declare-test: 17:05:24 [2023-03-05T22:05:24.647Z] [echo] Starting test simple osgi/simple Test asadmin deploy (server) 17:05:24 [2023-03-05T22:05:24.647Z] 17:05:24 [2023-03-05T22:05:24.647Z] init.os: 17:05:24 [2023-03-05T22:05:24.647Z] 17:05:24 [2023-03-05T22:05:24.647Z] init.tools.unix: 17:05:24 [2023-03-05T22:05:24.647Z] 17:05:24 [2023-03-05T22:05:24.647Z] init.tools.windows: 17:05:24 [2023-03-05T22:05:24.647Z] 17:05:24 [2023-03-05T22:05:24.647Z] init.tools: 17:05:24 [2023-03-05T22:05:24.647Z] 17:05:24 [2023-03-05T22:05:24.647Z] setAsadminArgs: 17:05:24 [2023-03-05T22:05:24.647Z] 17:05:24 [2023-03-05T22:05:24.647Z] init: 17:05:24 [2023-03-05T22:05:24.647Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:24 [2023-03-05T22:05:24.647Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:24 [2023-03-05T22:05:24.647Z] [get] Not modified - so not downloaded 17:05:24 [2023-03-05T22:05:24.647Z] 17:05:24 [2023-03-05T22:05:24.647Z] init.customtasks: 17:05:24 [2023-03-05T22:05:24.647Z] 17:05:24 [2023-03-05T22:05:24.647Z] prepare: 17:05:24 [2023-03-05T22:05:24.647Z] 17:05:24 [2023-03-05T22:05:24.647Z] compile: 17:05:24 [2023-03-05T22:05:24.648Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/osgi/simple/build.xml:40: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:05:24 [2023-03-05T22:05:24.648Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/osgi/simple 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] runclient: 17:05:24 [2023-03-05T22:05:24.648Z] [echo] TestClient http://localhost:8080/simple_osgi true ${extra.args} 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/osgi/simple 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/simple_osgi 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] [war.client.Client]:: FAILED: devtests/deployment/osgi/simple 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] java.io.FileNotFoundException: http://localhost:8080/simple_osgi 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67) 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483) 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2048) 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2043) 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:2042) 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1609) 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] at simple.client.TestClient.invokeServlet(TestClient.java:60) 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] at simple.client.TestClient.doTest(TestClient.java:39) 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] at simple.client.TestClient.main(TestClient.java:30) 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] Caused by: java.io.FileNotFoundException: http://localhost:8080/simple_osgi 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1993) 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529) 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] at simple.client.TestClient.invokeServlet(TestClient.java:59) 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] ... 2 more 17:05:24 [2023-03-05T22:05:24.648Z] [javaWithResult] Java Result: 255 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] processResult: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] failed: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] passed: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] unknown: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] writeLogToConsole: 17:05:24 [2023-03-05T22:05:24.648Z] [echo] Test simple UNKNOWN at 05-Mar-2023 22:05:22.914 with return code 255 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.os: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.tools.unix: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.tools.windows: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.tools: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] setAsadminArgs: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init: 17:05:24 [2023-03-05T22:05:24.648Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:24 [2023-03-05T22:05:24.648Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:24 [2023-03-05T22:05:24.648Z] [get] Not modified - so not downloaded 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.customtasks: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] checkAppOnCluster: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.os: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.tools.unix: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.tools.windows: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.tools: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] setAsadminArgs: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init: 17:05:24 [2023-03-05T22:05:24.648Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:24 [2023-03-05T22:05:24.648Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:24 [2023-03-05T22:05:24.648Z] [get] Not modified - so not downloaded 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.customtasks: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] prepare: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] redeploy.osgi.asadmin: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] setAsadminArgs: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] common.redeploy.osgi.asadmin: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.os: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.tools.unix: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.tools.windows: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.tools: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] setAsadminArgs: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init: 17:05:24 [2023-03-05T22:05:24.648Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:24 [2023-03-05T22:05:24.648Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:24 [2023-03-05T22:05:24.648Z] [get] Not modified - so not downloaded 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.customtasks: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] delAppRef: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.os: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.tools.unix: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.tools.windows: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.tools: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] setAsadminArgs: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init: 17:05:24 [2023-03-05T22:05:24.648Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:24 [2023-03-05T22:05:24.648Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:24 [2023-03-05T22:05:24.648Z] [get] Not modified - so not downloaded 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.customtasks: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] common.run.asadmin: 17:05:24 [2023-03-05T22:05:24.648Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --type osgi --force=true /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/osgi/simple/simple.war 17:05:24 [2023-03-05T22:05:24.648Z] [exec] Deprecated syntax, instead use: 17:05:24 [2023-03-05T22:05:24.648Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:05:24 [2023-03-05T22:05:24.648Z] [exec] Application deployed with name simple. 17:05:24 [2023-03-05T22:05:24.648Z] [exec] Command deploy executed successfully. 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.os: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.tools.unix: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.tools.windows: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.tools: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] setAsadminArgs: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init: 17:05:24 [2023-03-05T22:05:24.648Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:24 [2023-03-05T22:05:24.648Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:24 [2023-03-05T22:05:24.648Z] [get] Not modified - so not downloaded 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] init.customtasks: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] setEnabled: 17:05:24 [2023-03-05T22:05:24.648Z] 17:05:24 [2023-03-05T22:05:24.648Z] createAppRef: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] setHttpPort: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] run.positive: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] common.run.positive: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] setHttpPort: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] common.run: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] checkAppOnServer: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] declare-test: 17:05:56 [2023-03-05T22:05:56.692Z] [echo] Starting test simple osgi/simple Test asadmin redeploy (server) 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.os: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.tools.unix: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.tools.windows: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.tools: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] setAsadminArgs: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init: 17:05:56 [2023-03-05T22:05:56.692Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.692Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.692Z] [get] Not modified - so not downloaded 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.customtasks: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] prepare: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] compile: 17:05:56 [2023-03-05T22:05:56.692Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/osgi/simple/build.xml:40: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:05:56 [2023-03-05T22:05:56.692Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/osgi/simple 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] runclient: 17:05:56 [2023-03-05T22:05:56.692Z] [echo] TestClient http://localhost:8080/simple_osgi true ${extra.args} 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/osgi/simple 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/simple_osgi 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] [war.client.Client]:: FAILED: devtests/deployment/osgi/simple 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] java.io.FileNotFoundException: http://localhost:8080/simple_osgi 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67) 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483) 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2048) 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2043) 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:2042) 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1609) 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] at simple.client.TestClient.invokeServlet(TestClient.java:60) 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] at simple.client.TestClient.doTest(TestClient.java:39) 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] at simple.client.TestClient.main(TestClient.java:30) 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] Caused by: java.io.FileNotFoundException: http://localhost:8080/simple_osgi 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1993) 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529) 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] at simple.client.TestClient.invokeServlet(TestClient.java:59) 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] ... 2 more 17:05:56 [2023-03-05T22:05:56.692Z] [javaWithResult] Java Result: 255 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] processResult: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] failed: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] passed: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] unknown: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] writeLogToConsole: 17:05:56 [2023-03-05T22:05:56.692Z] [echo] Test simple UNKNOWN at 05-Mar-2023 22:05:53.535 with return code 255 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.os: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.tools.unix: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.tools.windows: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.tools: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] setAsadminArgs: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init: 17:05:56 [2023-03-05T22:05:56.692Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.692Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.692Z] [get] Not modified - so not downloaded 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.customtasks: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] checkAppOnCluster: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] disable.asadmin: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] setAsadminArgs: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] common.disable.asadmin: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.os: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.tools.unix: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.tools.windows: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.tools: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] setAsadminArgs: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init: 17:05:56 [2023-03-05T22:05:56.692Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.692Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.692Z] [get] Not modified - so not downloaded 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.customtasks: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] common.run.asadmin: 17:05:56 [2023-03-05T22:05:56.692Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin disable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple 17:05:56 [2023-03-05T22:05:56.692Z] [exec] Deprecated syntax, instead use: 17:05:56 [2023-03-05T22:05:56.692Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 disable [options] ... 17:05:56 [2023-03-05T22:05:56.692Z] [exec] Command disable executed successfully. 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.os: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.tools.unix: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.tools.windows: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.tools: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] setAsadminArgs: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init: 17:05:56 [2023-03-05T22:05:56.692Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.692Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.692Z] [get] Not modified - so not downloaded 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] init.customtasks: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] disableAppOnInstance: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] setHttpPort: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] run.negative: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] common.run.negative: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.692Z] setHttpPort: 17:05:56 [2023-03-05T22:05:56.692Z] 17:05:56 [2023-03-05T22:05:56.693Z] common.run: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] checkAppOnServer: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] declare-test: 17:05:56 [2023-03-05T22:05:56.693Z] [echo] Starting test simple osgi/simple Test asadmin disable (server) 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.os: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools.unix: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools.windows: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] setAsadminArgs: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init: 17:05:56 [2023-03-05T22:05:56.693Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.693Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.693Z] [get] Not modified - so not downloaded 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.customtasks: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] prepare: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] compile: 17:05:56 [2023-03-05T22:05:56.693Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/osgi/simple/build.xml:40: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:05:56 [2023-03-05T22:05:56.693Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/osgi/simple 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] runclient: 17:05:56 [2023-03-05T22:05:56.693Z] [echo] TestClient http://localhost:8080/simple_osgi false ${extra.args} 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/osgi/simple 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/simple_osgi 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] [war.client.Client]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080/simple_osgi 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/osgi/simple 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] processResult: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] failed: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] passed: 17:05:56 [2023-03-05T22:05:56.693Z] [echo] Test simple Passed 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] unknown: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.os: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools.unix: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools.windows: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] setAsadminArgs: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init: 17:05:56 [2023-03-05T22:05:56.693Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.693Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.693Z] [get] Not modified - so not downloaded 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.customtasks: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] checkAppOnCluster: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] enable.asadmin: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] setAsadminArgs: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] common.enable.asadmin: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.os: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools.unix: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools.windows: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] setAsadminArgs: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init: 17:05:56 [2023-03-05T22:05:56.693Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.693Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.693Z] [get] Not modified - so not downloaded 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.customtasks: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] common.run.asadmin: 17:05:56 [2023-03-05T22:05:56.693Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple 17:05:56 [2023-03-05T22:05:56.693Z] [exec] Deprecated syntax, instead use: 17:05:56 [2023-03-05T22:05:56.693Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... 17:05:56 [2023-03-05T22:05:56.693Z] [exec] Command enable executed successfully. 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.os: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools.unix: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools.windows: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] setAsadminArgs: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init: 17:05:56 [2023-03-05T22:05:56.693Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.693Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.693Z] [get] Not modified - so not downloaded 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.customtasks: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] enableAppOnInstance: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] setHttpPort: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] run.positive: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] common.run.positive: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] setHttpPort: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] common.run: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] checkAppOnServer: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] declare-test: 17:05:56 [2023-03-05T22:05:56.693Z] [echo] Starting test simple osgi/simple Test asadmin enable (server) 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.os: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools.unix: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools.windows: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] setAsadminArgs: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init: 17:05:56 [2023-03-05T22:05:56.693Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.693Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.693Z] [get] Not modified - so not downloaded 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.customtasks: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] prepare: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] compile: 17:05:56 [2023-03-05T22:05:56.693Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/osgi/simple/build.xml:40: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:05:56 [2023-03-05T22:05:56.693Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/osgi/simple 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] runclient: 17:05:56 [2023-03-05T22:05:56.693Z] [echo] TestClient http://localhost:8080/simple_osgi true ${extra.args} 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/osgi/simple 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/simple_osgi 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] [war.client.Client]:: FAILED: devtests/deployment/osgi/simple 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] java.io.FileNotFoundException: http://localhost:8080/simple_osgi 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67) 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483) 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2048) 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2043) 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:2042) 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1609) 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] at simple.client.TestClient.invokeServlet(TestClient.java:60) 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] at simple.client.TestClient.doTest(TestClient.java:39) 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] at simple.client.TestClient.main(TestClient.java:30) 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] Caused by: java.io.FileNotFoundException: http://localhost:8080/simple_osgi 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1993) 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529) 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] at simple.client.TestClient.invokeServlet(TestClient.java:59) 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] ... 2 more 17:05:56 [2023-03-05T22:05:56.693Z] [javaWithResult] Java Result: 255 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] processResult: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] failed: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] passed: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] unknown: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] writeLogToConsole: 17:05:56 [2023-03-05T22:05:56.693Z] [echo] Test simple UNKNOWN at 05-Mar-2023 22:05:54.445 with return code 255 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.os: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools.unix: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools.windows: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.tools: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] setAsadminArgs: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init: 17:05:56 [2023-03-05T22:05:56.693Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.693Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.693Z] [get] Not modified - so not downloaded 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.customtasks: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] checkAppOnCluster: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] undeploy.asadmin: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] setAsadminArgs: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] common.undeploy.asadmin: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.693Z] init.os: 17:05:56 [2023-03-05T22:05:56.693Z] 17:05:56 [2023-03-05T22:05:56.694Z] init.tools.unix: 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] init.tools.windows: 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] init.tools: 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] setAsadminArgs: 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] init: 17:05:56 [2023-03-05T22:05:56.694Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.694Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.694Z] [get] Not modified - so not downloaded 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] init.customtasks: 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] delAppRef: 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] init.os: 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] init.tools.unix: 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] init.tools.windows: 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] init.tools: 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] setAsadminArgs: 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] init: 17:05:56 [2023-03-05T22:05:56.694Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.694Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:05:56 [2023-03-05T22:05:56.694Z] [get] Not modified - so not downloaded 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] init.customtasks: 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] common.run.asadmin: 17:05:56 [2023-03-05T22:05:56.694Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple 17:05:56 [2023-03-05T22:05:56.694Z] [exec] Deprecated syntax, instead use: 17:05:56 [2023-03-05T22:05:56.694Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:05:56 [2023-03-05T22:05:56.694Z] [exec] Command undeploy executed successfully. 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] private-all: 17:05:56 [2023-03-05T22:05:56.694Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/build.xml should be expressed simply as './../annotations-common.xml' for compliance with other XML tools 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] clean: 17:05:56 [2023-03-05T22:05:56.694Z] [echo] Clean from /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/build.xml 17:05:56 [2023-03-05T22:05:56.694Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 17:05:56 [2023-03-05T22:05:56.694Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 17:05:56 [2023-03-05T22:05:56.694Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 17:05:56 [2023-03-05T22:05:56.694Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] test-all: 17:05:56 [2023-03-05T22:05:56.694Z] [echo] Starting Test /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/endpoint 17:05:56 [2023-03-05T22:05:56.694Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/build.xml should be expressed simply as './../annotations-common.xml' for compliance with other XML tools 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] deploy: 17:05:56 [2023-03-05T22:05:56.694Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/build.xml should be expressed simply as './../annotations-common.xml' for compliance with other XML tools 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] build: 17:05:56 [2023-03-05T22:05:56.694Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/build.xml should be expressed simply as './../annotations-common.xml' for compliance with other XML tools 17:05:56 [2023-03-05T22:05:56.694Z] 17:05:56 [2023-03-05T22:05:56.694Z] test-compile: 17:05:56 [2023-03-05T22:05:56.694Z] [echo] Compiling into endpoint/HelloImpl.class 17:05:56 [2023-03-05T22:05:56.694Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/annotations-common.xml:66: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:05:56 [2023-03-05T22:05:56.694Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 17:05:56 [2023-03-05T22:05:56.694Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:05:56 [2023-03-05T22:05:56.694Z] [javac] 1 warning 17:05:56 [2023-03-05T22:05:56.694Z] [echo] Building with package endpoint 17:05:56 [2023-03-05T22:05:56.694Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/autodeploy/HelloImpl.jar 17:05:57 [2023-03-05T22:05:57.623Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/build.xml should be expressed simply as './../annotations-common.xml' for compliance with other XML tools 17:05:57 [2023-03-05T22:05:57.623Z] 17:05:57 [2023-03-05T22:05:57.623Z] run: 17:05:57 [2023-03-05T22:05:57.623Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/build.xml should be expressed simply as './../annotations-common.xml' for compliance with other XML tools 17:05:57 [2023-03-05T22:05:57.623Z] 17:05:57 [2023-03-05T22:05:57.623Z] prepare-client: 17:05:57 [2023-03-05T22:05:57.623Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/build.xml should be expressed simply as './../annotations-common.xml' for compliance with other XML tools 17:05:57 [2023-03-05T22:05:57.623Z] 17:05:57 [2023-03-05T22:05:57.623Z] wsdl-import: 17:05:57 [2023-03-05T22:05:57.623Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/build.xml should be expressed simply as './../annotations-common.xml' for compliance with other XML tools 17:05:57 [2023-03-05T22:05:57.623Z] 17:05:57 [2023-03-05T22:05:57.623Z] configurable-wsdl-import: 17:05:57 [2023-03-05T22:05:57.623Z] [echo] Current time (ISO): 2023-03-05T22:05:57.518+0000 17:05:57 [2023-03-05T22:05:57.623Z] [echo] wsimporting http://localhost:8080/HelloImplService/HelloImpl?WSDL; special args are ${wsimport-special-args} 17:05:57 [2023-03-05T22:05:57.879Z] [exec] parsing WSDL... 17:05:58 [2023-03-05T22:05:58.134Z] [exec] 17:05:58 [2023-03-05T22:05:58.134Z] [exec] Generating code... 17:05:58 [2023-03-05T22:05:58.134Z] [exec] 17:05:58 [2023-03-05T22:05:58.134Z] [exec] Compiling code... 17:05:58 [2023-03-05T22:05:58.725Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/build.xml should be expressed simply as './../annotations-common.xml' for compliance with other XML tools 17:05:58 [2023-03-05T22:05:58.725Z] 17:05:58 [2023-03-05T22:05:58.725Z] compile-client: 17:05:58 [2023-03-05T22:05:58.725Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/annotations-common.xml:74: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:05:58 [2023-03-05T22:05:58.725Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 17:05:58 [2023-03-05T22:05:58.981Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:05:58 [2023-03-05T22:05:58.981Z] [javac] 1 warning 17:05:58 [2023-03-05T22:05:58.981Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/build.xml should be expressed simply as './../annotations-common.xml' for compliance with other XML tools 17:05:58 [2023-03-05T22:05:58.981Z] 17:05:58 [2023-03-05T22:05:58.981Z] unjar-client-utils: 17:05:58 [2023-03-05T22:05:58.981Z] [unjar] Expanding: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/lib/reporter.jar into /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes 17:05:58 [2023-03-05T22:05:58.981Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/build.xml should be expressed simply as './../annotations-common.xml' for compliance with other XML tools 17:05:58 [2023-03-05T22:05:58.981Z] 17:05:58 [2023-03-05T22:05:58.981Z] internal-run: 17:05:58 [2023-03-05T22:05:58.981Z] [echo] Running appclient with client.Client ${app-client-parameters} ${app-client-extra-parameters} 17:06:00 [2023-03-05T22:06:00.880Z] [exec] WebSvcTest-Hello Appserver Tester ! 17:06:00 [2023-03-05T22:06:00.880Z] [exec] WebSvcTest-Hello Appserver Tester ! 17:06:00 [2023-03-05T22:06:00.880Z] [exec] WebSvcTest-Hello Appserver Tester ! 17:06:00 [2023-03-05T22:06:00.880Z] [exec] WebSvcTest-Hello Appserver Tester ! 17:06:00 [2023-03-05T22:06:00.880Z] [exec] WebSvcTest-Hello Appserver Tester ! 17:06:00 [2023-03-05T22:06:00.880Z] [exec] WebSvcTest-Hello Appserver Tester ! 17:06:00 [2023-03-05T22:06:00.880Z] [exec] WebSvcTest-Hello Appserver Tester ! 17:06:00 [2023-03-05T22:06:00.880Z] [exec] WebSvcTest-Hello Appserver Tester ! 17:06:00 [2023-03-05T22:06:00.880Z] [exec] WebSvcTest-Hello Appserver Tester ! 17:06:00 [2023-03-05T22:06:00.880Z] [exec] WebSvcTest-Hello Appserver Tester ! 17:06:00 [2023-03-05T22:06:00.880Z] [exec] Value of key is:ejb-nointf-annotation 17:06:00 [2023-03-05T22:06:00.880Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml 17:06:00 [2023-03-05T22:06:00.880Z] [exec] 17:06:00 [2023-03-05T22:06:00.880Z] [exec] 17:06:00 [2023-03-05T22:06:00.880Z] [exec] ----------------------------------------- 17:06:00 [2023-03-05T22:06:00.880Z] [exec] - ejb-nointf-annotation: PASS - 17:06:00 [2023-03-05T22:06:00.880Z] [exec] ----------------------------------------- 17:06:00 [2023-03-05T22:06:00.880Z] [exec] Total PASS: 1 17:06:00 [2023-03-05T22:06:00.880Z] [exec] Total FAIL: 0 17:06:00 [2023-03-05T22:06:00.880Z] [exec] Total DID NOT RUN: 0 17:06:00 [2023-03-05T22:06:00.880Z] [exec] ----------------------------------------- 17:06:00 [2023-03-05T22:06:00.880Z] [exec] in flushAll , creating new testSuiteHash 17:06:00 [2023-03-05T22:06:00.880Z] [exec] in flushAll , creating new testSuiteHash 17:06:00 [2023-03-05T22:06:00.880Z] [echo] Removing jar bundle HelloImpl.jar from autodeploy directory 17:06:00 [2023-03-05T22:06:00.880Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/build.xml should be expressed simply as './../annotations-common.xml' for compliance with other XML tools 17:06:00 [2023-03-05T22:06:00.880Z] 17:06:00 [2023-03-05T22:06:00.880Z] undeploy: 17:06:00 [2023-03-05T22:06:00.880Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/build.xml should be expressed simply as './../annotations-common.xml' for compliance with other XML tools 17:06:00 [2023-03-05T22:06:00.880Z] 17:06:00 [2023-03-05T22:06:00.880Z] autoundeploy-file: 17:06:00 [2023-03-05T22:06:00.880Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/autodeploy/HelloImpl.jar 17:06:03 [2023-03-05T22:06:03.400Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/build.xml should be expressed simply as './../annotations-common.xml' for compliance with other XML tools 17:06:03 [2023-03-05T22:06:03.400Z] 17:06:03 [2023-03-05T22:06:03.400Z] internal-report-success: 17:06:03 [2023-03-05T22:06:03.400Z] 17:06:03 [2023-03-05T22:06:03.400Z] internal-report-failure: 17:06:03 [2023-03-05T22:06:03.400Z] 17:06:03 [2023-03-05T22:06:03.400Z] report: 17:06:03 [2023-03-05T22:06:03.400Z] 17:06:03 [2023-03-05T22:06:03.400Z] all: 17:06:03 [2023-03-05T22:06:03.400Z] 17:06:03 [2023-03-05T22:06:03.400Z] private-all: 17:06:03 [2023-03-05T22:06:03.400Z] 17:06:03 [2023-03-05T22:06:03.400Z] private-all: 17:06:03 [2023-03-05T22:06:03.400Z] 17:06:03 [2023-03-05T22:06:03.400Z] declare-test: 17:06:03 [2023-03-05T22:06:03.400Z] [echo] Starting test ear javaee8/ear Test asadmin deploy 17:06:03 [2023-03-05T22:06:03.400Z] 17:06:03 [2023-03-05T22:06:03.400Z] init.os: 17:06:03 [2023-03-05T22:06:03.400Z] 17:06:03 [2023-03-05T22:06:03.400Z] init.tools.unix: 17:06:03 [2023-03-05T22:06:03.400Z] 17:06:03 [2023-03-05T22:06:03.400Z] init.tools.windows: 17:06:03 [2023-03-05T22:06:03.400Z] 17:06:03 [2023-03-05T22:06:03.400Z] init.tools: 17:06:03 [2023-03-05T22:06:03.400Z] 17:06:03 [2023-03-05T22:06:03.400Z] setAsadminArgs: 17:06:03 [2023-03-05T22:06:03.400Z] 17:06:03 [2023-03-05T22:06:03.400Z] init: 17:06:03 [2023-03-05T22:06:03.400Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:06:03 [2023-03-05T22:06:03.400Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:06:03 [2023-03-05T22:06:03.400Z] [get] Not modified - so not downloaded 17:06:03 [2023-03-05T22:06:03.400Z] 17:06:03 [2023-03-05T22:06:03.400Z] init.customtasks: 17:06:03 [2023-03-05T22:06:03.400Z] 17:06:03 [2023-03-05T22:06:03.400Z] prepare: 17:06:03 [2023-03-05T22:06:03.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear 17:06:03 [2023-03-05T22:06:03.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear/archives 17:06:03 [2023-03-05T22:06:03.400Z] 17:06:03 [2023-03-05T22:06:03.400Z] compile: 17:06:03 [2023-03-05T22:06:03.400Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/javaee8/ear/build.xml:41: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:06:03 [2023-03-05T22:06:03.400Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear 17:06:03 [2023-03-05T22:06:03.400Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:06:03 [2023-03-05T22:06:03.400Z] [javac] 1 warning 17:06:03 [2023-03-05T22:06:03.400Z] [javac] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/javaee8/ear/build.xml:44: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 17:06:03 [2023-03-05T22:06:03.400Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear 17:06:03 [2023-03-05T22:06:03.656Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' 17:06:03 [2023-03-05T22:06:03.656Z] [javac] 1 warning 17:06:03 [2023-03-05T22:06:03.656Z] 17:06:03 [2023-03-05T22:06:03.656Z] assemble: 17:06:03 [2023-03-05T22:06:03.656Z] [war] Building war: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear/archives/deployment-javaee8-web.war 17:06:03 [2023-03-05T22:06:03.656Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear/archives/deployment-javaee8-client.jar 17:06:03 [2023-03-05T22:06:03.656Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear/archives/deployment-javaee8App.ear 17:06:03 [2023-03-05T22:06:03.656Z] 17:06:03 [2023-03-05T22:06:03.656Z] deploy.asadmin: 17:06:03 [2023-03-05T22:06:03.656Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear/archives --name deployment-javaee8-app /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear/archives/deployment-javaee8App.ear 17:06:03 [2023-03-05T22:06:03.917Z] [exec] Deprecated syntax, instead use: 17:06:03 [2023-03-05T22:06:03.917Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... 17:06:04 [2023-03-05T22:06:04.173Z] [exec] Application deployed with name deployment-javaee8-app. 17:06:04 [2023-03-05T22:06:04.173Z] [exec] Command deploy executed successfully. 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] processResult: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] failed: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] passed: 17:06:04 [2023-03-05T22:06:04.173Z] [echo] Test ear Passed 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] unknown: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init.os: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init.tools.unix: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init.tools.windows: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init.tools: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] setAsadminArgs: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init: 17:06:04 [2023-03-05T22:06:04.173Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:06:04 [2023-03-05T22:06:04.173Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:06:04 [2023-03-05T22:06:04.173Z] [get] Not modified - so not downloaded 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init.customtasks: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] prepare: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] undeploy.asadmin: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] setAsadminArgs: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] common.undeploy.asadmin: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init.os: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init.tools.unix: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init.tools.windows: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init.tools: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] setAsadminArgs: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init: 17:06:04 [2023-03-05T22:06:04.173Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:06:04 [2023-03-05T22:06:04.173Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:06:04 [2023-03-05T22:06:04.173Z] [get] Not modified - so not downloaded 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init.customtasks: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] delAppRef: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init.os: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init.tools.unix: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init.tools.windows: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init.tools: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] setAsadminArgs: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init: 17:06:04 [2023-03-05T22:06:04.173Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:06:04 [2023-03-05T22:06:04.173Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:06:04 [2023-03-05T22:06:04.173Z] [get] Not modified - so not downloaded 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] init.customtasks: 17:06:04 [2023-03-05T22:06:04.173Z] 17:06:04 [2023-03-05T22:06:04.173Z] common.run.asadmin: 17:06:04 [2023-03-05T22:06:04.173Z] [echo] /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-javaee8-app 17:06:04 [2023-03-05T22:06:04.429Z] [exec] Deprecated syntax, instead use: 17:06:04 [2023-03-05T22:06:04.429Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... 17:06:04 [2023-03-05T22:06:04.429Z] [exec] Command undeploy executed successfully. 17:06:07 [2023-03-05T22:06:07.723Z] [exec] Waiting for the domain to stop ... 17:06:07 [2023-03-05T22:06:07.723Z] [exec] Waiting finished after 2,508 ms. 17:06:07 [2023-03-05T22:06:07.723Z] [exec] Command stop-domain executed successfully. 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] postTestsRun: 17:06:07 [2023-03-05T22:06:07.723Z] [echo] Processing tests results 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] init.os: 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] init.tools.unix: 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] init.tools.windows: 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] init.tools: 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] setAsadminArgs: 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] init: 17:06:07 [2023-03-05T22:06:07.723Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:06:07 [2023-03-05T22:06:07.723Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:06:07 [2023-03-05T22:06:07.723Z] [get] Not modified - so not downloaded 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] init.customtasks: 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] transform: 17:06:07 [2023-03-05T22:06:07.723Z] [style] Warning: the task name <style> is deprecated. Use <xslt> instead. 17:06:07 [2023-03-05T22:06:07.723Z] [style] Processing /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/tests-results.xml to /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/results.html 17:06:07 [2023-03-05T22:06:07.723Z] [style] Loading stylesheet /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/config/convert.xsl 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] init.os: 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] init.tools.unix: 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] init.tools.windows: 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] init.tools: 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] setAsadminArgs: 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] init: 17:06:07 [2023-03-05T22:06:07.723Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar 17:06:07 [2023-03-05T22:06:07.723Z] [get] To: /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar 17:06:07 [2023-03-05T22:06:07.723Z] [get] Not modified - so not downloaded 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] init.customtasks: 17:06:07 [2023-03-05T22:06:07.723Z] 17:06:07 [2023-03-05T22:06:07.723Z] jutransform: 17:06:07 [2023-03-05T22:06:07.725Z] [echo] <?xml version="1.0" encoding="UTF-8"?><table border="1"><tr bgcolor="#9acd32"><th>Status</th><th>Test</th><th>Description</th></tr><tr><td bgcolor="green">[PASSED] </td><td>deploydir</td><td>war/deploydir Test asadmin deploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>deploydir</td><td>war/deploydir Test asadmin redeploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>deploydir</td><td>war/deploydir Test asadmin v3 redeploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>deploydir</td><td>war/deploydir Test asadmin v3 redeploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>deploydir</td><td>war/deploydir Test asadmin deploydir with a different context root</td></tr><tr><td bgcolor="green">[PASSED] </td><td>deploydir</td><td>war/deploydir Test asadmin redeploydir preserves context root</td></tr><tr><td bgcolor="green">[PASSED] </td><td>deploydir</td><td>war/deploydir Test v3 asadmin redeploydir preserves context root</td></tr><tr><td bgcolor="green">[PASSED] </td><td>deploydir</td><td>war/deploydir Test asadmin undeploydir</td></tr><tr><td bgcolor="red">[FAILED] </td><td>virtualserver</td><td>war/virtualserver Test asadmin deploy1</td></tr><tr><td bgcolor="green">[PASSED] </td><td>virtualserver</td><td>war/virtualserver Test asadmin deploy2</td></tr><tr><td bgcolor="green">[PASSED] </td><td>libClassPath</td><td>libClasspath Test asadmin deploy (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>libclasspath2</td><td>ear/libclasspath2 Testing for noLibUsed</td></tr><tr><td bgcolor="green">[PASSED] </td><td>libclasspath2</td><td>ear/libclasspath2 Testing for defaultLibUsed</td></tr><tr><td bgcolor="green">[PASSED] </td><td>libclasspath2</td><td>ear/libclasspath2 Testing for explicitLibWithDir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>manifestClassPath</td><td>libClasspath Test asadmin deploy (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>validation</td><td>dol/validation Test standalone war</td></tr><tr><td bgcolor="green">[PASSED] </td><td>validation</td><td>dol/validation Test standalone ejb jar</td></tr><tr><td bgcolor="red">[FAILED] </td><td>validation</td><td>dol/validation Test standalone rar</td></tr><tr><td bgcolor="green">[PASSED] </td><td>validation</td><td>dol/validation Test standalone car</td></tr><tr><td bgcolor="green">[PASSED] </td><td>validation</td><td>dol/validation Test ear</td></tr><tr><td bgcolor="red">[FAILED] </td><td>validation</td><td>dol/validation Test WLS Ear</td></tr><tr><td bgcolor="red">[FAILED] </td><td>validation</td><td>dol/validation Test WLS Ear2</td></tr><tr><td bgcolor="red">[FAILED] </td><td>validation</td><td>dol/validation Test WLS Ear3</td></tr><tr><td bgcolor="red">[FAILED] </td><td>override</td><td>dol/override Test</td></tr><tr><td bgcolor="green">[PASSED] </td><td>session</td><td>ejb30/session Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>session</td><td>ejb30/session Test asadmin redeploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>session2</td><td>ejb30/session2 Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>session2</td><td>ejb30/session2 Test asadmin redeploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>webclient</td><td>ejb30/mdb/webClient Test asadmin deploy (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>webclient</td><td>ejb30/mdb/webClient Test asadmin redeploy (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>security</td><td>ejb30/security Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>security</td><td>ejb30/security Test asadmin redeploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>xmloverride</td><td>ejb30/security Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>xmloverride</td><td>ejb30/security Test asadmin redeploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>jsp</td><td>ejb30/war/jsp Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>jsp</td><td>ejb30/war/jsp Test asadmin redeploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>servlet</td><td>ejb30/war/servlet Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>servlet</td><td>ejb30/war/servlet Test asadmin redeploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>javamodule</td><td>ejb31/ejblite/javamodule Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>javamodule</td><td>ejb31/ejblite/javamodule Test asadmin redeploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>IncorrectEnvEntry</td><td>ejb31/jndivalidation/IncorrectEnvEntry Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>CorrectEnvEntry</td><td>ejb31/jndivalidation/CorrectEnvEntry Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>ConflictedEJBRef</td><td>ejb31/jndivalidation/ConflictedEJBRef Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>ConflictedEnvEntry</td><td>ejb31/jndivalidation/ConflitedEnvEntry Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>ConflitedResourceEnvRef</td><td>ejb31/jndivalidation/ConflitedResourceEnvRef Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>ConflitedResourceRef</td><td>ejb31/jndivalidation/ConflitedResourceRef Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>CorrectJDBCRes</td><td>ejb31/jndivalidation/resourceref/CorrectJDBCRes Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>CorrectURLRes</td><td>ejb31/jndivalidation/resourceref/CorrectURLRes Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>CorrectQueueRes</td><td>ejb31/jndivalidation/resourceref/CorrectQueueRes Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>CorrectEnvProps</td><td>ejb31/jndivalidation/resourceref/CorrectEnvProps Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>CorrectManagedBean</td><td>ejb31/jndivalidation/resourceref/CorrectManagedBean Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>DefaultResources</td><td>ejb31/jndivalidation/resourceref/DefaultResources Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>JDBCResInAnotherApp</td><td>ejb31/jndivalidation/resourceref/CorrectJDBCResource Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>ResInSameApp</td><td>ejb31/jndivalidation/resourceref/ResInSameApp Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>CorrectJDBCResource</td><td>ejb31/jndivalidation/AppScopedResources/CorrectJDBCResource Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>CorrectEnterpriseApplication</td><td>ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>CorrectLocalRef</td><td>ejb31/jndivalidation/EJBRef/CorrectLocalRef Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>RemoteRef</td><td>ejb31/jndivalidation/EJBRef/RemoteRef Test asadmin deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>dir_deploy</td><td>descriptor_free/ear/dir_deploy asadmin deploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>dir_deploy</td><td>descriptor_free/ear/dir_deploy asadmin re-deploy</td></tr><tr><td bgcolor="green">[PASSED] </td><td>ear</td><td>directorydeploy/ear Test asadmin deploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>ear</td><td>directorydeploy/ear Test asadmin redeploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>ear</td><td>directorydeploy/ear Test asadmin undeploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>earwithsuffix</td><td>directorydeploy/earWithSuffix Test asadmin deploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>earwithsuffix</td><td>directorydeploy/earWithSuffix Test asadmin redeploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>earwithsuffix</td><td>directorydeploy/earWithSuffix Test asadmin undeploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>ejb</td><td>directorydeploy/ejb Test asadmin deploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>ejb</td><td>directorydeploy/ejb Test asadmin redeploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>ejb</td><td>directorydeploy/ejb Test asadmin undeploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>ejbwithsuffix</td><td>directorydeploy/ejbWithSuffix Test asadmin deploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>ejbwithsuffix</td><td>directorydeploy/ejbWithSuffix Test asadmin redeploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>ejbwithsuffix</td><td>directorydeploy/ejbWithSuffix Test asadmin undeploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>war</td><td>directorydeploy/war Test asadmin deploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>war</td><td>directorydeploy/war Test asadmin redeploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>war</td><td>directorydeploy/war Test asadmin undeploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>warwithsuffix</td><td>directorydeploy/warWithSuffix Test asadmin deploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>warwithsuffix</td><td>directorydeploy/warWithSuffix Test asadmin redeploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>warwithsuffix</td><td>directorydeploy/warWithSuffix Test asadmin undeploydir</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>versioned.vs.unversioned(1) untagged - logID=1 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>versioned.vs.unversioned(2) untagged - logID=2 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>versioned.vs.unversioned(3) ALPHA-1.0.0 - logID=3 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>deployment(1) untagged - logID=4 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>deployment(2) ALPHA-1.0.0 - logID=5 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>deployment(3) ALPHA-1.0.1 (enabled=false) - logID=6 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>deployment(4) RC-1.0.0 (enabled=false) - logID=7 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>deployment(5) RC-1.0.1 - logID=8 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>deactivation(1) untagged - logID=9 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>deactivation(2) ALPHA-1.0.0 - logID=10 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>deactivation(3) ALPHA* - logID=11 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>deactivation(4) * - logID=12 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>redeployment(1) untagged - logID=13 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>redeployment(2) untagged - logID=14 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>redeployment(3) ALPHA-1.0.0 - logID=15 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>redeployment(4) ALPHA-1.0.0 - logID=16 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>undeployment(1) untagged - logID=17 - (server) - (fail expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>undeployment(2) ALPHA-1.0.0 - logID=18 - (server) - (fail expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>undeployment(3) ALPHA* - logID=19 - (server) - (fail expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>undeployment(4) * - logID=20 - (server) - (fail expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>sample.scenarios(1) - logID=21 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>sample.scenarios(2) - logID=22 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>sample.scenarios(3) - logID=23 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>sample.scenarios(4) - logID=24 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>sample.scenarios(5) - logID=25 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>sample.scenarios(6) - logID=26 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>sample.scenarios(7) - logID=27 - (server) - (fail expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>sample.scenarions(8) - logID=28 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>sample.scenarios(9) - logID=29 - (server) - (fail expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>sample.scenarios(10) - logID=30 - (server) - (fail expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>switch(1) untagged - logID=31 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>switch(2) ALPHA-1.0.0 - logID=32 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>switch(3) ALPHA-1.0.1 - logID=33 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>switch(4) RC-1.0.0 - logID=34 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>switch(5) RC-1.0.1 - logID=35 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>xml.version(1) - logID=36 - (server) - (sucess expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>xml.version(2) - logID=37 - (server) - (sucess expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>get-client-stubs(1) untagged - logID=38 - (server) - (sucess expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-servlet</td><td>get-client-stubs(2) ALPHA-1.0.0 - logID=39 - (server) - (sucess expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-appclient</td><td>xml.version(1) - logID=1 - (server) - (sucess expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-appclient</td><td>xml.version(2) - logID=2 - (server) - (sucess expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-appclient</td><td>sample.scenarios(1) - logID=3 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-appclient</td><td>sample.scenarios(2) - logID=4 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-appclient</td><td>sample.scenarios(3) - logID=5 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-appclient</td><td>sample.scenarios(4) - logID=6 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-appclient</td><td>sample.scenarios(5) - logID=7 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-appclient</td><td>sample.scenarios(6) - logID=8 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-appclient</td><td>sample.scenarios(7) - logID=9 - (server) - (fail expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-appclient</td><td>sample.scenarions(8) - logID=10 (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-appclient</td><td>sample.scenarios(9) - logID=11 - (server) - (fail expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-appclient</td><td>sample.scenarios(10) - logID=12 - (server) - (fail expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-ejb</td><td>xml.version(1) - logID=1 - (server) - (sucess expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-ejb</td><td>xml.version(2) - logID=2 - (server) - (sucess expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-ear</td><td>xml.version(1) - logID=1 - (server) - (sucess expected)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple-versioned-ear</td><td>xml.version(2) - logID=2 - (server) - (sucess expected)</td></tr><tr><td bgcolor="red">[FAILED] </td><td>simple</td><td>osgi/simple Test asadmin deploy (server)</td></tr><tr><td bgcolor="red">[FAILED] </td><td>simple</td><td>osgi/simple Test asadmin redeploy (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>simple</td><td>osgi/simple Test asadmin disable (server)</td></tr><tr><td bgcolor="red">[FAILED] </td><td>simple</td><td>osgi/simple Test asadmin enable (server)</td></tr><tr><td bgcolor="green">[PASSED] </td><td>ear</td><td>javaee8/ear Test asadmin deploy</td></tr></table> 17:06:07 [2023-03-05T22:06:07.725Z] [echo] Grep the file client.log for exception/Exception and ensure that none is present 17:06:07 [2023-03-05T22:06:07.725Z] 17:06:07 [2023-03-05T22:06:07.725Z] BUILD SUCCESSFUL 17:06:07 [2023-03-05T22:06:07.725Z] Total time: 6 minutes 2 seconds 17:06:07 [2023-03-05T22:06:07.725Z] 17:06:07 [2023-03-05T22:06:07.725Z] real 6m2.733s 17:06:07 [2023-03-05T22:06:07.725Z] user 6m23.740s 17:06:07 [2023-03-05T22:06:07.725Z] sys 0m38.693s 17:06:07 [2023-03-05T22:06:07.725Z] + antStatus=0 17:06:07 [2023-03-05T22:06:07.725Z] + cp tests-results.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/tests-results.xml 17:06:07 [2023-03-05T22:06:07.725Z] + cp results.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html 17:06:07 [2023-03-05T22:06:07.725Z] + '[' -z '' ']' 17:06:07 [2023-03-05T22:06:07.725Z] + /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/bin/asadmin stop-domain 17:06:08 [2023-03-05T22:06:08.288Z] dasNotRunning() 17:06:08 [2023-03-05T22:06:08.288Z] CLI306: Warning - The server located at /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1 is not running. 17:06:08 [2023-03-05T22:06:08.288Z] Command stop-domain executed successfully. 17:06:08 [2023-03-05T22:06:08.288Z] + [[ deployment_all = \d\e\p\l\o\y\m\e\n\t\_\c\l\u\s\t\e\r\_\a\l\l ]] 17:06:08 [2023-03-05T22:06:08.288Z] + echo DEPL_TARGET is 17:06:08 [2023-03-05T22:06:08.288Z] DEPL_TARGET is 17:06:08 [2023-03-05T22:06:08.288Z] + check_successful_run 17:06:08 [2023-03-05T22:06:08.288Z] + printf '\n%s \n\n' '===== CHECK SUCCESSFUL RUN =====' 17:06:08 [2023-03-05T22:06:08.288Z] 17:06:08 [2023-03-05T22:06:08.288Z] ===== CHECK SUCCESSFUL RUN ===== 17:06:08 [2023-03-05T22:06:08.288Z] 17:06:08 [2023-03-05T22:06:08.288Z] + FILE=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html 17:06:08 [2023-03-05T22:06:08.288Z] + '[' -f /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html ']' 17:06:08 [2023-03-05T22:06:08.288Z] + echo 'File /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful' 17:06:08 [2023-03-05T22:06:08.288Z] File /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful 17:06:08 [2023-03-05T22:06:08.288Z] + generate_junit_report_deployment deployment_all 17:06:08 [2023-03-05T22:06:08.288Z] + printf '\n%s \n\n' '===== GENERATE JUNIT REPORT =====' 17:06:08 [2023-03-05T22:06:08.288Z] 17:06:08 [2023-03-05T22:06:08.288Z] ===== GENERATE JUNIT REPORT ===== 17:06:08 [2023-03-05T22:06:08.288Z] 17:06:08 [2023-03-05T22:06:08.288Z] + TD=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/tests-results.xml 17:06:08 [2023-03-05T22:06:08.288Z] + JUD=/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml 17:06:08 [2023-03-05T22:06:08.288Z] + TESTSUITE_NAME=deployment_all 17:06:08 [2023-03-05T22:06:08.288Z] + cat /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/tests-results.xml 17:06:08 [2023-03-05T22:06:08.288Z] + awk -v suitename=deployment_all ' 17:06:08 [2023-03-05T22:06:08.288Z] BEGIN{ 17:06:08 [2023-03-05T22:06:08.288Z] RS="</test>"; 17:06:08 [2023-03-05T22:06:08.288Z] FS="="; 17:06:08 [2023-03-05T22:06:08.288Z] print "<testsuites>"; 17:06:08 [2023-03-05T22:06:08.288Z] print " <testsuite>"; 17:06:08 [2023-03-05T22:06:08.288Z] id=0; 17:06:08 [2023-03-05T22:06:08.288Z] } 17:06:08 [2023-03-05T22:06:08.288Z] { 17:06:08 [2023-03-05T22:06:08.288Z] if ( NF > 1 ) { 17:06:08 [2023-03-05T22:06:08.288Z] print " <testcase classname=\"DeploymentTest\" name=\"" \ 17:06:08 [2023-03-05T22:06:08.288Z] substr($2,2,index($2,"description")-4) \ 17:06:08 [2023-03-05T22:06:08.288Z] id \ 17:06:08 [2023-03-05T22:06:08.288Z] "\">" 17:06:08 [2023-03-05T22:06:08.288Z] 17:06:08 [2023-03-05T22:06:08.288Z] # searching for FAILED in field 4,5,6 17:06:08 [2023-03-05T22:06:08.288Z] # if not found, test PASSED 17:06:08 [2023-03-05T22:06:08.288Z] failure=1 17:06:08 [2023-03-05T22:06:08.288Z] match($6,"FAILED") 17:06:08 [2023-03-05T22:06:08.288Z] if( RLENGTH == -1) { 17:06:08 [2023-03-05T22:06:08.288Z] match($5,"FAILED") 17:06:08 [2023-03-05T22:06:08.288Z] if( RLENGTH == -1) { 17:06:08 [2023-03-05T22:06:08.288Z] match($4,"FAILED") 17:06:08 [2023-03-05T22:06:08.288Z] if( RLENGTH == -1) { 17:06:08 [2023-03-05T22:06:08.288Z] failure=0; 17:06:08 [2023-03-05T22:06:08.288Z] } 17:06:08 [2023-03-05T22:06:08.288Z] } 17:06:08 [2023-03-05T22:06:08.288Z] } 17:06:08 [2023-03-05T22:06:08.288Z] if( failure == 1 ) { 17:06:08 [2023-03-05T22:06:08.288Z] print " <failure type=\"testfailure\"/>" 17:06:08 [2023-03-05T22:06:08.288Z] } 17:06:08 [2023-03-05T22:06:08.288Z] 17:06:08 [2023-03-05T22:06:08.288Z] print " </testcase>" 17:06:08 [2023-03-05T22:06:08.288Z] id++; 17:06:08 [2023-03-05T22:06:08.288Z] } 17:06:08 [2023-03-05T22:06:08.288Z] } 17:06:08 [2023-03-05T22:06:08.288Z] END{ 17:06:08 [2023-03-05T22:06:08.288Z] print " </testsuite>"; 17:06:08 [2023-03-05T22:06:08.288Z] print "</testsuites>"; 17:06:08 [2023-03-05T22:06:08.288Z] }' 17:06:08 [2023-03-05T22:06:08.288Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 17:06:08 [2023-03-05T22:06:08.288Z] + change_junit_report_class_names 17:06:08 [2023-03-05T22:06:08.288Z] + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml 17:06:08 [2023-03-05T22:06:08.288Z] + sed -i 's/\bclassname="/classname="deployment_all./g' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml 17:06:08 [2023-03-05T22:06:08.288Z] + copy_test_artifacts deployment_all 17:06:08 [2023-03-05T22:06:08.288Z] + sleep 1 17:06:09 [2023-03-05T22:06:09.217Z] + printf '\n%s \n\n' '===== COPY TEST ARTIFACTS =====' 17:06:09 [2023-03-05T22:06:09.217Z] 17:06:09 [2023-03-05T22:06:09.217Z] ===== COPY TEST ARTIFACTS ===== 17:06:09 [2023-03-05T22:06:09.217Z] 17:06:09 [2023-03-05T22:06:09.217Z] + mkdir -p /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/junitreports 17:06:09 [2023-03-05T22:06:09.217Z] + tar -cf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains 17:06:09 [2023-03-05T22:06:09.217Z] tar: Removing leading `/' from member names 17:06:09 [2023-03-05T22:06:09.473Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/glassfish7/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 17:06:09 [2023-03-05T22:06:09.473Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/tests-run.log /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 17:06:09 [2023-03-05T22:06:09.473Z] + cp /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 17:06:09 [2023-03-05T22:06:09.473Z] ++ pwd 17:06:09 [2023-03-05T22:06:09.473Z] + cp '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/*/*logs.zip' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 17:06:09 [2023-03-05T22:06:09.473Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/*/*logs.zip': No such file or directory 17:06:09 [2023-03-05T22:06:09.473Z] + true 17:06:09 [2023-03-05T22:06:09.473Z] ++ pwd 17:06:09 [2023-03-05T22:06:09.473Z] + cp '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/*/*/*logs.zip' /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results/ 17:06:09 [2023-03-05T22:06:09.473Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/*/*/*logs.zip': No such file or directory 17:06:09 [2023-03-05T22:06:09.473Z] + true 17:06:09 [2023-03-05T22:06:09.473Z] + tar -caf /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/deployment_all-results.tar.gz /home/jenkins/agent/workspace/glassfish7_build-and-test_jdk18/target/results 17:06:09 [2023-03-05T22:06:09.473Z] tar: Removing leading `/' from member names 17:06:11 [2023-03-05T22:06:11.988Z] + break 17:06:11 [2023-03-05T22:06:11.988Z] + [[ true = false ]] 17:06:11 [2023-03-05T22:06:11.988Z] + git reset --hard 17:06:12 [2023-03-05T22:06:12.244Z] HEAD is now at 2d124bddc Merge pull request #24332 from dmatej/removed-admingui-dist-fragment [Pipeline] } [Pipeline] // timestamps [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS